﻿2025-08-20T22:52:25.4298847Z Current runner version: '2.328.0'
2025-08-20T22:52:25.4333698Z ##[group]Runner Image Provisioner
2025-08-20T22:52:25.4335692Z Hosted Compute Agent
2025-08-20T22:52:25.4336668Z Version: 20250818.377
2025-08-20T22:52:25.4337782Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:52:25.4339225Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:52:25.4340677Z ##[endgroup]
2025-08-20T22:52:25.4341643Z ##[group]Operating System
2025-08-20T22:52:25.4342722Z Ubuntu
2025-08-20T22:52:25.4343522Z 24.04.2
2025-08-20T22:52:25.4344415Z LTS
2025-08-20T22:52:25.4345218Z ##[endgroup]
2025-08-20T22:52:25.4346113Z ##[group]Runner Image
2025-08-20T22:52:25.4347264Z Image: ubuntu-24.04
2025-08-20T22:52:25.4348308Z Version: 20250818.1.0
2025-08-20T22:52:25.4350512Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:52:25.4353331Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T22:52:25.4355323Z ##[endgroup]
2025-08-20T22:52:25.4357479Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:52:25.4360855Z Attestations: write
2025-08-20T22:52:25.4361943Z Contents: write
2025-08-20T22:52:25.4363110Z Metadata: read
2025-08-20T22:52:25.4364012Z Packages: write
2025-08-20T22:52:25.4365042Z ##[endgroup]
2025-08-20T22:52:25.4368465Z Secret source: Actions
2025-08-20T22:52:25.4370375Z Prepare workflow directory
2025-08-20T22:52:25.4849804Z Prepare all required actions
2025-08-20T22:52:25.4907370Z Getting action download info
2025-08-20T22:52:25.7733040Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:52:26.7116312Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:52:27.2004206Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:52:27.4082566Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:52:27.8606362Z Getting action download info
2025-08-20T22:52:27.9901395Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:52:28.3268351Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:52:28.7203705Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/trufflehog/official/source)
2025-08-20T22:52:28.7764249Z ##[group]Run ##Presets
2025-08-20T22:52:28.7764603Z [36;1m##Presets[0m
2025-08-20T22:52:28.7764826Z [36;1mset +x ; set +e[0m
2025-08-20T22:52:28.7765048Z [36;1m#-------------#[0m
2025-08-20T22:52:28.7765359Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:52:28.7765746Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:52:28.7766100Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.7766404Z [36;1m  fi[0m
2025-08-20T22:52:28.7766684Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:52:28.7767067Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:52:28.7767424Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.7767707Z [36;1m  fi[0m
2025-08-20T22:52:28.7767959Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:52:28.7768425Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:52:28.7768787Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.7769092Z [36;1m  fi[0m
2025-08-20T22:52:28.7769514Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:52:28.7769884Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:52:28.7770423Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:52:28.7770734Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:52:28.7771062Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.7771341Z [36;1m     else[0m
2025-08-20T22:52:28.7771605Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.7771902Z [36;1m     fi[0m
2025-08-20T22:52:28.7772084Z [36;1m  fi[0m
2025-08-20T22:52:28.7772261Z [36;1mfi[0m
2025-08-20T22:52:28.8593335Z shell: /usr/bin/bash -e {0}
2025-08-20T22:52:28.8594105Z env:
2025-08-20T22:52:28.8594803Z   GH_TOKEN: ***
2025-08-20T22:52:28.8595251Z ##[endgroup]
2025-08-20T22:52:28.8890544Z ##[group]Run ##Presets
2025-08-20T22:52:28.8891004Z [36;1m##Presets[0m
2025-08-20T22:52:28.8891481Z [36;1mset +x ; set +e[0m
2025-08-20T22:52:28.8891815Z [36;1m#-------------#[0m
2025-08-20T22:52:28.8892254Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:52:28.8892913Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:52:28.8893484Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:52:28.8894045Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:52:28.8894546Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:52:28.8895072Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:52:28.8895544Z [36;1m  exit 1[0m
2025-08-20T22:52:28.8895958Z [36;1mfi[0m
2025-08-20T22:52:28.8934833Z shell: /usr/bin/bash -e {0}
2025-08-20T22:52:28.8935294Z env:
2025-08-20T22:52:28.8935777Z   RO_GHTOKEN: ***
2025-08-20T22:52:28.8936134Z   RO_GLTOKEN: ***
2025-08-20T22:52:28.8937468Z   MINISIGN_KEY: ***
2025-08-20T22:52:28.8937770Z ##[endgroup]
2025-08-20T22:52:28.9137643Z ##[group]Run ##Presets
2025-08-20T22:52:28.9137986Z [36;1m##Presets[0m
2025-08-20T22:52:28.9138193Z [36;1mset +x ; set +e[0m
2025-08-20T22:52:28.9138403Z [36;1m#-------------#[0m
2025-08-20T22:52:28.9138618Z [36;1m##Host Triplet[0m
2025-08-20T22:52:28.9138897Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:52:28.9139228Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:52:28.9139814Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:52:28.9140132Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:52:28.9140429Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:52:28.9140768Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:52:28.9141096Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:52:28.9141416Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:52:28.9141678Z [36;1m   fi[0m
2025-08-20T22:52:28.9141967Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:52:28.9142299Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:52:28.9142595Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:52:28.9142917Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:52:28.9143201Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:52:28.9143427Z [36;1m fi[0m
2025-08-20T22:52:28.9143696Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9144087Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9144457Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9144808Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9145081Z [36;1m##Debug[0m
2025-08-20T22:52:28.9145288Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:52:28.9145545Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:52:28.9145770Z [36;1m else[0m
2025-08-20T22:52:28.9145965Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:52:28.9146412Z [36;1m fi[0m
2025-08-20T22:52:28.9146638Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9146919Z [36;1m##Docker Platform[0m
2025-08-20T22:52:28.9147192Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:52:28.9147516Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:52:28.9147853Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:52:28.9148200Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:52:28.9148523Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:52:28.9148849Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:52:28.9149165Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:52:28.9149676Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:52:28.9149930Z [36;1m fi[0m
2025-08-20T22:52:28.9150211Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9150635Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9150953Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:52:28.9151472Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/trufflehog/official/source" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:52:28.9152025Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:52:28.9152327Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9152628Z [36;1m##Logs[0m
2025-08-20T22:52:28.9152833Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:52:28.9153093Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:52:28.9153320Z [36;1m else[0m
2025-08-20T22:52:28.9153512Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:52:28.9153770Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:52:28.9154016Z [36;1m fi[0m
2025-08-20T22:52:28.9154410Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9154794Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9155127Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:52:28.9155494Z [36;1m PKG_FAMILY_LOCAL="$(echo "trufflehog" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:52:28.9155891Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:52:28.9156212Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9156536Z [36;1m##Rebuild[0m
2025-08-20T22:52:28.9156749Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:52:28.9157018Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:52:28.9157265Z [36;1m else[0m
2025-08-20T22:52:28.9157469Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:52:28.9157768Z [36;1m fi[0m
2025-08-20T22:52:28.9158023Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9158334Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:52:28.9158741Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:52:28.9159279Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:52:28.9160362Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:52:28.9161093Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:52:28.9161451Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:52:28.9161878Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:52:28.9162292Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:52:28.9162662Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9162948Z [36;1m    exit 1[0m
2025-08-20T22:52:28.9163151Z [36;1m   else[0m
2025-08-20T22:52:28.9163489Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:52:28.9163819Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9164153Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:52:28.9164489Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:52:28.9164831Z [36;1m      #check if supported[0m
2025-08-20T22:52:28.9165201Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:52:28.9165716Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:52:28.9166131Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:52:28.9166451Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9166737Z [36;1m         exit 1[0m
2025-08-20T22:52:28.9166948Z [36;1m       fi[0m
2025-08-20T22:52:28.9167148Z [36;1m      #get build system[0m
2025-08-20T22:52:28.9167516Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:52:28.9167891Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:52:28.9168165Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9168511Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:52:28.9168844Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9169161Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9169722Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:52:28.9170080Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9170405Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:28.9170675Z [36;1m       fi[0m
2025-08-20T22:52:28.9170998Z [36;1m     fi[0m
2025-08-20T22:52:28.9171198Z [36;1m   fi[0m
2025-08-20T22:52:28.9171397Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:52:28.9209249Z shell: /usr/bin/bash -e {0}
2025-08-20T22:52:28.9209690Z ##[endgroup]
2025-08-20T22:52:29.4891779Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:52:29.4892303Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:52:29.4892522Z 
2025-08-20T22:52:29.5621772Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:52:29.5622418Z 100  4098  100  4098    0     0  55157      0 --:--:-- --:--:-- --:--:-- 55378
2025-08-20T22:52:29.5634561Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:52:29.5860223Z ##[group]Run ##Presets
2025-08-20T22:52:29.5860529Z [36;1m##Presets[0m
2025-08-20T22:52:29.5860737Z [36;1mset +x ; set +e[0m
2025-08-20T22:52:29.5860948Z [36;1m#-------------#[0m
2025-08-20T22:52:29.5861171Z [36;1m##Debug?[0m
2025-08-20T22:52:29.5861416Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:52:29.5861708Z [36;1m  set -x[0m
2025-08-20T22:52:29.5861895Z [36;1mfi[0m
2025-08-20T22:52:29.5862073Z [36;1m#-------------#[0m
2025-08-20T22:52:29.5862284Z [36;1m##CoreUtils[0m
2025-08-20T22:52:29.5862489Z [36;1msudo apt update -y[0m
2025-08-20T22:52:29.5862831Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:52:29.5863823Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:52:29.5864701Z [36;1m##tmp[0m
2025-08-20T22:52:29.5864981Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:52:29.5865303Z [36;1m#GH ENV[0m
2025-08-20T22:52:29.5865529Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:29.5866002Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:29.5866269Z [36;1m#-------------#[0m
2025-08-20T22:52:29.5866487Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:52:29.5866723Z [36;1msudo apt update -y[0m
2025-08-20T22:52:29.5866963Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:52:29.5867220Z [36;1m##Setup Minisign[0m
2025-08-20T22:52:29.5867457Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:52:29.5867889Z [36;1mecho "***[0m
2025-08-20T22:52:29.5869590Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:52:29.5869956Z [36;1m##User-Agent[0m
2025-08-20T22:52:29.5870687Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:52:29.5871476Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:52:29.5910906Z shell: /usr/bin/bash -e {0}
2025-08-20T22:52:29.5911160Z env:
2025-08-20T22:52:29.5911392Z   CROSS_COMPILING: NO
2025-08-20T22:52:29.5911618Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:52:29.5911849Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:52:29.5912064Z   ON_QEMU: NO
2025-08-20T22:52:29.5912256Z   DEBUG: 0
2025-08-20T22:52:29.5912436Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:52:29.5912654Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:52:29.5912974Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T22:52:29.5913328Z   KEEP_LOGS: YES
2025-08-20T22:52:29.5913527Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:52:29.5913742Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T22:52:29.5913970Z   SBUILD_REBUILD: false
2025-08-20T22:52:29.5914529Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:52:29.5915123Z   BUILD_SYS: docker://go
2025-08-20T22:52:29.5915336Z   BUILD_ON_HOST: FALSE
2025-08-20T22:52:29.5915539Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:52:29.5915732Z ##[endgroup]
2025-08-20T22:52:29.6270440Z 
2025-08-20T22:52:29.6270917Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:52:29.6271327Z 
2025-08-20T22:52:29.8371153Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:52:29.8883185Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:52:29.8896394Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:52:29.8900198Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:52:29.9083473Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:52:29.9358448Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:52:29.9593790Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:52:30.3265681Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:52:30.3398050Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:52:30.3596996Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:52:30.3724611Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:52:30.3813572Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:52:30.3834657Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:52:30.3851863Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:52:30.3931757Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:52:30.3944189Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:52:30.3989234Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:52:30.4106333Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:52:30.4115884Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:52:30.4137065Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:52:30.4897467Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:52:30.4942818Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:52:30.4956983Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:52:30.4976147Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:52:30.5157881Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:52:30.5243329Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:52:30.5261737Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:52:30.5292442Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:52:30.5342682Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:52:30.5367405Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:52:30.5404734Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:52:30.5488252Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:52:30.5518098Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:52:30.5530968Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:52:50.5249766Z Fetched 10.6 MB in 2s (6427 kB/s)
2025-08-20T22:52:51.2209846Z Reading package lists...
2025-08-20T22:52:51.3671532Z Building dependency tree...
2025-08-20T22:52:51.3677810Z Reading state information...
2025-08-20T22:52:51.3830652Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:52:51.3946406Z 
2025-08-20T22:52:51.3946876Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:52:51.3947240Z 
2025-08-20T22:52:51.4073456Z Reading package lists...
2025-08-20T22:52:51.5670951Z Building dependency tree...
2025-08-20T22:52:51.5679084Z Reading state information...
2025-08-20T22:52:51.7195496Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:52:51.7196146Z bc set to manually installed.
2025-08-20T22:52:51.7196728Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:52:51.7197452Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:52:51.7198137Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:52:51.7199032Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:52:51.7200216Z The following additional packages will be installed:
2025-08-20T22:52:51.7200927Z   libtime-duration-perl
2025-08-20T22:52:51.8112318Z The following NEW packages will be installed:
2025-08-20T22:52:51.8119913Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:52:51.8305698Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T22:52:51.8535244Z Need to get 616 kB of archives.
2025-08-20T22:52:51.8536730Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:52:51.8537640Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:52:51.9108635Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:52:51.9406402Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:52:51.9693644Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:52:51.9990039Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:52:52.2897295Z Fetched 616 kB in 0s (3362 kB/s)
2025-08-20T22:52:52.3714229Z Selecting previously unselected package fdupes.
2025-08-20T22:52:52.5801559Z (Reading database ... 
2025-08-20T22:52:52.5802105Z (Reading database ... 5%
2025-08-20T22:52:52.5802556Z (Reading database ... 10%
2025-08-20T22:52:52.5803053Z (Reading database ... 15%
2025-08-20T22:52:52.5803493Z (Reading database ... 20%
2025-08-20T22:52:52.5803761Z (Reading database ... 25%
2025-08-20T22:52:52.5804025Z (Reading database ... 30%
2025-08-20T22:52:52.5804287Z (Reading database ... 35%
2025-08-20T22:52:52.5804552Z (Reading database ... 40%
2025-08-20T22:52:52.5804807Z (Reading database ... 45%
2025-08-20T22:52:52.5805056Z (Reading database ... 50%
2025-08-20T22:52:52.9980492Z (Reading database ... 55%
2025-08-20T22:52:55.0393184Z (Reading database ... 60%
2025-08-20T22:52:55.8973360Z (Reading database ... 65%
2025-08-20T22:52:56.3972628Z (Reading database ... 70%
2025-08-20T22:52:57.1983392Z (Reading database ... 75%
2025-08-20T22:52:58.7956225Z (Reading database ... 80%
2025-08-20T22:53:01.6439143Z (Reading database ... 85%
2025-08-20T22:53:04.2880569Z (Reading database ... 90%
2025-08-20T22:53:06.5145927Z (Reading database ... 95%
2025-08-20T22:53:06.5146512Z (Reading database ... 100%
2025-08-20T22:53:06.5147223Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T22:53:06.5195658Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:53:06.5221125Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:53:06.5990463Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:53:06.6126577Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:53:06.6136214Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:53:06.7022475Z Selecting previously unselected package moreutils.
2025-08-20T22:53:06.7157460Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:53:06.7168532Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:53:07.1672296Z Selecting previously unselected package dos2unix.
2025-08-20T22:53:07.1808344Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:53:07.1818424Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:53:08.2573066Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:53:08.2597934Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:53:08.2625911Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:53:08.2651674Z Setting up moreutils (0.69-1) ...
2025-08-20T22:53:08.2679513Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:57:02.5712392Z 
2025-08-20T22:57:02.5712922Z Running kernel seems to be up-to-date.
2025-08-20T22:57:02.5713385Z 
2025-08-20T22:57:02.5713519Z Restarting services...
2025-08-20T22:57:02.5783321Z 
2025-08-20T22:57:02.5783703Z Service restarts being deferred:
2025-08-20T22:57:02.5786808Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:57:02.5787182Z 
2025-08-20T22:57:02.5787430Z No containers need to be restarted.
2025-08-20T22:57:02.5787738Z 
2025-08-20T22:57:02.5787927Z No user sessions are running outdated binaries.
2025-08-20T22:57:02.5788257Z 
2025-08-20T22:57:02.5788560Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:57:03.5991556Z Reading package lists...
2025-08-20T22:57:03.8030537Z Building dependency tree...
2025-08-20T22:57:03.8038592Z Reading state information...
2025-08-20T22:57:03.9962463Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:57:03.9963424Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:57:03.9964007Z apt-utils set to manually installed.
2025-08-20T22:57:03.9965112Z ca-certificates is already the newest version (20240203).
2025-08-20T22:57:03.9965686Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:57:03.9966210Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:57:03.9966747Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:57:03.9967320Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:57:03.9967843Z moreutils is already the newest version (0.69-1).
2025-08-20T22:57:03.9968390Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:57:03.9969051Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:57:03.9969751Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:57:03.9970170Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:57:03.9970546Z tmux set to manually installed.
2025-08-20T22:57:03.9970924Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:57:03.9971389Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:57:03.9971816Z The following additional packages will be installed:
2025-08-20T22:57:03.9972228Z   python3-software-properties
2025-08-20T22:57:03.9972529Z Recommended packages:
2025-08-20T22:57:03.9972790Z   unattended-upgrades
2025-08-20T22:57:04.0504318Z The following NEW packages will be installed:
2025-08-20T22:57:04.0504937Z   rename
2025-08-20T22:57:04.0515878Z The following packages will be upgraded:
2025-08-20T22:57:04.0516702Z   python3-software-properties software-properties-common
2025-08-20T22:57:04.0708219Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:57:04.0957985Z Need to get 64.7 kB of archives.
2025-08-20T22:57:04.0958539Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:57:04.0958940Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:57:04.1486780Z 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-20T22:57:04.1779179Z 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-20T22:57:04.2071816Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:57:04.4789221Z Fetched 64.7 kB in 0s (526 kB/s)
2025-08-20T22:57:04.5048635Z (Reading database ... 
2025-08-20T22:57:04.5049136Z (Reading database ... 5%
2025-08-20T22:57:04.5049766Z (Reading database ... 10%
2025-08-20T22:57:04.5050202Z (Reading database ... 15%
2025-08-20T22:57:04.5050539Z (Reading database ... 20%
2025-08-20T22:57:04.5050908Z (Reading database ... 25%
2025-08-20T22:57:04.5051329Z (Reading database ... 30%
2025-08-20T22:57:04.5052056Z (Reading database ... 35%
2025-08-20T22:57:04.5052529Z (Reading database ... 40%
2025-08-20T22:57:04.5053011Z (Reading database ... 45%
2025-08-20T22:57:04.5053485Z (Reading database ... 50%
2025-08-20T22:57:04.5139699Z (Reading database ... 55%
2025-08-20T22:57:04.5174469Z (Reading database ... 60%
2025-08-20T22:57:04.5196041Z (Reading database ... 65%
2025-08-20T22:57:04.5230866Z (Reading database ... 70%
2025-08-20T22:57:04.5256222Z (Reading database ... 75%
2025-08-20T22:57:04.5286410Z (Reading database ... 80%
2025-08-20T22:57:04.5431963Z (Reading database ... 85%
2025-08-20T22:57:04.5536280Z (Reading database ... 90%
2025-08-20T22:57:04.5825327Z (Reading database ... 95%
2025-08-20T22:57:04.5825691Z (Reading database ... 100%
2025-08-20T22:57:04.5826147Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T22:57:04.5871346Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:57:04.7134409Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:57:04.8191715Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:57:04.9009967Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:57:04.9278288Z Selecting previously unselected package rename.
2025-08-20T22:57:04.9424470Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:57:04.9435670Z Unpacking rename (2.02-1) ...
2025-08-20T22:57:04.9863225Z Setting up rename (2.02-1) ...
2025-08-20T22:57:04.9928441Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:57:04.9954266Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:57:05.1597273Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:57:05.2661651Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:57:09.4111577Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:57:11.1010763Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:57:11.1295164Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:57:11.1332331Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:57:11.1363565Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:57:11.1369979Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:57:11.1511435Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:57:11.1574082Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:57:12.3813762Z Reading package lists...
2025-08-20T22:57:12.5904838Z Building dependency tree...
2025-08-20T22:57:12.5912348Z Reading state information...
2025-08-20T22:57:12.6129616Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:57:12.6281726Z 
2025-08-20T22:57:12.6282683Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:57:12.6283102Z 
2025-08-20T22:57:12.6920789Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:57:12.7243598Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:57:12.7262419Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:57:12.7273245Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:57:12.7282198Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:57:12.7341187Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:57:12.7417362Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:57:13.9747895Z Reading package lists...
2025-08-20T22:57:14.1774037Z Building dependency tree...
2025-08-20T22:57:14.1781385Z Reading state information...
2025-08-20T22:57:14.1935217Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:57:14.2051048Z 
2025-08-20T22:57:14.2052334Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:57:14.2052705Z 
2025-08-20T22:57:14.2182245Z Reading package lists...
2025-08-20T22:57:14.4174670Z Building dependency tree...
2025-08-20T22:57:14.4182815Z Reading state information...
2025-08-20T22:57:14.6127382Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:57:14.6617051Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:57:14.6924442Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:57:14.7336922Z ##[group]Run ##Presets
2025-08-20T22:57:14.7337203Z [36;1m##Presets[0m
2025-08-20T22:57:14.7337407Z [36;1mset +x ; set +e[0m
2025-08-20T22:57:14.7337617Z [36;1m#-------------#[0m
2025-08-20T22:57:14.7337817Z [36;1m##Debug?[0m
2025-08-20T22:57:14.7338057Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:57:14.7338354Z [36;1m  set -x[0m
2025-08-20T22:57:14.7338538Z [36;1mfi[0m
2025-08-20T22:57:14.7338715Z [36;1m#-------------#[0m
2025-08-20T22:57:14.7339164Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:57:14.7340306Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:57:14.7340942Z [36;1msudo service procps restart[0m
2025-08-20T22:57:14.7341212Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:57:14.7381654Z shell: /usr/bin/bash -e {0}
2025-08-20T22:57:14.7381896Z env:
2025-08-20T22:57:14.7382121Z   CROSS_COMPILING: NO
2025-08-20T22:57:14.7382338Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:57:14.7382572Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:57:14.7382795Z   ON_QEMU: NO
2025-08-20T22:57:14.7382974Z   DEBUG: 0
2025-08-20T22:57:14.7383165Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:57:14.7383398Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:57:14.7383740Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T22:57:14.7384104Z   KEEP_LOGS: YES
2025-08-20T22:57:14.7384305Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:57:14.7384532Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T22:57:14.7384785Z   SBUILD_REBUILD: false
2025-08-20T22:57:14.7385377Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:57:14.7386017Z   BUILD_SYS: docker://go
2025-08-20T22:57:14.7386238Z   BUILD_ON_HOST: FALSE
2025-08-20T22:57:14.7386444Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:57:14.7386644Z   SYSTMP: /tmp
2025-08-20T22:57:14.7386829Z   GHA_MODE: MATRIX
2025-08-20T22:57:14.7387279Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:57:14.7387771Z ##[endgroup]
2025-08-20T22:57:14.7521773Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:57:14.7598752Z 0
2025-08-20T22:57:14.7927639Z vm.max_map_count = 262144
2025-08-20T22:57:14.7928098Z fs.inotify.max_user_watches = 655360
2025-08-20T22:57:14.7928692Z fs.inotify.max_user_instances = 1280
2025-08-20T22:57:14.7929004Z vm.mmap_rnd_bits = 28
2025-08-20T22:57:14.8001234Z ##[group]Run ##Presets
2025-08-20T22:57:14.8001537Z [36;1m##Presets[0m
2025-08-20T22:57:14.8001751Z [36;1mset +x ; set +e[0m
2025-08-20T22:57:14.8001958Z [36;1m#-------------#[0m
2025-08-20T22:57:14.8002164Z [36;1m##Debug?[0m
2025-08-20T22:57:14.8002409Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:57:14.8002703Z [36;1m  set -x[0m
2025-08-20T22:57:14.8002884Z [36;1mfi[0m
2025-08-20T22:57:14.8003063Z [36;1m#-------------#[0m
2025-08-20T22:57:14.8003261Z [36;1m##Main[0m
2025-08-20T22:57:14.8003476Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:57:14.8004114Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:57:14.8004833Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:57:14.8005208Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:57:14.8005477Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:57:14.8005732Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:57:14.8006033Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:57:14.8006347Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:57:14.8006643Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:57:14.8006951Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:57:14.8007233Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:57:14.8007550Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:57:14.8007909Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:57:14.8008186Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:57:14.8008445Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:57:14.8008723Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:57:14.8009004Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:57:14.8009277Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:57:14.8009937Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:57:14.8010256Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:57:14.8010569Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:57:14.8010866Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:57:14.8011169Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:57:14.8011468Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:57:14.8011761Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:57:14.8012060Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:57:14.8012327Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:57:14.8012671Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:57:14.8013114Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:57:14.8013580Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:57:14.8014042Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:57:14.8014383Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:57:14.8014720Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:57:14.8015334Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:57:14.8016100Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:57:14.8016618Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:57:14.8016884Z [36;1m else[0m
2025-08-20T22:57:14.8017341Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:57:14.8017694Z [36;1m fi[0m
2025-08-20T22:57:14.8017934Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:57:14.8018316Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:57:14.8018728Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:57:14.8019103Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:57:14.8019723Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:57:14.8020116Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:57:14.8020511Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:57:14.8020908Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:57:14.8021313Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:57:14.8021714Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:57:14.8022022Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:57:14.8062387Z shell: /usr/bin/bash -e {0}
2025-08-20T22:57:14.8062614Z env:
2025-08-20T22:57:14.8062786Z   CROSS_COMPILING: NO
2025-08-20T22:57:14.8062994Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:57:14.8063212Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:57:14.8063417Z   ON_QEMU: NO
2025-08-20T22:57:14.8063600Z   DEBUG: 0
2025-08-20T22:57:14.8063777Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:57:14.8063997Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:57:14.8064318Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T22:57:14.8064648Z   KEEP_LOGS: YES
2025-08-20T22:57:14.8064842Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:57:14.8065057Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T22:57:14.8065280Z   SBUILD_REBUILD: false
2025-08-20T22:57:14.8065832Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:57:14.8066583Z   BUILD_SYS: docker://go
2025-08-20T22:57:14.8066787Z   BUILD_ON_HOST: FALSE
2025-08-20T22:57:14.8066985Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:57:14.8067178Z   SYSTMP: /tmp
2025-08-20T22:57:14.8067356Z   GHA_MODE: MATRIX
2025-08-20T22:57:14.8067785Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:57:14.8068433Z   GHCR_TOKEN: ***
2025-08-20T22:57:14.8068710Z   GITHUB_TOKEN: ***
2025-08-20T22:57:14.8068937Z   GITLAB_TOKEN: ***
2025-08-20T22:57:14.8070349Z   MINISIGN_KEY: ***
2025-08-20T22:57:14.8070637Z ##[endgroup]
2025-08-20T22:57:14.8583914Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:57:14.9471174Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:57:14.9471995Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:57:14.9472392Z 
2025-08-20T22:57:14.9774163Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:57:14.9774943Z 100  4098  100  4098    0     0   131k      0 --:--:-- --:--:-- --:--:--  133k
2025-08-20T22:57:14.9788843Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T22:57:14.9888031Z 
2025-08-20T22:57:14.9888536Z [+] Building [/tmp/tmp.Aia0GJBcMx/SBUILD_INPUT] Locally
2025-08-20T22:57:14.9888948Z 
2025-08-20T22:57:14.9903297Z '/tmp/tmp.Aia0GJBcMx/SBUILD_INPUT' -> '/tmp/pkgforge/CEVFfAn8e_build.yaml'
2025-08-20T22:57:15.0952575Z 
2025-08-20T22:57:15.0953103Z [+] Passwordless sudo is Configured
2025-08-20T22:57:15.1603528Z 
2025-08-20T22:57:15.1616452Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:57:15.1616764Z 
2025-08-20T22:57:15.2106321Z 
2025-08-20T22:57:15.2107869Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:57:15.2108394Z 
2025-08-20T22:57:15.2108412Z 
2025-08-20T22:57:15.2108783Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:57:15.2109268Z 
2025-08-20T22:57:15.2338397Z [+] Installing: 7z -> 7z
2025-08-20T22:57:15.3510964Z [+] Installing: actionlint -> actionlint
2025-08-20T22:57:15.4752925Z [+] Installing: anew -> anew
2025-08-20T22:57:15.5824801Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:57:15.6865266Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:57:16.0356762Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:57:16.3842667Z [+] Installing: archey -> archey
2025-08-20T22:57:16.5321834Z [+] Installing: aria2 -> aria2c
2025-08-20T22:57:16.9368306Z [+] Installing: askalono -> askalono
2025-08-20T22:57:17.3114523Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:57:17.7017578Z [+] Installing: b3sum -> b3sum
2025-08-20T22:57:17.8009766Z [+] Installing: bita -> bita
2025-08-20T22:57:17.9773746Z [+] Installing: btop -> btop
2025-08-20T22:57:18.0788508Z [+] Installing: chafa -> chafa
2025-08-20T22:57:18.5106914Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:57:18.6971561Z [+] Installing: croc -> croc
2025-08-20T22:57:18.8372308Z [+] Installing: csvtk -> csvtk
2025-08-20T22:57:19.0065201Z [+] Installing: cutlines -> cutlines
2025-08-20T22:57:19.3443002Z curl: (22) The requested URL returned error: 404
2025-08-20T22:57:19.3486626Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:57:19.3487455Z [+] Installing: dbin -> dbin
2025-08-20T22:57:19.7788915Z [+] Installing: dasel -> dasel
2025-08-20T22:57:19.9272097Z [+] Installing: delta -> delta
2025-08-20T22:57:20.0494737Z [+] Installing: ds -> ds
2025-08-20T22:57:20.1265211Z curl: (22) The requested URL returned error: 404
2025-08-20T22:57:20.1302926Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:57:20.1303795Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:57:20.2217662Z [+] Installing: duf -> duf
2025-08-20T22:57:20.3345362Z [+] Installing: duplicut -> duplicut
2025-08-20T22:57:20.4370846Z [+] Installing: dust -> dust
2025-08-20T22:57:20.5473117Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:57:20.6874753Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:57:20.8221459Z [+] Installing: dysk -> dysk
2025-08-20T22:57:20.9259614Z [+] Installing: eget -> eget
2025-08-20T22:57:21.0509156Z [+] Installing: epoch -> epoch
2025-08-20T22:57:21.4512048Z [+] Installing: faketty -> faketty
2025-08-20T22:57:21.8082690Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:57:21.9082366Z [+] Installing: freeze -> freeze
2025-08-20T22:57:22.0642437Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:57:22.4075628Z [+] Installing: gdu -> gdu
2025-08-20T22:57:22.6085379Z [+] Installing: gh -> gh
2025-08-20T22:57:22.8805834Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:57:23.3094488Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:57:23.7259151Z [+] Installing: glab -> glab
2025-08-20T22:57:23.9656166Z [+] Installing: glow -> glow
2025-08-20T22:57:24.4282705Z [+] Installing: httpx -> httpx
2025-08-20T22:57:24.6523942Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:57:24.9079119Z [+] Installing: husarnet -> husarnet
2025-08-20T22:57:24.9893576Z curl: (22) The requested URL returned error: 404
2025-08-20T22:57:24.9937269Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:57:24.9938352Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:57:25.0698362Z curl: (22) The requested URL returned error: 404
2025-08-20T22:57:25.0740187Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:57:25.0741372Z [+] Installing: imgcat -> imgcat
2025-08-20T22:57:25.1780792Z [+] Installing: jc -> jc
2025-08-20T22:57:25.6174883Z [+] Installing: jq -> jq
2025-08-20T22:57:25.9644759Z [+] Installing: logdy -> logdy
2025-08-20T22:57:26.1970395Z [+] Installing: micro -> micro
2025-08-20T22:57:26.3648224Z [+] Installing: miniserve -> miniserve
2025-08-20T22:57:26.7665458Z [+] Installing: minisign -> minisign
2025-08-20T22:57:26.8645620Z [+] Installing: ncdu -> ncdu
2025-08-20T22:57:27.2245583Z [+] Installing: notify -> notify
2025-08-20T22:57:27.6715558Z [+] Installing: ouch -> ouch
2025-08-20T22:57:28.0483253Z [+] Installing: oras -> oras
2025-08-20T22:57:28.1818451Z [+] Installing: pipetty -> pipetty
2025-08-20T22:57:28.5228483Z [+] Installing: pixterm -> pixterm
2025-08-20T22:57:28.9041634Z [+] Installing: qsv -> qsv
2025-08-20T22:57:29.3210551Z [+] Installing: rclone -> rclone
2025-08-20T22:57:29.5726151Z [+] Installing: ripgrep -> rg
2025-08-20T22:57:29.9432326Z [+] Installing: rga -> rga
2025-08-20T22:57:30.0570634Z [+] Installing: rsync -> rsync
2025-08-20T22:57:30.1820156Z [+] Installing: script -> script
2025-08-20T22:57:30.2684525Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:57:30.7144480Z [+] Installing: soar -> soar
2025-08-20T22:57:30.8673248Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:57:31.0215397Z [+] Installing: sstrip -> sstrip
2025-08-20T22:57:31.1142226Z [+] Installing: strace -> strace
2025-08-20T22:57:31.5008870Z [+] Installing: sttr -> sttr
2025-08-20T22:57:31.6424943Z [+] Installing: tailscale -> tailscale
2025-08-20T22:57:31.8309008Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:57:32.2618239Z [+] Installing: taplo -> taplo
2025-08-20T22:57:32.4016187Z [+] Installing: tldr -> tldr
2025-08-20T22:57:32.5367199Z [+] Installing: tldr -> tealdeer
2025-08-20T22:57:32.9213012Z [+] Installing: tmux -> tmux
2025-08-20T22:57:33.0235398Z [+] Installing: tok -> tok
2025-08-20T22:57:33.1338122Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:57:33.5453112Z [+] Installing: trurl -> trurl
2025-08-20T22:57:33.6742940Z [+] Installing: tss -> tss
2025-08-20T22:57:33.7650478Z [+] Installing: ulexec -> ulexec
2025-08-20T22:57:33.8916551Z [+] Installing: unfurl -> unfurl
2025-08-20T22:57:34.0153010Z [+] Installing: upx -> upx
2025-08-20T22:57:34.1115182Z [+] Installing: validtoml -> validtoml
2025-08-20T22:57:34.4803798Z [+] Installing: wget -> wget
2025-08-20T22:57:34.8683703Z [+] Installing: wget2 -> wget2
2025-08-20T22:57:34.9923176Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:57:35.3820063Z [+] Installing: xq -> xq
2025-08-20T22:57:35.7567318Z [+] Installing: xz -> xz
2025-08-20T22:57:35.8540535Z [+] Installing: unxz -> unxz
2025-08-20T22:57:36.2027733Z [+] Installing: yq -> yq
2025-08-20T22:57:36.5964627Z [+] Installing: yj -> yj
2025-08-20T22:57:36.7103865Z [+] Installing: zapper -> zapper
2025-08-20T22:57:36.8057921Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:57:36.9004593Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:57:36.9853878Z curl: (22) The requested URL returned error: 404
2025-08-20T22:57:36.9899610Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:57:36.9900595Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:57:37.0751458Z curl: (22) The requested URL returned error: 404
2025-08-20T22:57:37.0795575Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:57:37.0796339Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:57:37.1578567Z curl: (22) The requested URL returned error: 404
2025-08-20T22:57:37.1625455Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:57:37.1626495Z [+] Installing: zstd -> zstd
2025-08-20T22:57:37.2663977Z [+] Creating symlinks...
2025-08-20T22:57:37.2757202Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:57:37.2858363Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:57:37.2956876Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:57:37.3058991Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:57:37.3160528Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:57:37.3264634Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:57:37.3366893Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:57:37.3470408Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:57:37.3576044Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:57:37.3679958Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:57:37.3781019Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:57:37.3881840Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:57:37.3981709Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:57:37.4082992Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:57:37.4183452Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:57:37.4285398Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:57:37.4384340Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:57:37.4421909Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:57:37.4515920Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:57:37.4617677Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:57:37.4720385Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:57:37.4759257Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:57:37.4854483Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:57:37.4954561Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:57:37.5053649Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:57:37.5152581Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:57:37.5253043Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:57:37.5353557Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:57:37.5456903Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:57:37.5563980Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:57:37.5665047Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:57:37.5769243Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:57:37.5870278Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:57:37.5969675Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:57:37.6075398Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:57:37.6180460Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:57:37.6284023Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:57:37.6382945Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:57:37.6486697Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:57:37.6587754Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:57:37.6687057Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:57:37.6786577Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:57:37.6886636Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:57:37.6985194Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:57:37.7023038Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:57:37.7051876Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:57:37.7142658Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:57:37.7245260Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:57:37.7345848Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:57:37.7446874Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:57:37.7549016Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:57:37.7648830Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:57:37.7750011Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:57:37.7851242Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:57:37.7950752Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:57:37.8049187Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:57:37.8151489Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:57:37.8252688Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:57:37.8356747Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:57:37.8456613Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:57:37.8559065Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:57:37.8658413Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:57:37.8759046Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:57:37.8858126Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:57:37.8960023Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:57:37.9059236Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:57:37.9160123Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:57:37.9262162Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:57:37.9363230Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:57:37.9465507Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:57:37.9566744Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:57:37.9666771Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:57:37.9768396Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:57:37.9868873Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:57:37.9968051Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:57:38.0067937Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:57:38.0167969Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:57:38.0266081Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:57:38.0367000Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:57:38.0465531Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:57:38.0566537Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:57:38.0673202Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:57:38.0773557Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:57:38.0878280Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:57:38.0980189Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:57:38.1080352Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:57:38.1184635Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:57:38.1285036Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:57:38.1385876Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:57:38.1490585Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:57:38.1612631Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:57:38.1714803Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:57:38.1817272Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:57:38.1917034Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:57:38.2021133Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:57:38.2063368Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:57:38.2093841Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:57:38.2122623Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:57:38.2218830Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:57:38.2245934Z 
2025-08-20T22:57:38.2246499Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:57:38.2247152Z 
2025-08-20T22:57:38.2265743Z 
2025-08-20T22:57:38.2361877Z 
2025-08-20T22:57:38.2362439Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T22:57:38.2362747Z 
2025-08-20T22:57:38.2362855Z [+] Installation completed!
2025-08-20T22:57:38.2435355Z 
2025-08-20T22:57:38.2435635Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:57:38.4727986Z github.com
2025-08-20T22:57:38.4728870Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:57:38.4729612Z   - Active account: true
2025-08-20T22:57:38.4729982Z   - Git operations protocol: https
2025-08-20T22:57:38.4730375Z   - Token: ghp_************************************
2025-08-20T22:57:38.4731362Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:57:38.4732358Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:57:38.4732870Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:57:38.6047999Z Limit: 5000, Remaining: 3940, Reset: 2025-08-20 23:28:26 +0000 UTC (30m47s)
2025-08-20T22:57:38.6058318Z 
2025-08-20T22:57:38.6058496Z [+] GHCR_TOKEN is Exported
2025-08-20T22:57:38.6101523Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:57:38.7834182Z Login Succeeded
2025-08-20T22:57:38.7845193Z 
2025-08-20T22:57:38.7845504Z [+] GITLAB is Exported
2025-08-20T22:57:39.3459072Z [git remote -v]
2025-08-20T22:57:39.5461673Z gitlab.com
2025-08-20T22:57:39.5464084Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:57:39.5465314Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:57:39.5466102Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:57:39.5466992Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:57:39.5467811Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:57:39.5468591Z   ✓ Token found: **************************
2025-08-20T22:57:39.5469067Z 
2025-08-20T22:57:39.5470042Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:57:39.5471200Z [git remote -v]
2025-08-20T22:57:39.5483513Z 2025/08/20 22:57:39 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:57:39.5485706Z git: exit status 128]
2025-08-20T22:57:39.9538386Z 
2025-08-20T22:57:39.9538399Z 
2025-08-20T22:57:39.9539820Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:57:39 PM)
2025-08-20T22:57:39.9540856Z 
2025-08-20T22:57:39.9540864Z 
2025-08-20T22:57:39.9541058Z [+] USER = runner
2025-08-20T22:57:39.9541529Z [+] HOME = /home/runner
2025-08-20T22:57:39.9547756Z [+] 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-20T22:57:39.9552089Z 
2025-08-20T22:57:40.0193172Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:57:40.0730680Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:57:40.0811416Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:57:40.1368600Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:57:40.1375203Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:57:40.1382244Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:57:40.1389976Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:57:41.2875595Z Reading package lists...
2025-08-20T22:57:41.3200997Z Reading package lists...
2025-08-20T22:57:41.5172501Z Building dependency tree...
2025-08-20T22:57:41.5192010Z Reading state information...
2025-08-20T22:57:41.7146196Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:57:41.7146813Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:57:41.7147355Z ca-certificates is already the newest version (20240203).
2025-08-20T22:57:41.7147921Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:57:41.7148484Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:57:41.7149010Z moreutils is already the newest version (0.69-1).
2025-08-20T22:57:41.7149829Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:57:41.7150511Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:57:41.7151438Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:57:41.7791299Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:57:41.8095581Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:57:41.8109886Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:57:41.8116090Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:57:41.8123681Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:57:41.8136314Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:57:41.8178707Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:57:43.0196076Z Reading package lists...
2025-08-20T22:57:43.0556572Z Reading package lists...
2025-08-20T22:57:43.2678482Z Building dependency tree...
2025-08-20T22:57:43.2686961Z Reading state information...
2025-08-20T22:57:43.4624937Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:57:43.4625647Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:57:43.4626243Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:57:43.4626802Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:57:43.4627406Z ca-certificates is already the newest version (20240203).
2025-08-20T22:57:43.4628001Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:57:43.4628570Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:57:43.4629132Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:57:43.4629997Z gawk set to manually installed.
2025-08-20T22:57:43.4630468Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:57:43.4631010Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:57:43.4631573Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:57:43.4632135Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:57:43.4632785Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:57:43.4633788Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:57:43.4634323Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:57:43.4634862Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:57:43.4635409Z The following additional packages will be installed:
2025-08-20T22:57:43.4636068Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:57:43.4636832Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:57:43.4637590Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:57:43.4638285Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:57:43.4639029Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:57:43.4639873Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:57:43.4649592Z Suggested packages:
2025-08-20T22:57:43.4650081Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:57:43.4650852Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:57:43.4651650Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:57:43.4652476Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:57:43.4653287Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:57:43.4654018Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:57:43.4654657Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:57:43.5147045Z The following NEW packages will be installed:
2025-08-20T22:57:43.5147863Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:57:43.5150904Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:57:43.5152324Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:57:43.5153237Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:57:43.5154224Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:57:43.5161871Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:57:43.5165201Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:57:43.5354720Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:57:43.5355133Z Need to get 27.5 MB of archives.
2025-08-20T22:57:43.5355609Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:57:43.5356299Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:57:43.5805687Z 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-20T22:57:43.6801974Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:57:43.8431395Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:57:43.8992450Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:57:43.9280113Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T22:57:43.9574285Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:57:44.0253234Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:57:44.0826945Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:57:44.1432155Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:57:44.1744345Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:57:44.5099129Z 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-20T22:57:44.5401486Z 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-20T22:57:44.5965778Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:57:44.6312581Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:57:44.6600651Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:57:44.6901576Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:57:44.7190676Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T22:57:44.8391970Z 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-20T22:57:44.9104873Z 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-20T22:57:44.9417547Z 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-20T22:57:44.9704772Z 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-20T22:57:44.9996705Z 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-20T22:57:45.0568058Z 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-20T22:57:45.0866570Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:57:45.1185438Z 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-20T22:57:45.1472441Z 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-20T22:57:45.2069604Z 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-20T22:57:45.2370015Z 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-20T22:57:45.2687824Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:57:45.2982587Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:57:45.3268315Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:57:45.3568461Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:57:45.3870191Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:57:45.4737537Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:57:45.5051179Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:57:45.5612503Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:57:45.8145786Z Preconfiguring packages ...
2025-08-20T22:57:45.8782358Z Fetched 27.5 MB in 2s (13.5 MB/s)
2025-08-20T22:57:45.8992987Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:57:45.9047729Z (Reading database ... 
2025-08-20T22:57:45.9048138Z (Reading database ... 5%
2025-08-20T22:57:45.9048510Z (Reading database ... 10%
2025-08-20T22:57:45.9049162Z (Reading database ... 15%
2025-08-20T22:57:45.9049736Z (Reading database ... 20%
2025-08-20T22:57:45.9050100Z (Reading database ... 25%
2025-08-20T22:57:45.9050461Z (Reading database ... 30%
2025-08-20T22:57:45.9050817Z (Reading database ... 35%
2025-08-20T22:57:45.9051180Z (Reading database ... 40%
2025-08-20T22:57:45.9051547Z (Reading database ... 45%
2025-08-20T22:57:45.9051904Z (Reading database ... 50%
2025-08-20T22:57:45.9073834Z (Reading database ... 55%
2025-08-20T22:57:45.9180555Z (Reading database ... 60%
2025-08-20T22:57:45.9204134Z (Reading database ... 65%
2025-08-20T22:57:45.9241831Z (Reading database ... 70%
2025-08-20T22:57:45.9268669Z (Reading database ... 75%
2025-08-20T22:57:45.9300815Z (Reading database ... 80%
2025-08-20T22:57:45.9450671Z (Reading database ... 85%
2025-08-20T22:57:45.9555415Z (Reading database ... 90%
2025-08-20T22:57:45.9834206Z (Reading database ... 95%
2025-08-20T22:57:45.9834626Z (Reading database ... 100%
2025-08-20T22:57:45.9835124Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T22:57:45.9878522Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:57:46.0086528Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:57:46.1578011Z Selecting previously unselected package poppler-data.
2025-08-20T22:57:46.1720087Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:57:46.1732814Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:57:46.3029155Z Selecting previously unselected package b3sum.
2025-08-20T22:57:46.3169847Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:57:46.3179754Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:57:46.3462830Z Selecting previously unselected package build-essential.
2025-08-20T22:57:46.3603044Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:57:46.3614473Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:57:46.3863422Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:57:46.4003909Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:57:46.4027457Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:57:46.4266407Z Selecting previously unselected package ccache.
2025-08-20T22:57:46.4405795Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:57:46.4417162Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:57:46.5451120Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:57:46.5591585Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:57:46.5602964Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:57:46.5881897Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:57:46.6021438Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:57:46.6031853Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:57:46.6360049Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:57:46.6501260Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:57:46.6512385Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:57:46.7673842Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:57:46.7812778Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:57:46.8456242Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:57:46.9696533Z Selecting previously unselected package libgs-common.
2025-08-20T22:57:46.9835064Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:57:46.9845459Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:47.0093808Z Selecting previously unselected package libgs10-common.
2025-08-20T22:57:47.0232410Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:57:47.0248426Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:47.0968854Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:57:47.1108034Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:57:47.1118759Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:57:47.1350235Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:57:47.1488025Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:57:47.1498379Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:57:47.1739018Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:57:47.1878325Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:57:47.1890600Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:57:47.2140403Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:57:47.2278573Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:57:47.2288959Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:57:47.2525337Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:57:47.2665731Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:57:47.2677511Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:47.3721848Z Selecting previously unselected package ghostscript.
2025-08-20T22:57:47.3860982Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:57:47.3871725Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:47.4175688Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:57:47.4315018Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:57:47.4326023Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:47.6695048Z Selecting previously unselected package imagemagick.
2025-08-20T22:57:47.6833976Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:57:47.6844021Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:47.7053260Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:57:47.7192081Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:57:47.7202459Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:57:47.7450132Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:57:47.7588760Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:57:47.7596767Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:57:47.7881795Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:57:47.8019521Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:57:47.8032658Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:57:47.8262354Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:57:47.8403530Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:57:47.8412896Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:57:47.8653185Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:57:47.8793398Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:57:47.8800634Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:57:47.9012538Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:57:47.9150054Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:57:47.9158889Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:57:47.9583075Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:57:47.9722462Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:57:47.9730122Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:57:47.9991428Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:57:48.0130951Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:57:48.0139124Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:48.0611155Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:57:48.0751156Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:57:48.0760250Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:57:48.0992981Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:57:48.1133336Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:57:48.1141640Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:57:48.1740920Z Selecting previously unselected package libtool-bin.
2025-08-20T22:57:48.1879751Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:57:48.1887048Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:57:48.2139949Z Selecting previously unselected package lzip.
2025-08-20T22:57:48.2281118Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:57:48.2293393Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:57:48.2535416Z Selecting previously unselected package netpbm.
2025-08-20T22:57:48.2681952Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:57:48.2690420Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:57:48.4473266Z Selecting previously unselected package musl:amd64.
2025-08-20T22:57:48.4613097Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:57:48.4622118Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:57:48.5099637Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:57:48.5238081Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:57:48.5245754Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:57:48.5923423Z Selecting previously unselected package musl-tools.
2025-08-20T22:57:48.6062933Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:57:48.6070877Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:57:48.6485078Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:57:48.7920882Z 
2025-08-20T22:57:48.7921448Z Creating config file /etc/papersize with new version
2025-08-20T22:57:48.8832971Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:57:48.8852105Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:57:48.8877551Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:57:48.8902150Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:57:48.8921593Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:48.8941195Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:57:48.8961976Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:57:48.8982951Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:57:48.9085253Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:57:48.9104656Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:57:48.9125813Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:57:48.9184803Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:57:48.9231439Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:57:48.9277052Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:57:48.9297532Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:57:48.9318620Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:57:48.9339669Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:57:48.9436939Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:57:48.9457024Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:48.9527650Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:57:48.9572528Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:57:48.9628508Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:57:48.9673237Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:57:48.9733150Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:57:48.9778259Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:57:48.9834132Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:57:48.9880219Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:57:48.9935997Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:57:48.9980626Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:57:49.0036573Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:57:49.0082540Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:57:49.0137725Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:57:49.0188813Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:57:49.0246052Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:57:49.0291783Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:57:49.0347426Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:57:49.0395201Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:57:49.0453231Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:57:49.0500890Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:57:49.0558949Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:57:49.0606744Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:57:49.0633278Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:57:49.0657985Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:57:49.0695222Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:57:49.0716949Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:57:49.0919825Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:57:49.0943228Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:57:49.0968120Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:57:49.0989690Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:57:49.1011636Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:57:49.1350190Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:57:49.1372036Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:57:49.1453733Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:57:49.1484324Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:57:49.1504099Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:49.1525799Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:49.1546291Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:57:49.4386952Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:57:49.4407870Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:49.4428269Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:49.4450398Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:49.4517840Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:57:50.0802373Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:57:51.6231944Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:57:52.8591491Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:57:59.7935703Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:58:13.4818065Z Reading package lists...
2025-08-20T22:58:13.6717877Z Building dependency tree...
2025-08-20T22:58:13.6725870Z Reading state information...
2025-08-20T22:58:13.8463731Z autoconf is already the newest version (2.71-3).
2025-08-20T22:58:13.8464639Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:58:13.8465450Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:58:13.8466271Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:58:13.8466974Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:58:13.8467528Z ca-certificates is already the newest version (20240203).
2025-08-20T22:58:13.8468030Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:58:13.8468502Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:58:13.8469195Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:58:13.8469906Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:58:13.8470308Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:58:13.8470705Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:58:13.8471063Z patch set to manually installed.
2025-08-20T22:58:13.8471416Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:58:13.8471836Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:58:13.8472230Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:58:13.8472619Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:58:13.8472959Z Suggested packages:
2025-08-20T22:58:13.8473181Z   scons-doc
2025-08-20T22:58:13.8608584Z The following NEW packages will be installed:
2025-08-20T22:58:13.8614717Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:58:13.8788264Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:58:13.8788850Z Need to get 15.8 MB of archives.
2025-08-20T22:58:13.8789251Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:58:13.8789930Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:58:13.9312622Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:58:13.9896586Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:58:14.0187548Z 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-20T22:58:14.2685622Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:58:14.3247031Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:58:14.5953559Z Fetched 15.8 MB in 0s (34.5 MB/s)
2025-08-20T22:58:14.6134141Z Selecting previously unselected package autopoint.
2025-08-20T22:58:14.6189011Z (Reading database ... 
2025-08-20T22:58:14.6189578Z (Reading database ... 5%
2025-08-20T22:58:14.6189951Z (Reading database ... 10%
2025-08-20T22:58:14.6190326Z (Reading database ... 15%
2025-08-20T22:58:14.6190685Z (Reading database ... 20%
2025-08-20T22:58:14.6191597Z (Reading database ... 25%
2025-08-20T22:58:14.6191993Z (Reading database ... 30%
2025-08-20T22:58:14.6192353Z (Reading database ... 35%
2025-08-20T22:58:14.6192715Z (Reading database ... 40%
2025-08-20T22:58:14.6193074Z (Reading database ... 45%
2025-08-20T22:58:14.6193433Z (Reading database ... 50%
2025-08-20T22:58:14.6214313Z (Reading database ... 55%
2025-08-20T22:58:14.6316910Z (Reading database ... 60%
2025-08-20T22:58:14.6339857Z (Reading database ... 65%
2025-08-20T22:58:14.6377723Z (Reading database ... 70%
2025-08-20T22:58:14.6405319Z (Reading database ... 75%
2025-08-20T22:58:14.6438175Z (Reading database ... 80%
2025-08-20T22:58:14.6595959Z (Reading database ... 85%
2025-08-20T22:58:14.6704658Z (Reading database ... 90%
2025-08-20T22:58:14.7015626Z (Reading database ... 95%
2025-08-20T22:58:14.7016059Z (Reading database ... 100%
2025-08-20T22:58:14.7016555Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T22:58:14.7063228Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:58:14.7071582Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:58:14.7320425Z Selecting previously unselected package clang.
2025-08-20T22:58:14.7459841Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:58:14.7467885Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:58:14.7676906Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:58:14.7817442Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:58:14.7826161Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:58:15.2321489Z Selecting previously unselected package scons.
2025-08-20T22:58:15.2461263Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:58:15.2470167Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:58:15.3127637Z Selecting previously unselected package byacc.
2025-08-20T22:58:15.3267599Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:58:15.3276729Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:58:15.3673830Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:58:15.3715941Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:58:15.3791154Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:58:15.4003790Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:58:15.8080630Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:58:15.8108845Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:58:19.8585273Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:58:21.3419872Z Reading package lists...
2025-08-20T22:58:21.4881451Z Building dependency tree...
2025-08-20T22:58:21.4889737Z Reading state information...
2025-08-20T22:58:21.6363975Z The following additional packages will be installed:
2025-08-20T22:58:21.6364722Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:58:21.6365419Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:58:21.6366186Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:58:21.6367133Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:58:21.6367965Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:58:21.6368824Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:58:21.6369908Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:58:21.6370672Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:58:21.6371437Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:58:21.6377115Z Suggested packages:
2025-08-20T22:58:21.6377573Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:58:21.6378624Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:58:21.6379562Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:58:21.6382196Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:58:21.6383052Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:58:21.6383866Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:58:21.6384671Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:58:21.6385532Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:58:21.6386165Z   wdiff-doc
2025-08-20T22:58:21.6386466Z Recommended packages:
2025-08-20T22:58:21.6386997Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:58:21.6387756Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:58:21.6388568Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:58:21.6389575Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:58:21.6562008Z The following NEW packages will be installed:
2025-08-20T22:58:21.6562903Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:58:21.6563692Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:58:21.6564947Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:58:21.6566023Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:58:21.6566929Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:58:21.6567790Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:58:21.6569009Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:58:21.6570113Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:58:21.6570892Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:58:21.6744140Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:58:21.6744740Z Need to get 2417 kB of archives.
2025-08-20T22:58:21.6745302Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:58:21.6745962Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:58:21.7194163Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:58:21.7492702Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:58:21.7795338Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:58:21.8098895Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:58:21.8389240Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:58:21.8677132Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:58:21.8963426Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T22:58:21.9248883Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:58:21.9545891Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:58:21.9845742Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:58:22.0140582Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:58:22.0450242Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:58:22.0760535Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:58:22.1049229Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:58:22.1357280Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:58:22.1647745Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:58:22.1933221Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:58:22.2694670Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:58:22.2983073Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:58:22.3268598Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:58:22.3555704Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:58:22.3878591Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:58:22.4188880Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:58:22.4513146Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:58:22.4799966Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:58:22.5097236Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:58:22.5393215Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:58:22.5703574Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:58:22.6000799Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:58:22.6293635Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:58:22.9364997Z Fetched 2417 kB in 1s (2370 kB/s)
2025-08-20T22:58:22.9549176Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:58:22.9603308Z (Reading database ... 
2025-08-20T22:58:22.9603779Z (Reading database ... 5%
2025-08-20T22:58:22.9604224Z (Reading database ... 10%
2025-08-20T22:58:22.9604656Z (Reading database ... 15%
2025-08-20T22:58:22.9604945Z (Reading database ... 20%
2025-08-20T22:58:22.9605242Z (Reading database ... 25%
2025-08-20T22:58:22.9605506Z (Reading database ... 30%
2025-08-20T22:58:22.9605776Z (Reading database ... 35%
2025-08-20T22:58:22.9606035Z (Reading database ... 40%
2025-08-20T22:58:22.9606290Z (Reading database ... 45%
2025-08-20T22:58:22.9606554Z (Reading database ... 50%
2025-08-20T22:58:22.9627537Z (Reading database ... 55%
2025-08-20T22:58:22.9716759Z (Reading database ... 60%
2025-08-20T22:58:22.9737213Z (Reading database ... 65%
2025-08-20T22:58:22.9770670Z (Reading database ... 70%
2025-08-20T22:58:22.9794329Z (Reading database ... 75%
2025-08-20T22:58:22.9822755Z (Reading database ... 80%
2025-08-20T22:58:22.9958091Z (Reading database ... 85%
2025-08-20T22:58:23.0045740Z (Reading database ... 90%
2025-08-20T22:58:23.0295976Z (Reading database ... 95%
2025-08-20T22:58:23.0296428Z (Reading database ... 100%
2025-08-20T22:58:23.0297029Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T22:58:23.0339996Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:58:23.0349831Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:58:23.0560487Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:58:23.0694743Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:58:23.0702842Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:58:23.0904328Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:58:23.1043611Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:58:23.1072603Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:58:23.1310008Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:58:23.1446647Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:58:23.1454311Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:58:23.1646356Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:58:23.1781975Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:58:23.1791029Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:58:23.1990623Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:58:23.2126592Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:58:23.2134460Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:58:23.2341334Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:58:23.2482562Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:58:23.2490585Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:58:23.2703180Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:58:23.2839145Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:58:23.2846904Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:58:23.3054226Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:58:23.3220775Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:58:23.3229213Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:58:23.3442037Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:58:23.3607460Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:58:23.3616299Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:58:23.3824374Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:58:23.3970127Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:58:23.3978432Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:58:23.4172537Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:58:23.4307486Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:58:23.4316282Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:58:23.4556969Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:58:23.4692303Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:58:23.4700608Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:58:23.4913344Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:58:23.5047118Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:58:23.5055688Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:58:23.5255196Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:58:23.5387419Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:58:23.5395565Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:58:23.5640370Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:58:23.5772266Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:58:23.5782616Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:58:23.5974389Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:58:23.6104875Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:58:23.6112213Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:58:23.7472414Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:58:23.7609788Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:58:23.7617181Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:58:23.7840728Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:58:23.7977753Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:58:23.7986157Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:58:23.8182341Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:58:23.8318445Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:58:23.8327932Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:58:23.8534537Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:58:23.8668105Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:58:23.8676687Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:58:23.9105433Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:58:23.9239240Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:58:23.9247485Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:58:23.9488997Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:58:23.9622548Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:58:23.9630387Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:58:23.9832093Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:58:23.9963463Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:58:23.9971050Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:58:24.0170900Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:58:24.0300949Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:58:24.0309832Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:58:24.0510038Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:58:24.0640615Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:58:24.0653668Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:58:24.0867356Z Selecting previously unselected package libwww-perl.
2025-08-20T22:58:24.1001960Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:58:24.1011133Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:58:24.1302871Z Selecting previously unselected package patchutils.
2025-08-20T22:58:24.1434802Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:58:24.1443334Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:58:24.1694415Z Selecting previously unselected package wdiff.
2025-08-20T22:58:24.1825056Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:58:24.1833827Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:58:24.2061877Z Selecting previously unselected package devscripts.
2025-08-20T22:58:24.2192903Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:58:24.2383371Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:58:24.3900008Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:58:24.3927503Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:58:24.3948924Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:58:24.3968587Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:58:24.3993233Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:58:24.4015805Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:58:24.4038610Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:58:24.4059258Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:58:24.4079018Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:58:24.4098843Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:58:24.4119897Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:58:24.4140248Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:58:24.4162932Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:58:24.4186163Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:58:24.4207781Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:58:24.4228405Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:58:24.4251409Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:58:24.4272522Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:58:24.4292313Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:58:24.4333759Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:58:24.4356082Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:58:24.4376945Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:58:24.4398437Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:58:24.4418707Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:58:24.4438733Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:58:24.4461395Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:58:24.4483822Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:58:24.4513146Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:58:24.4541030Z Setting up devscripts (2.23.7) ...
2025-08-20T22:58:24.5724169Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:58:24.5750687Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:58:30.0951266Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:58:31.5429108Z Reading package lists...
2025-08-20T22:58:31.6966943Z Building dependency tree...
2025-08-20T22:58:31.6974631Z Reading state information...
2025-08-20T22:58:31.8426786Z The following additional packages will be installed:
2025-08-20T22:58:31.8437165Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:58:31.8444536Z Suggested packages:
2025-08-20T22:58:31.8444994Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:58:31.8574543Z The following NEW packages will be installed:
2025-08-20T22:58:31.8580745Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:58:31.8747344Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:58:31.8747795Z Need to get 13.6 MB of archives.
2025-08-20T22:58:31.8748118Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:58:31.8748508Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:58:31.9224103Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:58:31.9528816Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:58:31.9836260Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:58:32.0789308Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:58:32.5441706Z Fetched 13.6 MB in 0s (32.2 MB/s)
2025-08-20T22:58:32.5637826Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:58:32.5701689Z (Reading database ... 
2025-08-20T22:58:32.5702280Z (Reading database ... 5%
2025-08-20T22:58:32.5702858Z (Reading database ... 10%
2025-08-20T22:58:32.5703395Z (Reading database ... 15%
2025-08-20T22:58:32.5703885Z (Reading database ... 20%
2025-08-20T22:58:32.5704255Z (Reading database ... 25%
2025-08-20T22:58:32.5704600Z (Reading database ... 30%
2025-08-20T22:58:32.5705025Z (Reading database ... 35%
2025-08-20T22:58:32.5705410Z (Reading database ... 40%
2025-08-20T22:58:32.5705803Z (Reading database ... 45%
2025-08-20T22:58:32.5706428Z (Reading database ... 50%
2025-08-20T22:58:32.5725734Z (Reading database ... 55%
2025-08-20T22:58:32.5820632Z (Reading database ... 60%
2025-08-20T22:58:32.5842409Z (Reading database ... 65%
2025-08-20T22:58:32.5877377Z (Reading database ... 70%
2025-08-20T22:58:32.5902771Z (Reading database ... 75%
2025-08-20T22:58:32.5933137Z (Reading database ... 80%
2025-08-20T22:58:32.6077759Z (Reading database ... 85%
2025-08-20T22:58:32.6337405Z (Reading database ... 90%
2025-08-20T22:58:32.6411388Z (Reading database ... 95%
2025-08-20T22:58:32.6411697Z (Reading database ... 100%
2025-08-20T22:58:32.6412138Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T22:58:32.6453699Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:58:32.6469801Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:58:32.6699712Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:58:32.6838950Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:58:32.6847622Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:58:32.7074532Z Selecting previously unselected package cmake-data.
2025-08-20T22:58:32.7211968Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:58:32.7274497Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:58:33.3231146Z Selecting previously unselected package cmake.
2025-08-20T22:58:33.3388236Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:58:33.3396058Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:58:33.5396113Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:58:33.5419851Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:58:33.5441150Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:58:33.5507044Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:58:33.5532839Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:58:37.8198571Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:58:38.3806263Z 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-20T22:58:38.3807887Z Running kernel seems to be up-to-date.
2025-08-20T22:58:38.3808185Z 
2025-08-20T22:58:38.3808319Z Restarting services...
2025-08-20T22:58:38.3867393Z 
2025-08-20T22:58:38.3867701Z Service restarts being deferred:
2025-08-20T22:58:38.3868223Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:58:38.3868607Z 
2025-08-20T22:58:38.3868775Z No containers need to be restarted.
2025-08-20T22:58:38.3869071Z 
2025-08-20T22:58:38.3869262Z No user sessions are running outdated binaries.
2025-08-20T22:58:38.3869792Z 
2025-08-20T22:58:38.3870131Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:58:39.2119562Z Reading package lists...
2025-08-20T22:58:39.3822744Z Building dependency tree...
2025-08-20T22:58:39.3830988Z Reading state information...
2025-08-20T22:58:39.5703511Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:58:39.5704109Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:58:39.5704560Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:58:39.5704987Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:58:39.5705411Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:58:39.5705849Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:58:39.5706338Z ca-certificates is already the newest version (20240203).
2025-08-20T22:58:39.5706761Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:58:39.5707178Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:58:39.5707637Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:58:39.5708049Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:58:39.5708820Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:58:39.5709298Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:58:39.5710126Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:58:39.5710555Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:58:39.5711220Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:58:39.5711822Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:58:39.5712453Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:58:39.5712948Z musl is already the newest version (1.2.4-2).
2025-08-20T22:58:39.5713527Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:58:39.5714122Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:58:39.5714825Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:58:39.5715583Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:58:39.5716231Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:58:39.5716885Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:58:39.5717516Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:58:39.5942778Z Reading package lists...
2025-08-20T22:58:39.7943440Z Building dependency tree...
2025-08-20T22:58:39.7951666Z Reading state information...
2025-08-20T22:58:39.9931310Z autoconf is already the newest version (2.71-3).
2025-08-20T22:58:39.9931976Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:58:39.9932464Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:58:39.9932921Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:58:39.9933378Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:58:39.9934138Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:58:39.9934615Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:58:39.9935074Z ca-certificates is already the newest version (20240203).
2025-08-20T22:58:39.9935515Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:58:39.9935928Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:58:39.9936326Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:58:39.9936744Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:58:39.9937296Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:58:39.9937901Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:58:39.9938550Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:58:39.9939129Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:58:39.9940030Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:58:39.9940782Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:58:39.9941536Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:58:39.9942175Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:58:39.9942820Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:58:39.9943501Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:58:40.0171090Z Reading package lists...
2025-08-20T22:58:40.1956846Z Building dependency tree...
2025-08-20T22:58:40.1964855Z Reading state information...
2025-08-20T22:58:40.3609682Z devscripts is already the newest version (2.23.7).
2025-08-20T22:58:40.3610361Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:58:40.3841769Z Reading package lists...
2025-08-20T22:58:40.5673890Z Building dependency tree...
2025-08-20T22:58:40.5682000Z Reading state information...
2025-08-20T22:58:40.7440373Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:58:40.7440895Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:58:40.7674881Z Reading package lists...
2025-08-20T22:58:40.9440764Z Building dependency tree...
2025-08-20T22:58:40.9449572Z Reading state information...
2025-08-20T22:58:41.0935876Z Suggested packages:
2025-08-20T22:58:41.0936226Z   binutils-doc
2025-08-20T22:58:41.1317153Z The following NEW packages will be installed:
2025-08-20T22:58:41.1325239Z   binutils-aarch64-linux-gnu
2025-08-20T22:58:41.1569810Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:58:41.1806972Z Need to get 3711 kB of archives.
2025-08-20T22:58:41.1807675Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:58:41.1808573Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:58:41.2552973Z 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-20T22:58:41.6315540Z Fetched 3711 kB in 0s (19.5 MB/s)
2025-08-20T22:58:41.6508826Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:58:41.6565764Z (Reading database ... 
2025-08-20T22:58:41.6566225Z (Reading database ... 5%
2025-08-20T22:58:41.6566690Z (Reading database ... 10%
2025-08-20T22:58:41.6567171Z (Reading database ... 15%
2025-08-20T22:58:41.6567665Z (Reading database ... 20%
2025-08-20T22:58:41.6568138Z (Reading database ... 25%
2025-08-20T22:58:41.6568638Z (Reading database ... 30%
2025-08-20T22:58:41.6569026Z (Reading database ... 35%
2025-08-20T22:58:41.6570325Z (Reading database ... 40%
2025-08-20T22:58:41.6570765Z (Reading database ... 45%
2025-08-20T22:58:41.6571200Z (Reading database ... 50%
2025-08-20T22:58:41.6590000Z (Reading database ... 55%
2025-08-20T22:58:41.6685438Z (Reading database ... 60%
2025-08-20T22:58:41.6707374Z (Reading database ... 65%
2025-08-20T22:58:41.6743528Z (Reading database ... 70%
2025-08-20T22:58:41.6768099Z (Reading database ... 75%
2025-08-20T22:58:41.6800356Z (Reading database ... 80%
2025-08-20T22:58:41.6952725Z (Reading database ... 85%
2025-08-20T22:58:41.7227737Z (Reading database ... 90%
2025-08-20T22:58:41.7312523Z (Reading database ... 95%
2025-08-20T22:58:41.7312989Z (Reading database ... 100%
2025-08-20T22:58:41.7313598Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T22:58:41.7360023Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:58:41.7382694Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:58:41.8958071Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:58:41.8983189Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:58:41.9124722Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:58:47.4161182Z Reading package lists...
2025-08-20T22:58:47.5619777Z Building dependency tree...
2025-08-20T22:58:47.5627425Z Reading state information...
2025-08-20T22:58:47.7103164Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:58:47.7104117Z The following additional packages will be installed:
2025-08-20T22:58:47.7104859Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:58:47.7105624Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:58:47.7106392Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:58:47.7107332Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:58:47.7108206Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:58:47.7108760Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:58:47.7109688Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:58:47.7110643Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:58:47.7111768Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:58:47.7112600Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:58:47.7113303Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:58:47.7114296Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:58:47.7114918Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:58:47.7115516Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:58:47.7116190Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:58:47.7117065Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:58:47.7117779Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:58:47.7118311Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:58:47.7118830Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:58:47.7119494Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:58:47.7120092Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:58:47.7120598Z   linux-libc-dev-armhf-cross
2025-08-20T22:58:47.7120894Z Suggested packages:
2025-08-20T22:58:47.7121281Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:58:47.7121882Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:58:47.7650865Z The following NEW packages will be installed:
2025-08-20T22:58:47.7651934Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:58:47.7652806Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:58:47.7653655Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:58:47.7654478Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:58:47.7655253Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:58:47.7656091Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:58:47.7656593Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:58:47.7657208Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:58:47.7657874Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:58:47.7660034Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:58:47.7660932Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:58:47.7661563Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:58:47.7662226Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:58:47.7662891Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:58:47.7663558Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:58:47.7664211Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:58:47.7664812Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:58:47.7665437Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:58:47.7665888Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:58:47.7666311Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:58:47.7666756Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:58:47.7667219Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:58:47.7667621Z   linux-libc-dev-armhf-cross
2025-08-20T22:58:47.7842161Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:58:47.7842734Z Need to get 171 MB of archives.
2025-08-20T22:58:47.7843103Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:58:47.7843483Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:58:47.8287703Z 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-20T22:58:47.8613014Z 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-20T22:58:48.2154350Z 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-20T22:58:48.2462467Z 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-20T22:58:48.4229167Z 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-20T22:58:48.4535270Z 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-20T22:58:48.7582355Z 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-20T22:58:48.7874393Z 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-20T22:58:48.8171577Z 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-20T22:58:48.8453625Z 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-20T22:58:48.8744931Z 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-20T22:58:48.9068517Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:58:48.9696998Z 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-20T22:58:48.9983408Z 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-20T22:58:49.0303587Z 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-20T22:58:49.0595873Z 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-20T22:58:49.1304696Z 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-20T22:58:49.1946789Z 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-20T22:58:49.2261293Z 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-20T22:58:49.2815062Z 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-20T22:58:49.3415851Z 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-20T22:58:49.3730272Z 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-20T22:58:49.4047081Z 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-20T22:58:49.5214076Z 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-20T22:58:49.9819066Z 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-20T22:58:50.0813563Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:58:50.1701522Z 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-20T22:58:50.2899762Z 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-20T22:58:50.6201487Z 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-20T22:58:50.7693301Z 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-20T22:58:50.7984862Z 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-20T22:58:50.8274777Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:58:50.8942684Z 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-20T22:58:50.9655563Z 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-20T22:58:51.0000684Z 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-20T22:58:51.0297115Z 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-20T22:58:51.1531228Z 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-20T22:58:51.2122525Z 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-20T22:58:51.2957586Z 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-20T22:58:51.3629097Z 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-20T22:58:51.7237612Z 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-20T22:58:51.8126665Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:58:51.8994636Z 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-20T22:58:51.9950791Z 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-20T22:58:52.2724368Z 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-20T22:58:52.4067680Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:58:52.4711665Z 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-20T22:58:52.5002263Z 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-20T22:58:52.5506743Z 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-20T22:58:52.5809866Z 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-20T22:58:52.7693042Z 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-20T22:58:52.8309003Z 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-20T22:58:52.8966879Z 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-20T22:58:52.9571253Z 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-20T22:58:53.3430304Z 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-20T22:58:53.4255845Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:58:53.5162095Z 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-20T22:58:53.6324664Z 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-20T22:58:53.8951807Z 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-20T22:58:53.9246458Z 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-20T22:58:53.9536072Z 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-20T22:58:53.9818747Z 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-20T22:58:54.0098962Z 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-20T22:58:54.0393857Z 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-20T22:58:54.3551374Z Fetched 171 MB in 6s (27.2 MB/s)
2025-08-20T22:58:54.3743701Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:58:54.3800013Z (Reading database ... 
2025-08-20T22:58:54.3800431Z (Reading database ... 5%
2025-08-20T22:58:54.3800865Z (Reading database ... 10%
2025-08-20T22:58:54.3801311Z (Reading database ... 15%
2025-08-20T22:58:54.3801735Z (Reading database ... 20%
2025-08-20T22:58:54.3802149Z (Reading database ... 25%
2025-08-20T22:58:54.3802569Z (Reading database ... 30%
2025-08-20T22:58:54.3802988Z (Reading database ... 35%
2025-08-20T22:58:54.3803412Z (Reading database ... 40%
2025-08-20T22:58:54.3803809Z (Reading database ... 45%
2025-08-20T22:58:54.3804074Z (Reading database ... 50%
2025-08-20T22:58:54.3822084Z (Reading database ... 55%
2025-08-20T22:58:54.3911683Z (Reading database ... 60%
2025-08-20T22:58:54.3932584Z (Reading database ... 65%
2025-08-20T22:58:54.3967256Z (Reading database ... 70%
2025-08-20T22:58:54.3990819Z (Reading database ... 75%
2025-08-20T22:58:54.4020650Z (Reading database ... 80%
2025-08-20T22:58:54.4165070Z (Reading database ... 85%
2025-08-20T22:58:54.4425227Z (Reading database ... 90%
2025-08-20T22:58:54.4508689Z (Reading database ... 95%
2025-08-20T22:58:54.4509162Z (Reading database ... 100%
2025-08-20T22:58:54.4509912Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T22:58:54.4552814Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:54.4561970Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:54.4777649Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:58:54.4922407Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:54.4953102Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:54.6393649Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:58:54.6534270Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:54.6542794Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:54.6747788Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:58:54.6887558Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:54.6916391Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:54.8236450Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:58:54.8377363Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:54.8385407Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:54.8612233Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:58:54.8752198Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:54.8782940Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.0133045Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:58:55.0275121Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:58:55.0282696Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:58:55.0489064Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:58:55.0632066Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:58:55.0641254Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:58:55.0846023Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:58:55.0989141Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:58:55.0998600Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:58:55.1198345Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:58:55.1340576Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.1347528Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.1541296Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:58:55.1678605Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.1686284Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.1883833Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:58:55.2020144Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:58:55.2027561Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:55.2390697Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:58:55.2527830Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.2535459Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.2737933Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:58:55.2874466Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.2882548Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.3093703Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:58:55.3229787Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.3237042Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.3435061Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:58:55.3571437Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.3578634Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.3773912Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:58:55.3908023Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.3915554Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.4215336Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:58:55.4351297Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.4358875Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.4593706Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:58:55.4728077Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.4736352Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.5044745Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:58:55.5181331Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.5188585Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.5506221Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:58:55.5643227Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.5650538Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.5930935Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:58:55.6075268Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.6083192Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.6331561Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:58:55.6466592Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:55.6473836Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:55.7461737Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:58:55.7603058Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:55.7634282Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:56.0258794Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:58:56.0400958Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:58:56.0409733Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:58:56.2302626Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:58:56.2448837Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:58:56.2456752Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:56.3668717Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:58:56.3811911Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:56.3820481Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:56.6062646Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:58:56.6211619Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:56.6242253Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:56.7780241Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:58:56.7923899Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:58:56.7937743Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:58:56.8852575Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:58:56.8996666Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:56.9004914Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:56.9209316Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:58:56.9350482Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:56.9357982Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:56.9567739Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:58:56.9733380Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:58:56.9742895Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:57.0144471Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:58:57.0307905Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:57.0317258Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:57.0565288Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:58:57.0734168Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:57.0744013Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:57.1009635Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:58:57.1160810Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:57.1169199Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:57.1377802Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:58:57.1520056Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:57.1526744Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:57.2185395Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:58:57.2328293Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:57.2336181Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:57.2661383Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:58:57.2803003Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:57.2811902Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:57.3165189Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:58:57.3307978Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:57.3314932Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:57.3870332Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:58:57.4011448Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:57.4041784Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:57.6504187Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:58:57.6648914Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:58:57.6656182Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:58:57.8517363Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:58:57.8664491Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:58:57.8672592Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:57.9932717Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:58:58.0078320Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:58.0085963Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:58.2207587Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:58:58.2354860Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:58.2386388Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:58.3810349Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:58:58.3954322Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:58:58.3962554Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:58:58.4882290Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:58:58.5027229Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:58:58.5034497Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:58.5389535Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:58:58.5533577Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:58.5541388Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:58.5743096Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:58:58.5880240Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:58.5887573Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:58.6094604Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:58:58.6232262Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:58.6239942Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:58.6432384Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:58:58.6570948Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:58.6578685Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:58.7205939Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:58:58.7350158Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:58.7357311Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:58.7642471Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:58:58.7780487Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:58.7788903Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:58.8137816Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:58:58.8280910Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:58.8288969Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:58.8863226Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:58:58.9007890Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:58.9038313Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:59.1496752Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:58:59.1640825Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:58:59.1648235Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:58:59.3644736Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:58:59.3792279Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:58:59.3799531Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:59.4965601Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:58:59.5110607Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:59.5118716Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:59.7129120Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:58:59.7280786Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:58:59.7316081Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:59.8804993Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:58:59.8951459Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:58:59.8959117Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:58:59.9166887Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:58:59.9312500Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:58:59.9322405Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:58:59.9511467Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:58:59.9658428Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:58:59.9667132Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:58:59.9886929Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:59:00.0033451Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:59:00.0041392Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:59:00.0253991Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:59:00.0404577Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:59:00.0411916Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:59:00.0632306Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:59:00.0779315Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:59:00.0786861Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:59:00.1263866Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:59:00.1292688Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:59:00.1321472Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1349723Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1378815Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1404324Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:59:00.1429745Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1455834Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:59:00.1482831Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:59:00.1506562Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1539706Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:59:00.1559806Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:59:00.1579264Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1600067Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1621823Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1645812Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:59:00.1665966Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:59:00.1691178Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1713829Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1733696Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1756298Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1776296Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1802446Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1823094Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1843489Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1863768Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1886603Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1907100Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1929658Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.1965263Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:59:00.1987126Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2011686Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:59:00.2032778Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2052932Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2074088Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2095303Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:59:00.2145469Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:59:00.2180386Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2204393Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2233137Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2257498Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2283717Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2318604Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:59:00.2344591Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2366067Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2391932Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2412450Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2435681Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2456900Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2478101Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2499812Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2520479Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:59:00.2540403Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2562560Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2586190Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2611315Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2631912Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2652643Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:59:00.2673826Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:59:00.2694948Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2716774Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:59:00.2739789Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:59:00.2763440Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:59:00.2784191Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:59:00.2810122Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:59:00.2830012Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:59:00.2924598Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:59:04.6225827Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:59:06.0920658Z Reading package lists...
2025-08-20T22:59:06.2418122Z Building dependency tree...
2025-08-20T22:59:06.2426535Z Reading state information...
2025-08-20T22:59:06.3817841Z The following additional packages will be installed:
2025-08-20T22:59:06.3818688Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:59:06.3823120Z   libpcap0.8-dev
2025-08-20T22:59:06.4087727Z The following NEW packages will be installed:
2025-08-20T22:59:06.4088590Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:59:06.4092875Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:59:06.4249722Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:59:06.4478733Z Need to get 1613 kB of archives.
2025-08-20T22:59:06.4479311Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:59:06.4480004Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:59:06.5321793Z 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-20T22:59:06.6693768Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:59:06.7143247Z 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-20T22:59:06.7467333Z 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-20T22:59:06.8078889Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:59:06.8966471Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T22:59:06.9513049Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:59:06.9804870Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:59:07.2594868Z Fetched 1613 kB in 1s (2969 kB/s)
2025-08-20T22:59:07.2796263Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:59:07.2855254Z (Reading database ... 
2025-08-20T22:59:07.2855686Z (Reading database ... 5%
2025-08-20T22:59:07.2856071Z (Reading database ... 10%
2025-08-20T22:59:07.2856458Z (Reading database ... 15%
2025-08-20T22:59:07.2856811Z (Reading database ... 20%
2025-08-20T22:59:07.2857185Z (Reading database ... 25%
2025-08-20T22:59:07.2857542Z (Reading database ... 30%
2025-08-20T22:59:07.2857888Z (Reading database ... 35%
2025-08-20T22:59:07.2858977Z (Reading database ... 40%
2025-08-20T22:59:07.2859751Z (Reading database ... 45%
2025-08-20T22:59:07.2860194Z (Reading database ... 50%
2025-08-20T22:59:07.2954594Z (Reading database ... 55%
2025-08-20T22:59:07.2974814Z (Reading database ... 60%
2025-08-20T22:59:07.2997093Z (Reading database ... 65%
2025-08-20T22:59:07.3037823Z (Reading database ... 70%
2025-08-20T22:59:07.3061491Z (Reading database ... 75%
2025-08-20T22:59:07.3100824Z (Reading database ... 80%
2025-08-20T22:59:07.3271684Z (Reading database ... 85%
2025-08-20T22:59:07.3557528Z (Reading database ... 90%
2025-08-20T22:59:07.3636061Z (Reading database ... 95%
2025-08-20T22:59:07.3636462Z (Reading database ... 100%
2025-08-20T22:59:07.3636936Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T22:59:07.3681893Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:59:07.3710434Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:59:07.4161822Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:59:07.4307284Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:59:07.4323353Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:59:07.4540301Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:59:07.4685738Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:59:07.4693338Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:59:07.5121641Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:59:07.5267921Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:59:07.5275233Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:59:07.5535699Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:59:07.5682889Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:59:07.5690419Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:59:07.6391165Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:59:07.6538168Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:59:07.6570717Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:59:07.6959163Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:59:07.7110755Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:59:07.7120386Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:59:07.7347694Z Selecting previously unselected package pcaputils.
2025-08-20T22:59:07.7495341Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:59:07.7528197Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:59:07.7980970Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:59:07.8004045Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:59:07.9792226Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:59:07.9811190Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:59:07.9917228Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:59:08.2867735Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:59:08.2887702Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:59:08.2935253Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:59:08.3083064Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:59:13.0337913Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:59:13.0848770Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:59:13.0872444Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:59:14.6814122Z Reading package lists...
2025-08-20T22:59:14.8644149Z Building dependency tree...
2025-08-20T22:59:14.8653105Z Reading state information...
2025-08-20T22:59:14.9077234Z Reading package lists...
2025-08-20T22:59:15.0753193Z Building dependency tree...
2025-08-20T22:59:15.0761621Z Reading state information...
2025-08-20T22:59:15.2326482Z The following additional packages will be installed:
2025-08-20T22:59:15.2330455Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:59:15.2336110Z Suggested packages:
2025-08-20T22:59:15.2336710Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:59:15.2337304Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:59:15.2492974Z The following NEW packages will be installed:
2025-08-20T22:59:15.2495293Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:59:15.2498383Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:59:15.2669038Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:59:15.2669875Z Need to get 800 kB of archives.
2025-08-20T22:59:15.2670439Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:59:15.2671113Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:59:15.3459246Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:59:15.3764176Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:59:15.4058514Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:59:15.4377955Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T22:59:15.4667107Z 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-20T22:59:15.4953863Z 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-20T22:59:15.5298478Z 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-20T22:59:15.5584084Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:59:15.5870174Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:59:15.8554298Z Fetched 800 kB in 0s (2417 kB/s)
2025-08-20T22:59:15.8778916Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:59:15.8838476Z (Reading database ... 
2025-08-20T22:59:15.8838937Z (Reading database ... 5%
2025-08-20T22:59:15.8839220Z (Reading database ... 10%
2025-08-20T22:59:15.8839968Z (Reading database ... 15%
2025-08-20T22:59:15.8840250Z (Reading database ... 20%
2025-08-20T22:59:15.8840517Z (Reading database ... 25%
2025-08-20T22:59:15.8840789Z (Reading database ... 30%
2025-08-20T22:59:15.8841058Z (Reading database ... 35%
2025-08-20T22:59:15.8841326Z (Reading database ... 40%
2025-08-20T22:59:15.8841606Z (Reading database ... 45%
2025-08-20T22:59:15.8841874Z (Reading database ... 50%
2025-08-20T22:59:15.8939650Z (Reading database ... 55%
2025-08-20T22:59:15.8959742Z (Reading database ... 60%
2025-08-20T22:59:15.8981803Z (Reading database ... 65%
2025-08-20T22:59:15.9022934Z (Reading database ... 70%
2025-08-20T22:59:15.9047752Z (Reading database ... 75%
2025-08-20T22:59:15.9085566Z (Reading database ... 80%
2025-08-20T22:59:15.9257362Z (Reading database ... 85%
2025-08-20T22:59:15.9538772Z (Reading database ... 90%
2025-08-20T22:59:15.9615351Z (Reading database ... 95%
2025-08-20T22:59:15.9615953Z (Reading database ... 100%
2025-08-20T22:59:15.9616687Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T22:59:15.9662356Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:59:15.9680577Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:59:15.9895172Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:59:16.0042253Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:59:16.0050346Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:59:16.0273051Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:59:16.0419586Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:59:16.0427422Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:59:16.1238784Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:59:16.1387697Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:59:16.1395646Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:59:16.1650226Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:59:16.1798227Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:59:16.1805247Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:59:16.2041676Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:59:16.2189452Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:59:16.2196996Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:59:16.2469244Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:59:16.2616505Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:59:16.2623647Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:59:16.2841246Z Selecting previously unselected package lzma.
2025-08-20T22:59:16.2987320Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:59:16.2995803Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:59:16.3266827Z Selecting previously unselected package lzma-dev.
2025-08-20T22:59:16.3413310Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:59:16.3421265Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:59:16.3866308Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:59:16.3886903Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:59:16.3911177Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:59:16.3934289Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:59:16.3956614Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:59:16.4019060Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:59:16.4043906Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:59:16.4066331Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:59:16.4088324Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:59:16.4107659Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:59:16.4131626Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:59:16.4272389Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:59:20.8000649Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:59:21.4472415Z 
2025-08-20T22:59:21.4472893Z Running kernel seems to be up-to-date.
2025-08-20T22:59:21.4473193Z 
2025-08-20T22:59:21.4473304Z Restarting services...
2025-08-20T22:59:21.4537838Z 
2025-08-20T22:59:21.4538199Z Service restarts being deferred:
2025-08-20T22:59:21.4538694Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:59:21.4539019Z 
2025-08-20T22:59:21.4539189Z No containers need to be restarted.
2025-08-20T22:59:21.4539700Z 
2025-08-20T22:59:21.4539882Z No user sessions are running outdated binaries.
2025-08-20T22:59:21.4540099Z 
2025-08-20T22:59:21.4540285Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:59:22.3692902Z Reading package lists...
2025-08-20T22:59:22.5295645Z Building dependency tree...
2025-08-20T22:59:22.5304415Z Reading state information...
2025-08-20T22:59:22.7247834Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:59:22.7248781Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:59:22.7249642Z inetutils-telnet set to manually installed.
2025-08-20T22:59:22.7250187Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:59:22.7250777Z The following additional packages will be installed:
2025-08-20T22:59:22.7251202Z   tcpd update-inetd
2025-08-20T22:59:22.7402325Z The following packages will be REMOVED:
2025-08-20T22:59:22.7410056Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:59:22.7411552Z The following NEW packages will be installed:
2025-08-20T22:59:22.7412099Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:59:22.7412620Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:59:22.7418241Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:59:22.7587393Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T22:59:22.7588347Z Need to get 698 kB of archives.
2025-08-20T22:59:22.7588895Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:59:22.7589741Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:59:22.8043489Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:59:22.8348981Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:59:22.8634494Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:59:22.8925572Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:59:22.9226752Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:59:22.9527614Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:59:22.9878659Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:59:23.0171797Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:59:23.0465430Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:59:23.0754263Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:59:23.1073102Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:59:23.1361381Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:59:23.1649851Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:59:23.3969053Z Preconfiguring packages ...
2025-08-20T22:59:23.5068403Z Fetched 698 kB in 0s (1675 kB/s)
2025-08-20T22:59:23.5252047Z (Reading database ... 
2025-08-20T22:59:23.5252568Z (Reading database ... 5%
2025-08-20T22:59:23.5253064Z (Reading database ... 10%
2025-08-20T22:59:23.5253557Z (Reading database ... 15%
2025-08-20T22:59:23.5253966Z (Reading database ... 20%
2025-08-20T22:59:23.5254258Z (Reading database ... 25%
2025-08-20T22:59:23.5254547Z (Reading database ... 30%
2025-08-20T22:59:23.5254835Z (Reading database ... 35%
2025-08-20T22:59:23.5255133Z (Reading database ... 40%
2025-08-20T22:59:23.5255418Z (Reading database ... 45%
2025-08-20T22:59:23.5255709Z (Reading database ... 50%
2025-08-20T22:59:23.5277143Z (Reading database ... 55%
2025-08-20T22:59:23.5369004Z (Reading database ... 60%
2025-08-20T22:59:23.5391516Z (Reading database ... 65%
2025-08-20T22:59:23.5432036Z (Reading database ... 70%
2025-08-20T22:59:23.5455061Z (Reading database ... 75%
2025-08-20T22:59:23.5493809Z (Reading database ... 80%
2025-08-20T22:59:23.5660257Z (Reading database ... 85%
2025-08-20T22:59:23.5932931Z (Reading database ... 90%
2025-08-20T22:59:23.6007864Z (Reading database ... 95%
2025-08-20T22:59:23.6008309Z (Reading database ... 100%
2025-08-20T22:59:23.6008886Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T22:59:23.6052419Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:59:23.6205101Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:59:23.6359262Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:59:24.0145406Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:59:24.0205089Z (Reading database ... 
2025-08-20T22:59:24.0205602Z (Reading database ... 5%
2025-08-20T22:59:24.0205955Z (Reading database ... 10%
2025-08-20T22:59:24.0206305Z (Reading database ... 15%
2025-08-20T22:59:24.0206634Z (Reading database ... 20%
2025-08-20T22:59:24.0206988Z (Reading database ... 25%
2025-08-20T22:59:24.0207308Z (Reading database ... 30%
2025-08-20T22:59:24.0207844Z (Reading database ... 35%
2025-08-20T22:59:24.0208166Z (Reading database ... 40%
2025-08-20T22:59:24.0208484Z (Reading database ... 45%
2025-08-20T22:59:24.0208807Z (Reading database ... 50%
2025-08-20T22:59:24.0227382Z (Reading database ... 55%
2025-08-20T22:59:24.0319506Z (Reading database ... 60%
2025-08-20T22:59:24.0343202Z (Reading database ... 65%
2025-08-20T22:59:24.0383092Z (Reading database ... 70%
2025-08-20T22:59:24.0406263Z (Reading database ... 75%
2025-08-20T22:59:24.0445093Z (Reading database ... 80%
2025-08-20T22:59:24.0611331Z (Reading database ... 85%
2025-08-20T22:59:24.0895645Z (Reading database ... 90%
2025-08-20T22:59:24.0974363Z (Reading database ... 95%
2025-08-20T22:59:24.0974862Z (Reading database ... 100%
2025-08-20T22:59:24.0975543Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T22:59:24.1020789Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:59:24.1060118Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:59:24.1292963Z Selecting previously unselected package tcpd.
2025-08-20T22:59:24.1442803Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:59:24.1451459Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:59:24.1708011Z Selecting previously unselected package update-inetd.
2025-08-20T22:59:24.1856863Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:59:24.1864992Z Unpacking update-inetd (4.53) ...
2025-08-20T22:59:24.2092491Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:59:24.2239578Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:59:24.2286137Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:59:24.2505474Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:59:24.2652057Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:59:24.2659610Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:59:24.2891377Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:59:24.3035810Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:59:24.3044778Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:59:24.3272158Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:59:24.3416574Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:59:24.3424728Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:59:24.3650520Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:59:24.3797226Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:59:24.3806297Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:59:24.4020273Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:59:24.4162989Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:59:24.4170770Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:59:24.4379804Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:59:24.4521923Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:59:24.4530580Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:59:24.4743588Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:59:24.4889824Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:59:24.4933073Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:59:24.5165759Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:59:24.5312265Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:59:24.5319505Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:59:24.5568174Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:59:24.5713277Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:59:24.5721132Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:59:24.6130644Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:59:24.6208582Z Setting up update-inetd (4.53) ...
2025-08-20T22:59:24.7086767Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:59:24.7148769Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:59:24.7169080Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:59:25.1666567Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:59:25.1667186Z 
2025-08-20T22:59:25.1667360Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:59:25.1667638Z 
2025-08-20T22:59:25.1668170Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:59:25.1668744Z 
2025-08-20T22:59:25.1669907Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:59:25.1670678Z 
2025-08-20T22:59:25.4727720Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:59:25.4809029Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:59:25.4871003Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:59:25.4894050Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:59:25.4926282Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:59:25.4947512Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:59:25.4968550Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:59:25.8916625Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:59:25.8917392Z 
2025-08-20T22:59:25.8918545Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:59:25.8919114Z 
2025-08-20T22:59:26.2143053Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:59:26.3176929Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:59:26.3815856Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:59:26.4431144Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:59:32.8141606Z Reading package lists...
2025-08-20T22:59:33.0008418Z Building dependency tree...
2025-08-20T22:59:33.0016559Z Reading state information...
2025-08-20T22:59:33.2698420Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:59:33.2698916Z iputils-tracepath set to manually installed.
2025-08-20T22:59:33.2699247Z The following packages will be REMOVED:
2025-08-20T22:59:33.2712952Z   inetutils-ping
2025-08-20T22:59:33.2715207Z The following NEW packages will be installed:
2025-08-20T22:59:33.2725360Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:59:33.2935246Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T22:59:33.2935774Z Need to get 71.5 kB of archives.
2025-08-20T22:59:33.2936180Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:59:33.2936868Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:59:33.3454034Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:59:33.3759724Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T22:59:33.4121868Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T22:59:33.7218891Z Fetched 71.5 kB in 0s (548 kB/s)
2025-08-20T22:59:33.7408211Z (Reading database ... 
2025-08-20T22:59:33.7408736Z (Reading database ... 5%
2025-08-20T22:59:33.7409166Z (Reading database ... 10%
2025-08-20T22:59:33.7409636Z (Reading database ... 15%
2025-08-20T22:59:33.7409901Z (Reading database ... 20%
2025-08-20T22:59:33.7410426Z (Reading database ... 25%
2025-08-20T22:59:33.7410699Z (Reading database ... 30%
2025-08-20T22:59:33.7410963Z (Reading database ... 35%
2025-08-20T22:59:33.7411224Z (Reading database ... 40%
2025-08-20T22:59:33.7411490Z (Reading database ... 45%
2025-08-20T22:59:33.7411746Z (Reading database ... 50%
2025-08-20T22:59:33.7434373Z (Reading database ... 55%
2025-08-20T22:59:33.7542439Z (Reading database ... 60%
2025-08-20T22:59:33.7566598Z (Reading database ... 65%
2025-08-20T22:59:33.7613354Z (Reading database ... 70%
2025-08-20T22:59:33.7646862Z (Reading database ... 75%
2025-08-20T22:59:33.7685342Z (Reading database ... 80%
2025-08-20T22:59:33.7898923Z (Reading database ... 85%
2025-08-20T22:59:33.8221532Z (Reading database ... 90%
2025-08-20T22:59:33.8324388Z (Reading database ... 95%
2025-08-20T22:59:33.8324912Z (Reading database ... 100%
2025-08-20T22:59:33.8325601Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T22:59:33.8374764Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:59:33.8843993Z Selecting previously unselected package iputils-ping.
2025-08-20T22:59:33.8907254Z (Reading database ... 
2025-08-20T22:59:33.8907743Z (Reading database ... 5%
2025-08-20T22:59:33.8908194Z (Reading database ... 10%
2025-08-20T22:59:33.8908617Z (Reading database ... 15%
2025-08-20T22:59:33.8908970Z (Reading database ... 20%
2025-08-20T22:59:33.8909233Z (Reading database ... 25%
2025-08-20T22:59:33.8909758Z (Reading database ... 30%
2025-08-20T22:59:33.8910038Z (Reading database ... 35%
2025-08-20T22:59:33.8910300Z (Reading database ... 40%
2025-08-20T22:59:33.8910563Z (Reading database ... 45%
2025-08-20T22:59:33.8910826Z (Reading database ... 50%
2025-08-20T22:59:33.8934462Z (Reading database ... 55%
2025-08-20T22:59:33.9047408Z (Reading database ... 60%
2025-08-20T22:59:33.9072811Z (Reading database ... 65%
2025-08-20T22:59:33.9124348Z (Reading database ... 70%
2025-08-20T22:59:33.9158634Z (Reading database ... 75%
2025-08-20T22:59:33.9200875Z (Reading database ... 80%
2025-08-20T22:59:33.9418320Z (Reading database ... 85%
2025-08-20T22:59:33.9734249Z (Reading database ... 90%
2025-08-20T22:59:33.9831617Z (Reading database ... 95%
2025-08-20T22:59:33.9832127Z (Reading database ... 100%
2025-08-20T22:59:33.9832708Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T22:59:33.9883109Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:59:33.9891882Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:59:34.0123164Z Selecting previously unselected package iputils-arping.
2025-08-20T22:59:34.0279017Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:59:34.0287644Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:59:34.0520209Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:59:34.0674577Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:59:34.0683279Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:59:34.1113305Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:59:34.1274799Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:59:34.1428200Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:59:34.1593745Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:59:40.6813204Z Reading package lists...
2025-08-20T22:59:40.9043434Z Building dependency tree...
2025-08-20T22:59:40.9052967Z Reading state information...
2025-08-20T22:59:41.2390933Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:59:41.2391971Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:59:41.2920401Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:59:44.5015461Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:59:45.2359168Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:59:47.1362784Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:59:47.2510390Z Collecting pip
2025-08-20T22:59:47.3194600Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:59:47.3377425Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:59:47.4089306Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 26.4 MB/s eta 0:00:00
2025-08-20T22:59:47.7227039Z Installing collected packages: pip
2025-08-20T22:59:48.4643689Z Successfully installed pip-25.2
2025-08-20T22:59:48.6989852Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:59:48.7486584Z Reading package lists...
2025-08-20T22:59:48.9309025Z Building dependency tree...
2025-08-20T22:59:48.9317239Z Reading state information...
2025-08-20T22:59:49.1046614Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:59:49.1047331Z pciutils set to manually installed.
2025-08-20T22:59:49.1047968Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:59:49.1048693Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:59:49.1049595Z python3-distro set to manually installed.
2025-08-20T22:59:49.1050326Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:59:49.1051024Z python3-netifaces set to manually installed.
2025-08-20T22:59:49.1051435Z The following additional packages will be installed:
2025-08-20T22:59:49.1051807Z   libsysfs2
2025-08-20T22:59:49.1053574Z Suggested packages:
2025-08-20T22:59:49.1053962Z   fancontrol read-edid i2c-tools
2025-08-20T22:59:49.1353997Z The following NEW packages will be installed:
2025-08-20T22:59:49.1357905Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:59:49.1559631Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:59:49.1799573Z Need to get 142 kB of archives.
2025-08-20T22:59:49.1800265Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:59:49.1800953Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:59:49.2260382Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:59:49.2563534Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:59:49.2864544Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T22:59:49.3197129Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:59:49.5862687Z Fetched 142 kB in 0s (940 kB/s)
2025-08-20T22:59:49.6060324Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:59:49.6120795Z (Reading database ... 
2025-08-20T22:59:49.6121235Z (Reading database ... 5%
2025-08-20T22:59:49.6121704Z (Reading database ... 10%
2025-08-20T22:59:49.6122140Z (Reading database ... 15%
2025-08-20T22:59:49.6122550Z (Reading database ... 20%
2025-08-20T22:59:49.6122824Z (Reading database ... 25%
2025-08-20T22:59:49.6123085Z (Reading database ... 30%
2025-08-20T22:59:49.6123346Z (Reading database ... 35%
2025-08-20T22:59:49.6123607Z (Reading database ... 40%
2025-08-20T22:59:49.6123867Z (Reading database ... 45%
2025-08-20T22:59:49.6124127Z (Reading database ... 50%
2025-08-20T22:59:49.6144945Z (Reading database ... 55%
2025-08-20T22:59:49.6238985Z (Reading database ... 60%
2025-08-20T22:59:49.6261331Z (Reading database ... 65%
2025-08-20T22:59:49.6301578Z (Reading database ... 70%
2025-08-20T22:59:49.6330751Z (Reading database ... 75%
2025-08-20T22:59:49.6364815Z (Reading database ... 80%
2025-08-20T22:59:49.6544999Z (Reading database ... 85%
2025-08-20T22:59:49.6810502Z (Reading database ... 90%
2025-08-20T22:59:49.6890490Z (Reading database ... 95%
2025-08-20T22:59:49.6891058Z (Reading database ... 100%
2025-08-20T22:59:49.6891902Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T22:59:49.6938329Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:59:49.6954230Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:59:49.7182735Z Selecting previously unselected package sysfsutils.
2025-08-20T22:59:49.7331773Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:59:49.7363231Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:59:49.7600123Z Selecting previously unselected package lm-sensors.
2025-08-20T22:59:49.7748602Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:59:49.7950990Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:59:49.8218962Z Selecting previously unselected package virt-what.
2025-08-20T22:59:49.8368072Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:59:49.8376280Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:59:49.8797729Z Setting up virt-what (1.25-2) ...
2025-08-20T22:59:49.8818848Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:59:49.8839208Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:59:50.2830577Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:59:50.2831283Z 
2025-08-20T22:59:50.2832100Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:59:50.2832705Z 
2025-08-20T22:59:50.6000636Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:59:50.9957112Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:59:50.9958085Z 
2025-08-20T22:59:50.9993461Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:59:55.7104472Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:59:57.3373178Z Reading package lists...
2025-08-20T22:59:57.5276729Z Building dependency tree...
2025-08-20T22:59:57.5285786Z Reading state information...
2025-08-20T22:59:57.7119932Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:59:57.7120895Z The following additional packages will be installed:
2025-08-20T22:59:57.7125926Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:59:57.7126877Z   xorg-sgml-doctools
2025-08-20T22:59:57.7134416Z Suggested packages:
2025-08-20T22:59:57.7134836Z   libxcb-doc
2025-08-20T22:59:57.7315413Z The following NEW packages will be installed:
2025-08-20T22:59:57.7317603Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:59:57.7321615Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:59:57.7322315Z   xcb xorg-sgml-doctools
2025-08-20T22:59:57.7561188Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:59:57.7561686Z Need to get 807 kB of archives.
2025-08-20T22:59:57.7562052Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:59:57.7562428Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:59:57.8042151Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:59:57.8336307Z 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-20T22:59:57.8628708Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:59:57.9227836Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:59:57.9521241Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T22:59:57.9821061Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:59:58.0112698Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:59:58.0403257Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:59:58.0694358Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:59:58.0983441Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:59:58.1274987Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:59:58.4107469Z Fetched 807 kB in 0s (2098 kB/s)
2025-08-20T22:59:58.4310430Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:59:58.4374317Z (Reading database ... 
2025-08-20T22:59:58.4375369Z (Reading database ... 5%
2025-08-20T22:59:58.4375806Z (Reading database ... 10%
2025-08-20T22:59:58.4376206Z (Reading database ... 15%
2025-08-20T22:59:58.4376596Z (Reading database ... 20%
2025-08-20T22:59:58.4377021Z (Reading database ... 25%
2025-08-20T22:59:58.4377417Z (Reading database ... 30%
2025-08-20T22:59:58.4377838Z (Reading database ... 35%
2025-08-20T22:59:58.4378225Z (Reading database ... 40%
2025-08-20T22:59:58.4378607Z (Reading database ... 45%
2025-08-20T22:59:58.4378991Z (Reading database ... 50%
2025-08-20T22:59:58.4468318Z (Reading database ... 55%
2025-08-20T22:59:58.4510956Z (Reading database ... 60%
2025-08-20T22:59:58.4535735Z (Reading database ... 65%
2025-08-20T22:59:58.4583290Z (Reading database ... 70%
2025-08-20T22:59:58.4616856Z (Reading database ... 75%
2025-08-20T22:59:58.4655595Z (Reading database ... 80%
2025-08-20T22:59:58.4868271Z (Reading database ... 85%
2025-08-20T22:59:58.5183845Z (Reading database ... 90%
2025-08-20T22:59:58.5287133Z (Reading database ... 95%
2025-08-20T22:59:58.5287785Z (Reading database ... 100%
2025-08-20T22:59:58.5288575Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T22:59:58.5340148Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:59:58.5347288Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:59:58.5570838Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:59:58.5724663Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:59:58.5732719Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:59:58.6003867Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:59:58.6154338Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:59:58.6162569Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:59:58.6901514Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:59:58.7053014Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:59:58.7061232Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:59:58.7301684Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:59:58.7453476Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:59:58.7461655Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:59:58.7700529Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:59:58.7850728Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:59:58.7858986Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:59:58.8122059Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:59:58.8272751Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:59:58.8281300Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:59:58.8522585Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:59:58.8677969Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:59:58.8693725Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:59:58.8945405Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:59:58.9099505Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:59:58.9108019Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:59:58.9333127Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:59:58.9482117Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:59:58.9490174Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:59:58.9719527Z Selecting previously unselected package xcb.
2025-08-20T22:59:58.9870077Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:59:58.9878038Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:59:59.0337277Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:59:59.0363793Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:59:59.0384161Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:59:59.0427016Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:59:59.0481017Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:59:59.0635559Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T23:00:03.6815142Z Processing triggers for sgml-base (1.31) ...
2025-08-20T23:00:03.6909622Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T23:00:03.6936634Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T23:00:03.6959667Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T23:00:03.6986910Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T23:00:03.7008052Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T23:00:03.7033397Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T23:00:03.7055105Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T23:00:05.5441259Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T23:00:06.1691457Z Collecting build
2025-08-20T23:00:06.2333900Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T23:00:06.3397949Z Collecting cffi
2025-08-20T23:00:06.3541698Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T23:00:06.3688055Z Collecting scons
2025-08-20T23:00:06.3830195Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T23:00:06.4218131Z Collecting scuba
2025-08-20T23:00:06.4363171Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T23:00:06.4853497Z Collecting pytest
2025-08-20T23:00:06.4996310Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T23:00:06.5182154Z Collecting packaging>=19.1 (from build)
2025-08-20T23:00:06.5325112Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T23:00:06.5421696Z Collecting pyproject_hooks (from build)
2025-08-20T23:00:06.5561572Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T23:00:06.5674444Z Collecting pycparser (from cffi)
2025-08-20T23:00:06.5816658Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T23:00:06.6201667Z Collecting PyYAML (from scuba)
2025-08-20T23:00:06.6347135Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T23:00:06.6454300Z Collecting iniconfig>=1 (from pytest)
2025-08-20T23:00:06.6596613Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T23:00:06.6760917Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T23:00:06.6912120Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T23:00:06.7110529Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T23:00:06.7254085Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T23:00:06.7461205Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T23:00:06.7646996Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T23:00:06.8186031Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T23:00:06.8636496Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 96.2 MB/s  0:00:00
2025-08-20T23:00:06.8778713Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T23:00:06.8955327Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T23:00:06.9127191Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T23:00:06.9290406Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T23:00:06.9461303Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T23:00:06.9624496Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T23:00:06.9710461Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 164.9 MB/s  0:00:00
2025-08-20T23:00:06.9850568Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T23:00:07.0013048Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T23:00:07.0172947Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T23:00:07.0240092Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 125.4 MB/s  0:00:00
2025-08-20T23:00:07.1395869Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T23:00:08.9718957Z 
2025-08-20T23:00:08.9736809Z 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-20T23:00:09.3317650Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T23:00:09.9565001Z Collecting ansi2txt
2025-08-20T23:00:10.0208818Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T23:00:10.0416762Z Collecting pipx
2025-08-20T23:00:10.0558875Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T23:00:10.0759195Z Collecting scons
2025-08-20T23:00:10.0781921Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T23:00:10.0889047Z Collecting py2static
2025-08-20T23:00:10.1030688Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T23:00:10.1209624Z Collecting typer
2025-08-20T23:00:10.1350800Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T23:00:10.1660095Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T23:00:10.1802848Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T23:00:10.1985824Z Collecting packaging>=20 (from pipx)
2025-08-20T23:00:10.1998089Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T23:00:10.2162659Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T23:00:10.2304491Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T23:00:10.2468400Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T23:00:10.2613229Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T23:00:10.3058361Z Collecting pyinstaller (from py2static)
2025-08-20T23:00:10.3203870Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T23:00:10.3365331Z Collecting staticx (from py2static)
2025-08-20T23:00:10.3505510Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T23:00:10.3700837Z Collecting click>=8.0.0 (from typer)
2025-08-20T23:00:10.3840826Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T23:00:10.4175423Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T23:00:10.4316844Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T23:00:10.4447447Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T23:00:10.4586797Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T23:00:10.4948452Z Collecting rich>=10.11.0 (from typer)
2025-08-20T23:00:10.5087976Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T23:00:10.5283807Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T23:00:10.5425287Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T23:00:10.5637938Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T23:00:10.5649843Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T23:00:10.5743349Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T23:00:10.5889670Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T23:00:10.7011265Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T23:00:10.7151176Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T23:00:10.7342150Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T23:00:10.7481935Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T23:00:10.7707237Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T23:00:10.7849096Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T23:00:10.8043057Z Collecting pyelftools (from staticx->py2static)
2025-08-20T23:00:10.8185093Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T23:00:10.8367642Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T23:00:10.8534889Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T23:00:10.8717570Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T23:00:10.8899045Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T23:00:10.9056517Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T23:00:10.9226493Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T23:00:10.9394506Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T23:00:10.9460909Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T23:00:10.9602426Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T23:00:10.9762449Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T23:00:10.9914969Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T23:00:11.0067147Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T23:00:11.0230055Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T23:00:11.0388589Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T23:00:11.0547670Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T23:00:11.0707598Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T23:00:11.0870219Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T23:00:11.1051831Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 33.8 MB/s  0:00:00
2025-08-20T23:00:11.1194884Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T23:00:11.1376153Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T23:00:11.1533490Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 72.4 MB/s  0:00:00
2025-08-20T23:00:11.1673742Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T23:00:11.1842533Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T23:00:11.2007484Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T23:00:11.3572198Z 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-20T23:00:12.3129622Z   Attempting uninstall: scons
2025-08-20T23:00:12.3216545Z     Found existing installation: SCons 4.9.1
2025-08-20T23:00:12.3606726Z     Uninstalling SCons-4.9.1:
2025-08-20T23:00:12.3682040Z       Successfully uninstalled SCons-4.9.1
2025-08-20T23:00:12.9945159Z   Attempting uninstall: pygments
2025-08-20T23:00:13.0033923Z     Found existing installation: Pygments 2.19.2
2025-08-20T23:00:13.0268054Z     Uninstalling Pygments-2.19.2:
2025-08-20T23:00:13.0295759Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T23:00:13.6945999Z   Attempting uninstall: packaging
2025-08-20T23:00:13.7030497Z     Found existing installation: packaging 25.0
2025-08-20T23:00:13.7065928Z     Uninstalling packaging-25.0:
2025-08-20T23:00:13.7067685Z       Successfully uninstalled packaging-25.0
2025-08-20T23:00:14.7508650Z 
2025-08-20T23:00:14.7540722Z 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-20T23:00:15.1120978Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T23:00:15.7376637Z Collecting build
2025-08-20T23:00:15.7388228Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T23:00:15.8265908Z Collecting cffi
2025-08-20T23:00:15.8278876Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T23:00:15.8403515Z Collecting scons
2025-08-20T23:00:15.8413508Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T23:00:15.8523926Z Collecting scuba
2025-08-20T23:00:15.8534076Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T23:00:15.8956476Z Collecting pytest
2025-08-20T23:00:15.8968134Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T23:00:15.9142396Z Collecting packaging>=19.1 (from build)
2025-08-20T23:00:15.9152244Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T23:00:15.9243962Z Collecting pyproject_hooks (from build)
2025-08-20T23:00:15.9255645Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T23:00:15.9347589Z Collecting pycparser (from cffi)
2025-08-20T23:00:15.9357741Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T23:00:15.9652254Z Collecting PyYAML (from scuba)
2025-08-20T23:00:15.9665278Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T23:00:15.9747370Z Collecting iniconfig>=1 (from pytest)
2025-08-20T23:00:15.9757863Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T23:00:15.9897872Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T23:00:15.9907981Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T23:00:16.0075510Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T23:00:16.0087337Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T23:00:16.0150729Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T23:00:16.0161206Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T23:00:16.0174140Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T23:00:16.0215497Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T23:00:16.0227799Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T23:00:16.0240140Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T23:00:16.0249575Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T23:00:16.0259109Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T23:00:16.0269196Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T23:00:16.0290205Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T23:00:16.0298821Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T23:00:16.0308765Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T23:00:16.1573754Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T23:00:16.1579712Z   Attempting uninstall: scons
2025-08-20T23:00:16.1664436Z     Found existing installation: SCons 4.9.1
2025-08-20T23:00:16.2048690Z     Uninstalling SCons-4.9.1:
2025-08-20T23:00:16.2124816Z       Successfully uninstalled SCons-4.9.1
2025-08-20T23:00:16.8400944Z   Attempting uninstall: PyYAML
2025-08-20T23:00:16.8495632Z     Found existing installation: PyYAML 6.0.2
2025-08-20T23:00:16.8526664Z     Uninstalling PyYAML-6.0.2:
2025-08-20T23:00:16.8536893Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T23:00:16.9097678Z   Attempting uninstall: pyproject_hooks
2025-08-20T23:00:16.9184409Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T23:00:16.9201324Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T23:00:16.9208935Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T23:00:16.9302063Z   Attempting uninstall: pygments
2025-08-20T23:00:16.9382600Z     Found existing installation: Pygments 2.19.2
2025-08-20T23:00:16.9615264Z     Uninstalling Pygments-2.19.2:
2025-08-20T23:00:16.9643682Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T23:00:17.5974947Z   Attempting uninstall: pycparser
2025-08-20T23:00:17.6066359Z     Found existing installation: pycparser 2.22
2025-08-20T23:00:17.6091672Z     Uninstalling pycparser-2.22:
2025-08-20T23:00:17.6099775Z       Successfully uninstalled pycparser-2.22
2025-08-20T23:00:17.7349898Z   Attempting uninstall: pluggy
2025-08-20T23:00:17.7441763Z     Found existing installation: pluggy 1.6.0
2025-08-20T23:00:17.7461545Z     Uninstalling pluggy-1.6.0:
2025-08-20T23:00:17.7468919Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T23:00:17.7657308Z   Attempting uninstall: packaging
2025-08-20T23:00:17.7741054Z     Found existing installation: packaging 25.0
2025-08-20T23:00:17.7766409Z     Uninstalling packaging-25.0:
2025-08-20T23:00:17.7774697Z       Successfully uninstalled packaging-25.0
2025-08-20T23:00:17.8177919Z   Attempting uninstall: iniconfig
2025-08-20T23:00:17.8266376Z     Found existing installation: iniconfig 2.1.0
2025-08-20T23:00:17.8283574Z     Uninstalling iniconfig-2.1.0:
2025-08-20T23:00:17.8290438Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T23:00:17.8366313Z   Attempting uninstall: scuba
2025-08-20T23:00:17.8450365Z     Found existing installation: scuba 2.14.1
2025-08-20T23:00:17.8472630Z     Uninstalling scuba-2.14.1:
2025-08-20T23:00:17.8482459Z       Successfully uninstalled scuba-2.14.1
2025-08-20T23:00:17.8683549Z   Attempting uninstall: pytest
2025-08-20T23:00:17.8769179Z     Found existing installation: pytest 8.4.1
2025-08-20T23:00:17.8835797Z     Uninstalling pytest-8.4.1:
2025-08-20T23:00:17.9103198Z       Successfully uninstalled pytest-8.4.1
2025-08-20T23:00:18.1279284Z   Attempting uninstall: cffi
2025-08-20T23:00:18.1363957Z     Found existing installation: cffi 1.17.1
2025-08-20T23:00:18.1389733Z     Uninstalling cffi-1.17.1:
2025-08-20T23:00:18.1632615Z       Successfully uninstalled cffi-1.17.1
2025-08-20T23:00:18.2358635Z   Attempting uninstall: build
2025-08-20T23:00:18.2441397Z     Found existing installation: build 1.3.0
2025-08-20T23:00:18.2466277Z     Uninstalling build-1.3.0:
2025-08-20T23:00:18.2476199Z       Successfully uninstalled build-1.3.0
2025-08-20T23:00:18.2664650Z 
2025-08-20T23:00:18.2693472Z 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-20T23:00:18.6250233Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T23:00:19.2510483Z Collecting ansi2txt
2025-08-20T23:00:19.2522716Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T23:00:19.2702406Z Collecting pipx
2025-08-20T23:00:19.2714663Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T23:00:19.2871819Z Collecting scons
2025-08-20T23:00:19.2892574Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T23:00:19.3042082Z Collecting py2static
2025-08-20T23:00:19.3053361Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T23:00:19.3196939Z Collecting typer
2025-08-20T23:00:19.3209005Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T23:00:19.3440797Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T23:00:19.3453377Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T23:00:19.3604731Z Collecting packaging>=20 (from pipx)
2025-08-20T23:00:19.3616212Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T23:00:19.3770949Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T23:00:19.3782497Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T23:00:19.3900436Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T23:00:19.3912373Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T23:00:19.4292835Z Collecting pyinstaller (from py2static)
2025-08-20T23:00:19.4305768Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T23:00:19.4456027Z Collecting staticx (from py2static)
2025-08-20T23:00:19.4467332Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T23:00:19.4617440Z Collecting click>=8.0.0 (from typer)
2025-08-20T23:00:19.4628974Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T23:00:19.4943810Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T23:00:19.4954907Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T23:00:19.5070876Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T23:00:19.5081768Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T23:00:19.5420413Z Collecting rich>=10.11.0 (from typer)
2025-08-20T23:00:19.5432955Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T23:00:19.5584951Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T23:00:19.5596644Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T23:00:19.5796432Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T23:00:19.5807144Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T23:00:19.5893832Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T23:00:19.5904314Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T23:00:19.6991140Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T23:00:19.7003745Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T23:00:19.7165649Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T23:00:19.7177637Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T23:00:19.7348203Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T23:00:19.7359747Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T23:00:19.7523364Z Collecting pyelftools (from staticx->py2static)
2025-08-20T23:00:19.7534214Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T23:00:19.7572990Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T23:00:19.7583207Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T23:00:19.7593554Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T23:00:19.7634566Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T23:00:19.7643923Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T23:00:19.7653652Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T23:00:19.7663364Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T23:00:19.7673337Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T23:00:19.7683543Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T23:00:19.7693337Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T23:00:19.7704390Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T23:00:19.7722628Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T23:00:19.7732449Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T23:00:19.7741797Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T23:00:19.7751227Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T23:00:19.7760696Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T23:00:19.7770273Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T23:00:19.7785140Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T23:00:19.7797693Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T23:00:19.7816088Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T23:00:19.7825613Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T23:00:19.7836727Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T23:00:19.9332591Z 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-20T23:00:19.9336123Z   Attempting uninstall: pyelftools
2025-08-20T23:00:19.9416290Z     Found existing installation: pyelftools 0.32
2025-08-20T23:00:19.9468118Z     Uninstalling pyelftools-0.32:
2025-08-20T23:00:19.9484190Z       Successfully uninstalled pyelftools-0.32
2025-08-20T23:00:20.0616038Z   Attempting uninstall: altgraph
2025-08-20T23:00:20.0705314Z     Found existing installation: altgraph 0.17.4
2025-08-20T23:00:20.0726935Z     Uninstalling altgraph-0.17.4:
2025-08-20T23:00:20.0734108Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T23:00:20.0879731Z   Attempting uninstall: typing-extensions
2025-08-20T23:00:20.0968705Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T23:00:20.0984129Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T23:00:20.1231821Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T23:00:20.1494938Z   Attempting uninstall: staticx
2025-08-20T23:00:20.1581178Z     Found existing installation: staticx 0.14.1
2025-08-20T23:00:20.1608527Z     Uninstalling staticx-0.14.1:
2025-08-20T23:00:20.1619747Z       Successfully uninstalled staticx-0.14.1
2025-08-20T23:00:20.1830062Z   Attempting uninstall: shellingham
2025-08-20T23:00:20.1914098Z     Found existing installation: shellingham 1.5.4
2025-08-20T23:00:20.1933337Z     Uninstalling shellingham-1.5.4:
2025-08-20T23:00:20.1941333Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T23:00:20.2033313Z   Attempting uninstall: setuptools
2025-08-20T23:00:20.2121391Z     Found existing installation: setuptools 80.9.0
2025-08-20T23:00:20.2409917Z     Uninstalling setuptools-80.9.0:
2025-08-20T23:00:20.2702941Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T23:00:20.9599245Z   Attempting uninstall: scons
2025-08-20T23:00:20.9706538Z     Found existing installation: SCons 4.9.1
2025-08-20T23:00:21.0088109Z     Uninstalling SCons-4.9.1:
2025-08-20T23:00:21.0159840Z       Successfully uninstalled SCons-4.9.1
2025-08-20T23:00:21.6412823Z   Attempting uninstall: pygments
2025-08-20T23:00:21.6495046Z     Found existing installation: Pygments 2.19.2
2025-08-20T23:00:21.6733237Z     Uninstalling Pygments-2.19.2:
2025-08-20T23:00:21.6760267Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T23:00:22.3100468Z   Attempting uninstall: platformdirs
2025-08-20T23:00:22.3195217Z     Found existing installation: platformdirs 4.3.8
2025-08-20T23:00:22.3215764Z     Uninstalling platformdirs-4.3.8:
2025-08-20T23:00:22.3222909Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T23:00:22.3371546Z   Attempting uninstall: packaging
2025-08-20T23:00:22.3451964Z     Found existing installation: packaging 25.0
2025-08-20T23:00:22.3475994Z     Uninstalling packaging-25.0:
2025-08-20T23:00:22.3483653Z       Successfully uninstalled packaging-25.0
2025-08-20T23:00:22.3870810Z   Attempting uninstall: mdurl
2025-08-20T23:00:22.3952006Z     Found existing installation: mdurl 0.1.2
2025-08-20T23:00:22.3968868Z     Uninstalling mdurl-0.1.2:
2025-08-20T23:00:22.3975704Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T23:00:22.4060282Z   Attempting uninstall: click
2025-08-20T23:00:22.4139969Z     Found existing installation: click 8.2.1
2025-08-20T23:00:22.4163323Z     Uninstalling click-8.2.1:
2025-08-20T23:00:22.4170554Z       Successfully uninstalled click-8.2.1
2025-08-20T23:00:22.4761156Z   Attempting uninstall: argcomplete
2025-08-20T23:00:22.4847478Z     Found existing installation: argcomplete 3.6.2
2025-08-20T23:00:22.4876896Z     Uninstalling argcomplete-3.6.2:
2025-08-20T23:00:22.4888565Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T23:00:22.5138100Z   Attempting uninstall: ansi2txt
2025-08-20T23:00:22.5220889Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T23:00:22.5237589Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T23:00:22.5483787Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T23:00:22.5540437Z   Attempting uninstall: userpath
2025-08-20T23:00:22.5625386Z     Found existing installation: userpath 1.9.2
2025-08-20T23:00:22.5645346Z     Uninstalling userpath-1.9.2:
2025-08-20T23:00:22.5655022Z       Successfully uninstalled userpath-1.9.2
2025-08-20T23:00:22.5756511Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T23:00:22.5837648Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T23:00:22.6276847Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T23:00:22.6323437Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T23:00:22.9149574Z   Attempting uninstall: markdown-it-py
2025-08-20T23:00:22.9235393Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T23:00:22.9308884Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T23:00:22.9323496Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T23:00:22.9957484Z   Attempting uninstall: rich
2025-08-20T23:00:23.0051079Z     Found existing installation: rich 14.1.0
2025-08-20T23:00:23.0117281Z     Uninstalling rich-14.1.0:
2025-08-20T23:00:23.0127435Z       Successfully uninstalled rich-14.1.0
2025-08-20T23:00:23.1790017Z   Attempting uninstall: pyinstaller
2025-08-20T23:00:23.1872205Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T23:00:23.2234248Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T23:00:23.2278072Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T23:00:23.5628940Z   Attempting uninstall: pipx
2025-08-20T23:00:23.5726317Z     Found existing installation: pipx 1.7.1
2025-08-20T23:00:23.5769794Z     Uninstalling pipx-1.7.1:
2025-08-20T23:00:23.5780340Z       Successfully uninstalled pipx-1.7.1
2025-08-20T23:00:23.6311586Z   Attempting uninstall: typer
2025-08-20T23:00:23.6401982Z     Found existing installation: typer 0.16.1
2025-08-20T23:00:23.6428976Z     Uninstalling typer-0.16.1:
2025-08-20T23:00:23.6439052Z       Successfully uninstalled typer-0.16.1
2025-08-20T23:00:23.6805919Z   Attempting uninstall: py2static
2025-08-20T23:00:23.6885903Z     Found existing installation: py2static 0.0.1
2025-08-20T23:00:23.6906493Z     Uninstalling py2static-0.0.1:
2025-08-20T23:00:23.6919298Z       Successfully uninstalled py2static-0.0.1
2025-08-20T23:00:23.6995831Z 
2025-08-20T23:00:23.7025744Z 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-20T23:00:24.0503425Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T23:00:24.1982684Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T23:00:24.1987588Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-sg6cgx8j
2025-08-20T23:00:24.2011472Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-sg6cgx8j
2025-08-20T23:00:25.8372538Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T23:00:25.8415452Z   Installing build dependencies: started
2025-08-20T23:00:26.5876380Z   Installing build dependencies: finished with status 'done'
2025-08-20T23:00:26.5885601Z   Getting requirements to build wheel: started
2025-08-20T23:00:26.9097209Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T23:00:26.9109132Z   Preparing metadata (pyproject.toml): started
2025-08-20T23:00:27.1209192Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T23:00:27.2865902Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T23:00:27.2881121Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T23:00:27.3046422Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T23:00:27.3058272Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T23:00:27.3231682Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T23:00:27.3243924Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T23:00:27.3386608Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T23:00:27.3398419Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T23:00:27.3446629Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T23:00:27.3457438Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T23:00:27.3471382Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T23:00:27.3490827Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T23:00:27.3616541Z Building wheels for collected packages: pyinstaller
2025-08-20T23:00:27.3625315Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T23:00:28.1919609Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T23:00:28.1945832Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=5e53f3d350cb3400105737be3de6d25f95c617c8bb205f7b487cc7f2be7e068f
2025-08-20T23:00:28.1947398Z   Stored in directory: /tmp/pip-ephem-wheel-cache-_zb9n48c/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T23:00:28.1988078Z Successfully built pyinstaller
2025-08-20T23:00:28.2923327Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T23:00:28.2929181Z   Attempting uninstall: altgraph
2025-08-20T23:00:28.3016233Z     Found existing installation: altgraph 0.17.4
2025-08-20T23:00:28.3037902Z     Uninstalling altgraph-0.17.4:
2025-08-20T23:00:28.3045994Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T23:00:28.3201553Z   Attempting uninstall: setuptools
2025-08-20T23:00:28.3292828Z     Found existing installation: setuptools 80.9.0
2025-08-20T23:00:28.3586131Z     Uninstalling setuptools-80.9.0:
2025-08-20T23:00:28.3886247Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T23:00:29.0851040Z   Attempting uninstall: packaging
2025-08-20T23:00:29.0948491Z     Found existing installation: packaging 25.0
2025-08-20T23:00:29.0972701Z     Uninstalling packaging-25.0:
2025-08-20T23:00:29.0980683Z       Successfully uninstalled packaging-25.0
2025-08-20T23:00:29.1385035Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T23:00:29.1468782Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T23:00:29.1943297Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T23:00:29.1988413Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T23:00:29.4791415Z   Attempting uninstall: pyinstaller
2025-08-20T23:00:29.4896059Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T23:00:29.5255599Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T23:00:29.5302685Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T23:00:29.8766570Z 
2025-08-20T23:00:29.8797958Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T23:00:30.2590753Z 6.15.0
2025-08-20T23:00:32.4125030Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T23:00:32.4136333Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T23:00:32.4136697Z 
2025-08-20T23:00:32.4136950Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T23:00:32.4137564Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T23:00:32.4138024Z installation.
2025-08-20T23:00:32.4138165Z 
2025-08-20T23:00:32.4138422Z If you installed the current Docker package using this script and are using it
2025-08-20T23:00:32.4139063Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T23:00:32.4139972Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T23:00:32.4140472Z files to match the parameters passed to the script.
2025-08-20T23:00:32.4140742Z 
2025-08-20T23:00:32.4140881Z You may press Ctrl+C now to abort this script.
2025-08-20T23:00:32.4317460Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T23:00:33.7616369Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T23:00:34.1697673Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T23:00:34.1723792Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T23:00:34.3093634Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T23:00:34.3111945Z + 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-20T23:00:34.3119005Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T23:00:35.6217971Z + 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-20T23:00:46.8447955Z 
2025-08-20T23:00:46.8448670Z Running kernel seems to be up-to-date.
2025-08-20T23:00:46.8449028Z 
2025-08-20T23:00:46.8449166Z Restarting services...
2025-08-20T23:00:46.8517030Z 
2025-08-20T23:00:46.8517387Z Service restarts being deferred:
2025-08-20T23:00:46.8517896Z  systemctl restart hosted-compute-agent.service
2025-08-20T23:00:46.8518245Z 
2025-08-20T23:00:46.8518424Z No containers need to be restarted.
2025-08-20T23:00:46.8518699Z 
2025-08-20T23:00:46.8518831Z No user sessions are running outdated binaries.
2025-08-20T23:00:46.8519048Z 
2025-08-20T23:00:46.8519267Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T23:00:47.6757753Z + sh -c 'docker version'
2025-08-20T23:00:47.6916499Z Client: Docker Engine - Community
2025-08-20T23:00:47.6917037Z  Version:           28.3.3
2025-08-20T23:00:47.6917421Z  API version:       1.51
2025-08-20T23:00:47.6917801Z  Go version:        go1.24.5
2025-08-20T23:00:47.6918204Z  Git commit:        980b856
2025-08-20T23:00:47.6918618Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T23:00:47.6919078Z  OS/Arch:           linux/amd64
2025-08-20T23:00:47.6919593Z  Context:           default
2025-08-20T23:00:47.6919738Z 
2025-08-20T23:00:47.6919833Z Server: Docker Engine - Community
2025-08-20T23:00:47.6920060Z  Engine:
2025-08-20T23:00:47.6920244Z   Version:          28.3.3
2025-08-20T23:00:47.6920479Z   API version:      1.51 (minimum version 1.24)
2025-08-20T23:00:47.6920742Z   Go version:       go1.24.5
2025-08-20T23:00:47.6920954Z   Git commit:       bea959c
2025-08-20T23:00:47.6921172Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T23:00:47.6921431Z   OS/Arch:          linux/amd64
2025-08-20T23:00:47.6921650Z   Experimental:     false
2025-08-20T23:00:47.6921851Z  containerd:
2025-08-20T23:00:47.6922303Z   Version:          1.7.27
2025-08-20T23:00:47.6922571Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T23:00:47.6922855Z  runc:
2025-08-20T23:00:47.6923025Z   Version:          1.2.5
2025-08-20T23:00:47.6923238Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T23:00:47.6923477Z  docker-init:
2025-08-20T23:00:47.6923658Z   Version:          0.19.0
2025-08-20T23:00:47.6923861Z   GitCommit:        de40ad0
2025-08-20T23:00:47.6935583Z 
2025-08-20T23:00:47.6935949Z ================================================================================
2025-08-20T23:00:47.6936300Z 
2025-08-20T23:00:47.6936597Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T23:00:47.6937229Z Docker daemon in rootless mode for your user:
2025-08-20T23:00:47.6937566Z 
2025-08-20T23:00:47.6937751Z     dockerd-rootless-setuptool.sh install
2025-08-20T23:00:47.6938049Z 
2025-08-20T23:00:47.6938398Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T23:00:47.6938869Z 
2025-08-20T23:00:47.6938874Z 
2025-08-20T23:00:47.6939192Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T23:00:47.6940114Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T23:00:47.6940483Z 
2025-08-20T23:00:47.6940794Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T23:00:47.6941548Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T23:00:47.6942296Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T23:00:47.6942764Z 
2025-08-20T23:00:47.6942923Z ================================================================================
2025-08-20T23:00:47.6943230Z 
2025-08-20T23:00:58.3985939Z ● docker.service - Docker Application Container Engine
2025-08-20T23:00:58.3987170Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T23:00:58.3988079Z      Active: active (running) since Wed 2025-08-20 23:00:48 UTC; 10s ago
2025-08-20T23:00:58.3988782Z TriggeredBy: ● docker.socket
2025-08-20T23:00:58.3989253Z        Docs: https://docs.docker.com
2025-08-20T23:00:58.3989977Z    Main PID: 19744 (dockerd)
2025-08-20T23:00:58.3990346Z       Tasks: 10
2025-08-20T23:00:58.3990685Z      Memory: 24.5M (peak: 26.3M)
2025-08-20T23:00:58.3991077Z         CPU: 313ms
2025-08-20T23:00:58.3991430Z      CGroup: /system.slice/docker.service
2025-08-20T23:00:58.3994237Z              └─19744 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T23:00:58.3994699Z 
2025-08-20T23:00:58.3995165Z Aug 20 23:00:47 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:47.843205896Z" level=info msg="Loading containers: start."
2025-08-20T23:00:58.3996827Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.314599956Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 8b0cf3db41e77cf736c079b0bd1a4b3373f6fc6a04d0a0db702c8db94b796afb], retrying...."
2025-08-20T23:00:58.3999131Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.345790843Z" level=info msg="Loading containers: done."
2025-08-20T23:00:58.4001031Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.355625429Z" 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-20T23:00:58.4002659Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.355702032Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T23:00:58.4003740Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.355727931Z" level=info msg="Initializing buildkit"
2025-08-20T23:00:58.4004593Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.374092110Z" level=info msg="Completed buildkit initialization"
2025-08-20T23:00:58.4005739Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.378979402Z" level=info msg="Daemon has completed initialization"
2025-08-20T23:00:58.4006630Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.379037077Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T23:00:58.4007277Z Aug 20 23:00:48 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T23:00:58.4102419Z ● docker.service - Docker Application Container Engine
2025-08-20T23:00:58.4104470Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T23:00:58.4105308Z      Active: active (running) since Wed 2025-08-20 23:00:48 UTC; 10s ago
2025-08-20T23:00:58.4105974Z TriggeredBy: ● docker.socket
2025-08-20T23:00:58.4106333Z        Docs: https://docs.docker.com
2025-08-20T23:00:58.4106728Z    Main PID: 19744 (dockerd)
2025-08-20T23:00:58.4106963Z       Tasks: 10
2025-08-20T23:00:58.4107159Z      Memory: 24.5M (peak: 26.3M)
2025-08-20T23:00:58.4107389Z         CPU: 313ms
2025-08-20T23:00:58.4107602Z      CGroup: /system.slice/docker.service
2025-08-20T23:00:58.4108079Z              └─19744 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T23:00:58.4108362Z 
2025-08-20T23:00:58.4108681Z Aug 20 23:00:47 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:47.843205896Z" level=info msg="Loading containers: start."
2025-08-20T23:00:58.4110091Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.314599956Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 8b0cf3db41e77cf736c079b0bd1a4b3373f6fc6a04d0a0db702c8db94b796afb], retrying...."
2025-08-20T23:00:58.4111446Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.345790843Z" level=info msg="Loading containers: done."
2025-08-20T23:00:58.4112570Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.355625429Z" 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-20T23:00:58.4113912Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.355702032Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T23:00:58.4114812Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.355727931Z" level=info msg="Initializing buildkit"
2025-08-20T23:00:58.4115508Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.374092110Z" level=info msg="Completed buildkit initialization"
2025-08-20T23:00:58.4116254Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.378979402Z" level=info msg="Daemon has completed initialization"
2025-08-20T23:00:58.4116968Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.379037077Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T23:00:58.4117610Z Aug 20 23:00:48 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T23:00:58.4310534Z ● docker.service - Docker Application Container Engine
2025-08-20T23:00:58.4311332Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T23:00:58.4312128Z      Active: active (running) since Wed 2025-08-20 23:00:48 UTC; 10s ago
2025-08-20T23:00:58.4312769Z TriggeredBy: ● docker.socket
2025-08-20T23:00:58.4313187Z        Docs: https://docs.docker.com
2025-08-20T23:00:58.4313609Z    Main PID: 19744 (dockerd)
2025-08-20T23:00:58.4313948Z       Tasks: 10
2025-08-20T23:00:58.4314161Z      Memory: 24.5M (peak: 26.3M)
2025-08-20T23:00:58.4314403Z         CPU: 313ms
2025-08-20T23:00:58.4314651Z      CGroup: /system.slice/docker.service
2025-08-20T23:00:58.4315174Z              └─19744 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T23:00:58.4315685Z 
2025-08-20T23:00:58.4316035Z Aug 20 23:00:47 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:47.843205896Z" level=info msg="Loading containers: start."
2025-08-20T23:00:58.4317474Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.314599956Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 8b0cf3db41e77cf736c079b0bd1a4b3373f6fc6a04d0a0db702c8db94b796afb], retrying...."
2025-08-20T23:00:58.4318902Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.345790843Z" level=info msg="Loading containers: done."
2025-08-20T23:00:58.4320560Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.355625429Z" 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-20T23:00:58.4322210Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.355702032Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T23:00:58.4323312Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.355727931Z" level=info msg="Initializing buildkit"
2025-08-20T23:00:58.4324157Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.374092110Z" level=info msg="Completed buildkit initialization"
2025-08-20T23:00:58.4325051Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.378979402Z" level=info msg="Daemon has completed initialization"
2025-08-20T23:00:58.4325926Z Aug 20 23:00:48 pkrvmqc4gcfdwos dockerd[19744]: time="2025-08-20T23:00:48.379037077Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T23:00:58.4326881Z Aug 20 23:00:48 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T23:00:58.4422587Z Docker version 28.3.3, build 980b856
2025-08-20T23:00:58.4606935Z Unable to find image 'hello-world:latest' locally
2025-08-20T23:00:58.8589698Z latest: Pulling from library/hello-world
2025-08-20T23:00:58.9609799Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T23:00:59.1504975Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T23:00:59.1505497Z 17eec7bbc9d7: Download complete
2025-08-20T23:00:59.1833970Z 17eec7bbc9d7: Pull complete
2025-08-20T23:00:59.1890104Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T23:00:59.1903635Z Status: Downloaded newer image for hello-world:latest
2025-08-20T23:01:00.2372067Z 
2025-08-20T23:01:00.2372626Z Hello from Docker!
2025-08-20T23:01:00.2373233Z This message shows that your installation appears to be working correctly.
2025-08-20T23:01:00.2373729Z 
2025-08-20T23:01:00.2374045Z To generate this message, Docker took the following steps:
2025-08-20T23:01:00.2374646Z  1. The Docker client contacted the Docker daemon.
2025-08-20T23:01:00.2375326Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T23:01:00.2375933Z     (amd64)
2025-08-20T23:01:00.2376454Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T23:01:00.2377258Z     executable that produces the output you are currently reading.
2025-08-20T23:01:00.2379980Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T23:01:00.2380674Z     to your terminal.
2025-08-20T23:01:00.2380901Z 
2025-08-20T23:01:00.2381205Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T23:01:00.2381806Z  $ docker run -it ubuntu bash
2025-08-20T23:01:00.2382066Z 
2025-08-20T23:01:00.2382324Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T23:01:00.2382891Z  https://hub.docker.com/
2025-08-20T23:01:00.2383148Z 
2025-08-20T23:01:00.2383314Z For more examples and ideas, visit:
2025-08-20T23:01:00.2383767Z  https://docs.docker.com/get-started/
2025-08-20T23:01:00.2384333Z 
2025-08-20T23:01:00.3429717Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T23:01:00.3430350Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T23:01:00.3430931Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T23:01:00.3431557Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T23:01:00.3432221Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T23:01:00.3433262Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T23:01:00.3433953Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T23:01:00.3434618Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T23:01:00.3435229Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T23:01:00.3435842Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T23:01:00.3436470Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T23:01:00.3437149Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T23:01:00.3437811Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T23:01:00.3438519Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T23:01:00.3439209Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T23:01:00.3440083Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T23:01:00.3440772Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T23:01:00.3441209Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T23:01:00.3441585Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T23:01:00.3442067Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T23:01:00.3442783Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T23:01:00.3443192Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T23:01:00.3443609Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T23:01:00.3444000Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T23:01:00.3444351Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T23:01:00.3445003Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T23:01:00.3445751Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T23:01:00.3446449Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T23:01:00.3447148Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T23:01:00.3447870Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T23:01:00.3448617Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T23:01:00.3449648Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T23:01:00.3450425Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T23:01:00.3451332Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T23:01:00.3452167Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T23:01:00.3452962Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T23:01:00.3453673Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T23:01:00.3454377Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T23:01:00.3455122Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T23:01:00.3455893Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T23:01:00.3456663Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T23:01:00.3457660Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T23:01:00.3458372Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T23:01:00.3459181Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T23:01:00.3460272Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T23:01:00.3461121Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T23:01:00.3461993Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T23:01:00.3462790Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T23:01:00.3463545Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T23:01:00.3464304Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T23:01:00.3465035Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T23:01:00.3465783Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T23:01:00.3466497Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T23:01:00.3467148Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T23:01:00.3467788Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T23:01:00.3468451Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T23:01:00.3469021Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T23:01:00.3469866Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T23:01:00.3470611Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T23:01:00.3471291Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T23:01:00.3472224Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T23:01:00.3473053Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T23:01:00.3473801Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T23:01:00.3474525Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T23:01:00.3475272Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T23:01:00.3476037Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T23:01:00.3476747Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T23:01:00.3477440Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T23:01:00.3478174Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T23:01:00.3478998Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T23:01:00.3480033Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T23:01:00.3480864Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T23:01:00.3481584Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T23:01:00.3482279Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T23:01:00.3482997Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T23:01:00.3483727Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T23:01:00.3484503Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T23:01:00.3485386Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T23:01:00.3486269Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T23:01:00.3487147Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T23:01:00.3488009Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T23:01:00.3488412Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T23:01:00.3488800Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T23:01:00.3489197Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T23:01:00.3489842Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T23:01:00.3490241Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T23:01:00.3490651Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T23:01:00.3491060Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T23:01:00.3491434Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T23:01:00.3491820Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T23:01:00.3492230Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T23:01:00.3492632Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T23:01:00.3493001Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T23:01:00.3493366Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T23:01:00.3493753Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T23:01:00.3494134Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T23:01:00.3494482Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T23:01:00.3495016Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T23:01:00.3495611Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T23:01:00.3496422Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T23:01:00.3497145Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T23:01:00.3497921Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T23:01:00.3498467Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T23:01:00.3498853Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T23:01:00.3499249Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T23:01:00.3499865Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T23:01:00.3500252Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T23:01:00.3500615Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T23:01:00.3500973Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T23:01:00.3501359Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T23:01:00.3501754Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T23:01:00.3502090Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T23:01:00.3502412Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T23:01:00.3502760Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T23:01:00.3503105Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T23:01:00.3503449Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T23:01:00.3503796Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T23:01:00.3504136Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T23:01:00.3504498Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T23:01:00.3504883Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T23:01:00.3505317Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T23:01:00.3505753Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T23:01:00.3506307Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T23:01:00.3506681Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T23:01:00.3507052Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T23:01:00.3507428Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T23:01:00.3508051Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T23:01:00.3508797Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T23:01:00.3509643Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T23:01:00.3510255Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T23:01:00.3510669Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T23:01:00.3511099Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T23:01:00.3511519Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T23:01:00.3511892Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T23:01:00.3512269Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T23:01:00.3512664Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T23:01:00.3513051Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T23:01:00.3513435Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T23:01:00.3513809Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T23:01:00.3514193Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T23:01:00.3514754Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T23:01:00.3515148Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T23:01:00.3515514Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T23:01:00.3515819Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T23:01:00.3516135Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T23:01:00.3516519Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T23:01:00.3516913Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T23:01:00.3517300Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T23:01:00.3517663Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T23:01:00.3518025Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T23:01:00.3518393Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T23:01:00.3518740Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T23:01:00.3519071Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T23:01:00.3519677Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T23:01:00.3520114Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T23:01:00.3520510Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T23:01:00.3520888Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T23:01:00.3521280Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T23:01:00.3521690Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T23:01:00.3522103Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T23:01:00.3522511Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T23:01:00.3522866Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T23:01:00.3523222Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T23:01:00.3523765Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T23:01:00.3524186Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T23:01:00.3524583Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T23:01:00.3524944Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T23:01:00.3525275Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T23:01:00.3525652Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T23:01:00.3526028Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T23:01:00.3526445Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T23:01:00.3527232Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T23:01:00.3527700Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T23:01:00.3528077Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T23:01:00.3528414Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T23:01:00.3528763Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T23:01:00.3529203Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T23:01:00.3536509Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T23:01:00.3537162Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T23:01:00.3537566Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T23:01:00.3538045Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T23:01:00.3538781Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T23:01:00.3539300Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T23:01:00.3539958Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T23:01:00.3540335Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T23:01:00.3540739Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T23:01:00.3541158Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T23:01:00.3541575Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T23:01:00.3541982Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T23:01:00.3542354Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T23:01:00.3542736Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T23:01:00.3543131Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T23:01:00.3543534Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T23:01:00.3543945Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T23:01:00.3544346Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T23:01:00.3544743Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T23:01:00.3545134Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T23:01:00.3545561Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T23:01:00.3546012Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T23:01:00.3546438Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T23:01:00.3546807Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T23:01:00.3547175Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T23:01:00.3547576Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T23:01:00.3548087Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T23:01:00.3548457Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T23:01:00.3548831Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T23:01:00.3549214Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T23:01:00.3549840Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T23:01:00.3550307Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T23:01:00.3550749Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T23:01:00.3551145Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T23:01:00.3551552Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T23:01:00.3551932Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T23:01:00.3552345Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T23:01:00.3552725Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T23:01:00.3553103Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T23:01:00.3553479Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T23:01:00.3553924Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T23:01:00.3554394Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T23:01:00.3554844Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T23:01:00.3555353Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T23:01:00.3556137Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T23:01:00.3556646Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T23:01:00.3557135Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T23:01:00.3557562Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T23:01:00.3557918Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T23:01:00.3558275Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T23:01:00.3558647Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T23:01:00.3559021Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T23:01:00.3559574Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T23:01:00.3559961Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T23:01:00.3560338Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T23:01:00.3560718Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T23:01:00.3561096Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T23:01:00.3561466Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T23:01:00.3561855Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T23:01:00.3562234Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T23:01:00.3562642Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T23:01:00.3563075Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T23:01:00.3563459Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T23:01:00.3563825Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T23:01:00.3564274Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T23:01:00.3564656Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T23:01:00.3565143Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T23:01:00.3565491Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T23:01:00.3565846Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T23:01:00.3566228Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T23:01:00.3566614Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T23:01:00.3567005Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T23:01:00.3567364Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T23:01:00.3567674Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T23:01:00.3568133Z 	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-20T23:01:00.3568646Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T23:01:00.3569009Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T23:01:00.3569591Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T23:01:00.3570068Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T23:01:00.3570469Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T23:01:00.3570895Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T23:01:00.3571315Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T23:01:00.3571735Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T23:01:00.3572129Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T23:01:00.3572519Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T23:01:00.3573070Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T23:01:00.3573481Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T23:01:00.3573870Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T23:01:00.3574289Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T23:01:00.3574774Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T23:01:00.3575265Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T23:01:00.3575700Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T23:01:00.3576102Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T23:01:00.3576494Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T23:01:00.3577294Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T23:01:00.3577769Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T23:01:00.3578171Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T23:01:00.3578587Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T23:01:00.3579027Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T23:01:00.3579637Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T23:01:00.3580008Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T23:01:00.3580371Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T23:01:00.3580748Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T23:01:00.3581124Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T23:01:00.3581487Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T23:01:00.3581844Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T23:01:00.3582226Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T23:01:00.3582744Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T23:01:00.3583108Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T23:01:00.3583468Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T23:01:00.3583812Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T23:01:00.3584178Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T23:01:00.3584554Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T23:01:00.3584907Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T23:01:00.3585257Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T23:01:00.3585598Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T23:01:00.3585959Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T23:01:00.3586322Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T23:01:00.3586677Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T23:01:00.3587027Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T23:01:00.3587396Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T23:01:00.3587744Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T23:01:00.3588119Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T23:01:00.3588548Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T23:01:00.3588947Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T23:01:00.3589302Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T23:01:00.3590019Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T23:01:00.3590450Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T23:01:00.3590842Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T23:01:00.3591197Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T23:01:00.3591556Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T23:01:00.3591919Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T23:01:00.3592224Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T23:01:00.3592524Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T23:01:00.3592874Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T23:01:00.3593229Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T23:01:00.3593594Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T23:01:00.3593953Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T23:01:00.3594298Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T23:01:00.3594632Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T23:01:00.3595018Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T23:01:00.3595426Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T23:01:00.3595821Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T23:01:00.3596209Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T23:01:00.3596594Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T23:01:00.3597007Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T23:01:00.3597502Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T23:01:00.3598122Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T23:01:00.3598906Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T23:01:00.3599623Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T23:01:00.3600099Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T23:01:00.3600543Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T23:01:00.3601054Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T23:01:00.3601662Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T23:01:00.3602217Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T23:01:00.3602704Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T23:01:00.3603138Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T23:01:00.3603508Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T23:01:00.3603878Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T23:01:00.3604244Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T23:01:00.3604619Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T23:01:00.3605005Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T23:01:00.3605386Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T23:01:00.3605761Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T23:01:00.3606140Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T23:01:00.3606511Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T23:01:00.3607053Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T23:01:00.3607435Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T23:01:00.3607802Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T23:01:00.3608190Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T23:01:00.3608573Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T23:01:00.3608980Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T23:01:00.3609590Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T23:01:00.3609956Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T23:01:00.3610340Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T23:01:00.3610739Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T23:01:00.3611143Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T23:01:00.3611567Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T23:01:00.3611990Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T23:01:00.3612352Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T23:01:00.3612713Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T23:01:00.3613086Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T23:01:00.3613445Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T23:01:00.3613826Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T23:01:00.3614206Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T23:01:00.3614581Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T23:01:00.3614960Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T23:01:00.3615313Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T23:01:00.3615793Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T23:01:00.3616330Z 	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-20T23:01:00.3617029Z 	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-20T23:01:00.3617691Z 	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-20T23:01:00.3618334Z 	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-20T23:01:00.3618843Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T23:01:00.3619222Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T23:01:00.3619830Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T23:01:00.3620210Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T23:01:00.3620578Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T23:01:00.3620930Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T23:01:00.3621298Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T23:01:00.3621681Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T23:01:00.3622049Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T23:01:00.3622424Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T23:01:00.3622795Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T23:01:00.3623160Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T23:01:00.3623674Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T23:01:00.3624085Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T23:01:00.3624474Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T23:01:00.3624860Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T23:01:00.3625249Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T23:01:00.3625633Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T23:01:00.3626006Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T23:01:00.3626377Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T23:01:00.3626740Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T23:01:00.3627114Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T23:01:00.3627510Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T23:01:00.3627892Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T23:01:00.3628284Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T23:01:00.3628666Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T23:01:00.3629041Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T23:01:00.3629644Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T23:01:00.3630073Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T23:01:00.3630469Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T23:01:00.3630897Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T23:01:00.3631344Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T23:01:00.3631746Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T23:01:00.3632226Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T23:01:00.3632591Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T23:01:00.3632980Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T23:01:00.3633376Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T23:01:00.3633765Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T23:01:00.3634130Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T23:01:00.3634509Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T23:01:00.3634968Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T23:01:00.3635433Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T23:01:00.3635823Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T23:01:00.3636222Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T23:01:00.3636660Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T23:01:00.3637095Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T23:01:00.3637556Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T23:01:00.3638030Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T23:01:00.3638467Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T23:01:00.3638894Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T23:01:00.3639281Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T23:01:00.3640039Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T23:01:00.3640452Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T23:01:00.3640835Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T23:01:00.3641206Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T23:01:00.3641604Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T23:01:00.3641995Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T23:01:00.3642388Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T23:01:00.3642797Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T23:01:00.3643177Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T23:01:00.3643543Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T23:01:00.3643902Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T23:01:00.3644249Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T23:01:00.3644638Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T23:01:00.3645046Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T23:01:00.3645488Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T23:01:00.3645932Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T23:01:00.3646323Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T23:01:00.3646749Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T23:01:00.3647165Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T23:01:00.3647562Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T23:01:00.3647962Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T23:01:00.3648313Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T23:01:00.3648786Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T23:01:00.3649165Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T23:01:00.3649687Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T23:01:00.3650049Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T23:01:00.3650368Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T23:01:00.3650675Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T23:01:00.3651018Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T23:01:00.3651509Z 	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-20T23:01:00.3652020Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T23:01:00.3652423Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T23:01:00.3652788Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T23:01:00.3653168Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T23:01:00.3653567Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T23:01:00.3653965Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T23:01:00.3654349Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T23:01:00.3654749Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T23:01:00.3655145Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T23:01:00.3655506Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T23:01:00.3655863Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T23:01:00.3656345Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T23:01:00.3656720Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T23:01:00.3657132Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T23:01:00.3657548Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T23:01:00.3657931Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T23:01:00.3658335Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T23:01:00.3658765Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T23:01:00.3659145Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T23:01:00.3659661Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T23:01:00.3660002Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T23:01:00.3660357Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T23:01:00.3660714Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T23:01:00.3661088Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T23:01:00.3661474Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T23:01:00.3661867Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T23:01:00.3662313Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T23:01:00.3662734Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T23:01:00.3663101Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T23:01:00.3663473Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T23:01:00.3663842Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T23:01:00.3664221Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T23:01:00.3664586Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T23:01:00.3665074Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T23:01:00.3665503Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T23:01:00.3665981Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T23:01:00.3666386Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T23:01:00.3666748Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T23:01:00.3667107Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T23:01:00.3667495Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T23:01:00.3667879Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T23:01:00.3668243Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T23:01:00.3668628Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T23:01:00.3668996Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T23:01:00.3669470Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T23:01:00.3669815Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T23:01:00.3670198Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T23:01:00.3670603Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T23:01:00.3670969Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T23:01:00.3671346Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T23:01:00.3671777Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T23:01:00.3672328Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T23:01:00.3672740Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T23:01:00.3673123Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T23:01:00.3673627Z 	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-20T23:01:00.3674123Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T23:01:00.3674421Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T23:01:00.3674762Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T23:01:00.3675165Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T23:01:00.3675581Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T23:01:00.3676088Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T23:01:00.3676666Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T23:01:00.3677271Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T23:01:00.3677905Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T23:01:00.3678531Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T23:01:00.3679140Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T23:01:00.3679891Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T23:01:00.3680464Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T23:01:00.3680938Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T23:01:00.3681371Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T23:01:00.3681915Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T23:01:00.3682333Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T23:01:00.3682789Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T23:01:00.3683215Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T23:01:00.3683588Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T23:01:00.3683947Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T23:01:00.3684312Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T23:01:00.3684683Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T23:01:00.3685086Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T23:01:00.3685490Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T23:01:00.3685847Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T23:01:00.3686234Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T23:01:00.3686687Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T23:01:00.3687163Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T23:01:00.3687633Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T23:01:00.3688102Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T23:01:00.3688569Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T23:01:00.3689033Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T23:01:00.3689769Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T23:01:00.3690184Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T23:01:00.3690583Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T23:01:00.3690984Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T23:01:00.3691386Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T23:01:00.3691786Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T23:01:00.3692211Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T23:01:00.3692627Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T23:01:00.3693005Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T23:01:00.3693386Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T23:01:00.3693755Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T23:01:00.3694123Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T23:01:00.3694552Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T23:01:00.3694982Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T23:01:00.3695375Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T23:01:00.3695772Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T23:01:00.3696183Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T23:01:00.3696619Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T23:01:00.3697051Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T23:01:00.3697475Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T23:01:00.3697862Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T23:01:00.3698359Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T23:01:00.3698743Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T23:01:00.3699101Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T23:01:00.3699614Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T23:01:00.3700007Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T23:01:00.3700400Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T23:01:00.3700814Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T23:01:00.3701269Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T23:01:00.3701683Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T23:01:00.3702078Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T23:01:00.3702468Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T23:01:00.3702762Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T23:01:00.3703073Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T23:01:00.3703449Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T23:01:00.3703829Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T23:01:00.3704207Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T23:01:00.3704588Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T23:01:00.3705004Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T23:01:00.3705437Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T23:01:00.3705978Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T23:01:00.3706357Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T23:01:00.3706744Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T23:01:00.3707279Z 	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-20T23:01:00.3707848Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T23:01:00.3708288Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T23:01:00.3708713Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T23:01:00.3709136Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T23:01:00.3709685Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T23:01:00.3710082Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T23:01:00.3710470Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T23:01:00.3710856Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T23:01:00.3711240Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T23:01:00.3711624Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T23:01:00.3711984Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T23:01:00.3712361Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T23:01:00.3712751Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T23:01:00.3713109Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T23:01:00.3713507Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T23:01:00.3713959Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T23:01:00.3714369Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T23:01:00.3714859Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T23:01:00.3715223Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T23:01:00.3715593Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T23:01:00.3715960Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T23:01:00.3716318Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T23:01:00.3716737Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T23:01:00.3717172Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T23:01:00.3717564Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T23:01:00.3717953Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T23:01:00.3718337Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T23:01:00.3718714Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T23:01:00.3719077Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T23:01:00.3719580Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T23:01:00.3719974Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T23:01:00.3720409Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T23:01:00.3720852Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T23:01:00.3721264Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T23:01:00.3721653Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T23:01:00.3722213Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T23:01:00.3722627Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T23:01:00.3723008Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T23:01:00.3723354Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T23:01:00.3723654Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T23:01:00.3723953Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T23:01:00.3724311Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T23:01:00.3724674Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T23:01:00.3725013Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T23:01:00.3725374Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T23:01:00.3725761Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T23:01:00.3726141Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T23:01:00.3726497Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T23:01:00.3726836Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T23:01:00.3727202Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T23:01:00.3727592Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T23:01:00.3727961Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T23:01:00.3728314Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T23:01:00.3728663Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T23:01:00.3729036Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T23:01:00.3729519Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T23:01:00.3729864Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T23:01:00.3730224Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T23:01:00.3730722Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T23:01:00.3731087Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T23:01:00.3731449Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T23:01:00.3731812Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T23:01:00.3732180Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T23:01:00.3732570Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T23:01:00.3732988Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T23:01:00.3733379Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T23:01:00.3733723Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T23:01:00.3734065Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T23:01:00.3734401Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T23:01:00.3734817Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T23:01:00.3735302Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T23:01:00.3735794Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T23:01:00.3736260Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T23:01:00.3736743Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T23:01:00.3737166Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T23:01:00.3737537Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T23:01:00.3738046Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T23:01:00.3738428Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T23:01:00.3738816Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T23:01:00.3739203Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T23:01:00.3739733Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T23:01:00.3740102Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T23:01:00.3740488Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T23:01:00.3740919Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T23:01:00.3741338Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T23:01:00.3741712Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T23:01:00.3742111Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T23:01:00.3742526Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T23:01:00.3742899Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T23:01:00.3743254Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T23:01:00.3743638Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T23:01:00.3744082Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T23:01:00.3744503Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T23:01:00.3744908Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T23:01:00.3745322Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T23:01:00.3745650Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T23:01:00.3745933Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T23:01:00.3746292Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T23:01:00.3746790Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T23:01:00.3845593Z [+] Installing Go for linux-amd64...
2025-08-20T23:01:03.3843407Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T23:01:03.3844016Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T23:01:03.3844787Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T23:01:08.2475389Z [+] Downloading Go go1.25.0...
2025-08-20T23:01:08.2528737Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T23:01:08.2529724Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T23:01:08.2529969Z 
2025-08-20T23:01:08.3295757Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T23:01:08.3296705Z 100    80  100    80    0     0   1041      0 --:--:-- --:--:-- --:--:--  1052
2025-08-20T23:01:08.3859645Z 
2025-08-20T23:01:08.3860224Z 100    75  100    75    0     0    562      0 --:--:-- --:--:-- --:--:--   562
2025-08-20T23:01:08.4371152Z 
2025-08-20T23:01:09.1345703Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T23:01:09.1346542Z 100 56.8M  100 56.8M    0     0  64.5M      0 --:--:-- --:--:-- --:--:-- 81.6M
2025-08-20T23:01:09.1383691Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T23:01:10.5528446Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T23:01:10.5529011Z [+] GOROOT: /home/runner/.go
2025-08-20T23:01:10.5529576Z [+] GOPATH: /home/runner/go
2025-08-20T23:01:10.5530117Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T23:01:10.5684068Z go version go1.25.0 linux/amd64
2025-08-20T23:01:10.6055120Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T23:01:10.6055988Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T23:01:10.6056945Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T23:01:10.6057656Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T23:01:10.6058371Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T23:01:10.6059034Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T23:01:10.6059867Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T23:01:10.6060507Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T23:01:10.6061143Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T23:01:10.6061745Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T23:01:10.6062398Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T23:01:10.6063163Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T23:01:10.6063925Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T23:01:10.6064746Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T23:01:10.6065483Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T23:01:10.6066186Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T23:01:10.6066870Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T23:01:10.6067506Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T23:01:10.6068164Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T23:01:10.6068963Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T23:01:10.6069951Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T23:01:10.6070619Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T23:01:10.6071366Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T23:01:10.6072073Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T23:01:10.6072660Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T23:01:10.6073594Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T23:01:10.6074369Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T23:01:10.6075160Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T23:01:10.6075939Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T23:01:10.6076686Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T23:01:10.6077461Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T23:01:10.6078221Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T23:01:10.6078999Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T23:01:10.6079993Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T23:01:10.6080811Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T23:01:10.6081602Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T23:01:10.6082325Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T23:01:10.6083015Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T23:01:10.6083721Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T23:01:10.6084469Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T23:01:10.6085206Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T23:01:10.6085914Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T23:01:10.6086606Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T23:01:10.6087642Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T23:01:10.6088523Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T23:01:10.6089555Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T23:01:10.6090458Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T23:01:10.6091269Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T23:01:10.6092029Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T23:01:10.6092793Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T23:01:10.6093529Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T23:01:10.6094288Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T23:01:10.6095013Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T23:01:10.6095687Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T23:01:10.6096362Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T23:01:10.6097025Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T23:01:10.6097604Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T23:01:10.6098214Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T23:01:10.6098930Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T23:01:10.6099765Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T23:01:10.6100512Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T23:01:10.6101234Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T23:01:10.6101984Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T23:01:10.6102723Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T23:01:10.6103778Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T23:01:10.6104580Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T23:01:10.6105306Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T23:01:10.6106020Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T23:01:10.6106797Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T23:01:10.6107665Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T23:01:10.6108578Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T23:01:10.6109676Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T23:01:10.6110448Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T23:01:10.6111149Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T23:01:10.6111878Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T23:01:10.6112602Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T23:01:10.6113368Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T23:01:10.6114231Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T23:01:10.6115138Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T23:01:10.6116026Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T23:01:10.6116828Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T23:01:10.6117545Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T23:01:10.6118484Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T23:01:10.6119253Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T23:01:10.6120208Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T23:01:10.6120923Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T23:01:10.6121755Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T23:01:10.6122530Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T23:01:10.6123227Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T23:01:10.6123897Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T23:01:10.6124609Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T23:01:10.6125344Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T23:01:10.6126030Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T23:01:10.6126714Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T23:01:10.6127435Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T23:01:10.6128165Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T23:01:10.6128804Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T23:01:10.6129691Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T23:01:10.6130339Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T23:01:10.6130979Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T23:01:10.6131676Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T23:01:10.6132338Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T23:01:10.6133013Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T23:01:10.6133690Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T23:01:10.6134597Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T23:01:10.6135341Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T23:01:10.6136062Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T23:01:10.6136741Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T23:01:10.6137406Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T23:01:10.6138095Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T23:01:10.6138787Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T23:01:10.6139595Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T23:01:10.6140173Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T23:01:10.6140808Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T23:01:10.6141166Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T23:01:10.6141517Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T23:01:10.6141869Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T23:01:10.6142209Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T23:01:10.6142574Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T23:01:10.6142964Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T23:01:10.6143387Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T23:01:10.6143848Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T23:01:10.6144277Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T23:01:10.6144982Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T23:01:10.6145385Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T23:01:10.6145772Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T23:01:10.6146168Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T23:01:10.6146570Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T23:01:10.6146934Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T23:01:10.6147313Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T23:01:10.6147717Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T23:01:10.6148148Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T23:01:10.6158114Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T23:01:10.6158908Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T23:01:10.6159766Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T23:01:10.6160224Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T23:01:10.6160640Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T23:01:10.6161063Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T23:01:10.6161459Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T23:01:10.6161857Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T23:01:10.6162261Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T23:01:10.6162653Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T23:01:10.6163023Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T23:01:10.6163328Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T23:01:10.6163662Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T23:01:10.6164066Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T23:01:10.6164646Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T23:01:10.6165036Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T23:01:10.6165402Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T23:01:10.6165767Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T23:01:10.6166142Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T23:01:10.6166496Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T23:01:10.6166826Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T23:01:10.6167242Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T23:01:10.6167686Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T23:01:10.6168080Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T23:01:10.6168448Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T23:01:10.6168824Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T23:01:10.6169224Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T23:01:10.6169870Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T23:01:10.6170281Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T23:01:10.6170633Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T23:01:10.6170982Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T23:01:10.6171393Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T23:01:10.6171817Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T23:01:10.6172425Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T23:01:10.6172798Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T23:01:10.6173133Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T23:01:10.6173513Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T23:01:10.6173889Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T23:01:10.6174305Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T23:01:10.6174761Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T23:01:10.6175169Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T23:01:10.6175534Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T23:01:10.6175873Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T23:01:10.6176222Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T23:01:10.6176668Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T23:01:10.6177177Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T23:01:10.6177611Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T23:01:10.6177977Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T23:01:10.6178432Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T23:01:10.6178960Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T23:01:10.6179753Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T23:01:10.6180187Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T23:01:10.6180543Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T23:01:10.6180922Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T23:01:10.6181481Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T23:01:10.6181895Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T23:01:10.6182295Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T23:01:10.6182662Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T23:01:10.6183029Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T23:01:10.6183415Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T23:01:10.6183804Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T23:01:10.6184195Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T23:01:10.6184584Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T23:01:10.6184974Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T23:01:10.6185357Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T23:01:10.6185776Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T23:01:10.6186228Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T23:01:10.6186645Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T23:01:10.6187011Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T23:01:10.6187375Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T23:01:10.6187764Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T23:01:10.6188134Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T23:01:10.6188502Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T23:01:10.6188994Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T23:01:10.6189576Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T23:01:10.6190006Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T23:01:10.6190466Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T23:01:10.6190905Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T23:01:10.6191297Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T23:01:10.6191681Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T23:01:10.6192049Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T23:01:10.6192412Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T23:01:10.6192773Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T23:01:10.6193154Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T23:01:10.6193529Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T23:01:10.6193971Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T23:01:10.6194443Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T23:01:10.6194898Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T23:01:10.6195405Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T23:01:10.6195904Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T23:01:10.6196389Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T23:01:10.6196867Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T23:01:10.6197292Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T23:01:10.6197648Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T23:01:10.6198132Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T23:01:10.6198495Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T23:01:10.6198860Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T23:01:10.6199211Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T23:01:10.6199809Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T23:01:10.6200188Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T23:01:10.6200593Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T23:01:10.6200970Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T23:01:10.6201337Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T23:01:10.6201730Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T23:01:10.6202113Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T23:01:10.6202523Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T23:01:10.6202953Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T23:01:10.6203338Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T23:01:10.6203705Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T23:01:10.6204112Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T23:01:10.6204477Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T23:01:10.6204824Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T23:01:10.6205166Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T23:01:10.6205655Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T23:01:10.6206038Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T23:01:10.6206406Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T23:01:10.6206790Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T23:01:10.6207145Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T23:01:10.6207457Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T23:01:10.6207906Z 	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-20T23:01:10.6208411Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T23:01:10.6208772Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T23:01:10.6209137Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T23:01:10.6209686Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T23:01:10.6210081Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T23:01:10.6210506Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T23:01:10.6210923Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T23:01:10.6211342Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T23:01:10.6211741Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T23:01:10.6212134Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T23:01:10.6212544Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T23:01:10.6212951Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T23:01:10.6213340Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T23:01:10.6213764Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T23:01:10.6214246Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T23:01:10.6214855Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T23:01:10.6215289Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T23:01:10.6215690Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T23:01:10.6216086Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T23:01:10.6216551Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T23:01:10.6217021Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T23:01:10.6217417Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T23:01:10.6217840Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T23:01:10.6218284Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T23:01:10.6218684Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T23:01:10.6219035Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T23:01:10.6219689Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T23:01:10.6220256Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T23:01:10.6220635Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T23:01:10.6220988Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T23:01:10.6221340Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T23:01:10.6221722Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T23:01:10.6222098Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T23:01:10.6222611Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T23:01:10.6223000Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T23:01:10.6223358Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T23:01:10.6223728Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T23:01:10.6224105Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T23:01:10.6224457Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T23:01:10.6224798Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T23:01:10.6225147Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T23:01:10.6225499Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T23:01:10.6225860Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T23:01:10.6226211Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T23:01:10.6226561Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T23:01:10.6226934Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T23:01:10.6227285Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T23:01:10.6227647Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T23:01:10.6228071Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T23:01:10.6228466Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T23:01:10.6228814Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T23:01:10.6229181Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T23:01:10.6229796Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T23:01:10.6230194Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T23:01:10.6230547Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T23:01:10.6230903Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T23:01:10.6231372Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T23:01:10.6231668Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T23:01:10.6231959Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T23:01:10.6232295Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T23:01:10.6232642Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T23:01:10.6232993Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T23:01:10.6233339Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T23:01:10.6233673Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T23:01:10.6233999Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T23:01:10.6234367Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T23:01:10.6234772Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T23:01:10.6235162Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T23:01:10.6235543Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T23:01:10.6235919Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T23:01:10.6236316Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T23:01:10.6236808Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T23:01:10.6237419Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T23:01:10.6238025Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T23:01:10.6238679Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T23:01:10.6239148Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T23:01:10.6239778Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T23:01:10.6240285Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T23:01:10.6240888Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T23:01:10.6241438Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T23:01:10.6241916Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T23:01:10.6242349Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T23:01:10.6242703Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T23:01:10.6243065Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T23:01:10.6243426Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T23:01:10.6243793Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T23:01:10.6244166Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T23:01:10.6244533Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T23:01:10.6244899Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T23:01:10.6245263Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T23:01:10.6245630Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T23:01:10.6245991Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T23:01:10.6246348Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T23:01:10.6246698Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T23:01:10.6247074Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T23:01:10.6247451Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T23:01:10.6247969Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T23:01:10.6248366Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T23:01:10.6248707Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T23:01:10.6249079Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T23:01:10.6249752Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T23:01:10.6250277Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T23:01:10.6250719Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T23:01:10.6251152Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T23:01:10.6251525Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T23:01:10.6251887Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T23:01:10.6252261Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T23:01:10.6252617Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T23:01:10.6252989Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T23:01:10.6253366Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T23:01:10.6253739Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T23:01:10.6254177Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T23:01:10.6254526Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T23:01:10.6254875Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T23:01:10.6255548Z 	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-20T23:01:10.6256257Z 	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-20T23:01:10.6256949Z 	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-20T23:01:10.6257599Z 	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-20T23:01:10.6258113Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T23:01:10.6258485Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T23:01:10.6258849Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T23:01:10.6259213Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T23:01:10.6259800Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T23:01:10.6260153Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T23:01:10.6260512Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T23:01:10.6260888Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T23:01:10.6261256Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T23:01:10.6261620Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T23:01:10.6261988Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T23:01:10.6262348Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T23:01:10.6262725Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T23:01:10.6263124Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T23:01:10.6263508Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T23:01:10.6263900Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T23:01:10.6264285Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T23:01:10.6264786Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T23:01:10.6265158Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T23:01:10.6265527Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T23:01:10.6265888Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T23:01:10.6266259Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T23:01:10.6266648Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T23:01:10.6267031Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T23:01:10.6267412Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T23:01:10.6267794Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T23:01:10.6268168Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T23:01:10.6268588Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T23:01:10.6269011Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T23:01:10.6269608Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T23:01:10.6270048Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T23:01:10.6270501Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T23:01:10.6270895Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T23:01:10.6271249Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T23:01:10.6271614Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T23:01:10.6272126Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T23:01:10.6272532Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T23:01:10.6272925Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T23:01:10.6273290Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T23:01:10.6273666Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T23:01:10.6274128Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T23:01:10.6274587Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T23:01:10.6274976Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T23:01:10.6275372Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T23:01:10.6275812Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T23:01:10.6276248Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T23:01:10.6276709Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T23:01:10.6277180Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T23:01:10.6277610Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T23:01:10.6278036Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T23:01:10.6278424Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T23:01:10.6278805Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T23:01:10.6279211Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T23:01:10.6279807Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T23:01:10.6280177Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T23:01:10.6280581Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T23:01:10.6281105Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T23:01:10.6281502Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T23:01:10.6281912Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T23:01:10.6282292Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T23:01:10.6282654Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T23:01:10.6283009Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T23:01:10.6283357Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T23:01:10.6283736Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T23:01:10.6284144Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T23:01:10.6284585Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T23:01:10.6285027Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T23:01:10.6285412Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T23:01:10.6285834Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T23:01:10.6286246Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T23:01:10.6286640Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T23:01:10.6287034Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T23:01:10.6287385Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T23:01:10.6287743Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T23:01:10.6288247Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T23:01:10.6288634Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T23:01:10.6288997Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T23:01:10.6289317Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T23:01:10.6289819Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T23:01:10.6290162Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T23:01:10.6290650Z 	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-20T23:01:10.6291170Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T23:01:10.6291546Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T23:01:10.6291907Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T23:01:10.6292295Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T23:01:10.6292702Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T23:01:10.6293096Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T23:01:10.6293484Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T23:01:10.6293883Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T23:01:10.6294280Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T23:01:10.6294640Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T23:01:10.6294999Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T23:01:10.6295349Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T23:01:10.6295714Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T23:01:10.6296126Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T23:01:10.6296547Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T23:01:10.6297099Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T23:01:10.6297504Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T23:01:10.6297929Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T23:01:10.6298308Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T23:01:10.6298663Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T23:01:10.6299006Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T23:01:10.6299526Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T23:01:10.6299977Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T23:01:10.6300385Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T23:01:10.6300783Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T23:01:10.6301185Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T23:01:10.6301640Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T23:01:10.6302077Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T23:01:10.6302445Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T23:01:10.6302819Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T23:01:10.6303187Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T23:01:10.6303560Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T23:01:10.6303925Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T23:01:10.6304284Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T23:01:10.6304849Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T23:01:10.6305332Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T23:01:10.6305742Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T23:01:10.6306101Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T23:01:10.6306463Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T23:01:10.6306852Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T23:01:10.6307235Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T23:01:10.6307593Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T23:01:10.6307975Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T23:01:10.6308342Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T23:01:10.6308685Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T23:01:10.6309027Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T23:01:10.6309656Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T23:01:10.6310097Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T23:01:10.6310476Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T23:01:10.6310856Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T23:01:10.6311285Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T23:01:10.6311709Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T23:01:10.6312115Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T23:01:10.6312494Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T23:01:10.6313001Z 	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-20T23:01:10.6313623Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T23:01:10.6313923Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T23:01:10.6314335Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T23:01:10.6314739Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T23:01:10.6315153Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T23:01:10.6315661Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T23:01:10.6316237Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T23:01:10.6316837Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T23:01:10.6317475Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T23:01:10.6318105Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T23:01:10.6318724Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T23:01:10.6319447Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T23:01:10.6320021Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T23:01:10.6320493Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T23:01:10.6320927Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T23:01:10.6321351Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T23:01:10.6321768Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T23:01:10.6322349Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T23:01:10.6322780Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T23:01:10.6323153Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T23:01:10.6323509Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T23:01:10.6323876Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T23:01:10.6324244Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T23:01:10.6324640Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T23:01:10.6325040Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T23:01:10.6325392Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T23:01:10.6325772Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T23:01:10.6326226Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T23:01:10.6326706Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T23:01:10.6327180Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T23:01:10.6327648Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T23:01:10.6328114Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T23:01:10.6328576Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T23:01:10.6329013Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T23:01:10.6329522Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T23:01:10.6329924Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T23:01:10.6330325Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T23:01:10.6330722Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T23:01:10.6331240Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T23:01:10.6331660Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T23:01:10.6332076Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T23:01:10.6332452Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T23:01:10.6332823Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T23:01:10.6333188Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T23:01:10.6333558Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T23:01:10.6333981Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T23:01:10.6334410Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T23:01:10.6334801Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T23:01:10.6335200Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T23:01:10.6335613Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T23:01:10.6336051Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T23:01:10.6336483Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T23:01:10.6336901Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T23:01:10.6337284Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T23:01:10.6337652Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T23:01:10.6338030Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T23:01:10.6338519Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T23:01:10.6338903Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T23:01:10.6339299Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T23:01:10.6339855Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T23:01:10.6340275Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T23:01:10.6340734Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T23:01:10.6341148Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T23:01:10.6341551Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T23:01:10.6341940Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T23:01:10.6342237Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T23:01:10.6342558Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T23:01:10.6342945Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T23:01:10.6343337Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T23:01:10.6343718Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T23:01:10.6344106Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T23:01:10.6344523Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T23:01:10.6344964Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T23:01:10.6345372Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T23:01:10.6345750Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T23:01:10.6346136Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T23:01:10.6346675Z 	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-20T23:01:10.6347362Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T23:01:10.6347807Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T23:01:10.6348235Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T23:01:10.6348657Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T23:01:10.6349063Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T23:01:10.6349681Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T23:01:10.6350084Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T23:01:10.6350467Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T23:01:10.6350860Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T23:01:10.6351251Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T23:01:10.6351621Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T23:01:10.6351998Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T23:01:10.6352388Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T23:01:10.6352756Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T23:01:10.6353162Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T23:01:10.6353613Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T23:01:10.6354027Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T23:01:10.6354400Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T23:01:10.6354899Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T23:01:10.6355279Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T23:01:10.6355648Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T23:01:10.6356015Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T23:01:10.6356433Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T23:01:10.6356871Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T23:01:10.6357265Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T23:01:10.6357649Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T23:01:10.6358032Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T23:01:10.6358402Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T23:01:10.6358770Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T23:01:10.6359142Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T23:01:10.6359646Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T23:01:10.6360084Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T23:01:10.6360532Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T23:01:10.6360943Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T23:01:10.6361336Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T23:01:10.6361727Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T23:01:10.6362135Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T23:01:10.6362513Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T23:01:10.6362863Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T23:01:10.6363166Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T23:01:10.6363582Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T23:01:10.6363944Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T23:01:10.6364307Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T23:01:10.6364649Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T23:01:10.6365009Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T23:01:10.6365400Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T23:01:10.6365777Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T23:01:10.6366128Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T23:01:10.6366469Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T23:01:10.6366840Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T23:01:10.6367230Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T23:01:10.6367596Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T23:01:10.6367946Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T23:01:10.6368293Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T23:01:10.6368666Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T23:01:10.6369039Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T23:01:10.6369481Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T23:01:10.6369846Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T23:01:10.6370223Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T23:01:10.6370587Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T23:01:10.6371089Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T23:01:10.6371463Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T23:01:10.6371833Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T23:01:10.6372225Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T23:01:10.6372635Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T23:01:10.6373023Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T23:01:10.6373365Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T23:01:10.6373708Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T23:01:10.6374043Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T23:01:10.6374456Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T23:01:10.6374942Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T23:01:10.6375403Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T23:01:10.6375862Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T23:01:10.6376345Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T23:01:10.6376765Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T23:01:10.6377134Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T23:01:10.6377512Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T23:01:10.6377885Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T23:01:10.6378253Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T23:01:10.6378625Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T23:01:10.6378999Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T23:01:10.6380032Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T23:01:10.6380451Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T23:01:10.6380887Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T23:01:10.6381316Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T23:01:10.6381689Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T23:01:10.6382096Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T23:01:10.6382533Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T23:01:10.6382911Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T23:01:10.6383260Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T23:01:10.6383652Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T23:01:10.6384102Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T23:01:10.6384521Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T23:01:10.6384921Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T23:01:10.6385319Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T23:01:10.6385646Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T23:01:10.6385919Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T23:01:10.6386259Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T23:01:10.6386729Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T23:01:10.8595204Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T23:01:11.0261059Z Collecting meson
2025-08-20T23:01:11.0929089Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T23:01:11.1253035Z Collecting ninja
2025-08-20T23:01:11.1394450Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T23:01:11.1571052Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T23:01:11.2156595Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 32.6 MB/s  0:00:00
2025-08-20T23:01:11.2296602Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T23:01:11.3183633Z Installing collected packages: ninja, meson
2025-08-20T23:01:12.0338807Z 
2025-08-20T23:01:12.0368366Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T23:01:12.3212809Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T23:01:12.4279072Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T23:01:12.4849910Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T23:01:13.0661655Z 1.8.4
2025-08-20T23:01:13.0942751Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T23:01:13.1197479Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T23:01:13.1198148Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T23:01:13.1198770Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T23:01:13.1199578Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T23:01:13.1200258Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T23:01:13.1200915Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T23:01:13.1201580Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T23:01:13.1202233Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T23:01:13.1202850Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T23:01:13.1203468Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T23:01:13.1204386Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T23:01:13.1205088Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T23:01:13.1205789Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T23:01:13.1206521Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T23:01:13.1207224Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T23:01:13.1207963Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T23:01:13.1208664Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T23:01:13.1209318Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T23:01:13.1210136Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T23:01:13.1210935Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T23:01:13.1211693Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T23:01:13.1212331Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T23:01:13.1212774Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T23:01:13.1213164Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T23:01:13.1213542Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T23:01:13.1213936Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T23:01:13.1214666Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T23:01:13.1215398Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T23:01:13.1216081Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T23:01:13.1217057Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T23:01:13.1217819Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T23:01:13.1218565Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T23:01:13.1219623Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T23:01:13.1220406Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T23:01:13.1221200Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T23:01:13.1221941Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T23:01:13.1222642Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T23:01:13.1223322Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T23:01:13.1224059Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T23:01:13.1224849Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T23:01:13.1225608Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T23:01:13.1226343Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T23:01:13.1227036Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T23:01:13.1227854Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T23:01:13.1228694Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T23:01:13.1229747Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T23:01:13.1230628Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T23:01:13.1231419Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T23:01:13.1232184Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T23:01:13.1232936Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T23:01:13.1233887Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T23:01:13.1234631Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T23:01:13.1235352Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T23:01:13.1236006Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T23:01:13.1236640Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T23:01:13.1237290Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T23:01:13.1237852Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T23:01:13.1238463Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T23:01:13.1239185Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T23:01:13.1240039Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T23:01:13.1240770Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T23:01:13.1241567Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T23:01:13.1242324Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T23:01:13.1243045Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T23:01:13.1243792Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T23:01:13.1244553Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T23:01:13.1245261Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T23:01:13.1245960Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T23:01:13.1246701Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T23:01:13.1247722Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T23:01:13.1248609Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T23:01:13.1249608Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T23:01:13.1250340Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T23:01:13.1251013Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T23:01:13.1251710Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T23:01:13.1252437Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T23:01:13.1253199Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T23:01:13.1254058Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T23:01:13.1254955Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T23:01:13.1255814Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T23:01:13.1256612Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T23:01:13.1257026Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T23:01:13.1257446Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T23:01:13.1257853Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T23:01:13.1258247Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T23:01:13.1258626Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T23:01:13.1259040Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T23:01:13.1259673Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T23:01:13.1260062Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T23:01:13.1260448Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T23:01:13.1261113Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T23:01:13.1261511Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T23:01:13.1261880Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T23:01:13.1262245Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T23:01:13.1262637Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T23:01:13.1263034Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T23:01:13.1271330Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T23:01:13.1271813Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T23:01:13.1272221Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T23:01:13.1272595Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T23:01:13.1272997Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T23:01:13.1273363Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T23:01:13.1273732Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T23:01:13.1274111Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T23:01:13.1274500Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T23:01:13.1274911Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T23:01:13.1275304Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T23:01:13.1275672Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T23:01:13.1276028Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T23:01:13.1276600Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T23:01:13.1277016Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T23:01:13.1277350Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T23:01:13.1277672Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T23:01:13.1278024Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T23:01:13.1278375Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T23:01:13.1278724Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T23:01:13.1279076Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T23:01:13.1279616Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T23:01:13.1279990Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T23:01:13.1280381Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T23:01:13.1280830Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T23:01:13.1281295Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T23:01:13.1281694Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T23:01:13.1282075Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T23:01:13.1282462Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T23:01:13.1282846Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T23:01:13.1283280Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T23:01:13.1283685Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T23:01:13.1284055Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T23:01:13.1284435Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T23:01:13.1284867Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T23:01:13.1285432Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T23:01:13.1285856Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T23:01:13.1286233Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T23:01:13.1286613Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T23:01:13.1287010Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T23:01:13.1287406Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T23:01:13.1287794Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T23:01:13.1288175Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T23:01:13.1288559Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T23:01:13.1288956Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T23:01:13.1289492Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T23:01:13.1289871Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T23:01:13.1290176Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T23:01:13.1290498Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T23:01:13.1290875Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T23:01:13.1291262Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T23:01:13.1291647Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T23:01:13.1292007Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T23:01:13.1292381Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T23:01:13.1292883Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T23:01:13.1293233Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T23:01:13.1293568Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T23:01:13.1293981Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T23:01:13.1294415Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T23:01:13.1294802Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T23:01:13.1295164Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T23:01:13.1295539Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T23:01:13.1295939Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T23:01:13.1296348Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T23:01:13.1296752Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T23:01:13.1297109Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T23:01:13.1297461Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T23:01:13.1297876Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T23:01:13.1298291Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T23:01:13.1298685Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T23:01:13.1299047Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T23:01:13.1299561Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T23:01:13.1300230Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T23:01:13.1300781Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T23:01:13.1301219Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T23:01:13.1301690Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T23:01:13.1302169Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T23:01:13.1302661Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T23:01:13.1303006Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T23:01:13.1303349Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T23:01:13.1303788Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T23:01:13.1304285Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T23:01:13.1304717Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T23:01:13.1305084Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T23:01:13.1305540Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T23:01:13.1306070Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T23:01:13.1306563Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T23:01:13.1306985Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T23:01:13.1307338Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T23:01:13.1307711Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T23:01:13.1308104Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T23:01:13.1308512Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T23:01:13.1308904Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T23:01:13.1309265Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T23:01:13.1309811Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T23:01:13.1310329Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T23:01:13.1310731Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T23:01:13.1311116Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T23:01:13.1311498Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T23:01:13.1311884Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T23:01:13.1312264Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T23:01:13.1312687Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T23:01:13.1313132Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T23:01:13.1313550Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T23:01:13.1313912Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T23:01:13.1314277Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T23:01:13.1314664Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T23:01:13.1315037Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T23:01:13.1315403Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T23:01:13.1315765Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T23:01:13.1316149Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T23:01:13.1316561Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T23:01:13.1317023Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T23:01:13.1317463Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T23:01:13.1317856Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T23:01:13.1318240Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T23:01:13.1318614Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T23:01:13.1319094Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T23:01:13.1319626Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T23:01:13.1320003Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T23:01:13.1320379Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T23:01:13.1320818Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T23:01:13.1321286Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T23:01:13.1321740Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T23:01:13.1322247Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T23:01:13.1322748Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T23:01:13.1323237Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T23:01:13.1323717Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T23:01:13.1324143Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T23:01:13.1324495Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T23:01:13.1324852Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T23:01:13.1325210Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T23:01:13.1325574Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T23:01:13.1325923Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T23:01:13.1326291Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T23:01:13.1326788Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T23:01:13.1327169Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T23:01:13.1327542Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T23:01:13.1327910Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T23:01:13.1328295Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T23:01:13.1328671Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T23:01:13.1329076Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T23:01:13.1329699Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T23:01:13.1330084Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T23:01:13.1330445Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T23:01:13.1330850Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T23:01:13.1331211Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T23:01:13.1331559Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T23:01:13.1331899Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T23:01:13.1332253Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T23:01:13.1332621Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T23:01:13.1332982Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T23:01:13.1333367Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T23:01:13.1333726Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T23:01:13.1334039Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T23:01:13.1334492Z 	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-20T23:01:13.1335001Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T23:01:13.1335489Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T23:01:13.1335853Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T23:01:13.1336212Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T23:01:13.1336601Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T23:01:13.1337021Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T23:01:13.1337433Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T23:01:13.1337848Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T23:01:13.1338250Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T23:01:13.1338656Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T23:01:13.1339063Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T23:01:13.1339727Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T23:01:13.1340360Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T23:01:13.1341053Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T23:01:13.1341614Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T23:01:13.1342100Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T23:01:13.1342540Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T23:01:13.1342944Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T23:01:13.1343335Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T23:01:13.1343941Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T23:01:13.1344421Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T23:01:13.1344817Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T23:01:13.1345236Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T23:01:13.1345676Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T23:01:13.1346073Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T23:01:13.1346427Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T23:01:13.1346782Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T23:01:13.1347152Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T23:01:13.1347523Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T23:01:13.1347883Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T23:01:13.1348235Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T23:01:13.1348616Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T23:01:13.1348985Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T23:01:13.1349665Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T23:01:13.1350071Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T23:01:13.1350428Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T23:01:13.1350791Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T23:01:13.1351167Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T23:01:13.1351515Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T23:01:13.1351862Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T23:01:13.1352212Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T23:01:13.1352565Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T23:01:13.1353062Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T23:01:13.1353411Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T23:01:13.1353751Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T23:01:13.1354113Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T23:01:13.1354462Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T23:01:13.1354823Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T23:01:13.1355247Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T23:01:13.1355644Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T23:01:13.1355994Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T23:01:13.1356364Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T23:01:13.1356774Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T23:01:13.1357155Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T23:01:13.1357493Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T23:01:13.1357847Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T23:01:13.1358192Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T23:01:13.1358482Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T23:01:13.1358771Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T23:01:13.1359109Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T23:01:13.1359665Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T23:01:13.1360166Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T23:01:13.1360513Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T23:01:13.1360844Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T23:01:13.1361169Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T23:01:13.1361538Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T23:01:13.1361934Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T23:01:13.1362314Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T23:01:13.1362689Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T23:01:13.1363064Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T23:01:13.1363462Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T23:01:13.1363955Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T23:01:13.1364573Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T23:01:13.1365198Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T23:01:13.1365728Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T23:01:13.1366190Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T23:01:13.1366629Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T23:01:13.1367135Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T23:01:13.1367736Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T23:01:13.1368288Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T23:01:13.1368771Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T23:01:13.1369466Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T23:01:13.1369824Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T23:01:13.1370183Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T23:01:13.1370540Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T23:01:13.1370908Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T23:01:13.1371281Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T23:01:13.1371647Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T23:01:13.1372011Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T23:01:13.1372371Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T23:01:13.1372739Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T23:01:13.1373090Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T23:01:13.1373444Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T23:01:13.1373794Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T23:01:13.1374166Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T23:01:13.1374537Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T23:01:13.1374938Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T23:01:13.1375335Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T23:01:13.1375676Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T23:01:13.1376048Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T23:01:13.1376576Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T23:01:13.1376976Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T23:01:13.1377408Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T23:01:13.1377823Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T23:01:13.1378176Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T23:01:13.1378532Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T23:01:13.1378901Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T23:01:13.1379248Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T23:01:13.1379734Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T23:01:13.1380120Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T23:01:13.1380498Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T23:01:13.1380868Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T23:01:13.1381222Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T23:01:13.1381569Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T23:01:13.1382102Z 	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-20T23:01:13.1382804Z 	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-20T23:01:13.1383500Z 	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-20T23:01:13.1384135Z 	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-20T23:01:13.1384666Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T23:01:13.1385045Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T23:01:13.1385524Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T23:01:13.1385891Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T23:01:13.1386265Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T23:01:13.1386616Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T23:01:13.1386976Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T23:01:13.1387347Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T23:01:13.1387709Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T23:01:13.1388075Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T23:01:13.1388443Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T23:01:13.1388803Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T23:01:13.1389180Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T23:01:13.1389681Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T23:01:13.1390063Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T23:01:13.1390441Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T23:01:13.1390825Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T23:01:13.1391204Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T23:01:13.1391576Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T23:01:13.1391940Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T23:01:13.1392303Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T23:01:13.1392802Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T23:01:13.1393201Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T23:01:13.1393588Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T23:01:13.1393967Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T23:01:13.1394345Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T23:01:13.1394719Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T23:01:13.1395125Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T23:01:13.1395547Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T23:01:13.1395932Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T23:01:13.1396353Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T23:01:13.1396803Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T23:01:13.1397202Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T23:01:13.1397559Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T23:01:13.1397924Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T23:01:13.1398304Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T23:01:13.1398698Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T23:01:13.1399085Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T23:01:13.1399548Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T23:01:13.1399916Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T23:01:13.1400374Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T23:01:13.1400839Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T23:01:13.1401222Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T23:01:13.1401730Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T23:01:13.1402172Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T23:01:13.1402611Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T23:01:13.1403069Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T23:01:13.1403543Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T23:01:13.1403970Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T23:01:13.1404390Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T23:01:13.1404779Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T23:01:13.1405157Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T23:01:13.1405566Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T23:01:13.1405939Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T23:01:13.1406300Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T23:01:13.1406693Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T23:01:13.1407079Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T23:01:13.1407465Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T23:01:13.1407871Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T23:01:13.1408250Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T23:01:13.1408605Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T23:01:13.1409084Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T23:01:13.1409541Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T23:01:13.1409917Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T23:01:13.1410316Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T23:01:13.1410755Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T23:01:13.1411188Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T23:01:13.1411574Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T23:01:13.1411999Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T23:01:13.1412404Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T23:01:13.1412809Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T23:01:13.1413210Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T23:01:13.1413590Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T23:01:13.1413941Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T23:01:13.1414319Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T23:01:13.1414700Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T23:01:13.1415059Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T23:01:13.1415379Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T23:01:13.1415684Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T23:01:13.1416026Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T23:01:13.1416511Z 	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-20T23:01:13.1417016Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T23:01:13.1417504Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T23:01:13.1417864Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T23:01:13.1418242Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T23:01:13.1418639Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T23:01:13.1419036Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T23:01:13.1419522Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T23:01:13.1419920Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T23:01:13.1420316Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T23:01:13.1420674Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T23:01:13.1421035Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T23:01:13.1421384Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T23:01:13.1421755Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T23:01:13.1422164Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T23:01:13.1422584Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T23:01:13.1422965Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T23:01:13.1423370Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T23:01:13.1423790Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T23:01:13.1424171Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T23:01:13.1424523Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T23:01:13.1424987Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T23:01:13.1425335Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T23:01:13.1425700Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T23:01:13.1426064Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T23:01:13.1426448Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T23:01:13.1426847Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T23:01:13.1427290Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T23:01:13.1427719Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T23:01:13.1428098Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T23:01:13.1428501Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T23:01:13.1428883Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T23:01:13.1429268Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T23:01:13.1429742Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T23:01:13.1430105Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T23:01:13.1430531Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T23:01:13.1431016Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T23:01:13.1431432Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T23:01:13.1431803Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T23:01:13.1432178Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T23:01:13.1432570Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T23:01:13.1432963Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T23:01:13.1433338Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T23:01:13.1433846Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T23:01:13.1434219Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T23:01:13.1434564Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T23:01:13.1434913Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T23:01:13.1435298Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T23:01:13.1435710Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T23:01:13.1436085Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T23:01:13.1436462Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T23:01:13.1436896Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T23:01:13.1437319Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T23:01:13.1437731Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T23:01:13.1438110Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T23:01:13.1438622Z 	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-20T23:01:13.1439128Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T23:01:13.1439532Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T23:01:13.1439879Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T23:01:13.1440284Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T23:01:13.1440704Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T23:01:13.1441351Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T23:01:13.1441934Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T23:01:13.1442539Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T23:01:13.1443182Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T23:01:13.1443813Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T23:01:13.1444431Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T23:01:13.1445047Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T23:01:13.1445621Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T23:01:13.1446106Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T23:01:13.1446545Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T23:01:13.1446976Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T23:01:13.1447394Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T23:01:13.1447855Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T23:01:13.1448281Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T23:01:13.1448658Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T23:01:13.1449019Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T23:01:13.1449478Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T23:01:13.1449853Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T23:01:13.1450258Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T23:01:13.1450779Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T23:01:13.1451138Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T23:01:13.1451529Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T23:01:13.1451977Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T23:01:13.1452460Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T23:01:13.1452932Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T23:01:13.1453400Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T23:01:13.1453867Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T23:01:13.1454334Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T23:01:13.1454769Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T23:01:13.1455177Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T23:01:13.1455582Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T23:01:13.1455983Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T23:01:13.1456386Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T23:01:13.1456782Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T23:01:13.1457208Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T23:01:13.1457626Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T23:01:13.1458002Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T23:01:13.1458500Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T23:01:13.1458875Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T23:01:13.1459247Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T23:01:13.1459770Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T23:01:13.1460195Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T23:01:13.1460584Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T23:01:13.1460979Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T23:01:13.1461394Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T23:01:13.1461832Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T23:01:13.1462264Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T23:01:13.1462687Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T23:01:13.1463079Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T23:01:13.1463442Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T23:01:13.1463820Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T23:01:13.1464180Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T23:01:13.1464544Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T23:01:13.1464937Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T23:01:13.1465323Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T23:01:13.1465739Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T23:01:13.1466197Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T23:01:13.1466611Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T23:01:13.1467125Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T23:01:13.1467511Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T23:01:13.1467810Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T23:01:13.1468123Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T23:01:13.1468497Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T23:01:13.1468878Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T23:01:13.1469259Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T23:01:13.1469739Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T23:01:13.1470155Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T23:01:13.1470593Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T23:01:13.1471001Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T23:01:13.1471378Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T23:01:13.1471766Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T23:01:13.1472297Z 	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-20T23:01:13.1472864Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T23:01:13.1473305Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T23:01:13.1473732Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T23:01:13.1474152Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T23:01:13.1474687Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T23:01:13.1475078Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T23:01:13.1475459Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T23:01:13.1475830Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T23:01:13.1476213Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T23:01:13.1476599Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T23:01:13.1476964Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T23:01:13.1477337Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T23:01:13.1477725Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T23:01:13.1478081Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T23:01:13.1478484Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T23:01:13.1478933Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T23:01:13.1479442Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T23:01:13.1479811Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T23:01:13.1480176Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T23:01:13.1480551Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T23:01:13.1480915Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T23:01:13.1481275Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T23:01:13.1481693Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T23:01:13.1482132Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T23:01:13.1482530Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T23:01:13.1482920Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T23:01:13.1483452Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T23:01:13.1483822Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T23:01:13.1484184Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T23:01:13.1484560Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T23:01:13.1484950Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T23:01:13.1485389Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T23:01:13.1485831Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T23:01:13.1486237Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T23:01:13.1486629Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T23:01:13.1487025Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T23:01:13.1487443Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T23:01:13.1487827Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T23:01:13.1488171Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T23:01:13.1488478Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T23:01:13.1488772Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T23:01:13.1489129Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T23:01:13.1489590Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T23:01:13.1489930Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T23:01:13.1490290Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T23:01:13.1490839Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T23:01:13.1491234Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T23:01:13.1491592Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T23:01:13.1491933Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T23:01:13.1492299Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T23:01:13.1492689Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T23:01:13.1493050Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T23:01:13.1493402Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T23:01:13.1493749Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T23:01:13.1494122Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T23:01:13.1494499Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T23:01:13.1494845Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T23:01:13.1495215Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T23:01:13.1495595Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T23:01:13.1495967Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T23:01:13.1496335Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T23:01:13.1496702Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T23:01:13.1497082Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T23:01:13.1497477Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T23:01:13.1497891Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T23:01:13.1498286Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T23:01:13.1498634Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T23:01:13.1498976Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T23:01:13.1499526Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T23:01:13.1499940Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T23:01:13.1500420Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T23:01:13.1500874Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T23:01:13.1501336Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T23:01:13.1501818Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T23:01:13.1502239Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T23:01:13.1502612Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T23:01:13.1502998Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T23:01:13.1503383Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T23:01:13.1503757Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T23:01:13.1504130Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T23:01:13.1504502Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T23:01:13.1504867Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T23:01:13.1505257Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T23:01:13.1505685Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T23:01:13.1506105Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T23:01:13.1506471Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T23:01:13.1506990Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T23:01:13.1507408Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T23:01:13.1507776Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T23:01:13.1508123Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T23:01:13.1508502Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T23:01:13.1508940Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T23:01:13.1509450Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T23:01:13.1509854Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T23:01:13.1510250Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T23:01:13.1510568Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T23:01:13.1510844Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T23:01:13.1511189Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T23:01:13.1511661Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T23:01:13.4672794Z info: downloading installer
2025-08-20T23:01:13.6084595Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T23:01:13.6085229Z warn: /home/runner/.rustup/settings.toml
2025-08-20T23:01:13.6085878Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T23:01:13.6086617Z warn: instead of the one inferred from the default host triple.
2025-08-20T23:01:13.6253732Z info: profile set to 'default'
2025-08-20T23:01:13.6254333Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T23:01:13.6255076Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T23:01:13.6941946Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T23:01:13.7110177Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T23:01:13.7110923Z 
2025-08-20T23:01:13.7205568Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T23:01:13.7205954Z 
2025-08-20T23:01:13.7205958Z 
2025-08-20T23:01:13.7206064Z Rust is installed now. Great!
2025-08-20T23:01:13.7206245Z 
2025-08-20T23:01:13.7206468Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T23:01:13.7206996Z environment variable. This has not been done automatically.
2025-08-20T23:01:13.7207422Z 
2025-08-20T23:01:13.7207586Z To configure your current shell, you need to source
2025-08-20T23:01:13.7207942Z the corresponding env file under $HOME/.cargo.
2025-08-20T23:01:13.7208164Z 
2025-08-20T23:01:13.7208361Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T23:01:13.7208822Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T23:01:13.7209211Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T23:01:13.7209771Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T23:01:13.7546613Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T23:01:13.7879911Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T23:01:13.7880222Z 
2025-08-20T23:01:13.7977164Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T23:01:13.7977555Z 
2025-08-20T23:01:13.8468290Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T23:01:14.5193330Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T23:01:14.5510471Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T23:01:14.5511263Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T23:01:14.5511918Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T23:01:14.5512657Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T23:01:14.5513780Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T23:01:14.5514421Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T23:01:14.5514877Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T23:01:14.5515342Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T23:01:14.5515768Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T23:01:14.5516162Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T23:01:14.5516590Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T23:01:14.5517056Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T23:01:14.5517525Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T23:01:14.5518015Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T23:01:14.5518489Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T23:01:14.5518971Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T23:01:14.5519600Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T23:01:14.5520040Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T23:01:14.5520498Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T23:01:14.5521067Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T23:01:14.5521604Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T23:01:14.5522069Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T23:01:14.5522575Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T23:01:14.5523058Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T23:01:14.5523478Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T23:01:14.5523950Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T23:01:14.5524466Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T23:01:14.5525147Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T23:01:14.5525628Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T23:01:14.5526123Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T23:01:14.5526622Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T23:01:14.5527127Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T23:01:14.5527636Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T23:01:14.5528134Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T23:01:14.5528663Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T23:01:14.5529187Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T23:01:14.5529764Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T23:01:14.5530159Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T23:01:14.5530558Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T23:01:14.5530980Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T23:01:14.5531392Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T23:01:14.5531790Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T23:01:14.5532173Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T23:01:14.5532624Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T23:01:14.5533092Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T23:01:14.5533690Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T23:01:14.5534176Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T23:01:14.5534614Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T23:01:14.5535027Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T23:01:14.5535439Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T23:01:14.5535840Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T23:01:14.5536243Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T23:01:14.5543292Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T23:01:14.5543758Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T23:01:14.5544152Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T23:01:14.5544542Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T23:01:14.5544874Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T23:01:14.5545225Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T23:01:14.5545627Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T23:01:14.5546006Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T23:01:14.5546413Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T23:01:14.5546841Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T23:01:14.5547255Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T23:01:14.5547660Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T23:01:14.5548091Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T23:01:14.5548528Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T23:01:14.5549108Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T23:01:14.5549633Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T23:01:14.5550054Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T23:01:14.5550513Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T23:01:14.5551010Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T23:01:14.5551481Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T23:01:14.5551892Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T23:01:14.5552275Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T23:01:14.5552666Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T23:01:14.5553063Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T23:01:14.5553497Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T23:01:14.5553973Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T23:01:14.5554455Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T23:01:14.5554933Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T23:01:14.5555354Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T23:01:14.5555743Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T23:01:14.5556123Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T23:01:14.5556516Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T23:01:14.5557031Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T23:01:14.5557421Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T23:01:14.5557844Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T23:01:14.5558265Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T23:01:14.5558646Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T23:01:14.5559013Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T23:01:14.5559655Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T23:01:14.5560109Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T23:01:14.5560479Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T23:01:14.5560845Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T23:01:14.5561236Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T23:01:14.5561779Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T23:01:14.5562314Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T23:01:14.5562691Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T23:01:14.5563060Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T23:01:14.5563416Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T23:01:14.5563805Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T23:01:14.5564171Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T23:01:14.5564527Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T23:01:14.5564894Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T23:01:14.5565274Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T23:01:14.5565670Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T23:01:14.5566210Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T23:01:14.5566580Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T23:01:14.5566944Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T23:01:14.5567328Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T23:01:14.5567721Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T23:01:14.5568058Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T23:01:14.5568380Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T23:01:14.5568729Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T23:01:14.5569081Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T23:01:14.5569569Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T23:01:14.5569924Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T23:01:14.5570266Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T23:01:14.5570634Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T23:01:14.5571022Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T23:01:14.5571454Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T23:01:14.5571888Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T23:01:14.5572285Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T23:01:14.5572664Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T23:01:14.5573043Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T23:01:14.5573424Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T23:01:14.5573948Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T23:01:14.5574358Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T23:01:14.5574727Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T23:01:14.5575105Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T23:01:14.5575514Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T23:01:14.5575947Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T23:01:14.5576367Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T23:01:14.5576747Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T23:01:14.5577130Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T23:01:14.5577530Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T23:01:14.5577938Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T23:01:14.5578332Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T23:01:14.5578714Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T23:01:14.5579102Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T23:01:14.5579726Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T23:01:14.5580115Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T23:01:14.5580470Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T23:01:14.5580778Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T23:01:14.5581099Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T23:01:14.5581487Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T23:01:14.5581881Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T23:01:14.5582268Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T23:01:14.5582757Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T23:01:14.5583119Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T23:01:14.5583488Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T23:01:14.5583831Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T23:01:14.5584163Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T23:01:14.5584577Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T23:01:14.5585014Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T23:01:14.5585399Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T23:01:14.5585757Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T23:01:14.5586134Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T23:01:14.5586537Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T23:01:14.5586949Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T23:01:14.5587389Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T23:01:14.5587741Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T23:01:14.5588085Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T23:01:14.5588680Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T23:01:14.5589230Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T23:01:14.5589746Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T23:01:14.5590102Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T23:01:14.5590588Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T23:01:14.5590977Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T23:01:14.5591360Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T23:01:14.5591779Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T23:01:14.5592239Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T23:01:14.5592643Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T23:01:14.5593003Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T23:01:14.5593340Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T23:01:14.5593678Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T23:01:14.5594116Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T23:01:14.5594616Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T23:01:14.5595048Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T23:01:14.5595418Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T23:01:14.5595869Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T23:01:14.5596396Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T23:01:14.5596883Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T23:01:14.5597304Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T23:01:14.5597658Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T23:01:14.5598030Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T23:01:14.5598437Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T23:01:14.5598847Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T23:01:14.5599465Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T23:01:14.5599830Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T23:01:14.5600192Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T23:01:14.5600577Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T23:01:14.5600965Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T23:01:14.5601351Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T23:01:14.5601734Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T23:01:14.5602115Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T23:01:14.5602491Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T23:01:14.5602911Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T23:01:14.5603356Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T23:01:14.5603776Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T23:01:14.5604139Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T23:01:14.5604500Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T23:01:14.5604886Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T23:01:14.5605253Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T23:01:14.5605619Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T23:01:14.5605986Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T23:01:14.5606369Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T23:01:14.5606902Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T23:01:14.5607364Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T23:01:14.5607804Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T23:01:14.5608194Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T23:01:14.5608575Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T23:01:14.5608946Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T23:01:14.5609315Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T23:01:14.5609947Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T23:01:14.5610327Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T23:01:14.5610701Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T23:01:14.5611144Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T23:01:14.5611606Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T23:01:14.5612060Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T23:01:14.5612564Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T23:01:14.5613060Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T23:01:14.5613539Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T23:01:14.5614123Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T23:01:14.5614889Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T23:01:14.5615531Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T23:01:14.5616235Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T23:01:14.5616880Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T23:01:14.5617744Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T23:01:14.5618380Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T23:01:14.5619032Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T23:01:14.5620724Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T23:01:14.5621359Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T23:01:14.5621742Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T23:01:14.5622133Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T23:01:14.5622531Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T23:01:14.5622916Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T23:01:14.5623345Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T23:01:14.5623775Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T23:01:14.5624148Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T23:01:14.5624506Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T23:01:14.5624900Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T23:01:14.5625259Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T23:01:14.5625602Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T23:01:14.5625937Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T23:01:14.5626294Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T23:01:14.5626671Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T23:01:14.5627203Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T23:01:14.5627603Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T23:01:14.5627969Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T23:01:14.5628277Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T23:01:14.5628727Z 	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-20T23:01:14.5629241Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T23:01:14.5629823Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T23:01:14.5630190Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T23:01:14.5630550Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T23:01:14.5630937Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T23:01:14.5631353Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T23:01:14.5631762Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T23:01:14.5632184Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T23:01:14.5632579Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T23:01:14.5632965Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T23:01:14.5633368Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T23:01:14.5633770Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T23:01:14.5634145Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T23:01:14.5634557Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T23:01:14.5635031Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T23:01:14.5635513Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T23:01:14.5635947Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T23:01:14.5636479Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T23:01:14.5636864Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T23:01:14.5637319Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T23:01:14.5637788Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T23:01:14.5638178Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T23:01:14.5638595Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T23:01:14.5639033Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T23:01:14.5639692Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T23:01:14.5640052Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T23:01:14.5640409Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T23:01:14.5640782Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T23:01:14.5641151Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T23:01:14.5641503Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T23:01:14.5641849Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T23:01:14.5642223Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T23:01:14.5642652Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T23:01:14.5643003Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T23:01:14.5643358Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T23:01:14.5643691Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T23:01:14.5644179Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T23:01:14.5644561Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T23:01:14.5644906Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T23:01:14.5645249Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T23:01:14.5645589Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T23:01:14.5645942Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T23:01:14.5646302Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T23:01:14.5646646Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T23:01:14.5646984Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T23:01:14.5647340Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T23:01:14.5647693Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T23:01:14.5648049Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T23:01:14.5648474Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T23:01:14.5648866Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T23:01:14.5649220Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T23:01:14.5649851Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T23:01:14.5650264Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T23:01:14.5650647Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T23:01:14.5650990Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T23:01:14.5651347Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T23:01:14.5651690Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T23:01:14.5651981Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T23:01:14.5652277Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T23:01:14.5652735Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T23:01:14.5653077Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T23:01:14.5653423Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T23:01:14.5653763Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T23:01:14.5654087Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T23:01:14.5654411Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T23:01:14.5654779Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T23:01:14.5655182Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T23:01:14.5655566Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T23:01:14.5655948Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T23:01:14.5656327Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T23:01:14.5656725Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T23:01:14.5657209Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T23:01:14.5657830Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T23:01:14.5658446Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T23:01:14.5658984Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T23:01:14.5659652Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T23:01:14.5660228Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T23:01:14.5660755Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T23:01:14.5661376Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T23:01:14.5661932Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T23:01:14.5662414Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T23:01:14.5662851Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T23:01:14.5663205Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T23:01:14.5663566Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T23:01:14.5663924Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T23:01:14.5664289Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T23:01:14.5664660Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T23:01:14.5665027Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T23:01:14.5665391Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T23:01:14.5665757Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T23:01:14.5666121Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T23:01:14.5666478Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T23:01:14.5666831Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T23:01:14.5667176Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T23:01:14.5667549Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T23:01:14.5667927Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T23:01:14.5668322Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T23:01:14.5668716Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T23:01:14.5669176Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T23:01:14.5669746Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T23:01:14.5670147Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T23:01:14.5670539Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T23:01:14.5670962Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T23:01:14.5671373Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T23:01:14.5671729Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T23:01:14.5672088Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T23:01:14.5672454Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T23:01:14.5672807Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T23:01:14.5673179Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T23:01:14.5673553Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T23:01:14.5673917Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T23:01:14.5674338Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T23:01:14.5674887Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T23:01:14.5675474Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T23:01:14.5676418Z 	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-20T23:01:14.5677928Z 	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-20T23:01:14.5678652Z 	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-20T23:01:14.5679302Z 	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-20T23:01:14.5680102Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T23:01:14.5680484Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T23:01:14.5680847Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T23:01:14.5681214Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T23:01:14.5681574Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T23:01:14.5681918Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T23:01:14.5682274Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T23:01:14.5682730Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T23:01:14.5683097Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T23:01:14.5683457Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T23:01:14.5683815Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T23:01:14.5684171Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T23:01:14.5684545Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T23:01:14.5684942Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T23:01:14.5685328Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T23:01:14.5685707Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T23:01:14.5686096Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T23:01:14.5686480Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T23:01:14.5686847Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T23:01:14.5687403Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T23:01:14.5687761Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T23:01:14.5688128Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T23:01:14.5688516Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T23:01:14.5688893Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T23:01:14.5689282Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T23:01:14.5689932Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T23:01:14.5690311Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T23:01:14.5690737Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T23:01:14.5691160Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T23:01:14.5691553Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T23:01:14.5691969Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T23:01:14.5692418Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T23:01:14.5692813Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T23:01:14.5693164Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T23:01:14.5693528Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T23:01:14.5693914Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T23:01:14.5694306Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T23:01:14.5694827Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T23:01:14.5695196Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T23:01:14.5695569Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T23:01:14.5696027Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T23:01:14.5696845Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T23:01:14.5697248Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T23:01:14.5697695Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T23:01:14.5698134Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T23:01:14.5698565Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T23:01:14.5699032Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T23:01:14.5699802Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T23:01:14.5700249Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T23:01:14.5700689Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T23:01:14.5701084Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T23:01:14.5701463Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T23:01:14.5701873Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T23:01:14.5702244Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T23:01:14.5702609Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T23:01:14.5703000Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T23:01:14.5703390Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T23:01:14.5703778Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T23:01:14.5704329Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T23:01:14.5704710Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T23:01:14.5705067Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T23:01:14.5705421Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T23:01:14.5705763Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T23:01:14.5706138Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T23:01:14.5706540Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T23:01:14.5706980Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T23:01:14.5707418Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T23:01:14.5707802Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T23:01:14.5708227Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T23:01:14.5708637Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T23:01:14.5709027Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T23:01:14.5709759Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T23:01:14.5710144Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T23:01:14.5710509Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T23:01:14.5710896Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T23:01:14.5711283Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T23:01:14.5711638Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T23:01:14.5712148Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T23:01:14.5712469Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T23:01:14.5712815Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T23:01:14.5713305Z 	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-20T23:01:14.5713808Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T23:01:14.5714173Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T23:01:14.5714536Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T23:01:14.5714914Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T23:01:14.5715312Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T23:01:14.5715706Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T23:01:14.5716092Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T23:01:14.5716494Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T23:01:14.5716893Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T23:01:14.5717247Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T23:01:14.5717598Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T23:01:14.5717946Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T23:01:14.5718309Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T23:01:14.5718720Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T23:01:14.5719135Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T23:01:14.5719639Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T23:01:14.5720048Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T23:01:14.5720475Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T23:01:14.5720965Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T23:01:14.5721313Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T23:01:14.5721648Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T23:01:14.5721991Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T23:01:14.5722347Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T23:01:14.5722707Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T23:01:14.5723089Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T23:01:14.5723483Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T23:01:14.5723930Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T23:01:14.5724353Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T23:01:14.5724721Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T23:01:14.5725085Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T23:01:14.5725479Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T23:01:14.5725999Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T23:01:14.5726370Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T23:01:14.5726727Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T23:01:14.5727160Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T23:01:14.5727641Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T23:01:14.5728172Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T23:01:14.5728533Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T23:01:14.5728896Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T23:01:14.5729304Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T23:01:14.5729810Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T23:01:14.5730177Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T23:01:14.5730560Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T23:01:14.5730931Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T23:01:14.5731269Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T23:01:14.5731612Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T23:01:14.5731998Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T23:01:14.5732402Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T23:01:14.5732773Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T23:01:14.5733140Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T23:01:14.5733566Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T23:01:14.5733985Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T23:01:14.5734385Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T23:01:14.5734760Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T23:01:14.5735262Z 	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-20T23:01:14.5735759Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T23:01:14.5736061Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T23:01:14.5736395Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T23:01:14.5736909Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T23:01:14.5737320Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T23:01:14.5737827Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T23:01:14.5738396Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T23:01:14.5738999Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T23:01:14.5739745Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T23:01:14.5740372Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T23:01:14.5740986Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T23:01:14.5741597Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T23:01:14.5742162Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T23:01:14.5742629Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T23:01:14.5743058Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T23:01:14.5743479Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T23:01:14.5743889Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T23:01:14.5744339Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T23:01:14.5744948Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T23:01:14.5745562Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T23:01:14.5745990Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T23:01:14.5746394Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T23:01:14.5746758Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T23:01:14.5747154Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T23:01:14.5747551Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T23:01:14.5747900Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T23:01:14.5748279Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T23:01:14.5748727Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T23:01:14.5749197Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T23:01:14.5749906Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T23:01:14.5750381Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T23:01:14.5750846Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T23:01:14.5751306Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T23:01:14.5751735Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T23:01:14.5752134Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T23:01:14.5752525Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T23:01:14.5752922Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T23:01:14.5753318Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T23:01:14.5753710Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T23:01:14.5754120Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T23:01:14.5754702Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T23:01:14.5755077Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T23:01:14.5755443Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T23:01:14.5755808Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T23:01:14.5756167Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T23:01:14.5756590Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T23:01:14.5757012Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T23:01:14.5757405Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T23:01:14.5757800Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T23:01:14.5758208Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T23:01:14.5758644Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T23:01:14.5759072Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T23:01:14.5759734Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T23:01:14.5760124Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T23:01:14.5760486Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T23:01:14.5760856Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T23:01:14.5761210Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T23:01:14.5761567Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T23:01:14.5762085Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T23:01:14.5762474Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T23:01:14.5762889Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T23:01:14.5763338Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T23:01:14.5763740Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T23:01:14.5764129Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T23:01:14.5764514Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T23:01:14.5764808Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T23:01:14.5765117Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T23:01:14.5765484Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T23:01:14.5765865Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T23:01:14.5766241Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T23:01:14.5766626Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T23:01:14.5767039Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T23:01:14.5767470Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T23:01:14.5767868Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T23:01:14.5768238Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T23:01:14.5768618Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T23:01:14.5769151Z 	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-20T23:01:14.5769830Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T23:01:14.5770268Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T23:01:14.5770803Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T23:01:14.5771212Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T23:01:14.5771615Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T23:01:14.5771998Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T23:01:14.5772369Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T23:01:14.5772733Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T23:01:14.5773111Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T23:01:14.5773492Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T23:01:14.5773853Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T23:01:14.5774226Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T23:01:14.5774620Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T23:01:14.5774975Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T23:01:14.5775374Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T23:01:14.5775812Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T23:01:14.5776215Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T23:01:14.5776577Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T23:01:14.5776932Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T23:01:14.5777303Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T23:01:14.5777786Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T23:01:14.5778148Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T23:01:14.5778565Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T23:01:14.5778989Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T23:01:14.5779481Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T23:01:14.5779861Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T23:01:14.5780240Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T23:01:14.5780607Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T23:01:14.5780964Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T23:01:14.5781329Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T23:01:14.5781719Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T23:01:14.5782162Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T23:01:14.5782621Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T23:01:14.5783039Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T23:01:14.5783427Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T23:01:14.5783818Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T23:01:14.5784226Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T23:01:14.5784602Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T23:01:14.5784947Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T23:01:14.5785253Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T23:01:14.5785549Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T23:01:14.5785910Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T23:01:14.5786266Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T23:01:14.5786714Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T23:01:14.5787069Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T23:01:14.5787488Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T23:01:14.5787860Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T23:01:14.5788205Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T23:01:14.5788541Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T23:01:14.5788907Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T23:01:14.5789289Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T23:01:14.5789962Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T23:01:14.5790319Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T23:01:14.5790671Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T23:01:14.5791041Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T23:01:14.5791412Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T23:01:14.5791746Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T23:01:14.5792105Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T23:01:14.5792476Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T23:01:14.5792841Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T23:01:14.5793202Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T23:01:14.5793556Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T23:01:14.5794066Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T23:01:14.5794456Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T23:01:14.5794867Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T23:01:14.5795257Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T23:01:14.5795594Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T23:01:14.5795942Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T23:01:14.5796280Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T23:01:14.5796691Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T23:01:14.5797171Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T23:01:14.5797627Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T23:01:14.5798094Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T23:01:14.5798577Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T23:01:14.5799003Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T23:01:14.5799587Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T23:01:14.5800027Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T23:01:14.5800411Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T23:01:14.5800788Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T23:01:14.5801159Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T23:01:14.5801523Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T23:01:14.5801881Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T23:01:14.5802261Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T23:01:14.5802813Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T23:01:14.5803231Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T23:01:14.5803600Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T23:01:14.5803995Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T23:01:14.5804405Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T23:01:14.5804769Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T23:01:14.5805110Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T23:01:14.5805484Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T23:01:14.5805921Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T23:01:14.5806343Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T23:01:14.5806748Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T23:01:14.5807144Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T23:01:14.5807459Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T23:01:14.5807725Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T23:01:14.5808064Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T23:01:14.5808528Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T23:01:14.5808823Z 
2025-08-20T23:01:14.5808828Z 
2025-08-20T23:01:14.5809198Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (11:01:14 PM)
2025-08-20T23:01:14.5809787Z 
2025-08-20T23:01:14.5809791Z 
2025-08-20T23:01:14.5809794Z 
2025-08-20T23:01:14.5809875Z [+] Continue : YES
2025-08-20T23:01:14.5810120Z 
2025-08-20T23:01:14.5810360Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T23:01:14.6116547Z 
2025-08-20T23:01:14.6116964Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (11:01:14 PM) UTC
2025-08-20T23:01:14.6117399Z 
2025-08-20T23:01:14.6134705Z 
2025-08-20T23:01:14.6134971Z [+] Total RECIPES :: 1
2025-08-20T23:01:14.6135261Z 
2025-08-20T23:01:14.6209931Z 
2025-08-20T23:01:14.6211227Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml (1/1)
2025-08-20T23:01:14.6212605Z 
2025-08-20T23:01:14.7087700Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:01:14.7099741Z mode of '/tmp/pkgforge/CEVFfAn8e_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T23:01:14.7149049Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/trufflehog/official/source [Provided]
2025-08-20T23:01:14.7149999Z [+] Setting '.pkg_family' --> trufflehog [Provided]
2025-08-20T23:01:14.7162715Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T23:01:14.7169111Z [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-20T23:01:14.7199279Z [00:00:00.003]➜  
2025-08-20T23:01:14.7200381Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/CEVFfAn8e_build.yaml
2025-08-20T23:01:14.7200972Z [00:00:00.003]➜  
2025-08-20T23:01:14.7242139Z [00:00:00.007]➜  
2025-08-20T23:01:14.7243003Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/CEVFfAn8e_build.yaml
2025-08-20T23:01:14.7243478Z [00:00:00.007]➜  
2025-08-20T23:01:14.7321342Z [00:00:00.015]➜  
2025-08-20T23:01:14.7322811Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/trufflehog/static.official.source.yaml) --> /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (11:01:14 PM) UTC]
2025-08-20T23:01:14.7324041Z [00:00:00.015]➜  
2025-08-20T23:01:14.7324249Z [00:00:00.015]➜  
2025-08-20T23:01:14.7324456Z [00:00:00.015]➜  
2025-08-20T23:01:14.7324757Z [00:00:00.015]➜  ###################################################################
2025-08-20T23:01:14.7332274Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T23:01:14.7333830Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:01:14.7337161Z [00:00:00.016]➜  _disabled: false
2025-08-20T23:01:14.7337747Z [00:00:00.016]➜  
2025-08-20T23:01:14.7338249Z [00:00:00.017]➜  pkg: "trufflehog"
2025-08-20T23:01:14.7339023Z [00:00:00.017]➜  pkg_id: "github.com.trufflesecurity.trufflehog.source"
2025-08-20T23:01:14.7340000Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T23:01:14.7340597Z [00:00:00.017]➜  category:
2025-08-20T23:01:14.7342976Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T23:01:14.7343396Z [00:00:00.017]➜    - "Utility"
2025-08-20T23:01:14.7343827Z [00:00:00.017]➜  description: "Find, verify, and analyze leaked credentials"
2025-08-20T23:01:14.7344242Z [00:00:00.017]➜  distro_pkg:
2025-08-20T23:01:14.7344512Z [00:00:00.017]➜    archlinux:
2025-08-20T23:01:14.7344774Z [00:00:00.017]➜      aur:
2025-08-20T23:01:14.7345042Z [00:00:00.017]➜        - "trufflehog"
2025-08-20T23:01:14.7345362Z [00:00:00.017]➜        - "trufflehog-bin"
2025-08-20T23:01:14.7345664Z [00:00:00.017]➜    homebrew:
2025-08-20T23:01:14.7345933Z [00:00:00.017]➜      - "trufflehog"
2025-08-20T23:01:14.7346223Z [00:00:00.017]➜    nixpkgs:
2025-08-20T23:01:14.7346491Z [00:00:00.017]➜      - "trufflehog"
2025-08-20T23:01:14.7346765Z [00:00:00.017]➜  homepage:
2025-08-20T23:01:14.7347137Z [00:00:00.017]➜    - "https://github.com/trufflesecurity/trufflehog"
2025-08-20T23:01:14.7354631Z [00:00:00.017]➜  license:
2025-08-20T23:01:14.7355475Z [00:00:00.017]➜    - id: "AGPL-3.0"
2025-08-20T23:01:14.7356164Z [00:00:00.017]➜      url: "https://github.com/trufflesecurity/trufflehog/raw/20a3840917da9c9fb213d95cdaf9bd3566a4a8b3/LICENSE"  
2025-08-20T23:01:14.7356717Z [00:00:00.017]➜  maintainer:
2025-08-20T23:01:14.7357054Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T23:01:14.7357386Z [00:00:00.017]➜  note:
2025-08-20T23:01:14.7357692Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T23:01:14.7358265Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/trufflesecurity/trufflehog"
2025-08-20T23:01:14.7358800Z [00:00:00.017]➜  provides:
2025-08-20T23:01:14.7359234Z [00:00:00.017]➜    - "trufflehog"
2025-08-20T23:01:14.7359849Z [00:00:00.017]➜  repology:
2025-08-20T23:01:14.7360285Z [00:00:00.017]➜    - "trufflehog"
2025-08-20T23:01:14.7360719Z [00:00:00.017]➜  src_url:
2025-08-20T23:01:14.7361302Z [00:00:00.017]➜    - "https://github.com/trufflesecurity/trufflehog"
2025-08-20T23:01:14.7361929Z [00:00:00.017]➜  tag:
2025-08-20T23:01:14.7362349Z [00:00:00.017]➜    - "Utility"
2025-08-20T23:01:14.7362807Z [00:00:00.017]➜  x_exec:
2025-08-20T23:01:14.7363294Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T23:01:14.7363770Z [00:00:00.017]➜    host:
2025-08-20T23:01:14.7364195Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T23:01:14.7364678Z [00:00:00.017]➜      - "riscv64-Linux"
2025-08-20T23:01:14.7365157Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T23:01:14.7365634Z [00:00:00.017]➜    shell: "bash"
2025-08-20T23:01:14.7366070Z [00:00:00.017]➜    pkgver: |
2025-08-20T23:01:14.7366587Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T23:01:14.7367952Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/trufflesecurity/trufflehog" "./TEMPREPO" &>/dev/null && \
2025-08-20T23:01:14.7369849Z [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-20T23:01:14.7371096Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T23:01:14.7372061Z [00:00:00.017]➜    run: |
2025-08-20T23:01:14.7372487Z [00:00:00.017]➜      #Build
2025-08-20T23:01:14.7373635Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T23:01:14.7375013Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T23:01:14.7376079Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T23:01:14.7376959Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T23:01:14.7377735Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T23:01:14.7378396Z [00:00:00.017]➜        bash -l -c '
2025-08-20T23:01:14.7378880Z [00:00:00.017]➜        #Setup ENV
2025-08-20T23:01:14.7380331Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T23:01:14.7381095Z [00:00:00.017]➜         CGO_ENABLED="1"
2025-08-20T23:01:14.7381796Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T23:01:14.7382781Z [00:00:00.017]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T23:01:14.7383526Z [00:00:00.017]➜         GOOS="linux"
2025-08-20T23:01:14.7384126Z [00:00:00.017]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T23:01:14.7384696Z [00:00:00.017]➜        #Build
2025-08-20T23:01:14.7385740Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/trufflesecurity/trufflehog" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T23:01:14.7386834Z [00:00:00.017]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T23:01:14.7387948Z [00:00:00.017]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T23:01:14.7388826Z [00:00:00.017]➜         go mod tidy -v ; go generate ./...
2025-08-20T23:01:14.7390476Z [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/trufflehog"
2025-08-20T23:01:14.7391651Z [00:00:00.017]➜        #Copy
2025-08-20T23:01:14.7392844Z [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-20T23:01:14.7393898Z [00:00:00.017]➜        #Strip 
2025-08-20T23:01:14.7394817Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T23:01:14.7396104Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T23:01:14.7397384Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T23:01:14.7398492Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T23:01:14.7399708Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T23:01:14.7400526Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T23:01:14.7400999Z [00:00:00.017]➜        '
2025-08-20T23:01:14.7401420Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T23:01:14.7402104Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T23:01:14.7403128Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T23:01:14.7405142Z [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-20T23:01:14.7406866Z [00:00:00.017]➜  
2025-08-20T23:01:14.7407223Z [00:00:00.017]➜  
2025-08-20T23:01:14.7407729Z [00:00:00.017]➜  ###################################################################
2025-08-20T23:01:14.7408452Z [00:00:00.017]➜  
2025-08-20T23:01:14.7408823Z [00:00:00.017]➜  
2025-08-20T23:01:14.7409167Z [00:00:00.017]➜  
2025-08-20T23:01:14.7410277Z [00:00:00.018]➜  '/tmp/pkgforge/CEVFfAn8e_build.yaml' -> '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T23:01:16.1138484Z [00:00:01.397]➜  '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog.static.version' -> '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog.version'
2025-08-20T23:01:16.1194335Z [00:00:01.403]➜  [+] Version: HEAD-7c0d6b3-250820T153528 ('.x_exec.pkgver') [/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog.static.version]
2025-08-20T23:01:16.1442141Z [00:00:01.427]➜  [+] Progs: trufflehog
2025-08-20T23:01:16.3338117Z [00:00:01.617]➜  
2025-08-20T23:01:16.3338826Z [00:00:01.617]➜  [-] Missing packages. Found: 
2025-08-20T23:01:16.3340066Z [00:00:01.617]➜  [+] Expected: trufflehog
2025-08-20T23:01:16.3340806Z [00:00:01.617]➜  [+] Continuing with build...
2025-08-20T23:01:16.3341200Z [00:00:01.617]➜  
2025-08-20T23:01:16.7218029Z [00:00:02.005]➜  
2025-08-20T23:01:16.7218447Z [00:00:02.005]➜  
2025-08-20T23:01:16.7310410Z [00:00:02.014]➜  + mkdir -pv /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T23:01:16.7330082Z [00:00:02.016]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=trufflehog -e PKG_ID=github.com.trufflesecurity.trufflehog.source -e PKG_TYPE=static -e PKG_VER=HEAD-7c0d6b3-250820T153528 -e PKGVER=HEAD-7c0d6b3-250820T153528 -e SBUILD_PKG=trufflehog.static -e SBUILD_PKGVER=HEAD-7c0d6b3-250820T153528 --volume /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T23:01:16.7332405Z [00:00:02.016]➜    #Setup ENV
2025-08-20T23:01:16.7332853Z [00:00:02.016]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T23:01:16.7333289Z [00:00:02.016]➜     CGO_ENABLED="1"
2025-08-20T23:01:16.7333712Z [00:00:02.016]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T23:01:16.7334304Z [00:00:02.016]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T23:01:16.7334754Z [00:00:02.016]➜     GOOS="linux"
2025-08-20T23:01:16.7335105Z [00:00:02.016]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T23:01:16.7335447Z [00:00:02.016]➜    #Build
2025-08-20T23:01:16.7336104Z [00:00:02.016]➜     git clone --filter "blob:none" --quiet "https://github.com/trufflesecurity/trufflehog" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T23:01:16.7336773Z [00:00:02.016]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T23:01:16.7337317Z [00:00:02.016]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T23:01:16.7337804Z [00:00:02.016]➜     go mod tidy -v ; go generate ./...
2025-08-20T23:01:16.7338687Z [00:00:02.016]➜     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/trufflehog"
2025-08-20T23:01:16.7339645Z [00:00:02.016]➜    #Copy
2025-08-20T23:01:16.7340380Z [00:00:02.016]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T23:01:16.7340977Z [00:00:02.016]➜    #Strip 
2025-08-20T23:01:16.7341484Z [00:00:02.016]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T23:01:16.7342206Z [00:00:02.016]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T23:01:16.7343097Z [00:00:02.016]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T23:01:16.7343694Z [00:00:02.016]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T23:01:16.7344267Z [00:00:02.016]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T23:01:16.7344693Z [00:00:02.016]➜     popd &>/dev/null
2025-08-20T23:01:16.7344956Z [00:00:02.016]➜    '
2025-08-20T23:01:17.1466561Z [00:00:02.430]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T23:01:17.2449006Z [00:00:02.528]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T23:01:17.2450052Z [00:00:02.528]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T23:01:17.2450749Z [00:00:02.528]➜  bffca73cb30c: Pulling fs layer
2025-08-20T23:01:17.2451390Z [00:00:02.528]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T23:01:17.2452041Z [00:00:02.528]➜  eb4a15147d73: Pulling fs layer
2025-08-20T23:01:17.2452442Z [00:00:02.528]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T23:01:17.2452823Z [00:00:02.528]➜  73d19b2d2e73: Waiting
2025-08-20T23:01:17.2453184Z [00:00:02.528]➜  1eff1cf6af24: Waiting
2025-08-20T23:01:17.2453530Z [00:00:02.528]➜  eb4a15147d73: Waiting
2025-08-20T23:01:17.3616167Z [00:00:02.645]➜  bffca73cb30c: Verifying Checksum
2025-08-20T23:01:17.3616867Z [00:00:02.645]➜  bffca73cb30c: Download complete
2025-08-20T23:01:17.3667724Z [00:00:02.650]➜  d62bb7eb03b5: Download complete
2025-08-20T23:01:17.4309912Z [00:00:02.714]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T23:01:17.4310574Z [00:00:02.714]➜  74f0d3ee81d8: Download complete
2025-08-20T23:01:17.4726108Z [00:00:02.756]➜  d62bb7eb03b5: Pull complete
2025-08-20T23:01:17.5384405Z [00:00:02.822]➜  1eff1cf6af24: Download complete
2025-08-20T23:01:18.4135202Z [00:00:03.697]➜  74f0d3ee81d8: Pull complete
2025-08-20T23:01:18.6645112Z [00:00:03.948]➜  bffca73cb30c: Pull complete
2025-08-20T23:01:18.6952763Z [00:00:03.978]➜  eb4a15147d73: Verifying Checksum
2025-08-20T23:01:18.6953621Z [00:00:03.979]➜  eb4a15147d73: Download complete
2025-08-20T23:01:36.4737016Z [00:00:21.757]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T23:01:36.4738171Z [00:00:21.757]➜  73d19b2d2e73: Download complete
2025-08-20T23:02:55.8226288Z [00:01:41.106]➜  73d19b2d2e73: Pull complete
2025-08-20T23:03:01.0753395Z [00:01:46.358]➜  eb4a15147d73: Pull complete
2025-08-20T23:03:01.0851280Z [00:01:46.368]➜  1eff1cf6af24: Pull complete
2025-08-20T23:03:01.0896151Z [00:01:46.373]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T23:03:01.0906875Z [00:01:46.374]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T23:03:01.2803372Z [00:01:46.563]➜  + mkdir -p /build-bins
2025-08-20T23:03:01.2820257Z [00:01:46.565]➜  ++ mktemp -d
2025-08-20T23:03:01.2837361Z [00:01:46.567]➜  + pushd /tmp/tmp.a3DMfrd74X
2025-08-20T23:03:01.2838029Z [00:01:46.567]➜  + CGO_ENABLED=1
2025-08-20T23:03:01.2838709Z [00:01:46.567]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T23:03:01.2843130Z [00:01:46.568]➜  ++ uname -m
2025-08-20T23:03:01.2845114Z [00:01:46.568]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T23:03:01.2860522Z [00:01:46.569]➜  + GOARCH=amd64
2025-08-20T23:03:01.2861150Z [00:01:46.569]➜  + GOOS=linux
2025-08-20T23:03:01.2861737Z [00:01:46.569]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T23:03:01.2862632Z [00:01:46.569]➜  + git clone --filter blob:none --quiet https://github.com/trufflesecurity/trufflehog ./TEMPREPO
2025-08-20T23:03:03.3950101Z [00:01:48.678]➜  + cd ./TEMPREPO
2025-08-20T23:03:03.3950714Z [00:01:48.678]➜  
2025-08-20T23:03:03.3951224Z [00:01:48.678]➜  [+] Target: "amd64/linux"
2025-08-20T23:03:03.3951790Z [00:01:48.678]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T23:03:03.3952515Z [00:01:48.678]➜  + [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T23:03:03.3953348Z [00:01:48.678]➜  
2025-08-20T23:03:03.3953967Z [00:01:48.678]➜  echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T23:03:03.3954600Z [00:01:48.678]➜  + go mod tidy -v
2025-08-20T23:03:03.4880041Z [00:01:48.771]➜  go: downloading github.com/alecthomas/kingpin/v2 v2.4.0
2025-08-20T23:03:03.4880987Z [00:01:48.771]➜  go: downloading github.com/go-errors/errors v1.5.1
2025-08-20T23:03:03.4881677Z [00:01:48.771]➜  go: downloading golang.org/x/text v0.27.0
2025-08-20T23:03:03.6212981Z [00:01:48.904]➜  go: downloading github.com/paulbellamy/ratecounter v0.2.0
2025-08-20T23:03:03.6247440Z [00:01:48.908]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T23:03:03.6320869Z [00:01:48.915]➜  go: downloading github.com/felixge/fgprof v0.9.5
2025-08-20T23:03:03.6346906Z [00:01:48.918]➜  go: downloading github.com/go-logr/logr v1.4.3
2025-08-20T23:03:03.6618667Z [00:01:48.945]➜  go: downloading github.com/trufflesecurity/overseer v1.2.8
2025-08-20T23:03:03.6655419Z [00:01:48.949]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T23:03:03.6801174Z [00:01:48.963]➜  go: downloading golang.org/x/sync v0.16.0
2025-08-20T23:03:03.7016613Z [00:01:48.985]➜  go: downloading go.uber.org/automaxprocs v1.6.0
2025-08-20T23:03:03.7316484Z [00:01:49.015]➜  go: downloading github.com/jedib0t/go-pretty/v6 v6.6.7
2025-08-20T23:03:03.7623760Z [00:01:49.046]➜  go: downloading github.com/golang-jwt/jwt/v5 v5.2.3
2025-08-20T23:03:03.7812094Z [00:01:49.064]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T23:03:03.7934391Z [00:01:49.077]➜  go: downloading github.com/google/go-github/v67 v67.0.0
2025-08-20T23:03:03.7954270Z [00:01:49.079]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T23:03:03.8228663Z [00:01:49.106]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T23:03:03.8376867Z [00:01:49.121]➜  go: downloading github.com/go-sql-driver/mysql v1.8.1
2025-08-20T23:03:03.8630670Z [00:01:49.146]➜  go: downloading github.com/xo/dburl v0.23.8
2025-08-20T23:03:03.8775725Z [00:01:49.161]➜  go: downloading github.com/brianvoe/gofakeit/v7 v7.3.0
2025-08-20T23:03:03.9243641Z [00:01:49.208]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/mysql v0.34.0
2025-08-20T23:03:03.9310564Z [00:01:49.214]➜  go: downloading github.com/testcontainers/testcontainers-go v0.34.0
2025-08-20T23:03:03.9607521Z [00:01:49.244]➜  go: downloading github.com/lib/pq v1.10.9
2025-08-20T23:03:03.9936400Z [00:01:49.277]➜  go: downloading github.com/sendgrid/sendgrid-go v3.16.1+incompatible
2025-08-20T23:03:04.0327539Z [00:01:49.316]➜  go: downloading golang.org/x/crypto v0.40.0
2025-08-20T23:03:04.2358026Z [00:01:49.519]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T23:03:04.2531412Z [00:01:49.536]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T23:03:04.2538553Z [00:01:49.537]➜  go: downloading github.com/prometheus/client_golang v1.20.5
2025-08-20T23:03:04.3377014Z [00:01:49.621]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T23:03:04.3377689Z [00:01:49.621]➜  go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
2025-08-20T23:03:04.3624307Z [00:01:49.646]➜  go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible
2025-08-20T23:03:04.3628817Z [00:01:49.646]➜  go: downloading github.com/mitchellh/go-ps v1.0.0
2025-08-20T23:03:04.3733072Z [00:01:49.657]➜  go: downloading github.com/gobwas/glob v0.2.3
2025-08-20T23:03:04.3740820Z [00:01:49.657]➜  go: downloading pgregory.net/rapid v1.1.0
2025-08-20T23:03:04.3790280Z [00:01:49.662]➜  go: downloading github.com/go-logr/zapr v1.3.0
2025-08-20T23:03:04.3794509Z [00:01:49.663]➜  go: downloading cloud.google.com/go/secretmanager v1.15.0
2025-08-20T23:03:04.4105132Z [00:01:49.694]➜  go: downloading go.uber.org/zap v1.27.0
2025-08-20T23:03:04.4205606Z [00:01:49.704]➜  go: downloading cloud.google.com/go v0.121.4
2025-08-20T23:03:04.4636138Z [00:01:49.746]➜  go: downloading github.com/getsentry/sentry-go v0.32.0
2025-08-20T23:03:04.4637076Z [00:01:49.747]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
2025-08-20T23:03:04.4668347Z [00:01:49.750]➜  go: downloading github.com/joho/godotenv v1.5.1
2025-08-20T23:03:04.4678618Z [00:01:49.751]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T23:03:04.4768254Z [00:01:49.760]➜  go: downloading github.com/tailscale/depaware v0.0.0-20250112153213-b748de04d81b
2025-08-20T23:03:04.4812945Z [00:01:49.764]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T23:03:04.4945717Z [00:01:49.778]➜  go: downloading github.com/wasilibs/go-re2 v1.9.0
2025-08-20T23:03:04.5092607Z [00:01:49.792]➜  go: downloading github.com/BobuSumisu/aho-corasick v1.0.3
2025-08-20T23:03:04.5366040Z [00:01:49.820]➜  go: downloading github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
2025-08-20T23:03:04.5367312Z [00:01:49.820]➜  go: downloading github.com/xhit/go-str2duration/v2 v2.1.0
2025-08-20T23:03:04.5627956Z [00:01:49.846]➜  go: downloading github.com/TheZeroSlave/zapsentry v1.23.0
2025-08-20T23:03:04.5660905Z [00:01:49.849]➜  go: downloading github.com/mattn/go-colorable v0.1.13
2025-08-20T23:03:04.5796245Z [00:01:49.863]➜  go: downloading golang.org/x/sys v0.34.0
2025-08-20T23:03:04.6024905Z [00:01:49.885]➜  go: downloading google.golang.org/protobuf v1.36.8
2025-08-20T23:03:04.8804981Z [00:01:50.164]➜  go: downloading github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7
2025-08-20T23:03:04.8807114Z [00:01:50.164]➜  go: downloading github.com/envoyproxy/protoc-gen-validate v1.2.1
2025-08-20T23:03:04.8807839Z [00:01:50.164]➜  go: downloading github.com/marusama/semaphore/v2 v2.5.0
2025-08-20T23:03:04.8953020Z [00:01:50.179]➜  go: downloading go.uber.org/mock v0.5.2
2025-08-20T23:03:04.9592368Z [00:01:50.242]➜  go: downloading github.com/trufflesecurity/touchfile v0.1.1
2025-08-20T23:03:04.9611192Z [00:01:50.244]➜  go: downloading github.com/yusufpapurcu/wmi v1.2.3
2025-08-20T23:03:04.9651059Z [00:01:50.248]➜  go: downloading github.com/go-git/go-git/v5 v5.13.2
2025-08-20T23:03:05.0974425Z [00:01:50.381]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T23:03:05.0975343Z [00:01:50.381]➜  go: downloading github.com/adrg/strutil v0.3.1
2025-08-20T23:03:05.1236364Z [00:01:50.406]➜  go: downloading github.com/avast/apkparser v0.0.0-20250626104540-d53391f4d69d
2025-08-20T23:03:05.1239949Z [00:01:50.407]➜  go: downloading github.com/csnewman/dextk v0.3.0
2025-08-20T23:03:05.1289208Z [00:01:50.412]➜  go: downloading github.com/gabriel-vasile/mimetype v1.4.9
2025-08-20T23:03:05.1498999Z [00:01:50.433]➜  go: downloading github.com/mholt/archives v0.0.0-20241216060121-23e0af8fe73d
2025-08-20T23:03:05.1741883Z [00:01:50.457]➜  go: downloading github.com/sassoftware/go-rpmutils v0.4.0
2025-08-20T23:03:05.1750142Z [00:01:50.458]➜  go: downloading pault.ag/go/debian v0.18.0
2025-08-20T23:03:05.1775230Z [00:01:50.461]➜  go: downloading github.com/trufflesecurity/disk-buffer-reader v0.2.1
2025-08-20T23:03:05.1902182Z [00:01:50.473]➜  go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
2025-08-20T23:03:05.1913491Z [00:01:50.474]➜  go: downloading github.com/charmbracelet/bubbles v0.18.0
2025-08-20T23:03:05.1925362Z [00:01:50.476]➜  go: downloading github.com/charmbracelet/bubbletea v1.3.6
2025-08-20T23:03:05.2005501Z [00:01:50.484]➜  go: downloading github.com/lrstanley/bubblezone v0.0.0-20250404061050-e13639e27357
2025-08-20T23:03:05.2513767Z [00:01:50.535]➜  go: downloading github.com/aws/aws-sdk-go-v2 v1.36.6
2025-08-20T23:03:05.2518690Z [00:01:50.535]➜  go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.18
2025-08-20T23:03:05.2871557Z [00:01:50.570]➜  go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.71
2025-08-20T23:03:05.3221584Z [00:01:50.605]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sns v1.34.8
2025-08-20T23:03:05.3223367Z [00:01:50.605]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.34.1
2025-08-20T23:03:05.3231158Z [00:01:50.606]➜  go: downloading github.com/aws/smithy-go v1.22.5
2025-08-20T23:03:05.3476743Z [00:01:50.631]➜  go: downloading golang.org/x/net v0.42.0
2025-08-20T23:03:05.3832588Z [00:01:50.666]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T23:03:05.3986453Z [00:01:50.682]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T23:03:05.4012262Z [00:01:50.684]➜  go: downloading github.com/google/go-querystring v1.1.0
2025-08-20T23:03:05.4044947Z [00:01:50.688]➜  go: downloading github.com/sendgrid/rest v2.6.9+incompatible
2025-08-20T23:03:05.4428240Z [00:01:50.726]➜  go: downloading github.com/couchbase/gocb/v2 v2.10.1
2025-08-20T23:03:05.4428896Z [00:01:50.726]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T23:03:05.4632935Z [00:01:50.746]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T23:03:05.4996587Z [00:01:50.783]➜  go: downloading github.com/prometheus/client_model v0.6.1
2025-08-20T23:03:05.5505701Z [00:01:50.834]➜  go: downloading github.com/prometheus/common v0.55.0
2025-08-20T23:03:05.6229844Z [00:01:50.906]➜  go: downloading github.com/prometheus/procfs v0.15.1
2025-08-20T23:03:05.6230902Z [00:01:50.906]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T23:03:05.6428500Z [00:01:50.926]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T23:03:05.6526014Z [00:01:50.936]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T23:03:05.6843301Z [00:01:50.967]➜  go: downloading go.uber.org/multierr v1.11.0
2025-08-20T23:03:05.6961911Z [00:01:50.979]➜  go: downloading sigs.k8s.io/yaml v1.4.0
2025-08-20T23:03:05.7345887Z [00:01:51.018]➜  go: downloading github.com/google/go-containerregistry v0.20.6
2025-08-20T23:03:05.8891224Z [00:01:51.172]➜  go: downloading github.com/klauspost/pgzip v1.2.6
2025-08-20T23:03:05.8892136Z [00:01:51.172]➜  go: downloading github.com/docker/docker v28.3.3+incompatible
2025-08-20T23:03:06.4267748Z [00:01:51.710]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T23:03:06.4268717Z [00:01:51.710]➜  go: downloading go.uber.org/goleak v1.3.0
2025-08-20T23:03:06.4497905Z [00:01:51.733]➜  go: downloading cloud.google.com/go/storage v1.56.0
2025-08-20T23:03:06.4498744Z [00:01:51.733]➜  go: downloading github.com/googleapis/gax-go/v2 v2.15.0
2025-08-20T23:03:06.4702680Z [00:01:51.753]➜  go: downloading google.golang.org/api v0.243.0
2025-08-20T23:03:06.7636028Z [00:01:52.047]➜  go: downloading cloud.google.com/go/iam v1.5.2
2025-08-20T23:03:09.2592817Z [00:01:54.542]➜  go: downloading google.golang.org/genproto v0.0.0-20250603155806-513f23925822
2025-08-20T23:03:09.2593375Z [00:01:54.542]➜  go: downloading google.golang.org/grpc v1.74.2
2025-08-20T23:03:09.2593964Z [00:01:54.542]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250721164621-a45f3dfb1074
2025-08-20T23:03:09.5922153Z [00:01:54.875]➜  go: downloading github.com/bradleyfalzon/ghinstallation/v2 v2.16.0
2025-08-20T23:03:09.5923023Z [00:01:54.875]➜  go: downloading gopkg.in/h2non/gock.v1 v1.1.2
2025-08-20T23:03:09.6046129Z [00:01:54.888]➜  go: downloading gitlab.com/gitlab-org/api/client-go v0.129.0
2025-08-20T23:03:09.6150281Z [00:01:54.898]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T23:03:09.6200293Z [00:01:54.903]➜  go: downloading github.com/hashicorp/go-hclog v1.6.3
2025-08-20T23:03:09.6416075Z [00:01:54.925]➜  go: downloading github.com/repeale/fp-go v0.11.1
2025-08-20T23:03:09.6563718Z [00:01:54.937]➜  go: downloading golang.org/x/time v0.12.0
2025-08-20T23:03:09.6835927Z [00:01:54.967]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.85
2025-08-20T23:03:09.7162547Z [00:01:54.999]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.84.1
2025-08-20T23:03:09.8797327Z [00:01:55.163]➜  go: downloading github.com/pkg/diff v0.0.0-20200914180035-5b29258ca4f7
2025-08-20T23:03:09.9108825Z [00:01:55.194]➜  go: downloading golang.org/x/tools v0.34.0
2025-08-20T23:03:10.0638570Z [00:01:55.347]➜  go: downloading github.com/jlaffaye/ftp v0.2.0
2025-08-20T23:03:10.0642781Z [00:01:55.348]➜  go: downloading github.com/microsoft/go-mssqldb v1.8.2
2025-08-20T23:03:10.0727425Z [00:01:55.356]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/mssql v0.34.0
2025-08-20T23:03:10.0782532Z [00:01:55.361]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/postgres v0.34.0
2025-08-20T23:03:10.0874608Z [00:01:55.370]➜  go: downloading github.com/go-ldap/ldap/v3 v3.4.11
2025-08-20T23:03:10.1013408Z [00:01:55.384]➜  go: downloading go.mongodb.org/mongo-driver v1.17.4
2025-08-20T23:03:10.5974881Z [00:01:55.881]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/mongodb v0.34.0
2025-08-20T23:03:10.5975973Z [00:01:55.881]➜  go: downloading github.com/pingcap/errors v0.11.4
2025-08-20T23:03:10.5980587Z [00:01:55.881]➜  go: downloading github.com/go-redis/redis v6.15.9+incompatible
2025-08-20T23:03:10.5981788Z [00:01:55.881]➜  go: downloading github.com/rabbitmq/amqp091-go v1.10.0
2025-08-20T23:03:10.6045606Z [00:01:55.888]➜  go: downloading github.com/elastic/go-elasticsearch/v8 v8.17.1
2025-08-20T23:03:10.6252465Z [00:01:55.908]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/elasticsearch v0.34.0
2025-08-20T23:03:10.6261784Z [00:01:55.909]➜  go: downloading github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
2025-08-20T23:03:10.6414581Z [00:01:55.925]➜  go: downloading github.com/schollz/progressbar/v3 v3.17.1
2025-08-20T23:03:10.6425534Z [00:01:55.926]➜  go: downloading github.com/bill-rich/go-syslog v0.0.0-20220413021637-49edb52a574c
2025-08-20T23:03:10.6564655Z [00:01:55.940]➜  go: downloading github.com/crewjam/rfc5424 v0.1.0
2025-08-20T23:03:10.6658900Z [00:01:55.949]➜  go: downloading github.com/shuheiktgw/go-travis v0.3.1
2025-08-20T23:03:10.6870145Z [00:01:55.970]➜  go: downloading github.com/aymanbagabas/go-osc52 v1.2.1
2025-08-20T23:03:10.6965337Z [00:01:55.980]➜  go: downloading github.com/charmbracelet/glamour v0.10.0
2025-08-20T23:03:10.7340642Z [00:01:56.017]➜  go: downloading github.com/muesli/reflow v0.3.0
2025-08-20T23:03:10.7341690Z [00:01:56.017]➜  go: downloading github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
2025-08-20T23:03:10.7786265Z [00:01:56.062]➜  go: downloading github.com/jpillora/s3 v1.1.4
2025-08-20T23:03:10.8201838Z [00:01:56.103]➜  go: downloading github.com/gofrs/flock v0.12.1
2025-08-20T23:03:10.8256720Z [00:01:56.109]➜  go: downloading github.com/go-ole/go-ole v1.2.6
2025-08-20T23:03:10.8446474Z [00:01:56.128]➜  go: downloading dario.cat/mergo v1.0.0
2025-08-20T23:03:10.8451196Z [00:01:56.128]➜  go: downloading github.com/ProtonMail/go-crypto v1.1.5
2025-08-20T23:03:10.9108100Z [00:01:56.194]➜  go: downloading github.com/go-git/go-billy/v5 v5.6.2
2025-08-20T23:03:10.9322632Z [00:01:56.213]➜  go: downloading github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
2025-08-20T23:03:10.9325404Z [00:01:56.216]➜  go: downloading github.com/emirpasic/gods v1.18.1
2025-08-20T23:03:10.9746044Z [00:01:56.258]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T23:03:11.9371614Z [00:01:57.220]➜  go: downloading github.com/STARRY-S/zip v0.2.1
2025-08-20T23:03:11.9373466Z [00:01:57.221]➜  go: downloading github.com/andybalholm/brotli v1.1.1
2025-08-20T23:03:11.9499917Z [00:01:57.233]➜  go: downloading github.com/bodgit/sevenzip v1.6.0
2025-08-20T23:03:11.9947034Z [00:01:57.278]➜  go: downloading github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707
2025-08-20T23:03:12.2368196Z [00:01:57.520]➜  go: downloading github.com/nwaples/rardecode/v2 v2.0.0-beta.4.0.20241112120701-034e449c6e78
2025-08-20T23:03:12.2369316Z [00:01:57.520]➜  go: downloading github.com/pierrec/lz4/v4 v4.1.21
2025-08-20T23:03:12.2484679Z [00:01:57.532]➜  go: downloading github.com/sorairolake/lzip-go v0.3.5
2025-08-20T23:03:12.2675931Z [00:01:57.551]➜  go: downloading github.com/therootcompany/xz v1.0.1
2025-08-20T23:03:12.2920052Z [00:01:57.575]➜  go: downloading github.com/ulikunitz/xz v0.5.12
2025-08-20T23:03:12.4013924Z [00:01:57.684]➜  go: downloading github.com/DataDog/zstd v1.5.5
2025-08-20T23:03:12.5866166Z [00:01:57.870]➜  go: downloading github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
2025-08-20T23:03:12.5867152Z [00:01:57.870]➜  go: downloading github.com/kjk/lzma v0.0.0-20161016003348-3fd93898850d
2025-08-20T23:03:12.5966172Z [00:01:57.880]➜  go: downloading github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
2025-08-20T23:03:12.6062640Z [00:01:57.889]➜  go: downloading github.com/charmbracelet/x/ansi v0.9.3
2025-08-20T23:03:12.6183858Z [00:01:57.902]➜  go: downloading github.com/charmbracelet/x/term v0.2.1
2025-08-20T23:03:12.6238927Z [00:01:57.907]➜  go: downloading github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
2025-08-20T23:03:12.6295264Z [00:01:57.913]➜  go: downloading github.com/mattn/go-localereader v0.0.1
2025-08-20T23:03:12.6322415Z [00:01:57.915]➜  go: downloading github.com/muesli/cancelreader v0.2.2
2025-08-20T23:03:12.6427594Z [00:01:57.926]➜  go: downloading github.com/prashantv/gostub v1.1.0
2025-08-20T23:03:12.6440724Z [00:01:57.927]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.33
2025-08-20T23:03:12.6540620Z [00:01:57.937]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
2025-08-20T23:03:12.6555400Z [00:01:57.939]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.25.6
2025-08-20T23:03:12.6685041Z [00:01:57.952]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.4
2025-08-20T23:03:12.6702734Z [00:01:57.953]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.37
2025-08-20T23:03:12.6760460Z [00:01:57.959]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4
2025-08-20T23:03:12.6818911Z [00:01:57.965]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.18
2025-08-20T23:03:12.6901674Z [00:01:57.973]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T23:03:12.6902454Z [00:01:57.973]➜  go: downloading github.com/cenkalti/backoff/v4 v4.2.1
2025-08-20T23:03:12.6974471Z [00:01:57.981]➜  go: downloading github.com/containerd/platforms v0.2.1
2025-08-20T23:03:12.7077563Z [00:01:57.991]➜  go: downloading github.com/cpuguy83/dockercfg v0.3.2
2025-08-20T23:03:12.7175927Z [00:01:58.001]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T23:03:12.7391700Z [00:01:58.022]➜  go: downloading github.com/moby/patternmatcher v0.6.0
2025-08-20T23:03:12.7441652Z [00:01:58.027]➜  go: downloading github.com/moby/term v0.5.0
2025-08-20T23:03:12.7456631Z [00:01:58.029]➜  go: downloading github.com/opencontainers/image-spec v1.1.1
2025-08-20T23:03:12.7624775Z [00:01:58.046]➜  go: downloading golang.org/x/term v0.33.0
2025-08-20T23:03:12.7714335Z [00:01:58.055]➜  go: downloading github.com/couchbase/gocbcore/v10 v10.7.1
2025-08-20T23:03:12.8399157Z [00:01:58.123]➜  go: downloading github.com/couchbase/gocbcoreps v0.1.3
2025-08-20T23:03:12.8400575Z [00:01:58.123]➜  go: downloading github.com/couchbase/goprotostellar v1.0.2
2025-08-20T23:03:12.8640730Z [00:01:58.147]➜  go: downloading github.com/golang/snappy v0.0.4
2025-08-20T23:03:12.8644436Z [00:01:58.148]➜  go: downloading github.com/couchbaselabs/gocbconnstr/v2 v2.0.0-20240607131231-fb385523de28
2025-08-20T23:03:12.8701199Z [00:01:58.153]➜  go: downloading go.opentelemetry.io/otel/metric v1.36.0
2025-08-20T23:03:12.8993281Z [00:01:58.183]➜  go: downloading go.opentelemetry.io/otel v1.36.0
2025-08-20T23:03:12.9006835Z [00:01:58.184]➜  go: downloading go.opentelemetry.io/otel/trace v1.36.0
2025-08-20T23:03:13.1104867Z [00:01:58.394]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250721164621-a45f3dfb1074
2025-08-20T23:03:13.1105896Z [00:01:58.394]➜  go: downloading github.com/couchbaselabs/gocaves/client v0.0.0-20250107114554-f96479220ae8
2025-08-20T23:03:13.1186550Z [00:01:58.402]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T23:03:13.1228107Z [00:01:58.406]➜  go: downloading github.com/docker/cli v28.2.2+incompatible
2025-08-20T23:03:13.4207985Z [00:01:58.704]➜  go: downloading github.com/mitchellh/go-homedir v1.1.0
2025-08-20T23:03:13.4208851Z [00:01:58.704]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T23:03:13.4266347Z [00:01:58.710]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T23:03:13.4295999Z [00:01:58.713]➜  go: downloading github.com/containerd/stargz-snapshotter/estargz v0.16.3
2025-08-20T23:03:13.4348216Z [00:01:58.718]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T23:03:13.4463339Z [00:01:58.730]➜  go: downloading cloud.google.com/go/auth v0.16.3
2025-08-20T23:03:13.4479467Z [00:01:58.731]➜  go: downloading cloud.google.com/go/compute/metadata v0.7.0
2025-08-20T23:03:13.4646957Z [00:01:58.748]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0
2025-08-20T23:03:13.4734871Z [00:01:58.757]➜  go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.36.0
2025-08-20T23:03:13.4814728Z [00:01:58.764]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.36.0
2025-08-20T23:03:13.5047302Z [00:01:58.788]➜  go: downloading go.opentelemetry.io/otel/sdk v1.36.0
2025-08-20T23:03:13.5391259Z [00:01:58.822]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.36.0
2025-08-20T23:03:13.5392220Z [00:01:58.822]➜  go: downloading github.com/containerd/errdefs v1.0.0
2025-08-20T23:03:13.5455393Z [00:01:58.829]➜  go: downloading github.com/containerd/errdefs/pkg v0.3.0
2025-08-20T23:03:13.5527627Z [00:01:58.836]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T23:03:13.5556164Z [00:01:58.839]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
2025-08-20T23:03:13.5637098Z [00:01:58.847]➜  go: downloading gotest.tools/v3 v3.5.2
2025-08-20T23:03:13.6001705Z [00:01:58.883]➜  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
2025-08-20T23:03:13.6003963Z [00:01:58.884]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
2025-08-20T23:03:13.6278717Z [00:01:58.911]➜  go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
2025-08-20T23:03:13.6287672Z [00:01:58.912]➜  go: downloading github.com/google/go-github/v72 v72.0.0
2025-08-20T23:03:13.6471699Z [00:01:58.930]➜  go: downloading github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542
2025-08-20T23:03:13.6551364Z [00:01:58.938]➜  go: downloading github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32
2025-08-20T23:03:13.6630413Z [00:01:58.946]➜  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.11
2025-08-20T23:03:13.6748469Z [00:01:58.958]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.37
2025-08-20T23:03:13.6880296Z [00:01:58.971]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.5
2025-08-20T23:03:13.7002574Z [00:01:58.983]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.18
2025-08-20T23:03:13.7100707Z [00:01:58.993]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T23:03:13.7167756Z [00:01:59.000]➜  go: downloading github.com/jackc/pgx/v5 v5.5.4
2025-08-20T23:03:13.8069992Z [00:01:59.090]➜  go: downloading github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
2025-08-20T23:03:13.8073241Z [00:01:59.090]➜  go: downloading github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667
2025-08-20T23:03:13.8133790Z [00:01:59.097]➜  go: downloading github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9
2025-08-20T23:03:13.8186348Z [00:01:59.102]➜  go: downloading github.com/golang-sql/sqlexp v0.1.0
2025-08-20T23:03:13.8234161Z [00:01:59.107]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.1
2025-08-20T23:03:13.8255014Z [00:01:59.109]➜  go: downloading github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
2025-08-20T23:03:13.8328125Z [00:01:59.116]➜  go: downloading github.com/xdg-go/scram v1.1.2
2025-08-20T23:03:13.8380858Z [00:01:59.121]➜  go: downloading github.com/xdg-go/stringprep v1.0.4
2025-08-20T23:03:13.8459192Z [00:01:59.129]➜  go: downloading github.com/onsi/ginkgo v1.16.5
2025-08-20T23:03:13.8472318Z [00:01:59.130]➜  go: downloading github.com/onsi/gomega v1.34.1
2025-08-20T23:03:13.9811889Z [00:01:59.264]➜  go: downloading golang.org/x/mod v0.25.0
2025-08-20T23:03:13.9816879Z [00:01:59.265]➜  go: downloading github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
2025-08-20T23:03:13.9883507Z [00:01:59.271]➜  go: downloading github.com/chengxilo/virtualterm v1.0.4
2025-08-20T23:03:14.0058586Z [00:01:59.289]➜  go: downloading github.com/alecthomas/chroma/v2 v2.14.0
2025-08-20T23:03:14.1849969Z [00:01:59.468]➜  go: downloading github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf
2025-08-20T23:03:14.1897338Z [00:01:59.473]➜  go: downloading github.com/microcosm-cc/bluemonday v1.0.27
2025-08-20T23:03:14.2035093Z [00:01:59.487]➜  go: downloading github.com/muesli/termenv v0.16.0
2025-08-20T23:03:14.2035929Z [00:01:59.487]➜  go: downloading github.com/yuin/goldmark-emoji v1.0.5
2025-08-20T23:03:14.2036651Z [00:01:59.487]➜  go: downloading github.com/yuin/goldmark v1.7.8
2025-08-20T23:03:14.2356806Z [00:01:59.518]➜  go: downloading github.com/charmbracelet/x/exp/golden v0.0.0-20240806155701-69247e0abc2a
2025-08-20T23:03:14.2357942Z [00:01:59.519]➜  go: downloading github.com/sahilm/fuzzy v0.1.1-0.20230530133925-c48e322e2a8f
2025-08-20T23:03:14.2358781Z [00:01:59.519]➜  go: downloading github.com/atotto/clipboard v0.1.4
2025-08-20T23:03:14.2361428Z [00:01:59.519]➜  go: downloading github.com/tetratelabs/wazero v1.9.0
2025-08-20T23:03:15.5145510Z [00:02:00.798]➜  go: downloading github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52
2025-08-20T23:03:15.5152701Z [00:02:00.798]➜  go: downloading github.com/charmbracelet/x/cellbuf v0.0.13
2025-08-20T23:03:15.5153627Z [00:02:00.799]➜  go: downloading github.com/smartystreets/assertions v1.0.1
2025-08-20T23:03:15.5157173Z [00:02:00.799]➜  go: downloading github.com/smartystreets/gunit v1.1.3
2025-08-20T23:03:15.5211460Z [00:02:00.804]➜  go: downloading github.com/pjbgf/sha1cd v0.3.2
2025-08-20T23:03:15.5247673Z [00:02:00.808]➜  go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
2025-08-20T23:03:15.5516228Z [00:02:00.835]➜  go: downloading github.com/cyphar/filepath-securejoin v0.3.6
2025-08-20T23:03:15.5702947Z [00:02:00.853]➜  go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
2025-08-20T23:03:15.5762677Z [00:02:00.859]➜  go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
2025-08-20T23:03:15.5770225Z [00:02:00.860]➜  go: downloading github.com/elazarl/goproxy v1.4.0
2025-08-20T23:03:15.5804354Z [00:02:00.864]➜  go: downloading github.com/elastic/elastic-transport-go/v8 v8.6.1
2025-08-20T23:03:15.5968512Z [00:02:00.879]➜  go: downloading github.com/bodgit/plumbing v1.3.0
2025-08-20T23:03:15.5981085Z [00:02:00.881]➜  go: downloading github.com/bodgit/windows v1.0.1
2025-08-20T23:03:15.5982451Z [00:02:00.881]➜  go: downloading go4.org v0.0.0-20230225012048-214862532bf5
2025-08-20T23:03:15.6033020Z [00:02:00.887]➜  go: downloading github.com/xyproto/randomstring v1.0.5
2025-08-20T23:03:15.6053726Z [00:02:00.889]➜  go: downloading pault.ag/go/topsort v0.1.1
2025-08-20T23:03:15.6096354Z [00:02:00.893]➜  go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
2025-08-20T23:03:15.6176132Z [00:02:00.901]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.37
2025-08-20T23:03:15.6269639Z [00:02:00.910]➜  go: downloading github.com/containerd/log v0.1.0
2025-08-20T23:03:15.6338264Z [00:02:00.917]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T23:03:15.6351342Z [00:02:00.918]➜  go: downloading github.com/moby/go-archive v0.1.0
2025-08-20T23:03:15.6597703Z [00:02:00.943]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T23:03:15.6598798Z [00:02:00.943]➜  go: downloading github.com/creack/pty v1.1.18
2025-08-20T23:03:15.6735915Z [00:02:00.957]➜  go: downloading github.com/magiconair/properties v1.8.7
2025-08-20T23:03:15.6756894Z [00:02:00.959]➜  go: downloading github.com/shirou/gopsutil/v3 v3.23.12
2025-08-20T23:03:15.6825419Z [00:02:00.966]➜  go: downloading github.com/gorilla/websocket v1.5.3
2025-08-20T23:03:15.6833428Z [00:02:00.967]➜  go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
2025-08-20T23:03:15.7033050Z [00:02:00.987]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T23:03:15.7665095Z [00:02:01.050]➜  go: downloading github.com/docker/distribution v2.8.3+incompatible
2025-08-20T23:03:15.7708371Z [00:02:01.054]➜  go: downloading github.com/vbatts/tar-split v0.12.1
2025-08-20T23:03:15.7751480Z [00:02:01.057]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T23:03:15.7864927Z [00:02:01.070]➜  go: downloading github.com/rogpeppe/go-internal v1.13.1
2025-08-20T23:03:15.8014657Z [00:02:01.085]➜  go: downloading cloud.google.com/go/monitoring v1.24.2
2025-08-20T23:03:15.9941061Z [00:02:01.277]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0
2025-08-20T23:03:15.9985216Z [00:02:01.282]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.53.0
2025-08-20T23:03:15.9995028Z [00:02:01.283]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0
2025-08-20T23:03:15.9996130Z [00:02:01.283]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T23:03:16.0098662Z [00:02:01.291]➜  go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.4
2025-08-20T23:03:16.5394705Z [00:02:01.823]➜  go: downloading cloud.google.com/go/longrunning v0.6.7
2025-08-20T23:03:16.5396127Z [00:02:01.823]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T23:03:16.5595334Z [00:02:01.843]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
2025-08-20T23:03:16.5596340Z [00:02:01.843]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T23:03:16.5597115Z [00:02:01.843]➜  go: downloading github.com/google/s2a-go v0.1.9
2025-08-20T23:03:16.5644476Z [00:02:01.848]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
2025-08-20T23:03:16.5825991Z [00:02:01.866]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0
2025-08-20T23:03:16.6076397Z [00:02:01.891]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T23:03:16.6633760Z [00:02:01.946]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T23:03:16.6649163Z [00:02:01.948]➜  go: downloading github.com/alexbrainman/sspi v0.0.0-20231016080023-1a75b4708caa
2025-08-20T23:03:16.6766584Z [00:02:01.960]➜  go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4
2025-08-20T23:03:16.7177821Z [00:02:02.001]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
2025-08-20T23:03:16.7182339Z [00:02:02.001]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
2025-08-20T23:03:16.7183237Z [00:02:02.001]➜  go: downloading github.com/montanaflynn/stats v0.7.1
2025-08-20T23:03:16.7620176Z [00:02:02.045]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0
2025-08-20T23:03:16.7721259Z [00:02:02.055]➜  go: downloading github.com/xdg-go/pbkdf2 v1.0.0
2025-08-20T23:03:16.7722070Z [00:02:02.055]➜  go: downloading github.com/dlclark/regexp2 v1.11.0
2025-08-20T23:03:16.7722832Z [00:02:02.055]➜  go: downloading github.com/alecthomas/assert/v2 v2.7.0
2025-08-20T23:03:16.7725370Z [00:02:02.056]➜  go: downloading github.com/aymerick/douceur v0.2.0
2025-08-20T23:03:16.7812129Z [00:02:02.064]➜  go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
2025-08-20T23:03:16.7831161Z [00:02:02.066]➜  go: downloading github.com/aymanbagabas/go-udiff v0.2.0
2025-08-20T23:03:16.7940150Z [00:02:02.077]➜  go: downloading github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc
2025-08-20T23:03:16.7981741Z [00:02:02.081]➜  go: downloading github.com/cloudflare/circl v1.6.1
2025-08-20T23:03:17.1762954Z [00:02:02.459]➜  go: downloading gopkg.in/warnings.v0 v0.1.2
2025-08-20T23:03:17.1769163Z [00:02:02.460]➜  go: downloading github.com/skeema/knownhosts v1.3.0
2025-08-20T23:03:17.1772560Z [00:02:02.460]➜  go: downloading github.com/kevinburke/ssh_config v1.2.0
2025-08-20T23:03:17.1773369Z [00:02:02.460]➜  go: downloading github.com/xanzy/ssh-agent v0.3.3
2025-08-20T23:03:17.1855972Z [00:02:02.466]➜  go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
2025-08-20T23:03:17.1902039Z [00:02:02.473]➜  go: downloading github.com/gliderlabs/ssh v0.3.8
2025-08-20T23:03:17.2053867Z [00:02:02.489]➜  go: downloading github.com/moby/sys/user v0.4.0
2025-08-20T23:03:17.2054648Z [00:02:02.489]➜  go: downloading github.com/moby/sys/userns v0.1.0
2025-08-20T23:03:17.2055397Z [00:02:02.489]➜  go: downloading github.com/moby/sys/sequential v0.6.0
2025-08-20T23:03:17.2118733Z [00:02:02.495]➜  go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
2025-08-20T23:03:17.2125714Z [00:02:02.496]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
2025-08-20T23:03:17.2146624Z [00:02:02.498]➜  go: downloading github.com/docker/docker-credential-helpers v0.9.3
2025-08-20T23:03:17.2218912Z [00:02:02.505]➜  go: downloading github.com/tklauser/go-sysconf v0.3.12
2025-08-20T23:03:17.2220366Z [00:02:02.505]➜  go: downloading go.opentelemetry.io/auto/sdk v1.1.0
2025-08-20T23:03:17.2293541Z [00:02:02.513]➜  go: downloading cloud.google.com/go/logging v1.13.0
2025-08-20T23:03:17.2297903Z [00:02:02.513]➜  go: downloading cloud.google.com/go/trace v1.11.6
2025-08-20T23:03:17.2341758Z [00:02:02.517]➜  go: downloading github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443
2025-08-20T23:03:17.2500487Z [00:02:02.533]➜  go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
2025-08-20T23:03:17.2832146Z [00:02:02.566]➜  go: downloading github.com/envoyproxy/go-control-plane v0.13.4
2025-08-20T23:03:17.3131524Z [00:02:02.596]➜  go: downloading github.com/google/martian/v3 v3.3.3
2025-08-20T23:03:17.3563685Z [00:02:02.640]➜  go: downloading github.com/google/martian v2.1.0+incompatible
2025-08-20T23:03:17.3975676Z [00:02:02.681]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T23:03:17.3976578Z [00:02:02.681]➜  go: downloading github.com/moby/sys/atomicwriter v0.1.0
2025-08-20T23:03:17.3977423Z [00:02:02.681]➜  go: downloading go.opentelemetry.io/proto/otlp v1.0.0
2025-08-20T23:03:17.4107331Z [00:02:02.694]➜  go: downloading github.com/jackc/pgpassfile v1.0.0
2025-08-20T23:03:17.4209943Z [00:02:02.704]➜  go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
2025-08-20T23:03:17.4211356Z [00:02:02.704]➜  go: downloading github.com/jackc/puddle/v2 v2.2.1
2025-08-20T23:03:17.4228861Z [00:02:02.706]➜  go: downloading github.com/jcmturner/gofork v1.7.6
2025-08-20T23:03:17.4325017Z [00:02:02.716]➜  go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
2025-08-20T23:03:17.4354138Z [00:02:02.719]➜  go: downloading github.com/jcmturner/goidentity/v6 v6.0.1
2025-08-20T23:03:17.4367732Z [00:02:02.720]➜  go: downloading github.com/hashicorp/go-uuid v1.0.3
2025-08-20T23:03:17.4466173Z [00:02:02.730]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0
2025-08-20T23:03:17.4547524Z [00:02:02.738]➜  go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2
2025-08-20T23:03:17.4949636Z [00:02:02.778]➜  go: downloading github.com/nxadm/tail v1.4.8
2025-08-20T23:03:17.4950451Z [00:02:02.778]➜  go: downloading github.com/alecthomas/repr v0.4.0
2025-08-20T23:03:17.4951149Z [00:02:02.778]➜  go: downloading github.com/gorilla/css v1.0.1
2025-08-20T23:03:17.5036257Z [00:02:02.787]➜  go: downloading github.com/hexops/gotextdiff v1.0.3
2025-08-20T23:03:17.5359897Z [00:02:02.817]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T23:03:17.5431660Z [00:02:02.826]➜  go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
2025-08-20T23:03:17.5432590Z [00:02:02.826]➜  go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
2025-08-20T23:03:17.5484773Z [00:02:02.832]➜  go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
2025-08-20T23:03:17.5534725Z [00:02:02.837]➜  go: downloading github.com/shoenig/go-m1cpu v0.1.6
2025-08-20T23:03:17.5619530Z [00:02:02.845]➜  go: downloading github.com/tklauser/numcpus v0.6.1
2025-08-20T23:03:17.5683614Z [00:02:02.852]➜  go: downloading github.com/spiffe/go-spiffe/v2 v2.5.0
2025-08-20T23:03:17.5922545Z [00:02:02.875]➜  go: downloading github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
2025-08-20T23:03:17.5940513Z [00:02:02.875]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
2025-08-20T23:03:17.6382044Z [00:02:02.921]➜  go: downloading github.com/jcmturner/rpc/v2 v2.0.3
2025-08-20T23:03:17.6563452Z [00:02:02.939]➜  go: downloading github.com/jcmturner/aescts/v2 v2.0.0
2025-08-20T23:03:17.6784128Z [00:02:02.962]➜  go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2025-08-20T23:03:17.6877806Z [00:02:02.971]➜  go: downloading golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
2025-08-20T23:03:17.7922487Z [00:02:03.075]➜  go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
2025-08-20T23:03:17.7961150Z [00:02:03.079]➜  go: downloading cel.dev/expr v0.24.0
2025-08-20T23:03:17.8191683Z [00:02:03.102]➜  go: downloading github.com/shoenig/test v0.6.4
2025-08-20T23:03:17.8321748Z [00:02:03.115]➜  go: downloading github.com/go-jose/go-jose/v4 v4.0.5
2025-08-20T23:03:17.8347438Z [00:02:03.118]➜  go: downloading github.com/zeebo/errs v1.4.0
2025-08-20T23:03:17.8364894Z [00:02:03.120]➜  go: downloading github.com/fsnotify/fsnotify v1.6.0
2025-08-20T23:03:17.8962831Z [00:02:03.179]➜  unused github.com/google/go-github/v69
2025-08-20T23:03:17.8963590Z [00:02:03.179]➜  unused github.com/olekukonko/tablewriter
2025-08-20T23:03:17.9180206Z [00:02:03.201]➜  + go generate ./...
2025-08-20T23:03:18.9024454Z [00:02:04.186]➜  pkg/analyzer/analyzers/airtable/common/common.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9026488Z [00:02:04.186]➜  pkg/analyzer/analyzers/anthropic/anthropic.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9027602Z [00:02:04.186]➜  pkg/analyzer/analyzers/asana/asana.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9028656Z [00:02:04.186]➜  pkg/analyzer/analyzers/bitbucket/bitbucket.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9032664Z [00:02:04.186]➜  pkg/analyzer/analyzers/databricks/databricks.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9034358Z [00:02:04.186]➜  pkg/analyzer/analyzers/datadog/datadog.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9035709Z [00:02:04.186]➜  pkg/analyzer/analyzers/digitalocean/digitalocean.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9036789Z [00:02:04.186]➜  pkg/analyzer/analyzers/dockerhub/dockerhub.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9037991Z [00:02:04.187]➜  pkg/analyzer/analyzers/dropbox/dropbox.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9042779Z [00:02:04.187]➜  pkg/analyzer/analyzers/fastly/fastly.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9044642Z [00:02:04.188]➜  pkg/analyzer/analyzers/figma/figma.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9046577Z [00:02:04.188]➜  pkg/analyzer/analyzers/github/classic/classictoken.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9052621Z [00:02:04.188]➜  pkg/analyzer/analyzers/github/finegrained/finegrained.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9054333Z [00:02:04.189]➜  pkg/analyzer/analyzers/gitlab/gitlab.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9055389Z [00:02:04.189]➜  pkg/analyzer/analyzers/groq/groq.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9064591Z [00:02:04.190]➜  pkg/analyzer/analyzers/huggingface/huggingface.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9066690Z [00:02:04.190]➜  pkg/analyzer/analyzers/jira/jira.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9070454Z [00:02:04.190]➜  pkg/analyzer/analyzers/launchdarkly/launchdarkly.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9072360Z [00:02:04.190]➜  pkg/analyzer/analyzers/mailchimp/mailchimp.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9073449Z [00:02:04.190]➜  pkg/analyzer/analyzers/mailgun/mailgun.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9074785Z [00:02:04.190]➜  pkg/analyzer/analyzers/monday/monday.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9076697Z [00:02:04.190]➜  pkg/analyzer/analyzers/mux/mux.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9078545Z [00:02:04.191]➜  pkg/analyzer/analyzers/mysql/mysql.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9080564Z [00:02:04.191]➜  pkg/analyzer/analyzers/netlify/netlify.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9085538Z [00:02:04.192]➜  pkg/analyzer/analyzers/ngrok/ngrok.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9087601Z [00:02:04.192]➜  pkg/analyzer/analyzers/notion/notion.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9089718Z [00:02:04.192]➜  pkg/analyzer/analyzers/openai/openai.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9093996Z [00:02:04.193]➜  pkg/analyzer/analyzers/opsgenie/opsgenie.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9095946Z [00:02:04.193]➜  pkg/analyzer/analyzers/plaid/plaid.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9097961Z [00:02:04.193]➜  pkg/analyzer/analyzers/planetscale/planetscale.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9100202Z [00:02:04.193]➜  pkg/analyzer/analyzers/postgres/postgres.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9102203Z [00:02:04.193]➜  pkg/analyzer/analyzers/posthog/posthog.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9104804Z [00:02:04.194]➜  pkg/analyzer/analyzers/postman/postman.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9107475Z [00:02:04.194]➜  pkg/analyzer/analyzers/privatekey/privatekey.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9113909Z [00:02:04.195]➜  pkg/analyzer/analyzers/sendgrid/sendgrid.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9115792Z [00:02:04.195]➜  pkg/analyzer/analyzers/shopify/shopify.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9125511Z [00:02:04.196]➜  pkg/analyzer/analyzers/slack/slack.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9132766Z [00:02:04.196]➜  pkg/analyzer/analyzers/sourcegraph/sourcegraph.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9136386Z [00:02:04.197]➜  pkg/analyzer/analyzers/square/square.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9161226Z [00:02:04.199]➜  pkg/analyzer/analyzers/stripe/stripe.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9162699Z [00:02:04.199]➜  pkg/analyzer/analyzers/twilio/twilio.go:1: running "generate_permissions": exec: "generate_permissions": executable file not found in $PATH
2025-08-20T23:03:18.9492010Z [00:02:04.232]➜  pkg/sources/job_progress.go:3: running "mockgen": exec: "mockgen": executable file not found in $PATH
2025-08-20T23:03:18.9551767Z [00:02:04.238]➜  + 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/trufflehog
2025-08-20T23:03:18.9581267Z [00:02:04.241]➜  WORK=/tmp/go-build3700090427
2025-08-20T23:03:19.0594842Z [00:02:04.343]➜  # get https://proxy.golang.org/github.com/alecthomas/kingpin/v2/@v/v2.4.0.info
2025-08-20T23:03:19.0595505Z [00:02:04.343]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info
2025-08-20T23:03:19.0596088Z [00:02:04.343]➜  # get https://proxy.golang.org/github.com/felixge/fgprof/@v/v0.9.5.info
2025-08-20T23:03:19.0596822Z [00:02:04.343]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.3.info
2025-08-20T23:03:19.1016263Z [00:02:04.385]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info: 200 OK (0.042s)
2025-08-20T23:03:19.1019681Z [00:02:04.385]➜  # get https://proxy.golang.org/github.com/trufflesecurity/overseer/@v/v1.2.8.info
2025-08-20T23:03:19.1024354Z [00:02:04.386]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.3.info: 200 OK (0.043s)
2025-08-20T23:03:19.1026892Z [00:02:04.386]➜  # get https://proxy.golang.org/github.com/alecthomas/kingpin/v2/@v/v2.4.0.info: 200 OK (0.043s)
2025-08-20T23:03:19.1031959Z [00:02:04.386]➜  # get https://proxy.golang.org/github.com/felixge/fgprof/@v/v0.9.5.info: 200 OK (0.044s)
2025-08-20T23:03:19.1032709Z [00:02:04.386]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T23:03:19.1033488Z [00:02:04.386]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info
2025-08-20T23:03:19.1055561Z [00:02:04.389]➜  # get https://proxy.golang.org/github.com/trufflesecurity/overseer/@v/v1.2.8.info: 200 OK (0.004s)
2025-08-20T23:03:19.1062854Z [00:02:04.389]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.003s)
2025-08-20T23:03:19.1064186Z [00:02:04.389]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20240227163752-401108e1b7e7.info
2025-08-20T23:03:19.1065480Z [00:02:04.390]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.13.info: 200 OK (0.003s)
2025-08-20T23:03:19.1067320Z [00:02:04.390]➜  # get https://proxy.golang.org/github.com/patrickmn/go-cache/@v/v2.1.0+incompatible.info
2025-08-20T23:03:19.1075168Z [00:02:04.391]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info
2025-08-20T23:03:19.1078683Z [00:02:04.391]➜  # get https://proxy.golang.org/github.com/mitchellh/go-ps/@v/v1.0.0.info
2025-08-20T23:03:19.1093849Z [00:02:04.393]➜  # get https://proxy.golang.org/github.com/google/pprof/@v/v0.0.0-20240227163752-401108e1b7e7.info: 200 OK (0.003s)
2025-08-20T23:03:19.1099880Z [00:02:04.393]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20211218093645-b94a6e3cc137.info
2025-08-20T23:03:19.1114654Z [00:02:04.395]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.34.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.1117586Z [00:02:04.395]➜  # get https://proxy.golang.org/github.com/mitchellh/go-ps/@v/v1.0.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.1121451Z [00:02:04.395]➜  # get https://proxy.golang.org/cloud.google.com/go/secretmanager/@v/v1.15.0.info
2025-08-20T23:03:19.1122887Z [00:02:04.395]➜  # get https://proxy.golang.org/github.com/patrickmn/go-cache/@v/v2.1.0+incompatible.info: 200 OK (0.005s)
2025-08-20T23:03:19.1124315Z [00:02:04.396]➜  # get https://proxy.golang.org/github.com/xhit/go-str2duration/v2/@v/v2.1.0.info
2025-08-20T23:03:19.1132243Z [00:02:04.396]➜  # get https://proxy.golang.org/github.com/alecthomas/units/@v/v0.0.0-20211218093645-b94a6e3cc137.info: 200 OK (0.003s)
2025-08-20T23:03:19.1135988Z [00:02:04.397]➜  # get https://proxy.golang.org/github.com/jedib0t/go-pretty/v6/@v/v6.6.7.info
2025-08-20T23:03:19.1143124Z [00:02:04.398]➜  # get https://proxy.golang.org/cloud.google.com/go/secretmanager/@v/v1.15.0.info: 200 OK (0.002s)
2025-08-20T23:03:19.1151227Z [00:02:04.398]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info
2025-08-20T23:03:19.1152449Z [00:02:04.398]➜  # get https://proxy.golang.org/github.com/xhit/go-str2duration/v2/@v/v2.1.0.info: 200 OK (0.003s)
2025-08-20T23:03:19.1172348Z [00:02:04.400]➜  # get https://proxy.golang.org/github.com/jedib0t/go-pretty/v6/@v/v6.6.7.info: 200 OK (0.004s)
2025-08-20T23:03:19.1175177Z [00:02:04.401]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250721164621-a45f3dfb1074.info
2025-08-20T23:03:19.1183490Z [00:02:04.402]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info: 200 OK (0.003s)
2025-08-20T23:03:19.1187045Z [00:02:04.402]➜  # get https://proxy.golang.org/github.com/trufflesecurity/touchfile/@v/v0.1.1.info
2025-08-20T23:03:19.1192978Z [00:02:04.403]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.74.2.info
2025-08-20T23:03:19.1196439Z [00:02:04.403]➜  # get https://proxy.golang.org/github.com/adrg/strutil/@v/v0.3.1.info
2025-08-20T23:03:19.1199255Z [00:02:04.403]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250721164621-a45f3dfb1074.info: 200 OK (0.002s)
2025-08-20T23:03:19.1201553Z [00:02:04.403]➜  # get https://proxy.golang.org/github.com/%21the%21zero%21slave/zapsentry/@v/v1.23.0.info
2025-08-20T23:03:19.1215819Z [00:02:04.405]➜  # get https://proxy.golang.org/github.com/trufflesecurity/touchfile/@v/v0.1.1.info: 200 OK (0.003s)
2025-08-20T23:03:19.1242944Z [00:02:04.407]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.74.2.info: 200 OK (0.004s)
2025-08-20T23:03:19.1244219Z [00:02:04.407]➜  # get https://proxy.golang.org/github.com/getsentry/sentry-go/@v/v0.32.0.info
2025-08-20T23:03:19.1245592Z [00:02:04.408]➜  # get https://proxy.golang.org/github.com/adrg/strutil/@v/v0.3.1.info: 200 OK (0.005s)
2025-08-20T23:03:19.1246560Z [00:02:04.408]➜  # get https://proxy.golang.org/github.com/%21bobu%21sumisu/aho-corasick/@v/v1.0.3.info
2025-08-20T23:03:19.1247311Z [00:02:04.408]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.8.info
2025-08-20T23:03:19.1337918Z [00:02:04.417]➜  # get https://proxy.golang.org/github.com/getsentry/sentry-go/@v/v0.32.0.info: 200 OK (0.010s)
2025-08-20T23:03:19.1344507Z [00:02:04.417]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.8.info: 200 OK (0.009s)
2025-08-20T23:03:19.1346585Z [00:02:04.418]➜  # get https://proxy.golang.org/github.com/%21bobu%21sumisu/aho-corasick/@v/v1.0.3.info: 200 OK (0.010s)
2025-08-20T23:03:19.1348038Z [00:02:04.418]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250603155806-513f23925822.info
2025-08-20T23:03:19.1349237Z [00:02:04.418]➜  # get https://proxy.golang.org/github.com/go-errors/errors/@v/v1.5.1.info
2025-08-20T23:03:19.1357581Z [00:02:04.419]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info
2025-08-20T23:03:19.1427681Z [00:02:04.426]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250603155806-513f23925822.info: 200 OK (0.008s)
2025-08-20T23:03:19.1434525Z [00:02:04.427]➜  # get https://proxy.golang.org/github.com/go-errors/errors/@v/v1.5.1.info: 200 OK (0.008s)
2025-08-20T23:03:19.1437328Z [00:02:04.427]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.8.info: 200 OK (0.007s)
2025-08-20T23:03:19.1438397Z [00:02:04.427]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.15.0.info
2025-08-20T23:03:19.1438990Z [00:02:04.427]➜  # get https://proxy.golang.org/github.com/go-logr/zapr/@v/v1.3.0.info
2025-08-20T23:03:19.1439819Z [00:02:04.427]➜  # get https://proxy.golang.org/github.com/go-git/go-git/v5/@v/v5.13.2.info
2025-08-20T23:03:19.1462785Z [00:02:04.429]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.15.0.info: 200 OK (0.003s)
2025-08-20T23:03:19.1466616Z [00:02:04.430]➜  # get https://proxy.golang.org/github.com/gofrs/flock/@v/v0.12.1.info
2025-08-20T23:03:19.1475178Z [00:02:04.431]➜  # get https://proxy.golang.org/github.com/go-git/go-git/v5/@v/v5.13.2.info: 200 OK (0.004s)
2025-08-20T23:03:19.1477465Z [00:02:04.431]➜  # get https://proxy.golang.org/github.com/go-logr/zapr/@v/v1.3.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.1479780Z [00:02:04.431]➜  # get https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.4.0.info
2025-08-20T23:03:19.1481301Z [00:02:04.431]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info
2025-08-20T23:03:19.1512381Z [00:02:04.434]➜  # get https://proxy.golang.org/github.com/gofrs/flock/@v/v0.12.1.info: 200 OK (0.005s)
2025-08-20T23:03:19.1514929Z [00:02:04.435]➜  # get https://proxy.golang.org/github.com/joho/godotenv/@v/v1.5.1.info
2025-08-20T23:03:19.1537395Z [00:02:04.437]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info: 200 OK (0.005s)
2025-08-20T23:03:19.1540417Z [00:02:04.437]➜  # get https://proxy.golang.org/sigs.k8s.io/yaml/@v/v1.4.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.1545215Z [00:02:04.438]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info
2025-08-20T23:03:19.1546383Z [00:02:04.438]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info
2025-08-20T23:03:19.1556677Z [00:02:04.439]➜  # get https://proxy.golang.org/github.com/joho/godotenv/@v/v1.5.1.info: 200 OK (0.004s)
2025-08-20T23:03:19.1561198Z [00:02:04.439]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info
2025-08-20T23:03:19.1608499Z [00:02:04.444]➜  # get https://proxy.golang.org/go.uber.org/zap/@v/v1.27.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.1614288Z [00:02:04.445]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info
2025-08-20T23:03:19.1623018Z [00:02:04.445]➜  # get https://proxy.golang.org/github.com/hashicorp/golang-lru/v2/@v/v2.0.7.info: 200 OK (0.007s)
2025-08-20T23:03:19.1624129Z [00:02:04.445]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T23:03:19.1641835Z [00:02:04.447]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info: 200 OK (0.008s)
2025-08-20T23:03:19.1649975Z [00:02:04.448]➜  # get https://proxy.golang.org/github.com/jpillora/s3/@v/v1.1.4.info
2025-08-20T23:03:19.1672636Z [00:02:04.450]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.16.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.1678068Z [00:02:04.451]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.20.5.info
2025-08-20T23:03:19.1683483Z [00:02:04.452]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.006s)
2025-08-20T23:03:19.1685391Z [00:02:04.452]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbles/@v/v0.18.0.info
2025-08-20T23:03:19.1701892Z [00:02:04.453]➜  # get https://proxy.golang.org/github.com/jpillora/s3/@v/v1.1.4.info: 200 OK (0.005s)
2025-08-20T23:03:19.1709702Z [00:02:04.454]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.56.0.info
2025-08-20T23:03:19.1720776Z [00:02:04.455]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.20.5.info: 200 OK (0.004s)
2025-08-20T23:03:19.1724461Z [00:02:04.456]➜  # get https://proxy.golang.org/github.com/tailscale/depaware/@v/v0.0.0-20250112153213-b748de04d81b.info
2025-08-20T23:03:19.1731513Z [00:02:04.456]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbles/@v/v0.18.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.1735588Z [00:02:04.457]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.3.info
2025-08-20T23:03:19.1768124Z [00:02:04.460]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.56.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.1772629Z [00:02:04.460]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.27.0.info
2025-08-20T23:03:19.1793369Z [00:02:04.462]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.3.info: 200 OK (0.006s)
2025-08-20T23:03:19.1796627Z [00:02:04.463]➜  # get https://proxy.golang.org/github.com/tailscale/depaware/@v/v0.0.0-20250112153213-b748de04d81b.info: 200 OK (0.007s)
2025-08-20T23:03:19.1799504Z [00:02:04.463]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250721164621-a45f3dfb1074.info
2025-08-20T23:03:19.1800615Z [00:02:04.463]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.42.0.info
2025-08-20T23:03:19.1804349Z [00:02:04.464]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.27.0.info: 200 OK (0.003s)
2025-08-20T23:03:19.1808476Z [00:02:04.464]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T23:03:19.1830158Z [00:02:04.466]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.42.0.info: 200 OK (0.003s)
2025-08-20T23:03:19.1833943Z [00:02:04.467]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbletea/@v/v1.3.6.info
2025-08-20T23:03:19.1847818Z [00:02:04.468]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250721164621-a45f3dfb1074.info: 200 OK (0.005s)
2025-08-20T23:03:19.1855755Z [00:02:04.469]➜  # get https://proxy.golang.org/github.com/google/go-containerregistry/@v/v0.20.6.info
2025-08-20T23:03:19.1861445Z [00:02:04.469]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.005s)
2025-08-20T23:03:19.1894484Z [00:02:04.473]➜  # get https://proxy.golang.org/github.com/charmbracelet/bubbletea/@v/v1.3.6.info: 200 OK (0.006s)
2025-08-20T23:03:19.1900063Z [00:02:04.473]➜  # get https://proxy.golang.org/github.com/wasilibs/go-re2/@v/v1.9.0.info
2025-08-20T23:03:19.1918827Z [00:02:04.475]➜  # get https://proxy.golang.org/github.com/google/go-containerregistry/@v/v0.20.6.info: 200 OK (0.006s)
2025-08-20T23:03:19.1936517Z [00:02:04.477]➜  # get https://proxy.golang.org/github.com/wasilibs/go-re2/@v/v1.9.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.1941257Z [00:02:04.477]➜  # get https://proxy.golang.org/go.uber.org/automaxprocs/@v/v1.6.0.info
2025-08-20T23:03:19.1942790Z [00:02:04.477]➜  # get https://proxy.golang.org/github.com/lrstanley/bubblezone/@v/v0.0.0-20250404061050-e13639e27357.info
2025-08-20T23:03:19.1945351Z [00:02:04.478]➜  # get https://proxy.golang.org/github.com/marusama/semaphore/v2/@v/v2.5.0.info
2025-08-20T23:03:19.1965747Z [00:02:04.480]➜  # get https://proxy.golang.org/go.uber.org/automaxprocs/@v/v1.6.0.info: 200 OK (0.003s)
2025-08-20T23:03:19.1973519Z [00:02:04.480]➜  # get https://proxy.golang.org/github.com/lrstanley/bubblezone/@v/v0.0.0-20250404061050-e13639e27357.info: 200 OK (0.003s)
2025-08-20T23:03:19.1975649Z [00:02:04.481]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.3.info
2025-08-20T23:03:19.1976536Z [00:02:04.481]➜  # get https://proxy.golang.org/github.com/marusama/semaphore/v2/@v/v2.5.0.info: 200 OK (0.003s)
2025-08-20T23:03:19.1977184Z [00:02:04.481]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.243.0.info
2025-08-20T23:03:19.2011452Z [00:02:04.484]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.3.info: 200 OK (0.004s)
2025-08-20T23:03:19.2019725Z [00:02:04.485]➜  # get https://proxy.golang.org/github.com/avast/apkparser/@v/v0.0.0-20250626104540-d53391f4d69d.info
2025-08-20T23:03:19.2027766Z [00:02:04.486]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.243.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.2033117Z [00:02:04.487]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.0.info
2025-08-20T23:03:19.2041065Z [00:02:04.487]➜  # get https://proxy.golang.org/github.com/google/go-github/v67/@v/v67.0.0.info
2025-08-20T23:03:19.2075483Z [00:02:04.491]➜  # get https://proxy.golang.org/github.com/avast/apkparser/@v/v0.0.0-20250626104540-d53391f4d69d.info: 200 OK (0.006s)
2025-08-20T23:03:19.2078631Z [00:02:04.491]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T23:03:19.2103197Z [00:02:04.494]➜  # get https://proxy.golang.org/dario.cat/mergo/@v/v1.0.0.info: 200 OK (0.007s)
2025-08-20T23:03:19.2106003Z [00:02:04.494]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.7.0.info
2025-08-20T23:03:19.2133590Z [00:02:04.497]➜  # get https://proxy.golang.org/github.com/google/go-github/v67/@v/v67.0.0.info: 200 OK (0.009s)
2025-08-20T23:03:19.2140272Z [00:02:04.497]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info
2025-08-20T23:03:19.2173255Z [00:02:04.500]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.009s)
2025-08-20T23:03:19.2178048Z [00:02:04.501]➜  # get https://proxy.golang.org/github.com/csnewman/dextk/@v/v0.3.0.info
2025-08-20T23:03:19.2207893Z [00:02:04.504]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.7.0.info: 200 OK (0.010s)
2025-08-20T23:03:19.2215394Z [00:02:04.505]➜  # get https://proxy.golang.org/github.com/bradleyfalzon/ghinstallation/v2/@v/v2.16.0.info
2025-08-20T23:03:19.2241578Z [00:02:04.507]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info: 200 OK (0.010s)
2025-08-20T23:03:19.2254618Z [00:02:04.509]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.9.info
2025-08-20T23:03:19.2256643Z [00:02:04.509]➜  # get https://proxy.golang.org/github.com/csnewman/dextk/@v/v0.3.0.info: 200 OK (0.008s)
2025-08-20T23:03:19.2265999Z [00:02:04.510]➜  # get https://proxy.golang.org/github.com/gobwas/glob/@v/v0.2.3.info
2025-08-20T23:03:19.2277574Z [00:02:04.511]➜  # get https://proxy.golang.org/github.com/bradleyfalzon/ghinstallation/v2/@v/v2.16.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.2284788Z [00:02:04.512]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info
2025-08-20T23:03:19.2326508Z [00:02:04.516]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.9.info: 200 OK (0.007s)
2025-08-20T23:03:19.2331745Z [00:02:04.516]➜  # get https://proxy.golang.org/github.com/muesli/ansi/@v/v0.0.0-20230316100256-276c6243b2f6.info
2025-08-20T23:03:19.2361806Z [00:02:04.519]➜  # get https://proxy.golang.org/go.uber.org/multierr/@v/v1.11.0.info: 200 OK (0.008s)
2025-08-20T23:03:19.2364691Z [00:02:04.520]➜  # get https://proxy.golang.org/github.com/gobwas/glob/@v/v0.2.3.info: 200 OK (0.010s)
2025-08-20T23:03:19.2368537Z [00:02:04.520]➜  # get https://proxy.golang.org/github.com/pkg/diff/@v/v0.0.0-20200914180035-5b29258ca4f7.info
2025-08-20T23:03:19.2372166Z [00:02:04.520]➜  # get https://proxy.golang.org/github.com/mholt/archives/@v/v0.0.0-20241216060121-23e0af8fe73d.info
2025-08-20T23:03:19.2376470Z [00:02:04.521]➜  # get https://proxy.golang.org/github.com/muesli/ansi/@v/v0.0.0-20230316100256-276c6243b2f6.info: 200 OK (0.004s)
2025-08-20T23:03:19.2380731Z [00:02:04.521]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/@v/v1.2.1.info
2025-08-20T23:03:19.2389148Z [00:02:04.522]➜  # get https://proxy.golang.org/github.com/%21the%21zero%21slave/zapsentry/@v/v1.23.0.info: 200 OK (0.119s)
2025-08-20T23:03:19.2398641Z [00:02:04.523]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.3.2-0.20230802210424-5b0b94c5c0d3.info
2025-08-20T23:03:19.2435473Z [00:02:04.527]➜  # get https://proxy.golang.org/github.com/mholt/archives/@v/v0.0.0-20241216060121-23e0af8fe73d.info: 200 OK (0.006s)
2025-08-20T23:03:19.2441521Z [00:02:04.527]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info
2025-08-20T23:03:19.2471405Z [00:02:04.530]➜  # get https://proxy.golang.org/github.com/pkg/diff/@v/v0.0.0-20200914180035-5b29258ca4f7.info: 200 OK (0.010s)
2025-08-20T23:03:19.2477058Z [00:02:04.531]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/@v/v1.2.1.info: 200 OK (0.009s)
2025-08-20T23:03:19.2479002Z [00:02:04.531]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.1-0.20250404203927-76690c660834.info
2025-08-20T23:03:19.2482887Z [00:02:04.532]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.121.4.info
2025-08-20T23:03:19.2489865Z [00:02:04.532]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info: 200 OK (0.005s)
2025-08-20T23:03:19.2493062Z [00:02:04.532]➜  # get https://proxy.golang.org/github.com/sergi/go-diff/@v/v1.3.2-0.20230802210424-5b0b94c5c0d3.info: 200 OK (0.009s)
2025-08-20T23:03:19.2494636Z [00:02:04.533]➜  # get https://proxy.golang.org/github.com/docker/cli/@v/v28.2.2+incompatible.info
2025-08-20T23:03:19.2503375Z [00:02:04.534]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.1.5.info
2025-08-20T23:03:19.2546989Z [00:02:04.538]➜  # get https://proxy.golang.org/github.com/docker/cli/@v/v28.2.2+incompatible.info: 200 OK (0.005s)
2025-08-20T23:03:19.2550429Z [00:02:04.538]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.121.4.info: 200 OK (0.007s)
2025-08-20T23:03:19.2553632Z [00:02:04.538]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info
2025-08-20T23:03:19.2554882Z [00:02:04.539]➜  # get https://proxy.golang.org/github.com/klauspost/pgzip/@v/v1.2.6.info
2025-08-20T23:03:19.2556406Z [00:02:04.539]➜  # get https://proxy.golang.org/github.com/charmbracelet/lipgloss/@v/v1.1.1-0.20250404203927-76690c660834.info: 200 OK (0.008s)
2025-08-20T23:03:19.2561432Z [00:02:04.539]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.9.3.info
2025-08-20T23:03:19.2583838Z [00:02:04.542]➜  # get https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v1.1.5.info: 200 OK (0.008s)
2025-08-20T23:03:19.2591565Z [00:02:04.542]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info
2025-08-20T23:03:19.2619809Z [00:02:04.545]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info: 200 OK (0.007s)
2025-08-20T23:03:19.2627329Z [00:02:04.546]➜  # get https://proxy.golang.org/github.com/klauspost/pgzip/@v/v1.2.6.info: 200 OK (0.007s)
2025-08-20T23:03:19.2628798Z [00:02:04.546]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/ansi/@v/v0.9.3.info: 200 OK (0.006s)
2025-08-20T23:03:19.2630126Z [00:02:04.546]➜  # get https://proxy.golang.org/golang.org/x/tools/@v/v0.34.0.info
2025-08-20T23:03:19.2631035Z [00:02:04.546]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.40.0.info
2025-08-20T23:03:19.2638258Z [00:02:04.547]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.6.info
2025-08-20T23:03:19.2639248Z [00:02:04.547]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.2644339Z [00:02:04.548]➜  # get https://proxy.golang.org/github.com/docker/docker/@v/v28.3.3+incompatible.info
2025-08-20T23:03:19.2662195Z [00:02:04.549]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.40.0.info: 200 OK (0.003s)
2025-08-20T23:03:19.2665407Z [00:02:04.550]➜  # get https://proxy.golang.org/golang.org/x/tools/@v/v0.34.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.2666430Z [00:02:04.550]➜  # get https://proxy.golang.org/github.com/opencontainers/go-digest/@v/v1.0.0.info
2025-08-20T23:03:19.2669048Z [00:02:04.550]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info
2025-08-20T23:03:19.2690923Z [00:02:04.552]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.6.info: 200 OK (0.005s)
2025-08-20T23:03:19.2707489Z [00:02:04.554]➜  # get https://proxy.golang.org/github.com/sassoftware/go-rpmutils/@v/v0.4.0.info
2025-08-20T23:03:19.2715227Z [00:02:04.555]➜  # get https://proxy.golang.org/github.com/docker/docker/@v/v28.3.3+incompatible.info: 200 OK (0.007s)
2025-08-20T23:03:19.2718922Z [00:02:04.555]➜  # get https://proxy.golang.org/github.com/charmbracelet/glamour/@v/v0.10.0.info
2025-08-20T23:03:19.2758091Z [00:02:04.559]➜  # get https://proxy.golang.org/github.com/opencontainers/go-digest/@v/v1.0.0.info: 200 OK (0.009s)
2025-08-20T23:03:19.2763073Z [00:02:04.560]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v5/@v/v5.6.2.info
2025-08-20T23:03:19.2787818Z [00:02:04.562]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/term/@v/v0.2.1.info: 200 OK (0.012s)
2025-08-20T23:03:19.2793531Z [00:02:04.562]➜  # get https://proxy.golang.org/github.com/charmbracelet/glamour/@v/v0.10.0.info: 200 OK (0.007s)
2025-08-20T23:03:19.2794898Z [00:02:04.562]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.18.info
2025-08-20T23:03:19.2795946Z [00:02:04.562]➜  # get https://proxy.golang.org/github.com/sassoftware/go-rpmutils/@v/v0.4.0.info: 200 OK (0.008s)
2025-08-20T23:03:19.2796780Z [00:02:04.563]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.1.info
2025-08-20T23:03:19.2797527Z [00:02:04.563]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info
2025-08-20T23:03:19.2853539Z [00:02:04.569]➜  # get https://proxy.golang.org/github.com/go-git/go-billy/v5/@v/v5.6.2.info: 200 OK (0.009s)
2025-08-20T23:03:19.2881602Z [00:02:04.571]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.71.info
2025-08-20T23:03:19.2896264Z [00:02:04.573]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.1.info: 200 OK (0.010s)
2025-08-20T23:03:19.2899880Z [00:02:04.573]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/cellbuf/@v/v0.0.13.info: 200 OK (0.010s)
2025-08-20T23:03:19.2901988Z [00:02:04.573]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.55.0.info
2025-08-20T23:03:19.2903548Z [00:02:04.573]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.18.info: 200 OK (0.011s)
2025-08-20T23:03:19.2905076Z [00:02:04.574]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info
2025-08-20T23:03:19.2910316Z [00:02:04.574]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info
2025-08-20T23:03:19.3020635Z [00:02:04.585]➜  # get https://proxy.golang.org/github.com/muesli/termenv/@v/v0.16.0.info: 200 OK (0.012s)
2025-08-20T23:03:19.3025904Z [00:02:04.586]➜  # get https://proxy.golang.org/github.com/muesli/cancelreader/@v/v0.2.2.info: 200 OK (0.011s)
2025-08-20T23:03:19.3034036Z [00:02:04.586]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.55.0.info: 200 OK (0.013s)
2025-08-20T23:03:19.3035277Z [00:02:04.587]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info
2025-08-20T23:03:19.3036568Z [00:02:04.587]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.71.info: 200 OK (0.015s)
2025-08-20T23:03:19.3037855Z [00:02:04.587]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info
2025-08-20T23:03:19.3039291Z [00:02:04.587]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info
2025-08-20T23:03:19.3040325Z [00:02:04.587]➜  # get https://proxy.golang.org/github.com/tetratelabs/wazero/@v/v1.9.0.info
2025-08-20T23:03:19.3088132Z [00:02:04.592]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.3147599Z [00:02:04.598]➜  # get https://proxy.golang.org/github.com/tetratelabs/wazero/@v/v1.9.0.info: 200 OK (0.010s)
2025-08-20T23:03:19.3149501Z [00:02:04.598]➜  # get https://proxy.golang.org/github.com/mitchellh/go-homedir/@v/v1.1.0.info: 200 OK (0.011s)
2025-08-20T23:03:19.3151030Z [00:02:04.598]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info: 200 OK (0.012s)
2025-08-20T23:03:19.3158176Z [00:02:04.599]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info
2025-08-20T23:03:19.3158818Z [00:02:04.599]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info
2025-08-20T23:03:19.3159715Z [00:02:04.599]➜  # get https://proxy.golang.org/github.com/%21s%21t%21a%21r%21r%21y-%21s/zip/@v/v0.2.1.info
2025-08-20T23:03:19.3160334Z [00:02:04.599]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.3.2.info
2025-08-20T23:03:19.3217225Z [00:02:04.605]➜  # get https://proxy.golang.org/github.com/pjbgf/sha1cd/@v/v0.3.2.info: 200 OK (0.006s)
2025-08-20T23:03:19.3223764Z [00:02:04.605]➜  # get https://proxy.golang.org/github.com/%21s%21t%21a%21r%21r%21y-%21s/zip/@v/v0.2.1.info: 200 OK (0.006s)
2025-08-20T23:03:19.3225036Z [00:02:04.606]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.3.6.info
2025-08-20T23:03:19.3226174Z [00:02:04.606]➜  # get https://proxy.golang.org/github.com/muesli/reflow/@v/v0.3.0.info: 200 OK (0.007s)
2025-08-20T23:03:19.3227328Z [00:02:04.606]➜  # get https://proxy.golang.org/github.com/emirpasic/gods/@v/v1.18.1.info: 200 OK (0.007s)
2025-08-20T23:03:19.3228612Z [00:02:04.606]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/s3/manager/@v/v1.17.85.info
2025-08-20T23:03:19.3230144Z [00:02:04.606]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.14.0.info
2025-08-20T23:03:19.3231061Z [00:02:04.606]➜  # get https://proxy.golang.org/github.com/repeale/fp-go/@v/v0.11.1.info
2025-08-20T23:03:19.3292912Z [00:02:04.612]➜  # get https://proxy.golang.org/github.com/repeale/fp-go/@v/v0.11.1.info: 200 OK (0.006s)
2025-08-20T23:03:19.3294365Z [00:02:04.613]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/s3/manager/@v/v1.17.85.info: 200 OK (0.006s)
2025-08-20T23:03:19.3296110Z [00:02:04.613]➜  # get https://proxy.golang.org/github.com/cyphar/filepath-securejoin/@v/v0.3.6.info: 200 OK (0.006s)
2025-08-20T23:03:19.3297863Z [00:02:04.613]➜  # get https://proxy.golang.org/github.com/alecthomas/chroma/v2/@v/v2.14.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.3299174Z [00:02:04.613]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v4/@v/v4.5.2.info
2025-08-20T23:03:19.3300103Z [00:02:04.613]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.15.1.info
2025-08-20T23:03:19.3300945Z [00:02:04.613]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.36.0.info
2025-08-20T23:03:19.3301533Z [00:02:04.613]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.36.0.info
2025-08-20T23:03:19.3337469Z [00:02:04.617]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v4/@v/v4.5.2.info: 200 OK (0.005s)
2025-08-20T23:03:19.3358399Z [00:02:04.619]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.36.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.3360183Z [00:02:04.619]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.15.1.info: 200 OK (0.006s)
2025-08-20T23:03:19.3361359Z [00:02:04.619]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.1.info
2025-08-20T23:03:19.3362783Z [00:02:04.619]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.36.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.3364039Z [00:02:04.619]➜  # get https://proxy.golang.org/github.com/docker/docker-credential-helpers/@v/v0.9.3.info
2025-08-20T23:03:19.3371064Z [00:02:04.620]➜  # get https://proxy.golang.org/github.com/google/go-github/v72/@v/v72.0.0.info
2025-08-20T23:03:19.3372169Z [00:02:04.620]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.84.1.info
2025-08-20T23:03:19.3392865Z [00:02:04.622]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.1.info: 200 OK (0.004s)
2025-08-20T23:03:19.3402645Z [00:02:04.623]➜  # get https://proxy.golang.org/github.com/docker/docker-credential-helpers/@v/v0.9.3.info: 200 OK (0.004s)
2025-08-20T23:03:19.3404102Z [00:02:04.623]➜  # get https://proxy.golang.org/github.com/containerd/stargz-snapshotter/estargz/@v/v0.16.3.info
2025-08-20T23:03:19.3405381Z [00:02:04.623]➜  # get https://proxy.golang.org/github.com/google/go-github/v72/@v/v72.0.0.info: 200 OK (0.003s)
2025-08-20T23:03:19.3406535Z [00:02:04.623]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info
2025-08-20T23:03:19.3415352Z [00:02:04.625]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info
2025-08-20T23:03:19.3424032Z [00:02:04.626]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.84.1.info: 200 OK (0.005s)
2025-08-20T23:03:19.3430932Z [00:02:04.626]➜  # get https://proxy.golang.org/github.com/moby/docker-image-spec/@v/v1.3.1.info
2025-08-20T23:03:19.3435011Z [00:02:04.627]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info
2025-08-20T23:03:19.3460503Z [00:02:04.629]➜  # get https://proxy.golang.org/github.com/aymanbagabas/go-osc52/v2/@v/v2.0.1.info: 200 OK (0.006s)
2025-08-20T23:03:19.3463877Z [00:02:04.629]➜  # get https://proxy.golang.org/github.com/containerd/stargz-snapshotter/estargz/@v/v0.16.3.info: 200 OK (0.006s)
2025-08-20T23:03:19.3466049Z [00:02:04.630]➜  # get https://proxy.golang.org/github.com/bodgit/sevenzip/@v/v1.6.0.info
2025-08-20T23:03:19.3472873Z [00:02:04.630]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info
2025-08-20T23:03:19.3477760Z [00:02:04.631]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info: 200 OK (0.006s)
2025-08-20T23:03:19.3518189Z [00:02:04.635]➜  # get https://proxy.golang.org/github.com/moby/docker-image-spec/@v/v1.3.1.info: 200 OK (0.009s)
2025-08-20T23:03:19.3521934Z [00:02:04.635]➜  # get https://proxy.golang.org/github.com/google/go-querystring/@v/v1.1.0.info: 200 OK (0.009s)
2025-08-20T23:03:19.3523009Z [00:02:04.635]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.5.info
2025-08-20T23:03:19.3523991Z [00:02:04.635]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info
2025-08-20T23:03:19.3528036Z [00:02:04.636]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info
2025-08-20T23:03:19.3560677Z [00:02:04.639]➜  # get https://proxy.golang.org/github.com/charmbracelet/colorprofile/@v/v0.2.3-0.20250311203215-f60798e515dc.info: 200 OK (0.009s)
2025-08-20T23:03:19.3562211Z [00:02:04.639]➜  # get https://proxy.golang.org/github.com/bodgit/sevenzip/@v/v1.6.0.info: 200 OK (0.010s)
2025-08-20T23:03:19.3571864Z [00:02:04.640]➜  # get https://proxy.golang.org/github.com/wasilibs/wazero-helpers/@v/v0.0.0-20240620070341-3dff1577cd52.info
2025-08-20T23:03:19.3586689Z [00:02:04.642]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.5.info: 200 OK (0.007s)
2025-08-20T23:03:19.3590458Z [00:02:04.642]➜  # get https://proxy.golang.org/github.com/lucasb-eyer/go-colorful/@v/v1.2.0.info: 200 OK (0.007s)
2025-08-20T23:03:19.3593690Z [00:02:04.643]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.2-0.20230904184137-39efe44ab707.info
2025-08-20T23:03:19.3594659Z [00:02:04.643]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info
2025-08-20T23:03:19.3603213Z [00:02:04.643]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info: 200 OK (0.007s)
2025-08-20T23:03:19.3607189Z [00:02:04.644]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.8.1.info
2025-08-20T23:03:19.3610868Z [00:02:04.644]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.34.1.info
2025-08-20T23:03:19.3635251Z [00:02:04.647]➜  # get https://proxy.golang.org/github.com/wasilibs/wazero-helpers/@v/v0.0.0-20240620070341-3dff1577cd52.info: 200 OK (0.006s)
2025-08-20T23:03:19.3645036Z [00:02:04.648]➜  # get https://proxy.golang.org/github.com/dsnet/compress/@v/v0.0.2-0.20230904184137-39efe44ab707.info: 200 OK (0.005s)
2025-08-20T23:03:19.3649311Z [00:02:04.648]➜  # get https://proxy.golang.org/github.com/atotto/clipboard/@v/v0.1.4.info: 200 OK (0.005s)
2025-08-20T23:03:19.3650584Z [00:02:04.648]➜  # get https://proxy.golang.org/github.com/opencontainers/image-spec/@v/v1.1.1.info
2025-08-20T23:03:19.3651426Z [00:02:04.648]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info
2025-08-20T23:03:19.3652082Z [00:02:04.648]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.36.0.info
2025-08-20T23:03:19.3661134Z [00:02:04.649]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.8.1.info: 200 OK (0.005s)
2025-08-20T23:03:19.3662873Z [00:02:04.649]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.34.1.info: 200 OK (0.005s)
2025-08-20T23:03:19.3664571Z [00:02:04.650]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info
2025-08-20T23:03:19.3665589Z [00:02:04.650]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.61.0.info
2025-08-20T23:03:19.3711842Z [00:02:04.654]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.36.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.3715419Z [00:02:04.655]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info: 200 OK (0.006s)
2025-08-20T23:03:19.3719854Z [00:02:04.655]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.61.0.info
2025-08-20T23:03:19.3721883Z [00:02:04.655]➜  # get https://proxy.golang.org/github.com/opencontainers/image-spec/@v/v1.1.1.info: 200 OK (0.007s)
2025-08-20T23:03:19.3723016Z [00:02:04.655]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.25.0.info
2025-08-20T23:03:19.3728819Z [00:02:04.656]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.36.0.info
2025-08-20T23:03:19.3737637Z [00:02:04.657]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info: 200 OK (0.007s)
2025-08-20T23:03:19.3741265Z [00:02:04.657]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.61.0.info: 200 OK (0.008s)
2025-08-20T23:03:19.3744268Z [00:02:04.658]➜  # get https://proxy.golang.org/github.com/xo/dburl/@v/v0.23.8.info
2025-08-20T23:03:19.3767953Z [00:02:04.660]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.61.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.3775704Z [00:02:04.661]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info
2025-08-20T23:03:19.3783681Z [00:02:04.662]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.36.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.3789757Z [00:02:04.662]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.25.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.3791280Z [00:02:04.662]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info
2025-08-20T23:03:19.3792536Z [00:02:04.662]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.0.info
2025-08-20T23:03:19.3793436Z [00:02:04.663]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.129.0.info
2025-08-20T23:03:19.3807968Z [00:02:04.664]➜  # get https://proxy.golang.org/github.com/xo/dburl/@v/v0.23.8.info: 200 OK (0.006s)
2025-08-20T23:03:19.3813822Z [00:02:04.665]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info
2025-08-20T23:03:19.3819177Z [00:02:04.665]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.12.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.3825482Z [00:02:04.666]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/@v/v1.0.0.info
2025-08-20T23:03:19.3826886Z [00:02:04.666]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info: 200 OK (0.004s)
2025-08-20T23:03:19.3844479Z [00:02:04.668]➜  # get https://proxy.golang.org/pault.ag/go/debian/@v/v0.18.0.info
2025-08-20T23:03:19.3845616Z [00:02:04.668]➜  # get https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/@v/v0.129.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.3849883Z [00:02:04.668]➜  # get https://proxy.golang.org/github.com/sahilm/fuzzy/@v/v0.1.1-0.20230530133925-c48e322e2a8f.info
2025-08-20T23:03:19.3851875Z [00:02:04.668]➜  # get https://proxy.golang.org/github.com/dlclark/regexp2/@v/v1.11.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.3856828Z [00:02:04.669]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info: 200 OK (0.004s)
2025-08-20T23:03:19.3865896Z [00:02:04.670]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/slice/@v/v0.0.0-20250327172914-2fdc97757edf.info
2025-08-20T23:03:19.3903329Z [00:02:04.674]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/@v/v1.0.0.info: 200 OK (0.008s)
2025-08-20T23:03:19.3932897Z [00:02:04.677]➜  # get https://proxy.golang.org/github.com/%21data%21dog/zstd/@v/v1.5.5.info
2025-08-20T23:03:19.3934750Z [00:02:04.677]➜  # get https://proxy.golang.org/github.com/sahilm/fuzzy/@v/v0.1.1-0.20230530133925-c48e322e2a8f.info: 200 OK (0.006s)
2025-08-20T23:03:19.3936919Z [00:02:04.677]➜  # get https://proxy.golang.org/pault.ag/go/debian/@v/v0.18.0.info: 200 OK (0.007s)
2025-08-20T23:03:19.3937953Z [00:02:04.677]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/pkg/@v/v0.3.0.info
2025-08-20T23:03:19.3939104Z [00:02:04.677]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info
2025-08-20T23:03:19.3940955Z [00:02:04.677]➜  # get https://proxy.golang.org/github.com/charmbracelet/x/exp/slice/@v/v0.0.0-20250327172914-2fdc97757edf.info: 200 OK (0.006s)
2025-08-20T23:03:19.3949563Z [00:02:04.678]➜  # get https://proxy.golang.org/github.com/%21data%21dog/zstd/@v/v1.5.5.info: 200 OK (0.004s)
2025-08-20T23:03:19.3961344Z [00:02:04.679]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info
2025-08-20T23:03:19.3963438Z [00:02:04.680]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info: 200 OK (0.004s)
2025-08-20T23:03:19.3966101Z [00:02:04.680]➜  # get https://proxy.golang.org/github.com/containerd/errdefs/pkg/@v/v0.3.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.3980219Z [00:02:04.681]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info
2025-08-20T23:03:19.3984158Z [00:02:04.681]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info
2025-08-20T23:03:19.3985260Z [00:02:04.681]➜  # get https://proxy.golang.org/github.com/microcosm-cc/bluemonday/@v/v1.0.27.info
2025-08-20T23:03:19.3986456Z [00:02:04.682]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info: 200 OK (0.002s)
2025-08-20T23:03:19.3989305Z [00:02:04.682]➜  # get https://proxy.golang.org/github.com/distribution/reference/@v/v0.6.0.info
2025-08-20T23:03:19.3993630Z [00:02:04.683]➜  # get https://proxy.golang.org/github.com/bodgit/plumbing/@v/v1.3.0.info
2025-08-20T23:03:19.4006334Z [00:02:04.684]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info: 200 OK (0.003s)
2025-08-20T23:03:19.4022267Z [00:02:04.685]➜  # get https://proxy.golang.org/github.com/microcosm-cc/bluemonday/@v/v1.0.27.info: 200 OK (0.004s)
2025-08-20T23:03:19.4027236Z [00:02:04.686]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info: 200 OK (0.005s)
2025-08-20T23:03:19.4031441Z [00:02:04.686]➜  # get https://proxy.golang.org/github.com/docker/go-connections/@v/v0.5.0.info
2025-08-20T23:03:19.4037691Z [00:02:04.687]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.info
2025-08-20T23:03:19.4041375Z [00:02:04.687]➜  # get https://proxy.golang.org/github.com/distribution/reference/@v/v0.6.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.4045095Z [00:02:04.688]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info
2025-08-20T23:03:19.4058023Z [00:02:04.689]➜  # get https://proxy.golang.org/github.com/bodgit/plumbing/@v/v1.3.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.4068462Z [00:02:04.690]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info
2025-08-20T23:03:19.4090646Z [00:02:04.692]➜  # get https://proxy.golang.org/github.com/docker/go-connections/@v/v0.5.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.4092852Z [00:02:04.693]➜  # get https://proxy.golang.org/github.com/go-git/gcfg/@v/v1.5.1-0.20230307220236-3a3c6141e376.info: 200 OK (0.006s)
2025-08-20T23:03:19.4099042Z [00:02:04.693]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info
2025-08-20T23:03:19.4100352Z [00:02:04.693]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/v2/@v/v2.0.0-beta.4.0.20241112120701-034e449c6e78.info
2025-08-20T23:03:19.4105498Z [00:02:04.694]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.4138964Z [00:02:04.697]➜  # get https://proxy.golang.org/github.com/cloudflare/circl/@v/v1.6.1.info: 200 OK (0.007s)
2025-08-20T23:03:19.4150361Z [00:02:04.698]➜  # get https://proxy.golang.org/github.com/elastic/go-elasticsearch/v8/@v/v8.17.1.info
2025-08-20T23:03:19.4152261Z [00:02:04.698]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.21.info
2025-08-20T23:03:19.4191559Z [00:02:04.702]➜  # get https://proxy.golang.org/github.com/nwaples/rardecode/v2/@v/v2.0.0-beta.4.0.20241112120701-034e449c6e78.info: 200 OK (0.009s)
2025-08-20T23:03:19.4193970Z [00:02:04.703]➜  # get https://proxy.golang.org/github.com/docker/go-units/@v/v0.5.0.info: 200 OK (0.009s)
2025-08-20T23:03:19.4203331Z [00:02:04.704]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.36.0.info
2025-08-20T23:03:19.4208434Z [00:02:04.704]➜  # get https://proxy.golang.org/github.com/sendgrid/sendgrid-go/@v/v3.16.1+incompatible.info
2025-08-20T23:03:19.4213029Z [00:02:04.704]➜  # get https://proxy.golang.org/github.com/elastic/go-elasticsearch/v8/@v/v8.17.1.info: 200 OK (0.006s)
2025-08-20T23:03:19.4215755Z [00:02:04.704]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.21.info: 200 OK (0.006s)
2025-08-20T23:03:19.4217002Z [00:02:04.705]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info
2025-08-20T23:03:19.4218589Z [00:02:04.705]➜  # get https://proxy.golang.org/github.com/sorairolake/lzip-go/@v/v0.3.5.info
2025-08-20T23:03:19.4219803Z [00:02:04.705]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.12.info
2025-08-20T23:03:19.4262933Z [00:02:04.709]➜  # get https://proxy.golang.org/github.com/ulikunitz/xz/@v/v0.5.12.info: 200 OK (0.004s)
2025-08-20T23:03:19.4270928Z [00:02:04.710]➜  # get https://proxy.golang.org/github.com/jbenet/go-context/@v/v0.0.0-20150711004518-d14ea06fba99.info: 200 OK (0.005s)
2025-08-20T23:03:19.4275058Z [00:02:04.710]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.36.0.info: 200 OK (0.006s)
2025-08-20T23:03:19.4276112Z [00:02:04.710]➜  # get https://proxy.golang.org/github.com/aymerick/douceur/@v/v0.2.0.info
2025-08-20T23:03:19.4277442Z [00:02:04.710]➜  # get https://proxy.golang.org/github.com/sendgrid/sendgrid-go/@v/v3.16.1+incompatible.info: 200 OK (0.006s)
2025-08-20T23:03:19.4278485Z [00:02:04.711]➜  # get https://proxy.golang.org/github.com/sendgrid/rest/@v/v2.6.9+incompatible.info
2025-08-20T23:03:19.4279525Z [00:02:04.711]➜  # get https://proxy.golang.org/github.com/therootcompany/xz/@v/v1.0.1.info
2025-08-20T23:03:19.4280200Z [00:02:04.711]➜  # get https://proxy.golang.org/github.com/yuin/goldmark-emoji/@v/v1.0.5.info
2025-08-20T23:03:19.4311171Z [00:02:04.714]➜  # get https://proxy.golang.org/github.com/sorairolake/lzip-go/@v/v0.3.5.info: 200 OK (0.009s)
2025-08-20T23:03:19.4315373Z [00:02:04.715]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.33.info
2025-08-20T23:03:19.4344952Z [00:02:04.718]➜  # get https://proxy.golang.org/github.com/therootcompany/xz/@v/v1.0.1.info: 200 OK (0.007s)
2025-08-20T23:03:19.4350234Z [00:02:04.718]➜  # get https://proxy.golang.org/github.com/aymerick/douceur/@v/v0.2.0.info: 200 OK (0.008s)
2025-08-20T23:03:19.4351104Z [00:02:04.718]➜  # get https://proxy.golang.org/github.com/xi2/xz/@v/v0.0.0-20171230120015-48954b6210f8.info
2025-08-20T23:03:19.4351794Z [00:02:04.718]➜  # get https://proxy.golang.org/github.com/kjk/lzma/@v/v0.0.0-20161016003348-3fd93898850d.info
2025-08-20T23:03:19.4374876Z [00:02:04.721]➜  # get https://proxy.golang.org/github.com/yuin/goldmark-emoji/@v/v1.0.5.info: 200 OK (0.010s)
2025-08-20T23:03:19.4377440Z [00:02:04.721]➜  # get https://proxy.golang.org/github.com/sendgrid/rest/@v/v2.6.9+incompatible.info: 200 OK (0.010s)
2025-08-20T23:03:19.4382547Z [00:02:04.721]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info
2025-08-20T23:03:19.4392846Z [00:02:04.722]➜  # get https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.7.8.info
2025-08-20T23:03:19.4395508Z [00:02:04.723]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.33.info: 200 OK (0.008s)
2025-08-20T23:03:19.4399713Z [00:02:04.723]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info
2025-08-20T23:03:19.4421431Z [00:02:04.725]➜  # get https://proxy.golang.org/github.com/xi2/xz/@v/v0.0.0-20171230120015-48954b6210f8.info: 200 OK (0.007s)
2025-08-20T23:03:19.4442839Z [00:02:04.727]➜  # get https://proxy.golang.org/github.com/kjk/lzma/@v/v0.0.0-20161016003348-3fd93898850d.info: 200 OK (0.009s)
2025-08-20T23:03:19.4447903Z [00:02:04.728]➜  # get https://proxy.golang.org/github.com/docker/distribution/@v/v2.8.3+incompatible.info
2025-08-20T23:03:19.4461555Z [00:02:04.729]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info: 200 OK (0.006s)
2025-08-20T23:03:19.4463996Z [00:02:04.730]➜  # get https://proxy.golang.org/github.com/yuin/goldmark/@v/v1.7.8.info: 200 OK (0.007s)
2025-08-20T23:03:19.4471628Z [00:02:04.730]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.53.0.info
2025-08-20T23:03:19.4473135Z [00:02:04.730]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info: 200 OK (0.009s)
2025-08-20T23:03:19.4474301Z [00:02:04.730]➜  # get https://proxy.golang.org/github.com/elastic/elastic-transport-go/v8/@v/v8.6.1.info
2025-08-20T23:03:19.4478628Z [00:02:04.731]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.6.info
2025-08-20T23:03:19.4501065Z [00:02:04.733]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info
2025-08-20T23:03:19.4513818Z [00:02:04.735]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.53.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.4519116Z [00:02:04.735]➜  # get https://proxy.golang.org/github.com/docker/distribution/@v/v2.8.3+incompatible.info: 200 OK (0.007s)
2025-08-20T23:03:19.4523104Z [00:02:04.735]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info
2025-08-20T23:03:19.4524435Z [00:02:04.736]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.11.info
2025-08-20T23:03:19.4541697Z [00:02:04.737]➜  # get https://proxy.golang.org/github.com/elastic/elastic-transport-go/v8/@v/v8.6.1.info: 200 OK (0.007s)
2025-08-20T23:03:19.4544177Z [00:02:04.738]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.6.info: 200 OK (0.007s)
2025-08-20T23:03:19.4546335Z [00:02:04.738]➜  # get https://proxy.golang.org/github.com/vbatts/tar-split/@v/v0.12.1.info
2025-08-20T23:03:19.4548081Z [00:02:04.738]➜  # get https://proxy.golang.org/github.com/k0kubun/go-ansi/@v/v0.0.0-20180517002512-3bf9e2903213.info
2025-08-20T23:03:19.4561698Z [00:02:04.739]➜  # get https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.info: 200 OK (0.006s)
2025-08-20T23:03:19.4572359Z [00:02:04.740]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info: 200 OK (0.005s)
2025-08-20T23:03:19.4578991Z [00:02:04.741]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.11.info: 200 OK (0.005s)
2025-08-20T23:03:19.4584298Z [00:02:04.742]➜  # get https://proxy.golang.org/github.com/k0kubun/go-ansi/@v/v0.0.0-20180517002512-3bf9e2903213.info: 200 OK (0.003s)
2025-08-20T23:03:19.4590019Z [00:02:04.742]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.4.info
2025-08-20T23:03:19.4591118Z [00:02:04.742]➜  # get https://proxy.golang.org/github.com/gorilla/css/@v/v1.0.1.info
2025-08-20T23:03:19.4592163Z [00:02:04.742]➜  # get https://proxy.golang.org/github.com/vbatts/tar-split/@v/v0.12.1.info: 200 OK (0.004s)
2025-08-20T23:03:19.4593276Z [00:02:04.742]➜  # get https://proxy.golang.org/gopkg.in/warnings.v0/@v/v0.1.2.info
2025-08-20T23:03:19.4594972Z [00:02:04.743]➜  # get https://proxy.golang.org/github.com/schollz/progressbar/v3/@v/v3.17.1.info
2025-08-20T23:03:19.4606702Z [00:02:04.744]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.4.info: 200 OK (0.002s)
2025-08-20T23:03:19.4613079Z [00:02:04.745]➜  # get https://proxy.golang.org/github.com/gorilla/css/@v/v1.0.1.info: 200 OK (0.003s)
2025-08-20T23:03:19.4618075Z [00:02:04.745]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info
2025-08-20T23:03:19.4619198Z [00:02:04.745]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info
2025-08-20T23:03:19.4620561Z [00:02:04.745]➜  # get https://proxy.golang.org/gopkg.in/warnings.v0/@v/v0.1.2.info: 200 OK (0.003s)
2025-08-20T23:03:19.4625652Z [00:02:04.746]➜  # get https://proxy.golang.org/github.com/schollz/progressbar/v3/@v/v3.17.1.info: 200 OK (0.003s)
2025-08-20T23:03:19.4629680Z [00:02:04.746]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.36.0.info
2025-08-20T23:03:19.4638011Z [00:02:04.747]➜  # get https://proxy.golang.org/go4.org/@v/v0.0.0-20230225012048-214862532bf5.info: 200 OK (0.002s)
2025-08-20T23:03:19.4642016Z [00:02:04.747]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.37.info
2025-08-20T23:03:19.4644615Z [00:02:04.748]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info: 200 OK (0.003s)
2025-08-20T23:03:19.4647880Z [00:02:04.748]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info
2025-08-20T23:03:19.4653364Z [00:02:04.749]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.36.0.info: 200 OK (0.002s)
2025-08-20T23:03:19.4660496Z [00:02:04.749]➜  # get https://proxy.golang.org/github.com/bill-rich/go-syslog/@v/v0.0.0-20220413021637-49edb52a574c.info
2025-08-20T23:03:19.4662971Z [00:02:04.750]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.37.info: 200 OK (0.002s)
2025-08-20T23:03:19.4672574Z [00:02:04.750]➜  # get https://proxy.golang.org/github.com/crewjam/rfc5424/@v/v0.1.0.info
2025-08-20T23:03:19.4674090Z [00:02:04.751]➜  # get https://proxy.golang.org/github.com/shuheiktgw/go-travis/@v/v0.3.1.info
2025-08-20T23:03:19.4675278Z [00:02:04.751]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info: 200 OK (0.003s)
2025-08-20T23:03:19.4686377Z [00:02:04.752]➜  # get https://proxy.golang.org/github.com/bill-rich/go-syslog/@v/v0.0.0-20220413021637-49edb52a574c.info: 200 OK (0.002s)
2025-08-20T23:03:19.4687918Z [00:02:04.752]➜  # get https://proxy.golang.org/github.com/bodgit/windows/@v/v1.0.1.info
2025-08-20T23:03:19.4697320Z [00:02:04.753]➜  # get https://proxy.golang.org/github.com/mitchellh/colorstring/@v/v0.0.0-20190213212951-d06e56a500db.info
2025-08-20T23:03:19.4709774Z [00:02:04.754]➜  # get https://proxy.golang.org/github.com/crewjam/rfc5424/@v/v0.1.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.4712183Z [00:02:04.754]➜  # get https://proxy.golang.org/github.com/shuheiktgw/go-travis/@v/v0.3.1.info: 200 OK (0.004s)
2025-08-20T23:03:19.4716836Z [00:02:04.755]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.4.info
2025-08-20T23:03:19.4723426Z [00:02:04.756]➜  # get https://proxy.golang.org/github.com/bodgit/windows/@v/v1.0.1.info: 200 OK (0.004s)
2025-08-20T23:03:19.4726272Z [00:02:04.756]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.53.0.info
2025-08-20T23:03:19.4731844Z [00:02:04.756]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.18.info
2025-08-20T23:03:19.4761541Z [00:02:04.759]➜  # get https://proxy.golang.org/github.com/mitchellh/colorstring/@v/v0.0.0-20190213212951-d06e56a500db.info: 200 OK (0.006s)
2025-08-20T23:03:19.4769575Z [00:02:04.760]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info
2025-08-20T23:03:19.4825285Z [00:02:04.766]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.4.info: 200 OK (0.009s)
2025-08-20T23:03:19.4826738Z [00:02:04.766]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.37.info
2025-08-20T23:03:19.4827740Z [00:02:04.766]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.33.0.info
2025-08-20T23:03:19.4828980Z [00:02:04.766]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.18.info: 200 OK (0.008s)
2025-08-20T23:03:19.4830962Z [00:02:04.766]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.53.0.info: 200 OK (0.008s)
2025-08-20T23:03:19.4833172Z [00:02:04.766]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.4851561Z [00:02:04.767]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.37.info: 200 OK (0.003s)
2025-08-20T23:03:19.4866384Z [00:02:04.770]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.33.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.4868665Z [00:02:04.770]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info
2025-08-20T23:03:19.4872720Z [00:02:04.770]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.37.info
2025-08-20T23:03:19.4874836Z [00:02:04.771]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sns/@v/v1.34.8.info
2025-08-20T23:03:19.4912547Z [00:02:04.774]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sns/@v/v1.34.8.info: 200 OK (0.004s)
2025-08-20T23:03:19.4921063Z [00:02:04.775]➜  # get https://proxy.golang.org/github.com/kevinburke/ssh_config/@v/v1.2.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.4923089Z [00:02:04.775]➜  # get https://proxy.golang.org/github.com/skeema/knownhosts/@v/v1.3.0.info
2025-08-20T23:03:19.4924139Z [00:02:04.775]➜  # get https://proxy.golang.org/github.com/xanzy/ssh-agent/@v/v0.3.3.info
2025-08-20T23:03:19.4925333Z [00:02:04.775]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.37.info: 200 OK (0.005s)
2025-08-20T23:03:19.4926656Z [00:02:04.775]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.5.info
2025-08-20T23:03:19.4930584Z [00:02:04.776]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.18.info
2025-08-20T23:03:19.4944659Z [00:02:04.778]➜  # get https://proxy.golang.org/github.com/skeema/knownhosts/@v/v1.3.0.info: 200 OK (0.003s)
2025-08-20T23:03:19.4959572Z [00:02:04.779]➜  # get https://proxy.golang.org/github.com/couchbase/gocb/v2/@v/v2.10.1.info
2025-08-20T23:03:19.4961696Z [00:02:04.779]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.5.info: 200 OK (0.004s)
2025-08-20T23:03:19.4967645Z [00:02:04.780]➜  # get https://proxy.golang.org/github.com/xanzy/ssh-agent/@v/v0.3.3.info: 200 OK (0.005s)
2025-08-20T23:03:19.4969155Z [00:02:04.780]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.18.info: 200 OK (0.004s)
2025-08-20T23:03:19.4973744Z [00:02:04.781]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.info
2025-08-20T23:03:19.4981204Z [00:02:04.781]➜  # get https://proxy.golang.org/pault.ag/go/topsort/@v/v0.1.1.info
2025-08-20T23:03:19.5009999Z [00:02:04.784]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info
2025-08-20T23:03:19.5011870Z [00:02:04.784]➜  # get https://proxy.golang.org/github.com/couchbase/gocb/v2/@v/v2.10.1.info: 200 OK (0.005s)
2025-08-20T23:03:19.5019041Z [00:02:04.785]➜  # get https://proxy.golang.org/github.com/couchbase/goprotostellar/@v/v1.0.2.info
2025-08-20T23:03:19.5020237Z [00:02:04.785]➜  # get https://proxy.golang.org/pault.ag/go/topsort/@v/v0.1.1.info: 200 OK (0.004s)
2025-08-20T23:03:19.5021025Z [00:02:04.785]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.info: 200 OK (0.005s)
2025-08-20T23:03:19.5036222Z [00:02:04.787]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info
2025-08-20T23:03:19.5049857Z [00:02:04.788]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info: 200 OK (0.004s)
2025-08-20T23:03:19.5055837Z [00:02:04.789]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250501225837-2ac532fd4443.info
2025-08-20T23:03:19.5082176Z [00:02:04.791]➜  # get https://proxy.golang.org/github.com/couchbase/goprotostellar/@v/v1.0.2.info: 200 OK (0.006s)
2025-08-20T23:03:19.5087917Z [00:02:04.792]➜  # get https://proxy.golang.org/github.com/couchbase/gocbcore/v10/@v/v10.7.1.info
2025-08-20T23:03:19.5091472Z [00:02:04.792]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.5136257Z [00:02:04.797]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250501225837-2ac532fd4443.info: 200 OK (0.008s)
2025-08-20T23:03:19.5145648Z [00:02:04.798]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.0.5.info
2025-08-20T23:03:19.5157149Z [00:02:04.799]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info
2025-08-20T23:03:19.5182621Z [00:02:04.801]➜  # get https://proxy.golang.org/github.com/couchbase/gocbcore/v10/@v/v10.7.1.info: 200 OK (0.009s)
2025-08-20T23:03:19.5188713Z [00:02:04.802]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info
2025-08-20T23:03:19.5195475Z [00:02:04.803]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.0.5.info: 200 OK (0.005s)
2025-08-20T23:03:19.5200940Z [00:02:04.803]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.24.0.info
2025-08-20T23:03:19.5224517Z [00:02:04.806]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info: 200 OK (0.007s)
2025-08-20T23:03:19.5247970Z [00:02:04.808]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v0.0.4.info: 200 OK (0.005s)
2025-08-20T23:03:19.5249926Z [00:02:04.808]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info
2025-08-20T23:03:19.5258081Z [00:02:04.809]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.24.0.info: 200 OK (0.005s)
2025-08-20T23:03:19.5355983Z [00:02:04.819]➜  # get https://proxy.golang.org/github.com/jlaffaye/ftp/@v/v0.2.0.info
2025-08-20T23:03:19.5368195Z [00:02:04.819]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info: 200 OK (0.011s)
2025-08-20T23:03:19.5373217Z [00:02:04.820]➜  # get https://proxy.golang.org/github.com/couchbase/gocbcoreps/@v/v0.1.3.info
2025-08-20T23:03:19.5398083Z [00:02:04.823]➜  # get https://proxy.golang.org/github.com/jlaffaye/ftp/@v/v0.2.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.5420998Z [00:02:04.824]➜  # get https://proxy.golang.org/github.com/microsoft/go-mssqldb/@v/v1.8.2.info
2025-08-20T23:03:19.5424331Z [00:02:04.824]➜  # get https://proxy.golang.org/github.com/couchbase/gocbcoreps/@v/v0.1.3.info: 200 OK (0.004s)
2025-08-20T23:03:19.5427961Z [00:02:04.826]➜  # get https://proxy.golang.org/github.com/go-ldap/ldap/v3/@v/v3.4.11.info
2025-08-20T23:03:19.5428951Z [00:02:04.826]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.4.0.info
2025-08-20T23:03:19.5434909Z [00:02:04.827]➜  # get https://proxy.golang.org/github.com/microsoft/go-mssqldb/@v/v1.8.2.info: 200 OK (0.003s)
2025-08-20T23:03:19.5467185Z [00:02:04.830]➜  # get https://proxy.golang.org/github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.info
2025-08-20T23:03:19.5469076Z [00:02:04.830]➜  # get https://proxy.golang.org/github.com/golang-sql/sqlexp/@v/v0.1.0.info
2025-08-20T23:03:19.5471287Z [00:02:04.830]➜  # get https://proxy.golang.org/github.com/go-ldap/ldap/v3/@v/v3.4.11.info: 200 OK (0.003s)
2025-08-20T23:03:19.5472560Z [00:02:04.830]➜  # get https://proxy.golang.org/github.com/grpc-ecosystem/go-grpc-middleware/@v/v1.4.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.5484490Z [00:02:04.831]➜  # get https://proxy.golang.org/github.com/couchbaselabs/gocbconnstr/v2/@v/v2.0.0-20240607131231-fb385523de28.info
2025-08-20T23:03:19.5487359Z [00:02:04.832]➜  # get https://proxy.golang.org/github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.info: 200 OK (0.003s)
2025-08-20T23:03:19.5491041Z [00:02:04.832]➜  # get https://proxy.golang.org/github.com/%21azure/go-ntlmssp/@v/v0.0.0-20221128193559-754e69321358.info
2025-08-20T23:03:19.5503738Z [00:02:04.833]➜  # get https://proxy.golang.org/github.com/go-asn1-ber/asn1-ber/@v/v1.5.8-0.20250403174932-29230038a667.info
2025-08-20T23:03:19.5510040Z [00:02:04.834]➜  # get https://proxy.golang.org/github.com/golang-sql/sqlexp/@v/v0.1.0.info: 200 OK (0.004s)
2025-08-20T23:03:19.5512783Z [00:02:04.834]➜  # get https://proxy.golang.org/github.com/couchbaselabs/gocbconnstr/v2/@v/v2.0.0-20240607131231-fb385523de28.info: 200 OK (0.004s)
2025-08-20T23:03:19.5554887Z [00:02:04.838]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.4.info
2025-08-20T23:03:19.5557823Z [00:02:04.838]➜  # get https://proxy.golang.org/github.com/%21azure/go-ntlmssp/@v/v0.0.0-20221128193559-754e69321358.info: 200 OK (0.006s)
2025-08-20T23:03:19.5559586Z [00:02:04.839]➜  # get https://proxy.golang.org/github.com/go-asn1-ber/asn1-ber/@v/v1.5.8-0.20250403174932-29230038a667.info: 200 OK (0.006s)
2025-08-20T23:03:19.5585513Z [00:02:04.842]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.17.4.info: 200 OK (0.004s)
2025-08-20T23:03:19.5604600Z [00:02:04.844]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info
2025-08-20T23:03:19.5631945Z [00:02:04.846]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20240726163527-a2c0da244d78.info: 200 OK (0.003s)
2025-08-20T23:03:19.5665805Z [00:02:04.849]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info
2025-08-20T23:03:19.5666889Z [00:02:04.850]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info
2025-08-20T23:03:19.5669518Z [00:02:04.850]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info
2025-08-20T23:03:19.5695821Z [00:02:04.853]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info: 200 OK (0.003s)
2025-08-20T23:03:19.5700685Z [00:02:04.853]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info: 200 OK (0.004s)
2025-08-20T23:03:19.5707360Z [00:02:04.854]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info
2025-08-20T23:03:19.5709156Z [00:02:04.854]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.1.info: 200 OK (0.003s)
2025-08-20T23:03:19.5716079Z [00:02:04.855]➜  # get https://proxy.golang.org/github.com/rabbitmq/amqp091-go/@v/v1.10.0.info
2025-08-20T23:03:19.5718619Z [00:02:04.855]➜  # get https://proxy.golang.org/github.com/go-redis/redis/@v/v6.15.9+incompatible.info
2025-08-20T23:03:19.5725173Z [00:02:04.856]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info: 200 OK (0.002s)
2025-08-20T23:03:19.5754025Z [00:02:04.858]➜  # get https://proxy.golang.org/github.com/rabbitmq/amqp091-go/@v/v1.10.0.info: 200 OK (0.003s)
2025-08-20T23:03:19.5762713Z [00:02:04.859]➜  # get https://proxy.golang.org/github.com/go-redis/redis/@v/v6.15.9+incompatible.info: 200 OK (0.003s)
2025-08-20T23:03:19.6257751Z [00:02:04.909]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:19.6258307Z [00:02:04.909]➜  git status --porcelain
2025-08-20T23:03:19.7983379Z [00:02:05.082]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:19.7984384Z [00:02:05.082]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T23:03:19.8006295Z [00:02:05.084]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git config extensions.objectformat
2025-08-20T23:03:19.8017482Z [00:02:05.085]➜  0.001s # cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git config extensions.objectformat
2025-08-20T23:03:19.8019076Z [00:02:05.085]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 7c0d6b3039d859ca1572cb0ace70162185f4e542 --
2025-08-20T23:03:19.8162916Z [00:02:05.099]➜  0.014s # cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 7c0d6b3039d859ca1572cb0ace70162185f4e542 --
2025-08-20T23:03:19.8164860Z [00:02:05.099]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 7c0d6b3039d859ca1572cb0ace70162185f4e542
2025-08-20T23:03:19.8574779Z [00:02:05.141]➜  0.041s # cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git for-each-ref --format %(refname) refs/tags --merged 7c0d6b3039d859ca1572cb0ace70162185f4e542
2025-08-20T23:03:19.8576973Z [00:02:05.141]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 7c0d6b3039d8 --
2025-08-20T23:03:19.8608194Z [00:02:05.144]➜  0.003s # cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' 7c0d6b3039d8 --
2025-08-20T23:03:19.8609988Z [00:02:05.144]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git cat-file blob 7c0d6b3039d859ca1572cb0ace70162185f4e542:go.mod
2025-08-20T23:03:19.8632861Z [00:02:05.146]➜  0.002s # cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git cat-file blob 7c0d6b3039d859ca1572cb0ace70162185f4e542:go.mod
2025-08-20T23:03:19.8633924Z [00:02:05.146]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git cat-file blob 7c0d6b3039d859ca1572cb0ace70162185f4e542:v3/go.mod
2025-08-20T23:03:19.8648120Z [00:02:05.148]➜  0.002s # cd /tmp/tmp.a3DMfrd74X/TEMPREPO; git cat-file blob 7c0d6b3039d859ca1572cb0ace70162185f4e542:v3/go.mod
2025-08-20T23:03:19.8788023Z [00:02:05.162]➜  internal/byteorder
2025-08-20T23:03:19.8788556Z [00:02:05.162]➜  mkdir -p $WORK/b013/
2025-08-20T23:03:19.8789942Z [00:02:05.162]➜  internal/unsafeheader
2025-08-20T23:03:19.8791376Z [00:02:05.162]➜  mkdir -p $WORK/b009/
2025-08-20T23:03:19.8792519Z [00:02:05.163]➜  internal/goarch
2025-08-20T23:03:19.8794038Z [00:02:05.163]➜  mkdir -p $WORK/b007/
2025-08-20T23:03:19.8799601Z [00:02:05.163]➜  echo '# import config' > $WORK/b009/importcfg # internal
2025-08-20T23:03:19.8808426Z [00:02:05.163]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:19.8812351Z [00:02:05.163]➜  /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-20T23:03:19.8815361Z [00:02:05.163]➜  echo '# import config' > $WORK/b007/importcfg # internal
2025-08-20T23:03:19.8819084Z [00:02:05.163]➜  /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-20T23:03:19.8822570Z [00:02:05.163]➜  echo '# import config' > $WORK/b013/importcfg # internal
2025-08-20T23:03:19.8825631Z [00:02:05.163]➜  /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-20T23:03:19.8828748Z [00:02:05.166]➜  internal/cpu
2025-08-20T23:03:19.8835516Z [00:02:05.167]➜  mkdir -p $WORK/b012/
2025-08-20T23:03:19.8836292Z [00:02:05.167]➜  echo -n > $WORK/b012/go_asm.h # internal
2025-08-20T23:03:19.8836924Z [00:02:05.167]➜  cd /root/.go/src/internal/cpu
2025-08-20T23:03:19.8840222Z [00:02:05.167]➜  /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-20T23:03:19.8877704Z [00:02:05.170]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T23:03:19.8880357Z [00:02:05.171]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/71/71443e40c31c75855e817fa83dcdfbe5a56d181ed8f66b4feb8471cf86c4fad1-d # internal
2025-08-20T23:03:19.8882111Z [00:02:05.171]➜  internal/coverage/rtcov
2025-08-20T23:03:19.8883213Z [00:02:05.171]➜  mkdir -p $WORK/b015/
2025-08-20T23:03:19.8884309Z [00:02:05.171]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T23:03:19.8885031Z [00:02:05.171]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:19.8888045Z [00:02:05.171]➜  /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-20T23:03:19.8891177Z [00:02:05.171]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T23:03:19.8894744Z [00:02:05.171]➜  /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-20T23:03:19.8911120Z [00:02:05.174]➜  go tool buildid -w $WORK/b007/_pkg_.a # internal
2025-08-20T23:03:19.8913214Z [00:02:05.174]➜  cp $WORK/b007/_pkg_.a /root/.cache/go-build/e9/e9655f8b8db6fdd0cdbec4b1ced09ef43b369cf9ead11c1f7e851b6d818b1301-d # internal
2025-08-20T23:03:19.8918927Z [00:02:05.175]➜  internal/abi
2025-08-20T23:03:19.8922535Z [00:02:05.175]➜  mkdir -p $WORK/b006/
2025-08-20T23:03:19.8926572Z [00:02:05.176]➜  echo -n > $WORK/b006/go_asm.h # internal
2025-08-20T23:03:19.8927728Z [00:02:05.176]➜  cd /root/.go/src/internal/abi
2025-08-20T23:03:19.8931922Z [00:02:05.176]➜  /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-20T23:03:19.8975276Z [00:02:05.180]➜  cat >/tmp/go-build3700090427/b006/importcfg << 'EOF' # internal
2025-08-20T23:03:19.8976258Z [00:02:05.180]➜  # import config
2025-08-20T23:03:19.8977232Z [00:02:05.181]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:19.8977983Z [00:02:05.181]➜  EOF
2025-08-20T23:03:19.8978498Z [00:02:05.181]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:19.8985722Z [00:02:05.181]➜  /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-20T23:03:19.9017693Z [00:02:05.185]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T23:03:19.9035924Z [00:02:05.187]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T23:03:19.9037283Z [00:02:05.187]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/47/47ddc40f8e242113c76881415f1326c82a390fd7b9a68de4d8a2edea9785977b-d # internal
2025-08-20T23:03:19.9038993Z [00:02:05.187]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/77/77a99d080821d13defdd8cee964c70dba28e4d43e658b99801a0c4031592e32e-d # internal
2025-08-20T23:03:19.9040517Z [00:02:05.187]➜  internal/godebugs
2025-08-20T23:03:19.9041055Z [00:02:05.187]➜  mkdir -p $WORK/b016/
2025-08-20T23:03:19.9041758Z [00:02:05.187]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T23:03:19.9044910Z [00:02:05.187]➜  /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-20T23:03:19.9047518Z [00:02:05.187]➜  internal/goexperiment
2025-08-20T23:03:19.9048073Z [00:02:05.187]➜  mkdir -p $WORK/b017/
2025-08-20T23:03:19.9048767Z [00:02:05.187]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T23:03:19.9063581Z [00:02:05.187]➜  /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-20T23:03:19.9139046Z [00:02:05.197]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T23:03:19.9146092Z [00:02:05.198]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/0b/0b6eead678c426c1a2b0cfa0ea06f814bf58c5d0a4fa1caf2848c9f0a5e5ab2d-d # internal
2025-08-20T23:03:19.9148660Z [00:02:05.198]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T23:03:19.9155112Z [00:02:05.199]➜  internal/goos
2025-08-20T23:03:19.9155924Z [00:02:05.199]➜  mkdir -p $WORK/b018/
2025-08-20T23:03:19.9161018Z [00:02:05.199]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T23:03:19.9165432Z [00:02:05.200]➜  /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-20T23:03:19.9182807Z [00:02:05.201]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/a5/a54ed2441db48bd627d10738a907192828e1335307d71a1aba733507f51d1eba-d # internal
2025-08-20T23:03:19.9185083Z [00:02:05.202]➜  internal/profilerecord
2025-08-20T23:03:19.9185876Z [00:02:05.202]➜  mkdir -p $WORK/b019/
2025-08-20T23:03:19.9190072Z [00:02:05.202]➜  echo '# import config' > $WORK/b019/importcfg # internal
2025-08-20T23:03:19.9195223Z [00:02:05.202]➜  /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-20T23:03:19.9243336Z [00:02:05.208]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T23:03:19.9278307Z [00:02:05.211]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/ee/ee9c2c442c895a62962313c13ab6a23fcf0a7e92e6c4ca1a6948cb91c2c1cd29-d # internal
2025-08-20T23:03:19.9283682Z [00:02:05.212]➜  internal/runtime/atomic
2025-08-20T23:03:19.9284277Z [00:02:05.212]➜  mkdir -p $WORK/b020/
2025-08-20T23:03:19.9291590Z [00:02:05.212]➜  echo -n > $WORK/b020/go_asm.h # internal
2025-08-20T23:03:19.9293825Z [00:02:05.212]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T23:03:19.9296212Z [00:02:05.212]➜  /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-20T23:03:19.9464152Z [00:02:05.229]➜  cd /root/.go/src/internal/cpu
2025-08-20T23:03:19.9468426Z [00:02:05.229]➜  /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-20T23:03:19.9470350Z [00:02:05.230]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T23:03:19.9496042Z [00:02:05.233]➜  cat >/tmp/go-build3700090427/b020/importcfg << 'EOF' # internal
2025-08-20T23:03:19.9497161Z [00:02:05.233]➜  # import config
2025-08-20T23:03:19.9498950Z [00:02:05.233]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:19.9499811Z [00:02:05.233]➜  EOF
2025-08-20T23:03:19.9500829Z [00:02:05.233]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/d9/d911527e652bf6956cdb31c1f2b09a5e47883f089e8d5fd1d1ea2028dbedc0c3-d # internal
2025-08-20T23:03:19.9502993Z [00:02:05.233]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:19.9509928Z [00:02:05.233]➜  /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-20T23:03:19.9514616Z [00:02:05.234]➜  cd /root/.go/src/internal/cpu
2025-08-20T23:03:19.9516431Z [00:02:05.234]➜  /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-20T23:03:19.9526059Z [00:02:05.236]➜  internal/runtime/math
2025-08-20T23:03:19.9526603Z [00:02:05.236]➜  mkdir -p $WORK/b023/
2025-08-20T23:03:19.9527312Z [00:02:05.236]➜  cat >/tmp/go-build3700090427/b023/importcfg << 'EOF' # internal
2025-08-20T23:03:19.9527978Z [00:02:05.236]➜  # import config
2025-08-20T23:03:19.9528713Z [00:02:05.236]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:19.9529643Z [00:02:05.236]➜  EOF
2025-08-20T23:03:19.9530510Z [00:02:05.236]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:19.9533600Z [00:02:05.236]➜  /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-20T23:03:19.9555536Z [00:02:05.239]➜  cd /root/.go/src/internal/cpu
2025-08-20T23:03:19.9556740Z [00:02:05.239]➜  go tool pack r $WORK/b012/_pkg_.a $WORK/b012/cpu.o $WORK/b012/cpu_x86.o # internal
2025-08-20T23:03:19.9557923Z [00:02:05.239]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T23:03:19.9567956Z [00:02:05.240]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/12/1241189f936be1f2b6685ca9f274a1ebe69772508f13db21f5490e802eb65af7-d # internal
2025-08-20T23:03:19.9573291Z [00:02:05.240]➜  internal/bytealg
2025-08-20T23:03:19.9574810Z [00:02:05.241]➜  mkdir -p $WORK/b011/
2025-08-20T23:03:19.9577160Z [00:02:05.241]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T23:03:19.9578980Z [00:02:05.241]➜  cd /root/.go/src/internal/bytealg
2025-08-20T23:03:19.9581598Z [00:02:05.241]➜  /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-20T23:03:19.9651321Z [00:02:05.248]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T23:03:19.9673983Z [00:02:05.250]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/5f/5fbdea78dfde0d9e69f5bf85f2d2c97dedba08b64a69af9d2f550f4926d60ab1-d # internal
2025-08-20T23:03:19.9678740Z [00:02:05.250]➜  internal/chacha8rand
2025-08-20T23:03:19.9679294Z [00:02:05.250]➜  mkdir -p $WORK/b014/
2025-08-20T23:03:19.9680907Z [00:02:05.250]➜  echo -n > $WORK/b014/go_asm.h # internal
2025-08-20T23:03:19.9681546Z [00:02:05.250]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T23:03:19.9683792Z [00:02:05.250]➜  /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-20T23:03:19.9685961Z [00:02:05.251]➜  cat >/tmp/go-build3700090427/b011/importcfg << 'EOF' # internal
2025-08-20T23:03:19.9686610Z [00:02:05.251]➜  # import config
2025-08-20T23:03:19.9687282Z [00:02:05.251]➜  packagefile internal/cpu=/tmp/go-build3700090427/b012/_pkg_.a
2025-08-20T23:03:19.9687921Z [00:02:05.251]➜  EOF
2025-08-20T23:03:19.9688431Z [00:02:05.251]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:19.9694913Z [00:02:05.251]➜  /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-20T23:03:19.9709846Z [00:02:05.254]➜  cat >/tmp/go-build3700090427/b014/importcfg << 'EOF' # internal
2025-08-20T23:03:19.9713663Z [00:02:05.254]➜  # import config
2025-08-20T23:03:19.9714439Z [00:02:05.254]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:19.9715412Z [00:02:05.254]➜  packagefile internal/cpu=/tmp/go-build3700090427/b012/_pkg_.a
2025-08-20T23:03:19.9716325Z [00:02:05.254]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:19.9716997Z [00:02:05.254]➜  EOF
2025-08-20T23:03:19.9720759Z [00:02:05.254]➜  /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-20T23:03:19.9929029Z [00:02:05.276]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T23:03:19.9931716Z [00:02:05.276]➜  /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-20T23:03:19.9955435Z [00:02:05.279]➜  cd /root/.go/src/internal/bytealg
2025-08-20T23:03:19.9959763Z [00:02:05.279]➜  /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-20T23:03:19.9997754Z [00:02:05.282]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T23:03:20.0002026Z [00:02:05.283]➜  go tool pack r $WORK/b020/_pkg_.a $WORK/b020/atomic_amd64.o # internal
2025-08-20T23:03:20.0002935Z [00:02:05.283]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T23:03:20.0003573Z [00:02:05.283]➜  cd /root/.go/src/internal/bytealg
2025-08-20T23:03:20.0005727Z [00:02:05.283]➜  /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-20T23:03:20.0023646Z [00:02:05.285]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/97/9749165920c87ef703ec0d9a98e800ff906f19e7cca65f624f4da199b3798019-d # internal
2025-08-20T23:03:20.0025101Z [00:02:05.285]➜  internal/runtime/strconv
2025-08-20T23:03:20.0025609Z [00:02:05.286]➜  mkdir -p $WORK/b022/
2025-08-20T23:03:20.0034110Z [00:02:05.287]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T23:03:20.0038305Z [00:02:05.287]➜  /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-20T23:03:20.0048736Z [00:02:05.287]➜  cat >/tmp/go-build3700090427/b022/importcfg << 'EOF' # internal
2025-08-20T23:03:20.0049715Z [00:02:05.287]➜  # import config
2025-08-20T23:03:20.0050518Z [00:02:05.287]➜  packagefile internal/runtime/math=/tmp/go-build3700090427/b023/_pkg_.a
2025-08-20T23:03:20.0051233Z [00:02:05.287]➜  EOF
2025-08-20T23:03:20.0051705Z [00:02:05.287]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.0054905Z [00:02:05.287]➜  /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-20T23:03:20.0108237Z [00:02:05.293]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T23:03:20.0109317Z [00:02:05.293]➜  go tool pack r $WORK/b014/_pkg_.a $WORK/b014/chacha8_amd64.o # internal
2025-08-20T23:03:20.0110519Z [00:02:05.293]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T23:03:20.0111962Z [00:02:05.293]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/09/0929257a7b550b8a5edfd306ca626cbae55ccc6f8ce26e0f6f85b18418ed6cc8-d # internal
2025-08-20T23:03:20.0113241Z [00:02:05.293]➜  internal/runtime/syscall
2025-08-20T23:03:20.0113976Z [00:02:05.293]➜  mkdir -p $WORK/b024/
2025-08-20T23:03:20.0114722Z [00:02:05.293]➜  echo -n > $WORK/b024/go_asm.h # internal
2025-08-20T23:03:20.0115546Z [00:02:05.294]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T23:03:20.0118312Z [00:02:05.294]➜  /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-20T23:03:20.0120804Z [00:02:05.294]➜  cd /root/.go/src/internal/bytealg
2025-08-20T23:03:20.0123095Z [00:02:05.294]➜  /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-20T23:03:20.0161317Z [00:02:05.299]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T23:03:20.0171858Z [00:02:05.300]➜  cat >/tmp/go-build3700090427/b024/importcfg << 'EOF' # internal
2025-08-20T23:03:20.0182291Z [00:02:05.300]➜  # import config
2025-08-20T23:03:20.0183044Z [00:02:05.300]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:20.0183751Z [00:02:05.300]➜  EOF
2025-08-20T23:03:20.0184263Z [00:02:05.300]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.0188698Z [00:02:05.300]➜  /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-20T23:03:20.0194262Z [00:02:05.301]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/09/0946d0641df597fd14920b415d1cfec16a90cee6e19e8821c6d1c8fdffcfce9d-d # internal
2025-08-20T23:03:20.0205570Z [00:02:05.303]➜  cd /root/.go/src/internal/bytealg
2025-08-20T23:03:20.0220616Z [00:02:05.303]➜  /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-20T23:03:20.0222735Z [00:02:05.303]➜  internal/runtime/exithook
2025-08-20T23:03:20.0223272Z [00:02:05.303]➜  mkdir -p $WORK/b025/
2025-08-20T23:03:20.0223973Z [00:02:05.304]➜  cat >/tmp/go-build3700090427/b025/importcfg << 'EOF' # internal
2025-08-20T23:03:20.0224630Z [00:02:05.304]➜  # import config
2025-08-20T23:03:20.0226786Z [00:02:05.304]➜  packagefile internal/runtime/atomic=/tmp/go-build3700090427/b020/_pkg_.a
2025-08-20T23:03:20.0227957Z [00:02:05.304]➜  EOF
2025-08-20T23:03:20.0228745Z [00:02:05.304]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.0236308Z [00:02:05.304]➜  /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-20T23:03:20.0285246Z [00:02:05.312]➜  cd /root/.go/src/internal/bytealg
2025-08-20T23:03:20.0319139Z [00:02:05.312]➜  /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-20T23:03:20.0363078Z [00:02:05.319]➜  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-20T23:03:20.0364900Z [00:02:05.320]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T23:03:20.0392337Z [00:02:05.322]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/dd/dd49f52524bbcc5eb4d0c6d27149ca286174e03882208775b90b7a2bc1febfe3-d # internal
2025-08-20T23:03:20.0393827Z [00:02:05.322]➜  internal/runtime/gc
2025-08-20T23:03:20.0415540Z [00:02:05.322]➜  mkdir -p $WORK/b026/
2025-08-20T23:03:20.0416416Z [00:02:05.322]➜  cat >/tmp/go-build3700090427/b026/importcfg << 'EOF' # internal
2025-08-20T23:03:20.0417132Z [00:02:05.323]➜  # import config
2025-08-20T23:03:20.0417879Z [00:02:05.323]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:20.0418610Z [00:02:05.323]➜  EOF
2025-08-20T23:03:20.0419105Z [00:02:05.323]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.0422921Z [00:02:05.323]➜  /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-20T23:03:20.0531821Z [00:02:05.336]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T23:03:20.0541386Z [00:02:05.337]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/29/2999620ea805d599fc56093435a9f94734462b0eb89a9515ca176bdc4b769cd5-d # internal
2025-08-20T23:03:20.0542655Z [00:02:05.337]➜  internal/asan
2025-08-20T23:03:20.0543308Z [00:02:05.337]➜  mkdir -p $WORK/b028/
2025-08-20T23:03:20.0552092Z [00:02:05.338]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T23:03:20.0560332Z [00:02:05.339]➜  /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-20T23:03:20.0575629Z [00:02:05.341]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T23:03:20.0580779Z [00:02:05.341]➜  /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-20T23:03:20.0629632Z [00:02:05.346]➜  go tool pack r $WORK/b024/_pkg_.a $WORK/b024/asm_linux_amd64.o # internal
2025-08-20T23:03:20.0631798Z [00:02:05.346]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T23:03:20.0638876Z [00:02:05.347]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/cf/cf6e35871a9bc9ffe2b6989531cfabfb07980c9b095cb415a34effa3e6cd8d16-d # internal
2025-08-20T23:03:20.0641950Z [00:02:05.347]➜  internal/runtime/cgroup
2025-08-20T23:03:20.0643681Z [00:02:05.347]➜  mkdir -p $WORK/b021/
2025-08-20T23:03:20.0650958Z [00:02:05.348]➜  cat >/tmp/go-build3700090427/b021/importcfg << 'EOF' # internal
2025-08-20T23:03:20.0651743Z [00:02:05.348]➜  # import config
2025-08-20T23:03:20.0652423Z [00:02:05.348]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:20.0656347Z [00:02:05.348]➜  packagefile internal/runtime/strconv=/tmp/go-build3700090427/b022/_pkg_.a
2025-08-20T23:03:20.0659000Z [00:02:05.349]➜  packagefile internal/runtime/syscall=/tmp/go-build3700090427/b024/_pkg_.a
2025-08-20T23:03:20.0662222Z [00:02:05.349]➜  EOF
2025-08-20T23:03:20.0662792Z [00:02:05.349]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.0666921Z [00:02:05.349]➜  /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-20T23:03:20.0710045Z [00:02:05.354]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T23:03:20.0721469Z [00:02:05.355]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/f8/f88fca14b143264910fec13e94c680f6782f11f8113e9d8ab8bb3c90ad1019f8-d # internal
2025-08-20T23:03:20.0735704Z [00:02:05.357]➜  internal/msan
2025-08-20T23:03:20.0739839Z [00:02:05.357]➜  mkdir -p $WORK/b029/
2025-08-20T23:03:20.0740545Z [00:02:05.357]➜  echo '# import config' > $WORK/b029/importcfg # internal
2025-08-20T23:03:20.0750958Z [00:02:05.357]➜  /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-20T23:03:20.0753804Z [00:02:05.357]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T23:03:20.0755143Z [00:02:05.357]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/03/03394bc37ba2480b3135a36b9eff30c18149048fde121a6a2f18ffcccc9bafac-d # internal
2025-08-20T23:03:20.0756261Z [00:02:05.358]➜  internal/runtime/sys
2025-08-20T23:03:20.0756771Z [00:02:05.358]➜  mkdir -p $WORK/b031/
2025-08-20T23:03:20.0757366Z [00:02:05.358]➜  echo -n > $WORK/b031/go_asm.h # internal
2025-08-20T23:03:20.0758020Z [00:02:05.358]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T23:03:20.0760440Z [00:02:05.358]➜  /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-20T23:03:20.0868452Z [00:02:05.370]➜  cat >/tmp/go-build3700090427/b031/importcfg << 'EOF' # internal
2025-08-20T23:03:20.0877797Z [00:02:05.370]➜  # import config
2025-08-20T23:03:20.0878813Z [00:02:05.370]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:20.0880575Z [00:02:05.370]➜  packagefile internal/goos=/tmp/go-build3700090427/b018/_pkg_.a
2025-08-20T23:03:20.0882413Z [00:02:05.370]➜  EOF
2025-08-20T23:03:20.0882882Z [00:02:05.370]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.0888354Z [00:02:05.370]➜  /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-20T23:03:20.0902291Z [00:02:05.373]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T23:03:20.0945968Z [00:02:05.378]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/8b/8bc238d887c2b4b98122a708b40f5f23002ece892b057553d6f86f1c7d8d2209-d # internal
2025-08-20T23:03:20.0961740Z [00:02:05.378]➜  internal/stringslite
2025-08-20T23:03:20.0972676Z [00:02:05.380]➜  mkdir -p $WORK/b032/
2025-08-20T23:03:20.0973542Z [00:02:05.380]➜  cat >/tmp/go-build3700090427/b032/importcfg << 'EOF' # internal
2025-08-20T23:03:20.0974242Z [00:02:05.380]➜  # import config
2025-08-20T23:03:20.0974946Z [00:02:05.380]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:20.0975649Z [00:02:05.380]➜  EOF
2025-08-20T23:03:20.0978823Z [00:02:05.380]➜  /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-20T23:03:20.1235520Z [00:02:05.407]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T23:03:20.1249957Z [00:02:05.408]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/08/080e951d83d32fe5db27e74360a07736e0a4459fa326cb3d70587c9827e49722-d # internal
2025-08-20T23:03:20.1256564Z [00:02:05.408]➜  internal/trace/tracev2
2025-08-20T23:03:20.1257159Z [00:02:05.408]➜  mkdir -p $WORK/b033/
2025-08-20T23:03:20.1257863Z [00:02:05.409]➜  echo '# import config' > $WORK/b033/importcfg # internal
2025-08-20T23:03:20.1263698Z [00:02:05.409]➜  /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-20T23:03:20.1303765Z [00:02:05.413]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T23:03:20.1307627Z [00:02:05.413]➜  /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-20T23:03:20.1355418Z [00:02:05.418]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T23:03:20.1363344Z [00:02:05.419]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/47/4739c5bc3c484af52abd20d90b84daf8590f7b284cd00635cd3086b00c02ce5e-d # internal
2025-08-20T23:03:20.1368591Z [00:02:05.420]➜  go tool pack r $WORK/b031/_pkg_.a $WORK/b031/empty.o # internal
2025-08-20T23:03:20.1373253Z [00:02:05.420]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T23:03:20.1381793Z [00:02:05.421]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/4f/4fc5c17be3819d9190c3feba2c4141c1217f9bcdced8c306557d2a40f88da216-d # internal
2025-08-20T23:03:20.1382877Z [00:02:05.421]➜  math/bits
2025-08-20T23:03:20.1383474Z [00:02:05.421]➜  mkdir -p $WORK/b040/
2025-08-20T23:03:20.1384134Z [00:02:05.421]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T23:03:20.1384830Z [00:02:05.421]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.1388039Z [00:02:05.421]➜  /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-20T23:03:20.1395845Z [00:02:05.423]➜  sync/atomic
2025-08-20T23:03:20.1396818Z [00:02:05.423]➜  mkdir -p $WORK/b037/
2025-08-20T23:03:20.1407108Z [00:02:05.424]➜  echo -n > $WORK/b037/go_asm.h # internal
2025-08-20T23:03:20.1414508Z [00:02:05.424]➜  cd /root/.go/src/sync/atomic
2025-08-20T23:03:20.1416355Z [00:02:05.424]➜  /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-20T23:03:20.1464508Z [00:02:05.430]➜  echo '# import config' > $WORK/b037/importcfg # internal
2025-08-20T23:03:20.1467973Z [00:02:05.430]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.1472276Z [00:02:05.430]➜  /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-20T23:03:20.1496858Z [00:02:05.433]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T23:03:20.1507445Z [00:02:05.434]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/94/94175a12fceee62d30ba4c0af031ab0aa81e52820ab6621930e9c767b233d594-d # internal
2025-08-20T23:03:20.1514356Z [00:02:05.434]➜  unicode
2025-08-20T23:03:20.1514854Z [00:02:05.435]➜  mkdir -p $WORK/b041/
2025-08-20T23:03:20.1519775Z [00:02:05.435]➜  echo '# import config' > $WORK/b041/importcfg # internal
2025-08-20T23:03:20.1524474Z [00:02:05.435]➜  /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-20T23:03:20.1555964Z [00:02:05.439]➜  cd /root/.go/src/internal/abi
2025-08-20T23:03:20.1558051Z [00:02:05.439]➜  /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-20T23:03:20.1597570Z [00:02:05.443]➜  /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-20T23:03:20.1670894Z [00:02:05.450]➜  go tool pack r $WORK/b006/_pkg_.a $WORK/b006/abi_test.o $WORK/b006/stub.o # internal
2025-08-20T23:03:20.1672145Z [00:02:05.450]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T23:03:20.1698263Z [00:02:05.453]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T23:03:20.1710059Z [00:02:05.454]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/e9/e9a40c283e135c335c9a6deb92b0821d50ebc5e27beabb6fd1df72dcfe55a2cc-d # internal
2025-08-20T23:03:20.1711748Z [00:02:05.454]➜  unicode/utf8
2025-08-20T23:03:20.1722443Z [00:02:05.455]➜  mkdir -p $WORK/b042/
2025-08-20T23:03:20.1723912Z [00:02:05.456]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T23:03:20.1724922Z [00:02:05.456]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.1727829Z [00:02:05.456]➜  /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-20T23:03:20.1737756Z [00:02:05.457]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/69/69c095950620468ee755108b7c7169a6466275f23ec055136f1aa4085a3dd04b-d # internal
2025-08-20T23:03:20.1742749Z [00:02:05.458]➜  internal/race
2025-08-20T23:03:20.1746167Z [00:02:05.458]➜  mkdir -p $WORK/b030/
2025-08-20T23:03:20.1755151Z [00:02:05.459]➜  cat >/tmp/go-build3700090427/b030/importcfg << 'EOF' # internal
2025-08-20T23:03:20.1756028Z [00:02:05.459]➜  # import config
2025-08-20T23:03:20.1756863Z [00:02:05.459]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:03:20.1757655Z [00:02:05.459]➜  EOF
2025-08-20T23:03:20.1766801Z [00:02:05.460]➜  /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-20T23:03:20.1896472Z [00:02:05.471]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T23:03:20.1903699Z [00:02:05.473]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/96/9610d9edf486ff1196d8624b9d4b65502760d7f0e903ff8173010306707ba687-d # internal
2025-08-20T23:03:20.1905010Z [00:02:05.473]➜  internal/runtime/maps
2025-08-20T23:03:20.1905676Z [00:02:05.473]➜  mkdir -p $WORK/b027/
2025-08-20T23:03:20.1906544Z [00:02:05.473]➜  cat >/tmp/go-build3700090427/b027/importcfg << 'EOF' # internal
2025-08-20T23:03:20.1907343Z [00:02:05.473]➜  # import config
2025-08-20T23:03:20.1908074Z [00:02:05.473]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:03:20.1912424Z [00:02:05.473]➜  packagefile internal/asan=/tmp/go-build3700090427/b028/_pkg_.a
2025-08-20T23:03:20.1917486Z [00:02:05.473]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:20.1918455Z [00:02:05.473]➜  packagefile internal/msan=/tmp/go-build3700090427/b029/_pkg_.a
2025-08-20T23:03:20.1919546Z [00:02:05.473]➜  packagefile internal/race=/tmp/go-build3700090427/b030/_pkg_.a
2025-08-20T23:03:20.1920657Z [00:02:05.473]➜  packagefile internal/runtime/math=/tmp/go-build3700090427/b023/_pkg_.a
2025-08-20T23:03:20.1921674Z [00:02:05.473]➜  packagefile internal/runtime/sys=/tmp/go-build3700090427/b031/_pkg_.a
2025-08-20T23:03:20.1922369Z [00:02:05.473]➜  EOF
2025-08-20T23:03:20.1928390Z [00:02:05.473]➜  /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-20T23:03:20.1938220Z [00:02:05.477]➜  cd /root/.go/src/sync/atomic
2025-08-20T23:03:20.1940616Z [00:02:05.477]➜  /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-20T23:03:20.2025744Z [00:02:05.486]➜  go tool pack r $WORK/b037/_pkg_.a $WORK/b037/asm.o # internal
2025-08-20T23:03:20.2028011Z [00:02:05.486]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T23:03:20.2040696Z [00:02:05.487]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/31/31ee99f266007c3842183fcb909733d1c28c42f0c7f80a63a1ed79850a4049f9-d # internal
2025-08-20T23:03:20.2043862Z [00:02:05.488]➜  internal/sync
2025-08-20T23:03:20.2044372Z [00:02:05.488]➜  mkdir -p $WORK/b036/
2025-08-20T23:03:20.2047406Z [00:02:05.488]➜  cat >/tmp/go-build3700090427/b036/importcfg << 'EOF' # internal
2025-08-20T23:03:20.2048134Z [00:02:05.488]➜  # import config
2025-08-20T23:03:20.2048802Z [00:02:05.488]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:03:20.2052670Z [00:02:05.488]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:20.2053636Z [00:02:05.488]➜  packagefile internal/race=/tmp/go-build3700090427/b030/_pkg_.a
2025-08-20T23:03:20.2054535Z [00:02:05.488]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:20.2055184Z [00:02:05.488]➜  EOF
2025-08-20T23:03:20.2055975Z [00:02:05.488]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.2059614Z [00:02:05.488]➜  /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-20T23:03:20.2070625Z [00:02:05.489]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T23:03:20.2072166Z [00:02:05.490]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/69/6968657d6a43eaac40350f35cc52b107486e133bf3ec59f904b562f82694a8db-d # internal
2025-08-20T23:03:20.2081389Z [00:02:05.491]➜  internal/synctest
2025-08-20T23:03:20.2082113Z [00:02:05.491]➜  mkdir -p $WORK/b038/
2025-08-20T23:03:20.2083009Z [00:02:05.491]➜  cat >/tmp/go-build3700090427/b038/importcfg << 'EOF' # internal
2025-08-20T23:03:20.2083788Z [00:02:05.491]➜  # import config
2025-08-20T23:03:20.2084557Z [00:02:05.491]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:03:20.2085337Z [00:02:05.491]➜  EOF
2025-08-20T23:03:20.2088328Z [00:02:05.491]➜  /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-20T23:03:20.2190446Z [00:02:05.502]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T23:03:20.2191871Z [00:02:05.502]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/94/947f09566bea08c73cb5619c7e9db3d400b577fb6f706e1fe6b4b06732bef26c-d # internal
2025-08-20T23:03:20.2195016Z [00:02:05.502]➜  cmp
2025-08-20T23:03:20.2196595Z [00:02:05.502]➜  mkdir -p $WORK/b043/
2025-08-20T23:03:20.2197773Z [00:02:05.503]➜  echo '# import config' > $WORK/b043/importcfg # internal
2025-08-20T23:03:20.2200959Z [00:02:05.503]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b043=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid YT4kS9oOdLKb10ji1D3b/YT4kS9oOdLKb10ji1D3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T23:03:20.2278545Z [00:02:05.511]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T23:03:20.2285536Z [00:02:05.512]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T23:03:20.2309035Z [00:02:05.512]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/9d/9dfba66b67ca9f8fe689cc30f6c14a50aebfd91692e10f8a1a17454ad7cbab97-d # internal
2025-08-20T23:03:20.2314789Z [00:02:05.512]➜  encoding
2025-08-20T23:03:20.2316553Z [00:02:05.512]➜  mkdir -p $WORK/b044/
2025-08-20T23:03:20.2319287Z [00:02:05.515]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/66/6672435ae16fa41ba510078521203f023195502b360b969cde5cba87c703c7e0-d # internal
2025-08-20T23:03:20.2321452Z [00:02:05.515]➜  echo '# import config' > $WORK/b044/importcfg # internal
2025-08-20T23:03:20.2324161Z [00:02:05.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b044=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid BN_n72JGI2XoS7BBoMlq/BN_n72JGI2XoS7BBoMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T23:03:20.2326382Z [00:02:05.515]➜  math
2025-08-20T23:03:20.2326818Z [00:02:05.515]➜  mkdir -p $WORK/b048/
2025-08-20T23:03:20.2327409Z [00:02:05.515]➜  echo -n > $WORK/b048/go_asm.h # internal
2025-08-20T23:03:20.2327985Z [00:02:05.515]➜  cd /root/.go/src/math
2025-08-20T23:03:20.2333148Z [00:02:05.515]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b048/symabis ./dim_amd64.s ./exp_amd64.s ./floor_amd64.s ./hypot_amd64.s ./log_amd64.s
2025-08-20T23:03:20.2366271Z [00:02:05.520]➜  cat >/tmp/go-build3700090427/b048/importcfg << 'EOF' # internal
2025-08-20T23:03:20.2374754Z [00:02:05.520]➜  # import config
2025-08-20T23:03:20.2375526Z [00:02:05.520]➜  packagefile internal/cpu=/tmp/go-build3700090427/b012/_pkg_.a
2025-08-20T23:03:20.2376473Z [00:02:05.520]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:20.2377161Z [00:02:05.520]➜  EOF
2025-08-20T23:03:20.2377642Z [00:02:05.520]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.2390321Z [00:02:05.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -p math -lang=go1.25 -std -installsuffix shared -buildid TOMH2-oM80oUkxVWaf0P/TOMH2-oM80oUkxVWaf0P -goversion go1.25.0 -symabis $WORK/b048/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack -asmhdr $WORK/b048/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-20T23:03:20.2408703Z [00:02:05.523]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T23:03:20.2410149Z [00:02:05.524]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/99/9931efb179ca6a3411a5b5cc7c20f84897acb9776746585beb9dca28d322422b-d # internal
2025-08-20T23:03:20.2411202Z [00:02:05.524]➜  internal/itoa
2025-08-20T23:03:20.2411678Z [00:02:05.524]➜  mkdir -p $WORK/b052/
2025-08-20T23:03:20.2412383Z [00:02:05.524]➜  echo '# import config' > $WORK/b052/importcfg # internal
2025-08-20T23:03:20.2415844Z [00:02:05.524]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b052=>" -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/b052/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T23:03:20.2560647Z [00:02:05.539]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T23:03:20.2569960Z [00:02:05.540]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/2c/2cabe858034a0af2870421687b094e04cdfd800789a6c5114441a426de2cf11a-d # internal
2025-08-20T23:03:20.2571195Z [00:02:05.540]➜  unicode/utf16
2025-08-20T23:03:20.2571683Z [00:02:05.540]➜  mkdir -p $WORK/b067/
2025-08-20T23:03:20.2576497Z [00:02:05.541]➜  echo '# import config' > $WORK/b067/importcfg # internal
2025-08-20T23:03:20.2581795Z [00:02:05.541]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b067=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid 2lvI1zy5zTVuoWdE4jc_/2lvI1zy5zTVuoWdE4jc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T23:03:20.2732255Z [00:02:05.556]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T23:03:20.2739658Z [00:02:05.557]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/8e/8e3f84f996d23ffbddd5f8aed3dc51162780336ff9d54a8b209f133ffe0ca4ce-d # internal
2025-08-20T23:03:20.2743285Z [00:02:05.557]➜  internal/nettrace
2025-08-20T23:03:20.2743809Z [00:02:05.557]➜  mkdir -p $WORK/b086/
2025-08-20T23:03:20.2744498Z [00:02:05.557]➜  echo '# import config' > $WORK/b086/importcfg # internal
2025-08-20T23:03:20.2747778Z [00:02:05.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b086=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid rgg9yB6VRZ7hNuVvTVTq/rgg9yB6VRZ7hNuVvTVTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T23:03:20.2797402Z [00:02:05.563]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T23:03:20.2804027Z [00:02:05.563]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/ec/ec8e50975f2e34950b4d8c10d1f3fb5d9560600c8943b2666d4dd24caba5d209-d # internal
2025-08-20T23:03:20.2810502Z [00:02:05.564]➜  container/list
2025-08-20T23:03:20.2812080Z [00:02:05.564]➜  mkdir -p $WORK/b108/
2025-08-20T23:03:20.2812784Z [00:02:05.564]➜  echo '# import config' > $WORK/b108/importcfg # internal
2025-08-20T23:03:20.2815780Z [00:02:05.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b108=>" -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/b108/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T23:03:20.3045365Z [00:02:05.588]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T23:03:20.3059521Z [00:02:05.589]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/e4/e4a1d052b895dab5aabefb19a47a43f4cc5385e1a5909144789394bf17d777e0-d # internal
2025-08-20T23:03:20.3060759Z [00:02:05.589]➜  crypto/internal/fips140/alias
2025-08-20T23:03:20.3063021Z [00:02:05.589]➜  mkdir -p $WORK/b116/
2025-08-20T23:03:20.3065650Z [00:02:05.590]➜  echo '# import config' > $WORK/b116/importcfg # internal
2025-08-20T23:03:20.3069597Z [00:02:05.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b116=>" -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/b116/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T23:03:20.3224929Z [00:02:05.606]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T23:03:20.3226299Z [00:02:05.606]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/27/2787631884ab3f34b85912526c621adc211455ec60b230fa083c652f01f3d7d9-d # internal
2025-08-20T23:03:20.3227454Z [00:02:05.606]➜  crypto/internal/fips140deps/byteorder
2025-08-20T23:03:20.3240941Z [00:02:05.607]➜  mkdir -p $WORK/b120/
2025-08-20T23:03:20.3242071Z [00:02:05.607]➜  cat >/tmp/go-build3700090427/b120/importcfg << 'EOF' # internal
2025-08-20T23:03:20.3243001Z [00:02:05.607]➜  # import config
2025-08-20T23:03:20.3243750Z [00:02:05.607]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:20.3244472Z [00:02:05.607]➜  EOF
2025-08-20T23:03:20.3248433Z [00:02:05.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b120=>" -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/b120/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T23:03:20.3686893Z [00:02:05.652]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T23:03:20.3697131Z [00:02:05.653]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/3b/3b2dc55b8de7ce555f03e495a2b1bcd0d32285049ff481eedf724d5f2f4b16eb-d # internal
2025-08-20T23:03:20.3698625Z [00:02:05.653]➜  crypto/internal/fips140deps/cpu
2025-08-20T23:03:20.3699995Z [00:02:05.653]➜  mkdir -p $WORK/b121/
2025-08-20T23:03:20.3710334Z [00:02:05.654]➜  cat >/tmp/go-build3700090427/b121/importcfg << 'EOF' # internal
2025-08-20T23:03:20.3711046Z [00:02:05.654]➜  # import config
2025-08-20T23:03:20.3711980Z [00:02:05.654]➜  packagefile internal/cpu=/tmp/go-build3700090427/b012/_pkg_.a
2025-08-20T23:03:20.3713158Z [00:02:05.654]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:20.3713825Z [00:02:05.654]➜  EOF
2025-08-20T23:03:20.3717146Z [00:02:05.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b121=>" -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/b121/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T23:03:20.3728746Z [00:02:05.656]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T23:03:20.3803415Z [00:02:05.663]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/cc/cc3b6274dd002c0fe510807e580d696058ee9142f3fd3aba6ee1367bea97e58b-d # internal
2025-08-20T23:03:20.3832430Z [00:02:05.663]➜  crypto/internal/fips140/subtle
2025-08-20T23:03:20.3833035Z [00:02:05.663]➜  mkdir -p $WORK/b124/
2025-08-20T23:03:20.3833906Z [00:02:05.663]➜  echo -n > $WORK/b124/go_asm.h # internal
2025-08-20T23:03:20.3834586Z [00:02:05.663]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T23:03:20.3837024Z [00:02:05.663]➜  /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/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b124/symabis ./xor_amd64.s
2025-08-20T23:03:20.3949127Z [00:02:05.678]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T23:03:20.3963073Z [00:02:05.679]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/8e/8ed1e17b06b87350088b9a432f7e796015ad458599309e30ea5270023032775a-d # internal
2025-08-20T23:03:20.3967856Z [00:02:05.679]➜  crypto/internal/boring/sig
2025-08-20T23:03:20.3968500Z [00:02:05.679]➜  mkdir -p $WORK/b134/
2025-08-20T23:03:20.3969119Z [00:02:05.679]➜  echo -n > $WORK/b134/go_asm.h # internal
2025-08-20T23:03:20.3970069Z [00:02:05.679]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T23:03:20.3972516Z [00:02:05.679]➜  /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/b134=>" -I $WORK/b134/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b134/symabis ./sig_amd64.s
2025-08-20T23:03:20.3974826Z [00:02:05.680]➜  cat >/tmp/go-build3700090427/b124/importcfg << 'EOF' # internal
2025-08-20T23:03:20.3975560Z [00:02:05.680]➜  # import config
2025-08-20T23:03:20.3976430Z [00:02:05.680]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3700090427/b116/_pkg_.a
2025-08-20T23:03:20.3977685Z [00:02:05.680]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:20.3979049Z [00:02:05.680]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:20.3979943Z [00:02:05.680]➜  EOF
2025-08-20T23:03:20.3980435Z [00:02:05.680]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.3985023Z [00:02:05.680]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b124=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 3W5xP-fYs3MALlbt18TM/3W5xP-fYs3MALlbt18TM -goversion go1.25.0 -symabis $WORK/b124/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack -asmhdr $WORK/b124/go_asm.h /root/.go/src/crypto/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-20T23:03:20.4094145Z [00:02:05.691]➜  echo '# import config' > $WORK/b134/importcfg # internal
2025-08-20T23:03:20.4097771Z [00:02:05.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b134=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid fATHqRd2kDZ9YQZRn0Fs/fATHqRd2kDZ9YQZRn0Fs -goversion go1.25.0 -symabis $WORK/b134/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack -asmhdr $WORK/b134/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T23:03:20.4183438Z [00:02:05.702]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T23:03:20.4185843Z [00:02:05.702]➜  /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/b134=>" -I $WORK/b134/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b134/sig_amd64.o ./sig_amd64.s
2025-08-20T23:03:20.4287382Z [00:02:05.712]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T23:03:20.4292674Z [00:02:05.712]➜  go tool pack r $WORK/b134/_pkg_.a $WORK/b134/sig_amd64.o # internal
2025-08-20T23:03:20.4294901Z [00:02:05.713]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T23:03:20.4301043Z [00:02:05.713]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/05/05b5ad9f79485939adbb0ea7fc10d59aac51ff6ddca5c19734c0d9118468019b-d # internal
2025-08-20T23:03:20.4305002Z [00:02:05.714]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T23:03:20.4305785Z [00:02:05.714]➜  mkdir -p $WORK/b156/
2025-08-20T23:03:20.4315368Z [00:02:05.715]➜  echo '# import config' > $WORK/b156/importcfg # internal
2025-08-20T23:03:20.4316232Z [00:02:05.715]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.4321040Z [00:02:05.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b156=>" -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/b156/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T23:03:20.4333283Z [00:02:05.715]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/e8/e86ac74947f38f3a8a3476155db74cc3519d6693bc160fb3c499fe4b5ffdb27a-d # internal
2025-08-20T23:03:20.4383577Z [00:02:05.722]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T23:03:20.4386143Z [00:02:05.722]➜  /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/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b124/xor_amd64.o ./xor_amd64.s
2025-08-20T23:03:20.4422818Z [00:02:05.725]➜  runtime
2025-08-20T23:03:20.4423314Z [00:02:05.726]➜  mkdir -p $WORK/b010/
2025-08-20T23:03:20.4423919Z [00:02:05.726]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T23:03:20.4424896Z [00:02:05.726]➜  cd /root/.go/src/runtime
2025-08-20T23:03:20.4427739Z [00:02:05.726]➜  /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-20T23:03:20.4441745Z [00:02:05.727]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T23:03:20.4451383Z [00:02:05.728]➜  go tool pack r $WORK/b124/_pkg_.a $WORK/b124/xor_amd64.o # internal
2025-08-20T23:03:20.4452447Z [00:02:05.728]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T23:03:20.4453176Z [00:02:05.728]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T23:03:20.4454476Z [00:02:05.728]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/e4/e4955d73e74bf52cfe012fffcb59ffa54e83ed0d9c00f71a66a588a7e63b76a1-d # internal
2025-08-20T23:03:20.4456184Z [00:02:05.728]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/7a/7ae0344625486d831f14bdd915194c44ed259b901e4a7d14df5fc9916275c647-d # internal
2025-08-20T23:03:20.4457325Z [00:02:05.728]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T23:03:20.4458307Z [00:02:05.728]➜  mkdir -p $WORK/b169/
2025-08-20T23:03:20.4459155Z [00:02:05.728]➜  log/internal
2025-08-20T23:03:20.4460127Z [00:02:05.728]➜  mkdir -p $WORK/b190/
2025-08-20T23:03:20.4461036Z [00:02:05.728]➜  echo '# import config' > $WORK/b169/importcfg # internal
2025-08-20T23:03:20.4461940Z [00:02:05.728]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.4466850Z [00:02:05.728]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b169=>" -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/b169/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T23:03:20.4471775Z [00:02:05.729]➜  echo '# import config' > $WORK/b190/importcfg # internal
2025-08-20T23:03:20.4476858Z [00:02:05.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b190=>" -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/b190/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T23:03:20.4518802Z [00:02:05.735]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T23:03:20.4524872Z [00:02:05.736]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/b7/b74553efc28b2e106bdb06ae97d3aa29289a3e9cfa395b2e4a1286d6ceeef49f-d # internal
2025-08-20T23:03:20.4526955Z [00:02:05.736]➜  log/slog/internal
2025-08-20T23:03:20.4527483Z [00:02:05.736]➜  mkdir -p $WORK/b204/
2025-08-20T23:03:20.4531549Z [00:02:05.736]➜  echo '# import config' > $WORK/b204/importcfg # internal
2025-08-20T23:03:20.4535720Z [00:02:05.737]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b204=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid RoRzNvV7n5WuEBQjO33Q/RoRzNvV7n5WuEBQjO33Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T23:03:20.4578627Z [00:02:05.741]➜  cd /root/.go/src/math
2025-08-20T23:03:20.4580578Z [00:02:05.741]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b048/dim_amd64.o ./dim_amd64.s
2025-08-20T23:03:20.4596591Z [00:02:05.743]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T23:03:20.4597632Z [00:02:05.743]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T23:03:20.4601989Z [00:02:05.743]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/a0/a0754a084ce4f0f625656a5dca05dec162c764d7427042a3381e138830d70035-d # internal
2025-08-20T23:03:20.4608454Z [00:02:05.744]➜  cat >/tmp/go-build3700090427/b010/importcfg << 'EOF' # internal
2025-08-20T23:03:20.4610501Z [00:02:05.744]➜  # import config
2025-08-20T23:03:20.4611402Z [00:02:05.744]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:03:20.4613983Z [00:02:05.744]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:20.4615173Z [00:02:05.744]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:20.4616552Z [00:02:05.744]➜  packagefile internal/chacha8rand=/tmp/go-build3700090427/b014/_pkg_.a
2025-08-20T23:03:20.4617901Z [00:02:05.744]➜  packagefile internal/coverage/rtcov=/tmp/go-build3700090427/b015/_pkg_.a
2025-08-20T23:03:20.4618906Z [00:02:05.744]➜  packagefile internal/cpu=/tmp/go-build3700090427/b012/_pkg_.a
2025-08-20T23:03:20.4620013Z [00:02:05.744]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:20.4620998Z [00:02:05.744]➜  packagefile internal/godebugs=/tmp/go-build3700090427/b016/_pkg_.a
2025-08-20T23:03:20.4623792Z [00:02:05.744]➜  packagefile internal/goexperiment=/tmp/go-build3700090427/b017/_pkg_.a
2025-08-20T23:03:20.4625186Z [00:02:05.744]➜  packagefile internal/goos=/tmp/go-build3700090427/b018/_pkg_.a
2025-08-20T23:03:20.4626889Z [00:02:05.744]➜  packagefile internal/profilerecord=/tmp/go-build3700090427/b019/_pkg_.a
2025-08-20T23:03:20.4628189Z [00:02:05.744]➜  packagefile internal/runtime/atomic=/tmp/go-build3700090427/b020/_pkg_.a
2025-08-20T23:03:20.4631137Z [00:02:05.744]➜  packagefile internal/runtime/cgroup=/tmp/go-build3700090427/b021/_pkg_.a
2025-08-20T23:03:20.4632249Z [00:02:05.744]➜  packagefile internal/runtime/exithook=/tmp/go-build3700090427/b025/_pkg_.a
2025-08-20T23:03:20.4633346Z [00:02:05.744]➜  packagefile internal/runtime/gc=/tmp/go-build3700090427/b026/_pkg_.a
2025-08-20T23:03:20.4634703Z [00:02:05.744]➜  packagefile internal/runtime/maps=/tmp/go-build3700090427/b027/_pkg_.a
2025-08-20T23:03:20.4635707Z [00:02:05.744]➜  packagefile internal/runtime/math=/tmp/go-build3700090427/b023/_pkg_.a
2025-08-20T23:03:20.4636797Z [00:02:05.744]➜  packagefile internal/runtime/strconv=/tmp/go-build3700090427/b022/_pkg_.a
2025-08-20T23:03:20.4638200Z [00:02:05.744]➜  packagefile internal/runtime/sys=/tmp/go-build3700090427/b031/_pkg_.a
2025-08-20T23:03:20.4639841Z [00:02:05.744]➜  packagefile internal/runtime/syscall=/tmp/go-build3700090427/b024/_pkg_.a
2025-08-20T23:03:20.4640924Z [00:02:05.744]➜  packagefile internal/stringslite=/tmp/go-build3700090427/b032/_pkg_.a
2025-08-20T23:03:20.4642333Z [00:02:05.744]➜  packagefile internal/trace/tracev2=/tmp/go-build3700090427/b033/_pkg_.a
2025-08-20T23:03:20.4644206Z [00:02:05.744]➜  EOF
2025-08-20T23:03:20.4645325Z [00:02:05.744]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/1c/1ce003014d8d5aabb9f5d0cb489f79b80c55eb3cb6a6ee1c86af76217c510d16-d # internal
2025-08-20T23:03:20.4646670Z [00:02:05.744]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config
2025-08-20T23:03:20.4647401Z [00:02:05.744]➜  mkdir -p $WORK/b224/
2025-08-20T23:03:20.4648014Z [00:02:05.745]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.4699969Z [00:02:05.745]➜  /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-20T23:03:20.4745854Z [00:02:05.746]➜  echo '# import config' > $WORK/b224/importcfg # internal
2025-08-20T23:03:20.4749857Z [00:02:05.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b224/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/config=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config;$WORK/b224=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config -lang=go1.24 -complete -installsuffix shared -buildid iCewgs7xO3EWEdd8-_Xb/iCewgs7xO3EWEdd8-_Xb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack ./pkg/analyzer/config/config.go
2025-08-20T23:03:20.4753387Z [00:02:05.746]➜  github.com/rivo/uniseg
2025-08-20T23:03:20.4753911Z [00:02:05.746]➜  mkdir -p $WORK/b219/
2025-08-20T23:03:20.4754613Z [00:02:05.746]➜  cat >/tmp/go-build3700090427/b219/importcfg << 'EOF' # internal
2025-08-20T23:03:20.4755319Z [00:02:05.746]➜  # import config
2025-08-20T23:03:20.4756060Z [00:02:05.746]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:20.4756823Z [00:02:05.746]➜  EOF
2025-08-20T23:03:20.4777749Z [00:02:05.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b219=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid 65Iul7bzESoDYBemzdyO/65Iul7bzESoDYBemzdyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/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-20T23:03:20.4786944Z [00:02:05.748]➜  cd /root/.go/src/math
2025-08-20T23:03:20.4788623Z [00:02:05.748]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b048/exp_amd64.o ./exp_amd64.s
2025-08-20T23:03:20.4791145Z [00:02:05.754]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T23:03:20.4794033Z [00:02:05.754]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/57/57cd1125074092f5d5a88fc1857e72e8e28b122ef00d5b7fe94f86346e0a48ee-d # internal
2025-08-20T23:03:20.4795395Z [00:02:05.754]➜  github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage
2025-08-20T23:03:20.4796180Z [00:02:05.754]➜  mkdir -p $WORK/b232/
2025-08-20T23:03:20.4796881Z [00:02:05.755]➜  echo '# import config' > $WORK/b232/importcfg # internal
2025-08-20T23:03:20.4797579Z [00:02:05.755]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.4821498Z [00:02:05.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/otel/baggage/internal/baggage=>github.com/getsentry/sentry-go@v0.32.0/internal/otel/baggage/internal/baggage;$WORK/b232=>" -p github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage -lang=go1.21 -complete -installsuffix shared -buildid 90U1unpYkTcWQwgvhM8Y/90U1unpYkTcWQwgvhM8Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/otel/baggage/internal/baggage/baggage.go
2025-08-20T23:03:20.4825510Z [00:02:05.760]➜  cd /root/.go/src/math
2025-08-20T23:03:20.4827271Z [00:02:05.760]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b048/floor_amd64.o ./floor_amd64.s
2025-08-20T23:03:20.4829169Z [00:02:05.763]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T23:03:20.4830690Z [00:02:05.763]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/38/384195e999631f4e21159c4b1086da0e3b379c98df27e19e380ee061f4263cf1-d # internal
2025-08-20T23:03:20.4831721Z [00:02:05.764]➜  internal/goversion
2025-08-20T23:03:20.4832251Z [00:02:05.765]➜  mkdir -p $WORK/b246/
2025-08-20T23:03:20.4832925Z [00:02:05.765]➜  echo '# import config' > $WORK/b246/importcfg # internal
2025-08-20T23:03:20.4833608Z [00:02:05.765]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.4836726Z [00:02:05.765]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/.go/src/internal/goversion=>internal/goversion;$WORK/b246=>" -p internal/goversion -lang=go1.25 -std -complete -installsuffix shared -buildid dogWl6GHkkbgNTVJeiTR/dogWl6GHkkbgNTVJeiTR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/importcfg -pack /root/.go/src/internal/goversion/goversion.go
2025-08-20T23:03:20.4847817Z [00:02:05.768]➜  cd /root/.go/src/math
2025-08-20T23:03:20.4852084Z [00:02:05.768]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b048/hypot_amd64.o ./hypot_amd64.s
2025-08-20T23:03:20.4941891Z [00:02:05.777]➜  /root/.go/pkg/tool/linux_amd64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b048=>" -I $WORK/b048/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b048/log_amd64.o ./log_amd64.s
2025-08-20T23:03:20.4985361Z [00:02:05.782]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T23:03:20.4991537Z [00:02:05.782]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/d3/d3bb43876c9a316890dec21381239d181c1fcef964d47ac080fa4bbff8f6392a-d # internal
2025-08-20T23:03:20.4992686Z [00:02:05.782]➜  internal/platform
2025-08-20T23:03:20.4993188Z [00:02:05.782]➜  mkdir -p $WORK/b247/
2025-08-20T23:03:20.4993864Z [00:02:05.782]➜  echo '# import config' > $WORK/b247/importcfg # internal
2025-08-20T23:03:20.4994559Z [00:02:05.782]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.4997971Z [00:02:05.782]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/.go/src/internal/platform=>internal/platform;$WORK/b247=>" -p internal/platform -lang=go1.25 -std -complete -installsuffix shared -buildid _1pPsM7Db5zdISPkzmQH/_1pPsM7Db5zdISPkzmQH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/.go/src/internal/platform/supported.go /root/.go/src/internal/platform/zosarch.go
2025-08-20T23:03:20.5041685Z [00:02:05.787]➜  cd /root/.go/src/math
2025-08-20T23:03:20.5043419Z [00:02:05.788]➜  go tool pack r $WORK/b048/_pkg_.a $WORK/b048/dim_amd64.o $WORK/b048/exp_amd64.o $WORK/b048/floor_amd64.o $WORK/b048/hypot_amd64.o $WORK/b048/log_amd64.o # internal
2025-08-20T23:03:20.5045886Z [00:02:05.788]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T23:03:20.5068822Z [00:02:05.790]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/77/77a3e30cf2fb55e1dc56b28d3ec43f123b13830f8a5646d9017c747bd2dae5d3-d # internal
2025-08-20T23:03:20.5071126Z [00:02:05.790]➜  internal/syslist
2025-08-20T23:03:20.5072157Z [00:02:05.791]➜  mkdir -p $WORK/b248/
2025-08-20T23:03:20.5076317Z [00:02:05.791]➜  echo '# import config' > $WORK/b248/importcfg # internal
2025-08-20T23:03:20.5080222Z [00:02:05.791]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.5083292Z [00:02:05.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/.go/src/internal/syslist=>internal/syslist;$WORK/b248=>" -p internal/syslist -lang=go1.25 -std -complete -installsuffix shared -buildid ZxrR894FcEAMpyvCz5b4/ZxrR894FcEAMpyvCz5b4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/.go/src/internal/syslist/syslist.go
2025-08-20T23:03:20.5205049Z [00:02:05.803]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T23:03:20.5210302Z [00:02:05.804]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/a3/a316eb6345b68b12a46a07b1b1c04fb8e45cc23b62692775655ba51017dfc65e-d # internal
2025-08-20T23:03:20.5211353Z [00:02:05.804]➜  github.com/lib/pq/oid
2025-08-20T23:03:20.5211860Z [00:02:05.804]➜  mkdir -p $WORK/b313/
2025-08-20T23:03:20.5212525Z [00:02:05.804]➜  echo '# import config' > $WORK/b313/importcfg # internal
2025-08-20T23:03:20.5216143Z [00:02:05.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b313/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid=>github.com/lib/pq@v1.10.9/oid;$WORK/b313=>" -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/b313/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-20T23:03:20.5376654Z [00:02:05.821]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T23:03:20.5391794Z [00:02:05.822]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/c8/c8c0cb11933508ed7f18a247322594fd4f847c3b943ad88bd012725ab326c6b6-d # internal
2025-08-20T23:03:20.5396530Z [00:02:05.823]➜  google.golang.org/protobuf/internal/flags
2025-08-20T23:03:20.5397126Z [00:02:05.823]➜  mkdir -p $WORK/b339/
2025-08-20T23:03:20.5404892Z [00:02:05.824]➜  echo '# import config' > $WORK/b339/importcfg # internal
2025-08-20T23:03:20.5411376Z [00:02:05.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/flags=>google.golang.org/protobuf@v1.36.8/internal/flags;$WORK/b339=>" -p google.golang.org/protobuf/internal/flags -lang=go1.23 -complete -installsuffix shared -buildid Blyjsi2_hAOoNeRDFWOj/Blyjsi2_hAOoNeRDFWOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/flags/proto_legacy_disable.go
2025-08-20T23:03:20.5532637Z [00:02:05.836]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T23:03:20.5536773Z [00:02:05.837]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/95/95feb957de46481bf203a20ee52c2fd50388e866dd1d59454fab4f7e1a4465ee-d # internal
2025-08-20T23:03:20.5541655Z [00:02:05.837]➜  google.golang.org/protobuf/internal/set
2025-08-20T23:03:20.5544753Z [00:02:05.838]➜  mkdir -p $WORK/b350/
2025-08-20T23:03:20.5547285Z [00:02:05.838]➜  cat >/tmp/go-build3700090427/b350/importcfg << 'EOF' # internal
2025-08-20T23:03:20.5548207Z [00:02:05.838]➜  # import config
2025-08-20T23:03:20.5549041Z [00:02:05.838]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:20.5549882Z [00:02:05.838]➜  EOF
2025-08-20T23:03:20.5553599Z [00:02:05.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b350/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/set=>google.golang.org/protobuf@v1.36.8/internal/set;$WORK/b350=>" -p google.golang.org/protobuf/internal/set -lang=go1.23 -complete -installsuffix shared -buildid d0e71ihCy1FiBM5PsPXr/d0e71ihCy1FiBM5PsPXr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/set/ints.go
2025-08-20T23:03:20.5669876Z [00:02:05.850]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T23:03:20.5675830Z [00:02:05.851]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/9f/9f39e2532c40aefcc81031a290626abad1d4257e0427b7aa7a3c78330809223c-d # internal
2025-08-20T23:03:20.5677008Z [00:02:05.851]➜  google.golang.org/grpc/serviceconfig
2025-08-20T23:03:20.5677576Z [00:02:05.851]➜  mkdir -p $WORK/b374/
2025-08-20T23:03:20.5679809Z [00:02:05.851]➜  echo '# import config' > $WORK/b374/importcfg # internal
2025-08-20T23:03:20.5684217Z [00:02:05.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/serviceconfig=>google.golang.org/grpc@v1.74.2/serviceconfig;$WORK/b374=>" -p google.golang.org/grpc/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid xaNbQlWTWkkm65GjLle2/xaNbQlWTWkkm65GjLle2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/serviceconfig/serviceconfig.go
2025-08-20T23:03:20.5756773Z [00:02:05.859]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T23:03:20.5763572Z [00:02:05.860]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/78/784efea0b787a01cde953c7eeb53a568a1a3c30711c9c8b96f7eb2bf398f383c-d # internal
2025-08-20T23:03:20.5764897Z [00:02:05.860]➜  github.com/googleapis/gax-go/v2/internal
2025-08-20T23:03:20.5766400Z [00:02:05.860]➜  mkdir -p $WORK/b443/
2025-08-20T23:03:20.5770111Z [00:02:05.860]➜  echo '# import config' > $WORK/b443/importcfg # internal
2025-08-20T23:03:20.5774046Z [00:02:05.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internal=>github.com/googleapis/gax-go/v2@v2.15.0/internal;$WORK/b443=>" -p github.com/googleapis/gax-go/v2/internal -lang=go1.23 -complete -installsuffix shared -buildid bs7skLACUF-Tg9vEtVgM/bs7skLACUF-Tg9vEtVgM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internal/version.go
2025-08-20T23:03:20.5841700Z [00:02:05.867]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T23:03:20.5847427Z [00:02:05.868]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/a4/a4b6c3ff3a61161008a2e3c15e7b5a3f5ca27cd22f8cba2c51f7b119c834b716-d # internal
2025-08-20T23:03:20.5853926Z [00:02:05.868]➜  cloud.google.com/go/secretmanager/internal
2025-08-20T23:03:20.5857698Z [00:02:05.869]➜  mkdir -p $WORK/b446/
2025-08-20T23:03:20.5858957Z [00:02:05.869]➜  echo '# import config' > $WORK/b446/importcfg # internal
2025-08-20T23:03:20.5865163Z [00:02:05.869]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b446/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/internal=>cloud.google.com/go/secretmanager@v1.15.0/internal;$WORK/b446=>" -p cloud.google.com/go/secretmanager/internal -lang=go1.23 -complete -installsuffix shared -buildid 5pQq5m7AD3pPelQteeUW/5pQq5m7AD3pPelQteeUW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/internal/version.go
2025-08-20T23:03:20.5948309Z [00:02:05.877]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T23:03:20.5949881Z [00:02:05.878]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/bb/bb047832348c48a8fd9260b7c6e004464fcd0531da7c8ef68d28a7e6a52357f8-d # internal
2025-08-20T23:03:20.5961447Z [00:02:05.878]➜  golang.org/x/crypto/internal/alias
2025-08-20T23:03:20.5962067Z [00:02:05.878]➜  mkdir -p $WORK/b495/
2025-08-20T23:03:20.5962764Z [00:02:05.879]➜  echo '# import config' > $WORK/b495/importcfg # internal
2025-08-20T23:03:20.5966441Z [00:02:05.879]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/alias=>golang.org/x/crypto@v0.40.0/internal/alias;$WORK/b495=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid tMUIkG7gAoFqHrk652T8/tMUIkG7gAoFqHrk652T8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/alias/alias.go
2025-08-20T23:03:20.5982836Z [00:02:05.881]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T23:03:20.6022594Z [00:02:05.882]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/12/12280ee463f1ac86ff9315e112f712e80f51cec20216407ccee063963010f705-d # internal
2025-08-20T23:03:20.6023790Z [00:02:05.883]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T23:03:20.6030255Z [00:02:05.886]➜  mkdir -p $WORK/b499/
2025-08-20T23:03:20.6031273Z [00:02:05.886]➜  echo '# import config' > $WORK/b499/importcfg # internal
2025-08-20T23:03:20.6034881Z [00:02:05.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/asn1=>golang.org/x/crypto@v0.40.0/cryptobyte/asn1;$WORK/b499=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid _WLTdiH8hm1-N4kz9cWK/_WLTdiH8hm1-N4kz9cWK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/asn1/asn1.go
2025-08-20T23:03:20.6078303Z [00:02:05.891]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T23:03:20.6088957Z [00:02:05.891]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/59/595f5c46b730fd5c4420a46bfc770269374831aaa993b49bde578179c8456157-d # internal
2025-08-20T23:03:20.6090423Z [00:02:05.891]➜  go.opentelemetry.io/otel/trace/embedded
2025-08-20T23:03:20.6091006Z [00:02:05.892]➜  mkdir -p $WORK/b532/
2025-08-20T23:03:20.6092767Z [00:02:05.892]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T23:03:20.6094595Z [00:02:05.892]➜  echo '# import config' > $WORK/b532/importcfg # internal
2025-08-20T23:03:20.6096415Z [00:02:05.893]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/9e/9eb19233fd29d3ebbee60ca7a6382d0ac29647bb63b7680cddc5e24a9fd8a2d5-d # internal
2025-08-20T23:03:20.6098506Z [00:02:05.893]➜  go.opentelemetry.io/otel/metric/embedded
2025-08-20T23:03:20.6099318Z [00:02:05.893]➜  mkdir -p $WORK/b536/
2025-08-20T23:03:20.6103725Z [00:02:05.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/embedded=>go.opentelemetry.io/otel/trace@v1.36.0/embedded;$WORK/b532=>" -p go.opentelemetry.io/otel/trace/embedded -lang=go1.23 -complete -installsuffix shared -buildid CK1xHxoGecBm2-PNo_IL/CK1xHxoGecBm2-PNo_IL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/embedded/embedded.go
2025-08-20T23:03:20.6107506Z [00:02:05.893]➜  echo '# import config' > $WORK/b536/importcfg # internal
2025-08-20T23:03:20.6111821Z [00:02:05.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/embedded=>go.opentelemetry.io/otel/metric@v1.36.0/embedded;$WORK/b536=>" -p go.opentelemetry.io/otel/metric/embedded -lang=go1.23 -complete -installsuffix shared -buildid vtYPh6DgIm98PM15WBN7/vtYPh6DgIm98PM15WBN7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/embedded/embedded.go
2025-08-20T23:03:20.6190297Z [00:02:05.902]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T23:03:20.6211357Z [00:02:05.904]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/d7/d7cddadf6939b6cdee7cb832d76bf575c30db29fbdbb9488d8896652ed5a8be6-d # internal
2025-08-20T23:03:20.6222669Z [00:02:05.905]➜  github.com/pkg/diff/intern
2025-08-20T23:03:20.6223249Z [00:02:05.905]➜  mkdir -p $WORK/b575/
2025-08-20T23:03:20.6223901Z [00:02:05.905]➜  echo '# import config' > $WORK/b575/importcfg # internal
2025-08-20T23:03:20.6232762Z [00:02:05.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/intern=>github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/intern;$WORK/b575=>" -p github.com/pkg/diff/intern -lang=go1.13 -complete -installsuffix shared -buildid NWb4V3kAESU0g6O1_3_i/NWb4V3kAESU0g6O1_3_i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/intern/intern.go
2025-08-20T23:03:20.6243286Z [00:02:05.906]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T23:03:20.6246960Z [00:02:05.907]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/f8/f899bc8262ce1090e98e3c1502db292f012fe5530e4df1ad1f7e93a8ab6775c7-d # internal
2025-08-20T23:03:20.6248296Z [00:02:05.907]➜  internal/gover
2025-08-20T23:03:20.6248789Z [00:02:05.907]➜  mkdir -p $WORK/b583/
2025-08-20T23:03:20.6249780Z [00:02:05.908]➜  cat >/tmp/go-build3700090427/b583/importcfg << 'EOF' # internal
2025-08-20T23:03:20.6250471Z [00:02:05.908]➜  # import config
2025-08-20T23:03:20.6251090Z [00:02:05.908]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:20.6251687Z [00:02:05.908]➜  EOF
2025-08-20T23:03:20.6254413Z [00:02:05.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/.go/src/internal/gover=>internal/gover;$WORK/b583=>" -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/b583/importcfg -pack /root/.go/src/internal/gover/gover.go
2025-08-20T23:03:20.6326103Z [00:02:05.916]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T23:03:20.6336659Z [00:02:05.917]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/75/75653c1f284cd8b98de184645724765239a1a4723700e025a681c45dd43ff8ff-d # internal
2025-08-20T23:03:20.6343782Z [00:02:05.917]➜  golang.org/x/tools/internal/packagesinternal
2025-08-20T23:03:20.6344432Z [00:02:05.917]➜  mkdir -p $WORK/b603/
2025-08-20T23:03:20.6346246Z [00:02:05.918]➜  echo '# import config' > $WORK/b603/importcfg # internal
2025-08-20T23:03:20.6352656Z [00:02:05.918]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/packagesinternal=>golang.org/x/tools@v0.34.0/internal/packagesinternal;$WORK/b603=>" -p golang.org/x/tools/internal/packagesinternal -lang=go1.23 -complete -installsuffix shared -buildid g0qlzLR7myAl66qU8DBg/g0qlzLR7myAl66qU8DBg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/packagesinternal/packages.go
2025-08-20T23:03:20.6500493Z [00:02:05.932]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T23:03:20.6502229Z [00:02:05.932]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/7d/7ddea1c29bd1d7f232b03c044ed1cf5b4d9d604f6aa37214535017d9a14cec18-d # internal
2025-08-20T23:03:20.6503448Z [00:02:05.933]➜  github.com/trufflesecurity/trufflehog/v3/pkg/feature
2025-08-20T23:03:20.6504098Z [00:02:05.933]➜  mkdir -p $WORK/b618/
2025-08-20T23:03:20.6504814Z [00:02:05.933]➜  cat >/tmp/go-build3700090427/b618/importcfg << 'EOF' # internal
2025-08-20T23:03:20.6505486Z [00:02:05.933]➜  # import config
2025-08-20T23:03:20.6506162Z [00:02:05.933]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:20.6506867Z [00:02:05.933]➜  EOF
2025-08-20T23:03:20.6510450Z [00:02:05.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b618/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/feature=>github.com/trufflesecurity/trufflehog/v3/pkg/feature;$WORK/b618=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/feature -lang=go1.24 -complete -installsuffix shared -buildid aRfTvflp4JcUwOd5a0ik/aRfTvflp4JcUwOd5a0ik -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack ./pkg/feature/feature.go
2025-08-20T23:03:20.6517034Z [00:02:05.935]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T23:03:20.6521035Z [00:02:05.935]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/32/32efd9315b1f8dda5c60a93892e80079939f7dc5a42fa9b1399c02174667936b-d # internal
2025-08-20T23:03:20.6522277Z [00:02:05.935]➜  github.com/tetratelabs/wazero/internal/internalapi
2025-08-20T23:03:20.6524065Z [00:02:05.935]➜  mkdir -p $WORK/b648/
2025-08-20T23:03:20.6525927Z [00:02:05.936]➜  echo '# import config' > $WORK/b648/importcfg # internal
2025-08-20T23:03:20.6530506Z [00:02:05.936]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b648/_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/b648=>" -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/b648/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/internalapi/internal.go
2025-08-20T23:03:20.6628346Z [00:02:05.945]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T23:03:20.6630273Z [00:02:05.945]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/c2/c265463e1e44942590decedc23dd028927852afa1fc8ee658c8f71328ce63b0d-d # internal
2025-08-20T23:03:20.6631473Z [00:02:05.945]➜  github.com/tetratelabs/wazero/internal/expctxkeys
2025-08-20T23:03:20.6632120Z [00:02:05.945]➜  mkdir -p $WORK/b650/
2025-08-20T23:03:20.6632789Z [00:02:05.945]➜  echo '# import config' > $WORK/b650/importcfg # internal
2025-08-20T23:03:20.6641699Z [00:02:05.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b650/_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/b650=>" -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/b650/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-20T23:03:20.6648799Z [00:02:05.946]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T23:03:20.6650298Z [00:02:05.947]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/61/61b9cf13638faa25de9dbfcf2688ca2b98a1d1e6717a177dd4232395b17a0b59-d # internal
2025-08-20T23:03:20.6651513Z [00:02:05.947]➜  github.com/tetratelabs/wazero/internal/moremath
2025-08-20T23:03:20.6652146Z [00:02:05.947]➜  mkdir -p $WORK/b656/
2025-08-20T23:03:20.6652847Z [00:02:05.948]➜  cat >/tmp/go-build3700090427/b656/importcfg << 'EOF' # internal
2025-08-20T23:03:20.6653498Z [00:02:05.948]➜  # import config
2025-08-20T23:03:20.6654124Z [00:02:05.948]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:20.6654696Z [00:02:05.948]➜  EOF
2025-08-20T23:03:20.6658590Z [00:02:05.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b656/_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/b656=>" -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/b656/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/moremath/moremath.go
2025-08-20T23:03:20.6720895Z [00:02:05.955]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T23:03:20.6726247Z [00:02:05.956]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/b1/b1aeb519c0a283c30c5e6fe36e04e96bdf8fed299285f684125cee3d9f09d49f-d # internal
2025-08-20T23:03:20.6727758Z [00:02:05.956]➜  github.com/tetratelabs/wazero/internal/wasmruntime
2025-08-20T23:03:20.6728634Z [00:02:05.956]➜  mkdir -p $WORK/b667/
2025-08-20T23:03:20.6730075Z [00:02:05.956]➜  echo '# import config' > $WORK/b667/importcfg # internal
2025-08-20T23:03:20.6734453Z [00:02:05.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b667/_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/b667=>" -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/b667/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/wasmruntime/errors.go
2025-08-20T23:03:20.6824867Z [00:02:05.966]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T23:03:20.6834929Z [00:02:05.967]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/51/5189f2325f0cfc730e402204976ded149eb9fe3b5b9942ac751f0af49fabd6b0-d # internal
2025-08-20T23:03:20.6836301Z [00:02:05.967]➜  github.com/tetratelabs/wazero/internal/u32
2025-08-20T23:03:20.6839595Z [00:02:05.967]➜  mkdir -p $WORK/b675/
2025-08-20T23:03:20.6881352Z [00:02:05.968]➜  echo '# import config' > $WORK/b675/importcfg # internal
2025-08-20T23:03:20.6885751Z [00:02:05.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b675/_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/b675=>" -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/b675/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/u32/u32.go
2025-08-20T23:03:20.6928392Z [00:02:05.976]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T23:03:20.6937287Z [00:02:05.977]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/e5/e5ede77c9c2a1cf2ba737f2dc2199f79a71c128c488850b283ef6462fc2e10fc-d # internal
2025-08-20T23:03:20.6938560Z [00:02:05.977]➜  github.com/tetratelabs/wazero/internal/u64
2025-08-20T23:03:20.6939221Z [00:02:05.977]➜  mkdir -p $WORK/b676/
2025-08-20T23:03:20.6942517Z [00:02:05.977]➜  echo '# import config' > $WORK/b676/importcfg # internal
2025-08-20T23:03:20.6947917Z [00:02:05.978]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b676/_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/b676=>" -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/b676/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/u64/u64.go
2025-08-20T23:03:20.6955458Z [00:02:05.979]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T23:03:20.6962061Z [00:02:05.979]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/6d/6d3feafe440923bfcf925d1d35974820e95af47c480c14f25402eb0a848161a3-d # internal
2025-08-20T23:03:20.6967445Z [00:02:05.980]➜  github.com/docker/cli/cli/config/types
2025-08-20T23:03:20.6968328Z [00:02:05.980]➜  mkdir -p $WORK/b715/
2025-08-20T23:03:20.6969037Z [00:02:05.980]➜  echo '# import config' > $WORK/b715/importcfg # internal
2025-08-20T23:03:20.6973392Z [00:02:05.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b715/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/types=>github.com/docker/cli@v28.2.2+incompatible/cli/config/types;$WORK/b715=>" -p github.com/docker/cli/cli/config/types -lang=go1.16 -complete -installsuffix shared -buildid zlp9aLsqBLFc8Ivg99Uc/zlp9aLsqBLFc8Ivg99Uc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/types/authconfig.go
2025-08-20T23:03:20.7037163Z [00:02:05.987]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T23:03:20.7049721Z [00:02:05.988]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/7b/7b58a6e6ccca828c9a4ecfd79d168d03dd0b4e0834ee484d9f23a197ed352561-d # internal
2025-08-20T23:03:20.7053787Z [00:02:05.988]➜  github.com/google/go-containerregistry/pkg/v1/types
2025-08-20T23:03:20.7054444Z [00:02:05.988]➜  mkdir -p $WORK/b723/
2025-08-20T23:03:20.7055092Z [00:02:05.988]➜  echo '# import config' > $WORK/b723/importcfg # internal
2025-08-20T23:03:20.7059212Z [00:02:05.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b723/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/types=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/types;$WORK/b723=>" -p github.com/google/go-containerregistry/pkg/v1/types -lang=go1.24 -complete -installsuffix shared -buildid lqAOy-WfagPecSQ34WGl/lqAOy-WfagPecSQ34WGl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/types/types.go
2025-08-20T23:03:20.7068822Z [00:02:05.990]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T23:03:20.7078283Z [00:02:05.991]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/56/56482f24120058828aec70ff8dd6743b66d9d353d67ce8dca9c600ff1ed1a8f4-d # internal
2025-08-20T23:03:20.7085702Z [00:02:05.991]➜  github.com/docker/docker/api/types/common
2025-08-20T23:03:20.7086311Z [00:02:05.991]➜  mkdir -p $WORK/b728/
2025-08-20T23:03:20.7087265Z [00:02:05.992]➜  echo '# import config' > $WORK/b728/importcfg # internal
2025-08-20T23:03:20.7091663Z [00:02:05.992]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b728/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/common=>github.com/docker/docker@v28.3.3+incompatible/api/types/common;$WORK/b728=>" -p github.com/docker/docker/api/types/common -lang=go1.16 -complete -installsuffix shared -buildid w7aS-4x67zkqJf3-HfRO/w7aS-4x67zkqJf3-HfRO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/common/id_response.go
2025-08-20T23:03:20.7139627Z [00:02:05.997]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T23:03:20.7149757Z [00:02:05.998]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/c3/c39709a038873d9438b29fa62c0885cfff0e95a4c24910b5550654e5fd0fd75c-d # internal
2025-08-20T23:03:20.7156058Z [00:02:05.998]➜  github.com/docker/docker/api/types/storage
2025-08-20T23:03:20.7156791Z [00:02:05.998]➜  mkdir -p $WORK/b734/
2025-08-20T23:03:20.7157516Z [00:02:05.998]➜  echo '# import config' > $WORK/b734/importcfg # internal
2025-08-20T23:03:20.7162132Z [00:02:05.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b734/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/storage=>github.com/docker/docker@v28.3.3+incompatible/api/types/storage;$WORK/b734=>" -p github.com/docker/docker/api/types/storage -lang=go1.16 -complete -installsuffix shared -buildid yjlUqZfpHZcxYFy833YJ/yjlUqZfpHZcxYFy833YJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/storage/driver_data.go
2025-08-20T23:03:20.7222188Z [00:02:06.005]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T23:03:20.7228101Z [00:02:06.006]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/05/05bf2ab6216b1b22b26c4f5b695c2dc660340f32ef92a985e5de8cb88fd32044-d # internal
2025-08-20T23:03:20.7260218Z [00:02:06.006]➜  github.com/docker/docker/api
2025-08-20T23:03:20.7261079Z [00:02:06.006]➜  mkdir -p $WORK/b746/
2025-08-20T23:03:20.7261691Z [00:02:06.007]➜  echo '# import config' > $WORK/b746/importcfg # internal
2025-08-20T23:03:20.7265283Z [00:02:06.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api=>github.com/docker/docker@v28.3.3+incompatible/api;$WORK/b746=>" -p github.com/docker/docker/api -lang=go1.16 -complete -installsuffix shared -buildid 9_ogwn-hia_12c-Mrmsm/9_ogwn-hia_12c-Mrmsm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/common.go
2025-08-20T23:03:20.7296068Z [00:02:06.013]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T23:03:20.7302491Z [00:02:06.013]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/fe/fe28115b811ba2ebd3371924620db6bb6c9bb9c5acb13f63f890bd3b979580cd-d # internal
2025-08-20T23:03:20.7307345Z [00:02:06.014]➜  github.com/docker/docker/api/types/checkpoint
2025-08-20T23:03:20.7307934Z [00:02:06.014]➜  mkdir -p $WORK/b754/
2025-08-20T23:03:20.7309177Z [00:02:06.014]➜  echo '# import config' > $WORK/b754/importcfg # internal
2025-08-20T23:03:20.7315211Z [00:02:06.014]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b754/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/checkpoint=>github.com/docker/docker@v28.3.3+incompatible/api/types/checkpoint;$WORK/b754=>" -p github.com/docker/docker/api/types/checkpoint -lang=go1.16 -complete -installsuffix shared -buildid Hu_S4Sq7dBnJFyO2I65h/Hu_S4Sq7dBnJFyO2I65h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b754/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/checkpoint/list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/checkpoint/options.go
2025-08-20T23:03:20.7363995Z [00:02:06.019]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T23:03:20.7375609Z [00:02:06.020]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/46/4690e0a5fe5aa53c1084d99e1baa35154bfd332fd74ca60e6cb2da8e80f738e3-d # internal
2025-08-20T23:03:20.7376809Z [00:02:06.020]➜  github.com/klauspost/compress
2025-08-20T23:03:20.7377406Z [00:02:06.021]➜  mkdir -p $WORK/b765/
2025-08-20T23:03:20.7378170Z [00:02:06.021]➜  cat >/tmp/go-build3700090427/b765/importcfg << 'EOF' # internal
2025-08-20T23:03:20.7378866Z [00:02:06.021]➜  # import config
2025-08-20T23:03:20.7379675Z [00:02:06.021]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:20.7380232Z [00:02:06.021]➜  EOF
2025-08-20T23:03:20.7383546Z [00:02:06.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b765/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b765=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid cCoZa7vvTMk6aPcXdfHz/cCoZa7vvTMk6aPcXdfHz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T23:03:20.7407418Z [00:02:06.024]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T23:03:20.7412887Z [00:02:06.024]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/30/302edb3df063c161850ab45a9c7ebb7e8272c1696f6df05739cf0c227a003b4a-d # internal
2025-08-20T23:03:20.7418867Z [00:02:06.025]➜  github.com/klauspost/compress/internal/cpuinfo
2025-08-20T23:03:20.7419630Z [00:02:06.025]➜  mkdir -p $WORK/b768/
2025-08-20T23:03:20.7433050Z [00:02:06.026]➜  echo -n > $WORK/b768/go_asm.h # internal
2025-08-20T23:03:20.7437542Z [00:02:06.026]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo
2025-08-20T23:03:20.7440795Z [00:02:06.026]➜  /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/b768=>" -I $WORK/b768/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b768/symabis ./cpuinfo_amd64.s
2025-08-20T23:03:20.7517852Z [00:02:06.035]➜  echo '# import config' > $WORK/b768/importcfg # internal
2025-08-20T23:03:20.7519908Z [00:02:06.035]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.7525089Z [00:02:06.035]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b768/_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/b768=>" -p github.com/klauspost/compress/internal/cpuinfo -lang=go1.22 -installsuffix shared -buildid Fg40gfEh5siYgCY5-Cew/Fg40gfEh5siYgCY5-Cew -goversion go1.25.0 -symabis $WORK/b768/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack -asmhdr $WORK/b768/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-20T23:03:20.7611514Z [00:02:06.044]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T23:03:20.7622829Z [00:02:06.045]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/04/04f18d84165e463253218f00827ba2f2d22b6718af6dd6327855b5318a92873c-d # internal
2025-08-20T23:03:20.7625229Z [00:02:06.046]➜  github.com/klauspost/compress/internal/le
2025-08-20T23:03:20.7625854Z [00:02:06.046]➜  mkdir -p $WORK/b769/
2025-08-20T23:03:20.7629576Z [00:02:06.046]➜  echo '# import config' > $WORK/b769/importcfg # internal
2025-08-20T23:03:20.7634241Z [00:02:06.046]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b769/_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/b769=>" -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/b769/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-20T23:03:20.7670400Z [00:02:06.050]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/cpuinfo
2025-08-20T23:03:20.7675654Z [00:02:06.050]➜  /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/b768=>" -I $WORK/b768/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b768/cpuinfo_amd64.o ./cpuinfo_amd64.s
2025-08-20T23:03:20.7711126Z [00:02:06.054]➜  go tool pack r $WORK/b768/_pkg_.a $WORK/b768/cpuinfo_amd64.o # internal
2025-08-20T23:03:20.7713922Z [00:02:06.054]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T23:03:20.7733043Z [00:02:06.056]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/70/70c815da9254a5f666234c965796efd466b837555a423ecec0b0704bbc11fb16-d # internal
2025-08-20T23:03:20.7738264Z [00:02:06.056]➜  github.com/google/go-containerregistry/pkg/compression
2025-08-20T23:03:20.7739003Z [00:02:06.056]➜  mkdir -p $WORK/b777/
2025-08-20T23:03:20.7739914Z [00:02:06.056]➜  echo '# import config' > $WORK/b777/importcfg # internal
2025-08-20T23:03:20.7740645Z [00:02:06.056]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:20.7744995Z [00:02:06.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b777/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/compression=>github.com/google/go-containerregistry@v0.20.6/pkg/compression;$WORK/b777=>" -p github.com/google/go-containerregistry/pkg/compression -lang=go1.24 -complete -installsuffix shared -buildid _Lq7reML2iPTLdA8D9OV/_Lq7reML2iPTLdA8D9OV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/compression/compression.go
2025-08-20T23:03:20.7834396Z [00:02:06.067]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T23:03:20.7835602Z [00:02:06.067]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T23:03:20.7837356Z [00:02:06.067]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/d9/d940c3bdeecc7e90bd6e39c35a2f65d428297a556827c66d6f802e3f846b8d38-d # internal
2025-08-20T23:03:20.7885341Z [00:02:06.072]➜  github.com/gobwas/glob/util/runes
2025-08-20T23:03:20.7888567Z [00:02:06.072]➜  mkdir -p $WORK/b798/
2025-08-20T23:03:20.7890091Z [00:02:06.072]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/2d/2dd0facc5b544baa36999961eb507c0e5a02a9b38a1eefbcb21e67fa04ecdff5-d # internal
2025-08-20T23:03:20.7892778Z [00:02:06.072]➜  golang.org/x/net/html/atom
2025-08-20T23:03:20.7975665Z [00:02:06.081]➜  mkdir -p $WORK/b813/
2025-08-20T23:03:20.7983228Z [00:02:06.081]➜  echo '# import config' > $WORK/b798/importcfg # internal
2025-08-20T23:03:20.7986774Z [00:02:06.081]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b798/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/runes=>github.com/gobwas/glob@v0.2.3/util/runes;$WORK/b798=>" -p github.com/gobwas/glob/util/runes -lang=go1.16 -complete -installsuffix shared -buildid jDew9cu-k5ijTHqqYDyZ/jDew9cu-k5ijTHqqYDyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/runes/runes.go
2025-08-20T23:03:20.7990200Z [00:02:06.081]➜  echo '# import config' > $WORK/b813/importcfg # internal
2025-08-20T23:03:20.7994270Z [00:02:06.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b813/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/html/atom=>golang.org/x/net@v0.42.0/html/atom;$WORK/b813=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid uUv5OZofVSRNoabLJ917/uUv5OZofVSRNoabLJ917 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b813/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/atom/atom.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/atom/table.go
2025-08-20T23:03:20.8303067Z [00:02:06.113]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T23:03:20.8314818Z [00:02:06.115]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/6c/6cfa32abd0d3a1fea5998d9898f62a4f6c32893d21a9bc50c915564ab2298b2c-d # internal
2025-08-20T23:03:20.8316339Z [00:02:06.115]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T23:03:20.8318366Z [00:02:06.115]➜  mkdir -p $WORK/b832/
2025-08-20T23:03:20.8320273Z [00:02:06.115]➜  echo '# import config' > $WORK/b832/importcfg # internal
2025-08-20T23:03:20.8324612Z [00:02:06.115]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b832/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/internal/identifier=>golang.org/x/text@v0.27.0/encoding/internal/identifier;$WORK/b832=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid HmSs6Hf2Nt_Rbui5afE-/HmSs6Hf2Nt_Rbui5afE- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/internal/identifier/identifier.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/internal/identifier/mib.go
2025-08-20T23:03:20.8398696Z [00:02:06.123]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T23:03:20.8405976Z [00:02:06.124]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/66/6659d2417e92220e03ff6ccde953aea8c150555293543f31cb44d6aa3e5319d3-d # internal
2025-08-20T23:03:20.8422171Z [00:02:06.125]➜  golang.org/x/text/internal/utf8internal
2025-08-20T23:03:20.8433545Z [00:02:06.125]➜  mkdir -p $WORK/b834/
2025-08-20T23:03:20.8434241Z [00:02:06.125]➜  echo '# import config' > $WORK/b834/importcfg # internal
2025-08-20T23:03:20.8438162Z [00:02:06.125]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b834/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/utf8internal=>golang.org/x/text@v0.27.0/internal/utf8internal;$WORK/b834=>" -p golang.org/x/text/internal/utf8internal -lang=go1.23 -complete -installsuffix shared -buildid iy9eEVlYtTyHuR74ZOMb/iy9eEVlYtTyHuR74ZOMb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b834/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/utf8internal/utf8internal.go
2025-08-20T23:03:20.8452392Z [00:02:06.128]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T23:03:20.8464825Z [00:02:06.129]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/b4/b4d5124bd22721b79db73dc5cff00a54c83dfa24d36d799ceb072fc6e9daa5e0-d # internal
2025-08-20T23:03:20.8466029Z [00:02:06.129]➜  github.com/pierrec/lz4/v4/internal/lz4errors
2025-08-20T23:03:20.8482195Z [00:02:06.129]➜  mkdir -p $WORK/b849/
2025-08-20T23:03:20.8482845Z [00:02:06.129]➜  echo '# import config' > $WORK/b849/importcfg # internal
2025-08-20T23:03:20.8486558Z [00:02:06.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b849/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4errors=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4errors;$WORK/b849=>" -p github.com/pierrec/lz4/v4/internal/lz4errors -lang=go1.14 -complete -installsuffix shared -buildid 5SkgWeAoGcs9siknM-PL/5SkgWeAoGcs9siknM-PL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4errors/errors.go
2025-08-20T23:03:20.8506392Z [00:02:06.134]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T23:03:20.8513980Z [00:02:06.135]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/8b/8b2d9de3e6ed743acf47cf86b8618b173507cf07e267aacfb8413684f165ef83-d # internal
2025-08-20T23:03:20.8523638Z [00:02:06.135]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T23:03:20.8524836Z [00:02:06.135]➜  github.com/ulikunitz/xz/internal/hash
2025-08-20T23:03:20.8526892Z [00:02:06.135]➜  mkdir -p $WORK/b854/
2025-08-20T23:03:20.8527783Z [00:02:06.136]➜  echo '# import config' > $WORK/b854/importcfg # internal
2025-08-20T23:03:20.8536286Z [00:02:06.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b854/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash=>github.com/ulikunitz/xz@v0.5.12/internal/hash;$WORK/b854=>" -p github.com/ulikunitz/xz/internal/hash -lang=go1.12 -complete -installsuffix shared -buildid OOF77JdEbWo8zNVCFbkF/OOF77JdEbWo8zNVCFbkF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b854/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/cyclic_poly.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/doc.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/rabin_karp.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/hash/roller.go
2025-08-20T23:03:20.8541187Z [00:02:06.136]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/ff/ff7e5406793471bd142873efacd345c28aeca2d3a547525267d59c20b58b4a7e-d # internal
2025-08-20T23:03:20.8547985Z [00:02:06.137]➜  github.com/bodgit/windows
2025-08-20T23:03:20.8548649Z [00:02:06.137]➜  mkdir -p $WORK/b859/
2025-08-20T23:03:20.8549263Z [00:02:06.138]➜  echo '# import config' > $WORK/b859/importcfg # internal
2025-08-20T23:03:20.8568857Z [00:02:06.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b859/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/windows@v1.0.1=>github.com/bodgit/windows@v1.0.1;$WORK/b859=>" -p github.com/bodgit/windows -lang=go1.13 -complete -installsuffix shared -buildid -AjvW8gvwxETv7kikGAw/-AjvW8gvwxETv7kikGAw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b859/importcfg -pack /root/go/pkg/mod/github.com/bodgit/windows@v1.0.1/filetime.go
2025-08-20T23:03:20.8574889Z [00:02:06.139]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T23:03:20.8576171Z [00:02:06.140]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/2d/2da992b22495c842250635ee13a5b92ddee016f5cf6f86efe0eda39e1948db4a-d # internal
2025-08-20T23:03:20.8577347Z [00:02:06.140]➜  github.com/dsnet/compress/bzip2/internal/sais
2025-08-20T23:03:20.8577930Z [00:02:06.140]➜  mkdir -p $WORK/b862/
2025-08-20T23:03:20.8578569Z [00:02:06.140]➜  echo '# import config' > $WORK/b862/importcfg # internal
2025-08-20T23:03:20.8585278Z [00:02:06.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b862/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais;$WORK/b862=>" -p github.com/dsnet/compress/bzip2/internal/sais -lang=go1.9 -complete -installsuffix shared -buildid fpCJSj7gMrk0zJGrhdoJ/fpCJSj7gMrk0zJGrhdoJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b862/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/sais_byte.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/sais_int.go
2025-08-20T23:03:20.8684309Z [00:02:06.151]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T23:03:20.8693731Z [00:02:06.152]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/ff/ff3eaa39b387ed33639234da0f6dcd5ea5b9a324df00fe0aa15af3bf917546dc-d # internal
2025-08-20T23:03:20.8694838Z [00:02:06.152]➜  github.com/dsnet/compress/internal
2025-08-20T23:03:20.8700820Z [00:02:06.153]➜  mkdir -p $WORK/b863/
2025-08-20T23:03:20.8701446Z [00:02:06.153]➜  echo '# import config' > $WORK/b863/importcfg # internal
2025-08-20T23:03:20.8717391Z [00:02:06.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b863/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal;$WORK/b863=>" -p github.com/dsnet/compress/internal -lang=go1.9 -complete -installsuffix shared -buildid eqTROIR9ek0MGk5LVrIF/eqTROIR9ek0MGk5LVrIF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b863/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/release.go
2025-08-20T23:03:20.8748255Z [00:02:06.158]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T23:03:20.8774271Z [00:02:06.160]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/89/89fbcaebee55f92df887fe38ce3fa321bd85543e6c2ec6985c176c37856b9cbc-d # internal
2025-08-20T23:03:20.8799669Z [00:02:06.161]➜  github.com/klauspost/compress/internal/race
2025-08-20T23:03:20.8800345Z [00:02:06.161]➜  mkdir -p $WORK/b869/
2025-08-20T23:03:20.8801032Z [00:02:06.161]➜  echo '# import config' > $WORK/b869/importcfg # internal
2025-08-20T23:03:20.8805013Z [00:02:06.161]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b869/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/race=>github.com/klauspost/compress@v1.18.0/internal/race;$WORK/b869=>" -p github.com/klauspost/compress/internal/race -lang=go1.22 -complete -installsuffix shared -buildid 4_aDX76bQFSkwGEo0tk7/4_aDX76bQFSkwGEo0tk7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b869/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/race/norace.go
2025-08-20T23:03:20.8893566Z [00:02:06.172]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T23:03:20.8905069Z [00:02:06.173]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/9b/9b63df7d9a27de27db4082e990101a2ad834d53cb830a311538765388963c4f9-d # internal
2025-08-20T23:03:20.8908133Z [00:02:06.173]➜  github.com/ProtonMail/go-crypto/internal/byteutil
2025-08-20T23:03:20.8908842Z [00:02:06.173]➜  mkdir -p $WORK/b886/
2025-08-20T23:03:20.8909711Z [00:02:06.174]➜  echo '# import config' > $WORK/b886/importcfg # internal
2025-08-20T23:03:20.8913911Z [00:02:06.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b886/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/internal/byteutil=>github.com/ProtonMail/go-crypto@v1.1.5/internal/byteutil;$WORK/b886=>" -p github.com/ProtonMail/go-crypto/internal/byteutil -lang=go1.17 -complete -installsuffix shared -buildid 4lKXjDR-q8uia88Por52/4lKXjDR-q8uia88Por52 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b886/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/internal/byteutil/byteutil.go
2025-08-20T23:03:20.8924345Z [00:02:06.175]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T23:03:20.8933478Z [00:02:06.176]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/bf/bf7ebe0c88009e5107197bcc722bb9ee1db648c51edaa060e01912e16d2174e3-d # internal
2025-08-20T23:03:20.8936046Z [00:02:06.176]➜  image/color
2025-08-20T23:03:20.8936525Z [00:02:06.176]➜  mkdir -p $WORK/b917/
2025-08-20T23:03:20.8937192Z [00:02:06.176]➜  echo '# import config' > $WORK/b917/importcfg # internal
2025-08-20T23:03:20.8940444Z [00:02:06.177]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b917/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b917=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid 6n7MYmi60bpVHMKqG5xB/6n7MYmi60bpVHMKqG5xB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b917/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T23:03:20.9175488Z [00:02:06.201]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T23:03:20.9181478Z [00:02:06.201]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/af/afb45e1e890398998ac4df01d910592c9f777459abc917f939ae1eaa582c75ee-d # internal
2025-08-20T23:03:20.9187637Z [00:02:06.201]➜  github.com/aws/aws-sdk-go-v2/internal/sdkio
2025-08-20T23:03:20.9188259Z [00:02:06.201]➜  mkdir -p $WORK/b1019/
2025-08-20T23:03:20.9189739Z [00:02:06.202]➜  echo '# import config' > $WORK/b1019/importcfg # internal
2025-08-20T23:03:20.9205317Z [00:02:06.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1019/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sdkio=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sdkio;$WORK/b1019=>" -p github.com/aws/aws-sdk-go-v2/internal/sdkio -lang=go1.22 -complete -installsuffix shared -buildid iOWkAV1AwMEu5XnT3f4J/iOWkAV1AwMEu5XnT3f4J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1019/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sdkio/byte.go
2025-08-20T23:03:20.9275664Z [00:02:06.211]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T23:03:20.9281252Z [00:02:06.211]➜  go tool buildid -w $WORK/b1019/_pkg_.a # internal
2025-08-20T23:03:20.9295142Z [00:02:06.212]➜  cp $WORK/b1019/_pkg_.a /root/.cache/go-build/25/25ac87b25c656ff54ef65f29b1ded77615616c09c5181bbf56a2d3f8ddcb6b7b-d # internal
2025-08-20T23:03:20.9296944Z [00:02:06.212]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption
2025-08-20T23:03:20.9297974Z [00:02:06.212]➜  mkdir -p $WORK/b1434/
2025-08-20T23:03:20.9298725Z [00:02:06.212]➜  echo '# import config' > $WORK/b1434/importcfg # internal
2025-08-20T23:03:20.9307681Z [00:02:06.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=>github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption;$WORK/b1434=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption -lang=go1.18 -complete -installsuffix shared -buildid us1CteLhi_U_DnzBJyOD/us1CteLhi_U_DnzBJyOD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1434/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption/type.go
2025-08-20T23:03:20.9341010Z [00:02:06.217]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/81/814743633e36aefbc58ab1957eaacae307fa1504df8e421f24cc19facd9ba79e-d # internal
2025-08-20T23:03:20.9351982Z [00:02:06.218]➜  go.mongodb.org/mongo-driver/bson/bsonoptions
2025-08-20T23:03:20.9352678Z [00:02:06.218]➜  mkdir -p $WORK/b1525/
2025-08-20T23:03:20.9368286Z [00:02:06.220]➜  echo '# import config' > $WORK/b1525/importcfg # internal
2025-08-20T23:03:20.9377874Z [00:02:06.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1525/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions=>go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions;$WORK/b1525=>" -p go.mongodb.org/mongo-driver/bson/bsonoptions -lang=go1.18 -complete -installsuffix shared -buildid 3Gxn8Q0L2UhswqxdS1q9/3Gxn8Q0L2UhswqxdS1q9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1525/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/byte_slice_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/empty_interface_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/map_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/slice_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/string_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/struct_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/time_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonoptions/uint_codec_options.go
2025-08-20T23:03:20.9424727Z [00:02:06.226]➜  go tool buildid -w $WORK/b1434/_pkg_.a # internal
2025-08-20T23:03:20.9433519Z [00:02:06.226]➜  cp $WORK/b1434/_pkg_.a /root/.cache/go-build/33/3377d5b88044e94042d51a3c6ebe433769b43b102cf46581b37ada1e5a5a9f0b-d # internal
2025-08-20T23:03:20.9438903Z [00:02:06.227]➜  go.mongodb.org/mongo-driver/bson/bsontype
2025-08-20T23:03:20.9444301Z [00:02:06.227]➜  mkdir -p $WORK/b1527/
2025-08-20T23:03:20.9445280Z [00:02:06.228]➜  echo '# import config' > $WORK/b1527/importcfg # internal
2025-08-20T23:03:20.9449125Z [00:02:06.228]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1527/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsontype=>go.mongodb.org/mongo-driver@v1.17.4/bson/bsontype;$WORK/b1527=>" -p go.mongodb.org/mongo-driver/bson/bsontype -lang=go1.18 -complete -installsuffix shared -buildid iXNFhZJ1QXSmyE8L_els/iXNFhZJ1QXSmyE8L_els -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1527/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsontype/bsontype.go
2025-08-20T23:03:20.9490746Z [00:02:06.232]➜  go tool buildid -w $WORK/b917/_pkg_.a # internal
2025-08-20T23:03:20.9501902Z [00:02:06.233]➜  cp $WORK/b917/_pkg_.a /root/.cache/go-build/21/21684d34123fdb174aaafbd94bd70009c7979c8d6d39d1910987db983d374b11-d # internal
2025-08-20T23:03:20.9511426Z [00:02:06.234]➜  go.mongodb.org/mongo-driver/internal/handshake
2025-08-20T23:03:20.9512044Z [00:02:06.234]➜  mkdir -p $WORK/b1534/
2025-08-20T23:03:20.9512716Z [00:02:06.234]➜  echo '# import config' > $WORK/b1534/importcfg # internal
2025-08-20T23:03:20.9516718Z [00:02:06.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1534/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/handshake=>go.mongodb.org/mongo-driver@v1.17.4/internal/handshake;$WORK/b1534=>" -p go.mongodb.org/mongo-driver/internal/handshake -lang=go1.18 -complete -installsuffix shared -buildid 629-sB9bT8N0hdNcdrnw/629-sB9bT8N0hdNcdrnw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1534/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/handshake/handshake.go
2025-08-20T23:03:20.9600898Z [00:02:06.243]➜  go tool buildid -w $WORK/b1527/_pkg_.a # internal
2025-08-20T23:03:20.9612561Z [00:02:06.244]➜  cp $WORK/b1527/_pkg_.a /root/.cache/go-build/a9/a96055ddef4fca7699f43b81d268c3aaec6f948046461c97794700b7704c3e06-d # internal
2025-08-20T23:03:20.9616206Z [00:02:06.245]➜  go.mongodb.org/mongo-driver/internal/ptrutil
2025-08-20T23:03:20.9616832Z [00:02:06.245]➜  mkdir -p $WORK/b1535/
2025-08-20T23:03:20.9622533Z [00:02:06.245]➜  echo '# import config' > $WORK/b1535/importcfg # internal
2025-08-20T23:03:20.9625269Z [00:02:06.246]➜  go tool buildid -w $WORK/b1525/_pkg_.a # internal
2025-08-20T23:03:20.9637720Z [00:02:06.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1535/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/ptrutil=>go.mongodb.org/mongo-driver@v1.17.4/internal/ptrutil;$WORK/b1535=>" -p go.mongodb.org/mongo-driver/internal/ptrutil -lang=go1.18 -complete -installsuffix shared -buildid bwdHzIhSeCOHHIG2X75D/bwdHzIhSeCOHHIG2X75D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1535/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/ptrutil/int64.go
2025-08-20T23:03:20.9642090Z [00:02:06.247]➜  cp $WORK/b1525/_pkg_.a /root/.cache/go-build/ad/adc2fb0d193f3346d8fd9d1790d3c94b753f7de8f8d8ec1d325a0e603b3b75aa-d # internal
2025-08-20T23:03:20.9643248Z [00:02:06.247]➜  go.mongodb.org/mongo-driver/version
2025-08-20T23:03:20.9645882Z [00:02:06.248]➜  mkdir -p $WORK/b1569/
2025-08-20T23:03:20.9647843Z [00:02:06.248]➜  go tool buildid -w $WORK/b1534/_pkg_.a # internal
2025-08-20T23:03:20.9650681Z [00:02:06.248]➜  echo '# import config' > $WORK/b1569/importcfg # internal
2025-08-20T23:03:20.9652086Z [00:02:06.248]➜  cp $WORK/b1534/_pkg_.a /root/.cache/go-build/f1/f108accc4ff755392a498d7e2da8515ff257ce983a56e2708d63f40555ed96aa-d # internal
2025-08-20T23:03:20.9653195Z [00:02:06.248]➜  cloud.google.com/go/storage/internal
2025-08-20T23:03:20.9653779Z [00:02:06.248]➜  mkdir -p $WORK/b1986/
2025-08-20T23:03:20.9658999Z [00:02:06.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1569/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/version=>go.mongodb.org/mongo-driver@v1.17.4/version;$WORK/b1569=>" -p go.mongodb.org/mongo-driver/version -lang=go1.18 -complete -installsuffix shared -buildid 4Jad6T2pJtOq00MQRpSB/4Jad6T2pJtOq00MQRpSB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1569/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/version/version.go
2025-08-20T23:03:20.9662505Z [00:02:06.248]➜  echo '# import config' > $WORK/b1986/importcfg # internal
2025-08-20T23:03:20.9668573Z [00:02:06.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1986/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal=>cloud.google.com/go/storage@v1.56.0/internal;$WORK/b1986=>" -p cloud.google.com/go/storage/internal -lang=go1.23 -complete -installsuffix shared -buildid 7wiJ2cOiSbvYs5EcCHiH/7wiJ2cOiSbvYs5EcCHiH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1986/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/experimental.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/version.go
2025-08-20T23:03:20.9711455Z [00:02:06.254]➜  go tool buildid -w $WORK/b1569/_pkg_.a # internal
2025-08-20T23:03:20.9714602Z [00:02:06.255]➜  cp $WORK/b1569/_pkg_.a /root/.cache/go-build/f3/f352f0e1a4dd858bc6b5c368f7908770f7ec47e424526b78ccdc63520c4ffb60-d # internal
2025-08-20T23:03:20.9722029Z [00:02:06.255]➜  go.opentelemetry.io/otel/sdk/metric/internal
2025-08-20T23:03:20.9722948Z [00:02:06.255]➜  mkdir -p $WORK/b1990/
2025-08-20T23:03:20.9726191Z [00:02:06.256]➜  echo '# import config' > $WORK/b1990/importcfg # internal
2025-08-20T23:03:20.9733613Z [00:02:06.256]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1990/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal=>go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal;$WORK/b1990=>" -p go.opentelemetry.io/otel/sdk/metric/internal -lang=go1.23 -complete -installsuffix shared -buildid VVQsEJPXUfaSaqVnTtor/VVQsEJPXUfaSaqVnTtor -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1990/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/reuse_slice.go
2025-08-20T23:03:20.9737109Z [00:02:06.256]➜  go tool buildid -w $WORK/b1535/_pkg_.a # internal
2025-08-20T23:03:20.9737857Z [00:02:06.256]➜  go tool buildid -w $WORK/b1986/_pkg_.a # internal
2025-08-20T23:03:20.9778842Z [00:02:06.261]➜  go tool buildid -w $WORK/b1990/_pkg_.a # internal
2025-08-20T23:03:20.9921860Z [00:02:06.275]➜  cp $WORK/b1986/_pkg_.a /root/.cache/go-build/0f/0f25d4f08d741cf0ee21156b90bd1f22113e1d684b7740cb56b8eb3305e362c4-d # internal
2025-08-20T23:03:20.9925121Z [00:02:06.275]➜  cp $WORK/b1535/_pkg_.a /root/.cache/go-build/06/06f87a926158c03cbfbc9dc987ca8ad4b669017c8739daf3b833bf021430c47f-d # internal
2025-08-20T23:03:20.9926554Z [00:02:06.275]➜  go.opentelemetry.io/otel/sdk
2025-08-20T23:03:20.9927236Z [00:02:06.275]➜  mkdir -p $WORK/b1994/
2025-08-20T23:03:20.9927913Z [00:02:06.275]➜  cloud.google.com/go/monitoring/internal
2025-08-20T23:03:20.9928650Z [00:02:06.275]➜  mkdir -p $WORK/b2011/
2025-08-20T23:03:20.9930253Z [00:02:06.275]➜  cp $WORK/b1990/_pkg_.a /root/.cache/go-build/3a/3a454fbd70c3d03a7be6f2d25d2d1233d22c8ab0b5f6391d729cf939c95eb6d4-d # internal
2025-08-20T23:03:20.9932016Z [00:02:06.275]➜  google.golang.org/grpc/xds/internal/clients/xdsclient/metrics
2025-08-20T23:03:20.9938192Z [00:02:06.277]➜  mkdir -p $WORK/b2096/
2025-08-20T23:03:20.9939527Z [00:02:06.277]➜  echo '# import config' > $WORK/b1994/importcfg # internal
2025-08-20T23:03:20.9944671Z [00:02:06.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1994/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0=>go.opentelemetry.io/otel/sdk@v1.36.0;$WORK/b1994=>" -p go.opentelemetry.io/otel/sdk -lang=go1.23 -complete -installsuffix shared -buildid GBbPOn2jtvFwlIk4BUQ4/GBbPOn2jtvFwlIk4BUQ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1994/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/version.go
2025-08-20T23:03:20.9948688Z [00:02:06.277]➜  echo '# import config' > $WORK/b2096/importcfg # internal
2025-08-20T23:03:20.9955394Z [00:02:06.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2096/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/metrics=>google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/metrics;$WORK/b2096=>" -p google.golang.org/grpc/xds/internal/clients/xdsclient/metrics -lang=go1.23 -complete -installsuffix shared -buildid 7kia3AkUhv7D4yu5HCGg/7kia3AkUhv7D4yu5HCGg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2096/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/metrics/metrics.go
2025-08-20T23:03:20.9961018Z [00:02:06.277]➜  echo '# import config' > $WORK/b2011/importcfg # internal
2025-08-20T23:03:20.9966135Z [00:02:06.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2011/_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/b2011=>" -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/b2011/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/internal/version.go
2025-08-20T23:03:20.9998184Z [00:02:06.283]➜  go tool buildid -w $WORK/b1994/_pkg_.a # internal
2025-08-20T23:03:21.0006814Z [00:02:06.284]➜  cp $WORK/b1994/_pkg_.a /root/.cache/go-build/9b/9b86709181997243708b1f27c3db6a4de9e806dde592697aa75bec4167d35d6a-d # internal
2025-08-20T23:03:21.0012449Z [00:02:06.284]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version
2025-08-20T23:03:21.0019912Z [00:02:06.285]➜  mkdir -p $WORK/b2107/
2025-08-20T23:03:21.0022125Z [00:02:06.285]➜  go tool buildid -w $WORK/b2096/_pkg_.a # internal
2025-08-20T23:03:21.0024828Z [00:02:06.286]➜  echo '# import config' > $WORK/b2107/importcfg # internal
2025-08-20T23:03:21.0030493Z [00:02:06.286]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2107/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/version=>google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/version;$WORK/b2107=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version -lang=go1.23 -complete -installsuffix shared -buildid -bAeWSyt7H2zDyHrpPRG/-bAeWSyt7H2zDyHrpPRG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2107/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/version/version.go
2025-08-20T23:03:21.0035660Z [00:02:06.286]➜  go tool buildid -w $WORK/b2011/_pkg_.a # internal
2025-08-20T23:03:21.0037415Z [00:02:06.287]➜  cp $WORK/b2011/_pkg_.a /root/.cache/go-build/29/292b6b60bba93f0fc129667c38eb797cf33b2388128e0c14a90f2f5072fdfe34-d # internal
2025-08-20T23:03:21.0042405Z [00:02:06.287]➜  google.golang.org/grpc/xds/internal/resolver/internal
2025-08-20T23:03:21.0044835Z [00:02:06.288]➜  mkdir -p $WORK/b2142/
2025-08-20T23:03:21.0046541Z [00:02:06.288]➜  cp $WORK/b2096/_pkg_.a /root/.cache/go-build/bd/bdec66d2992716b968aac592c9cc37da2cc350436725ae29ea69bd79baa29009-d # internal
2025-08-20T23:03:21.0052708Z [00:02:06.288]➜  github.com/pjbgf/sha1cd/internal
2025-08-20T23:03:21.0053374Z [00:02:06.288]➜  mkdir -p $WORK/b2173/
2025-08-20T23:03:21.0054033Z [00:02:06.288]➜  echo '# import config' > $WORK/b2142/importcfg # internal
2025-08-20T23:03:21.0064587Z [00:02:06.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2142/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/resolver/internal=>google.golang.org/grpc@v1.74.2/xds/internal/resolver/internal;$WORK/b2142=>" -p google.golang.org/grpc/xds/internal/resolver/internal -lang=go1.23 -complete -installsuffix shared -buildid frQFNA4WTPe7Ii8ccTzk/frQFNA4WTPe7Ii8ccTzk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2142/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/resolver/internal/internal.go
2025-08-20T23:03:21.0070162Z [00:02:06.289]➜  echo '# import config' > $WORK/b2173/importcfg # internal
2025-08-20T23:03:21.0075073Z [00:02:06.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2173/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal=>github.com/pjbgf/sha1cd@v0.3.2/internal;$WORK/b2173=>" -p github.com/pjbgf/sha1cd/internal -lang=go1.21 -complete -installsuffix shared -buildid Cc01TSDAahH5TBGUPPXf/Cc01TSDAahH5TBGUPPXf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2173/importcfg -pack /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/internal/const.go
2025-08-20T23:03:21.0094473Z [00:02:06.293]➜  go tool buildid -w $WORK/b2107/_pkg_.a # internal
2025-08-20T23:03:21.0103516Z [00:02:06.294]➜  cp $WORK/b2107/_pkg_.a /root/.cache/go-build/b5/b5fef6404595fe129343f21c8b5d9a498ad84ca0fd741e94c0ad1e418b75b36e-d # internal
2025-08-20T23:03:21.0107561Z [00:02:06.294]➜  github.com/pjbgf/sha1cd/ubc
2025-08-20T23:03:21.0109162Z [00:02:06.294]➜  mkdir -p $WORK/b2174/
2025-08-20T23:03:21.0114765Z [00:02:06.295]➜  echo -n > $WORK/b2174/go_asm.h # internal
2025-08-20T23:03:21.0118609Z [00:02:06.295]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc
2025-08-20T23:03:21.0122076Z [00:02:06.295]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd/ubc -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b2174=>" -I $WORK/b2174/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b2174/symabis ./ubc_amd64.s
2025-08-20T23:03:21.0151589Z [00:02:06.297]➜  go tool buildid -w $WORK/b2173/_pkg_.a # internal
2025-08-20T23:03:21.0156001Z [00:02:06.297]➜  go tool buildid -w $WORK/b2142/_pkg_.a # internal
2025-08-20T23:03:21.0157245Z [00:02:06.297]➜  cp $WORK/b2173/_pkg_.a /root/.cache/go-build/0f/0fbefab96c4cb8bd64ab9891dd581e8e19281fa1c3a398156b7264096021db0b-d # internal
2025-08-20T23:03:21.0158359Z [00:02:06.297]➜  github.com/go-git/go-git/v5/plumbing/color
2025-08-20T23:03:21.0158951Z [00:02:06.297]➜  mkdir -p $WORK/b2203/
2025-08-20T23:03:21.0159821Z [00:02:06.297]➜  echo '# import config' > $WORK/b2203/importcfg # internal
2025-08-20T23:03:21.0160490Z [00:02:06.297]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:21.0164490Z [00:02:06.297]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2203/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/color=>github.com/go-git/go-git/v5@v5.13.2/plumbing/color;$WORK/b2203=>" -p github.com/go-git/go-git/v5/plumbing/color -lang=go1.21 -complete -installsuffix shared -buildid 6WcWg3hmQHgin8AJpavb/6WcWg3hmQHgin8AJpavb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2203/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/color/color.go
2025-08-20T23:03:21.0168336Z [00:02:06.298]➜  cp $WORK/b2142/_pkg_.a /root/.cache/go-build/1e/1e366af5ed3a89a8b38975758f8cbee254db491d5c6204749667c25556c5f7b4-d # internal
2025-08-20T23:03:21.0169673Z [00:02:06.298]➜  github.com/golang/groupcache/lru
2025-08-20T23:03:21.0170231Z [00:02:06.298]➜  mkdir -p $WORK/b2227/
2025-08-20T23:03:21.0170928Z [00:02:06.298]➜  cat >/tmp/go-build3700090427/b2227/importcfg << 'EOF' # internal
2025-08-20T23:03:21.0171574Z [00:02:06.298]➜  # import config
2025-08-20T23:03:21.0172252Z [00:02:06.298]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:03:21.0172879Z [00:02:06.298]➜  EOF
2025-08-20T23:03:21.0178675Z [00:02:06.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da/lru=>github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da/lru;$WORK/b2227=>" -p github.com/golang/groupcache/lru -lang=go1.16 -complete -installsuffix shared -buildid CvVMACNFGpIhgFwrIkyF/CvVMACNFGpIhgFwrIkyF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2227/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da/lru/lru.go
2025-08-20T23:03:21.0182606Z [00:02:06.301]➜  echo '# import config' > $WORK/b2174/importcfg # internal
2025-08-20T23:03:21.0187886Z [00:02:06.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2174/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b2174=>" -p github.com/pjbgf/sha1cd/ubc -lang=go1.21 -installsuffix shared -buildid q0DxKu1wKiDdioI1aU44/q0DxKu1wKiDdioI1aU44 -goversion go1.25.0 -symabis $WORK/b2174/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b2174/importcfg -pack -asmhdr $WORK/b2174/go_asm.h /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/const.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc_amd64.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc/ubc_generic.go
2025-08-20T23:03:21.0250237Z [00:02:06.308]➜  go tool buildid -w $WORK/b2203/_pkg_.a # internal
2025-08-20T23:03:21.0260431Z [00:02:06.309]➜  cp $WORK/b2203/_pkg_.a /root/.cache/go-build/54/54f1f4ffcca71cd8afa09cee8f25d8a1b243b36419138f442c56ddf31b84c9ea-d # internal
2025-08-20T23:03:21.0269504Z [00:02:06.310]➜  github.com/repeale/fp-go
2025-08-20T23:03:21.0272355Z [00:02:06.310]➜  mkdir -p $WORK/b2251/
2025-08-20T23:03:21.0283142Z [00:02:06.311]➜  echo '# import config' > $WORK/b2251/importcfg # internal
2025-08-20T23:03:21.0290548Z [00:02:06.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2251/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1=>github.com/repeale/fp-go@v0.11.1;$WORK/b2251=>" -p github.com/repeale/fp-go -lang=go1.18 -complete -installsuffix shared -buildid 5V71ec2pR3PSgFlDQFbx/5V71ec2pR3PSgFlDQFbx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2251/importcfg -pack /root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1/compose.go /root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1/curry.go /root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1/every.go /root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1/filter.go /root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1/flat.go /root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1/flatMap.go /root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1/function.go /root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1/map.go /root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1/pipe.go /root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1/reduce.go /root/go/pkg/mod/github.com/repeale/fp-go@v0.11.1/some.go
2025-08-20T23:03:21.0374227Z [00:02:06.320]➜  go tool buildid -w $WORK/b2227/_pkg_.a # internal
2025-08-20T23:03:21.0377800Z [00:02:06.321]➜  cp $WORK/b2227/_pkg_.a /root/.cache/go-build/d1/d1613c4b4ebd42cf02f63c0be74da28e8225f66de6f951cbe16c19357774af97-d # internal
2025-08-20T23:03:21.0380893Z [00:02:06.321]➜  github.com/aws/smithy-go/container/private/cache
2025-08-20T23:03:21.0387094Z [00:02:06.322]➜  mkdir -p $WORK/b2270/
2025-08-20T23:03:21.0387831Z [00:02:06.322]➜  echo '# import config' > $WORK/b2270/importcfg # internal
2025-08-20T23:03:21.0392366Z [00:02:06.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2270/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/container/private/cache=>github.com/aws/smithy-go@v1.22.5/container/private/cache;$WORK/b2270=>" -p github.com/aws/smithy-go/container/private/cache -lang=go1.22 -complete -installsuffix shared -buildid cBKmMfcdPlzKcXxEAtPv/cBKmMfcdPlzKcXxEAtPv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2270/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/container/private/cache/cache.go
2025-08-20T23:03:21.0452985Z [00:02:06.328]➜  go tool buildid -w $WORK/b2270/_pkg_.a # internal
2025-08-20T23:03:21.0460081Z [00:02:06.329]➜  cp $WORK/b2270/_pkg_.a /root/.cache/go-build/5e/5e6ae3f4a67392c96caf586fe129f736943e07caf3da9d6069c04f51195cfebb-d # internal
2025-08-20T23:03:21.0467153Z [00:02:06.330]➜  github.com/aws/smithy-go/container/private/cache/lru
2025-08-20T23:03:21.0467922Z [00:02:06.330]➜  mkdir -p $WORK/b2271/
2025-08-20T23:03:21.0468657Z [00:02:06.330]➜  cat >/tmp/go-build3700090427/b2271/importcfg << 'EOF' # internal
2025-08-20T23:03:21.0469496Z [00:02:06.330]➜  # import config
2025-08-20T23:03:21.0470514Z [00:02:06.330]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:03:21.0471726Z [00:02:06.330]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3700090427/b2270/_pkg_.a
2025-08-20T23:03:21.0472648Z [00:02:06.330]➜  EOF
2025-08-20T23:03:21.0476936Z [00:02:06.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2271/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/container/private/cache/lru=>github.com/aws/smithy-go@v1.22.5/container/private/cache/lru;$WORK/b2271=>" -p github.com/aws/smithy-go/container/private/cache/lru -lang=go1.22 -complete -installsuffix shared -buildid Tyl5VHJWk3QPxyNjwJNj/Tyl5VHJWk3QPxyNjwJNj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2271/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/container/private/cache/lru/lru.go
2025-08-20T23:03:21.0591012Z [00:02:06.342]➜  go tool buildid -w $WORK/b2251/_pkg_.a # internal
2025-08-20T23:03:21.0607984Z [00:02:06.344]➜  cp $WORK/b2251/_pkg_.a /root/.cache/go-build/3d/3dc51429d4255f030bdaa193058f0fa0b02c5ac8e451333d813cc19dc2283cba-d # internal
2025-08-20T23:03:21.0609174Z [00:02:06.344]➜  github.com/adrg/strutil/internal/mathutil
2025-08-20T23:03:21.0609967Z [00:02:06.344]➜  mkdir -p $WORK/b2278/
2025-08-20T23:03:21.0610631Z [00:02:06.344]➜  echo '# import config' > $WORK/b2278/importcfg # internal
2025-08-20T23:03:21.0614670Z [00:02:06.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/internal/mathutil=>github.com/adrg/strutil@v0.3.1/internal/mathutil;$WORK/b2278=>" -p github.com/adrg/strutil/internal/mathutil -lang=go1.14 -complete -installsuffix shared -buildid QVyplUbIe3ZlocUwznta/QVyplUbIe3ZlocUwznta -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2278/importcfg -pack /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/internal/mathutil/math.go
2025-08-20T23:03:21.0619717Z [00:02:06.345]➜  go tool buildid -w $WORK/b2271/_pkg_.a # internal
2025-08-20T23:03:21.0624585Z [00:02:06.346]➜  cp $WORK/b2271/_pkg_.a /root/.cache/go-build/21/214a29519d0f6aa1c859be99a99381bbeb4f14c939fb7cb840acffe606344042-d # internal
2025-08-20T23:03:21.0626680Z [00:02:06.346]➜  github.com/adrg/strutil/internal/stringutil
2025-08-20T23:03:21.0627310Z [00:02:06.346]➜  mkdir -p $WORK/b2279/
2025-08-20T23:03:21.0632375Z [00:02:06.346]➜  echo '# import config' > $WORK/b2279/importcfg # internal
2025-08-20T23:03:21.0636949Z [00:02:06.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/internal/stringutil=>github.com/adrg/strutil@v0.3.1/internal/stringutil;$WORK/b2279=>" -p github.com/adrg/strutil/internal/stringutil -lang=go1.14 -complete -installsuffix shared -buildid 0dcFpfYCoe9LsNeGkvUn/0dcFpfYCoe9LsNeGkvUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2279/importcfg -pack /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/internal/stringutil/stringutil.go
2025-08-20T23:03:21.0716630Z [00:02:06.355]➜  go tool buildid -w $WORK/b2278/_pkg_.a # internal
2025-08-20T23:03:21.0722445Z [00:02:06.355]➜  cp $WORK/b2278/_pkg_.a /root/.cache/go-build/15/152bb3f5df7bbea9a704b2e48ed12f6945831683ba36ea73a2f041218ab45343-d # internal
2025-08-20T23:03:21.0728436Z [00:02:06.356]➜  github.com/adrg/strutil/internal/ngram
2025-08-20T23:03:21.0729068Z [00:02:06.356]➜  mkdir -p $WORK/b2277/
2025-08-20T23:03:21.0729990Z [00:02:06.356]➜  cat >/tmp/go-build3700090427/b2277/importcfg << 'EOF' # internal
2025-08-20T23:03:21.0730649Z [00:02:06.356]➜  # import config
2025-08-20T23:03:21.0731455Z [00:02:06.356]➜  packagefile github.com/adrg/strutil/internal/mathutil=/tmp/go-build3700090427/b2278/_pkg_.a
2025-08-20T23:03:21.0732299Z [00:02:06.356]➜  EOF
2025-08-20T23:03:21.0736291Z [00:02:06.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/internal/ngram=>github.com/adrg/strutil@v0.3.1/internal/ngram;$WORK/b2277=>" -p github.com/adrg/strutil/internal/ngram -lang=go1.14 -complete -installsuffix shared -buildid mPKvbs2EOcshth2Th7eh/mPKvbs2EOcshth2Th7eh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2277/importcfg -pack /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/internal/ngram/ngram.go
2025-08-20T23:03:21.0757155Z [00:02:06.359]➜  go tool buildid -w $WORK/b2279/_pkg_.a # internal
2025-08-20T23:03:21.0765068Z [00:02:06.360]➜  cp $WORK/b2279/_pkg_.a /root/.cache/go-build/5e/5eece89e5674b2b8a3ad8b56cf2f8e7da85b287520cd84a2de4d2a087fb4a509-d # internal
2025-08-20T23:03:21.0768367Z [00:02:06.360]➜  github.com/elastic/elastic-transport-go/v8/elastictransport/version
2025-08-20T23:03:21.0769128Z [00:02:06.360]➜  mkdir -p $WORK/b2288/
2025-08-20T23:03:21.0773627Z [00:02:06.361]➜  echo '# import config' > $WORK/b2288/importcfg # internal
2025-08-20T23:03:21.0780612Z [00:02:06.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2288/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/version=>github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/version;$WORK/b2288=>" -p github.com/elastic/elastic-transport-go/v8/elastictransport/version -lang=go1.20 -complete -installsuffix shared -buildid aCLkV0v6VtH23wN5D48W/aCLkV0v6VtH23wN5D48W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2288/importcfg -pack /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/version/version.go
2025-08-20T23:03:21.0860233Z [00:02:06.369]➜  go tool buildid -w $WORK/b2288/_pkg_.a # internal
2025-08-20T23:03:21.0876993Z [00:02:06.370]➜  cp $WORK/b2288/_pkg_.a /root/.cache/go-build/79/797854f71d12172241b6cbbfeffcf8e0db106861422b8501023f91c80ef249fc-d # internal
2025-08-20T23:03:21.0883956Z [00:02:06.371]➜  github.com/elastic/go-elasticsearch/v8/internal/version
2025-08-20T23:03:21.0884597Z [00:02:06.371]➜  mkdir -p $WORK/b2290/
2025-08-20T23:03:21.0885210Z [00:02:06.371]➜  echo '# import config' > $WORK/b2290/importcfg # internal
2025-08-20T23:03:21.0889840Z [00:02:06.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2290/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/internal/version=>github.com/elastic/go-elasticsearch/v8@v8.17.1/internal/version;$WORK/b2290=>" -p github.com/elastic/go-elasticsearch/v8/internal/version -lang=go1.22 -complete -installsuffix shared -buildid D_WVBxEDQk6wPgfhqTjK/D_WVBxEDQk6wPgfhqTjK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2290/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/internal/version/version.go
2025-08-20T23:03:21.0902055Z [00:02:06.373]➜  go tool buildid -w $WORK/b2277/_pkg_.a # internal
2025-08-20T23:03:21.0906006Z [00:02:06.374]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc
2025-08-20T23:03:21.0909633Z [00:02:06.374]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd/ubc -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc=>github.com/pjbgf/sha1cd@v0.3.2/ubc;$WORK/b2174=>" -I $WORK/b2174/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b2174/ubc_amd64.o ./ubc_amd64.s
2025-08-20T23:03:21.0915684Z [00:02:06.375]➜  cp $WORK/b2277/_pkg_.a /root/.cache/go-build/e4/e4ba6f056d5c936a5ee474cd081072a45c9d092a485edcec85a829fcd05cabb6-d # internal
2025-08-20T23:03:21.0919785Z [00:02:06.375]➜  github.com/adrg/strutil
2025-08-20T23:03:21.0920485Z [00:02:06.375]➜  mkdir -p $WORK/b2276/
2025-08-20T23:03:21.0922964Z [00:02:06.375]➜  cat >/tmp/go-build3700090427/b2276/importcfg << 'EOF' # internal
2025-08-20T23:03:21.0924310Z [00:02:06.375]➜  # import config
2025-08-20T23:03:21.0925145Z [00:02:06.375]➜  packagefile github.com/adrg/strutil/internal/ngram=/tmp/go-build3700090427/b2277/_pkg_.a
2025-08-20T23:03:21.0926361Z [00:02:06.375]➜  packagefile github.com/adrg/strutil/internal/stringutil=/tmp/go-build3700090427/b2279/_pkg_.a
2025-08-20T23:03:21.0927116Z [00:02:06.375]➜  EOF
2025-08-20T23:03:21.0927527Z [00:02:06.375]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:21.0931205Z [00:02:06.375]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2276/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/strutil@v0.3.1=>github.com/adrg/strutil@v0.3.1;$WORK/b2276=>" -p github.com/adrg/strutil -lang=go1.14 -complete -installsuffix shared -buildid og7qvZ7dEp442dBMqxl0/og7qvZ7dEp442dBMqxl0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2276/importcfg -pack /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/strutil.go
2025-08-20T23:03:21.0967180Z [00:02:06.380]➜  go tool buildid -w $WORK/b2290/_pkg_.a # internal
2025-08-20T23:03:21.0971810Z [00:02:06.380]➜  cp $WORK/b2290/_pkg_.a /root/.cache/go-build/17/17e951bca751db5638f08fdbaef7be32246c2eb83b3436f308b69036569ff204-d # internal
2025-08-20T23:03:21.0976421Z [00:02:06.381]➜  github.com/charmbracelet/x/ansi/parser
2025-08-20T23:03:21.0978168Z [00:02:06.381]➜  mkdir -p $WORK/b3029/
2025-08-20T23:03:21.0987685Z [00:02:06.382]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/ubc
2025-08-20T23:03:21.0990941Z [00:02:06.382]➜  go tool pack r $WORK/b2174/_pkg_.a $WORK/b2174/ubc_amd64.o # internal
2025-08-20T23:03:21.0991960Z [00:02:06.382]➜  go tool buildid -w $WORK/b2174/_pkg_.a # internal
2025-08-20T23:03:21.0992941Z [00:02:06.383]➜  cat >/tmp/go-build3700090427/b3029/importcfg << 'EOF' # internal
2025-08-20T23:03:21.0993626Z [00:02:06.383]➜  # import config
2025-08-20T23:03:21.0994414Z [00:02:06.383]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:21.0994970Z [00:02:06.383]➜  EOF
2025-08-20T23:03:21.0995392Z [00:02:06.383]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:21.1001827Z [00:02:06.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser=>github.com/charmbracelet/x/ansi@v0.9.3/parser;$WORK/b3029=>" -p github.com/charmbracelet/x/ansi/parser -lang=go1.23 -complete -installsuffix shared -buildid xMFGf9SvksoSNG3O4L1u/xMFGf9SvksoSNG3O4L1u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3029/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser/const.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser/seq.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser/transition_table.go
2025-08-20T23:03:21.1014431Z [00:02:06.383]➜  cp $WORK/b2174/_pkg_.a /root/.cache/go-build/24/243aaac4fdefe2b8f2ea23cac69ae7dffedef8cdb5a871ecc02aed83873e1c00-d # internal
2025-08-20T23:03:21.1015527Z [00:02:06.383]➜  github.com/charmbracelet/x/exp/slice
2025-08-20T23:03:21.1016063Z [00:02:06.384]➜  mkdir -p $WORK/b3056/
2025-08-20T23:03:21.1016681Z [00:02:06.384]➜  echo '# import config' > $WORK/b3056/importcfg # internal
2025-08-20T23:03:21.1021054Z [00:02:06.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3056/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/exp/slice@v0.0.0-20250327172914-2fdc97757edf=>github.com/charmbracelet/x/exp/slice@v0.0.0-20250327172914-2fdc97757edf;$WORK/b3056=>" -p github.com/charmbracelet/x/exp/slice -lang=go1.19 -complete -installsuffix shared -buildid dFpZSyKNOhX6jc15pEZ2/dFpZSyKNOhX6jc15pEZ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3056/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/exp/slice@v0.0.0-20250327172914-2fdc97757edf/slice.go
2025-08-20T23:03:21.1124683Z [00:02:06.396]➜  go tool buildid -w $WORK/b3056/_pkg_.a # internal
2025-08-20T23:03:21.1129005Z [00:02:06.396]➜  cp $WORK/b3056/_pkg_.a /root/.cache/go-build/6d/6d89c92d3489b8966a100b85813a335a10cb09a4d7c8abc6e6c05889eac92c13-d # internal
2025-08-20T23:03:21.1130702Z [00:02:06.396]➜  github.com/charmbracelet/bubbles/runeutil
2025-08-20T23:03:21.1131299Z [00:02:06.396]➜  mkdir -p $WORK/b3079/
2025-08-20T23:03:21.1138584Z [00:02:06.397]➜  cat >/tmp/go-build3700090427/b3079/importcfg << 'EOF' # internal
2025-08-20T23:03:21.1148300Z [00:02:06.397]➜  # import config
2025-08-20T23:03:21.1148978Z [00:02:06.397]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:21.1150361Z [00:02:06.397]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:21.1151080Z [00:02:06.397]➜  EOF
2025-08-20T23:03:21.1154918Z [00:02:06.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3079/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/runeutil=>github.com/charmbracelet/bubbles@v0.18.0/runeutil;$WORK/b3079=>" -p github.com/charmbracelet/bubbles/runeutil -lang=go1.18 -complete -installsuffix shared -buildid CrKuGt_wLvP-ugif40je/CrKuGt_wLvP-ugif40je -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3079/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/runeutil/runeutil.go
2025-08-20T23:03:21.1217872Z [00:02:06.405]➜  go tool buildid -w $WORK/b2276/_pkg_.a # internal
2025-08-20T23:03:21.1238288Z [00:02:06.406]➜  cp $WORK/b2276/_pkg_.a /root/.cache/go-build/53/53a76e7b5bc5604e2ffd9bb134bc9a9f8ad024f9555fb8ef28ca2726bdf32b15-d # internal
2025-08-20T23:03:21.1239826Z [00:02:06.406]➜  github.com/trufflesecurity/trufflehog/v3/pkg/version
2025-08-20T23:03:21.1240604Z [00:02:06.406]➜  mkdir -p $WORK/b3110/
2025-08-20T23:03:21.1241384Z [00:02:06.406]➜  echo '# import config' > $WORK/b3110/importcfg # internal
2025-08-20T23:03:21.1256616Z [00:02:06.409]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3110/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/version=>github.com/trufflesecurity/trufflehog/v3/pkg/version;$WORK/b3110=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/version -lang=go1.24 -complete -installsuffix shared -buildid Xy0f2AQADT1eTD2H7Lan/Xy0f2AQADT1eTD2H7Lan -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3110/importcfg -pack ./pkg/version/version.go
2025-08-20T23:03:21.1375447Z [00:02:06.421]➜  go tool buildid -w $WORK/b3110/_pkg_.a # internal
2025-08-20T23:03:21.1381293Z [00:02:06.421]➜  cp $WORK/b3110/_pkg_.a /root/.cache/go-build/67/67724af02306499014d92bd8b3b0ccd6413a62c9dc0e296db88ddd54fb32beba-d # internal
2025-08-20T23:03:21.1432410Z [00:02:06.426]➜  go tool buildid -w $WORK/b3079/_pkg_.a # internal
2025-08-20T23:03:21.1433868Z [00:02:06.426]➜  cp $WORK/b3079/_pkg_.a /root/.cache/go-build/41/411b7e3bb74bf65cf495228a98b92d6a77d6aa748f5424e2245c7af57fb00e1b-d # internal
2025-08-20T23:03:21.1682186Z [00:02:06.451]➜  go tool buildid -w $WORK/b3029/_pkg_.a # internal
2025-08-20T23:03:21.1691441Z [00:02:06.452]➜  cp $WORK/b3029/_pkg_.a /root/.cache/go-build/1a/1ab2c9d5cc770337681dbd0e64e07e886a55855ec1c17370995c77179a863283-d # internal
2025-08-20T23:03:22.8304076Z [00:02:08.113]➜  cp /root/.go/src/runtime/asm_amd64.h $WORK/b010/asm_GOARCH.h
2025-08-20T23:03:22.8304943Z [00:02:08.114]➜  cd /root/.go/src/runtime
2025-08-20T23:03:22.8307091Z [00:02:08.114]➜  /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-20T23:03:22.8332838Z [00:02:08.116]➜  /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-20T23:03:22.8429263Z [00:02:08.126]➜  /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-20T23:03:22.8456873Z [00:02:08.129]➜  /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-20T23:03:22.8486024Z [00:02:08.132]➜  /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-20T23:03:22.8530788Z [00:02:08.136]➜  /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-20T23:03:22.8580452Z [00:02:08.141]➜  /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-20T23:03:22.8622467Z [00:02:08.145]➜  /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-20T23:03:22.8648528Z [00:02:08.148]➜  /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-20T23:03:22.8716291Z [00:02:08.155]➜  /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-20T23:03:22.8740154Z [00:02:08.157]➜  /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-20T23:03:22.8783039Z [00:02:08.161]➜  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-20T23:03:22.8785194Z [00:02:08.162]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T23:03:22.9151385Z [00:02:08.198]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/24/240801a0938b34d9f16fd83ad49da179674f2979ea207a55334aef88a7b2989f-d # internal
2025-08-20T23:03:22.9154612Z [00:02:08.198]➜  internal/reflectlite
2025-08-20T23:03:22.9159096Z [00:02:08.198]➜  mkdir -p $WORK/b005/
2025-08-20T23:03:22.9161935Z [00:02:08.199]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T23:03:22.9164958Z [00:02:08.199]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T23:03:22.9167240Z [00:02:08.199]➜  /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-20T23:03:22.9180931Z [00:02:08.200]➜  sync
2025-08-20T23:03:22.9181448Z [00:02:08.200]➜  mkdir -p $WORK/b035/
2025-08-20T23:03:22.9182172Z [00:02:08.200]➜  cat >/tmp/go-build3700090427/b035/importcfg << 'EOF' # internal
2025-08-20T23:03:22.9182854Z [00:02:08.200]➜  # import config
2025-08-20T23:03:22.9183534Z [00:02:08.200]➜  packagefile internal/race=/tmp/go-build3700090427/b030/_pkg_.a
2025-08-20T23:03:22.9184462Z [00:02:08.200]➜  packagefile internal/sync=/tmp/go-build3700090427/b036/_pkg_.a
2025-08-20T23:03:22.9185384Z [00:02:08.200]➜  packagefile internal/synctest=/tmp/go-build3700090427/b038/_pkg_.a
2025-08-20T23:03:22.9186244Z [00:02:08.200]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:22.9187060Z [00:02:08.200]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:22.9187669Z [00:02:08.200]➜  EOF
2025-08-20T23:03:22.9188116Z [00:02:08.200]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:22.9192985Z [00:02:08.200]➜  /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-20T23:03:22.9196693Z [00:02:08.200]➜  iter
2025-08-20T23:03:22.9197127Z [00:02:08.200]➜  mkdir -p $WORK/b039/
2025-08-20T23:03:22.9197594Z [00:02:08.200]➜  weak
2025-08-20T23:03:22.9198011Z [00:02:08.200]➜  mkdir -p $WORK/b090/
2025-08-20T23:03:22.9198721Z [00:02:08.202]➜  cat >/tmp/go-build3700090427/b090/importcfg << 'EOF' # internal
2025-08-20T23:03:22.9199502Z [00:02:08.202]➜  # import config
2025-08-20T23:03:22.9200188Z [00:02:08.202]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:03:22.9200926Z [00:02:08.202]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:22.9201456Z [00:02:08.202]➜  EOF
2025-08-20T23:03:22.9204037Z [00:02:08.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b090=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid 0tQuWrSLuA2C2pBP-zmG/0tQuWrSLuA2C2pBP-zmG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T23:03:22.9206511Z [00:02:08.203]➜  cat >/tmp/go-build3700090427/b039/importcfg << 'EOF' # internal
2025-08-20T23:03:22.9207162Z [00:02:08.203]➜  # import config
2025-08-20T23:03:22.9207840Z [00:02:08.203]➜  packagefile internal/race=/tmp/go-build3700090427/b030/_pkg_.a
2025-08-20T23:03:22.9208666Z [00:02:08.203]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:22.9209249Z [00:02:08.203]➜  EOF
2025-08-20T23:03:22.9217858Z [00:02:08.203]➜  /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-20T23:03:22.9220680Z [00:02:08.205]➜  cat >/tmp/go-build3700090427/b005/importcfg << 'EOF' # internal
2025-08-20T23:03:22.9221365Z [00:02:08.205]➜  # import config
2025-08-20T23:03:22.9222069Z [00:02:08.205]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:03:22.9222963Z [00:02:08.205]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:22.9223926Z [00:02:08.205]➜  packagefile internal/unsafeheader=/tmp/go-build3700090427/b009/_pkg_.a
2025-08-20T23:03:22.9224825Z [00:02:08.205]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:22.9225413Z [00:02:08.205]➜  EOF
2025-08-20T23:03:22.9245093Z [00:02:08.205]➜  /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-20T23:03:22.9329571Z [00:02:08.215]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T23:03:22.9331019Z [00:02:08.215]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/b3/b35fe2f4af2add37163a99c517d12be21fb3614e3bcd4b3ee29206e95d4c9b7f-d # internal
2025-08-20T23:03:22.9332134Z [00:02:08.215]➜  crypto/subtle
2025-08-20T23:03:22.9332658Z [00:02:08.215]➜  mkdir -p $WORK/b133/
2025-08-20T23:03:22.9333792Z [00:02:08.215]➜  cat >/tmp/go-build3700090427/b133/importcfg << 'EOF' # internal
2025-08-20T23:03:22.9334538Z [00:02:08.215]➜  # import config
2025-08-20T23:03:22.9335565Z [00:02:08.216]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:03:22.9336637Z [00:02:08.216]➜  packagefile internal/runtime/sys=/tmp/go-build3700090427/b031/_pkg_.a
2025-08-20T23:03:22.9337550Z [00:02:08.216]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:22.9338174Z [00:02:08.216]➜  EOF
2025-08-20T23:03:22.9341656Z [00:02:08.216]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b133=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid Xc79yGTipdlJLObEA6rA/Xc79yGTipdlJLObEA6rA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/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-20T23:03:22.9374071Z [00:02:08.221]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T23:03:22.9390985Z [00:02:08.222]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/23/23d10c877f3b73604425a334a1530a3d83b5cebea7cc3c08d3b6aea551897635-d # internal
2025-08-20T23:03:22.9394169Z [00:02:08.223]➜  slices
2025-08-20T23:03:22.9396757Z [00:02:08.223]➜  mkdir -p $WORK/b046/
2025-08-20T23:03:22.9397579Z [00:02:08.223]➜  cat >/tmp/go-build3700090427/b046/importcfg << 'EOF' # internal
2025-08-20T23:03:22.9398317Z [00:02:08.223]➜  # import config
2025-08-20T23:03:22.9400480Z [00:02:08.223]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:22.9402385Z [00:02:08.223]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:22.9403259Z [00:02:08.223]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:22.9403911Z [00:02:08.223]➜  EOF
2025-08-20T23:03:22.9407288Z [00:02:08.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b046=>" -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/b046/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-20T23:03:22.9480901Z [00:02:08.231]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T23:03:22.9495006Z [00:02:08.232]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/46/46171919a7392793e07b640aa7e47504aca1ae730f9f44283c4ac563d941a95a-d # internal
2025-08-20T23:03:22.9496108Z [00:02:08.232]➜  maps
2025-08-20T23:03:22.9496568Z [00:02:08.232]➜  mkdir -p $WORK/b093/
2025-08-20T23:03:22.9497327Z [00:02:08.232]➜  cat >/tmp/go-build3700090427/b093/importcfg << 'EOF' # internal
2025-08-20T23:03:22.9498009Z [00:02:08.232]➜  # import config
2025-08-20T23:03:22.9498723Z [00:02:08.232]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:22.9499555Z [00:02:08.232]➜  EOF
2025-08-20T23:03:22.9502261Z [00:02:08.232]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b093=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid 3hmY5SMuxXMJuPsVBmC5/3hmY5SMuxXMJuPsVBmC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T23:03:22.9581908Z [00:02:08.241]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T23:03:22.9587243Z [00:02:08.242]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/c3/c39af6f50a2f302aafef3b515051fb695f8a8e68cabb3ad6fc0ca3c4a290ce13-d # internal
2025-08-20T23:03:22.9594181Z [00:02:08.242]➜  runtime/metrics
2025-08-20T23:03:22.9596283Z [00:02:08.243]➜  mkdir -p $WORK/b636/
2025-08-20T23:03:22.9597849Z [00:02:08.243]➜  cat >/tmp/go-build3700090427/b636/importcfg << 'EOF' # internal
2025-08-20T23:03:22.9599000Z [00:02:08.243]➜  # import config
2025-08-20T23:03:22.9600450Z [00:02:08.243]➜  packagefile internal/godebugs=/tmp/go-build3700090427/b016/_pkg_.a
2025-08-20T23:03:22.9601603Z [00:02:08.243]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:22.9602777Z [00:02:08.243]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:22.9603602Z [00:02:08.243]➜  EOF
2025-08-20T23:03:22.9610480Z [00:02:08.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/.go/src/runtime/metrics=>runtime/metrics;$WORK/b636=>" -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/b636/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-20T23:03:22.9796355Z [00:02:08.263]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T23:03:22.9803899Z [00:02:08.263]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/1e/1ed6b5008035c21806c39f78553968c91c059007e533cf39bfe99154f794c206-d # internal
2025-08-20T23:03:22.9817090Z [00:02:08.265]➜  github.com/tetratelabs/wazero/internal/descriptor
2025-08-20T23:03:22.9823349Z [00:02:08.265]➜  mkdir -p $WORK/b660/
2025-08-20T23:03:22.9824163Z [00:02:08.265]➜  cat >/tmp/go-build3700090427/b660/importcfg << 'EOF' # internal
2025-08-20T23:03:22.9825807Z [00:02:08.266]➜  # import config
2025-08-20T23:03:22.9826806Z [00:02:08.266]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:22.9828632Z [00:02:08.266]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:22.9830228Z [00:02:08.266]➜  EOF
2025-08-20T23:03:22.9835097Z [00:02:08.266]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b660/_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/b660=>" -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/b660/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/descriptor/table.go
2025-08-20T23:03:22.9882151Z [00:02:08.271]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T23:03:22.9891215Z [00:02:08.272]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/37/3721bf1fe2ac2c99722f9a8a59bb0aacc38498d654264343f293d82257e4a428-d # internal
2025-08-20T23:03:22.9927151Z [00:02:08.276]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T23:03:22.9938669Z [00:02:08.277]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/b7/b7525c0c9db0c2ee33149efd97e320e4cd620939d82b4f3c0287002b94d5bfdf-d # internal
2025-08-20T23:03:23.0510177Z [00:02:08.333]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T23:03:23.0513114Z [00:02:08.333]➜  /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-20T23:03:23.0664948Z [00:02:08.349]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/asm.o # internal
2025-08-20T23:03:23.0665860Z [00:02:08.349]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T23:03:23.0667223Z [00:02:08.349]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/0a/0a23cc42b594d4aec09fcd5229acbb356c4dd5e04ac724468b0f8f8f9e929ccf-d # internal
2025-08-20T23:03:23.0668332Z [00:02:08.349]➜  errors
2025-08-20T23:03:23.0668798Z [00:02:08.349]➜  mkdir -p $WORK/b004/
2025-08-20T23:03:23.0669768Z [00:02:08.349]➜  cat >/tmp/go-build3700090427/b004/importcfg << 'EOF' # internal
2025-08-20T23:03:23.0670476Z [00:02:08.349]➜  # import config
2025-08-20T23:03:23.0671289Z [00:02:08.349]➜  packagefile internal/reflectlite=/tmp/go-build3700090427/b005/_pkg_.a
2025-08-20T23:03:23.0672026Z [00:02:08.349]➜  EOF
2025-08-20T23:03:23.0672501Z [00:02:08.349]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:23.0675608Z [00:02:08.349]➜  /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-20T23:03:23.0678156Z [00:02:08.349]➜  sort
2025-08-20T23:03:23.0678619Z [00:02:08.349]➜  mkdir -p $WORK/b078/
2025-08-20T23:03:23.0679538Z [00:02:08.349]➜  cat >/tmp/go-build3700090427/b078/importcfg << 'EOF' # internal
2025-08-20T23:03:23.0680223Z [00:02:08.349]➜  # import config
2025-08-20T23:03:23.0680979Z [00:02:08.349]➜  packagefile internal/reflectlite=/tmp/go-build3700090427/b005/_pkg_.a
2025-08-20T23:03:23.0681954Z [00:02:08.349]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:23.0682802Z [00:02:08.350]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:23.0683728Z [00:02:08.350]➜  EOF
2025-08-20T23:03:23.0687034Z [00:02:08.350]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b078=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid 3HYodz99RrwN-JsPNx1Z/3HYodz99RrwN-JsPNx1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/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-20T23:03:23.1039580Z [00:02:08.387]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T23:03:23.1054095Z [00:02:08.388]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/fe/feb306544ec3d075499dbf675e0c626aa18a3a7e5f66209d8961d8ddeba38a60-d # internal
2025-08-20T23:03:23.1059524Z [00:02:08.389]➜  strconv
2025-08-20T23:03:23.1083492Z [00:02:08.391]➜  mkdir -p $WORK/b047/
2025-08-20T23:03:23.1087076Z [00:02:08.392]➜  cat >/tmp/go-build3700090427/b047/importcfg << 'EOF' # internal
2025-08-20T23:03:23.1090594Z [00:02:08.392]➜  # import config
2025-08-20T23:03:23.1092846Z [00:02:08.393]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:23.1097331Z [00:02:08.393]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:23.1100979Z [00:02:08.393]➜  packagefile internal/stringslite=/tmp/go-build3700090427/b032/_pkg_.a
2025-08-20T23:03:23.1105333Z [00:02:08.394]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:23.1110870Z [00:02:08.394]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:23.1111742Z [00:02:08.394]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:23.1112363Z [00:02:08.394]➜  EOF
2025-08-20T23:03:23.1123086Z [00:02:08.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b047=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid Mkg3RKTEQB77CHc5CteV/Mkg3RKTEQB77CHc5CteV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/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-20T23:03:23.1127827Z [00:02:08.394]➜  internal/oserror
2025-08-20T23:03:23.1128344Z [00:02:08.394]➜  mkdir -p $WORK/b056/
2025-08-20T23:03:23.1129070Z [00:02:08.394]➜  cat >/tmp/go-build3700090427/b056/importcfg << 'EOF' # internal
2025-08-20T23:03:23.1131297Z [00:02:08.394]➜  # import config
2025-08-20T23:03:23.1131990Z [00:02:08.394]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:23.1134466Z [00:02:08.394]➜  EOF
2025-08-20T23:03:23.1148921Z [00:02:08.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b056=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid 8mi4VNDDF4DhvcykqDN1/8mi4VNDDF4DhvcykqDN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T23:03:23.1151956Z [00:02:08.394]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T23:03:23.1153212Z [00:02:08.397]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/c6/c6245df95baf398b1b3dfdaee46a73bf68099fad1d4c736f725b1445cee1d289-d # internal
2025-08-20T23:03:23.1154193Z [00:02:08.397]➜  io
2025-08-20T23:03:23.1154587Z [00:02:08.397]➜  mkdir -p $WORK/b034/
2025-08-20T23:03:23.1155301Z [00:02:08.398]➜  cat >/tmp/go-build3700090427/b034/importcfg << 'EOF' # internal
2025-08-20T23:03:23.1155932Z [00:02:08.398]➜  # import config
2025-08-20T23:03:23.1156847Z [00:02:08.398]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:23.1157637Z [00:02:08.398]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:23.1158251Z [00:02:08.398]➜  EOF
2025-08-20T23:03:23.1161116Z [00:02:08.398]➜  /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-20T23:03:23.1217654Z [00:02:08.405]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T23:03:23.1225632Z [00:02:08.405]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/36/36c7d10bc34f03c5c6e7771667803ff1e70baaf9cea8e9cebbe793e83ee0ca9c-d # internal
2025-08-20T23:03:23.1226766Z [00:02:08.405]➜  path
2025-08-20T23:03:23.1227250Z [00:02:08.405]➜  mkdir -p $WORK/b057/
2025-08-20T23:03:23.1227948Z [00:02:08.406]➜  cat >/tmp/go-build3700090427/b057/importcfg << 'EOF' # internal
2025-08-20T23:03:23.1228591Z [00:02:08.406]➜  # import config
2025-08-20T23:03:23.1229221Z [00:02:08.406]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:23.1230382Z [00:02:08.406]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:23.1231303Z [00:02:08.406]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:23.1231963Z [00:02:08.406]➜  EOF
2025-08-20T23:03:23.1234912Z [00:02:08.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b057=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid roIG9ekWhyDxJW_Ts0yu/roIG9ekWhyDxJW_Ts0yu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T23:03:23.1787390Z [00:02:08.462]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T23:03:23.1793315Z [00:02:08.462]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/ce/ce1fb77c1e9f1b21312771cbb655ebb4a3fd312933e38ff3bb0459e81f2ccbbb-d # internal
2025-08-20T23:03:23.1800051Z [00:02:08.463]➜  internal/bisect
2025-08-20T23:03:23.1800550Z [00:02:08.463]➜  mkdir -p $WORK/b060/
2025-08-20T23:03:23.1801271Z [00:02:08.463]➜  cat >/tmp/go-build3700090427/b060/importcfg << 'EOF' # internal
2025-08-20T23:03:23.1801915Z [00:02:08.463]➜  # import config
2025-08-20T23:03:23.1802571Z [00:02:08.463]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:23.1803365Z [00:02:08.463]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:23.1804136Z [00:02:08.463]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:23.1804735Z [00:02:08.463]➜  EOF
2025-08-20T23:03:23.1807476Z [00:02:08.463]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b060=>" -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/b060/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T23:03:23.1911178Z [00:02:08.474]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T23:03:23.1940609Z [00:02:08.477]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/6e/6ef538c8b6cad772fe475830a78731e2fd4b2df3cc73eadd6320233877af02ce-d # internal
2025-08-20T23:03:23.1949637Z [00:02:08.477]➜  bytes
2025-08-20T23:03:23.1950136Z [00:02:08.477]➜  mkdir -p $WORK/b003/
2025-08-20T23:03:23.1950875Z [00:02:08.477]➜  cat >/tmp/go-build3700090427/b003/importcfg << 'EOF' # internal
2025-08-20T23:03:23.1951563Z [00:02:08.477]➜  # import config
2025-08-20T23:03:23.1952287Z [00:02:08.477]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:23.1953183Z [00:02:08.477]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:23.1954409Z [00:02:08.477]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:23.1955184Z [00:02:08.477]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:23.1956014Z [00:02:08.477]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:23.1956848Z [00:02:08.477]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:23.1957730Z [00:02:08.477]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:23.1958394Z [00:02:08.477]➜  EOF
2025-08-20T23:03:23.1961630Z [00:02:08.477]➜  /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-20T23:03:23.2629270Z [00:02:08.546]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T23:03:23.2725357Z [00:02:08.555]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/53/5377ce15298e01df0c55cef40415265f649d713a1f0ae1f8afcc115235f763d1-d # internal
2025-08-20T23:03:23.2940816Z [00:02:08.575]➜  syscall
2025-08-20T23:03:23.2943041Z [00:02:08.575]➜  mkdir -p $WORK/b061/
2025-08-20T23:03:23.2946987Z [00:02:08.575]➜  echo -n > $WORK/b061/go_asm.h # internal
2025-08-20T23:03:23.2947583Z [00:02:08.575]➜  cd /root/.go/src/syscall
2025-08-20T23:03:23.2949602Z [00:02:08.575]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b061=>" -I $WORK/b061/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b061/symabis ./asm_linux_amd64.s
2025-08-20T23:03:23.3043114Z [00:02:08.587]➜  cat >/tmp/go-build3700090427/b061/importcfg << 'EOF' # internal
2025-08-20T23:03:23.3048581Z [00:02:08.587]➜  # import config
2025-08-20T23:03:23.3049238Z [00:02:08.587]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:23.3050251Z [00:02:08.587]➜  packagefile internal/asan=/tmp/go-build3700090427/b028/_pkg_.a
2025-08-20T23:03:23.3072171Z [00:02:08.587]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:23.3073415Z [00:02:08.590]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:23.3076387Z [00:02:08.590]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:23.3077340Z [00:02:08.591]➜  packagefile internal/itoa=/tmp/go-build3700090427/b052/_pkg_.a
2025-08-20T23:03:23.3078296Z [00:02:08.591]➜  packagefile internal/msan=/tmp/go-build3700090427/b029/_pkg_.a
2025-08-20T23:03:23.3079245Z [00:02:08.591]➜  packagefile internal/oserror=/tmp/go-build3700090427/b056/_pkg_.a
2025-08-20T23:03:23.3082502Z [00:02:08.591]➜  packagefile internal/race=/tmp/go-build3700090427/b030/_pkg_.a
2025-08-20T23:03:23.3083569Z [00:02:08.591]➜  packagefile internal/runtime/syscall=/tmp/go-build3700090427/b024/_pkg_.a
2025-08-20T23:03:23.3084529Z [00:02:08.591]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:23.3085382Z [00:02:08.591]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:23.3086224Z [00:02:08.591]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:23.3087093Z [00:02:08.591]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:23.3087756Z [00:02:08.591]➜  EOF
2025-08-20T23:03:23.3088241Z [00:02:08.591]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:23.3098019Z [00:02:08.591]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b061=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid BjXwGNMiwygH1Ys2pMBt/BjXwGNMiwygH1Ys2pMBt -goversion go1.25.0 -symabis $WORK/b061/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack -asmhdr $WORK/b061/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-20T23:03:23.3446448Z [00:02:08.628]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T23:03:23.3466800Z [00:02:08.629]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/d1/d19189672caca4bf568c7ed4d6ba74fe0f96e0f4e465ca959d688b6517fee280-d # internal
2025-08-20T23:03:23.3467907Z [00:02:08.629]➜  internal/godebug
2025-08-20T23:03:23.3468417Z [00:02:08.629]➜  mkdir -p $WORK/b059/
2025-08-20T23:03:23.3504446Z [00:02:08.634]➜  cat >/tmp/go-build3700090427/b059/importcfg << 'EOF' # internal
2025-08-20T23:03:23.3508209Z [00:02:08.634]➜  # import config
2025-08-20T23:03:23.3508991Z [00:02:08.634]➜  packagefile internal/bisect=/tmp/go-build3700090427/b060/_pkg_.a
2025-08-20T23:03:23.3510216Z [00:02:08.634]➜  packagefile internal/godebugs=/tmp/go-build3700090427/b016/_pkg_.a
2025-08-20T23:03:23.3511483Z [00:02:08.634]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:23.3512405Z [00:02:08.634]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:23.3513103Z [00:02:08.634]➜  EOF
2025-08-20T23:03:23.3515988Z [00:02:08.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b059=>" -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/b059/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T23:03:23.3667974Z [00:02:08.650]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T23:03:23.3689796Z [00:02:08.652]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/da/da89f55ccb0bf05d05230cf29b7dd6ab6761b0e312dbaaf7da0b0ddeec3562e2-d # internal
2025-08-20T23:03:23.3724551Z [00:02:08.656]➜  internal/testlog
2025-08-20T23:03:23.3736666Z [00:02:08.657]➜  mkdir -p $WORK/b065/
2025-08-20T23:03:23.3764159Z [00:02:08.660]➜  cat >/tmp/go-build3700090427/b065/importcfg << 'EOF' # internal
2025-08-20T23:03:23.3772629Z [00:02:08.660]➜  # import config
2025-08-20T23:03:23.3773314Z [00:02:08.660]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:23.3774193Z [00:02:08.660]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:23.3774835Z [00:02:08.660]➜  EOF
2025-08-20T23:03:23.3777981Z [00:02:08.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b065=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid DjWg616cx0sAP4hyNdzt/DjWg616cx0sAP4hyNdzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T23:03:23.4056431Z [00:02:08.689]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T23:03:23.4065411Z [00:02:08.690]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/4d/4d079f4bb80dece452fc68a494c365a80e7ee4a6c8369b3d0a96b0003a08b2fd-d # internal
2025-08-20T23:03:23.4073676Z [00:02:08.690]➜  strings
2025-08-20T23:03:23.4074167Z [00:02:08.690]➜  mkdir -p $WORK/b066/
2025-08-20T23:03:23.4079738Z [00:02:08.691]➜  cat >/tmp/go-build3700090427/b066/importcfg << 'EOF' # internal
2025-08-20T23:03:23.4080857Z [00:02:08.691]➜  # import config
2025-08-20T23:03:23.4081854Z [00:02:08.691]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:23.4083206Z [00:02:08.691]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:03:23.4084565Z [00:02:08.691]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:23.4101554Z [00:02:08.691]➜  packagefile internal/stringslite=/tmp/go-build3700090427/b032/_pkg_.a
2025-08-20T23:03:23.4102436Z [00:02:08.691]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:23.4103204Z [00:02:08.691]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:23.4103979Z [00:02:08.691]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:23.4104778Z [00:02:08.691]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:23.4105545Z [00:02:08.691]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:23.4106351Z [00:02:08.691]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:23.4106972Z [00:02:08.691]➜  EOF
2025-08-20T23:03:23.4111471Z [00:02:08.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b066=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid p5X9GGCbh0IlFMI_7Vz2/p5X9GGCbh0IlFMI_7Vz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/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-20T23:03:23.4162561Z [00:02:08.699]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T23:03:23.4202278Z [00:02:08.703]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/d4/d46e4219d704ff173533d25b9e9eeffa6c8d8b0e2a4bf4259c94eb560b4facbd-d # internal
2025-08-20T23:03:23.4203360Z [00:02:08.703]➜  encoding/base64
2025-08-20T23:03:23.4203844Z [00:02:08.703]➜  mkdir -p $WORK/b045/
2025-08-20T23:03:23.4204552Z [00:02:08.703]➜  cat >/tmp/go-build3700090427/b045/importcfg << 'EOF' # internal
2025-08-20T23:03:23.4205446Z [00:02:08.703]➜  # import config
2025-08-20T23:03:23.4210933Z [00:02:08.703]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:23.4211835Z [00:02:08.703]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:23.4212610Z [00:02:08.703]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:23.4213442Z [00:02:08.703]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:23.4214042Z [00:02:08.703]➜  EOF
2025-08-20T23:03:23.4216856Z [00:02:08.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b045=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid WtfAcfMQFJdbATnk5y5y/WtfAcfMQFJdbATnk5y5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T23:03:23.4770358Z [00:02:08.760]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T23:03:23.4772339Z [00:02:08.760]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/c9/c96d5104ee0b90a3bc3a67f33ace3c6e9772b87093a7648a49c19d5d0d65c9ff-d # internal
2025-08-20T23:03:23.4773972Z [00:02:08.760]➜  reflect
2025-08-20T23:03:23.4774581Z [00:02:08.760]➜  mkdir -p $WORK/b051/
2025-08-20T23:03:23.4775508Z [00:02:08.760]➜  echo -n > $WORK/b051/go_asm.h # internal
2025-08-20T23:03:23.4776185Z [00:02:08.760]➜  cd /root/.go/src/reflect
2025-08-20T23:03:23.4778004Z [00:02:08.760]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b051=>" -I $WORK/b051/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b051/symabis ./asm_amd64.s
2025-08-20T23:03:23.4831196Z [00:02:08.766]➜  cat >/tmp/go-build3700090427/b051/importcfg << 'EOF' # internal
2025-08-20T23:03:23.4833309Z [00:02:08.766]➜  # import config
2025-08-20T23:03:23.4834080Z [00:02:08.766]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:23.4835008Z [00:02:08.766]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:03:23.4835942Z [00:02:08.766]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:23.4836929Z [00:02:08.766]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:23.4837889Z [00:02:08.766]➜  packagefile internal/itoa=/tmp/go-build3700090427/b052/_pkg_.a
2025-08-20T23:03:23.4838804Z [00:02:08.766]➜  packagefile internal/race=/tmp/go-build3700090427/b030/_pkg_.a
2025-08-20T23:03:23.4840038Z [00:02:08.766]➜  packagefile internal/runtime/maps=/tmp/go-build3700090427/b027/_pkg_.a
2025-08-20T23:03:23.4841061Z [00:02:08.766]➜  packagefile internal/runtime/sys=/tmp/go-build3700090427/b031/_pkg_.a
2025-08-20T23:03:23.4842042Z [00:02:08.766]➜  packagefile internal/unsafeheader=/tmp/go-build3700090427/b009/_pkg_.a
2025-08-20T23:03:23.4842927Z [00:02:08.766]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:23.4843684Z [00:02:08.766]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:23.4844441Z [00:02:08.766]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:23.4845224Z [00:02:08.766]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:23.4846001Z [00:02:08.767]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:23.4847094Z [00:02:08.767]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:23.4847970Z [00:02:08.767]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:23.4848599Z [00:02:08.767]➜  EOF
2025-08-20T23:03:23.4849064Z [00:02:08.767]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:23.4854417Z [00:02:08.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b051=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid 5sHFdcVSOaePWPa_osmi/5sHFdcVSOaePWPa_osmi -goversion go1.25.0 -symabis $WORK/b051/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack -asmhdr $WORK/b051/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-20T23:03:23.6095407Z [00:02:08.893]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T23:03:23.6249741Z [00:02:08.908]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/15/154de7a1e48c9972cc3f3b67efc110fb25d653b3948828a79b9a08ef84fb5557-d # internal
2025-08-20T23:03:23.6257270Z [00:02:08.908]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T23:03:23.6257916Z [00:02:08.908]➜  mkdir -p $WORK/b085/
2025-08-20T23:03:23.6258669Z [00:02:08.908]➜  cat >/tmp/go-build3700090427/b085/importcfg << 'EOF' # internal
2025-08-20T23:03:23.6259717Z [00:02:08.908]➜  # import config
2025-08-20T23:03:23.6260440Z [00:02:08.908]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:23.6261075Z [00:02:08.908]➜  EOF
2025-08-20T23:03:23.6264671Z [00:02:08.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b085=>" -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/b085/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T23:03:23.6895484Z [00:02:08.973]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T23:03:23.6925778Z [00:02:08.976]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/32/32abec01ce28be31053cd9ae6c3c5a7794c323b27608dd40c5f6118533612656-d # internal
2025-08-20T23:03:23.6931987Z [00:02:08.976]➜  bufio
2025-08-20T23:03:23.6935177Z [00:02:08.977]➜  mkdir -p $WORK/b069/
2025-08-20T23:03:23.6943530Z [00:02:08.977]➜  cat >/tmp/go-build3700090427/b069/importcfg << 'EOF' # internal
2025-08-20T23:03:23.6944778Z [00:02:08.977]➜  # import config
2025-08-20T23:03:23.6945972Z [00:02:08.978]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:23.6947426Z [00:02:08.978]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:23.6948569Z [00:02:08.978]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:23.6949897Z [00:02:08.978]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:23.6960406Z [00:02:08.978]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:23.6969983Z [00:02:08.978]➜  EOF
2025-08-20T23:03:23.6992359Z [00:02:08.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b069=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid lMiptq_IVFXdFizLJxvr/lMiptq_IVFXdFizLJxvr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T23:03:23.8326683Z [00:02:09.114]➜  cd /root/.go/src/syscall
2025-08-20T23:03:23.8343424Z [00:02:09.114]➜  /root/.go/pkg/tool/linux_amd64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b061=>" -I $WORK/b061/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b061/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T23:03:23.8345207Z [00:02:09.116]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T23:03:23.8352049Z [00:02:09.118]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/ef/ef28ffa5413ef092ae24a9196a3049e78bfcfb7357198ed0c7ba56e0fad89fb4-d # internal
2025-08-20T23:03:23.8373332Z [00:02:09.120]➜  regexp/syntax
2025-08-20T23:03:23.8374017Z [00:02:09.120]➜  mkdir -p $WORK/b082/
2025-08-20T23:03:23.8377718Z [00:02:09.121]➜  cat >/tmp/go-build3700090427/b082/importcfg << 'EOF' # internal
2025-08-20T23:03:23.8378590Z [00:02:09.121]➜  # import config
2025-08-20T23:03:23.8379564Z [00:02:09.121]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:23.8380442Z [00:02:09.121]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:23.8381406Z [00:02:09.121]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:23.8382428Z [00:02:09.121]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:23.8383426Z [00:02:09.121]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:23.8384359Z [00:02:09.121]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:23.8385362Z [00:02:09.121]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:23.8386155Z [00:02:09.121]➜  EOF
2025-08-20T23:03:23.8386665Z [00:02:09.121]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:23.8391394Z [00:02:09.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/regexp/syntax=>regexp/syntax;$WORK/b082=>" -p regexp/syntax -lang=go1.25 -std -complete -installsuffix shared -buildid ZZLt7kv2e7TNThUqQKwy/ZZLt7kv2e7TNThUqQKwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b082/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-20T23:03:23.8395941Z [00:02:09.122]➜  cd /root/.go/src/syscall
2025-08-20T23:03:23.8396876Z [00:02:09.122]➜  go tool pack r $WORK/b061/_pkg_.a $WORK/b061/asm_linux_amd64.o # internal
2025-08-20T23:03:23.8397843Z [00:02:09.122]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T23:03:23.8466966Z [00:02:09.130]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/cd/cdf09357c3794b1f72e7c6584f54b432460418dff00b3063c0a04ebd092da372-d # internal
2025-08-20T23:03:23.8485600Z [00:02:09.132]➜  time
2025-08-20T23:03:23.8486085Z [00:02:09.132]➜  mkdir -p $WORK/b058/
2025-08-20T23:03:23.8486821Z [00:02:09.132]➜  cat >/tmp/go-build3700090427/b058/importcfg << 'EOF' # internal
2025-08-20T23:03:23.8487505Z [00:02:09.132]➜  # import config
2025-08-20T23:03:23.8488208Z [00:02:09.132]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:23.8489132Z [00:02:09.132]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:23.8490298Z [00:02:09.132]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:23.8491286Z [00:02:09.132]➜  packagefile internal/stringslite=/tmp/go-build3700090427/b032/_pkg_.a
2025-08-20T23:03:23.8492202Z [00:02:09.132]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:23.8493010Z [00:02:09.132]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:23.8493800Z [00:02:09.132]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:23.8494579Z [00:02:09.132]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:23.8495221Z [00:02:09.132]➜  EOF
2025-08-20T23:03:23.8495699Z [00:02:09.132]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:23.8500588Z [00:02:09.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b058=>" -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/b058/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-20T23:03:24.0649158Z [00:02:09.348]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T23:03:24.0777863Z [00:02:09.361]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/77/778cb86cc7ce4d286b8112b3dc66b4c107d110c761609350420a5a42ce64a6f1-d # internal
2025-08-20T23:03:24.0783371Z [00:02:09.361]➜  internal/syscall/unix
2025-08-20T23:03:24.0825884Z [00:02:09.362]➜  mkdir -p $WORK/b063/
2025-08-20T23:03:24.0831261Z [00:02:09.366]➜  cat >/tmp/go-build3700090427/b063/importcfg << 'EOF' # internal
2025-08-20T23:03:24.0831977Z [00:02:09.366]➜  # import config
2025-08-20T23:03:24.0833945Z [00:02:09.366]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:24.0837053Z [00:02:09.366]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:24.0839597Z [00:02:09.366]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:24.0841401Z [00:02:09.366]➜  EOF
2025-08-20T23:03:24.0871122Z [00:02:09.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b063=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Psg3J4fdrymlNBBWuZrK/Psg3J4fdrymlNBBWuZrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/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-20T23:03:24.1716289Z [00:02:09.455]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T23:03:24.1725780Z [00:02:09.456]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/ca/ca1cccbdbc48033da956e2ce732dd02418956360eb20980eeba15ecec95ce61a-d # internal
2025-08-20T23:03:24.1731702Z [00:02:09.456]➜  internal/syscall/execenv
2025-08-20T23:03:24.1740059Z [00:02:09.456]➜  mkdir -p $WORK/b064/
2025-08-20T23:03:24.1740790Z [00:02:09.457]➜  cat >/tmp/go-build3700090427/b064/importcfg << 'EOF' # internal
2025-08-20T23:03:24.1741477Z [00:02:09.457]➜  # import config
2025-08-20T23:03:24.1742176Z [00:02:09.457]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:24.1742794Z [00:02:09.457]➜  EOF
2025-08-20T23:03:24.1746360Z [00:02:09.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b064=>" -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/b064/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T23:03:24.1774233Z [00:02:09.461]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T23:03:24.1827249Z [00:02:09.466]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/5d/5dc0ab6af6d11857a8878bee66a464632298e872e277f3193cedca8902217a7c-d # internal
2025-08-20T23:03:24.1850294Z [00:02:09.468]➜  regexp
2025-08-20T23:03:24.1850935Z [00:02:09.468]➜  mkdir -p $WORK/b081/
2025-08-20T23:03:24.1859844Z [00:02:09.469]➜  cat >/tmp/go-build3700090427/b081/importcfg << 'EOF' # internal
2025-08-20T23:03:24.1861612Z [00:02:09.469]➜  # import config
2025-08-20T23:03:24.1862255Z [00:02:09.469]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:24.1872396Z [00:02:09.469]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:24.1873289Z [00:02:09.469]➜  packagefile regexp/syntax=/tmp/go-build3700090427/b082/_pkg_.a
2025-08-20T23:03:24.1874201Z [00:02:09.469]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:24.1875062Z [00:02:09.469]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:24.1875912Z [00:02:09.469]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:24.1876727Z [00:02:09.469]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:24.1877569Z [00:02:09.469]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:24.1878475Z [00:02:09.469]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:24.1879149Z [00:02:09.469]➜  EOF
2025-08-20T23:03:24.1882599Z [00:02:09.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b081/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b081=>" -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/b081/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-20T23:03:24.1988595Z [00:02:09.481]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T23:03:24.1990519Z [00:02:09.482]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/78/78e88c038ec7f33ab30907b2537c216118212cff0bd9c32c48b63c9f653b5cdf-d # internal
2025-08-20T23:03:24.1996605Z [00:02:09.483]➜  internal/singleflight
2025-08-20T23:03:24.2001482Z [00:02:09.483]➜  mkdir -p $WORK/b087/
2025-08-20T23:03:24.2009939Z [00:02:09.484]➜  cat >/tmp/go-build3700090427/b087/importcfg << 'EOF' # internal
2025-08-20T23:03:24.2010861Z [00:02:09.484]➜  # import config
2025-08-20T23:03:24.2011624Z [00:02:09.484]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:24.2013171Z [00:02:09.484]➜  EOF
2025-08-20T23:03:24.2025521Z [00:02:09.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b087=>" -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/b087/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T23:03:24.2444071Z [00:02:09.527]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T23:03:24.2456423Z [00:02:09.529]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/7f/7f4bef26bc96f233f4368d5b5b00f042e9f77dc53afc3826de67fcaad1a98096-d # internal
2025-08-20T23:03:24.2464045Z [00:02:09.529]➜  unique
2025-08-20T23:03:24.2468237Z [00:02:09.530]➜  mkdir -p $WORK/b089/
2025-08-20T23:03:24.2478318Z [00:02:09.531]➜  cat >/tmp/go-build3700090427/b089/importcfg << 'EOF' # internal
2025-08-20T23:03:24.2479472Z [00:02:09.531]➜  # import config
2025-08-20T23:03:24.2481475Z [00:02:09.531]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:03:24.2482497Z [00:02:09.531]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:24.2483537Z [00:02:09.531]➜  packagefile internal/stringslite=/tmp/go-build3700090427/b032/_pkg_.a
2025-08-20T23:03:24.2484476Z [00:02:09.531]➜  packagefile internal/sync=/tmp/go-build3700090427/b036/_pkg_.a
2025-08-20T23:03:24.2485400Z [00:02:09.531]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:24.2486199Z [00:02:09.531]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:24.2487011Z [00:02:09.531]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:24.2487861Z [00:02:09.531]➜  packagefile weak=/tmp/go-build3700090427/b090/_pkg_.a
2025-08-20T23:03:24.2488491Z [00:02:09.531]➜  EOF
2025-08-20T23:03:24.2492033Z [00:02:09.531]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b089=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid slzjFFHIY2oIZPIsSEyx/slzjFFHIY2oIZPIsSEyx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/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-20T23:03:24.5515069Z [00:02:09.829]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T23:03:24.5520235Z [00:02:09.832]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/31/31e528a46c3c921de362b49c379fabc13d93d6d9cb23e5b80c9c14909d23d9e5-d # internal
2025-08-20T23:03:24.5521346Z [00:02:09.832]➜  net/netip
2025-08-20T23:03:24.5521833Z [00:02:09.832]➜  mkdir -p $WORK/b088/
2025-08-20T23:03:24.5522568Z [00:02:09.833]➜  cat >/tmp/go-build3700090427/b088/importcfg << 'EOF' # internal
2025-08-20T23:03:24.5523251Z [00:02:09.833]➜  # import config
2025-08-20T23:03:24.5523912Z [00:02:09.833]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:24.5524774Z [00:02:09.833]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:24.5525666Z [00:02:09.833]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:24.5526982Z [00:02:09.833]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:24.5527996Z [00:02:09.833]➜  packagefile internal/itoa=/tmp/go-build3700090427/b052/_pkg_.a
2025-08-20T23:03:24.5528865Z [00:02:09.833]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:24.5529932Z [00:02:09.833]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:24.5530799Z [00:02:09.833]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:24.5531656Z [00:02:09.833]➜  packagefile unique=/tmp/go-build3700090427/b089/_pkg_.a
2025-08-20T23:03:24.5532288Z [00:02:09.833]➜  EOF
2025-08-20T23:03:24.5535189Z [00:02:09.834]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b088=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid T9NLh6u5PaOGybKdBh3c/T9NLh6u5PaOGybKdBh3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T23:03:24.6426255Z [00:02:09.926]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T23:03:24.6469733Z [00:02:09.930]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/14/1418082417a8f805c68f5ccb7fb1b66d14da5bfcecfb9cb7e35dd9430c1754e9-d # internal
2025-08-20T23:03:24.6471726Z [00:02:09.930]➜  io/fs
2025-08-20T23:03:24.6472397Z [00:02:09.930]➜  mkdir -p $WORK/b055/
2025-08-20T23:03:24.6479976Z [00:02:09.931]➜  cat >/tmp/go-build3700090427/b055/importcfg << 'EOF' # internal
2025-08-20T23:03:24.6481128Z [00:02:09.931]➜  # import config
2025-08-20T23:03:24.6482097Z [00:02:09.931]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:24.6483614Z [00:02:09.931]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:24.6484912Z [00:02:09.931]➜  packagefile internal/oserror=/tmp/go-build3700090427/b056/_pkg_.a
2025-08-20T23:03:24.6485727Z [00:02:09.931]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:24.6486437Z [00:02:09.931]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:24.6487159Z [00:02:09.931]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:24.6487866Z [00:02:09.931]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:24.6488629Z [00:02:09.931]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:24.6489209Z [00:02:09.931]➜  EOF
2025-08-20T23:03:24.6493008Z [00:02:09.931]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b055=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid pq2CM60xOM7HPAgcBiSM/pq2CM60xOM7HPAgcBiSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b055/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-20T23:03:24.6522223Z [00:02:09.935]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T23:03:24.6564715Z [00:02:09.940]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/65/651587dda54f0a18c390445dc9df937b492f23e29f5ce208f96c633580c2d1d6-d # internal
2025-08-20T23:03:24.6580741Z [00:02:09.940]➜  internal/poll
2025-08-20T23:03:24.6581260Z [00:02:09.940]➜  mkdir -p $WORK/b062/
2025-08-20T23:03:24.6581986Z [00:02:09.940]➜  cat >/tmp/go-build3700090427/b062/importcfg << 'EOF' # internal
2025-08-20T23:03:24.6582675Z [00:02:09.940]➜  # import config
2025-08-20T23:03:24.6583332Z [00:02:09.940]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:24.6584196Z [00:02:09.940]➜  packagefile internal/itoa=/tmp/go-build3700090427/b052/_pkg_.a
2025-08-20T23:03:24.6585190Z [00:02:09.940]➜  packagefile internal/syscall/unix=/tmp/go-build3700090427/b063/_pkg_.a
2025-08-20T23:03:24.6586397Z [00:02:09.940]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:24.6587183Z [00:02:09.940]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:24.6587973Z [00:02:09.940]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:24.6588796Z [00:02:09.940]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:24.6589850Z [00:02:09.940]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:24.6590672Z [00:02:09.940]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:24.6591276Z [00:02:09.940]➜  EOF
2025-08-20T23:03:24.6601768Z [00:02:09.940]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b062=>" -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/b062/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-20T23:03:24.7916349Z [00:02:10.075]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T23:03:24.7919959Z [00:02:10.075]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/fc/fccee468363facdb09b45d99d9f154b47b64a07d18cd2fa40a6b3ed71255d5d0-d # internal
2025-08-20T23:03:24.7921022Z [00:02:10.075]➜  internal/filepathlite
2025-08-20T23:03:24.7921649Z [00:02:10.075]➜  mkdir -p $WORK/b054/
2025-08-20T23:03:24.7922366Z [00:02:10.075]➜  cat >/tmp/go-build3700090427/b054/importcfg << 'EOF' # internal
2025-08-20T23:03:24.7923025Z [00:02:10.075]➜  # import config
2025-08-20T23:03:24.7923678Z [00:02:10.075]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:24.7924563Z [00:02:10.075]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:24.7925553Z [00:02:10.075]➜  packagefile internal/stringslite=/tmp/go-build3700090427/b032/_pkg_.a
2025-08-20T23:03:24.7926492Z [00:02:10.075]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:24.7927291Z [00:02:10.075]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:24.7927909Z [00:02:10.075]➜  EOF
2025-08-20T23:03:24.7931728Z [00:02:10.075]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b054=>" -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/b054/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-20T23:03:24.8404790Z [00:02:10.123]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T23:03:24.8413355Z [00:02:10.124]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/ff/ffb5801c47a3fb009cba1fc66c4ab3b12299a5e506c71615a431026b16fa568a-d # internal
2025-08-20T23:03:24.8434744Z [00:02:10.127]➜  github.com/xhit/go-str2duration/v2
2025-08-20T23:03:24.8443525Z [00:02:10.127]➜  mkdir -p $WORK/b072/
2025-08-20T23:03:24.8444401Z [00:02:10.127]➜  cat >/tmp/go-build3700090427/b072/importcfg << 'EOF' # internal
2025-08-20T23:03:24.8445117Z [00:02:10.127]➜  # import config
2025-08-20T23:03:24.8445805Z [00:02:10.127]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:24.8446666Z [00:02:10.127]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:24.8447289Z [00:02:10.127]➜  EOF
2025-08-20T23:03:24.8451119Z [00:02:10.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xhit/go-str2duration/v2@v2.1.0=>github.com/xhit/go-str2duration/v2@v2.1.0;$WORK/b072=>" -p github.com/xhit/go-str2duration/v2 -lang=go1.13 -complete -installsuffix shared -buildid Ylicj0CMnBmwMCNRU7kc/Ylicj0CMnBmwMCNRU7kc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/go/pkg/mod/github.com/xhit/go-str2duration/v2@v2.1.0/str2duration.go
2025-08-20T23:03:24.8808274Z [00:02:10.164]➜  cd /root/.go/src/reflect
2025-08-20T23:03:24.8832793Z [00:02:10.164]➜  /root/.go/pkg/tool/linux_amd64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b051=>" -I $WORK/b051/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b051/asm_amd64.o ./asm_amd64.s
2025-08-20T23:03:24.8868068Z [00:02:10.170]➜  go tool pack r $WORK/b051/_pkg_.a $WORK/b051/asm_amd64.o # internal
2025-08-20T23:03:24.8871163Z [00:02:10.170]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T23:03:24.8986152Z [00:02:10.182]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T23:03:24.8994239Z [00:02:10.183]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/3c/3cdb7183e735ae213f60180ef100b8acc778f73c015362d8bc78da860512ffdd-d # internal
2025-08-20T23:03:24.8995633Z [00:02:10.183]➜  context
2025-08-20T23:03:24.8998297Z [00:02:10.183]➜  mkdir -p $WORK/b084/
2025-08-20T23:03:24.9005534Z [00:02:10.184]➜  cat >/tmp/go-build3700090427/b084/importcfg << 'EOF' # internal
2025-08-20T23:03:24.9006323Z [00:02:10.184]➜  # import config
2025-08-20T23:03:24.9007010Z [00:02:10.184]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:24.9007947Z [00:02:10.184]➜  packagefile internal/reflectlite=/tmp/go-build3700090427/b005/_pkg_.a
2025-08-20T23:03:24.9008858Z [00:02:10.184]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:24.9009947Z [00:02:10.184]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:24.9010796Z [00:02:10.184]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:24.9011402Z [00:02:10.184]➜  EOF
2025-08-20T23:03:24.9011908Z [00:02:10.184]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:24.9014702Z [00:02:10.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b084=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid cqkdNwrifRVhLsX1-tMY/cqkdNwrifRVhLsX1-tMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/.go/src/context/context.go
2025-08-20T23:03:24.9086436Z [00:02:10.192]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/52/52ae03e4f4b65d4befe8d63b3dac90c2cb50c24caa339398e77c03c3cb934ed7-d # internal
2025-08-20T23:03:24.9087588Z [00:02:10.192]➜  internal/fmtsort
2025-08-20T23:03:24.9088807Z [00:02:10.192]➜  mkdir -p $WORK/b050/
2025-08-20T23:03:24.9096579Z [00:02:10.193]➜  cat >/tmp/go-build3700090427/b050/importcfg << 'EOF' # internal
2025-08-20T23:03:24.9097295Z [00:02:10.193]➜  # import config
2025-08-20T23:03:24.9097970Z [00:02:10.193]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:24.9098829Z [00:02:10.193]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:24.9099894Z [00:02:10.193]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:24.9102918Z [00:02:10.193]➜  EOF
2025-08-20T23:03:24.9105848Z [00:02:10.193]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b050=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid cYUTo3b48V3JDSnH5ZsN/cYUTo3b48V3JDSnH5ZsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T23:03:24.9958820Z [00:02:10.279]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T23:03:24.9977273Z [00:02:10.281]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/93/934b7067c85ff7bb07fb95e32b4b4043e76372281a126fd9354837df1db31613-d # internal
2025-08-20T23:03:25.0116418Z [00:02:10.295]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T23:03:25.0144956Z [00:02:10.298]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/23/23b65ad39a9a3d558cebe6b474db24823d4cdb4d66c1c173a6d7fa8f7b99e627-d # internal
2025-08-20T23:03:25.0192519Z [00:02:10.302]➜  os
2025-08-20T23:03:25.0197036Z [00:02:10.303]➜  mkdir -p $WORK/b053/
2025-08-20T23:03:25.0207285Z [00:02:10.304]➜  cat >/tmp/go-build3700090427/b053/importcfg << 'EOF' # internal
2025-08-20T23:03:25.0208168Z [00:02:10.304]➜  # import config
2025-08-20T23:03:25.0209872Z [00:02:10.304]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.0210688Z [00:02:10.304]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:25.0211582Z [00:02:10.304]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:25.0212510Z [00:02:10.304]➜  packagefile internal/filepathlite=/tmp/go-build3700090427/b054/_pkg_.a
2025-08-20T23:03:25.0213474Z [00:02:10.304]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:25.0214306Z [00:02:10.304]➜  packagefile internal/itoa=/tmp/go-build3700090427/b052/_pkg_.a
2025-08-20T23:03:25.0215128Z [00:02:10.304]➜  packagefile internal/poll=/tmp/go-build3700090427/b062/_pkg_.a
2025-08-20T23:03:25.0216294Z [00:02:10.304]➜  packagefile internal/stringslite=/tmp/go-build3700090427/b032/_pkg_.a
2025-08-20T23:03:25.0217272Z [00:02:10.304]➜  packagefile internal/syscall/execenv=/tmp/go-build3700090427/b064/_pkg_.a
2025-08-20T23:03:25.0218208Z [00:02:10.304]➜  packagefile internal/syscall/unix=/tmp/go-build3700090427/b063/_pkg_.a
2025-08-20T23:03:25.0219109Z [00:02:10.304]➜  packagefile internal/testlog=/tmp/go-build3700090427/b065/_pkg_.a
2025-08-20T23:03:25.0220091Z [00:02:10.304]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:25.0220790Z [00:02:10.304]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:25.0221534Z [00:02:10.304]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:25.0222257Z [00:02:10.304]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:25.0222998Z [00:02:10.304]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:25.0223793Z [00:02:10.304]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:25.0224579Z [00:02:10.304]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:25.0225344Z [00:02:10.304]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:25.0225890Z [00:02:10.304]➜  EOF
2025-08-20T23:03:25.0244483Z [00:02:10.306]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b053=>" -p os -lang=go1.25 -std -installsuffix shared -buildid It42hYxCHsgGWMfaclET/It42hYxCHsgGWMfaclET -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/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-20T23:03:25.0259058Z [00:02:10.308]➜  runtime/cgo
2025-08-20T23:03:25.0259703Z [00:02:10.308]➜  mkdir -p $WORK/b091/
2025-08-20T23:03:25.0260279Z [00:02:10.309]➜  echo -n > $WORK/b091/preferlinkext # internal
2025-08-20T23:03:25.0260911Z [00:02:10.309]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:25.0263046Z [00:02:10.309]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b091/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b091/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T23:03:25.0265057Z [00:02:10.309]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T23:03:25.0280206Z [00:02:10.311]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/5f/5f07340b9e744a004ed4dcfc67644c9b3b4ba147f46dd0375a8f613d062d5207-d # internal
2025-08-20T23:03:25.0282733Z [00:02:10.311]➜  encoding/binary
2025-08-20T23:03:25.0287306Z [00:02:10.311]➜  mkdir -p $WORK/b100/
2025-08-20T23:03:25.0288430Z [00:02:10.312]➜  cat >/tmp/go-build3700090427/b100/importcfg << 'EOF' # internal
2025-08-20T23:03:25.0289061Z [00:02:10.312]➜  # import config
2025-08-20T23:03:25.0290009Z [00:02:10.312]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.0290843Z [00:02:10.312]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:25.0291609Z [00:02:10.312]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:25.0292405Z [00:02:10.312]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:25.0293214Z [00:02:10.312]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:25.0294003Z [00:02:10.312]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:25.0294647Z [00:02:10.312]➜  EOF
2025-08-20T23:03:25.0295147Z [00:02:10.312]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.0298804Z [00:02:10.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b100=>" -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/b100/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-20T23:03:25.0330300Z [00:02:10.314]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T23:03:25.0394118Z [00:02:10.323]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/06/06a0e7492f28604af6f2f56aa2509ee306251e418e22c086fee312fc8ad65e5f-d # internal
2025-08-20T23:03:25.0401704Z [00:02:10.323]➜  hash
2025-08-20T23:03:25.0402370Z [00:02:10.323]➜  mkdir -p $WORK/b106/
2025-08-20T23:03:25.0408265Z [00:02:10.324]➜  cat >/tmp/go-build3700090427/b106/importcfg << 'EOF' # internal
2025-08-20T23:03:25.0409025Z [00:02:10.324]➜  # import config
2025-08-20T23:03:25.0409850Z [00:02:10.324]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:25.0410441Z [00:02:10.324]➜  EOF
2025-08-20T23:03:25.0412789Z [00:02:10.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b106=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid Tkz1fl-WPXxHIfzaF8D7/Tkz1fl-WPXxHIfzaF8D7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T23:03:25.0591084Z [00:02:10.342]➜  cd $WORK
2025-08-20T23:03:25.0594410Z [00:02:10.342]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T23:03:25.0637309Z [00:02:10.347]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T23:03:25.0645661Z [00:02:10.348]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/ea/ea3cec29e9ac09c6ce47789ddb1c892ff5a0d98aba0aa426006a0f60450baa95-d # internal
2025-08-20T23:03:25.0868359Z [00:02:10.370]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T23:03:25.1122035Z [00:02:10.394]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T23:03:25.1123573Z [00:02:10.394]➜  hash/crc32
2025-08-20T23:03:25.1124690Z [00:02:10.394]➜  mkdir -p $WORK/b105/
2025-08-20T23:03:25.1126634Z [00:02:10.396]➜  echo -n > $WORK/b105/go_asm.h # internal
2025-08-20T23:03:25.1130485Z [00:02:10.396]➜  cd /root/.go/src/hash/crc32
2025-08-20T23:03:25.1133433Z [00:02:10.396]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b105=>" -I $WORK/b105/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b105/symabis ./crc32_amd64.s
2025-08-20T23:03:25.1245176Z [00:02:10.408]➜  cat >/tmp/go-build3700090427/b105/importcfg << 'EOF' # internal
2025-08-20T23:03:25.1247467Z [00:02:10.408]➜  # import config
2025-08-20T23:03:25.1248082Z [00:02:10.408]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.1248864Z [00:02:10.408]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:25.1250220Z [00:02:10.408]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:25.1251179Z [00:02:10.408]➜  packagefile internal/cpu=/tmp/go-build3700090427/b012/_pkg_.a
2025-08-20T23:03:25.1252014Z [00:02:10.408]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:25.1252842Z [00:02:10.408]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:25.1253505Z [00:02:10.408]➜  EOF
2025-08-20T23:03:25.1254056Z [00:02:10.408]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.1257907Z [00:02:10.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b105=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid OevusF61XqBiglh2go0s/OevusF61XqBiglh2go0s -goversion go1.25.0 -symabis $WORK/b105/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack -asmhdr $WORK/b105/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-20T23:03:25.1726574Z [00:02:10.456]➜  cd /root/.go/src/hash/crc32
2025-08-20T23:03:25.1730754Z [00:02:10.456]➜  /root/.go/pkg/tool/linux_amd64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b105=>" -I $WORK/b105/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b105/crc32_amd64.o ./crc32_amd64.s
2025-08-20T23:03:25.1816770Z [00:02:10.465]➜  go tool pack r $WORK/b105/_pkg_.a $WORK/b105/crc32_amd64.o # internal
2025-08-20T23:03:25.1831612Z [00:02:10.466]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T23:03:25.1832819Z [00:02:10.466]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/e3/e36bce83c26b8b2ee1e4252372500667e678fc49dc293d7ad42ca57243f7f1c5-d # internal
2025-08-20T23:03:25.1838516Z [00:02:10.467]➜  cd $WORK
2025-08-20T23:03:25.1839609Z [00:02:10.467]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T23:03:25.2073327Z [00:02:10.490]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T23:03:25.2096078Z [00:02:10.493]➜  crypto
2025-08-20T23:03:25.2098955Z [00:02:10.493]➜  mkdir -p $WORK/b111/
2025-08-20T23:03:25.2103177Z [00:02:10.493]➜  cat >/tmp/go-build3700090427/b111/importcfg << 'EOF' # internal
2025-08-20T23:03:25.2104227Z [00:02:10.493]➜  # import config
2025-08-20T23:03:25.2105100Z [00:02:10.493]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:25.2106281Z [00:02:10.493]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:25.2107205Z [00:02:10.493]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:25.2107807Z [00:02:10.493]➜  EOF
2025-08-20T23:03:25.2108248Z [00:02:10.493]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.2111282Z [00:02:10.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b111=>" -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/b111/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T23:03:25.2192432Z [00:02:10.502]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T23:03:25.2233852Z [00:02:10.506]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/a9/a9f645ba77f0596e255804699ca4560c4d0348cf5e416b7aaaeb460f6b8906d7-d # internal
2025-08-20T23:03:25.2280754Z [00:02:10.511]➜  cd $WORK
2025-08-20T23:03:25.2283032Z [00:02:10.511]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T23:03:25.2302193Z [00:02:10.513]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T23:03:25.2310669Z [00:02:10.514]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/96/964cbef8d5cdfd5593486576c38d729dd29f6f299f4ae62394160f27cbdd46c4-d # internal
2025-08-20T23:03:25.2409589Z [00:02:10.524]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T23:03:25.2421802Z [00:02:10.525]➜  golang.org/x/sys/unix
2025-08-20T23:03:25.2422551Z [00:02:10.525]➜  mkdir -p $WORK/b099/
2025-08-20T23:03:25.2428202Z [00:02:10.526]➜  echo -n > $WORK/b099/go_asm.h # internal
2025-08-20T23:03:25.2429216Z [00:02:10.526]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix
2025-08-20T23:03:25.2432076Z [00:02:10.526]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b099=>" -I $WORK/b099/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b099/symabis ./asm_linux_amd64.s
2025-08-20T23:03:25.2458919Z [00:02:10.529]➜  cat >/tmp/go-build3700090427/b099/importcfg << 'EOF' # internal
2025-08-20T23:03:25.2464236Z [00:02:10.529]➜  # import config
2025-08-20T23:03:25.2466061Z [00:02:10.529]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:25.2468300Z [00:02:10.529]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:25.2469532Z [00:02:10.529]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:25.2470390Z [00:02:10.529]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:25.2471258Z [00:02:10.529]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:25.2472095Z [00:02:10.529]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:25.2472873Z [00:02:10.529]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:25.2473646Z [00:02:10.529]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:25.2474419Z [00:02:10.529]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:25.2475221Z [00:02:10.529]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:25.2476074Z [00:02:10.529]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:25.2476673Z [00:02:10.529]➜  EOF
2025-08-20T23:03:25.2477177Z [00:02:10.529]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.2497556Z [00:02:10.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b099=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid foQjh3EN9OHIiLJKRZR_/foQjh3EN9OHIiLJKRZR_ -goversion go1.25.0 -symabis $WORK/b099/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack -asmhdr $WORK/b099/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux_alarm.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux_amd64_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zerrors_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zptrace_x86_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zsyscall_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/zsysnum_linux_amd64.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix/ztypes_linux_amd64.go
2025-08-20T23:03:25.2608012Z [00:02:10.544]➜  cd $WORK/b091
2025-08-20T23:03:25.2613959Z [00:02:10.544]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x001.o -c _cgo_export.c
2025-08-20T23:03:25.2617403Z [00:02:10.545]➜  crypto/internal/fips140deps/godebug
2025-08-20T23:03:25.2618291Z [00:02:10.545]➜  mkdir -p $WORK/b115/
2025-08-20T23:03:25.2619715Z [00:02:10.545]➜  cat >/tmp/go-build3700090427/b115/importcfg << 'EOF' # internal
2025-08-20T23:03:25.2620603Z [00:02:10.545]➜  # import config
2025-08-20T23:03:25.2621585Z [00:02:10.545]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:25.2622524Z [00:02:10.545]➜  EOF
2025-08-20T23:03:25.2623276Z [00:02:10.545]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.2628004Z [00:02:10.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b115=>" -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/b115/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T23:03:25.2865404Z [00:02:10.570]➜  cd $WORK/b091
2025-08-20T23:03:25.2875061Z [00:02:10.570]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x002.o -c cgo.cgo2.c
2025-08-20T23:03:25.2940543Z [00:02:10.577]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T23:03:25.2952773Z [00:02:10.578]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/0c/0c5730bd9b04c0157b40a272fb5c8411bfbf1c513b13ba1a1af91298f757e2e4-d # internal
2025-08-20T23:03:25.2967015Z [00:02:10.579]➜  crypto/internal/fips140
2025-08-20T23:03:25.2969926Z [00:02:10.580]➜  mkdir -p $WORK/b114/
2025-08-20T23:03:25.2978264Z [00:02:10.581]➜  cat >/tmp/go-build3700090427/b114/importcfg << 'EOF' # internal
2025-08-20T23:03:25.2980868Z [00:02:10.581]➜  # import config
2025-08-20T23:03:25.2981816Z [00:02:10.581]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3700090427/b115/_pkg_.a
2025-08-20T23:03:25.2982855Z [00:02:10.581]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.2983716Z [00:02:10.581]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:25.2984535Z [00:02:10.581]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:25.2985341Z [00:02:10.581]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:25.2985939Z [00:02:10.581]➜  EOF
2025-08-20T23:03:25.2986405Z [00:02:10.581]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.2991317Z [00:02:10.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b114=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid wXIzNFqboyIQjN9qzn4-/wXIzNFqboyIQjN9qzn4- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/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-20T23:03:25.3274407Z [00:02:10.611]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:25.3278446Z [00:02:10.611]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x003.o -c gcc_context.c
2025-08-20T23:03:25.3284366Z [00:02:10.612]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T23:03:25.3286824Z [00:02:10.612]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/fb/fb49772351f8add8f503a109e09d0fb25191ef747bd52d2a6b73ed0d05268c9e-d # internal
2025-08-20T23:03:25.3287999Z [00:02:10.612]➜  crypto/internal/impl
2025-08-20T23:03:25.3288558Z [00:02:10.612]➜  mkdir -p $WORK/b122/
2025-08-20T23:03:25.3305115Z [00:02:10.614]➜  cat >/tmp/go-build3700090427/b122/importcfg << 'EOF' # internal
2025-08-20T23:03:25.3307260Z [00:02:10.614]➜  # import config
2025-08-20T23:03:25.3307954Z [00:02:10.614]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:25.3308575Z [00:02:10.614]➜  EOF
2025-08-20T23:03:25.3314190Z [00:02:10.615]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.3319306Z [00:02:10.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b122=>" -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/b122/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T23:03:25.3526285Z [00:02:10.636]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T23:03:25.3527695Z [00:02:10.636]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/68/68d8c6d8ca67668a4e86b0c93cd4057bc6649e016e09cd2c266bb5ccdd8cebc6-d # internal
2025-08-20T23:03:25.3529893Z [00:02:10.636]➜  crypto/internal/fips140/sha256
2025-08-20T23:03:25.3531372Z [00:02:10.636]➜  mkdir -p $WORK/b119/
2025-08-20T23:03:25.3535005Z [00:02:10.637]➜  echo -n > $WORK/b119/go_asm.h # internal
2025-08-20T23:03:25.3538567Z [00:02:10.637]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T23:03:25.3542648Z [00:02:10.637]➜  /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/b119=>" -I $WORK/b119/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b119/symabis ./sha256block_amd64.s
2025-08-20T23:03:25.3603670Z [00:02:10.644]➜  cat >/tmp/go-build3700090427/b119/importcfg << 'EOF' # internal
2025-08-20T23:03:25.3604839Z [00:02:10.644]➜  # import config
2025-08-20T23:03:25.3606227Z [00:02:10.644]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:25.3607591Z [00:02:10.644]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:25.3609185Z [00:02:10.644]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:25.3610581Z [00:02:10.644]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3700090427/b121/_pkg_.a
2025-08-20T23:03:25.3611585Z [00:02:10.644]➜  packagefile crypto/internal/impl=/tmp/go-build3700090427/b122/_pkg_.a
2025-08-20T23:03:25.3612420Z [00:02:10.644]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.3613135Z [00:02:10.644]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:25.3613888Z [00:02:10.644]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:25.3614451Z [00:02:10.644]➜  EOF
2025-08-20T23:03:25.3614901Z [00:02:10.644]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.3619872Z [00:02:10.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b119=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid mgJv6PkvVtvfK86miliL/mgJv6PkvVtvfK86miliL -goversion go1.25.0 -symabis $WORK/b119/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack -asmhdr $WORK/b119/go_asm.h /root/.go/src/crypto/internal/fips140/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-20T23:03:25.3625252Z [00:02:10.645]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:25.3627913Z [00:02:10.646]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x004.o -c gcc_fatalf.c
2025-08-20T23:03:25.4041628Z [00:02:10.687]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x005.o -c gcc_libinit.c
2025-08-20T23:03:25.4113271Z [00:02:10.694]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T23:03:25.4116121Z [00:02:10.695]➜  /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/b119=>" -I $WORK/b119/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b119/sha256block_amd64.o ./sha256block_amd64.s
2025-08-20T23:03:25.4200328Z [00:02:10.703]➜  go tool pack r $WORK/b119/_pkg_.a $WORK/b119/sha256block_amd64.o # internal
2025-08-20T23:03:25.4201261Z [00:02:10.703]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T23:03:25.4209670Z [00:02:10.704]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/7d/7d6e2b7c4c60f566808f2bab652e2ef5084f5e51e6daa3849c3f0426ad3e11a2-d # internal
2025-08-20T23:03:25.4216401Z [00:02:10.705]➜  crypto/internal/fips140/sha3
2025-08-20T23:03:25.4216956Z [00:02:10.705]➜  mkdir -p $WORK/b123/
2025-08-20T23:03:25.4241340Z [00:02:10.705]➜  echo -n > $WORK/b123/go_asm.h # internal
2025-08-20T23:03:25.4242036Z [00:02:10.705]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T23:03:25.4244545Z [00:02:10.706]➜  /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/b123=>" -I $WORK/b123/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b123/symabis ./sha3_amd64.s
2025-08-20T23:03:25.4333037Z [00:02:10.716]➜  cat >/tmp/go-build3700090427/b123/importcfg << 'EOF' # internal
2025-08-20T23:03:25.4333831Z [00:02:10.716]➜  # import config
2025-08-20T23:03:25.4334497Z [00:02:10.716]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:25.4335454Z [00:02:10.716]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:25.4336604Z [00:02:10.716]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:03:25.4337842Z [00:02:10.716]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:25.4339110Z [00:02:10.716]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3700090427/b121/_pkg_.a
2025-08-20T23:03:25.4340386Z [00:02:10.716]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.4341291Z [00:02:10.716]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:25.4342288Z [00:02:10.716]➜  EOF
2025-08-20T23:03:25.4342756Z [00:02:10.716]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.4348411Z [00:02:10.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b123=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid pKhCNDCH0S9hFXn29YXH/pKhCNDCH0S9hFXn29YXH -goversion go1.25.0 -symabis $WORK/b123/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack -asmhdr $WORK/b123/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-20T23:03:25.4669136Z [00:02:10.750]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:25.4672442Z [00:02:10.750]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x006.o -c gcc_linux_amd64.c
2025-08-20T23:03:25.5035201Z [00:02:10.787]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T23:03:25.5042793Z [00:02:10.787]➜  /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/b123=>" -I $WORK/b123/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b123/sha3_amd64.o ./sha3_amd64.s
2025-08-20T23:03:25.5244384Z [00:02:10.807]➜  go tool pack r $WORK/b123/_pkg_.a $WORK/b123/sha3_amd64.o # internal
2025-08-20T23:03:25.5249697Z [00:02:10.808]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T23:03:25.5260667Z [00:02:10.809]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/05/05f5a8059656ac712e82d3863d001cd9c9cf4ee590101be92985e39fc5e5f3f8-d # internal
2025-08-20T23:03:25.5271131Z [00:02:10.810]➜  crypto/internal/fips140/sha512
2025-08-20T23:03:25.5271708Z [00:02:10.810]➜  mkdir -p $WORK/b125/
2025-08-20T23:03:25.5272249Z [00:02:10.810]➜  echo -n > $WORK/b125/go_asm.h # internal
2025-08-20T23:03:25.5272868Z [00:02:10.810]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T23:03:25.5277820Z [00:02:10.811]➜  /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/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b125/symabis ./sha512block_amd64.s
2025-08-20T23:03:25.5281152Z [00:02:10.811]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:25.5284086Z [00:02:10.811]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x007.o -c gcc_mmap.c
2025-08-20T23:03:25.5362082Z [00:02:10.818]➜  cat >/tmp/go-build3700090427/b125/importcfg << 'EOF' # internal
2025-08-20T23:03:25.5362768Z [00:02:10.818]➜  # import config
2025-08-20T23:03:25.5363371Z [00:02:10.818]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:25.5364247Z [00:02:10.818]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:25.5365346Z [00:02:10.818]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:25.5366517Z [00:02:10.818]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3700090427/b121/_pkg_.a
2025-08-20T23:03:25.5367840Z [00:02:10.818]➜  packagefile crypto/internal/impl=/tmp/go-build3700090427/b122/_pkg_.a
2025-08-20T23:03:25.5368680Z [00:02:10.818]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.5369613Z [00:02:10.818]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:25.5370436Z [00:02:10.818]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:25.5371078Z [00:02:10.818]➜  EOF
2025-08-20T23:03:25.5371549Z [00:02:10.819]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.5376640Z [00:02:10.819]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b125=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid NqVWzt-uxvhAMtyS56fb/NqVWzt-uxvhAMtyS56fb -goversion go1.25.0 -symabis $WORK/b125/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack -asmhdr $WORK/b125/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-20T23:03:25.5642676Z [00:02:10.847]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:25.5652674Z [00:02:10.848]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x008.o -c gcc_setenv.c
2025-08-20T23:03:25.5955969Z [00:02:10.879]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T23:03:25.5960968Z [00:02:10.879]➜  /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/b125=>" -I $WORK/b125/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b125/sha512block_amd64.o ./sha512block_amd64.s
2025-08-20T23:03:25.5992659Z [00:02:10.882]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:25.5995564Z [00:02:10.882]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x009.o -c gcc_sigaction.c
2025-08-20T23:03:25.6058190Z [00:02:10.889]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T23:03:25.6064754Z [00:02:10.889]➜  go tool pack r $WORK/b125/_pkg_.a $WORK/b125/sha512block_amd64.o # internal
2025-08-20T23:03:25.6065638Z [00:02:10.889]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T23:03:25.6069705Z [00:02:10.890]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/2f/2f5055d5155c1024f9b3a73067545951c7c9ac73d2a344f94926032e30318791-d # internal
2025-08-20T23:03:25.6071848Z [00:02:10.890]➜  crypto/internal/fips140/hmac
2025-08-20T23:03:25.6073286Z [00:02:10.891]➜  mkdir -p $WORK/b118/
2025-08-20T23:03:25.6078212Z [00:02:10.891]➜  cat >/tmp/go-build3700090427/b118/importcfg << 'EOF' # internal
2025-08-20T23:03:25.6080803Z [00:02:10.891]➜  # import config
2025-08-20T23:03:25.6081883Z [00:02:10.891]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:25.6083597Z [00:02:10.891]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:25.6085033Z [00:02:10.891]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3700090427/b119/_pkg_.a
2025-08-20T23:03:25.6086494Z [00:02:10.891]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3700090427/b123/_pkg_.a
2025-08-20T23:03:25.6087861Z [00:02:10.891]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3700090427/b125/_pkg_.a
2025-08-20T23:03:25.6090293Z [00:02:10.891]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.6091137Z [00:02:10.891]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:25.6091718Z [00:02:10.891]➜  EOF
2025-08-20T23:03:25.6092193Z [00:02:10.891]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.6095907Z [00:02:10.891]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b118=>" -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/b118/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T23:03:25.6430955Z [00:02:10.926]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T23:03:25.6442158Z [00:02:10.927]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/61/6156ee615bc7e6a0829170545a39e8fc56847b7139a303c4caa12a871bd65309-d # internal
2025-08-20T23:03:25.6443136Z [00:02:10.927]➜  crypto/internal/fips140/check
2025-08-20T23:03:25.6445730Z [00:02:10.927]➜  mkdir -p $WORK/b117/
2025-08-20T23:03:25.6449918Z [00:02:10.928]➜  cat >/tmp/go-build3700090427/b117/importcfg << 'EOF' # internal
2025-08-20T23:03:25.6450532Z [00:02:10.928]➜  # import config
2025-08-20T23:03:25.6452280Z [00:02:10.928]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:25.6454384Z [00:02:10.928]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3700090427/b118/_pkg_.a
2025-08-20T23:03:25.6457944Z [00:02:10.928]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3700090427/b119/_pkg_.a
2025-08-20T23:03:25.6459307Z [00:02:10.928]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:25.6460597Z [00:02:10.928]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3700090427/b115/_pkg_.a
2025-08-20T23:03:25.6461498Z [00:02:10.928]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:25.6466596Z [00:02:10.928]➜  EOF
2025-08-20T23:03:25.6469833Z [00:02:10.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b117=>" -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/b117/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T23:03:25.6682888Z [00:02:10.951]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T23:03:25.6728130Z [00:02:10.955]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:25.6732842Z [00:02:10.955]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x010.o -c gcc_stack_unix.c
2025-08-20T23:03:25.6778216Z [00:02:10.961]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T23:03:25.6786866Z [00:02:10.961]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/d4/d4b96864abeddf49c37f9d1b6ca57baee0a45125ad9b361e59aa46a98b9c624e-d # internal
2025-08-20T23:03:25.6788567Z [00:02:10.961]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/99/99c4b5bb70dea8576aed29d6435b27ec472dd922b15425ac50b030c12d61a7a3-d # internal
2025-08-20T23:03:25.6789845Z [00:02:10.961]➜  crypto/internal/fips140/aes
2025-08-20T23:03:25.6790368Z [00:02:10.961]➜  mkdir -p $WORK/b113/
2025-08-20T23:03:25.6790806Z [00:02:10.961]➜  fmt
2025-08-20T23:03:25.6791237Z [00:02:10.961]➜  mkdir -p $WORK/b049/
2025-08-20T23:03:25.6791921Z [00:02:10.961]➜  cat >/tmp/go-build3700090427/b049/importcfg << 'EOF' # internal
2025-08-20T23:03:25.6792835Z [00:02:10.962]➜  # import config
2025-08-20T23:03:25.6793452Z [00:02:10.962]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.6794278Z [00:02:10.962]➜  packagefile internal/fmtsort=/tmp/go-build3700090427/b050/_pkg_.a
2025-08-20T23:03:25.6795098Z [00:02:10.962]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:25.6795836Z [00:02:10.962]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:25.6796565Z [00:02:10.962]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:25.6797298Z [00:02:10.962]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:25.6798070Z [00:02:10.962]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:25.6798852Z [00:02:10.962]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:25.6809113Z [00:02:10.962]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:25.6810536Z [00:02:10.962]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:25.6811235Z [00:02:10.962]➜  EOF
2025-08-20T23:03:25.6811737Z [00:02:10.964]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.6815106Z [00:02:10.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b049=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid qqDGHnbvrGH0JVvwba_3/qqDGHnbvrGH0JVvwba_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/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-20T23:03:25.6817983Z [00:02:10.964]➜  echo -n > $WORK/b113/go_asm.h # internal
2025-08-20T23:03:25.6818682Z [00:02:10.964]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T23:03:25.6821673Z [00:02:10.964]➜  /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/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b113/symabis ./aes_amd64.s ./ctr_amd64.s
2025-08-20T23:03:25.6866135Z [00:02:10.970]➜  cat >/tmp/go-build3700090427/b113/importcfg << 'EOF' # internal
2025-08-20T23:03:25.6884108Z [00:02:10.970]➜  # import config
2025-08-20T23:03:25.6884787Z [00:02:10.970]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:25.6885736Z [00:02:10.970]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:25.6886856Z [00:02:10.970]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3700090427/b116/_pkg_.a
2025-08-20T23:03:25.6888038Z [00:02:10.970]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:25.6889195Z [00:02:10.970]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:03:25.6891734Z [00:02:10.970]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:25.6892949Z [00:02:10.970]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3700090427/b121/_pkg_.a
2025-08-20T23:03:25.6894131Z [00:02:10.970]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3700090427/b115/_pkg_.a
2025-08-20T23:03:25.6895246Z [00:02:10.970]➜  packagefile crypto/internal/impl=/tmp/go-build3700090427/b122/_pkg_.a
2025-08-20T23:03:25.6896129Z [00:02:10.970]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.6896987Z [00:02:10.970]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:25.6897859Z [00:02:10.970]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:25.6898487Z [00:02:10.970]➜  EOF
2025-08-20T23:03:25.6898957Z [00:02:10.970]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.6905754Z [00:02:10.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b113=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid HsmuOwP-pFmxRFxv5gV2/HsmuOwP-pFmxRFxv5gV2 -goversion go1.25.0 -symabis $WORK/b113/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack -asmhdr $WORK/b113/go_asm.h /root/.go/src/crypto/internal/fips140/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-20T23:03:25.7123226Z [00:02:10.995]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:25.7126300Z [00:02:10.996]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x011.o -c gcc_traceback.c
2025-08-20T23:03:25.7419018Z [00:02:11.025]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x012.o -c gcc_util.c
2025-08-20T23:03:25.7731440Z [00:02:11.056]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x013.o -c linux_syscall.c
2025-08-20T23:03:25.7777739Z [00:02:11.061]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T23:03:25.7780280Z [00:02:11.061]➜  /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/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b113/aes_amd64.o ./aes_amd64.s
2025-08-20T23:03:25.7845495Z [00:02:11.067]➜  /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/b113=>" -I $WORK/b113/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b113/ctr_amd64.o ./ctr_amd64.s
2025-08-20T23:03:25.7893429Z [00:02:11.072]➜  go tool pack r $WORK/b113/_pkg_.a $WORK/b113/aes_amd64.o $WORK/b113/ctr_amd64.o # internal
2025-08-20T23:03:25.7898550Z [00:02:11.072]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T23:03:25.7906567Z [00:02:11.074]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/bc/bcd13a7f0dc5edd815fcd26319f95d30cd9827ff1e7d348151785b284326216e-d # internal
2025-08-20T23:03:25.7912992Z [00:02:11.074]➜  path/filepath
2025-08-20T23:03:25.7913592Z [00:02:11.074]➜  mkdir -p $WORK/b077/
2025-08-20T23:03:25.7914299Z [00:02:11.074]➜  cat >/tmp/go-build3700090427/b077/importcfg << 'EOF' # internal
2025-08-20T23:03:25.7914918Z [00:02:11.074]➜  # import config
2025-08-20T23:03:25.7915579Z [00:02:11.074]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.7916413Z [00:02:11.074]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:25.7917413Z [00:02:11.074]➜  packagefile internal/filepathlite=/tmp/go-build3700090427/b054/_pkg_.a
2025-08-20T23:03:25.7918321Z [00:02:11.074]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:25.7919666Z [00:02:11.074]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:25.7920536Z [00:02:11.074]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:25.7921443Z [00:02:11.074]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:25.7922248Z [00:02:11.074]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:25.7923052Z [00:02:11.075]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:25.7923868Z [00:02:11.075]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:25.7924493Z [00:02:11.075]➜  EOF
2025-08-20T23:03:25.7924937Z [00:02:11.075]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.7928923Z [00:02:11.075]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b077=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid O8Lc8uUMUzKTa0OHNwgG/O8Lc8uUMUzKTa0OHNwgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/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-20T23:03:25.8437211Z [00:02:11.127]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:25.8454545Z [00:02:11.127]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_x014.o -c gcc_amd64.S
2025-08-20T23:03:25.8867008Z [00:02:11.170]➜  cd $WORK/b091
2025-08-20T23:03:25.8873030Z [00:02:11.170]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -I $WORK/b091/ -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/b091/_cgo_main.o -c _cgo_main.c
2025-08-20T23:03:25.9231495Z [00:02:11.206]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T23:03:25.9246459Z [00:02:11.208]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/94/9485dfe10ff9e00756688315e28bdf5d846b216ae3ea7d9d1b4f6ffefa42b71e-d # internal
2025-08-20T23:03:25.9251340Z [00:02:11.208]➜  internal/lazyregexp
2025-08-20T23:03:25.9251842Z [00:02:11.208]➜  mkdir -p $WORK/b080/
2025-08-20T23:03:25.9256306Z [00:02:11.209]➜  cat >/tmp/go-build3700090427/b080/importcfg << 'EOF' # internal
2025-08-20T23:03:25.9270952Z [00:02:11.209]➜  # import config
2025-08-20T23:03:25.9272111Z [00:02:11.209]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:25.9273130Z [00:02:11.209]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:25.9274134Z [00:02:11.209]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:25.9275101Z [00:02:11.209]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:25.9275848Z [00:02:11.209]➜  EOF
2025-08-20T23:03:25.9276435Z [00:02:11.209]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:25.9279710Z [00:02:11.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b080=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid bIkBTwhEceVvTPrLJ1zP/bIkBTwhEceVvTPrLJ1zP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b080/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T23:03:25.9405599Z [00:02:11.223]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -o $WORK/b091/_cgo_.o $WORK/b091/_cgo_main.o $WORK/b091/preferlinkext $WORK/b091/_x001.o $WORK/b091/_x002.o $WORK/b091/_x003.o $WORK/b091/_x004.o $WORK/b091/_x005.o $WORK/b091/_x006.o $WORK/b091/_x007.o $WORK/b091/_x008.o $WORK/b091/_x009.o $WORK/b091/_x010.o $WORK/b091/_x011.o $WORK/b091/_x012.o $WORK/b091/_x013.o $WORK/b091/_x014.o -O2 -g -lpthread
2025-08-20T23:03:25.9526358Z [00:02:11.236]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T23:03:25.9536878Z [00:02:11.237]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/57/5751a868673443aeae88b0b0d221e700a242b7a4d6aaf1284d00fb9607b658c9-d # internal
2025-08-20T23:03:25.9540968Z [00:02:11.237]➜  crypto/internal/sysrand
2025-08-20T23:03:25.9541554Z [00:02:11.237]➜  mkdir -p $WORK/b129/
2025-08-20T23:03:25.9549798Z [00:02:11.238]➜  cat >/tmp/go-build3700090427/b129/importcfg << 'EOF' # internal
2025-08-20T23:03:25.9550620Z [00:02:11.238]➜  # import config
2025-08-20T23:03:25.9551317Z [00:02:11.238]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:25.9552341Z [00:02:11.238]➜  packagefile internal/syscall/unix=/tmp/go-build3700090427/b063/_pkg_.a
2025-08-20T23:03:25.9553314Z [00:02:11.238]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:25.9554137Z [00:02:11.238]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:25.9554979Z [00:02:11.238]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:25.9555836Z [00:02:11.238]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:25.9556698Z [00:02:11.238]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:25.9557591Z [00:02:11.238]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:25.9558408Z [00:02:11.238]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:25.9559035Z [00:02:11.238]➜  EOF
2025-08-20T23:03:25.9563128Z [00:02:11.238]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b129=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid qgz6XG8iiuUjqDrtwJQ5/qgz6XG8iiuUjqDrtwJQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T23:03:26.0160597Z [00:02:11.299]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T23:03:26.0170713Z [00:02:11.300]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/4b/4b9db9d21c8f8cb536ca608191368c782c12668fd96055efda5393da96c72efe-d # internal
2025-08-20T23:03:26.0171911Z [00:02:11.300]➜  crypto/internal/entropy
2025-08-20T23:03:26.0182348Z [00:02:11.300]➜  mkdir -p $WORK/b128/
2025-08-20T23:03:26.0183107Z [00:02:11.301]➜  cat >/tmp/go-build3700090427/b128/importcfg << 'EOF' # internal
2025-08-20T23:03:26.0183843Z [00:02:11.301]➜  # import config
2025-08-20T23:03:26.0184640Z [00:02:11.301]➜  packagefile crypto/internal/sysrand=/tmp/go-build3700090427/b129/_pkg_.a
2025-08-20T23:03:26.0185418Z [00:02:11.301]➜  EOF
2025-08-20T23:03:26.0188565Z [00:02:11.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b128=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid k9hEEyPYK9ZiSw80V2zZ/k9hEEyPYK9ZiSw80V2zZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T23:03:26.0261190Z [00:02:11.309]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T23:03:26.0262601Z [00:02:11.309]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/c9/c9673cb58317490f6d318f8d40695146a2458c77622a9984fd997c89ed871c90-d # internal
2025-08-20T23:03:26.0265869Z [00:02:11.310]➜  math/rand/v2
2025-08-20T23:03:26.0288146Z [00:02:11.312]➜  mkdir -p $WORK/b131/
2025-08-20T23:03:26.0293652Z [00:02:11.313]➜  cat >/tmp/go-build3700090427/b131/importcfg << 'EOF' # internal
2025-08-20T23:03:26.0295883Z [00:02:11.313]➜  # import config
2025-08-20T23:03:26.0297481Z [00:02:11.313]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:26.0300974Z [00:02:11.313]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:26.0302404Z [00:02:11.313]➜  packagefile internal/chacha8rand=/tmp/go-build3700090427/b014/_pkg_.a
2025-08-20T23:03:26.0304231Z [00:02:11.313]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:26.0305046Z [00:02:11.313]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:26.0305580Z [00:02:11.313]➜  EOF
2025-08-20T23:03:26.0309025Z [00:02:11.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b131=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid nHJkHXwWtvYoiSAWDcVC/nHJkHXwWtvYoiSAWDcVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/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-20T23:03:26.0494250Z [00:02:11.333]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T23:03:26.0593726Z [00:02:11.343]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/7f/7fe7166e168ad46593b40265166bed26fa32be038b06e4931852f675a090b5ff-d # internal
2025-08-20T23:03:26.0598901Z [00:02:11.343]➜  encoding/json
2025-08-20T23:03:26.0602060Z [00:02:11.343]➜  mkdir -p $WORK/b002/
2025-08-20T23:03:26.0611340Z [00:02:11.344]➜  cat >/tmp/go-build3700090427/b002/importcfg << 'EOF' # internal
2025-08-20T23:03:26.0614880Z [00:02:11.345]➜  # import config
2025-08-20T23:03:26.0615869Z [00:02:11.345]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:26.0616742Z [00:02:11.345]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:26.0617571Z [00:02:11.345]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:26.0618508Z [00:02:11.345]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:26.0619709Z [00:02:11.345]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:26.0620544Z [00:02:11.345]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:26.0621333Z [00:02:11.345]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:26.0622175Z [00:02:11.345]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:26.0623041Z [00:02:11.345]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:26.0623865Z [00:02:11.345]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:26.0624711Z [00:02:11.345]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:26.0625539Z [00:02:11.345]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:26.0626374Z [00:02:11.345]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:26.0627209Z [00:02:11.345]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:26.0628088Z [00:02:11.345]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:03:26.0629003Z [00:02:11.345]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:26.0629904Z [00:02:11.345]➜  EOF
2025-08-20T23:03:26.0636377Z [00:02:11.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b002=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid 9bKiwmcK9ggUgfrzMbzw/9bKiwmcK9ggUgfrzMbzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/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-20T23:03:26.0850997Z [00:02:11.368]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b091=/tmp/go-build -gno-record-gcc-switches -o $WORK/b091/_cgo_.o $WORK/b091/_cgo_main.o $WORK/b091/preferlinkext $WORK/b091/_x001.o $WORK/b091/_x002.o $WORK/b091/_x003.o $WORK/b091/_x004.o $WORK/b091/_x005.o $WORK/b091/_x006.o $WORK/b091/_x007.o $WORK/b091/_x008.o $WORK/b091/_x009.o $WORK/b091/_x010.o $WORK/b091/_x011.o $WORK/b091/_x012.o $WORK/b091/_x013.o $WORK/b091/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T23:03:26.0862910Z [00:02:11.369]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage cgo -dynimport $WORK/b091/_cgo_.o -dynout $WORK/b091/_cgo_import.go -dynlinker
2025-08-20T23:03:26.0932689Z [00:02:11.377]➜  echo -n > $WORK/b091/go_asm.h # internal
2025-08-20T23:03:26.0934808Z [00:02:11.377]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:26.0938524Z [00:02:11.377]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$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 ./asm_amd64.s
2025-08-20T23:03:26.1008518Z [00:02:11.382]➜  cat >/tmp/go-build3700090427/b091/importcfg << 'EOF' # internal
2025-08-20T23:03:26.1011870Z [00:02:11.384]➜  # import config
2025-08-20T23:03:26.1012796Z [00:02:11.384]➜  packagefile internal/runtime/sys=/tmp/go-build3700090427/b031/_pkg_.a
2025-08-20T23:03:26.1013714Z [00:02:11.384]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:26.1014570Z [00:02:11.384]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:26.1015223Z [00:02:11.384]➜  EOF
2025-08-20T23:03:26.1016029Z [00:02:11.384]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:26.1021902Z [00:02:11.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b091=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid iBW1RfTeOg3zu7emqzxD/iBW1RfTeOg3zu7emqzxD -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/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/b091/_cgo_gotypes.go $WORK/b091/cgo.cgo1.go $WORK/b091/_cgo_import.go
2025-08-20T23:03:26.1189149Z [00:02:11.402]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T23:03:26.1220298Z [00:02:11.405]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/17/17b56db114ed17959e0e2327e0c36b22c2e62de1ec66bce371463eb8c2bddbbb-d # internal
2025-08-20T23:03:26.1224260Z [00:02:11.406]➜  encoding/hex
2025-08-20T23:03:26.1227278Z [00:02:11.406]➜  mkdir -p $WORK/b070/
2025-08-20T23:03:26.1238807Z [00:02:11.407]➜  cat >/tmp/go-build3700090427/b070/importcfg << 'EOF' # internal
2025-08-20T23:03:26.1240841Z [00:02:11.407]➜  # import config
2025-08-20T23:03:26.1241531Z [00:02:11.407]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:26.1242300Z [00:02:11.407]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:26.1243046Z [00:02:11.407]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:26.1243844Z [00:02:11.407]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:26.1244740Z [00:02:11.407]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:26.1245372Z [00:02:11.407]➜  EOF
2025-08-20T23:03:26.1248061Z [00:02:11.407]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b070=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid FiBd9Fuh5gov9bYEg4MY/FiBd9Fuh5gov9bYEg4MY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T23:03:26.1818057Z [00:02:11.465]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T23:03:26.1829006Z [00:02:11.466]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/2c/2c8a9bf2224de24f2b71bf9df858c1d351152bb1587275e0ac27370978f0c37b-d # internal
2025-08-20T23:03:26.1864634Z [00:02:11.470]➜  github.com/alecthomas/units
2025-08-20T23:03:26.1867474Z [00:02:11.470]➜  mkdir -p $WORK/b071/
2025-08-20T23:03:26.1874388Z [00:02:11.471]➜  cat >/tmp/go-build3700090427/b071/importcfg << 'EOF' # internal
2025-08-20T23:03:26.1880360Z [00:02:11.471]➜  # import config
2025-08-20T23:03:26.1880941Z [00:02:11.471]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:26.1881695Z [00:02:11.471]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:26.1882420Z [00:02:11.471]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:26.1882984Z [00:02:11.471]➜  EOF
2025-08-20T23:03:26.1894408Z [00:02:11.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137=>github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137;$WORK/b071=>" -p github.com/alecthomas/units -lang=go1.15 -complete -installsuffix shared -buildid xtBE8N4StO8_uolzxqgl/xtBE8N4StO8_uolzxqgl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137/bytes.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137/doc.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137/si.go /root/go/pkg/mod/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137/util.go
2025-08-20T23:03:26.2365371Z [00:02:11.520]➜  cp /root/.go/src/runtime/cgo/abi_amd64.h $WORK/b091/abi_GOARCH.h
2025-08-20T23:03:26.2366994Z [00:02:11.520]➜  cd /root/.go/src/runtime/cgo
2025-08-20T23:03:26.2369081Z [00:02:11.520]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b091=>" -I $WORK/b091/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b091/asm_amd64.o ./asm_amd64.s
2025-08-20T23:03:26.2406274Z [00:02:11.524]➜  go tool pack r $WORK/b091/_pkg_.a $WORK/b091/asm_amd64.o $WORK/b091/preferlinkext $WORK/b091/_x001.o $WORK/b091/_x002.o $WORK/b091/_x003.o $WORK/b091/_x004.o $WORK/b091/_x005.o $WORK/b091/_x006.o $WORK/b091/_x007.o $WORK/b091/_x008.o $WORK/b091/_x009.o $WORK/b091/_x010.o $WORK/b091/_x011.o $WORK/b091/_x012.o $WORK/b091/_x013.o $WORK/b091/_x014.o # internal
2025-08-20T23:03:26.2410472Z [00:02:11.524]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T23:03:26.2423450Z [00:02:11.526]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T23:03:26.2432913Z [00:02:11.526]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/5c/5c230fb17c50f1f369f6cf2324bda3bc83a387e71d15ed95ac49085be7ce48f5-d # internal
2025-08-20T23:03:26.2448409Z [00:02:11.528]➜  go/token
2025-08-20T23:03:26.2449721Z [00:02:11.528]➜  mkdir -p $WORK/b076/
2025-08-20T23:03:26.2462534Z [00:02:11.528]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/68/6812a82e0383ec8777abb0082a0a148400258c6ffbb09aaa834eb64321b87b30-d # internal
2025-08-20T23:03:26.2463814Z [00:02:11.528]➜  cat >/tmp/go-build3700090427/b076/importcfg << 'EOF' # internal
2025-08-20T23:03:26.2465079Z [00:02:11.528]➜  # import config
2025-08-20T23:03:26.2466262Z [00:02:11.528]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:26.2467572Z [00:02:11.528]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:26.2468698Z [00:02:11.528]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:26.2469923Z [00:02:11.528]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:26.2471551Z [00:02:11.528]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:26.2472605Z [00:02:11.528]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:26.2473957Z [00:02:11.528]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:26.2475408Z [00:02:11.528]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:26.2476528Z [00:02:11.528]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:26.2477652Z [00:02:11.528]➜  EOF
2025-08-20T23:03:26.2478270Z [00:02:11.528]➜  go/doc/comment
2025-08-20T23:03:26.2478877Z [00:02:11.528]➜  mkdir -p $WORK/b079/
2025-08-20T23:03:26.2479653Z [00:02:11.528]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:26.2483064Z [00:02:11.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b076=>" -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/b076/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-20T23:03:26.2486261Z [00:02:11.528]➜  cat >/tmp/go-build3700090427/b079/importcfg << 'EOF' # internal
2025-08-20T23:03:26.2486939Z [00:02:11.528]➜  # import config
2025-08-20T23:03:26.2487588Z [00:02:11.528]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:26.2488392Z [00:02:11.528]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:26.2489191Z [00:02:11.528]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:26.2490182Z [00:02:11.528]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:26.2491305Z [00:02:11.528]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:26.2492221Z [00:02:11.528]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:26.2493074Z [00:02:11.528]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:26.2493964Z [00:02:11.528]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:26.2494637Z [00:02:11.528]➜  EOF
2025-08-20T23:03:26.2498830Z [00:02:11.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b079=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid 3KhzQTgrsD4Tef8PeR5s/3KhzQTgrsD4Tef8PeR5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/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-20T23:03:26.3862017Z [00:02:11.668]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix
2025-08-20T23:03:26.3864704Z [00:02:11.668]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/unix=>golang.org/x/sys@v0.34.0/unix;$WORK/b099=>" -I $WORK/b099/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b099/asm_linux_amd64.o ./asm_linux_amd64.s
2025-08-20T23:03:26.3952273Z [00:02:11.678]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T23:03:26.3957929Z [00:02:11.679]➜  go tool pack r $WORK/b099/_pkg_.a $WORK/b099/asm_linux_amd64.o # internal
2025-08-20T23:03:26.3972817Z [00:02:11.680]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T23:03:26.3998559Z [00:02:11.683]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/90/903a089b0dc856050f6f271e295b84bd90a00af75f2c32f38adaedb2974bc7d4-d # internal
2025-08-20T23:03:26.4015003Z [00:02:11.685]➜  go/scanner
2025-08-20T23:03:26.4032488Z [00:02:11.686]➜  mkdir -p $WORK/b075/
2025-08-20T23:03:26.4064252Z [00:02:11.690]➜  cat >/tmp/go-build3700090427/b075/importcfg << 'EOF' # internal
2025-08-20T23:03:26.4065671Z [00:02:11.690]➜  # import config
2025-08-20T23:03:26.4066498Z [00:02:11.690]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:26.4068625Z [00:02:11.690]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:26.4069590Z [00:02:11.690]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:26.4070399Z [00:02:11.690]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:26.4071278Z [00:02:11.690]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:26.4072121Z [00:02:11.690]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:26.4072938Z [00:02:11.690]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:26.4073802Z [00:02:11.690]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:26.4074664Z [00:02:11.690]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:26.4075292Z [00:02:11.690]➜  EOF
2025-08-20T23:03:26.4075741Z [00:02:11.690]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:26.4078801Z [00:02:11.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b075=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid gCa7Q6riZuWOqbrmIbTl/gCa7Q6riZuWOqbrmIbTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T23:03:26.4371985Z [00:02:11.718]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/82/82b1de35776326b134c7c4c79d17e57ba5b236135736217e63c3fe2e736cc521-d # internal
2025-08-20T23:03:26.4432148Z [00:02:11.726]➜  net
2025-08-20T23:03:26.4432785Z [00:02:11.726]➜  mkdir -p $WORK/b083/
2025-08-20T23:03:26.4453305Z [00:02:11.728]➜  echo -n > $WORK/b083/preferlinkext # internal
2025-08-20T23:03:26.4453989Z [00:02:11.729]➜  cd /root/.go/src/net
2025-08-20T23:03:26.4456177Z [00:02:11.729]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b083/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b083/ -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-20T23:03:26.4521501Z [00:02:11.735]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T23:03:26.4557236Z [00:02:11.739]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/94/94556c67af21580214117be07f7b9fa24ce93add292ddb59fbd396c6234dade9-d # internal
2025-08-20T23:03:26.4577165Z [00:02:11.741]➜  net/url
2025-08-20T23:03:26.4578818Z [00:02:11.741]➜  mkdir -p $WORK/b092/
2025-08-20T23:03:26.4597168Z [00:02:11.743]➜  cat >/tmp/go-build3700090427/b092/importcfg << 'EOF' # internal
2025-08-20T23:03:26.4598080Z [00:02:11.743]➜  # import config
2025-08-20T23:03:26.4598755Z [00:02:11.743]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:26.4599769Z [00:02:11.743]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:26.4600634Z [00:02:11.743]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:26.4601439Z [00:02:11.743]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:26.4602227Z [00:02:11.743]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:26.4603065Z [00:02:11.743]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:26.4603894Z [00:02:11.743]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:26.4604517Z [00:02:11.743]➜  EOF
2025-08-20T23:03:26.4634026Z [00:02:11.747]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:26.4638475Z [00:02:11.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b092=>" -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/b092/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T23:03:26.5564447Z [00:02:11.839]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T23:03:26.5586587Z [00:02:11.842]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/fb/fb19a107ad454bdb061785127bb93a4eb03ee07ad45697ff373820bcbc21dc47-d # internal
2025-08-20T23:03:26.5600072Z [00:02:11.843]➜  go/ast
2025-08-20T23:03:26.5612845Z [00:02:11.844]➜  mkdir -p $WORK/b074/
2025-08-20T23:03:26.5618942Z [00:02:11.845]➜  cat >/tmp/go-build3700090427/b074/importcfg << 'EOF' # internal
2025-08-20T23:03:26.5620196Z [00:02:11.845]➜  # import config
2025-08-20T23:03:26.5621055Z [00:02:11.845]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:26.5622510Z [00:02:11.845]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:26.5623792Z [00:02:11.845]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:26.5624903Z [00:02:11.845]➜  packagefile go/scanner=/tmp/go-build3700090427/b075/_pkg_.a
2025-08-20T23:03:26.5640711Z [00:02:11.845]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:26.5641575Z [00:02:11.845]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:26.5642359Z [00:02:11.845]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:26.5643151Z [00:02:11.845]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:26.5643968Z [00:02:11.845]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:26.5644796Z [00:02:11.845]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:26.5645641Z [00:02:11.845]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:26.5646491Z [00:02:11.845]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:26.5647179Z [00:02:11.845]➜  EOF
2025-08-20T23:03:26.5651676Z [00:02:11.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b074=>" -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/b074/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-20T23:03:26.7017742Z [00:02:11.985]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T23:03:26.7034880Z [00:02:11.987]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/b1/b179c19080fbb5f1973e911dfe72cf3969b729b40e6f6ef6b45609eea8509886-d # internal
2025-08-20T23:03:26.7055546Z [00:02:11.987]➜  text/template/parse
2025-08-20T23:03:26.7056347Z [00:02:11.987]➜  mkdir -p $WORK/b095/
2025-08-20T23:03:26.7057280Z [00:02:11.987]➜  cat >/tmp/go-build3700090427/b095/importcfg << 'EOF' # internal
2025-08-20T23:03:26.7057964Z [00:02:11.987]➜  # import config
2025-08-20T23:03:26.7058634Z [00:02:11.988]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:26.7060470Z [00:02:11.988]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:26.7061328Z [00:02:11.988]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:26.7062127Z [00:02:11.988]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:26.7062921Z [00:02:11.988]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:26.7063718Z [00:02:11.988]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:26.7064524Z [00:02:11.988]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:26.7065158Z [00:02:11.988]➜  EOF
2025-08-20T23:03:26.7068672Z [00:02:11.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b095=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid iLaawt6vnKFXhBlutn6m/iLaawt6vnKFXhBlutn6m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/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-20T23:03:26.7143011Z [00:02:11.997]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T23:03:26.7229697Z [00:02:12.006]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/dd/dd81ad94792162414079265dbb32fd9555378cbea60961a37b547620341afafd-d # internal
2025-08-20T23:03:26.7235405Z [00:02:12.007]➜  github.com/mattn/go-isatty
2025-08-20T23:03:26.7238519Z [00:02:12.007]➜  mkdir -p $WORK/b098/
2025-08-20T23:03:26.7246842Z [00:02:12.008]➜  cat >/tmp/go-build3700090427/b098/importcfg << 'EOF' # internal
2025-08-20T23:03:26.7249297Z [00:02:12.008]➜  # import config
2025-08-20T23:03:26.7250829Z [00:02:12.008]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:03:26.7253917Z [00:02:12.008]➜  EOF
2025-08-20T23:03:26.7276102Z [00:02:12.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b098=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid UpLHkAC7o0KOp26OnY30/UpLHkAC7o0KOp26OnY30 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/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-20T23:03:26.7725556Z [00:02:12.056]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T23:03:26.7732789Z [00:02:12.056]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/c4/c4f0ab090ca7a1b3309901fa7a28be9295807b822425541b09073132a7b3229b-d # internal
2025-08-20T23:03:26.7737984Z [00:02:12.057]➜  github.com/mattn/go-colorable
2025-08-20T23:03:26.7738641Z [00:02:12.057]➜  mkdir -p $WORK/b097/
2025-08-20T23:03:26.7764068Z [00:02:12.060]➜  cat >/tmp/go-build3700090427/b097/importcfg << 'EOF' # internal
2025-08-20T23:03:26.7767278Z [00:02:12.060]➜  # import config
2025-08-20T23:03:26.7767993Z [00:02:12.060]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:26.7768985Z [00:02:12.060]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3700090427/b098/_pkg_.a
2025-08-20T23:03:26.7770123Z [00:02:12.060]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:26.7770906Z [00:02:12.060]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:26.7771485Z [00:02:12.060]➜  EOF
2025-08-20T23:03:26.7775455Z [00:02:12.060]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13=>github.com/mattn/go-colorable@v0.1.13;$WORK/b097=>" -p github.com/mattn/go-colorable -lang=go1.15 -complete -installsuffix shared -buildid lAE1RJkv6EAAtMzk7f8J/lAE1RJkv6EAAtMzk7f8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13/colorable_others.go /root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.13/noncolorable.go
2025-08-20T23:03:26.8130912Z [00:02:12.096]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T23:03:26.8202978Z [00:02:12.103]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/66/6645a5ea702381c49bc1c5502b5eb4c37fc2736ad1d8c34f757ad0b95beadbe9-d # internal
2025-08-20T23:03:26.8221173Z [00:02:12.105]➜  github.com/fatih/color
2025-08-20T23:03:26.8224117Z [00:02:12.106]➜  mkdir -p $WORK/b096/
2025-08-20T23:03:26.8238056Z [00:02:12.106]➜  cat >/tmp/go-build3700090427/b096/importcfg << 'EOF' # internal
2025-08-20T23:03:26.8238815Z [00:02:12.106]➜  # import config
2025-08-20T23:03:26.8239630Z [00:02:12.106]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:26.8240737Z [00:02:12.106]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3700090427/b097/_pkg_.a
2025-08-20T23:03:26.8241919Z [00:02:12.106]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3700090427/b098/_pkg_.a
2025-08-20T23:03:26.8244479Z [00:02:12.108]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:26.8245847Z [00:02:12.108]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:26.8246910Z [00:02:12.108]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:26.8248039Z [00:02:12.108]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:26.8248976Z [00:02:12.108]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:26.8260845Z [00:02:12.108]➜  EOF
2025-08-20T23:03:26.8264847Z [00:02:12.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/color@v1.18.0=>github.com/fatih/color@v1.18.0;$WORK/b096=>" -p github.com/fatih/color -lang=go1.17 -complete -installsuffix shared -buildid EdPzZBc9oXns8AH9e7s2/EdPzZBc9oXns8AH9e7s2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b096/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-20T23:03:26.9626855Z [00:02:12.246]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T23:03:26.9647464Z [00:02:12.248]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/be/be1d9f873a50dfc0d337dd5fc4a55e669ad62ae8cf4232168d3c1b847722cc08-d # internal
2025-08-20T23:03:26.9655549Z [00:02:12.249]➜  compress/flate
2025-08-20T23:03:26.9656072Z [00:02:12.249]➜  mkdir -p $WORK/b104/
2025-08-20T23:03:26.9666339Z [00:02:12.250]➜  cat >/tmp/go-build3700090427/b104/importcfg << 'EOF' # internal
2025-08-20T23:03:26.9667439Z [00:02:12.250]➜  # import config
2025-08-20T23:03:26.9668301Z [00:02:12.250]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:26.9669202Z [00:02:12.250]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:26.9670192Z [00:02:12.250]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:26.9670991Z [00:02:12.250]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:26.9671749Z [00:02:12.250]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:26.9672530Z [00:02:12.250]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:26.9673297Z [00:02:12.250]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:26.9674063Z [00:02:12.250]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:26.9674819Z [00:02:12.250]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:26.9675369Z [00:02:12.250]➜  EOF
2025-08-20T23:03:26.9689657Z [00:02:12.250]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b104=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid lu9wJols6mZhiIWbtWKV/lu9wJols6mZhiIWbtWKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/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-20T23:03:27.0621308Z [00:02:12.345]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T23:03:27.0668814Z [00:02:12.350]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/ae/ae9a0621f6fde77d467410d5f5eb272519921568672f4da4250ac6f9f4f196e5-d # internal
2025-08-20T23:03:27.0670489Z [00:02:12.350]➜  text/template
2025-08-20T23:03:27.0670971Z [00:02:12.350]➜  mkdir -p $WORK/b094/
2025-08-20T23:03:27.0676000Z [00:02:12.351]➜  cat >/tmp/go-build3700090427/b094/importcfg << 'EOF' # internal
2025-08-20T23:03:27.0677126Z [00:02:12.351]➜  # import config
2025-08-20T23:03:27.0677926Z [00:02:12.351]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.0678702Z [00:02:12.351]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:27.0679723Z [00:02:12.351]➜  packagefile internal/fmtsort=/tmp/go-build3700090427/b050/_pkg_.a
2025-08-20T23:03:27.0680535Z [00:02:12.351]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:27.0681273Z [00:02:12.351]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:27.0682024Z [00:02:12.351]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:27.0682787Z [00:02:12.351]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:27.0683614Z [00:02:12.351]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:27.0684412Z [00:02:12.351]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:27.0685285Z [00:02:12.351]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:27.0686501Z [00:02:12.351]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:27.0687394Z [00:02:12.351]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:27.0694895Z [00:02:12.351]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:27.0695730Z [00:02:12.351]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:27.0696608Z [00:02:12.351]➜  packagefile text/template/parse=/tmp/go-build3700090427/b095/_pkg_.a
2025-08-20T23:03:27.0697507Z [00:02:12.351]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:27.0698388Z [00:02:12.351]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:27.0699049Z [00:02:12.351]➜  EOF
2025-08-20T23:03:27.0703333Z [00:02:12.351]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b094=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid ypanQPsal6bRcI3odVa5/ypanQPsal6bRcI3odVa5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/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-20T23:03:27.0760714Z [00:02:12.359]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T23:03:27.0824657Z [00:02:12.366]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/da/da5c7608bdb2cdc008bd60e501aee663ca80363496f46c569cf1b40831b289e4-d # internal
2025-08-20T23:03:27.0832896Z [00:02:12.366]➜  go/doc
2025-08-20T23:03:27.0836266Z [00:02:12.367]➜  mkdir -p $WORK/b073/
2025-08-20T23:03:27.0844860Z [00:02:12.368]➜  cat >/tmp/go-build3700090427/b073/importcfg << 'EOF' # internal
2025-08-20T23:03:27.0845827Z [00:02:12.368]➜  # import config
2025-08-20T23:03:27.0846600Z [00:02:12.368]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:27.0847432Z [00:02:12.368]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:27.0848193Z [00:02:12.368]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:27.0849520Z [00:02:12.368]➜  packagefile go/doc/comment=/tmp/go-build3700090427/b079/_pkg_.a
2025-08-20T23:03:27.0850356Z [00:02:12.368]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:27.0851226Z [00:02:12.368]➜  packagefile internal/lazyregexp=/tmp/go-build3700090427/b080/_pkg_.a
2025-08-20T23:03:27.0852106Z [00:02:12.368]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:27.0852928Z [00:02:12.368]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:27.0853729Z [00:02:12.368]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:27.0854538Z [00:02:12.368]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:27.0855322Z [00:02:12.368]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:27.0856052Z [00:02:12.368]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:27.0856764Z [00:02:12.368]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:27.0857433Z [00:02:12.368]➜  EOF
2025-08-20T23:03:27.0874749Z [00:02:12.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b073=>" -p go/doc -lang=go1.25 -std -complete -installsuffix shared -buildid -_26vMdFuHl3uWHR4aBX/-_26vMdFuHl3uWHR4aBX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/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-20T23:03:27.1825273Z [00:02:12.465]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T23:03:27.1861914Z [00:02:12.469]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/cb/cb62df39b94cbf5f4fd66e857d11f994f7f846fc128dea5432b97012aef87e68-d # internal
2025-08-20T23:03:27.1868266Z [00:02:12.470]➜  compress/gzip
2025-08-20T23:03:27.1873796Z [00:02:12.470]➜  mkdir -p $WORK/b103/
2025-08-20T23:03:27.1874632Z [00:02:12.470]➜  cat >/tmp/go-build3700090427/b103/importcfg << 'EOF' # internal
2025-08-20T23:03:27.1875323Z [00:02:12.470]➜  # import config
2025-08-20T23:03:27.1875990Z [00:02:12.470]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:27.1876874Z [00:02:12.470]➜  packagefile compress/flate=/tmp/go-build3700090427/b104/_pkg_.a
2025-08-20T23:03:27.1877832Z [00:02:12.470]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:27.1878716Z [00:02:12.470]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.1879702Z [00:02:12.470]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:27.1880550Z [00:02:12.470]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:03:27.1881427Z [00:02:12.470]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:27.1882234Z [00:02:12.470]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:27.1882861Z [00:02:12.470]➜  EOF
2025-08-20T23:03:27.1887048Z [00:02:12.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b103=>" -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/b103/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T23:03:27.2461821Z [00:02:12.526]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T23:03:27.2466819Z [00:02:12.530]➜  cd $WORK/b083
2025-08-20T23:03:27.2471604Z [00:02:12.530]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I $WORK/b083/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b083/_x001.o -c _cgo_export.c
2025-08-20T23:03:27.2474863Z [00:02:12.530]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/b3/b3d01eff872d1061af7a6268f67170d50a1e8efb8d87f7700b66075164e92476-d # internal
2025-08-20T23:03:27.2492112Z [00:02:12.532]➜  github.com/google/pprof/profile
2025-08-20T23:03:27.2495792Z [00:02:12.533]➜  mkdir -p $WORK/b102/
2025-08-20T23:03:27.2517234Z [00:02:12.535]➜  cat >/tmp/go-build3700090427/b102/importcfg << 'EOF' # internal
2025-08-20T23:03:27.2522802Z [00:02:12.535]➜  # import config
2025-08-20T23:03:27.2523445Z [00:02:12.535]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:27.2524211Z [00:02:12.535]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:27.2525024Z [00:02:12.535]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:27.2525927Z [00:02:12.535]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:27.2526783Z [00:02:12.535]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.2527567Z [00:02:12.535]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:27.2528312Z [00:02:12.535]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:27.2529071Z [00:02:12.535]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:27.2530116Z [00:02:12.535]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:27.2531033Z [00:02:12.535]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:27.2531821Z [00:02:12.535]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:27.2532590Z [00:02:12.535]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:27.2533351Z [00:02:12.535]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:27.2534353Z [00:02:12.535]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:27.2535089Z [00:02:12.535]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:27.2535650Z [00:02:12.535]➜  EOF
2025-08-20T23:03:27.2536823Z [00:02:12.535]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:27.2546873Z [00:02:12.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240227163752-401108e1b7e7/profile=>github.com/google/pprof@v0.0.0-20240227163752-401108e1b7e7/profile;$WORK/b102=>" -p github.com/google/pprof/profile -lang=go1.19 -complete -installsuffix shared -buildid hGW5hczM7PVbYd4BrHdf/hGW5hczM7PVbYd4BrHdf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240227163752-401108e1b7e7/profile/encode.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240227163752-401108e1b7e7/profile/filter.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240227163752-401108e1b7e7/profile/index.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240227163752-401108e1b7e7/profile/legacy_java_profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240227163752-401108e1b7e7/profile/legacy_profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240227163752-401108e1b7e7/profile/merge.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240227163752-401108e1b7e7/profile/profile.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240227163752-401108e1b7e7/profile/proto.go /root/go/pkg/mod/github.com/google/pprof@v0.0.0-20240227163752-401108e1b7e7/profile/prune.go
2025-08-20T23:03:27.2752440Z [00:02:12.558]➜  cd $WORK/b083
2025-08-20T23:03:27.2757147Z [00:02:12.559]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I $WORK/b083/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b083/_x002.o -c cgo_linux.cgo2.c
2025-08-20T23:03:27.3104017Z [00:02:12.593]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I $WORK/b083/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b083/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T23:03:27.3511809Z [00:02:12.634]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I $WORK/b083/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b083/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T23:03:27.4188427Z [00:02:12.702]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I $WORK/b083/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b083/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T23:03:27.4385772Z [00:02:12.722]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T23:03:27.4465291Z [00:02:12.730]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/20/208e57b5a8b70515e39fd667b6ad892ce1f93691c1a50fa6b74f3120585c0796-d # internal
2025-08-20T23:03:27.4468754Z [00:02:12.730]➜  crypto/internal/randutil
2025-08-20T23:03:27.4473862Z [00:02:12.731]➜  mkdir -p $WORK/b130/
2025-08-20T23:03:27.4482820Z [00:02:12.731]➜  cat >/tmp/go-build3700090427/b130/importcfg << 'EOF' # internal
2025-08-20T23:03:27.4488080Z [00:02:12.732]➜  # import config
2025-08-20T23:03:27.4488746Z [00:02:12.732]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:27.4490132Z [00:02:12.732]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:03:27.4490811Z [00:02:12.732]➜  EOF
2025-08-20T23:03:27.4491293Z [00:02:12.732]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:27.4499718Z [00:02:12.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b130=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid _LRhhiq8CBtsB7r7ckZx/_LRhhiq8CBtsB7r7ckZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T23:03:27.4695854Z [00:02:12.753]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T23:03:27.4708340Z [00:02:12.753]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/fc/fcda4929577983205113835be267785e1283b19f36bcf041335af2981fdad11d-d # internal
2025-08-20T23:03:27.4709847Z [00:02:12.754]➜  crypto/internal/fips140/drbg
2025-08-20T23:03:27.4710398Z [00:02:12.754]➜  mkdir -p $WORK/b127/
2025-08-20T23:03:27.4742139Z [00:02:12.757]➜  cat >/tmp/go-build3700090427/b127/importcfg << 'EOF' # internal
2025-08-20T23:03:27.4744673Z [00:02:12.757]➜  # import config
2025-08-20T23:03:27.4745335Z [00:02:12.757]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:27.4746227Z [00:02:12.757]➜  packagefile crypto/internal/entropy=/tmp/go-build3700090427/b128/_pkg_.a
2025-08-20T23:03:27.4747262Z [00:02:12.757]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:27.4748280Z [00:02:12.757]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3700090427/b113/_pkg_.a
2025-08-20T23:03:27.4749287Z [00:02:12.757]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:27.4750575Z [00:02:12.757]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:03:27.4751702Z [00:02:12.757]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:27.4752787Z [00:02:12.757]➜  packagefile crypto/internal/randutil=/tmp/go-build3700090427/b130/_pkg_.a
2025-08-20T23:03:27.4754033Z [00:02:12.757]➜  packagefile crypto/internal/sysrand=/tmp/go-build3700090427/b129/_pkg_.a
2025-08-20T23:03:27.4754873Z [00:02:12.757]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.4755592Z [00:02:12.757]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:27.4756329Z [00:02:12.757]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:27.4757084Z [00:02:12.757]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:27.4757628Z [00:02:12.757]➜  EOF
2025-08-20T23:03:27.4764708Z [00:02:12.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b127=>" -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/b127/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-20T23:03:27.5010952Z [00:02:12.784]➜  cd $WORK/b083
2025-08-20T23:03:27.5015826Z [00:02:12.784]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I $WORK/b083/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b083/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T23:03:27.5271859Z [00:02:12.808]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T23:03:27.5308143Z [00:02:12.814]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T23:03:27.5322289Z [00:02:12.815]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/d8/d88ffc3228d0ba0a1afebf28c5478b900c9f99772ffe075c0c35739f7e4a5dbc-d # internal
2025-08-20T23:03:27.5339855Z [00:02:12.817]➜  crypto/internal/fips140/aes/gcm
2025-08-20T23:03:27.5348066Z [00:02:12.817]➜  mkdir -p $WORK/b126/
2025-08-20T23:03:27.5348672Z [00:02:12.817]➜  echo -n > $WORK/b126/go_asm.h # internal
2025-08-20T23:03:27.5350868Z [00:02:12.817]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T23:03:27.5353468Z [00:02:12.817]➜  /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/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b126/symabis ./gcm_amd64.s
2025-08-20T23:03:27.5374759Z [00:02:12.821]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/55/55a31bc16f925b41d7970c28df2bbf764af8a7cca35f85b99491921cdb741eb4-d # internal
2025-08-20T23:03:27.5376531Z [00:02:12.821]➜  crypto/internal/fips140only
2025-08-20T23:03:27.5380052Z [00:02:12.821]➜  mkdir -p $WORK/b132/
2025-08-20T23:03:27.5382777Z [00:02:12.821]➜  cat >/tmp/go-build3700090427/b132/importcfg << 'EOF' # internal
2025-08-20T23:03:27.5383519Z [00:02:12.821]➜  # import config
2025-08-20T23:03:27.5384375Z [00:02:12.821]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3700090427/b127/_pkg_.a
2025-08-20T23:03:27.5385637Z [00:02:12.821]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3700090427/b119/_pkg_.a
2025-08-20T23:03:27.5386842Z [00:02:12.821]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3700090427/b123/_pkg_.a
2025-08-20T23:03:27.5388004Z [00:02:12.821]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3700090427/b125/_pkg_.a
2025-08-20T23:03:27.5389004Z [00:02:12.821]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:27.5390115Z [00:02:12.821]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:27.5391035Z [00:02:12.821]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:27.5391695Z [00:02:12.821]➜  EOF
2025-08-20T23:03:27.5392190Z [00:02:12.821]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:27.5395847Z [00:02:12.821]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b132=>" -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/b132/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T23:03:27.5452569Z [00:02:12.828]➜  cat >/tmp/go-build3700090427/b126/importcfg << 'EOF' # internal
2025-08-20T23:03:27.5484562Z [00:02:12.828]➜  # import config
2025-08-20T23:03:27.5485385Z [00:02:12.828]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:27.5486487Z [00:02:12.828]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3700090427/b113/_pkg_.a
2025-08-20T23:03:27.5487653Z [00:02:12.828]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3700090427/b116/_pkg_.a
2025-08-20T23:03:27.5488826Z [00:02:12.828]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:27.5490186Z [00:02:12.828]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3700090427/b127/_pkg_.a
2025-08-20T23:03:27.5491381Z [00:02:12.828]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:03:27.5492697Z [00:02:12.828]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:27.5493928Z [00:02:12.828]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3700090427/b121/_pkg_.a
2025-08-20T23:03:27.5495017Z [00:02:12.828]➜  packagefile crypto/internal/impl=/tmp/go-build3700090427/b122/_pkg_.a
2025-08-20T23:03:27.5495958Z [00:02:12.828]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.5497107Z [00:02:12.828]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:27.5497809Z [00:02:12.828]➜  EOF
2025-08-20T23:03:27.5504727Z [00:02:12.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b126=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid 4tWNDO2ebyM7gQMWiRTJ/4tWNDO2ebyM7gQMWiRTJ -goversion go1.25.0 -symabis $WORK/b126/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack -asmhdr $WORK/b126/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-20T23:03:27.5696728Z [00:02:12.853]➜  cd $WORK/b083
2025-08-20T23:03:27.5701679Z [00:02:12.853]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -I $WORK/b083/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=sZ2VO8qLHWvO7b3fWvkM -o $WORK/b083/_cgo_main.o -c _cgo_main.c
2025-08-20T23:03:27.5885768Z [00:02:12.872]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T23:03:27.5893985Z [00:02:12.872]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/fe/fe018016f0b5a0e59332ad1304ea15a8ab92b0d07f6d83556e1d5120437fb86e-d # internal
2025-08-20T23:03:27.5908430Z [00:02:12.873]➜  math/rand
2025-08-20T23:03:27.5908928Z [00:02:12.873]➜  mkdir -p $WORK/b136/
2025-08-20T23:03:27.5909887Z [00:02:12.873]➜  cat >/tmp/go-build3700090427/b136/importcfg << 'EOF' # internal
2025-08-20T23:03:27.5910613Z [00:02:12.873]➜  # import config
2025-08-20T23:03:27.5911384Z [00:02:12.873]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:27.5912643Z [00:02:12.873]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:27.5913467Z [00:02:12.873]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:27.5914308Z [00:02:12.874]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:27.5914971Z [00:02:12.874]➜  EOF
2025-08-20T23:03:27.5915449Z [00:02:12.874]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:27.5919138Z [00:02:12.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b136=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid IdCcwEfHNes69rENPqub/IdCcwEfHNes69rENPqub -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/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-20T23:03:27.6321168Z [00:02:12.915]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -o $WORK/b083/_cgo_.o $WORK/b083/_cgo_main.o $WORK/b083/preferlinkext $WORK/b083/_x001.o $WORK/b083/_x002.o $WORK/b083/_x003.o $WORK/b083/_x004.o $WORK/b083/_x005.o $WORK/b083/_x006.o -O2 -g -lresolv
2025-08-20T23:03:27.6636128Z [00:02:12.947]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T23:03:27.6639851Z [00:02:12.947]➜  /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/b126=>" -I $WORK/b126/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b126/gcm_amd64.o ./gcm_amd64.s
2025-08-20T23:03:27.6926181Z [00:02:12.976]➜  go tool pack r $WORK/b126/_pkg_.a $WORK/b126/gcm_amd64.o # internal
2025-08-20T23:03:27.6930900Z [00:02:12.976]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T23:03:27.6980139Z [00:02:12.981]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/d1/d1981a63e6abbe17adce83ff1228a60e99776d57fe07c55c2c78176b607fcf46-d # internal
2025-08-20T23:03:27.7014474Z [00:02:12.985]➜  crypto/cipher
2025-08-20T23:03:27.7021240Z [00:02:12.985]➜  mkdir -p $WORK/b112/
2025-08-20T23:03:27.7021977Z [00:02:12.985]➜  cat >/tmp/go-build3700090427/b112/importcfg << 'EOF' # internal
2025-08-20T23:03:27.7022657Z [00:02:12.985]➜  # import config
2025-08-20T23:03:27.7023314Z [00:02:12.985]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:27.7024294Z [00:02:12.985]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3700090427/b113/_pkg_.a
2025-08-20T23:03:27.7025399Z [00:02:12.985]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3700090427/b126/_pkg_.a
2025-08-20T23:03:27.7026559Z [00:02:12.985]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3700090427/b116/_pkg_.a
2025-08-20T23:03:27.7027680Z [00:02:12.985]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:27.7028728Z [00:02:12.985]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:27.7029821Z [00:02:12.985]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.7030747Z [00:02:12.985]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:27.7031672Z [00:02:12.985]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:27.7061069Z [00:02:12.985]➜  EOF
2025-08-20T23:03:27.7061598Z [00:02:12.989]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:27.7065979Z [00:02:12.989]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b112=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid o0K3q3km1NpVu9UlVhNm/o0K3q3km1NpVu9UlVhNm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/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-20T23:03:27.7153999Z [00:02:12.999]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T23:03:27.7194747Z [00:02:13.003]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/d6/d6167c1fbe235e4f6aca895c25d9174035249f1f06eae1fa10cc23f56b62cb84-d # internal
2025-08-20T23:03:27.7216646Z [00:02:13.005]➜  math/big
2025-08-20T23:03:27.7228158Z [00:02:13.006]➜  mkdir -p $WORK/b135/
2025-08-20T23:03:27.7230322Z [00:02:13.006]➜  echo -n > $WORK/b135/go_asm.h # internal
2025-08-20T23:03:27.7231480Z [00:02:13.006]➜  cd /root/.go/src/math/big
2025-08-20T23:03:27.7235226Z [00:02:13.006]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b135=>" -I $WORK/b135/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b135/symabis ./arith_amd64.s
2025-08-20T23:03:27.7318818Z [00:02:13.015]➜  cat >/tmp/go-build3700090427/b135/importcfg << 'EOF' # internal
2025-08-20T23:03:27.7324847Z [00:02:13.015]➜  # import config
2025-08-20T23:03:27.7325521Z [00:02:13.015]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:27.7326313Z [00:02:13.015]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.7327118Z [00:02:13.015]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:27.7328006Z [00:02:13.015]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:27.7328935Z [00:02:13.015]➜  packagefile internal/cpu=/tmp/go-build3700090427/b012/_pkg_.a
2025-08-20T23:03:27.7330056Z [00:02:13.015]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:27.7330807Z [00:02:13.015]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:27.7331901Z [00:02:13.015]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:27.7332728Z [00:02:13.015]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:27.7333565Z [00:02:13.015]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:27.7334375Z [00:02:13.015]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:27.7335188Z [00:02:13.015]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:27.7335956Z [00:02:13.015]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:27.7336540Z [00:02:13.015]➜  EOF
2025-08-20T23:03:27.7343348Z [00:02:13.017]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:27.7354045Z [00:02:13.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b135=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid JofwGRdBClRX1fvGbU-v/JofwGRdBClRX1fvGbU-v -goversion go1.25.0 -symabis $WORK/b135/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack -asmhdr $WORK/b135/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-20T23:03:27.7530129Z [00:02:13.036]➜  gcc -I /root/.go/src/net -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b083=/tmp/go-build -gno-record-gcc-switches -o $WORK/b083/_cgo_.o $WORK/b083/_cgo_main.o $WORK/b083/preferlinkext $WORK/b083/_x001.o $WORK/b083/_x002.o $WORK/b083/_x003.o $WORK/b083/_x004.o $WORK/b083/_x005.o $WORK/b083/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T23:03:27.7544992Z [00:02:13.036]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage net -dynimport $WORK/b083/_cgo_.o -dynout $WORK/b083/_cgo_import.go
2025-08-20T23:03:27.7585666Z [00:02:13.042]➜  cat >/tmp/go-build3700090427/b083/importcfg << 'EOF' # internal
2025-08-20T23:03:27.7586917Z [00:02:13.042]➜  # import config
2025-08-20T23:03:27.7588903Z [00:02:13.042]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T23:03:27.7590071Z [00:02:13.042]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:27.7590867Z [00:02:13.042]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:27.7591674Z [00:02:13.042]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.7592687Z [00:02:13.042]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3700090427/b085/_pkg_.a
2025-08-20T23:03:27.7594008Z [00:02:13.042]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:27.7594921Z [00:02:13.042]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:27.7596111Z [00:02:13.042]➜  packagefile internal/itoa=/tmp/go-build3700090427/b052/_pkg_.a
2025-08-20T23:03:27.7597043Z [00:02:13.042]➜  packagefile internal/nettrace=/tmp/go-build3700090427/b086/_pkg_.a
2025-08-20T23:03:27.7598163Z [00:02:13.042]➜  packagefile internal/poll=/tmp/go-build3700090427/b062/_pkg_.a
2025-08-20T23:03:27.7599114Z [00:02:13.042]➜  packagefile internal/singleflight=/tmp/go-build3700090427/b087/_pkg_.a
2025-08-20T23:03:27.7600334Z [00:02:13.042]➜  packagefile internal/stringslite=/tmp/go-build3700090427/b032/_pkg_.a
2025-08-20T23:03:27.7601887Z [00:02:13.042]➜  packagefile internal/syscall/unix=/tmp/go-build3700090427/b063/_pkg_.a
2025-08-20T23:03:27.7602868Z [00:02:13.042]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:27.7603695Z [00:02:13.042]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:27.7604482Z [00:02:13.042]➜  packagefile net/netip=/tmp/go-build3700090427/b088/_pkg_.a
2025-08-20T23:03:27.7605124Z [00:02:13.042]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:27.7605822Z [00:02:13.042]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:27.7606591Z [00:02:13.042]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:27.7607335Z [00:02:13.042]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:27.7608035Z [00:02:13.042]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:27.7609127Z [00:02:13.042]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:27.7610229Z [00:02:13.042]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:27.7611025Z [00:02:13.042]➜  packagefile runtime/cgo=/tmp/go-build3700090427/b091/_pkg_.a
2025-08-20T23:03:27.7611650Z [00:02:13.042]➜  EOF
2025-08-20T23:03:27.7627905Z [00:02:13.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b083=>" -p net -lang=go1.25 -std -installsuffix shared -buildid sZ2VO8qLHWvO7b3fWvkM/sZ2VO8qLHWvO7b3fWvkM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/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/b083/_cgo_gotypes.go $WORK/b083/cgo_linux.cgo1.go $WORK/b083/cgo_resnew.cgo1.go $WORK/b083/cgo_socknew.cgo1.go $WORK/b083/cgo_unix_cgo.cgo1.go $WORK/b083/cgo_unix_cgo_res.cgo1.go $WORK/b083/_cgo_import.go
2025-08-20T23:03:27.7822934Z [00:02:13.065]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T23:03:27.7880136Z [00:02:13.071]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/f5/f58a098e5e22a9abcdcea027f77dfb392367a799265951e49079629776949061-d # internal
2025-08-20T23:03:27.7893423Z [00:02:13.072]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T23:03:27.7896617Z [00:02:13.073]➜  mkdir -p $WORK/b143/
2025-08-20T23:03:27.7904972Z [00:02:13.074]➜  cat >/tmp/go-build3700090427/b143/importcfg << 'EOF' # internal
2025-08-20T23:03:27.7906844Z [00:02:13.074]➜  # import config
2025-08-20T23:03:27.7907955Z [00:02:13.074]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:27.7909772Z [00:02:13.074]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:03:27.7911039Z [00:02:13.074]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.7912212Z [00:02:13.074]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:27.7913736Z [00:02:13.074]➜  EOF
2025-08-20T23:03:27.7923043Z [00:02:13.074]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b143=>" -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/b143/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-20T23:03:27.8180769Z [00:02:13.100]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T23:03:27.8187286Z [00:02:13.102]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/bc/bce84b5643684eb4e918943ce32ab07e865e819d2e645d0acd34fce738d6a4f7-d # internal
2025-08-20T23:03:27.8193468Z [00:02:13.102]➜  crypto/internal/boring
2025-08-20T23:03:27.8194048Z [00:02:13.102]➜  mkdir -p $WORK/b110/
2025-08-20T23:03:27.8197754Z [00:02:13.103]➜  cat >/tmp/go-build3700090427/b110/importcfg << 'EOF' # internal
2025-08-20T23:03:27.8203385Z [00:02:13.103]➜  # import config
2025-08-20T23:03:27.8204073Z [00:02:13.103]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:27.8204982Z [00:02:13.103]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:27.8206003Z [00:02:13.103]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3700090427/b134/_pkg_.a
2025-08-20T23:03:27.8206947Z [00:02:13.103]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:27.8207524Z [00:02:13.103]➜  EOF
2025-08-20T23:03:27.8211091Z [00:02:13.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b110=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid W3zLiifb2SZOjBXz5Ugx/W3zLiifb2SZOjBXz5Ugx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T23:03:27.8417552Z [00:02:13.125]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T23:03:27.8432359Z [00:02:13.126]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/21/218cf35c4ded279c8ffd329e9deaeed9c22d44444e8f0dbe0226e594c32e9258-d # internal
2025-08-20T23:03:27.8433528Z [00:02:13.126]➜  crypto/aes
2025-08-20T23:03:27.8437554Z [00:02:13.126]➜  mkdir -p $WORK/b138/
2025-08-20T23:03:27.8460504Z [00:02:13.127]➜  cat >/tmp/go-build3700090427/b138/importcfg << 'EOF' # internal
2025-08-20T23:03:27.8463427Z [00:02:13.127]➜  # import config
2025-08-20T23:03:27.8464192Z [00:02:13.127]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:27.8465262Z [00:02:13.127]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:03:27.8466398Z [00:02:13.127]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3700090427/b113/_pkg_.a
2025-08-20T23:03:27.8467394Z [00:02:13.127]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:27.8468036Z [00:02:13.127]➜  EOF
2025-08-20T23:03:27.8470917Z [00:02:13.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b138=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid diuGuXsZc3J5Dik1QbrO/diuGuXsZc3J5Dik1QbrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T23:03:27.8553543Z [00:02:13.138]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T23:03:27.8559563Z [00:02:13.139]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/45/4560f6707a99ea99c7c921edfecb487d903706ea47866805fb63c9e71afbe69a-d # internal
2025-08-20T23:03:27.8560730Z [00:02:13.139]➜  crypto/des
2025-08-20T23:03:27.8561457Z [00:02:13.139]➜  mkdir -p $WORK/b139/
2025-08-20T23:03:27.8564747Z [00:02:13.140]➜  cat >/tmp/go-build3700090427/b139/importcfg << 'EOF' # internal
2025-08-20T23:03:27.8566588Z [00:02:13.140]➜  # import config
2025-08-20T23:03:27.8567715Z [00:02:13.140]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:27.8570903Z [00:02:13.140]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3700090427/b116/_pkg_.a
2025-08-20T23:03:27.8572733Z [00:02:13.140]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:27.8575969Z [00:02:13.140]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.8576938Z [00:02:13.140]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:27.8577879Z [00:02:13.140]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:27.8579043Z [00:02:13.140]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:27.8579847Z [00:02:13.140]➜  EOF
2025-08-20T23:03:27.8582997Z [00:02:13.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b139=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid ndYjqEuglbAPKXBV7bdO/ndYjqEuglbAPKXBV7bdO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/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-20T23:03:27.8933762Z [00:02:13.176]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T23:03:27.8952911Z [00:02:13.178]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/c4/c431769c6541c6d6ae9d3eb5ae089332700228499a65007d261155420ece1702-d # internal
2025-08-20T23:03:27.8958343Z [00:02:13.178]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T23:03:27.8959018Z [00:02:13.178]➜  mkdir -p $WORK/b144/
2025-08-20T23:03:27.8959800Z [00:02:13.178]➜  echo -n > $WORK/b144/go_asm.h # internal
2025-08-20T23:03:27.8960618Z [00:02:13.178]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T23:03:27.8963597Z [00:02:13.178]➜  /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/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b144/symabis ./fe_amd64.s
2025-08-20T23:03:27.8987208Z [00:02:13.182]➜  cat >/tmp/go-build3700090427/b144/importcfg << 'EOF' # internal
2025-08-20T23:03:27.8991383Z [00:02:13.182]➜  # import config
2025-08-20T23:03:27.8992141Z [00:02:13.182]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:27.8993388Z [00:02:13.182]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:03:27.8994457Z [00:02:13.182]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:27.8995368Z [00:02:13.182]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.8996113Z [00:02:13.182]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:27.8996670Z [00:02:13.182]➜  EOF
2025-08-20T23:03:27.8997083Z [00:02:13.182]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:27.9001775Z [00:02:13.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b144=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -installsuffix shared -buildid e_GAB4rhbgWoyM3MCIOm/e_GAB4rhbgWoyM3MCIOm -goversion go1.25.0 -symabis $WORK/b144/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack -asmhdr $WORK/b144/go_asm.h /root/.go/src/crypto/internal/fips140/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-20T23:03:27.9568014Z [00:02:13.240]➜  cd /root/.go/src/crypto/internal/fips140/edwards25519/field
2025-08-20T23:03:27.9573467Z [00:02:13.240]➜  /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/b144=>" -I $WORK/b144/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b144/fe_amd64.o ./fe_amd64.s
2025-08-20T23:03:27.9615100Z [00:02:13.245]➜  go tool pack r $WORK/b144/_pkg_.a $WORK/b144/fe_amd64.o # internal
2025-08-20T23:03:27.9618836Z [00:02:13.245]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T23:03:27.9631816Z [00:02:13.246]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/35/35a562b80ddd68a8109b61c6c0ad69c6250d162c4b5e729809ccf7665f213573-d # internal
2025-08-20T23:03:27.9647691Z [00:02:13.247]➜  crypto/internal/fips140/bigmod
2025-08-20T23:03:27.9648312Z [00:02:13.247]➜  mkdir -p $WORK/b149/
2025-08-20T23:03:27.9648935Z [00:02:13.247]➜  echo -n > $WORK/b149/go_asm.h # internal
2025-08-20T23:03:27.9649827Z [00:02:13.248]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T23:03:27.9652389Z [00:02:13.248]➜  /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/b149=>" -I $WORK/b149/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b149/symabis ./nat_amd64.s
2025-08-20T23:03:27.9696172Z [00:02:13.253]➜  cat >/tmp/go-build3700090427/b149/importcfg << 'EOF' # internal
2025-08-20T23:03:27.9701643Z [00:02:13.253]➜  # import config
2025-08-20T23:03:27.9702562Z [00:02:13.253]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:27.9703810Z [00:02:13.253]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:27.9705047Z [00:02:13.253]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3700090427/b121/_pkg_.a
2025-08-20T23:03:27.9706037Z [00:02:13.253]➜  packagefile crypto/internal/impl=/tmp/go-build3700090427/b122/_pkg_.a
2025-08-20T23:03:27.9706951Z [00:02:13.253]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:27.9707793Z [00:02:13.253]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:27.9708425Z [00:02:13.253]➜  EOF
2025-08-20T23:03:27.9708920Z [00:02:13.253]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:27.9713576Z [00:02:13.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b149=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid sidcv3mO1PENxxbisPmC/sidcv3mO1PENxxbisPmC -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/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T23:03:28.1342510Z [00:02:13.417]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T23:03:28.1346473Z [00:02:13.418]➜  /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/b149=>" -I $WORK/b149/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b149/nat_amd64.o ./nat_amd64.s
2025-08-20T23:03:28.1475258Z [00:02:13.431]➜  go tool pack r $WORK/b149/_pkg_.a $WORK/b149/nat_amd64.o # internal
2025-08-20T23:03:28.1477087Z [00:02:13.431]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T23:03:28.1495651Z [00:02:13.433]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/0d/0d01387854d74c7588d39c9e22288a235981f1115e28808b9640eb8d08a8f149-d # internal
2025-08-20T23:03:28.1514409Z [00:02:13.435]➜  crypto/internal/fips140cache
2025-08-20T23:03:28.1518613Z [00:02:13.435]➜  mkdir -p $WORK/b150/
2025-08-20T23:03:28.1525195Z [00:02:13.435]➜  cat >/tmp/go-build3700090427/b150/importcfg << 'EOF' # internal
2025-08-20T23:03:28.1525928Z [00:02:13.435]➜  # import config
2025-08-20T23:03:28.1526588Z [00:02:13.435]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:28.1527393Z [00:02:13.435]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:28.1528164Z [00:02:13.435]➜  packagefile weak=/tmp/go-build3700090427/b090/_pkg_.a
2025-08-20T23:03:28.1528734Z [00:02:13.435]➜  EOF
2025-08-20T23:03:28.1529200Z [00:02:13.436]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:28.1532767Z [00:02:13.436]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b150=>" -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/b150/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T23:03:28.1717966Z [00:02:13.455]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T23:03:28.1740786Z [00:02:13.457]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/26/2695974d438020987dbb0bbc5a3ea00c924883ef5700a3d0cdde3c092745abfa-d # internal
2025-08-20T23:03:28.1753516Z [00:02:13.458]➜  crypto/sha3
2025-08-20T23:03:28.1755826Z [00:02:13.459]➜  mkdir -p $WORK/b152/
2025-08-20T23:03:28.1759580Z [00:02:13.459]➜  cat >/tmp/go-build3700090427/b152/importcfg << 'EOF' # internal
2025-08-20T23:03:28.1766708Z [00:02:13.459]➜  # import config
2025-08-20T23:03:28.1767314Z [00:02:13.459]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:28.1768268Z [00:02:13.459]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3700090427/b123/_pkg_.a
2025-08-20T23:03:28.1769157Z [00:02:13.459]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:28.1769871Z [00:02:13.459]➜  EOF
2025-08-20T23:03:28.1780659Z [00:02:13.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b152=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid pp5P7pKUITLhdsC9IHat/pp5P7pKUITLhdsC9IHat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T23:03:28.2622344Z [00:02:13.543]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T23:03:28.2624236Z [00:02:13.545]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/31/315fca7796f9d1dee9f4d8a414be1e5f5753675893b4a76480411dde28e05aa0-d # internal
2025-08-20T23:03:28.2632983Z [00:02:13.547]➜  crypto/internal/fips140hash
2025-08-20T23:03:28.2636275Z [00:02:13.547]➜  mkdir -p $WORK/b151/
2025-08-20T23:03:28.2640662Z [00:02:13.547]➜  cat >/tmp/go-build3700090427/b151/importcfg << 'EOF' # internal
2025-08-20T23:03:28.2641393Z [00:02:13.547]➜  # import config
2025-08-20T23:03:28.2642223Z [00:02:13.547]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3700090427/b123/_pkg_.a
2025-08-20T23:03:28.2643286Z [00:02:13.547]➜  packagefile crypto/sha3=/tmp/go-build3700090427/b152/_pkg_.a
2025-08-20T23:03:28.2644093Z [00:02:13.547]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:28.2644697Z [00:02:13.547]➜  EOF
2025-08-20T23:03:28.2648854Z [00:02:13.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b151=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid HbGX3TiFEtVejraH8Tg6/HbGX3TiFEtVejraH8Tg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T23:03:28.2845719Z [00:02:13.568]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T23:03:28.2852309Z [00:02:13.568]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/42/42975a08ce9ec7bcbe424bc45b0461a2ac7315bd8f9ef81a9105bb3ffa767f57-d # internal
2025-08-20T23:03:28.2854502Z [00:02:13.569]➜  crypto/sha512
2025-08-20T23:03:28.2863006Z [00:02:13.569]➜  mkdir -p $WORK/b153/
2025-08-20T23:03:28.2863989Z [00:02:13.569]➜  cat >/tmp/go-build3700090427/b153/importcfg << 'EOF' # internal
2025-08-20T23:03:28.2872230Z [00:02:13.569]➜  # import config
2025-08-20T23:03:28.2872968Z [00:02:13.569]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:28.2873975Z [00:02:13.569]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:03:28.2875142Z [00:02:13.569]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3700090427/b125/_pkg_.a
2025-08-20T23:03:28.2876207Z [00:02:13.569]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:28.2876837Z [00:02:13.569]➜  EOF
2025-08-20T23:03:28.2880156Z [00:02:13.570]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b153=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid PP4uRN6WNmk3BXz4RjQ5/PP4uRN6WNmk3BXz4RjQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T23:03:28.2982884Z [00:02:13.582]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T23:03:28.3078608Z [00:02:13.591]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/de/def1f06f1fec2232cfe08575ef0c3c15c592d40340fd84c8e94a1611a10a3027-d # internal
2025-08-20T23:03:28.3086329Z [00:02:13.592]➜  crypto/internal/fips140/nistec
2025-08-20T23:03:28.3087103Z [00:02:13.592]➜  mkdir -p $WORK/b142/
2025-08-20T23:03:28.3090091Z [00:02:13.592]➜  echo -n > $WORK/b142/go_asm.h # internal
2025-08-20T23:03:28.3092350Z [00:02:13.592]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T23:03:28.3096093Z [00:02:13.592]➜  /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/b142=>" -I $WORK/b142/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b142/symabis ./p256_asm_amd64.s
2025-08-20T23:03:28.3245332Z [00:02:13.608]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T23:03:28.3250633Z [00:02:13.608]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/25/25ddd1309b3531a12cd8730f71229fc47f1628df52d676365bc0d01b9a949c77-d # internal
2025-08-20T23:03:28.3252949Z [00:02:13.609]➜  crypto/internal/fips140/edwards25519
2025-08-20T23:03:28.3254174Z [00:02:13.609]➜  mkdir -p $WORK/b159/
2025-08-20T23:03:28.3256600Z [00:02:13.609]➜  cat >/tmp/go-build3700090427/b159/importcfg << 'EOF' # internal
2025-08-20T23:03:28.3258915Z [00:02:13.609]➜  # import config
2025-08-20T23:03:28.3260535Z [00:02:13.609]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:28.3262002Z [00:02:13.609]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3700090427/b144/_pkg_.a
2025-08-20T23:03:28.3264198Z [00:02:13.609]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:03:28.3265409Z [00:02:13.609]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:28.3266482Z [00:02:13.609]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:28.3267495Z [00:02:13.609]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:28.3268312Z [00:02:13.609]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:28.3268886Z [00:02:13.609]➜  EOF
2025-08-20T23:03:28.3269514Z [00:02:13.609]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:28.3275649Z [00:02:13.609]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b159=>" -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/b159/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-20T23:03:28.3324433Z [00:02:13.616]➜  cat >/tmp/go-build3700090427/b142/importcfg << 'EOF' # internal
2025-08-20T23:03:28.3342225Z [00:02:13.616]➜  # import config
2025-08-20T23:03:28.3343132Z [00:02:13.616]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:28.3344352Z [00:02:13.616]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3700090427/b143/_pkg_.a
2025-08-20T23:03:28.3345863Z [00:02:13.616]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:03:28.3347075Z [00:02:13.616]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:28.3348109Z [00:02:13.616]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:28.3348944Z [00:02:13.616]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:28.3350018Z [00:02:13.616]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:28.3350832Z [00:02:13.616]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:28.3351442Z [00:02:13.616]➜  EOF
2025-08-20T23:03:28.3357931Z [00:02:13.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b142=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid t8YtTJCyCZCeJ-gYho82/t8YtTJCyCZCeJ-gYho82 -goversion go1.25.0 -symabis $WORK/b142/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack -asmhdr $WORK/b142/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-20T23:03:28.4260928Z [00:02:13.709]➜  cd /root/.go/src/math/big
2025-08-20T23:03:28.4283230Z [00:02:13.710]➜  /root/.go/pkg/tool/linux_amd64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b135=>" -I $WORK/b135/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b135/arith_amd64.o ./arith_amd64.s
2025-08-20T23:03:28.4321347Z [00:02:13.715]➜  go tool pack r $WORK/b135/_pkg_.a $WORK/b135/arith_amd64.o # internal
2025-08-20T23:03:28.4326018Z [00:02:13.716]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T23:03:28.4389791Z [00:02:13.722]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/3b/3b45a8c38cee8cd6053c78cd6700739b9b134c3d952807771dd42ed436a1c218-d # internal
2025-08-20T23:03:28.4392025Z [00:02:13.722]➜  crypto/rand
2025-08-20T23:03:28.4394804Z [00:02:13.723]➜  mkdir -p $WORK/b109/
2025-08-20T23:03:28.4399662Z [00:02:13.723]➜  cat >/tmp/go-build3700090427/b109/importcfg << 'EOF' # internal
2025-08-20T23:03:28.4402482Z [00:02:13.723]➜  # import config
2025-08-20T23:03:28.4406918Z [00:02:13.723]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:03:28.4407980Z [00:02:13.723]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:28.4409026Z [00:02:13.723]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3700090427/b127/_pkg_.a
2025-08-20T23:03:28.4410302Z [00:02:13.723]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:28.4411352Z [00:02:13.723]➜  packagefile crypto/internal/randutil=/tmp/go-build3700090427/b130/_pkg_.a
2025-08-20T23:03:28.4412354Z [00:02:13.723]➜  packagefile crypto/internal/sysrand=/tmp/go-build3700090427/b129/_pkg_.a
2025-08-20T23:03:28.4413242Z [00:02:13.723]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:28.4413998Z [00:02:13.723]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:28.4414762Z [00:02:13.723]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:28.4415351Z [00:02:13.723]➜  EOF
2025-08-20T23:03:28.4415808Z [00:02:13.724]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:28.4418964Z [00:02:13.724]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b109=>" -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/b109/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-20T23:03:28.4706385Z [00:02:13.754]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T23:03:28.4714687Z [00:02:13.755]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/88/88aedb280124c67ad903f1ca338d5e67ce766a087fe846dcf9af2781506dfc99-d # internal
2025-08-20T23:03:28.4731999Z [00:02:13.755]➜  crypto/internal/boring/bbig
2025-08-20T23:03:28.4732559Z [00:02:13.755]➜  mkdir -p $WORK/b147/
2025-08-20T23:03:28.4742340Z [00:02:13.757]➜  cat >/tmp/go-build3700090427/b147/importcfg << 'EOF' # internal
2025-08-20T23:03:28.4743043Z [00:02:13.757]➜  # import config
2025-08-20T23:03:28.4743883Z [00:02:13.757]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:03:28.4744824Z [00:02:13.757]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:28.4745497Z [00:02:13.757]➜  EOF
2025-08-20T23:03:28.4748624Z [00:02:13.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b147=>" -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/b147/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T23:03:28.5005525Z [00:02:13.784]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T23:03:28.5020528Z [00:02:13.785]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/47/47bc6fc1995eed3e803e2f3a1fd9e90f1deba56f9b16be41269404eeeebbaa0b-d # internal
2025-08-20T23:03:28.5023465Z [00:02:13.786]➜  encoding/asn1
2025-08-20T23:03:28.5025093Z [00:02:13.786]➜  mkdir -p $WORK/b155/
2025-08-20T23:03:28.5026033Z [00:02:13.786]➜  cat >/tmp/go-build3700090427/b155/importcfg << 'EOF' # internal
2025-08-20T23:03:28.5026858Z [00:02:13.786]➜  # import config
2025-08-20T23:03:28.5027713Z [00:02:13.786]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:28.5028646Z [00:02:13.786]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:28.5029573Z [00:02:13.786]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:28.5030332Z [00:02:13.786]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:28.5031101Z [00:02:13.786]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:28.5031884Z [00:02:13.786]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:28.5032666Z [00:02:13.786]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:28.5033510Z [00:02:13.786]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:28.5034365Z [00:02:13.786]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:28.5035550Z [00:02:13.786]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:28.5036432Z [00:02:13.786]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:03:28.5037354Z [00:02:13.786]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:28.5038046Z [00:02:13.786]➜  EOF
2025-08-20T23:03:28.5041517Z [00:02:13.786]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b155=>" -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/b155/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-20T23:03:28.5459771Z [00:02:13.829]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T23:03:28.5491280Z [00:02:13.832]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/4b/4bb9c913e6e38905d1fbe1acee007f1a63e721cadc9cb58f4450a7556961e34a-d # internal
2025-08-20T23:03:28.5496124Z [00:02:13.833]➜  crypto/internal/fips140/ed25519
2025-08-20T23:03:28.5498861Z [00:02:13.833]➜  mkdir -p $WORK/b158/
2025-08-20T23:03:28.5511936Z [00:02:13.834]➜  cat >/tmp/go-build3700090427/b158/importcfg << 'EOF' # internal
2025-08-20T23:03:28.5512639Z [00:02:13.834]➜  # import config
2025-08-20T23:03:28.5513269Z [00:02:13.834]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:28.5514166Z [00:02:13.834]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:28.5515242Z [00:02:13.834]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:28.5516444Z [00:02:13.834]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3700090427/b127/_pkg_.a
2025-08-20T23:03:28.5517989Z [00:02:13.834]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3700090427/b159/_pkg_.a
2025-08-20T23:03:28.5519148Z [00:02:13.834]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3700090427/b125/_pkg_.a
2025-08-20T23:03:28.5520312Z [00:02:13.834]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:28.5521138Z [00:02:13.834]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:28.5521914Z [00:02:13.834]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:28.5522469Z [00:02:13.834]➜  EOF
2025-08-20T23:03:28.5526183Z [00:02:13.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b158=>" -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/b158/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T23:03:28.6246207Z [00:02:13.908]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T23:03:28.6257828Z [00:02:13.909]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/46/460c8db732d68f249f9c830e71772a6351a13924cd4b30f718449eaf7ae9e049-d # internal
2025-08-20T23:03:28.6260175Z [00:02:13.909]➜  crypto/ed25519
2025-08-20T23:03:28.6260673Z [00:02:13.909]➜  mkdir -p $WORK/b157/
2025-08-20T23:03:28.6296298Z [00:02:13.913]➜  cat >/tmp/go-build3700090427/b157/importcfg << 'EOF' # internal
2025-08-20T23:03:28.6297439Z [00:02:13.913]➜  # import config
2025-08-20T23:03:28.6299804Z [00:02:13.913]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:28.6300836Z [00:02:13.913]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3700090427/b158/_pkg_.a
2025-08-20T23:03:28.6302097Z [00:02:13.913]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3700090427/b150/_pkg_.a
2025-08-20T23:03:28.6303263Z [00:02:13.913]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:28.6304638Z [00:02:13.913]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:28.6305565Z [00:02:13.913]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:28.6306452Z [00:02:13.913]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:28.6307272Z [00:02:13.913]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:28.6308105Z [00:02:13.913]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:28.6308728Z [00:02:13.913]➜  EOF
2025-08-20T23:03:28.6311754Z [00:02:13.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b157=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 2VJPLLpU7wld1E1sFoYw/2VJPLLpU7wld1E1sFoYw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T23:03:28.7727261Z [00:02:14.056]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T23:03:28.7802497Z [00:02:14.063]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/05/055a1be01c3af0789956f79452a8fffa3efd06117fc3f7cb4eb3c803b3e9d9e2-d # internal
2025-08-20T23:03:28.7845773Z [00:02:14.068]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T23:03:28.7849122Z [00:02:14.068]➜  mkdir -p $WORK/b154/
2025-08-20T23:03:28.7876425Z [00:02:14.071]➜  cat >/tmp/go-build3700090427/b154/importcfg << 'EOF' # internal
2025-08-20T23:03:28.7893651Z [00:02:14.071]➜  # import config
2025-08-20T23:03:28.7894610Z [00:02:14.071]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T23:03:28.7895734Z [00:02:14.071]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:03:28.7896929Z [00:02:14.071]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:28.7897771Z [00:02:14.071]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:28.7898857Z [00:02:14.071]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3700090427/b156/_pkg_.a
2025-08-20T23:03:28.7900165Z [00:02:14.071]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:28.7900982Z [00:02:14.071]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:28.7901638Z [00:02:14.071]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:28.7902116Z [00:02:14.071]➜  EOF
2025-08-20T23:03:28.7906533Z [00:02:14.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b154=>" -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/b154/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-20T23:03:28.8701359Z [00:02:14.153]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T23:03:28.8853186Z [00:02:14.168]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/a9/a9666cfb2dc8afa79ce77499b171195b4695c798232f2dc9a49cdc719341784f-d # internal
2025-08-20T23:03:28.8858633Z [00:02:14.169]➜  crypto/internal/fips140/hkdf
2025-08-20T23:03:28.8890494Z [00:02:14.169]➜  mkdir -p $WORK/b161/
2025-08-20T23:03:28.8892268Z [00:02:14.169]➜  cat >/tmp/go-build3700090427/b161/importcfg << 'EOF' # internal
2025-08-20T23:03:28.8892960Z [00:02:14.169]➜  # import config
2025-08-20T23:03:28.8893626Z [00:02:14.169]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:28.8894571Z [00:02:14.169]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:28.8895734Z [00:02:14.169]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:28.8897169Z [00:02:14.169]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3700090427/b118/_pkg_.a
2025-08-20T23:03:28.8898327Z [00:02:14.169]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3700090427/b119/_pkg_.a
2025-08-20T23:03:28.8899533Z [00:02:14.169]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:28.8900379Z [00:02:14.169]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:28.8900977Z [00:02:14.169]➜  EOF
2025-08-20T23:03:28.8904605Z [00:02:14.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b161=>" -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/b161/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T23:03:28.9290632Z [00:02:14.212]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T23:03:28.9305143Z [00:02:14.213]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/56/56678f4dc2fbcba3710a8cd271b8691e51779e5fa9611c897d6c7261e2ceccb6-d # internal
2025-08-20T23:03:28.9310871Z [00:02:14.213]➜  crypto/hkdf
2025-08-20T23:03:28.9311346Z [00:02:14.213]➜  mkdir -p $WORK/b160/
2025-08-20T23:03:28.9312058Z [00:02:14.214]➜  cat >/tmp/go-build3700090427/b160/importcfg << 'EOF' # internal
2025-08-20T23:03:28.9312710Z [00:02:14.214]➜  # import config
2025-08-20T23:03:28.9313530Z [00:02:14.214]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3700090427/b161/_pkg_.a
2025-08-20T23:03:28.9314651Z [00:02:14.214]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3700090427/b151/_pkg_.a
2025-08-20T23:03:28.9316024Z [00:02:14.214]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:28.9316998Z [00:02:14.214]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:28.9317812Z [00:02:14.214]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:28.9318398Z [00:02:14.214]➜  EOF
2025-08-20T23:03:28.9321192Z [00:02:14.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b160=>" -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/b160/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T23:03:29.0017010Z [00:02:14.285]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T23:03:29.0024510Z [00:02:14.286]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/c6/c6bec0dc94a2af0401f7bd13ba310d33f2423bafe6a30653c430f9b1383f6ace-d # internal
2025-08-20T23:03:29.0026113Z [00:02:14.286]➜  crypto/hmac
2025-08-20T23:03:29.0027534Z [00:02:14.286]➜  mkdir -p $WORK/b162/
2025-08-20T23:03:29.0032887Z [00:02:14.286]➜  cat >/tmp/go-build3700090427/b162/importcfg << 'EOF' # internal
2025-08-20T23:03:29.0033871Z [00:02:14.287]➜  # import config
2025-08-20T23:03:29.0035440Z [00:02:14.287]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:03:29.0036830Z [00:02:14.287]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3700090427/b118/_pkg_.a
2025-08-20T23:03:29.0038557Z [00:02:14.287]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3700090427/b151/_pkg_.a
2025-08-20T23:03:29.0040149Z [00:02:14.287]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:29.0042279Z [00:02:14.287]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:29.0043170Z [00:02:14.287]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:29.0043776Z [00:02:14.287]➜  EOF
2025-08-20T23:03:29.0047406Z [00:02:14.288]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b162=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid trw10WIwcdjlZMqH3A48/trw10WIwcdjlZMqH3A48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T23:03:29.0083425Z [00:02:14.291]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T23:03:29.0115532Z [00:02:14.294]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/47/47d8ff6391fa039bd87e9d5414a0d1dc310eea23d5afc39c3014e73751dce64a-d # internal
2025-08-20T23:03:29.0116660Z [00:02:14.295]➜  crypto/internal/fips140/mlkem
2025-08-20T23:03:29.0117198Z [00:02:14.295]➜  mkdir -p $WORK/b163/
2025-08-20T23:03:29.0117883Z [00:02:14.295]➜  cat >/tmp/go-build3700090427/b163/importcfg << 'EOF' # internal
2025-08-20T23:03:29.0118512Z [00:02:14.295]➜  # import config
2025-08-20T23:03:29.0119162Z [00:02:14.295]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:29.0120275Z [00:02:14.295]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:29.0121362Z [00:02:14.295]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:29.0122452Z [00:02:14.295]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3700090427/b127/_pkg_.a
2025-08-20T23:03:29.0123513Z [00:02:14.295]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3700090427/b123/_pkg_.a
2025-08-20T23:03:29.0124573Z [00:02:14.295]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:03:29.0125752Z [00:02:14.295]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:29.0126703Z [00:02:14.295]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.0127258Z [00:02:14.295]➜  EOF
2025-08-20T23:03:29.0132078Z [00:02:14.295]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b163=>" -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/b163/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-20T23:03:29.0346188Z [00:02:14.317]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T23:03:29.0351465Z [00:02:14.318]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/a7/a77bc605ff3289e781c9d9d2da445c82a40e31e9d7124465e2f2cc1734a128a3-d # internal
2025-08-20T23:03:29.0355459Z [00:02:14.319]➜  crypto/internal/fips140/tls12
2025-08-20T23:03:29.0359674Z [00:02:14.319]➜  mkdir -p $WORK/b164/
2025-08-20T23:03:29.0361941Z [00:02:14.319]➜  cat >/tmp/go-build3700090427/b164/importcfg << 'EOF' # internal
2025-08-20T23:03:29.0367187Z [00:02:14.320]➜  # import config
2025-08-20T23:03:29.0370357Z [00:02:14.320]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:29.0376999Z [00:02:14.320]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:29.0380869Z [00:02:14.320]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:29.0382061Z [00:02:14.320]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3700090427/b118/_pkg_.a
2025-08-20T23:03:29.0384501Z [00:02:14.320]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3700090427/b119/_pkg_.a
2025-08-20T23:03:29.0386668Z [00:02:14.320]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3700090427/b125/_pkg_.a
2025-08-20T23:03:29.0388281Z [00:02:14.320]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.0389702Z [00:02:14.320]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:29.0390964Z [00:02:14.320]➜  EOF
2025-08-20T23:03:29.0395068Z [00:02:14.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b164=>" -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/b164/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T23:03:29.0626178Z [00:02:14.346]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T23:03:29.0631431Z [00:02:14.346]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/62/62845e4b9204da3e721510a4a5bb8a4a1bd512a88f3c1fa68aecb582224efa60-d # internal
2025-08-20T23:03:29.0639732Z [00:02:14.347]➜  crypto/internal/fips140/tls13
2025-08-20T23:03:29.0642437Z [00:02:14.347]➜  mkdir -p $WORK/b165/
2025-08-20T23:03:29.0643832Z [00:02:14.347]➜  cat >/tmp/go-build3700090427/b165/importcfg << 'EOF' # internal
2025-08-20T23:03:29.0644900Z [00:02:14.347]➜  # import config
2025-08-20T23:03:29.0645764Z [00:02:14.347]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:29.0646909Z [00:02:14.347]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:29.0648233Z [00:02:14.347]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:29.0650200Z [00:02:14.347]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3700090427/b161/_pkg_.a
2025-08-20T23:03:29.0652565Z [00:02:14.347]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3700090427/b119/_pkg_.a
2025-08-20T23:03:29.0653846Z [00:02:14.347]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:29.0654914Z [00:02:14.347]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.0656057Z [00:02:14.347]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:29.0656721Z [00:02:14.347]➜  EOF
2025-08-20T23:03:29.0661764Z [00:02:14.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b165=>" -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/b165/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T23:03:29.1169855Z [00:02:14.400]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T23:03:29.1181174Z [00:02:14.401]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/6e/6ebaf1968bb9c8310df131de2b87f7a5075a15eac2168d157b5636e7f02c4260-d # internal
2025-08-20T23:03:29.1185832Z [00:02:14.401]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T23:03:29.1186493Z [00:02:14.402]➜  mkdir -p $WORK/b168/
2025-08-20T23:03:29.1191061Z [00:02:14.402]➜  cat >/tmp/go-build3700090427/b168/importcfg << 'EOF' # internal
2025-08-20T23:03:29.1193995Z [00:02:14.402]➜  # import config
2025-08-20T23:03:29.1194904Z [00:02:14.402]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T23:03:29.1195990Z [00:02:14.402]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:29.1196935Z [00:02:14.402]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:29.1197804Z [00:02:14.402]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.1198875Z [00:02:14.402]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3700090427/b169/_pkg_.a
2025-08-20T23:03:29.1200172Z [00:02:14.402]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:29.1201038Z [00:02:14.402]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:29.1201681Z [00:02:14.402]➜  EOF
2025-08-20T23:03:29.1206028Z [00:02:14.402]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b168=>" -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/b168/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-20T23:03:29.1432458Z [00:02:14.426]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T23:03:29.1449727Z [00:02:14.428]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/29/2905bf4ab17fd6e8c924db184596c8ad0679ed8ef6869776386409dcad23d878-d # internal
2025-08-20T23:03:29.1455299Z [00:02:14.428]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T23:03:29.1456003Z [00:02:14.429]➜  mkdir -p $WORK/b170/
2025-08-20T23:03:29.1461569Z [00:02:14.429]➜  echo -n > $WORK/b170/go_asm.h # internal
2025-08-20T23:03:29.1462337Z [00:02:14.429]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T23:03:29.1466936Z [00:02:14.430]➜  /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/b170=>" -I $WORK/b170/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b170/symabis ./sum_amd64.s
2025-08-20T23:03:29.1497031Z [00:02:14.433]➜  cat >/tmp/go-build3700090427/b170/importcfg << 'EOF' # internal
2025-08-20T23:03:29.1505241Z [00:02:14.433]➜  # import config
2025-08-20T23:03:29.1506047Z [00:02:14.433]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:29.1507385Z [00:02:14.433]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:29.1511692Z [00:02:14.434]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:29.1512360Z [00:02:14.434]➜  EOF
2025-08-20T23:03:29.1512861Z [00:02:14.434]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:29.1517913Z [00:02:14.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b170=>" -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/b170/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack -asmhdr $WORK/b170/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-20T23:03:29.1820546Z [00:02:14.464]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T23:03:29.1826596Z [00:02:14.465]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/b8/b804fe124ef072873a1051637f26545b29f76fe15a0e3a52c8ad5fc1018740ea-d # internal
2025-08-20T23:03:29.1827799Z [00:02:14.466]➜  vendor/golang.org/x/sys/cpu
2025-08-20T23:03:29.1833017Z [00:02:14.466]➜  mkdir -p $WORK/b171/
2025-08-20T23:03:29.1838722Z [00:02:14.467]➜  echo -n > $WORK/b171/go_asm.h # internal
2025-08-20T23:03:29.1843605Z [00:02:14.468]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T23:03:29.1847797Z [00:02:14.468]➜  /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/b171=>" -I $WORK/b171/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b171/symabis ./cpu_gc_x86.s
2025-08-20T23:03:29.1925472Z [00:02:14.476]➜  cat >/tmp/go-build3700090427/b171/importcfg << 'EOF' # internal
2025-08-20T23:03:29.1929948Z [00:02:14.476]➜  # import config
2025-08-20T23:03:29.1930608Z [00:02:14.476]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:29.1931908Z [00:02:14.476]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:29.1934932Z [00:02:14.476]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:29.1935799Z [00:02:14.476]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:29.1936411Z [00:02:14.476]➜  EOF
2025-08-20T23:03:29.1936877Z [00:02:14.476]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:29.1944487Z [00:02:14.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/sys/cpu=>vendor/golang.org/x/sys/cpu;$WORK/b171=>" -p vendor/golang.org/x/sys/cpu -lang=go1.25 -std -installsuffix shared -buildid A2I1ux5R9-Yi8PoeqVzh/A2I1ux5R9-Yi8PoeqVzh -goversion go1.25.0 -symabis $WORK/b171/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack -asmhdr $WORK/b171/go_asm.h /root/.go/src/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-20T23:03:29.1995102Z [00:02:14.483]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T23:03:29.2000909Z [00:02:14.483]➜  /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/b170=>" -I $WORK/b170/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b170/sum_amd64.o ./sum_amd64.s
2025-08-20T23:03:29.2058809Z [00:02:14.489]➜  cd /root/.go/src/net
2025-08-20T23:03:29.2060901Z [00:02:14.489]➜  go tool pack r $WORK/b083/_pkg_.a $WORK/b083/preferlinkext $WORK/b083/_x001.o $WORK/b083/_x002.o $WORK/b083/_x003.o $WORK/b083/_x004.o $WORK/b083/_x005.o $WORK/b083/_x006.o # internal
2025-08-20T23:03:29.2063085Z [00:02:14.490]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T23:03:29.2107398Z [00:02:14.494]➜  cd /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T23:03:29.2111757Z [00:02:14.494]➜  go tool pack r $WORK/b170/_pkg_.a $WORK/b170/sum_amd64.o # internal
2025-08-20T23:03:29.2112620Z [00:02:14.494]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T23:03:29.2118866Z [00:02:14.495]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/08/0896c1abf56875f26229922e80d24e86fcd2e8ab282d508f7a246dc1802c7898-d # internal
2025-08-20T23:03:29.2138493Z [00:02:14.497]➜  crypto/md5
2025-08-20T23:03:29.2140002Z [00:02:14.497]➜  mkdir -p $WORK/b172/
2025-08-20T23:03:29.2144118Z [00:02:14.498]➜  echo -n > $WORK/b172/go_asm.h # internal
2025-08-20T23:03:29.2146095Z [00:02:14.498]➜  cd /root/.go/src/crypto/md5
2025-08-20T23:03:29.2149198Z [00:02:14.498]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b172=>" -I $WORK/b172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b172/symabis ./md5block_amd64.s
2025-08-20T23:03:29.2221205Z [00:02:14.505]➜  cat >/tmp/go-build3700090427/b172/importcfg << 'EOF' # internal
2025-08-20T23:03:29.2226368Z [00:02:14.506]➜  # import config
2025-08-20T23:03:29.2227089Z [00:02:14.506]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:29.2228088Z [00:02:14.506]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:29.2229087Z [00:02:14.506]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.2230209Z [00:02:14.506]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:29.2231464Z [00:02:14.506]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:29.2232369Z [00:02:14.506]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:29.2232996Z [00:02:14.506]➜  EOF
2025-08-20T23:03:29.2233448Z [00:02:14.506]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:29.2237061Z [00:02:14.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b172=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid xzJNDPgMPDB6jckQO8_3/xzJNDPgMPDB6jckQO8_3 -goversion go1.25.0 -symabis $WORK/b172/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack -asmhdr $WORK/b172/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-20T23:03:29.2411067Z [00:02:14.524]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/9f/9f06279299a467186bb972c376575b98666d3d181dae36593a00863870c66487-d # internal
2025-08-20T23:03:29.2472033Z [00:02:14.530]➜  github.com/alecthomas/kingpin/v2
2025-08-20T23:03:29.2475236Z [00:02:14.530]➜  mkdir -p $WORK/b068/
2025-08-20T23:03:29.2481495Z [00:02:14.531]➜  cat >/tmp/go-build3700090427/b068/importcfg << 'EOF' # internal
2025-08-20T23:03:29.2490984Z [00:02:14.531]➜  # import config
2025-08-20T23:03:29.2491656Z [00:02:14.531]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:29.2492482Z [00:02:14.531]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:29.2493299Z [00:02:14.531]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:29.2494196Z [00:02:14.531]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:29.2495060Z [00:02:14.531]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:29.2496304Z [00:02:14.531]➜  packagefile github.com/alecthomas/units=/tmp/go-build3700090427/b071/_pkg_.a
2025-08-20T23:03:29.2497493Z [00:02:14.531]➜  packagefile github.com/xhit/go-str2duration/v2=/tmp/go-build3700090427/b072/_pkg_.a
2025-08-20T23:03:29.2498448Z [00:02:14.531]➜  packagefile go/doc=/tmp/go-build3700090427/b073/_pkg_.a
2025-08-20T23:03:29.2499220Z [00:02:14.531]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.2500196Z [00:02:14.531]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:29.2500965Z [00:02:14.531]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:29.2501760Z [00:02:14.531]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:29.2502585Z [00:02:14.531]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:29.2503438Z [00:02:14.531]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:29.2504255Z [00:02:14.531]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:29.2505062Z [00:02:14.531]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:29.2505912Z [00:02:14.531]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:29.2506698Z [00:02:14.531]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:29.2507550Z [00:02:14.531]➜  packagefile text/template=/tmp/go-build3700090427/b094/_pkg_.a
2025-08-20T23:03:29.2508405Z [00:02:14.531]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:29.2509246Z [00:02:14.531]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:29.2510104Z [00:02:14.531]➜  EOF
2025-08-20T23:03:29.2521240Z [00:02:14.532]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0=>github.com/alecthomas/kingpin/v2@v2.4.0;$WORK/b068=>" -p github.com/alecthomas/kingpin/v2 -lang=go1.17 -complete -installsuffix shared -buildid gYXvFyzig8lUCH--ZEyd/gYXvFyzig8lUCH--ZEyd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/actions.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/app.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/args.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/cmd.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/completions.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/doc.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/envar.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/flags.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/global.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/guesswidth_unix.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/model.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/parser.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/parsers.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/templates.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/usage.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/values.go /root/go/pkg/mod/github.com/alecthomas/kingpin/v2@v2.4.0/values_generated.go
2025-08-20T23:03:29.2544382Z [00:02:14.538]➜  cd /root/.go/src/vendor/golang.org/x/sys/cpu
2025-08-20T23:03:29.2546793Z [00:02:14.538]➜  /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/b171=>" -I $WORK/b171/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b171/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T23:03:29.2635457Z [00:02:14.547]➜  go tool pack r $WORK/b171/_pkg_.a $WORK/b171/cpu_gc_x86.o # internal
2025-08-20T23:03:29.2636304Z [00:02:14.547]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T23:03:29.2646761Z [00:02:14.548]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/84/84dba0f671f56f52f34616da15a8e590e76614497f215a6b1472d263ec90ad31-d # internal
2025-08-20T23:03:29.2649564Z [00:02:14.548]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T23:03:29.2650203Z [00:02:14.548]➜  mkdir -p $WORK/b167/
2025-08-20T23:03:29.2652958Z [00:02:14.549]➜  echo -n > $WORK/b167/go_asm.h # internal
2025-08-20T23:03:29.2654015Z [00:02:14.549]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T23:03:29.2656919Z [00:02:14.549]➜  /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/b167=>" -I $WORK/b167/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b167/symabis ./chacha20poly1305_amd64.s
2025-08-20T23:03:29.2875141Z [00:02:14.571]➜  cd /root/.go/src/crypto/md5
2025-08-20T23:03:29.2877217Z [00:02:14.571]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b172=>" -I $WORK/b172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b172/md5block_amd64.o ./md5block_amd64.s
2025-08-20T23:03:29.2959111Z [00:02:14.579]➜  go tool pack r $WORK/b172/_pkg_.a $WORK/b172/md5block_amd64.o # internal
2025-08-20T23:03:29.2960456Z [00:02:14.579]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T23:03:29.2972016Z [00:02:14.580]➜  cat >/tmp/go-build3700090427/b167/importcfg << 'EOF' # internal
2025-08-20T23:03:29.2972743Z [00:02:14.580]➜  # import config
2025-08-20T23:03:29.2973569Z [00:02:14.580]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T23:03:29.2974772Z [00:02:14.580]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T23:03:29.2977302Z [00:02:14.580]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T23:03:29.2978457Z [00:02:14.580]➜  importmap golang.org/x/sys/cpu=vendor/golang.org/x/sys/cpu
2025-08-20T23:03:29.2979669Z [00:02:14.580]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:29.2981005Z [00:02:14.580]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:29.2981932Z [00:02:14.580]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.2982979Z [00:02:14.580]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3700090427/b168/_pkg_.a
2025-08-20T23:03:29.2984231Z [00:02:14.580]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3700090427/b169/_pkg_.a
2025-08-20T23:03:29.2985549Z [00:02:14.580]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3700090427/b170/_pkg_.a
2025-08-20T23:03:29.2986742Z [00:02:14.580]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build3700090427/b171/_pkg_.a
2025-08-20T23:03:29.2987451Z [00:02:14.580]➜  EOF
2025-08-20T23:03:29.2987933Z [00:02:14.580]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:29.2994271Z [00:02:14.580]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b167=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -installsuffix shared -buildid r9wCMlKr00PnpKYqFOHA/r9wCMlKr00PnpKYqFOHA -goversion go1.25.0 -symabis $WORK/b167/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack -asmhdr $WORK/b167/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-20T23:03:29.3020483Z [00:02:14.581]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/ff/ffd47a7f655d2264f725b558b5a357c36e8f498bf298877889e4508c649663ea-d # internal
2025-08-20T23:03:29.3021824Z [00:02:14.581]➜  crypto/rc4
2025-08-20T23:03:29.3022316Z [00:02:14.581]➜  mkdir -p $WORK/b173/
2025-08-20T23:03:29.3023037Z [00:02:14.581]➜  cat >/tmp/go-build3700090427/b173/importcfg << 'EOF' # internal
2025-08-20T23:03:29.3023736Z [00:02:14.582]➜  # import config
2025-08-20T23:03:29.3024566Z [00:02:14.582]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3700090427/b116/_pkg_.a
2025-08-20T23:03:29.3025811Z [00:02:14.582]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:29.3026781Z [00:02:14.582]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.3027632Z [00:02:14.582]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:29.3028274Z [00:02:14.582]➜  EOF
2025-08-20T23:03:29.3031109Z [00:02:14.582]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b173=>" -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/b173/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T23:03:29.3146540Z [00:02:14.598]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T23:03:29.3156720Z [00:02:14.599]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/ba/ba69c36b33eec064608b3f2edf09a5313f37f2ca175db3a3bd90d25bbec62734-d # internal
2025-08-20T23:03:29.3163799Z [00:02:14.599]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T23:03:29.3166390Z [00:02:14.599]➜  /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/b142=>" -I $WORK/b142/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b142/p256_asm_amd64.o ./p256_asm_amd64.s
2025-08-20T23:03:29.3170479Z [00:02:14.600]➜  crypto/internal/fips140/rsa
2025-08-20T23:03:29.3174667Z [00:02:14.600]➜  mkdir -p $WORK/b175/
2025-08-20T23:03:29.3175633Z [00:02:14.601]➜  cat >/tmp/go-build3700090427/b175/importcfg << 'EOF' # internal
2025-08-20T23:03:29.3177362Z [00:02:14.601]➜  # import config
2025-08-20T23:03:29.3178314Z [00:02:14.601]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:29.3180440Z [00:02:14.601]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:29.3181573Z [00:02:14.601]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3700090427/b149/_pkg_.a
2025-08-20T23:03:29.3182751Z [00:02:14.601]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:29.3183911Z [00:02:14.601]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3700090427/b127/_pkg_.a
2025-08-20T23:03:29.3185064Z [00:02:14.601]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3700090427/b119/_pkg_.a
2025-08-20T23:03:29.3186220Z [00:02:14.601]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3700090427/b123/_pkg_.a
2025-08-20T23:03:29.3187406Z [00:02:14.601]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3700090427/b125/_pkg_.a
2025-08-20T23:03:29.3188607Z [00:02:14.601]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:03:29.3201041Z [00:02:14.601]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.3201945Z [00:02:14.601]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:29.3202757Z [00:02:14.601]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.3203548Z [00:02:14.601]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:29.3204159Z [00:02:14.601]➜  EOF
2025-08-20T23:03:29.3204649Z [00:02:14.601]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:29.3210267Z [00:02:14.601]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b175=>" -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/b175/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-20T23:03:29.3320304Z [00:02:14.615]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T23:03:29.3322266Z [00:02:14.615]➜  go tool pack r $WORK/b142/_pkg_.a $WORK/b142/p256_asm_amd64.o # internal
2025-08-20T23:03:29.3324718Z [00:02:14.616]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T23:03:29.3354219Z [00:02:14.619]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/c8/c8a3f960dfc29752234a5b93577e1c8a66130334369f4fe7cbbb25e03deb79a4-d # internal
2025-08-20T23:03:29.3356213Z [00:02:14.619]➜  crypto/internal/fips140/ecdh
2025-08-20T23:03:29.3362648Z [00:02:14.619]➜  mkdir -p $WORK/b141/
2025-08-20T23:03:29.3371967Z [00:02:14.620]➜  cat >/tmp/go-build3700090427/b141/importcfg << 'EOF' # internal
2025-08-20T23:03:29.3373158Z [00:02:14.620]➜  # import config
2025-08-20T23:03:29.3374845Z [00:02:14.620]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:29.3375841Z [00:02:14.620]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:29.3376950Z [00:02:14.620]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:29.3378051Z [00:02:14.620]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3700090427/b127/_pkg_.a
2025-08-20T23:03:29.3379138Z [00:02:14.620]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3700090427/b142/_pkg_.a
2025-08-20T23:03:29.3380509Z [00:02:14.620]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:03:29.3381405Z [00:02:14.620]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.3382162Z [00:02:14.620]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.3382928Z [00:02:14.620]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:29.3384034Z [00:02:14.620]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:29.3384615Z [00:02:14.620]➜  EOF
2025-08-20T23:03:29.3385099Z [00:02:14.621]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:29.3388725Z [00:02:14.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b141=>" -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/b141/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T23:03:29.3476204Z [00:02:14.631]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T23:03:29.3480730Z [00:02:14.631]➜  /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/b167=>" -I $WORK/b167/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b167/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T23:03:29.3718958Z [00:02:14.655]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T23:03:29.3729613Z [00:02:14.656]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/b7/b7de87dfc4ac9fdd21345eb21f2942513ffef62d6713dcac817c1cad6ef56782-d # internal
2025-08-20T23:03:29.3737471Z [00:02:14.657]➜  crypto/ecdh
2025-08-20T23:03:29.3738002Z [00:02:14.657]➜  mkdir -p $WORK/b140/
2025-08-20T23:03:29.3748925Z [00:02:14.658]➜  cat >/tmp/go-build3700090427/b140/importcfg << 'EOF' # internal
2025-08-20T23:03:29.3757905Z [00:02:14.658]➜  # import config
2025-08-20T23:03:29.3759041Z [00:02:14.658]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:29.3760216Z [00:02:14.658]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:29.3761601Z [00:02:14.658]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:03:29.3782228Z [00:02:14.658]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3700090427/b141/_pkg_.a
2025-08-20T23:03:29.3783536Z [00:02:14.658]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3700090427/b144/_pkg_.a
2025-08-20T23:03:29.3784789Z [00:02:14.658]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:29.3785949Z [00:02:14.658]➜  packagefile crypto/internal/randutil=/tmp/go-build3700090427/b130/_pkg_.a
2025-08-20T23:03:29.3786995Z [00:02:14.658]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:29.3787899Z [00:02:14.658]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.3788745Z [00:02:14.658]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.3789608Z [00:02:14.658]➜  EOF
2025-08-20T23:03:29.3790112Z [00:02:14.658]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:29.3793391Z [00:02:14.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b140=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid ovpeGK47S8GeqgKCwR1i/ovpeGK47S8GeqgKCwR1i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/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-20T23:03:29.3824711Z [00:02:14.666]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T23:03:29.3825787Z [00:02:14.666]➜  go tool pack r $WORK/b167/_pkg_.a $WORK/b167/chacha20poly1305_amd64.o # internal
2025-08-20T23:03:29.3830046Z [00:02:14.666]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T23:03:29.3843278Z [00:02:14.668]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/5a/5a642123223ec0a3053dd76096a2a24fb98fa8a1054f42e5b9205d1bb5cde71c-d # internal
2025-08-20T23:03:29.3846772Z [00:02:14.668]➜  crypto/elliptic
2025-08-20T23:03:29.3847550Z [00:02:14.668]➜  mkdir -p $WORK/b146/
2025-08-20T23:03:29.3853938Z [00:02:14.669]➜  cat >/tmp/go-build3700090427/b146/importcfg << 'EOF' # internal
2025-08-20T23:03:29.3855014Z [00:02:14.669]➜  # import config
2025-08-20T23:03:29.3855814Z [00:02:14.669]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3700090427/b142/_pkg_.a
2025-08-20T23:03:29.3856666Z [00:02:14.669]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.3857399Z [00:02:14.669]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.3858231Z [00:02:14.669]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:29.3858986Z [00:02:14.669]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:29.3859696Z [00:02:14.669]➜  EOF
2025-08-20T23:03:29.3860130Z [00:02:14.669]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:29.3863301Z [00:02:14.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b146=>" -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/b146/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-20T23:03:29.4698044Z [00:02:14.753]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T23:03:29.4711816Z [00:02:14.754]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/fb/fbfc80f107c3fda320eec7630e582bd48c2d008a3f86ab22e80f826ed8e69e79-d # internal
2025-08-20T23:03:29.4713740Z [00:02:14.755]➜  crypto/internal/fips140/ecdsa
2025-08-20T23:03:29.4714351Z [00:02:14.755]➜  mkdir -p $WORK/b148/
2025-08-20T23:03:29.4720197Z [00:02:14.755]➜  cat >/tmp/go-build3700090427/b148/importcfg << 'EOF' # internal
2025-08-20T23:03:29.4722154Z [00:02:14.755]➜  # import config
2025-08-20T23:03:29.4722927Z [00:02:14.755]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:29.4741215Z [00:02:14.755]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:29.4742398Z [00:02:14.755]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3700090427/b149/_pkg_.a
2025-08-20T23:03:29.4743499Z [00:02:14.755]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:29.4744613Z [00:02:14.755]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3700090427/b127/_pkg_.a
2025-08-20T23:03:29.4745713Z [00:02:14.755]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3700090427/b118/_pkg_.a
2025-08-20T23:03:29.4746829Z [00:02:14.755]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3700090427/b142/_pkg_.a
2025-08-20T23:03:29.4747940Z [00:02:14.755]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3700090427/b125/_pkg_.a
2025-08-20T23:03:29.4748933Z [00:02:14.755]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.4749911Z [00:02:14.755]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:29.4750648Z [00:02:14.755]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.4751390Z [00:02:14.755]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:29.4751957Z [00:02:14.755]➜  EOF
2025-08-20T23:03:29.4756425Z [00:02:14.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b148=>" -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/b148/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-20T23:03:29.5381409Z [00:02:14.821]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T23:03:29.5402661Z [00:02:14.823]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/ce/cef7d57c406c50fa2f1ea2e15eb0196e9f2699037eef871fa52670eb68b94366-d # internal
2025-08-20T23:03:29.5408543Z [00:02:14.824]➜  crypto/internal/hpke
2025-08-20T23:03:29.5411415Z [00:02:14.824]➜  mkdir -p $WORK/b166/
2025-08-20T23:03:29.5422066Z [00:02:14.825]➜  cat >/tmp/go-build3700090427/b166/importcfg << 'EOF' # internal
2025-08-20T23:03:29.5422755Z [00:02:14.825]➜  # import config
2025-08-20T23:03:29.5423647Z [00:02:14.825]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T23:03:29.5425795Z [00:02:14.825]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:29.5427645Z [00:02:14.825]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:03:29.5428706Z [00:02:14.825]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:29.5430418Z [00:02:14.825]➜  packagefile crypto/ecdh=/tmp/go-build3700090427/b140/_pkg_.a
2025-08-20T23:03:29.5431384Z [00:02:14.825]➜  packagefile crypto/hkdf=/tmp/go-build3700090427/b160/_pkg_.a
2025-08-20T23:03:29.5432361Z [00:02:14.825]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:29.5434080Z [00:02:14.825]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.5435155Z [00:02:14.825]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3700090427/b167/_pkg_.a
2025-08-20T23:03:29.5436291Z [00:02:14.825]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:29.5437209Z [00:02:14.825]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:29.5437833Z [00:02:14.825]➜  EOF
2025-08-20T23:03:29.5442106Z [00:02:14.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b166=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid zuRt2IQzyZolhf5F95d8/zuRt2IQzyZolhf5F95d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T23:03:29.5473948Z [00:02:14.831]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T23:03:29.5495595Z [00:02:14.833]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/bc/bcb75773286ea5e0c6643836571da998ba25bbd769f6e535c10caf5d1fa7e1f6-d # internal
2025-08-20T23:03:29.5501825Z [00:02:14.833]➜  crypto/rsa
2025-08-20T23:03:29.5502326Z [00:02:14.833]➜  mkdir -p $WORK/b174/
2025-08-20T23:03:29.5503035Z [00:02:14.833]➜  cat >/tmp/go-build3700090427/b174/importcfg << 'EOF' # internal
2025-08-20T23:03:29.5503694Z [00:02:14.833]➜  # import config
2025-08-20T23:03:29.5504358Z [00:02:14.833]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:29.5505275Z [00:02:14.833]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:03:29.5506325Z [00:02:14.833]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3700090427/b147/_pkg_.a
2025-08-20T23:03:29.5507523Z [00:02:14.833]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3700090427/b149/_pkg_.a
2025-08-20T23:03:29.5508629Z [00:02:14.833]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3700090427/b175/_pkg_.a
2025-08-20T23:03:29.5509876Z [00:02:14.833]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3700090427/b151/_pkg_.a
2025-08-20T23:03:29.5510956Z [00:02:14.833]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:29.5512041Z [00:02:14.833]➜  packagefile crypto/internal/randutil=/tmp/go-build3700090427/b130/_pkg_.a
2025-08-20T23:03:29.5513071Z [00:02:14.833]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:29.5513984Z [00:02:14.833]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:29.5515167Z [00:02:14.833]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.5516034Z [00:02:14.833]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:29.5516854Z [00:02:14.833]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:29.5517733Z [00:02:14.833]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:29.5518578Z [00:02:14.833]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.5519531Z [00:02:14.833]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:29.5520363Z [00:02:14.833]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:29.5520995Z [00:02:14.833]➜  EOF
2025-08-20T23:03:29.5524446Z [00:02:14.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b174=>" -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/b174/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-20T23:03:29.6240237Z [00:02:14.905]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T23:03:29.6269215Z [00:02:14.910]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/da/da46e4b4b98bf95f7bb8deb3953637229f49dc7bf378cfca3de765312f8a3b7a-d # internal
2025-08-20T23:03:29.6314018Z [00:02:14.915]➜  crypto/sha1
2025-08-20T23:03:29.6314528Z [00:02:14.915]➜  mkdir -p $WORK/b176/
2025-08-20T23:03:29.6322088Z [00:02:14.915]➜  echo -n > $WORK/b176/go_asm.h # internal
2025-08-20T23:03:29.6324984Z [00:02:14.915]➜  cd /root/.go/src/crypto/sha1
2025-08-20T23:03:29.6329786Z [00:02:14.915]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b176=>" -I $WORK/b176/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b176/symabis ./sha1block_amd64.s
2025-08-20T23:03:29.6531284Z [00:02:14.936]➜  cat >/tmp/go-build3700090427/b176/importcfg << 'EOF' # internal
2025-08-20T23:03:29.6537367Z [00:02:14.936]➜  # import config
2025-08-20T23:03:29.6538102Z [00:02:14.937]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:29.6539102Z [00:02:14.937]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:03:29.6540344Z [00:02:14.937]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:29.6541345Z [00:02:14.937]➜  packagefile crypto/internal/impl=/tmp/go-build3700090427/b122/_pkg_.a
2025-08-20T23:03:29.6542231Z [00:02:14.937]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.6543220Z [00:02:14.937]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:29.6544162Z [00:02:14.937]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:29.6545181Z [00:02:14.937]➜  packagefile internal/cpu=/tmp/go-build3700090427/b012/_pkg_.a
2025-08-20T23:03:29.6546142Z [00:02:14.937]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:29.6546813Z [00:02:14.937]➜  EOF
2025-08-20T23:03:29.6547317Z [00:02:14.937]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:29.6551157Z [00:02:14.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b176=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid KgYea1Pdw3hJNrGRYkZX/KgYea1Pdw3hJNrGRYkZX -goversion go1.25.0 -symabis $WORK/b176/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack -asmhdr $WORK/b176/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-20T23:03:29.6556893Z [00:02:14.939]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T23:03:29.6576065Z [00:02:14.941]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/3b/3bbfd9fd94ac9cf2de369327fa8f9fe9a4811c3f7b0a8542849e253eeb144fda-d # internal
2025-08-20T23:03:29.6582597Z [00:02:14.941]➜  crypto/ecdsa
2025-08-20T23:03:29.6583088Z [00:02:14.941]➜  mkdir -p $WORK/b145/
2025-08-20T23:03:29.6583839Z [00:02:14.941]➜  cat >/tmp/go-build3700090427/b145/importcfg << 'EOF' # internal
2025-08-20T23:03:29.6584525Z [00:02:14.941]➜  # import config
2025-08-20T23:03:29.6585369Z [00:02:14.941]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T23:03:29.6586654Z [00:02:14.941]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T23:03:29.6587702Z [00:02:14.941]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:29.6588599Z [00:02:14.941]➜  packagefile crypto/ecdh=/tmp/go-build3700090427/b140/_pkg_.a
2025-08-20T23:03:29.6589777Z [00:02:14.941]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:03:29.6590797Z [00:02:14.941]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:03:29.6591914Z [00:02:14.941]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3700090427/b147/_pkg_.a
2025-08-20T23:03:29.6593009Z [00:02:14.941]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3700090427/b148/_pkg_.a
2025-08-20T23:03:29.6594129Z [00:02:14.941]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3700090427/b142/_pkg_.a
2025-08-20T23:03:29.6595234Z [00:02:14.941]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3700090427/b150/_pkg_.a
2025-08-20T23:03:29.6596303Z [00:02:14.941]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3700090427/b151/_pkg_.a
2025-08-20T23:03:29.6597378Z [00:02:14.941]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:29.6598704Z [00:02:14.941]➜  packagefile crypto/internal/randutil=/tmp/go-build3700090427/b130/_pkg_.a
2025-08-20T23:03:29.6600806Z [00:02:14.941]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:03:29.6601769Z [00:02:14.941]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:29.6602707Z [00:02:14.941]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.6603808Z [00:02:14.941]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3700090427/b154/_pkg_.a
2025-08-20T23:03:29.6605153Z [00:02:14.941]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3700090427/b156/_pkg_.a
2025-08-20T23:03:29.6606218Z [00:02:14.941]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.6607041Z [00:02:14.941]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:29.6607925Z [00:02:14.942]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:03:29.6608583Z [00:02:14.942]➜  EOF
2025-08-20T23:03:29.6612027Z [00:02:14.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b145=>" -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/b145/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-20T23:03:29.7147204Z [00:02:14.998]➜  cd /root/.go/src/crypto/sha1
2025-08-20T23:03:29.7151749Z [00:02:14.998]➜  /root/.go/pkg/tool/linux_amd64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b176=>" -I $WORK/b176/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b176/sha1block_amd64.o ./sha1block_amd64.s
2025-08-20T23:03:29.7450889Z [00:02:15.028]➜  go tool pack r $WORK/b176/_pkg_.a $WORK/b176/sha1block_amd64.o # internal
2025-08-20T23:03:29.7454741Z [00:02:15.029]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T23:03:29.7459244Z [00:02:15.029]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/48/48137442ca30c65917bc9a10aa7fba2118a6aac825a5066dbce46eec0794ee52-d # internal
2025-08-20T23:03:29.7464613Z [00:02:15.029]➜  crypto/sha256
2025-08-20T23:03:29.7465300Z [00:02:15.029]➜  mkdir -p $WORK/b177/
2025-08-20T23:03:29.7466063Z [00:02:15.030]➜  cat >/tmp/go-build3700090427/b177/importcfg << 'EOF' # internal
2025-08-20T23:03:29.7469215Z [00:02:15.030]➜  # import config
2025-08-20T23:03:29.7471248Z [00:02:15.030]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:29.7472392Z [00:02:15.030]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:03:29.7473734Z [00:02:15.030]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3700090427/b119/_pkg_.a
2025-08-20T23:03:29.7474907Z [00:02:15.030]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:29.7476716Z [00:02:15.030]➜  EOF
2025-08-20T23:03:29.7477204Z [00:02:15.030]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:29.7481020Z [00:02:15.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b177=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid 4E2ZYzolEG0nC41yvScW/4E2ZYzolEG0nC41yvScW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T23:03:29.7574421Z [00:02:15.041]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T23:03:29.7593017Z [00:02:15.042]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/00/005b519cfb05d8879760d6cc67431da7508bde048512f42bbf9523df7aed45fc-d # internal
2025-08-20T23:03:29.7595821Z [00:02:15.043]➜  crypto/fips140
2025-08-20T23:03:29.7596915Z [00:02:15.043]➜  mkdir -p $WORK/b179/
2025-08-20T23:03:29.7597856Z [00:02:15.043]➜  cat >/tmp/go-build3700090427/b179/importcfg << 'EOF' # internal
2025-08-20T23:03:29.7598811Z [00:02:15.043]➜  # import config
2025-08-20T23:03:29.7599737Z [00:02:15.043]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:03:29.7600860Z [00:02:15.043]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:03:29.7601657Z [00:02:15.043]➜  EOF
2025-08-20T23:03:29.7604496Z [00:02:15.043]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b179=>" -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/b179/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T23:03:29.7680030Z [00:02:15.051]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T23:03:29.7684552Z [00:02:15.052]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/b5/b55a9ebe2952586c79911ac32107ae1f4c98934a55a8dec23b1f23b673a10b56-d # internal
2025-08-20T23:03:29.7691544Z [00:02:15.052]➜  crypto/tls/internal/fips140tls
2025-08-20T23:03:29.7692136Z [00:02:15.052]➜  mkdir -p $WORK/b178/
2025-08-20T23:03:29.7693172Z [00:02:15.052]➜  cat >/tmp/go-build3700090427/b178/importcfg << 'EOF' # internal
2025-08-20T23:03:29.7693861Z [00:02:15.052]➜  # import config
2025-08-20T23:03:29.7694573Z [00:02:15.052]➜  packagefile crypto/fips140=/tmp/go-build3700090427/b179/_pkg_.a
2025-08-20T23:03:29.7695506Z [00:02:15.052]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:29.7696158Z [00:02:15.052]➜  EOF
2025-08-20T23:03:29.7699786Z [00:02:15.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b178=>" -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/b178/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T23:03:29.7766191Z [00:02:15.059]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T23:03:29.7769497Z [00:02:15.060]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/af/af67f21b0c9aea0d2859e18ff7fc0cbed1bb4545a6faf67bd284f1443b01a9c9-d # internal
2025-08-20T23:03:29.7770629Z [00:02:15.060]➜  crypto/dsa
2025-08-20T23:03:29.7771117Z [00:02:15.060]➜  mkdir -p $WORK/b181/
2025-08-20T23:03:29.7792128Z [00:02:15.062]➜  cat >/tmp/go-build3700090427/b181/importcfg << 'EOF' # internal
2025-08-20T23:03:29.7794853Z [00:02:15.063]➜  # import config
2025-08-20T23:03:29.7795681Z [00:02:15.063]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:03:29.7796760Z [00:02:15.063]➜  packagefile crypto/internal/randutil=/tmp/go-build3700090427/b130/_pkg_.a
2025-08-20T23:03:29.7797720Z [00:02:15.063]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.7798805Z [00:02:15.063]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.7799878Z [00:02:15.063]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:29.7800560Z [00:02:15.063]➜  EOF
2025-08-20T23:03:29.7803088Z [00:02:15.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b181=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid X7ca0nvB5092bacZm4zC/X7ca0nvB5092bacZm4zC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T23:03:29.7816202Z [00:02:15.065]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T23:03:29.7825757Z [00:02:15.066]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/28/28442a2351e9293edd6216370dae4fb6011a2f346fd257b3e00f1b69cc959083-d # internal
2025-08-20T23:03:29.7827712Z [00:02:15.066]➜  crypto/x509/pkix
2025-08-20T23:03:29.7828691Z [00:02:15.066]➜  mkdir -p $WORK/b182/
2025-08-20T23:03:29.7841753Z [00:02:15.067]➜  cat >/tmp/go-build3700090427/b182/importcfg << 'EOF' # internal
2025-08-20T23:03:29.7842932Z [00:02:15.067]➜  # import config
2025-08-20T23:03:29.7843937Z [00:02:15.067]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:03:29.7846832Z [00:02:15.067]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:29.7847988Z [00:02:15.067]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:29.7849574Z [00:02:15.067]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:29.7850791Z [00:02:15.067]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:29.7851676Z [00:02:15.067]➜  EOF
2025-08-20T23:03:29.7856484Z [00:02:15.068]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b182=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid pI0MltfWt5DgwIiDX2vp/pI0MltfWt5DgwIiDX2vp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T23:03:29.8463132Z [00:02:15.129]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T23:03:29.8465312Z [00:02:15.129]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/63/632efaa0d398fa0380525550499c188fd7aacb4fc7248738656ed4c44f0ba6b8-d # internal
2025-08-20T23:03:29.8492879Z [00:02:15.133]➜  encoding/pem
2025-08-20T23:03:29.8495083Z [00:02:15.133]➜  mkdir -p $WORK/b183/
2025-08-20T23:03:29.8497147Z [00:02:15.133]➜  cat >/tmp/go-build3700090427/b183/importcfg << 'EOF' # internal
2025-08-20T23:03:29.8498056Z [00:02:15.133]➜  # import config
2025-08-20T23:03:29.8500330Z [00:02:15.133]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:29.8501928Z [00:02:15.133]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:29.8503240Z [00:02:15.133]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.8504607Z [00:02:15.133]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.8505754Z [00:02:15.133]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:29.8506871Z [00:02:15.133]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:29.8508823Z [00:02:15.133]➜  EOF
2025-08-20T23:03:29.8511719Z [00:02:15.133]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b183=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid 2ABdeLys1NcXxf9dH5bd/2ABdeLys1NcXxf9dH5bd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T23:03:29.8521936Z [00:02:15.134]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T23:03:29.8523221Z [00:02:15.135]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/7c/7cafae7781be2122fa62723eacc88cd108932c944cb7f05e844b857a4ec4aab4-d # internal
2025-08-20T23:03:29.8524639Z [00:02:15.135]➜  vendor/golang.org/x/text/transform
2025-08-20T23:03:29.8525214Z [00:02:15.135]➜  mkdir -p $WORK/b187/
2025-08-20T23:03:29.8525933Z [00:02:15.135]➜  cat >/tmp/go-build3700090427/b187/importcfg << 'EOF' # internal
2025-08-20T23:03:29.8526580Z [00:02:15.135]➜  # import config
2025-08-20T23:03:29.8527212Z [00:02:15.135]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:29.8528000Z [00:02:15.135]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.8528763Z [00:02:15.135]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.8529761Z [00:02:15.135]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:29.8530403Z [00:02:15.135]➜  EOF
2025-08-20T23:03:29.8533649Z [00:02:15.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b187=>" -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/b187/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T23:03:29.9168600Z [00:02:15.200]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T23:03:29.9199728Z [00:02:15.203]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/65/6509cb803159f6dc3c8ac8f9c610dc40c4baf6884ced297932505a2dfcb6a904-d # internal
2025-08-20T23:03:29.9206228Z [00:02:15.204]➜  log
2025-08-20T23:03:29.9208631Z [00:02:15.204]➜  mkdir -p $WORK/b189/
2025-08-20T23:03:29.9220373Z [00:02:15.205]➜  cat >/tmp/go-build3700090427/b189/importcfg << 'EOF' # internal
2025-08-20T23:03:29.9221588Z [00:02:15.205]➜  # import config
2025-08-20T23:03:29.9223128Z [00:02:15.205]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:29.9223975Z [00:02:15.205]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.9224890Z [00:02:15.205]➜  packagefile log/internal=/tmp/go-build3700090427/b190/_pkg_.a
2025-08-20T23:03:29.9228659Z [00:02:15.205]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:29.9229945Z [00:02:15.205]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:29.9230675Z [00:02:15.205]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:29.9231491Z [00:02:15.205]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:29.9232330Z [00:02:15.205]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:29.9232934Z [00:02:15.205]➜  EOF
2025-08-20T23:03:29.9235369Z [00:02:15.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b189=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid SSqjE6Su3SsqpCfAlOmL/SSqjE6Su3SsqpCfAlOmL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/.go/src/log/log.go
2025-08-20T23:03:29.9273115Z [00:02:15.210]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T23:03:29.9282992Z [00:02:15.211]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/30/3051cf7aff3b3091f46cb712a2e6caa7c2438d2d9a6f271d8ffe97102cf1fc3f-d # internal
2025-08-20T23:03:29.9316421Z [00:02:15.215]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T23:03:29.9319029Z [00:02:15.215]➜  mkdir -p $WORK/b191/
2025-08-20T23:03:29.9323217Z [00:02:15.215]➜  cat >/tmp/go-build3700090427/b191/importcfg << 'EOF' # internal
2025-08-20T23:03:29.9324186Z [00:02:15.215]➜  # import config
2025-08-20T23:03:29.9325184Z [00:02:15.215]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T23:03:29.9326607Z [00:02:15.215]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:29.9332226Z [00:02:15.215]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:29.9333235Z [00:02:15.215]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3700090427/b187/_pkg_.a
2025-08-20T23:03:29.9334549Z [00:02:15.215]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.9335422Z [00:02:15.215]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:29.9336314Z [00:02:15.215]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:29.9337029Z [00:02:15.215]➜  EOF
2025-08-20T23:03:29.9344608Z [00:02:15.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b191=>" -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/b191/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-20T23:03:29.9522042Z [00:02:15.233]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T23:03:29.9663262Z [00:02:15.249]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/88/882893e790051a504c2ac3c272d070d50b23a7871a9f9823ab6318d9caaf86ab-d # internal
2025-08-20T23:03:29.9685073Z [00:02:15.252]➜  net/textproto
2025-08-20T23:03:29.9697239Z [00:02:15.253]➜  mkdir -p $WORK/b192/
2025-08-20T23:03:29.9698015Z [00:02:15.253]➜  cat >/tmp/go-build3700090427/b192/importcfg << 'EOF' # internal
2025-08-20T23:03:29.9698688Z [00:02:15.253]➜  # import config
2025-08-20T23:03:29.9699569Z [00:02:15.253]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:29.9700425Z [00:02:15.253]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:29.9701490Z [00:02:15.253]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:29.9702274Z [00:02:15.253]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:29.9703022Z [00:02:15.253]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:29.9703782Z [00:02:15.253]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:29.9704550Z [00:02:15.253]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:29.9705334Z [00:02:15.253]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:29.9706133Z [00:02:15.253]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:29.9706908Z [00:02:15.253]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:29.9707483Z [00:02:15.253]➜  EOF
2025-08-20T23:03:29.9711484Z [00:02:15.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b192=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid rsAo-poWLEXnfYrV9SC2/rsAo-poWLEXnfYrV9SC2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/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-20T23:03:30.0304166Z [00:02:15.313]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T23:03:30.0322200Z [00:02:15.315]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/25/25dca8313fc3b5cb3e64479e477553e8337ce8ff83d44991e9824aa5e282cf62-d # internal
2025-08-20T23:03:30.0331224Z [00:02:15.316]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T23:03:30.0333692Z [00:02:15.316]➜  mkdir -p $WORK/b188/
2025-08-20T23:03:30.0342094Z [00:02:15.317]➜  cat >/tmp/go-build3700090427/b188/importcfg << 'EOF' # internal
2025-08-20T23:03:30.0343412Z [00:02:15.317]➜  # import config
2025-08-20T23:03:30.0346059Z [00:02:15.317]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:30.0346967Z [00:02:15.317]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:03:30.0347821Z [00:02:15.317]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.0348561Z [00:02:15.317]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:30.0349263Z [00:02:15.317]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:30.0352904Z [00:02:15.317]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:30.0353590Z [00:02:15.317]➜  EOF
2025-08-20T23:03:30.0359550Z [00:02:15.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b188=>" -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/b188/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-20T23:03:30.1325732Z [00:02:15.416]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T23:03:30.1342051Z [00:02:15.416]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/1c/1c1b7a0883e6d4d80e61df93c2e697b15a8f0cadbdaf826ba9a19338f0c1a0ca-d # internal
2025-08-20T23:03:30.1343223Z [00:02:15.416]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T23:03:30.1343802Z [00:02:15.416]➜  mkdir -p $WORK/b194/
2025-08-20T23:03:30.1353427Z [00:02:15.419]➜  cat >/tmp/go-build3700090427/b194/importcfg << 'EOF' # internal
2025-08-20T23:03:30.1354538Z [00:02:15.419]➜  # import config
2025-08-20T23:03:30.1357484Z [00:02:15.419]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:30.1358337Z [00:02:15.419]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:30.1359140Z [00:02:15.419]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.1360118Z [00:02:15.419]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:30.1360903Z [00:02:15.419]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:30.1361570Z [00:02:15.419]➜  EOF
2025-08-20T23:03:30.1388599Z [00:02:15.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b194=>" -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/b194/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-20T23:03:30.2224775Z [00:02:15.506]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T23:03:30.2255839Z [00:02:15.509]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T23:03:30.2278440Z [00:02:15.511]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/33/33c4eb71fa76cbecb0682a6ea382f0f2685742cae6e1dabfd36cb1b768c1624c-d # internal
2025-08-20T23:03:30.2292402Z [00:02:15.511]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T23:03:30.2293330Z [00:02:15.512]➜  mkdir -p $WORK/b186/
2025-08-20T23:03:30.2294289Z [00:02:15.512]➜  cat >/tmp/go-build3700090427/b186/importcfg << 'EOF' # internal
2025-08-20T23:03:30.2295486Z [00:02:15.512]➜  # import config
2025-08-20T23:03:30.2296465Z [00:02:15.512]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T23:03:30.2297809Z [00:02:15.512]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T23:03:30.2298980Z [00:02:15.512]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:30.2300427Z [00:02:15.512]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3700090427/b187/_pkg_.a
2025-08-20T23:03:30.2301756Z [00:02:15.512]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3700090427/b188/_pkg_.a
2025-08-20T23:03:30.2302936Z [00:02:15.512]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:30.2303722Z [00:02:15.512]➜  EOF
2025-08-20T23:03:30.2307978Z [00:02:15.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b186=>" -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/b186/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-20T23:03:30.2401177Z [00:02:15.523]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/1a/1a56840bb6c354ddbabcfeeeeb024fdb0c2145e0bb62b44d1a9f2c79794c8133-d # internal
2025-08-20T23:03:30.2407457Z [00:02:15.524]➜  crypto/x509
2025-08-20T23:03:30.2410142Z [00:02:15.524]➜  mkdir -p $WORK/b180/
2025-08-20T23:03:30.2417585Z [00:02:15.525]➜  cat >/tmp/go-build3700090427/b180/importcfg << 'EOF' # internal
2025-08-20T23:03:30.2424851Z [00:02:15.525]➜  # import config
2025-08-20T23:03:30.2425720Z [00:02:15.525]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T23:03:30.2427000Z [00:02:15.525]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T23:03:30.2428351Z [00:02:15.525]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:30.2429195Z [00:02:15.525]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:30.2430261Z [00:02:15.525]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:03:30.2431168Z [00:02:15.525]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:30.2432057Z [00:02:15.525]➜  packagefile crypto/des=/tmp/go-build3700090427/b139/_pkg_.a
2025-08-20T23:03:30.2432915Z [00:02:15.525]➜  packagefile crypto/dsa=/tmp/go-build3700090427/b181/_pkg_.a
2025-08-20T23:03:30.2433781Z [00:02:15.525]➜  packagefile crypto/ecdh=/tmp/go-build3700090427/b140/_pkg_.a
2025-08-20T23:03:30.2434682Z [00:02:15.525]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:03:30.2435892Z [00:02:15.525]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:03:30.2437051Z [00:02:15.525]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:03:30.2438106Z [00:02:15.525]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:03:30.2439233Z [00:02:15.525]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:30.2441823Z [00:02:15.525]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:03:30.2443035Z [00:02:15.525]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:30.2444254Z [00:02:15.525]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:03:30.2445399Z [00:02:15.525]➜  packagefile crypto/x509/pkix=/tmp/go-build3700090427/b182/_pkg_.a
2025-08-20T23:03:30.2446486Z [00:02:15.525]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:03:30.2458380Z [00:02:15.525]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:30.2459917Z [00:02:15.525]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:03:30.2460863Z [00:02:15.525]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:30.2461765Z [00:02:15.525]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.2462800Z [00:02:15.525]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3700090427/b154/_pkg_.a
2025-08-20T23:03:30.2464081Z [00:02:15.525]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3700090427/b156/_pkg_.a
2025-08-20T23:03:30.2465195Z [00:02:15.525]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:30.2466117Z [00:02:15.525]➜  packagefile internal/goos=/tmp/go-build3700090427/b018/_pkg_.a
2025-08-20T23:03:30.2466941Z [00:02:15.525]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:30.2467721Z [00:02:15.525]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:30.2468549Z [00:02:15.525]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:30.2469626Z [00:02:15.525]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:30.2470474Z [00:02:15.525]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:30.2471278Z [00:02:15.525]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:30.2472146Z [00:02:15.525]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:30.2472994Z [00:02:15.525]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:30.2473827Z [00:02:15.525]➜  packagefile net/netip=/tmp/go-build3700090427/b088/_pkg_.a
2025-08-20T23:03:30.2474671Z [00:02:15.525]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:30.2475485Z [00:02:15.525]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:30.2476337Z [00:02:15.525]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:30.2477225Z [00:02:15.525]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:30.2478084Z [00:02:15.525]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:30.2479217Z [00:02:15.525]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:30.2480269Z [00:02:15.525]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:30.2481121Z [00:02:15.525]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:30.2481916Z [00:02:15.525]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:30.2482712Z [00:02:15.525]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:30.2483558Z [00:02:15.525]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:03:30.2484434Z [00:02:15.525]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:30.2485085Z [00:02:15.525]➜  EOF
2025-08-20T23:03:30.2490701Z [00:02:15.525]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b180=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid _KpE45hwLezfNPu7jL2j/_KpE45hwLezfNPu7jL2j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/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-20T23:03:30.2591636Z [00:02:15.542]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T23:03:30.2599753Z [00:02:15.543]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/b9/b928c7151297398403660b1b9809ffe85f877e33acd41d2f9999547d7cdbd1e5-d # internal
2025-08-20T23:03:30.2614735Z [00:02:15.543]➜  mime
2025-08-20T23:03:30.2615299Z [00:02:15.544]➜  mkdir -p $WORK/b195/
2025-08-20T23:03:30.2616043Z [00:02:15.544]➜  cat >/tmp/go-build3700090427/b195/importcfg << 'EOF' # internal
2025-08-20T23:03:30.2616736Z [00:02:15.544]➜  # import config
2025-08-20T23:03:30.2620858Z [00:02:15.545]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:30.2621695Z [00:02:15.545]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:30.2622831Z [00:02:15.545]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:30.2624834Z [00:02:15.545]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:30.2633435Z [00:02:15.545]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.2634568Z [00:02:15.545]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:30.2635551Z [00:02:15.545]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:30.2636685Z [00:02:15.545]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:30.2637770Z [00:02:15.545]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:30.2638833Z [00:02:15.545]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:30.2640118Z [00:02:15.545]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:30.2641855Z [00:02:15.545]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:30.2642761Z [00:02:15.545]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:30.2643425Z [00:02:15.545]➜  EOF
2025-08-20T23:03:30.2683678Z [00:02:15.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b195=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid yfkW0OzRs3BX1DtZbK8J/yfkW0OzRs3BX1DtZbK8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/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-20T23:03:30.2687133Z [00:02:15.546]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T23:03:30.2688432Z [00:02:15.548]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/66/66909985228081b91f1bf1f5c0c424561a1e70477aec01bec971b687b5eb90b1-d # internal
2025-08-20T23:03:30.2689718Z [00:02:15.548]➜  mime/quotedprintable
2025-08-20T23:03:30.2690256Z [00:02:15.548]➜  mkdir -p $WORK/b197/
2025-08-20T23:03:30.2690948Z [00:02:15.551]➜  cat >/tmp/go-build3700090427/b197/importcfg << 'EOF' # internal
2025-08-20T23:03:30.2691614Z [00:02:15.551]➜  # import config
2025-08-20T23:03:30.2692274Z [00:02:15.551]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:30.2693095Z [00:02:15.551]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:30.2693881Z [00:02:15.551]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.2694665Z [00:02:15.551]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:30.2695240Z [00:02:15.551]➜  EOF
2025-08-20T23:03:30.2698554Z [00:02:15.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b197=>" -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/b197/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T23:03:30.3006024Z [00:02:15.584]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T23:03:30.3015630Z [00:02:15.585]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/79/791ddfd8b3983aae62df0ca0947d6fab622405d102638cb76f40e33d3c4928a0-d # internal
2025-08-20T23:03:30.3019265Z [00:02:15.585]➜  net/http/internal
2025-08-20T23:03:30.3022392Z [00:02:15.585]➜  mkdir -p $WORK/b199/
2025-08-20T23:03:30.3027098Z [00:02:15.586]➜  cat >/tmp/go-build3700090427/b199/importcfg << 'EOF' # internal
2025-08-20T23:03:30.3027853Z [00:02:15.586]➜  # import config
2025-08-20T23:03:30.3028561Z [00:02:15.586]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:30.3029657Z [00:02:15.586]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:30.3030534Z [00:02:15.586]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:30.3031359Z [00:02:15.586]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.3032184Z [00:02:15.586]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:30.3032806Z [00:02:15.586]➜  EOF
2025-08-20T23:03:30.3045908Z [00:02:15.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b199=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid CdC88mZs3j8lDIPodnRy/CdC88mZs3j8lDIPodnRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T23:03:30.3666975Z [00:02:15.650]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T23:03:30.3677470Z [00:02:15.651]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/2e/2ecafcd02ddf529e2f1d65253cd62347916f16e79e04abbed23c94d3cf9d8ebe-d # internal
2025-08-20T23:03:30.3686396Z [00:02:15.651]➜  net/http/internal/ascii
2025-08-20T23:03:30.3687002Z [00:02:15.651]➜  mkdir -p $WORK/b200/
2025-08-20T23:03:30.3687736Z [00:02:15.652]➜  cat >/tmp/go-build3700090427/b200/importcfg << 'EOF' # internal
2025-08-20T23:03:30.3688386Z [00:02:15.652]➜  # import config
2025-08-20T23:03:30.3689062Z [00:02:15.652]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:30.3690225Z [00:02:15.652]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:30.3690847Z [00:02:15.652]➜  EOF
2025-08-20T23:03:30.3693849Z [00:02:15.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b200=>" -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/b200/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T23:03:30.3883128Z [00:02:15.671]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T23:03:30.3891926Z [00:02:15.672]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/bb/bbe85c2847289e089ecaa936b2fe9f07c09fe76f93a723c5147ca2f8b0a26426-d # internal
2025-08-20T23:03:30.3893006Z [00:02:15.672]➜  log/slog/internal/buffer
2025-08-20T23:03:30.3893536Z [00:02:15.672]➜  mkdir -p $WORK/b205/
2025-08-20T23:03:30.3894224Z [00:02:15.672]➜  cat >/tmp/go-build3700090427/b205/importcfg << 'EOF' # internal
2025-08-20T23:03:30.3894873Z [00:02:15.672]➜  # import config
2025-08-20T23:03:30.3895441Z [00:02:15.672]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:30.3895999Z [00:02:15.672]➜  EOF
2025-08-20T23:03:30.3898722Z [00:02:15.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b205=>" -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/b205/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T23:03:30.3985931Z [00:02:15.682]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T23:03:30.4024517Z [00:02:15.686]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/93/93c79bca53aeb43e2e6544e4e4f2cc3f0b78596410952a2fed343d8c28209bad-d # internal
2025-08-20T23:03:30.4038490Z [00:02:15.687]➜  vendor/golang.org/x/net/idna
2025-08-20T23:03:30.4044291Z [00:02:15.688]➜  mkdir -p $WORK/b185/
2025-08-20T23:03:30.4054031Z [00:02:15.689]➜  cat >/tmp/go-build3700090427/b185/importcfg << 'EOF' # internal
2025-08-20T23:03:30.4056133Z [00:02:15.689]➜  # import config
2025-08-20T23:03:30.4059179Z [00:02:15.689]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T23:03:30.4062295Z [00:02:15.689]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T23:03:30.4063419Z [00:02:15.689]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T23:03:30.4064366Z [00:02:15.689]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.4065438Z [00:02:15.689]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3700090427/b186/_pkg_.a
2025-08-20T23:03:30.4066706Z [00:02:15.689]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3700090427/b188/_pkg_.a
2025-08-20T23:03:30.4067918Z [00:02:15.689]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3700090427/b191/_pkg_.a
2025-08-20T23:03:30.4068955Z [00:02:15.689]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:30.4070033Z [00:02:15.689]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:30.4070926Z [00:02:15.689]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:30.4071595Z [00:02:15.689]➜  EOF
2025-08-20T23:03:30.4096618Z [00:02:15.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b185=>" -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/b185/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-20T23:03:30.4346004Z [00:02:15.718]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T23:03:30.4382930Z [00:02:15.721]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/36/36eb2e8aaccbeba90afc12b134521137935cf1e21b7a560ac87472a04d456af2-d # internal
2025-08-20T23:03:30.4396522Z [00:02:15.723]➜  log/slog
2025-08-20T23:03:30.4414601Z [00:02:15.724]➜  mkdir -p $WORK/b203/
2025-08-20T23:03:30.4416121Z [00:02:15.725]➜  cat >/tmp/go-build3700090427/b203/importcfg << 'EOF' # internal
2025-08-20T23:03:30.4422303Z [00:02:15.725]➜  # import config
2025-08-20T23:03:30.4423011Z [00:02:15.725]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:30.4423850Z [00:02:15.725]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:30.4424707Z [00:02:15.725]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:30.4425608Z [00:02:15.725]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:30.4426481Z [00:02:15.725]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:30.4427285Z [00:02:15.725]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.4428063Z [00:02:15.725]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:30.4428828Z [00:02:15.725]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:30.4432661Z [00:02:15.725]➜  packagefile log/internal=/tmp/go-build3700090427/b190/_pkg_.a
2025-08-20T23:03:30.4433686Z [00:02:15.725]➜  packagefile log/slog/internal=/tmp/go-build3700090427/b204/_pkg_.a
2025-08-20T23:03:30.4434748Z [00:02:15.725]➜  packagefile log/slog/internal/buffer=/tmp/go-build3700090427/b205/_pkg_.a
2025-08-20T23:03:30.4435707Z [00:02:15.725]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:30.4436546Z [00:02:15.725]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:30.4437706Z [00:02:15.725]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:30.4438605Z [00:02:15.725]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:30.4439651Z [00:02:15.725]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:30.4440500Z [00:02:15.725]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:30.4441346Z [00:02:15.725]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:30.4442229Z [00:02:15.725]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:30.4443068Z [00:02:15.725]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:30.4443875Z [00:02:15.725]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:30.4444742Z [00:02:15.725]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:30.4445410Z [00:02:15.725]➜  EOF
2025-08-20T23:03:30.4449984Z [00:02:15.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b203=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid G8YbV9anifGDd3tP3iIN/G8YbV9anifGDd3tP3iIN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/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-20T23:03:30.5198618Z [00:02:15.803]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T23:03:30.5235115Z [00:02:15.807]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/06/06edfede0e2d4363c2758e615d7aca4a11c0df726a5d3f4d6eaea40c735d7df0-d # internal
2025-08-20T23:03:30.5269898Z [00:02:15.807]➜  mime/multipart
2025-08-20T23:03:30.5270423Z [00:02:15.807]➜  mkdir -p $WORK/b196/
2025-08-20T23:03:30.5271201Z [00:02:15.807]➜  cat >/tmp/go-build3700090427/b196/importcfg << 'EOF' # internal
2025-08-20T23:03:30.5288973Z [00:02:15.807]➜  # import config
2025-08-20T23:03:30.5293703Z [00:02:15.807]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:30.5298054Z [00:02:15.807]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:30.5304887Z [00:02:15.807]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:30.5309697Z [00:02:15.807]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:30.5311221Z [00:02:15.807]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.5313872Z [00:02:15.807]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:30.5314815Z [00:02:15.807]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:30.5315791Z [00:02:15.807]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:30.5316696Z [00:02:15.807]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:30.5319888Z [00:02:15.807]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:03:30.5320825Z [00:02:15.807]➜  packagefile mime/quotedprintable=/tmp/go-build3700090427/b197/_pkg_.a
2025-08-20T23:03:30.5321862Z [00:02:15.809]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:03:30.5322675Z [00:02:15.809]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:30.5323503Z [00:02:15.809]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:30.5324367Z [00:02:15.809]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:30.5325171Z [00:02:15.809]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:30.5326012Z [00:02:15.809]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:30.5326623Z [00:02:15.809]➜  EOF
2025-08-20T23:03:30.5330737Z [00:02:15.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b196=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid rdBEtV92xch8WGncYCPO/rdBEtV92xch8WGncYCPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/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-20T23:03:30.6826638Z [00:02:15.966]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T23:03:30.6848257Z [00:02:15.968]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/f1/f107a750c9185b0f0c01f8b66c658890fb4a5edc02254438a86510f359ef4077-d # internal
2025-08-20T23:03:30.6855455Z [00:02:15.968]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T23:03:30.6856084Z [00:02:15.968]➜  mkdir -p $WORK/b184/
2025-08-20T23:03:30.6864686Z [00:02:15.970]➜  cat >/tmp/go-build3700090427/b184/importcfg << 'EOF' # internal
2025-08-20T23:03:30.6873769Z [00:02:15.970]➜  # import config
2025-08-20T23:03:30.6874551Z [00:02:15.970]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T23:03:30.6875609Z [00:02:15.970]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3700090427/b185/_pkg_.a
2025-08-20T23:03:30.6876621Z [00:02:15.970]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:30.6877550Z [00:02:15.970]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:03:30.6878479Z [00:02:15.970]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:30.6879555Z [00:02:15.970]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:30.6880234Z [00:02:15.970]➜  EOF
2025-08-20T23:03:30.6884120Z [00:02:15.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b184=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid 9-h8akP9lmzj3BeIR5_f/9-h8akP9lmzj3BeIR5_f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/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-20T23:03:30.7189718Z [00:02:16.002]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T23:03:30.7198088Z [00:02:16.003]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T23:03:30.7205795Z [00:02:16.004]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/05/059ca613da7efd5501a15385ba103fa14035d3ab61c168db0889ff7006cc0948-d # internal
2025-08-20T23:03:30.7209259Z [00:02:16.004]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T23:03:30.7214498Z [00:02:16.005]➜  mkdir -p $WORK/b193/
2025-08-20T23:03:30.7222791Z [00:02:16.005]➜  cat >/tmp/go-build3700090427/b193/importcfg << 'EOF' # internal
2025-08-20T23:03:30.7230961Z [00:02:16.006]➜  # import config
2025-08-20T23:03:30.7231672Z [00:02:16.006]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T23:03:30.7232524Z [00:02:16.006]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:30.7233308Z [00:02:16.006]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.7234186Z [00:02:16.006]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3700090427/b185/_pkg_.a
2025-08-20T23:03:30.7235128Z [00:02:16.006]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:30.7235968Z [00:02:16.006]➜  packagefile net/netip=/tmp/go-build3700090427/b088/_pkg_.a
2025-08-20T23:03:30.7242073Z [00:02:16.006]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:30.7243016Z [00:02:16.006]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:30.7243891Z [00:02:16.006]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:30.7244799Z [00:02:16.006]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:30.7245500Z [00:02:16.006]➜  EOF
2025-08-20T23:03:30.7249581Z [00:02:16.006]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b193=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid M752m75nbgeG_p1uw5Ti/M752m75nbgeG_p1uw5Ti -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T23:03:30.7253490Z [00:02:16.007]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/76/76bc09fa9a3b200a661d025027a5336fd82abbe4d8749ea1964149cce424f59c-d # internal
2025-08-20T23:03:30.7254553Z [00:02:16.007]➜  io/ioutil
2025-08-20T23:03:30.7255016Z [00:02:16.007]➜  mkdir -p $WORK/b209/
2025-08-20T23:03:30.7272812Z [00:02:16.011]➜  cat >/tmp/go-build3700090427/b209/importcfg << 'EOF' # internal
2025-08-20T23:03:30.7274610Z [00:02:16.011]➜  # import config
2025-08-20T23:03:30.7275442Z [00:02:16.011]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:30.7277794Z [00:02:16.011]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:30.7278666Z [00:02:16.011]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:30.7279634Z [00:02:16.011]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:30.7280456Z [00:02:16.011]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:30.7281077Z [00:02:16.011]➜  EOF
2025-08-20T23:03:30.7283988Z [00:02:16.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b209=>" -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/b209/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T23:03:30.8099302Z [00:02:16.093]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T23:03:30.8102630Z [00:02:16.093]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T23:03:30.8109155Z [00:02:16.094]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/67/6749c0b4b78d93b05703b24710c1b0415fc3b81371a12ff8ec6839535d279df0-d # internal
2025-08-20T23:03:30.8127857Z [00:02:16.096]➜  github.com/gofrs/flock
2025-08-20T23:03:30.8133943Z [00:02:16.096]➜  mkdir -p $WORK/b211/
2025-08-20T23:03:30.8134689Z [00:02:16.096]➜  cat >/tmp/go-build3700090427/b211/importcfg << 'EOF' # internal
2025-08-20T23:03:30.8135591Z [00:02:16.096]➜  # import config
2025-08-20T23:03:30.8136385Z [00:02:16.096]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:30.8138725Z [00:02:16.096]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:30.8139838Z [00:02:16.096]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:03:30.8140763Z [00:02:16.096]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:30.8141610Z [00:02:16.096]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:30.8142403Z [00:02:16.096]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:30.8143205Z [00:02:16.096]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:30.8143931Z [00:02:16.096]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:30.8144501Z [00:02:16.096]➜  EOF
2025-08-20T23:03:30.8147932Z [00:02:16.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gofrs/flock@v0.12.1=>github.com/gofrs/flock@v0.12.1;$WORK/b211=>" -p github.com/gofrs/flock -lang=go1.21 -complete -installsuffix shared -buildid LEdbE35c19jzN-7cDhta/LEdbE35c19jzN-7cDhta -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/go/pkg/mod/github.com/gofrs/flock@v0.12.1/flock.go /root/go/pkg/mod/github.com/gofrs/flock@v0.12.1/flock_unix.go
2025-08-20T23:03:30.8155279Z [00:02:16.097]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/aa/aa743cf9f125f1774607358bf34919152ad1cb98a8b556a4c1621e03d2799064-d # internal
2025-08-20T23:03:30.8156391Z [00:02:16.097]➜  os/exec
2025-08-20T23:03:30.8156881Z [00:02:16.097]➜  mkdir -p $WORK/b212/
2025-08-20T23:03:30.8157586Z [00:02:16.097]➜  cat >/tmp/go-build3700090427/b212/importcfg << 'EOF' # internal
2025-08-20T23:03:30.8158261Z [00:02:16.097]➜  # import config
2025-08-20T23:03:30.8158907Z [00:02:16.097]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:30.8159999Z [00:02:16.097]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:30.8160817Z [00:02:16.097]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:30.8161698Z [00:02:16.097]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:30.8162701Z [00:02:16.097]➜  packagefile internal/syscall/execenv=/tmp/go-build3700090427/b064/_pkg_.a
2025-08-20T23:03:30.8163810Z [00:02:16.097]➜  packagefile internal/syscall/unix=/tmp/go-build3700090427/b063/_pkg_.a
2025-08-20T23:03:30.8164701Z [00:02:16.097]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:30.8165476Z [00:02:16.097]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:30.8166255Z [00:02:16.097]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:30.8167066Z [00:02:16.097]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:30.8167928Z [00:02:16.097]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:30.8168717Z [00:02:16.097]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:30.8169737Z [00:02:16.097]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:30.8170584Z [00:02:16.097]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:30.8171396Z [00:02:16.097]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:30.8171967Z [00:02:16.097]➜  EOF
2025-08-20T23:03:30.8174900Z [00:02:16.097]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b212=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid KJw3gQLRo8k05qhHz5Ed/KJw3gQLRo8k05qhHz5Ed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/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-20T23:03:30.8446538Z [00:02:16.128]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T23:03:30.8553856Z [00:02:16.138]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/bf/bfc19bc44ad3fb3753e78e424509d838b84f0ba879f5ecb2f066e5f5fcb3e18d-d # internal
2025-08-20T23:03:30.8643988Z [00:02:16.147]➜  github.com/go-logr/logr
2025-08-20T23:03:30.8650281Z [00:02:16.147]➜  mkdir -p $WORK/b202/
2025-08-20T23:03:30.8651091Z [00:02:16.148]➜  cat >/tmp/go-build3700090427/b202/importcfg << 'EOF' # internal
2025-08-20T23:03:30.8651833Z [00:02:16.148]➜  # import config
2025-08-20T23:03:30.8652947Z [00:02:16.148]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:30.8654004Z [00:02:16.148]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.8655046Z [00:02:16.148]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:30.8656070Z [00:02:16.148]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:30.8659093Z [00:02:16.148]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:30.8660030Z [00:02:16.148]➜  EOF
2025-08-20T23:03:30.8665994Z [00:02:16.148]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.3=>github.com/go-logr/logr@v1.4.3;$WORK/b202=>" -p github.com/go-logr/logr -lang=go1.18 -complete -installsuffix shared -buildid ws0fkzkeYM4orTkjCGyH/ws0fkzkeYM4orTkjCGyH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/context.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/context_slog.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/discard.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/logr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/sloghandler.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/slogr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/slogsink.go
2025-08-20T23:03:30.8902545Z [00:02:16.173]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T23:03:30.8933292Z [00:02:16.174]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/67/672d36bf512d30d0bf7cdf498954621512acc3352f6b80acf4a2fd772c9854f4-d # internal
2025-08-20T23:03:30.8939884Z [00:02:16.176]➜  github.com/trufflesecurity/touchfile
2025-08-20T23:03:30.8940498Z [00:02:16.176]➜  mkdir -p $WORK/b210/
2025-08-20T23:03:30.8941209Z [00:02:16.176]➜  cat >/tmp/go-build3700090427/b210/importcfg << 'EOF' # internal
2025-08-20T23:03:30.8941834Z [00:02:16.176]➜  # import config
2025-08-20T23:03:30.8942531Z [00:02:16.176]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:30.8943606Z [00:02:16.176]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:30.8944736Z [00:02:16.176]➜  packagefile github.com/gofrs/flock=/tmp/go-build3700090427/b211/_pkg_.a
2025-08-20T23:03:30.8945856Z [00:02:16.176]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:30.8948775Z [00:02:16.176]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:30.8949837Z [00:02:16.176]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:30.8950723Z [00:02:16.176]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:30.8951522Z [00:02:16.176]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:30.8952120Z [00:02:16.176]➜  EOF
2025-08-20T23:03:30.8955797Z [00:02:16.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/trufflesecurity/touchfile@v0.1.1=>github.com/trufflesecurity/touchfile@v0.1.1;$WORK/b210=>" -p github.com/trufflesecurity/touchfile -lang=go1.23 -complete -installsuffix shared -buildid LItic9ADrWPUZaltUHXK/LItic9ADrWPUZaltUHXK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/go/pkg/mod/github.com/trufflesecurity/touchfile@v0.1.1/touchfile.go
2025-08-20T23:03:30.9679243Z [00:02:16.251]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T23:03:30.9688601Z [00:02:16.252]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/6c/6cd6068df14c632dee9f414f6513942fc1c22bdd4473a510f1b231dff85b7a1b-d # internal
2025-08-20T23:03:30.9693819Z [00:02:16.252]➜  os/signal
2025-08-20T23:03:30.9696097Z [00:02:16.252]➜  mkdir -p $WORK/b213/
2025-08-20T23:03:30.9696716Z [00:02:16.253]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T23:03:30.9716809Z [00:02:16.255]➜  echo -n > $WORK/b213/go_asm.h # internal
2025-08-20T23:03:30.9720484Z [00:02:16.255]➜  cd /root/.go/src/os/signal
2025-08-20T23:03:30.9722193Z [00:02:16.255]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b213=>" -I $WORK/b213/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b213/symabis ./sig.s
2025-08-20T23:03:30.9752401Z [00:02:16.258]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/4d/4d54bfca53e28401c25b13e4b002a130e4584fcf877ff2a7d6c9dcf7d72192c7-d # internal
2025-08-20T23:03:30.9757166Z [00:02:16.259]➜  github.com/mattn/go-runewidth
2025-08-20T23:03:30.9757781Z [00:02:16.259]➜  mkdir -p $WORK/b218/
2025-08-20T23:03:30.9771005Z [00:02:16.260]➜  cat >/tmp/go-build3700090427/b218/importcfg << 'EOF' # internal
2025-08-20T23:03:30.9772452Z [00:02:16.260]➜  # import config
2025-08-20T23:03:30.9773825Z [00:02:16.260]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3700090427/b219/_pkg_.a
2025-08-20T23:03:30.9775085Z [00:02:16.260]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:30.9776062Z [00:02:16.260]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:30.9778176Z [00:02:16.260]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:30.9779190Z [00:02:16.260]➜  EOF
2025-08-20T23:03:30.9781342Z [00:02:16.260]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:30.9785780Z [00:02:16.260]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b218=>" -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/b218/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-20T23:03:30.9830205Z [00:02:16.266]➜  cat >/tmp/go-build3700090427/b213/importcfg << 'EOF' # internal
2025-08-20T23:03:30.9830945Z [00:02:16.266]➜  # import config
2025-08-20T23:03:30.9831605Z [00:02:16.266]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:30.9832437Z [00:02:16.266]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:30.9833223Z [00:02:16.266]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:30.9834010Z [00:02:16.266]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:30.9834804Z [00:02:16.266]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:30.9835408Z [00:02:16.266]➜  EOF
2025-08-20T23:03:30.9838759Z [00:02:16.266]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b213=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 4dtaJE4bajf4i-nDBkXv/4dtaJE4bajf4i-nDBkXv -goversion go1.25.0 -symabis $WORK/b213/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack -asmhdr $WORK/b213/go_asm.h /root/.go/src/os/signal/doc.go /root/.go/src/os/signal/signal.go /root/.go/src/os/signal/signal_unix.go
2025-08-20T23:03:31.0005071Z [00:02:16.284]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T23:03:31.0020485Z [00:02:16.285]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/c9/c97ad76445e5b134f589b2b1b34660faf57ec0838b813442b6b900cbffe6c3f1-d # internal
2025-08-20T23:03:31.0035534Z [00:02:16.285]➜  golang.org/x/text/transform
2025-08-20T23:03:31.0036087Z [00:02:16.285]➜  mkdir -p $WORK/b221/
2025-08-20T23:03:31.0036791Z [00:02:16.286]➜  cat >/tmp/go-build3700090427/b221/importcfg << 'EOF' # internal
2025-08-20T23:03:31.0037431Z [00:02:16.286]➜  # import config
2025-08-20T23:03:31.0038062Z [00:02:16.286]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:31.0038820Z [00:02:16.286]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:31.0039744Z [00:02:16.286]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:31.0040628Z [00:02:16.286]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:31.0042236Z [00:02:16.286]➜  EOF
2025-08-20T23:03:31.0045781Z [00:02:16.286]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/transform=>golang.org/x/text@v0.27.0/transform;$WORK/b221=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid CMhylshZAMemxxIiYM7u/CMhylshZAMemxxIiYM7u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/transform/transform.go
2025-08-20T23:03:31.0475812Z [00:02:16.331]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T23:03:31.0486219Z [00:02:16.332]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/91/91a1ca208a482eca17c107f0d65b4a33f3ad2598c4d538a12241937b5d14e7d7-d # internal
2025-08-20T23:03:31.0502982Z [00:02:16.333]➜  golang.org/x/text/width
2025-08-20T23:03:31.0504430Z [00:02:16.333]➜  mkdir -p $WORK/b220/
2025-08-20T23:03:31.0506455Z [00:02:16.333]➜  cat >/tmp/go-build3700090427/b220/importcfg << 'EOF' # internal
2025-08-20T23:03:31.0511502Z [00:02:16.333]➜  # import config
2025-08-20T23:03:31.0513690Z [00:02:16.333]➜  packagefile golang.org/x/text/transform=/tmp/go-build3700090427/b221/_pkg_.a
2025-08-20T23:03:31.0514646Z [00:02:16.333]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:31.0515497Z [00:02:16.333]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:31.0516130Z [00:02:16.333]➜  EOF
2025-08-20T23:03:31.0523409Z [00:02:16.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/width=>golang.org/x/text@v0.27.0/width;$WORK/b220=>" -p golang.org/x/text/width -lang=go1.23 -complete -installsuffix shared -buildid atbvy9yTpTnDxZ08Wv8x/atbvy9yTpTnDxZ08Wv8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/width/kind_string.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/width/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/width/transform.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/width/trieval.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/width/width.go
2025-08-20T23:03:31.0543677Z [00:02:16.337]➜  cd /root/.go/src/os/signal
2025-08-20T23:03:31.0547398Z [00:02:16.338]➜  /root/.go/pkg/tool/linux_amd64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b213=>" -I $WORK/b213/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b213/sig.o ./sig.s
2025-08-20T23:03:31.0582478Z [00:02:16.341]➜  go tool pack r $WORK/b213/_pkg_.a $WORK/b213/sig.o # internal
2025-08-20T23:03:31.0583326Z [00:02:16.341]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T23:03:31.0592249Z [00:02:16.342]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/e0/e08026d2aa13e3e6f3c2b657285cc20edefff99a9bd39456d96ef2788cc377ae-d # internal
2025-08-20T23:03:31.0615519Z [00:02:16.344]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T23:03:31.0616843Z [00:02:16.345]➜  html
2025-08-20T23:03:31.0617671Z [00:02:16.345]➜  mkdir -p $WORK/b222/
2025-08-20T23:03:31.0618567Z [00:02:16.345]➜  cat >/tmp/go-build3700090427/b222/importcfg << 'EOF' # internal
2025-08-20T23:03:31.0620071Z [00:02:16.345]➜  # import config
2025-08-20T23:03:31.0622195Z [00:02:16.345]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.0622984Z [00:02:16.345]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:31.0623838Z [00:02:16.345]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:31.0624472Z [00:02:16.345]➜  EOF
2025-08-20T23:03:31.0624951Z [00:02:16.345]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:31.0627989Z [00:02:16.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b222=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid Y35p46kOumeGfB2fxVra/Y35p46kOumeGfB2fxVra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T23:03:31.0631272Z [00:02:16.345]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/74/74137ec69c1d323ae63052c516a095c22d3d2c4dcc3f9a2856608c85d4b1b154-d # internal
2025-08-20T23:03:31.0632540Z [00:02:16.345]➜  github.com/getsentry/sentry-go/internal/otel/baggage
2025-08-20T23:03:31.0633172Z [00:02:16.345]➜  mkdir -p $WORK/b231/
2025-08-20T23:03:31.0633841Z [00:02:16.345]➜  cat >/tmp/go-build3700090427/b231/importcfg << 'EOF' # internal
2025-08-20T23:03:31.0634494Z [00:02:16.345]➜  # import config
2025-08-20T23:03:31.0635128Z [00:02:16.345]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:31.0635905Z [00:02:16.345]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:31.0637168Z [00:02:16.345]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage=/tmp/go-build3700090427/b232/_pkg_.a
2025-08-20T23:03:31.0638458Z [00:02:16.345]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:31.0650531Z [00:02:16.345]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:31.0651508Z [00:02:16.345]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.0652383Z [00:02:16.345]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:31.0653148Z [00:02:16.345]➜  EOF
2025-08-20T23:03:31.0657285Z [00:02:16.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/otel/baggage=>github.com/getsentry/sentry-go@v0.32.0/internal/otel/baggage;$WORK/b231=>" -p github.com/getsentry/sentry-go/internal/otel/baggage -lang=go1.21 -complete -installsuffix shared -buildid OxhzRyd1FFczBx85hVm4/OxhzRyd1FFczBx85hVm4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/otel/baggage/baggage.go
2025-08-20T23:03:31.0783993Z [00:02:16.361]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T23:03:31.0857216Z [00:02:16.368]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/7f/7fdadfe5fc804e6b41fead67ea8a8e26734f505785387942514ab7ea502cd41f-d # internal
2025-08-20T23:03:31.0886024Z [00:02:16.371]➜  crypto/tls
2025-08-20T23:03:31.0888793Z [00:02:16.371]➜  mkdir -p $WORK/b137/
2025-08-20T23:03:31.0889733Z [00:02:16.371]➜  cat >/tmp/go-build3700090427/b137/importcfg << 'EOF' # internal
2025-08-20T23:03:31.0891634Z [00:02:16.371]➜  # import config
2025-08-20T23:03:31.0893696Z [00:02:16.371]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T23:03:31.0896044Z [00:02:16.371]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T23:03:31.0907153Z [00:02:16.371]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:31.0908703Z [00:02:16.371]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:03:31.0910147Z [00:02:16.371]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:31.0912117Z [00:02:16.371]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:31.0913308Z [00:02:16.371]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:03:31.0914736Z [00:02:16.371]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:31.0916213Z [00:02:16.371]➜  packagefile crypto/des=/tmp/go-build3700090427/b139/_pkg_.a
2025-08-20T23:03:31.0917406Z [00:02:16.371]➜  packagefile crypto/ecdh=/tmp/go-build3700090427/b140/_pkg_.a
2025-08-20T23:03:31.0918854Z [00:02:16.371]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:03:31.0920544Z [00:02:16.371]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:03:31.0922345Z [00:02:16.371]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:03:31.0924104Z [00:02:16.371]➜  packagefile crypto/hkdf=/tmp/go-build3700090427/b160/_pkg_.a
2025-08-20T23:03:31.0925645Z [00:02:16.371]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:03:31.0926866Z [00:02:16.371]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:03:31.0928187Z [00:02:16.371]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3700090427/b113/_pkg_.a
2025-08-20T23:03:31.0929996Z [00:02:16.371]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3700090427/b126/_pkg_.a
2025-08-20T23:03:31.0931734Z [00:02:16.372]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3700090427/b163/_pkg_.a
2025-08-20T23:03:31.0933130Z [00:02:16.372]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3700090427/b164/_pkg_.a
2025-08-20T23:03:31.0934769Z [00:02:16.372]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3700090427/b165/_pkg_.a
2025-08-20T23:03:31.0936415Z [00:02:16.372]➜  packagefile crypto/internal/hpke=/tmp/go-build3700090427/b166/_pkg_.a
2025-08-20T23:03:31.0937925Z [00:02:16.372]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:03:31.0939086Z [00:02:16.372]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:31.0941431Z [00:02:16.372]➜  packagefile crypto/rc4=/tmp/go-build3700090427/b173/_pkg_.a
2025-08-20T23:03:31.0942314Z [00:02:16.372]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:31.0943164Z [00:02:16.372]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:03:31.0944041Z [00:02:16.372]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:31.0944934Z [00:02:16.372]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:03:31.0945805Z [00:02:16.372]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:31.0946819Z [00:02:16.372]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3700090427/b178/_pkg_.a
2025-08-20T23:03:31.0947812Z [00:02:16.372]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:31.0948953Z [00:02:16.372]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:03:31.0949965Z [00:02:16.372]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:31.0950755Z [00:02:16.372]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:31.0951808Z [00:02:16.372]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3700090427/b167/_pkg_.a
2025-08-20T23:03:31.0953065Z [00:02:16.372]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3700090427/b154/_pkg_.a
2025-08-20T23:03:31.0954045Z [00:02:16.372]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:31.0954927Z [00:02:16.372]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:31.0955839Z [00:02:16.372]➜  packagefile internal/cpu=/tmp/go-build3700090427/b012/_pkg_.a
2025-08-20T23:03:31.0956763Z [00:02:16.372]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:31.0957616Z [00:02:16.372]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:31.0958370Z [00:02:16.372]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:31.0959121Z [00:02:16.372]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:31.0960106Z [00:02:16.372]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:31.0960965Z [00:02:16.372]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:31.0961757Z [00:02:16.372]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:31.0962546Z [00:02:16.372]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:31.0963359Z [00:02:16.372]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.0964133Z [00:02:16.372]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:31.0965254Z [00:02:16.372]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:31.0966117Z [00:02:16.372]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:31.0966911Z [00:02:16.372]➜  packagefile weak=/tmp/go-build3700090427/b090/_pkg_.a
2025-08-20T23:03:31.0967499Z [00:02:16.372]➜  EOF
2025-08-20T23:03:31.0986373Z [00:02:16.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b137=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid FET5YMvMR5rInCHVI6bI/FET5YMvMR5rInCHVI6bI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b137/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-20T23:03:31.1230845Z [00:02:16.406]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T23:03:31.1253761Z [00:02:16.408]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/9c/9c3641f13dc764266f8f387b7d6ee037fa449ad643b188a87e2bea2a058875da-d # internal
2025-08-20T23:03:31.1258037Z [00:02:16.409]➜  golang.org/x/text/internal/tag
2025-08-20T23:03:31.1258667Z [00:02:16.409]➜  mkdir -p $WORK/b238/
2025-08-20T23:03:31.1264685Z [00:02:16.410]➜  cat >/tmp/go-build3700090427/b238/importcfg << 'EOF' # internal
2025-08-20T23:03:31.1277886Z [00:02:16.410]➜  # import config
2025-08-20T23:03:31.1278527Z [00:02:16.410]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:31.1279524Z [00:02:16.410]➜  EOF
2025-08-20T23:03:31.1282791Z [00:02:16.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/tag=>golang.org/x/text@v0.27.0/internal/tag;$WORK/b238=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid nPgsaTgTGPWS1ppUcJVA/nPgsaTgTGPWS1ppUcJVA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/tag/tag.go
2025-08-20T23:03:31.1378843Z [00:02:16.421]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T23:03:31.1394658Z [00:02:16.423]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/b1/b1cf28aadc161f8a5b738b58998db6d601600c07dbe053fe2cbf7e60b53f005b-d # internal
2025-08-20T23:03:31.1453313Z [00:02:16.428]➜  golang.org/x/text/unicode/norm
2025-08-20T23:03:31.1458685Z [00:02:16.428]➜  mkdir -p $WORK/b240/
2025-08-20T23:03:31.1459628Z [00:02:16.429]➜  cat >/tmp/go-build3700090427/b240/importcfg << 'EOF' # internal
2025-08-20T23:03:31.1460338Z [00:02:16.429]➜  # import config
2025-08-20T23:03:31.1461104Z [00:02:16.429]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:31.1463475Z [00:02:16.429]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:31.1465634Z [00:02:16.429]➜  packagefile golang.org/x/text/transform=/tmp/go-build3700090427/b221/_pkg_.a
2025-08-20T23:03:31.1466747Z [00:02:16.429]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:31.1467700Z [00:02:16.429]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:31.1468702Z [00:02:16.429]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:31.1469629Z [00:02:16.429]➜  EOF
2025-08-20T23:03:31.1477328Z [00:02:16.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm=>golang.org/x/text@v0.27.0/unicode/norm;$WORK/b240=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid DKxteRv8fhKNIzLts60D/DKxteRv8fhKNIzLts60D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/norm/trie.go
2025-08-20T23:03:31.1499515Z [00:02:16.433]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T23:03:31.1503115Z [00:02:16.433]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/89/89569eef537f5f8221a366b530845699e46b9fb66446b4822cdad4342b972331-d # internal
2025-08-20T23:03:31.1519979Z [00:02:16.435]➜  golang.org/x/text/internal/language
2025-08-20T23:03:31.1562494Z [00:02:16.439]➜  mkdir -p $WORK/b237/
2025-08-20T23:03:31.1568611Z [00:02:16.439]➜  cat >/tmp/go-build3700090427/b237/importcfg << 'EOF' # internal
2025-08-20T23:03:31.1569470Z [00:02:16.439]➜  # import config
2025-08-20T23:03:31.1570159Z [00:02:16.439]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:31.1571019Z [00:02:16.439]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:31.1571865Z [00:02:16.439]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:31.1573139Z [00:02:16.439]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3700090427/b238/_pkg_.a
2025-08-20T23:03:31.1574333Z [00:02:16.439]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:31.1586377Z [00:02:16.439]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:31.1587618Z [00:02:16.439]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.1588286Z [00:02:16.439]➜  EOF
2025-08-20T23:03:31.1600078Z [00:02:16.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language=>golang.org/x/text@v0.27.0/internal/language;$WORK/b237=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid ZV21sdnLKG7EQW0CMz9Z/ZV21sdnLKG7EQW0CMz9Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/tags.go
2025-08-20T23:03:31.1658650Z [00:02:16.449]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T23:03:31.1671751Z [00:02:16.450]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/e7/e789d9263ba3d8aa7bbfa19f7e9f776054797192b9c81340a3e78a51afad4790-d # internal
2025-08-20T23:03:31.1677424Z [00:02:16.451]➜  github.com/jedib0t/go-pretty/v6/text
2025-08-20T23:03:31.1680678Z [00:02:16.451]➜  mkdir -p $WORK/b217/
2025-08-20T23:03:31.1711244Z [00:02:16.451]➜  cat >/tmp/go-build3700090427/b217/importcfg << 'EOF' # internal
2025-08-20T23:03:31.1712818Z [00:02:16.451]➜  # import config
2025-08-20T23:03:31.1715597Z [00:02:16.451]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:31.1716515Z [00:02:16.451]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:31.1717365Z [00:02:16.451]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:31.1718354Z [00:02:16.452]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3700090427/b218/_pkg_.a
2025-08-20T23:03:31.1719656Z [00:02:16.452]➜  packagefile golang.org/x/text/width=/tmp/go-build3700090427/b220/_pkg_.a
2025-08-20T23:03:31.1720577Z [00:02:16.452]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:31.1721367Z [00:02:16.452]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:31.1722240Z [00:02:16.452]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:31.1723069Z [00:02:16.452]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.1723877Z [00:02:16.452]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:31.1724649Z [00:02:16.452]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:31.1725446Z [00:02:16.452]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:31.1726290Z [00:02:16.452]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:31.1726927Z [00:02:16.452]➜  EOF
2025-08-20T23:03:31.1737857Z [00:02:16.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text=>github.com/jedib0t/go-pretty/v6@v6.6.7/text;$WORK/b217=>" -p github.com/jedib0t/go-pretty/v6/text -lang=go1.18 -complete -installsuffix shared -buildid WpWBUvdqjbc7gV2mkcmo/WpWBUvdqjbc7gV2mkcmo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/align.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/ansi.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/ansi_unix.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/color.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/color_html.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/cursor.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/direction.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/escape_seq_parser.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/filter.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/format.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/hyperlink.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/string.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/transformer.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/valign.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/text/wrap.go
2025-08-20T23:03:31.4317653Z [00:02:16.715]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T23:03:31.4384282Z [00:02:16.722]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T23:03:31.4398619Z [00:02:16.723]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/c3/c3a64849780767db5e54563bd360ef46c2fb0d9927e5cce174e4fc89dfb8b81c-d # internal
2025-08-20T23:03:31.4402273Z [00:02:16.723]➜  golang.org/x/text/internal/language/compact
2025-08-20T23:03:31.4404865Z [00:02:16.724]➜  mkdir -p $WORK/b239/
2025-08-20T23:03:31.4419074Z [00:02:16.725]➜  cat >/tmp/go-build3700090427/b239/importcfg << 'EOF' # internal
2025-08-20T23:03:31.4454783Z [00:02:16.725]➜  # import config
2025-08-20T23:03:31.4455700Z [00:02:16.725]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3700090427/b237/_pkg_.a
2025-08-20T23:03:31.4456743Z [00:02:16.725]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:31.4457600Z [00:02:16.725]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.4458243Z [00:02:16.725]➜  EOF
2025-08-20T23:03:31.4465202Z [00:02:16.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact=>golang.org/x/text@v0.27.0/internal/language/compact;$WORK/b239=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid cZvo21mvWe-uGFKKIoEv/cZvo21mvWe-uGFKKIoEv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/language/compact/tags.go
2025-08-20T23:03:31.4511580Z [00:02:16.732]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/e0/e03024102f1d9e761dedfd07ffe22742fa75d64440c09badb2aaac435ad9f36f-d # internal
2025-08-20T23:03:31.4518094Z [00:02:16.734]➜  github.com/jedib0t/go-pretty/v6/table
2025-08-20T23:03:31.4518733Z [00:02:16.734]➜  mkdir -p $WORK/b216/
2025-08-20T23:03:31.4551392Z [00:02:16.735]➜  cat >/tmp/go-build3700090427/b216/importcfg << 'EOF' # internal
2025-08-20T23:03:31.4553246Z [00:02:16.735]➜  # import config
2025-08-20T23:03:31.4553930Z [00:02:16.736]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:31.4555056Z [00:02:16.736]➜  packagefile github.com/jedib0t/go-pretty/v6/text=/tmp/go-build3700090427/b217/_pkg_.a
2025-08-20T23:03:31.4556099Z [00:02:16.736]➜  packagefile html=/tmp/go-build3700090427/b222/_pkg_.a
2025-08-20T23:03:31.4556919Z [00:02:16.736]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:31.4557759Z [00:02:16.736]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:31.4558584Z [00:02:16.736]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:31.4559594Z [00:02:16.736]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:31.4560459Z [00:02:16.736]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.4561607Z [00:02:16.736]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:31.4562419Z [00:02:16.736]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:31.4563287Z [00:02:16.736]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:31.4563974Z [00:02:16.736]➜  EOF
2025-08-20T23:03:31.4579957Z [00:02:16.736]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table=>github.com/jedib0t/go-pretty/v6@v6.6.7/table;$WORK/b216=>" -p github.com/jedib0t/go-pretty/v6/table -lang=go1.18 -complete -installsuffix shared -buildid SbWlrajjgxMhM2TY65i7/SbWlrajjgxMhM2TY65i7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/config.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/pager.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/pager_options.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/render.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/render_csv.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/render_hint.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/render_html.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/render_init.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/render_markdown.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/render_tsv.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/row.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/sort.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/style.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/table.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/util.go /root/go/pkg/mod/github.com/jedib0t/go-pretty/v6@v6.6.7/table/writer.go
2025-08-20T23:03:31.5212349Z [00:02:16.804]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T23:03:31.5226282Z [00:02:16.806]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/57/570994499edbdd75b1ccc0968865ddeb69ddc01acc098b55edc8a609e91784a6-d # internal
2025-08-20T23:03:31.5231932Z [00:02:16.806]➜  golang.org/x/text/language
2025-08-20T23:03:31.5234510Z [00:02:16.806]➜  mkdir -p $WORK/b236/
2025-08-20T23:03:31.5242364Z [00:02:16.807]➜  cat >/tmp/go-build3700090427/b236/importcfg << 'EOF' # internal
2025-08-20T23:03:31.5251571Z [00:02:16.808]➜  # import config
2025-08-20T23:03:31.5252431Z [00:02:16.808]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:31.5253289Z [00:02:16.808]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:31.5254333Z [00:02:16.808]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3700090427/b237/_pkg_.a
2025-08-20T23:03:31.5255696Z [00:02:16.808]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3700090427/b239/_pkg_.a
2025-08-20T23:03:31.5256787Z [00:02:16.808]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:31.5257627Z [00:02:16.808]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:31.5258461Z [00:02:16.808]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.5259087Z [00:02:16.808]➜  EOF
2025-08-20T23:03:31.5265097Z [00:02:16.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/language=>golang.org/x/text@v0.27.0/language;$WORK/b236=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid X8LvIm0b73aYWh9zEnZ6/X8LvIm0b73aYWh9zEnZ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/language/tags.go
2025-08-20T23:03:31.5627267Z [00:02:16.846]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T23:03:31.5691333Z [00:02:16.849]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/b2/b217c290cb1a84c97f8cc5a704d0d9bbddf7aa75396211d984eef0f8160bc25b-d # internal
2025-08-20T23:03:31.5692493Z [00:02:16.849]➜  go/build/constraint
2025-08-20T23:03:31.5693039Z [00:02:16.849]➜  mkdir -p $WORK/b242/
2025-08-20T23:03:31.5695735Z [00:02:16.853]➜  cat >/tmp/go-build3700090427/b242/importcfg << 'EOF' # internal
2025-08-20T23:03:31.5697076Z [00:02:16.853]➜  # import config
2025-08-20T23:03:31.5698102Z [00:02:16.853]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:31.5699045Z [00:02:16.853]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:31.5700133Z [00:02:16.853]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.5701006Z [00:02:16.853]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:31.5701917Z [00:02:16.853]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:31.5702590Z [00:02:16.853]➜  EOF
2025-08-20T23:03:31.5705864Z [00:02:16.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b242=>" -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/b242/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T23:03:31.6444292Z [00:02:16.928]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T23:03:31.6446810Z [00:02:16.928]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/83/83c7651baf17d3c686a7e83d6e43c0a4ebb6fb06bd6fe324f08a3d43a75a0c5c-d # internal
2025-08-20T23:03:31.6447998Z [00:02:16.928]➜  go/parser
2025-08-20T23:03:31.6448492Z [00:02:16.928]➜  mkdir -p $WORK/b243/
2025-08-20T23:03:31.6466500Z [00:02:16.930]➜  cat >/tmp/go-build3700090427/b243/importcfg << 'EOF' # internal
2025-08-20T23:03:31.6469050Z [00:02:16.930]➜  # import config
2025-08-20T23:03:31.6469922Z [00:02:16.930]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:31.6470712Z [00:02:16.930]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:31.6471512Z [00:02:16.930]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:31.6472300Z [00:02:16.930]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:31.6473192Z [00:02:16.930]➜  packagefile go/build/constraint=/tmp/go-build3700090427/b242/_pkg_.a
2025-08-20T23:03:31.6474113Z [00:02:16.930]➜  packagefile go/scanner=/tmp/go-build3700090427/b075/_pkg_.a
2025-08-20T23:03:31.6474955Z [00:02:16.930]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:31.6475842Z [00:02:16.930]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:31.6476584Z [00:02:16.930]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:31.6477357Z [00:02:16.930]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:31.6478140Z [00:02:16.930]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:31.6478973Z [00:02:16.930]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.6479772Z [00:02:16.930]➜  EOF
2025-08-20T23:03:31.6482983Z [00:02:16.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b243/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b243=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid gAr9WaN61HdCp6LNJLAZ/gAr9WaN61HdCp6LNJLAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/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-20T23:03:31.7160050Z [00:02:16.999]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T23:03:31.7205343Z [00:02:17.004]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/3e/3eadafe3b152c220433ceab8446e5bbc15caf46f15f5ccfd3fd61b7431b13af4-d # internal
2025-08-20T23:03:31.7213407Z [00:02:17.004]➜  golang.org/x/text/internal
2025-08-20T23:03:31.7221264Z [00:02:17.005]➜  mkdir -p $WORK/b235/
2025-08-20T23:03:31.7230576Z [00:02:17.006]➜  cat >/tmp/go-build3700090427/b235/importcfg << 'EOF' # internal
2025-08-20T23:03:31.7239609Z [00:02:17.006]➜  # import config
2025-08-20T23:03:31.7240491Z [00:02:17.006]➜  packagefile golang.org/x/text/language=/tmp/go-build3700090427/b236/_pkg_.a
2025-08-20T23:03:31.7241476Z [00:02:17.006]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:31.7242117Z [00:02:17.006]➜  EOF
2025-08-20T23:03:31.7252664Z [00:02:17.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/internal=>golang.org/x/text@v0.27.0/internal;$WORK/b235=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid A3eE31lNbbBHOSDL_wmR/A3eE31lNbbBHOSDL_wmR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/internal/match.go
2025-08-20T23:03:31.7454603Z [00:02:17.028]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T23:03:31.7469843Z [00:02:17.030]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/9f/9fad415b83caabdfee2e268d95e418ba01f26a015fbc3853dc7cad0751bf5ceb-d # internal
2025-08-20T23:03:31.7485172Z [00:02:17.031]➜  golang.org/x/text/cases
2025-08-20T23:03:31.7486946Z [00:02:17.032]➜  mkdir -p $WORK/b234/
2025-08-20T23:03:31.7501063Z [00:02:17.033]➜  cat >/tmp/go-build3700090427/b234/importcfg << 'EOF' # internal
2025-08-20T23:03:31.7502755Z [00:02:17.033]➜  # import config
2025-08-20T23:03:31.7504152Z [00:02:17.033]➜  packagefile golang.org/x/text/internal=/tmp/go-build3700090427/b235/_pkg_.a
2025-08-20T23:03:31.7512160Z [00:02:17.033]➜  packagefile golang.org/x/text/language=/tmp/go-build3700090427/b236/_pkg_.a
2025-08-20T23:03:31.7513308Z [00:02:17.033]➜  packagefile golang.org/x/text/transform=/tmp/go-build3700090427/b221/_pkg_.a
2025-08-20T23:03:31.7514482Z [00:02:17.033]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3700090427/b240/_pkg_.a
2025-08-20T23:03:31.7515492Z [00:02:17.033]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.7516353Z [00:02:17.033]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:31.7517212Z [00:02:17.033]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:31.7517847Z [00:02:17.033]➜  EOF
2025-08-20T23:03:31.7530165Z [00:02:17.035]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/cases=>golang.org/x/text@v0.27.0/cases;$WORK/b234=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid ZSHpgzV50P89OLoUJHxL/ZSHpgzV50P89OLoUJHxL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/cases/trieval.go
2025-08-20T23:03:31.8309820Z [00:02:17.114]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T23:03:31.8396379Z [00:02:17.122]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/8f/8f91aa9b8de56ab33a703469437cc2f93bcd63b07e16e62f558dc50d0771a367-d # internal
2025-08-20T23:03:31.8397467Z [00:02:17.122]➜  internal/buildcfg
2025-08-20T23:03:31.8398353Z [00:02:17.122]➜  mkdir -p $WORK/b244/
2025-08-20T23:03:31.8399045Z [00:02:17.122]➜  cat >/tmp/go-build3700090427/b244/importcfg << 'EOF' # internal
2025-08-20T23:03:31.8399926Z [00:02:17.122]➜  # import config
2025-08-20T23:03:31.8400531Z [00:02:17.122]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:31.8401458Z [00:02:17.122]➜  packagefile internal/goexperiment=/tmp/go-build3700090427/b017/_pkg_.a
2025-08-20T23:03:31.8402367Z [00:02:17.122]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:31.8403197Z [00:02:17.122]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:31.8404079Z [00:02:17.122]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:31.8404929Z [00:02:17.122]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:31.8405803Z [00:02:17.123]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:31.8406676Z [00:02:17.123]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:31.8407341Z [00:02:17.123]➜  EOF
2025-08-20T23:03:31.8411170Z [00:02:17.123]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/.go/src/internal/buildcfg=>internal/buildcfg;$WORK/b244=>" -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/b244/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-20T23:03:32.0054065Z [00:02:17.289]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T23:03:32.0091886Z [00:02:17.292]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T23:03:32.0098009Z [00:02:17.293]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/d7/d7c4fb48294d16542cabecaf56ac081ef2b21ef79ff6be8d36ffbd2bdf51db25-d # internal
2025-08-20T23:03:32.0104014Z [00:02:17.294]➜  internal/goroot
2025-08-20T23:03:32.0104565Z [00:02:17.294]➜  mkdir -p $WORK/b245/
2025-08-20T23:03:32.0111487Z [00:02:17.294]➜  cat >/tmp/go-build3700090427/b245/importcfg << 'EOF' # internal
2025-08-20T23:03:32.0112774Z [00:02:17.294]➜  # import config
2025-08-20T23:03:32.0114713Z [00:02:17.294]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:32.0115743Z [00:02:17.294]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:32.0122564Z [00:02:17.294]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:32.0123455Z [00:02:17.294]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:32.0124279Z [00:02:17.294]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:32.0124908Z [00:02:17.294]➜  EOF
2025-08-20T23:03:32.0127704Z [00:02:17.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/.go/src/internal/goroot=>internal/goroot;$WORK/b245=>" -p internal/goroot -lang=go1.25 -std -complete -installsuffix shared -buildid OBQP9_56O7CY2MZVvB9E/OBQP9_56O7CY2MZVvB9E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/.go/src/internal/goroot/gc.go
2025-08-20T23:03:32.0134058Z [00:02:17.296]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/df/df8e7f3bea151e5b5d62ecf6246e68c9fc74cb669a22637fe9948c4c5c7d08a9-d # internal
2025-08-20T23:03:32.0135409Z [00:02:17.297]➜  golang.org/x/sys/execabs
2025-08-20T23:03:32.0140596Z [00:02:17.297]➜  mkdir -p $WORK/b249/
2025-08-20T23:03:32.0150782Z [00:02:17.297]➜  cat >/tmp/go-build3700090427/b249/importcfg << 'EOF' # internal
2025-08-20T23:03:32.0151586Z [00:02:17.297]➜  # import config
2025-08-20T23:03:32.0152970Z [00:02:17.297]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:32.0154088Z [00:02:17.297]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:32.0155229Z [00:02:17.297]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.0156514Z [00:02:17.297]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:32.0158283Z [00:02:17.297]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:32.0159506Z [00:02:17.297]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:32.0160545Z [00:02:17.297]➜  EOF
2025-08-20T23:03:32.0164823Z [00:02:17.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/execabs=>golang.org/x/sys@v0.34.0/execabs;$WORK/b249=>" -p golang.org/x/sys/execabs -lang=go1.23 -complete -installsuffix shared -buildid RzCgBWzCmjGt_XrOGcba/RzCgBWzCmjGt_XrOGcba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/golang.org/x/sys@v0.34.0/execabs/execabs.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/execabs/execabs_go119.go
2025-08-20T23:03:32.0210540Z [00:02:17.302]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T23:03:32.0237611Z [00:02:17.307]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/9c/9c35af840f7b44d7948ca7833c8d85202d5cbdea37efd902771d72aec4a6a619-d # internal
2025-08-20T23:03:32.0244780Z [00:02:17.308]➜  runtime/debug
2025-08-20T23:03:32.0247117Z [00:02:17.308]➜  mkdir -p $WORK/b250/
2025-08-20T23:03:32.0253506Z [00:02:17.309]➜  echo -n > $WORK/b250/go_asm.h # internal
2025-08-20T23:03:32.0255295Z [00:02:17.309]➜  cd /root/.go/src/runtime/debug
2025-08-20T23:03:32.0259594Z [00:02:17.309]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b250=>" -I $WORK/b250/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b250/symabis ./debug.s
2025-08-20T23:03:32.0319920Z [00:02:17.315]➜  cat >/tmp/go-build3700090427/b250/importcfg << 'EOF' # internal
2025-08-20T23:03:32.0327114Z [00:02:17.315]➜  # import config
2025-08-20T23:03:32.0328150Z [00:02:17.315]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.0329111Z [00:02:17.315]➜  packagefile internal/poll=/tmp/go-build3700090427/b062/_pkg_.a
2025-08-20T23:03:32.0340226Z [00:02:17.315]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:32.0341332Z [00:02:17.315]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:32.0342203Z [00:02:17.315]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:32.0343090Z [00:02:17.315]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:32.0343952Z [00:02:17.315]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:32.0344772Z [00:02:17.315]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:32.0345419Z [00:02:17.315]➜  EOF
2025-08-20T23:03:32.0345908Z [00:02:17.315]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:32.0350084Z [00:02:17.315]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b250=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid 7y92FvxpPbsojj3KvJ1V/7y92FvxpPbsojj3KvJ1V -goversion go1.25.0 -symabis $WORK/b250/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack -asmhdr $WORK/b250/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-20T23:03:32.0475388Z [00:02:17.331]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T23:03:32.0484156Z [00:02:17.332]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/63/6333887b6152609ec6807486f7644199a90ef095afb8001df509dac4500e7229-d # internal
2025-08-20T23:03:32.0487686Z [00:02:17.332]➜  go/build
2025-08-20T23:03:32.0494700Z [00:02:17.333]➜  mkdir -p $WORK/b241/
2025-08-20T23:03:32.0530228Z [00:02:17.333]➜  cat >/tmp/go-build3700090427/b241/importcfg << 'EOF' # internal
2025-08-20T23:03:32.0530962Z [00:02:17.333]➜  # import config
2025-08-20T23:03:32.0531681Z [00:02:17.333]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:32.0532864Z [00:02:17.333]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:32.0533711Z [00:02:17.333]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:32.0534566Z [00:02:17.333]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.0535373Z [00:02:17.333]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:32.0536315Z [00:02:17.333]➜  packagefile go/build/constraint=/tmp/go-build3700090427/b242/_pkg_.a
2025-08-20T23:03:32.0537259Z [00:02:17.333]➜  packagefile go/doc=/tmp/go-build3700090427/b073/_pkg_.a
2025-08-20T23:03:32.0538153Z [00:02:17.333]➜  packagefile go/parser=/tmp/go-build3700090427/b243/_pkg_.a
2025-08-20T23:03:32.0539046Z [00:02:17.333]➜  packagefile go/scanner=/tmp/go-build3700090427/b075/_pkg_.a
2025-08-20T23:03:32.0541136Z [00:02:17.333]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:32.0542117Z [00:02:17.333]➜  packagefile internal/buildcfg=/tmp/go-build3700090427/b244/_pkg_.a
2025-08-20T23:03:32.0543162Z [00:02:17.333]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:32.0544151Z [00:02:17.333]➜  packagefile internal/goroot=/tmp/go-build3700090427/b245/_pkg_.a
2025-08-20T23:03:32.0545135Z [00:02:17.333]➜  packagefile internal/goversion=/tmp/go-build3700090427/b246/_pkg_.a
2025-08-20T23:03:32.0546124Z [00:02:17.333]➜  packagefile internal/platform=/tmp/go-build3700090427/b247/_pkg_.a
2025-08-20T23:03:32.0547081Z [00:02:17.333]➜  packagefile internal/syslist=/tmp/go-build3700090427/b248/_pkg_.a
2025-08-20T23:03:32.0547953Z [00:02:17.333]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:32.0548770Z [00:02:17.333]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:32.0549785Z [00:02:17.333]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:32.0550897Z [00:02:17.333]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:32.0551800Z [00:02:17.333]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:32.0552719Z [00:02:17.333]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:32.0553653Z [00:02:17.333]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:32.0554523Z [00:02:17.333]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:32.0555387Z [00:02:17.333]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:32.0556251Z [00:02:17.333]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:32.0557126Z [00:02:17.333]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:32.0558025Z [00:02:17.333]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:32.0558715Z [00:02:17.333]➜  EOF
2025-08-20T23:03:32.0562063Z [00:02:17.333]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/.go/src/go/build=>go/build;$WORK/b241=>" -p go/build -lang=go1.25 -std -complete -installsuffix shared -buildid ZK-Jg47rEr5GzmDQol_C/ZK-Jg47rEr5GzmDQol_C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/.go/src/go/build/build.go /root/.go/src/go/build/doc.go /root/.go/src/go/build/gc.go /root/.go/src/go/build/read.go
2025-08-20T23:03:32.0677963Z [00:02:17.351]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T23:03:32.0689160Z [00:02:17.352]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/63/634e5a1c4fdacebc8ecd78f6d7a70f8edaee1ed7729543db362450cb487a8c6c-d # internal
2025-08-20T23:03:32.0693290Z [00:02:17.352]➜  flag
2025-08-20T23:03:32.0693754Z [00:02:17.352]➜  mkdir -p $WORK/b252/
2025-08-20T23:03:32.0698188Z [00:02:17.353]➜  cat >/tmp/go-build3700090427/b252/importcfg << 'EOF' # internal
2025-08-20T23:03:32.0703583Z [00:02:17.353]➜  # import config
2025-08-20T23:03:32.0704311Z [00:02:17.353]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:32.0705192Z [00:02:17.353]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:32.0706308Z [00:02:17.353]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.0707112Z [00:02:17.353]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:32.0707908Z [00:02:17.353]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:32.0708710Z [00:02:17.353]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:32.0709703Z [00:02:17.353]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:32.0710596Z [00:02:17.353]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:32.0711416Z [00:02:17.353]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:32.0712243Z [00:02:17.353]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:32.0713079Z [00:02:17.353]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:32.0713652Z [00:02:17.353]➜  EOF
2025-08-20T23:03:32.0716067Z [00:02:17.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b252=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid xNJwWrRXYm4X7HU2StJk/xNJwWrRXYm4X7HU2StJk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T23:03:32.1122932Z [00:02:17.395]➜  cd /root/.go/src/runtime/debug
2025-08-20T23:03:32.1125379Z [00:02:17.395]➜  /root/.go/pkg/tool/linux_amd64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b250=>" -I $WORK/b250/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b250/debug.o ./debug.s
2025-08-20T23:03:32.1202533Z [00:02:17.403]➜  go tool pack r $WORK/b250/_pkg_.a $WORK/b250/debug.o # internal
2025-08-20T23:03:32.1204291Z [00:02:17.404]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T23:03:32.1214760Z [00:02:17.405]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/82/8260d5a79b166c1188d2a8233d7ed0e6aa22b2487df79665838c602779d10d1d-d # internal
2025-08-20T23:03:32.1216824Z [00:02:17.405]➜  go.uber.org/multierr
2025-08-20T23:03:32.1217515Z [00:02:17.405]➜  mkdir -p $WORK/b253/
2025-08-20T23:03:32.1221038Z [00:02:17.405]➜  cat >/tmp/go-build3700090427/b253/importcfg << 'EOF' # internal
2025-08-20T23:03:32.1223059Z [00:02:17.406]➜  # import config
2025-08-20T23:03:32.1226596Z [00:02:17.406]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:32.1227431Z [00:02:17.406]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:32.1228239Z [00:02:17.406]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.1229002Z [00:02:17.406]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:32.1229948Z [00:02:17.406]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:32.1230736Z [00:02:17.406]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:32.1231524Z [00:02:17.406]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:32.1232151Z [00:02:17.406]➜  EOF
2025-08-20T23:03:32.1232620Z [00:02:17.406]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:32.1236144Z [00:02:17.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/multierr@v1.11.0=>go.uber.org/multierr@v1.11.0;$WORK/b253=>" -p go.uber.org/multierr -lang=go1.19 -complete -installsuffix shared -buildid t6gPPxzAEez2dw3I2Rp8/t6gPPxzAEez2dw3I2Rp8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/go/pkg/mod/go.uber.org/multierr@v1.11.0/error.go /root/go/pkg/mod/go.uber.org/multierr@v1.11.0/error_post_go120.go
2025-08-20T23:03:32.1824066Z [00:02:17.466]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T23:03:32.1836470Z [00:02:17.467]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/af/af44525afaf4dbd12d5a7374468031427b59c78523d0a855f534c96f5ba35784-d # internal
2025-08-20T23:03:32.1854617Z [00:02:17.469]➜  go.uber.org/zap/internal/pool
2025-08-20T23:03:32.1858739Z [00:02:17.469]➜  mkdir -p $WORK/b257/
2025-08-20T23:03:32.1860575Z [00:02:17.469]➜  cat >/tmp/go-build3700090427/b257/importcfg << 'EOF' # internal
2025-08-20T23:03:32.1862255Z [00:02:17.469]➜  # import config
2025-08-20T23:03:32.1863640Z [00:02:17.469]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:32.1864617Z [00:02:17.469]➜  EOF
2025-08-20T23:03:32.1868184Z [00:02:17.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/pool=>go.uber.org/zap@v1.27.0/internal/pool;$WORK/b257=>" -p go.uber.org/zap/internal/pool -lang=go1.19 -complete -installsuffix shared -buildid uZkPMFM_xqhPcA4F4XbF/uZkPMFM_xqhPcA4F4XbF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/pool/pool.go
2025-08-20T23:03:32.1987774Z [00:02:17.482]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T23:03:32.1994060Z [00:02:17.482]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/bc/bcf28801ff996a6fd9516eec951be08f8076cb545bc75703716ad3225c51071c-d # internal
2025-08-20T23:03:32.1998586Z [00:02:17.483]➜  go.uber.org/zap/buffer
2025-08-20T23:03:32.1999127Z [00:02:17.483]➜  mkdir -p $WORK/b256/
2025-08-20T23:03:32.2001038Z [00:02:17.483]➜  cat >/tmp/go-build3700090427/b256/importcfg << 'EOF' # internal
2025-08-20T23:03:32.2004572Z [00:02:17.483]➜  # import config
2025-08-20T23:03:32.2005399Z [00:02:17.483]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3700090427/b257/_pkg_.a
2025-08-20T23:03:32.2006359Z [00:02:17.483]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:32.2007205Z [00:02:17.483]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:32.2007839Z [00:02:17.483]➜  EOF
2025-08-20T23:03:32.2011818Z [00:02:17.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/buffer=>go.uber.org/zap@v1.27.0/buffer;$WORK/b256=>" -p go.uber.org/zap/buffer -lang=go1.19 -complete -installsuffix shared -buildid fO9xdqqp_DftlTC5p3Rr/fO9xdqqp_DftlTC5p3Rr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/buffer/buffer.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/buffer/pool.go
2025-08-20T23:03:32.2695418Z [00:02:17.553]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T23:03:32.2708255Z [00:02:17.554]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/02/02abe889fafa49822bce35ad71ca5bc4da816802707f0fdf36375cc15e71d062-d # internal
2025-08-20T23:03:32.2713219Z [00:02:17.554]➜  go.uber.org/zap/internal/bufferpool
2025-08-20T23:03:32.2713817Z [00:02:17.554]➜  mkdir -p $WORK/b258/
2025-08-20T23:03:32.2722569Z [00:02:17.555]➜  cat >/tmp/go-build3700090427/b258/importcfg << 'EOF' # internal
2025-08-20T23:03:32.2723274Z [00:02:17.555]➜  # import config
2025-08-20T23:03:32.2724020Z [00:02:17.555]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3700090427/b256/_pkg_.a
2025-08-20T23:03:32.2724721Z [00:02:17.555]➜  EOF
2025-08-20T23:03:32.2728278Z [00:02:17.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b258/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/bufferpool=>go.uber.org/zap@v1.27.0/internal/bufferpool;$WORK/b258=>" -p go.uber.org/zap/internal/bufferpool -lang=go1.19 -complete -installsuffix shared -buildid vcNFaBpNDm0YM4Iy0q0J/vcNFaBpNDm0YM4Iy0q0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/bufferpool/bufferpool.go
2025-08-20T23:03:32.2842039Z [00:02:17.567]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T23:03:32.2943437Z [00:02:17.577]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/a5/a5aaf1760baeddd363f47cb2dba4c214f54d57033f3d408f59cc917049f2f76b-d # internal
2025-08-20T23:03:32.2945481Z [00:02:17.578]➜  go.uber.org/zap/internal/color
2025-08-20T23:03:32.2946839Z [00:02:17.578]➜  mkdir -p $WORK/b259/
2025-08-20T23:03:32.2953147Z [00:02:17.578]➜  cat >/tmp/go-build3700090427/b259/importcfg << 'EOF' # internal
2025-08-20T23:03:32.2953877Z [00:02:17.578]➜  # import config
2025-08-20T23:03:32.2954553Z [00:02:17.578]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.2955156Z [00:02:17.578]➜  EOF
2025-08-20T23:03:32.2959070Z [00:02:17.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/color=>go.uber.org/zap@v1.27.0/internal/color;$WORK/b259=>" -p go.uber.org/zap/internal/color -lang=go1.19 -complete -installsuffix shared -buildid sfp-8J0zLC2X9_I3D2Sh/sfp-8J0zLC2X9_I3D2Sh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/color/color.go
2025-08-20T23:03:32.3095198Z [00:02:17.593]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T23:03:32.3111337Z [00:02:17.594]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/e2/e26aab7dbf3ae7c7e29b92ad35089248e3eefd1c46e06a6558b533ff5c1e9892-d # internal
2025-08-20T23:03:32.3116502Z [00:02:17.595]➜  go.uber.org/zap/internal/exit
2025-08-20T23:03:32.3117104Z [00:02:17.595]➜  mkdir -p $WORK/b260/
2025-08-20T23:03:32.3117856Z [00:02:17.595]➜  cat >/tmp/go-build3700090427/b260/importcfg << 'EOF' # internal
2025-08-20T23:03:32.3118553Z [00:02:17.595]➜  # import config
2025-08-20T23:03:32.3119188Z [00:02:17.595]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:32.3119965Z [00:02:17.595]➜  EOF
2025-08-20T23:03:32.3123583Z [00:02:17.595]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/exit=>go.uber.org/zap@v1.27.0/internal/exit;$WORK/b260=>" -p go.uber.org/zap/internal/exit -lang=go1.19 -complete -installsuffix shared -buildid nfF4VZpEi-c9qwaXhpP3/nfF4VZpEi-c9qwaXhpP3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/exit/exit.go
2025-08-20T23:03:32.3362730Z [00:02:17.619]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T23:03:32.3375780Z [00:02:17.620]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T23:03:32.3377068Z [00:02:17.620]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/75/758e70066e8177a2a64eac2221d2213accc4976634e598686b44637d14f7cc5b-d # internal
2025-08-20T23:03:32.3378211Z [00:02:17.620]➜  go.uber.org/zap/internal/stacktrace
2025-08-20T23:03:32.3378784Z [00:02:17.620]➜  mkdir -p $WORK/b261/
2025-08-20T23:03:32.3379681Z [00:02:17.620]➜  cat >/tmp/go-build3700090427/b261/importcfg << 'EOF' # internal
2025-08-20T23:03:32.3380375Z [00:02:17.620]➜  # import config
2025-08-20T23:03:32.3381137Z [00:02:17.620]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3700090427/b256/_pkg_.a
2025-08-20T23:03:32.3382232Z [00:02:17.620]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build3700090427/b258/_pkg_.a
2025-08-20T23:03:32.3383366Z [00:02:17.620]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3700090427/b257/_pkg_.a
2025-08-20T23:03:32.3384343Z [00:02:17.620]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:32.3384945Z [00:02:17.620]➜  EOF
2025-08-20T23:03:32.3388406Z [00:02:17.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/stacktrace=>go.uber.org/zap@v1.27.0/internal/stacktrace;$WORK/b261=>" -p go.uber.org/zap/internal/stacktrace -lang=go1.19 -complete -installsuffix shared -buildid HRmaeuBuQ-fhzv3SxPFK/HRmaeuBuQ-fhzv3SxPFK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/stacktrace/stack.go
2025-08-20T23:03:32.3411259Z [00:02:17.624]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/fc/fc54fe7ba164e67a91285decd3cea180e5629a4d5422335623286f1873a18ab6-d # internal
2025-08-20T23:03:32.3468334Z [00:02:17.630]➜  go.uber.org/zap/zapcore
2025-08-20T23:03:32.3492142Z [00:02:17.632]➜  mkdir -p $WORK/b255/
2025-08-20T23:03:32.3500834Z [00:02:17.633]➜  cat >/tmp/go-build3700090427/b255/importcfg << 'EOF' # internal
2025-08-20T23:03:32.3501607Z [00:02:17.633]➜  # import config
2025-08-20T23:03:32.3502302Z [00:02:17.633]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:32.3503129Z [00:02:17.633]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:32.3504031Z [00:02:17.633]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:32.3504978Z [00:02:17.633]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:32.3505863Z [00:02:17.633]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:32.3506661Z [00:02:17.633]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.3507576Z [00:02:17.633]➜  packagefile go.uber.org/multierr=/tmp/go-build3700090427/b253/_pkg_.a
2025-08-20T23:03:32.3508584Z [00:02:17.633]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3700090427/b256/_pkg_.a
2025-08-20T23:03:32.3509888Z [00:02:17.633]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build3700090427/b258/_pkg_.a
2025-08-20T23:03:32.3511083Z [00:02:17.633]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build3700090427/b259/_pkg_.a
2025-08-20T23:03:32.3512193Z [00:02:17.633]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build3700090427/b260/_pkg_.a
2025-08-20T23:03:32.3513304Z [00:02:17.633]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3700090427/b257/_pkg_.a
2025-08-20T23:03:32.3514273Z [00:02:17.633]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:32.3515084Z [00:02:17.633]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:32.3515903Z [00:02:17.633]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:32.3517063Z [00:02:17.633]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:32.3517948Z [00:02:17.633]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:32.3518801Z [00:02:17.633]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:32.3540850Z [00:02:17.633]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:32.3541836Z [00:02:17.633]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:32.3542754Z [00:02:17.633]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:32.3543430Z [00:02:17.633]➜  EOF
2025-08-20T23:03:32.3597110Z [00:02:17.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore=>go.uber.org/zap@v1.27.0/zapcore;$WORK/b255=>" -p go.uber.org/zap/zapcore -lang=go1.19 -complete -installsuffix shared -buildid j11ydhEh_P4Nez9DLvcU/j11ydhEh_P4Nez9DLvcU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/buffered_write_syncer.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/clock.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/console_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/core.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/doc.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/entry.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/error.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/field.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/hook.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/increase_level.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/json_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/lazy_with.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/level.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/level_strings.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/marshaler.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/memory_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/reflected_encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/sampler.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/tee.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapcore/write_syncer.go
2025-08-20T23:03:32.4517609Z [00:02:17.734]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T23:03:32.4521516Z [00:02:17.735]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/63/633d610f6e0b6a5885f581ad95746f7d4b69e4f85b49291a38f4682fc234508e-d # internal
2025-08-20T23:03:32.4543944Z [00:02:17.738]➜  github.com/go-logr/logr/slogr
2025-08-20T23:03:32.4550190Z [00:02:17.738]➜  mkdir -p $WORK/b263/
2025-08-20T23:03:32.4550934Z [00:02:17.738]➜  cat >/tmp/go-build3700090427/b263/importcfg << 'EOF' # internal
2025-08-20T23:03:32.4551598Z [00:02:17.738]➜  # import config
2025-08-20T23:03:32.4552465Z [00:02:17.738]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:03:32.4553481Z [00:02:17.738]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:32.4554345Z [00:02:17.738]➜  EOF
2025-08-20T23:03:32.4557794Z [00:02:17.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/slogr=>github.com/go-logr/logr@v1.4.3/slogr;$WORK/b263=>" -p github.com/go-logr/logr/slogr -lang=go1.18 -complete -installsuffix shared -buildid 5a0qxLsTN1-YaYbRQ_P5/5a0qxLsTN1-YaYbRQ_P5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/slogr/slogr.go
2025-08-20T23:03:32.4691736Z [00:02:17.752]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T23:03:32.4729317Z [00:02:17.756]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/3f/3f09920eca1c5b8dc38d5a2b883dd3fd3d023ea57a6cbde45f014acdd8e8aebf-d # internal
2025-08-20T23:03:32.4752562Z [00:02:17.758]➜  embed
2025-08-20T23:03:32.4756485Z [00:02:17.758]➜  mkdir -p $WORK/b267/
2025-08-20T23:03:32.4782749Z [00:02:17.761]➜  cat >/tmp/go-build3700090427/b267/importcfg << 'EOF' # internal
2025-08-20T23:03:32.4784167Z [00:02:17.761]➜  # import config
2025-08-20T23:03:32.4785448Z [00:02:17.761]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:32.4787262Z [00:02:17.761]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:03:32.4788271Z [00:02:17.761]➜  packagefile internal/stringslite=/tmp/go-build3700090427/b032/_pkg_.a
2025-08-20T23:03:32.4789198Z [00:02:17.761]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:32.4790354Z [00:02:17.761]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:32.4791155Z [00:02:17.761]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:32.4791741Z [00:02:17.761]➜  EOF
2025-08-20T23:03:32.4794289Z [00:02:17.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b267=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid 12Vewhxkdt4YH69F8bba/12Vewhxkdt4YH69F8bba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T23:03:32.4887627Z [00:02:17.772]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T23:03:32.4895358Z [00:02:17.773]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/20/2031befb63da6f05d82635ac2d359c644152479c6cb1c3314312b72d36359904-d # internal
2025-08-20T23:03:32.4909628Z [00:02:17.774]➜  github.com/golang-jwt/jwt/v5
2025-08-20T23:03:32.4912258Z [00:02:17.774]➜  mkdir -p $WORK/b275/
2025-08-20T23:03:32.4923497Z [00:02:17.775]➜  cat >/tmp/go-build3700090427/b275/importcfg << 'EOF' # internal
2025-08-20T23:03:32.4928241Z [00:02:17.775]➜  # import config
2025-08-20T23:03:32.4928907Z [00:02:17.775]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:32.4929878Z [00:02:17.775]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:32.4930770Z [00:02:17.775]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:03:32.4931653Z [00:02:17.775]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:03:32.4932843Z [00:02:17.775]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:03:32.4933683Z [00:02:17.775]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:32.4934523Z [00:02:17.775]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:32.4935388Z [00:02:17.775]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:32.4936284Z [00:02:17.775]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:32.4937214Z [00:02:17.775]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:32.4938108Z [00:02:17.775]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:03:32.4938944Z [00:02:17.775]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:32.4940210Z [00:02:17.775]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.4941026Z [00:02:17.775]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:32.4941829Z [00:02:17.775]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:32.4942626Z [00:02:17.775]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:32.4943429Z [00:02:17.775]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:32.4944264Z [00:02:17.775]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:32.4945060Z [00:02:17.775]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:32.4945824Z [00:02:17.775]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:32.4946403Z [00:02:17.776]➜  EOF
2025-08-20T23:03:32.4982933Z [00:02:17.780]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3=>github.com/golang-jwt/jwt/v5@v5.2.3;$WORK/b275=>" -p github.com/golang-jwt/jwt/v5 -lang=go1.18 -complete -installsuffix shared -buildid 2kmdWbf5Vz9dQehGaEgu/2kmdWbf5Vz9dQehGaEgu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/importcfg -pack /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/doc.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/ecdsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/ecdsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/ed25519.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/ed25519_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/errors.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/errors_go1_20.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/hmac.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/map_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/none.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/parser.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/parser_option.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/registered_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/rsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/rsa_pss.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/rsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/signing_method.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/token.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/token_option.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/types.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.3/validator.go
2025-08-20T23:03:32.5548463Z [00:02:17.838]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T23:03:32.5560244Z [00:02:17.839]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/04/04d0d56bd27f851969d22dc866a389171e6a79073d83c5b6bb415bf7f7c3b1e6-d # internal
2025-08-20T23:03:32.5590306Z [00:02:17.839]➜  database/sql/driver
2025-08-20T23:03:32.5590894Z [00:02:17.839]➜  mkdir -p $WORK/b279/
2025-08-20T23:03:32.5591619Z [00:02:17.840]➜  cat >/tmp/go-build3700090427/b279/importcfg << 'EOF' # internal
2025-08-20T23:03:32.5592308Z [00:02:17.840]➜  # import config
2025-08-20T23:03:32.5592975Z [00:02:17.840]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:32.5593798Z [00:02:17.840]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:32.5594577Z [00:02:17.840]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.5595393Z [00:02:17.840]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:32.5596214Z [00:02:17.840]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:32.5597037Z [00:02:17.840]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:32.5597630Z [00:02:17.840]➜  EOF
2025-08-20T23:03:32.5601409Z [00:02:17.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b279=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid INg8tgFsvmSkfhWpsAAf/INg8tgFsvmSkfhWpsAAf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T23:03:32.6879765Z [00:02:17.971]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T23:03:32.6900769Z [00:02:17.973]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/72/7297554511b7107710509f30f1d5125c22b293c8331cebf7a21d346d3ab317d5-d # internal
2025-08-20T23:03:32.6997208Z [00:02:17.983]➜  github.com/google/uuid
2025-08-20T23:03:32.6999545Z [00:02:17.983]➜  mkdir -p $WORK/b278/
2025-08-20T23:03:32.7007991Z [00:02:17.984]➜  cat >/tmp/go-build3700090427/b278/importcfg << 'EOF' # internal
2025-08-20T23:03:32.7008860Z [00:02:17.984]➜  # import config
2025-08-20T23:03:32.7009960Z [00:02:17.984]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:32.7011443Z [00:02:17.984]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:03:32.7013292Z [00:02:17.984]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:32.7014157Z [00:02:17.984]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:03:32.7015062Z [00:02:17.984]➜  packagefile database/sql/driver=/tmp/go-build3700090427/b279/_pkg_.a
2025-08-20T23:03:32.7015991Z [00:02:17.984]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:32.7016889Z [00:02:17.984]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:32.7017768Z [00:02:17.984]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:32.7018597Z [00:02:17.984]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:32.7019566Z [00:02:17.984]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.7020397Z [00:02:17.984]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:32.7021184Z [00:02:17.984]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:32.7022291Z [00:02:17.984]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:32.7023055Z [00:02:17.984]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:32.7023851Z [00:02:17.984]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:32.7024626Z [00:02:17.984]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:32.7025384Z [00:02:17.984]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:32.7025950Z [00:02:17.984]➜  EOF
2025-08-20T23:03:32.7045401Z [00:02:17.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b278=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid eIWFI6d7MXEa_IKhzyrL/eIWFI6d7MXEa_IKhzyrL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/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-20T23:03:32.8132078Z [00:02:18.096]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T23:03:32.8258833Z [00:02:18.109]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/9c/9c7c06b721b0dd87d8baf1dedec410c9bfd0b97dc3ff76659248f7b224c77308-d # internal
2025-08-20T23:03:32.8263878Z [00:02:18.109]➜  github.com/google/go-querystring/query
2025-08-20T23:03:32.8264542Z [00:02:18.109]➜  mkdir -p $WORK/b284/
2025-08-20T23:03:32.8275144Z [00:02:18.110]➜  cat >/tmp/go-build3700090427/b284/importcfg << 'EOF' # internal
2025-08-20T23:03:32.8275849Z [00:02:18.110]➜  # import config
2025-08-20T23:03:32.8276519Z [00:02:18.110]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:32.8277330Z [00:02:18.110]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.8278154Z [00:02:18.110]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:32.8278994Z [00:02:18.110]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:32.8281807Z [00:02:18.110]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:32.8282690Z [00:02:18.110]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:32.8283528Z [00:02:18.110]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:32.8284164Z [00:02:18.110]➜  EOF
2025-08-20T23:03:32.8296062Z [00:02:18.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-querystring@v1.1.0/query=>github.com/google/go-querystring@v1.1.0/query;$WORK/b284=>" -p github.com/google/go-querystring/query -lang=go1.10 -complete -installsuffix shared -buildid LK3HehowKnvE5__MG1mb/LK3HehowKnvE5__MG1mb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/go/pkg/mod/github.com/google/go-querystring@v1.1.0/query/encode.go
2025-08-20T23:03:32.8915851Z [00:02:18.175]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T23:03:32.8922777Z [00:02:18.175]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/32/328f3bf82011ad7e1dbfccb8c8e33a4424a5154f1b3154f04b4f04a7d27c4061-d # internal
2025-08-20T23:03:32.8923857Z [00:02:18.175]➜  database/sql
2025-08-20T23:03:32.8924613Z [00:02:18.175]➜  mkdir -p $WORK/b298/
2025-08-20T23:03:32.8925326Z [00:02:18.175]➜  cat >/tmp/go-build3700090427/b298/importcfg << 'EOF' # internal
2025-08-20T23:03:32.8925978Z [00:02:18.175]➜  # import config
2025-08-20T23:03:32.8926629Z [00:02:18.175]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:32.8927432Z [00:02:18.175]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:32.8928358Z [00:02:18.175]➜  packagefile database/sql/driver=/tmp/go-build3700090427/b279/_pkg_.a
2025-08-20T23:03:32.8929257Z [00:02:18.175]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:32.8930215Z [00:02:18.175]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.8930977Z [00:02:18.175]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:32.8931787Z [00:02:18.175]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:32.8932634Z [00:02:18.175]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:03:32.8933489Z [00:02:18.175]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:32.8934339Z [00:02:18.175]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:32.8935132Z [00:02:18.175]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:32.8935927Z [00:02:18.175]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:32.8936744Z [00:02:18.175]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:32.8937619Z [00:02:18.175]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:32.8938427Z [00:02:18.175]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:32.8939231Z [00:02:18.175]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:32.8961825Z [00:02:18.175]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:32.8962525Z [00:02:18.175]➜  EOF
2025-08-20T23:03:32.8965675Z [00:02:18.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b298=>" -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/b298/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-20T23:03:32.9593835Z [00:02:18.242]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T23:03:32.9609810Z [00:02:18.244]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/d8/d886fc82a74f4155e0532061f21a28c14cbacfc7047b2931fcbc28f0b4e28c0b-d # internal
2025-08-20T23:03:32.9615956Z [00:02:18.245]➜  github.com/dustin/go-humanize
2025-08-20T23:03:32.9618852Z [00:02:18.245]➜  mkdir -p $WORK/b299/
2025-08-20T23:03:32.9631399Z [00:02:18.246]➜  cat >/tmp/go-build3700090427/b299/importcfg << 'EOF' # internal
2025-08-20T23:03:32.9640177Z [00:02:18.246]➜  # import config
2025-08-20T23:03:32.9640865Z [00:02:18.246]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:32.9641665Z [00:02:18.246]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:32.9642446Z [00:02:18.246]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:32.9643192Z [00:02:18.246]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:32.9643951Z [00:02:18.246]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:32.9644727Z [00:02:18.246]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:32.9645475Z [00:02:18.246]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:32.9646436Z [00:02:18.246]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:32.9647388Z [00:02:18.246]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:32.9648688Z [00:02:18.246]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:32.9650848Z [00:02:18.246]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:32.9651459Z [00:02:18.246]➜  EOF
2025-08-20T23:03:32.9659070Z [00:02:18.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b299=>" -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/b299/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-20T23:03:32.9983726Z [00:02:18.280]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T23:03:33.0037314Z [00:02:18.287]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/c8/c8fc022449422b751464321f7850f30ac608c702fe876a1db4e13f30b859241b-d # internal
2025-08-20T23:03:33.0043547Z [00:02:18.287]➜  go.uber.org/zap/internal
2025-08-20T23:03:33.0048111Z [00:02:18.288]➜  mkdir -p $WORK/b254/
2025-08-20T23:03:33.0056529Z [00:02:18.289]➜  cat >/tmp/go-build3700090427/b254/importcfg << 'EOF' # internal
2025-08-20T23:03:33.0061473Z [00:02:18.289]➜  # import config
2025-08-20T23:03:33.0062627Z [00:02:18.289]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3700090427/b255/_pkg_.a
2025-08-20T23:03:33.0063367Z [00:02:18.289]➜  EOF
2025-08-20T23:03:33.0071403Z [00:02:18.290]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal=>go.uber.org/zap@v1.27.0/internal;$WORK/b254=>" -p go.uber.org/zap/internal -lang=go1.19 -complete -installsuffix shared -buildid LSg8-qnrBsJuIMphp-oj/LSg8-qnrBsJuIMphp-oj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/internal/level_enabler.go
2025-08-20T23:03:33.0206584Z [00:02:18.304]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T23:03:33.0210960Z [00:02:18.304]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/22/2207992024cd6821a0e84985550cb58e11f683e62cc0a17e312d4b3b83438442-d # internal
2025-08-20T23:03:33.0236167Z [00:02:18.307]➜  filippo.io/edwards25519/field
2025-08-20T23:03:33.0238358Z [00:02:18.307]➜  mkdir -p $WORK/b302/
2025-08-20T23:03:33.0242359Z [00:02:18.307]➜  echo -n > $WORK/b302/go_asm.h # internal
2025-08-20T23:03:33.0244750Z [00:02:18.308]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T23:03:33.0247747Z [00:02:18.308]➜  /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/b302=>" -I $WORK/b302/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b302/symabis ./fe_amd64.s
2025-08-20T23:03:33.0396860Z [00:02:18.323]➜  cat >/tmp/go-build3700090427/b302/importcfg << 'EOF' # internal
2025-08-20T23:03:33.0400571Z [00:02:18.323]➜  # import config
2025-08-20T23:03:33.0401284Z [00:02:18.323]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:33.0402225Z [00:02:18.323]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:33.0403141Z [00:02:18.323]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:33.0403961Z [00:02:18.323]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:33.0404893Z [00:02:18.323]➜  EOF
2025-08-20T23:03:33.0405359Z [00:02:18.323]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:33.0410987Z [00:02:18.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b302/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b302=>" -p filippo.io/edwards25519/field -lang=go1.20 -installsuffix shared -buildid 9vVqfs9Clf_LC9fS0G6I/9vVqfs9Clf_LC9fS0G6I -goversion go1.25.0 -symabis $WORK/b302/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -pack -asmhdr $WORK/b302/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-20T23:03:33.0991248Z [00:02:18.382]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T23:03:33.1017947Z [00:02:18.385]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/fa/fadd00745d5e413d494e3ff1571a980918822c9a73711158ec1ced7b1c572658-d # internal
2025-08-20T23:03:33.1022207Z [00:02:18.385]➜  github.com/lib/pq/scram
2025-08-20T23:03:33.1022769Z [00:02:18.385]➜  mkdir -p $WORK/b314/
2025-08-20T23:03:33.1033413Z [00:02:18.386]➜  cat >/tmp/go-build3700090427/b314/importcfg << 'EOF' # internal
2025-08-20T23:03:33.1042311Z [00:02:18.386]➜  # import config
2025-08-20T23:03:33.1042995Z [00:02:18.386]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:33.1043855Z [00:02:18.386]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:03:33.1044725Z [00:02:18.386]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:33.1045945Z [00:02:18.386]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:33.1046834Z [00:02:18.386]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:33.1047637Z [00:02:18.386]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:33.1048441Z [00:02:18.386]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:33.1049252Z [00:02:18.386]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:33.1050052Z [00:02:18.386]➜  EOF
2025-08-20T23:03:33.1053168Z [00:02:18.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram=>github.com/lib/pq@v1.10.9/scram;$WORK/b314=>" -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/b314/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram/scram.go
2025-08-20T23:03:33.1311877Z [00:02:18.414]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T23:03:33.1316669Z [00:02:18.414]➜  /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/b302=>" -I $WORK/b302/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b302/fe_amd64.o ./fe_amd64.s
2025-08-20T23:03:33.1481820Z [00:02:18.431]➜  go tool pack r $WORK/b302/_pkg_.a $WORK/b302/fe_amd64.o # internal
2025-08-20T23:03:33.1482687Z [00:02:18.431]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T23:03:33.1494847Z [00:02:18.433]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/61/610792fe53cc46c9dc5fdb3cc5a7823969b93f46e15371374fa5d64aa95104ab-d # internal
2025-08-20T23:03:33.1498923Z [00:02:18.433]➜  filippo.io/edwards25519
2025-08-20T23:03:33.1500956Z [00:02:18.433]➜  mkdir -p $WORK/b301/
2025-08-20T23:03:33.1506482Z [00:02:18.434]➜  cat >/tmp/go-build3700090427/b301/importcfg << 'EOF' # internal
2025-08-20T23:03:33.1511682Z [00:02:18.434]➜  # import config
2025-08-20T23:03:33.1512340Z [00:02:18.434]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:33.1513523Z [00:02:18.434]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:33.1514347Z [00:02:18.434]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:33.1515243Z [00:02:18.434]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build3700090427/b302/_pkg_.a
2025-08-20T23:03:33.1516182Z [00:02:18.434]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:33.1516963Z [00:02:18.434]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:33.1517524Z [00:02:18.434]➜  EOF
2025-08-20T23:03:33.1517957Z [00:02:18.434]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:33.1523663Z [00:02:18.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b301/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0=>filippo.io/edwards25519@v1.1.0;$WORK/b301=>" -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/b301/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-20T23:03:33.1641307Z [00:02:18.447]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T23:03:33.1648560Z [00:02:18.448]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/ef/ef840483fc494e5bb071b3b9c6876dc28879ace94e259ac09cdd6ffdbe7f3518-d # internal
2025-08-20T23:03:33.1664376Z [00:02:18.450]➜  os/user
2025-08-20T23:03:33.1667246Z [00:02:18.450]➜  mkdir -p $WORK/b315/
2025-08-20T23:03:33.1671501Z [00:02:18.450]➜  echo -n > $WORK/b315/preferlinkext # internal
2025-08-20T23:03:33.1672199Z [00:02:18.450]➜  cd /root/.go/src/os/user
2025-08-20T23:03:33.1674116Z [00:02:18.450]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b315/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b315/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T23:03:33.2889129Z [00:02:18.572]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T23:03:33.3441873Z [00:02:18.625]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/b9/b97574b0a0bbc52dc5ee2ec514dd5c7ffd02ec0cc7300c96892e50d9959333c0-d # internal
2025-08-20T23:03:33.3474590Z [00:02:18.631]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T23:03:33.3498504Z [00:02:18.633]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/4f/4fb849826e13d3493809e995780b14acb0aa406341d44658fd05ebadf980f0c0-d # internal
2025-08-20T23:03:33.3502737Z [00:02:18.633]➜  net/http/httptrace
2025-08-20T23:03:33.3503293Z [00:02:18.633]➜  mkdir -p $WORK/b198/
2025-08-20T23:03:33.3506658Z [00:02:18.634]➜  hash/fnv
2025-08-20T23:03:33.3509790Z [00:02:18.634]➜  mkdir -p $WORK/b330/
2025-08-20T23:03:33.3515886Z [00:02:18.635]➜  cat >/tmp/go-build3700090427/b330/importcfg << 'EOF' # internal
2025-08-20T23:03:33.3516806Z [00:02:18.635]➜  # import config
2025-08-20T23:03:33.3517811Z [00:02:18.635]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:33.3520026Z [00:02:18.635]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:33.3520897Z [00:02:18.635]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:33.3521809Z [00:02:18.635]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:33.3522431Z [00:02:18.635]➜  EOF
2025-08-20T23:03:33.3522912Z [00:02:18.635]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:33.3525674Z [00:02:18.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b330=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid zy2uOp7FW9V54tRXLALv/zy2uOp7FW9V54tRXLALv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T23:03:33.3528938Z [00:02:18.636]➜  cat >/tmp/go-build3700090427/b198/importcfg << 'EOF' # internal
2025-08-20T23:03:33.3529929Z [00:02:18.636]➜  # import config
2025-08-20T23:03:33.3530849Z [00:02:18.636]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:33.3531872Z [00:02:18.636]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:33.3532986Z [00:02:18.636]➜  packagefile internal/nettrace=/tmp/go-build3700090427/b086/_pkg_.a
2025-08-20T23:03:33.3534105Z [00:02:18.636]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:33.3535200Z [00:02:18.636]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:03:33.3536283Z [00:02:18.636]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:33.3537289Z [00:02:18.636]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:33.3538061Z [00:02:18.636]➜  EOF
2025-08-20T23:03:33.3572699Z [00:02:18.638]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b198=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid AvttdglnLRcLXiUrQ6w4/AvttdglnLRcLXiUrQ6w4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T23:03:33.4140680Z [00:02:18.697]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T23:03:33.4151615Z [00:02:18.698]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/d7/d7d5d88f3dadd201bee2e33fe3d3a39c1af2a4b8d81adc83063151a6003b16bd-d # internal
2025-08-20T23:03:33.4153298Z [00:02:18.699]➜  net/http/internal/httpcommon
2025-08-20T23:03:33.4166325Z [00:02:18.700]➜  mkdir -p $WORK/b201/
2025-08-20T23:03:33.4172242Z [00:02:18.700]➜  cat >/tmp/go-build3700090427/b201/importcfg << 'EOF' # internal
2025-08-20T23:03:33.4173854Z [00:02:18.700]➜  # import config
2025-08-20T23:03:33.4174666Z [00:02:18.700]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T23:03:33.4175724Z [00:02:18.700]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T23:03:33.4176637Z [00:02:18.700]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:33.4177422Z [00:02:18.700]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:33.4178200Z [00:02:18.700]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:33.4179294Z [00:02:18.700]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3700090427/b184/_pkg_.a
2025-08-20T23:03:33.4180732Z [00:02:18.700]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3700090427/b194/_pkg_.a
2025-08-20T23:03:33.4181848Z [00:02:18.700]➜  packagefile net/http/httptrace=/tmp/go-build3700090427/b198/_pkg_.a
2025-08-20T23:03:33.4182854Z [00:02:18.700]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:03:33.4183726Z [00:02:18.700]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:33.4188499Z [00:02:18.700]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:33.4190078Z [00:02:18.700]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:33.4190969Z [00:02:18.700]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:33.4191812Z [00:02:18.700]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:33.4192418Z [00:02:18.700]➜  EOF
2025-08-20T23:03:33.4195675Z [00:02:18.700]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b201=>" -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/b201/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T23:03:33.4199058Z [00:02:18.700]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T23:03:33.4212034Z [00:02:18.704]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/3c/3c2d5c8a458697f9131049f8b7f876c158f15c8274abdd0f3863e3e7fdc82b1e-d # internal
2025-08-20T23:03:33.4213167Z [00:02:18.704]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T23:03:33.4213748Z [00:02:18.704]➜  mkdir -p $WORK/b329/
2025-08-20T23:03:33.4214458Z [00:02:18.704]➜  cat >/tmp/go-build3700090427/b329/importcfg << 'EOF' # internal
2025-08-20T23:03:33.4215158Z [00:02:18.704]➜  # import config
2025-08-20T23:03:33.4215904Z [00:02:18.704]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:33.4216863Z [00:02:18.704]➜  packagefile hash/fnv=/tmp/go-build3700090427/b330/_pkg_.a
2025-08-20T23:03:33.4217734Z [00:02:18.704]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:33.4218413Z [00:02:18.704]➜  EOF
2025-08-20T23:03:33.4222374Z [00:02:18.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/detrand=>google.golang.org/protobuf@v1.36.8/internal/detrand;$WORK/b329=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.23 -complete -installsuffix shared -buildid Z-4Wo8gNFuJ2hx1KMMhJ/Z-4Wo8gNFuJ2hx1KMMhJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/detrand/rand.go
2025-08-20T23:03:33.4225903Z [00:02:18.704]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T23:03:33.4251623Z [00:02:18.708]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/15/1537a474acf671653035d5334e535fd35a229cdcabbd29923ca0dc1877292f5e-d # internal
2025-08-20T23:03:33.4335483Z [00:02:18.717]➜  github.com/go-sql-driver/mysql
2025-08-20T23:03:33.4337829Z [00:02:18.717]➜  mkdir -p $WORK/b300/
2025-08-20T23:03:33.4346937Z [00:02:18.718]➜  cat >/tmp/go-build3700090427/b300/importcfg << 'EOF' # internal
2025-08-20T23:03:33.4349151Z [00:02:18.718]➜  # import config
2025-08-20T23:03:33.4349955Z [00:02:18.718]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:33.4350809Z [00:02:18.718]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:33.4351683Z [00:02:18.718]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:33.4352561Z [00:02:18.718]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:33.4353443Z [00:02:18.718]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:03:33.4354339Z [00:02:18.718]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:33.4355311Z [00:02:18.718]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:03:33.4362567Z [00:02:18.718]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:33.4364083Z [00:02:18.719]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:33.4365587Z [00:02:18.719]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:03:33.4371679Z [00:02:18.719]➜  packagefile database/sql/driver=/tmp/go-build3700090427/b279/_pkg_.a
2025-08-20T23:03:33.4372778Z [00:02:18.719]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:33.4373748Z [00:02:18.719]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:33.4380461Z [00:02:18.719]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:03:33.4381363Z [00:02:18.719]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:33.4382347Z [00:02:18.719]➜  packagefile filippo.io/edwards25519=/tmp/go-build3700090427/b301/_pkg_.a
2025-08-20T23:03:33.4383288Z [00:02:18.719]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:33.4384382Z [00:02:18.719]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:33.4385152Z [00:02:18.719]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:33.4385932Z [00:02:18.719]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:33.4386741Z [00:02:18.719]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:33.4387515Z [00:02:18.719]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:33.4388281Z [00:02:18.719]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:33.4389047Z [00:02:18.719]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:33.4390058Z [00:02:18.719]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:33.4390842Z [00:02:18.719]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:33.4391635Z [00:02:18.719]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:33.4392414Z [00:02:18.719]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:33.4393200Z [00:02:18.719]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:33.4393985Z [00:02:18.719]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:33.4394808Z [00:02:18.719]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:33.4395666Z [00:02:18.719]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:33.4396477Z [00:02:18.719]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:33.4397066Z [00:02:18.719]➜  EOF
2025-08-20T23:03:33.4409252Z [00:02:18.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1=>github.com/go-sql-driver/mysql@v1.8.1;$WORK/b300=>" -p github.com/go-sql-driver/mysql -lang=go1.18 -complete -installsuffix shared -buildid 7N-ghkTTY9Ls_oel5mDO/7N-ghkTTY9Ls_oel5mDO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/atomic_bool.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/auth.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/buffer.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/collations.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/conncheck.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/connection.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/connector.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/const.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/driver.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/dsn.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/errors.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/fields.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/infile.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/nulltime.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/packets.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/result.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/rows.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/statement.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/transaction.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.8.1/utils.go
2025-08-20T23:03:33.4422347Z [00:02:18.721]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T23:03:33.4423635Z [00:02:18.721]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/54/542eb9bdc58e6503d2b92c47b78765c3c888a12cf75a175184711f612d241b97-d # internal
2025-08-20T23:03:33.4424696Z [00:02:18.725]➜  github.com/xo/dburl
2025-08-20T23:03:33.4425218Z [00:02:18.725]➜  mkdir -p $WORK/b303/
2025-08-20T23:03:33.4425930Z [00:02:18.725]➜  cat >/tmp/go-build3700090427/b303/importcfg << 'EOF' # internal
2025-08-20T23:03:33.4426610Z [00:02:18.725]➜  # import config
2025-08-20T23:03:33.4427258Z [00:02:18.725]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:33.4428353Z [00:02:18.725]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:03:33.4429197Z [00:02:18.725]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:33.4430171Z [00:02:18.725]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:33.4431046Z [00:02:18.725]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:33.4431867Z [00:02:18.725]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:33.4432648Z [00:02:18.725]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:33.4433514Z [00:02:18.725]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:33.4434362Z [00:02:18.725]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:33.4435196Z [00:02:18.725]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:33.4436019Z [00:02:18.725]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:33.4436827Z [00:02:18.725]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:33.4437616Z [00:02:18.725]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:33.4438227Z [00:02:18.725]➜  EOF
2025-08-20T23:03:33.4442233Z [00:02:18.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xo/dburl@v0.23.8=>github.com/xo/dburl@v0.23.8;$WORK/b303=>" -p github.com/xo/dburl -lang=go1.22 -complete -installsuffix shared -buildid L-gT3OQsiiqpv8JmbClW/L-gT3OQsiiqpv8JmbClW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/go/pkg/mod/github.com/xo/dburl@v0.23.8/dburl.go /root/go/pkg/mod/github.com/xo/dburl@v0.23.8/dsn.go /root/go/pkg/mod/github.com/xo/dburl@v0.23.8/scheme.go
2025-08-20T23:03:33.4853276Z [00:02:18.768]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T23:03:33.4883982Z [00:02:18.771]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/81/812ca8e1d7544ccb0e370d4b5f1a300109384e60eae930b9e384e1f28814585a-d # internal
2025-08-20T23:03:33.4916977Z [00:02:18.774]➜  net/http
2025-08-20T23:03:33.4917649Z [00:02:18.775]➜  mkdir -p $WORK/b107/
2025-08-20T23:03:33.4921331Z [00:02:18.775]➜  cat >/tmp/go-build3700090427/b107/importcfg << 'EOF' # internal
2025-08-20T23:03:33.4922166Z [00:02:18.775]➜  # import config
2025-08-20T23:03:33.4923123Z [00:02:18.775]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T23:03:33.4924405Z [00:02:18.775]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T23:03:33.4925647Z [00:02:18.775]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T23:03:33.4926760Z [00:02:18.775]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T23:03:33.4927778Z [00:02:18.775]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:33.4928732Z [00:02:18.775]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:33.4929942Z [00:02:18.775]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:33.4931034Z [00:02:18.775]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:03:33.4932082Z [00:02:18.775]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:33.4933093Z [00:02:18.775]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:33.4934114Z [00:02:18.775]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:33.4935155Z [00:02:18.775]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:33.4936240Z [00:02:18.775]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:33.4937241Z [00:02:18.775]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:33.4938218Z [00:02:18.775]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:33.4939948Z [00:02:18.775]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3700090427/b184/_pkg_.a
2025-08-20T23:03:33.4941358Z [00:02:18.775]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3700090427/b193/_pkg_.a
2025-08-20T23:03:33.4942713Z [00:02:18.775]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3700090427/b194/_pkg_.a
2025-08-20T23:03:33.4944006Z [00:02:18.775]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3700090427/b185/_pkg_.a
2025-08-20T23:03:33.4945177Z [00:02:18.775]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:33.4946190Z [00:02:18.775]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:33.4947101Z [00:02:18.775]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:33.4948035Z [00:02:18.775]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:33.4948964Z [00:02:18.775]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:33.4957469Z [00:02:18.775]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:33.4958321Z [00:02:18.775]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:33.4959170Z [00:02:18.775]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:33.4960185Z [00:02:18.775]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:03:33.4961030Z [00:02:18.775]➜  packagefile mime/multipart=/tmp/go-build3700090427/b196/_pkg_.a
2025-08-20T23:03:33.4961866Z [00:02:18.775]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:33.4962718Z [00:02:18.775]➜  packagefile net/http/httptrace=/tmp/go-build3700090427/b198/_pkg_.a
2025-08-20T23:03:33.4963693Z [00:02:18.775]➜  packagefile net/http/internal=/tmp/go-build3700090427/b199/_pkg_.a
2025-08-20T23:03:33.4964965Z [00:02:18.775]➜  packagefile net/http/internal/ascii=/tmp/go-build3700090427/b200/_pkg_.a
2025-08-20T23:03:33.4966083Z [00:02:18.775]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3700090427/b201/_pkg_.a
2025-08-20T23:03:33.4967108Z [00:02:18.775]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:03:33.4967964Z [00:02:18.775]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:33.4968756Z [00:02:18.775]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:33.4969726Z [00:02:18.775]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:33.4970584Z [00:02:18.775]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:33.4971457Z [00:02:18.775]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:33.4972281Z [00:02:18.775]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:33.4973113Z [00:02:18.775]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:33.4973917Z [00:02:18.775]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:33.4974713Z [00:02:18.775]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:33.4975529Z [00:02:18.775]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:33.4976316Z [00:02:18.775]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:33.4977142Z [00:02:18.775]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:33.4977947Z [00:02:18.775]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:33.4978725Z [00:02:18.775]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:33.4985836Z [00:02:18.775]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:33.4986540Z [00:02:18.775]➜  EOF
2025-08-20T23:03:33.4996077Z [00:02:18.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b107=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid CjyKy8VMoBMlRIW9PjGS/CjyKy8VMoBMlRIW9PjGS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b107/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-20T23:03:33.6266919Z [00:02:18.909]➜  cd $WORK/b315
2025-08-20T23:03:33.6270908Z [00:02:18.909]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b315=/tmp/go-build -gno-record-gcc-switches -I $WORK/b315/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b315/_x001.o -c _cgo_export.c
2025-08-20T23:03:33.6533258Z [00:02:18.936]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b315=/tmp/go-build -gno-record-gcc-switches -I $WORK/b315/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b315/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T23:03:33.6639668Z [00:02:18.947]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T23:03:33.6714273Z [00:02:18.954]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/84/843f8d1a5ae5548ee494b6c5269f6301dd506eee3a228dc1363ba7ef81d2ad0e-d # internal
2025-08-20T23:03:33.6741054Z [00:02:18.954]➜  google.golang.org/protobuf/internal/errors
2025-08-20T23:03:33.6741730Z [00:02:18.954]➜  mkdir -p $WORK/b328/
2025-08-20T23:03:33.6742474Z [00:02:18.954]➜  cat >/tmp/go-build3700090427/b328/importcfg << 'EOF' # internal
2025-08-20T23:03:33.6743164Z [00:02:18.954]➜  # import config
2025-08-20T23:03:33.6743827Z [00:02:18.955]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:33.6744635Z [00:02:18.955]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:33.6745741Z [00:02:18.955]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3700090427/b329/_pkg_.a
2025-08-20T23:03:33.6746649Z [00:02:18.955]➜  EOF
2025-08-20T23:03:33.6747206Z [00:02:18.955]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:33.6751360Z [00:02:18.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/errors=>google.golang.org/protobuf@v1.36.8/internal/errors;$WORK/b328=>" -p google.golang.org/protobuf/internal/errors -lang=go1.23 -complete -installsuffix shared -buildid R0jFhEKmTQrDv9bPGKBj/R0jFhEKmTQrDv9bPGKBj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/errors/errors.go
2025-08-20T23:03:33.6867054Z [00:02:18.970]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T23:03:33.6873802Z [00:02:18.970]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/9e/9e317f37fcfcc7aabef447ab3b81590bd51c54b17b3a28c063b8f83106c5c054-d # internal
2025-08-20T23:03:33.6875095Z [00:02:18.971]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T23:03:33.6875802Z [00:02:18.971]➜  mkdir -p $WORK/b327/
2025-08-20T23:03:33.6877404Z [00:02:18.971]➜  cat >/tmp/go-build3700090427/b327/importcfg << 'EOF' # internal
2025-08-20T23:03:33.6878637Z [00:02:18.971]➜  # import config
2025-08-20T23:03:33.6879734Z [00:02:18.971]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:33.6880781Z [00:02:18.971]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:33.6881607Z [00:02:18.971]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:33.6882457Z [00:02:18.971]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:33.6883126Z [00:02:18.971]➜  EOF
2025-08-20T23:03:33.6886919Z [00:02:18.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b327/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protowire=>google.golang.org/protobuf@v1.36.8/encoding/protowire;$WORK/b327=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.23 -complete -installsuffix shared -buildid WX_-dX5ph04UQOhcJiog/WX_-dX5ph04UQOhcJiog -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protowire/wire.go
2025-08-20T23:03:33.7352945Z [00:02:19.018]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T23:03:33.7360297Z [00:02:19.019]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/e9/e9526e1ff5201001bf299a306bed0c74696a33641dcd702667e5ff93a97313c5-d # internal
2025-08-20T23:03:33.7361583Z [00:02:19.019]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T23:03:33.7363776Z [00:02:19.019]➜  mkdir -p $WORK/b331/
2025-08-20T23:03:33.7364945Z [00:02:19.020]➜  cat >/tmp/go-build3700090427/b331/importcfg << 'EOF' # internal
2025-08-20T23:03:33.7366192Z [00:02:19.020]➜  # import config
2025-08-20T23:03:33.7366897Z [00:02:19.020]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:33.7367545Z [00:02:19.020]➜  EOF
2025-08-20T23:03:33.7371932Z [00:02:19.020]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/pragma=>google.golang.org/protobuf@v1.36.8/internal/pragma;$WORK/b331=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.23 -complete -installsuffix shared -buildid JhJ66c9PsCEiWnEmQVqE/JhJ66c9PsCEiWnEmQVqE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/pragma/pragma.go
2025-08-20T23:03:33.7375430Z [00:02:19.020]➜  cd $WORK/b315
2025-08-20T23:03:33.7378184Z [00:02:19.020]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b315=/tmp/go-build -gno-record-gcc-switches -I $WORK/b315/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b315/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T23:03:33.7478355Z [00:02:19.030]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T23:03:33.7480191Z [00:02:19.031]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/ce/ce871be00c0ed8ea14ac2cf23de6ef7bcb9c24439b7e7a75fffbdabf3dbab81b-d # internal
2025-08-20T23:03:33.7484229Z [00:02:19.032]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T23:03:33.7484959Z [00:02:19.032]➜  mkdir -p $WORK/b326/
2025-08-20T23:03:33.7494442Z [00:02:19.032]➜  cat >/tmp/go-build3700090427/b326/importcfg << 'EOF' # internal
2025-08-20T23:03:33.7495222Z [00:02:19.032]➜  # import config
2025-08-20T23:03:33.7495904Z [00:02:19.032]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:33.7496731Z [00:02:19.032]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:33.7497834Z [00:02:19.032]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3700090427/b327/_pkg_.a
2025-08-20T23:03:33.7499213Z [00:02:19.032]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3700090427/b331/_pkg_.a
2025-08-20T23:03:33.7500492Z [00:02:19.032]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:33.7501687Z [00:02:19.032]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:33.7502556Z [00:02:19.032]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:33.7503402Z [00:02:19.032]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:33.7504025Z [00:02:19.032]➜  EOF
2025-08-20T23:03:33.7504520Z [00:02:19.033]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:33.7513447Z [00:02:19.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b326/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect=>google.golang.org/protobuf@v1.36.8/reflect/protoreflect;$WORK/b326=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.23 -complete -installsuffix shared -buildid T75Dc-9X3Tr8o6ubN00H/T75Dc-9X3Tr8o6ubN00H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/source.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/source_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/type.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/value.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/value_equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/value_union.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoreflect/value_unsafe.go
2025-08-20T23:03:33.7853690Z [00:02:19.068]➜  cd $WORK/b315
2025-08-20T23:03:33.7856758Z [00:02:19.068]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b315=/tmp/go-build -gno-record-gcc-switches -I $WORK/b315/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=qOYGflXK9YaRotmAluP- -o $WORK/b315/_cgo_main.o -c _cgo_main.c
2025-08-20T23:03:33.8386538Z [00:02:19.122]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:33.8388696Z [00:02:19.122]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b315=/tmp/go-build -gno-record-gcc-switches -o $WORK/b315/_cgo_.o $WORK/b315/_cgo_main.o $WORK/b315/preferlinkext $WORK/b315/_x001.o $WORK/b315/_x002.o $WORK/b315/_x003.o -O2 -g
2025-08-20T23:03:34.0190660Z [00:02:19.302]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T23:03:34.0203365Z [00:02:19.303]➜  gcc -I /root/.go/src/os/user -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b315=/tmp/go-build -gno-record-gcc-switches -o $WORK/b315/_cgo_.o $WORK/b315/_cgo_main.o $WORK/b315/preferlinkext $WORK/b315/_x001.o $WORK/b315/_x002.o $WORK/b315/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T23:03:34.0206898Z [00:02:19.303]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage user -dynimport $WORK/b315/_cgo_.o -dynout $WORK/b315/_cgo_import.go
2025-08-20T23:03:34.0248321Z [00:02:19.308]➜  cat >/tmp/go-build3700090427/b315/importcfg << 'EOF' # internal
2025-08-20T23:03:34.0250503Z [00:02:19.308]➜  # import config
2025-08-20T23:03:34.0251667Z [00:02:19.308]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.0252794Z [00:02:19.308]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:34.0253837Z [00:02:19.308]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:34.0255955Z [00:02:19.308]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:34.0256786Z [00:02:19.308]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:34.0257635Z [00:02:19.308]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:34.0258483Z [00:02:19.308]➜  packagefile runtime/cgo=/tmp/go-build3700090427/b091/_pkg_.a
2025-08-20T23:03:34.0259910Z [00:02:19.308]➜  EOF
2025-08-20T23:03:34.0266992Z [00:02:19.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b315=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid qOYGflXK9YaRotmAluP-/qOYGflXK9YaRotmAluP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/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/b315/_cgo_gotypes.go $WORK/b315/cgo_lookup_cgo.cgo1.go $WORK/b315/getgrouplist_unix.cgo1.go $WORK/b315/_cgo_import.go
2025-08-20T23:03:34.0271232Z [00:02:19.309]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/d1/d1371caf5487bfb7dcbcdfb6357a1101d9fafd1e3a7201ae1c8d62cf46a5a2bd-d # internal
2025-08-20T23:03:34.0272327Z [00:02:19.309]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T23:03:34.0281640Z [00:02:19.309]➜  mkdir -p $WORK/b336/
2025-08-20T23:03:34.0282511Z [00:02:19.310]➜  cat >/tmp/go-build3700090427/b336/importcfg << 'EOF' # internal
2025-08-20T23:03:34.0283185Z [00:02:19.310]➜  # import config
2025-08-20T23:03:34.0283828Z [00:02:19.310]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:34.0284451Z [00:02:19.310]➜  EOF
2025-08-20T23:03:34.0285091Z [00:02:19.310]➜  cat >/tmp/go-build3700090427/b336/embedcfg << 'EOF' # internal
2025-08-20T23:03:34.0285743Z [00:02:19.310]➜  {
2025-08-20T23:03:34.0286146Z [00:02:19.310]➜  	"Patterns": {
2025-08-20T23:03:34.0286619Z [00:02:19.310]➜  		"editions_defaults.binpb": [
2025-08-20T23:03:34.0287141Z [00:02:19.310]➜  			"editions_defaults.binpb"
2025-08-20T23:03:34.0287601Z [00:02:19.310]➜  		]
2025-08-20T23:03:34.0287920Z [00:02:19.310]➜  	},
2025-08-20T23:03:34.0288268Z [00:02:19.310]➜  	"Files": {
2025-08-20T23:03:34.0290162Z [00:02:19.310]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T23:03:34.0291208Z [00:02:19.310]➜  	}
2025-08-20T23:03:34.0291539Z [00:02:19.310]➜  }EOF
2025-08-20T23:03:34.0295498Z [00:02:19.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b336/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/editiondefaults=>google.golang.org/protobuf@v1.36.8/internal/editiondefaults;$WORK/b336=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.23 -complete -installsuffix shared -buildid GW1a7wkY3tyOqWppP9eu/GW1a7wkY3tyOqWppP9eu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -embedcfg $WORK/b336/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/editiondefaults/defaults.go
2025-08-20T23:03:34.0299031Z [00:02:19.310]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T23:03:34.0332210Z [00:02:19.316]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T23:03:34.0342271Z [00:02:19.317]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/86/8653b1cbd1b8bf9af41f79e3d1a048fdda2b290e7618c0aa0a792cdb44cd8ef9-d # internal
2025-08-20T23:03:34.0343580Z [00:02:19.317]➜  google.golang.org/protobuf/internal/version
2025-08-20T23:03:34.0344193Z [00:02:19.317]➜  mkdir -p $WORK/b353/
2025-08-20T23:03:34.0352096Z [00:02:19.317]➜  cat >/tmp/go-build3700090427/b353/importcfg << 'EOF' # internal
2025-08-20T23:03:34.0358446Z [00:02:19.317]➜  # import config
2025-08-20T23:03:34.0359633Z [00:02:19.317]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.0361441Z [00:02:19.317]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:34.0363160Z [00:02:19.317]➜  EOF
2025-08-20T23:03:34.0367002Z [00:02:19.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/version=>google.golang.org/protobuf@v1.36.8/internal/version;$WORK/b353=>" -p google.golang.org/protobuf/internal/version -lang=go1.23 -complete -installsuffix shared -buildid YZTMUmHGVA8gbEO4UjtF/YZTMUmHGVA8gbEO4UjtF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/version/version.go
2025-08-20T23:03:34.0371474Z [00:02:19.319]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/0f/0fa50b396e15cca0043a9c4139023c0d560cb509dffe75a37cf313d329d31d7f-d # internal
2025-08-20T23:03:34.0372611Z [00:02:19.319]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T23:03:34.0373195Z [00:02:19.319]➜  mkdir -p $WORK/b334/
2025-08-20T23:03:34.0373877Z [00:02:19.319]➜  cat >/tmp/go-build3700090427/b334/importcfg << 'EOF' # internal
2025-08-20T23:03:34.0374520Z [00:02:19.319]➜  # import config
2025-08-20T23:03:34.0375128Z [00:02:19.319]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.0376185Z [00:02:19.319]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3700090427/b329/_pkg_.a
2025-08-20T23:03:34.0377462Z [00:02:19.319]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3700090427/b331/_pkg_.a
2025-08-20T23:03:34.0378776Z [00:02:19.319]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.0387841Z [00:02:19.319]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:34.0388650Z [00:02:19.319]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:34.0389648Z [00:02:19.320]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:34.0390466Z [00:02:19.320]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:34.0391061Z [00:02:19.320]➜  EOF
2025-08-20T23:03:34.0395169Z [00:02:19.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/descfmt=>google.golang.org/protobuf@v1.36.8/internal/descfmt;$WORK/b334=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.23 -complete -installsuffix shared -buildid -KqihCKd9ccPeF4FGY6w/-KqihCKd9ccPeF4FGY6w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/descfmt/stringer.go
2025-08-20T23:03:34.0461504Z [00:02:19.329]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T23:03:34.0468873Z [00:02:19.330]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/8e/8e6d343e29f0ac64a09171b55e055a2867e35a66a0aea1de806ab65321f2e48a-d # internal
2025-08-20T23:03:34.0480879Z [00:02:19.330]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T23:03:34.0481562Z [00:02:19.330]➜  mkdir -p $WORK/b335/
2025-08-20T23:03:34.0482265Z [00:02:19.331]➜  cat >/tmp/go-build3700090427/b335/importcfg << 'EOF' # internal
2025-08-20T23:03:34.0482906Z [00:02:19.331]➜  # import config
2025-08-20T23:03:34.0483894Z [00:02:19.331]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.0484862Z [00:02:19.331]➜  EOF
2025-08-20T23:03:34.0488717Z [00:02:19.331]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/descopts=>google.golang.org/protobuf@v1.36.8/internal/descopts;$WORK/b335=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.23 -complete -installsuffix shared -buildid ncmfXQCzd8DrkUxn14ml/ncmfXQCzd8DrkUxn14ml -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/descopts/options.go
2025-08-20T23:03:34.0584044Z [00:02:19.341]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T23:03:34.0585518Z [00:02:19.341]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/bc/bcc305c1b051318d945a342bb98e3c483881d4a2f6bfc601f008e04dadf8acf3-d # internal
2025-08-20T23:03:34.0591200Z [00:02:19.342]➜  google.golang.org/protobuf/internal/strs
2025-08-20T23:03:34.0591898Z [00:02:19.342]➜  mkdir -p $WORK/b340/
2025-08-20T23:03:34.0592680Z [00:02:19.342]➜  cat >/tmp/go-build3700090427/b340/importcfg << 'EOF' # internal
2025-08-20T23:03:34.0593724Z [00:02:19.342]➜  # import config
2025-08-20T23:03:34.0594435Z [00:02:19.342]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:34.0595635Z [00:02:19.342]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3700090427/b339/_pkg_.a
2025-08-20T23:03:34.0597076Z [00:02:19.342]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.0598236Z [00:02:19.342]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:34.0599138Z [00:02:19.342]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:34.0600240Z [00:02:19.342]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:34.0600949Z [00:02:19.342]➜  EOF
2025-08-20T23:03:34.0623774Z [00:02:19.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/strs=>google.golang.org/protobuf@v1.36.8/internal/strs;$WORK/b340=>" -p google.golang.org/protobuf/internal/strs -lang=go1.23 -complete -installsuffix shared -buildid VMKzk_eTD5czQh6bBqrk/VMKzk_eTD5czQh6bBqrk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/strs/strings_unsafe.go
2025-08-20T23:03:34.0990704Z [00:02:19.382]➜  cd /root/.go/src/os/user
2025-08-20T23:03:34.0991835Z [00:02:19.382]➜  go tool pack r $WORK/b315/_pkg_.a $WORK/b315/preferlinkext $WORK/b315/_x001.o $WORK/b315/_x002.o $WORK/b315/_x003.o # internal
2025-08-20T23:03:34.0994170Z [00:02:19.382]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T23:03:34.1004128Z [00:02:19.383]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/88/88a35e38169b1c3b46f8abce9ab52fc7e7a5f14252bd32be851f5124e5fd2e03-d # internal
2025-08-20T23:03:34.1059185Z [00:02:19.389]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T23:03:34.1070032Z [00:02:19.390]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/ea/ea47c406d8d7d61f929e9b6e0994473bd1b60df1ce853af85f3633f6ac6bb190-d # internal
2025-08-20T23:03:34.1073766Z [00:02:19.390]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T23:03:34.1074404Z [00:02:19.391]➜  mkdir -p $WORK/b338/
2025-08-20T23:03:34.1082669Z [00:02:19.391]➜  cat >/tmp/go-build3700090427/b338/importcfg << 'EOF' # internal
2025-08-20T23:03:34.1083482Z [00:02:19.391]➜  # import config
2025-08-20T23:03:34.1084135Z [00:02:19.391]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:34.1084922Z [00:02:19.391]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.1085992Z [00:02:19.391]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3700090427/b329/_pkg_.a
2025-08-20T23:03:34.1087314Z [00:02:19.391]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:34.1088962Z [00:02:19.391]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3700090427/b339/_pkg_.a
2025-08-20T23:03:34.1090419Z [00:02:19.391]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3700090427/b340/_pkg_.a
2025-08-20T23:03:34.1091422Z [00:02:19.391]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:34.1092194Z [00:02:19.391]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:34.1093009Z [00:02:19.391]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:34.1093813Z [00:02:19.391]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:34.1094599Z [00:02:19.391]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:34.1095407Z [00:02:19.391]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:34.1096253Z [00:02:19.391]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:03:34.1097162Z [00:02:19.391]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:34.1097808Z [00:02:19.391]➜  EOF
2025-08-20T23:03:34.1098307Z [00:02:19.391]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:34.1120017Z [00:02:19.391]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text=>google.golang.org/protobuf@v1.36.8/internal/encoding/text;$WORK/b338=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.23 -complete -installsuffix shared -buildid Vet-01OikCfgrtvG2aHv/Vet-01OikCfgrtvG2aHv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/text/encode.go
2025-08-20T23:03:34.1134877Z [00:02:19.396]➜  github.com/lib/pq
2025-08-20T23:03:34.1138666Z [00:02:19.396]➜  mkdir -p $WORK/b312/
2025-08-20T23:03:34.1139580Z [00:02:19.396]➜  cat >/tmp/go-build3700090427/b312/importcfg << 'EOF' # internal
2025-08-20T23:03:34.1140288Z [00:02:19.396]➜  # import config
2025-08-20T23:03:34.1142150Z [00:02:19.396]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:34.1144044Z [00:02:19.396]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:34.1145961Z [00:02:19.396]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:34.1147859Z [00:02:19.396]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:03:34.1149966Z [00:02:19.396]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:34.1152509Z [00:02:19.396]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:34.1161272Z [00:02:19.396]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:34.1162360Z [00:02:19.396]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:03:34.1163405Z [00:02:19.396]➜  packagefile database/sql/driver=/tmp/go-build3700090427/b279/_pkg_.a
2025-08-20T23:03:34.1165136Z [00:02:19.396]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:34.1166208Z [00:02:19.396]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:34.1167241Z [00:02:19.396]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:34.1168669Z [00:02:19.396]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.1169972Z [00:02:19.396]➜  packagefile github.com/lib/pq/oid=/tmp/go-build3700090427/b313/_pkg_.a
2025-08-20T23:03:34.1172632Z [00:02:19.396]➜  packagefile github.com/lib/pq/scram=/tmp/go-build3700090427/b314/_pkg_.a
2025-08-20T23:03:34.1173562Z [00:02:19.396]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:34.1174390Z [00:02:19.396]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:03:34.1175217Z [00:02:19.396]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:34.1175998Z [00:02:19.396]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:34.1176776Z [00:02:19.397]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:34.1177497Z [00:02:19.397]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:34.1178269Z [00:02:19.397]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:03:34.1179052Z [00:02:19.397]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:34.1180087Z [00:02:19.397]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:34.1180918Z [00:02:19.397]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:34.1181730Z [00:02:19.397]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:34.1182531Z [00:02:19.397]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:34.1183376Z [00:02:19.397]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:34.1184167Z [00:02:19.397]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:34.1184950Z [00:02:19.397]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:34.1185696Z [00:02:19.397]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:34.1186479Z [00:02:19.397]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:34.1187304Z [00:02:19.397]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:34.1188337Z [00:02:19.397]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:34.1189145Z [00:02:19.397]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:34.1193403Z [00:02:19.397]➜  EOF
2025-08-20T23:03:34.1202490Z [00:02:19.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9=>github.com/lib/pq@v1.10.9;$WORK/b312=>" -p github.com/lib/pq -lang=go1.13 -complete -installsuffix shared -buildid aU0oQfT2_L1RRGstXQHk/aU0oQfT2_L1RRGstXQHk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/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-20T23:03:34.1326717Z [00:02:19.416]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T23:03:34.1344991Z [00:02:19.418]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/1a/1a1643dfe0a6de615f1d4ef45666aa2bf87f6024852c4b27aea69dff9b750762-d # internal
2025-08-20T23:03:34.1351994Z [00:02:19.418]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T23:03:34.1352795Z [00:02:19.418]➜  mkdir -p $WORK/b341/
2025-08-20T23:03:34.1370106Z [00:02:19.419]➜  cat >/tmp/go-build3700090427/b341/importcfg << 'EOF' # internal
2025-08-20T23:03:34.1371130Z [00:02:19.419]➜  # import config
2025-08-20T23:03:34.1372049Z [00:02:19.419]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3700090427/b327/_pkg_.a
2025-08-20T23:03:34.1373371Z [00:02:19.419]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:34.1374733Z [00:02:19.419]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.1375797Z [00:02:19.419]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:34.1376378Z [00:02:19.419]➜  EOF
2025-08-20T23:03:34.1380722Z [00:02:19.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/messageset=>google.golang.org/protobuf@v1.36.8/internal/encoding/messageset;$WORK/b341=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.23 -complete -installsuffix shared -buildid M2mNMKxGQUeClG2PVIA_/M2mNMKxGQUeClG2PVIA_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/messageset/messageset.go
2025-08-20T23:03:34.1645307Z [00:02:19.448]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T23:03:34.1661856Z [00:02:19.449]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/66/66384d5d8139c1d04a8507314e894ebdda3a41578c3c4bd4b71c19794950f6b2-d # internal
2025-08-20T23:03:34.1667772Z [00:02:19.450]➜  google.golang.org/protobuf/internal/genid
2025-08-20T23:03:34.1670504Z [00:02:19.450]➜  mkdir -p $WORK/b342/
2025-08-20T23:03:34.1675654Z [00:02:19.451]➜  cat >/tmp/go-build3700090427/b342/importcfg << 'EOF' # internal
2025-08-20T23:03:34.1684187Z [00:02:19.451]➜  # import config
2025-08-20T23:03:34.1685541Z [00:02:19.451]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.1686502Z [00:02:19.451]➜  EOF
2025-08-20T23:03:34.1699476Z [00:02:19.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b342/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid=>google.golang.org/protobuf@v1.36.8/internal/genid;$WORK/b342=>" -p google.golang.org/protobuf/internal/genid -lang=go1.23 -complete -installsuffix shared -buildid SrzK0sxZULivleePHWT1/SrzK0sxZULivleePHWT1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/any_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/api_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/descriptor_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/duration_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/empty_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/field_mask_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/go_features_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/goname.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/map_entry.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/name.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/source_context_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/struct_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/timestamp_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/type_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/wrappers.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/genid/wrappers_gen.go
2025-08-20T23:03:34.2314705Z [00:02:19.513]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T23:03:34.2318733Z [00:02:19.513]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/25/25bf7ce0df48707ec22ef0ed16d15d2d753d40c98a16934cbaadba431da0d3b5-d # internal
2025-08-20T23:03:34.2320935Z [00:02:19.513]➜  google.golang.org/protobuf/internal/order
2025-08-20T23:03:34.2323287Z [00:02:19.514]➜  mkdir -p $WORK/b344/
2025-08-20T23:03:34.2324004Z [00:02:19.514]➜  cat >/tmp/go-build3700090427/b344/importcfg << 'EOF' # internal
2025-08-20T23:03:34.2324662Z [00:02:19.514]➜  # import config
2025-08-20T23:03:34.2325621Z [00:02:19.514]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.2326704Z [00:02:19.514]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:34.2327487Z [00:02:19.514]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:34.2328061Z [00:02:19.514]➜  EOF
2025-08-20T23:03:34.2334738Z [00:02:19.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/order=>google.golang.org/protobuf@v1.36.8/internal/order;$WORK/b344=>" -p google.golang.org/protobuf/internal/order -lang=go1.23 -complete -installsuffix shared -buildid hyxyuBgIL6r3mmbMifP3/hyxyuBgIL6r3mmbMifP3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/order/order.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/order/range.go
2025-08-20T23:03:34.2461858Z [00:02:19.527]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T23:03:34.2472350Z [00:02:19.529]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/e6/e6abdf04a7b20edc32db145d305c04038c5415ea62316876c18074ce9fb05d0f-d # internal
2025-08-20T23:03:34.2473682Z [00:02:19.530]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T23:03:34.2474364Z [00:02:19.530]➜  mkdir -p $WORK/b337/
2025-08-20T23:03:34.2475428Z [00:02:19.530]➜  cat >/tmp/go-build3700090427/b337/importcfg << 'EOF' # internal
2025-08-20T23:03:34.2476121Z [00:02:19.530]➜  # import config
2025-08-20T23:03:34.2476790Z [00:02:19.530]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.2477930Z [00:02:19.530]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3700090427/b338/_pkg_.a
2025-08-20T23:03:34.2479309Z [00:02:19.530]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:34.2480953Z [00:02:19.530]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.2482084Z [00:02:19.530]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:34.2482917Z [00:02:19.530]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:34.2483544Z [00:02:19.530]➜  EOF
2025-08-20T23:03:34.2489821Z [00:02:19.530]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b337/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/defval=>google.golang.org/protobuf@v1.36.8/internal/encoding/defval;$WORK/b337=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.23 -complete -installsuffix shared -buildid KSFKzdnvAS-P9DouQ54i/KSFKzdnvAS-P9DouQ54i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/defval/default.go
2025-08-20T23:03:34.2753283Z [00:02:19.558]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T23:03:34.2783647Z [00:02:19.561]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/ef/efd611eb71627cc794e3d30c3b877c30521d90f277354f5451944f01e5d568a1-d # internal
2025-08-20T23:03:34.2810721Z [00:02:19.561]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T23:03:34.2813186Z [00:02:19.561]➜  mkdir -p $WORK/b345/
2025-08-20T23:03:34.2813962Z [00:02:19.561]➜  cat >/tmp/go-build3700090427/b345/importcfg << 'EOF' # internal
2025-08-20T23:03:34.2814698Z [00:02:19.561]➜  # import config
2025-08-20T23:03:34.2815378Z [00:02:19.561]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.2816971Z [00:02:19.561]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3700090427/b341/_pkg_.a
2025-08-20T23:03:34.2818384Z [00:02:19.561]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:34.2820062Z [00:02:19.561]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3700090427/b339/_pkg_.a
2025-08-20T23:03:34.2821462Z [00:02:19.561]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.2822646Z [00:02:19.561]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:34.2823458Z [00:02:19.561]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:34.2824303Z [00:02:19.561]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:34.2824953Z [00:02:19.561]➜  EOF
2025-08-20T23:03:34.2828944Z [00:02:19.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoregistry=>google.golang.org/protobuf@v1.36.8/reflect/protoregistry;$WORK/b345=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.23 -complete -installsuffix shared -buildid tzzZvCavlA3c_4fXeHeX/tzzZvCavlA3c_4fXeHeX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/reflect/protoregistry/registry.go
2025-08-20T23:03:34.2832798Z [00:02:19.564]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T23:03:34.2834142Z [00:02:19.564]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/49/49adeacc9352f69cbd62cd49bc49118de83e572b7758df5940347af0bbab660a-d # internal
2025-08-20T23:03:34.2835945Z [00:02:19.565]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T23:03:34.2837492Z [00:02:19.565]➜  mkdir -p $WORK/b346/
2025-08-20T23:03:34.2839547Z [00:02:19.565]➜  cat >/tmp/go-build3700090427/b346/importcfg << 'EOF' # internal
2025-08-20T23:03:34.2840288Z [00:02:19.565]➜  # import config
2025-08-20T23:03:34.2841249Z [00:02:19.565]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3700090427/b331/_pkg_.a
2025-08-20T23:03:34.2842634Z [00:02:19.565]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.2843558Z [00:02:19.565]➜  EOF
2025-08-20T23:03:34.2848027Z [00:02:19.565]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoiface=>google.golang.org/protobuf@v1.36.8/runtime/protoiface;$WORK/b346=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.23 -complete -installsuffix shared -buildid ag3SK_vOzjCvw4Ps1zn7/ag3SK_vOzjCvw4Ps1zn7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoiface/legacy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoiface/methods.go
2025-08-20T23:03:34.3002118Z [00:02:19.581]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T23:03:34.3005454Z [00:02:19.583]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/1e/1e0369b217fd35463ba49e446ac8c153e94fd48e434bde3e408582fd83e596ac-d # internal
2025-08-20T23:03:34.3006696Z [00:02:19.583]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T23:03:34.3007353Z [00:02:19.583]➜  mkdir -p $WORK/b352/
2025-08-20T23:03:34.3008066Z [00:02:19.583]➜  cat >/tmp/go-build3700090427/b352/importcfg << 'EOF' # internal
2025-08-20T23:03:34.3008741Z [00:02:19.583]➜  # import config
2025-08-20T23:03:34.3009588Z [00:02:19.583]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:34.3010440Z [00:02:19.583]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.3011629Z [00:02:19.583]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3700090427/b327/_pkg_.a
2025-08-20T23:03:34.3013052Z [00:02:19.583]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3700090427/b346/_pkg_.a
2025-08-20T23:03:34.3014484Z [00:02:19.583]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:34.3015319Z [00:02:19.583]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:34.3016193Z [00:02:19.583]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:34.3016854Z [00:02:19.583]➜  EOF
2025-08-20T23:03:34.3025661Z [00:02:19.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/protolazy=>google.golang.org/protobuf@v1.36.8/internal/protolazy;$WORK/b352=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.23 -complete -installsuffix shared -buildid 1cfRztPDHsetaq5-Heyi/1cfRztPDHsetaq5-Heyi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/protolazy/bufferreader.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/protolazy/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/protolazy/pointer_unsafe.go
2025-08-20T23:03:34.3521180Z [00:02:19.635]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T23:03:34.3534936Z [00:02:19.637]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/6b/6b3be030d4cc46ee2645cb5910b8e45686967af0a497c0745659b1bb66f661e3-d # internal
2025-08-20T23:03:34.3541446Z [00:02:19.637]➜  golang.org/x/net/internal/timeseries
2025-08-20T23:03:34.3542077Z [00:02:19.637]➜  mkdir -p $WORK/b359/
2025-08-20T23:03:34.3547697Z [00:02:19.638]➜  cat >/tmp/go-build3700090427/b359/importcfg << 'EOF' # internal
2025-08-20T23:03:34.3559878Z [00:02:19.638]➜  # import config
2025-08-20T23:03:34.3560559Z [00:02:19.638]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.3561805Z [00:02:19.638]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:34.3562656Z [00:02:19.638]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:34.3563305Z [00:02:19.638]➜  EOF
2025-08-20T23:03:34.3566955Z [00:02:19.638]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b359/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/timeseries=>golang.org/x/net@v0.42.0/internal/timeseries;$WORK/b359=>" -p golang.org/x/net/internal/timeseries -lang=go1.23 -complete -installsuffix shared -buildid BqhkR8RIwilWejOIMNed/BqhkR8RIwilWejOIMNed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/timeseries/timeseries.go
2025-08-20T23:03:34.3894725Z [00:02:19.673]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T23:03:34.3915111Z [00:02:19.675]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/f9/f97bcf743257a294a6297ae6f46abaf1e9d7542f7585de7e208c8f3359cbe3b7-d # internal
2025-08-20T23:03:34.3920503Z [00:02:19.675]➜  google.golang.org/protobuf/proto
2025-08-20T23:03:34.3923091Z [00:02:19.675]➜  mkdir -p $WORK/b343/
2025-08-20T23:03:34.3927408Z [00:02:19.676]➜  cat >/tmp/go-build3700090427/b343/importcfg << 'EOF' # internal
2025-08-20T23:03:34.3935440Z [00:02:19.676]➜  # import config
2025-08-20T23:03:34.3936104Z [00:02:19.676]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:34.3936873Z [00:02:19.676]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.3937941Z [00:02:19.676]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3700090427/b327/_pkg_.a
2025-08-20T23:03:34.3939556Z [00:02:19.676]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3700090427/b341/_pkg_.a
2025-08-20T23:03:34.3940990Z [00:02:19.676]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:34.3942294Z [00:02:19.676]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3700090427/b339/_pkg_.a
2025-08-20T23:03:34.3943547Z [00:02:19.676]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3700090427/b342/_pkg_.a
2025-08-20T23:03:34.3945087Z [00:02:19.676]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3700090427/b344/_pkg_.a
2025-08-20T23:03:34.3946329Z [00:02:19.676]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3700090427/b331/_pkg_.a
2025-08-20T23:03:34.3947550Z [00:02:19.676]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3700090427/b340/_pkg_.a
2025-08-20T23:03:34.3948840Z [00:02:19.676]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.3950592Z [00:02:19.676]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3700090427/b345/_pkg_.a
2025-08-20T23:03:34.3951922Z [00:02:19.676]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3700090427/b346/_pkg_.a
2025-08-20T23:03:34.3952913Z [00:02:19.676]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:34.3953714Z [00:02:19.676]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:34.3954550Z [00:02:19.676]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:34.3955146Z [00:02:19.676]➜  EOF
2025-08-20T23:03:34.3966127Z [00:02:19.676]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b343/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto=>google.golang.org/protobuf@v1.36.8/proto;$WORK/b343=>" -p google.golang.org/protobuf/proto -lang=go1.23 -complete -installsuffix shared -buildid 5q-qcY_qJn4HNNqOvRve/5q-qcY_qJn4HNNqOvRve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/decode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/encode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/proto_methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/reset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/size.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/size_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/wrapperopaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/proto/wrappers.go
2025-08-20T23:03:34.4272453Z [00:02:19.709]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T23:03:34.4285574Z [00:02:19.712]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/d0/d0a9887a7b20f4f6124b72e4589f5ce3643b2697939b7b8997082c0e94c7f412-d # internal
2025-08-20T23:03:34.4300662Z [00:02:19.713]➜  html/template
2025-08-20T23:03:34.4301791Z [00:02:19.713]➜  mkdir -p $WORK/b360/
2025-08-20T23:03:34.4309628Z [00:02:19.714]➜  cat >/tmp/go-build3700090427/b360/importcfg << 'EOF' # internal
2025-08-20T23:03:34.4311576Z [00:02:19.714]➜  # import config
2025-08-20T23:03:34.4320568Z [00:02:19.714]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:34.4321457Z [00:02:19.714]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:34.4322297Z [00:02:19.714]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.4323075Z [00:02:19.714]➜  packagefile html=/tmp/go-build3700090427/b222/_pkg_.a
2025-08-20T23:03:34.4323960Z [00:02:19.714]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:34.4324802Z [00:02:19.714]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:34.4325904Z [00:02:19.714]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:34.4326701Z [00:02:19.714]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:34.4327826Z [00:02:19.714]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:34.4328805Z [00:02:19.714]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:34.4330082Z [00:02:19.714]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:34.4331240Z [00:02:19.714]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:34.4332450Z [00:02:19.714]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:34.4333563Z [00:02:19.714]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:34.4334683Z [00:02:19.714]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:34.4360690Z [00:02:19.714]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:34.4361644Z [00:02:19.714]➜  packagefile text/template=/tmp/go-build3700090427/b094/_pkg_.a
2025-08-20T23:03:34.4362689Z [00:02:19.714]➜  packagefile text/template/parse=/tmp/go-build3700090427/b095/_pkg_.a
2025-08-20T23:03:34.4363626Z [00:02:19.714]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:34.4364526Z [00:02:19.714]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:34.4365192Z [00:02:19.714]➜  EOF
2025-08-20T23:03:34.4373338Z [00:02:19.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b360/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b360=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid QzBOc82hvH6967WCqxpK/QzBOc82hvH6967WCqxpK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/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-20T23:03:34.6046300Z [00:02:19.888]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T23:03:34.6108374Z [00:02:19.894]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/de/dea70fd6617fad8b4831f0c1537193dc34ab3a386f843ecb54a6c28444c0cd55-d # internal
2025-08-20T23:03:34.6125156Z [00:02:19.896]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T23:03:34.6127871Z [00:02:19.896]➜  mkdir -p $WORK/b333/
2025-08-20T23:03:34.6134898Z [00:02:19.896]➜  cat >/tmp/go-build3700090427/b333/importcfg << 'EOF' # internal
2025-08-20T23:03:34.6153355Z [00:02:19.897]➜  # import config
2025-08-20T23:03:34.6154037Z [00:02:19.897]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:34.6154828Z [00:02:19.897]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.6155899Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3700090427/b327/_pkg_.a
2025-08-20T23:03:34.6157196Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build3700090427/b334/_pkg_.a
2025-08-20T23:03:34.6158460Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3700090427/b335/_pkg_.a
2025-08-20T23:03:34.6162018Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build3700090427/b336/_pkg_.a
2025-08-20T23:03:34.6163514Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3700090427/b337/_pkg_.a
2025-08-20T23:03:34.6165268Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3700090427/b341/_pkg_.a
2025-08-20T23:03:34.6166642Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:34.6167899Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3700090427/b342/_pkg_.a
2025-08-20T23:03:34.6169138Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3700090427/b331/_pkg_.a
2025-08-20T23:03:34.6170562Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3700090427/b340/_pkg_.a
2025-08-20T23:03:34.6171783Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:34.6173045Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.6174400Z [00:02:19.897]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3700090427/b345/_pkg_.a
2025-08-20T23:03:34.6175466Z [00:02:19.897]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:34.6176256Z [00:02:19.897]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:34.6177039Z [00:02:19.897]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:34.6177823Z [00:02:19.897]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:34.6178596Z [00:02:19.897]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:34.6179556Z [00:02:19.897]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:34.6180211Z [00:02:19.897]➜  EOF
2025-08-20T23:03:34.6188967Z [00:02:19.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc=>google.golang.org/protobuf@v1.36.8/internal/filedesc;$WORK/b333=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.23 -complete -installsuffix shared -buildid NFGGw6fi5Kexw5stjOS5/NFGGw6fi5Kexw5stjOS5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/build.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/desc_lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/desc_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/desc_list_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/placeholder.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filedesc/presence.go
2025-08-20T23:03:34.9153456Z [00:02:20.198]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T23:03:34.9222257Z [00:02:20.205]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/f3/f39fb7538d934efd2ad85bf32bd5441be51c8261b7de4a43c3bab1af5d31b6c8-d # internal
2025-08-20T23:03:34.9254716Z [00:02:20.209]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T23:03:34.9257640Z [00:02:20.209]➜  mkdir -p $WORK/b349/
2025-08-20T23:03:34.9263277Z [00:02:20.209]➜  cat >/tmp/go-build3700090427/b349/importcfg << 'EOF' # internal
2025-08-20T23:03:34.9264715Z [00:02:20.209]➜  # import config
2025-08-20T23:03:34.9266258Z [00:02:20.209]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.9267651Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3700090427/b327/_pkg_.a
2025-08-20T23:03:34.9269715Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3700090427/b341/_pkg_.a
2025-08-20T23:03:34.9272383Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3700090427/b338/_pkg_.a
2025-08-20T23:03:34.9274725Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:34.9276824Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3700090427/b339/_pkg_.a
2025-08-20T23:03:34.9279093Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3700090427/b342/_pkg_.a
2025-08-20T23:03:34.9280854Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3700090427/b344/_pkg_.a
2025-08-20T23:03:34.9282114Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3700090427/b331/_pkg_.a
2025-08-20T23:03:34.9283381Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3700090427/b350/_pkg_.a
2025-08-20T23:03:34.9284712Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3700090427/b340/_pkg_.a
2025-08-20T23:03:34.9286012Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:34.9287333Z [00:02:20.209]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:34.9288784Z [00:02:20.210]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3700090427/b345/_pkg_.a
2025-08-20T23:03:34.9290135Z [00:02:20.210]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:34.9291043Z [00:02:20.210]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:34.9291720Z [00:02:20.210]➜  EOF
2025-08-20T23:03:34.9297095Z [00:02:20.210]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b349/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/prototext=>google.golang.org/protobuf@v1.36.8/encoding/prototext;$WORK/b349=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.23 -complete -installsuffix shared -buildid aAuJOxtjGyGw8WVBrJ4X/aAuJOxtjGyGw8WVBrJ4X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/prototext/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/prototext/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/prototext/encode.go
2025-08-20T23:03:34.9658469Z [00:02:20.249]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T23:03:34.9761068Z [00:02:20.259]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/25/25a5b3b7de299dbc7f4f7cd940f0e98012dbdf6b76cb6fb3b9299ab178cf8b0d-d # internal
2025-08-20T23:03:34.9762359Z [00:02:20.259]➜  text/tabwriter
2025-08-20T23:03:34.9762908Z [00:02:20.259]➜  mkdir -p $WORK/b361/
2025-08-20T23:03:34.9763717Z [00:02:20.259]➜  cat >/tmp/go-build3700090427/b361/importcfg << 'EOF' # internal
2025-08-20T23:03:34.9765106Z [00:02:20.259]➜  # import config
2025-08-20T23:03:34.9766750Z [00:02:20.259]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:34.9767502Z [00:02:20.259]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:34.9768278Z [00:02:20.259]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:34.9768866Z [00:02:20.259]➜  EOF
2025-08-20T23:03:34.9771601Z [00:02:20.259]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b361/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b361=>" -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/b361/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T23:03:35.0282660Z [00:02:20.311]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T23:03:35.0306482Z [00:02:20.314]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/f5/f55b9a93860f04132228f93c68db8a8456c84fa375ccaec23331c88ebfe3ead2-d # internal
2025-08-20T23:03:35.0308911Z [00:02:20.314]➜  google.golang.org/grpc/backoff
2025-08-20T23:03:35.0310930Z [00:02:20.314]➜  mkdir -p $WORK/b362/
2025-08-20T23:03:35.0321474Z [00:02:20.315]➜  cat >/tmp/go-build3700090427/b362/importcfg << 'EOF' # internal
2025-08-20T23:03:35.0327448Z [00:02:20.315]➜  # import config
2025-08-20T23:03:35.0328168Z [00:02:20.315]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:35.0328824Z [00:02:20.315]➜  EOF
2025-08-20T23:03:35.0332552Z [00:02:20.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/backoff=>google.golang.org/grpc@v1.74.2/backoff;$WORK/b362=>" -p google.golang.org/grpc/backoff -lang=go1.23 -complete -installsuffix shared -buildid SAoOHamHcEhH0JRVWgTq/SAoOHamHcEhH0JRVWgTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/backoff/backoff.go
2025-08-20T23:03:35.0503900Z [00:02:20.333]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T23:03:35.0508222Z [00:02:20.334]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/79/79f62a6c77564fee629dfabf7d3c38e9b69154af0e055e964da0f64447ea323e-d # internal
2025-08-20T23:03:35.0523781Z [00:02:20.336]➜  google.golang.org/grpc/grpclog/internal
2025-08-20T23:03:35.0527256Z [00:02:20.336]➜  mkdir -p $WORK/b368/
2025-08-20T23:03:35.0528097Z [00:02:20.336]➜  cat >/tmp/go-build3700090427/b368/importcfg << 'EOF' # internal
2025-08-20T23:03:35.0529273Z [00:02:20.336]➜  # import config
2025-08-20T23:03:35.0530529Z [00:02:20.336]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:35.0531606Z [00:02:20.336]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.0533229Z [00:02:20.336]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:35.0534582Z [00:02:20.336]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:35.0536179Z [00:02:20.336]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:35.0537254Z [00:02:20.336]➜  EOF
2025-08-20T23:03:35.0566005Z [00:02:20.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/internal=>google.golang.org/grpc@v1.74.2/grpclog/internal;$WORK/b368=>" -p google.golang.org/grpc/grpclog/internal -lang=go1.23 -complete -installsuffix shared -buildid _NZQMBztJJyr3Yg2uuoI/_NZQMBztJJyr3Yg2uuoI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/internal/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/internal/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/internal/loggerv2.go
2025-08-20T23:03:35.1371822Z [00:02:20.418]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T23:03:35.1375278Z [00:02:20.421]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/c1/c1f1bd5c1e2bdaded67ba89b23a16e2c3d01f80ebc8b6df69ff17d7c4f09504d-d # internal
2025-08-20T23:03:35.1379760Z [00:02:20.421]➜  google.golang.org/grpc/grpclog
2025-08-20T23:03:35.1380407Z [00:02:20.421]➜  mkdir -p $WORK/b367/
2025-08-20T23:03:35.1384818Z [00:02:20.422]➜  cat >/tmp/go-build3700090427/b367/importcfg << 'EOF' # internal
2025-08-20T23:03:35.1388765Z [00:02:20.422]➜  # import config
2025-08-20T23:03:35.1389658Z [00:02:20.422]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.1390720Z [00:02:20.422]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build3700090427/b368/_pkg_.a
2025-08-20T23:03:35.1391747Z [00:02:20.422]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:35.1392532Z [00:02:20.422]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:35.1393370Z [00:02:20.422]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:35.1394235Z [00:02:20.422]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:35.1394893Z [00:02:20.422]➜  EOF
2025-08-20T23:03:35.1399910Z [00:02:20.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog=>google.golang.org/grpc@v1.74.2/grpclog;$WORK/b367=>" -p google.golang.org/grpc/grpclog -lang=go1.23 -complete -installsuffix shared -buildid m8-53aAcEdyikPqxfx4C/m8-53aAcEdyikPqxfx4C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/component.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/grpclog/loggerv2.go
2025-08-20T23:03:35.1469267Z [00:02:20.430]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T23:03:35.1506826Z [00:02:20.434]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/33/33d72209d5b685d02d4679e8b83bd798670e05fbf61b09bc763e13ff95ca5e12-d # internal
2025-08-20T23:03:35.1513070Z [00:02:20.434]➜  google.golang.org/grpc/attributes
2025-08-20T23:03:35.1515518Z [00:02:20.435]➜  mkdir -p $WORK/b370/
2025-08-20T23:03:35.1520040Z [00:02:20.435]➜  cat >/tmp/go-build3700090427/b370/importcfg << 'EOF' # internal
2025-08-20T23:03:35.1532379Z [00:02:20.435]➜  # import config
2025-08-20T23:03:35.1532970Z [00:02:20.435]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.1533711Z [00:02:20.435]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:35.1534272Z [00:02:20.435]➜  EOF
2025-08-20T23:03:35.1541715Z [00:02:20.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b370/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/attributes=>google.golang.org/grpc@v1.74.2/attributes;$WORK/b370=>" -p google.golang.org/grpc/attributes -lang=go1.23 -complete -installsuffix shared -buildid VWPAylHWnyTMMfSEwV8o/VWPAylHWnyTMMfSEwV8o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/attributes/attributes.go
2025-08-20T23:03:35.2051268Z [00:02:20.488]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T23:03:35.2061754Z [00:02:20.489]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/e5/e502dde560bebaa9719ca45f94116fdf31a953b6d3551d319d63a48164272562-d # internal
2025-08-20T23:03:35.2081298Z [00:02:20.491]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T23:03:35.2081883Z [00:02:20.491]➜  mkdir -p $WORK/b372/
2025-08-20T23:03:35.2082547Z [00:02:20.491]➜  cat >/tmp/go-build3700090427/b372/importcfg << 'EOF' # internal
2025-08-20T23:03:35.2083156Z [00:02:20.491]➜  # import config
2025-08-20T23:03:35.2083709Z [00:02:20.491]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:35.2084456Z [00:02:20.491]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:35.2085234Z [00:02:20.491]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:35.2085799Z [00:02:20.491]➜  EOF
2025-08-20T23:03:35.2090720Z [00:02:20.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/envconfig=>google.golang.org/grpc@v1.74.2/internal/envconfig;$WORK/b372=>" -p google.golang.org/grpc/internal/envconfig -lang=go1.23 -complete -installsuffix shared -buildid 6MuTlFjC8E4m-AwFZhlA/6MuTlFjC8E4m-AwFZhlA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/envconfig/envconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/envconfig/observability.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/envconfig/xds.go
2025-08-20T23:03:35.2396568Z [00:02:20.523]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T23:03:35.2404792Z [00:02:20.524]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/dc/dccb77d08dead4d78363032bd6e213a7cac98e9abec91d567f6a2c80f27fe2bd-d # internal
2025-08-20T23:03:35.2411881Z [00:02:20.524]➜  google.golang.org/grpc/balancer/pickfirst/internal
2025-08-20T23:03:35.2412563Z [00:02:20.524]➜  mkdir -p $WORK/b381/
2025-08-20T23:03:35.2416611Z [00:02:20.525]➜  cat >/tmp/go-build3700090427/b381/importcfg << 'EOF' # internal
2025-08-20T23:03:35.2425486Z [00:02:20.525]➜  # import config
2025-08-20T23:03:35.2426254Z [00:02:20.525]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:03:35.2427137Z [00:02:20.525]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:35.2427751Z [00:02:20.525]➜  EOF
2025-08-20T23:03:35.2432018Z [00:02:20.526]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/internal=>google.golang.org/grpc@v1.74.2/balancer/pickfirst/internal;$WORK/b381=>" -p google.golang.org/grpc/balancer/pickfirst/internal -lang=go1.23 -complete -installsuffix shared -buildid 5sZJlpPKrXuz2Uk6x7aW/5sZJlpPKrXuz2Uk6x7aW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/internal/internal.go
2025-08-20T23:03:35.2436379Z [00:02:20.526]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T23:03:35.2465507Z [00:02:20.530]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/80/80a29e728fa26ca40173a73927391af798f2fec2f7c80fa913e742ec3c4a996e-d # internal
2025-08-20T23:03:35.2471021Z [00:02:20.530]➜  google.golang.org/grpc/connectivity
2025-08-20T23:03:35.2474656Z [00:02:20.531]➜  mkdir -p $WORK/b366/
2025-08-20T23:03:35.2507165Z [00:02:20.534]➜  cat >/tmp/go-build3700090427/b366/importcfg << 'EOF' # internal
2025-08-20T23:03:35.2538238Z [00:02:20.534]➜  # import config
2025-08-20T23:03:35.2539117Z [00:02:20.534]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:35.2540109Z [00:02:20.534]➜  EOF
2025-08-20T23:03:35.2544088Z [00:02:20.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/connectivity=>google.golang.org/grpc@v1.74.2/connectivity;$WORK/b366=>" -p google.golang.org/grpc/connectivity -lang=go1.23 -complete -installsuffix shared -buildid fRBlUXis8NSXwAJlSl7j/fRBlUXis8NSXwAJlSl7j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/connectivity/connectivity.go
2025-08-20T23:03:35.2661988Z [00:02:20.549]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T23:03:35.2688249Z [00:02:20.552]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/8b/8b1290b765a1bf1983754e060eb586e4e9418f0cfa942667da1e91fdaa7e74b3-d # internal
2025-08-20T23:03:35.2694986Z [00:02:20.553]➜  google.golang.org/grpc/internal/credentials
2025-08-20T23:03:35.2697947Z [00:02:20.553]➜  mkdir -p $WORK/b371/
2025-08-20T23:03:35.2709297Z [00:02:20.554]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T23:03:35.2718704Z [00:02:20.555]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/c9/c92a68a5575a1eadbf4903ebf8952cd0553fe0d9216f765c4ca3d53ca46578bd-d # internal
2025-08-20T23:03:35.2725951Z [00:02:20.555]➜  google.golang.org/grpc/internal
2025-08-20T23:03:35.2726582Z [00:02:20.555]➜  mkdir -p $WORK/b373/
2025-08-20T23:03:35.2727347Z [00:02:20.556]➜  cat >/tmp/go-build3700090427/b371/importcfg << 'EOF' # internal
2025-08-20T23:03:35.2728040Z [00:02:20.556]➜  # import config
2025-08-20T23:03:35.2731263Z [00:02:20.556]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:35.2732181Z [00:02:20.556]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:35.2733112Z [00:02:20.556]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:35.2737998Z [00:02:20.556]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:35.2739062Z [00:02:20.556]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:35.2743831Z [00:02:20.556]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:35.2744706Z [00:02:20.556]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:35.2745639Z [00:02:20.556]➜  EOF
2025-08-20T23:03:35.2751464Z [00:02:20.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials=>google.golang.org/grpc@v1.74.2/internal/credentials;$WORK/b371=>" -p google.golang.org/grpc/internal/credentials -lang=go1.23 -complete -installsuffix shared -buildid h8RLTMh7sXUwdvvYIknk/h8RLTMh7sXUwdvvYIknk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/spiffe.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/syscallconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/util.go
2025-08-20T23:03:35.2756591Z [00:02:20.557]➜  cat >/tmp/go-build3700090427/b373/importcfg << 'EOF' # internal
2025-08-20T23:03:35.2757391Z [00:02:20.557]➜  # import config
2025-08-20T23:03:35.2758067Z [00:02:20.557]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:35.2758989Z [00:02:20.557]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:03:35.2760360Z [00:02:20.557]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:03:35.2761655Z [00:02:20.557]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:03:35.2762658Z [00:02:20.557]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:35.2763494Z [00:02:20.557]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:35.2764330Z [00:02:20.557]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:35.2764961Z [00:02:20.557]➜  EOF
2025-08-20T23:03:35.2777325Z [00:02:20.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal=>google.golang.org/grpc@v1.74.2/internal;$WORK/b373=>" -p google.golang.org/grpc/internal -lang=go1.23 -complete -installsuffix shared -buildid S1q2P8g1cTq4xRGNKw3v/S1q2P8g1cTq4xRGNKw3v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/experimental.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/internal.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/tcp_keepalive_unix.go
2025-08-20T23:03:35.3335960Z [00:02:20.617]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T23:03:35.3356107Z [00:02:20.619]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/49/499b490c701dd0a37581c158e0591e4eb8e17a3c88981e57c4b9a9d6eafec45e-d # internal
2025-08-20T23:03:35.3362370Z [00:02:20.619]➜  google.golang.org/grpc/credentials
2025-08-20T23:03:35.3362991Z [00:02:20.619]➜  mkdir -p $WORK/b369/
2025-08-20T23:03:35.3363792Z [00:02:20.619]➜  cat >/tmp/go-build3700090427/b369/importcfg << 'EOF' # internal
2025-08-20T23:03:35.3364503Z [00:02:20.619]➜  # import config
2025-08-20T23:03:35.3365222Z [00:02:20.619]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:35.3366157Z [00:02:20.619]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:35.3367084Z [00:02:20.619]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:35.3367950Z [00:02:20.619]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:35.3368790Z [00:02:20.619]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.3370006Z [00:02:20.619]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3700090427/b370/_pkg_.a
2025-08-20T23:03:35.3371203Z [00:02:20.619]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:35.3372484Z [00:02:20.619]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3700090427/b371/_pkg_.a
2025-08-20T23:03:35.3373810Z [00:02:20.619]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:03:35.3375408Z [00:02:20.619]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:35.3376408Z [00:02:20.619]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:35.3377224Z [00:02:20.619]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:35.3378027Z [00:02:20.619]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:35.3378614Z [00:02:20.619]➜  EOF
2025-08-20T23:03:35.3403230Z [00:02:20.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials=>google.golang.org/grpc@v1.74.2/credentials;$WORK/b369=>" -p google.golang.org/grpc/credentials -lang=go1.23 -complete -installsuffix shared -buildid yApCoioDvnfs29_67KGL/yApCoioDvnfs29_67KGL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/tls.go
2025-08-20T23:03:35.3797700Z [00:02:20.663]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T23:03:35.3824468Z [00:02:20.665]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/5f/5fba0789fb523d283452095d25b0353d40d1176bc8cd017ed7def06dbda65ffd-d # internal
2025-08-20T23:03:35.3835219Z [00:02:20.665]➜  google.golang.org/grpc/metadata
2025-08-20T23:03:35.3835784Z [00:02:20.665]➜  mkdir -p $WORK/b377/
2025-08-20T23:03:35.3836473Z [00:02:20.666]➜  cat >/tmp/go-build3700090427/b377/importcfg << 'EOF' # internal
2025-08-20T23:03:35.3837153Z [00:02:20.666]➜  # import config
2025-08-20T23:03:35.3837823Z [00:02:20.666]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:35.3838635Z [00:02:20.666]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.3840069Z [00:02:20.666]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:03:35.3841053Z [00:02:20.666]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:35.3841655Z [00:02:20.666]➜  EOF
2025-08-20T23:03:35.3845054Z [00:02:20.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/metadata=>google.golang.org/grpc@v1.74.2/metadata;$WORK/b377=>" -p google.golang.org/grpc/metadata -lang=go1.23 -complete -installsuffix shared -buildid 2zcv0MU7zA-1VF5W91MP/2zcv0MU7zA-1VF5W91MP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/metadata/metadata.go
2025-08-20T23:03:35.3982073Z [00:02:20.681]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T23:03:35.4068274Z [00:02:20.690]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/36/363eded048b9b563f2488f98c043ff49b9b681f3a1fb727f4b05bb9c3f83bab6-d # internal
2025-08-20T23:03:35.4070358Z [00:02:20.690]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T23:03:35.4072628Z [00:02:20.690]➜  mkdir -p $WORK/b351/
2025-08-20T23:03:35.4074349Z [00:02:20.690]➜  cat >/tmp/go-build3700090427/b351/importcfg << 'EOF' # internal
2025-08-20T23:03:35.4074966Z [00:02:20.690]➜  # import config
2025-08-20T23:03:35.4075849Z [00:02:20.690]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3700090427/b337/_pkg_.a
2025-08-20T23:03:35.4077197Z [00:02:20.691]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3700090427/b333/_pkg_.a
2025-08-20T23:03:35.4078470Z [00:02:20.691]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3700090427/b340/_pkg_.a
2025-08-20T23:03:35.4079954Z [00:02:20.691]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:35.4081042Z [00:02:20.691]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:35.4081951Z [00:02:20.691]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:35.4083072Z [00:02:20.691]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:35.4083684Z [00:02:20.691]➜  EOF
2025-08-20T23:03:35.4087596Z [00:02:20.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b351/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/tag=>google.golang.org/protobuf@v1.36.8/internal/encoding/tag;$WORK/b351=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.23 -complete -installsuffix shared -buildid dPkRUSsreZdWc5QAYIf7/dPkRUSsreZdWc5QAYIf7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/tag/tag.go
2025-08-20T23:03:35.4287840Z [00:02:20.712]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T23:03:35.4311907Z [00:02:20.714]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/bb/bbad3bea52a1d4b82c0d543507533fa3e5a62412c266cc28d8d3fb9dda47a44a-d # internal
2025-08-20T23:03:35.4316272Z [00:02:20.715]➜  google.golang.org/grpc/internal/channelz
2025-08-20T23:03:35.4318911Z [00:02:20.715]➜  mkdir -p $WORK/b365/
2025-08-20T23:03:35.4325367Z [00:02:20.716]➜  cat >/tmp/go-build3700090427/b365/importcfg << 'EOF' # internal
2025-08-20T23:03:35.4339705Z [00:02:20.716]➜  # import config
2025-08-20T23:03:35.4340400Z [00:02:20.716]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.4341326Z [00:02:20.716]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:03:35.4342436Z [00:02:20.716]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:03:35.4343634Z [00:02:20.716]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:35.4344762Z [00:02:20.716]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:35.4346189Z [00:02:20.716]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:03:35.4347164Z [00:02:20.716]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:35.4347952Z [00:02:20.716]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:35.4348753Z [00:02:20.716]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:35.4350836Z [00:02:20.716]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:35.4351803Z [00:02:20.716]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:35.4352683Z [00:02:20.716]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:35.4353330Z [00:02:20.716]➜  EOF
2025-08-20T23:03:35.4361841Z [00:02:20.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b365/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz=>google.golang.org/grpc@v1.74.2/internal/channelz;$WORK/b365=>" -p google.golang.org/grpc/internal/channelz -lang=go1.23 -complete -installsuffix shared -buildid Ox4W1OqVX9HoTEzACLXK/Ox4W1OqVX9HoTEzACLXK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/channelmap.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/funcs.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/socket.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/subchannel.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/syscall_linux.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/channelz/trace.go
2025-08-20T23:03:35.4508429Z [00:02:20.734]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T23:03:35.4519157Z [00:02:20.735]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/58/58adad343109db685ca803c273541f28b76b68e9663aefb7ea961e9ffd9ba26a-d # internal
2025-08-20T23:03:35.4526313Z [00:02:20.735]➜  google.golang.org/grpc/stats
2025-08-20T23:03:35.4526908Z [00:02:20.735]➜  mkdir -p $WORK/b376/
2025-08-20T23:03:35.4529207Z [00:02:20.736]➜  cat >/tmp/go-build3700090427/b376/importcfg << 'EOF' # internal
2025-08-20T23:03:35.4535020Z [00:02:20.736]➜  # import config
2025-08-20T23:03:35.4535695Z [00:02:20.736]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:35.4536692Z [00:02:20.736]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:35.4537625Z [00:02:20.736]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:35.4538378Z [00:02:20.736]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:35.4539131Z [00:02:20.736]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:35.4539931Z [00:02:20.736]➜  EOF
2025-08-20T23:03:35.4544166Z [00:02:20.736]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats=>google.golang.org/grpc@v1.74.2/stats;$WORK/b376=>" -p google.golang.org/grpc/stats -lang=go1.23 -complete -installsuffix shared -buildid 4DvFCxhKrXzdGSzYeZLs/4DvFCxhKrXzdGSzYeZLs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/handlers.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/stats.go
2025-08-20T23:03:35.4634723Z [00:02:20.747]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T23:03:35.4644662Z [00:02:20.748]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/66/6683dc764932b2fe6bf6e356edd29bd02347011b6ea66355c2ae8af3ba14bcfb-d # internal
2025-08-20T23:03:35.4662536Z [00:02:20.749]➜  google.golang.org/protobuf/internal/impl
2025-08-20T23:03:35.4665329Z [00:02:20.749]➜  mkdir -p $WORK/b348/
2025-08-20T23:03:35.4702147Z [00:02:20.750]➜  cat >/tmp/go-build3700090427/b348/importcfg << 'EOF' # internal
2025-08-20T23:03:35.4703209Z [00:02:20.750]➜  # import config
2025-08-20T23:03:35.4704037Z [00:02:20.750]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:35.4705688Z [00:02:20.750]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:35.4707898Z [00:02:20.750]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:35.4708845Z [00:02:20.750]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:35.4709844Z [00:02:20.750]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.4710915Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3700090427/b349/_pkg_.a
2025-08-20T23:03:35.4712294Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3700090427/b327/_pkg_.a
2025-08-20T23:03:35.4713665Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3700090427/b335/_pkg_.a
2025-08-20T23:03:35.4714996Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3700090427/b329/_pkg_.a
2025-08-20T23:03:35.4716427Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3700090427/b341/_pkg_.a
2025-08-20T23:03:35.4717882Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3700090427/b351/_pkg_.a
2025-08-20T23:03:35.4719260Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:35.4720754Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3700090427/b333/_pkg_.a
2025-08-20T23:03:35.4722073Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3700090427/b339/_pkg_.a
2025-08-20T23:03:35.4723398Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3700090427/b342/_pkg_.a
2025-08-20T23:03:35.4724952Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3700090427/b344/_pkg_.a
2025-08-20T23:03:35.4726248Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3700090427/b331/_pkg_.a
2025-08-20T23:03:35.4727588Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3700090427/b352/_pkg_.a
2025-08-20T23:03:35.4728901Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3700090427/b340/_pkg_.a
2025-08-20T23:03:35.4731384Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:35.4732696Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:35.4734129Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3700090427/b345/_pkg_.a
2025-08-20T23:03:35.4735525Z [00:02:20.750]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3700090427/b346/_pkg_.a
2025-08-20T23:03:35.4736639Z [00:02:20.750]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:03:35.4737457Z [00:02:20.750]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:35.4738255Z [00:02:20.750]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:35.4739079Z [00:02:20.750]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:35.4740082Z [00:02:20.750]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:35.4740880Z [00:02:20.750]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:35.4741694Z [00:02:20.750]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:35.4742493Z [00:02:20.750]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:35.4743563Z [00:02:20.750]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:35.4744398Z [00:02:20.750]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:35.4745368Z [00:02:20.750]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:35.4746274Z [00:02:20.750]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:35.4746923Z [00:02:20.750]➜  EOF
2025-08-20T23:03:35.4794847Z [00:02:20.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b348/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl=>google.golang.org/protobuf@v1.36.8/internal/impl;$WORK/b348=>" -p google.golang.org/protobuf/internal/impl -lang=go1.23 -complete -installsuffix shared -buildid P0TQEqXa7vxba_gT41tt/P0TQEqXa7vxba_gT41tt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/api_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/api_export_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/bitmap.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_field_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_tables.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/codec_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/convert.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/convert_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/convert_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/legacy_enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/legacy_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/legacy_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/legacy_file.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/legacy_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/merge_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_opaque_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_reflect.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_reflect_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_reflect_field_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/message_reflect_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/pointer_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/pointer_unsafe_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/presence.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/impl/validate.go
2025-08-20T23:03:35.5066179Z [00:02:20.790]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T23:03:35.5076371Z [00:02:20.791]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/5d/5dee5cd57c3ee6572c17fb2ea2c239078bfd1f6260590ae282e8edee5bbe8b60-d # internal
2025-08-20T23:03:35.5093378Z [00:02:20.792]➜  google.golang.org/grpc/experimental/stats
2025-08-20T23:03:35.5100706Z [00:02:20.793]➜  mkdir -p $WORK/b375/
2025-08-20T23:03:35.5101408Z [00:02:20.793]➜  cat >/tmp/go-build3700090427/b375/importcfg << 'EOF' # internal
2025-08-20T23:03:35.5102054Z [00:02:20.793]➜  # import config
2025-08-20T23:03:35.5102844Z [00:02:20.793]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:35.5105542Z [00:02:20.793]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:03:35.5106670Z [00:02:20.793]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3700090427/b376/_pkg_.a
2025-08-20T23:03:35.5107934Z [00:02:20.793]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:35.5108532Z [00:02:20.793]➜  EOF
2025-08-20T23:03:35.5113061Z [00:02:20.793]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/experimental/stats=>google.golang.org/grpc@v1.74.2/experimental/stats;$WORK/b375=>" -p google.golang.org/grpc/experimental/stats -lang=go1.23 -complete -installsuffix shared -buildid 4hDRWLXu0cgfvU7sfmjH/4hDRWLXu0cgfvU7sfmjH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/experimental/stats/metricregistry.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/experimental/stats/metrics.go
2025-08-20T23:03:35.5726745Z [00:02:20.856]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T23:03:35.5736076Z [00:02:20.857]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/f2/f24e4d8786df4200c1b399567ac12cda16e4a67ba7748d8fa30f4f73a986a529-d # internal
2025-08-20T23:03:35.5740916Z [00:02:20.857]➜  google.golang.org/grpc/resolver
2025-08-20T23:03:35.5741500Z [00:02:20.857]➜  mkdir -p $WORK/b378/
2025-08-20T23:03:35.5743913Z [00:02:20.857]➜  cat >/tmp/go-build3700090427/b378/importcfg << 'EOF' # internal
2025-08-20T23:03:35.5749957Z [00:02:20.857]➜  # import config
2025-08-20T23:03:35.5750704Z [00:02:20.857]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:35.5751602Z [00:02:20.857]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:35.5752472Z [00:02:20.857]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:35.5753933Z [00:02:20.857]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.5756211Z [00:02:20.857]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3700090427/b370/_pkg_.a
2025-08-20T23:03:35.5757701Z [00:02:20.857]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:35.5759135Z [00:02:20.857]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:03:35.5760723Z [00:02:20.857]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:03:35.5762014Z [00:02:20.857]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:03:35.5763088Z [00:02:20.857]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:35.5764144Z [00:02:20.857]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:35.5765120Z [00:02:20.857]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:35.5767050Z [00:02:20.857]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:35.5767699Z [00:02:20.857]➜  EOF
2025-08-20T23:03:35.5771674Z [00:02:20.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver=>google.golang.org/grpc@v1.74.2/resolver;$WORK/b378=>" -p google.golang.org/grpc/resolver -lang=go1.23 -complete -installsuffix shared -buildid J7KdF48Nd9T0x1QKfrkz/J7KdF48Nd9T0x1QKfrkz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/map.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/resolver.go
2025-08-20T23:03:35.6612321Z [00:02:20.944]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T23:03:35.6651074Z [00:02:20.948]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/9b/9bd0f75ccc091fefb89ce0efbbad9f7800deee0c7571f2209dd0d49b354778f2-d # internal
2025-08-20T23:03:35.6655777Z [00:02:20.948]➜  google.golang.org/grpc/channelz
2025-08-20T23:03:35.6656334Z [00:02:20.949]➜  mkdir -p $WORK/b364/
2025-08-20T23:03:35.6660113Z [00:02:20.949]➜  cat >/tmp/go-build3700090427/b364/importcfg << 'EOF' # internal
2025-08-20T23:03:35.6662450Z [00:02:20.949]➜  # import config
2025-08-20T23:03:35.6666275Z [00:02:20.949]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3700090427/b365/_pkg_.a
2025-08-20T23:03:35.6667105Z [00:02:20.949]➜  EOF
2025-08-20T23:03:35.6670668Z [00:02:20.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b364/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/channelz=>google.golang.org/grpc@v1.74.2/channelz;$WORK/b364=>" -p google.golang.org/grpc/channelz -lang=go1.23 -complete -installsuffix shared -buildid Lh7zRZq7y9nalTWUJgfo/Lh7zRZq7y9nalTWUJgfo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/channelz/channelz.go
2025-08-20T23:03:35.6865051Z [00:02:20.970]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T23:03:35.6877643Z [00:02:20.971]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/0b/0b5836a8a271754e2d0f256c14ac2f420d6be492d66245d8b202a6649a1dc392-d # internal
2025-08-20T23:03:35.6881288Z [00:02:20.971]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T23:03:35.6912373Z [00:02:20.974]➜  mkdir -p $WORK/b383/
2025-08-20T23:03:35.6916689Z [00:02:20.974]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T23:03:35.6917968Z [00:02:20.974]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/68/6811c021e04151e02109485a809cefde210a75ada7b40e5087f2b4bcfdd464ec-d # internal
2025-08-20T23:03:35.6919203Z [00:02:20.974]➜  cat >/tmp/go-build3700090427/b383/importcfg << 'EOF' # internal
2025-08-20T23:03:35.6920840Z [00:02:20.974]➜  # import config
2025-08-20T23:03:35.6922353Z [00:02:20.974]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.6923757Z [00:02:20.974]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:35.6925240Z [00:02:20.974]➜  EOF
2025-08-20T23:03:35.6930067Z [00:02:20.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpclog=>google.golang.org/grpc@v1.74.2/internal/grpclog;$WORK/b383=>" -p google.golang.org/grpc/internal/grpclog -lang=go1.23 -complete -installsuffix shared -buildid m-FiI78D-OLF6OHr4QgT/m-FiI78D-OLF6OHr4QgT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpclog/prefix_logger.go
2025-08-20T23:03:35.6934080Z [00:02:20.975]➜  google.golang.org/grpc/balancer
2025-08-20T23:03:35.6934913Z [00:02:20.975]➜  mkdir -p $WORK/b363/
2025-08-20T23:03:35.6947233Z [00:02:20.978]➜  cat >/tmp/go-build3700090427/b363/importcfg << 'EOF' # internal
2025-08-20T23:03:35.6950324Z [00:02:20.978]➜  # import config
2025-08-20T23:03:35.6951004Z [00:02:20.978]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:35.6951900Z [00:02:20.978]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:35.6952767Z [00:02:20.978]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:35.6953794Z [00:02:20.978]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3700090427/b364/_pkg_.a
2025-08-20T23:03:35.6955011Z [00:02:20.978]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:03:35.6956132Z [00:02:20.978]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:35.6957303Z [00:02:20.978]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:03:35.6958446Z [00:02:20.978]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:35.6959762Z [00:02:20.978]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:03:35.6960940Z [00:02:20.978]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:35.6962121Z [00:02:20.978]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:35.6985622Z [00:02:20.978]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:03:35.6987042Z [00:02:20.978]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:35.6987916Z [00:02:20.978]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:35.6988564Z [00:02:20.978]➜  EOF
2025-08-20T23:03:35.6996571Z [00:02:20.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer=>google.golang.org/grpc@v1.74.2/balancer;$WORK/b363=>" -p google.golang.org/grpc/balancer -lang=go1.23 -complete -installsuffix shared -buildid k_DVVCgEJ7gXaU67eZjC/k_DVVCgEJ7gXaU67eZjC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/conn_state_evaluator.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/subconn.go
2025-08-20T23:03:35.7042950Z [00:02:20.987]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T23:03:35.7051455Z [00:02:20.988]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/df/dffd4808e8b8d7be8cc858433907e815f7060cb8015a28076555d5eed67b848b-d # internal
2025-08-20T23:03:35.7052706Z [00:02:20.988]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T23:03:35.7053344Z [00:02:20.988]➜  mkdir -p $WORK/b386/
2025-08-20T23:03:35.7054019Z [00:02:20.988]➜  cat >/tmp/go-build3700090427/b386/importcfg << 'EOF' # internal
2025-08-20T23:03:35.7055937Z [00:02:20.988]➜  # import config
2025-08-20T23:03:35.7056765Z [00:02:20.988]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:35.7057701Z [00:02:20.988]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.7059023Z [00:02:20.988]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3700090427/b329/_pkg_.a
2025-08-20T23:03:35.7061168Z [00:02:20.988]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:35.7063251Z [00:02:20.988]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3700090427/b340/_pkg_.a
2025-08-20T23:03:35.7064558Z [00:02:20.988]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:35.7066017Z [00:02:20.988]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:35.7067273Z [00:02:20.988]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:35.7069547Z [00:02:20.988]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:35.7070386Z [00:02:20.988]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:35.7071208Z [00:02:20.988]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:35.7072058Z [00:02:20.988]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:35.7072971Z [00:02:20.988]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:03:35.7073850Z [00:02:20.988]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:35.7074501Z [00:02:20.988]➜  EOF
2025-08-20T23:03:35.7081296Z [00:02:20.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json=>google.golang.org/protobuf@v1.36.8/internal/encoding/json;$WORK/b386=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.23 -complete -installsuffix shared -buildid 04aXZweC_aazWBx5vqaJ/04aXZweC_aazWBx5vqaJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/encoding/json/encode.go
2025-08-20T23:03:35.7466093Z [00:02:21.030]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T23:03:35.7477666Z [00:02:21.031]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/a9/a96b65c6efd347c84057240d11b9ce688dbd6dffb86af975a40950826114f9cf-d # internal
2025-08-20T23:03:35.7482680Z [00:02:21.031]➜  google.golang.org/grpc/balancer/base
2025-08-20T23:03:35.7483331Z [00:02:21.031]➜  mkdir -p $WORK/b379/
2025-08-20T23:03:35.7485984Z [00:02:21.032]➜  cat >/tmp/go-build3700090427/b379/importcfg << 'EOF' # internal
2025-08-20T23:03:35.7493490Z [00:02:21.032]➜  # import config
2025-08-20T23:03:35.7494195Z [00:02:21.032]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:35.7495004Z [00:02:21.032]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.7496050Z [00:02:21.032]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:03:35.7497275Z [00:02:21.032]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:03:35.7503000Z [00:02:21.032]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:35.7504189Z [00:02:21.032]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:35.7504977Z [00:02:21.032]➜  EOF
2025-08-20T23:03:35.7517761Z [00:02:21.035]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/base=>google.golang.org/grpc@v1.74.2/balancer/base;$WORK/b379=>" -p google.golang.org/grpc/balancer/base -lang=go1.23 -complete -installsuffix shared -buildid fk-_FCOcyhx1-jTHussi/fk-_FCOcyhx1-jTHussi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/base/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/base/base.go
2025-08-20T23:03:35.8416370Z [00:02:21.125]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T23:03:35.8433475Z [00:02:21.126]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/bd/bd0803a7651382bc0548fff749fd717e14f65a296b6e1fea722b0570f7c3cf1e-d # internal
2025-08-20T23:03:35.8466481Z [00:02:21.130]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T23:03:35.8467513Z [00:02:21.130]➜  mkdir -p $WORK/b385/
2025-08-20T23:03:35.8473620Z [00:02:21.131]➜  cat >/tmp/go-build3700090427/b385/importcfg << 'EOF' # internal
2025-08-20T23:03:35.8480490Z [00:02:21.131]➜  # import config
2025-08-20T23:03:35.8481209Z [00:02:21.131]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:35.8482089Z [00:02:21.131]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:35.8482946Z [00:02:21.131]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:35.8484084Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3700090427/b327/_pkg_.a
2025-08-20T23:03:35.8485489Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3700090427/b386/_pkg_.a
2025-08-20T23:03:35.8486970Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3700090427/b341/_pkg_.a
2025-08-20T23:03:35.8488377Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:35.8489966Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3700090427/b333/_pkg_.a
2025-08-20T23:03:35.8491287Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3700090427/b339/_pkg_.a
2025-08-20T23:03:35.8492587Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3700090427/b342/_pkg_.a
2025-08-20T23:03:35.8493887Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3700090427/b344/_pkg_.a
2025-08-20T23:03:35.8495163Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3700090427/b331/_pkg_.a
2025-08-20T23:03:35.8496781Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3700090427/b350/_pkg_.a
2025-08-20T23:03:35.8498036Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3700090427/b340/_pkg_.a
2025-08-20T23:03:35.8499263Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:35.8500770Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:35.8502149Z [00:02:21.131]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3700090427/b345/_pkg_.a
2025-08-20T23:03:35.8503243Z [00:02:21.131]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:35.8504099Z [00:02:21.131]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:35.8504944Z [00:02:21.131]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:35.8505773Z [00:02:21.131]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:35.8506379Z [00:02:21.131]➜  EOF
2025-08-20T23:03:35.8522915Z [00:02:21.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protojson=>google.golang.org/protobuf@v1.36.8/encoding/protojson;$WORK/b385=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.23 -complete -installsuffix shared -buildid RaJ5O-KPP-xA0ZGiOggZ/RaJ5O-KPP-xA0ZGiOggZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protojson/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protojson/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protojson/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protojson/well_known_types.go
2025-08-20T23:03:35.9094698Z [00:02:21.192]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T23:03:35.9113258Z [00:02:21.194]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/c2/c254dc31d32079fa37d1ff071b301d420926e36a662ad7e66b6c301ff1882bfc-d # internal
2025-08-20T23:03:35.9135709Z [00:02:21.197]➜  google.golang.org/grpc/balancer/endpointsharding
2025-08-20T23:03:35.9136412Z [00:02:21.197]➜  mkdir -p $WORK/b389/
2025-08-20T23:03:35.9149007Z [00:02:21.198]➜  cat >/tmp/go-build3700090427/b389/importcfg << 'EOF' # internal
2025-08-20T23:03:35.9150989Z [00:02:21.198]➜  # import config
2025-08-20T23:03:35.9151667Z [00:02:21.198]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:35.9152659Z [00:02:21.198]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:03:35.9153902Z [00:02:21.198]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:03:35.9155117Z [00:02:21.198]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:03:35.9156370Z [00:02:21.198]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:35.9157385Z [00:02:21.198]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:03:35.9158242Z [00:02:21.198]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:35.9159094Z [00:02:21.198]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:35.9159934Z [00:02:21.198]➜  EOF
2025-08-20T23:03:35.9164096Z [00:02:21.198]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b389/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/endpointsharding=>google.golang.org/grpc@v1.74.2/balancer/endpointsharding;$WORK/b389=>" -p google.golang.org/grpc/balancer/endpointsharding -lang=go1.23 -complete -installsuffix shared -buildid e255gm-pXKRL2sk3vyLX/e255gm-pXKRL2sk3vyLX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/endpointsharding/endpointsharding.go
2025-08-20T23:03:36.0706625Z [00:02:21.354]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T23:03:36.0724985Z [00:02:21.356]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/ce/ce8571ec709016bfb60947d1a579a4b41f7d2731964d823a986dc1e9f1ff9077-d # internal
2025-08-20T23:03:36.0755509Z [00:02:21.359]➜  google.golang.org/grpc/codes
2025-08-20T23:03:36.0756113Z [00:02:21.359]➜  mkdir -p $WORK/b390/
2025-08-20T23:03:36.0761832Z [00:02:21.359]➜  cat >/tmp/go-build3700090427/b390/importcfg << 'EOF' # internal
2025-08-20T23:03:36.0763557Z [00:02:21.359]➜  # import config
2025-08-20T23:03:36.0764196Z [00:02:21.359]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.0765213Z [00:02:21.359]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:03:36.0766200Z [00:02:21.359]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:36.0766817Z [00:02:21.359]➜  EOF
2025-08-20T23:03:36.0770840Z [00:02:21.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b390/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/codes=>google.golang.org/grpc@v1.74.2/codes;$WORK/b390=>" -p google.golang.org/grpc/codes -lang=go1.23 -complete -installsuffix shared -buildid 2fcAV8o2jN1_L9n3lgXI/2fcAV8o2jN1_L9n3lgXI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/codes/code_string.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/codes/codes.go
2025-08-20T23:03:36.1134551Z [00:02:21.395]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T23:03:36.1135902Z [00:02:21.395]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/2f/2f718c655ebd30a0346cd303cc5396702bf8c9f8c5f4f0c8f9e809f1d6a0e027-d # internal
2025-08-20T23:03:36.1137424Z [00:02:21.396]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T23:03:36.1138052Z [00:02:21.396]➜  mkdir -p $WORK/b391/
2025-08-20T23:03:36.1138783Z [00:02:21.396]➜  cat >/tmp/go-build3700090427/b391/importcfg << 'EOF' # internal
2025-08-20T23:03:36.1139713Z [00:02:21.396]➜  # import config
2025-08-20T23:03:36.1140371Z [00:02:21.396]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:36.1141404Z [00:02:21.396]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:36.1142378Z [00:02:21.396]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:36.1142970Z [00:02:21.396]➜  EOF
2025-08-20T23:03:36.1160812Z [00:02:21.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/insecure=>google.golang.org/grpc@v1.74.2/credentials/insecure;$WORK/b391=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.23 -complete -installsuffix shared -buildid ZkLz4V3H5Y0tImGkR9ZY/ZkLz4V3H5Y0tImGkR9ZY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/insecure/insecure.go
2025-08-20T23:03:36.1665637Z [00:02:21.450]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T23:03:36.1673624Z [00:02:21.450]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/c9/c9a0209c0695d283c9393f3611f3dc2f84d1fe8563beb3b889d8b6c859cd539e-d # internal
2025-08-20T23:03:36.1676153Z [00:02:21.451]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T23:03:36.1677378Z [00:02:21.451]➜  mkdir -p $WORK/b393/
2025-08-20T23:03:36.1682977Z [00:02:21.451]➜  cat >/tmp/go-build3700090427/b393/importcfg << 'EOF' # internal
2025-08-20T23:03:36.1684495Z [00:02:21.452]➜  # import config
2025-08-20T23:03:36.1685139Z [00:02:21.452]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:36.1685970Z [00:02:21.452]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.1686917Z [00:02:21.452]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:36.1688148Z [00:02:21.452]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:36.1688933Z [00:02:21.452]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:36.1690020Z [00:02:21.452]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.1690862Z [00:02:21.452]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.1691431Z [00:02:21.452]➜  EOF
2025-08-20T23:03:36.1697820Z [00:02:21.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil=>google.golang.org/grpc@v1.74.2/internal/grpcutil;$WORK/b393=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.23 -complete -installsuffix shared -buildid J6O4HRbq4BFSt614sQRg/J6O4HRbq4BFSt614sQRg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/compressor.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/encode_duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/grpcutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/metadata.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/method.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcutil/regex.go
2025-08-20T23:03:36.1875578Z [00:02:21.471]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T23:03:36.1973543Z [00:02:21.480]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/b4/b431c0d945fbda7991f68a89d8e1a8468156b1f0a69ab6e8a132944aa7994a68-d # internal
2025-08-20T23:03:36.1975706Z [00:02:21.480]➜  google.golang.org/grpc/mem
2025-08-20T23:03:36.1976249Z [00:02:21.480]➜  mkdir -p $WORK/b394/
2025-08-20T23:03:36.2008064Z [00:02:21.484]➜  cat >/tmp/go-build3700090427/b394/importcfg << 'EOF' # internal
2025-08-20T23:03:36.2019524Z [00:02:21.484]➜  # import config
2025-08-20T23:03:36.2021165Z [00:02:21.484]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.2023932Z [00:02:21.484]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:03:36.2024912Z [00:02:21.484]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:36.2025737Z [00:02:21.484]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:36.2026695Z [00:02:21.484]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:36.2027505Z [00:02:21.484]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:36.2028088Z [00:02:21.484]➜  EOF
2025-08-20T23:03:36.2028576Z [00:02:21.484]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T23:03:36.2032759Z [00:02:21.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/mem=>google.golang.org/grpc@v1.74.2/mem;$WORK/b394=>" -p google.golang.org/grpc/mem -lang=go1.23 -complete -installsuffix shared -buildid a7hgJJRrezV18fucehhd/a7hgJJRrezV18fucehhd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/mem/buffer_pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/mem/buffer_slice.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/mem/buffers.go
2025-08-20T23:03:36.2036778Z [00:02:21.485]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/84/848d2afcdbcf2fc6a9ad56888b4a290d2f945d20c4372dc6248975614b89b5c1-d # internal
2025-08-20T23:03:36.2037868Z [00:02:21.486]➜  google.golang.org/grpc/internal/backoff
2025-08-20T23:03:36.2040984Z [00:02:21.486]➜  mkdir -p $WORK/b396/
2025-08-20T23:03:36.2041676Z [00:02:21.487]➜  cat >/tmp/go-build3700090427/b396/importcfg << 'EOF' # internal
2025-08-20T23:03:36.2042295Z [00:02:21.487]➜  # import config
2025-08-20T23:03:36.2042914Z [00:02:21.487]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:36.2043684Z [00:02:21.487]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.2044858Z [00:02:21.487]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3700090427/b362/_pkg_.a
2025-08-20T23:03:36.2045799Z [00:02:21.487]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:03:36.2046572Z [00:02:21.487]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.2047095Z [00:02:21.487]➜  EOF
2025-08-20T23:03:36.2056602Z [00:02:21.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b396/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/backoff=>google.golang.org/grpc@v1.74.2/internal/backoff;$WORK/b396=>" -p google.golang.org/grpc/internal/backoff -lang=go1.23 -complete -installsuffix shared -buildid aO4lBOGRlcNh_oTCNJdR/aO4lBOGRlcNh_oTCNJdR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/backoff/backoff.go
2025-08-20T23:03:36.2405120Z [00:02:21.524]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T23:03:36.2410474Z [00:02:21.524]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/e6/e6b47d71c1070a1f7554b496024775464cd055e3d471aa63a0e2047af79efaaf-d # internal
2025-08-20T23:03:36.2413821Z [00:02:21.525]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T23:03:36.2416960Z [00:02:21.525]➜  mkdir -p $WORK/b397/
2025-08-20T23:03:36.2419745Z [00:02:21.525]➜  cat >/tmp/go-build3700090427/b397/importcfg << 'EOF' # internal
2025-08-20T23:03:36.2422014Z [00:02:21.525]➜  # import config
2025-08-20T23:03:36.2424246Z [00:02:21.526]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:36.2426575Z [00:02:21.526]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.2428938Z [00:02:21.526]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.2431811Z [00:02:21.526]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:03:36.2435204Z [00:02:21.527]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:03:36.2436891Z [00:02:21.527]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:03:36.2439660Z [00:02:21.527]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:36.2440847Z [00:02:21.527]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:03:36.2441818Z [00:02:21.527]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:36.2442408Z [00:02:21.527]➜  EOF
2025-08-20T23:03:36.2447316Z [00:02:21.527]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b397/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/gracefulswitch=>google.golang.org/grpc@v1.74.2/internal/balancer/gracefulswitch;$WORK/b397=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.23 -complete -installsuffix shared -buildid GMZwZ3TS9Q81DbeWp7J6/GMZwZ3TS9Q81DbeWp7J6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/gracefulswitch/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/gracefulswitch/gracefulswitch.go
2025-08-20T23:03:36.3236014Z [00:02:21.607]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T23:03:36.3253182Z [00:02:21.608]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/0a/0a0cd9762afeab606e559142ee98d54316b8534530f232df8672c80fb25cdd41-d # internal
2025-08-20T23:03:36.3255833Z [00:02:21.609]➜  google.golang.org/grpc/encoding
2025-08-20T23:03:36.3265334Z [00:02:21.610]➜  mkdir -p $WORK/b392/
2025-08-20T23:03:36.3269047Z [00:02:21.610]➜  cat >/tmp/go-build3700090427/b392/importcfg << 'EOF' # internal
2025-08-20T23:03:36.3270010Z [00:02:21.610]➜  # import config
2025-08-20T23:03:36.3271009Z [00:02:21.610]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3700090427/b393/_pkg_.a
2025-08-20T23:03:36.3272584Z [00:02:21.610]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3700090427/b394/_pkg_.a
2025-08-20T23:03:36.3273556Z [00:02:21.610]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:36.3274383Z [00:02:21.610]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.3275031Z [00:02:21.610]➜  EOF
2025-08-20T23:03:36.3281555Z [00:02:21.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b392/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding=>google.golang.org/grpc@v1.74.2/encoding;$WORK/b392=>" -p google.golang.org/grpc/encoding -lang=go1.23 -complete -installsuffix shared -buildid IoRaznN-IJUWg2UXnzLI/IoRaznN-IJUWg2UXnzLI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/encoding.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/encoding_v2.go
2025-08-20T23:03:36.3610867Z [00:02:21.644]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T23:03:36.3641664Z [00:02:21.647]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T23:03:36.3643023Z [00:02:21.647]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/ad/ad018d893dcb5b798b1d66834f663ba8c6ef2efc7e4a76c67a9a3ae139e104fe-d # internal
2025-08-20T23:03:36.3652090Z [00:02:21.648]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/dd/dd7db977c3635c000de7814879494df84c02043a2fc44dd5869c04fb1f5aede7-d # internal
2025-08-20T23:03:36.3654512Z [00:02:21.649]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T23:03:36.3655119Z [00:02:21.649]➜  mkdir -p $WORK/b398/
2025-08-20T23:03:36.3659999Z [00:02:21.649]➜  cat >/tmp/go-build3700090427/b398/importcfg << 'EOF' # internal
2025-08-20T23:03:36.3660828Z [00:02:21.649]➜  # import config
2025-08-20T23:03:36.3662086Z [00:02:21.649]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:36.3663051Z [00:02:21.649]➜  EOF
2025-08-20T23:03:36.3667970Z [00:02:21.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b398/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancerload=>google.golang.org/grpc@v1.74.2/internal/balancerload;$WORK/b398=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.23 -complete -installsuffix shared -buildid fy2PxeinjNqgkeCizZf7/fy2PxeinjNqgkeCizZf7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancerload/load.go
2025-08-20T23:03:36.3674109Z [00:02:21.650]➜  google.golang.org/grpc/internal/buffer
2025-08-20T23:03:36.3674772Z [00:02:21.650]➜  mkdir -p $WORK/b407/
2025-08-20T23:03:36.3683720Z [00:02:21.651]➜  cat >/tmp/go-build3700090427/b407/importcfg << 'EOF' # internal
2025-08-20T23:03:36.3684429Z [00:02:21.651]➜  # import config
2025-08-20T23:03:36.3685127Z [00:02:21.651]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.3685958Z [00:02:21.651]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:36.3686606Z [00:02:21.651]➜  EOF
2025-08-20T23:03:36.3690539Z [00:02:21.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b407/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/buffer=>google.golang.org/grpc@v1.74.2/internal/buffer;$WORK/b407=>" -p google.golang.org/grpc/internal/buffer -lang=go1.23 -complete -installsuffix shared -buildid FFAy7DFNr4I4KTHnZYmm/FFAy7DFNr4I4KTHnZYmm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/buffer/unbounded.go
2025-08-20T23:03:36.3793381Z [00:02:21.662]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T23:03:36.3799761Z [00:02:21.663]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/44/442b34cfcce9f0e9d4abf4c843cd8acc82b32d69b41926534dc4085f9256672d-d # internal
2025-08-20T23:03:36.3811592Z [00:02:21.663]➜  google.golang.org/grpc/internal/idle
2025-08-20T23:03:36.3812221Z [00:02:21.663]➜  mkdir -p $WORK/b408/
2025-08-20T23:03:36.3813364Z [00:02:21.664]➜  cat >/tmp/go-build3700090427/b408/importcfg << 'EOF' # internal
2025-08-20T23:03:36.3814046Z [00:02:21.664]➜  # import config
2025-08-20T23:03:36.3814686Z [00:02:21.664]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.3815490Z [00:02:21.664]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:36.3816291Z [00:02:21.664]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:36.3817161Z [00:02:21.664]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:36.3818012Z [00:02:21.664]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.3818603Z [00:02:21.664]➜  EOF
2025-08-20T23:03:36.3822436Z [00:02:21.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b408/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/idle=>google.golang.org/grpc@v1.74.2/internal/idle;$WORK/b408=>" -p google.golang.org/grpc/internal/idle -lang=go1.23 -complete -installsuffix shared -buildid MJ37n33MNpMitd_4uuAz/MJ37n33MNpMitd_4uuAz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/idle/idle.go
2025-08-20T23:03:36.3886521Z [00:02:21.672]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T23:03:36.3892526Z [00:02:21.672]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/83/83d6ef6c6df8aad347917a8be8de6ff0c11372b7709ef83d9f3a5e0c86120ec5-d # internal
2025-08-20T23:03:36.3900499Z [00:02:21.673]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T23:03:36.3902044Z [00:02:21.673]➜  mkdir -p $WORK/b406/
2025-08-20T23:03:36.3904416Z [00:02:21.674]➜  cat >/tmp/go-build3700090427/b406/importcfg << 'EOF' # internal
2025-08-20T23:03:36.3905247Z [00:02:21.674]➜  # import config
2025-08-20T23:03:36.3906902Z [00:02:21.674]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:36.3907945Z [00:02:21.674]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3700090427/b407/_pkg_.a
2025-08-20T23:03:36.3908906Z [00:02:21.674]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:36.3909904Z [00:02:21.674]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:36.3910521Z [00:02:21.674]➜  EOF
2025-08-20T23:03:36.3915086Z [00:02:21.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b406/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcsync=>google.golang.org/grpc@v1.74.2/internal/grpcsync;$WORK/b406=>" -p google.golang.org/grpc/internal/grpcsync -lang=go1.23 -complete -installsuffix shared -buildid D8jnvDYv7yKmP-XmG_82/D8jnvDYv7yKmP-XmG_82 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcsync/callback_serializer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcsync/event.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/grpcsync/pubsub.go
2025-08-20T23:03:36.4052810Z [00:02:21.688]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T23:03:36.4062770Z [00:02:21.689]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/e5/e56617bf653fd30517c7f4f53031152816b783a8fde894cac2b1a11e33baa915-d # internal
2025-08-20T23:03:36.4065832Z [00:02:21.690]➜  google.golang.org/grpc/internal/metadata
2025-08-20T23:03:36.4083576Z [00:02:21.692]➜  mkdir -p $WORK/b409/
2025-08-20T23:03:36.4084594Z [00:02:21.692]➜  cat >/tmp/go-build3700090427/b409/importcfg << 'EOF' # internal
2025-08-20T23:03:36.4085570Z [00:02:21.692]➜  # import config
2025-08-20T23:03:36.4086485Z [00:02:21.692]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.4087508Z [00:02:21.692]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:36.4088673Z [00:02:21.692]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:36.4089890Z [00:02:21.692]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.4090849Z [00:02:21.692]➜  EOF
2025-08-20T23:03:36.4094571Z [00:02:21.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b409/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/metadata=>google.golang.org/grpc@v1.74.2/internal/metadata;$WORK/b409=>" -p google.golang.org/grpc/internal/metadata -lang=go1.23 -complete -installsuffix shared -buildid 03Och6EUOcr_pgWXqKSV/03Och6EUOcr_pgWXqKSV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/metadata/metadata.go
2025-08-20T23:03:36.4237582Z [00:02:21.707]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T23:03:36.4250707Z [00:02:21.708]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/6a/6af1199f83b17b486011bc9c8f3f5668b0c693a3ac0c2b414c5a6dcb78171513-d # internal
2025-08-20T23:03:36.4252932Z [00:02:21.708]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T23:03:36.4253689Z [00:02:21.709]➜  mkdir -p $WORK/b411/
2025-08-20T23:03:36.4258609Z [00:02:21.709]➜  cat >/tmp/go-build3700090427/b411/importcfg << 'EOF' # internal
2025-08-20T23:03:36.4266858Z [00:02:21.709]➜  # import config
2025-08-20T23:03:36.4267521Z [00:02:21.709]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:36.4268292Z [00:02:21.709]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.4269274Z [00:02:21.709]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:03:36.4270422Z [00:02:21.709]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:36.4271385Z [00:02:21.709]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:36.4272429Z [00:02:21.709]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:03:36.4273584Z [00:02:21.709]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:36.4274318Z [00:02:21.709]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:36.4275011Z [00:02:21.709]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.4275719Z [00:02:21.709]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.4276233Z [00:02:21.709]➜  EOF
2025-08-20T23:03:36.4281408Z [00:02:21.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/serviceconfig=>google.golang.org/grpc@v1.74.2/internal/serviceconfig;$WORK/b411=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid 4HH9wEtItDaqNKuO8UH_/4HH9wEtItDaqNKuO8UH_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/serviceconfig/duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/serviceconfig/serviceconfig.go
2025-08-20T23:03:36.4296056Z [00:02:21.713]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T23:03:36.4306535Z [00:02:21.714]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/39/39a3b32a24d05b3978c8f4ce0626e8ca655a1d4b484b302bd246ab147a642e33-d # internal
2025-08-20T23:03:36.4316383Z [00:02:21.714]➜  google.golang.org/grpc/internal/proxyattributes
2025-08-20T23:03:36.4323166Z [00:02:21.714]➜  mkdir -p $WORK/b413/
2025-08-20T23:03:36.4323810Z [00:02:21.715]➜  cat >/tmp/go-build3700090427/b413/importcfg << 'EOF' # internal
2025-08-20T23:03:36.4324405Z [00:02:21.715]➜  # import config
2025-08-20T23:03:36.4325121Z [00:02:21.715]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:36.4328513Z [00:02:21.715]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:36.4329051Z [00:02:21.715]➜  EOF
2025-08-20T23:03:36.4332900Z [00:02:21.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/proxyattributes=>google.golang.org/grpc@v1.74.2/internal/proxyattributes;$WORK/b413=>" -p google.golang.org/grpc/internal/proxyattributes -lang=go1.23 -complete -installsuffix shared -buildid gNx4isjGwzYP5vKFh-YR/gNx4isjGwzYP5vKFh-YR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/proxyattributes/proxyattributes.go
2025-08-20T23:03:36.4453053Z [00:02:21.728]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T23:03:36.4465597Z [00:02:21.730]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/78/787cb5f881ca4a5a2506e9a1b50637ae1e380f00a0ec58316a6ab15f26e64ead-d # internal
2025-08-20T23:03:36.4476281Z [00:02:21.731]➜  golang.org/x/text/unicode/bidi
2025-08-20T23:03:36.4482490Z [00:02:21.731]➜  mkdir -p $WORK/b419/
2025-08-20T23:03:36.4488135Z [00:02:21.732]➜  cat >/tmp/go-build3700090427/b419/importcfg << 'EOF' # internal
2025-08-20T23:03:36.4488961Z [00:02:21.732]➜  # import config
2025-08-20T23:03:36.4489944Z [00:02:21.732]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:36.4491536Z [00:02:21.732]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:03:36.4492284Z [00:02:21.732]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.4492944Z [00:02:21.732]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:36.4493604Z [00:02:21.732]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:36.4494321Z [00:02:21.732]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:36.4494876Z [00:02:21.732]➜  EOF
2025-08-20T23:03:36.4500220Z [00:02:21.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi=>golang.org/x/text@v0.27.0/unicode/bidi;$WORK/b419=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid kpXsN7yPVbYtcfRnGOuC/kpXsN7yPVbYtcfRnGOuC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/unicode/bidi/trieval.go
2025-08-20T23:03:36.4611788Z [00:02:21.744]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T23:03:36.4626612Z [00:02:21.745]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/8c/8cd5cf535d6cb3420ddff2b089bd9096979662a00610178970fffaca4c4ae9d3-d # internal
2025-08-20T23:03:36.4629159Z [00:02:21.746]➜  google.golang.org/grpc/internal/resolver
2025-08-20T23:03:36.4629925Z [00:02:21.746]➜  mkdir -p $WORK/b410/
2025-08-20T23:03:36.4635534Z [00:02:21.747]➜  cat >/tmp/go-build3700090427/b410/importcfg << 'EOF' # internal
2025-08-20T23:03:36.4640513Z [00:02:21.747]➜  # import config
2025-08-20T23:03:36.4641367Z [00:02:21.747]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:36.4642482Z [00:02:21.747]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:03:36.4643708Z [00:02:21.747]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:36.4644815Z [00:02:21.747]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:36.4645736Z [00:02:21.747]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:36.4646310Z [00:02:21.747]➜  EOF
2025-08-20T23:03:36.4650224Z [00:02:21.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b410/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver=>google.golang.org/grpc@v1.74.2/internal/resolver;$WORK/b410=>" -p google.golang.org/grpc/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid yUh5jWvhnPCBq_jEZOG0/yUh5jWvhnPCBq_jEZOG0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/config_selector.go
2025-08-20T23:03:36.4886097Z [00:02:21.772]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T23:03:36.4899213Z [00:02:21.773]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/a5/a5b2d8763e9f265b0ed370adb26b7535799ecc523befefb65625052c5161fbfd-d # internal
2025-08-20T23:03:36.4901936Z [00:02:21.773]➜  golang.org/x/net/http2/hpack
2025-08-20T23:03:36.4903397Z [00:02:21.774]➜  mkdir -p $WORK/b420/
2025-08-20T23:03:36.4908978Z [00:02:21.774]➜  cat >/tmp/go-build3700090427/b420/importcfg << 'EOF' # internal
2025-08-20T23:03:36.4909782Z [00:02:21.774]➜  # import config
2025-08-20T23:03:36.4920269Z [00:02:21.774]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:36.4921191Z [00:02:21.774]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.4922056Z [00:02:21.774]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.4922841Z [00:02:21.774]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:36.4923633Z [00:02:21.774]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:36.4924236Z [00:02:21.774]➜  EOF
2025-08-20T23:03:36.4929719Z [00:02:21.774]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack=>golang.org/x/net@v0.42.0/http2/hpack;$WORK/b420=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid -0e2Yl-usjbHN-mWx2sQ/-0e2Yl-usjbHN-mWx2sQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/hpack/tables.go
2025-08-20T23:03:36.5122490Z [00:02:21.795]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T23:03:36.5448637Z [00:02:21.828]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/44/4420682965eb234bfab4f4dedbf804b5786fbaae1bf7a49eb383e281ed50ea08-d # internal
2025-08-20T23:03:36.5473129Z [00:02:21.830]➜  github.com/felixge/fgprof
2025-08-20T23:03:36.5473719Z [00:02:21.830]➜  mkdir -p $WORK/b101/
2025-08-20T23:03:36.5477747Z [00:02:21.831]➜  cat >/tmp/go-build3700090427/b101/importcfg << 'EOF' # internal
2025-08-20T23:03:36.5481595Z [00:02:21.831]➜  # import config
2025-08-20T23:03:36.5483664Z [00:02:21.831]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.5490272Z [00:02:21.831]➜  packagefile github.com/google/pprof/profile=/tmp/go-build3700090427/b102/_pkg_.a
2025-08-20T23:03:36.5491349Z [00:02:21.831]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:36.5492182Z [00:02:21.831]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:36.5493047Z [00:02:21.831]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:36.5493896Z [00:02:21.831]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:36.5494712Z [00:02:21.831]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:36.5495722Z [00:02:21.831]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:36.5496544Z [00:02:21.831]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.5497387Z [00:02:21.831]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.5498014Z [00:02:21.831]➜  EOF
2025-08-20T23:03:36.5503057Z [00:02:21.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/fgprof@v0.9.5=>github.com/felixge/fgprof@v0.9.5;$WORK/b101=>" -p github.com/felixge/fgprof -lang=go1.14 -complete -installsuffix shared -buildid dFGMonsmqn1ECOygHzLC/dFGMonsmqn1ECOygHzLC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/go/pkg/mod/github.com/felixge/fgprof@v0.9.5/fgprof.go /root/go/pkg/mod/github.com/felixge/fgprof@v0.9.5/handler.go
2025-08-20T23:03:36.6023650Z [00:02:21.885]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T23:03:36.6046779Z [00:02:21.888]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/7d/7d863782e6faf8900a37e9402dfbc1fe5f2bd06b10f2585eca64b90e325d6fc7-d # internal
2025-08-20T23:03:36.6053319Z [00:02:21.888]➜  github.com/jpillora/s3
2025-08-20T23:03:36.6053884Z [00:02:21.888]➜  mkdir -p $WORK/b208/
2025-08-20T23:03:36.6061622Z [00:02:21.889]➜  cat >/tmp/go-build3700090427/b208/importcfg << 'EOF' # internal
2025-08-20T23:03:36.6062381Z [00:02:21.889]➜  # import config
2025-08-20T23:03:36.6067771Z [00:02:21.889]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:36.6068644Z [00:02:21.890]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:36.6069692Z [00:02:21.890]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:03:36.6070586Z [00:02:21.890]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:03:36.6071487Z [00:02:21.890]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:03:36.6072378Z [00:02:21.890]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:36.6073299Z [00:02:21.890]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:36.6074183Z [00:02:21.890]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:36.6075057Z [00:02:21.890]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:36.6075896Z [00:02:21.890]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.6076995Z [00:02:21.890]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.6077807Z [00:02:21.890]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:36.6078636Z [00:02:21.890]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:03:36.6079682Z [00:02:21.890]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:36.6080498Z [00:02:21.890]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:36.6081318Z [00:02:21.890]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:36.6082101Z [00:02:21.890]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:36.6082883Z [00:02:21.890]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:36.6083668Z [00:02:21.890]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:36.6084463Z [00:02:21.890]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:36.6085297Z [00:02:21.890]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.6086092Z [00:02:21.890]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.6086698Z [00:02:21.890]➜  EOF
2025-08-20T23:03:36.6094327Z [00:02:21.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jpillora/s3@v1.1.4=>github.com/jpillora/s3@v1.1.4;$WORK/b208=>" -p github.com/jpillora/s3 -lang=go1.13 -complete -installsuffix shared -buildid hYo5p1c9HbCx-9xF9uRa/hYo5p1c9HbCx-9xF9uRa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/go/pkg/mod/github.com/jpillora/s3@v1.1.4/aws_common.go /root/go/pkg/mod/github.com/jpillora/s3@v1.1.4/aws_credentials.go /root/go/pkg/mod/github.com/jpillora/s3@v1.1.4/aws_request_data.go /root/go/pkg/mod/github.com/jpillora/s3@v1.1.4/aws_sign_v4.go /root/go/pkg/mod/github.com/jpillora/s3@v1.1.4/aws_signed_headers.go /root/go/pkg/mod/github.com/jpillora/s3@v1.1.4/input.go /root/go/pkg/mod/github.com/jpillora/s3@v1.1.4/new.go /root/go/pkg/mod/github.com/jpillora/s3@v1.1.4/options.go /root/go/pkg/mod/github.com/jpillora/s3@v1.1.4/presigned_get.go /root/go/pkg/mod/github.com/jpillora/s3@v1.1.4/util.go
2025-08-20T23:03:36.6186038Z [00:02:21.902]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T23:03:36.6257103Z [00:02:21.909]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/cd/cd814a7f2ea00f496dd917cab7c7bd4accf992301eb91ff26603da2bb8af7588-d # internal
2025-08-20T23:03:36.6272952Z [00:02:21.910]➜  net/http/httputil
2025-08-20T23:03:36.6278586Z [00:02:21.911]➜  mkdir -p $WORK/b230/
2025-08-20T23:03:36.6279559Z [00:02:21.911]➜  cat >/tmp/go-build3700090427/b230/importcfg << 'EOF' # internal
2025-08-20T23:03:36.6280274Z [00:02:21.911]➜  # import config
2025-08-20T23:03:36.6282559Z [00:02:21.911]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T23:03:36.6284860Z [00:02:21.911]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:36.6287045Z [00:02:21.911]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:36.6291861Z [00:02:21.911]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:36.6292721Z [00:02:21.911]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.6293531Z [00:02:21.911]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.6294565Z [00:02:21.911]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3700090427/b184/_pkg_.a
2025-08-20T23:03:36.6295577Z [00:02:21.911]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:36.6296361Z [00:02:21.911]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:36.6297176Z [00:02:21.911]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:03:36.6297973Z [00:02:21.911]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:36.6298786Z [00:02:21.911]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:36.6300240Z [00:02:21.911]➜  packagefile net/http/httptrace=/tmp/go-build3700090427/b198/_pkg_.a
2025-08-20T23:03:36.6301230Z [00:02:21.911]➜  packagefile net/http/internal=/tmp/go-build3700090427/b199/_pkg_.a
2025-08-20T23:03:36.6302232Z [00:02:21.911]➜  packagefile net/http/internal/ascii=/tmp/go-build3700090427/b200/_pkg_.a
2025-08-20T23:03:36.6303216Z [00:02:21.911]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:03:36.6304117Z [00:02:21.911]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:36.6304954Z [00:02:21.911]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.6305759Z [00:02:21.911]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:36.6306530Z [00:02:21.911]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.6307111Z [00:02:21.911]➜  EOF
2025-08-20T23:03:36.6311290Z [00:02:21.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b230=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid 9evZD1hCva5Rcy1qJb3l/9evZD1hCva5Rcy1qJb3l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/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-20T23:03:36.6507159Z [00:02:21.934]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T23:03:36.6524470Z [00:02:21.936]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/80/80947fda6fd5b5f016c98dff22a8deee066aa7b7b3aee2a1590d23736f9a7988-d # internal
2025-08-20T23:03:36.6529201Z [00:02:21.936]➜  github.com/getsentry/sentry-go/internal/ratelimit
2025-08-20T23:03:36.6530562Z [00:02:21.936]➜  mkdir -p $WORK/b233/
2025-08-20T23:03:36.6542076Z [00:02:21.936]➜  cat >/tmp/go-build3700090427/b233/importcfg << 'EOF' # internal
2025-08-20T23:03:36.6542796Z [00:02:21.937]➜  # import config
2025-08-20T23:03:36.6543903Z [00:02:21.937]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.6546290Z [00:02:21.937]➜  packagefile golang.org/x/text/cases=/tmp/go-build3700090427/b234/_pkg_.a
2025-08-20T23:03:36.6547425Z [00:02:21.937]➜  packagefile golang.org/x/text/language=/tmp/go-build3700090427/b236/_pkg_.a
2025-08-20T23:03:36.6548388Z [00:02:21.937]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:36.6549211Z [00:02:21.937]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:36.6550226Z [00:02:21.937]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:36.6551051Z [00:02:21.937]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.6551843Z [00:02:21.937]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.6552419Z [00:02:21.937]➜  EOF
2025-08-20T23:03:36.6560442Z [00:02:21.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/ratelimit=>github.com/getsentry/sentry-go@v0.32.0/internal/ratelimit;$WORK/b233=>" -p github.com/getsentry/sentry-go/internal/ratelimit -lang=go1.21 -complete -installsuffix shared -buildid M5RRPffuaLXqz8wHnOtF/M5RRPffuaLXqz8wHnOtF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/ratelimit/category.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/ratelimit/deadline.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/ratelimit/doc.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/ratelimit/map.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/ratelimit/rate_limits.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/ratelimit/retry_after.go
2025-08-20T23:03:36.6962996Z [00:02:21.979]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T23:03:36.6984740Z [00:02:21.982]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/db/dbfe43ca5f4742aff571783b393b6d5e75f19b91f5d472351fc41c7a8c5b6944-d # internal
2025-08-20T23:03:36.6989210Z [00:02:21.982]➜  go.uber.org/zap
2025-08-20T23:03:36.6989985Z [00:02:21.982]➜  mkdir -p $WORK/b251/
2025-08-20T23:03:36.6995872Z [00:02:21.983]➜  cat >/tmp/go-build3700090427/b251/importcfg << 'EOF' # internal
2025-08-20T23:03:36.6998061Z [00:02:21.983]➜  # import config
2025-08-20T23:03:36.6998770Z [00:02:21.983]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:36.6999887Z [00:02:21.983]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:36.7000794Z [00:02:21.983]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.7001688Z [00:02:21.983]➜  packagefile flag=/tmp/go-build3700090427/b252/_pkg_.a
2025-08-20T23:03:36.7002783Z [00:02:21.983]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.7003767Z [00:02:21.983]➜  packagefile go.uber.org/multierr=/tmp/go-build3700090427/b253/_pkg_.a
2025-08-20T23:03:36.7004816Z [00:02:21.983]➜  packagefile go.uber.org/zap/internal=/tmp/go-build3700090427/b254/_pkg_.a
2025-08-20T23:03:36.7005976Z [00:02:21.983]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build3700090427/b258/_pkg_.a
2025-08-20T23:03:36.7007129Z [00:02:21.983]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3700090427/b257/_pkg_.a
2025-08-20T23:03:36.7008266Z [00:02:21.983]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build3700090427/b261/_pkg_.a
2025-08-20T23:03:36.7009260Z [00:02:21.983]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3700090427/b255/_pkg_.a
2025-08-20T23:03:36.7010365Z [00:02:21.983]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:36.7011168Z [00:02:21.983]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:36.7011973Z [00:02:21.983]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:36.7012820Z [00:02:21.983]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:36.7013675Z [00:02:21.983]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:36.7014796Z [00:02:21.983]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:36.7015650Z [00:02:21.983]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:36.7016526Z [00:02:21.983]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:36.7017368Z [00:02:21.983]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.7018207Z [00:02:21.983]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:36.7019068Z [00:02:21.983]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:36.7029229Z [00:02:21.983]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.7030071Z [00:02:21.983]➜  EOF
2025-08-20T23:03:36.7037951Z [00:02:21.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0=>go.uber.org/zap@v1.27.0;$WORK/b251=>" -p go.uber.org/zap -lang=go1.19 -complete -installsuffix shared -buildid NMNOCBvG49vKm3ohvim3/NMNOCBvG49vKm3ohvim3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/array.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/config.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/doc.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/encoder.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/error.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/field.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/flag.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/global.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/http_handler.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/level.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/logger.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/options.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/sink.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/sugar.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/time.go /root/go/pkg/mod/go.uber.org/zap@v1.27.0/writer.go
2025-08-20T23:03:36.7695264Z [00:02:22.053]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T23:03:36.7750941Z [00:02:22.058]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/ed/ed96ef1e28c93686419ef8d299dd0843eeb041153be6ebe5474b0b82f240ff78-d # internal
2025-08-20T23:03:36.7812901Z [00:02:22.064]➜  github.com/jpillora/overseer/fetcher
2025-08-20T23:03:36.7813688Z [00:02:22.064]➜  mkdir -p $WORK/b207/
2025-08-20T23:03:36.7822334Z [00:02:22.065]➜  cat >/tmp/go-build3700090427/b207/importcfg << 'EOF' # internal
2025-08-20T23:03:36.7823542Z [00:02:22.065]➜  # import config
2025-08-20T23:03:36.7824750Z [00:02:22.065]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:36.7825808Z [00:02:22.065]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:03:36.7827641Z [00:02:22.065]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:36.7828584Z [00:02:22.065]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:36.7829612Z [00:02:22.065]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.7830436Z [00:02:22.065]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.7831345Z [00:02:22.065]➜  packagefile github.com/jpillora/s3=/tmp/go-build3700090427/b208/_pkg_.a
2025-08-20T23:03:36.7832216Z [00:02:22.065]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:36.7832974Z [00:02:22.065]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:36.7833772Z [00:02:22.065]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:36.7834569Z [00:02:22.065]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:36.7835357Z [00:02:22.065]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:36.7836181Z [00:02:22.065]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.7836994Z [00:02:22.065]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.7837574Z [00:02:22.065]➜  EOF
2025-08-20T23:03:36.7844303Z [00:02:22.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/fetcher=>github.com/jpillora/overseer@v1.1.6/fetcher;$WORK/b207=>" -p github.com/jpillora/overseer/fetcher -lang=go1.23 -complete -installsuffix shared -buildid PZRKkVUCnXzGteQTYqC_/PZRKkVUCnXzGteQTYqC_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/fetcher/fetcher.go /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/fetcher/fetcher_file.go /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/fetcher/fetcher_github.go /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/fetcher/fetcher_http.go /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/fetcher/fetcher_s3.go
2025-08-20T23:03:36.8897261Z [00:02:22.173]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T23:03:36.8940975Z [00:02:22.177]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/38/385ea1afd079629bf17f309a0d65c663ec2d6bdb9a59b44ac565fc394fff6c37-d # internal
2025-08-20T23:03:36.8948011Z [00:02:22.178]➜  github.com/getsentry/sentry-go/internal/debug
2025-08-20T23:03:36.8953267Z [00:02:22.178]➜  mkdir -p $WORK/b229/
2025-08-20T23:03:36.8963457Z [00:02:22.179]➜  cat >/tmp/go-build3700090427/b229/importcfg << 'EOF' # internal
2025-08-20T23:03:36.8971568Z [00:02:22.179]➜  # import config
2025-08-20T23:03:36.8973894Z [00:02:22.179]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:36.8974774Z [00:02:22.179]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.8975577Z [00:02:22.179]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:36.8976390Z [00:02:22.179]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:36.8977344Z [00:02:22.180]➜  packagefile net/http/httptrace=/tmp/go-build3700090427/b198/_pkg_.a
2025-08-20T23:03:36.8978346Z [00:02:22.180]➜  packagefile net/http/httputil=/tmp/go-build3700090427/b230/_pkg_.a
2025-08-20T23:03:36.8979063Z [00:02:22.180]➜  EOF
2025-08-20T23:03:36.8987096Z [00:02:22.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/debug=>github.com/getsentry/sentry-go@v0.32.0/internal/debug;$WORK/b229=>" -p github.com/getsentry/sentry-go/internal/debug -lang=go1.21 -complete -installsuffix shared -buildid p_O5Yn1hsaw0W84HTZH3/p_O5Yn1hsaw0W84HTZH3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/internal/debug/transport.go
2025-08-20T23:03:36.9297663Z [00:02:22.210]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T23:03:36.9306997Z [00:02:22.214]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/40/40c4c9a41eea130a7aa237b659ffa0a7d1268e74ce28f95066a4e522e08e81f5-d # internal
2025-08-20T23:03:36.9314136Z [00:02:22.214]➜  github.com/getsentry/sentry-go
2025-08-20T23:03:36.9314985Z [00:02:22.214]➜  mkdir -p $WORK/b228/
2025-08-20T23:03:36.9315643Z [00:02:22.214]➜  cat >/tmp/go-build3700090427/b228/importcfg << 'EOF' # internal
2025-08-20T23:03:36.9316251Z [00:02:22.214]➜  # import config
2025-08-20T23:03:36.9316835Z [00:02:22.214]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:36.9317584Z [00:02:22.214]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:36.9318355Z [00:02:22.214]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:36.9319146Z [00:02:22.214]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:36.9320123Z [00:02:22.214]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:36.9320916Z [00:02:22.214]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:36.9321749Z [00:02:22.214]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:36.9322535Z [00:02:22.214]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.9323250Z [00:02:22.214]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.9324229Z [00:02:22.214]➜  packagefile github.com/getsentry/sentry-go/internal/debug=/tmp/go-build3700090427/b229/_pkg_.a
2025-08-20T23:03:36.9325534Z [00:02:22.214]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage=/tmp/go-build3700090427/b231/_pkg_.a
2025-08-20T23:03:36.9326895Z [00:02:22.214]➜  packagefile github.com/getsentry/sentry-go/internal/ratelimit=/tmp/go-build3700090427/b233/_pkg_.a
2025-08-20T23:03:36.9327913Z [00:02:22.214]➜  packagefile go/build=/tmp/go-build3700090427/b241/_pkg_.a
2025-08-20T23:03:36.9328791Z [00:02:22.214]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build3700090427/b249/_pkg_.a
2025-08-20T23:03:36.9330122Z [00:02:22.214]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:36.9330863Z [00:02:22.214]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:36.9331622Z [00:02:22.214]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:36.9332350Z [00:02:22.214]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:36.9333075Z [00:02:22.214]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:36.9333823Z [00:02:22.214]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:36.9334520Z [00:02:22.214]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:36.9335225Z [00:02:22.214]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:36.9335933Z [00:02:22.214]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:36.9336628Z [00:02:22.214]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:36.9337389Z [00:02:22.214]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:03:36.9338136Z [00:02:22.214]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:36.9338853Z [00:02:22.214]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:36.9339784Z [00:02:22.214]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:36.9340538Z [00:02:22.214]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.9341246Z [00:02:22.214]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:36.9341961Z [00:02:22.214]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.9342493Z [00:02:22.214]➜  EOF
2025-08-20T23:03:36.9353791Z [00:02:22.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0=>github.com/getsentry/sentry-go@v0.32.0;$WORK/b228=>" -p github.com/getsentry/sentry-go -lang=go1.21 -complete -installsuffix shared -buildid L3BjmUSsnUfmtt2FqDiK/L3BjmUSsnUfmtt2FqDiK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/check_in.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/client.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/doc.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/dsn.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/dynamic_sampling_context.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/hub.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/integrations.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/interfaces.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/mocks.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/propagation_context.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/scope.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/sentry.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/sourcereader.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/span_recorder.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/stacktrace.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/traces_sampler.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/tracing.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/transport.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.32.0/util.go
2025-08-20T23:03:36.9405594Z [00:02:22.224]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T23:03:36.9421456Z [00:02:22.225]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/2d/2d54f1bd3bb54c441d32b04a0641ac37d4c4c90bfac4cb6611d03ac9c8da40ba-d # internal
2025-08-20T23:03:36.9561750Z [00:02:22.239]➜  github.com/jpillora/overseer
2025-08-20T23:03:36.9563117Z [00:02:22.239]➜  mkdir -p $WORK/b206/
2025-08-20T23:03:36.9570594Z [00:02:22.240]➜  cat >/tmp/go-build3700090427/b206/importcfg << 'EOF' # internal
2025-08-20T23:03:36.9571476Z [00:02:22.240]➜  # import config
2025-08-20T23:03:36.9572544Z [00:02:22.240]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:36.9574115Z [00:02:22.240]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:36.9575169Z [00:02:22.240]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:36.9576185Z [00:02:22.240]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:03:36.9577216Z [00:02:22.240]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:36.9578275Z [00:02:22.240]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:36.9580295Z [00:02:22.240]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:36.9581320Z [00:02:22.240]➜  packagefile github.com/jpillora/overseer/fetcher=/tmp/go-build3700090427/b207/_pkg_.a
2025-08-20T23:03:36.9582536Z [00:02:22.240]➜  packagefile github.com/trufflesecurity/touchfile=/tmp/go-build3700090427/b210/_pkg_.a
2025-08-20T23:03:36.9583469Z [00:02:22.240]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:36.9584241Z [00:02:22.240]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:36.9584997Z [00:02:22.240]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:36.9585732Z [00:02:22.240]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:36.9586509Z [00:02:22.240]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:36.9587330Z [00:02:22.240]➜  packagefile os/signal=/tmp/go-build3700090427/b213/_pkg_.a
2025-08-20T23:03:36.9588208Z [00:02:22.240]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:36.9589058Z [00:02:22.240]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:36.9590082Z [00:02:22.240]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:36.9590837Z [00:02:22.240]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:36.9591561Z [00:02:22.240]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:36.9592300Z [00:02:22.240]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:36.9593323Z [00:02:22.240]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:36.9593866Z [00:02:22.240]➜  EOF
2025-08-20T23:03:36.9601179Z [00:02:22.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8=>github.com/jpillora/overseer@v1.1.6;$WORK/b206=>" -p github.com/jpillora/overseer -lang=go1.23 -complete -installsuffix shared -buildid 3zliQ8hM2hDDvKlte0tq/3zliQ8hM2hDDvKlte0tq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/graceful.go /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/overseer.go /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/proc_child.go /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/proc_child_others.go /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/proc_parent.go /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/sys_posix.go /root/go/pkg/mod/github.com/trufflesecurity/overseer@v1.2.8/sys_posix_mv.go
2025-08-20T23:03:37.1476902Z [00:02:22.431]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T23:03:37.1517954Z [00:02:22.435]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/e4/e465c7045ec7cd89d58347ddafde9e1a7571df93d3c6aab2e74d08e706740948-d # internal
2025-08-20T23:03:37.2483490Z [00:02:22.531]➜  github.com/google/go-github/v67/github
2025-08-20T23:03:37.2490094Z [00:02:22.531]➜  mkdir -p $WORK/b283/
2025-08-20T23:03:37.2491150Z [00:02:22.532]➜  cat >/tmp/go-build3700090427/b283/importcfg << 'EOF' # internal
2025-08-20T23:03:37.2491898Z [00:02:22.532]➜  # import config
2025-08-20T23:03:37.2495633Z [00:02:22.532]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:37.2500479Z [00:02:22.532]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:37.2505700Z [00:02:22.532]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:03:37.2507867Z [00:02:22.532]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:03:37.2516833Z [00:02:22.532]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:37.2517762Z [00:02:22.532]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:03:37.2518670Z [00:02:22.532]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:37.2522573Z [00:02:22.532]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:37.2523759Z [00:02:22.532]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:37.2525843Z [00:02:22.532]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:37.2526770Z [00:02:22.532]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:37.2532042Z [00:02:22.532]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3700090427/b284/_pkg_.a
2025-08-20T23:03:37.2533083Z [00:02:22.532]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:37.2534055Z [00:02:22.532]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:37.2534867Z [00:02:22.532]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:03:37.2535696Z [00:02:22.532]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:37.2536554Z [00:02:22.532]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:37.2537366Z [00:02:22.532]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:37.2538155Z [00:02:22.532]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:37.2539032Z [00:02:22.534]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:37.2543810Z [00:02:22.534]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:37.2544676Z [00:02:22.534]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:37.2545512Z [00:02:22.534]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:37.2546658Z [00:02:22.534]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:37.2547469Z [00:02:22.534]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:37.2548264Z [00:02:22.534]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:37.2548865Z [00:02:22.535]➜  EOF
2025-08-20T23:03:37.2648856Z [00:02:22.536]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github=>github.com/google/go-github/v67@v67.0.0/github;$WORK/b283=>" -p github.com/google/go-github/v67/github -lang=go1.21 -complete -installsuffix shared -buildid JA21P0saRa5if_RtgMKm/JA21P0saRa5if_RtgMKm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_artifacts.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_cache.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_oidc.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_permissions_enterprise.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_permissions_orgs.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_required_workflows.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_runner_groups.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_runners.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_secrets.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_variables.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_workflow_jobs.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_workflow_runs.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/actions_workflows.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/activity.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/activity_events.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/activity_notifications.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/activity_star.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/activity_watching.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/admin.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/admin_orgs.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/admin_stats.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/admin_users.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/apps.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/apps_hooks.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/apps_hooks_deliveries.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/apps_installation.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/apps_manifest.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/apps_marketplace.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/attestations.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/authorizations.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/billing.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/checks.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/code_scanning.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/codesofconduct.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/codespaces.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/codespaces_secrets.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/copilot.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/dependabot.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/dependabot_alerts.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/dependabot_secrets.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/dependency_graph.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/dependency_graph_snapshots.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/doc.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/emojis.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/enterprise.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/enterprise_actions_runner_groups.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/enterprise_actions_runners.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/enterprise_audit_log.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/enterprise_code_security_and_analysis.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/event.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/event_types.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/gists.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/gists_comments.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/git.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/git_blobs.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/git_commits.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/git_refs.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/git_tags.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/git_trees.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/github-accessors.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/github.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/gitignore.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/interactions.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/interactions_orgs.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/interactions_repos.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/issue_import.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/issues.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/issues_assignees.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/issues_comments.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/issues_events.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/issues_labels.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/issues_milestones.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/issues_timeline.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/licenses.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/markdown.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/messages.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/meta.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/migrations.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/migrations_source_import.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/migrations_user.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_actions_allowed.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_actions_permissions.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_attestations.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_audit_log.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_codesecurity_configurations.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_credential_authorizations.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_custom_repository_roles.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_hooks.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_hooks_configuration.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_hooks_deliveries.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_members.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_organization_roles.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_outside_collaborators.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_packages.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_personal_access_tokens.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_projects.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_properties.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_rules.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_security_managers.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/orgs_users_blocking.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/packages.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/projects.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/pulls.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/pulls_comments.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/pulls_reviewers.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/pulls_reviews.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/pulls_threads.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/rate_limit.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/reactions.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_actions_access.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_actions_allowed.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_actions_permissions.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_attestations.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_autolinks.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_codeowners.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_collaborators.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_comments.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_commits.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_community_health.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_contents.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_deployment_branch_policies.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_deployment_protection_rules.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_deployments.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_environments.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_forks.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_hooks.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_hooks_configuration.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_hooks_deliveries.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_invitations.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_keys.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_lfs.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_merging.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_pages.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_prereceive_hooks.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_projects.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_properties.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_releases.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_rules.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_stats.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_statuses.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_tags.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/repos_traffic.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/scim.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/search.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/secret_scanning.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/security_advisories.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/strings.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/teams.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/teams_discussion_comments.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/teams_discussions.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/teams_members.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/timestamp.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/users.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/users_administration.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/users_attestations.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/users_blocking.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/users_emails.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/users_followers.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/users_gpg_keys.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/users_keys.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/users_packages.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/users_projects.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/users_ssh_signing_keys.go /root/go/pkg/mod/github.com/google/go-github/v67@v67.0.0/github/without_appengine.go
2025-08-20T23:03:37.4066578Z [00:02:22.690]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T23:03:37.4273875Z [00:02:22.710]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/7f/7fb4a9b34c390b69577045630b5eb4ecb444bddbb7389478396251b482ae2a38-d # internal
2025-08-20T23:03:37.4276698Z [00:02:22.711]➜  github.com/go-logr/zapr
2025-08-20T23:03:37.4277777Z [00:02:22.711]➜  mkdir -p $WORK/b262/
2025-08-20T23:03:37.4337029Z [00:02:22.717]➜  cat >/tmp/go-build3700090427/b262/importcfg << 'EOF' # internal
2025-08-20T23:03:37.4341774Z [00:02:22.717]➜  # import config
2025-08-20T23:03:37.4342527Z [00:02:22.717]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:37.4343375Z [00:02:22.717]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:37.4344282Z [00:02:22.717]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:03:37.4345358Z [00:02:22.717]➜  packagefile github.com/go-logr/logr/slogr=/tmp/go-build3700090427/b263/_pkg_.a
2025-08-20T23:03:37.4346354Z [00:02:22.717]➜  packagefile go.uber.org/zap=/tmp/go-build3700090427/b251/_pkg_.a
2025-08-20T23:03:37.4347361Z [00:02:22.717]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3700090427/b255/_pkg_.a
2025-08-20T23:03:37.4348320Z [00:02:22.717]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:37.4349174Z [00:02:22.717]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:37.4350038Z [00:02:22.717]➜  EOF
2025-08-20T23:03:37.4353976Z [00:02:22.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/zapr@v1.3.0=>github.com/go-logr/zapr@v1.3.0;$WORK/b262=>" -p github.com/go-logr/zapr -lang=go1.18 -complete -installsuffix shared -buildid xCIzPAsYtvOHNZG7WJaH/xCIzPAsYtvOHNZG7WJaH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/github.com/go-logr/zapr@v1.3.0/slogzapr.go /root/go/pkg/mod/github.com/go-logr/zapr@v1.3.0/zapr.go /root/go/pkg/mod/github.com/go-logr/zapr@v1.3.0/zapr_slog.go
2025-08-20T23:03:37.5857721Z [00:02:22.868]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T23:03:37.5861828Z [00:02:22.869]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/5f/5f4a41e331dc7f648f907f2ce07bf1800ebf605fd10da86b41f6611ee6077992-d # internal
2025-08-20T23:03:37.5875468Z [00:02:22.871]➜  golang.org/x/net/trace
2025-08-20T23:03:37.5878387Z [00:02:22.871]➜  mkdir -p $WORK/b358/
2025-08-20T23:03:37.5912020Z [00:02:22.874]➜  cat >/tmp/go-build3700090427/b358/importcfg << 'EOF' # internal
2025-08-20T23:03:37.5913377Z [00:02:22.874]➜  # import config
2025-08-20T23:03:37.5916408Z [00:02:22.874]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:37.5917280Z [00:02:22.874]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:37.5918105Z [00:02:22.874]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:37.5919160Z [00:02:22.874]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build3700090427/b359/_pkg_.a
2025-08-20T23:03:37.5925367Z [00:02:22.874]➜  packagefile html/template=/tmp/go-build3700090427/b360/_pkg_.a
2025-08-20T23:03:37.5926220Z [00:02:22.874]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:37.5926995Z [00:02:22.874]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:37.5927782Z [00:02:22.874]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:37.5928575Z [00:02:22.874]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:37.5929965Z [00:02:22.874]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:37.5930837Z [00:02:22.874]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:37.5931658Z [00:02:22.874]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:37.5932455Z [00:02:22.874]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:37.5933244Z [00:02:22.874]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:37.5934062Z [00:02:22.874]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:37.5934928Z [00:02:22.874]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:37.5935772Z [00:02:22.874]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:37.5936675Z [00:02:22.874]➜  packagefile text/tabwriter=/tmp/go-build3700090427/b361/_pkg_.a
2025-08-20T23:03:37.5937505Z [00:02:22.874]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:37.5938103Z [00:02:22.874]➜  EOF
2025-08-20T23:03:37.5947199Z [00:02:22.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b358/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/trace=>golang.org/x/net@v0.42.0/trace;$WORK/b358=>" -p golang.org/x/net/trace -lang=go1.23 -complete -installsuffix shared -buildid J7NuB3jn-mi7iWw23QIj/J7NuB3jn-mi7iWw23QIj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/trace/events.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/trace/histogram.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/trace/trace.go
2025-08-20T23:03:37.9494566Z [00:02:23.233]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T23:03:37.9525440Z [00:02:23.236]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/19/19e13dabafed1c3f26f407117674586d8f529299488eb79989b9a9e4e2bd44bb-d # internal
2025-08-20T23:03:37.9534245Z [00:02:23.236]➜  golang.org/x/text/secure/bidirule
2025-08-20T23:03:37.9534920Z [00:02:23.236]➜  mkdir -p $WORK/b418/
2025-08-20T23:03:37.9535688Z [00:02:23.236]➜  cat >/tmp/go-build3700090427/b418/importcfg << 'EOF' # internal
2025-08-20T23:03:37.9536661Z [00:02:23.236]➜  # import config
2025-08-20T23:03:37.9537333Z [00:02:23.236]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:37.9538333Z [00:02:23.236]➜  packagefile golang.org/x/text/transform=/tmp/go-build3700090427/b221/_pkg_.a
2025-08-20T23:03:37.9539590Z [00:02:23.236]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3700090427/b419/_pkg_.a
2025-08-20T23:03:37.9540580Z [00:02:23.236]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:37.9541252Z [00:02:23.236]➜  EOF
2025-08-20T23:03:37.9545219Z [00:02:23.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/secure/bidirule=>golang.org/x/text@v0.27.0/secure/bidirule;$WORK/b418=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid SfHcozKQGh_NgOYckT20/SfHcozKQGh_NgOYckT20 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T23:03:37.9810505Z [00:02:23.264]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T23:03:37.9826592Z [00:02:23.266]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T23:03:37.9838377Z [00:02:23.266]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/dd/ddc53f3820e35caa00596639f731d26b64a561006afd62440424353250b76d1e-d # internal
2025-08-20T23:03:37.9841279Z [00:02:23.267]➜  golang.org/x/net/idna
2025-08-20T23:03:37.9842840Z [00:02:23.267]➜  mkdir -p $WORK/b417/
2025-08-20T23:03:37.9843852Z [00:02:23.267]➜  cat >/tmp/go-build3700090427/b417/importcfg << 'EOF' # internal
2025-08-20T23:03:37.9845747Z [00:02:23.267]➜  # import config
2025-08-20T23:03:37.9846978Z [00:02:23.267]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:37.9853473Z [00:02:23.267]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3700090427/b418/_pkg_.a
2025-08-20T23:03:37.9854736Z [00:02:23.267]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3700090427/b419/_pkg_.a
2025-08-20T23:03:37.9855830Z [00:02:23.267]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3700090427/b240/_pkg_.a
2025-08-20T23:03:37.9856732Z [00:02:23.267]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:37.9872335Z [00:02:23.267]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:37.9873765Z [00:02:23.267]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:37.9874627Z [00:02:23.267]➜  EOF
2025-08-20T23:03:37.9881492Z [00:02:23.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/idna=>golang.org/x/net@v0.42.0/idna;$WORK/b417=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid WGbkBahHBVNZLTYYwfxE/WGbkBahHBVNZLTYYwfxE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/idna/trieval.go
2025-08-20T23:03:37.9919988Z [00:02:23.274]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/fb/fb911a2aada08bf0d52f6b17e17e0a91895282da1c6d46f980a67ff0dfc2494d-d # internal
2025-08-20T23:03:37.9921511Z [00:02:23.275]➜  github.com/TheZeroSlave/zapsentry
2025-08-20T23:03:37.9922063Z [00:02:23.275]➜  mkdir -p $WORK/b227/
2025-08-20T23:03:37.9922691Z [00:02:23.275]➜  cat >/tmp/go-build3700090427/b227/importcfg << 'EOF' # internal
2025-08-20T23:03:37.9923279Z [00:02:23.275]➜  # import config
2025-08-20T23:03:37.9923848Z [00:02:23.275]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:37.9924815Z [00:02:23.275]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:37.9925646Z [00:02:23.275]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build3700090427/b228/_pkg_.a
2025-08-20T23:03:37.9926503Z [00:02:23.275]➜  packagefile go.uber.org/zap=/tmp/go-build3700090427/b251/_pkg_.a
2025-08-20T23:03:37.9927318Z [00:02:23.275]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3700090427/b255/_pkg_.a
2025-08-20T23:03:37.9928150Z [00:02:23.275]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:37.9928947Z [00:02:23.275]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:37.9929974Z [00:02:23.275]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:37.9930520Z [00:02:23.275]➜  EOF
2025-08-20T23:03:37.9936960Z [00:02:23.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!the!zero!slave/zapsentry@v1.23.0=>github.com/TheZeroSlave/zapsentry@v1.23.0;$WORK/b227=>" -p github.com/TheZeroSlave/zapsentry -lang=go1.17 -complete -installsuffix shared -buildid UMzlZ32VnuFW02Ux0FQ0/UMzlZ32VnuFW02Ux0FQ0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/go/pkg/mod/github.com/!the!zero!slave/zapsentry@v1.23.0/config.go /root/go/pkg/mod/github.com/!the!zero!slave/zapsentry@v1.23.0/core.go /root/go/pkg/mod/github.com/!the!zero!slave/zapsentry@v1.23.0/factory.go /root/go/pkg/mod/github.com/!the!zero!slave/zapsentry@v1.23.0/field.go /root/go/pkg/mod/github.com/!the!zero!slave/zapsentry@v1.23.0/frame_matcher.go /root/go/pkg/mod/github.com/!the!zero!slave/zapsentry@v1.23.0/level.go /root/go/pkg/mod/github.com/!the!zero!slave/zapsentry@v1.23.0/logger.go /root/go/pkg/mod/github.com/!the!zero!slave/zapsentry@v1.23.0/severity.go
2025-08-20T23:03:38.0343566Z [00:02:23.317]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T23:03:38.0577425Z [00:02:23.340]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/65/659d718d37c646bd42b915f9eccfb4c5d42e641a99b829563bc7b6269b5c259f-d # internal
2025-08-20T23:03:38.0578634Z [00:02:23.340]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T23:03:38.0579159Z [00:02:23.340]➜  mkdir -p $WORK/b347/
2025-08-20T23:03:38.0579920Z [00:02:23.340]➜  cat >/tmp/go-build3700090427/b347/importcfg << 'EOF' # internal
2025-08-20T23:03:38.0580468Z [00:02:23.340]➜  # import config
2025-08-20T23:03:38.0581301Z [00:02:23.340]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3700090427/b335/_pkg_.a
2025-08-20T23:03:38.0582618Z [00:02:23.340]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3700090427/b333/_pkg_.a
2025-08-20T23:03:38.0583919Z [00:02:23.340]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3700090427/b348/_pkg_.a
2025-08-20T23:03:38.0585264Z [00:02:23.340]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:38.0586654Z [00:02:23.340]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3700090427/b345/_pkg_.a
2025-08-20T23:03:38.0587753Z [00:02:23.340]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:38.0588346Z [00:02:23.340]➜  EOF
2025-08-20T23:03:38.0592462Z [00:02:23.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filetype=>google.golang.org/protobuf@v1.36.8/internal/filetype;$WORK/b347=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.23 -complete -installsuffix shared -buildid hIGNvuaaJD5qTvgQjoUE/hIGNvuaaJD5qTvgQjoUE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/internal/filetype/build.go
2025-08-20T23:03:38.0926712Z [00:02:23.376]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T23:03:38.0949263Z [00:02:23.378]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/1f/1fac277dbd89db8f5b3a70a6fd1b4e0879d500442eeae19c2f7d2e77a565bd31-d # internal
2025-08-20T23:03:38.0957738Z [00:02:23.379]➜  github.com/trufflesecurity/trufflehog/v3/pkg/log
2025-08-20T23:03:38.0958428Z [00:02:23.379]➜  mkdir -p $WORK/b226/
2025-08-20T23:03:38.0973574Z [00:02:23.380]➜  cat >/tmp/go-build3700090427/b226/importcfg << 'EOF' # internal
2025-08-20T23:03:38.0974259Z [00:02:23.380]➜  # import config
2025-08-20T23:03:38.0974903Z [00:02:23.380]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.0975725Z [00:02:23.380]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.0976704Z [00:02:23.380]➜  packagefile github.com/TheZeroSlave/zapsentry=/tmp/go-build3700090427/b227/_pkg_.a
2025-08-20T23:03:38.0977761Z [00:02:23.380]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build3700090427/b228/_pkg_.a
2025-08-20T23:03:38.0978811Z [00:02:23.380]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:03:38.0980011Z [00:02:23.380]➜  packagefile github.com/go-logr/zapr=/tmp/go-build3700090427/b262/_pkg_.a
2025-08-20T23:03:38.0980986Z [00:02:23.380]➜  packagefile go.uber.org/zap=/tmp/go-build3700090427/b251/_pkg_.a
2025-08-20T23:03:38.0981883Z [00:02:23.380]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3700090427/b255/_pkg_.a
2025-08-20T23:03:38.0982716Z [00:02:23.380]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:38.0983442Z [00:02:23.380]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:38.0984209Z [00:02:23.380]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:38.0984994Z [00:02:23.380]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:38.0985780Z [00:02:23.380]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:38.0986602Z [00:02:23.380]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:38.0987753Z [00:02:23.380]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:38.0988360Z [00:02:23.380]➜  EOF
2025-08-20T23:03:38.0992256Z [00:02:23.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b226/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log=>github.com/trufflesecurity/trufflehog/v3/pkg/log;$WORK/b226=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/log -lang=go1.24 -complete -installsuffix shared -buildid QRVvrpxAHicxW5EYKeQG/QRVvrpxAHicxW5EYKeQG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/importcfg -pack ./pkg/log/dynamic_redactor.go ./pkg/log/level.go ./pkg/log/log.go ./pkg/log/redaction_core.go
2025-08-20T23:03:38.1309919Z [00:02:23.414]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T23:03:38.1328487Z [00:02:23.416]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/c0/c0c6c57947a080438f38750706cf2128e6256a3a7e8fc92e9dbe0cc55670489d-d # internal
2025-08-20T23:03:38.1330160Z [00:02:23.416]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T23:03:38.1332203Z [00:02:23.416]➜  mkdir -p $WORK/b332/
2025-08-20T23:03:38.1339795Z [00:02:23.417]➜  cat >/tmp/go-build3700090427/b332/importcfg << 'EOF' # internal
2025-08-20T23:03:38.1340667Z [00:02:23.417]➜  # import config
2025-08-20T23:03:38.1341725Z [00:02:23.417]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3700090427/b333/_pkg_.a
2025-08-20T23:03:38.1343123Z [00:02:23.417]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build3700090427/b347/_pkg_.a
2025-08-20T23:03:38.1344393Z [00:02:23.417]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3700090427/b348/_pkg_.a
2025-08-20T23:03:38.1345846Z [00:02:23.417]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3700090427/b352/_pkg_.a
2025-08-20T23:03:38.1347391Z [00:02:23.417]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build3700090427/b353/_pkg_.a
2025-08-20T23:03:38.1348458Z [00:02:23.417]➜  EOF
2025-08-20T23:03:38.1353060Z [00:02:23.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoimpl=>google.golang.org/protobuf@v1.36.8/runtime/protoimpl;$WORK/b332=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.23 -complete -installsuffix shared -buildid yxVpU-ppxdk6nAwK15Kx/yxVpU-ppxdk6nAwK15Kx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoimpl/impl.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/runtime/protoimpl/version.go
2025-08-20T23:03:38.1681070Z [00:02:23.450]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T23:03:38.1691293Z [00:02:23.452]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/3d/3d456da3be89b27692d6fc95b36bba421e09692686b9b1b68cc0f1fe4c86379f-d # internal
2025-08-20T23:03:38.1692592Z [00:02:23.452]➜  google.golang.org/genproto/googleapis/api
2025-08-20T23:03:38.1693296Z [00:02:23.452]➜  mkdir -p $WORK/b325/
2025-08-20T23:03:38.1697899Z [00:02:23.453]➜  cat >/tmp/go-build3700090427/b325/importcfg << 'EOF' # internal
2025-08-20T23:03:38.1698602Z [00:02:23.453]➜  # import config
2025-08-20T23:03:38.1699765Z [00:02:23.453]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:38.1701168Z [00:02:23.453]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:38.1702245Z [00:02:23.453]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:38.1703068Z [00:02:23.453]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:38.1703680Z [00:02:23.453]➜  EOF
2025-08-20T23:03:38.1708280Z [00:02:23.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074=>google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074;$WORK/b325=>" -p google.golang.org/genproto/googleapis/api -lang=go1.23 -complete -installsuffix shared -buildid ooJPuhoGdZWd7RzK2ARQ/ooJPuhoGdZWd7RzK2ARQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/launch_stage.pb.go
2025-08-20T23:03:38.1873611Z [00:02:23.470]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T23:03:38.1919906Z [00:02:23.475]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/9b/9bdddafc0d921156b6959918766775c9adb3715df457ab0a4898105c7ec4a95c-d # internal
2025-08-20T23:03:38.1935806Z [00:02:23.476]➜  github.com/trufflesecurity/trufflehog/v3/pkg/context
2025-08-20T23:03:38.1938305Z [00:02:23.476]➜  mkdir -p $WORK/b225/
2025-08-20T23:03:38.1939028Z [00:02:23.477]➜  cat >/tmp/go-build3700090427/b225/importcfg << 'EOF' # internal
2025-08-20T23:03:38.1939887Z [00:02:23.477]➜  # import config
2025-08-20T23:03:38.1940625Z [00:02:23.477]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:38.1941435Z [00:02:23.477]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:03:38.1942558Z [00:02:23.477]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:03:38.1943670Z [00:02:23.477]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.1944485Z [00:02:23.477]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:38.1945104Z [00:02:23.477]➜  EOF
2025-08-20T23:03:38.1948139Z [00:02:23.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b225/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/context=>github.com/trufflesecurity/trufflehog/v3/pkg/context;$WORK/b225=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/context -lang=go1.24 -complete -installsuffix shared -buildid tKhuINHJERBRE9_k7zZO/tKhuINHJERBRE9_k7zZO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/importcfg -pack ./pkg/context/context.go
2025-08-20T23:03:38.2206493Z [00:02:23.504]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T23:03:38.2220250Z [00:02:23.505]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/56/56cb2cca96323761592352fc72647d961a3fe6de0f08fb4e8ffe7aa1fd1f0b64-d # internal
2025-08-20T23:03:38.2224154Z [00:02:23.506]➜  google.golang.org/protobuf/types/descriptorpb
2025-08-20T23:03:38.2224787Z [00:02:23.506]➜  mkdir -p $WORK/b354/
2025-08-20T23:03:38.2229018Z [00:02:23.506]➜  cat >/tmp/go-build3700090427/b354/importcfg << 'EOF' # internal
2025-08-20T23:03:38.2229842Z [00:02:23.506]➜  # import config
2025-08-20T23:03:38.2230760Z [00:02:23.506]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:38.2232041Z [00:02:23.506]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:38.2233036Z [00:02:23.506]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:38.2233816Z [00:02:23.506]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:38.2234363Z [00:02:23.506]➜  EOF
2025-08-20T23:03:38.2238110Z [00:02:23.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b354/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/descriptorpb=>google.golang.org/protobuf@v1.36.8/types/descriptorpb;$WORK/b354=>" -p google.golang.org/protobuf/types/descriptorpb -lang=go1.23 -complete -installsuffix shared -buildid pOAhs2P0J6PzvjMionXY/pOAhs2P0J6PzvjMionXY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/descriptorpb/descriptor.pb.go
2025-08-20T23:03:38.2521781Z [00:02:23.535]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T23:03:38.2572459Z [00:02:23.540]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/89/8990fb2358c62ccbf414815dd330d26d5daeb4e5b93b4a8d33232479487d5ad2-d # internal
2025-08-20T23:03:38.2579713Z [00:02:23.541]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T23:03:38.2584836Z [00:02:23.542]➜  mkdir -p $WORK/b355/
2025-08-20T23:03:38.2595048Z [00:02:23.542]➜  cat >/tmp/go-build3700090427/b355/importcfg << 'EOF' # internal
2025-08-20T23:03:38.2595854Z [00:02:23.542]➜  # import config
2025-08-20T23:03:38.2596894Z [00:02:23.543]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:38.2598326Z [00:02:23.543]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:38.2599667Z [00:02:23.543]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:38.2600593Z [00:02:23.543]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:38.2601472Z [00:02:23.543]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:38.2602247Z [00:02:23.543]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:38.2602819Z [00:02:23.543]➜  EOF
2025-08-20T23:03:38.2611279Z [00:02:23.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/durationpb=>google.golang.org/protobuf@v1.36.8/types/known/durationpb;$WORK/b355=>" -p google.golang.org/protobuf/types/known/durationpb -lang=go1.23 -complete -installsuffix shared -buildid 3VhuEFyH-dI8O_yG80oO/3VhuEFyH-dI8O_yG80oO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/durationpb/duration.pb.go
2025-08-20T23:03:38.2656932Z [00:02:23.549]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T23:03:38.2677235Z [00:02:23.551]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/cc/cc0d7692c5a0676585743bb647561175b0cb4e6af8cc9074545e8388db786645-d # internal
2025-08-20T23:03:38.2683995Z [00:02:23.552]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers
2025-08-20T23:03:38.2687959Z [00:02:23.552]➜  mkdir -p $WORK/b223/
2025-08-20T23:03:38.2696378Z [00:02:23.553]➜  cat >/tmp/go-build3700090427/b223/importcfg << 'EOF' # internal
2025-08-20T23:03:38.2700095Z [00:02:23.553]➜  # import config
2025-08-20T23:03:38.2700737Z [00:02:23.553]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:38.2701635Z [00:02:23.553]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.2702490Z [00:02:23.553]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.2703423Z [00:02:23.553]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.2704757Z [00:02:23.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.2706304Z [00:02:23.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.2707450Z [00:02:23.553]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:38.2708282Z [00:02:23.553]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.2709125Z [00:02:23.553]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.2711220Z [00:02:23.553]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:38.2712089Z [00:02:23.553]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:38.2712934Z [00:02:23.553]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:38.2713540Z [00:02:23.553]➜  EOF
2025-08-20T23:03:38.2723088Z [00:02:23.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b223/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers;$WORK/b223=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers -lang=go1.24 -complete -installsuffix shared -buildid VqNj1R_2GO4NplnlvHtJ/VqNj1R_2GO4NplnlvHtJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/importcfg -pack ./pkg/analyzer/analyzers/analyzers.go ./pkg/analyzer/analyzers/client.go
2025-08-20T23:03:38.3018482Z [00:02:23.585]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T23:03:38.3035827Z [00:02:23.587]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/dc/dcca71498c1efa431c88ace911dca260f88537c307a55d9af7466c6998f01f15-d # internal
2025-08-20T23:03:38.3042490Z [00:02:23.587]➜  google.golang.org/genproto/googleapis/type/expr
2025-08-20T23:03:38.3046629Z [00:02:23.588]➜  mkdir -p $WORK/b356/
2025-08-20T23:03:38.3055479Z [00:02:23.589]➜  cat >/tmp/go-build3700090427/b356/importcfg << 'EOF' # internal
2025-08-20T23:03:38.3058993Z [00:02:23.589]➜  # import config
2025-08-20T23:03:38.3060361Z [00:02:23.589]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:38.3063814Z [00:02:23.590]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:38.3064954Z [00:02:23.590]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:38.3065773Z [00:02:23.590]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:38.3066391Z [00:02:23.590]➜  EOF
2025-08-20T23:03:38.3075723Z [00:02:23.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b356/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/expr=>google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/expr;$WORK/b356=>" -p google.golang.org/genproto/googleapis/type/expr -lang=go1.23 -complete -installsuffix shared -buildid 1ZgWAQ8XoQn134mUB5_h/1ZgWAQ8XoQn134mUB5_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/expr/expr.pb.go
2025-08-20T23:03:38.3450259Z [00:02:23.628]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T23:03:38.3472227Z [00:02:23.630]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/dc/dc9b9164409fa66d1e666d82335666ea5af18c8f3c97ec81fbd2d5368b4ac23d-d # internal
2025-08-20T23:03:38.3475346Z [00:02:23.631]➜  google.golang.org/protobuf/protoadapt
2025-08-20T23:03:38.3477599Z [00:02:23.631]➜  mkdir -p $WORK/b387/
2025-08-20T23:03:38.3480722Z [00:02:23.631]➜  cat >/tmp/go-build3700090427/b387/importcfg << 'EOF' # internal
2025-08-20T23:03:38.3481935Z [00:02:23.631]➜  # import config
2025-08-20T23:03:38.3483075Z [00:02:23.631]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:38.3484324Z [00:02:23.631]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3700090427/b346/_pkg_.a
2025-08-20T23:03:38.3485618Z [00:02:23.631]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:38.3486477Z [00:02:23.631]➜  EOF
2025-08-20T23:03:38.3487032Z [00:02:23.631]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T23:03:38.3491069Z [00:02:23.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b387/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/protoadapt=>google.golang.org/protobuf@v1.36.8/protoadapt;$WORK/b387=>" -p google.golang.org/protobuf/protoadapt -lang=go1.23 -complete -installsuffix shared -buildid Pw-QHYmLwnIcyqMD6qSi/Pw-QHYmLwnIcyqMD6qSi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/protoadapt/convert.go
2025-08-20T23:03:38.3506574Z [00:02:23.634]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/ef/ef6dcce4fa6f0005ec9f084d55a885c5945fe559167fb4ac028d274cf5717d4e-d # internal
2025-08-20T23:03:38.3511260Z [00:02:23.634]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airbrake
2025-08-20T23:03:38.3512084Z [00:02:23.634]➜  mkdir -p $WORK/b215/
2025-08-20T23:03:38.3518586Z [00:02:23.635]➜  cat >/tmp/go-build3700090427/b215/importcfg << 'EOF' # internal
2025-08-20T23:03:38.3521689Z [00:02:23.635]➜  # import config
2025-08-20T23:03:38.3522766Z [00:02:23.635]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.3523688Z [00:02:23.635]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.3524638Z [00:02:23.635]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.3525783Z [00:02:23.635]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.3527275Z [00:02:23.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.3528930Z [00:02:23.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.3530684Z [00:02:23.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.3531869Z [00:02:23.635]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.3532709Z [00:02:23.635]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.3533535Z [00:02:23.635]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:38.3534166Z [00:02:23.635]➜  EOF
2025-08-20T23:03:38.3538642Z [00:02:23.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b215/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airbrake=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airbrake;$WORK/b215=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airbrake -lang=go1.24 -complete -installsuffix shared -buildid n1MTgC9cojCjtcaa2Riz/n1MTgC9cojCjtcaa2Riz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack ./pkg/analyzer/analyzers/airbrake/airbrake.go ./pkg/analyzer/analyzers/airbrake/scopes.go
2025-08-20T23:03:38.3807337Z [00:02:23.662]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T23:03:38.3813755Z [00:02:23.665]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/04/04c2d7ab66cc9e05ae0eb72c68560ab068c084684691860ed7cf96620b2aaea5-d # internal
2025-08-20T23:03:38.3816900Z [00:02:23.665]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common
2025-08-20T23:03:38.3817758Z [00:02:23.665]➜  mkdir -p $WORK/b265/
2025-08-20T23:03:38.3818467Z [00:02:23.665]➜  cat >/tmp/go-build3700090427/b265/importcfg << 'EOF' # internal
2025-08-20T23:03:38.3819138Z [00:02:23.665]➜  # import config
2025-08-20T23:03:38.3820032Z [00:02:23.665]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.3820915Z [00:02:23.665]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.3821722Z [00:02:23.665]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.3822632Z [00:02:23.665]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.3823754Z [00:02:23.665]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.3825177Z [00:02:23.665]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.3826409Z [00:02:23.665]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.3827225Z [00:02:23.665]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.3827997Z [00:02:23.665]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:38.3828590Z [00:02:23.665]➜  EOF
2025-08-20T23:03:38.3835092Z [00:02:23.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b265/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common;$WORK/b265=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common -lang=go1.24 -complete -installsuffix shared -buildid 9DHsrR5qFArFFDE2vwcP/9DHsrR5qFArFFDE2vwcP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack ./pkg/analyzer/analyzers/airtable/common/common.go ./pkg/analyzer/analyzers/airtable/common/endpoints.go ./pkg/analyzer/analyzers/airtable/common/models.go ./pkg/analyzer/analyzers/airtable/common/permissions.go ./pkg/analyzer/analyzers/airtable/common/scopes.go
2025-08-20T23:03:38.4605122Z [00:02:23.744]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T23:03:38.4620952Z [00:02:23.745]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/03/03528e5ae8b8c5fa32cec9aecffc2141ed024bd3b061cfa759d9090b670fade6-d # internal
2025-08-20T23:03:38.4622501Z [00:02:23.745]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/anthropic
2025-08-20T23:03:38.4623388Z [00:02:23.745]➜  mkdir -p $WORK/b268/
2025-08-20T23:03:38.4624587Z [00:02:23.746]➜  cat >/tmp/go-build3700090427/b268/importcfg << 'EOF' # internal
2025-08-20T23:03:38.4625309Z [00:02:23.746]➜  # import config
2025-08-20T23:03:38.4626081Z [00:02:23.746]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.4626996Z [00:02:23.746]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.4627869Z [00:02:23.746]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.4628807Z [00:02:23.746]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.4630154Z [00:02:23.746]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.4631616Z [00:02:23.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.4633329Z [00:02:23.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.4634934Z [00:02:23.746]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.4636111Z [00:02:23.746]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:38.4636950Z [00:02:23.746]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.4638290Z [00:02:23.746]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.4639107Z [00:02:23.746]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:38.4639954Z [00:02:23.746]➜  EOF
2025-08-20T23:03:38.4645239Z [00:02:23.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b268/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/anthropic;$WORK/b268=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/anthropic -lang=go1.24 -complete -installsuffix shared -buildid 0R1Ox5fG5AU48WuUW-2w/0R1Ox5fG5AU48WuUW-2w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack ./pkg/analyzer/analyzers/anthropic/anthropic.go ./pkg/analyzer/analyzers/anthropic/permissions.go ./pkg/analyzer/analyzers/anthropic/requests.go
2025-08-20T23:03:38.5197160Z [00:02:23.803]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T23:03:38.5224335Z [00:02:23.805]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/cd/cdd5e0f623d80abf5327ff106666ecda756e5f9b756ab8d32a52f22552f7a4af-d # internal
2025-08-20T23:03:38.5231209Z [00:02:23.806]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtableoauth
2025-08-20T23:03:38.5236404Z [00:02:23.807]➜  mkdir -p $WORK/b264/
2025-08-20T23:03:38.5246861Z [00:02:23.808]➜  cat >/tmp/go-build3700090427/b264/importcfg << 'EOF' # internal
2025-08-20T23:03:38.5269223Z [00:02:23.808]➜  # import config
2025-08-20T23:03:38.5270150Z [00:02:23.808]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.5271115Z [00:02:23.808]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.5272827Z [00:02:23.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.5274692Z [00:02:23.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common=/tmp/go-build3700090427/b265/_pkg_.a
2025-08-20T23:03:38.5276458Z [00:02:23.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.5278013Z [00:02:23.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.5278942Z [00:02:23.808]➜  EOF
2025-08-20T23:03:38.5289045Z [00:02:23.812]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b264/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtableoauth;$WORK/b264=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtableoauth -lang=go1.24 -complete -installsuffix shared -buildid HttyoRWBywf2dMfxQK7z/HttyoRWBywf2dMfxQK7z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack ./pkg/analyzer/analyzers/airtable/airtableoauth/airtable.go
2025-08-20T23:03:38.5474466Z [00:02:23.830]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T23:03:38.5572640Z [00:02:23.840]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/0e/0e8db8b2be0ee85dc942119a376db03f01624cb2910d9ea654767962a27dd20b-d # internal
2025-08-20T23:03:38.5578055Z [00:02:23.841]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtablepat
2025-08-20T23:03:38.5588469Z [00:02:23.841]➜  mkdir -p $WORK/b266/
2025-08-20T23:03:38.5589184Z [00:02:23.841]➜  cat >/tmp/go-build3700090427/b266/importcfg << 'EOF' # internal
2025-08-20T23:03:38.5597715Z [00:02:23.841]➜  # import config
2025-08-20T23:03:38.5598330Z [00:02:23.841]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:38.5606815Z [00:02:23.841]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.5607824Z [00:02:23.841]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.5608681Z [00:02:23.841]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.5610212Z [00:02:23.841]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.5611585Z [00:02:23.841]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.5613480Z [00:02:23.842]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common=/tmp/go-build3700090427/b265/_pkg_.a
2025-08-20T23:03:38.5615183Z [00:02:23.842]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.5616707Z [00:02:23.842]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.5617832Z [00:02:23.842]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.5618683Z [00:02:23.842]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:38.5619310Z [00:02:23.842]➜  EOF
2025-08-20T23:03:38.5624283Z [00:02:23.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b266/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtablepat;$WORK/b266=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtablepat -lang=go1.24 -complete -installsuffix shared -buildid TPOAKc4Qf0cQmszYuzKd/TPOAKc4Qf0cQmszYuzKd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack ./pkg/analyzer/analyzers/airtable/airtablepat/airtable.go ./pkg/analyzer/analyzers/airtable/airtablepat/requests.go
2025-08-20T23:03:38.5628511Z [00:02:23.842]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T23:03:38.5661355Z [00:02:23.842]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/7c/7c10cc30c9acf641d32e7dca7400e1743a1d705146a918ef251193b4fd576263-d # internal
2025-08-20T23:03:38.5662640Z [00:02:23.843]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/asana
2025-08-20T23:03:38.5663390Z [00:02:23.843]➜  mkdir -p $WORK/b269/
2025-08-20T23:03:38.5664081Z [00:02:23.843]➜  cat >/tmp/go-build3700090427/b269/importcfg << 'EOF' # internal
2025-08-20T23:03:38.5664729Z [00:02:23.843]➜  # import config
2025-08-20T23:03:38.5665440Z [00:02:23.844]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.5666289Z [00:02:23.844]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.5666957Z [00:02:23.844]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.5667777Z [00:02:23.844]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.5668881Z [00:02:23.844]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.5670401Z [00:02:23.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.5671856Z [00:02:23.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.5673270Z [00:02:23.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.5674373Z [00:02:23.844]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.5675175Z [00:02:23.844]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.5675752Z [00:02:23.844]➜  EOF
2025-08-20T23:03:38.5679932Z [00:02:23.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b269/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/asana;$WORK/b269=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/asana -lang=go1.24 -complete -installsuffix shared -buildid ZjdemENhQdCwC1dm69Lq/ZjdemENhQdCwC1dm69Lq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack ./pkg/analyzer/analyzers/asana/asana.go ./pkg/analyzer/analyzers/asana/permissions.go
2025-08-20T23:03:38.5708336Z [00:02:23.854]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T23:03:38.5731745Z [00:02:23.856]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/42/42765bda3f832ee88329556b1d822cf0f050fb3e47cd000c0be623ba8a7c227a-d # internal
2025-08-20T23:03:38.5739972Z [00:02:23.857]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/bitbucket
2025-08-20T23:03:38.5745402Z [00:02:23.858]➜  mkdir -p $WORK/b270/
2025-08-20T23:03:38.5771534Z [00:02:23.859]➜  cat >/tmp/go-build3700090427/b270/importcfg << 'EOF' # internal
2025-08-20T23:03:38.5772247Z [00:02:23.859]➜  # import config
2025-08-20T23:03:38.5772979Z [00:02:23.859]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.5773848Z [00:02:23.859]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.5774663Z [00:02:23.859]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.5775652Z [00:02:23.859]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.5777385Z [00:02:23.859]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.5779826Z [00:02:23.859]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.5781593Z [00:02:23.859]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.5782883Z [00:02:23.859]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.5783883Z [00:02:23.859]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.5785036Z [00:02:23.859]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:38.5785943Z [00:02:23.859]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:38.5786661Z [00:02:23.859]➜  EOF
2025-08-20T23:03:38.5800301Z [00:02:23.863]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b270/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/bitbucket;$WORK/b270=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/bitbucket -lang=go1.24 -complete -installsuffix shared -buildid EPYSm-OYHu8mKYXRSd4Q/EPYSm-OYHu8mKYXRSd4Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack ./pkg/analyzer/analyzers/bitbucket/bitbucket.go ./pkg/analyzer/analyzers/bitbucket/permissions.go ./pkg/analyzer/analyzers/bitbucket/scopes.go
2025-08-20T23:03:38.6195000Z [00:02:23.902]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T23:03:38.6202923Z [00:02:23.903]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/0d/0d42856e13cc1d5cc857bd567a0205dae4ce56879a2be11a2a7856f7f2fb9f04-d # internal
2025-08-20T23:03:38.6218028Z [00:02:23.904]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/databricks
2025-08-20T23:03:38.6218835Z [00:02:23.904]➜  mkdir -p $WORK/b271/
2025-08-20T23:03:38.6219723Z [00:02:23.904]➜  cat >/tmp/go-build3700090427/b271/importcfg << 'EOF' # internal
2025-08-20T23:03:38.6220408Z [00:02:23.904]➜  # import config
2025-08-20T23:03:38.6221098Z [00:02:23.904]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.6221933Z [00:02:23.904]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.6222716Z [00:02:23.904]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.6223600Z [00:02:23.904]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.6224697Z [00:02:23.904]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.6226077Z [00:02:23.904]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.6227953Z [00:02:23.904]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.6233065Z [00:02:23.904]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.6234225Z [00:02:23.904]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:38.6235024Z [00:02:23.904]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.6235849Z [00:02:23.904]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:38.6236624Z [00:02:23.904]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.6237377Z [00:02:23.904]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:38.6237971Z [00:02:23.904]➜  EOF
2025-08-20T23:03:38.6243295Z [00:02:23.904]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b271/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/databricks;$WORK/b271=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/databricks -lang=go1.24 -complete -installsuffix shared -buildid VUP4xg0g7qID2tAkllAl/VUP4xg0g7qID2tAkllAl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack ./pkg/analyzer/analyzers/databricks/databricks.go ./pkg/analyzer/analyzers/databricks/models.go ./pkg/analyzer/analyzers/databricks/permissions.go ./pkg/analyzer/analyzers/databricks/requests.go
2025-08-20T23:03:38.6291678Z [00:02:23.912]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T23:03:38.6313169Z [00:02:23.914]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/69/69835bd5911d85be1ce719bc31df3d809c5e80fa7bda52cc5790b016721086f3-d # internal
2025-08-20T23:03:38.6324529Z [00:02:23.915]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/datadog
2025-08-20T23:03:38.6330365Z [00:02:23.916]➜  mkdir -p $WORK/b272/
2025-08-20T23:03:38.6341415Z [00:02:23.917]➜  cat >/tmp/go-build3700090427/b272/importcfg << 'EOF' # internal
2025-08-20T23:03:38.6342314Z [00:02:23.917]➜  # import config
2025-08-20T23:03:38.6344966Z [00:02:23.917]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:38.6345782Z [00:02:23.917]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:38.6346634Z [00:02:23.917]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.6347457Z [00:02:23.917]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.6348232Z [00:02:23.917]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.6349105Z [00:02:23.917]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.6350371Z [00:02:23.917]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.6351708Z [00:02:23.917]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.6353222Z [00:02:23.917]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.6354635Z [00:02:23.917]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.6355648Z [00:02:23.917]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:38.6356402Z [00:02:23.917]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.6357139Z [00:02:23.917]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.6357866Z [00:02:23.917]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:38.6358655Z [00:02:23.917]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:38.6363387Z [00:02:23.917]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:38.6364702Z [00:02:23.917]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:38.6365366Z [00:02:23.917]➜  EOF
2025-08-20T23:03:38.6373602Z [00:02:23.920]➜  cat >/tmp/go-build3700090427/b272/embedcfg << 'EOF' # internal
2025-08-20T23:03:38.6390621Z [00:02:23.920]➜  {
2025-08-20T23:03:38.6392104Z [00:02:23.920]➜  	"Patterns": {
2025-08-20T23:03:38.6392542Z [00:02:23.920]➜  		"scopes.json": [
2025-08-20T23:03:38.6393001Z [00:02:23.920]➜  			"scopes.json"
2025-08-20T23:03:38.6393411Z [00:02:23.920]➜  		]
2025-08-20T23:03:38.6393756Z [00:02:23.920]➜  	},
2025-08-20T23:03:38.6394127Z [00:02:23.920]➜  	"Files": {
2025-08-20T23:03:38.6394927Z [00:02:23.920]➜  		"scopes.json": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/scopes.json"
2025-08-20T23:03:38.6395682Z [00:02:23.920]➜  	}
2025-08-20T23:03:38.6396036Z [00:02:23.920]➜  }EOF
2025-08-20T23:03:38.6402265Z [00:02:23.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b272/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/datadog;$WORK/b272=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/datadog -lang=go1.24 -complete -installsuffix shared -buildid 37XLO01vXJoM3VQ3V5s8/37XLO01vXJoM3VQ3V5s8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -embedcfg $WORK/b272/embedcfg -pack ./pkg/analyzer/analyzers/datadog/datadog.go ./pkg/analyzer/analyzers/datadog/models.go ./pkg/analyzer/analyzers/datadog/requests.go
2025-08-20T23:03:38.6798336Z [00:02:23.963]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T23:03:38.6819707Z [00:02:23.965]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/9e/9ee63129488c0ad7e4e887105d82930cb0bb40e57d4b5b9835d4bdb866410fc5-d # internal
2025-08-20T23:03:38.6832261Z [00:02:23.965]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/digitalocean
2025-08-20T23:03:38.6833060Z [00:02:23.966]➜  mkdir -p $WORK/b273/
2025-08-20T23:03:38.6833736Z [00:02:23.966]➜  cat >/tmp/go-build3700090427/b273/importcfg << 'EOF' # internal
2025-08-20T23:03:38.6834348Z [00:02:23.966]➜  # import config
2025-08-20T23:03:38.6834932Z [00:02:23.966]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:38.6835662Z [00:02:23.966]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:38.6836424Z [00:02:23.966]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.6837187Z [00:02:23.966]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.6837902Z [00:02:23.966]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.6838718Z [00:02:23.966]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.6839914Z [00:02:23.966]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.6841261Z [00:02:23.966]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.6872401Z [00:02:23.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.6874294Z [00:02:23.970]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.6876974Z [00:02:23.970]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:38.6877860Z [00:02:23.970]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.6878971Z [00:02:23.970]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.6880194Z [00:02:23.970]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:38.6880983Z [00:02:23.970]➜  EOF
2025-08-20T23:03:38.6881703Z [00:02:23.970]➜  cat >/tmp/go-build3700090427/b273/embedcfg << 'EOF' # internal
2025-08-20T23:03:38.6882382Z [00:02:23.970]➜  {
2025-08-20T23:03:38.6882952Z [00:02:23.970]➜  	"Patterns": {
2025-08-20T23:03:38.6883722Z [00:02:23.970]➜  		"scopes.json": [
2025-08-20T23:03:38.6884211Z [00:02:23.970]➜  			"scopes.json"
2025-08-20T23:03:38.6884651Z [00:02:23.970]➜  		]
2025-08-20T23:03:38.6885019Z [00:02:23.970]➜  	},
2025-08-20T23:03:38.6885408Z [00:02:23.970]➜  	"Files": {
2025-08-20T23:03:38.6886268Z [00:02:23.970]➜  		"scopes.json": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/scopes.json"
2025-08-20T23:03:38.6887090Z [00:02:23.970]➜  	}
2025-08-20T23:03:38.6887416Z [00:02:23.970]➜  }EOF
2025-08-20T23:03:38.6892753Z [00:02:23.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b273/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/digitalocean;$WORK/b273=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/digitalocean -lang=go1.24 -complete -installsuffix shared -buildid MHELJK0jKZ3xAaRF8ng9/MHELJK0jKZ3xAaRF8ng9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -embedcfg $WORK/b273/embedcfg -pack ./pkg/analyzer/analyzers/digitalocean/digitalocean.go ./pkg/analyzer/analyzers/digitalocean/permissions.go
2025-08-20T23:03:38.7767572Z [00:02:24.060]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T23:03:38.7783216Z [00:02:24.061]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T23:03:38.7797712Z [00:02:24.063]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/9a/9a82d1209b97d3bed03dee6e3ed9d8cc704d67a022c821a2700676285b3752c8-d # internal
2025-08-20T23:03:38.7805168Z [00:02:24.064]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dockerhub
2025-08-20T23:03:38.7806233Z [00:02:24.064]➜  mkdir -p $WORK/b274/
2025-08-20T23:03:38.7813107Z [00:02:24.065]➜  cat >/tmp/go-build3700090427/b274/importcfg << 'EOF' # internal
2025-08-20T23:03:38.7818272Z [00:02:24.065]➜  # import config
2025-08-20T23:03:38.7818972Z [00:02:24.065]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.7820153Z [00:02:24.065]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.7820802Z [00:02:24.065]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.7821635Z [00:02:24.065]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.7822541Z [00:02:24.065]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3700090427/b275/_pkg_.a
2025-08-20T23:03:38.7823591Z [00:02:24.065]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.7824849Z [00:02:24.065]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.7826526Z [00:02:24.065]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.7828136Z [00:02:24.065]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.7829786Z [00:02:24.065]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:38.7830582Z [00:02:24.065]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.7831379Z [00:02:24.065]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.7832116Z [00:02:24.065]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:38.7832887Z [00:02:24.065]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:38.7833657Z [00:02:24.065]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:38.7834238Z [00:02:24.065]➜  EOF
2025-08-20T23:03:38.7839604Z [00:02:24.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b274/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dockerhub;$WORK/b274=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dockerhub -lang=go1.24 -complete -installsuffix shared -buildid orZvV2O1IPslYNO18Keh/orZvV2O1IPslYNO18Keh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack ./pkg/analyzer/analyzers/dockerhub/dockerhub.go ./pkg/analyzer/analyzers/dockerhub/helper.go ./pkg/analyzer/analyzers/dockerhub/permissions.go ./pkg/analyzer/analyzers/dockerhub/requests.go
2025-08-20T23:03:38.7848403Z [00:02:24.068]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/f3/f3d6f0522a1123c1110cc528ef90dc687a077d550fe50d0fc330fd6a31d3aa87-d # internal
2025-08-20T23:03:38.7850037Z [00:02:24.068]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dropbox
2025-08-20T23:03:38.7850864Z [00:02:24.068]➜  mkdir -p $WORK/b276/
2025-08-20T23:03:38.7857334Z [00:02:24.069]➜  cat >/tmp/go-build3700090427/b276/importcfg << 'EOF' # internal
2025-08-20T23:03:38.7861197Z [00:02:24.069]➜  # import config
2025-08-20T23:03:38.7862216Z [00:02:24.069]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:38.7863116Z [00:02:24.069]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.7863975Z [00:02:24.069]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.7864748Z [00:02:24.069]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.7865631Z [00:02:24.069]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.7866707Z [00:02:24.069]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.7868127Z [00:02:24.069]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.7869940Z [00:02:24.069]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.7871476Z [00:02:24.069]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.7872653Z [00:02:24.069]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:38.7873451Z [00:02:24.069]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.7874267Z [00:02:24.069]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.7875078Z [00:02:24.069]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:38.7875697Z [00:02:24.069]➜  EOF
2025-08-20T23:03:38.7876299Z [00:02:24.069]➜  cat >/tmp/go-build3700090427/b276/embedcfg << 'EOF' # internal
2025-08-20T23:03:38.7876922Z [00:02:24.069]➜  {
2025-08-20T23:03:38.7877326Z [00:02:24.069]➜  	"Patterns": {
2025-08-20T23:03:38.7877801Z [00:02:24.069]➜  		"scopes.json": [
2025-08-20T23:03:38.7878271Z [00:02:24.069]➜  			"scopes.json"
2025-08-20T23:03:38.7878713Z [00:02:24.069]➜  		]
2025-08-20T23:03:38.7879063Z [00:02:24.069]➜  	},
2025-08-20T23:03:38.7879631Z [00:02:24.069]➜  	"Files": {
2025-08-20T23:03:38.7880470Z [00:02:24.069]➜  		"scopes.json": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/scopes.json"
2025-08-20T23:03:38.7881501Z [00:02:24.069]➜  	}
2025-08-20T23:03:38.7881877Z [00:02:24.069]➜  }EOF
2025-08-20T23:03:38.7886776Z [00:02:24.069]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b276/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dropbox;$WORK/b276=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dropbox -lang=go1.24 -complete -installsuffix shared -buildid 5WN9EAkTQ4AXGC8Keozw/5WN9EAkTQ4AXGC8Keozw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/importcfg -embedcfg $WORK/b276/embedcfg -pack ./pkg/analyzer/analyzers/dropbox/dropbox.go ./pkg/analyzer/analyzers/dropbox/models.go ./pkg/analyzer/analyzers/dropbox/permissions.go
2025-08-20T23:03:38.8057732Z [00:02:24.089]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T23:03:38.8079722Z [00:02:24.091]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/fe/fe45ee6aa815b1966cb72096421b13f8d4dbe3e12da76cb5f9b37ad96dfc0502-d # internal
2025-08-20T23:03:38.8085440Z [00:02:24.092]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/elevenlabs
2025-08-20T23:03:38.8087895Z [00:02:24.092]➜  mkdir -p $WORK/b277/
2025-08-20T23:03:38.8113906Z [00:02:24.094]➜  cat >/tmp/go-build3700090427/b277/importcfg << 'EOF' # internal
2025-08-20T23:03:38.8115986Z [00:02:24.095]➜  # import config
2025-08-20T23:03:38.8116669Z [00:02:24.095]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:38.8117560Z [00:02:24.095]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.8118412Z [00:02:24.095]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.8119217Z [00:02:24.095]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.8120638Z [00:02:24.095]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.8121686Z [00:02:24.095]➜  packagefile github.com/google/uuid=/tmp/go-build3700090427/b278/_pkg_.a
2025-08-20T23:03:38.8122816Z [00:02:24.095]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.8124252Z [00:02:24.095]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.8125860Z [00:02:24.095]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.8127452Z [00:02:24.095]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.8128547Z [00:02:24.095]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:38.8129581Z [00:02:24.095]➜  packagefile mime/multipart=/tmp/go-build3700090427/b196/_pkg_.a
2025-08-20T23:03:38.8130471Z [00:02:24.095]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.8131266Z [00:02:24.095]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.8132076Z [00:02:24.095]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:38.8132897Z [00:02:24.095]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:38.8133711Z [00:02:24.095]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:38.8134311Z [00:02:24.095]➜  EOF
2025-08-20T23:03:38.8139272Z [00:02:24.095]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b277/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/elevenlabs;$WORK/b277=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/elevenlabs -lang=go1.24 -complete -installsuffix shared -buildid aE-noS1WEBg7P6C0sFvb/aE-noS1WEBg7P6C0sFvb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack ./pkg/analyzer/analyzers/elevenlabs/elevenlabs.go ./pkg/analyzer/analyzers/elevenlabs/permissions.go ./pkg/analyzer/analyzers/elevenlabs/requests.go
2025-08-20T23:03:38.8699971Z [00:02:24.153]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T23:03:38.8719183Z [00:02:24.155]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/f2/f2cfd8468ba834303d4758066dbfb373a1f042f35c4f2e4eeef8903057a25da0-d # internal
2025-08-20T23:03:38.8723488Z [00:02:24.155]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/fastly
2025-08-20T23:03:38.8724282Z [00:02:24.156]➜  mkdir -p $WORK/b280/
2025-08-20T23:03:38.8732216Z [00:02:24.156]➜  cat >/tmp/go-build3700090427/b280/importcfg << 'EOF' # internal
2025-08-20T23:03:38.8733093Z [00:02:24.156]➜  # import config
2025-08-20T23:03:38.8733758Z [00:02:24.156]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.8734597Z [00:02:24.156]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.8735454Z [00:02:24.156]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.8736416Z [00:02:24.156]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.8737634Z [00:02:24.156]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.8739126Z [00:02:24.156]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.8740986Z [00:02:24.156]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.8744083Z [00:02:24.156]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.8745127Z [00:02:24.157]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:38.8745844Z [00:02:24.157]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.8746856Z [00:02:24.157]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.8747696Z [00:02:24.157]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:38.8748521Z [00:02:24.157]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:38.8749103Z [00:02:24.157]➜  EOF
2025-08-20T23:03:38.8754414Z [00:02:24.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b280/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/fastly;$WORK/b280=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/fastly -lang=go1.24 -complete -installsuffix shared -buildid 9pvmd3lSCIi1Qr3dpAic/9pvmd3lSCIi1Qr3dpAic -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack ./pkg/analyzer/analyzers/fastly/fastly.go ./pkg/analyzer/analyzers/fastly/models.go ./pkg/analyzer/analyzers/fastly/permissions.go ./pkg/analyzer/analyzers/fastly/requests.go
2025-08-20T23:03:38.8793436Z [00:02:24.162]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T23:03:38.8812110Z [00:02:24.164]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/bb/bb0ba3dc2a2e29737e8a27aa0202dbc4a63489d7f287ab946ed1cffc4588de16-d # internal
2025-08-20T23:03:38.8827093Z [00:02:24.165]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/figma
2025-08-20T23:03:38.8827919Z [00:02:24.165]➜  mkdir -p $WORK/b281/
2025-08-20T23:03:38.8828515Z [00:02:24.165]➜  cat >/tmp/go-build3700090427/b281/importcfg << 'EOF' # internal
2025-08-20T23:03:38.8829177Z [00:02:24.165]➜  # import config
2025-08-20T23:03:38.8830011Z [00:02:24.166]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:38.8831142Z [00:02:24.166]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:38.8832220Z [00:02:24.166]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:38.8833143Z [00:02:24.166]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:38.8834195Z [00:02:24.166]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:38.8835878Z [00:02:24.166]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:38.8837476Z [00:02:24.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:38.8840562Z [00:02:24.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:38.8842213Z [00:02:24.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:38.8843392Z [00:02:24.166]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:38.8844237Z [00:02:24.166]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:38.8845054Z [00:02:24.166]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:38.8845906Z [00:02:24.166]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:38.8846794Z [00:02:24.166]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:38.8847443Z [00:02:24.166]➜  EOF
2025-08-20T23:03:38.8848064Z [00:02:24.166]➜  cat >/tmp/go-build3700090427/b281/embedcfg << 'EOF' # internal
2025-08-20T23:03:38.8848706Z [00:02:24.166]➜  {
2025-08-20T23:03:38.8849119Z [00:02:24.166]➜  	"Patterns": {
2025-08-20T23:03:38.8850736Z [00:02:24.166]➜  		"endpoints.json": [
2025-08-20T23:03:38.8851257Z [00:02:24.166]➜  			"endpoints.json"
2025-08-20T23:03:38.8851714Z [00:02:24.166]➜  		]
2025-08-20T23:03:38.8852094Z [00:02:24.166]➜  	},
2025-08-20T23:03:38.8852482Z [00:02:24.166]➜  	"Files": {
2025-08-20T23:03:38.8853401Z [00:02:24.166]➜  		"endpoints.json": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/endpoints.json"
2025-08-20T23:03:38.8854257Z [00:02:24.166]➜  	}
2025-08-20T23:03:38.8854618Z [00:02:24.166]➜  }EOF
2025-08-20T23:03:38.8860452Z [00:02:24.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b281/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/figma;$WORK/b281=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/figma -lang=go1.24 -complete -installsuffix shared -buildid u8s0hkTmo_VV0vneqK4y/u8s0hkTmo_VV0vneqK4y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/importcfg -embedcfg $WORK/b281/embedcfg -pack ./pkg/analyzer/analyzers/figma/figma.go ./pkg/analyzer/analyzers/figma/models.go ./pkg/analyzer/analyzers/figma/permissions.go ./pkg/analyzer/analyzers/figma/requests.go ./pkg/analyzer/analyzers/figma/scopes.go
2025-08-20T23:03:39.0057140Z [00:02:24.289]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T23:03:39.0085349Z [00:02:24.290]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T23:03:39.0087529Z [00:02:24.291]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/c6/c6078656dcda67a8a0722b5e56512a22a25af96a3f3eae960cc1d71e77ffa350-d # internal
2025-08-20T23:03:39.0088901Z [00:02:24.292]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/gitlab
2025-08-20T23:03:39.0089954Z [00:02:24.292]➜  mkdir -p $WORK/b288/
2025-08-20T23:03:39.0091187Z [00:02:24.292]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/66/663b43d7947776e64e9ab94af69bb19bc9f9524b88fa541df0ee99b0dd16c6d5-d # internal
2025-08-20T23:03:39.0093709Z [00:02:24.292]➜  cat >/tmp/go-build3700090427/b288/importcfg << 'EOF' # internal
2025-08-20T23:03:39.0094607Z [00:02:24.292]➜  # import config
2025-08-20T23:03:39.0096860Z [00:02:24.292]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:39.0097775Z [00:02:24.292]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.0098674Z [00:02:24.292]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.0100234Z [00:02:24.292]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.0101776Z [00:02:24.293]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.0103256Z [00:02:24.293]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.0104786Z [00:02:24.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.0107485Z [00:02:24.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.0109040Z [00:02:24.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.0110364Z [00:02:24.293]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.0111180Z [00:02:24.293]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.0111980Z [00:02:24.293]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.0112812Z [00:02:24.293]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:39.0113419Z [00:02:24.293]➜  EOF
2025-08-20T23:03:39.0118097Z [00:02:24.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b288/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/gitlab;$WORK/b288=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/gitlab -lang=go1.24 -complete -installsuffix shared -buildid j2MLWnReA33hpJ2juy4X/j2MLWnReA33hpJ2juy4X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack ./pkg/analyzer/analyzers/gitlab/gitlab.go ./pkg/analyzer/analyzers/gitlab/permissions.go ./pkg/analyzer/analyzers/gitlab/scopes.go
2025-08-20T23:03:39.0131990Z [00:02:24.293]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/groq
2025-08-20T23:03:39.0132865Z [00:02:24.293]➜  mkdir -p $WORK/b289/
2025-08-20T23:03:39.0133895Z [00:02:24.293]➜  cat >/tmp/go-build3700090427/b289/importcfg << 'EOF' # internal
2025-08-20T23:03:39.0134653Z [00:02:24.293]➜  # import config
2025-08-20T23:03:39.0135413Z [00:02:24.293]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.0136331Z [00:02:24.293]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.0137160Z [00:02:24.293]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.0138090Z [00:02:24.293]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.0139244Z [00:02:24.293]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.0141150Z [00:02:24.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.0142917Z [00:02:24.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.0144513Z [00:02:24.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.0145654Z [00:02:24.293]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.0146472Z [00:02:24.293]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.0147274Z [00:02:24.293]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.0148058Z [00:02:24.293]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:39.0148667Z [00:02:24.293]➜  EOF
2025-08-20T23:03:39.0153329Z [00:02:24.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b289/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/groq;$WORK/b289=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/groq -lang=go1.24 -complete -installsuffix shared -buildid NeTE_fLmYuHLJSdKuERL/NeTE_fLmYuHLJSdKuERL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/importcfg -pack ./pkg/analyzer/analyzers/groq/groq.go ./pkg/analyzer/analyzers/groq/permissions.go ./pkg/analyzer/analyzers/groq/requests.go
2025-08-20T23:03:39.0249725Z [00:02:24.308]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T23:03:39.0279262Z [00:02:24.311]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/56/56f89bc2231778d032f4a543cb4b18a28487555255abf469e9729cf32938f178-d # internal
2025-08-20T23:03:39.0286772Z [00:02:24.312]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/huggingface
2025-08-20T23:03:39.0292429Z [00:02:24.312]➜  mkdir -p $WORK/b290/
2025-08-20T23:03:39.0302690Z [00:02:24.313]➜  cat >/tmp/go-build3700090427/b290/importcfg << 'EOF' # internal
2025-08-20T23:03:39.0303610Z [00:02:24.313]➜  # import config
2025-08-20T23:03:39.0306431Z [00:02:24.313]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.0307300Z [00:02:24.313]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.0308142Z [00:02:24.313]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.0309034Z [00:02:24.313]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.0310424Z [00:02:24.313]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.0311869Z [00:02:24.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.0313480Z [00:02:24.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.0315006Z [00:02:24.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.0316113Z [00:02:24.313]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.0316902Z [00:02:24.313]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.0318009Z [00:02:24.313]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.0318744Z [00:02:24.313]➜  EOF
2025-08-20T23:03:39.0331729Z [00:02:24.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b290/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/huggingface;$WORK/b290=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/huggingface -lang=go1.24 -complete -installsuffix shared -buildid _gELg-NVNBvp5Kl0dO1L/_gELg-NVNBvp5Kl0dO1L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack ./pkg/analyzer/analyzers/huggingface/huggingface.go ./pkg/analyzer/analyzers/huggingface/permissions.go ./pkg/analyzer/analyzers/huggingface/scopes.go
2025-08-20T23:03:39.0922698Z [00:02:24.375]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T23:03:39.0983447Z [00:02:24.381]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/da/da372d21c8f91a2a827a8b7e760b801a0a35efa6d2b24f2b7e81c5db147049c7-d # internal
2025-08-20T23:03:39.0990512Z [00:02:24.382]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/jira
2025-08-20T23:03:39.1003240Z [00:02:24.383]➜  mkdir -p $WORK/b291/
2025-08-20T23:03:39.1004055Z [00:02:24.383]➜  cat >/tmp/go-build3700090427/b291/importcfg << 'EOF' # internal
2025-08-20T23:03:39.1004774Z [00:02:24.383]➜  # import config
2025-08-20T23:03:39.1005528Z [00:02:24.383]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:39.1006505Z [00:02:24.383]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.1007404Z [00:02:24.383]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.1008231Z [00:02:24.383]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.1009178Z [00:02:24.383]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.1010598Z [00:02:24.383]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.1012099Z [00:02:24.383]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.1014150Z [00:02:24.383]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.1015786Z [00:02:24.383]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.1016962Z [00:02:24.383]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.1017832Z [00:02:24.383]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.1018702Z [00:02:24.383]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:39.1019789Z [00:02:24.383]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.1020586Z [00:02:24.383]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:39.1021417Z [00:02:24.383]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:39.1022252Z [00:02:24.383]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.1022959Z [00:02:24.383]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:39.1023426Z [00:02:24.383]➜  EOF
2025-08-20T23:03:39.1028092Z [00:02:24.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b291/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/jira;$WORK/b291=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/jira -lang=go1.24 -complete -installsuffix shared -buildid P1bpDPkzhle2uY6Spdf6/P1bpDPkzhle2uY6Spdf6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/importcfg -pack ./pkg/analyzer/analyzers/jira/jira.go ./pkg/analyzer/analyzers/jira/models.go ./pkg/analyzer/analyzers/jira/permissions.go ./pkg/analyzer/analyzers/jira/requests.go
2025-08-20T23:03:39.1066450Z [00:02:24.390]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T23:03:39.1082520Z [00:02:24.391]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/11/1113819143a728f9f85f1f8374bc3a0be4bc8dceda802aa05a58a1d86bae1f38-d # internal
2025-08-20T23:03:39.1090285Z [00:02:24.392]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/launchdarkly
2025-08-20T23:03:39.1093695Z [00:02:24.392]➜  mkdir -p $WORK/b292/
2025-08-20T23:03:39.1095036Z [00:02:24.392]➜  cat >/tmp/go-build3700090427/b292/importcfg << 'EOF' # internal
2025-08-20T23:03:39.1096031Z [00:02:24.392]➜  # import config
2025-08-20T23:03:39.1096948Z [00:02:24.392]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:39.1098231Z [00:02:24.392]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:39.1100503Z [00:02:24.393]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.1101421Z [00:02:24.393]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.1102299Z [00:02:24.393]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.1103305Z [00:02:24.393]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.1104499Z [00:02:24.393]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.1106061Z [00:02:24.393]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.1107764Z [00:02:24.393]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.1109528Z [00:02:24.393]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.1110679Z [00:02:24.393]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.1111535Z [00:02:24.393]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.1112359Z [00:02:24.393]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.1113465Z [00:02:24.393]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:39.1114313Z [00:02:24.393]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.1115115Z [00:02:24.393]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:39.1115893Z [00:02:24.393]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:39.1116519Z [00:02:24.393]➜  EOF
2025-08-20T23:03:39.1128893Z [00:02:24.396]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b292/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/launchdarkly;$WORK/b292=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/launchdarkly -lang=go1.24 -complete -installsuffix shared -buildid BJlI5q42BEVnlEMBO8VV/BJlI5q42BEVnlEMBO8VV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack ./pkg/analyzer/analyzers/launchdarkly/launchdarkly.go ./pkg/analyzer/analyzers/launchdarkly/models.go ./pkg/analyzer/analyzers/launchdarkly/permissions.go ./pkg/analyzer/analyzers/launchdarkly/requests.go ./pkg/analyzer/analyzers/launchdarkly/user.go
2025-08-20T23:03:39.1590724Z [00:02:24.442]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T23:03:39.1617632Z [00:02:24.445]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/7f/7f51e4b4efaac7f7661ef224c63a29b0b26fc6ae0e41b0a2cc8b7d7ea34c9ecf-d # internal
2025-08-20T23:03:39.1625678Z [00:02:24.446]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailchimp
2025-08-20T23:03:39.1631549Z [00:02:24.446]➜  mkdir -p $WORK/b293/
2025-08-20T23:03:39.1642410Z [00:02:24.447]➜  cat >/tmp/go-build3700090427/b293/importcfg << 'EOF' # internal
2025-08-20T23:03:39.1643758Z [00:02:24.447]➜  # import config
2025-08-20T23:03:39.1646421Z [00:02:24.447]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.1647740Z [00:02:24.447]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.1650857Z [00:02:24.447]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.1651793Z [00:02:24.447]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.1652971Z [00:02:24.447]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.1654467Z [00:02:24.447]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.1656124Z [00:02:24.447]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.1657699Z [00:02:24.447]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.1658876Z [00:02:24.447]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.1659852Z [00:02:24.447]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.1660679Z [00:02:24.447]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.1661294Z [00:02:24.447]➜  EOF
2025-08-20T23:03:39.1674796Z [00:02:24.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b293/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailchimp;$WORK/b293=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailchimp -lang=go1.24 -complete -installsuffix shared -buildid KGS0ldjnTLCvp2qMYeyq/KGS0ldjnTLCvp2qMYeyq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack ./pkg/analyzer/analyzers/mailchimp/mailchimp.go ./pkg/analyzer/analyzers/mailchimp/permissions.go
2025-08-20T23:03:39.2675521Z [00:02:24.551]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T23:03:39.2709667Z [00:02:24.554]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/84/84b1fab3db5e6d729b95956ab1391bb1d44a637418bebc746301075fbb0b488a-d # internal
2025-08-20T23:03:39.2775791Z [00:02:24.561]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailgun
2025-08-20T23:03:39.2782063Z [00:02:24.561]➜  mkdir -p $WORK/b294/
2025-08-20T23:03:39.2793044Z [00:02:24.562]➜  cat >/tmp/go-build3700090427/b294/importcfg << 'EOF' # internal
2025-08-20T23:03:39.2799641Z [00:02:24.562]➜  # import config
2025-08-20T23:03:39.2800459Z [00:02:24.563]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.2801363Z [00:02:24.563]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.2802204Z [00:02:24.563]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.2803175Z [00:02:24.563]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.2807290Z [00:02:24.563]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.2808863Z [00:02:24.563]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.2815425Z [00:02:24.563]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.2828552Z [00:02:24.563]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.2830086Z [00:02:24.563]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.2830982Z [00:02:24.563]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.2832617Z [00:02:24.563]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:39.2833541Z [00:02:24.563]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.2834211Z [00:02:24.563]➜  EOF
2025-08-20T23:03:39.2853586Z [00:02:24.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b294/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailgun;$WORK/b294=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailgun -lang=go1.24 -complete -installsuffix shared -buildid xmuyUxLtzo5gS347i6z4/xmuyUxLtzo5gS347i6z4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack ./pkg/analyzer/analyzers/mailgun/mailgun.go ./pkg/analyzer/analyzers/mailgun/permissions.go ./pkg/analyzer/analyzers/mailgun/requests.go
2025-08-20T23:03:39.2858086Z [00:02:24.565]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T23:03:39.2859597Z [00:02:24.567]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/38/3858f12405e5fb4e862ec000878a412d61b81aa2b7f9b23466202692100edc7d-d # internal
2025-08-20T23:03:39.2946197Z [00:02:24.576]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/monday
2025-08-20T23:03:39.2955913Z [00:02:24.576]➜  mkdir -p $WORK/b295/
2025-08-20T23:03:39.2956666Z [00:02:24.578]➜  cat >/tmp/go-build3700090427/b295/importcfg << 'EOF' # internal
2025-08-20T23:03:39.2957328Z [00:02:24.578]➜  # import config
2025-08-20T23:03:39.2957943Z [00:02:24.578]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:39.2958719Z [00:02:24.578]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:39.2959734Z [00:02:24.578]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.2960627Z [00:02:24.578]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.2961417Z [00:02:24.578]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.2962334Z [00:02:24.578]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.2963450Z [00:02:24.578]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.2964934Z [00:02:24.578]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.2966939Z [00:02:24.578]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.2968529Z [00:02:24.578]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.2975558Z [00:02:24.578]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.2976425Z [00:02:24.578]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.2977270Z [00:02:24.578]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.2977871Z [00:02:24.578]➜  EOF
2025-08-20T23:03:39.2978511Z [00:02:24.578]➜  cat >/tmp/go-build3700090427/b295/embedcfg << 'EOF' # internal
2025-08-20T23:03:39.2979127Z [00:02:24.578]➜  {
2025-08-20T23:03:39.2979764Z [00:02:24.578]➜  	"Patterns": {
2025-08-20T23:03:39.2980288Z [00:02:24.578]➜  		"query.graphql": [
2025-08-20T23:03:39.2980783Z [00:02:24.578]➜  			"query.graphql"
2025-08-20T23:03:39.2981258Z [00:02:24.578]➜  		]
2025-08-20T23:03:39.2981636Z [00:02:24.578]➜  	},
2025-08-20T23:03:39.2982028Z [00:02:24.578]➜  	"Files": {
2025-08-20T23:03:39.2982932Z [00:02:24.578]➜  		"query.graphql": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/query.graphql"
2025-08-20T23:03:39.2983771Z [00:02:24.578]➜  	}
2025-08-20T23:03:39.2984155Z [00:02:24.578]➜  }EOF
2025-08-20T23:03:39.2989218Z [00:02:24.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b295/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/monday;$WORK/b295=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/monday -lang=go1.24 -complete -installsuffix shared -buildid zbjLL5BsZfUnVEOc3G50/zbjLL5BsZfUnVEOc3G50 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -embedcfg $WORK/b295/embedcfg -pack ./pkg/analyzer/analyzers/monday/monday.go ./pkg/analyzer/analyzers/monday/permissions.go ./pkg/analyzer/analyzers/monday/query.go
2025-08-20T23:03:39.3020053Z [00:02:24.585]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T23:03:39.3038643Z [00:02:24.587]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/73/73615f174ed1324522f4adbe5e393df49e6d7bc05bf159626b18e573f454207c-d # internal
2025-08-20T23:03:39.3077303Z [00:02:24.589]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mux
2025-08-20T23:03:39.3078118Z [00:02:24.589]➜  mkdir -p $WORK/b296/
2025-08-20T23:03:39.3078844Z [00:02:24.589]➜  cat >/tmp/go-build3700090427/b296/importcfg << 'EOF' # internal
2025-08-20T23:03:39.3079728Z [00:02:24.589]➜  # import config
2025-08-20T23:03:39.3080396Z [00:02:24.589]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:39.3081242Z [00:02:24.589]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.3082112Z [00:02:24.589]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.3082911Z [00:02:24.589]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.3083836Z [00:02:24.589]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.3084962Z [00:02:24.589]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.3086424Z [00:02:24.589]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.3088039Z [00:02:24.589]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.3089747Z [00:02:24.589]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.3090860Z [00:02:24.589]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.3091677Z [00:02:24.589]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.3092481Z [00:02:24.589]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.3093374Z [00:02:24.589]➜  EOF
2025-08-20T23:03:39.3093990Z [00:02:24.589]➜  cat >/tmp/go-build3700090427/b296/embedcfg << 'EOF' # internal
2025-08-20T23:03:39.3094614Z [00:02:24.589]➜  {
2025-08-20T23:03:39.3095053Z [00:02:24.589]➜  	"Patterns": {
2025-08-20T23:03:39.3095540Z [00:02:24.589]➜  		"tests.json": [
2025-08-20T23:03:39.3096064Z [00:02:24.589]➜  			"tests.json"
2025-08-20T23:03:39.3096507Z [00:02:24.589]➜  		]
2025-08-20T23:03:39.3096877Z [00:02:24.589]➜  	},
2025-08-20T23:03:39.3097261Z [00:02:24.589]➜  	"Files": {
2025-08-20T23:03:39.3098082Z [00:02:24.589]➜  		"tests.json": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/tests.json"
2025-08-20T23:03:39.3098837Z [00:02:24.589]➜  	}
2025-08-20T23:03:39.3099197Z [00:02:24.590]➜  }EOF
2025-08-20T23:03:39.3104820Z [00:02:24.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b296/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mux;$WORK/b296=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mux -lang=go1.24 -complete -installsuffix shared -buildid GDSzd4lI4famlxhtsIad/GDSzd4lI4famlxhtsIad -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -embedcfg $WORK/b296/embedcfg -pack ./pkg/analyzer/analyzers/mux/models.go ./pkg/analyzer/analyzers/mux/mux.go ./pkg/analyzer/analyzers/mux/permissions.go ./pkg/analyzer/analyzers/mux/requests.go ./pkg/analyzer/analyzers/mux/resources.go
2025-08-20T23:03:39.3828552Z [00:02:24.666]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T23:03:39.3844125Z [00:02:24.668]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/fe/fecef9d87e95c04eafa4cdea10562e67f2e044e409c805f6dc8c797dcc30476a-d # internal
2025-08-20T23:03:39.3846500Z [00:02:24.668]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mysql
2025-08-20T23:03:39.3849825Z [00:02:24.668]➜  mkdir -p $WORK/b297/
2025-08-20T23:03:39.3856800Z [00:02:24.669]➜  cat >/tmp/go-build3700090427/b297/importcfg << 'EOF' # internal
2025-08-20T23:03:39.3857894Z [00:02:24.669]➜  # import config
2025-08-20T23:03:39.3858932Z [00:02:24.669]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:03:39.3891332Z [00:02:24.669]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.3892519Z [00:02:24.669]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.3893632Z [00:02:24.669]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3700090427/b299/_pkg_.a
2025-08-20T23:03:39.3895589Z [00:02:24.669]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.3896661Z [00:02:24.669]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build3700090427/b300/_pkg_.a
2025-08-20T23:03:39.3897796Z [00:02:24.669]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.3898942Z [00:02:24.669]➜  packagefile github.com/jedib0t/go-pretty/v6/text=/tmp/go-build3700090427/b217/_pkg_.a
2025-08-20T23:03:39.3900597Z [00:02:24.669]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.3902269Z [00:02:24.669]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.3903840Z [00:02:24.669]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.3905089Z [00:02:24.669]➜  packagefile github.com/xo/dburl=/tmp/go-build3700090427/b303/_pkg_.a
2025-08-20T23:03:39.3905988Z [00:02:24.669]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.3906805Z [00:02:24.669]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.3907644Z [00:02:24.669]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:39.3908271Z [00:02:24.669]➜  EOF
2025-08-20T23:03:39.3916825Z [00:02:24.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b297/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mysql;$WORK/b297=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mysql -lang=go1.24 -complete -installsuffix shared -buildid 8fOwx_ASg9Y8hheL8Sz3/8fOwx_ASg9Y8hheL8Sz3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack ./pkg/analyzer/analyzers/mysql/mysql.go ./pkg/analyzer/analyzers/mysql/permissions.go ./pkg/analyzer/analyzers/mysql/scopes.go
2025-08-20T23:03:39.3974022Z [00:02:24.681]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T23:03:39.4021629Z [00:02:24.685]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/97/977437e225079740b5dd69689f9e662f049081463667de5e6d3577dfd38b0a65-d # internal
2025-08-20T23:03:39.4039578Z [00:02:24.686]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/netlify
2025-08-20T23:03:39.4040425Z [00:02:24.686]➜  mkdir -p $WORK/b304/
2025-08-20T23:03:39.4041186Z [00:02:24.686]➜  cat >/tmp/go-build3700090427/b304/importcfg << 'EOF' # internal
2025-08-20T23:03:39.4041880Z [00:02:24.686]➜  # import config
2025-08-20T23:03:39.4042598Z [00:02:24.686]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.4043466Z [00:02:24.686]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.4044283Z [00:02:24.686]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.4045203Z [00:02:24.686]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.4046317Z [00:02:24.686]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.4047756Z [00:02:24.686]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.4049799Z [00:02:24.686]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.4051418Z [00:02:24.686]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.4052532Z [00:02:24.686]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.4053350Z [00:02:24.686]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.4054136Z [00:02:24.686]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.4054915Z [00:02:24.686]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:39.4055718Z [00:02:24.686]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.4056521Z [00:02:24.686]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:39.4057110Z [00:02:24.686]➜  EOF
2025-08-20T23:03:39.4062356Z [00:02:24.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b304/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/netlify;$WORK/b304=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/netlify -lang=go1.24 -complete -installsuffix shared -buildid avqTwlBuxtm9iaRZEEwR/avqTwlBuxtm9iaRZEEwR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack ./pkg/analyzer/analyzers/netlify/models.go ./pkg/analyzer/analyzers/netlify/netlify.go ./pkg/analyzer/analyzers/netlify/permissions.go ./pkg/analyzer/analyzers/netlify/requests.go
2025-08-20T23:03:39.4208926Z [00:02:24.704]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T23:03:39.4230825Z [00:02:24.706]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/a7/a7f5ad5e7ab7f765cc89960a135afab00c9b1652da699b2ecf1cb2f0fe4715ed-d # internal
2025-08-20T23:03:39.4233300Z [00:02:24.707]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/ngrok
2025-08-20T23:03:39.4236095Z [00:02:24.707]➜  mkdir -p $WORK/b305/
2025-08-20T23:03:39.4242711Z [00:02:24.707]➜  cat >/tmp/go-build3700090427/b305/importcfg << 'EOF' # internal
2025-08-20T23:03:39.4244848Z [00:02:24.707]➜  # import config
2025-08-20T23:03:39.4247565Z [00:02:24.707]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:39.4248442Z [00:02:24.707]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.4249292Z [00:02:24.707]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.4250292Z [00:02:24.707]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.4251200Z [00:02:24.707]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.4252335Z [00:02:24.707]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.4253834Z [00:02:24.707]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.4255478Z [00:02:24.707]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.4257074Z [00:02:24.707]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.4258191Z [00:02:24.707]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.4259039Z [00:02:24.707]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.4292535Z [00:02:24.707]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.4293368Z [00:02:24.707]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.4294010Z [00:02:24.707]➜  EOF
2025-08-20T23:03:39.4299706Z [00:02:24.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b305/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/ngrok;$WORK/b305=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/ngrok -lang=go1.24 -complete -installsuffix shared -buildid MSWkOBaf_AaY8FmA5dyU/MSWkOBaf_AaY8FmA5dyU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack ./pkg/analyzer/analyzers/ngrok/models.go ./pkg/analyzer/analyzers/ngrok/ngrok.go ./pkg/analyzer/analyzers/ngrok/permissions.go ./pkg/analyzer/analyzers/ngrok/requests.go ./pkg/analyzer/analyzers/ngrok/resources.go
2025-08-20T23:03:39.5549202Z [00:02:24.838]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T23:03:39.5569181Z [00:02:24.840]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/47/474c7595abb70ce27f0e67c1a0ac93a9965f1ab9f12881096cdb41d8728871fc-d # internal
2025-08-20T23:03:39.5586456Z [00:02:24.840]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/notion
2025-08-20T23:03:39.5587286Z [00:02:24.841]➜  mkdir -p $WORK/b306/
2025-08-20T23:03:39.5588087Z [00:02:24.841]➜  cat >/tmp/go-build3700090427/b306/importcfg << 'EOF' # internal
2025-08-20T23:03:39.5588758Z [00:02:24.841]➜  # import config
2025-08-20T23:03:39.5591735Z [00:02:24.841]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:39.5592626Z [00:02:24.841]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:39.5593498Z [00:02:24.841]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.5594379Z [00:02:24.841]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.5595207Z [00:02:24.841]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.5596122Z [00:02:24.841]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.5597230Z [00:02:24.841]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.5598705Z [00:02:24.841]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.5600531Z [00:02:24.841]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.5602378Z [00:02:24.841]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.5603527Z [00:02:24.841]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.5604342Z [00:02:24.841]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.5605172Z [00:02:24.841]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.5605766Z [00:02:24.841]➜  EOF
2025-08-20T23:03:39.5606400Z [00:02:24.841]➜  cat >/tmp/go-build3700090427/b306/embedcfg << 'EOF' # internal
2025-08-20T23:03:39.5607028Z [00:02:24.841]➜  {
2025-08-20T23:03:39.5607427Z [00:02:24.841]➜  	"Patterns": {
2025-08-20T23:03:39.5607880Z [00:02:24.841]➜  		"scopes.json": [
2025-08-20T23:03:39.5608367Z [00:02:24.841]➜  			"scopes.json"
2025-08-20T23:03:39.5608825Z [00:02:24.841]➜  		]
2025-08-20T23:03:39.5609183Z [00:02:24.841]➜  	},
2025-08-20T23:03:39.5609717Z [00:02:24.841]➜  	"Files": {
2025-08-20T23:03:39.5610549Z [00:02:24.841]➜  		"scopes.json": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/scopes.json"
2025-08-20T23:03:39.5611327Z [00:02:24.841]➜  	}
2025-08-20T23:03:39.5611684Z [00:02:24.841]➜  }EOF
2025-08-20T23:03:39.5616242Z [00:02:24.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b306/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/notion;$WORK/b306=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/notion -lang=go1.24 -complete -installsuffix shared -buildid QhKm4Wy2tTpyMQDWyXtL/QhKm4Wy2tTpyMQDWyXtL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -embedcfg $WORK/b306/embedcfg -pack ./pkg/analyzer/analyzers/notion/notion.go ./pkg/analyzer/analyzers/notion/permissions.go
2025-08-20T23:03:39.5623317Z [00:02:24.845]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T23:03:39.5642298Z [00:02:24.847]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/9a/9a5302b2db2d97177bb002a6f743788db197ca91bb020110dc6a91d9efcfe430-d # internal
2025-08-20T23:03:39.5647604Z [00:02:24.848]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/openai
2025-08-20T23:03:39.5648405Z [00:02:24.848]➜  mkdir -p $WORK/b307/
2025-08-20T23:03:39.5649107Z [00:02:24.848]➜  cat >/tmp/go-build3700090427/b307/importcfg << 'EOF' # internal
2025-08-20T23:03:39.5649950Z [00:02:24.848]➜  # import config
2025-08-20T23:03:39.5650599Z [00:02:24.848]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:39.5651455Z [00:02:24.848]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.5652299Z [00:02:24.848]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.5653094Z [00:02:24.848]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.5654005Z [00:02:24.848]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.5655126Z [00:02:24.848]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.5656549Z [00:02:24.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.5658153Z [00:02:24.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.5659835Z [00:02:24.848]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.5660912Z [00:02:24.848]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.5661774Z [00:02:24.848]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.5662589Z [00:02:24.848]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.5663401Z [00:02:24.848]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:39.5664219Z [00:02:24.848]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.5665115Z [00:02:24.848]➜  EOF
2025-08-20T23:03:39.5692079Z [00:02:24.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b307/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/openai;$WORK/b307=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/openai -lang=go1.24 -complete -installsuffix shared -buildid Yll4HnhryYed2N93hkdU/Yll4HnhryYed2N93hkdU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/importcfg -pack ./pkg/analyzer/analyzers/openai/openai.go ./pkg/analyzer/analyzers/openai/permissions.go ./pkg/analyzer/analyzers/openai/scopes.go
2025-08-20T23:03:39.6591646Z [00:02:24.942]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T23:03:39.6607316Z [00:02:24.944]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/80/80d4bbd9b8d2cdb8d7ec851eb79e60df80230976cc1e23d44c1d29e594a2ab3f-d # internal
2025-08-20T23:03:39.6615398Z [00:02:24.945]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/opsgenie
2025-08-20T23:03:39.6654452Z [00:02:24.945]➜  mkdir -p $WORK/b308/
2025-08-20T23:03:39.6655263Z [00:02:24.945]➜  cat >/tmp/go-build3700090427/b308/importcfg << 'EOF' # internal
2025-08-20T23:03:39.6655901Z [00:02:24.945]➜  # import config
2025-08-20T23:03:39.6656488Z [00:02:24.945]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:39.6657194Z [00:02:24.945]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:39.6657962Z [00:02:24.945]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.6658718Z [00:02:24.945]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.6659582Z [00:02:24.945]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.6660410Z [00:02:24.945]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.6661472Z [00:02:24.945]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.6662811Z [00:02:24.945]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.6664321Z [00:02:24.945]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.6665726Z [00:02:24.945]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.6666729Z [00:02:24.945]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.6667462Z [00:02:24.945]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.6668166Z [00:02:24.945]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.6668660Z [00:02:24.945]➜  EOF
2025-08-20T23:03:39.6669221Z [00:02:24.945]➜  cat >/tmp/go-build3700090427/b308/embedcfg << 'EOF' # internal
2025-08-20T23:03:39.6670245Z [00:02:24.946]➜  {
2025-08-20T23:03:39.6670598Z [00:02:24.946]➜  	"Patterns": {
2025-08-20T23:03:39.6671019Z [00:02:24.946]➜  		"scopes.json": [
2025-08-20T23:03:39.6671451Z [00:02:24.946]➜  			"scopes.json"
2025-08-20T23:03:39.6671822Z [00:02:24.946]➜  		]
2025-08-20T23:03:39.6672136Z [00:02:24.946]➜  	},
2025-08-20T23:03:39.6672535Z [00:02:24.946]➜  	"Files": {
2025-08-20T23:03:39.6673316Z [00:02:24.946]➜  		"scopes.json": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie/scopes.json"
2025-08-20T23:03:39.6674043Z [00:02:24.946]➜  	}
2025-08-20T23:03:39.6674379Z [00:02:24.946]➜  }EOF
2025-08-20T23:03:39.6678782Z [00:02:24.946]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b308/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/opsgenie;$WORK/b308=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/opsgenie -lang=go1.24 -complete -installsuffix shared -buildid qFKaei63EzPn3hOFEU4n/qFKaei63EzPn3hOFEU4n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -embedcfg $WORK/b308/embedcfg -pack ./pkg/analyzer/analyzers/opsgenie/opsgenie.go ./pkg/analyzer/analyzers/opsgenie/permissions.go
2025-08-20T23:03:39.6712453Z [00:02:24.954]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T23:03:39.6723813Z [00:02:24.955]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/42/426fd6b1f8ce81a9cba432f5fac615dced40297dc41149922deace6ea0b0d4d7-d # internal
2025-08-20T23:03:39.6725108Z [00:02:24.955]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/plaid
2025-08-20T23:03:39.6725835Z [00:02:24.955]➜  mkdir -p $WORK/b309/
2025-08-20T23:03:39.6726493Z [00:02:24.955]➜  cat >/tmp/go-build3700090427/b309/importcfg << 'EOF' # internal
2025-08-20T23:03:39.6727110Z [00:02:24.955]➜  # import config
2025-08-20T23:03:39.6728087Z [00:02:24.955]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:39.6729003Z [00:02:24.955]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.6730221Z [00:02:24.955]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.6730962Z [00:02:24.955]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.6731779Z [00:02:24.955]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.6732803Z [00:02:24.955]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.6734271Z [00:02:24.955]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.6739793Z [00:02:24.955]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.6741493Z [00:02:24.955]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.6742703Z [00:02:24.955]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.6743559Z [00:02:24.955]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.6744398Z [00:02:24.955]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.6745048Z [00:02:24.955]➜  EOF
2025-08-20T23:03:39.6750264Z [00:02:24.956]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b309/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/plaid;$WORK/b309=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/plaid -lang=go1.24 -complete -installsuffix shared -buildid k24DffgvDapmkbQM2UE-/k24DffgvDapmkbQM2UE- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack ./pkg/analyzer/analyzers/plaid/models.go ./pkg/analyzer/analyzers/plaid/permissions.go ./pkg/analyzer/analyzers/plaid/plaid.go ./pkg/analyzer/analyzers/plaid/products.go
2025-08-20T23:03:39.6909812Z [00:02:24.974]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T23:03:39.6978298Z [00:02:24.981]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/21/215e5436ca6ea46059ef9f100571b82fabc5bf3b57a3b7db4184cf072e6a1df0-d # internal
2025-08-20T23:03:39.6985773Z [00:02:24.981]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/planetscale
2025-08-20T23:03:39.6986591Z [00:02:24.981]➜  mkdir -p $WORK/b310/
2025-08-20T23:03:39.6992179Z [00:02:24.982]➜  cat >/tmp/go-build3700090427/b310/importcfg << 'EOF' # internal
2025-08-20T23:03:39.6992921Z [00:02:24.982]➜  # import config
2025-08-20T23:03:39.6993878Z [00:02:24.982]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:39.6994939Z [00:02:24.982]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:39.6996196Z [00:02:24.982]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.6997432Z [00:02:24.982]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.6998538Z [00:02:24.982]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.6999965Z [00:02:24.982]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.7001294Z [00:02:24.982]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.7003794Z [00:02:24.982]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.7006033Z [00:02:24.982]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.7007755Z [00:02:24.982]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.7009160Z [00:02:24.982]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.7011178Z [00:02:24.982]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.7012009Z [00:02:24.982]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.7012777Z [00:02:24.982]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.7013322Z [00:02:24.982]➜  EOF
2025-08-20T23:03:39.7013879Z [00:02:24.984]➜  cat >/tmp/go-build3700090427/b310/embedcfg << 'EOF' # internal
2025-08-20T23:03:39.7014480Z [00:02:24.984]➜  {
2025-08-20T23:03:39.7014865Z [00:02:24.984]➜  	"Patterns": {
2025-08-20T23:03:39.7015318Z [00:02:24.984]➜  		"scopes.json": [
2025-08-20T23:03:39.7015819Z [00:02:24.984]➜  			"scopes.json"
2025-08-20T23:03:39.7016263Z [00:02:24.984]➜  		]
2025-08-20T23:03:39.7016630Z [00:02:24.984]➜  	},
2025-08-20T23:03:39.7017024Z [00:02:24.984]➜  	"Files": {
2025-08-20T23:03:39.7017917Z [00:02:24.984]➜  		"scopes.json": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/scopes.json"
2025-08-20T23:03:39.7018701Z [00:02:24.984]➜  	}
2025-08-20T23:03:39.7019029Z [00:02:24.984]➜  }EOF
2025-08-20T23:03:39.7028125Z [00:02:24.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b310/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/planetscale;$WORK/b310=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/planetscale -lang=go1.24 -complete -installsuffix shared -buildid _NhVLK1BDPx1gcdD7loT/_NhVLK1BDPx1gcdD7loT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/importcfg -embedcfg $WORK/b310/embedcfg -pack ./pkg/analyzer/analyzers/planetscale/permissions.go ./pkg/analyzer/analyzers/planetscale/planetscale.go
2025-08-20T23:03:39.7487569Z [00:02:25.032]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T23:03:39.7503874Z [00:02:25.033]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/5b/5b75e820f3da3d45e736c3a51c7781e7a332baa02258b27f610d6b9e48321cf5-d # internal
2025-08-20T23:03:39.7532805Z [00:02:25.034]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postgres
2025-08-20T23:03:39.7534085Z [00:02:25.034]➜  mkdir -p $WORK/b311/
2025-08-20T23:03:39.7534849Z [00:02:25.034]➜  cat >/tmp/go-build3700090427/b311/importcfg << 'EOF' # internal
2025-08-20T23:03:39.7535544Z [00:02:25.035]➜  # import config
2025-08-20T23:03:39.7536260Z [00:02:25.035]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:03:39.7537151Z [00:02:25.035]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.7538184Z [00:02:25.035]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.7539139Z [00:02:25.035]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.7542927Z [00:02:25.035]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.7544060Z [00:02:25.035]➜  packagefile github.com/lib/pq=/tmp/go-build3700090427/b312/_pkg_.a
2025-08-20T23:03:39.7545460Z [00:02:25.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.7547187Z [00:02:25.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.7548804Z [00:02:25.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.7550131Z [00:02:25.035]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.7550969Z [00:02:25.035]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:39.7551818Z [00:02:25.035]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.7552484Z [00:02:25.035]➜  EOF
2025-08-20T23:03:39.7557337Z [00:02:25.037]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b311/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postgres;$WORK/b311=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postgres -lang=go1.24 -complete -installsuffix shared -buildid nACxaQN36SKlI_ryQoKe/nACxaQN36SKlI_ryQoKe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/importcfg -pack ./pkg/analyzer/analyzers/postgres/permissions.go ./pkg/analyzer/analyzers/postgres/postgres.go
2025-08-20T23:03:39.7885181Z [00:02:25.072]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T23:03:39.7897372Z [00:02:25.072]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/f3/f32c57122305f8d22489d60f800c9a0e7bb32550d9a8284e8926733316d7a826-d # internal
2025-08-20T23:03:39.7898649Z [00:02:25.072]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/posthog
2025-08-20T23:03:39.7899570Z [00:02:25.072]➜  mkdir -p $WORK/b316/
2025-08-20T23:03:39.7900300Z [00:02:25.072]➜  cat >/tmp/go-build3700090427/b316/importcfg << 'EOF' # internal
2025-08-20T23:03:39.7900961Z [00:02:25.072]➜  # import config
2025-08-20T23:03:39.7901663Z [00:02:25.072]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:39.7902501Z [00:02:25.072]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:39.7903380Z [00:02:25.072]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.7904266Z [00:02:25.072]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.7905089Z [00:02:25.072]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.7906033Z [00:02:25.072]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.7907173Z [00:02:25.072]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.7908651Z [00:02:25.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.7910591Z [00:02:25.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.7912179Z [00:02:25.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.7913637Z [00:02:25.072]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:39.7914485Z [00:02:25.072]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.7915313Z [00:02:25.072]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.7916130Z [00:02:25.072]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:39.7918175Z [00:02:25.072]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.7919117Z [00:02:25.072]➜  EOF
2025-08-20T23:03:39.7920068Z [00:02:25.072]➜  cat >/tmp/go-build3700090427/b316/embedcfg << 'EOF' # internal
2025-08-20T23:03:39.7920656Z [00:02:25.072]➜  {
2025-08-20T23:03:39.7921017Z [00:02:25.072]➜  	"Patterns": {
2025-08-20T23:03:39.7921441Z [00:02:25.072]➜  		"scopes.json": [
2025-08-20T23:03:39.7921867Z [00:02:25.072]➜  			"scopes.json"
2025-08-20T23:03:39.7922267Z [00:02:25.072]➜  		]
2025-08-20T23:03:39.7922595Z [00:02:25.072]➜  	},
2025-08-20T23:03:39.7922932Z [00:02:25.072]➜  	"Files": {
2025-08-20T23:03:39.7923705Z [00:02:25.072]➜  		"scopes.json": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/scopes.json"
2025-08-20T23:03:39.7924428Z [00:02:25.072]➜  	}
2025-08-20T23:03:39.7924748Z [00:02:25.072]➜  }EOF
2025-08-20T23:03:39.7929282Z [00:02:25.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b316/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/posthog;$WORK/b316=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/posthog -lang=go1.24 -complete -installsuffix shared -buildid 6_IDdOdxtpfewiq7sADe/6_IDdOdxtpfewiq7sADe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -embedcfg $WORK/b316/embedcfg -pack ./pkg/analyzer/analyzers/posthog/permissions.go ./pkg/analyzer/analyzers/posthog/posthog.go
2025-08-20T23:03:39.8978507Z [00:02:25.181]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T23:03:39.8999901Z [00:02:25.183]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/01/015f02cb73e4b32cf18155e62449c90317fad428610329231767a0386cc419f7-d # internal
2025-08-20T23:03:39.9015725Z [00:02:25.185]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postman
2025-08-20T23:03:39.9018392Z [00:02:25.185]➜  mkdir -p $WORK/b317/
2025-08-20T23:03:39.9022042Z [00:02:25.185]➜  cat >/tmp/go-build3700090427/b317/importcfg << 'EOF' # internal
2025-08-20T23:03:39.9025477Z [00:02:25.186]➜  # import config
2025-08-20T23:03:39.9026647Z [00:02:25.186]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.9028944Z [00:02:25.186]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.9035677Z [00:02:25.186]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.9036809Z [00:02:25.186]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:39.9038050Z [00:02:25.186]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:39.9039780Z [00:02:25.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:39.9041494Z [00:02:25.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:39.9043134Z [00:02:25.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:39.9044371Z [00:02:25.186]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:39.9045218Z [00:02:25.186]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:39.9046081Z [00:02:25.186]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:39.9046763Z [00:02:25.186]➜  EOF
2025-08-20T23:03:39.9058421Z [00:02:25.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b317/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postman;$WORK/b317=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postman -lang=go1.24 -complete -installsuffix shared -buildid lg6jKgkledVROvspFM5s/lg6jKgkledVROvspFM5s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack ./pkg/analyzer/analyzers/postman/permissions.go ./pkg/analyzer/analyzers/postman/postman.go ./pkg/analyzer/analyzers/postman/scopes.go
2025-08-20T23:03:39.9091005Z [00:02:25.192]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T23:03:39.9096917Z [00:02:25.193]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/6d/6d0300717a2a3740c54e095e41af9283a35bbdad70b35a3b45bf912785e6b18d-d # internal
2025-08-20T23:03:39.9106195Z [00:02:25.193]➜  google.golang.org/genproto/googleapis/api/annotations
2025-08-20T23:03:39.9106937Z [00:02:25.193]➜  mkdir -p $WORK/b324/
2025-08-20T23:03:39.9138612Z [00:02:25.197]➜  cat >/tmp/go-build3700090427/b324/importcfg << 'EOF' # internal
2025-08-20T23:03:39.9139567Z [00:02:25.197]➜  # import config
2025-08-20T23:03:39.9143786Z [00:02:25.197]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3700090427/b325/_pkg_.a
2025-08-20T23:03:39.9145247Z [00:02:25.197]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:39.9146703Z [00:02:25.197]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:39.9148137Z [00:02:25.197]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3700090427/b354/_pkg_.a
2025-08-20T23:03:39.9149818Z [00:02:25.197]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:03:39.9151334Z [00:02:25.197]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:39.9152241Z [00:02:25.197]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:39.9152895Z [00:02:25.197]➜  EOF
2025-08-20T23:03:39.9163677Z [00:02:25.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/annotations=>google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/annotations;$WORK/b324=>" -p google.golang.org/genproto/googleapis/api/annotations -lang=go1.23 -complete -installsuffix shared -buildid B0QysTF5FVd8gwWfubj1/B0QysTF5FVd8gwWfubj1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/annotations/annotations.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/annotations/client.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/annotations/field_behavior.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/annotations/field_info.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/annotations/http.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/annotations/resource.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/annotations/routing.pb.go
2025-08-20T23:03:39.9226458Z [00:02:25.203]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T23:03:39.9231234Z [00:02:25.206]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/36/36a8468c52823faa53857418164f355d7ae7950caac5031378d97bf63b3382c0-d # internal
2025-08-20T23:03:39.9236724Z [00:02:25.207]➜  google.golang.org/grpc/internal/pretty
2025-08-20T23:03:39.9241732Z [00:02:25.207]➜  mkdir -p $WORK/b384/
2025-08-20T23:03:39.9246686Z [00:02:25.208]➜  cat >/tmp/go-build3700090427/b384/importcfg << 'EOF' # internal
2025-08-20T23:03:39.9252957Z [00:02:25.208]➜  # import config
2025-08-20T23:03:39.9256684Z [00:02:25.208]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:39.9268178Z [00:02:25.209]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.9269127Z [00:02:25.209]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.9270501Z [00:02:25.209]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:03:39.9271877Z [00:02:25.209]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3700090427/b387/_pkg_.a
2025-08-20T23:03:39.9272726Z [00:02:25.209]➜  EOF
2025-08-20T23:03:39.9276561Z [00:02:25.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/pretty=>google.golang.org/grpc@v1.74.2/internal/pretty;$WORK/b384=>" -p google.golang.org/grpc/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid AsrykcPGBadl5ySqOxN-/AsrykcPGBadl5ySqOxN- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/pretty/pretty.go
2025-08-20T23:03:39.9511722Z [00:02:25.234]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T23:03:39.9520474Z [00:02:25.235]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/34/34bdab25c7582d0b76977afe675e023401331bf5eb0ad2d0db407587a21e4095-d # internal
2025-08-20T23:03:39.9528491Z [00:02:25.236]➜  google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
2025-08-20T23:03:39.9529255Z [00:02:25.236]➜  mkdir -p $WORK/b382/
2025-08-20T23:03:39.9539911Z [00:02:25.236]➜  cat >/tmp/go-build3700090427/b382/importcfg << 'EOF' # internal
2025-08-20T23:03:39.9540679Z [00:02:25.236]➜  # import config
2025-08-20T23:03:39.9542644Z [00:02:25.236]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:39.9545641Z [00:02:25.236]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:39.9546552Z [00:02:25.236]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:39.9547607Z [00:02:25.236]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:03:39.9548979Z [00:02:25.236]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3700090427/b381/_pkg_.a
2025-08-20T23:03:39.9550559Z [00:02:25.236]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:03:39.9551889Z [00:02:25.236]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:03:39.9553183Z [00:02:25.236]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:39.9554483Z [00:02:25.236]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:03:39.9555853Z [00:02:25.236]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:03:39.9557181Z [00:02:25.236]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:03:39.9558439Z [00:02:25.236]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:39.9564590Z [00:02:25.236]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:03:39.9565718Z [00:02:25.236]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:39.9566583Z [00:02:25.236]➜  packagefile net/netip=/tmp/go-build3700090427/b088/_pkg_.a
2025-08-20T23:03:39.9567465Z [00:02:25.236]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:39.9568309Z [00:02:25.236]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:39.9568954Z [00:02:25.236]➜  EOF
2025-08-20T23:03:39.9573614Z [00:02:25.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/pickfirstleaf=>google.golang.org/grpc@v1.74.2/balancer/pickfirst/pickfirstleaf;$WORK/b382=>" -p google.golang.org/grpc/balancer/pickfirst/pickfirstleaf -lang=go1.23 -complete -installsuffix shared -buildid jkrqNSppK-ZZ3ejpLwx8/jkrqNSppK-ZZ3ejpLwx8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/pickfirstleaf/pickfirstleaf.go
2025-08-20T23:03:40.0807434Z [00:02:25.364]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T23:03:40.0822914Z [00:02:25.365]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/50/503d6ae435bf7a60ed98f48eb14da78c068a637a370084c0e9ac9d39dd2a0d48-d # internal
2025-08-20T23:03:40.0832306Z [00:02:25.365]➜  google.golang.org/grpc/encoding/proto
2025-08-20T23:03:40.0832976Z [00:02:25.366]➜  mkdir -p $WORK/b395/
2025-08-20T23:03:40.0833793Z [00:02:25.366]➜  cat >/tmp/go-build3700090427/b395/importcfg << 'EOF' # internal
2025-08-20T23:03:40.0834554Z [00:02:25.366]➜  # import config
2025-08-20T23:03:40.0835226Z [00:02:25.366]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.0836291Z [00:02:25.366]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3700090427/b392/_pkg_.a
2025-08-20T23:03:40.0837487Z [00:02:25.366]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3700090427/b394/_pkg_.a
2025-08-20T23:03:40.0838652Z [00:02:25.366]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:40.0840082Z [00:02:25.366]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3700090427/b387/_pkg_.a
2025-08-20T23:03:40.0840950Z [00:02:25.366]➜  EOF
2025-08-20T23:03:40.0844985Z [00:02:25.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b395/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/proto=>google.golang.org/grpc@v1.74.2/encoding/proto;$WORK/b395=>" -p google.golang.org/grpc/encoding/proto -lang=go1.23 -complete -installsuffix shared -buildid xuF7lChXPJftMxSNSkgP/xuF7lChXPJftMxSNSkgP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/proto/proto.go
2025-08-20T23:03:40.1268750Z [00:02:25.410]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T23:03:40.1290613Z [00:02:25.412]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/a5/a5e704705757e00a3a0fd4d6402d88f8b0579a7a85ff2d5df18602134050aad8-d # internal
2025-08-20T23:03:40.1292726Z [00:02:25.413]➜  google.golang.org/grpc/balancer/pickfirst
2025-08-20T23:03:40.1300431Z [00:02:25.413]➜  mkdir -p $WORK/b380/
2025-08-20T23:03:40.1318333Z [00:02:25.415]➜  cat >/tmp/go-build3700090427/b380/importcfg << 'EOF' # internal
2025-08-20T23:03:40.1323003Z [00:02:25.415]➜  # import config
2025-08-20T23:03:40.1324012Z [00:02:25.415]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:40.1325553Z [00:02:25.415]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:40.1326570Z [00:02:25.415]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.1327729Z [00:02:25.415]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:03:40.1329666Z [00:02:25.415]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3700090427/b381/_pkg_.a
2025-08-20T23:03:40.1331494Z [00:02:25.415]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3700090427/b382/_pkg_.a
2025-08-20T23:03:40.1333150Z [00:02:25.415]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:03:40.1335389Z [00:02:25.415]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:40.1336695Z [00:02:25.415]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:03:40.1338022Z [00:02:25.415]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:03:40.1339761Z [00:02:25.415]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:03:40.1340964Z [00:02:25.415]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:40.1342123Z [00:02:25.415]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:03:40.1343153Z [00:02:25.415]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:03:40.1343795Z [00:02:25.415]➜  EOF
2025-08-20T23:03:40.1347605Z [00:02:25.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst=>google.golang.org/grpc@v1.74.2/balancer/pickfirst;$WORK/b380=>" -p google.golang.org/grpc/balancer/pickfirst -lang=go1.23 -complete -installsuffix shared -buildid GLYla9-J1tEK2xzLuS6c/GLYla9-J1tEK2xzLuS6c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/pickfirst/pickfirst.go
2025-08-20T23:03:40.1371640Z [00:02:25.420]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T23:03:40.1376027Z [00:02:25.421]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/bf/bf2531d542d27fdb51ce63472fe6a0afef64363f2b23d22b57d5c6fa85e4e855-d # internal
2025-08-20T23:03:40.1377305Z [00:02:25.421]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T23:03:40.1380465Z [00:02:25.421]➜  mkdir -p $WORK/b388/
2025-08-20T23:03:40.1385121Z [00:02:25.422]➜  cat >/tmp/go-build3700090427/b388/importcfg << 'EOF' # internal
2025-08-20T23:03:40.1387288Z [00:02:25.422]➜  # import config
2025-08-20T23:03:40.1388908Z [00:02:25.422]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.1390411Z [00:02:25.422]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:03:40.1391832Z [00:02:25.422]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3700090427/b389/_pkg_.a
2025-08-20T23:03:40.1393424Z [00:02:25.422]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3700090427/b382/_pkg_.a
2025-08-20T23:03:40.1394824Z [00:02:25.422]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:40.1396015Z [00:02:25.422]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:03:40.1396671Z [00:02:25.422]➜  EOF
2025-08-20T23:03:40.1400567Z [00:02:25.422]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b388/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/roundrobin=>google.golang.org/grpc@v1.74.2/balancer/roundrobin;$WORK/b388=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.23 -complete -installsuffix shared -buildid YXeOw0M9mPdv_0mVd3ey/YXeOw0M9mPdv_0mVd3ey -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/roundrobin/roundrobin.go
2025-08-20T23:03:40.1636888Z [00:02:25.447]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T23:03:40.1646291Z [00:02:25.448]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/8a/8aff08dcd0d67026272e823e35638375539ed9011efdad846b75855029e1fa48-d # internal
2025-08-20T23:03:40.1663452Z [00:02:25.449]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T23:03:40.1674278Z [00:02:25.450]➜  mkdir -p $WORK/b401/
2025-08-20T23:03:40.1675109Z [00:02:25.450]➜  cat >/tmp/go-build3700090427/b401/importcfg << 'EOF' # internal
2025-08-20T23:03:40.1675899Z [00:02:25.450]➜  # import config
2025-08-20T23:03:40.1676916Z [00:02:25.450]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:40.1678438Z [00:02:25.450]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:40.1679758Z [00:02:25.450]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:40.1680988Z [00:02:25.450]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.1681846Z [00:02:25.450]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:40.1682489Z [00:02:25.450]➜  EOF
2025-08-20T23:03:40.1686742Z [00:02:25.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/timestamppb=>google.golang.org/protobuf@v1.36.8/types/known/timestamppb;$WORK/b401=>" -p google.golang.org/protobuf/types/known/timestamppb -lang=go1.23 -complete -installsuffix shared -buildid x5UF2xsTjAWNRnSIpkRE/x5UF2xsTjAWNRnSIpkRE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/timestamppb/timestamp.pb.go
2025-08-20T23:03:40.2051867Z [00:02:25.488]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T23:03:40.2089017Z [00:02:25.492]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/a6/a6f00f75ec8b75ff8f55ec813881f42457c50ada959a9d132811a3d5c462fb48-d # internal
2025-08-20T23:03:40.2093476Z [00:02:25.493]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T23:03:40.2095645Z [00:02:25.493]➜  mkdir -p $WORK/b404/
2025-08-20T23:03:40.2104616Z [00:02:25.494]➜  cat >/tmp/go-build3700090427/b404/importcfg << 'EOF' # internal
2025-08-20T23:03:40.2106344Z [00:02:25.494]➜  # import config
2025-08-20T23:03:40.2107184Z [00:02:25.494]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:40.2108467Z [00:02:25.494]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:40.2110098Z [00:02:25.494]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3700090427/b345/_pkg_.a
2025-08-20T23:03:40.2111980Z [00:02:25.494]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:40.2113201Z [00:02:25.494]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:40.2114126Z [00:02:25.494]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:40.2114963Z [00:02:25.494]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.2115593Z [00:02:25.494]➜  EOF
2025-08-20T23:03:40.2123584Z [00:02:25.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b404/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/anypb=>google.golang.org/protobuf@v1.36.8/types/known/anypb;$WORK/b404=>" -p google.golang.org/protobuf/types/known/anypb -lang=go1.23 -complete -installsuffix shared -buildid de6LeQbqH-1hJxSNVp8J/de6LeQbqH-1hJxSNVp8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/anypb/any.pb.go
2025-08-20T23:03:40.2290336Z [00:02:25.512]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T23:03:40.2303898Z [00:02:25.514]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/00/00741ce9f873992ed4b13e0a5a8de075af17bd0e36cf77e84ca6cdffeefd9682-d # internal
2025-08-20T23:03:40.2309058Z [00:02:25.514]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T23:03:40.2315565Z [00:02:25.514]➜  mkdir -p $WORK/b400/
2025-08-20T23:03:40.2316358Z [00:02:25.514]➜  cat >/tmp/go-build3700090427/b400/importcfg << 'EOF' # internal
2025-08-20T23:03:40.2316981Z [00:02:25.514]➜  # import config
2025-08-20T23:03:40.2317974Z [00:02:25.515]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:40.2319296Z [00:02:25.515]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:40.2320847Z [00:02:25.515]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:03:40.2322256Z [00:02:25.515]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:03:40.2323663Z [00:02:25.515]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:40.2324513Z [00:02:25.515]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.2325067Z [00:02:25.515]➜  EOF
2025-08-20T23:03:40.2329098Z [00:02:25.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b400/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/binarylog/grpc_binarylog_v1=>google.golang.org/grpc@v1.74.2/binarylog/grpc_binarylog_v1;$WORK/b400=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.23 -complete -installsuffix shared -buildid VsH2ABkM15fs_D5CjbZ-/VsH2ABkM15fs_D5CjbZ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T23:03:40.3239560Z [00:02:25.607]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T23:03:40.3246517Z [00:02:25.608]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T23:03:40.3278934Z [00:02:25.611]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/e7/e7663b8e8f8b3f3053e8396884048d55a33c238bc3c9882ae86a24f6fad54211-d # internal
2025-08-20T23:03:40.3282923Z [00:02:25.611]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T23:03:40.3283572Z [00:02:25.611]➜  mkdir -p $WORK/b403/
2025-08-20T23:03:40.3289834Z [00:02:25.612]➜  cat >/tmp/go-build3700090427/b403/importcfg << 'EOF' # internal
2025-08-20T23:03:40.3291259Z [00:02:25.612]➜  # import config
2025-08-20T23:03:40.3293384Z [00:02:25.613]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:40.3294951Z [00:02:25.613]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:40.3297489Z [00:02:25.613]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:03:40.3298642Z [00:02:25.613]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:40.3299703Z [00:02:25.613]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.3300326Z [00:02:25.613]➜  EOF
2025-08-20T23:03:40.3305017Z [00:02:25.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b403/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/status=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/status;$WORK/b403=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.23 -complete -installsuffix shared -buildid 6hyvlNMGgHRfKeOsEQa-/6hyvlNMGgHRfKeOsEQa- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/status/status.pb.go
2025-08-20T23:03:40.3315921Z [00:02:25.615]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/cd/cd4260d50e3e67ab272daa1c9a046742b6cb59f7ab982e0aa2046882454a0d73-d # internal
2025-08-20T23:03:40.3371679Z [00:02:25.618]➜  golang.org/x/net/http/httpguts
2025-08-20T23:03:40.3377372Z [00:02:25.621]➜  mkdir -p $WORK/b416/
2025-08-20T23:03:40.3378160Z [00:02:25.621]➜  cat >/tmp/go-build3700090427/b416/importcfg << 'EOF' # internal
2025-08-20T23:03:40.3378868Z [00:02:25.621]➜  # import config
2025-08-20T23:03:40.3381087Z [00:02:25.621]➜  packagefile golang.org/x/net/idna=/tmp/go-build3700090427/b417/_pkg_.a
2025-08-20T23:03:40.3382433Z [00:02:25.621]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:40.3383817Z [00:02:25.621]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:03:40.3385193Z [00:02:25.621]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:40.3386487Z [00:02:25.621]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:40.3387659Z [00:02:25.621]➜  EOF
2025-08-20T23:03:40.3391705Z [00:02:25.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/http/httpguts=>golang.org/x/net@v0.42.0/http/httpguts;$WORK/b416=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid 3x4WJ1XzM2soMtjKKbQ4/3x4WJ1XzM2soMtjKKbQ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http/httpguts/httplex.go
2025-08-20T23:03:40.3495901Z [00:02:25.633]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T23:03:40.3520942Z [00:02:25.635]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/63/63ddd0e86c3e9544e61d37cf8b1bcf1a8aa47f6ca7bafed269bd36cf5865fed5-d # internal
2025-08-20T23:03:40.3565034Z [00:02:25.640]➜  google.golang.org/grpc/internal/syscall
2025-08-20T23:03:40.3565724Z [00:02:25.640]➜  mkdir -p $WORK/b422/
2025-08-20T23:03:40.3608959Z [00:02:25.644]➜  cat >/tmp/go-build3700090427/b422/importcfg << 'EOF' # internal
2025-08-20T23:03:40.3609899Z [00:02:25.644]➜  # import config
2025-08-20T23:03:40.3610598Z [00:02:25.644]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.3613397Z [00:02:25.644]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:03:40.3614428Z [00:02:25.644]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:40.3615312Z [00:02:25.644]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:40.3616039Z [00:02:25.644]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:40.3616776Z [00:02:25.644]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:40.3617307Z [00:02:25.644]➜  EOF
2025-08-20T23:03:40.3621356Z [00:02:25.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b422/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/syscall=>google.golang.org/grpc@v1.74.2/internal/syscall;$WORK/b422=>" -p google.golang.org/grpc/internal/syscall -lang=go1.23 -complete -installsuffix shared -buildid Nfcz_8pWMEz7M0dqrfx-/Nfcz_8pWMEz7M0dqrfx- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/syscall/syscall_linux.go
2025-08-20T23:03:40.3725622Z [00:02:25.656]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T23:03:40.3737015Z [00:02:25.657]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/47/479f8b2a3fb784cfb19f40a5938725491f2db1a8a61033eba3ff27b898ddb3a8-d # internal
2025-08-20T23:03:40.3739595Z [00:02:25.657]➜  google.golang.org/grpc/internal/status
2025-08-20T23:03:40.3740345Z [00:02:25.657]➜  mkdir -p $WORK/b405/
2025-08-20T23:03:40.3747066Z [00:02:25.658]➜  cat >/tmp/go-build3700090427/b405/importcfg << 'EOF' # internal
2025-08-20T23:03:40.3747740Z [00:02:25.658]➜  # import config
2025-08-20T23:03:40.3748407Z [00:02:25.658]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:40.3749170Z [00:02:25.658]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.3750419Z [00:02:25.658]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3700090427/b403/_pkg_.a
2025-08-20T23:03:40.3751587Z [00:02:25.658]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:40.3752612Z [00:02:25.658]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:40.3753720Z [00:02:25.658]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3700090427/b387/_pkg_.a
2025-08-20T23:03:40.3754921Z [00:02:25.658]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:03:40.3755714Z [00:02:25.658]➜  EOF
2025-08-20T23:03:40.3759216Z [00:02:25.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/status=>google.golang.org/grpc@v1.74.2/internal/status;$WORK/b405=>" -p google.golang.org/grpc/internal/status -lang=go1.23 -complete -installsuffix shared -buildid htrRrLlfMlBg0F1WrGfR/htrRrLlfMlBg0F1WrGfR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/status/status.go
2025-08-20T23:03:40.3771516Z [00:02:25.660]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T23:03:40.3779971Z [00:02:25.661]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/71/71d2490c4978ba263faf012f91d862c264c8def131bdb267fd474667f133da2f-d # internal
2025-08-20T23:03:40.3782420Z [00:02:25.661]➜  golang.org/x/net/internal/httpcommon
2025-08-20T23:03:40.3810312Z [00:02:25.662]➜  mkdir -p $WORK/b421/
2025-08-20T23:03:40.3811249Z [00:02:25.662]➜  cat >/tmp/go-build3700090427/b421/importcfg << 'EOF' # internal
2025-08-20T23:03:40.3811894Z [00:02:25.662]➜  # import config
2025-08-20T23:03:40.3812547Z [00:02:25.662]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:40.3813326Z [00:02:25.662]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:40.3814056Z [00:02:25.662]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.3814928Z [00:02:25.662]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3700090427/b416/_pkg_.a
2025-08-20T23:03:40.3815940Z [00:02:25.662]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3700090427/b420/_pkg_.a
2025-08-20T23:03:40.3816862Z [00:02:25.662]➜  packagefile net/http/httptrace=/tmp/go-build3700090427/b198/_pkg_.a
2025-08-20T23:03:40.3817719Z [00:02:25.662]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:03:40.3818499Z [00:02:25.662]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:40.3819220Z [00:02:25.662]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:40.3820110Z [00:02:25.662]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:40.3821137Z [00:02:25.662]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:40.3821896Z [00:02:25.662]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.3822434Z [00:02:25.662]➜  EOF
2025-08-20T23:03:40.3826806Z [00:02:25.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon=>golang.org/x/net@v0.42.0/internal/httpcommon;$WORK/b421=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid kV8R3T1vwSRI3vtjrdqk/kV8R3T1vwSRI3vtjrdqk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/httpcommon/request.go
2025-08-20T23:03:40.4442025Z [00:02:25.727]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T23:03:40.4443456Z [00:02:25.727]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/e9/e97dd222ef2e45c425fe2cdf2bc3edb9e8f317b20aff7a25bf7d663f03eb6d03-d # internal
2025-08-20T23:03:40.4444777Z [00:02:25.727]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T23:03:40.4445492Z [00:02:25.727]➜  mkdir -p $WORK/b423/
2025-08-20T23:03:40.4455235Z [00:02:25.728]➜  cat >/tmp/go-build3700090427/b423/importcfg << 'EOF' # internal
2025-08-20T23:03:40.4455968Z [00:02:25.728]➜  # import config
2025-08-20T23:03:40.4456830Z [00:02:25.728]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:40.4457614Z [00:02:25.728]➜  EOF
2025-08-20T23:03:40.4461965Z [00:02:25.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/networktype=>google.golang.org/grpc@v1.74.2/internal/transport/networktype;$WORK/b423=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.23 -complete -installsuffix shared -buildid lo1jmpiby_5vLJe8TyWG/lo1jmpiby_5vLJe8TyWG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/networktype/networktype.go
2025-08-20T23:03:40.4473003Z [00:02:25.730]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T23:03:40.4493897Z [00:02:25.732]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/37/37f5efa24292374a3c0dc4e8d1afdc90f410cf4eff5815fee1b8ef6fbaeac85f-d # internal
2025-08-20T23:03:40.4495204Z [00:02:25.732]➜  google.golang.org/grpc/status
2025-08-20T23:03:40.4496212Z [00:02:25.733]➜  mkdir -p $WORK/b402/
2025-08-20T23:03:40.4497028Z [00:02:25.733]➜  cat >/tmp/go-build3700090427/b402/importcfg << 'EOF' # internal
2025-08-20T23:03:40.4497847Z [00:02:25.733]➜  # import config
2025-08-20T23:03:40.4498812Z [00:02:25.733]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:40.4500876Z [00:02:25.733]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:40.4501710Z [00:02:25.733]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.4502839Z [00:02:25.733]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3700090427/b403/_pkg_.a
2025-08-20T23:03:40.4504094Z [00:02:25.733]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:40.4505286Z [00:02:25.733]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3700090427/b405/_pkg_.a
2025-08-20T23:03:40.4506119Z [00:02:25.733]➜  EOF
2025-08-20T23:03:40.4513592Z [00:02:25.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/status=>google.golang.org/grpc@v1.74.2/status;$WORK/b402=>" -p google.golang.org/grpc/status -lang=go1.23 -complete -installsuffix shared -buildid sT_nskYYULAM6ri01_Zc/sT_nskYYULAM6ri01_Zc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/status/status.go
2025-08-20T23:03:40.4530094Z [00:02:25.735]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T23:03:40.4532991Z [00:02:25.736]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/9f/9f7c7e4a9b9be04412b6ab842662616eba1c04781a6ef2fb97907faf70ee4d10-d # internal
2025-08-20T23:03:40.4552743Z [00:02:25.738]➜  golang.org/x/net/http2
2025-08-20T23:03:40.4563029Z [00:02:25.739]➜  mkdir -p $WORK/b415/
2025-08-20T23:03:40.4573708Z [00:02:25.740]➜  cat >/tmp/go-build3700090427/b415/importcfg << 'EOF' # internal
2025-08-20T23:03:40.4574470Z [00:02:25.740]➜  # import config
2025-08-20T23:03:40.4575180Z [00:02:25.740]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:40.4575973Z [00:02:25.740]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:40.4576793Z [00:02:25.740]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:40.4577704Z [00:02:25.740]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:40.4578555Z [00:02:25.740]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:40.4579707Z [00:02:25.740]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:40.4580672Z [00:02:25.740]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:40.4581593Z [00:02:25.740]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:40.4582440Z [00:02:25.740]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.4583442Z [00:02:25.740]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3700090427/b416/_pkg_.a
2025-08-20T23:03:40.4584598Z [00:02:25.740]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3700090427/b420/_pkg_.a
2025-08-20T23:03:40.4585661Z [00:02:25.740]➜  packagefile golang.org/x/net/idna=/tmp/go-build3700090427/b417/_pkg_.a
2025-08-20T23:03:40.4586802Z [00:02:25.740]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3700090427/b421/_pkg_.a
2025-08-20T23:03:40.4587794Z [00:02:25.740]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:40.4588910Z [00:02:25.740]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:40.4589941Z [00:02:25.740]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:40.4590740Z [00:02:25.740]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:40.4591563Z [00:02:25.740]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:40.4592418Z [00:02:25.740]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:40.4593263Z [00:02:25.740]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:40.4594133Z [00:02:25.740]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:40.4595074Z [00:02:25.740]➜  packagefile net/http/httptrace=/tmp/go-build3700090427/b198/_pkg_.a
2025-08-20T23:03:40.4596069Z [00:02:25.740]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:03:40.4596977Z [00:02:25.740]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:40.4597797Z [00:02:25.740]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:40.4598614Z [00:02:25.740]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:40.4610431Z [00:02:25.740]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:40.4611350Z [00:02:25.740]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:40.4612198Z [00:02:25.740]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:40.4613042Z [00:02:25.740]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:40.4613917Z [00:02:25.740]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.4614755Z [00:02:25.740]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:40.4615920Z [00:02:25.740]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:40.4616548Z [00:02:25.740]➜  EOF
2025-08-20T23:03:40.4627820Z [00:02:25.741]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/http2=>golang.org/x/net@v0.42.0/http2;$WORK/b415=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid eyTWfWbLw3gQQS552zCa/eyTWfWbLw3gQQS552zCa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/http2/writesched_roundrobin.go
2025-08-20T23:03:40.4776398Z [00:02:25.761]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T23:03:40.4804033Z [00:02:25.761]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/f5/f54b7ea011f765e51d8407bda4d5cb4f5ed27ef372db81fd39f7f1bae3591096-d # internal
2025-08-20T23:03:40.4805297Z [00:02:25.761]➜  google.golang.org/grpc/keepalive
2025-08-20T23:03:40.4805909Z [00:02:25.761]➜  mkdir -p $WORK/b424/
2025-08-20T23:03:40.4826780Z [00:02:25.766]➜  cat >/tmp/go-build3700090427/b424/importcfg << 'EOF' # internal
2025-08-20T23:03:40.4840021Z [00:02:25.766]➜  # import config
2025-08-20T23:03:40.4840730Z [00:02:25.766]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:40.4841367Z [00:02:25.766]➜  EOF
2025-08-20T23:03:40.4844817Z [00:02:25.766]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/keepalive=>google.golang.org/grpc@v1.74.2/keepalive;$WORK/b424=>" -p google.golang.org/grpc/keepalive -lang=go1.23 -complete -installsuffix shared -buildid a8YCQ_F2SEoV7Yg3rlpZ/a8YCQ_F2SEoV7Yg3rlpZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/keepalive/keepalive.go
2025-08-20T23:03:40.5031592Z [00:02:25.786]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T23:03:40.5050057Z [00:02:25.788]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/14/146bfe90a223a6add5343b31de5ed1ab923a002cba3595b4cdfba21468461334-d # internal
2025-08-20T23:03:40.5056809Z [00:02:25.788]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T23:03:40.5057458Z [00:02:25.788]➜  mkdir -p $WORK/b399/
2025-08-20T23:03:40.5062785Z [00:02:25.789]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T23:03:40.5070968Z [00:02:25.789]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/55/55b9f0e9dde8fa48883ee925b381209e8a8ded5f83bd844c7822b95b9848a1e0-d # internal
2025-08-20T23:03:40.5078457Z [00:02:25.789]➜  google.golang.org/grpc/peer
2025-08-20T23:03:40.5093033Z [00:02:25.789]➜  mkdir -p $WORK/b425/
2025-08-20T23:03:40.5093822Z [00:02:25.790]➜  cat >/tmp/go-build3700090427/b425/importcfg << 'EOF' # internal
2025-08-20T23:03:40.5094546Z [00:02:25.790]➜  # import config
2025-08-20T23:03:40.5095820Z [00:02:25.790]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:40.5096882Z [00:02:25.790]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.5097931Z [00:02:25.790]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:40.5099025Z [00:02:25.790]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:40.5100097Z [00:02:25.790]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:40.5100736Z [00:02:25.790]➜  EOF
2025-08-20T23:03:40.5104030Z [00:02:25.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/peer=>google.golang.org/grpc@v1.74.2/peer;$WORK/b425=>" -p google.golang.org/grpc/peer -lang=go1.23 -complete -installsuffix shared -buildid gONqTCtj24CkvWUgdeEC/gONqTCtj24CkvWUgdeEC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/peer/peer.go
2025-08-20T23:03:40.5113807Z [00:02:25.794]➜  cat >/tmp/go-build3700090427/b399/importcfg << 'EOF' # internal
2025-08-20T23:03:40.5115493Z [00:02:25.794]➜  # import config
2025-08-20T23:03:40.5116155Z [00:02:25.794]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:40.5116970Z [00:02:25.794]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:40.5117834Z [00:02:25.794]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:40.5118684Z [00:02:25.794]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:40.5119615Z [00:02:25.794]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.5120776Z [00:02:25.794]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3700090427/b400/_pkg_.a
2025-08-20T23:03:40.5122023Z [00:02:25.794]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:40.5123250Z [00:02:25.794]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3700090427/b393/_pkg_.a
2025-08-20T23:03:40.5124446Z [00:02:25.794]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:40.5125833Z [00:02:25.794]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:40.5126973Z [00:02:25.794]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:40.5128356Z [00:02:25.794]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:03:40.5129980Z [00:02:25.794]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:03:40.5131071Z [00:02:25.794]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:40.5131879Z [00:02:25.794]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:40.5132700Z [00:02:25.794]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:40.5133525Z [00:02:25.794]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:40.5134820Z [00:02:25.794]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:40.5135737Z [00:02:25.794]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:40.5136574Z [00:02:25.794]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.5137453Z [00:02:25.794]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:40.5138317Z [00:02:25.794]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:40.5138946Z [00:02:25.794]➜  EOF
2025-08-20T23:03:40.5175760Z [00:02:25.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b399/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog=>google.golang.org/grpc@v1.74.2/internal/binarylog;$WORK/b399=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.23 -complete -installsuffix shared -buildid 4mfqTGkjDmS07Oxn2oCe/4mfqTGkjDmS07Oxn2oCe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog/binarylog.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog/binarylog_testutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog/env_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog/method_logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/binarylog/sink.go
2025-08-20T23:03:40.5527299Z [00:02:25.836]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T23:03:40.5536513Z [00:02:25.837]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/ac/ac790c3078818b71b9ce6c1ebf72a458f50f99f891dc641152babe2b82cfc661-d # internal
2025-08-20T23:03:40.5563393Z [00:02:25.840]➜  google.golang.org/grpc/tap
2025-08-20T23:03:40.5565502Z [00:02:25.840]➜  mkdir -p $WORK/b426/
2025-08-20T23:03:40.5569824Z [00:02:25.840]➜  cat >/tmp/go-build3700090427/b426/importcfg << 'EOF' # internal
2025-08-20T23:03:40.5572127Z [00:02:25.840]➜  # import config
2025-08-20T23:03:40.5572840Z [00:02:25.840]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:40.5573828Z [00:02:25.840]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:40.5574589Z [00:02:25.840]➜  EOF
2025-08-20T23:03:40.5583374Z [00:02:25.841]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/tap=>google.golang.org/grpc@v1.74.2/tap;$WORK/b426=>" -p google.golang.org/grpc/tap -lang=go1.23 -complete -installsuffix shared -buildid V5IBsQ0P2GtnxOrDEout/V5IBsQ0P2GtnxOrDEout -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/tap/tap.go
2025-08-20T23:03:40.5763215Z [00:02:25.859]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T23:03:40.5766713Z [00:02:25.860]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/3c/3ca3c5a86011629ed52dc2959f761420627fd0b8ba82d8b21e42c30440655169-d # internal
2025-08-20T23:03:40.5768303Z [00:02:25.860]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T23:03:40.5769013Z [00:02:25.860]➜  mkdir -p $WORK/b427/
2025-08-20T23:03:40.5769948Z [00:02:25.860]➜  cat >/tmp/go-build3700090427/b427/importcfg << 'EOF' # internal
2025-08-20T23:03:40.5770673Z [00:02:25.860]➜  # import config
2025-08-20T23:03:40.5771379Z [00:02:25.860]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:40.5772457Z [00:02:25.860]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:40.5773269Z [00:02:25.860]➜  EOF
2025-08-20T23:03:40.5780249Z [00:02:25.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/passthrough=>google.golang.org/grpc@v1.74.2/internal/resolver/passthrough;$WORK/b427=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.23 -complete -installsuffix shared -buildid ckv2h05WPOpcIP9mNy1W/ckv2h05WPOpcIP9mNy1W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/passthrough/passthrough.go
2025-08-20T23:03:40.6414929Z [00:02:25.925]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T23:03:40.6427300Z [00:02:25.926]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/2d/2d6fe158ef1df1f96d0c0e0d7ef2fff527d4d423ff97f1f0a4933efcc472de17-d # internal
2025-08-20T23:03:40.6430290Z [00:02:25.926]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T23:03:40.6432862Z [00:02:25.927]➜  mkdir -p $WORK/b428/
2025-08-20T23:03:40.6441835Z [00:02:25.927]➜  cat >/tmp/go-build3700090427/b428/importcfg << 'EOF' # internal
2025-08-20T23:03:40.6442792Z [00:02:25.927]➜  # import config
2025-08-20T23:03:40.6443588Z [00:02:25.927]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.6444750Z [00:02:25.927]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3700090427/b423/_pkg_.a
2025-08-20T23:03:40.6446016Z [00:02:25.927]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:40.6446763Z [00:02:25.927]➜  EOF
2025-08-20T23:03:40.6450802Z [00:02:25.927]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/unix=>google.golang.org/grpc@v1.74.2/internal/resolver/unix;$WORK/b428=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.23 -complete -installsuffix shared -buildid ZXuOSrwxfqfI34rSKJ6P/ZXuOSrwxfqfI34rSKJ6P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/unix/unix.go
2025-08-20T23:03:40.6728530Z [00:02:25.956]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T23:03:40.6755546Z [00:02:25.959]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/10/1015cdaca2ff901966ecbfa9d084ceaf5aa0dc3209a48a311557de730f5fec20-d # internal
2025-08-20T23:03:40.6770946Z [00:02:25.960]➜  google.golang.org/grpc/internal/stats
2025-08-20T23:03:40.6771597Z [00:02:25.960]➜  mkdir -p $WORK/b429/
2025-08-20T23:03:40.6772348Z [00:02:25.960]➜  cat >/tmp/go-build3700090427/b429/importcfg << 'EOF' # internal
2025-08-20T23:03:40.6773041Z [00:02:25.960]➜  # import config
2025-08-20T23:03:40.6773716Z [00:02:25.960]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:40.6774549Z [00:02:25.960]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.6775614Z [00:02:25.960]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:03:40.6776924Z [00:02:25.960]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3700090427/b376/_pkg_.a
2025-08-20T23:03:40.6777696Z [00:02:25.960]➜  EOF
2025-08-20T23:03:40.6783343Z [00:02:25.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/stats=>google.golang.org/grpc@v1.74.2/internal/stats;$WORK/b429=>" -p google.golang.org/grpc/internal/stats -lang=go1.23 -complete -installsuffix shared -buildid DIRB4zhPGhlXnio9TVRW/DIRB4zhPGhlXnio9TVRW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/stats/labels.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/stats/metrics_recorder_list.go
2025-08-20T23:03:40.6815855Z [00:02:25.965]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T23:03:40.6827519Z [00:02:25.966]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/e0/e0d494f029d38c93b8540774af01f834c7667bdbafb6619bda65882455bdbfe8-d # internal
2025-08-20T23:03:40.6840269Z [00:02:25.967]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T23:03:40.6849822Z [00:02:25.967]➜  mkdir -p $WORK/b432/
2025-08-20T23:03:40.6850923Z [00:02:25.967]➜  cat >/tmp/go-build3700090427/b432/importcfg << 'EOF' # internal
2025-08-20T23:03:40.6851701Z [00:02:25.967]➜  # import config
2025-08-20T23:03:40.6852560Z [00:02:25.967]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:40.6853362Z [00:02:25.967]➜  EOF
2025-08-20T23:03:40.6857318Z [00:02:25.967]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/state=>google.golang.org/grpc@v1.74.2/balancer/grpclb/state;$WORK/b432=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.23 -complete -installsuffix shared -buildid CxomoEK16oEjxXX91E3W/CxomoEK16oEjxXX91E3W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/state/state.go
2025-08-20T23:03:40.7035851Z [00:02:25.987]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T23:03:40.7041735Z [00:02:25.987]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/01/01c82bbdd5503b6d70ecbc4b5acb104ee0d1c0c90396a043eae1bb7f7ec2da2b-d # internal
2025-08-20T23:03:40.7076552Z [00:02:25.988]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T23:03:40.7077320Z [00:02:25.988]➜  mkdir -p $WORK/b433/
2025-08-20T23:03:40.7078097Z [00:02:25.988]➜  cat >/tmp/go-build3700090427/b433/importcfg << 'EOF' # internal
2025-08-20T23:03:40.7078828Z [00:02:25.988]➜  # import config
2025-08-20T23:03:40.7079649Z [00:02:25.988]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:40.7080463Z [00:02:25.988]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:40.7081270Z [00:02:25.988]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:40.7082083Z [00:02:25.988]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:40.7082668Z [00:02:25.988]➜  EOF
2025-08-20T23:03:40.7086870Z [00:02:25.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns/internal=>google.golang.org/grpc@v1.74.2/internal/resolver/dns/internal;$WORK/b433=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.23 -complete -installsuffix shared -buildid TxIk0gJbHSFPwKji9uUu/TxIk0gJbHSFPwKji9uUu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns/internal/internal.go
2025-08-20T23:03:40.7106182Z [00:02:25.994]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T23:03:40.7136831Z [00:02:25.997]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/5e/5e4d2de2fc7d057d3d2a690d8c72e436e1879d65116845fe941b273923520044-d # internal
2025-08-20T23:03:40.7138472Z [00:02:25.997]➜  google.golang.org/protobuf/types/known/fieldmaskpb
2025-08-20T23:03:40.7141301Z [00:02:25.997]➜  mkdir -p $WORK/b434/
2025-08-20T23:03:40.7142081Z [00:02:25.997]➜  cat >/tmp/go-build3700090427/b434/importcfg << 'EOF' # internal
2025-08-20T23:03:40.7142814Z [00:02:25.997]➜  # import config
2025-08-20T23:03:40.7143661Z [00:02:25.997]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:40.7144958Z [00:02:25.997]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:40.7146362Z [00:02:25.997]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:40.7147445Z [00:02:25.997]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:40.7148279Z [00:02:25.997]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:40.7149099Z [00:02:25.997]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:40.7150183Z [00:02:25.997]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.7150818Z [00:02:25.997]➜  EOF
2025-08-20T23:03:40.7155239Z [00:02:25.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/fieldmaskpb=>google.golang.org/protobuf@v1.36.8/types/known/fieldmaskpb;$WORK/b434=>" -p google.golang.org/protobuf/types/known/fieldmaskpb -lang=go1.23 -complete -installsuffix shared -buildid -dgXDB16763cre6SbyFo/-dgXDB16763cre6SbyFo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/fieldmaskpb/field_mask.pb.go
2025-08-20T23:03:40.7186930Z [00:02:26.002]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T23:03:40.7224186Z [00:02:26.003]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/6a/6a8182163ed9fac73d1f879ca7720b96a7921b2e9b9c3d4b0affcb5160eb9671-d # internal
2025-08-20T23:03:40.7225495Z [00:02:26.003]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T23:03:40.7226151Z [00:02:26.003]➜  mkdir -p $WORK/b431/
2025-08-20T23:03:40.7226904Z [00:02:26.004]➜  cat >/tmp/go-build3700090427/b431/importcfg << 'EOF' # internal
2025-08-20T23:03:40.7228827Z [00:02:26.004]➜  # import config
2025-08-20T23:03:40.7233419Z [00:02:26.004]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:40.7234668Z [00:02:26.004]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:40.7235701Z [00:02:26.004]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.7236988Z [00:02:26.004]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3700090427/b432/_pkg_.a
2025-08-20T23:03:40.7239469Z [00:02:26.004]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:40.7240687Z [00:02:26.004]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3700090427/b396/_pkg_.a
2025-08-20T23:03:40.7241949Z [00:02:26.004]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:03:40.7243318Z [00:02:26.004]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build3700090427/b433/_pkg_.a
2025-08-20T23:03:40.7244603Z [00:02:26.004]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:40.7246104Z [00:02:26.004]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:03:40.7247143Z [00:02:26.004]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:03:40.7247999Z [00:02:26.004]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:40.7248813Z [00:02:26.004]➜  packagefile net/netip=/tmp/go-build3700090427/b088/_pkg_.a
2025-08-20T23:03:40.7249728Z [00:02:26.004]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:40.7250501Z [00:02:26.004]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:40.7251382Z [00:02:26.004]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:40.7252197Z [00:02:26.004]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.7253018Z [00:02:26.004]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:40.7253624Z [00:02:26.004]➜  EOF
2025-08-20T23:03:40.7257545Z [00:02:26.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns=>google.golang.org/grpc@v1.74.2/internal/resolver/dns;$WORK/b431=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid 4prPq7Tgw8XW_HOITx1_/4prPq7Tgw8XW_HOITx1_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/dns/dns_resolver.go
2025-08-20T23:03:40.7910981Z [00:02:26.074]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T23:03:40.7929278Z [00:02:26.076]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/a2/a2c39427837b723b272098b4d50de220413134c779c4a6455d0d1366416a0c06-d # internal
2025-08-20T23:03:40.7936462Z [00:02:26.077]➜  google.golang.org/grpc/resolver/dns
2025-08-20T23:03:40.7948076Z [00:02:26.078]➜  mkdir -p $WORK/b430/
2025-08-20T23:03:40.7961753Z [00:02:26.078]➜  cat >/tmp/go-build3700090427/b430/importcfg << 'EOF' # internal
2025-08-20T23:03:40.7962450Z [00:02:26.078]➜  # import config
2025-08-20T23:03:40.7963409Z [00:02:26.078]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3700090427/b431/_pkg_.a
2025-08-20T23:03:40.7964702Z [00:02:26.078]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:40.7965693Z [00:02:26.078]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:40.7966676Z [00:02:26.078]➜  EOF
2025-08-20T23:03:40.7980917Z [00:02:26.078]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/dns=>google.golang.org/grpc@v1.74.2/resolver/dns;$WORK/b430=>" -p google.golang.org/grpc/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid llhWsr07i8cJTdwUQVJa/llhWsr07i8cJTdwUQVJa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/dns/dns_resolver.go
2025-08-20T23:03:40.8116023Z [00:02:26.095]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T23:03:40.8129907Z [00:02:26.096]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/e5/e5e55da137df2160ed1d6c0535f3c8f4d4ce4d605cc0ebb9e88d31a3565682f4-d # internal
2025-08-20T23:03:40.8139504Z [00:02:26.097]➜  google.golang.org/genproto/googleapis/rpc/code
2025-08-20T23:03:40.8140978Z [00:02:26.097]➜  mkdir -p $WORK/b438/
2025-08-20T23:03:40.8143290Z [00:02:26.097]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T23:03:40.8155406Z [00:02:26.099]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/60/6006abe970b30908040aae6310dcb0fae105d86d913fb7e8d73b22ae73d732cc-d # internal
2025-08-20T23:03:40.8164862Z [00:02:26.100]➜  cat >/tmp/go-build3700090427/b438/importcfg << 'EOF' # internal
2025-08-20T23:03:40.8165628Z [00:02:26.100]➜  # import config
2025-08-20T23:03:40.8166617Z [00:02:26.100]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:40.8168311Z [00:02:26.100]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:40.8169620Z [00:02:26.100]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:40.8170492Z [00:02:26.100]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.8171128Z [00:02:26.100]➜  EOF
2025-08-20T23:03:40.8179770Z [00:02:26.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/code=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/code;$WORK/b438=>" -p google.golang.org/genproto/googleapis/rpc/code -lang=go1.23 -complete -installsuffix shared -buildid 61M4wfCrt_1RHYdcebyt/61M4wfCrt_1RHYdcebyt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/code/code.pb.go
2025-08-20T23:03:40.8192174Z [00:02:26.102]➜  google.golang.org/api/internal/third_party/uritemplates
2025-08-20T23:03:40.8193029Z [00:02:26.102]➜  mkdir -p $WORK/b440/
2025-08-20T23:03:40.8193862Z [00:02:26.102]➜  cat >/tmp/go-build3700090427/b440/importcfg << 'EOF' # internal
2025-08-20T23:03:40.8194669Z [00:02:26.102]➜  # import config
2025-08-20T23:03:40.8195417Z [00:02:26.102]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:40.8196335Z [00:02:26.102]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:40.8197313Z [00:02:26.102]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:40.8198374Z [00:02:26.102]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:40.8200940Z [00:02:26.102]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:40.8201597Z [00:02:26.102]➜  EOF
2025-08-20T23:03:40.8206243Z [00:02:26.102]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/third_party/uritemplates=>google.golang.org/api@v0.243.0/internal/third_party/uritemplates;$WORK/b440=>" -p google.golang.org/api/internal/third_party/uritemplates -lang=go1.23 -complete -installsuffix shared -buildid iY_YZNYjIINjJhaWCLb3/iY_YZNYjIINjJhaWCLb3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/third_party/uritemplates/uritemplates.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/third_party/uritemplates/utils.go
2025-08-20T23:03:40.8791242Z [00:02:26.161]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T23:03:40.8796962Z [00:02:26.163]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T23:03:40.8800438Z [00:02:26.163]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/2f/2f481eaafd6f236eed2a21aa07ec6541a78c6196557e711884d1407ebd311eb1-d # internal
2025-08-20T23:03:40.8806651Z [00:02:26.164]➜  google.golang.org/api/googleapi
2025-08-20T23:03:40.8809026Z [00:02:26.164]➜  mkdir -p $WORK/b439/
2025-08-20T23:03:40.8817684Z [00:02:26.165]➜  cat >/tmp/go-build3700090427/b439/importcfg << 'EOF' # internal
2025-08-20T23:03:40.8820617Z [00:02:26.165]➜  # import config
2025-08-20T23:03:40.8821309Z [00:02:26.165]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:40.8825551Z [00:02:26.165]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:40.8828141Z [00:02:26.165]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:40.8828984Z [00:02:26.165]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.8830364Z [00:02:26.165]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build3700090427/b440/_pkg_.a
2025-08-20T23:03:40.8831512Z [00:02:26.165]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:40.8835102Z [00:02:26.165]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:40.8836040Z [00:02:26.165]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:40.8836891Z [00:02:26.165]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:40.8837779Z [00:02:26.165]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:40.8838568Z [00:02:26.165]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:40.8839101Z [00:02:26.165]➜  EOF
2025-08-20T23:03:40.8842970Z [00:02:26.165]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/googleapi=>google.golang.org/api@v0.243.0/googleapi;$WORK/b439=>" -p google.golang.org/api/googleapi -lang=go1.23 -complete -installsuffix shared -buildid NkmNdVlIyILHK9SHvbVg/NkmNdVlIyILHK9SHvbVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/googleapi/googleapi.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/googleapi/types.go
2025-08-20T23:03:40.8847067Z [00:02:26.165]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/7b/7b1051313e3f473913c580ce711bee03d8bfd4ae650608e9e1838e423d93add5-d # internal
2025-08-20T23:03:40.8848282Z [00:02:26.166]➜  github.com/googleapis/gax-go/v2/apierror/internal/proto
2025-08-20T23:03:40.8848916Z [00:02:26.166]➜  mkdir -p $WORK/b437/
2025-08-20T23:03:40.8853310Z [00:02:26.167]➜  cat >/tmp/go-build3700090427/b437/importcfg << 'EOF' # internal
2025-08-20T23:03:40.8854110Z [00:02:26.167]➜  # import config
2025-08-20T23:03:40.8855089Z [00:02:26.167]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3700090427/b438/_pkg_.a
2025-08-20T23:03:40.8856493Z [00:02:26.167]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:40.8858172Z [00:02:26.167]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:40.8859774Z [00:02:26.167]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:03:40.8860849Z [00:02:26.167]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:40.8861692Z [00:02:26.167]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.8863732Z [00:02:26.167]➜  EOF
2025-08-20T23:03:40.8868528Z [00:02:26.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/apierror/internal/proto=>github.com/googleapis/gax-go/v2@v2.15.0/apierror/internal/proto;$WORK/b437=>" -p github.com/googleapis/gax-go/v2/apierror/internal/proto -lang=go1.23 -complete -installsuffix shared -buildid upjMNi_39AzojPOXzvD9/upjMNi_39AzojPOXzvD9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/apierror/internal/proto/custom_error.pb.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/apierror/internal/proto/error.pb.go
2025-08-20T23:03:40.9504017Z [00:02:26.233]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T23:03:40.9520511Z [00:02:26.235]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/45/45de163be679698621db6b522b0c555cf97b4f76db114ff619f1b3465ec91881-d # internal
2025-08-20T23:03:40.9526103Z [00:02:26.235]➜  google.golang.org/genproto/googleapis/rpc/errdetails
2025-08-20T23:03:40.9526818Z [00:02:26.236]➜  mkdir -p $WORK/b441/
2025-08-20T23:03:40.9532920Z [00:02:26.236]➜  cat >/tmp/go-build3700090427/b441/importcfg << 'EOF' # internal
2025-08-20T23:03:40.9533684Z [00:02:26.236]➜  # import config
2025-08-20T23:03:40.9534707Z [00:02:26.236]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:40.9536208Z [00:02:26.236]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:40.9538013Z [00:02:26.236]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:03:40.9539185Z [00:02:26.236]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:40.9540201Z [00:02:26.236]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:40.9540831Z [00:02:26.236]➜  EOF
2025-08-20T23:03:40.9545731Z [00:02:26.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/errdetails=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/errdetails;$WORK/b441=>" -p google.golang.org/genproto/googleapis/rpc/errdetails -lang=go1.23 -complete -installsuffix shared -buildid OfXqgA5z209xjMvHjktV/OfXqgA5z209xjMvHjktV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250721164621-a45f3dfb1074/errdetails/error_details.pb.go
2025-08-20T23:03:40.9705329Z [00:02:26.254]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T23:03:40.9725580Z [00:02:26.256]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/0d/0dfb427743ca0a52cba602222439bd87018407cc95baaa36fd4776e1b6597896-d # internal
2025-08-20T23:03:40.9727054Z [00:02:26.256]➜  github.com/googleapis/gax-go/v2/callctx
2025-08-20T23:03:40.9729619Z [00:02:26.256]➜  mkdir -p $WORK/b442/
2025-08-20T23:03:40.9738419Z [00:02:26.257]➜  cat >/tmp/go-build3700090427/b442/importcfg << 'EOF' # internal
2025-08-20T23:03:40.9739104Z [00:02:26.257]➜  # import config
2025-08-20T23:03:40.9743405Z [00:02:26.257]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:40.9750269Z [00:02:26.257]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:40.9756939Z [00:02:26.257]➜  EOF
2025-08-20T23:03:40.9766100Z [00:02:26.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/callctx=>github.com/googleapis/gax-go/v2@v2.15.0/callctx;$WORK/b442=>" -p github.com/googleapis/gax-go/v2/callctx -lang=go1.23 -complete -installsuffix shared -buildid oRu2IiR7OC2NinkWY7QD/oRu2IiR7OC2NinkWY7QD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/callctx/callctx.go
2025-08-20T23:03:41.0029015Z [00:02:26.286]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T23:03:41.0037959Z [00:02:26.286]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/12/121171a5fab4cfd75f81ef277c8e9b37ac15747237b1c052af1383adcd7187e7-d # internal
2025-08-20T23:03:41.0039213Z [00:02:26.287]➜  google.golang.org/protobuf/types/known/emptypb
2025-08-20T23:03:41.0040087Z [00:02:26.287]➜  mkdir -p $WORK/b445/
2025-08-20T23:03:41.0054505Z [00:02:26.288]➜  cat >/tmp/go-build3700090427/b445/importcfg << 'EOF' # internal
2025-08-20T23:03:41.0060891Z [00:02:26.288]➜  # import config
2025-08-20T23:03:41.0061906Z [00:02:26.288]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:41.0063247Z [00:02:26.289]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:41.0064420Z [00:02:26.289]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:41.0065189Z [00:02:26.289]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:41.0065783Z [00:02:26.289]➜  EOF
2025-08-20T23:03:41.0069697Z [00:02:26.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b445/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/emptypb=>google.golang.org/protobuf@v1.36.8/types/known/emptypb;$WORK/b445=>" -p google.golang.org/protobuf/types/known/emptypb -lang=go1.23 -complete -installsuffix shared -buildid EeJxdPq9ts--3lnuSx1W/EeJxdPq9ts--3lnuSx1W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/emptypb/empty.pb.go
2025-08-20T23:03:41.0554376Z [00:02:26.338]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T23:03:41.0575232Z [00:02:26.341]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/f6/f648ee82961e7736ace8badbdac6f1d7193ae147d8f0be55185940a1c139a88e-d # internal
2025-08-20T23:03:41.0584825Z [00:02:26.341]➜  github.com/googleapis/gax-go/v2/apierror
2025-08-20T23:03:41.0585471Z [00:02:26.341]➜  mkdir -p $WORK/b436/
2025-08-20T23:03:41.0596781Z [00:02:26.342]➜  cat >/tmp/go-build3700090427/b436/importcfg << 'EOF' # internal
2025-08-20T23:03:41.0597461Z [00:02:26.342]➜  # import config
2025-08-20T23:03:41.0598090Z [00:02:26.342]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.0598848Z [00:02:26.342]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.0600208Z [00:02:26.342]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build3700090427/b437/_pkg_.a
2025-08-20T23:03:41.0601601Z [00:02:26.342]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3700090427/b439/_pkg_.a
2025-08-20T23:03:41.0602955Z [00:02:26.342]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build3700090427/b441/_pkg_.a
2025-08-20T23:03:41.0604249Z [00:02:26.342]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:41.0605360Z [00:02:26.342]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:41.0606597Z [00:02:26.342]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:03:41.0607900Z [00:02:26.342]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:41.0608909Z [00:02:26.342]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.0617458Z [00:02:26.342]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.0618156Z [00:02:26.342]➜  EOF
2025-08-20T23:03:41.0622043Z [00:02:26.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/apierror=>github.com/googleapis/gax-go/v2@v2.15.0/apierror;$WORK/b436=>" -p github.com/googleapis/gax-go/v2/apierror -lang=go1.23 -complete -installsuffix shared -buildid 7xH9rIS0WGyEdYDGP0_B/7xH9rIS0WGyEdYDGP0_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/apierror/apierror.go
2025-08-20T23:03:41.0634197Z [00:02:26.346]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T23:03:41.0643665Z [00:02:26.348]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/59/59a19aca7565cf5fb7974814d98ed9b979c29b178bc810f793464d5d4f4fa668-d # internal
2025-08-20T23:03:41.0653207Z [00:02:26.348]➜  github.com/googleapis/gax-go/v2/internallog/internal
2025-08-20T23:03:41.0653907Z [00:02:26.348]➜  mkdir -p $WORK/b448/
2025-08-20T23:03:41.0654666Z [00:02:26.348]➜  cat >/tmp/go-build3700090427/b448/importcfg << 'EOF' # internal
2025-08-20T23:03:41.0655353Z [00:02:26.348]➜  # import config
2025-08-20T23:03:41.0656027Z [00:02:26.348]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.0656859Z [00:02:26.348]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:41.0657682Z [00:02:26.348]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:41.0658479Z [00:02:26.348]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:41.0659265Z [00:02:26.348]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.0660395Z [00:02:26.348]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.0660967Z [00:02:26.348]➜  EOF
2025-08-20T23:03:41.0664884Z [00:02:26.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b448/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internallog/internal=>github.com/googleapis/gax-go/v2@v2.15.0/internallog/internal;$WORK/b448=>" -p github.com/googleapis/gax-go/v2/internallog/internal -lang=go1.23 -complete -installsuffix shared -buildid 3pz9jY_OAoAOc5vKlQS2/3pz9jY_OAoAOc5vKlQS2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internallog/internal/internal.go
2025-08-20T23:03:41.1304886Z [00:02:26.414]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T23:03:41.1310349Z [00:02:26.414]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/9f/9fa5729e6f17ca92d6e5f0dd54720386fd5c867b8d755004d5cc20762e9ba985-d # internal
2025-08-20T23:03:41.1312301Z [00:02:26.414]➜  github.com/googleapis/gax-go/v2/internallog
2025-08-20T23:03:41.1313350Z [00:02:26.414]➜  mkdir -p $WORK/b447/
2025-08-20T23:03:41.1336325Z [00:02:26.417]➜  cat >/tmp/go-build3700090427/b447/importcfg << 'EOF' # internal
2025-08-20T23:03:41.1338741Z [00:02:26.417]➜  # import config
2025-08-20T23:03:41.1340241Z [00:02:26.417]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:41.1341123Z [00:02:26.417]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.1341922Z [00:02:26.417]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.1342992Z [00:02:26.417]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build3700090427/b448/_pkg_.a
2025-08-20T23:03:41.1344086Z [00:02:26.417]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:41.1344952Z [00:02:26.417]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.1345730Z [00:02:26.417]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:41.1346537Z [00:02:26.417]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.1347157Z [00:02:26.417]➜  EOF
2025-08-20T23:03:41.1351364Z [00:02:26.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internallog=>github.com/googleapis/gax-go/v2@v2.15.0/internallog;$WORK/b447=>" -p github.com/googleapis/gax-go/v2/internallog -lang=go1.23 -complete -installsuffix shared -buildid uHy6qK-1XUphUvy4pHGB/uHy6qK-1XUphUvy4pHGB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internallog/internallog.go
2025-08-20T23:03:41.1430072Z [00:02:26.426]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T23:03:41.1448120Z [00:02:26.428]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/2c/2cc0815c47f7b6d1e572967a08a3d8bf10fd715240f3d94595185e895ee2bfc5-d # internal
2025-08-20T23:03:41.1450020Z [00:02:26.428]➜  github.com/googleapis/gax-go/v2/internallog/grpclog
2025-08-20T23:03:41.1469763Z [00:02:26.428]➜  mkdir -p $WORK/b449/
2025-08-20T23:03:41.1470610Z [00:02:26.429]➜  cat >/tmp/go-build3700090427/b449/importcfg << 'EOF' # internal
2025-08-20T23:03:41.1471222Z [00:02:26.429]➜  # import config
2025-08-20T23:03:41.1471821Z [00:02:26.429]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.1472609Z [00:02:26.429]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.1473528Z [00:02:26.429]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:41.1474680Z [00:02:26.429]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:03:41.1475948Z [00:02:26.429]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:41.1476918Z [00:02:26.429]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:41.1477741Z [00:02:26.429]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.1478407Z [00:02:26.429]➜  EOF
2025-08-20T23:03:41.1482622Z [00:02:26.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internallog/grpclog=>github.com/googleapis/gax-go/v2@v2.15.0/internallog/grpclog;$WORK/b449=>" -p github.com/googleapis/gax-go/v2/internallog/grpclog -lang=go1.23 -complete -installsuffix shared -buildid zn645GpZQsj03lZnD4iK/zn645GpZQsj03lZnD4iK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/internallog/grpclog/grpclog.go
2025-08-20T23:03:41.1669286Z [00:02:26.450]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T23:03:41.1679294Z [00:02:26.451]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/28/2826eec85c87ecc6656bcc62877bfe9bfe35842cf7cecb82ab318a9dca322777-d # internal
2025-08-20T23:03:41.1680733Z [00:02:26.451]➜  google.golang.org/api/iterator
2025-08-20T23:03:41.1681343Z [00:02:26.451]➜  mkdir -p $WORK/b451/
2025-08-20T23:03:41.1689962Z [00:02:26.452]➜  cat >/tmp/go-build3700090427/b451/importcfg << 'EOF' # internal
2025-08-20T23:03:41.1690695Z [00:02:26.452]➜  # import config
2025-08-20T23:03:41.1691350Z [00:02:26.452]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.1692170Z [00:02:26.452]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.1692978Z [00:02:26.452]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:41.1693557Z [00:02:26.452]➜  EOF
2025-08-20T23:03:41.1696952Z [00:02:26.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/iterator=>google.golang.org/api@v0.243.0/iterator;$WORK/b451=>" -p google.golang.org/api/iterator -lang=go1.23 -complete -installsuffix shared -buildid te2i9NxjaLbUN1L7NbBy/te2i9NxjaLbUN1L7NbBy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/iterator/iterator.go
2025-08-20T23:03:41.2062086Z [00:02:26.489]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T23:03:41.2076368Z [00:02:26.491]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T23:03:41.2084844Z [00:02:26.491]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/c5/c5353a004bf00cdca66f5f4be7066c9e4ca91450395676dfbcac5cce8a837740-d # internal
2025-08-20T23:03:41.2085975Z [00:02:26.491]➜  github.com/googleapis/gax-go/v2/iterator
2025-08-20T23:03:41.2086577Z [00:02:26.491]➜  mkdir -p $WORK/b450/
2025-08-20T23:03:41.2087319Z [00:02:26.491]➜  cat >/tmp/go-build3700090427/b450/importcfg << 'EOF' # internal
2025-08-20T23:03:41.2087953Z [00:02:26.491]➜  # import config
2025-08-20T23:03:41.2088737Z [00:02:26.491]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3700090427/b451/_pkg_.a
2025-08-20T23:03:41.2089789Z [00:02:26.491]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:41.2090367Z [00:02:26.491]➜  EOF
2025-08-20T23:03:41.2094057Z [00:02:26.491]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/iterator=>github.com/googleapis/gax-go/v2@v2.15.0/iterator;$WORK/b450=>" -p github.com/googleapis/gax-go/v2/iterator -lang=go1.23 -complete -installsuffix shared -buildid CxZu-mYlmAb7fDue5u15/CxZu-mYlmAb7fDue5u15 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/iterator/iterator.go
2025-08-20T23:03:41.2097949Z [00:02:26.491]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/e2/e2dad7714c50f09dd1789fa875cf63a347ed562967410b485c90f3484eb0e259-d # internal
2025-08-20T23:03:41.2099103Z [00:02:26.491]➜  cloud.google.com/go/compute/metadata
2025-08-20T23:03:41.2099813Z [00:02:26.491]➜  mkdir -p $WORK/b455/
2025-08-20T23:03:41.2100467Z [00:02:26.491]➜  cat >/tmp/go-build3700090427/b455/importcfg << 'EOF' # internal
2025-08-20T23:03:41.2101137Z [00:02:26.491]➜  # import config
2025-08-20T23:03:41.2101771Z [00:02:26.491]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:41.2102563Z [00:02:26.491]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.2103764Z [00:02:26.491]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.2104625Z [00:02:26.491]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.2105352Z [00:02:26.491]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.2106133Z [00:02:26.491]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:41.2106954Z [00:02:26.491]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:41.2107789Z [00:02:26.492]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:41.2108587Z [00:02:26.492]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:41.2139808Z [00:02:26.492]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.2140838Z [00:02:26.492]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:41.2141667Z [00:02:26.492]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:41.2142488Z [00:02:26.492]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.2143302Z [00:02:26.492]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:41.2144106Z [00:02:26.492]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:41.2144905Z [00:02:26.492]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.2145486Z [00:02:26.492]➜  EOF
2025-08-20T23:03:41.2151396Z [00:02:26.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b455/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0=>cloud.google.com/go/compute/metadata@v0.7.0;$WORK/b455=>" -p cloud.google.com/go/compute/metadata -lang=go1.23 -complete -installsuffix shared -buildid fM-RhUCfWHz1-38ku0dh/fM-RhUCfWHz1-38ku0dh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/log.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/metadata.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/retry.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/retry_linux.go /root/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.7.0/syscheck_linux.go
2025-08-20T23:03:41.2164398Z [00:02:26.499]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T23:03:41.2166273Z [00:02:26.500]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/08/08c480a94db1b681b1db5ad2202fb4b9ef3922d5f564b9969e4d5e330f285ee1-d # internal
2025-08-20T23:03:41.2170916Z [00:02:26.500]➜  cloud.google.com/go/auth/internal/jwt
2025-08-20T23:03:41.2172762Z [00:02:26.500]➜  mkdir -p $WORK/b456/
2025-08-20T23:03:41.2173475Z [00:02:26.500]➜  cat >/tmp/go-build3700090427/b456/importcfg << 'EOF' # internal
2025-08-20T23:03:41.2174138Z [00:02:26.500]➜  # import config
2025-08-20T23:03:41.2174799Z [00:02:26.500]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:41.2175602Z [00:02:26.500]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:41.2176459Z [00:02:26.500]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:41.2177331Z [00:02:26.500]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:41.2178256Z [00:02:26.500]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:41.2179150Z [00:02:26.500]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:41.2180268Z [00:02:26.500]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.2181165Z [00:02:26.500]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.2210374Z [00:02:26.500]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.2211258Z [00:02:26.500]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.2212120Z [00:02:26.500]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.2212734Z [00:02:26.500]➜  EOF
2025-08-20T23:03:41.2216699Z [00:02:26.500]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b456/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/jwt=>cloud.google.com/go/auth@v0.16.3/internal/jwt;$WORK/b456=>" -p cloud.google.com/go/auth/internal/jwt -lang=go1.23 -complete -installsuffix shared -buildid Qp9tQVt4VG53J1o6EosN/Qp9tQVt4VG53J1o6EosN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/jwt/jwt.go
2025-08-20T23:03:41.2572885Z [00:02:26.540]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T23:03:41.2580864Z [00:02:26.541]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/37/37b0d002216cbd8dea1816222a1cd277961e99c36696d44a08a5c83b5c0f2458-d # internal
2025-08-20T23:03:41.2583861Z [00:02:26.542]➜  golang.org/x/oauth2/internal
2025-08-20T23:03:41.2584485Z [00:02:26.542]➜  mkdir -p $WORK/b458/
2025-08-20T23:03:41.2588680Z [00:02:26.542]➜  cat >/tmp/go-build3700090427/b458/importcfg << 'EOF' # internal
2025-08-20T23:03:41.2592545Z [00:02:26.542]➜  # import config
2025-08-20T23:03:41.2593211Z [00:02:26.542]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.2594030Z [00:02:26.542]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:41.2594933Z [00:02:26.542]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:41.2595884Z [00:02:26.542]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.2596833Z [00:02:26.542]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:03:41.2597717Z [00:02:26.542]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.2598541Z [00:02:26.542]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.2599576Z [00:02:26.542]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:41.2600749Z [00:02:26.542]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:41.2601659Z [00:02:26.542]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:03:41.2602499Z [00:02:26.542]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.2603363Z [00:02:26.542]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:41.2604214Z [00:02:26.542]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:41.2605067Z [00:02:26.542]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.2605896Z [00:02:26.542]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:41.2606776Z [00:02:26.542]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:41.2607625Z [00:02:26.542]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.2608233Z [00:02:26.542]➜  EOF
2025-08-20T23:03:41.2613116Z [00:02:26.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b458=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid jCKHvJgn_itwQH2_vGE1/jCKHvJgn_itwQH2_vGE1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal/transport.go
2025-08-20T23:03:41.3194316Z [00:02:26.603]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T23:03:41.3197842Z [00:02:26.603]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/ec/ecadaa4138cef969def04154daafcae1644c6c257a6b1235bdd34398649f6aa1-d # internal
2025-08-20T23:03:41.3200889Z [00:02:26.603]➜  golang.org/x/oauth2
2025-08-20T23:03:41.3201438Z [00:02:26.603]➜  mkdir -p $WORK/b457/
2025-08-20T23:03:41.3207102Z [00:02:26.604]➜  cat >/tmp/go-build3700090427/b457/importcfg << 'EOF' # internal
2025-08-20T23:03:41.3208274Z [00:02:26.604]➜  # import config
2025-08-20T23:03:41.3209100Z [00:02:26.604]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:41.3210731Z [00:02:26.604]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.3211641Z [00:02:26.604]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:41.3212577Z [00:02:26.604]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:41.3213545Z [00:02:26.604]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:41.3214479Z [00:02:26.604]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.3215333Z [00:02:26.604]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.3216154Z [00:02:26.604]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.3217119Z [00:02:26.604]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3700090427/b458/_pkg_.a
2025-08-20T23:03:41.3218088Z [00:02:26.604]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:41.3218885Z [00:02:26.604]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:41.3219858Z [00:02:26.604]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.3220700Z [00:02:26.604]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:41.3221539Z [00:02:26.604]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:41.3222371Z [00:02:26.604]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.3223176Z [00:02:26.604]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:41.3223954Z [00:02:26.604]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.3224538Z [00:02:26.604]➜  EOF
2025-08-20T23:03:41.3233145Z [00:02:26.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b457=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid JjEG46hiUCDV2yECdhpm/JjEG46hiUCDV2yECdhpm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/deviceauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/oauth2.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/pkce.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/token.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/transport.go
2025-08-20T23:03:41.4566792Z [00:02:26.740]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T23:03:41.4588771Z [00:02:26.742]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/ba/badb98f0aba5e6cf5ed04253ad99f420e0b361420b1997933f8c28f43ce357d9-d # internal
2025-08-20T23:03:41.4603133Z [00:02:26.743]➜  golang.org/x/oauth2/authhandler
2025-08-20T23:03:41.4605688Z [00:02:26.743]➜  mkdir -p $WORK/b460/
2025-08-20T23:03:41.4655397Z [00:02:26.749]➜  cat >/tmp/go-build3700090427/b460/importcfg << 'EOF' # internal
2025-08-20T23:03:41.4670454Z [00:02:26.749]➜  # import config
2025-08-20T23:03:41.4671184Z [00:02:26.749]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.4672041Z [00:02:26.749]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.4672982Z [00:02:26.749]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:41.4673714Z [00:02:26.749]➜  EOF
2025-08-20T23:03:41.4677244Z [00:02:26.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b460/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler=>golang.org/x/oauth2@v0.30.0/authhandler;$WORK/b460=>" -p golang.org/x/oauth2/authhandler -lang=go1.23 -complete -installsuffix shared -buildid FQp8-FhqlJC9jG11FUNf/FQp8-FhqlJC9jG11FUNf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler/authhandler.go
2025-08-20T23:03:41.4703709Z [00:02:26.754]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T23:03:41.4777410Z [00:02:26.761]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/30/304dc79950d407f1cc22b8d7fd2ce499c111edce04d18d6a6cc5ce29d46bc04a-d # internal
2025-08-20T23:03:41.4784319Z [00:02:26.761]➜  cloud.google.com/go/auth/internal
2025-08-20T23:03:41.4784946Z [00:02:26.761]➜  mkdir -p $WORK/b454/
2025-08-20T23:03:41.4809131Z [00:02:26.764]➜  cat >/tmp/go-build3700090427/b454/importcfg << 'EOF' # internal
2025-08-20T23:03:41.4814723Z [00:02:26.764]➜  # import config
2025-08-20T23:03:41.4815648Z [00:02:26.764]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3700090427/b455/_pkg_.a
2025-08-20T23:03:41.4816725Z [00:02:26.764]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.4817546Z [00:02:26.764]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:41.4818409Z [00:02:26.764]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:41.4819545Z [00:02:26.764]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.4820519Z [00:02:26.764]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:03:41.4821401Z [00:02:26.764]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.4822230Z [00:02:26.764]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.4822993Z [00:02:26.764]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:41.4823775Z [00:02:26.764]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.4824574Z [00:02:26.764]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:41.4825351Z [00:02:26.764]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:41.4826139Z [00:02:26.764]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.4827045Z [00:02:26.764]➜  EOF
2025-08-20T23:03:41.4836023Z [00:02:26.764]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b454/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal=>cloud.google.com/go/auth@v0.16.3/internal;$WORK/b454=>" -p cloud.google.com/go/auth/internal -lang=go1.23 -complete -installsuffix shared -buildid m_oDJmdZ5RtL7YBh-STR/m_oDJmdZ5RtL7YBh-STR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/internal.go
2025-08-20T23:03:41.5473518Z [00:02:26.830]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T23:03:41.5476349Z [00:02:26.830]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/09/0903db28bcf04c80d4cddfb2f62f0964fb6f42778a1a4a06ced800b0fa0f9310-d # internal
2025-08-20T23:03:41.5477592Z [00:02:26.830]➜  golang.org/x/oauth2/google/internal/impersonate
2025-08-20T23:03:41.5478253Z [00:02:26.830]➜  mkdir -p $WORK/b462/
2025-08-20T23:03:41.5479053Z [00:02:26.830]➜  cat >/tmp/go-build3700090427/b462/importcfg << 'EOF' # internal
2025-08-20T23:03:41.5479920Z [00:02:26.830]➜  # import config
2025-08-20T23:03:41.5480683Z [00:02:26.830]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:41.5481524Z [00:02:26.830]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.5482437Z [00:02:26.830]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.5483331Z [00:02:26.830]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.5484247Z [00:02:26.830]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:41.5485128Z [00:02:26.830]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:41.5485971Z [00:02:26.830]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.5486824Z [00:02:26.830]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.5487445Z [00:02:26.830]➜  EOF
2025-08-20T23:03:41.5491776Z [00:02:26.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b462/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/impersonate=>golang.org/x/oauth2@v0.30.0/google/internal/impersonate;$WORK/b462=>" -p golang.org/x/oauth2/google/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid _L6MazsXgjgIPa3khU5W/_L6MazsXgjgIPa3khU5W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/impersonate/impersonate.go
2025-08-20T23:03:41.5916178Z [00:02:26.875]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T23:03:41.5932253Z [00:02:26.876]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/c7/c71fddb4fa88c2028b41006d7cdf28aef7b28058bd0615a1c98bb4f9cad46770-d # internal
2025-08-20T23:03:41.5963759Z [00:02:26.880]➜  cloud.google.com/go/auth
2025-08-20T23:03:41.5967454Z [00:02:26.880]➜  mkdir -p $WORK/b453/
2025-08-20T23:03:41.5976139Z [00:02:26.881]➜  cat >/tmp/go-build3700090427/b453/importcfg << 'EOF' # internal
2025-08-20T23:03:41.5979134Z [00:02:26.881]➜  # import config
2025-08-20T23:03:41.5980283Z [00:02:26.881]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:41.5981255Z [00:02:26.881]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3700090427/b454/_pkg_.a
2025-08-20T23:03:41.5982364Z [00:02:26.881]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3700090427/b456/_pkg_.a
2025-08-20T23:03:41.5983280Z [00:02:26.881]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.5984078Z [00:02:26.881]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.5984928Z [00:02:26.881]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.5985718Z [00:02:26.881]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.5987083Z [00:02:26.881]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:03:41.5988200Z [00:02:26.881]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:41.5989031Z [00:02:26.881]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:03:41.5990025Z [00:02:26.881]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.5990791Z [00:02:26.881]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:41.5991551Z [00:02:26.881]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:41.5992292Z [00:02:26.881]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.5993024Z [00:02:26.881]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:41.5993724Z [00:02:26.881]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.5994255Z [00:02:26.881]➜  EOF
2025-08-20T23:03:41.6001747Z [00:02:26.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b453/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3=>cloud.google.com/go/auth@v0.16.3;$WORK/b453=>" -p cloud.google.com/go/auth -lang=go1.23 -complete -installsuffix shared -buildid FUZbAbj9LFLb5_PMq0ar/FUZbAbj9LFLb5_PMq0ar -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/auth.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/threelegged.go
2025-08-20T23:03:41.6361337Z [00:02:26.919]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T23:03:41.6377378Z [00:02:26.921]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/16/1649c01aa5ae3a6f2b27e2ddfd75d5b8d862b0819ffaee61e359eae1b11c3405-d # internal
2025-08-20T23:03:41.6381723Z [00:02:26.921]➜  golang.org/x/oauth2/google/internal/stsexchange
2025-08-20T23:03:41.6382323Z [00:02:26.921]➜  mkdir -p $WORK/b463/
2025-08-20T23:03:41.6383031Z [00:02:26.921]➜  cat >/tmp/go-build3700090427/b463/importcfg << 'EOF' # internal
2025-08-20T23:03:41.6383677Z [00:02:26.921]➜  # import config
2025-08-20T23:03:41.6384369Z [00:02:26.921]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.6385564Z [00:02:26.921]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:41.6386495Z [00:02:26.921]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.6387270Z [00:02:26.921]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.6388150Z [00:02:26.921]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:41.6388955Z [00:02:26.921]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:41.6389999Z [00:02:26.921]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.6390817Z [00:02:26.921]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:41.6391632Z [00:02:26.921]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:41.6392426Z [00:02:26.921]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.6393009Z [00:02:26.921]➜  EOF
2025-08-20T23:03:41.6397485Z [00:02:26.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/stsexchange=>golang.org/x/oauth2@v0.30.0/google/internal/stsexchange;$WORK/b463=>" -p golang.org/x/oauth2/google/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid Us9-8bcCiqhzEXmLs6c3/Us9-8bcCiqhzEXmLs6c3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/stsexchange/clientauth.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/stsexchange/sts_exchange.go
2025-08-20T23:03:41.6935692Z [00:02:26.977]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T23:03:41.6947346Z [00:02:26.978]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/1e/1ef0c4c039a30ca19224a508de2f35659f842a9ecf3d9427f4b2166124881f7c-d # internal
2025-08-20T23:03:41.7124652Z [00:02:26.995]➜  golang.org/x/oauth2/google/externalaccount
2025-08-20T23:03:41.7127512Z [00:02:26.995]➜  mkdir -p $WORK/b461/
2025-08-20T23:03:41.7128271Z [00:02:26.996]➜  cat >/tmp/go-build3700090427/b461/importcfg << 'EOF' # internal
2025-08-20T23:03:41.7128922Z [00:02:26.996]➜  # import config
2025-08-20T23:03:41.7129770Z [00:02:26.996]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:41.7130589Z [00:02:26.996]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.7131446Z [00:02:26.996]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:03:41.7132344Z [00:02:26.996]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:41.7133226Z [00:02:26.996]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:41.7134110Z [00:02:26.996]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.7134973Z [00:02:26.996]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.7135756Z [00:02:26.996]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.7136645Z [00:02:26.996]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:41.7137861Z [00:02:26.996]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3700090427/b462/_pkg_.a
2025-08-20T23:03:41.7139230Z [00:02:26.996]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3700090427/b463/_pkg_.a
2025-08-20T23:03:41.7140526Z [00:02:26.996]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:41.7141325Z [00:02:26.996]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.7142137Z [00:02:26.996]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:41.7142910Z [00:02:26.996]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:41.7143676Z [00:02:26.996]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:41.7144489Z [00:02:26.996]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:41.7145552Z [00:02:26.996]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:41.7146374Z [00:02:26.996]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:41.7147161Z [00:02:26.996]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:41.7147937Z [00:02:26.996]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:41.7148743Z [00:02:26.996]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.7170674Z [00:02:26.996]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.7171611Z [00:02:26.996]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:41.7172256Z [00:02:26.996]➜  EOF
2025-08-20T23:03:41.7180246Z [00:02:26.996]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b461/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount=>golang.org/x/oauth2@v0.30.0/google/externalaccount;$WORK/b461=>" -p golang.org/x/oauth2/google/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid 3-hQrLKxHfLsrE_eWgfj/3-hQrLKxHfLsrE_eWgfj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/aws.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/basecredentials.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/executablecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/filecredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/header.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/programmaticrefreshcredsource.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/externalaccount/urlcredsource.go
2025-08-20T23:03:41.7897024Z [00:02:27.073]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T23:03:41.7931978Z [00:02:27.076]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/b9/b9cf3703294c6f8d7446fb5cd37aa876373afbc5d83e86d9423143815a34d1f4-d # internal
2025-08-20T23:03:41.7933348Z [00:02:27.076]➜  golang.org/x/oauth2/google/internal/externalaccountauthorizeduser
2025-08-20T23:03:41.7934049Z [00:02:27.076]➜  mkdir -p $WORK/b464/
2025-08-20T23:03:41.7942677Z [00:02:27.077]➜  cat >/tmp/go-build3700090427/b464/importcfg << 'EOF' # internal
2025-08-20T23:03:41.7948544Z [00:02:27.077]➜  # import config
2025-08-20T23:03:41.7949213Z [00:02:27.077]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.7950157Z [00:02:27.077]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.7951023Z [00:02:27.077]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:41.7952183Z [00:02:27.077]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3700090427/b463/_pkg_.a
2025-08-20T23:03:41.7953226Z [00:02:27.077]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.7953783Z [00:02:27.077]➜  EOF
2025-08-20T23:03:41.7958540Z [00:02:27.077]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b464/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/externalaccountauthorizeduser=>golang.org/x/oauth2@v0.30.0/google/internal/externalaccountauthorizeduser;$WORK/b464=>" -p golang.org/x/oauth2/google/internal/externalaccountauthorizeduser -lang=go1.23 -complete -installsuffix shared -buildid yfCKOlyQy74UcSDTU5M3/yfCKOlyQy74UcSDTU5M3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
2025-08-20T23:03:41.8281494Z [00:02:27.111]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T23:03:41.8286585Z [00:02:27.112]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/26/266c7f0bab44136a33ea7d2f89b51e44a9425bc10c8c81343fe79606b7aaa334-d # internal
2025-08-20T23:03:41.8294738Z [00:02:27.113]➜  golang.org/x/oauth2/jws
2025-08-20T23:03:41.8297494Z [00:02:27.113]➜  mkdir -p $WORK/b465/
2025-08-20T23:03:41.8298229Z [00:02:27.113]➜  cat >/tmp/go-build3700090427/b465/importcfg << 'EOF' # internal
2025-08-20T23:03:41.8298915Z [00:02:27.113]➜  # import config
2025-08-20T23:03:41.8299715Z [00:02:27.113]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:41.8300539Z [00:02:27.113]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:41.8301394Z [00:02:27.113]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:41.8302274Z [00:02:27.113]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:41.8303166Z [00:02:27.113]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:41.8304060Z [00:02:27.113]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:41.8305284Z [00:02:27.113]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.8306146Z [00:02:27.113]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.8306965Z [00:02:27.113]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.8307782Z [00:02:27.113]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.8308620Z [00:02:27.113]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.8309199Z [00:02:27.113]➜  EOF
2025-08-20T23:03:41.8312594Z [00:02:27.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b465/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws=>golang.org/x/oauth2@v0.30.0/jws;$WORK/b465=>" -p golang.org/x/oauth2/jws -lang=go1.23 -complete -installsuffix shared -buildid jvtW4uRwazWUojtYvBGR/jvtW4uRwazWUojtYvBGR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws/jws.go
2025-08-20T23:03:41.8593720Z [00:02:27.142]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T23:03:41.8728828Z [00:02:27.156]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/39/3996c3990c29f4a7b4d8308a78b2477c69e3709f1444692c04424352e7c689a3-d # internal
2025-08-20T23:03:41.8734124Z [00:02:27.157]➜  google.golang.org/grpc/internal/transport
2025-08-20T23:03:41.8736693Z [00:02:27.157]➜  mkdir -p $WORK/b414/
2025-08-20T23:03:41.8747943Z [00:02:27.158]➜  cat >/tmp/go-build3700090427/b414/importcfg << 'EOF' # internal
2025-08-20T23:03:41.8766026Z [00:02:27.158]➜  # import config
2025-08-20T23:03:41.8766680Z [00:02:27.158]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:41.8767464Z [00:02:27.158]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:41.8768209Z [00:02:27.158]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.8769065Z [00:02:27.158]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:41.8770871Z [00:02:27.158]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.8771681Z [00:02:27.158]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.8772919Z [00:02:27.158]➜  packagefile golang.org/x/net/http2=/tmp/go-build3700090427/b415/_pkg_.a
2025-08-20T23:03:41.8774003Z [00:02:27.158]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3700090427/b420/_pkg_.a
2025-08-20T23:03:41.8775071Z [00:02:27.158]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:41.8776157Z [00:02:27.158]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:41.8777291Z [00:02:27.158]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:41.8778381Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:03:41.8779723Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3700090427/b365/_pkg_.a
2025-08-20T23:03:41.8781021Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3700090427/b371/_pkg_.a
2025-08-20T23:03:41.8782300Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:03:41.8783563Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:03:41.8784826Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3700090427/b393/_pkg_.a
2025-08-20T23:03:41.8786047Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3700090427/b409/_pkg_.a
2025-08-20T23:03:41.8787304Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:03:41.8788721Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build3700090427/b413/_pkg_.a
2025-08-20T23:03:41.8790438Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3700090427/b405/_pkg_.a
2025-08-20T23:03:41.8791744Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build3700090427/b422/_pkg_.a
2025-08-20T23:03:41.8793113Z [00:02:27.158]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3700090427/b423/_pkg_.a
2025-08-20T23:03:41.8794440Z [00:02:27.158]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3700090427/b424/_pkg_.a
2025-08-20T23:03:41.8795565Z [00:02:27.158]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3700090427/b394/_pkg_.a
2025-08-20T23:03:41.8796679Z [00:02:27.158]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:41.8797796Z [00:02:27.158]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3700090427/b425/_pkg_.a
2025-08-20T23:03:41.8798912Z [00:02:27.158]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:41.8810448Z [00:02:27.158]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3700090427/b376/_pkg_.a
2025-08-20T23:03:41.8811607Z [00:02:27.158]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:41.8812720Z [00:02:27.158]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3700090427/b426/_pkg_.a
2025-08-20T23:03:41.8813877Z [00:02:27.158]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:41.8814850Z [00:02:27.158]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:41.8815643Z [00:02:27.158]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:41.8816496Z [00:02:27.158]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:03:41.8817380Z [00:02:27.158]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:41.8818197Z [00:02:27.158]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.8819128Z [00:02:27.158]➜  packagefile net/http/httputil=/tmp/go-build3700090427/b230/_pkg_.a
2025-08-20T23:03:41.8820358Z [00:02:27.158]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:41.8821468Z [00:02:27.158]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:41.8822331Z [00:02:27.158]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:41.8823135Z [00:02:27.158]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:41.8823950Z [00:02:27.158]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.8824748Z [00:02:27.158]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:41.8825576Z [00:02:27.158]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:41.8826431Z [00:02:27.158]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.8827294Z [00:02:27.158]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:41.8827957Z [00:02:27.158]➜  EOF
2025-08-20T23:03:41.8839113Z [00:02:27.158]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport=>google.golang.org/grpc@v1.74.2/internal/transport;$WORK/b414=>" -p google.golang.org/grpc/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid TkOL6TyLCO2M-LztaDuj/TkOL6TyLCO2M-LztaDuj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/bdp_estimator.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/client_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/controlbuf.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/defaults.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/flowcontrol.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/handler_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/http2_client.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/http2_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/http_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/proxy.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/server_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/transport/transport.go
2025-08-20T23:03:41.9119893Z [00:02:27.195]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T23:03:41.9130766Z [00:02:27.196]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/9c/9c3d13a9fd0dae275d7b66ee9c45974dcf8cca07c1726a34e06c8134a36588cf-d # internal
2025-08-20T23:03:41.9134879Z [00:02:27.196]➜  golang.org/x/oauth2/jwt
2025-08-20T23:03:41.9135466Z [00:02:27.197]➜  mkdir -p $WORK/b466/
2025-08-20T23:03:41.9140392Z [00:02:27.197]➜  cat >/tmp/go-build3700090427/b466/importcfg << 'EOF' # internal
2025-08-20T23:03:41.9141727Z [00:02:27.197]➜  # import config
2025-08-20T23:03:41.9144144Z [00:02:27.197]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.9145327Z [00:02:27.197]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.9147993Z [00:02:27.197]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.9149010Z [00:02:27.197]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:41.9150288Z [00:02:27.197]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3700090427/b458/_pkg_.a
2025-08-20T23:03:41.9151399Z [00:02:27.197]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3700090427/b465/_pkg_.a
2025-08-20T23:03:41.9152344Z [00:02:27.197]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:41.9153198Z [00:02:27.197]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.9154081Z [00:02:27.197]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:41.9165720Z [00:02:27.197]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.9166885Z [00:02:27.197]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.9167440Z [00:02:27.197]➜  EOF
2025-08-20T23:03:41.9170520Z [00:02:27.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt=>golang.org/x/oauth2@v0.30.0/jwt;$WORK/b466=>" -p golang.org/x/oauth2/jwt -lang=go1.23 -complete -installsuffix shared -buildid kAhpQi_HZcw8VIEye0Sk/kAhpQi_HZcw8VIEye0Sk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt/jwt.go
2025-08-20T23:03:41.9210897Z [00:02:27.204]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T23:03:41.9234626Z [00:02:27.207]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/3f/3fc7c7fb9d82f921d0e52d68d3aae3cca30caa8a63a942503d21d8e425865851-d # internal
2025-08-20T23:03:41.9241105Z [00:02:27.207]➜  cloud.google.com/go/auth/credentials/internal/impersonate
2025-08-20T23:03:41.9242713Z [00:02:27.207]➜  mkdir -p $WORK/b470/
2025-08-20T23:03:41.9250496Z [00:02:27.208]➜  cat >/tmp/go-build3700090427/b470/importcfg << 'EOF' # internal
2025-08-20T23:03:41.9252606Z [00:02:27.208]➜  # import config
2025-08-20T23:03:41.9255016Z [00:02:27.208]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:41.9255906Z [00:02:27.208]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:41.9256957Z [00:02:27.208]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3700090427/b454/_pkg_.a
2025-08-20T23:03:41.9257911Z [00:02:27.208]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.9258744Z [00:02:27.208]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.9259753Z [00:02:27.208]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.9260819Z [00:02:27.208]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.9261893Z [00:02:27.208]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:03:41.9262913Z [00:02:27.208]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:41.9263717Z [00:02:27.208]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.9264519Z [00:02:27.208]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.9265312Z [00:02:27.208]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.9265896Z [00:02:27.208]➜  EOF
2025-08-20T23:03:41.9270982Z [00:02:27.208]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/impersonate=>cloud.google.com/go/auth@v0.16.3/credentials/internal/impersonate;$WORK/b470=>" -p cloud.google.com/go/auth/credentials/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid xSBa3hSlmq0mdIXA_XxZ/xSBa3hSlmq0mdIXA_XxZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/impersonate/idtoken.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/impersonate/impersonate.go
2025-08-20T23:03:41.9560580Z [00:02:27.239]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T23:03:41.9571998Z [00:02:27.240]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/ba/ba5580e26f31483150227924db3217f352afe6b56bee54a939af7280b598959d-d # internal
2025-08-20T23:03:41.9603375Z [00:02:27.241]➜  golang.org/x/oauth2/google
2025-08-20T23:03:41.9612698Z [00:02:27.241]➜  mkdir -p $WORK/b459/
2025-08-20T23:03:41.9613462Z [00:02:27.243]➜  cat >/tmp/go-build3700090427/b459/importcfg << 'EOF' # internal
2025-08-20T23:03:41.9614138Z [00:02:27.243]➜  # import config
2025-08-20T23:03:41.9614853Z [00:02:27.243]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:41.9617063Z [00:02:27.243]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3700090427/b455/_pkg_.a
2025-08-20T23:03:41.9618928Z [00:02:27.243]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.9620516Z [00:02:27.243]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:41.9621842Z [00:02:27.243]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.9623827Z [00:02:27.243]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:41.9624647Z [00:02:27.243]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.9625529Z [00:02:27.243]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:41.9626617Z [00:02:27.243]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build3700090427/b460/_pkg_.a
2025-08-20T23:03:41.9627902Z [00:02:27.243]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build3700090427/b461/_pkg_.a
2025-08-20T23:03:41.9629735Z [00:02:27.243]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build3700090427/b464/_pkg_.a
2025-08-20T23:03:41.9631325Z [00:02:27.243]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3700090427/b462/_pkg_.a
2025-08-20T23:03:41.9632556Z [00:02:27.243]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3700090427/b458/_pkg_.a
2025-08-20T23:03:41.9633620Z [00:02:27.243]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3700090427/b465/_pkg_.a
2025-08-20T23:03:41.9634656Z [00:02:27.243]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3700090427/b466/_pkg_.a
2025-08-20T23:03:41.9635503Z [00:02:27.243]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:41.9636275Z [00:02:27.243]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:41.9637040Z [00:02:27.243]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.9638137Z [00:02:27.243]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:41.9638987Z [00:02:27.243]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:41.9640011Z [00:02:27.243]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:03:41.9640856Z [00:02:27.243]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:41.9641712Z [00:02:27.243]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:41.9642507Z [00:02:27.243]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.9643294Z [00:02:27.243]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:41.9644070Z [00:02:27.243]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:41.9644664Z [00:02:27.243]➜  EOF
2025-08-20T23:03:41.9652288Z [00:02:27.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google=>golang.org/x/oauth2@v0.30.0/google;$WORK/b459=>" -p golang.org/x/oauth2/google -lang=go1.23 -complete -installsuffix shared -buildid wxHtWVgcLfZ7mAmYY6zP/wxHtWVgcLfZ7mAmYY6zP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/appengine.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/default.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/doc.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/error.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/google.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/jwt.go /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/sdk.go
2025-08-20T23:03:41.9731268Z [00:02:27.256]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T23:03:41.9751352Z [00:02:27.258]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/26/26b6e838a66529a9990fd5bdea7e571b23baeb86f58a05e609648efd638c408b-d # internal
2025-08-20T23:03:41.9768401Z [00:02:27.260]➜  cloud.google.com/go/auth/credentials/internal/stsexchange
2025-08-20T23:03:41.9769177Z [00:02:27.260]➜  mkdir -p $WORK/b471/
2025-08-20T23:03:41.9770508Z [00:02:27.260]➜  cat >/tmp/go-build3700090427/b471/importcfg << 'EOF' # internal
2025-08-20T23:03:41.9771179Z [00:02:27.260]➜  # import config
2025-08-20T23:03:41.9771952Z [00:02:27.260]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:41.9773035Z [00:02:27.260]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3700090427/b454/_pkg_.a
2025-08-20T23:03:41.9774045Z [00:02:27.260]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:41.9774932Z [00:02:27.260]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:41.9775843Z [00:02:27.260]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:41.9776654Z [00:02:27.260]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:41.9777664Z [00:02:27.260]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:03:41.9778679Z [00:02:27.260]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:41.9779672Z [00:02:27.260]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:41.9780481Z [00:02:27.260]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:41.9781314Z [00:02:27.260]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:41.9782082Z [00:02:27.260]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:41.9782668Z [00:02:27.260]➜  EOF
2025-08-20T23:03:41.9787112Z [00:02:27.260]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/stsexchange=>cloud.google.com/go/auth@v0.16.3/credentials/internal/stsexchange;$WORK/b471=>" -p cloud.google.com/go/auth/credentials/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid Kisw5_zD9qoNRxfazcAx/Kisw5_zD9qoNRxfazcAx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/stsexchange/sts_exchange.go
2025-08-20T23:03:42.0211263Z [00:02:27.304]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T23:03:42.0227600Z [00:02:27.306]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/ff/ff81f335a87fe177b46c5a5a96301cd2204e97f1eeef3cc4c02a47335438f4d8-d # internal
2025-08-20T23:03:42.0228778Z [00:02:27.306]➜  cloud.google.com/go/auth/internal/credsfile
2025-08-20T23:03:42.0229829Z [00:02:27.306]➜  mkdir -p $WORK/b472/
2025-08-20T23:03:42.0237760Z [00:02:27.307]➜  cat >/tmp/go-build3700090427/b472/importcfg << 'EOF' # internal
2025-08-20T23:03:42.0244532Z [00:02:27.308]➜  # import config
2025-08-20T23:03:42.0251537Z [00:02:27.308]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:42.0255854Z [00:02:27.309]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:42.0257261Z [00:02:27.309]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:03:42.0258380Z [00:02:27.309]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:42.0259296Z [00:02:27.309]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:42.0260134Z [00:02:27.309]➜  EOF
2025-08-20T23:03:42.0264960Z [00:02:27.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/credsfile=>cloud.google.com/go/auth@v0.16.3/internal/credsfile;$WORK/b472=>" -p cloud.google.com/go/auth/internal/credsfile -lang=go1.23 -complete -installsuffix shared -buildid -dQevH_GUDqWcjCZrJ2K/-dQevH_GUDqWcjCZrJ2K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/credsfile/credsfile.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/credsfile/filetype.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/credsfile/parse.go
2025-08-20T23:03:42.0565767Z [00:02:27.339]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T23:03:42.0571959Z [00:02:27.340]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/4b/4b7b77d3081c6187801fe5a3f5fc4b75bc57de901d08f4a035bab400ef56422b-d # internal
2025-08-20T23:03:42.0573532Z [00:02:27.340]➜  internal/saferio
2025-08-20T23:03:42.0574337Z [00:02:27.340]➜  mkdir -p $WORK/b476/
2025-08-20T23:03:42.0579836Z [00:02:27.341]➜  cat >/tmp/go-build3700090427/b476/importcfg << 'EOF' # internal
2025-08-20T23:03:42.0581530Z [00:02:27.341]➜  # import config
2025-08-20T23:03:42.0582178Z [00:02:27.341]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:42.0582801Z [00:02:27.341]➜  EOF
2025-08-20T23:03:42.0585507Z [00:02:27.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b476=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid mWMoPXONcjc0cePG2W0q/mWMoPXONcjc0cePG2W0q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T23:03:42.0623745Z [00:02:27.346]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T23:03:42.0647157Z [00:02:27.348]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T23:03:42.0673932Z [00:02:27.350]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/0c/0c3706e1a9b86b228dd42918fed02a9a4646c8767d47eb19f2888982b12ed1c1-d # internal
2025-08-20T23:03:42.0676937Z [00:02:27.351]➜  github.com/googleapis/enterprise-certificate-proxy/client/util
2025-08-20T23:03:42.0680132Z [00:02:27.351]➜  mkdir -p $WORK/b477/
2025-08-20T23:03:42.0681021Z [00:02:27.351]➜  cat >/tmp/go-build3700090427/b477/importcfg << 'EOF' # internal
2025-08-20T23:03:42.0681747Z [00:02:27.351]➜  # import config
2025-08-20T23:03:42.0682425Z [00:02:27.351]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:42.0683638Z [00:02:27.351]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.0684446Z [00:02:27.351]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:42.0685194Z [00:02:27.351]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:42.0685971Z [00:02:27.351]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:03:42.0686803Z [00:02:27.351]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:42.0687647Z [00:02:27.351]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:42.0688451Z [00:02:27.351]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:42.0689045Z [00:02:27.351]➜  EOF
2025-08-20T23:03:42.0693506Z [00:02:27.351]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b477/_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/b477=>" -p github.com/googleapis/enterprise-certificate-proxy/client/util -lang=go1.23 -complete -installsuffix shared -buildid rgan0lMKE1JOwWRdz4dU/rgan0lMKE1JOwWRdz4dU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/util/util.go
2025-08-20T23:03:42.0754957Z [00:02:27.359]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T23:03:42.0764594Z [00:02:27.360]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/b1/b1caf3e2fe0a6b0767739b8966244e2f0ac12ea976470a457aae904caaaeb99b-d # internal
2025-08-20T23:03:42.0771132Z [00:02:27.360]➜  encoding/gob
2025-08-20T23:03:42.0771657Z [00:02:27.360]➜  mkdir -p $WORK/b475/
2025-08-20T23:03:42.0783651Z [00:02:27.361]➜  cat >/tmp/go-build3700090427/b475/importcfg << 'EOF' # internal
2025-08-20T23:03:42.0784757Z [00:02:27.361]➜  # import config
2025-08-20T23:03:42.0785573Z [00:02:27.361]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:42.0786400Z [00:02:27.361]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:42.0787550Z [00:02:27.361]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:42.0788377Z [00:02:27.361]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.0789126Z [00:02:27.361]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:42.0790130Z [00:02:27.361]➜  packagefile internal/saferio=/tmp/go-build3700090427/b476/_pkg_.a
2025-08-20T23:03:42.0790947Z [00:02:27.362]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:42.0791705Z [00:02:27.362]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:42.0792466Z [00:02:27.362]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:42.0793110Z [00:02:27.362]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:42.0793901Z [00:02:27.362]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:42.0794667Z [00:02:27.362]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:42.0795465Z [00:02:27.362]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:42.0796275Z [00:02:27.362]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:42.0797137Z [00:02:27.362]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:42.0797984Z [00:02:27.362]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:42.0798640Z [00:02:27.362]➜  EOF
2025-08-20T23:03:42.0813984Z [00:02:27.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b475=>" -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/b475/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-20T23:03:42.0911248Z [00:02:27.374]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T23:03:42.0943836Z [00:02:27.377]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/ac/acddffa2fc1198ebe404da3942237db57e9b97e7ff8c5e12c1da82a4773258ee-d # internal
2025-08-20T23:03:42.0946267Z [00:02:27.377]➜  cloud.google.com/go/auth/credentials/internal/externalaccountuser
2025-08-20T23:03:42.0947593Z [00:02:27.377]➜  mkdir -p $WORK/b479/
2025-08-20T23:03:42.0950115Z [00:02:27.377]➜  cat >/tmp/go-build3700090427/b479/importcfg << 'EOF' # internal
2025-08-20T23:03:42.0951071Z [00:02:27.377]➜  # import config
2025-08-20T23:03:42.0952365Z [00:02:27.377]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:42.0955123Z [00:02:27.377]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3700090427/b471/_pkg_.a
2025-08-20T23:03:42.0956613Z [00:02:27.377]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3700090427/b454/_pkg_.a
2025-08-20T23:03:42.0957655Z [00:02:27.377]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:42.0958548Z [00:02:27.377]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.0959837Z [00:02:27.377]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:03:42.0960953Z [00:02:27.377]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:42.0961772Z [00:02:27.377]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:42.0962533Z [00:02:27.377]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:42.0963141Z [00:02:27.377]➜  EOF
2025-08-20T23:03:42.0967874Z [00:02:27.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccountuser=>cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccountuser;$WORK/b479=>" -p cloud.google.com/go/auth/credentials/internal/externalaccountuser -lang=go1.23 -complete -installsuffix shared -buildid hCSlWcIEdlRqb079aiMz/hCSlWcIEdlRqb079aiMz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccountuser/externalaccountuser.go
2025-08-20T23:03:42.1241062Z [00:02:27.405]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T23:03:42.1262721Z [00:02:27.406]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/15/157430d3343f428f4853aa2aaa1aca95a3ecd32b5bf42dcca6cbc78a6dec9f4e-d # internal
2025-08-20T23:03:42.1263991Z [00:02:27.406]➜  cloud.google.com/go/auth/credentials/internal/gdch
2025-08-20T23:03:42.1264707Z [00:02:27.406]➜  mkdir -p $WORK/b480/
2025-08-20T23:03:42.1265459Z [00:02:27.407]➜  cat >/tmp/go-build3700090427/b480/importcfg << 'EOF' # internal
2025-08-20T23:03:42.1266157Z [00:02:27.407]➜  # import config
2025-08-20T23:03:42.1266954Z [00:02:27.407]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:42.1268121Z [00:02:27.407]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3700090427/b454/_pkg_.a
2025-08-20T23:03:42.1269647Z [00:02:27.407]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3700090427/b472/_pkg_.a
2025-08-20T23:03:42.1271027Z [00:02:27.407]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3700090427/b456/_pkg_.a
2025-08-20T23:03:42.1272057Z [00:02:27.407]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:42.1272881Z [00:02:27.407]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:42.1273706Z [00:02:27.407]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:42.1274943Z [00:02:27.407]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:42.1275943Z [00:02:27.407]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:42.1276828Z [00:02:27.407]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.1277605Z [00:02:27.407]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:42.1278682Z [00:02:27.407]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:03:42.1279990Z [00:02:27.407]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:42.1281006Z [00:02:27.407]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:42.1281906Z [00:02:27.407]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:42.1282714Z [00:02:27.407]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:42.1283558Z [00:02:27.407]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:42.1284397Z [00:02:27.407]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:42.1285040Z [00:02:27.407]➜  EOF
2025-08-20T23:03:42.1289043Z [00:02:27.407]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/gdch=>cloud.google.com/go/auth@v0.16.3/credentials/internal/gdch;$WORK/b480=>" -p cloud.google.com/go/auth/credentials/internal/gdch -lang=go1.23 -complete -installsuffix shared -buildid gx1FFbIKkJZ4FGISHbNO/gx1FFbIKkJZ4FGISHbNO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/gdch/gdch.go
2025-08-20T23:03:42.1436781Z [00:02:27.426]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/67/677f7fffad31b194bb40e50493bef48f2334753b1995cb2f4edcb594dafee9c3-d # internal
2025-08-20T23:03:42.1438280Z [00:02:27.426]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common
2025-08-20T23:03:42.1439077Z [00:02:27.426]➜  mkdir -p $WORK/b286/
2025-08-20T23:03:42.1440274Z [00:02:27.427]➜  cat >/tmp/go-build3700090427/b286/importcfg << 'EOF' # internal
2025-08-20T23:03:42.1440936Z [00:02:27.427]➜  # import config
2025-08-20T23:03:42.1445446Z [00:02:27.427]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:42.1464332Z [00:02:27.427]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:42.1465337Z [00:02:27.427]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:42.1466462Z [00:02:27.427]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build3700090427/b283/_pkg_.a
2025-08-20T23:03:42.1467734Z [00:02:27.427]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:42.1469316Z [00:02:27.427]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:42.1471816Z [00:02:27.427]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:42.1472682Z [00:02:27.427]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:42.1473524Z [00:02:27.427]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:42.1474152Z [00:02:27.427]➜  EOF
2025-08-20T23:03:42.1478433Z [00:02:27.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b286/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/common=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common;$WORK/b286=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common -lang=go1.24 -complete -installsuffix shared -buildid Bq3yX6D7f5dbx7JeftTz/Bq3yX6D7f5dbx7JeftTz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack ./pkg/analyzer/analyzers/github/common/github.go
2025-08-20T23:03:42.1728034Z [00:02:27.456]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T23:03:42.1743443Z [00:02:27.457]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/e3/e35951c580742840b98607c3d3cb3555adef37b0f1d86d9ac6dac00cb026c79d-d # internal
2025-08-20T23:03:42.1744737Z [00:02:27.457]➜  cloud.google.com/go/auth/oauth2adapt
2025-08-20T23:03:42.1745318Z [00:02:27.457]➜  mkdir -p $WORK/b481/
2025-08-20T23:03:42.1748413Z [00:02:27.457]➜  cat >/tmp/go-build3700090427/b481/importcfg << 'EOF' # internal
2025-08-20T23:03:42.1749075Z [00:02:27.457]➜  # import config
2025-08-20T23:03:42.1750033Z [00:02:27.457]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:42.1750947Z [00:02:27.457]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:42.1751805Z [00:02:27.457]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:42.1752640Z [00:02:27.457]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.1753559Z [00:02:27.457]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:42.1754573Z [00:02:27.457]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3700090427/b459/_pkg_.a
2025-08-20T23:03:42.1755306Z [00:02:27.457]➜  EOF
2025-08-20T23:03:42.1758860Z [00:02:27.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b481/_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/b481=>" -p cloud.google.com/go/auth/oauth2adapt -lang=go1.23 -complete -installsuffix shared -buildid lJ4dZWmvZhGIdM2TzL04/lJ4dZWmvZhGIdM2TzL04 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.8/oauth2adapt.go
2025-08-20T23:03:42.2095863Z [00:02:27.493]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T23:03:42.2104218Z [00:02:27.493]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/bc/bcb3b6616a50e2cb9589d09b13101e9e20a8bdec0713dce936b3daa2e762afd4-d # internal
2025-08-20T23:03:42.2114639Z [00:02:27.494]➜  github.com/google/s2a-go/fallback
2025-08-20T23:03:42.2115252Z [00:02:27.494]➜  mkdir -p $WORK/b483/
2025-08-20T23:03:42.2116255Z [00:02:27.494]➜  cat >/tmp/go-build3700090427/b483/importcfg << 'EOF' # internal
2025-08-20T23:03:42.2116917Z [00:02:27.494]➜  # import config
2025-08-20T23:03:42.2117597Z [00:02:27.494]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:42.2118447Z [00:02:27.494]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:42.2119248Z [00:02:27.494]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:42.2120418Z [00:02:27.494]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:42.2121542Z [00:02:27.494]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:42.2122425Z [00:02:27.494]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:42.2123002Z [00:02:27.494]➜  EOF
2025-08-20T23:03:42.2126432Z [00:02:27.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b483/_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/b483=>" -p github.com/google/s2a-go/fallback -lang=go1.20 -complete -installsuffix shared -buildid YU5BEalQvayh3HHMAbID/YU5BEalQvayh3HHMAbID -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/fallback/s2a_fallback.go
2025-08-20T23:03:42.2756484Z [00:02:27.559]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T23:03:42.2766712Z [00:02:27.560]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/1f/1fa1a0c98e3747b7d8b657b9de89e229032f603abb158f832d34eb853189d025-d # internal
2025-08-20T23:03:42.2773488Z [00:02:27.560]➜  github.com/google/s2a-go/internal/proto/common_go_proto
2025-08-20T23:03:42.2776460Z [00:02:27.561]➜  mkdir -p $WORK/b486/
2025-08-20T23:03:42.2778812Z [00:02:27.561]➜  cat >/tmp/go-build3700090427/b486/importcfg << 'EOF' # internal
2025-08-20T23:03:42.2779630Z [00:02:27.561]➜  # import config
2025-08-20T23:03:42.2780557Z [00:02:27.561]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:42.2781775Z [00:02:27.561]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:42.2782806Z [00:02:27.561]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:42.2783698Z [00:02:27.561]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:42.2784272Z [00:02:27.561]➜  EOF
2025-08-20T23:03:42.2788309Z [00:02:27.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b486/_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/b486=>" -p github.com/google/s2a-go/internal/proto/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid 7xwJxFxp2DJ7AIOpqCRk/7xwJxFxp2DJ7AIOpqCRk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/common_go_proto/common.pb.go
2025-08-20T23:03:42.3508424Z [00:02:27.634]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T23:03:42.3552942Z [00:02:27.638]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/9f/9f16112d2b0342aeb9bb90cb1b8cc5db9e3492f3acf85feefe58bee801dad9d8-d # internal
2025-08-20T23:03:42.3561890Z [00:02:27.638]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/classic
2025-08-20T23:03:42.3563017Z [00:02:27.638]➜  mkdir -p $WORK/b285/
2025-08-20T23:03:42.3573461Z [00:02:27.640]➜  cat >/tmp/go-build3700090427/b285/importcfg << 'EOF' # internal
2025-08-20T23:03:42.3574341Z [00:02:27.640]➜  # import config
2025-08-20T23:03:42.3575014Z [00:02:27.640]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.3575905Z [00:02:27.640]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:42.3578672Z [00:02:27.641]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:42.3592475Z [00:02:27.641]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build3700090427/b283/_pkg_.a
2025-08-20T23:03:42.3595296Z [00:02:27.641]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:42.3596794Z [00:02:27.641]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:42.3598673Z [00:02:27.641]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common=/tmp/go-build3700090427/b286/_pkg_.a
2025-08-20T23:03:42.3600769Z [00:02:27.641]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:42.3601989Z [00:02:27.641]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:42.3602812Z [00:02:27.641]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:42.3603446Z [00:02:27.641]➜  EOF
2025-08-20T23:03:42.3608358Z [00:02:27.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b285/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/classic=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/classic;$WORK/b285=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/classic -lang=go1.24 -complete -installsuffix shared -buildid cOotuM7Ev9gdhv7Ccqre/cOotuM7Ev9gdhv7Ccqre -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack ./pkg/analyzer/analyzers/github/classic/classic_permissions.go ./pkg/analyzer/analyzers/github/classic/classictoken.go
2025-08-20T23:03:42.3930769Z [00:02:27.676]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T23:03:42.3958927Z [00:02:27.679]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/01/01851366e935ae3a05980a67980d5ecc6ecefc12a4a2ab06b2da3743491243f7-d # internal
2025-08-20T23:03:42.3968077Z [00:02:27.680]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/finegrained
2025-08-20T23:03:42.3972209Z [00:02:27.680]➜  mkdir -p $WORK/b287/
2025-08-20T23:03:42.3987022Z [00:02:27.681]➜  cat >/tmp/go-build3700090427/b287/importcfg << 'EOF' # internal
2025-08-20T23:03:42.3987684Z [00:02:27.681]➜  # import config
2025-08-20T23:03:42.3988333Z [00:02:27.681]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:42.3989148Z [00:02:27.681]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.3990173Z [00:02:27.681]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:42.3991041Z [00:02:27.681]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:42.3992138Z [00:02:27.681]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build3700090427/b283/_pkg_.a
2025-08-20T23:03:42.3993353Z [00:02:27.681]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:42.3996519Z [00:02:27.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common=/tmp/go-build3700090427/b286/_pkg_.a
2025-08-20T23:03:42.3998836Z [00:02:27.683]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:42.4001567Z [00:02:27.683]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:42.4002546Z [00:02:27.683]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:42.4003531Z [00:02:27.683]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:42.4005270Z [00:02:27.683]➜  EOF
2025-08-20T23:03:42.4010843Z [00:02:27.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b287/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/finegrained=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/finegrained;$WORK/b287=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/finegrained -lang=go1.24 -complete -installsuffix shared -buildid eG4P3cPy-Ie6uINtgYry/eG4P3cPy-Ie6uINtgYry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack ./pkg/analyzer/analyzers/github/finegrained/finegrained.go ./pkg/analyzer/analyzers/github/finegrained/finegrained_permissions.go
2025-08-20T23:03:42.6715725Z [00:02:27.955]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T23:03:42.6772274Z [00:02:27.960]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T23:03:42.6806658Z [00:02:27.964]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/50/50d0425d515424d8a167c160d043d404ac04c15e915476d717aec2546b6b7f55-d # internal
2025-08-20T23:03:42.6811378Z [00:02:27.964]➜  github.com/google/s2a-go/internal/proto/s2a_context_go_proto
2025-08-20T23:03:42.6816089Z [00:02:27.964]➜  mkdir -p $WORK/b487/
2025-08-20T23:03:42.6817719Z [00:02:27.965]➜  cat >/tmp/go-build3700090427/b487/importcfg << 'EOF' # internal
2025-08-20T23:03:42.6818720Z [00:02:27.965]➜  # import config
2025-08-20T23:03:42.6819898Z [00:02:27.965]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3700090427/b486/_pkg_.a
2025-08-20T23:03:42.6821271Z [00:02:27.965]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:42.6822527Z [00:02:27.965]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:42.6823518Z [00:02:27.965]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:42.6824254Z [00:02:27.965]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:42.6824792Z [00:02:27.965]➜  EOF
2025-08-20T23:03:42.6832236Z [00:02:27.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b487/_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/b487=>" -p github.com/google/s2a-go/internal/proto/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid n3cU0Q8sFwaqHcmCAHih/n3cU0Q8sFwaqHcmCAHih -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/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-20T23:03:42.6888844Z [00:02:27.971]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/07/07a2933cbee1ac28dcb30f55570a5c8d1c8367a4b07fb2dd0079c2180ffeca1e-d # internal
2025-08-20T23:03:42.6891430Z [00:02:27.972]➜  google.golang.org/grpc/internal/resolver/delegatingresolver
2025-08-20T23:03:42.6895267Z [00:02:27.972]➜  mkdir -p $WORK/b412/
2025-08-20T23:03:42.6905203Z [00:02:27.973]➜  cat >/tmp/go-build3700090427/b412/importcfg << 'EOF' # internal
2025-08-20T23:03:42.6905888Z [00:02:27.973]➜  # import config
2025-08-20T23:03:42.6908983Z [00:02:27.973]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:42.6911484Z [00:02:27.973]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:42.6915368Z [00:02:27.974]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build3700090427/b413/_pkg_.a
2025-08-20T23:03:42.6916725Z [00:02:27.974]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3700090427/b414/_pkg_.a
2025-08-20T23:03:42.6918105Z [00:02:27.974]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3700090427/b423/_pkg_.a
2025-08-20T23:03:42.6919565Z [00:02:27.974]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:42.6920741Z [00:02:27.974]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:03:42.6921751Z [00:02:27.974]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:42.6922556Z [00:02:27.974]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:42.6923372Z [00:02:27.974]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:42.6924229Z [00:02:27.974]➜  EOF
2025-08-20T23:03:42.6928630Z [00:02:27.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/delegatingresolver=>google.golang.org/grpc@v1.74.2/internal/resolver/delegatingresolver;$WORK/b412=>" -p google.golang.org/grpc/internal/resolver/delegatingresolver -lang=go1.23 -complete -installsuffix shared -buildid 8e9C9jhlz7XipHuvWci3/8e9C9jhlz7XipHuvWci3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/resolver/delegatingresolver/delegatingresolver.go
2025-08-20T23:03:42.7294318Z [00:02:28.012]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T23:03:42.7298068Z [00:02:28.013]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/7e/7ea15d4c53ce98459f8ea9cce69606d9d2b3d165de413cdfc616fa707f32fb5c-d # internal
2025-08-20T23:03:42.7312233Z [00:02:28.014]➜  golang.org/x/crypto/chacha20
2025-08-20T23:03:42.7338278Z [00:02:28.015]➜  mkdir -p $WORK/b494/
2025-08-20T23:03:42.7339082Z [00:02:28.015]➜  cat >/tmp/go-build3700090427/b494/importcfg << 'EOF' # internal
2025-08-20T23:03:42.7339990Z [00:02:28.015]➜  # import config
2025-08-20T23:03:42.7340724Z [00:02:28.015]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:42.7341702Z [00:02:28.015]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:42.7342632Z [00:02:28.015]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.7343687Z [00:02:28.015]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3700090427/b495/_pkg_.a
2025-08-20T23:03:42.7344732Z [00:02:28.015]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:42.7345614Z [00:02:28.015]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:42.7346606Z [00:02:28.015]➜  EOF
2025-08-20T23:03:42.7351268Z [00:02:28.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20=>golang.org/x/crypto@v0.40.0/chacha20;$WORK/b494=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -complete -installsuffix shared -buildid iOR2tX9HLEs6fPPL3PMr/iOR2tX9HLEs6fPPL3PMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20/chacha_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20/xor.go
2025-08-20T23:03:42.7585255Z [00:02:28.042]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T23:03:42.7633074Z [00:02:28.046]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/2d/2dc67b196d64e2dbfbb332b14ec875e039351dfc8b85d86d10fd7e351d772167-d # internal
2025-08-20T23:03:42.7635216Z [00:02:28.046]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github
2025-08-20T23:03:42.7637974Z [00:02:28.046]➜  mkdir -p $WORK/b282/
2025-08-20T23:03:42.7638715Z [00:02:28.047]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T23:03:42.7639714Z [00:02:28.047]➜  cat >/tmp/go-build3700090427/b282/importcfg << 'EOF' # internal
2025-08-20T23:03:42.7640402Z [00:02:28.047]➜  # import config
2025-08-20T23:03:42.7641008Z [00:02:28.047]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:42.7641869Z [00:02:28.047]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:42.7642799Z [00:02:28.047]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build3700090427/b283/_pkg_.a
2025-08-20T23:03:42.7644193Z [00:02:28.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:42.7645913Z [00:02:28.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/classic=/tmp/go-build3700090427/b285/_pkg_.a
2025-08-20T23:03:42.7647777Z [00:02:28.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common=/tmp/go-build3700090427/b286/_pkg_.a
2025-08-20T23:03:42.7650240Z [00:02:28.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/finegrained=/tmp/go-build3700090427/b287/_pkg_.a
2025-08-20T23:03:42.7651976Z [00:02:28.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:42.7653454Z [00:02:28.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:42.7654579Z [00:02:28.047]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:42.7656266Z [00:02:28.047]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:42.7656875Z [00:02:28.047]➜  EOF
2025-08-20T23:03:42.7661601Z [00:02:28.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b282/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github;$WORK/b282=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github -lang=go1.24 -complete -installsuffix shared -buildid dAiofuB64EJImzo_bQcx/dAiofuB64EJImzo_bQcx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack ./pkg/analyzer/analyzers/github/github.go
2025-08-20T23:03:42.7701227Z [00:02:28.053]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/f0/f0c287c3403bf5a9bdd9722ba0e9bf7dbc5b687bcfaa34b6a84cf1d346339cfc-d # internal
2025-08-20T23:03:42.7714719Z [00:02:28.055]➜  google.golang.org/grpc
2025-08-20T23:03:42.7718763Z [00:02:28.055]➜  mkdir -p $WORK/b357/
2025-08-20T23:03:42.7731265Z [00:02:28.056]➜  cat >/tmp/go-build3700090427/b357/importcfg << 'EOF' # internal
2025-08-20T23:03:42.7740430Z [00:02:28.057]➜  # import config
2025-08-20T23:03:42.7741414Z [00:02:28.057]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:42.7742335Z [00:02:28.057]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:42.7743198Z [00:02:28.057]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:42.7744182Z [00:02:28.057]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:42.7745135Z [00:02:28.057]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:42.7746014Z [00:02:28.057]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.7746822Z [00:02:28.057]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:42.7747736Z [00:02:28.057]➜  packagefile golang.org/x/net/trace=/tmp/go-build3700090427/b358/_pkg_.a
2025-08-20T23:03:42.7748809Z [00:02:28.057]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3700090427/b362/_pkg_.a
2025-08-20T23:03:42.7750076Z [00:02:28.057]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:03:42.7751303Z [00:02:28.057]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:03:42.7752570Z [00:02:28.057]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3700090427/b380/_pkg_.a
2025-08-20T23:03:42.7753873Z [00:02:28.057]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3700090427/b388/_pkg_.a
2025-08-20T23:03:42.7755069Z [00:02:28.057]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3700090427/b364/_pkg_.a
2025-08-20T23:03:42.7756197Z [00:02:28.057]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:42.7757336Z [00:02:28.057]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:03:42.7761437Z [00:02:28.057]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:42.7762758Z [00:02:28.057]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3700090427/b391/_pkg_.a
2025-08-20T23:03:42.7763953Z [00:02:28.057]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3700090427/b392/_pkg_.a
2025-08-20T23:03:42.7765392Z [00:02:28.057]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build3700090427/b395/_pkg_.a
2025-08-20T23:03:42.7766624Z [00:02:28.057]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:03:42.7767791Z [00:02:28.057]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:42.7768883Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:03:42.7770157Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3700090427/b396/_pkg_.a
2025-08-20T23:03:42.7771525Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3700090427/b397/_pkg_.a
2025-08-20T23:03:42.7772922Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3700090427/b398/_pkg_.a
2025-08-20T23:03:42.7774204Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build3700090427/b399/_pkg_.a
2025-08-20T23:03:42.7775447Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3700090427/b365/_pkg_.a
2025-08-20T23:03:42.7776690Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:03:42.7777911Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3700090427/b393/_pkg_.a
2025-08-20T23:03:42.7779109Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build3700090427/b408/_pkg_.a
2025-08-20T23:03:42.7780406Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3700090427/b409/_pkg_.a
2025-08-20T23:03:42.7782347Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:03:42.7783651Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3700090427/b410/_pkg_.a
2025-08-20T23:03:42.7785085Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build3700090427/b412/_pkg_.a
2025-08-20T23:03:42.7786570Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3700090427/b427/_pkg_.a
2025-08-20T23:03:42.7787970Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3700090427/b428/_pkg_.a
2025-08-20T23:03:42.7789292Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:03:42.7790744Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3700090427/b429/_pkg_.a
2025-08-20T23:03:42.7791993Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3700090427/b405/_pkg_.a
2025-08-20T23:03:42.7793238Z [00:02:28.057]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3700090427/b414/_pkg_.a
2025-08-20T23:03:42.7794456Z [00:02:28.057]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3700090427/b424/_pkg_.a
2025-08-20T23:03:42.7795556Z [00:02:28.057]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3700090427/b394/_pkg_.a
2025-08-20T23:03:42.7796616Z [00:02:28.057]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:42.7797697Z [00:02:28.057]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3700090427/b425/_pkg_.a
2025-08-20T23:03:42.7798755Z [00:02:28.057]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:42.7803800Z [00:02:28.057]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build3700090427/b430/_pkg_.a
2025-08-20T23:03:42.7804996Z [00:02:28.057]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:03:42.7806157Z [00:02:28.057]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3700090427/b376/_pkg_.a
2025-08-20T23:03:42.7807472Z [00:02:28.057]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:42.7808533Z [00:02:28.057]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3700090427/b426/_pkg_.a
2025-08-20T23:03:42.7809581Z [00:02:28.057]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:42.7810358Z [00:02:28.057]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:42.7811161Z [00:02:28.057]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:03:42.7812064Z [00:02:28.057]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:42.7812842Z [00:02:28.057]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:42.7813635Z [00:02:28.057]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:42.7814445Z [00:02:28.057]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:42.7815227Z [00:02:28.057]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:42.7816032Z [00:02:28.057]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:42.7816838Z [00:02:28.057]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:42.7817593Z [00:02:28.057]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:42.7818345Z [00:02:28.057]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:42.7819121Z [00:02:28.057]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:42.7820170Z [00:02:28.057]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:42.7820707Z [00:02:28.057]➜  EOF
2025-08-20T23:03:42.7831268Z [00:02:28.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2=>google.golang.org/grpc@v1.74.2;$WORK/b357=>" -p google.golang.org/grpc -lang=go1.23 -complete -installsuffix shared -buildid BbVEg0QrVKJxQv_Vojkf/BbVEg0QrVKJxQv_Vojkf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/backoff.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/call.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/clientconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/codec.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/dialoptions.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/doc.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/interceptor.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/picker_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/preloader.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/rpc_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/service_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stream_interfaces.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/trace.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/trace_withtrace.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/version.go
2025-08-20T23:03:42.7840451Z [00:02:28.063]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T23:03:42.7901815Z [00:02:28.073]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T23:03:42.7910320Z [00:02:28.074]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/e1/e119b1cc1ffa60ac95e27acaae3c28b403cd0d95dbd39469549367eafbf96717-d # internal
2025-08-20T23:03:42.7918567Z [00:02:28.075]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/72/72e79a8efade5bb35d634643049208c52e05590636b2abe71bf6a74d5e4146fa-d # internal
2025-08-20T23:03:42.7924853Z [00:02:28.076]➜  net/rpc
2025-08-20T23:03:42.7926778Z [00:02:28.076]➜  mkdir -p $WORK/b478/
2025-08-20T23:03:42.7929246Z [00:02:28.076]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T23:03:42.7931914Z [00:02:28.076]➜  mkdir -p $WORK/b496/
2025-08-20T23:03:42.7934653Z [00:02:28.076]➜  echo -n > $WORK/b496/go_asm.h # internal
2025-08-20T23:03:42.7939803Z [00:02:28.076]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305
2025-08-20T23:03:42.7953659Z [00:02:28.077]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305=>golang.org/x/crypto@v0.40.0/internal/poly1305;$WORK/b496=>" -I $WORK/b496/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b496/symabis ./sum_amd64.s
2025-08-20T23:03:42.7956157Z [00:02:28.077]➜  cat >/tmp/go-build3700090427/b478/importcfg << 'EOF' # internal
2025-08-20T23:03:42.7956830Z [00:02:28.077]➜  # import config
2025-08-20T23:03:42.7957483Z [00:02:28.077]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:42.7958612Z [00:02:28.077]➜  packagefile encoding/gob=/tmp/go-build3700090427/b475/_pkg_.a
2025-08-20T23:03:42.7959734Z [00:02:28.077]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.7960562Z [00:02:28.077]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:42.7961380Z [00:02:28.077]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:42.7962243Z [00:02:28.077]➜  packagefile html/template=/tmp/go-build3700090427/b360/_pkg_.a
2025-08-20T23:03:42.7963117Z [00:02:28.077]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:42.7963882Z [00:02:28.077]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:42.7964643Z [00:02:28.077]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:42.7965455Z [00:02:28.077]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:42.7966301Z [00:02:28.077]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:42.7967130Z [00:02:28.077]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:42.7967984Z [00:02:28.077]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:42.7968791Z [00:02:28.077]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:42.7969600Z [00:02:28.077]➜  EOF
2025-08-20T23:03:42.7970105Z [00:02:28.078]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:42.7973172Z [00:02:28.078]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b478=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid AFNgbRX02YLr-21CxIFG/AFNgbRX02YLr-21CxIFG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/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-20T23:03:42.8052281Z [00:02:28.086]➜  cat >/tmp/go-build3700090427/b496/importcfg << 'EOF' # internal
2025-08-20T23:03:42.8054376Z [00:02:28.089]➜  # import config
2025-08-20T23:03:42.8055557Z [00:02:28.089]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:42.8057208Z [00:02:28.089]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:42.8058129Z [00:02:28.089]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:42.8058778Z [00:02:28.089]➜  EOF
2025-08-20T23:03:42.8064126Z [00:02:28.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305=>golang.org/x/crypto@v0.40.0/internal/poly1305;$WORK/b496=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -installsuffix shared -buildid H2W9Ff9bL5dwUpksQh4D/H2W9Ff9bL5dwUpksQh4D -goversion go1.25.0 -symabis $WORK/b496/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack -asmhdr $WORK/b496/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305/sum_asm.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305/sum_generic.go
2025-08-20T23:03:42.8519115Z [00:02:28.135]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305
2025-08-20T23:03:42.8523065Z [00:02:28.135]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/internal/poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/internal/poly1305=>golang.org/x/crypto@v0.40.0/internal/poly1305;$WORK/b496=>" -I $WORK/b496/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b496/sum_amd64.o ./sum_amd64.s
2025-08-20T23:03:42.8575031Z [00:02:28.141]➜  go tool pack r $WORK/b496/_pkg_.a $WORK/b496/sum_amd64.o # internal
2025-08-20T23:03:42.8585424Z [00:02:28.141]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T23:03:42.8598683Z [00:02:28.143]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/0c/0c572ec918e011ed3623c64614654cfb86f82b45cae027da2e24d47cfa0da313-d # internal
2025-08-20T23:03:42.8606392Z [00:02:28.144]➜  golang.org/x/sys/cpu
2025-08-20T23:03:42.8613646Z [00:02:28.144]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T23:03:42.8615489Z [00:02:28.145]➜  mkdir -p $WORK/b497/
2025-08-20T23:03:42.8624707Z [00:02:28.146]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/dd/ddba7ab7e1ad592ef6abeb4288ff97e772cc9c9e4bfd87028363c17895661b3f-d # internal
2025-08-20T23:03:42.8626533Z [00:02:28.146]➜  echo -n > $WORK/b497/go_asm.h # internal
2025-08-20T23:03:42.8632803Z [00:02:28.146]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu
2025-08-20T23:03:42.8636714Z [00:02:28.147]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b497=>" -I $WORK/b497/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b497/symabis ./cpu_gc_x86.s
2025-08-20T23:03:42.8638715Z [00:02:28.147]➜  golang.org/x/crypto/cryptobyte
2025-08-20T23:03:42.8639289Z [00:02:28.147]➜  mkdir -p $WORK/b498/
2025-08-20T23:03:42.8676705Z [00:02:28.150]➜  cat >/tmp/go-build3700090427/b498/importcfg << 'EOF' # internal
2025-08-20T23:03:42.8684621Z [00:02:28.151]➜  # import config
2025-08-20T23:03:42.8685423Z [00:02:28.151]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:03:42.8686310Z [00:02:28.151]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.8687107Z [00:02:28.151]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:42.8688121Z [00:02:28.151]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3700090427/b499/_pkg_.a
2025-08-20T23:03:42.8689157Z [00:02:28.152]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:42.8690261Z [00:02:28.152]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:42.8693617Z [00:02:28.152]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:42.8694778Z [00:02:28.152]➜  EOF
2025-08-20T23:03:42.8695800Z [00:02:28.152]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:42.8700749Z [00:02:28.152]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte=>golang.org/x/crypto@v0.40.0/cryptobyte;$WORK/b498=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid wnKbT7wZZ_gBxdyTUhiY/wnKbT7wZZ_gBxdyTUhiY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/asn1.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/builder.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cryptobyte/string.go
2025-08-20T23:03:42.8705169Z [00:02:28.152]➜  cat >/tmp/go-build3700090427/b497/importcfg << 'EOF' # internal
2025-08-20T23:03:42.8705896Z [00:02:28.152]➜  # import config
2025-08-20T23:03:42.8706554Z [00:02:28.152]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:42.8707401Z [00:02:28.152]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:42.8708257Z [00:02:28.153]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:42.8709126Z [00:02:28.153]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:42.8709868Z [00:02:28.153]➜  EOF
2025-08-20T23:03:42.8717415Z [00:02:28.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b497=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid CQqz_fB8JFkD6F2TOxgC/CQqz_fB8JFkD6F2TOxgC -goversion go1.25.0 -symabis $WORK/b497/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack -asmhdr $WORK/b497/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_gc_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_linux_noinit.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_other_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/cpu_x86.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu/runtime_auxv_go121.go
2025-08-20T23:03:42.9259124Z [00:02:28.209]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu
2025-08-20T23:03:42.9261946Z [00:02:28.209]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.34.0/cpu=>golang.org/x/sys@v0.34.0/cpu;$WORK/b497=>" -I $WORK/b497/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b497/cpu_gc_x86.o ./cpu_gc_x86.s
2025-08-20T23:03:42.9394917Z [00:02:28.223]➜  go tool pack r $WORK/b497/_pkg_.a $WORK/b497/cpu_gc_x86.o # internal
2025-08-20T23:03:42.9395860Z [00:02:28.223]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T23:03:42.9399056Z [00:02:28.223]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/07/0748e7fd3ec59d4bd3d6ea052fa479653bb398fdef95309f60b9af137a108894-d # internal
2025-08-20T23:03:42.9455769Z [00:02:28.229]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T23:03:42.9459526Z [00:02:28.229]➜  mkdir -p $WORK/b493/
2025-08-20T23:03:42.9460202Z [00:02:28.229]➜  echo -n > $WORK/b493/go_asm.h # internal
2025-08-20T23:03:42.9461034Z [00:02:28.229]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305
2025-08-20T23:03:42.9464034Z [00:02:28.229]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305=>golang.org/x/crypto@v0.40.0/chacha20poly1305;$WORK/b493=>" -I $WORK/b493/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b493/symabis ./chacha20poly1305_amd64.s
2025-08-20T23:03:42.9978613Z [00:02:28.281]➜  cat >/tmp/go-build3700090427/b493/importcfg << 'EOF' # internal
2025-08-20T23:03:42.9984453Z [00:02:28.281]➜  # import config
2025-08-20T23:03:42.9985541Z [00:02:28.281]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:42.9986494Z [00:02:28.281]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:42.9987391Z [00:02:28.281]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:42.9988366Z [00:02:28.281]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3700090427/b494/_pkg_.a
2025-08-20T23:03:42.9989749Z [00:02:28.281]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3700090427/b495/_pkg_.a
2025-08-20T23:03:42.9991024Z [00:02:28.281]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3700090427/b496/_pkg_.a
2025-08-20T23:03:42.9992126Z [00:02:28.281]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3700090427/b497/_pkg_.a
2025-08-20T23:03:42.9992804Z [00:02:28.281]➜  EOF
2025-08-20T23:03:42.9993280Z [00:02:28.281]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:42.9999087Z [00:02:28.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305=>golang.org/x/crypto@v0.40.0/chacha20poly1305;$WORK/b493=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -installsuffix shared -buildid 25R3_3qhsbRi1LwR-biS/25R3_3qhsbRi1LwR-biS -goversion go1.25.0 -symabis $WORK/b493/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack -asmhdr $WORK/b493/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305/chacha20poly1305_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305/chacha20poly1305_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305/xchacha20poly1305.go
2025-08-20T23:03:43.0294146Z [00:02:28.312]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T23:03:43.0315783Z [00:02:28.315]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/9c/9c0993c469440b1cbf35f2d8ed937ba2fa1b7631ff9c184a51fb7abacb1727a8-d # internal
2025-08-20T23:03:43.0335017Z [00:02:28.317]➜  golang.org/x/crypto/hkdf
2025-08-20T23:03:43.0340078Z [00:02:28.317]➜  mkdir -p $WORK/b500/
2025-08-20T23:03:43.0342433Z [00:02:28.317]➜  cat >/tmp/go-build3700090427/b500/importcfg << 'EOF' # internal
2025-08-20T23:03:43.0343159Z [00:02:28.317]➜  # import config
2025-08-20T23:03:43.0343897Z [00:02:28.317]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:03:43.0344784Z [00:02:28.317]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:43.0345614Z [00:02:28.317]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:43.0346411Z [00:02:28.317]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:43.0347013Z [00:02:28.317]➜  EOF
2025-08-20T23:03:43.0350453Z [00:02:28.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/hkdf=>golang.org/x/crypto@v0.40.0/hkdf;$WORK/b500=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid DJNpyryxXA077nxkLUxs/DJNpyryxXA077nxkLUxs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/hkdf/hkdf.go
2025-08-20T23:03:43.0573286Z [00:02:28.340]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305
2025-08-20T23:03:43.0576204Z [00:02:28.340]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/chacha20poly1305 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305=>golang.org/x/crypto@v0.40.0/chacha20poly1305;$WORK/b493=>" -I $WORK/b493/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b493/chacha20poly1305_amd64.o ./chacha20poly1305_amd64.s
2025-08-20T23:03:43.0638974Z [00:02:28.347]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T23:03:43.0670249Z [00:02:28.348]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/2a/2adc28997f38820da80ae7987603f8d3ea8d86b996cdc1d32d9b36976bb1d125-d # internal
2025-08-20T23:03:43.0676106Z [00:02:28.348]➜  github.com/google/s2a-go/internal/proto/v2/common_go_proto
2025-08-20T23:03:43.0676822Z [00:02:28.348]➜  mkdir -p $WORK/b502/
2025-08-20T23:03:43.0677542Z [00:02:28.350]➜  cat >/tmp/go-build3700090427/b502/importcfg << 'EOF' # internal
2025-08-20T23:03:43.0678205Z [00:02:28.350]➜  # import config
2025-08-20T23:03:43.0679184Z [00:02:28.350]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:43.0680762Z [00:02:28.350]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:43.0681833Z [00:02:28.350]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:43.0682641Z [00:02:28.350]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:43.0683223Z [00:02:28.350]➜  EOF
2025-08-20T23:03:43.0683710Z [00:02:28.350]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:43.0688160Z [00:02:28.350]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b502/_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/b502=>" -p github.com/google/s2a-go/internal/proto/v2/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid 6D6vFpviu5gFAzRiH4JE/6D6vFpviu5gFAzRiH4JE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/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-20T23:03:43.0737213Z [00:02:28.357]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T23:03:43.0800554Z [00:02:28.363]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/3d/3d9d8e8584159d5fe2f7e438036039bc556d565a6397ef70ddea85ce610804e6-d # internal
2025-08-20T23:03:43.0807558Z [00:02:28.364]➜  github.com/googleapis/enterprise-certificate-proxy/client
2025-08-20T23:03:43.0812323Z [00:02:28.364]➜  mkdir -p $WORK/b474/
2025-08-20T23:03:43.0822900Z [00:02:28.365]➜  cat >/tmp/go-build3700090427/b474/importcfg << 'EOF' # internal
2025-08-20T23:03:43.0824108Z [00:02:28.365]➜  # import config
2025-08-20T23:03:43.0826087Z [00:02:28.365]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:43.0827090Z [00:02:28.365]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:03:43.0833264Z [00:02:28.365]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:43.0834163Z [00:02:28.365]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:43.0835187Z [00:02:28.365]➜  packagefile encoding/gob=/tmp/go-build3700090427/b475/_pkg_.a
2025-08-20T23:03:43.0836119Z [00:02:28.365]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:43.0836909Z [00:02:28.365]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.0838159Z [00:02:28.365]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3700090427/b477/_pkg_.a
2025-08-20T23:03:43.0839507Z [00:02:28.365]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:43.0840343Z [00:02:28.365]➜  packagefile net/rpc=/tmp/go-build3700090427/b478/_pkg_.a
2025-08-20T23:03:43.0841175Z [00:02:28.365]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:43.0841988Z [00:02:28.365]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:43.0842571Z [00:02:28.365]➜  EOF
2025-08-20T23:03:43.0852512Z [00:02:28.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b474/_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/b474=>" -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/b474/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/client.go
2025-08-20T23:03:43.0931880Z [00:02:28.376]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/chacha20poly1305
2025-08-20T23:03:43.0934825Z [00:02:28.376]➜  go tool pack r $WORK/b493/_pkg_.a $WORK/b493/chacha20poly1305_amd64.o # internal
2025-08-20T23:03:43.0939178Z [00:02:28.377]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T23:03:43.0944254Z [00:02:28.377]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/e1/e132b0bbe395c75e41924b9150c81c8b1f9f15b081eb6912b3a7797215455fa7-d # internal
2025-08-20T23:03:43.0974690Z [00:02:28.381]➜  github.com/google/s2a-go/internal/record/internal/aeadcrypter
2025-08-20T23:03:43.0981616Z [00:02:28.381]➜  mkdir -p $WORK/b492/
2025-08-20T23:03:43.0985387Z [00:02:28.381]➜  cat >/tmp/go-build3700090427/b492/importcfg << 'EOF' # internal
2025-08-20T23:03:43.0986149Z [00:02:28.381]➜  # import config
2025-08-20T23:03:43.0986883Z [00:02:28.381]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:03:43.0987793Z [00:02:28.381]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:43.0988640Z [00:02:28.381]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.0989861Z [00:02:28.381]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3700090427/b493/_pkg_.a
2025-08-20T23:03:43.0990676Z [00:02:28.381]➜  EOF
2025-08-20T23:03:43.0991159Z [00:02:28.381]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:43.0998246Z [00:02:28.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b492/_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/b492=>" -p github.com/google/s2a-go/internal/record/internal/aeadcrypter -lang=go1.20 -complete -installsuffix shared -buildid x74tmykCmXTcj-4dbjt1/x74tmykCmXTcj-4dbjt1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/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-20T23:03:43.1323371Z [00:02:28.415]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T23:03:43.1342635Z [00:02:28.416]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/40/40f098edc7fa1be8b5a414a6e17a33ea09372455a917003cb2c4c82c0a650815-d # internal
2025-08-20T23:03:43.1347309Z [00:02:28.416]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T23:03:43.1348196Z [00:02:28.417]➜  github.com/google/s2a-go/internal/record/internal/halfconn
2025-08-20T23:03:43.1348888Z [00:02:28.417]➜  mkdir -p $WORK/b491/
2025-08-20T23:03:43.1349851Z [00:02:28.417]➜  cat >/tmp/go-build3700090427/b491/importcfg << 'EOF' # internal
2025-08-20T23:03:43.1350525Z [00:02:28.417]➜  # import config
2025-08-20T23:03:43.1355150Z [00:02:28.417]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:43.1356259Z [00:02:28.417]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:03:43.1357137Z [00:02:28.417]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:43.1357887Z [00:02:28.417]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.1358992Z [00:02:28.417]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3700090427/b486/_pkg_.a
2025-08-20T23:03:43.1363851Z [00:02:28.417]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build3700090427/b492/_pkg_.a
2025-08-20T23:03:43.1365229Z [00:02:28.417]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3700090427/b498/_pkg_.a
2025-08-20T23:03:43.1366440Z [00:02:28.417]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3700090427/b500/_pkg_.a
2025-08-20T23:03:43.1367729Z [00:02:28.417]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:43.1368565Z [00:02:28.417]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:43.1369176Z [00:02:28.417]➜  EOF
2025-08-20T23:03:43.1375625Z [00:02:28.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b491/_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/b491=>" -p github.com/google/s2a-go/internal/record/internal/halfconn -lang=go1.20 -complete -installsuffix shared -buildid s1k10r7XCOKD7qXgvch_/s1k10r7XCOKD7qXgvch_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/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-20T23:03:43.1391459Z [00:02:28.418]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/fe/fe65011c67e4e12cad10071d28027de489448d27e527c979c7e2c99ffecf9654-d # internal
2025-08-20T23:03:43.1392606Z [00:02:28.418]➜  cloud.google.com/go/auth/internal/transport/cert
2025-08-20T23:03:43.1393258Z [00:02:28.418]➜  mkdir -p $WORK/b473/
2025-08-20T23:03:43.1393986Z [00:02:28.420]➜  cat >/tmp/go-build3700090427/b473/importcfg << 'EOF' # internal
2025-08-20T23:03:43.1394678Z [00:02:28.420]➜  # import config
2025-08-20T23:03:43.1395367Z [00:02:28.420]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:43.1396262Z [00:02:28.420]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:43.1397490Z [00:02:28.420]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:43.1398458Z [00:02:28.420]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:43.1399629Z [00:02:28.420]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.1400893Z [00:02:28.420]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3700090427/b474/_pkg_.a
2025-08-20T23:03:43.1402488Z [00:02:28.420]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3700090427/b477/_pkg_.a
2025-08-20T23:03:43.1403677Z [00:02:28.420]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:43.1404438Z [00:02:28.420]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:43.1405142Z [00:02:28.420]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:43.1405823Z [00:02:28.420]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:03:43.1406606Z [00:02:28.420]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:43.1407438Z [00:02:28.420]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:43.1408225Z [00:02:28.420]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:43.1408799Z [00:02:28.420]➜  EOF
2025-08-20T23:03:43.1414978Z [00:02:28.420]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cert=>cloud.google.com/go/auth@v0.16.3/internal/transport/cert;$WORK/b473=>" -p cloud.google.com/go/auth/internal/transport/cert -lang=go1.23 -complete -installsuffix shared -buildid KIE7dz8KcECz7XBd0eKL/KIE7dz8KcECz7XBd0eKL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cert/default_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cert/enterprise_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cert/secureconnect_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cert/workload_cert.go
2025-08-20T23:03:43.1442878Z [00:02:28.427]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T23:03:43.1448365Z [00:02:28.427]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/5f/5f6bb193a0f06990e1529ac91986a6b08a69f56c8a74e247848d1e32d513ec9e-d # internal
2025-08-20T23:03:43.1452232Z [00:02:28.428]➜  github.com/google/s2a-go/internal/tokenmanager
2025-08-20T23:03:43.1452904Z [00:02:28.428]➜  mkdir -p $WORK/b501/
2025-08-20T23:03:43.1453650Z [00:02:28.428]➜  cat >/tmp/go-build3700090427/b501/importcfg << 'EOF' # internal
2025-08-20T23:03:43.1458375Z [00:02:28.428]➜  # import config
2025-08-20T23:03:43.1459061Z [00:02:28.428]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.1460599Z [00:02:28.428]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3700090427/b486/_pkg_.a
2025-08-20T23:03:43.1462104Z [00:02:28.428]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3700090427/b502/_pkg_.a
2025-08-20T23:03:43.1463233Z [00:02:28.428]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:43.1463839Z [00:02:28.428]➜  EOF
2025-08-20T23:03:43.1467714Z [00:02:28.428]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b501/_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/b501=>" -p github.com/google/s2a-go/internal/tokenmanager -lang=go1.20 -complete -installsuffix shared -buildid KC5kx0FVCWBu4zqf80Z1/KC5kx0FVCWBu4zqf80Z1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/tokenmanager/tokenmanager.go
2025-08-20T23:03:43.1787712Z [00:02:28.462]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T23:03:43.1833757Z [00:02:28.466]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/a2/a2b49752189e5ceb0cf9c0f4abdcbddbe9d8fdd4a73bff6bc128c27a58ae5e14-d # internal
2025-08-20T23:03:43.1835233Z [00:02:28.466]➜  github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto
2025-08-20T23:03:43.1841266Z [00:02:28.466]➜  mkdir -p $WORK/b504/
2025-08-20T23:03:43.1842066Z [00:02:28.467]➜  cat >/tmp/go-build3700090427/b504/importcfg << 'EOF' # internal
2025-08-20T23:03:43.1842767Z [00:02:28.467]➜  # import config
2025-08-20T23:03:43.1843824Z [00:02:28.467]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3700090427/b502/_pkg_.a
2025-08-20T23:03:43.1845309Z [00:02:28.467]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:43.1846670Z [00:02:28.467]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:43.1847775Z [00:02:28.467]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:43.1848648Z [00:02:28.467]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:43.1849283Z [00:02:28.467]➜  EOF
2025-08-20T23:03:43.1853888Z [00:02:28.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b504/_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/b504=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid FQY5BqonHM65gNCeAHQ7/FQY5BqonHM65gNCeAHQ7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/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-20T23:03:43.1864130Z [00:02:28.469]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T23:03:43.1877200Z [00:02:28.471]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/26/2644f227c0a3de4c04430cce22f4c8a465c1392448bbd2e8b314ec549aa185b8-d # internal
2025-08-20T23:03:43.1889952Z [00:02:28.472]➜  github.com/google/s2a-go/retry
2025-08-20T23:03:43.1899048Z [00:02:28.472]➜  mkdir -p $WORK/b510/
2025-08-20T23:03:43.1900804Z [00:02:28.472]➜  cat >/tmp/go-build3700090427/b510/importcfg << 'EOF' # internal
2025-08-20T23:03:43.1901494Z [00:02:28.472]➜  # import config
2025-08-20T23:03:43.1902169Z [00:02:28.472]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:43.1904270Z [00:02:28.472]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:43.1907030Z [00:02:28.472]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:43.1907926Z [00:02:28.472]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:43.1908569Z [00:02:28.472]➜  EOF
2025-08-20T23:03:43.1912118Z [00:02:28.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b510/_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/b510=>" -p github.com/google/s2a-go/retry -lang=go1.20 -complete -installsuffix shared -buildid WJDXFWw06C8LlBqxsDQs/WJDXFWw06C8LlBqxsDQs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/retry/retry.go
2025-08-20T23:03:43.1988011Z [00:02:28.481]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T23:03:43.1991167Z [00:02:28.481]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/fe/fedc6b3ae3e27a606c43d92d76a2d56460bbf50cf3f56c0e950cea67521030ca-d # internal
2025-08-20T23:03:43.1992564Z [00:02:28.481]➜  cloud.google.com/go/auth/credentials/internal/externalaccount
2025-08-20T23:03:43.1993293Z [00:02:28.481]➜  mkdir -p $WORK/b469/
2025-08-20T23:03:43.1994114Z [00:02:28.481]➜  cat >/tmp/go-build3700090427/b469/importcfg << 'EOF' # internal
2025-08-20T23:03:43.2011199Z [00:02:28.481]➜  # import config
2025-08-20T23:03:43.2012195Z [00:02:28.481]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:43.2013878Z [00:02:28.481]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:43.2015657Z [00:02:28.481]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3700090427/b470/_pkg_.a
2025-08-20T23:03:43.2017806Z [00:02:28.481]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3700090427/b471/_pkg_.a
2025-08-20T23:03:43.2019693Z [00:02:28.481]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3700090427/b454/_pkg_.a
2025-08-20T23:03:43.2021376Z [00:02:28.481]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3700090427/b472/_pkg_.a
2025-08-20T23:03:43.2023166Z [00:02:28.481]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3700090427/b473/_pkg_.a
2025-08-20T23:03:43.2024611Z [00:02:28.481]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:43.2025492Z [00:02:28.481]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:03:43.2026408Z [00:02:28.481]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:43.2027279Z [00:02:28.481]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:43.2028168Z [00:02:28.481]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:43.2029074Z [00:02:28.481]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:43.2030156Z [00:02:28.481]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:43.2031115Z [00:02:28.481]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:43.2032003Z [00:02:28.481]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:03:43.2032831Z [00:02:28.481]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:43.2033609Z [00:02:28.481]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.2034705Z [00:02:28.481]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:03:43.2035747Z [00:02:28.481]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:43.2036845Z [00:02:28.481]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:43.2037677Z [00:02:28.481]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:43.2038517Z [00:02:28.481]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:43.2039310Z [00:02:28.481]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:43.2040718Z [00:02:28.481]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:43.2041741Z [00:02:28.481]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:43.2042746Z [00:02:28.481]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:43.2043957Z [00:02:28.481]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:43.2045003Z [00:02:28.481]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:43.2046016Z [00:02:28.481]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:43.2047236Z [00:02:28.481]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:43.2048261Z [00:02:28.481]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:43.2049242Z [00:02:28.481]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:43.2050543Z [00:02:28.481]➜  EOF
2025-08-20T23:03:43.2062633Z [00:02:28.481]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b469/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount=>cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount;$WORK/b469=>" -p cloud.google.com/go/auth/credentials/internal/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid LsRsBvGOu8TVnq5N0D5V/LsRsBvGOu8TVnq5N0D5V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/aws_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/executable_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/externalaccount.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/file_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/info.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/programmatic_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/url_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/internal/externalaccount/x509_provider.go
2025-08-20T23:03:43.2145872Z [00:02:28.497]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T23:03:43.2147324Z [00:02:28.497]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/15/150c7f07fb028b0332d5eac4260a9eeeebe26fe0a5832c3f46d0dcd9beaad8db-d # internal
2025-08-20T23:03:43.2153960Z [00:02:28.498]➜  google.golang.org/api/internal/cert
2025-08-20T23:03:43.2174744Z [00:02:28.498]➜  mkdir -p $WORK/b511/
2025-08-20T23:03:43.2175540Z [00:02:28.498]➜  cat >/tmp/go-build3700090427/b511/importcfg << 'EOF' # internal
2025-08-20T23:03:43.2176289Z [00:02:28.498]➜  # import config
2025-08-20T23:03:43.2177037Z [00:02:28.498]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:43.2178025Z [00:02:28.498]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:43.2178960Z [00:02:28.498]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:43.2180061Z [00:02:28.498]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:43.2180892Z [00:02:28.498]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.2182177Z [00:02:28.498]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3700090427/b474/_pkg_.a
2025-08-20T23:03:43.2183424Z [00:02:28.499]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:43.2184636Z [00:02:28.499]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:43.2185506Z [00:02:28.499]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:03:43.2186479Z [00:02:28.499]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:43.2187404Z [00:02:28.499]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:43.2188236Z [00:02:28.499]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:43.2188871Z [00:02:28.499]➜  EOF
2025-08-20T23:03:43.2194626Z [00:02:28.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/cert=>google.golang.org/api@v0.243.0/internal/cert;$WORK/b511=>" -p google.golang.org/api/internal/cert -lang=go1.23 -complete -installsuffix shared -buildid l-L06n9w9G_RSeqHU5T3/l-L06n9w9G_RSeqHU5T3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/cert/default_cert.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/cert/enterprise_cert.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/cert/secureconnect_cert.go
2025-08-20T23:03:43.2306349Z [00:02:28.514]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T23:03:43.2323198Z [00:02:28.515]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/02/022e4ae1cc711c9a242af130433ef3f047c7a852c7dc8822891412b40c80ccd2-d # internal
2025-08-20T23:03:43.2324559Z [00:02:28.516]➜  google.golang.org/api/internal/impersonate
2025-08-20T23:03:43.2328255Z [00:02:28.516]➜  mkdir -p $WORK/b512/
2025-08-20T23:03:43.2339928Z [00:02:28.517]➜  cat >/tmp/go-build3700090427/b512/importcfg << 'EOF' # internal
2025-08-20T23:03:43.2344942Z [00:02:28.517]➜  # import config
2025-08-20T23:03:43.2350904Z [00:02:28.517]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:43.2354151Z [00:02:28.517]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:43.2355927Z [00:02:28.517]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:43.2356990Z [00:02:28.517]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.2360323Z [00:02:28.517]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:43.2361289Z [00:02:28.517]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:43.2362122Z [00:02:28.517]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:43.2362969Z [00:02:28.517]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:43.2363584Z [00:02:28.517]➜  EOF
2025-08-20T23:03:43.2367556Z [00:02:28.517]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/impersonate=>google.golang.org/api@v0.243.0/internal/impersonate;$WORK/b512=>" -p google.golang.org/api/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid Die5Wej5Z6XNowEQ-0i7/Die5Wej5Z6XNowEQ-0i7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/impersonate/impersonate.go
2025-08-20T23:03:43.2694240Z [00:02:28.552]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T23:03:43.2704814Z [00:02:28.553]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/1b/1b366bced43d44be687a3d323398393984b8307dc1484603e3809ceb6d64a1a6-d # internal
2025-08-20T23:03:43.2713179Z [00:02:28.554]➜  cloud.google.com/go/auth/internal/compute
2025-08-20T23:03:43.2715415Z [00:02:28.554]➜  mkdir -p $WORK/b516/
2025-08-20T23:03:43.2720122Z [00:02:28.554]➜  cat >/tmp/go-build3700090427/b516/importcfg << 'EOF' # internal
2025-08-20T23:03:43.2722090Z [00:02:28.554]➜  # import config
2025-08-20T23:03:43.2723244Z [00:02:28.554]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:43.2725498Z [00:02:28.554]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:43.2728540Z [00:02:28.554]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:43.2730435Z [00:02:28.555]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:43.2731258Z [00:02:28.555]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:43.2731862Z [00:02:28.555]➜  EOF
2025-08-20T23:03:43.2736243Z [00:02:28.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/compute=>cloud.google.com/go/auth@v0.16.3/internal/compute;$WORK/b516=>" -p cloud.google.com/go/auth/internal/compute -lang=go1.23 -complete -installsuffix shared -buildid IThk5-vTRO5LCNr4bxxF/IThk5-vTRO5LCNr4bxxF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/compute/compute.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/compute/manufacturer_linux.go
2025-08-20T23:03:43.2769226Z [00:02:28.560]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T23:03:43.2784176Z [00:02:28.561]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/44/446c0d0687811fc859131f58bacd60c261b419b39ba141025f51ec6b8a1b5c7e-d # internal
2025-08-20T23:03:43.2790784Z [00:02:28.562]➜  go.opentelemetry.io/otel/attribute/internal
2025-08-20T23:03:43.2791436Z [00:02:28.562]➜  mkdir -p $WORK/b521/
2025-08-20T23:03:43.2798258Z [00:02:28.563]➜  cat >/tmp/go-build3700090427/b521/importcfg << 'EOF' # internal
2025-08-20T23:03:43.2803012Z [00:02:28.563]➜  # import config
2025-08-20T23:03:43.2803732Z [00:02:28.563]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:43.2804392Z [00:02:28.563]➜  EOF
2025-08-20T23:03:43.2808620Z [00:02:28.563]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b521/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/internal=>go.opentelemetry.io/otel@v1.36.0/attribute/internal;$WORK/b521=>" -p go.opentelemetry.io/otel/attribute/internal -lang=go1.23 -complete -installsuffix shared -buildid GRVUwjdxSNgEK9lX7PjD/GRVUwjdxSNgEK9lX7PjD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/internal/attribute.go
2025-08-20T23:03:43.2906819Z [00:02:28.574]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T23:03:43.2910380Z [00:02:28.574]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/5d/5d27d6a3b2fbd601cf45d981d0346745cee84d1c345786ae173e8b8fcf2aa45e-d # internal
2025-08-20T23:03:43.2941026Z [00:02:28.577]➜  github.com/go-logr/logr/funcr
2025-08-20T23:03:43.2943741Z [00:02:28.577]➜  mkdir -p $WORK/b526/
2025-08-20T23:03:43.2949246Z [00:02:28.578]➜  cat >/tmp/go-build3700090427/b526/importcfg << 'EOF' # internal
2025-08-20T23:03:43.2965529Z [00:02:28.578]➜  # import config
2025-08-20T23:03:43.2966279Z [00:02:28.578]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:43.2967156Z [00:02:28.578]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:43.2968019Z [00:02:28.578]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:43.2968889Z [00:02:28.578]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:43.2969941Z [00:02:28.578]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.2970853Z [00:02:28.578]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:03:43.2971772Z [00:02:28.578]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:43.2972638Z [00:02:28.578]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:43.2973496Z [00:02:28.578]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:43.2974313Z [00:02:28.578]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:43.2975121Z [00:02:28.578]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:43.2976229Z [00:02:28.578]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:43.2977009Z [00:02:28.578]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:43.2977610Z [00:02:28.578]➜  EOF
2025-08-20T23:03:43.2985905Z [00:02:28.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b526/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/funcr=>github.com/go-logr/logr@v1.4.3/funcr;$WORK/b526=>" -p github.com/go-logr/logr/funcr -lang=go1.18 -complete -installsuffix shared -buildid 9dlhjUX3n3z8u2jTg_jf/9dlhjUX3n3z8u2jTg_jf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/funcr/funcr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.3/funcr/slogsink.go
2025-08-20T23:03:43.3275634Z [00:02:28.610]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T23:03:43.3300445Z [00:02:28.613]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/3d/3dcd1dd8421b1e78eb3a6605af1d7d20b5b2a3abde65d82ecd52544b74b42012-d # internal
2025-08-20T23:03:43.3316281Z [00:02:28.615]➜  go.opentelemetry.io/otel/attribute
2025-08-20T23:03:43.3318017Z [00:02:28.615]➜  mkdir -p $WORK/b520/
2025-08-20T23:03:43.3332620Z [00:02:28.616]➜  cat >/tmp/go-build3700090427/b520/importcfg << 'EOF' # internal
2025-08-20T23:03:43.3333587Z [00:02:28.616]➜  # import config
2025-08-20T23:03:43.3335434Z [00:02:28.616]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:43.3336281Z [00:02:28.616]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:43.3337217Z [00:02:28.616]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:43.3338096Z [00:02:28.616]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.3339816Z [00:02:28.616]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build3700090427/b521/_pkg_.a
2025-08-20T23:03:43.3340975Z [00:02:28.616]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:43.3341842Z [00:02:28.616]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:43.3342677Z [00:02:28.616]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:43.3343500Z [00:02:28.616]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:43.3344318Z [00:02:28.616]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:43.3345178Z [00:02:28.616]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:43.3346057Z [00:02:28.616]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:43.3346727Z [00:02:28.616]➜  EOF
2025-08-20T23:03:43.3371064Z [00:02:28.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute=>go.opentelemetry.io/otel@v1.36.0/attribute;$WORK/b520=>" -p go.opentelemetry.io/otel/attribute -lang=go1.23 -complete -installsuffix shared -buildid Aavme4eoy5pxZp2re8hr/Aavme4eoy5pxZp2re8hr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/encoder.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/iterator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/key.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/kv.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/rawhelpers.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/set.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/type_string.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/attribute/value.go
2025-08-20T23:03:43.4064397Z [00:02:28.689]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T23:03:43.4068375Z [00:02:28.690]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/9d/9d83ac1c60dd91d4706cddb88d042f5b58918f304d96d362c497ea82c670349c-d # internal
2025-08-20T23:03:43.4072784Z [00:02:28.690]➜  cloud.google.com/go/auth/credentials
2025-08-20T23:03:43.4078644Z [00:02:28.691]➜  mkdir -p $WORK/b468/
2025-08-20T23:03:43.4079527Z [00:02:28.691]➜  cat >/tmp/go-build3700090427/b468/importcfg << 'EOF' # internal
2025-08-20T23:03:43.4083153Z [00:02:28.691]➜  # import config
2025-08-20T23:03:43.4085908Z [00:02:28.691]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:43.4088807Z [00:02:28.691]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build3700090427/b469/_pkg_.a
2025-08-20T23:03:43.4090906Z [00:02:28.691]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build3700090427/b479/_pkg_.a
2025-08-20T23:03:43.4094041Z [00:02:28.691]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build3700090427/b480/_pkg_.a
2025-08-20T23:03:43.4096442Z [00:02:28.691]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3700090427/b470/_pkg_.a
2025-08-20T23:03:43.4098800Z [00:02:28.691]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3700090427/b454/_pkg_.a
2025-08-20T23:03:43.4100172Z [00:02:28.691]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3700090427/b472/_pkg_.a
2025-08-20T23:03:43.4101332Z [00:02:28.691]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3700090427/b456/_pkg_.a
2025-08-20T23:03:43.4102464Z [00:02:28.691]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3700090427/b455/_pkg_.a
2025-08-20T23:03:43.4103394Z [00:02:28.691]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:43.4104146Z [00:02:28.691]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:43.4105222Z [00:02:28.691]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:43.4106035Z [00:02:28.691]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:43.4106768Z [00:02:28.691]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.4107765Z [00:02:28.691]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:03:43.4108747Z [00:02:28.691]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:43.4109747Z [00:02:28.691]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:43.4110592Z [00:02:28.691]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:43.4111373Z [00:02:28.691]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:43.4112152Z [00:02:28.691]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:43.4112953Z [00:02:28.691]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:43.4113552Z [00:02:28.692]➜  EOF
2025-08-20T23:03:43.4119106Z [00:02:28.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b468/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials=>cloud.google.com/go/auth@v0.16.3/credentials;$WORK/b468=>" -p cloud.google.com/go/auth/credentials -lang=go1.23 -complete -installsuffix shared -buildid qf7BTaQiMMdv3kmDRaC2/qf7BTaQiMMdv3kmDRaC2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/compute.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/detect.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/doc.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/filetypes.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/credentials/selfsignedjwt.go
2025-08-20T23:03:43.5366688Z [00:02:28.820]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T23:03:43.5437358Z [00:02:28.827]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/db/db66587e93074ed966cfa10aa478798a303b7a98b7265e0b826517797f469f6c-d # internal
2025-08-20T23:03:43.5458567Z [00:02:28.829]➜  go.opentelemetry.io/otel/semconv/v1.30.0
2025-08-20T23:03:43.5461911Z [00:02:28.829]➜  mkdir -p $WORK/b522/
2025-08-20T23:03:43.5496066Z [00:02:28.833]➜  cat >/tmp/go-build3700090427/b522/importcfg << 'EOF' # internal
2025-08-20T23:03:43.5510924Z [00:02:28.833]➜  # import config
2025-08-20T23:03:43.5511844Z [00:02:28.833]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:43.5512685Z [00:02:28.833]➜  EOF
2025-08-20T23:03:43.5518556Z [00:02:28.833]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b522/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.30.0=>go.opentelemetry.io/otel@v1.36.0/semconv/v1.30.0;$WORK/b522=>" -p go.opentelemetry.io/otel/semconv/v1.30.0 -lang=go1.23 -complete -installsuffix shared -buildid _rmgAsSCqnpKD-_TKc4i/_rmgAsSCqnpKD-_TKc4i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.30.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.30.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.30.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.30.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.30.0/schema.go
2025-08-20T23:03:43.5558868Z [00:02:28.839]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T23:03:43.5582363Z [00:02:28.841]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/97/9796aea79956dec5077b35b8efa7ce6b675d630c9dec7292df17d3a826539117-d # internal
2025-08-20T23:03:43.5626441Z [00:02:28.846]➜  github.com/go-logr/stdr
2025-08-20T23:03:43.5631954Z [00:02:28.846]➜  mkdir -p $WORK/b525/
2025-08-20T23:03:43.5632690Z [00:02:28.846]➜  cat >/tmp/go-build3700090427/b525/importcfg << 'EOF' # internal
2025-08-20T23:03:43.5633366Z [00:02:28.846]➜  # import config
2025-08-20T23:03:43.5634420Z [00:02:28.846]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:03:43.5635520Z [00:02:28.846]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build3700090427/b526/_pkg_.a
2025-08-20T23:03:43.5636408Z [00:02:28.846]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:43.5637138Z [00:02:28.846]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:43.5637671Z [00:02:28.846]➜  EOF
2025-08-20T23:03:43.5640943Z [00:02:28.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2=>github.com/go-logr/stdr@v1.2.2;$WORK/b525=>" -p github.com/go-logr/stdr -lang=go1.16 -complete -installsuffix shared -buildid 1G2hoplIQK5nvHzbP6B9/1G2hoplIQK5nvHzbP6B9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go
2025-08-20T23:03:43.5826656Z [00:02:28.866]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T23:03:43.5844037Z [00:02:28.867]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/92/9273b10ad4cf0a1096d89e9e698ec8096646a2a3030ff9199d671c15156e0516-d # internal
2025-08-20T23:03:43.5911138Z [00:02:28.874]➜  go.opentelemetry.io/auto/sdk/internal/telemetry
2025-08-20T23:03:43.5915047Z [00:02:28.875]➜  mkdir -p $WORK/b528/
2025-08-20T23:03:43.5924636Z [00:02:28.876]➜  cat >/tmp/go-build3700090427/b528/importcfg << 'EOF' # internal
2025-08-20T23:03:43.5948215Z [00:02:28.877]➜  # import config
2025-08-20T23:03:43.5948937Z [00:02:28.877]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:43.5950083Z [00:02:28.877]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:43.5950951Z [00:02:28.877]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:43.5951900Z [00:02:28.878]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:43.5954924Z [00:02:28.879]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:43.5956340Z [00:02:28.879]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:43.5957757Z [00:02:28.879]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.5958886Z [00:02:28.879]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:43.5960058Z [00:02:28.879]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:43.5961442Z [00:02:28.879]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:43.5963200Z [00:02:28.879]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:43.5964030Z [00:02:28.879]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:43.5964617Z [00:02:28.879]➜  EOF
2025-08-20T23:03:43.5974211Z [00:02:28.879]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b528/_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/b528=>" -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/b528/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-20T23:03:43.6491876Z [00:02:28.932]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T23:03:43.6504776Z [00:02:28.933]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/ec/ec1fba25fb8cc1ad466e5c4af58f62561dd72e0549e9e3e798cabbfc2b870c0e-d # internal
2025-08-20T23:03:43.6537534Z [00:02:28.934]➜  go.opentelemetry.io/otel/codes
2025-08-20T23:03:43.6538145Z [00:02:28.934]➜  mkdir -p $WORK/b529/
2025-08-20T23:03:43.6538863Z [00:02:28.934]➜  cat >/tmp/go-build3700090427/b529/importcfg << 'EOF' # internal
2025-08-20T23:03:43.6539724Z [00:02:28.934]➜  # import config
2025-08-20T23:03:43.6540429Z [00:02:28.934]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:43.6541304Z [00:02:28.934]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:43.6542111Z [00:02:28.934]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.6542903Z [00:02:28.934]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:43.6543538Z [00:02:28.934]➜  EOF
2025-08-20T23:03:43.6547404Z [00:02:28.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/codes=>go.opentelemetry.io/otel@v1.36.0/codes;$WORK/b529=>" -p go.opentelemetry.io/otel/codes -lang=go1.23 -complete -installsuffix shared -buildid 3bsEDjXzv7WD0QVJQJ_i/3bsEDjXzv7WD0QVJQJ_i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/codes/codes.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/codes/doc.go
2025-08-20T23:03:43.7146700Z [00:02:28.998]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T23:03:43.7156673Z [00:02:28.998]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/6a/6a49f6fb4e8282c4b36df3d2b74c9697c6aa68d3c8aa1544be4be1f77762ded5-d # internal
2025-08-20T23:03:43.7162135Z [00:02:28.999]➜  go.opentelemetry.io/otel/semconv/v1.26.0
2025-08-20T23:03:43.7162801Z [00:02:28.999]➜  mkdir -p $WORK/b530/
2025-08-20T23:03:43.7165309Z [00:02:29.000]➜  cat >/tmp/go-build3700090427/b530/importcfg << 'EOF' # internal
2025-08-20T23:03:43.7169192Z [00:02:29.000]➜  # import config
2025-08-20T23:03:43.7183841Z [00:02:29.000]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:43.7184752Z [00:02:29.000]➜  EOF
2025-08-20T23:03:43.7190773Z [00:02:29.002]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0=>go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0;$WORK/b530=>" -p go.opentelemetry.io/otel/semconv/v1.26.0 -lang=go1.23 -complete -installsuffix shared -buildid gIQx8I9EzxF1dz3mT--O/gIQx8I9EzxF1dz3mT--O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.26.0/schema.go
2025-08-20T23:03:43.8246474Z [00:02:29.108]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T23:03:43.8304773Z [00:02:29.114]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/da/daa81c8c8b1d07f874d6927a038321abcaaf26da75bc6724aa8f981eec3023d9-d # internal
2025-08-20T23:03:43.8310643Z [00:02:29.114]➜  go.opentelemetry.io/otel/trace/internal/telemetry
2025-08-20T23:03:43.8312134Z [00:02:29.114]➜  mkdir -p $WORK/b533/
2025-08-20T23:03:43.8316255Z [00:02:29.115]➜  cat >/tmp/go-build3700090427/b533/importcfg << 'EOF' # internal
2025-08-20T23:03:43.8317546Z [00:02:29.115]➜  # import config
2025-08-20T23:03:43.8318754Z [00:02:29.115]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:43.8319727Z [00:02:29.115]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:43.8320871Z [00:02:29.115]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:43.8321774Z [00:02:29.115]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:43.8322675Z [00:02:29.115]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:43.8323496Z [00:02:29.115]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:43.8324222Z [00:02:29.115]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.8324923Z [00:02:29.115]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:43.8325652Z [00:02:29.115]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:43.8326398Z [00:02:29.115]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:43.8327166Z [00:02:29.115]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:43.8327916Z [00:02:29.115]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:43.8328483Z [00:02:29.115]➜  EOF
2025-08-20T23:03:43.8337856Z [00:02:29.115]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry=>go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry;$WORK/b533=>" -p go.opentelemetry.io/otel/trace/internal/telemetry -lang=go1.23 -complete -installsuffix shared -buildid 7EWDbXsJXgjbMB3-Pwdb/7EWDbXsJXgjbMB3-Pwdb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/attr.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/id.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/number.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/scope.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/status.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/traces.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/internal/telemetry/value.go
2025-08-20T23:03:43.8935498Z [00:02:29.177]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T23:03:43.9196574Z [00:02:29.203]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/a2/a2d541610ef0086d789d1ff28f3b7b36ffe4131c6e12e32f5e08e6a1940ac16e-d # internal
2025-08-20T23:03:43.9213786Z [00:02:29.204]➜  cloud.google.com/go/iam/apiv1/iampb
2025-08-20T23:03:43.9214408Z [00:02:29.205]➜  mkdir -p $WORK/b323/
2025-08-20T23:03:43.9215116Z [00:02:29.205]➜  cat >/tmp/go-build3700090427/b323/importcfg << 'EOF' # internal
2025-08-20T23:03:43.9215793Z [00:02:29.205]➜  # import config
2025-08-20T23:03:43.9216998Z [00:02:29.205]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:43.9218173Z [00:02:29.205]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3700090427/b324/_pkg_.a
2025-08-20T23:03:43.9219732Z [00:02:29.205]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3700090427/b356/_pkg_.a
2025-08-20T23:03:43.9220976Z [00:02:29.205]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:43.9223699Z [00:02:29.205]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:43.9226051Z [00:02:29.205]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:43.9231510Z [00:02:29.205]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:43.9235750Z [00:02:29.205]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:43.9240053Z [00:02:29.205]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3700090427/b434/_pkg_.a
2025-08-20T23:03:43.9275219Z [00:02:29.205]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:43.9276117Z [00:02:29.205]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:43.9276726Z [00:02:29.205]➜  EOF
2025-08-20T23:03:43.9282072Z [00:02:29.205]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b323/_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/b323=>" -p cloud.google.com/go/iam/apiv1/iampb -lang=go1.23 -complete -installsuffix shared -buildid hH7YXD-X0tPN9UW08ALF/hH7YXD-X0tPN9UW08ALF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/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-20T23:03:43.9475654Z [00:02:29.231]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T23:03:43.9638616Z [00:02:29.247]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/34/34fb5d9f2b08312bdbf336b86017f1d7f16d36c892615d276a997d6262d3f7f2-d # internal
2025-08-20T23:03:43.9666075Z [00:02:29.250]➜  github.com/googleapis/gax-go/v2
2025-08-20T23:03:43.9703897Z [00:02:29.253]➜  mkdir -p $WORK/b435/
2025-08-20T23:03:43.9712816Z [00:02:29.254]➜  cat >/tmp/go-build3700090427/b435/importcfg << 'EOF' # internal
2025-08-20T23:03:43.9714271Z [00:02:29.254]➜  # import config
2025-08-20T23:03:43.9715347Z [00:02:29.254]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:43.9716172Z [00:02:29.255]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:43.9717033Z [00:02:29.255]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:43.9717917Z [00:02:29.255]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:43.9718721Z [00:02:29.255]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:43.9720242Z [00:02:29.255]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3700090427/b436/_pkg_.a
2025-08-20T23:03:43.9721458Z [00:02:29.255]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3700090427/b442/_pkg_.a
2025-08-20T23:03:43.9722827Z [00:02:29.255]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build3700090427/b443/_pkg_.a
2025-08-20T23:03:43.9724051Z [00:02:29.255]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3700090427/b439/_pkg_.a
2025-08-20T23:03:43.9725365Z [00:02:29.255]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:43.9726546Z [00:02:29.255]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:43.9727812Z [00:02:29.255]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:43.9729190Z [00:02:29.255]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:43.9731002Z [00:02:29.255]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:03:43.9732557Z [00:02:29.255]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:43.9734147Z [00:02:29.255]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:43.9735482Z [00:02:29.255]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:43.9736486Z [00:02:29.255]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:03:43.9737484Z [00:02:29.255]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:43.9738497Z [00:02:29.255]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:43.9741321Z [00:02:29.255]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:43.9742301Z [00:02:29.255]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:43.9743174Z [00:02:29.255]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:43.9744033Z [00:02:29.255]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:43.9744705Z [00:02:29.255]➜  EOF
2025-08-20T23:03:43.9750739Z [00:02:29.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0=>github.com/googleapis/gax-go/v2@v2.15.0;$WORK/b435=>" -p github.com/googleapis/gax-go/v2 -lang=go1.23 -complete -installsuffix shared -buildid imA2H0u_8cuR4PCT9NLH/imA2H0u_8cuR4PCT9NLH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/call_option.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/content_type.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/gax.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/header.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/invoke.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.15.0/proto_json_stream.go
2025-08-20T23:03:44.0567078Z [00:02:29.340]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T23:03:44.0612764Z [00:02:29.344]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/a9/a9d28d2a30efa5076ddb43ea3ce0d05fb71843c0cd8bfc2ad6bcfba2465197e7-d # internal
2025-08-20T23:03:44.0616127Z [00:02:29.345]➜  github.com/google/s2a-go/internal/proto/s2a_go_proto
2025-08-20T23:03:44.0616776Z [00:02:29.345]➜  mkdir -p $WORK/b488/
2025-08-20T23:03:44.0624769Z [00:02:29.345]➜  cat >/tmp/go-build3700090427/b488/importcfg << 'EOF' # internal
2025-08-20T23:03:44.0625453Z [00:02:29.345]➜  # import config
2025-08-20T23:03:44.0633886Z [00:02:29.345]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.0635055Z [00:02:29.345]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3700090427/b486/_pkg_.a
2025-08-20T23:03:44.0636205Z [00:02:29.345]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:44.0637157Z [00:02:29.345]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:44.0638120Z [00:02:29.345]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:44.0639241Z [00:02:29.345]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:44.0640633Z [00:02:29.345]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:44.0641583Z [00:02:29.345]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:44.0642284Z [00:02:29.345]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.0642803Z [00:02:29.345]➜  EOF
2025-08-20T23:03:44.0647270Z [00:02:29.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b488/_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/b488=>" -p github.com/google/s2a-go/internal/proto/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid eFI9-ksldCrGOC62Xb0W/eFI9-ksldCrGOC62Xb0W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/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-20T23:03:44.0651086Z [00:02:29.347]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T23:03:44.0685877Z [00:02:29.352]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/66/664893d51fe6f86fb86e00379a33cc5c0f011a475bd20f851acf0ed0a45eb3ae-d # internal
2025-08-20T23:03:44.0687423Z [00:02:29.352]➜  github.com/google/s2a-go/internal/handshaker/service
2025-08-20T23:03:44.0688310Z [00:02:29.352]➜  mkdir -p $WORK/b490/
2025-08-20T23:03:44.0694341Z [00:02:29.352]➜  cat >/tmp/go-build3700090427/b490/importcfg << 'EOF' # internal
2025-08-20T23:03:44.0695047Z [00:02:29.352]➜  # import config
2025-08-20T23:03:44.0695692Z [00:02:29.352]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.0696629Z [00:02:29.352]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:44.0697739Z [00:02:29.352]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:44.0698993Z [00:02:29.352]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3700090427/b391/_pkg_.a
2025-08-20T23:03:44.0700312Z [00:02:29.352]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.0700893Z [00:02:29.352]➜  EOF
2025-08-20T23:03:44.0704860Z [00:02:29.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b490/_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/b490=>" -p github.com/google/s2a-go/internal/handshaker/service -lang=go1.20 -complete -installsuffix shared -buildid a0U7Bswu4bVzd0HKVf91/a0U7Bswu4bVzd0HKVf91 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/service/service.go
2025-08-20T23:03:44.1724683Z [00:02:29.455]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T23:03:44.1751427Z [00:02:29.458]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T23:03:44.1778365Z [00:02:29.461]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/ab/abaf761391762cd2b79d21f0ba83a5bc523a59a68a4c832c1985f2da4cbc19da-d # internal
2025-08-20T23:03:44.1792073Z [00:02:29.462]➜  github.com/google/s2a-go/internal/proto/v2/s2a_go_proto
2025-08-20T23:03:44.1792735Z [00:02:29.462]➜  mkdir -p $WORK/b503/
2025-08-20T23:03:44.1800284Z [00:02:29.463]➜  cat >/tmp/go-build3700090427/b503/importcfg << 'EOF' # internal
2025-08-20T23:03:44.1805106Z [00:02:29.463]➜  # import config
2025-08-20T23:03:44.1809806Z [00:02:29.463]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.1815850Z [00:02:29.463]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3700090427/b502/_pkg_.a
2025-08-20T23:03:44.1822463Z [00:02:29.463]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build3700090427/b504/_pkg_.a
2025-08-20T23:03:44.1823765Z [00:02:29.463]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:44.1824835Z [00:02:29.463]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:44.1825791Z [00:02:29.463]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:44.1827250Z [00:02:29.463]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:44.1828458Z [00:02:29.463]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:44.1829633Z [00:02:29.463]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:44.1830458Z [00:02:29.463]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.1830989Z [00:02:29.463]➜  EOF
2025-08-20T23:03:44.1835755Z [00:02:29.463]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b503/_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/b503=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid JHJQX0RrhwfttxQVgKca/JHJQX0RrhwfttxQVgKca -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/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-20T23:03:44.1840787Z [00:02:29.465]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/06/064e1ee4a21547b2d8247ee1015c7fb4bd8f1b097f13235ac09915ee709ea22f-d # internal
2025-08-20T23:03:44.1842008Z [00:02:29.465]➜  cloud.google.com/go/secretmanager/apiv1/secretmanagerpb
2025-08-20T23:03:44.1842672Z [00:02:29.465]➜  mkdir -p $WORK/b444/
2025-08-20T23:03:44.1861245Z [00:02:29.469]➜  cat >/tmp/go-build3700090427/b444/importcfg << 'EOF' # internal
2025-08-20T23:03:44.1861919Z [00:02:29.469]➜  # import config
2025-08-20T23:03:44.1862761Z [00:02:29.469]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3700090427/b323/_pkg_.a
2025-08-20T23:03:44.1863737Z [00:02:29.469]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.1864892Z [00:02:29.469]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3700090427/b324/_pkg_.a
2025-08-20T23:03:44.1866136Z [00:02:29.469]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:44.1867466Z [00:02:29.469]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:44.1868514Z [00:02:29.469]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:44.1870196Z [00:02:29.469]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:44.1871532Z [00:02:29.469]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:44.1872844Z [00:02:29.469]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:03:44.1874176Z [00:02:29.469]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3700090427/b445/_pkg_.a
2025-08-20T23:03:44.1875541Z [00:02:29.469]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3700090427/b434/_pkg_.a
2025-08-20T23:03:44.1876905Z [00:02:29.469]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:03:44.1877976Z [00:02:29.469]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:44.1878752Z [00:02:29.469]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.1879313Z [00:02:29.469]➜  EOF
2025-08-20T23:03:44.1885339Z [00:02:29.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1/secretmanagerpb=>cloud.google.com/go/secretmanager@v1.15.0/apiv1/secretmanagerpb;$WORK/b444=>" -p cloud.google.com/go/secretmanager/apiv1/secretmanagerpb -lang=go1.23 -complete -installsuffix shared -buildid SnCiW9iC50p7LqnLIAQh/SnCiW9iC50p7LqnLIAQh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1/secretmanagerpb/resources.pb.go /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1/secretmanagerpb/service.pb.go /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1/secretmanagerpb/service_grpc.pb.go
2025-08-20T23:03:44.1907338Z [00:02:29.474]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T23:03:44.1938651Z [00:02:29.477]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/a1/a183ded97693c8d533803fe16afd749c8d09767ddd0878fbdd54d454b486ca0c-d # internal
2025-08-20T23:03:44.1944706Z [00:02:29.477]➜  cloud.google.com/go/iam
2025-08-20T23:03:44.1945253Z [00:02:29.477]➜  mkdir -p $WORK/b322/
2025-08-20T23:03:44.1945953Z [00:02:29.478]➜  cat >/tmp/go-build3700090427/b322/importcfg << 'EOF' # internal
2025-08-20T23:03:44.1946611Z [00:02:29.478]➜  # import config
2025-08-20T23:03:44.1947430Z [00:02:29.478]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3700090427/b323/_pkg_.a
2025-08-20T23:03:44.1948390Z [00:02:29.478]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.1949156Z [00:02:29.478]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.1950403Z [00:02:29.478]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3700090427/b435/_pkg_.a
2025-08-20T23:03:44.1951438Z [00:02:29.478]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:44.1952554Z [00:02:29.478]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:44.1953668Z [00:02:29.478]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:44.1954576Z [00:02:29.478]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:44.1955138Z [00:02:29.478]➜  EOF
2025-08-20T23:03:44.1960868Z [00:02:29.478]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2=>cloud.google.com/go/iam@v1.5.2;$WORK/b322=>" -p cloud.google.com/go/iam -lang=go1.23 -complete -installsuffix shared -buildid IDzo_hWbCtTY_OUgfL__/IDzo_hWbCtTY_OUgfL__ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/iam.go
2025-08-20T23:03:44.2080507Z [00:02:29.488]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T23:03:44.2095962Z [00:02:29.493]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/a6/a68c18ead0a56419d67d26928d7f7408a5f903df9d60f46ca80f7e8d0e3d151f-d # internal
2025-08-20T23:03:44.2098014Z [00:02:29.493]➜  github.com/google/s2a-go/internal/authinfo
2025-08-20T23:03:44.2099825Z [00:02:29.493]➜  mkdir -p $WORK/b485/
2025-08-20T23:03:44.2103331Z [00:02:29.494]➜  cat >/tmp/go-build3700090427/b485/importcfg << 'EOF' # internal
2025-08-20T23:03:44.2104443Z [00:02:29.494]➜  # import config
2025-08-20T23:03:44.2105520Z [00:02:29.494]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:44.2112137Z [00:02:29.494]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3700090427/b486/_pkg_.a
2025-08-20T23:03:44.2113650Z [00:02:29.494]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build3700090427/b487/_pkg_.a
2025-08-20T23:03:44.2115098Z [00:02:29.494]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3700090427/b488/_pkg_.a
2025-08-20T23:03:44.2116363Z [00:02:29.494]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:44.2117123Z [00:02:29.494]➜  EOF
2025-08-20T23:03:44.2121361Z [00:02:29.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b485/_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/b485=>" -p github.com/google/s2a-go/internal/authinfo -lang=go1.20 -complete -installsuffix shared -buildid R3ZxlgXQrtgt8sXR5HCg/R3ZxlgXQrtgt8sXR5HCg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/authinfo/authinfo.go
2025-08-20T23:03:44.2476388Z [00:02:29.531]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T23:03:44.2477841Z [00:02:29.531]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/5b/5baf9176325c4a828aff1bef52367612f3da92f8beef5c2141983e6c897c8a20-d # internal
2025-08-20T23:03:44.2485640Z [00:02:29.531]➜  github.com/google/s2a-go/internal/record
2025-08-20T23:03:44.2490352Z [00:02:29.531]➜  mkdir -p $WORK/b489/
2025-08-20T23:03:44.2494968Z [00:02:29.531]➜  cat >/tmp/go-build3700090427/b489/importcfg << 'EOF' # internal
2025-08-20T23:03:44.2498764Z [00:02:29.531]➜  # import config
2025-08-20T23:03:44.2501089Z [00:02:29.531]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.2505018Z [00:02:29.531]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:44.2505943Z [00:02:29.531]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:44.2506796Z [00:02:29.531]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.2507964Z [00:02:29.531]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3700090427/b490/_pkg_.a
2025-08-20T23:03:44.2509737Z [00:02:29.531]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3700090427/b486/_pkg_.a
2025-08-20T23:03:44.2511211Z [00:02:29.531]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3700090427/b488/_pkg_.a
2025-08-20T23:03:44.2512688Z [00:02:29.531]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build3700090427/b491/_pkg_.a
2025-08-20T23:03:44.2514141Z [00:02:29.531]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3700090427/b501/_pkg_.a
2025-08-20T23:03:44.2515363Z [00:02:29.531]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:44.2516497Z [00:02:29.531]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:44.2517446Z [00:02:29.531]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:44.2518555Z [00:02:29.531]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:44.2519503Z [00:02:29.531]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.2520342Z [00:02:29.531]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:44.2520939Z [00:02:29.531]➜  EOF
2025-08-20T23:03:44.2525226Z [00:02:29.532]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b489/_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/b489=>" -p github.com/google/s2a-go/internal/record -lang=go1.20 -complete -installsuffix shared -buildid ItJwlHK1cAh4AxmBZz_B/ItJwlHK1cAh4AxmBZz_B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/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-20T23:03:44.2970435Z [00:02:29.580]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T23:03:44.2998193Z [00:02:29.583]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/ca/caef8b15fd9d954643572d75eb002b5cddd40372143e90a8061d23776d5b6305-d # internal
2025-08-20T23:03:44.3004666Z [00:02:29.584]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal
2025-08-20T23:03:44.3017252Z [00:02:29.584]➜  mkdir -p $WORK/b519/
2025-08-20T23:03:44.3018018Z [00:02:29.584]➜  cat >/tmp/go-build3700090427/b519/importcfg << 'EOF' # internal
2025-08-20T23:03:44.3018686Z [00:02:29.584]➜  # import config
2025-08-20T23:03:44.3019770Z [00:02:29.584]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:44.3021086Z [00:02:29.584]➜  packagefile go.opentelemetry.io/otel/semconv/v1.30.0=/tmp/go-build3700090427/b522/_pkg_.a
2025-08-20T23:03:44.3022437Z [00:02:29.584]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:44.3023102Z [00:02:29.584]➜  EOF
2025-08-20T23:03:44.3028229Z [00:02:29.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/internal=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/internal;$WORK/b519=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal -lang=go1.23 -complete -installsuffix shared -buildid AC1RnUOfg01cdZMDTDnv/AC1RnUOfg01cdZMDTDnv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/internal/parse.go
2025-08-20T23:03:44.3174966Z [00:02:29.601]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T23:03:44.3181172Z [00:02:29.601]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/74/74a3f40072d2fda0c704d7cda6d59d177828170df373ae6c4341984553b9f54b-d # internal
2025-08-20T23:03:44.3186738Z [00:02:29.602]➜  go.opentelemetry.io/otel/trace
2025-08-20T23:03:44.3190758Z [00:02:29.602]➜  mkdir -p $WORK/b531/
2025-08-20T23:03:44.3196742Z [00:02:29.603]➜  cat >/tmp/go-build3700090427/b531/importcfg << 'EOF' # internal
2025-08-20T23:03:44.3201654Z [00:02:29.603]➜  # import config
2025-08-20T23:03:44.3202316Z [00:02:29.603]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:44.3203112Z [00:02:29.603]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.3203909Z [00:02:29.603]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:44.3204762Z [00:02:29.603]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:44.3205539Z [00:02:29.603]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.3206440Z [00:02:29.603]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:44.3207551Z [00:02:29.603]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:03:44.3208992Z [00:02:29.603]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3700090427/b530/_pkg_.a
2025-08-20T23:03:44.3210613Z [00:02:29.603]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3700090427/b532/_pkg_.a
2025-08-20T23:03:44.3212022Z [00:02:29.603]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build3700090427/b533/_pkg_.a
2025-08-20T23:03:44.3213206Z [00:02:29.603]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:44.3214037Z [00:02:29.603]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:44.3214877Z [00:02:29.603]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:44.3215738Z [00:02:29.603]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:44.3216607Z [00:02:29.603]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:44.3217469Z [00:02:29.603]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:44.3218326Z [00:02:29.603]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.3219209Z [00:02:29.603]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:44.3221587Z [00:02:29.603]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:44.3222480Z [00:02:29.603]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:44.3223179Z [00:02:29.603]➜  EOF
2025-08-20T23:03:44.3231546Z [00:02:29.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0=>go.opentelemetry.io/otel/trace@v1.36.0;$WORK/b531=>" -p go.opentelemetry.io/otel/trace -lang=go1.23 -complete -installsuffix shared -buildid BRbxo2zc3mz5A8hNXs2T/BRbxo2zc3mz5A8hNXs2T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/context.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/nonrecording.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/noop.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/tracer.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/tracestate.go
2025-08-20T23:03:44.4044551Z [00:02:29.688]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T23:03:44.4055208Z [00:02:29.689]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/df/dfff594fd6d7faf3147bca08d68ec5ce505411bb7c836c7d79ce313ce75a9dfe-d # internal
2025-08-20T23:03:44.4060638Z [00:02:29.689]➜  github.com/google/s2a-go/internal/handshaker
2025-08-20T23:03:44.4063556Z [00:02:29.689]➜  mkdir -p $WORK/b484/
2025-08-20T23:03:44.4068064Z [00:02:29.690]➜  cat >/tmp/go-build3700090427/b484/importcfg << 'EOF' # internal
2025-08-20T23:03:44.4076238Z [00:02:29.690]➜  # import config
2025-08-20T23:03:44.4076968Z [00:02:29.690]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.4077855Z [00:02:29.690]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:44.4078702Z [00:02:29.690]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.4080000Z [00:02:29.690]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build3700090427/b485/_pkg_.a
2025-08-20T23:03:44.4081789Z [00:02:29.690]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3700090427/b486/_pkg_.a
2025-08-20T23:03:44.4083689Z [00:02:29.690]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3700090427/b488/_pkg_.a
2025-08-20T23:03:44.4085623Z [00:02:29.690]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build3700090427/b489/_pkg_.a
2025-08-20T23:03:44.4087842Z [00:02:29.690]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3700090427/b501/_pkg_.a
2025-08-20T23:03:44.4089605Z [00:02:29.690]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:44.4091015Z [00:02:29.690]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:44.4093366Z [00:02:29.690]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:44.4094608Z [00:02:29.690]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:44.4095607Z [00:02:29.690]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:44.4096420Z [00:02:29.690]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:44.4097274Z [00:02:29.690]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.4097923Z [00:02:29.690]➜  EOF
2025-08-20T23:03:44.4102119Z [00:02:29.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b484/_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/b484=>" -p github.com/google/s2a-go/internal/handshaker -lang=go1.20 -complete -installsuffix shared -buildid RmZZjFERoxBxDYvSujyL/RmZZjFERoxBxDYvSujyL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/handshaker.go
2025-08-20T23:03:44.4586280Z [00:02:29.742]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T23:03:44.4674382Z [00:02:29.750]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/00/00b41abde2204814890023d6b77d35b3768578c68ad717c04c30e0812f81ca30-d # internal
2025-08-20T23:03:44.4681389Z [00:02:29.751]➜  github.com/google/s2a-go/stream
2025-08-20T23:03:44.4684162Z [00:02:29.751]➜  mkdir -p $WORK/b508/
2025-08-20T23:03:44.4693807Z [00:02:29.752]➜  cat >/tmp/go-build3700090427/b508/importcfg << 'EOF' # internal
2025-08-20T23:03:44.4702181Z [00:02:29.752]➜  # import config
2025-08-20T23:03:44.4702896Z [00:02:29.752]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.4704078Z [00:02:29.753]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3700090427/b503/_pkg_.a
2025-08-20T23:03:44.4704979Z [00:02:29.753]➜  EOF
2025-08-20T23:03:44.4713192Z [00:02:29.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b508/_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/b508=>" -p github.com/google/s2a-go/stream -lang=go1.20 -complete -installsuffix shared -buildid m26d-UZc3w1qU2m3QccP/m26d-UZc3w1qU2m3QccP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/stream/s2a_stream.go
2025-08-20T23:03:44.5233574Z [00:02:29.806]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T23:03:44.5249273Z [00:02:29.808]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/8e/8e2127c754e26c13d41e45c9d4741f019cdbc6d8842e01b456d20ed66c583a03-d # internal
2025-08-20T23:03:44.5270490Z [00:02:29.808]➜  github.com/google/s2a-go/internal/v2/certverifier
2025-08-20T23:03:44.5274047Z [00:02:29.810]➜  mkdir -p $WORK/b507/
2025-08-20T23:03:44.5274733Z [00:02:29.810]➜  cat >/tmp/go-build3700090427/b507/importcfg << 'EOF' # internal
2025-08-20T23:03:44.5275369Z [00:02:29.810]➜  # import config
2025-08-20T23:03:44.5275996Z [00:02:29.810]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:44.5276729Z [00:02:29.810]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.5277767Z [00:02:29.811]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3700090427/b503/_pkg_.a
2025-08-20T23:03:44.5278937Z [00:02:29.811]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3700090427/b508/_pkg_.a
2025-08-20T23:03:44.5280403Z [00:02:29.811]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:44.5281392Z [00:02:29.811]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:44.5282070Z [00:02:29.811]➜  EOF
2025-08-20T23:03:44.5285603Z [00:02:29.811]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b507/_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/b507=>" -p github.com/google/s2a-go/internal/v2/certverifier -lang=go1.20 -complete -installsuffix shared -buildid RKojYQ9f_g3k9eI8gfdI/RKojYQ9f_g3k9eI8gfdI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/certverifier/certverifier.go
2025-08-20T23:03:44.5359242Z [00:02:29.819]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T23:03:44.5392677Z [00:02:29.822]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/ec/ec3dfa57c68b3d1fcec5ba718de00853e5282edaf5f16456193dd0ae8179845a-d # internal
2025-08-20T23:03:44.5400233Z [00:02:29.823]➜  github.com/google/s2a-go/internal/v2/remotesigner
2025-08-20T23:03:44.5400946Z [00:02:29.823]➜  mkdir -p $WORK/b509/
2025-08-20T23:03:44.5418128Z [00:02:29.825]➜  cat >/tmp/go-build3700090427/b509/importcfg << 'EOF' # internal
2025-08-20T23:03:44.5429101Z [00:02:29.825]➜  # import config
2025-08-20T23:03:44.5430006Z [00:02:29.825]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:44.5430860Z [00:02:29.825]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:44.5431753Z [00:02:29.825]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:44.5432592Z [00:02:29.825]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.5434111Z [00:02:29.825]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3700090427/b503/_pkg_.a
2025-08-20T23:03:44.5435455Z [00:02:29.825]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3700090427/b508/_pkg_.a
2025-08-20T23:03:44.5436565Z [00:02:29.825]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:44.5437684Z [00:02:29.825]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:44.5438602Z [00:02:29.825]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:44.5439189Z [00:02:29.825]➜  EOF
2025-08-20T23:03:44.5444121Z [00:02:29.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b509/_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/b509=>" -p github.com/google/s2a-go/internal/v2/remotesigner -lang=go1.20 -complete -installsuffix shared -buildid -ehjOUG8CsTGwxI3MUYH/-ehjOUG8CsTGwxI3MUYH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/remotesigner/remotesigner.go
2025-08-20T23:03:44.5580770Z [00:02:29.841]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T23:03:44.5652667Z [00:02:29.848]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/7a/7aeee124a3ecd5e95c59b9839090668fac31dcd55df6dbce2e64dcfa8bb2ffaf-d # internal
2025-08-20T23:03:44.5662226Z [00:02:29.849]➜  go.opentelemetry.io/otel/metric
2025-08-20T23:03:44.5665186Z [00:02:29.850]➜  mkdir -p $WORK/b535/
2025-08-20T23:03:44.5670893Z [00:02:29.850]➜  cat >/tmp/go-build3700090427/b535/importcfg << 'EOF' # internal
2025-08-20T23:03:44.5682832Z [00:02:29.850]➜  # import config
2025-08-20T23:03:44.5683512Z [00:02:29.850]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.5684593Z [00:02:29.850]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:44.5685816Z [00:02:29.850]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3700090427/b536/_pkg_.a
2025-08-20T23:03:44.5686873Z [00:02:29.850]➜  EOF
2025-08-20T23:03:44.5693764Z [00:02:29.851]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0=>go.opentelemetry.io/otel/metric@v1.36.0;$WORK/b535=>" -p go.opentelemetry.io/otel/metric -lang=go1.23 -complete -installsuffix shared -buildid 0ieyK3jR4lLX5QfoN8IA/0ieyK3jR4lLX5QfoN8IA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/asyncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/asyncint64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/syncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/syncint64.go
2025-08-20T23:03:44.5784099Z [00:02:29.861]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T23:03:44.5791991Z [00:02:29.862]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T23:03:44.5801736Z [00:02:29.863]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/41/41b6cec3703d344c7cf9b54cdf244a26786989848765df16ea54deb3036078d5-d # internal
2025-08-20T23:03:44.5843179Z [00:02:29.864]➜  go.opentelemetry.io/otel/internal/baggage
2025-08-20T23:03:44.5843827Z [00:02:29.864]➜  mkdir -p $WORK/b539/
2025-08-20T23:03:44.5844562Z [00:02:29.864]➜  cat >/tmp/go-build3700090427/b539/importcfg << 'EOF' # internal
2025-08-20T23:03:44.5845268Z [00:02:29.864]➜  # import config
2025-08-20T23:03:44.5846021Z [00:02:29.864]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.5846657Z [00:02:29.864]➜  EOF
2025-08-20T23:03:44.5851432Z [00:02:29.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/baggage=>go.opentelemetry.io/otel@v1.36.0/internal/baggage;$WORK/b539=>" -p go.opentelemetry.io/otel/internal/baggage -lang=go1.23 -complete -installsuffix shared -buildid 77Fd4ga_GIyt9-ZfkaVG/77Fd4ga_GIyt9-ZfkaVG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/baggage/context.go
2025-08-20T23:03:44.5856068Z [00:02:29.866]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/a6/a62180ffda5ba30ae82d23a402eaecf55216de3457c69493a279dc51561c39c3-d # internal
2025-08-20T23:03:44.5857228Z [00:02:29.867]➜  go.opentelemetry.io/otel/trace/noop
2025-08-20T23:03:44.5857818Z [00:02:29.867]➜  mkdir -p $WORK/b534/
2025-08-20T23:03:44.5858547Z [00:02:29.867]➜  cat >/tmp/go-build3700090427/b534/importcfg << 'EOF' # internal
2025-08-20T23:03:44.5859221Z [00:02:29.867]➜  # import config
2025-08-20T23:03:44.5862347Z [00:02:29.867]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.5863380Z [00:02:29.867]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:44.5864537Z [00:02:29.867]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:03:44.5865625Z [00:02:29.867]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:03:44.5866772Z [00:02:29.867]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3700090427/b532/_pkg_.a
2025-08-20T23:03:44.5867593Z [00:02:29.867]➜  EOF
2025-08-20T23:03:44.5871334Z [00:02:29.869]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b534/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/noop=>go.opentelemetry.io/otel/trace@v1.36.0/noop;$WORK/b534=>" -p go.opentelemetry.io/otel/trace/noop -lang=go1.23 -complete -installsuffix shared -buildid qU2dDld6JRg7GffDWHiW/qU2dDld6JRg7GffDWHiW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.36.0/noop/noop.go
2025-08-20T23:03:44.6011421Z [00:02:29.881]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T23:03:44.6016210Z [00:02:29.885]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/46/46d54af282956e1ddb99959b4db4710405c3e7466f2b394721c79fd351a170e3-d # internal
2025-08-20T23:03:44.6017379Z [00:02:29.885]➜  go.opentelemetry.io/otel/baggage
2025-08-20T23:03:44.6017996Z [00:02:29.885]➜  mkdir -p $WORK/b538/
2025-08-20T23:03:44.6018752Z [00:02:29.885]➜  cat >/tmp/go-build3700090427/b538/importcfg << 'EOF' # internal
2025-08-20T23:03:44.6019661Z [00:02:29.885]➜  # import config
2025-08-20T23:03:44.6020380Z [00:02:29.885]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.6021369Z [00:02:29.885]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:44.6022227Z [00:02:29.885]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.6023343Z [00:02:29.885]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build3700090427/b539/_pkg_.a
2025-08-20T23:03:44.6024437Z [00:02:29.885]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:44.6025298Z [00:02:29.885]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:44.6026211Z [00:02:29.885]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:44.6026889Z [00:02:29.885]➜  EOF
2025-08-20T23:03:44.6031735Z [00:02:29.885]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/baggage=>go.opentelemetry.io/otel@v1.36.0/baggage;$WORK/b538=>" -p go.opentelemetry.io/otel/baggage -lang=go1.23 -complete -installsuffix shared -buildid wMrvQmxd6ZKku2kfxxlK/wMrvQmxd6ZKku2kfxxlK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/baggage/context.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/baggage/doc.go
2025-08-20T23:03:44.6111009Z [00:02:29.894]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T23:03:44.6125711Z [00:02:29.896]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/19/197e86021781833730f48e093e23eb530e2d04c299fa5f9b53032ef95e38231f-d # internal
2025-08-20T23:03:44.6128511Z [00:02:29.896]➜  github.com/google/s2a-go/internal/v2/tlsconfigstore
2025-08-20T23:03:44.6129147Z [00:02:29.896]➜  mkdir -p $WORK/b506/
2025-08-20T23:03:44.6133073Z [00:02:29.896]➜  cat >/tmp/go-build3700090427/b506/importcfg << 'EOF' # internal
2025-08-20T23:03:44.6133734Z [00:02:29.896]➜  # import config
2025-08-20T23:03:44.6134399Z [00:02:29.896]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:44.6135359Z [00:02:29.896]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:44.6136480Z [00:02:29.896]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:03:44.6137481Z [00:02:29.896]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:44.6138306Z [00:02:29.896]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.6139752Z [00:02:29.896]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3700090427/b502/_pkg_.a
2025-08-20T23:03:44.6141262Z [00:02:29.896]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3700090427/b503/_pkg_.a
2025-08-20T23:03:44.6142678Z [00:02:29.896]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3700090427/b501/_pkg_.a
2025-08-20T23:03:44.6144048Z [00:02:29.896]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build3700090427/b507/_pkg_.a
2025-08-20T23:03:44.6145452Z [00:02:29.896]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build3700090427/b509/_pkg_.a
2025-08-20T23:03:44.6146715Z [00:02:29.896]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3700090427/b508/_pkg_.a
2025-08-20T23:03:44.6148142Z [00:02:29.896]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:44.6149263Z [00:02:29.896]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:44.6150946Z [00:02:29.896]➜  EOF
2025-08-20T23:03:44.6155038Z [00:02:29.896]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b506/_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/b506=>" -p github.com/google/s2a-go/internal/v2/tlsconfigstore -lang=go1.20 -complete -installsuffix shared -buildid 4fxIg1pYayrvaPfKlgU0/4fxIg1pYayrvaPfKlgU0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/tlsconfigstore/tlsconfigstore.go
2025-08-20T23:03:44.6214359Z [00:02:29.905]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T23:03:44.6230686Z [00:02:29.906]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/80/80252db15ef396acc96ba30050e09d1932ac28d089e3c4dd4fd157d33b394c0c-d # internal
2025-08-20T23:03:44.6243241Z [00:02:29.907]➜  go.opentelemetry.io/auto/sdk
2025-08-20T23:03:44.6245186Z [00:02:29.908]➜  mkdir -p $WORK/b527/
2025-08-20T23:03:44.6249059Z [00:02:29.908]➜  cat >/tmp/go-build3700090427/b527/importcfg << 'EOF' # internal
2025-08-20T23:03:44.6250264Z [00:02:29.908]➜  # import config
2025-08-20T23:03:44.6251252Z [00:02:29.908]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.6252994Z [00:02:29.908]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:44.6253898Z [00:02:29.908]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.6255381Z [00:02:29.908]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build3700090427/b528/_pkg_.a
2025-08-20T23:03:44.6256789Z [00:02:29.908]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:44.6258017Z [00:02:29.908]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:03:44.6259277Z [00:02:29.908]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3700090427/b530/_pkg_.a
2025-08-20T23:03:44.6260744Z [00:02:29.908]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:03:44.6261954Z [00:02:29.908]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build3700090427/b534/_pkg_.a
2025-08-20T23:03:44.6263016Z [00:02:29.908]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:44.6263855Z [00:02:29.908]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:44.6264701Z [00:02:29.908]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:44.6265567Z [00:02:29.908]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:44.6266434Z [00:02:29.908]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:44.6267265Z [00:02:29.908]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:44.6268092Z [00:02:29.908]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.6268951Z [00:02:29.908]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:44.6271681Z [00:02:29.908]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:44.6272593Z [00:02:29.908]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:44.6273298Z [00:02:29.908]➜  EOF
2025-08-20T23:03:44.6278380Z [00:02:29.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0=>go.opentelemetry.io/auto/sdk@v1.1.0;$WORK/b527=>" -p go.opentelemetry.io/auto/sdk -lang=go1.22 -complete -installsuffix shared -buildid NMLm24hkv5nS2BsPNRCV/NMLm24hkv5nS2BsPNRCV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/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-20T23:03:44.7061382Z [00:02:29.989]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T23:03:44.7087099Z [00:02:29.992]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/d6/d66a1047385015258baccb11f160b299a1c3f57902b4e47e6ba51b45390c0827-d # internal
2025-08-20T23:03:44.7124491Z [00:02:29.992]➜  go.opentelemetry.io/otel/propagation
2025-08-20T23:03:44.7125157Z [00:02:29.992]➜  mkdir -p $WORK/b537/
2025-08-20T23:03:44.7125954Z [00:02:29.993]➜  cat >/tmp/go-build3700090427/b537/importcfg << 'EOF' # internal
2025-08-20T23:03:44.7126670Z [00:02:29.993]➜  # import config
2025-08-20T23:03:44.7127399Z [00:02:29.993]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.7128315Z [00:02:29.993]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:44.7129178Z [00:02:29.993]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.7130483Z [00:02:29.993]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3700090427/b538/_pkg_.a
2025-08-20T23:03:44.7131668Z [00:02:29.993]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:03:44.7132688Z [00:02:29.993]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:44.7133570Z [00:02:29.993]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:44.7134221Z [00:02:29.993]➜  EOF
2025-08-20T23:03:44.7139964Z [00:02:29.993]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b537/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation=>go.opentelemetry.io/otel@v1.36.0/propagation;$WORK/b537=>" -p go.opentelemetry.io/otel/propagation -lang=go1.23 -complete -installsuffix shared -buildid YqCVzhMjYepVt1Ik4Lfs/YqCVzhMjYepVt1Ik4Lfs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation/trace_context.go
2025-08-20T23:03:44.7215332Z [00:02:30.005]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T23:03:44.7278686Z [00:02:30.011]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/80/805087cc64259cf4f8770bc15437d455cdbc4f564605c37ce5eae91ed9243dee-d # internal
2025-08-20T23:03:44.7286111Z [00:02:30.012]➜  go.opentelemetry.io/otel/metric/noop
2025-08-20T23:03:44.7290738Z [00:02:30.012]➜  mkdir -p $WORK/b540/
2025-08-20T23:03:44.7300217Z [00:02:30.013]➜  cat >/tmp/go-build3700090427/b540/importcfg << 'EOF' # internal
2025-08-20T23:03:44.7301280Z [00:02:30.013]➜  # import config
2025-08-20T23:03:44.7302290Z [00:02:30.013]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.7304245Z [00:02:30.013]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3700090427/b535/_pkg_.a
2025-08-20T23:03:44.7305503Z [00:02:30.013]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3700090427/b536/_pkg_.a
2025-08-20T23:03:44.7306329Z [00:02:30.013]➜  EOF
2025-08-20T23:03:44.7326315Z [00:02:30.014]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/noop=>go.opentelemetry.io/otel/metric@v1.36.0/noop;$WORK/b540=>" -p go.opentelemetry.io/otel/metric/noop -lang=go1.23 -complete -installsuffix shared -buildid -FOP8ostGz1jDIJblm3P/-FOP8ostGz1jDIJblm3P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.36.0/noop/noop.go
2025-08-20T23:03:44.7451836Z [00:02:30.028]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T23:03:44.7473279Z [00:02:30.031]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/a4/a42b2bb1d91086d05ecea2374a92bfb3639345c67f5474e815de1709d87653c4-d # internal
2025-08-20T23:03:44.7513722Z [00:02:30.035]➜  github.com/google/s2a-go/internal/v2
2025-08-20T23:03:44.7520556Z [00:02:30.035]➜  mkdir -p $WORK/b505/
2025-08-20T23:03:44.7544289Z [00:02:30.038]➜  cat >/tmp/go-build3700090427/b505/importcfg << 'EOF' # internal
2025-08-20T23:03:44.7549002Z [00:02:30.038]➜  # import config
2025-08-20T23:03:44.7555289Z [00:02:30.039]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.7561611Z [00:02:30.039]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:44.7562520Z [00:02:30.039]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:44.7563561Z [00:02:30.039]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3700090427/b483/_pkg_.a
2025-08-20T23:03:44.7564917Z [00:02:30.039]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3700090427/b490/_pkg_.a
2025-08-20T23:03:44.7566415Z [00:02:30.039]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3700090427/b502/_pkg_.a
2025-08-20T23:03:44.7567928Z [00:02:30.039]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3700090427/b503/_pkg_.a
2025-08-20T23:03:44.7569538Z [00:02:30.039]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3700090427/b501/_pkg_.a
2025-08-20T23:03:44.7570961Z [00:02:30.039]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build3700090427/b506/_pkg_.a
2025-08-20T23:03:44.7572224Z [00:02:30.039]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3700090427/b510/_pkg_.a
2025-08-20T23:03:44.7573698Z [00:02:30.039]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3700090427/b508/_pkg_.a
2025-08-20T23:03:44.7574856Z [00:02:30.039]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:44.7576005Z [00:02:30.039]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:44.7577159Z [00:02:30.039]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:44.7578328Z [00:02:30.039]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:44.7580358Z [00:02:30.039]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:44.7581259Z [00:02:30.039]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:44.7582070Z [00:02:30.039]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:44.7582713Z [00:02:30.039]➜  EOF
2025-08-20T23:03:44.7586290Z [00:02:30.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b505/_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/b505=>" -p github.com/google/s2a-go/internal/v2 -lang=go1.20 -complete -installsuffix shared -buildid 1CzaQO0lCUiRfOjeZHyU/1CzaQO0lCUiRfOjeZHyU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/s2av2.go
2025-08-20T23:03:44.7666913Z [00:02:30.050]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T23:03:44.7686877Z [00:02:30.052]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/f4/f4e1fa04bb543f8f0eb44c40315803833063f014b3b8331d7d81f6de00b44043-d # internal
2025-08-20T23:03:44.7691638Z [00:02:30.052]➜  golang.org/x/time/rate
2025-08-20T23:03:44.7692205Z [00:02:30.052]➜  mkdir -p $WORK/b541/
2025-08-20T23:03:44.7695752Z [00:02:30.053]➜  cat >/tmp/go-build3700090427/b541/importcfg << 'EOF' # internal
2025-08-20T23:03:44.7707374Z [00:02:30.053]➜  # import config
2025-08-20T23:03:44.7708076Z [00:02:30.053]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.7709223Z [00:02:30.053]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.7710145Z [00:02:30.053]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:44.7710906Z [00:02:30.053]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.7711841Z [00:02:30.053]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:44.7712493Z [00:02:30.053]➜  EOF
2025-08-20T23:03:44.7716023Z [00:02:30.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.12.0/rate=>golang.org/x/time@v0.12.0/rate;$WORK/b541=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid 02RFla_v7sOzA9pOZu8K/02RFla_v7sOzA9pOZu8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/golang.org/x/time@v0.12.0/rate/rate.go /root/go/pkg/mod/golang.org/x/time@v0.12.0/rate/sometimes.go
2025-08-20T23:03:44.7719229Z [00:02:30.053]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T23:03:44.7721899Z [00:02:30.055]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/43/4350f44954543029ab4d7d56e71d4ec185465dff2918a2dfea47f7a10365a9f2-d # internal
2025-08-20T23:03:44.7723076Z [00:02:30.055]➜  go.opentelemetry.io/otel/internal/global
2025-08-20T23:03:44.7725654Z [00:02:30.055]➜  mkdir -p $WORK/b524/
2025-08-20T23:03:44.7727308Z [00:02:30.056]➜  cat >/tmp/go-build3700090427/b524/importcfg << 'EOF' # internal
2025-08-20T23:03:44.7728089Z [00:02:30.056]➜  # import config
2025-08-20T23:03:44.7728799Z [00:02:30.056]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:03:44.7729780Z [00:02:30.056]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.7730618Z [00:02:30.056]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:44.7731810Z [00:02:30.056]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:03:44.7732977Z [00:02:30.056]➜  packagefile github.com/go-logr/stdr=/tmp/go-build3700090427/b525/_pkg_.a
2025-08-20T23:03:44.7734133Z [00:02:30.056]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build3700090427/b527/_pkg_.a
2025-08-20T23:03:44.7735363Z [00:02:30.056]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:44.7736571Z [00:02:30.056]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:03:44.7737709Z [00:02:30.056]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3700090427/b535/_pkg_.a
2025-08-20T23:03:44.7738917Z [00:02:30.056]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3700090427/b536/_pkg_.a
2025-08-20T23:03:44.7740354Z [00:02:30.056]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3700090427/b537/_pkg_.a
2025-08-20T23:03:44.7741541Z [00:02:30.056]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:03:44.7742786Z [00:02:30.056]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3700090427/b532/_pkg_.a
2025-08-20T23:03:44.7743813Z [00:02:30.056]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:44.7744608Z [00:02:30.056]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:44.7745431Z [00:02:30.056]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:44.7746261Z [00:02:30.056]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.7747112Z [00:02:30.056]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:44.7747791Z [00:02:30.056]➜  EOF
2025-08-20T23:03:44.7755039Z [00:02:30.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global=>go.opentelemetry.io/otel@v1.36.0/internal/global;$WORK/b524=>" -p go.opentelemetry.io/otel/internal/global -lang=go1.23 -complete -installsuffix shared -buildid zr7lBpmwco4UhdKw-hm1/zr7lBpmwco4UhdKw-hm1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/instruments.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/propagator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/state.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal/global/trace.go
2025-08-20T23:03:44.8160513Z [00:02:30.099]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T23:03:44.8173233Z [00:02:30.100]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/04/045eea114097295433b1eb8ae77921f8968ea712a7a27cb5af3eb0bdb1db655f-d # internal
2025-08-20T23:03:44.8175620Z [00:02:30.101]➜  google.golang.org/grpc/credentials/alts/internal
2025-08-20T23:03:44.8178156Z [00:02:30.101]➜  mkdir -p $WORK/b544/
2025-08-20T23:03:44.8185528Z [00:02:30.101]➜  cat >/tmp/go-build3700090427/b544/importcfg << 'EOF' # internal
2025-08-20T23:03:44.8186223Z [00:02:30.101]➜  # import config
2025-08-20T23:03:44.8186883Z [00:02:30.101]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.8187924Z [00:02:30.101]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:44.8188886Z [00:02:30.101]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:44.8189766Z [00:02:30.102]➜  EOF
2025-08-20T23:03:44.8194128Z [00:02:30.102]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal=>google.golang.org/grpc@v1.74.2/credentials/alts/internal;$WORK/b544=>" -p google.golang.org/grpc/credentials/alts/internal -lang=go1.23 -complete -installsuffix shared -buildid VSJZCV3__HHhZ65m-GSG/VSJZCV3__HHhZ65m-GSG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/common.go
2025-08-20T23:03:44.8337690Z [00:02:30.116]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T23:03:44.8358501Z [00:02:30.119]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/f4/f4e211784752cbb2c91e2487639addbf663c054082807bd32625b44f382853e4-d # internal
2025-08-20T23:03:44.8366664Z [00:02:30.120]➜  golang.org/x/sync/semaphore
2025-08-20T23:03:44.8372044Z [00:02:30.120]➜  mkdir -p $WORK/b546/
2025-08-20T23:03:44.8382722Z [00:02:30.121]➜  cat >/tmp/go-build3700090427/b546/importcfg << 'EOF' # internal
2025-08-20T23:03:44.8383855Z [00:02:30.121]➜  # import config
2025-08-20T23:03:44.8384729Z [00:02:30.121]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:03:44.8385617Z [00:02:30.121]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.8386388Z [00:02:30.122]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.8386972Z [00:02:30.122]➜  EOF
2025-08-20T23:03:44.8392848Z [00:02:30.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b546/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/semaphore=>golang.org/x/sync@v0.16.0/semaphore;$WORK/b546=>" -p golang.org/x/sync/semaphore -lang=go1.23 -complete -installsuffix shared -buildid ChCzbSJNtIyaAW5U_PZT/ChCzbSJNtIyaAW5U_PZT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/semaphore/semaphore.go
2025-08-20T23:03:44.8404174Z [00:02:30.124]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T23:03:44.8418335Z [00:02:30.125]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/23/231e0215148653b54fd5261ec6e9ddbdf4ca5b7cea76c1bab02af7328ee21ab1-d # internal
2025-08-20T23:03:44.8423639Z [00:02:30.125]➜  google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
2025-08-20T23:03:44.8426551Z [00:02:30.125]➜  mkdir -p $WORK/b548/
2025-08-20T23:03:44.8427664Z [00:02:30.126]➜  cat >/tmp/go-build3700090427/b548/importcfg << 'EOF' # internal
2025-08-20T23:03:44.8428344Z [00:02:30.126]➜  # import config
2025-08-20T23:03:44.8429007Z [00:02:30.126]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.8430105Z [00:02:30.126]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:44.8431204Z [00:02:30.126]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:44.8432301Z [00:02:30.126]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:44.8433582Z [00:02:30.126]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:44.8434965Z [00:02:30.126]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:44.8436062Z [00:02:30.126]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:44.8436947Z [00:02:30.126]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.8437583Z [00:02:30.126]➜  EOF
2025-08-20T23:03:44.8450390Z [00:02:30.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/proto/grpc_gcp=>google.golang.org/grpc@v1.74.2/credentials/alts/internal/proto/grpc_gcp;$WORK/b548=>" -p google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp -lang=go1.23 -complete -installsuffix shared -buildid n0LBfReq-3Qh2_leBhQN/n0LBfReq-3Qh2_leBhQN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/proto/grpc_gcp/altscontext.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/proto/grpc_gcp/handshaker.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/proto/grpc_gcp/handshaker_grpc.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/proto/grpc_gcp/transport_security_common.pb.go
2025-08-20T23:03:44.8774266Z [00:02:30.160]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T23:03:44.8810812Z [00:02:30.164]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T23:03:44.8825870Z [00:02:30.166]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/73/732a7b714f10dd3cb037f4fbaedee97298b8a9c757b3e7aa9dc06776b05a7efd-d # internal
2025-08-20T23:03:44.8837670Z [00:02:30.167]➜  google.golang.org/grpc/credentials/alts/internal/conn
2025-08-20T23:03:44.8848069Z [00:02:30.167]➜  mkdir -p $WORK/b549/
2025-08-20T23:03:44.8851277Z [00:02:30.168]➜  cat >/tmp/go-build3700090427/b549/importcfg << 'EOF' # internal
2025-08-20T23:03:44.8852214Z [00:02:30.168]➜  # import config
2025-08-20T23:03:44.8853069Z [00:02:30.168]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:44.8854163Z [00:02:30.168]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:03:44.8855324Z [00:02:30.168]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:44.8856481Z [00:02:30.168]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:03:44.8857614Z [00:02:30.168]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:44.8858740Z [00:02:30.168]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:44.8859967Z [00:02:30.168]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:44.8861007Z [00:02:30.168]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.8862351Z [00:02:30.168]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3700090427/b544/_pkg_.a
2025-08-20T23:03:44.8863720Z [00:02:30.168]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:44.8864779Z [00:02:30.168]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:44.8866201Z [00:02:30.168]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:44.8867051Z [00:02:30.168]➜  EOF
2025-08-20T23:03:44.8900184Z [00:02:30.172]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/9b/9b076de4e46f7379fcdfe46b03ff91ee34ba1431ccd9070abf90fbf276f8bc8c-d # internal
2025-08-20T23:03:44.8908994Z [00:02:30.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/conn=>google.golang.org/grpc@v1.74.2/credentials/alts/internal/conn;$WORK/b549=>" -p google.golang.org/grpc/credentials/alts/internal/conn -lang=go1.23 -complete -installsuffix shared -buildid FgF0P8ktg80pMDEkP0m2/FgF0P8ktg80pMDEkP0m2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/conn/aeadrekey.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/conn/aes128gcm.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/conn/aes128gcmrekey.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/conn/common.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/conn/counter.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/conn/record.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/conn/utils.go
2025-08-20T23:03:44.8916715Z [00:02:30.172]➜  github.com/google/s2a-go
2025-08-20T23:03:44.8917301Z [00:02:30.172]➜  mkdir -p $WORK/b482/
2025-08-20T23:03:44.8918019Z [00:02:30.172]➜  cat >/tmp/go-build3700090427/b482/importcfg << 'EOF' # internal
2025-08-20T23:03:44.8918718Z [00:02:30.172]➜  # import config
2025-08-20T23:03:44.8919593Z [00:02:30.172]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:44.8920825Z [00:02:30.172]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:44.8921822Z [00:02:30.172]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:44.8922684Z [00:02:30.172]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:44.8923730Z [00:02:30.172]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3700090427/b483/_pkg_.a
2025-08-20T23:03:44.8925032Z [00:02:30.172]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build3700090427/b484/_pkg_.a
2025-08-20T23:03:44.8926483Z [00:02:30.172]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3700090427/b490/_pkg_.a
2025-08-20T23:03:44.8927952Z [00:02:30.172]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3700090427/b486/_pkg_.a
2025-08-20T23:03:44.8929655Z [00:02:30.172]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3700090427/b502/_pkg_.a
2025-08-20T23:03:44.8931930Z [00:02:30.172]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3700090427/b503/_pkg_.a
2025-08-20T23:03:44.8933472Z [00:02:30.172]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3700090427/b501/_pkg_.a
2025-08-20T23:03:44.8934828Z [00:02:30.172]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build3700090427/b505/_pkg_.a
2025-08-20T23:03:44.8936033Z [00:02:30.172]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3700090427/b510/_pkg_.a
2025-08-20T23:03:44.8937246Z [00:02:30.172]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3700090427/b508/_pkg_.a
2025-08-20T23:03:44.8938444Z [00:02:30.172]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:44.8939829Z [00:02:30.172]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:44.8940989Z [00:02:30.172]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3700090427/b425/_pkg_.a
2025-08-20T23:03:44.8942183Z [00:02:30.172]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:44.8943567Z [00:02:30.172]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:44.8944390Z [00:02:30.172]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:44.8945228Z [00:02:30.172]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:44.8945880Z [00:02:30.172]➜  EOF
2025-08-20T23:03:44.8950226Z [00:02:30.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9=>github.com/google/s2a-go@v0.1.9;$WORK/b482=>" -p github.com/google/s2a-go -lang=go1.20 -complete -installsuffix shared -buildid -5hhi8BbH2NKmDmr4qwa/-5hhi8BbH2NKmDmr4qwa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/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-20T23:03:45.0005401Z [00:02:30.284]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T23:03:45.0018233Z [00:02:30.285]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/d4/d4d14d482a170d8ca9230e1eb12edd8692c4bbcc8f3faaf8d84e2021052a313e-d # internal
2025-08-20T23:03:45.0034111Z [00:02:30.287]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T23:03:45.0040359Z [00:02:30.287]➜  google.golang.org/grpc/credentials/alts/internal/handshaker/service
2025-08-20T23:03:45.0044404Z [00:02:30.288]➜  mkdir -p $WORK/b550/
2025-08-20T23:03:45.0054213Z [00:02:30.289]➜  cat >/tmp/go-build3700090427/b550/importcfg << 'EOF' # internal
2025-08-20T23:03:45.0054919Z [00:02:30.289]➜  # import config
2025-08-20T23:03:45.0055694Z [00:02:30.289]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:45.0056880Z [00:02:30.289]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3700090427/b391/_pkg_.a
2025-08-20T23:03:45.0058434Z [00:02:30.289]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:03:45.0059884Z [00:02:30.289]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3700090427/b424/_pkg_.a
2025-08-20T23:03:45.0060915Z [00:02:30.289]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.0061735Z [00:02:30.289]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.0062336Z [00:02:30.289]➜  EOF
2025-08-20T23:03:45.0067668Z [00:02:30.290]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/handshaker/service=>google.golang.org/grpc@v1.74.2/credentials/alts/internal/handshaker/service;$WORK/b550=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker/service -lang=go1.23 -complete -installsuffix shared -buildid kY9NvejOO8CB_lny86h-/kY9NvejOO8CB_lny86h- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/handshaker/service/service.go
2025-08-20T23:03:45.0146535Z [00:02:30.298]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/8f/8fd20f0ad919c066b14ee9f97170671e63bf148a675f1501d2a036888122e7bd-d # internal
2025-08-20T23:03:45.0154521Z [00:02:30.299]➜  go.opentelemetry.io/otel
2025-08-20T23:03:45.0155706Z [00:02:30.299]➜  mkdir -p $WORK/b523/
2025-08-20T23:03:45.0164653Z [00:02:30.300]➜  cat >/tmp/go-build3700090427/b523/importcfg << 'EOF' # internal
2025-08-20T23:03:45.0165784Z [00:02:30.300]➜  # import config
2025-08-20T23:03:45.0168519Z [00:02:30.300]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:03:45.0169989Z [00:02:30.300]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3700090427/b524/_pkg_.a
2025-08-20T23:03:45.0171249Z [00:02:30.300]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3700090427/b535/_pkg_.a
2025-08-20T23:03:45.0172487Z [00:02:30.300]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3700090427/b537/_pkg_.a
2025-08-20T23:03:45.0173694Z [00:02:30.300]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:03:45.0174441Z [00:02:30.300]➜  EOF
2025-08-20T23:03:45.0189028Z [00:02:30.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0=>go.opentelemetry.io/otel@v1.36.0;$WORK/b523=>" -p go.opentelemetry.io/otel -lang=go1.23 -complete -installsuffix shared -buildid KDvuEelz4RkqCv9gotXr/KDvuEelz4RkqCv9gotXr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/error_handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/version.go
2025-08-20T23:03:45.0615433Z [00:02:30.345]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T23:03:45.0642251Z [00:02:30.347]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/4e/4ec403429c0e9a2ed0529263c20e2559735c7b3d172c225ce9fec8794f6e3067-d # internal
2025-08-20T23:03:45.0667702Z [00:02:30.350]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T23:03:45.0692605Z [00:02:30.352]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T23:03:45.0704380Z [00:02:30.354]➜  google.golang.org/api/internal
2025-08-20T23:03:45.0705612Z [00:02:30.354]➜  mkdir -p $WORK/b467/
2025-08-20T23:03:45.0708385Z [00:02:30.354]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/32/32776a1d5579b2953e6ffbaf5ec092f03afddf5ec1fb783c6cb90b3440494b2d-d # internal
2025-08-20T23:03:45.0710806Z [00:02:30.354]➜  cloud.google.com/go/auth/internal/transport
2025-08-20T23:03:45.0713361Z [00:02:30.354]➜  mkdir -p $WORK/b517/
2025-08-20T23:03:45.0723618Z [00:02:30.355]➜  cat >/tmp/go-build3700090427/b517/importcfg << 'EOF' # internal
2025-08-20T23:03:45.0725462Z [00:02:30.355]➜  # import config
2025-08-20T23:03:45.0729250Z [00:02:30.355]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3700090427/b468/_pkg_.a
2025-08-20T23:03:45.0730713Z [00:02:30.355]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3700090427/b454/_pkg_.a
2025-08-20T23:03:45.0732056Z [00:02:30.355]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3700090427/b473/_pkg_.a
2025-08-20T23:03:45.0733337Z [00:02:30.355]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3700090427/b455/_pkg_.a
2025-08-20T23:03:45.0734315Z [00:02:30.355]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.0735327Z [00:02:30.355]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:45.0736271Z [00:02:30.355]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:45.0737199Z [00:02:30.355]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:45.0738399Z [00:02:30.355]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.0739262Z [00:02:30.355]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.0740442Z [00:02:30.356]➜  packagefile github.com/google/s2a-go=/tmp/go-build3700090427/b482/_pkg_.a
2025-08-20T23:03:45.0741634Z [00:02:30.356]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:45.0742670Z [00:02:30.356]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:45.0743515Z [00:02:30.356]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:45.0744348Z [00:02:30.356]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.0745173Z [00:02:30.356]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:45.0745980Z [00:02:30.356]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:45.0746805Z [00:02:30.356]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:45.0747626Z [00:02:30.356]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:45.0748493Z [00:02:30.356]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.0749498Z [00:02:30.356]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.0750310Z [00:02:30.356]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.0750947Z [00:02:30.356]➜  EOF
2025-08-20T23:03:45.0775165Z [00:02:30.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport=>cloud.google.com/go/auth@v0.16.3/internal/transport;$WORK/b517=>" -p cloud.google.com/go/auth/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid Bc9RwNOKLsDQHJuPvTZ8/Bc9RwNOKLsDQHJuPvTZ8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/cba.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/s2a.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/internal/transport/transport.go
2025-08-20T23:03:45.0780419Z [00:02:30.357]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/5d/5d28a8741499af35b306cc31628d8c742c8ae5dc3be9989c2b20e29186c6f171-d # internal
2025-08-20T23:03:45.0781880Z [00:02:30.357]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
2025-08-20T23:03:45.0782721Z [00:02:30.357]➜  mkdir -p $WORK/b518/
2025-08-20T23:03:45.0783432Z [00:02:30.358]➜  cat >/tmp/go-build3700090427/b467/importcfg << 'EOF' # internal
2025-08-20T23:03:45.0784068Z [00:02:30.358]➜  # import config
2025-08-20T23:03:45.0784816Z [00:02:30.358]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:45.0785926Z [00:02:30.358]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3700090427/b468/_pkg_.a
2025-08-20T23:03:45.0787085Z [00:02:30.358]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3700090427/b481/_pkg_.a
2025-08-20T23:03:45.0788272Z [00:02:30.358]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3700090427/b455/_pkg_.a
2025-08-20T23:03:45.0789262Z [00:02:30.358]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.0790351Z [00:02:30.358]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:45.0791260Z [00:02:30.358]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:45.0792112Z [00:02:30.358]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.0792940Z [00:02:30.358]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.0793977Z [00:02:30.358]➜  packagefile github.com/google/s2a-go=/tmp/go-build3700090427/b482/_pkg_.a
2025-08-20T23:03:45.0795022Z [00:02:30.358]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:45.0796332Z [00:02:30.358]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3700090427/b459/_pkg_.a
2025-08-20T23:03:45.0797487Z [00:02:30.358]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3700090427/b511/_pkg_.a
2025-08-20T23:03:45.0798739Z [00:02:30.358]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3700090427/b512/_pkg_.a
2025-08-20T23:03:45.0800142Z [00:02:30.358]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:45.0801284Z [00:02:30.358]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:45.0802250Z [00:02:30.358]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:45.0803045Z [00:02:30.358]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:45.0803888Z [00:02:30.358]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.0804705Z [00:02:30.358]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:45.0805533Z [00:02:30.358]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:45.0806310Z [00:02:30.358]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:45.0807073Z [00:02:30.358]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:45.0807868Z [00:02:30.358]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.0808659Z [00:02:30.358]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.0809605Z [00:02:30.358]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.0810197Z [00:02:30.358]➜  EOF
2025-08-20T23:03:45.0816112Z [00:02:30.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/internal=>google.golang.org/api@v0.243.0/internal;$WORK/b467=>" -p google.golang.org/api/internal -lang=go1.23 -complete -installsuffix shared -buildid G53_TAs5j410EO1cGvKv/G53_TAs5j410EO1cGvKv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/cba.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/conn_pool.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/creds.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/s2a.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/settings.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/version.go
2025-08-20T23:03:45.0822556Z [00:02:30.359]➜  cat >/tmp/go-build3700090427/b518/importcfg << 'EOF' # internal
2025-08-20T23:03:45.0823529Z [00:02:30.359]➜  # import config
2025-08-20T23:03:45.0824516Z [00:02:30.359]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.0825960Z [00:02:30.359]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.0828052Z [00:02:30.359]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build3700090427/b519/_pkg_.a
2025-08-20T23:03:45.0830823Z [00:02:30.359]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3700090427/b523/_pkg_.a
2025-08-20T23:03:45.0832479Z [00:02:30.359]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:45.0833933Z [00:02:30.359]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3700090427/b538/_pkg_.a
2025-08-20T23:03:45.0835083Z [00:02:30.359]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:03:45.0836250Z [00:02:30.359]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3700090427/b535/_pkg_.a
2025-08-20T23:03:45.0837457Z [00:02:30.359]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3700090427/b540/_pkg_.a
2025-08-20T23:03:45.0838701Z [00:02:30.359]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3700090427/b537/_pkg_.a
2025-08-20T23:03:45.0840140Z [00:02:30.359]➜  packagefile go.opentelemetry.io/otel/semconv/v1.30.0=/tmp/go-build3700090427/b522/_pkg_.a
2025-08-20T23:03:45.0841641Z [00:02:30.359]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:03:45.0842715Z [00:02:30.359]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:45.0843769Z [00:02:30.359]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:45.0844859Z [00:02:30.359]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:45.0845931Z [00:02:30.359]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3700090427/b425/_pkg_.a
2025-08-20T23:03:45.0846959Z [00:02:30.359]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3700090427/b376/_pkg_.a
2025-08-20T23:03:45.0848054Z [00:02:30.359]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:45.0849181Z [00:02:30.359]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:45.0850789Z [00:02:30.359]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:45.0851801Z [00:02:30.359]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.0853144Z [00:02:30.359]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:45.0854207Z [00:02:30.359]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:45.0855240Z [00:02:30.359]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.0856129Z [00:02:30.359]➜  EOF
2025-08-20T23:03:45.0868359Z [00:02:30.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0;$WORK/b518=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -lang=go1.23 -complete -installsuffix shared -buildid EKSujkdFqFj1wS6O9YdT/EKSujkdFqFj1wS6O9YdT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/interceptor.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/interceptorinfo.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/metadata_supplier.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/stats_handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.61.0/version.go
2025-08-20T23:03:45.0978632Z [00:02:30.380]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T23:03:45.1019719Z [00:02:30.385]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/9c/9c6279037a24cefda59eb9e695a7d30ea3401a7491b98912663215e047a42773-d # internal
2025-08-20T23:03:45.1032115Z [00:02:30.385]➜  google.golang.org/grpc/credentials/alts/internal/authinfo
2025-08-20T23:03:45.1032847Z [00:02:30.385]➜  mkdir -p $WORK/b547/
2025-08-20T23:03:45.1033586Z [00:02:30.385]➜  cat >/tmp/go-build3700090427/b547/importcfg << 'EOF' # internal
2025-08-20T23:03:45.1034234Z [00:02:30.385]➜  # import config
2025-08-20T23:03:45.1035115Z [00:02:30.385]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:45.1036568Z [00:02:30.385]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3700090427/b548/_pkg_.a
2025-08-20T23:03:45.1037549Z [00:02:30.385]➜  EOF
2025-08-20T23:03:45.1042083Z [00:02:30.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/authinfo=>google.golang.org/grpc@v1.74.2/credentials/alts/internal/authinfo;$WORK/b547=>" -p google.golang.org/grpc/credentials/alts/internal/authinfo -lang=go1.23 -complete -installsuffix shared -buildid hRJQBv2KPMyNNBarfjGx/hRJQBv2KPMyNNBarfjGx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/authinfo/authinfo.go
2025-08-20T23:03:45.1405633Z [00:02:30.424]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T23:03:45.1439857Z [00:02:30.427]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/4a/4a969c0ffe85eab7a656b97da720e883a361264e16a8ca676ced1f751868cd53-d # internal
2025-08-20T23:03:45.1445035Z [00:02:30.428]➜  google.golang.org/grpc/credentials/alts/internal/handshaker
2025-08-20T23:03:45.1446980Z [00:02:30.428]➜  mkdir -p $WORK/b545/
2025-08-20T23:03:45.1456951Z [00:02:30.429]➜  cat >/tmp/go-build3700090427/b545/importcfg << 'EOF' # internal
2025-08-20T23:03:45.1459242Z [00:02:30.429]➜  # import config
2025-08-20T23:03:45.1462189Z [00:02:30.429]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.1463049Z [00:02:30.429]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.1463841Z [00:02:30.429]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.1464742Z [00:02:30.429]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3700090427/b546/_pkg_.a
2025-08-20T23:03:45.1465814Z [00:02:30.429]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:45.1466856Z [00:02:30.429]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:45.1467983Z [00:02:30.429]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:45.1469812Z [00:02:30.429]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3700090427/b544/_pkg_.a
2025-08-20T23:03:45.1471407Z [00:02:30.429]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build3700090427/b547/_pkg_.a
2025-08-20T23:03:45.1472951Z [00:02:30.429]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build3700090427/b549/_pkg_.a
2025-08-20T23:03:45.1474535Z [00:02:30.429]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3700090427/b548/_pkg_.a
2025-08-20T23:03:45.1476011Z [00:02:30.429]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:03:45.1477038Z [00:02:30.429]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:45.1477834Z [00:02:30.429]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.1478638Z [00:02:30.429]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.1479253Z [00:02:30.429]➜  EOF
2025-08-20T23:03:45.1487211Z [00:02:30.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/handshaker=>google.golang.org/grpc@v1.74.2/credentials/alts/internal/handshaker;$WORK/b545=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker -lang=go1.23 -complete -installsuffix shared -buildid y_MrCUPgV41qPGqjCY1r/y_MrCUPgV41qPGqjCY1r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/internal/handshaker/handshaker.go
2025-08-20T23:03:45.1732091Z [00:02:30.455]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T23:03:45.1747361Z [00:02:30.458]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/90/909a308055254d36a1fa79385ff8dd4bc0c3f6fe29df68da6e2ad4f0a0ddcb8f-d # internal
2025-08-20T23:03:45.1754059Z [00:02:30.458]➜  google.golang.org/grpc/internal/googlecloud
2025-08-20T23:03:45.1754748Z [00:02:30.458]➜  mkdir -p $WORK/b551/
2025-08-20T23:03:45.1771871Z [00:02:30.459]➜  cat >/tmp/go-build3700090427/b551/importcfg << 'EOF' # internal
2025-08-20T23:03:45.1772859Z [00:02:30.459]➜  # import config
2025-08-20T23:03:45.1773674Z [00:02:30.459]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:45.1774917Z [00:02:30.459]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:03:45.1776051Z [00:02:30.459]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:45.1776894Z [00:02:30.459]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:45.1777708Z [00:02:30.459]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.1778502Z [00:02:30.459]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.1779104Z [00:02:30.459]➜  EOF
2025-08-20T23:03:45.1783862Z [00:02:30.459]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b551/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/googlecloud=>google.golang.org/grpc@v1.74.2/internal/googlecloud;$WORK/b551=>" -p google.golang.org/grpc/internal/googlecloud -lang=go1.23 -complete -installsuffix shared -buildid w-7eIOOq8i3SgRLw0aJC/w-7eIOOq8i3SgRLw0aJC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/googlecloud/googlecloud.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/googlecloud/manufacturer_linux.go
2025-08-20T23:03:45.1938586Z [00:02:30.477]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T23:03:45.1946336Z [00:02:30.478]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/9f/9f614bb819c4904d13929c7bbc3fa07d9c95af0657eccccb9dd696ccf3c250a1-d # internal
2025-08-20T23:03:45.1953280Z [00:02:30.478]➜  google.golang.org/grpc/credentials/oauth
2025-08-20T23:03:45.1953953Z [00:02:30.478]➜  mkdir -p $WORK/b552/
2025-08-20T23:03:45.1992016Z [00:02:30.479]➜  cat >/tmp/go-build3700090427/b552/importcfg << 'EOF' # internal
2025-08-20T23:03:45.1992781Z [00:02:30.479]➜  # import config
2025-08-20T23:03:45.1993486Z [00:02:30.479]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.1994308Z [00:02:30.479]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.1995223Z [00:02:30.479]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:45.1996263Z [00:02:30.479]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3700090427/b459/_pkg_.a
2025-08-20T23:03:45.1997347Z [00:02:30.479]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3700090427/b466/_pkg_.a
2025-08-20T23:03:45.1998701Z [00:02:30.479]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:45.1999951Z [00:02:30.479]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:45.2000783Z [00:02:30.479]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:45.2001588Z [00:02:30.479]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.2002188Z [00:02:30.479]➜  EOF
2025-08-20T23:03:45.2005901Z [00:02:30.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/oauth=>google.golang.org/grpc@v1.74.2/credentials/oauth;$WORK/b552=>" -p google.golang.org/grpc/credentials/oauth -lang=go1.23 -complete -installsuffix shared -buildid nIy4g5OtiV-ArTc5RKDL/nIy4g5OtiV-ArTc5RKDL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/oauth/oauth.go
2025-08-20T23:03:45.2477878Z [00:02:30.531]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T23:03:45.2491106Z [00:02:30.532]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/8c/8c408f3531a38898a258270d246c14f710288a2dcbb97f172e17a35c3526840a-d # internal
2025-08-20T23:03:45.2495612Z [00:02:30.532]➜  google.golang.org/grpc/internal/xds
2025-08-20T23:03:45.2496226Z [00:02:30.533]➜  mkdir -p $WORK/b553/
2025-08-20T23:03:45.2506004Z [00:02:30.533]➜  cat >/tmp/go-build3700090427/b553/importcfg << 'EOF' # internal
2025-08-20T23:03:45.2506698Z [00:02:30.533]➜  # import config
2025-08-20T23:03:45.2507546Z [00:02:30.533]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3700090427/b370/_pkg_.a
2025-08-20T23:03:45.2508760Z [00:02:30.533]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:45.2509795Z [00:02:30.533]➜  EOF
2025-08-20T23:03:45.2513357Z [00:02:30.533]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds=>google.golang.org/grpc@v1.74.2/internal/xds;$WORK/b553=>" -p google.golang.org/grpc/internal/xds -lang=go1.23 -complete -installsuffix shared -buildid Zzhiqlw65XHaQxhSWKxh/Zzhiqlw65XHaQxhSWKxh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/xds.go
2025-08-20T23:03:45.2545486Z [00:02:30.538]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T23:03:45.2573175Z [00:02:30.540]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/9b/9b1984f3c4ad0cac178e40a75c8f97eebd24c8ac66241cb8fd964aeea5b7ab6a-d # internal
2025-08-20T23:03:45.2577323Z [00:02:30.541]➜  google.golang.org/grpc/credentials/alts
2025-08-20T23:03:45.2577951Z [00:02:30.541]➜  mkdir -p $WORK/b543/
2025-08-20T23:03:45.2580880Z [00:02:30.541]➜  cat >/tmp/go-build3700090427/b543/importcfg << 'EOF' # internal
2025-08-20T23:03:45.2581558Z [00:02:30.541]➜  # import config
2025-08-20T23:03:45.2582220Z [00:02:30.541]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.2583056Z [00:02:30.541]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.2583855Z [00:02:30.541]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.2585114Z [00:02:30.541]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:45.2586273Z [00:02:30.541]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:45.2587562Z [00:02:30.541]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3700090427/b544/_pkg_.a
2025-08-20T23:03:45.2588997Z [00:02:30.541]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build3700090427/b545/_pkg_.a
2025-08-20T23:03:45.2590810Z [00:02:30.541]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build3700090427/b550/_pkg_.a
2025-08-20T23:03:45.2592451Z [00:02:30.541]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3700090427/b548/_pkg_.a
2025-08-20T23:03:45.2593822Z [00:02:30.541]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:45.2595083Z [00:02:30.541]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3700090427/b551/_pkg_.a
2025-08-20T23:03:45.2596288Z [00:02:30.541]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3700090427/b425/_pkg_.a
2025-08-20T23:03:45.2597413Z [00:02:30.541]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:45.2598338Z [00:02:30.541]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.2599144Z [00:02:30.541]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.2602418Z [00:02:30.541]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.2603265Z [00:02:30.541]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.2603880Z [00:02:30.541]➜  EOF
2025-08-20T23:03:45.2608143Z [00:02:30.541]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts=>google.golang.org/grpc@v1.74.2/credentials/alts;$WORK/b543=>" -p google.golang.org/grpc/credentials/alts -lang=go1.23 -complete -installsuffix shared -buildid NTL3Za2gdY5EDCGuRjxX/NTL3Za2gdY5EDCGuRjxX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/alts.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/alts/utils.go
2025-08-20T23:03:45.2648148Z [00:02:30.548]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T23:03:45.2655603Z [00:02:30.549]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/86/8638e00a6ddb0b2460f532d16acf756c98195b009dc881408eac14afb98985ed-d # internal
2025-08-20T23:03:45.2662387Z [00:02:30.549]➜  google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
2025-08-20T23:03:45.2663049Z [00:02:30.549]➜  mkdir -p $WORK/b555/
2025-08-20T23:03:45.2683100Z [00:02:30.550]➜  cat >/tmp/go-build3700090427/b555/importcfg << 'EOF' # internal
2025-08-20T23:03:45.2683785Z [00:02:30.550]➜  # import config
2025-08-20T23:03:45.2684463Z [00:02:30.550]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.2685408Z [00:02:30.550]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:45.2686480Z [00:02:30.550]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:45.2687563Z [00:02:30.550]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:45.2688765Z [00:02:30.550]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:45.2690385Z [00:02:30.550]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:45.2691784Z [00:02:30.550]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:03:45.2693216Z [00:02:30.550]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:03:45.2694613Z [00:02:30.550]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:45.2695451Z [00:02:30.550]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.2696054Z [00:02:30.550]➜  EOF
2025-08-20T23:03:45.2700889Z [00:02:30.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/grpc_lb_v1=>google.golang.org/grpc@v1.74.2/balancer/grpclb/grpc_lb_v1;$WORK/b555=>" -p google.golang.org/grpc/balancer/grpclb/grpc_lb_v1 -lang=go1.23 -complete -installsuffix shared -buildid QNJckEVCatb8lw2pxbpx/QNJckEVCatb8lw2pxbpx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/grpc_lb_v1/load_balancer.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/grpc_lb_v1/load_balancer_grpc.pb.go
2025-08-20T23:03:45.3022220Z [00:02:30.585]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T23:03:45.3061946Z [00:02:30.589]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/a9/a943d7987c55accc8e90df5fa4ef93f6684e1b4c49796ecbaf9c23ce69f6ac71-d # internal
2025-08-20T23:03:45.3063342Z [00:02:30.589]➜  google.golang.org/api/option
2025-08-20T23:03:45.3064223Z [00:02:30.589]➜  mkdir -p $WORK/b452/
2025-08-20T23:03:45.3067712Z [00:02:30.590]➜  cat >/tmp/go-build3700090427/b452/importcfg << 'EOF' # internal
2025-08-20T23:03:45.3068389Z [00:02:30.590]➜  # import config
2025-08-20T23:03:45.3069144Z [00:02:30.590]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:45.3071251Z [00:02:30.590]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:45.3072194Z [00:02:30.590]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:45.3073222Z [00:02:30.590]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3700090427/b459/_pkg_.a
2025-08-20T23:03:45.3074349Z [00:02:30.590]➜  packagefile google.golang.org/api/internal=/tmp/go-build3700090427/b467/_pkg_.a
2025-08-20T23:03:45.3075586Z [00:02:30.590]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3700090427/b512/_pkg_.a
2025-08-20T23:03:45.3077054Z [00:02:30.590]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:45.3077965Z [00:02:30.590]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:45.3078775Z [00:02:30.590]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:45.3079540Z [00:02:30.590]➜  EOF
2025-08-20T23:03:45.3082814Z [00:02:30.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/option=>google.golang.org/api@v0.243.0/option;$WORK/b452=>" -p google.golang.org/api/option -lang=go1.23 -complete -installsuffix shared -buildid VI5DiJv9yRQhy0ZtZhRf/VI5DiJv9yRQhy0ZtZhRf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/option/option.go
2025-08-20T23:03:45.3143163Z [00:02:30.598]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T23:03:45.3165080Z [00:02:30.600]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/66/66bb84df88d81314992f017d0572f1591af2efd519dda5ca51766c14d7f6c4a0-d # internal
2025-08-20T23:03:45.3166377Z [00:02:30.600]➜  google.golang.org/grpc/resolver/manual
2025-08-20T23:03:45.3167466Z [00:02:30.600]➜  mkdir -p $WORK/b556/
2025-08-20T23:03:45.3176634Z [00:02:30.601]➜  cat >/tmp/go-build3700090427/b556/importcfg << 'EOF' # internal
2025-08-20T23:03:45.3177300Z [00:02:30.601]➜  # import config
2025-08-20T23:03:45.3178107Z [00:02:30.601]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:45.3179062Z [00:02:30.601]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.3179832Z [00:02:30.601]➜  EOF
2025-08-20T23:03:45.3183738Z [00:02:30.601]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/manual=>google.golang.org/grpc@v1.74.2/resolver/manual;$WORK/b556=>" -p google.golang.org/grpc/resolver/manual -lang=go1.23 -complete -installsuffix shared -buildid D5_LgKEv1YqeAUHPrrkY/D5_LgKEv1YqeAUHPrrkY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/manual/manual.go
2025-08-20T23:03:45.3452833Z [00:02:30.628]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T23:03:45.3464694Z [00:02:30.630]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/28/28b8a98652c6c1f2ef1c58d6533698d3f139d7b7422b3b59c6f174f9c1a19bc4-d # internal
2025-08-20T23:03:45.3469188Z [00:02:30.630]➜  github.com/felixge/httpsnoop
2025-08-20T23:03:45.3470217Z [00:02:30.630]➜  mkdir -p $WORK/b560/
2025-08-20T23:03:45.3475877Z [00:02:30.631]➜  cat >/tmp/go-build3700090427/b560/importcfg << 'EOF' # internal
2025-08-20T23:03:45.3477569Z [00:02:30.631]➜  # import config
2025-08-20T23:03:45.3480229Z [00:02:30.631]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:45.3481086Z [00:02:30.631]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:45.3481944Z [00:02:30.631]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.3482776Z [00:02:30.631]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:45.3483637Z [00:02:30.631]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.3484267Z [00:02:30.631]➜  EOF
2025-08-20T23:03:45.3488783Z [00:02:30.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4=>github.com/felixge/httpsnoop@v1.0.4;$WORK/b560=>" -p github.com/felixge/httpsnoop -lang=go1.13 -complete -installsuffix shared -buildid D-qRJZzsuZm5Ti0uCI3z/D-qRJZzsuZm5Ti0uCI3z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/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-20T23:03:45.3714434Z [00:02:30.655]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T23:03:45.3765616Z [00:02:30.660]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/28/28d6db8f0090c99ff9e2be188e76ea60eb9685aae347bbc76d077087b55df187-d # internal
2025-08-20T23:03:45.3771061Z [00:02:30.660]➜  google.golang.org/grpc/credentials/google
2025-08-20T23:03:45.3771719Z [00:02:30.660]➜  mkdir -p $WORK/b542/
2025-08-20T23:03:45.3774886Z [00:02:30.661]➜  cat >/tmp/go-build3700090427/b542/importcfg << 'EOF' # internal
2025-08-20T23:03:45.3776161Z [00:02:30.661]➜  # import config
2025-08-20T23:03:45.3777342Z [00:02:30.661]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.3778670Z [00:02:30.661]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.3780262Z [00:02:30.661]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:45.3782375Z [00:02:30.661]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build3700090427/b543/_pkg_.a
2025-08-20T23:03:45.3784203Z [00:02:30.661]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3700090427/b552/_pkg_.a
2025-08-20T23:03:45.3785860Z [00:02:30.661]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:45.3787921Z [00:02:30.661]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:03:45.3789705Z [00:02:30.661]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3700090427/b553/_pkg_.a
2025-08-20T23:03:45.3791188Z [00:02:30.661]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.3792470Z [00:02:30.661]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:45.3794294Z [00:02:30.661]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.3795268Z [00:02:30.661]➜  EOF
2025-08-20T23:03:45.3799784Z [00:02:30.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/google=>google.golang.org/grpc@v1.74.2/credentials/google;$WORK/b542=>" -p google.golang.org/grpc/credentials/google -lang=go1.23 -complete -installsuffix shared -buildid fpgLsFoIDAYnp8HptmrN/fpgLsFoIDAYnp8HptmrN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/google/google.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/google/xds.go
2025-08-20T23:03:45.4034468Z [00:02:30.687]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T23:03:45.4091555Z [00:02:30.692]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/c9/c9f49902e0dce4c787fa5c16cb8df735f7c8373f6ab278b90da3242ca1e1ea52-d # internal
2025-08-20T23:03:45.4098157Z [00:02:30.693]➜  google.golang.org/grpc/balancer/grpclb
2025-08-20T23:03:45.4098863Z [00:02:30.693]➜  mkdir -p $WORK/b554/
2025-08-20T23:03:45.4102792Z [00:02:30.693]➜  cat >/tmp/go-build3700090427/b554/importcfg << 'EOF' # internal
2025-08-20T23:03:45.4104270Z [00:02:30.694]➜  # import config
2025-08-20T23:03:45.4109848Z [00:02:30.694]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.4111675Z [00:02:30.694]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:45.4112532Z [00:02:30.694]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.4113327Z [00:02:30.694]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.4115161Z [00:02:30.694]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:45.4116250Z [00:02:30.694]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:03:45.4117416Z [00:02:30.694]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:03:45.4118785Z [00:02:30.694]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build3700090427/b555/_pkg_.a
2025-08-20T23:03:45.4120569Z [00:02:30.694]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3700090427/b432/_pkg_.a
2025-08-20T23:03:45.4121879Z [00:02:30.694]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3700090427/b380/_pkg_.a
2025-08-20T23:03:45.4123156Z [00:02:30.694]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3700090427/b388/_pkg_.a
2025-08-20T23:03:45.4124398Z [00:02:30.694]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:45.4125539Z [00:02:30.694]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:03:45.4126702Z [00:02:30.694]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:45.4127957Z [00:02:30.694]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3700090427/b391/_pkg_.a
2025-08-20T23:03:45.4129457Z [00:02:30.694]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:03:45.4130675Z [00:02:30.694]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:03:45.4131869Z [00:02:30.694]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3700090427/b396/_pkg_.a
2025-08-20T23:03:45.4133089Z [00:02:30.694]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:03:45.4134320Z [00:02:30.694]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3700090427/b409/_pkg_.a
2025-08-20T23:03:45.4135533Z [00:02:30.694]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:03:45.4136757Z [00:02:30.694]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3700090427/b431/_pkg_.a
2025-08-20T23:03:45.4138219Z [00:02:30.694]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3700090427/b424/_pkg_.a
2025-08-20T23:03:45.4139563Z [00:02:30.694]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:03:45.4140682Z [00:02:30.694]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:03:45.4141836Z [00:02:30.694]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build3700090427/b556/_pkg_.a
2025-08-20T23:03:45.4143000Z [00:02:30.694]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:03:45.4144126Z [00:02:30.694]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:45.4145234Z [00:02:30.694]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:45.4146483Z [00:02:30.694]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:03:45.4147890Z [00:02:30.694]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:03:45.4148956Z [00:02:30.694]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:45.4149940Z [00:02:30.694]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:03:45.4150744Z [00:02:30.694]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.4151506Z [00:02:30.694]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.4152309Z [00:02:30.694]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:45.4153107Z [00:02:30.694]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.4153658Z [00:02:30.694]➜  EOF
2025-08-20T23:03:45.4172867Z [00:02:30.694]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb=>google.golang.org/grpc@v1.74.2/balancer/grpclb;$WORK/b554=>" -p google.golang.org/grpc/balancer/grpclb -lang=go1.23 -complete -installsuffix shared -buildid QkIwkjQFp08JBXUMIndH/QkIwkjQFp08JBXUMIndH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/grpclb.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/grpclb_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/grpclb_picker.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/grpclb_remote_balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/grpclb/grpclb_util.go
2025-08-20T23:03:45.4264412Z [00:02:30.710]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T23:03:45.4277080Z [00:02:30.711]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/52/52b270def136b2ba7fd7977a63536efea6049b7b91a955a6429a23cc4c69a7e0-d # internal
2025-08-20T23:03:45.4278862Z [00:02:30.711]➜  google.golang.org/api/option/internaloption
2025-08-20T23:03:45.4280117Z [00:02:30.711]➜  mkdir -p $WORK/b513/
2025-08-20T23:03:45.4292048Z [00:02:30.712]➜  cat >/tmp/go-build3700090427/b513/importcfg << 'EOF' # internal
2025-08-20T23:03:45.4294069Z [00:02:30.713]➜  # import config
2025-08-20T23:03:45.4295417Z [00:02:30.713]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:45.4296427Z [00:02:30.713]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.4297527Z [00:02:30.713]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:03:45.4298759Z [00:02:30.713]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3700090427/b459/_pkg_.a
2025-08-20T23:03:45.4300117Z [00:02:30.713]➜  packagefile google.golang.org/api/internal=/tmp/go-build3700090427/b467/_pkg_.a
2025-08-20T23:03:45.4301233Z [00:02:30.713]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:03:45.4302565Z [00:02:30.713]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:45.4303265Z [00:02:30.713]➜  EOF
2025-08-20T23:03:45.4307179Z [00:02:30.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/option/internaloption=>google.golang.org/api@v0.243.0/option/internaloption;$WORK/b513=>" -p google.golang.org/api/option/internaloption -lang=go1.23 -complete -installsuffix shared -buildid tQfhwIh_D6-nFGMWT21_/tQfhwIh_D6-nFGMWT21_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/option/internaloption/internaloption.go
2025-08-20T23:03:45.4372627Z [00:02:30.720]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T23:03:45.4384559Z [00:02:30.722]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/e7/e7ce4c975b55481b01c9d6408c7eaa0fad582edb5b3d3ec99199562b0c6fac3d-d # internal
2025-08-20T23:03:45.4420088Z [00:02:30.725]➜  cloud.google.com/go/auth/grpctransport
2025-08-20T23:03:45.4424316Z [00:02:30.725]➜  mkdir -p $WORK/b515/
2025-08-20T23:03:45.4425126Z [00:02:30.725]➜  cat >/tmp/go-build3700090427/b515/importcfg << 'EOF' # internal
2025-08-20T23:03:45.4425857Z [00:02:30.725]➜  # import config
2025-08-20T23:03:45.4426668Z [00:02:30.725]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:45.4427853Z [00:02:30.725]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3700090427/b468/_pkg_.a
2025-08-20T23:03:45.4429075Z [00:02:30.725]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3700090427/b454/_pkg_.a
2025-08-20T23:03:45.4430565Z [00:02:30.725]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build3700090427/b516/_pkg_.a
2025-08-20T23:03:45.4431898Z [00:02:30.726]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3700090427/b517/_pkg_.a
2025-08-20T23:03:45.4432965Z [00:02:30.726]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.4433877Z [00:02:30.726]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:45.4434776Z [00:02:30.726]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.4435983Z [00:02:30.726]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.4437107Z [00:02:30.726]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:03:45.4438730Z [00:02:30.726]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3700090427/b518/_pkg_.a
2025-08-20T23:03:45.4440390Z [00:02:30.726]➜  packagefile golang.org/x/time/rate=/tmp/go-build3700090427/b541/_pkg_.a
2025-08-20T23:03:45.4441470Z [00:02:30.726]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:45.4442615Z [00:02:30.726]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:03:45.4443939Z [00:02:30.726]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3700090427/b542/_pkg_.a
2025-08-20T23:03:45.4445299Z [00:02:30.726]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3700090427/b391/_pkg_.a
2025-08-20T23:03:45.4446583Z [00:02:30.726]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3700090427/b376/_pkg_.a
2025-08-20T23:03:45.4447574Z [00:02:30.726]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:45.4448392Z [00:02:30.726]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.4449204Z [00:02:30.726]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:45.4461000Z [00:02:30.726]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:45.4461737Z [00:02:30.726]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:45.4462578Z [00:02:30.726]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.4463425Z [00:02:30.726]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.4464602Z [00:02:30.726]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:45.4465567Z [00:02:30.726]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:45.4466407Z [00:02:30.726]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.4467019Z [00:02:30.726]➜  EOF
2025-08-20T23:03:45.4472544Z [00:02:30.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/grpctransport=>cloud.google.com/go/auth@v0.16.3/grpctransport;$WORK/b515=>" -p cloud.google.com/go/auth/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid tuYp8Z96ux_A8uAERnSB/tuYp8Z96ux_A8uAERnSB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/grpctransport/dial_socketopt.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/grpctransport/directpath.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/grpctransport/grpctransport.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/grpctransport/pool.go
2025-08-20T23:03:45.5519533Z [00:02:30.835]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T23:03:45.5587458Z [00:02:30.841]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/ff/ffef898e5fa179984c132a5a82ada5b7a7186d2ee3dc4d4440145fb84cc4e74e-d # internal
2025-08-20T23:03:45.5590637Z [00:02:30.842]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
2025-08-20T23:03:45.5591546Z [00:02:30.842]➜  mkdir -p $WORK/b561/
2025-08-20T23:03:45.5592945Z [00:02:30.843]➜  cat >/tmp/go-build3700090427/b561/importcfg << 'EOF' # internal
2025-08-20T23:03:45.5593901Z [00:02:30.843]➜  # import config
2025-08-20T23:03:45.5595035Z [00:02:30.843]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:45.5596170Z [00:02:30.843]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:45.5597203Z [00:02:30.843]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.5599481Z [00:02:30.843]➜  EOF
2025-08-20T23:03:45.5606170Z [00:02:30.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/request=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/request;$WORK/b561=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request -lang=go1.23 -complete -installsuffix shared -buildid dsMhMgmJmnnUP3Cb7Qmt/dsMhMgmJmnnUP3Cb7Qmt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/request/body_wrapper.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/request/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/request/resp_writer_wrapper.go
2025-08-20T23:03:45.5905269Z [00:02:30.874]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T23:03:45.5917822Z [00:02:30.875]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/ea/ea30a7456346c8cb02c1bc18e59657feee23b1b4ebf396b054c0a899051f2ed6-d # internal
2025-08-20T23:03:45.5923252Z [00:02:30.875]➜  go.opentelemetry.io/otel/semconv/v1.20.0
2025-08-20T23:03:45.5942632Z [00:02:30.877]➜  mkdir -p $WORK/b564/
2025-08-20T23:03:45.5951538Z [00:02:30.877]➜  cat >/tmp/go-build3700090427/b564/importcfg << 'EOF' # internal
2025-08-20T23:03:45.5952245Z [00:02:30.877]➜  # import config
2025-08-20T23:03:45.5953088Z [00:02:30.877]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:45.5955249Z [00:02:30.877]➜  EOF
2025-08-20T23:03:45.5967378Z [00:02:30.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b564/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0=>go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0;$WORK/b564=>" -p go.opentelemetry.io/otel/semconv/v1.20.0 -lang=go1.23 -complete -installsuffix shared -buildid 9f-I_4Pga8E-FoiDjl_r/9f-I_4Pga8E-FoiDjl_r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.20.0/trace.go
2025-08-20T23:03:45.6110522Z [00:02:30.894]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T23:03:45.6172251Z [00:02:30.900]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T23:03:45.6221465Z [00:02:30.903]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/4e/4ef6bdc353dc4bb6802b2cbecfceed9c37c4a103be24d33068196ac54c241558-d # internal
2025-08-20T23:03:45.6223010Z [00:02:30.903]➜  google.golang.org/api/googleapi/transport
2025-08-20T23:03:45.6223805Z [00:02:30.903]➜  mkdir -p $WORK/b565/
2025-08-20T23:03:45.6224687Z [00:02:30.903]➜  cat >/tmp/go-build3700090427/b565/importcfg << 'EOF' # internal
2025-08-20T23:03:45.6225497Z [00:02:30.903]➜  # import config
2025-08-20T23:03:45.6226284Z [00:02:30.904]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.6227274Z [00:02:30.904]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:45.6228060Z [00:02:30.904]➜  EOF
2025-08-20T23:03:45.6232113Z [00:02:30.904]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/googleapi/transport=>google.golang.org/api@v0.243.0/googleapi/transport;$WORK/b565=>" -p google.golang.org/api/googleapi/transport -lang=go1.23 -complete -installsuffix shared -buildid WrJ2fgmNsXP4ZxqHs6O3/WrJ2fgmNsXP4ZxqHs6O3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/googleapi/transport/apikey.go
﻿2025-08-20T23:03:45.6239710Z [00:02:30.905]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/d3/d393ef230f2bbfa548f1ef18f1d1a2c931f48ee101f42c0fa049db52e714b3f6-d # internal
2025-08-20T23:03:45.6241122Z [00:02:30.906]➜  google.golang.org/genproto/googleapis/cloud/location
2025-08-20T23:03:45.6241942Z [00:02:30.906]➜  mkdir -p $WORK/b566/
2025-08-20T23:03:45.6242672Z [00:02:30.907]➜  cat >/tmp/go-build3700090427/b566/importcfg << 'EOF' # internal
2025-08-20T23:03:45.6251144Z [00:02:30.907]➜  # import config
2025-08-20T23:03:45.6251817Z [00:02:30.907]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.6255271Z [00:02:30.907]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3700090427/b324/_pkg_.a
2025-08-20T23:03:45.6260404Z [00:02:30.907]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:45.6265403Z [00:02:30.907]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:45.6269936Z [00:02:30.907]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:03:45.6273476Z [00:02:30.907]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:45.6278048Z [00:02:30.907]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:45.6288166Z [00:02:30.907]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:03:45.6289310Z [00:02:30.907]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:45.6290345Z [00:02:30.907]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.6291275Z [00:02:30.907]➜  EOF
2025-08-20T23:03:45.6296168Z [00:02:30.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/cloud/location=>google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/cloud/location;$WORK/b566=>" -p google.golang.org/genproto/googleapis/cloud/location -lang=go1.23 -complete -installsuffix shared -buildid TKbG4OstLn-SOXnRDZ-Y/TKbG4OstLn-SOXnRDZ-Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/cloud/location/locations.pb.go
2025-08-20T23:03:45.6491722Z [00:02:30.932]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T23:03:45.6503688Z [00:02:30.933]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/2a/2af39e0a54620f23dedcf5d86f2be13d78b179e45ffdd89b302e2b1743ba7f96-d # internal
2025-08-20T23:03:45.6504944Z [00:02:30.933]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T23:03:45.6509071Z [00:02:30.934]➜  mkdir -p $WORK/b568/
2025-08-20T23:03:45.6510318Z [00:02:30.934]➜  cat >/tmp/go-build3700090427/b568/importcfg << 'EOF' # internal
2025-08-20T23:03:45.6513067Z [00:02:30.934]➜  # import config
2025-08-20T23:03:45.6515868Z [00:02:30.934]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.6516664Z [00:02:30.934]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:45.6517465Z [00:02:30.934]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:45.6518261Z [00:02:30.934]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.6519047Z [00:02:30.934]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.6520109Z [00:02:30.934]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:45.6520700Z [00:02:30.934]➜  EOF
2025-08-20T23:03:45.6530694Z [00:02:30.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b568=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid 0WS5YpEhg6yFgGcC35mU/0WS5YpEhg6yFgGcC35mU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/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-20T23:03:45.6777023Z [00:02:30.961]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T23:03:45.6869573Z [00:02:30.970]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/0b/0bd58560335ee80653e8b5db8f127bec19184e5c09e000f1c0963228cb746413-d # internal
2025-08-20T23:03:45.6885849Z [00:02:30.970]➜  google.golang.org/api/transport/grpc
2025-08-20T23:03:45.6886458Z [00:02:30.970]➜  mkdir -p $WORK/b514/
2025-08-20T23:03:45.6887172Z [00:02:30.971]➜  cat >/tmp/go-build3700090427/b514/importcfg << 'EOF' # internal
2025-08-20T23:03:45.6887795Z [00:02:30.971]➜  # import config
2025-08-20T23:03:45.6888553Z [00:02:30.971]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:45.6889865Z [00:02:30.971]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3700090427/b468/_pkg_.a
2025-08-20T23:03:45.6891124Z [00:02:30.971]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build3700090427/b515/_pkg_.a
2025-08-20T23:03:45.6896833Z [00:02:30.971]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3700090427/b481/_pkg_.a
2025-08-20T23:03:45.6898018Z [00:02:30.971]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3700090427/b455/_pkg_.a
2025-08-20T23:03:45.6898839Z [00:02:30.971]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.6900525Z [00:02:30.971]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.6901600Z [00:02:30.971]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.6902931Z [00:02:30.971]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3700090427/b518/_pkg_.a
2025-08-20T23:03:45.6904326Z [00:02:30.971]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:45.6905402Z [00:02:30.971]➜  packagefile golang.org/x/time/rate=/tmp/go-build3700090427/b541/_pkg_.a
2025-08-20T23:03:45.6906506Z [00:02:30.971]➜  packagefile google.golang.org/api/internal=/tmp/go-build3700090427/b467/_pkg_.a
2025-08-20T23:03:45.6907604Z [00:02:30.971]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:03:45.6910345Z [00:02:30.971]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:45.6931356Z [00:02:30.971]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build3700090427/b554/_pkg_.a
2025-08-20T23:03:45.6932707Z [00:02:30.971]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3700090427/b542/_pkg_.a
2025-08-20T23:03:45.6934041Z [00:02:30.971]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3700090427/b391/_pkg_.a
2025-08-20T23:03:45.6935354Z [00:02:30.971]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3700090427/b552/_pkg_.a
2025-08-20T23:03:45.6936564Z [00:02:30.971]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3700090427/b376/_pkg_.a
2025-08-20T23:03:45.6937529Z [00:02:30.971]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:45.6938381Z [00:02:30.971]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.6939211Z [00:02:30.971]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:45.6943214Z [00:02:30.971]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.6944062Z [00:02:30.971]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.6944951Z [00:02:30.971]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:45.6945816Z [00:02:30.971]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:45.6946856Z [00:02:30.971]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.6947476Z [00:02:30.971]➜  EOF
2025-08-20T23:03:45.6952627Z [00:02:30.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/transport/grpc=>google.golang.org/api@v0.243.0/transport/grpc;$WORK/b514=>" -p google.golang.org/api/transport/grpc -lang=go1.23 -complete -installsuffix shared -buildid BJO9yikbAd-BrA4zStpw/BJO9yikbAd-BrA4zStpw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/transport/grpc/dial.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/transport/grpc/dial_socketopt.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/transport/grpc/pool.go
2025-08-20T23:03:45.6956713Z [00:02:30.971]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T23:03:45.6957957Z [00:02:30.973]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/21/21870d859f80500cc4054ba9d1ab9db6dff37b1d6675591704912c2f84656556-d # internal
2025-08-20T23:03:45.6969204Z [00:02:30.973]➜  github.com/hashicorp/go-retryablehttp
2025-08-20T23:03:45.6970151Z [00:02:30.973]➜  mkdir -p $WORK/b567/
2025-08-20T23:03:45.6970888Z [00:02:30.974]➜  cat >/tmp/go-build3700090427/b567/importcfg << 'EOF' # internal
2025-08-20T23:03:45.6971580Z [00:02:30.974]➜  # import config
2025-08-20T23:03:45.6972247Z [00:02:30.974]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:45.6973115Z [00:02:30.974]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.6973994Z [00:02:30.974]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:45.6974843Z [00:02:30.974]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.6975940Z [00:02:30.974]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.6976973Z [00:02:30.974]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3700090427/b568/_pkg_.a
2025-08-20T23:03:45.6977974Z [00:02:30.974]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:45.6978810Z [00:02:30.974]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:45.6979860Z [00:02:30.974]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:45.6980715Z [00:02:30.974]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:45.6981584Z [00:02:30.974]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:45.6982418Z [00:02:30.974]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:45.6983233Z [00:02:30.974]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:45.6984050Z [00:02:30.974]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:45.6984918Z [00:02:30.975]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:45.6985789Z [00:02:30.975]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.6986640Z [00:02:30.975]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.6987453Z [00:02:30.975]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:45.6988065Z [00:02:30.975]➜  EOF
2025-08-20T23:03:45.6993542Z [00:02:30.975]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8=>github.com/hashicorp/go-retryablehttp@v0.7.8;$WORK/b567=>" -p github.com/hashicorp/go-retryablehttp -lang=go1.23 -complete -installsuffix shared -buildid f-e9mu4e0vPT3JKGaT9u/f-e9mu4e0vPT3JKGaT9u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8/cert_error_go120.go /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8/client.go /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.8/roundtripper.go
2025-08-20T23:03:45.7711966Z [00:02:31.051]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T23:03:45.7891765Z [00:02:31.067]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T23:03:45.7894054Z [00:02:31.069]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/32/32383ed1e3dbba50b14017e1c0d4caa8ed741ff480947b05ee5dacfaf889f31d-d # internal
2025-08-20T23:03:45.7897801Z [00:02:31.069]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
2025-08-20T23:03:45.7898704Z [00:02:31.070]➜  mkdir -p $WORK/b563/
2025-08-20T23:03:45.7903411Z [00:02:31.070]➜  cat >/tmp/go-build3700090427/b563/importcfg << 'EOF' # internal
2025-08-20T23:03:45.7904158Z [00:02:31.070]➜  # import config
2025-08-20T23:03:45.7904773Z [00:02:31.070]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.7906013Z [00:02:31.070]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:45.7907108Z [00:02:31.070]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:03:45.7908186Z [00:02:31.070]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3700090427/b564/_pkg_.a
2025-08-20T23:03:45.7909057Z [00:02:31.070]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.7910063Z [00:02:31.070]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:45.7910847Z [00:02:31.070]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:45.7911583Z [00:02:31.070]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:45.7912416Z [00:02:31.070]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.7912999Z [00:02:31.070]➜  EOF
2025-08-20T23:03:45.7920033Z [00:02:31.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b563/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconvutil=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconvutil;$WORK/b563=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil -lang=go1.23 -complete -installsuffix shared -buildid rR0pOYbPN-8QKLfGuEoJ/rR0pOYbPN-8QKLfGuEoJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconvutil/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconvutil/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconvutil/netconv.go
2025-08-20T23:03:45.7926580Z [00:02:31.071]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/87/87d1011fa8a90ee720a0f98ed859d6736f2bc10fc0650832ec7dbf63214cb0db-d # internal
2025-08-20T23:03:45.7927537Z [00:02:31.071]➜  github.com/joho/godotenv
2025-08-20T23:03:45.7928039Z [00:02:31.071]➜  mkdir -p $WORK/b569/
2025-08-20T23:03:45.7928705Z [00:02:31.072]➜  cat >/tmp/go-build3700090427/b569/importcfg << 'EOF' # internal
2025-08-20T23:03:45.7929691Z [00:02:31.072]➜  # import config
2025-08-20T23:03:45.7930249Z [00:02:31.072]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:45.7931009Z [00:02:31.072]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.7931750Z [00:02:31.072]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.7932458Z [00:02:31.072]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:45.7933122Z [00:02:31.072]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:45.7933872Z [00:02:31.072]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:45.7934651Z [00:02:31.072]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:45.7935440Z [00:02:31.072]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:45.7936228Z [00:02:31.072]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:45.7937060Z [00:02:31.072]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.7937901Z [00:02:31.072]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:45.7938685Z [00:02:31.072]➜  EOF
2025-08-20T23:03:45.7942526Z [00:02:31.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/joho/godotenv@v1.5.1=>github.com/joho/godotenv@v1.5.1;$WORK/b569=>" -p github.com/joho/godotenv -lang=go1.12 -complete -installsuffix shared -buildid CKR3uNyad70IDwGByxEe/CKR3uNyad70IDwGByxEe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/github.com/joho/godotenv@v1.5.1/godotenv.go /root/go/pkg/mod/github.com/joho/godotenv@v1.5.1/parser.go
2025-08-20T23:03:45.8984205Z [00:02:31.181]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T23:03:45.8987968Z [00:02:31.182]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/e2/e2c3561733fb2b39a0e56e150eb7ac56803b7b266e628b45ce236eb13d3a3059-d # internal
2025-08-20T23:03:45.9146579Z [00:02:31.198]➜  github.com/pkg/errors
2025-08-20T23:03:45.9153110Z [00:02:31.198]➜  mkdir -p $WORK/b570/
2025-08-20T23:03:45.9160078Z [00:02:31.198]➜  cat >/tmp/go-build3700090427/b570/importcfg << 'EOF' # internal
2025-08-20T23:03:45.9160799Z [00:02:31.198]➜  # import config
2025-08-20T23:03:45.9161474Z [00:02:31.198]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.9162294Z [00:02:31.198]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.9163076Z [00:02:31.199]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:45.9164076Z [00:02:31.199]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:45.9164921Z [00:02:31.199]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:45.9165799Z [00:02:31.199]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:45.9166625Z [00:02:31.199]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.9167256Z [00:02:31.199]➜  EOF
2025-08-20T23:03:45.9174519Z [00:02:31.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/errors@v0.9.1=>github.com/pkg/errors@v0.9.1;$WORK/b570=>" -p github.com/pkg/errors -lang=go1.16 -complete -installsuffix shared -buildid OfTW2PxT3RKlBCLCMOAi/OfTW2PxT3RKlBCLCMOAi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/errors.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/go113.go /root/go/pkg/mod/github.com/pkg/errors@v0.9.1/stack.go
2025-08-20T23:03:45.9312124Z [00:02:31.214]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T23:03:45.9322968Z [00:02:31.214]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/7f/7f34fe9d8424296e6bf3d1615b1ae323434ef2a3b2fb2883b01d0c104741097b-d # internal
2025-08-20T23:03:45.9324474Z [00:02:31.214]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
2025-08-20T23:03:45.9325597Z [00:02:31.214]➜  mkdir -p $WORK/b562/
2025-08-20T23:03:45.9333242Z [00:02:31.216]➜  cat >/tmp/go-build3700090427/b562/importcfg << 'EOF' # internal
2025-08-20T23:03:45.9335491Z [00:02:31.216]➜  # import config
2025-08-20T23:03:45.9336179Z [00:02:31.217]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:45.9337036Z [00:02:31.217]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:45.9337888Z [00:02:31.217]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.9339540Z [00:02:31.217]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build3700090427/b563/_pkg_.a
2025-08-20T23:03:45.9341175Z [00:02:31.217]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3700090427/b523/_pkg_.a
2025-08-20T23:03:45.9342412Z [00:02:31.217]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:45.9343644Z [00:02:31.217]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:03:45.9344858Z [00:02:31.217]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3700090427/b535/_pkg_.a
2025-08-20T23:03:45.9346304Z [00:02:31.217]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3700090427/b540/_pkg_.a
2025-08-20T23:03:45.9347642Z [00:02:31.217]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3700090427/b564/_pkg_.a
2025-08-20T23:03:45.9348919Z [00:02:31.217]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3700090427/b530/_pkg_.a
2025-08-20T23:03:45.9350180Z [00:02:31.217]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:45.9350993Z [00:02:31.217]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:45.9352113Z [00:02:31.217]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:45.9352966Z [00:02:31.217]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:45.9353773Z [00:02:31.217]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:45.9354596Z [00:02:31.217]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:45.9355472Z [00:02:31.217]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:45.9356359Z [00:02:31.217]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.9357190Z [00:02:31.217]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:45.9357817Z [00:02:31.217]➜  EOF
2025-08-20T23:03:45.9378170Z [00:02:31.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv;$WORK/b562=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv -lang=go1.23 -complete -installsuffix shared -buildid BFfpt44JBl84Kp_SxTGm/BFfpt44JBl84Kp_SxTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv/env.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv/util.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/internal/semconv/v1.20.0.go
2025-08-20T23:03:45.9481160Z [00:02:31.231]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T23:03:45.9498145Z [00:02:31.233]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/b3/b3937c8c694855a6ff623a6c511be5f1331907c6087508069f2e33e941817ea5-d # internal
2025-08-20T23:03:45.9507585Z [00:02:31.234]➜  github.com/pkg/diff/edit
2025-08-20T23:03:45.9524263Z [00:02:31.236]➜  mkdir -p $WORK/b574/
2025-08-20T23:03:45.9526906Z [00:02:31.236]➜  cat >/tmp/go-build3700090427/b574/importcfg << 'EOF' # internal
2025-08-20T23:03:45.9527602Z [00:02:31.236]➜  # import config
2025-08-20T23:03:45.9528231Z [00:02:31.236]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:45.9529042Z [00:02:31.236]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:45.9530087Z [00:02:31.236]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:45.9530690Z [00:02:31.236]➜  EOF
2025-08-20T23:03:45.9534992Z [00:02:31.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/edit=>github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/edit;$WORK/b574=>" -p github.com/pkg/diff/edit -lang=go1.13 -complete -installsuffix shared -buildid R-j2jqnnY_N-xp988-bf/R-j2jqnnY_N-xp988-bf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/edit/edit.go /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/edit/op_string.go
2025-08-20T23:03:45.9891782Z [00:02:31.272]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T23:03:45.9897214Z [00:02:31.273]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/34/346b7e27f60e72bda8c1f1af70c272aad23fd7ed580dc37346ee33916802f2a4-d # internal
2025-08-20T23:03:45.9898986Z [00:02:31.273]➜  github.com/pkg/diff/ctxt
2025-08-20T23:03:45.9901577Z [00:02:31.273]➜  mkdir -p $WORK/b573/
2025-08-20T23:03:45.9902366Z [00:02:31.273]➜  cat >/tmp/go-build3700090427/b573/importcfg << 'EOF' # internal
2025-08-20T23:03:45.9903060Z [00:02:31.273]➜  # import config
2025-08-20T23:03:45.9904229Z [00:02:31.273]➜  packagefile github.com/pkg/diff/edit=/tmp/go-build3700090427/b574/_pkg_.a
2025-08-20T23:03:45.9905014Z [00:02:31.273]➜  EOF
2025-08-20T23:03:45.9909688Z [00:02:31.273]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/ctxt=>github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/ctxt;$WORK/b573=>" -p github.com/pkg/diff/ctxt -lang=go1.13 -complete -installsuffix shared -buildid ejV4k3Z8NCI7xuWTfWfF/ejV4k3Z8NCI7xuWTfWfF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/ctxt/size.go /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/ctxt/todo.go
2025-08-20T23:03:45.9985054Z [00:02:31.282]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T23:03:46.0039271Z [00:02:31.287]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/9a/9aa260b61a7caddc073a513ae0c15a94016b0608cd4d26ba019d67a38ee9b390-d # internal
2025-08-20T23:03:46.0043739Z [00:02:31.287]➜  github.com/pkg/diff/myers
2025-08-20T23:03:46.0044357Z [00:02:31.287]➜  mkdir -p $WORK/b576/
2025-08-20T23:03:46.0049809Z [00:02:31.288]➜  cat >/tmp/go-build3700090427/b576/importcfg << 'EOF' # internal
2025-08-20T23:03:46.0050989Z [00:02:31.288]➜  # import config
2025-08-20T23:03:46.0052947Z [00:02:31.288]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:46.0053960Z [00:02:31.288]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.0054815Z [00:02:31.288]➜  packagefile github.com/pkg/diff/edit=/tmp/go-build3700090427/b574/_pkg_.a
2025-08-20T23:03:46.0055450Z [00:02:31.288]➜  EOF
2025-08-20T23:03:46.0117336Z [00:02:31.288]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/myers=>github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/myers;$WORK/b576=>" -p github.com/pkg/diff/myers -lang=go1.13 -complete -installsuffix shared -buildid sSF2ydOAdYMdwFP9VpPm/sSF2ydOAdYMdwFP9VpPm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/myers/myers.go
2025-08-20T23:03:46.0247752Z [00:02:31.308]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T23:03:46.0249572Z [00:02:31.308]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/34/3470b74b5744e82b42d57a59cae379cb9cb99b1fbb44cc4c518cf4017387490d-d # internal
2025-08-20T23:03:46.0250931Z [00:02:31.308]➜  github.com/pkg/diff/write
2025-08-20T23:03:46.0251644Z [00:02:31.308]➜  mkdir -p $WORK/b577/
2025-08-20T23:03:46.0252533Z [00:02:31.308]➜  cat >/tmp/go-build3700090427/b577/importcfg << 'EOF' # internal
2025-08-20T23:03:46.0253378Z [00:02:31.308]➜  # import config
2025-08-20T23:03:46.0254212Z [00:02:31.308]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:46.0255236Z [00:02:31.308]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.0256383Z [00:02:31.308]➜  packagefile github.com/pkg/diff/edit=/tmp/go-build3700090427/b574/_pkg_.a
2025-08-20T23:03:46.0257497Z [00:02:31.308]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:46.0258261Z [00:02:31.308]➜  EOF
2025-08-20T23:03:46.0263762Z [00:02:31.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/write=>github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/write;$WORK/b577=>" -p github.com/pkg/diff/write -lang=go1.13 -complete -installsuffix shared -buildid IWupEIatPmybxMlz8KAu/IWupEIatPmybxMlz8KAu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/write/option.go /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/write/todo.go /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/write/unified.go
2025-08-20T23:03:46.0436234Z [00:02:31.327]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T23:03:46.0472448Z [00:02:31.328]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/f6/f62846c2df7947016a78a498a0a5aef32aa232aa1b95c993714fc181f9489a1f-d # internal
2025-08-20T23:03:46.0473525Z [00:02:31.329]➜  container/heap
2025-08-20T23:03:46.0474066Z [00:02:31.329]➜  mkdir -p $WORK/b580/
2025-08-20T23:03:46.0474740Z [00:02:31.330]➜  cat >/tmp/go-build3700090427/b580/importcfg << 'EOF' # internal
2025-08-20T23:03:46.0475419Z [00:02:31.330]➜  # import config
2025-08-20T23:03:46.0476098Z [00:02:31.330]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:46.0476687Z [00:02:31.330]➜  EOF
2025-08-20T23:03:46.0479557Z [00:02:31.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b580=>" -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/b580/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T23:03:46.0482608Z [00:02:31.330]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T23:03:46.0483947Z [00:02:31.331]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/1e/1e281a917b3036b6d8dae644096f367da5b53e178eb572be7a4bd4661b4a0ccd-d # internal
2025-08-20T23:03:46.0493049Z [00:02:31.333]➜  go/constant
2025-08-20T23:03:46.0493753Z [00:02:31.333]➜  mkdir -p $WORK/b581/
2025-08-20T23:03:46.0517370Z [00:02:31.335]➜  cat >/tmp/go-build3700090427/b581/importcfg << 'EOF' # internal
2025-08-20T23:03:46.0518131Z [00:02:31.335]➜  # import config
2025-08-20T23:03:46.0519172Z [00:02:31.335]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.0520518Z [00:02:31.335]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:46.0521380Z [00:02:31.335]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:46.0522228Z [00:02:31.335]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:46.0523124Z [00:02:31.335]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:46.0524307Z [00:02:31.335]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:46.0525165Z [00:02:31.335]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:46.0525955Z [00:02:31.335]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:46.0526828Z [00:02:31.335]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:46.0527449Z [00:02:31.335]➜  EOF
2025-08-20T23:03:46.0530505Z [00:02:31.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/.go/src/go/constant=>go/constant;$WORK/b581=>" -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/b581/importcfg -pack /root/.go/src/go/constant/kind_string.go /root/.go/src/go/constant/value.go
2025-08-20T23:03:46.0626706Z [00:02:31.346]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T23:03:46.0637671Z [00:02:31.347]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/e7/e73d2d6b7302bafc886571ac4b1ebffd5db451286e5dd4c82c93e5111ce11e3a-d # internal
2025-08-20T23:03:46.0641491Z [00:02:31.347]➜  go/version
2025-08-20T23:03:46.0643286Z [00:02:31.348]➜  mkdir -p $WORK/b582/
2025-08-20T23:03:46.0647461Z [00:02:31.348]➜  cat >/tmp/go-build3700090427/b582/importcfg << 'EOF' # internal
2025-08-20T23:03:46.0648704Z [00:02:31.348]➜  # import config
2025-08-20T23:03:46.0650063Z [00:02:31.348]➜  packagefile internal/gover=/tmp/go-build3700090427/b583/_pkg_.a
2025-08-20T23:03:46.0651266Z [00:02:31.348]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:46.0652301Z [00:02:31.348]➜  EOF
2025-08-20T23:03:46.0656137Z [00:02:31.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/.go/src/go/version=>go/version;$WORK/b582=>" -p go/version -lang=go1.25 -std -complete -installsuffix shared -buildid YJFsfqeG7YsMeKVNXVsZ/YJFsfqeG7YsMeKVNXVsZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/.go/src/go/version/version.go
2025-08-20T23:03:46.0658749Z [00:02:31.349]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T23:03:46.0674625Z [00:02:31.351]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/ec/ecc34f92e0d8f897ff69649f8ba19f86bde52bb7546739dc6008617c1ee21d77-d # internal
2025-08-20T23:03:46.0676577Z [00:02:31.351]➜  github.com/pkg/diff
2025-08-20T23:03:46.0677576Z [00:02:31.351]➜  mkdir -p $WORK/b572/
2025-08-20T23:03:46.0681880Z [00:02:31.351]➜  cat >/tmp/go-build3700090427/b572/importcfg << 'EOF' # internal
2025-08-20T23:03:46.0690147Z [00:02:31.351]➜  # import config
2025-08-20T23:03:46.0690959Z [00:02:31.351]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:46.0691767Z [00:02:31.351]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:46.0692600Z [00:02:31.351]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:46.0693356Z [00:02:31.351]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.0694268Z [00:02:31.351]➜  packagefile github.com/pkg/diff/ctxt=/tmp/go-build3700090427/b573/_pkg_.a
2025-08-20T23:03:46.0695324Z [00:02:31.351]➜  packagefile github.com/pkg/diff/intern=/tmp/go-build3700090427/b575/_pkg_.a
2025-08-20T23:03:46.0696460Z [00:02:31.351]➜  packagefile github.com/pkg/diff/myers=/tmp/go-build3700090427/b576/_pkg_.a
2025-08-20T23:03:46.0697646Z [00:02:31.351]➜  packagefile github.com/pkg/diff/write=/tmp/go-build3700090427/b577/_pkg_.a
2025-08-20T23:03:46.0698600Z [00:02:31.351]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:46.0699552Z [00:02:31.351]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:46.0700355Z [00:02:31.351]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:46.0701186Z [00:02:31.351]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:46.0701811Z [00:02:31.351]➜  EOF
2025-08-20T23:03:46.0706310Z [00:02:31.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7=>github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7;$WORK/b572=>" -p github.com/pkg/diff -lang=go1.13 -complete -installsuffix shared -buildid D5WVXTTMvPBFinHDIO8l/D5WVXTTMvPBFinHDIO8l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/diff.go /root/go/pkg/mod/github.com/pkg/diff@v0.0.0-20200914180035-5b29258ca4f7/todo.go
2025-08-20T23:03:46.0921994Z [00:02:31.373]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T23:03:46.0932269Z [00:02:31.376]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/01/01e37dde2ddd55c8b959e4be9748f68e6aff4f5f93282ea90192274d7050ee7a-d # internal
2025-08-20T23:03:46.0933469Z [00:02:31.376]➜  internal/types/errors
2025-08-20T23:03:46.0939139Z [00:02:31.377]➜  mkdir -p $WORK/b584/
2025-08-20T23:03:46.0946263Z [00:02:31.378]➜  cat >/tmp/go-build3700090427/b584/importcfg << 'EOF' # internal
2025-08-20T23:03:46.0946960Z [00:02:31.378]➜  # import config
2025-08-20T23:03:46.0947637Z [00:02:31.378]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:46.0948543Z [00:02:31.378]➜  EOF
2025-08-20T23:03:46.0951758Z [00:02:31.378]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b584/_pkg_.a -trimpath "/root/.go/src/internal/types/errors=>internal/types/errors;$WORK/b584=>" -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/b584/importcfg -pack /root/.go/src/internal/types/errors/code_string.go /root/.go/src/internal/types/errors/codes.go
2025-08-20T23:03:46.1215171Z [00:02:31.404]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T23:03:46.1230626Z [00:02:31.406]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/4e/4e26e05b494b5cbe16bbe13d3d8b4d7a429dc2aa86037b35014c277e1dcfa0eb-d # internal
2025-08-20T23:03:46.1264267Z [00:02:31.410]➜  golang.org/x/sync/errgroup
2025-08-20T23:03:46.1266752Z [00:02:31.410]➜  mkdir -p $WORK/b585/
2025-08-20T23:03:46.1270818Z [00:02:31.410]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T23:03:46.1276975Z [00:02:31.411]➜  cat >/tmp/go-build3700090427/b585/importcfg << 'EOF' # internal
2025-08-20T23:03:46.1279595Z [00:02:31.411]➜  # import config
2025-08-20T23:03:46.1280282Z [00:02:31.411]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:46.1281114Z [00:02:31.411]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.1281895Z [00:02:31.411]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:46.1282525Z [00:02:31.411]➜  EOF
2025-08-20T23:03:46.1285945Z [00:02:31.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup=>golang.org/x/sync@v0.16.0/errgroup;$WORK/b585=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid h1Iow3w75S4TScP7KNap/h1Iow3w75S4TScP7KNap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/errgroup/errgroup.go
2025-08-20T23:03:46.1295274Z [00:02:31.412]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/ae/ae52bf1525ff560f4c06b547120a4c03ba871351115868af04a6bb1fecb5b199-d # internal
2025-08-20T23:03:46.1297419Z [00:02:31.413]➜  hash/maphash
2025-08-20T23:03:46.1298578Z [00:02:31.413]➜  mkdir -p $WORK/b593/
2025-08-20T23:03:46.1299537Z [00:02:31.413]➜  cat >/tmp/go-build3700090427/b593/importcfg << 'EOF' # internal
2025-08-20T23:03:46.1300337Z [00:02:31.413]➜  # import config
2025-08-20T23:03:46.1301009Z [00:02:31.413]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:46.1301924Z [00:02:31.413]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:03:46.1302912Z [00:02:31.413]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:03:46.1304191Z [00:02:31.413]➜  packagefile internal/goexperiment=/tmp/go-build3700090427/b017/_pkg_.a
2025-08-20T23:03:46.1304940Z [00:02:31.413]➜  EOF
2025-08-20T23:03:46.1308021Z [00:02:31.413]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b593/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b593=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid -QhU7rXRYR21BeiLqIc5/-QhU7rXRYR21BeiLqIc5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T23:03:46.1821128Z [00:02:31.463]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T23:03:46.1823675Z [00:02:31.466]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/52/520078817d802480be6109a944ce542c6b23f165bf4d027674c1c2bbe6098d6b-d # internal
2025-08-20T23:03:46.1852806Z [00:02:31.468]➜  golang.org/x/tools/internal/stdlib
2025-08-20T23:03:46.1853458Z [00:02:31.469]➜  mkdir -p $WORK/b594/
2025-08-20T23:03:46.1861395Z [00:02:31.469]➜  cat >/tmp/go-build3700090427/b594/importcfg << 'EOF' # internal
2025-08-20T23:03:46.1862342Z [00:02:31.469]➜  # import config
2025-08-20T23:03:46.1863044Z [00:02:31.469]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:46.1863870Z [00:02:31.469]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.1864592Z [00:02:31.469]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:46.1865337Z [00:02:31.469]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:46.1866112Z [00:02:31.470]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:46.1866689Z [00:02:31.470]➜  EOF
2025-08-20T23:03:46.1871879Z [00:02:31.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/stdlib=>golang.org/x/tools@v0.34.0/internal/stdlib;$WORK/b594=>" -p golang.org/x/tools/internal/stdlib -lang=go1.23 -complete -installsuffix shared -buildid MeZvnx5T2tb3qWYZtIem/MeZvnx5T2tb3qWYZtIem -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/stdlib/deps.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/stdlib/import.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/stdlib/manifest.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/stdlib/stdlib.go
2025-08-20T23:03:46.1876203Z [00:02:31.470]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T23:03:46.1901003Z [00:02:31.472]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/43/43c98acca421e0e582c9a6e78424f17cf8862fe767979cfacecf99b31cba85ca-d # internal
2025-08-20T23:03:46.1902104Z [00:02:31.473]➜  golang.org/x/mod/semver
2025-08-20T23:03:46.1902617Z [00:02:31.473]➜  mkdir -p $WORK/b598/
2025-08-20T23:03:46.1903339Z [00:02:31.473]➜  cat >/tmp/go-build3700090427/b598/importcfg << 'EOF' # internal
2025-08-20T23:03:46.1904012Z [00:02:31.473]➜  # import config
2025-08-20T23:03:46.1904663Z [00:02:31.473]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:46.1905553Z [00:02:31.473]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:46.1906242Z [00:02:31.473]➜  EOF
2025-08-20T23:03:46.1909789Z [00:02:31.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.25.0/semver=>golang.org/x/mod@v0.25.0/semver;$WORK/b598=>" -p golang.org/x/mod/semver -lang=go1.23 -complete -installsuffix shared -buildid sxyaPJKt5oZk4EsjuEhM/sxyaPJKt5oZk4EsjuEhM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.25.0/semver/semver.go
2025-08-20T23:03:46.2225378Z [00:02:31.506]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T23:03:46.2300612Z [00:02:31.513]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/f7/f7c8029aaf17ee2fc3fb7e083b860076dc37130025af86a9ec6d1c43b872199c-d # internal
2025-08-20T23:03:46.2312304Z [00:02:31.514]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
2025-08-20T23:03:46.2313077Z [00:02:31.514]➜  mkdir -p $WORK/b559/
2025-08-20T23:03:46.2317403Z [00:02:31.515]➜  cat >/tmp/go-build3700090427/b559/importcfg << 'EOF' # internal
2025-08-20T23:03:46.2320244Z [00:02:31.515]➜  # import config
2025-08-20T23:03:46.2321220Z [00:02:31.515]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:46.2322253Z [00:02:31.515]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build3700090427/b560/_pkg_.a
2025-08-20T23:03:46.2323814Z [00:02:31.515]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build3700090427/b561/_pkg_.a
2025-08-20T23:03:46.2325793Z [00:02:31.515]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build3700090427/b562/_pkg_.a
2025-08-20T23:03:46.2327288Z [00:02:31.515]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3700090427/b523/_pkg_.a
2025-08-20T23:03:46.2328438Z [00:02:31.515]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:03:46.2330015Z [00:02:31.515]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:03:46.2331186Z [00:02:31.515]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3700090427/b535/_pkg_.a
2025-08-20T23:03:46.2332392Z [00:02:31.515]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3700090427/b537/_pkg_.a
2025-08-20T23:03:46.2333580Z [00:02:31.515]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:03:46.2334536Z [00:02:31.515]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:46.2335575Z [00:02:31.515]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:46.2336656Z [00:02:31.515]➜  packagefile net/http/httptrace=/tmp/go-build3700090427/b198/_pkg_.a
2025-08-20T23:03:46.2337625Z [00:02:31.515]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:46.2338493Z [00:02:31.515]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:46.2339517Z [00:02:31.515]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:46.2340345Z [00:02:31.515]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:46.2341161Z [00:02:31.515]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:46.2341748Z [00:02:31.515]➜  EOF
2025-08-20T23:03:46.2352400Z [00:02:31.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0;$WORK/b559=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -lang=go1.23 -complete -installsuffix shared -buildid V40AWYcsVENsrcI1VXsz/V40AWYcsVENsrcI1VXsz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/client.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/common.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/labeler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/start_time_context.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/transport.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.61.0/version.go
2025-08-20T23:03:46.2476892Z [00:02:31.531]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T23:03:46.2497731Z [00:02:31.533]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/ac/acb19163010e4a7a3bbd6ce12e7127d01ca72043b152e386cf9680741fcc1b3a-d # internal
2025-08-20T23:03:46.2529301Z [00:02:31.536]➜  go/types
2025-08-20T23:03:46.2540405Z [00:02:31.536]➜  mkdir -p $WORK/b579/
2025-08-20T23:03:46.2541361Z [00:02:31.537]➜  cat >/tmp/go-build3700090427/b579/importcfg << 'EOF' # internal
2025-08-20T23:03:46.2542251Z [00:02:31.537]➜  # import config
2025-08-20T23:03:46.2542904Z [00:02:31.537]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:46.2543686Z [00:02:31.537]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:46.2555837Z [00:02:31.537]➜  packagefile container/heap=/tmp/go-build3700090427/b580/_pkg_.a
2025-08-20T23:03:46.2556752Z [00:02:31.537]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:46.2557544Z [00:02:31.537]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.2558299Z [00:02:31.537]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:46.2559118Z [00:02:31.537]➜  packagefile go/constant=/tmp/go-build3700090427/b581/_pkg_.a
2025-08-20T23:03:46.2560300Z [00:02:31.537]➜  packagefile go/parser=/tmp/go-build3700090427/b243/_pkg_.a
2025-08-20T23:03:46.2561165Z [00:02:31.537]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:46.2562048Z [00:02:31.537]➜  packagefile go/version=/tmp/go-build3700090427/b582/_pkg_.a
2025-08-20T23:03:46.2562966Z [00:02:31.537]➜  packagefile internal/buildcfg=/tmp/go-build3700090427/b244/_pkg_.a
2025-08-20T23:03:46.2563885Z [00:02:31.537]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:46.2564837Z [00:02:31.537]➜  packagefile internal/goversion=/tmp/go-build3700090427/b246/_pkg_.a
2025-08-20T23:03:46.2566065Z [00:02:31.537]➜  packagefile internal/types/errors=/tmp/go-build3700090427/b584/_pkg_.a
2025-08-20T23:03:46.2566972Z [00:02:31.537]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:46.2567743Z [00:02:31.537]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:46.2568490Z [00:02:31.537]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:46.2569280Z [00:02:31.537]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:46.2570247Z [00:02:31.537]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:46.2571100Z [00:02:31.537]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:46.2571885Z [00:02:31.537]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:46.2572690Z [00:02:31.537]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:46.2573516Z [00:02:31.537]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:46.2574365Z [00:02:31.537]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:46.2575159Z [00:02:31.537]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:46.2576031Z [00:02:31.537]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:46.2576893Z [00:02:31.537]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:46.2577818Z [00:02:31.537]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:46.2578476Z [00:02:31.537]➜  EOF
2025-08-20T23:03:46.2597387Z [00:02:31.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/.go/src/go/types=>go/types;$WORK/b579=>" -p go/types -lang=go1.25 -std -complete -installsuffix shared -buildid orl3YK8TKJ5M9fAQqOfi/orl3YK8TKJ5M9fAQqOfi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/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-20T23:03:46.2779237Z [00:02:31.561]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T23:03:46.2791338Z [00:02:31.562]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/f6/f6fed414c72385f26eaff122910e1032e7a914440de2665ad3829205b525cb61-d # internal
2025-08-20T23:03:46.2796997Z [00:02:31.563]➜  golang.org/x/tools/internal/pkgbits
2025-08-20T23:03:46.2798206Z [00:02:31.563]➜  mkdir -p $WORK/b596/
2025-08-20T23:03:46.2808932Z [00:02:31.564]➜  cat >/tmp/go-build3700090427/b596/importcfg << 'EOF' # internal
2025-08-20T23:03:46.2811616Z [00:02:31.564]➜  # import config
2025-08-20T23:03:46.2816201Z [00:02:31.565]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:46.2817104Z [00:02:31.565]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:03:46.2818047Z [00:02:31.565]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:46.2818924Z [00:02:31.565]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:46.2820221Z [00:02:31.565]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.2821085Z [00:02:31.565]➜  packagefile go/constant=/tmp/go-build3700090427/b581/_pkg_.a
2025-08-20T23:03:46.2821940Z [00:02:31.565]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:46.2822730Z [00:02:31.565]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:46.2823537Z [00:02:31.565]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:46.2824315Z [00:02:31.565]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:46.2825094Z [00:02:31.565]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:46.2825915Z [00:02:31.565]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:46.2826804Z [00:02:31.565]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:46.2827635Z [00:02:31.565]➜  EOF
2025-08-20T23:03:46.2835962Z [00:02:31.565]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/pkgbits=>golang.org/x/tools@v0.34.0/internal/pkgbits;$WORK/b596=>" -p golang.org/x/tools/internal/pkgbits -lang=go1.23 -complete -installsuffix shared -buildid Hj5eTPosuJBm3WPWF30J/Hj5eTPosuJBm3WPWF30J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/pkgbits/codes.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/pkgbits/decoder.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/pkgbits/doc.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/pkgbits/encoder.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/pkgbits/flags.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/pkgbits/reloc.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/pkgbits/support.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/pkgbits/sync.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/pkgbits/syncmarker_string.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/pkgbits/version.go
2025-08-20T23:03:46.3763406Z [00:02:31.659]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T23:03:46.3791331Z [00:02:31.662]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/bf/bfe6ad5c2a9966988d1fd5884a931e831dc22ae3d4fc1cf24ed7516e34101bab-d # internal
2025-08-20T23:03:46.3833633Z [00:02:31.667]➜  cloud.google.com/go/auth/httptransport
2025-08-20T23:03:46.3835121Z [00:02:31.667]➜  mkdir -p $WORK/b558/
2025-08-20T23:03:46.3840720Z [00:02:31.667]➜  cat >/tmp/go-build3700090427/b558/importcfg << 'EOF' # internal
2025-08-20T23:03:46.3844043Z [00:02:31.667]➜  # import config
2025-08-20T23:03:46.3845147Z [00:02:31.668]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:46.3846409Z [00:02:31.668]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3700090427/b468/_pkg_.a
2025-08-20T23:03:46.3847548Z [00:02:31.668]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3700090427/b454/_pkg_.a
2025-08-20T23:03:46.3848718Z [00:02:31.668]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3700090427/b517/_pkg_.a
2025-08-20T23:03:46.3850189Z [00:02:31.668]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3700090427/b473/_pkg_.a
2025-08-20T23:03:46.3851206Z [00:02:31.668]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:46.3852000Z [00:02:31.668]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:46.3852786Z [00:02:31.668]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:46.3853508Z [00:02:31.668]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.3854543Z [00:02:31.668]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:03:46.3855948Z [00:02:31.668]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3700090427/b559/_pkg_.a
2025-08-20T23:03:46.3857194Z [00:02:31.668]➜  packagefile golang.org/x/net/http2=/tmp/go-build3700090427/b415/_pkg_.a
2025-08-20T23:03:46.3858096Z [00:02:31.668]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:46.3858860Z [00:02:31.668]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:46.3859799Z [00:02:31.668]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:46.3880375Z [00:02:31.670]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:46.3881183Z [00:02:31.670]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:46.3881776Z [00:02:31.670]➜  EOF
2025-08-20T23:03:46.3885926Z [00:02:31.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/httptransport=>cloud.google.com/go/auth@v0.16.3/httptransport;$WORK/b558=>" -p cloud.google.com/go/auth/httptransport -lang=go1.23 -complete -installsuffix shared -buildid yWIgHwjGFUNPlgyPyAgy/yWIgHwjGFUNPlgyPyAgy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/httptransport/httptransport.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.3/httptransport/transport.go
2025-08-20T23:03:46.4152735Z [00:02:31.698]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T23:03:46.4182724Z [00:02:31.701]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/f9/f9f862d846c5c8707daff9d74e52c5328a33f0eaa52abfb584371ec7199ba779-d # internal
2025-08-20T23:03:46.4183896Z [00:02:31.702]➜  golang.org/x/tools/internal/event/label
2025-08-20T23:03:46.4184481Z [00:02:31.702]➜  mkdir -p $WORK/b602/
2025-08-20T23:03:46.4199840Z [00:02:31.703]➜  cat >/tmp/go-build3700090427/b602/importcfg << 'EOF' # internal
2025-08-20T23:03:46.4200572Z [00:02:31.703]➜  # import config
2025-08-20T23:03:46.4201215Z [00:02:31.703]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.4202005Z [00:02:31.703]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:46.4202792Z [00:02:31.703]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:46.4203801Z [00:02:31.703]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:46.4204405Z [00:02:31.703]➜  EOF
2025-08-20T23:03:46.4208373Z [00:02:31.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/label=>golang.org/x/tools@v0.34.0/internal/event/label;$WORK/b602=>" -p golang.org/x/tools/internal/event/label -lang=go1.23 -complete -installsuffix shared -buildid ZdW8d3Y54NQ7VkyhAQNq/ZdW8d3Y54NQ7VkyhAQNq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/label/label.go
2025-08-20T23:03:46.4594799Z [00:02:31.743]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T23:03:46.4611390Z [00:02:31.744]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/12/120ef882ccae3851639728dcd6f680f53f2209a7b51e7ccc5d202c7318c2cbbf-d # internal
2025-08-20T23:03:46.4614576Z [00:02:31.744]➜  golang.org/x/tools/internal/event/keys
2025-08-20T23:03:46.4615182Z [00:02:31.744]➜  mkdir -p $WORK/b601/
2025-08-20T23:03:46.4625044Z [00:02:31.746]➜  cat >/tmp/go-build3700090427/b601/importcfg << 'EOF' # internal
2025-08-20T23:03:46.4626450Z [00:02:31.746]➜  # import config
2025-08-20T23:03:46.4627600Z [00:02:31.746]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.4628913Z [00:02:31.746]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build3700090427/b602/_pkg_.a
2025-08-20T23:03:46.4630352Z [00:02:31.746]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:46.4632265Z [00:02:31.746]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:46.4633087Z [00:02:31.746]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:46.4633921Z [00:02:31.746]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:46.4634756Z [00:02:31.746]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:46.4635385Z [00:02:31.746]➜  EOF
2025-08-20T23:03:46.4640302Z [00:02:31.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/keys=>golang.org/x/tools@v0.34.0/internal/event/keys;$WORK/b601=>" -p golang.org/x/tools/internal/event/keys -lang=go1.23 -complete -installsuffix shared -buildid clFS4DF56n5t5nW8xaeP/clFS4DF56n5t5nW8xaeP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/keys/keys.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/keys/standard.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/keys/util.go
2025-08-20T23:03:46.4753965Z [00:02:31.759]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T23:03:46.4758819Z [00:02:31.759]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/d0/d0ed44409a81ad304ebe80fe4ae93aaa0221627c3403b4d8b6f0b81c924e3ace-d # internal
2025-08-20T23:03:46.4763825Z [00:02:31.759]➜  google.golang.org/api/transport/http
2025-08-20T23:03:46.4764426Z [00:02:31.760]➜  mkdir -p $WORK/b557/
2025-08-20T23:03:46.4770419Z [00:02:31.760]➜  cat >/tmp/go-build3700090427/b557/importcfg << 'EOF' # internal
2025-08-20T23:03:46.4772729Z [00:02:31.760]➜  # import config
2025-08-20T23:03:46.4774349Z [00:02:31.760]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:03:46.4776636Z [00:02:31.760]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3700090427/b468/_pkg_.a
2025-08-20T23:03:46.4779751Z [00:02:31.760]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build3700090427/b558/_pkg_.a
2025-08-20T23:03:46.4780992Z [00:02:31.760]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3700090427/b481/_pkg_.a
2025-08-20T23:03:46.4782014Z [00:02:31.760]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:46.4785440Z [00:02:31.760]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:46.4786529Z [00:02:31.760]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:46.4787795Z [00:02:31.760]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3700090427/b559/_pkg_.a
2025-08-20T23:03:46.4789103Z [00:02:31.760]➜  packagefile golang.org/x/net/http2=/tmp/go-build3700090427/b415/_pkg_.a
2025-08-20T23:03:46.4790207Z [00:02:31.760]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:03:46.4791277Z [00:02:31.760]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build3700090427/b565/_pkg_.a
2025-08-20T23:03:46.4792645Z [00:02:31.760]➜  packagefile google.golang.org/api/internal=/tmp/go-build3700090427/b467/_pkg_.a
2025-08-20T23:03:46.4793754Z [00:02:31.760]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3700090427/b511/_pkg_.a
2025-08-20T23:03:46.4794818Z [00:02:31.760]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:03:46.4795694Z [00:02:31.760]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:46.4796454Z [00:02:31.760]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:46.4797229Z [00:02:31.760]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:46.4797776Z [00:02:31.760]➜  EOF
2025-08-20T23:03:46.4805636Z [00:02:31.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/transport/http=>google.golang.org/api@v0.243.0/transport/http;$WORK/b557=>" -p google.golang.org/api/transport/http -lang=go1.23 -complete -installsuffix shared -buildid mftb0EWvZgpdJtCU_mNF/mftb0EWvZgpdJtCU_mNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/transport/http/dial.go
2025-08-20T23:03:46.5713810Z [00:02:31.854]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T23:03:46.5734888Z [00:02:31.857]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/95/9548a740e8dbb4420736d9be5523913dc6e3aac2d73d20449226fbaa3ad9ed86-d # internal
2025-08-20T23:03:46.5749133Z [00:02:31.858]➜  golang.org/x/tools/internal/event/core
2025-08-20T23:03:46.5756015Z [00:02:31.858]➜  mkdir -p $WORK/b600/
2025-08-20T23:03:46.5756804Z [00:02:31.858]➜  cat >/tmp/go-build3700090427/b600/importcfg << 'EOF' # internal
2025-08-20T23:03:46.5757460Z [00:02:31.858]➜  # import config
2025-08-20T23:03:46.5758099Z [00:02:31.858]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:46.5758887Z [00:02:31.858]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.5760150Z [00:02:31.858]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build3700090427/b601/_pkg_.a
2025-08-20T23:03:46.5761599Z [00:02:31.858]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build3700090427/b602/_pkg_.a
2025-08-20T23:03:46.5762634Z [00:02:31.858]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:46.5763460Z [00:02:31.858]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:46.5764032Z [00:02:31.858]➜  EOF
2025-08-20T23:03:46.5768577Z [00:02:31.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b600/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/core=>golang.org/x/tools@v0.34.0/internal/event/core;$WORK/b600=>" -p golang.org/x/tools/internal/event/core -lang=go1.23 -complete -installsuffix shared -buildid OqY-LM1oa4EjTGO7Iwk6/OqY-LM1oa4EjTGO7Iwk6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/core/event.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/core/export.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/core/fast.go
2025-08-20T23:03:46.5899137Z [00:02:31.873]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T23:03:46.5929208Z [00:02:31.876]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/03/031653b88cfcb242b8b4820bff0a680095ca4627d907bdb47fe8107ffbbb377a-d # internal
2025-08-20T23:03:46.5946331Z [00:02:31.877]➜  cloud.google.com/go/secretmanager/apiv1
2025-08-20T23:03:46.5948372Z [00:02:31.877]➜  mkdir -p $WORK/b321/
2025-08-20T23:03:46.5949140Z [00:02:31.878]➜  cat >/tmp/go-build3700090427/b321/importcfg << 'EOF' # internal
2025-08-20T23:03:46.5950099Z [00:02:31.878]➜  # import config
2025-08-20T23:03:46.5950785Z [00:02:31.878]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:46.5951754Z [00:02:31.878]➜  packagefile cloud.google.com/go/iam=/tmp/go-build3700090427/b322/_pkg_.a
2025-08-20T23:03:46.5953219Z [00:02:31.878]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3700090427/b323/_pkg_.a
2025-08-20T23:03:46.5954685Z [00:02:31.878]➜  packagefile cloud.google.com/go/secretmanager/apiv1/secretmanagerpb=/tmp/go-build3700090427/b444/_pkg_.a
2025-08-20T23:03:46.5956194Z [00:02:31.878]➜  packagefile cloud.google.com/go/secretmanager/internal=/tmp/go-build3700090427/b446/_pkg_.a
2025-08-20T23:03:46.5957293Z [00:02:31.878]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:46.5958120Z [00:02:31.878]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.5958942Z [00:02:31.878]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3700090427/b435/_pkg_.a
2025-08-20T23:03:46.5960213Z [00:02:31.878]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:03:46.5961378Z [00:02:31.878]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3700090427/b449/_pkg_.a
2025-08-20T23:03:46.5962726Z [00:02:31.878]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3700090427/b450/_pkg_.a
2025-08-20T23:03:46.5963892Z [00:02:31.878]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3700090427/b439/_pkg_.a
2025-08-20T23:03:46.5965015Z [00:02:31.878]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3700090427/b451/_pkg_.a
2025-08-20T23:03:46.5966113Z [00:02:31.878]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:03:46.5967309Z [00:02:31.878]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3700090427/b513/_pkg_.a
2025-08-20T23:03:46.5968546Z [00:02:31.878]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3700090427/b514/_pkg_.a
2025-08-20T23:03:46.5969735Z [00:02:31.878]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3700090427/b557/_pkg_.a
2025-08-20T23:03:46.5971075Z [00:02:31.878]➜  packagefile google.golang.org/genproto/googleapis/cloud/location=/tmp/go-build3700090427/b566/_pkg_.a
2025-08-20T23:03:46.5972298Z [00:02:31.878]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:03:46.5973543Z [00:02:31.878]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:03:46.5974763Z [00:02:31.878]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:03:46.5976117Z [00:02:31.878]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:46.5977345Z [00:02:31.878]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:46.5978368Z [00:02:31.878]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:46.5979139Z [00:02:31.878]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:46.5980207Z [00:02:31.878]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:03:46.5981043Z [00:02:31.878]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:46.5981840Z [00:02:31.878]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:46.5982678Z [00:02:31.878]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:46.5983466Z [00:02:31.878]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:46.5984056Z [00:02:31.878]➜  EOF
2025-08-20T23:03:46.5991300Z [00:02:31.878]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1=>cloud.google.com/go/secretmanager@v1.15.0/apiv1;$WORK/b321=>" -p cloud.google.com/go/secretmanager/apiv1 -lang=go1.23 -complete -installsuffix shared -buildid DxhrjgJmcc6o5j3E_V0R/DxhrjgJmcc6o5j3E_V0R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1/doc.go /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1/helpers.go /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1/iam.go /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1/secret_manager_client.go /root/go/pkg/mod/cloud.google.com/go/secretmanager@v1.15.0/apiv1/version.go
2025-08-20T23:03:46.6269764Z [00:02:31.910]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T23:03:46.6274297Z [00:02:31.910]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/37/37cc2031a90432604c1e09fef0f2818aa21e711a288f74e5e87c3fea56146109-d # internal
2025-08-20T23:03:46.6275383Z [00:02:31.910]➜  golang.org/x/tools/internal/event
2025-08-20T23:03:46.6275849Z [00:02:31.910]➜  mkdir -p $WORK/b599/
2025-08-20T23:03:46.6300738Z [00:02:31.911]➜  cat >/tmp/go-build3700090427/b599/importcfg << 'EOF' # internal
2025-08-20T23:03:46.6301813Z [00:02:31.911]➜  # import config
2025-08-20T23:03:46.6303287Z [00:02:31.911]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:46.6304977Z [00:02:31.911]➜  packagefile golang.org/x/tools/internal/event/core=/tmp/go-build3700090427/b600/_pkg_.a
2025-08-20T23:03:46.6307181Z [00:02:31.911]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build3700090427/b601/_pkg_.a
2025-08-20T23:03:46.6309003Z [00:02:31.911]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build3700090427/b602/_pkg_.a
2025-08-20T23:03:46.6310491Z [00:02:31.911]➜  EOF
2025-08-20T23:03:46.6314745Z [00:02:31.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event=>golang.org/x/tools@v0.34.0/internal/event;$WORK/b599=>" -p golang.org/x/tools/internal/event -lang=go1.23 -complete -installsuffix shared -buildid cxJpUPOYtbxawFo0VH5i/cxJpUPOYtbxawFo0VH5i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/doc.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/event/event.go
2025-08-20T23:03:46.6620077Z [00:02:31.945]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T23:03:46.6622054Z [00:02:31.945]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/74/740a4b6df27c5e1ef8f1d894840ae28b0aa5605d7ae33fea953014b770e3aca4-d # internal
2025-08-20T23:03:46.6623742Z [00:02:31.945]➜  golang.org/x/tools/internal/gocommand
2025-08-20T23:03:46.6624666Z [00:02:31.945]➜  mkdir -p $WORK/b597/
2025-08-20T23:03:46.6625676Z [00:02:31.945]➜  cat >/tmp/go-build3700090427/b597/importcfg << 'EOF' # internal
2025-08-20T23:03:46.6627074Z [00:02:31.945]➜  # import config
2025-08-20T23:03:46.6628125Z [00:02:31.945]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:46.6630865Z [00:02:31.945]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:46.6632139Z [00:02:31.945]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:46.6634958Z [00:02:31.945]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:46.6636253Z [00:02:31.945]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.6638577Z [00:02:31.945]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3700090427/b598/_pkg_.a
2025-08-20T23:03:46.6641351Z [00:02:31.945]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build3700090427/b599/_pkg_.a
2025-08-20T23:03:46.6651832Z [00:02:31.945]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build3700090427/b601/_pkg_.a
2025-08-20T23:03:46.6653556Z [00:02:31.945]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build3700090427/b602/_pkg_.a
2025-08-20T23:03:46.6654913Z [00:02:31.946]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:46.6655964Z [00:02:31.946]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:46.6656963Z [00:02:31.946]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:46.6658937Z [00:02:31.946]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:46.6660073Z [00:02:31.946]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:46.6660972Z [00:02:31.946]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:46.6661812Z [00:02:31.946]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:46.6662629Z [00:02:31.946]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:46.6663461Z [00:02:31.946]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:46.6664303Z [00:02:31.946]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:46.6665137Z [00:02:31.946]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:46.6665971Z [00:02:31.946]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:46.6666580Z [00:02:31.946]➜  EOF
2025-08-20T23:03:46.6672072Z [00:02:31.946]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gocommand=>golang.org/x/tools@v0.34.0/internal/gocommand;$WORK/b597=>" -p golang.org/x/tools/internal/gocommand -lang=go1.23 -complete -installsuffix shared -buildid 8oyRJm7L84BOOGUoFUSN/8oyRJm7L84BOOGUoFUSN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gocommand/invoke.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gocommand/invoke_unix.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gocommand/vendor.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gocommand/version.go
2025-08-20T23:03:46.7790410Z [00:02:32.062]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T23:03:46.7806164Z [00:02:32.064]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/1b/1b01aaad5dddb7190d1c57aa4fe6ff38eab9d5e77b9e32ea735d7f2931a8b524-d # internal
2025-08-20T23:03:46.7810884Z [00:02:32.064]➜  go/printer
2025-08-20T23:03:46.7814854Z [00:02:32.064]➜  mkdir -p $WORK/b607/
2025-08-20T23:03:46.7881962Z [00:02:32.071]➜  cat >/tmp/go-build3700090427/b607/importcfg << 'EOF' # internal
2025-08-20T23:03:46.7882932Z [00:02:32.071]➜  # import config
2025-08-20T23:03:46.7883610Z [00:02:32.071]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:46.7884532Z [00:02:32.071]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:46.7885470Z [00:02:32.071]➜  packagefile go/build/constraint=/tmp/go-build3700090427/b242/_pkg_.a
2025-08-20T23:03:46.7886433Z [00:02:32.071]➜  packagefile go/doc/comment=/tmp/go-build3700090427/b079/_pkg_.a
2025-08-20T23:03:46.7887297Z [00:02:32.071]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:46.7888065Z [00:02:32.071]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:46.7888808Z [00:02:32.071]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:46.7889741Z [00:02:32.071]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:46.7890526Z [00:02:32.071]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:46.7891352Z [00:02:32.071]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:46.7892118Z [00:02:32.071]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:46.7892963Z [00:02:32.071]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:46.7893836Z [00:02:32.071]➜  packagefile text/tabwriter=/tmp/go-build3700090427/b361/_pkg_.a
2025-08-20T23:03:46.7894693Z [00:02:32.071]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:46.7895542Z [00:02:32.071]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:46.7896165Z [00:02:32.071]➜  EOF
2025-08-20T23:03:46.7899840Z [00:02:32.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b607/_pkg_.a -trimpath "/root/.go/src/go/printer=>go/printer;$WORK/b607=>" -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/b607/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-20T23:03:47.1023524Z [00:02:32.385]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T23:03:47.1175250Z [00:02:32.401]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/dd/dd623b6492852e4f22f9a43add5b0e84df25e83c60c08c3a690d1c64cb161b6e-d # internal
2025-08-20T23:03:47.1177927Z [00:02:32.401]➜  golang.org/x/mod/internal/lazyregexp
2025-08-20T23:03:47.1180047Z [00:02:32.401]➜  mkdir -p $WORK/b609/
2025-08-20T23:03:47.1200382Z [00:02:32.401]➜  cat >/tmp/go-build3700090427/b609/importcfg << 'EOF' # internal
2025-08-20T23:03:47.1206012Z [00:02:32.401]➜  # import config
2025-08-20T23:03:47.1206704Z [00:02:32.401]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:47.1207585Z [00:02:32.401]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:47.1208443Z [00:02:32.401]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.1209612Z [00:02:32.401]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:47.1210251Z [00:02:32.401]➜  EOF
2025-08-20T23:03:47.1213868Z [00:02:32.403]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b609/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.25.0/internal/lazyregexp=>golang.org/x/mod@v0.25.0/internal/lazyregexp;$WORK/b609=>" -p golang.org/x/mod/internal/lazyregexp -lang=go1.23 -complete -installsuffix shared -buildid M4DliSesHD5ENBq4nqRT/M4DliSesHD5ENBq4nqRT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.25.0/internal/lazyregexp/lazyre.go
2025-08-20T23:03:47.1544899Z [00:02:32.438]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T23:03:47.1747699Z [00:02:32.458]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T23:03:47.1757873Z [00:02:32.458]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/01/01e3459923ea98b545b545a335b4a2e90ecb594e62d2b346d6876083f9621bd5-d # internal
2025-08-20T23:03:47.1760639Z [00:02:32.459]➜  golang.org/x/mod/module
2025-08-20T23:03:47.1761164Z [00:02:32.459]➜  mkdir -p $WORK/b608/
2025-08-20T23:03:47.1761860Z [00:02:32.459]➜  cat >/tmp/go-build3700090427/b608/importcfg << 'EOF' # internal
2025-08-20T23:03:47.1762738Z [00:02:32.459]➜  # import config
2025-08-20T23:03:47.1763378Z [00:02:32.459]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:03:47.1764178Z [00:02:32.459]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:47.1764987Z [00:02:32.459]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:47.1766012Z [00:02:32.459]➜  packagefile golang.org/x/mod/internal/lazyregexp=/tmp/go-build3700090427/b609/_pkg_.a
2025-08-20T23:03:47.1767159Z [00:02:32.459]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3700090427/b598/_pkg_.a
2025-08-20T23:03:47.1768287Z [00:02:32.459]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:47.1769149Z [00:02:32.459]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:47.1770210Z [00:02:32.459]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.1771035Z [00:02:32.459]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:47.1771865Z [00:02:32.459]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:47.1772754Z [00:02:32.459]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:47.1773410Z [00:02:32.459]➜  EOF
2025-08-20T23:03:47.1777073Z [00:02:32.459]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b608/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.25.0/module=>golang.org/x/mod@v0.25.0/module;$WORK/b608=>" -p golang.org/x/mod/module -lang=go1.23 -complete -installsuffix shared -buildid wQEgfGFQcKLVIuGLl5uQ/wQEgfGFQcKLVIuGLl5uQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.25.0/module/module.go /root/go/pkg/mod/golang.org/x/mod@v0.25.0/module/pseudo.go
2025-08-20T23:03:47.1834230Z [00:02:32.467]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/4c/4c51cd7ac8b2dc1f81a029ed52bc49154f913372a89f29baa76e97c107c1c49f-d # internal
2025-08-20T23:03:47.1844238Z [00:02:32.467]➜  golang.org/x/tools/go/ast/astutil
2025-08-20T23:03:47.1846581Z [00:02:32.467]➜  mkdir -p $WORK/b610/
2025-08-20T23:03:47.1847314Z [00:02:32.468]➜  cat >/tmp/go-build3700090427/b610/importcfg << 'EOF' # internal
2025-08-20T23:03:47.1847980Z [00:02:32.468]➜  # import config
2025-08-20T23:03:47.1848634Z [00:02:32.468]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:47.1849673Z [00:02:32.468]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:47.1850521Z [00:02:32.468]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:47.1851386Z [00:02:32.468]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:47.1852214Z [00:02:32.468]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:47.1853205Z [00:02:32.468]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:47.1854027Z [00:02:32.468]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:47.1854868Z [00:02:32.468]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.1855492Z [00:02:32.468]➜  EOF
2025-08-20T23:03:47.1860683Z [00:02:32.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b610/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/ast/astutil=>golang.org/x/tools@v0.34.0/go/ast/astutil;$WORK/b610=>" -p golang.org/x/tools/go/ast/astutil -lang=go1.23 -complete -installsuffix shared -buildid 1HJJQcpVdDgbVKGE7F_h/1HJJQcpVdDgbVKGE7F_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/ast/astutil/enclosing.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/ast/astutil/imports.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/ast/astutil/rewrite.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/ast/astutil/util.go
2025-08-20T23:03:47.2149918Z [00:02:32.498]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T23:03:47.2194046Z [00:02:32.503]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/04/04017c55f7161b7ecc60243bee39bb611ea29085e5b5a2042a7a3e9ab9701273-d # internal
2025-08-20T23:03:47.2196525Z [00:02:32.503]➜  go/format
2025-08-20T23:03:47.2198193Z [00:02:32.503]➜  mkdir -p $WORK/b606/
2025-08-20T23:03:47.2201214Z [00:02:32.503]➜  cat >/tmp/go-build3700090427/b606/importcfg << 'EOF' # internal
2025-08-20T23:03:47.2201868Z [00:02:32.503]➜  # import config
2025-08-20T23:03:47.2202517Z [00:02:32.503]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:47.2203340Z [00:02:32.503]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:47.2204366Z [00:02:32.503]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:47.2206133Z [00:02:32.503]➜  packagefile go/parser=/tmp/go-build3700090427/b243/_pkg_.a
2025-08-20T23:03:47.2207046Z [00:02:32.503]➜  packagefile go/printer=/tmp/go-build3700090427/b607/_pkg_.a
2025-08-20T23:03:47.2207922Z [00:02:32.503]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:47.2208748Z [00:02:32.503]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:47.2209767Z [00:02:32.503]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.2210422Z [00:02:32.503]➜  EOF
2025-08-20T23:03:47.2213387Z [00:02:32.503]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b606/_pkg_.a -trimpath "/root/.go/src/go/format=>go/format;$WORK/b606=>" -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/b606/importcfg -pack /root/.go/src/go/format/format.go /root/.go/src/go/format/internal.go
2025-08-20T23:03:47.2552051Z [00:02:32.538]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T23:03:47.2567044Z [00:02:32.540]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/80/8072103728fb2ba6935cee7a3ec3096d47cd03669c955b8b5a76e3581111f80a-d # internal
2025-08-20T23:03:47.2578859Z [00:02:32.541]➜  golang.org/x/tools/internal/gopathwalk
2025-08-20T23:03:47.2582039Z [00:02:32.541]➜  mkdir -p $WORK/b611/
2025-08-20T23:03:47.2589166Z [00:02:32.542]➜  cat >/tmp/go-build3700090427/b611/importcfg << 'EOF' # internal
2025-08-20T23:03:47.2590884Z [00:02:32.542]➜  # import config
2025-08-20T23:03:47.2591540Z [00:02:32.542]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:47.2592398Z [00:02:32.542]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:47.2593206Z [00:02:32.542]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:47.2594029Z [00:02:32.542]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:47.2594780Z [00:02:32.542]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:47.2595870Z [00:02:32.542]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:47.2596752Z [00:02:32.542]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:47.2597585Z [00:02:32.542]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:47.2598425Z [00:02:32.542]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.2599266Z [00:02:32.542]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:47.2601579Z [00:02:32.542]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:47.2602208Z [00:02:32.542]➜  EOF
2025-08-20T23:03:47.2605931Z [00:02:32.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gopathwalk=>golang.org/x/tools@v0.34.0/internal/gopathwalk;$WORK/b611=>" -p golang.org/x/tools/internal/gopathwalk -lang=go1.23 -complete -installsuffix shared -buildid w-fHT0eUACyN5H5xHo4X/w-fHT0eUACyN5H5xHo4X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gopathwalk/walk.go
2025-08-20T23:03:47.2896104Z [00:02:32.573]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T23:03:47.2925636Z [00:02:32.576]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/e4/e4f128e436fcdafbd4a02057f55fd9f55014b0280f074bd8ae0264a6bc4a1d41-d # internal
2025-08-20T23:03:47.2931857Z [00:02:32.576]➜  encoding/csv
2025-08-20T23:03:47.2932418Z [00:02:32.576]➜  mkdir -p $WORK/b613/
2025-08-20T23:03:47.2933166Z [00:02:32.576]➜  cat >/tmp/go-build3700090427/b613/importcfg << 'EOF' # internal
2025-08-20T23:03:47.2933858Z [00:02:32.576]➜  # import config
2025-08-20T23:03:47.2934547Z [00:02:32.576]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:47.2935614Z [00:02:32.576]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:47.2936479Z [00:02:32.576]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:47.2937345Z [00:02:32.576]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:47.2938138Z [00:02:32.576]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:47.2938971Z [00:02:32.576]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.2940010Z [00:02:32.576]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:47.2940935Z [00:02:32.576]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:47.2941580Z [00:02:32.576]➜  EOF
2025-08-20T23:03:47.2944744Z [00:02:32.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b613/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b613=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid dFigBiPSnLZxb6OSzN82/dFigBiPSnLZxb6OSzN82 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T23:03:47.3897289Z [00:02:32.673]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T23:03:47.3911055Z [00:02:32.674]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/52/52f17d30d48aa5781b002901204c4f03156afc98fb5d7417ed2f5f0edf9aaa3a-d # internal
2025-08-20T23:03:47.3912251Z [00:02:32.674]➜  hash/crc64
2025-08-20T23:03:47.3912735Z [00:02:32.674]➜  mkdir -p $WORK/b614/
2025-08-20T23:03:47.3913453Z [00:02:32.674]➜  cat >/tmp/go-build3700090427/b614/importcfg << 'EOF' # internal
2025-08-20T23:03:47.3914108Z [00:02:32.674]➜  # import config
2025-08-20T23:03:47.3914740Z [00:02:32.674]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:47.3915549Z [00:02:32.674]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:47.3916429Z [00:02:32.674]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:47.3917330Z [00:02:32.674]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:47.3917934Z [00:02:32.674]➜  EOF
2025-08-20T23:03:47.3926165Z [00:02:32.676]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/.go/src/hash/crc64=>hash/crc64;$WORK/b614=>" -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/b614/importcfg -pack /root/.go/src/hash/crc64/crc64.go
2025-08-20T23:03:47.4118547Z [00:02:32.695]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T23:03:47.4148130Z [00:02:32.698]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/14/147bfd15f65806bba42f1280e596542dfe3d806bddf1377149e6cf3d2c261189-d # internal
2025-08-20T23:03:47.4150287Z [00:02:32.698]➜  internal/sysinfo
2025-08-20T23:03:47.4152426Z [00:02:32.698]➜  mkdir -p $WORK/b616/
2025-08-20T23:03:47.4156624Z [00:02:32.699]➜  cat >/tmp/go-build3700090427/b616/importcfg << 'EOF' # internal
2025-08-20T23:03:47.4158360Z [00:02:32.699]➜  # import config
2025-08-20T23:03:47.4160724Z [00:02:32.699]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:47.4161520Z [00:02:32.699]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:47.4162404Z [00:02:32.699]➜  packagefile internal/cpu=/tmp/go-build3700090427/b012/_pkg_.a
2025-08-20T23:03:47.4163409Z [00:02:32.699]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:47.4164148Z [00:02:32.699]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:47.4164884Z [00:02:32.699]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.4165610Z [00:02:32.699]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:47.4166134Z [00:02:32.699]➜  EOF
2025-08-20T23:03:47.4169192Z [00:02:32.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b616/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b616=>" -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/b616/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T23:03:47.4236436Z [00:02:32.707]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T23:03:47.4262366Z [00:02:32.709]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/42/429f2c94ee9f59402db94cbba97f15d898b6ec1bbd8f505a5c2ea27e09591eac-d # internal
2025-08-20T23:03:47.4273326Z [00:02:32.710]➜  runtime/trace
2025-08-20T23:03:47.4277336Z [00:02:32.711]➜  mkdir -p $WORK/b617/
2025-08-20T23:03:47.4283538Z [00:02:32.711]➜  cat >/tmp/go-build3700090427/b617/importcfg << 'EOF' # internal
2025-08-20T23:03:47.4284164Z [00:02:32.711]➜  # import config
2025-08-20T23:03:47.4291214Z [00:02:32.711]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:47.4292148Z [00:02:32.711]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:47.4292913Z [00:02:32.711]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:47.4293769Z [00:02:32.711]➜  packagefile internal/trace/tracev2=/tmp/go-build3700090427/b033/_pkg_.a
2025-08-20T23:03:47.4294590Z [00:02:32.711]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:47.4295333Z [00:02:32.711]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:47.4296056Z [00:02:32.711]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:47.4296773Z [00:02:32.711]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:47.4297519Z [00:02:32.711]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:47.4298284Z [00:02:32.711]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:47.4298828Z [00:02:32.711]➜  EOF
2025-08-20T23:03:47.4303227Z [00:02:32.711]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b617=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid YFUbVuUvJjUv56KzlldR/YFUbVuUvJjUv56KzlldR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/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-20T23:03:47.4309056Z [00:02:32.714]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T23:03:47.4331888Z [00:02:32.715]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/8d/8dd24e01347895f101b02a7d1d2b84386ff9a6ee19ac026f0fd25048a72c8909-d # internal
2025-08-20T23:03:47.4344371Z [00:02:32.718]➜  github.com/BobuSumisu/aho-corasick
2025-08-20T23:03:47.4345957Z [00:02:32.718]➜  mkdir -p $WORK/b620/
2025-08-20T23:03:47.4346664Z [00:02:32.718]➜  cat >/tmp/go-build3700090427/b620/importcfg << 'EOF' # internal
2025-08-20T23:03:47.4347293Z [00:02:32.718]➜  # import config
2025-08-20T23:03:47.4347889Z [00:02:32.718]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:47.4348628Z [00:02:32.718]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:47.4349741Z [00:02:32.718]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:47.4350594Z [00:02:32.718]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:47.4351423Z [00:02:32.718]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:47.4352190Z [00:02:32.718]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:47.4352919Z [00:02:32.718]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:47.4353625Z [00:02:32.718]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:47.4354344Z [00:02:32.718]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.4355028Z [00:02:32.718]➜  EOF
2025-08-20T23:03:47.4359794Z [00:02:32.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b620/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!bobu!sumisu/aho-corasick@v1.0.3=>github.com/BobuSumisu/aho-corasick@v1.0.3;$WORK/b620=>" -p github.com/BobuSumisu/aho-corasick -lang=go1.14 -complete -installsuffix shared -buildid NSGa37K81FKCBU09RgA2/NSGa37K81FKCBU09RgA2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack /root/go/pkg/mod/github.com/!bobu!sumisu/aho-corasick@v1.0.3/builder.go /root/go/pkg/mod/github.com/!bobu!sumisu/aho-corasick@v1.0.3/match.go /root/go/pkg/mod/github.com/!bobu!sumisu/aho-corasick@v1.0.3/stream.go /root/go/pkg/mod/github.com/!bobu!sumisu/aho-corasick@v1.0.3/trie.go
2025-08-20T23:03:47.4966467Z [00:02:32.780]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T23:03:47.4979695Z [00:02:32.781]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/d3/d3ea683f52205795f392c3fd72125c967f1dc5dde981caa6c7898e804b013163-d # internal
2025-08-20T23:03:47.5021498Z [00:02:32.781]➜  net/mail
2025-08-20T23:03:47.5022081Z [00:02:32.782]➜  mkdir -p $WORK/b622/
2025-08-20T23:03:47.5022863Z [00:02:32.782]➜  cat >/tmp/go-build3700090427/b622/importcfg << 'EOF' # internal
2025-08-20T23:03:47.5023578Z [00:02:32.782]➜  # import config
2025-08-20T23:03:47.5024281Z [00:02:32.782]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:47.5025123Z [00:02:32.782]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:47.5025968Z [00:02:32.782]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:47.5026786Z [00:02:32.782]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:47.5027599Z [00:02:32.782]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:47.5028426Z [00:02:32.784]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:03:47.5029250Z [00:02:32.785]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:47.5030371Z [00:02:32.785]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:03:47.5031583Z [00:02:32.785]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.5032391Z [00:02:32.785]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:47.5033207Z [00:02:32.785]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:47.5064014Z [00:02:32.787]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:47.5064910Z [00:02:32.787]➜  EOF
2025-08-20T23:03:47.5067638Z [00:02:32.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b622/_pkg_.a -trimpath "/root/.go/src/net/mail=>net/mail;$WORK/b622=>" -p net/mail -lang=go1.25 -std -complete -installsuffix shared -buildid oKOu7rCIfTWAhW16FuyB/oKOu7rCIfTWAhW16FuyB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack /root/.go/src/net/mail/message.go
2025-08-20T23:03:47.5115325Z [00:02:32.795]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T23:03:47.5121000Z [00:02:32.795]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T23:03:47.5134059Z [00:02:32.796]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/2b/2b97ad2c0335aebfdfc2883ac4201c66777086b1833d6143b9608958e204e6bf-d # internal
2025-08-20T23:03:47.5138237Z [00:02:32.797]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/32/324e14af54994ca777e4369d8171be84a8ba8e03e7915d0342788f26d2acd28e-d # internal
2025-08-20T23:03:47.5153097Z [00:02:32.798]➜  testing
2025-08-20T23:03:47.5156579Z [00:02:32.799]➜  mkdir -p $WORK/b615/
2025-08-20T23:03:47.5157305Z [00:02:32.799]➜  github.com/envoyproxy/protoc-gen-validate/validate
2025-08-20T23:03:47.5157995Z [00:02:32.799]➜  mkdir -p $WORK/b625/
2025-08-20T23:03:47.5178752Z [00:02:32.801]➜  cat >/tmp/go-build3700090427/b615/importcfg << 'EOF' # internal
2025-08-20T23:03:47.5191584Z [00:02:32.801]➜  # import config
2025-08-20T23:03:47.5192481Z [00:02:32.801]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:47.5193531Z [00:02:32.801]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:47.5194437Z [00:02:32.802]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:47.5195268Z [00:02:32.802]➜  packagefile flag=/tmp/go-build3700090427/b252/_pkg_.a
2025-08-20T23:03:47.5196078Z [00:02:32.802]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:47.5196967Z [00:02:32.802]➜  packagefile internal/race=/tmp/go-build3700090427/b030/_pkg_.a
2025-08-20T23:03:47.5197934Z [00:02:32.802]➜  packagefile internal/sysinfo=/tmp/go-build3700090427/b616/_pkg_.a
2025-08-20T23:03:47.5198842Z [00:02:32.802]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:47.5199963Z [00:02:32.802]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:47.5200830Z [00:02:32.802]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:47.5201655Z [00:02:32.802]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:47.5202546Z [00:02:32.802]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:47.5206305Z [00:02:32.802]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:47.5207829Z [00:02:32.804]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:47.5210013Z [00:02:32.804]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:03:47.5210985Z [00:02:32.804]➜  packagefile runtime/trace=/tmp/go-build3700090427/b617/_pkg_.a
2025-08-20T23:03:47.5211895Z [00:02:32.804]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:47.5212782Z [00:02:32.804]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:47.5213667Z [00:02:32.804]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.5214515Z [00:02:32.804]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:47.5215440Z [00:02:32.804]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:47.5216323Z [00:02:32.804]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:47.5217397Z [00:02:32.804]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:47.5218308Z [00:02:32.804]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:47.5218991Z [00:02:32.804]➜  EOF
2025-08-20T23:03:47.5223933Z [00:02:32.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b615=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid XVSwLsZ-oMhNg2cX7CBg/XVSwLsZ-oMhNg2cX7CBg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/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-20T23:03:47.5228270Z [00:02:32.804]➜  cat >/tmp/go-build3700090427/b625/importcfg << 'EOF' # internal
2025-08-20T23:03:47.5229021Z [00:02:32.804]➜  # import config
2025-08-20T23:03:47.5262243Z [00:02:32.804]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:47.5263885Z [00:02:32.804]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:47.5265314Z [00:02:32.804]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3700090427/b354/_pkg_.a
2025-08-20T23:03:47.5266800Z [00:02:32.804]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:03:47.5268307Z [00:02:32.804]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:03:47.5270060Z [00:02:32.804]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:47.5271011Z [00:02:32.804]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:47.5271694Z [00:02:32.804]➜  EOF
2025-08-20T23:03:47.5275850Z [00:02:32.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b625/_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/b625=>" -p github.com/envoyproxy/protoc-gen-validate/validate -lang=go1.21 -complete -installsuffix shared -buildid ByzPsrS-JpN5jdBFIJuN/ByzPsrS-JpN5jdBFIJuN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/protoc-gen-validate@v1.2.1/validate/validate.pb.go
2025-08-20T23:03:47.6540269Z [00:02:32.937]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T23:03:47.6579243Z [00:02:32.941]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/5e/5e718ed579e54cc46930a0c216d6838882de9433aabd55d2b891a4f97265a3cf-d # internal
2025-08-20T23:03:47.6597109Z [00:02:32.943]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb
2025-08-20T23:03:47.6600306Z [00:02:32.943]➜  mkdir -p $WORK/b621/
2025-08-20T23:03:47.6616580Z [00:02:32.945]➜  cat >/tmp/go-build3700090427/b621/importcfg << 'EOF' # internal
2025-08-20T23:03:47.6647554Z [00:02:32.945]➜  # import config
2025-08-20T23:03:47.6648279Z [00:02:32.945]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:47.6649119Z [00:02:32.945]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:47.6650158Z [00:02:32.945]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:47.6651321Z [00:02:32.945]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:47.6652742Z [00:02:32.945]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:47.6654121Z [00:02:32.945]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:03:47.6655202Z [00:02:32.945]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:47.6660424Z [00:02:32.945]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:03:47.6661309Z [00:02:32.945]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:47.6662171Z [00:02:32.945]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:47.6662993Z [00:02:32.945]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:47.6663804Z [00:02:32.945]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:47.6664624Z [00:02:32.945]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.6665432Z [00:02:32.945]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:47.6666218Z [00:02:32.945]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:47.6667104Z [00:02:32.945]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:47.6667758Z [00:02:32.945]➜  EOF
2025-08-20T23:03:47.6682048Z [00:02:32.945]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b621/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/detectorspb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb;$WORK/b621=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb -lang=go1.24 -complete -installsuffix shared -buildid GiYs-Kmd8_U4loCk-Y79/GiYs-Kmd8_U4loCk-Y79 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack ./pkg/pb/detectorspb/detectors.pb.go ./pkg/pb/detectorspb/detectors.pb.validate.go
2025-08-20T23:03:47.8501072Z [00:02:33.133]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T23:03:47.8551630Z [00:02:33.138]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/9e/9e81c42b05b31ed44be7d40595309cff744ab21124d2edb5618ef39bfd7579a0-d # internal
2025-08-20T23:03:47.8629113Z [00:02:33.146]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb
2025-08-20T23:03:47.8638024Z [00:02:33.146]➜  mkdir -p $WORK/b623/
2025-08-20T23:03:47.8639241Z [00:02:33.146]➜  cat >/tmp/go-build3700090427/b623/importcfg << 'EOF' # internal
2025-08-20T23:03:47.8640445Z [00:02:33.146]➜  # import config
2025-08-20T23:03:47.8641141Z [00:02:33.146]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:47.8641982Z [00:02:33.146]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:47.8642784Z [00:02:33.146]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:47.8643918Z [00:02:33.146]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:47.8645450Z [00:02:33.146]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:47.8646827Z [00:02:33.146]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:03:47.8648289Z [00:02:33.146]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:03:47.8689727Z [00:02:33.146]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:47.8690691Z [00:02:33.146]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:03:47.8691585Z [00:02:33.146]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:47.8692425Z [00:02:33.146]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:47.8693274Z [00:02:33.146]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:47.8694102Z [00:02:33.146]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:47.8694907Z [00:02:33.146]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:47.8695703Z [00:02:33.146]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:47.8696506Z [00:02:33.146]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:47.8697362Z [00:02:33.146]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:47.8698233Z [00:02:33.146]➜  EOF
2025-08-20T23:03:47.8702796Z [00:02:33.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b623/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/source_metadatapb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb;$WORK/b623=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb -lang=go1.24 -complete -installsuffix shared -buildid 6yK3_1gUJ9ekl0BBOJWv/6yK3_1gUJ9ekl0BBOJWv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack ./pkg/pb/source_metadatapb/source_metadata.pb.go ./pkg/pb/source_metadatapb/source_metadata.pb.validate.go
2025-08-20T23:03:48.1215894Z [00:02:33.405]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T23:03:48.1331488Z [00:02:33.416]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/f2/f26a433659abca6c0be122f800ec51b3bab6d5299fb7407ec4de4ad44a8f6f57-d # internal
2025-08-20T23:03:48.1401149Z [00:02:33.423]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb
2025-08-20T23:03:48.1404782Z [00:02:33.424]➜  mkdir -p $WORK/b626/
2025-08-20T23:03:48.1406204Z [00:02:33.424]➜  cat >/tmp/go-build3700090427/b626/importcfg << 'EOF' # internal
2025-08-20T23:03:48.1410405Z [00:02:33.424]➜  # import config
2025-08-20T23:03:48.1411084Z [00:02:33.424]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:48.1411916Z [00:02:33.424]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:48.1412726Z [00:02:33.424]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:48.1413864Z [00:02:33.424]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:03:48.1415285Z [00:02:33.424]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:48.1416917Z [00:02:33.424]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:48.1418307Z [00:02:33.424]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:03:48.1420600Z [00:02:33.424]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:48.1421555Z [00:02:33.424]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:03:48.1422412Z [00:02:33.424]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:48.1423249Z [00:02:33.424]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:48.1424054Z [00:02:33.424]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:48.1424857Z [00:02:33.424]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:48.1425675Z [00:02:33.424]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:48.1426493Z [00:02:33.424]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:48.1427274Z [00:02:33.424]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:48.1428141Z [00:02:33.424]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:48.1428786Z [00:02:33.424]➜  EOF
2025-08-20T23:03:48.1433150Z [00:02:33.424]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b626/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/credentialspb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb;$WORK/b626=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb -lang=go1.24 -complete -installsuffix shared -buildid JRa_vaAA2MuwXIZ7mRi6/JRa_vaAA2MuwXIZ7mRi6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack ./pkg/pb/credentialspb/credentials.pb.go ./pkg/pb/credentialspb/credentials.pb.validate.go
2025-08-20T23:03:48.3270134Z [00:02:33.610]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T23:03:48.3356121Z [00:02:33.619]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/8f/8f5b5dd7d32fdf4b925afe1dbbd9c379a24426d3e2199bab1a3728fc8b868e9b-d # internal
2025-08-20T23:03:48.3363387Z [00:02:33.619]➜  github.com/marusama/semaphore/v2
2025-08-20T23:03:48.3363995Z [00:02:33.619]➜  mkdir -p $WORK/b628/
2025-08-20T23:03:48.3371437Z [00:02:33.620]➜  cat >/tmp/go-build3700090427/b628/importcfg << 'EOF' # internal
2025-08-20T23:03:48.3376029Z [00:02:33.621]➜  # import config
2025-08-20T23:03:48.3378106Z [00:02:33.621]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:48.3380106Z [00:02:33.621]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:48.3381232Z [00:02:33.621]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:48.3381909Z [00:02:33.621]➜  EOF
2025-08-20T23:03:48.3388345Z [00:02:33.622]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/marusama/semaphore/v2@v2.5.0=>github.com/marusama/semaphore/v2@v2.5.0;$WORK/b628=>" -p github.com/marusama/semaphore/v2 -lang=go1.11 -complete -installsuffix shared -buildid c6W0o3N8FB2awGQ3R6w_/c6W0o3N8FB2awGQ3R6w_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/github.com/marusama/semaphore/v2@v2.5.0/semaphore.go
2025-08-20T23:03:48.3708782Z [00:02:33.654]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T23:03:48.3722214Z [00:02:33.655]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/65/658d7b6d2ab5d909049da65c575c491b652b420cbf2eee5765584a38d2d085c0-d # internal
2025-08-20T23:03:48.3728639Z [00:02:33.656]➜  expvar
2025-08-20T23:03:48.3731372Z [00:02:33.656]➜  mkdir -p $WORK/b630/
2025-08-20T23:03:48.3740223Z [00:02:33.657]➜  cat >/tmp/go-build3700090427/b630/importcfg << 'EOF' # internal
2025-08-20T23:03:48.3743368Z [00:02:33.657]➜  # import config
2025-08-20T23:03:48.3744147Z [00:02:33.657]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:48.3745456Z [00:02:33.657]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:48.3746444Z [00:02:33.657]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:48.3747299Z [00:02:33.657]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:48.3748140Z [00:02:33.657]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:48.3749008Z [00:02:33.657]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:48.3750072Z [00:02:33.657]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:48.3750926Z [00:02:33.657]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:48.3751787Z [00:02:33.657]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:48.3752634Z [00:02:33.657]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:48.3753464Z [00:02:33.657]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:48.3754366Z [00:02:33.657]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:48.3755039Z [00:02:33.657]➜  EOF
2025-08-20T23:03:48.3757589Z [00:02:33.657]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b630/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b630=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid CDqWe0ZJ9xg_hx7tNAuK/CDqWe0ZJ9xg_hx7tNAuK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T23:03:48.5275944Z [00:02:33.811]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T23:03:48.5371828Z [00:02:33.820]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/47/47d9b31ced2c4a4badb41799d137c7132e4fd89ffb770eb08be138de99b0c130-d # internal
2025-08-20T23:03:48.5441802Z [00:02:33.827]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb
2025-08-20T23:03:48.5475175Z [00:02:33.828]➜  mkdir -p $WORK/b624/
2025-08-20T23:03:48.5476005Z [00:02:33.830]➜  cat >/tmp/go-build3700090427/b624/importcfg << 'EOF' # internal
2025-08-20T23:03:48.5480284Z [00:02:33.831]➜  # import config
2025-08-20T23:03:48.5481564Z [00:02:33.831]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:48.5483912Z [00:02:33.831]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:48.5486720Z [00:02:33.831]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:48.5487981Z [00:02:33.831]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:03:48.5489810Z [00:02:33.831]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb=/tmp/go-build3700090427/b626/_pkg_.a
2025-08-20T23:03:48.5491445Z [00:02:33.831]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:48.5492922Z [00:02:33.831]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:48.5494338Z [00:02:33.831]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:03:48.5495822Z [00:02:33.831]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:03:48.5497320Z [00:02:33.831]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:03:48.5498682Z [00:02:33.831]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:48.5499739Z [00:02:33.831]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:03:48.5500533Z [00:02:33.831]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:48.5501346Z [00:02:33.831]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:48.5502218Z [00:02:33.831]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:48.5503049Z [00:02:33.831]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:48.5504165Z [00:02:33.831]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:48.5505053Z [00:02:33.831]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:48.5505895Z [00:02:33.831]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:48.5506747Z [00:02:33.831]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:48.5507290Z [00:02:33.831]➜  EOF
2025-08-20T23:03:48.5514876Z [00:02:33.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b624/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/sourcespb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb;$WORK/b624=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb -lang=go1.24 -complete -installsuffix shared -buildid EofPBfX_6iWjLCjNsYeq/EofPBfX_6iWjLCjNsYeq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack ./pkg/pb/sourcespb/sources.pb.go ./pkg/pb/sourcespb/sources.pb.validate.go
2025-08-20T23:03:48.7046965Z [00:02:33.988]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T23:03:48.7087573Z [00:02:33.992]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/eb/ebc3103a84769c2d663f37c42896bdc7162458af05e719fccf66b29fb95a2eb9-d # internal
2025-08-20T23:03:48.7103033Z [00:02:33.992]➜  github.com/beorn7/perks/quantile
2025-08-20T23:03:48.7103662Z [00:02:33.992]➜  mkdir -p $WORK/b631/
2025-08-20T23:03:48.7104427Z [00:02:33.992]➜  cat >/tmp/go-build3700090427/b631/importcfg << 'EOF' # internal
2025-08-20T23:03:48.7105137Z [00:02:33.992]➜  # import config
2025-08-20T23:03:48.7105792Z [00:02:33.992]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:48.7106571Z [00:02:33.992]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:48.7107161Z [00:02:33.992]➜  EOF
2025-08-20T23:03:48.7110752Z [00:02:33.992]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile=>github.com/beorn7/perks@v1.0.1/quantile;$WORK/b631=>" -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/b631/importcfg -pack /root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile/stream.go
2025-08-20T23:03:48.7625412Z [00:02:34.046]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T23:03:48.7637995Z [00:02:34.047]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/40/40685f68aa55546732e8e6b359a48b178b9e78e84058a0216c95fae79e86f093-d # internal
2025-08-20T23:03:48.7641423Z [00:02:34.047]➜  github.com/cespare/xxhash/v2
2025-08-20T23:03:48.7641988Z [00:02:34.047]➜  mkdir -p $WORK/b632/
2025-08-20T23:03:48.7642574Z [00:02:34.047]➜  echo -n > $WORK/b632/go_asm.h # internal
2025-08-20T23:03:48.7643322Z [00:02:34.047]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T23:03:48.7645912Z [00:02:34.047]➜  /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/b632=>" -I $WORK/b632/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b632/symabis ./xxhash_amd64.s
2025-08-20T23:03:48.7775084Z [00:02:34.060]➜  cat >/tmp/go-build3700090427/b632/importcfg << 'EOF' # internal
2025-08-20T23:03:48.7783346Z [00:02:34.061]➜  # import config
2025-08-20T23:03:48.7784124Z [00:02:34.061]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:48.7785059Z [00:02:34.061]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:48.7785898Z [00:02:34.061]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:48.7786513Z [00:02:34.061]➜  EOF
2025-08-20T23:03:48.7786986Z [00:02:34.061]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:48.7792055Z [00:02:34.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b632=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid nfG_QiOur5lItum3MeW7/nfG_QiOur5lItum3MeW7 -goversion go1.25.0 -symabis $WORK/b632/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack -asmhdr $WORK/b632/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-20T23:03:48.8254297Z [00:02:34.107]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T23:03:48.8262864Z [00:02:34.107]➜  /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/b632=>" -I $WORK/b632/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b632/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T23:03:48.8265154Z [00:02:34.109]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T23:03:48.8324078Z [00:02:34.115]➜  go tool pack r $WORK/b632/_pkg_.a $WORK/b632/xxhash_amd64.o # internal
2025-08-20T23:03:48.8333185Z [00:02:34.116]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T23:03:48.8334492Z [00:02:34.116]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/8c/8c2edfa87dd79d7c8524c3272a085cd7d24047725a0b165abb397ea07f896187-d # internal
2025-08-20T23:03:48.8342059Z [00:02:34.116]➜  github.com/prometheus/client_model/go
2025-08-20T23:03:48.8343813Z [00:02:34.117]➜  mkdir -p $WORK/b634/
2025-08-20T23:03:48.8346558Z [00:02:34.117]➜  cat >/tmp/go-build3700090427/b634/importcfg << 'EOF' # internal
2025-08-20T23:03:48.8347273Z [00:02:34.117]➜  # import config
2025-08-20T23:03:48.8348265Z [00:02:34.117]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:48.8352795Z [00:02:34.117]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:48.8354282Z [00:02:34.117]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:03:48.8355680Z [00:02:34.117]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:48.8356512Z [00:02:34.117]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:48.8357128Z [00:02:34.117]➜  EOF
2025-08-20T23:03:48.8357613Z [00:02:34.118]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:48.8361804Z [00:02:34.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_model@v0.6.1/go=>github.com/prometheus/client_model@v0.6.1/go;$WORK/b634=>" -p github.com/prometheus/client_model/go -lang=go1.19 -complete -installsuffix shared -buildid xzyvOwDFQwnagNxkgNak/xzyvOwDFQwnagNxkgNak -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_model@v0.6.1/go/metrics.pb.go
2025-08-20T23:03:48.8773397Z [00:02:34.160]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/bc/bc9536e1e2ca7914bf15926826918ff2a334840f912682c9348a88201041ef2c-d # internal
2025-08-20T23:03:48.8780042Z [00:02:34.161]➜  golang.org/x/tools/internal/aliases
2025-08-20T23:03:48.8785446Z [00:02:34.162]➜  mkdir -p $WORK/b589/
2025-08-20T23:03:48.8795353Z [00:02:34.163]➜  cat >/tmp/go-build3700090427/b589/importcfg << 'EOF' # internal
2025-08-20T23:03:48.8796889Z [00:02:34.163]➜  # import config
2025-08-20T23:03:48.8797750Z [00:02:34.163]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:48.8801674Z [00:02:34.163]➜  packagefile go/parser=/tmp/go-build3700090427/b243/_pkg_.a
2025-08-20T23:03:48.8802563Z [00:02:34.163]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:48.8803411Z [00:02:34.163]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:03:48.8804099Z [00:02:34.163]➜  EOF
2025-08-20T23:03:48.8828852Z [00:02:34.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/aliases=>golang.org/x/tools@v0.34.0/internal/aliases;$WORK/b589=>" -p golang.org/x/tools/internal/aliases -lang=go1.23 -complete -installsuffix shared -buildid 4kAEDtijuIDB59DI9sNK/4kAEDtijuIDB59DI9sNK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/aliases/aliases.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/aliases/aliases_go122.go
2025-08-20T23:03:48.9217961Z [00:02:34.205]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T23:03:48.9234822Z [00:02:34.207]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/4a/4af71205d49f6ad81505c285d922bfecbd43a18cf1c27306ae8393652f36872d-d # internal
2025-08-20T23:03:48.9243565Z [00:02:34.207]➜  golang.org/x/tools/internal/typeparams
2025-08-20T23:03:48.9249228Z [00:02:34.208]➜  mkdir -p $WORK/b592/
2025-08-20T23:03:48.9263796Z [00:02:34.209]➜  cat >/tmp/go-build3700090427/b592/importcfg << 'EOF' # internal
2025-08-20T23:03:48.9264645Z [00:02:34.209]➜  # import config
2025-08-20T23:03:48.9265505Z [00:02:34.209]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:48.9266357Z [00:02:34.209]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:48.9267167Z [00:02:34.209]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:48.9268001Z [00:02:34.209]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:48.9268844Z [00:02:34.209]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:03:48.9270187Z [00:02:34.209]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build3700090427/b589/_pkg_.a
2025-08-20T23:03:48.9271197Z [00:02:34.209]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:48.9272000Z [00:02:34.209]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:48.9272639Z [00:02:34.209]➜  EOF
2025-08-20T23:03:48.9285764Z [00:02:34.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typeparams=>golang.org/x/tools@v0.34.0/internal/typeparams;$WORK/b592=>" -p golang.org/x/tools/internal/typeparams -lang=go1.23 -complete -installsuffix shared -buildid iiDCIOiZx0P8oVArBcfO/iiDCIOiZx0P8oVArBcfO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typeparams/common.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typeparams/coretype.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typeparams/free.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typeparams/normalize.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typeparams/termlist.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typeparams/typeterm.go
2025-08-20T23:03:49.0119261Z [00:02:34.295]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T23:03:49.0136662Z [00:02:34.297]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/57/571709b1fe632a07b977bab5736d60fc1e810326bc6dda45a9bc46758a91a9b3-d # internal
2025-08-20T23:03:49.0141523Z [00:02:34.297]➜  golang.org/x/tools/internal/versions
2025-08-20T23:03:49.0160493Z [00:02:34.297]➜  mkdir -p $WORK/b595/
2025-08-20T23:03:49.0166920Z [00:02:34.298]➜  cat >/tmp/go-build3700090427/b595/importcfg << 'EOF' # internal
2025-08-20T23:03:49.0167618Z [00:02:34.298]➜  # import config
2025-08-20T23:03:49.0168279Z [00:02:34.298]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:49.0169119Z [00:02:34.298]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:03:49.0170536Z [00:02:34.298]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.0171124Z [00:02:34.298]➜  EOF
2025-08-20T23:03:49.0176327Z [00:02:34.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/versions=>golang.org/x/tools@v0.34.0/internal/versions;$WORK/b595=>" -p golang.org/x/tools/internal/versions -lang=go1.23 -complete -installsuffix shared -buildid mKBoxZuKiHhv9ShbVt7R/mKBoxZuKiHhv9ShbVt7R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/versions/features.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/versions/gover.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/versions/types.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/versions/versions.go
2025-08-20T23:03:49.0567845Z [00:02:34.340]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T23:03:49.0575373Z [00:02:34.340]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/5b/5be93a77880fd554fd42c8b56b4ca6933bd5fe4107f6f3a72e9972061d620336-d # internal
2025-08-20T23:03:49.0576485Z [00:02:34.340]➜  golang.org/x/tools/internal/modindex
2025-08-20T23:03:49.0590374Z [00:02:34.341]➜  mkdir -p $WORK/b612/
2025-08-20T23:03:49.0591133Z [00:02:34.341]➜  cat >/tmp/go-build3700090427/b612/importcfg << 'EOF' # internal
2025-08-20T23:03:49.0591813Z [00:02:34.341]➜  # import config
2025-08-20T23:03:49.0592457Z [00:02:34.341]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:49.0593299Z [00:02:34.341]➜  packagefile encoding/csv=/tmp/go-build3700090427/b613/_pkg_.a
2025-08-20T23:03:49.0594124Z [00:02:34.341]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:49.0594906Z [00:02:34.341]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.0595690Z [00:02:34.341]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:49.0596492Z [00:02:34.341]➜  packagefile go/parser=/tmp/go-build3700090427/b243/_pkg_.a
2025-08-20T23:03:49.0597345Z [00:02:34.341]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:49.0598155Z [00:02:34.341]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:03:49.0599073Z [00:02:34.341]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3700090427/b598/_pkg_.a
2025-08-20T23:03:49.0600262Z [00:02:34.341]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:03:49.0601523Z [00:02:34.341]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build3700090427/b611/_pkg_.a
2025-08-20T23:03:49.0602556Z [00:02:34.341]➜  packagefile hash/crc64=/tmp/go-build3700090427/b614/_pkg_.a
2025-08-20T23:03:49.0603519Z [00:02:34.341]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:49.0604262Z [00:02:34.341]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:49.0604993Z [00:02:34.341]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:49.0605715Z [00:02:34.341]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:49.0606497Z [00:02:34.341]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:49.0607280Z [00:02:34.341]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:49.0608004Z [00:02:34.341]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:49.0608704Z [00:02:34.341]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:49.0609609Z [00:02:34.341]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:49.0610328Z [00:02:34.342]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.0611056Z [00:02:34.342]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:49.0611779Z [00:02:34.342]➜  packagefile testing=/tmp/go-build3700090427/b615/_pkg_.a
2025-08-20T23:03:49.0612510Z [00:02:34.342]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:49.0613080Z [00:02:34.342]➜  EOF
2025-08-20T23:03:49.0619498Z [00:02:34.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b612/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex=>golang.org/x/tools@v0.34.0/internal/modindex;$WORK/b612=>" -p golang.org/x/tools/internal/modindex -lang=go1.23 -complete -installsuffix shared -buildid TS5HWRBlpwU-Ol3K0QQJ/TS5HWRBlpwU-Ol3K0QQJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/directories.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/index.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/lookup.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/modindex.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/symbols.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/modindex/types.go
2025-08-20T23:03:49.0629255Z [00:02:34.346]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T23:03:49.0643149Z [00:02:34.347]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/3d/3dc0ba2b0b75891b934e843b56bdd2afcabc288260d4ce51e62d474f2bb7e1dd-d # internal
2025-08-20T23:03:49.0650282Z [00:02:34.348]➜  golang.org/x/tools/go/types/typeutil
2025-08-20T23:03:49.0650924Z [00:02:34.348]➜  mkdir -p $WORK/b591/
2025-08-20T23:03:49.0654714Z [00:02:34.349]➜  cat >/tmp/go-build3700090427/b591/importcfg << 'EOF' # internal
2025-08-20T23:03:49.0655721Z [00:02:34.349]➜  # import config
2025-08-20T23:03:49.0656719Z [00:02:34.349]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:49.0657644Z [00:02:34.349]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.0658740Z [00:02:34.349]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:49.0661307Z [00:02:34.349]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:03:49.0662267Z [00:02:34.349]➜  packagefile golang.org/x/tools/internal/typeparams=/tmp/go-build3700090427/b592/_pkg_.a
2025-08-20T23:03:49.0663302Z [00:02:34.349]➜  packagefile hash/maphash=/tmp/go-build3700090427/b593/_pkg_.a
2025-08-20T23:03:49.0664109Z [00:02:34.349]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:49.0664686Z [00:02:34.349]➜  EOF
2025-08-20T23:03:49.0674245Z [00:02:34.350]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/types/typeutil=>golang.org/x/tools@v0.34.0/go/types/typeutil;$WORK/b591=>" -p golang.org/x/tools/go/types/typeutil -lang=go1.23 -complete -installsuffix shared -buildid hCMir8gvL-uoFV-dKooA/hCMir8gvL-uoFV-dKooA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/types/typeutil/callee.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/types/typeutil/imports.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/types/typeutil/map.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/types/typeutil/methodsetcache.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/types/typeutil/ui.go
2025-08-20T23:03:49.1846252Z [00:02:34.468]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T23:03:49.1901747Z [00:02:34.473]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/23/23f881154aa75ca1e2898f15541856e9d486c9b70c7d2191dbb314524c181a09-d # internal
2025-08-20T23:03:49.1948054Z [00:02:34.478]➜  golang.org/x/tools/internal/typesinternal
2025-08-20T23:03:49.1951626Z [00:02:34.478]➜  mkdir -p $WORK/b590/
2025-08-20T23:03:49.1956148Z [00:02:34.479]➜  cat >/tmp/go-build3700090427/b590/importcfg << 'EOF' # internal
2025-08-20T23:03:49.1958724Z [00:02:34.479]➜  # import config
2025-08-20T23:03:49.1960079Z [00:02:34.479]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.1962286Z [00:02:34.479]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:49.1963824Z [00:02:34.479]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:49.1964867Z [00:02:34.479]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:03:49.1966060Z [00:02:34.479]➜  packagefile golang.org/x/tools/go/types/typeutil=/tmp/go-build3700090427/b591/_pkg_.a
2025-08-20T23:03:49.1967419Z [00:02:34.479]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build3700090427/b589/_pkg_.a
2025-08-20T23:03:49.1969052Z [00:02:34.479]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build3700090427/b594/_pkg_.a
2025-08-20T23:03:49.1971820Z [00:02:34.479]➜  packagefile golang.org/x/tools/internal/versions=/tmp/go-build3700090427/b595/_pkg_.a
2025-08-20T23:03:49.1972876Z [00:02:34.479]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:49.1973729Z [00:02:34.479]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:49.1974543Z [00:02:34.479]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.1975143Z [00:02:34.479]➜  EOF
2025-08-20T23:03:49.1985305Z [00:02:34.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typesinternal=>golang.org/x/tools@v0.34.0/internal/typesinternal;$WORK/b590=>" -p golang.org/x/tools/internal/typesinternal -lang=go1.23 -complete -installsuffix shared -buildid 9CeHUo-ChkAkByj6bY_G/9CeHUo-ChkAkByj6bY_G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typesinternal/classify_call.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typesinternal/element.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typesinternal/errorcode.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typesinternal/errorcode_string.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typesinternal/qualifier.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typesinternal/recv.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typesinternal/toonew.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typesinternal/types.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typesinternal/varkind.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/typesinternal/zerovalue.go
2025-08-20T23:03:49.2396352Z [00:02:34.523]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T23:03:49.2681479Z [00:02:34.551]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/4c/4c1da960b822baf7e4815a5f6b84a5bab621f983099ee501c48cdd70a6a80726-d # internal
2025-08-20T23:03:49.2686222Z [00:02:34.551]➜  github.com/prometheus/common/model
2025-08-20T23:03:49.2687086Z [00:02:34.551]➜  mkdir -p $WORK/b635/
2025-08-20T23:03:49.2695409Z [00:02:34.553]➜  cat >/tmp/go-build3700090427/b635/importcfg << 'EOF' # internal
2025-08-20T23:03:49.2699836Z [00:02:34.553]➜  # import config
2025-08-20T23:03:49.2700527Z [00:02:34.553]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:49.2701416Z [00:02:34.553]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:49.2702314Z [00:02:34.553]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:49.2703167Z [00:02:34.553]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.2704209Z [00:02:34.553]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3700090427/b634/_pkg_.a
2025-08-20T23:03:49.2705651Z [00:02:34.553]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:49.2706686Z [00:02:34.553]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:49.2707540Z [00:02:34.553]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:49.2708467Z [00:02:34.553]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:49.2709306Z [00:02:34.553]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:49.2710359Z [00:02:34.553]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:49.2711218Z [00:02:34.553]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.2712049Z [00:02:34.553]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:49.2712915Z [00:02:34.553]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:49.2713594Z [00:02:34.553]➜  EOF
2025-08-20T23:03:49.2745239Z [00:02:34.553]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model=>github.com/prometheus/common@v0.55.0/model;$WORK/b635=>" -p github.com/prometheus/common/model -lang=go1.20 -complete -installsuffix shared -buildid OZh2rVeUyllSsE76EIC7/OZh2rVeUyllSsE76EIC7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/alert.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/fingerprinting.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/fnv.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/labels.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/labelset.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/labelset_string.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/metadata.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/metric.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/model.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/signature.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/silence.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/time.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/value.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/value_float.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/value_histogram.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/value_type.go
2025-08-20T23:03:49.3586329Z [00:02:34.642]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T23:03:49.3655261Z [00:02:34.649]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/dd/dd71a27267c7f78b43712734ba642f91f39c298e78c214434ce3369ba83c9b6e-d # internal
2025-08-20T23:03:49.3678018Z [00:02:34.651]➜  golang.org/x/tools/internal/imports
2025-08-20T23:03:49.3686093Z [00:02:34.651]➜  mkdir -p $WORK/b605/
2025-08-20T23:03:49.3686858Z [00:02:34.652]➜  cat >/tmp/go-build3700090427/b605/importcfg << 'EOF' # internal
2025-08-20T23:03:49.3688451Z [00:02:34.652]➜  # import config
2025-08-20T23:03:49.3689789Z [00:02:34.652]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:49.3690716Z [00:02:34.652]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:49.3691577Z [00:02:34.652]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:49.3692691Z [00:02:34.652]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:49.3693577Z [00:02:34.652]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.3694407Z [00:02:34.652]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:49.3695250Z [00:02:34.652]➜  packagefile go/build=/tmp/go-build3700090427/b241/_pkg_.a
2025-08-20T23:03:49.3696129Z [00:02:34.652]➜  packagefile go/format=/tmp/go-build3700090427/b606/_pkg_.a
2025-08-20T23:03:49.3697001Z [00:02:34.652]➜  packagefile go/parser=/tmp/go-build3700090427/b243/_pkg_.a
2025-08-20T23:03:49.3698060Z [00:02:34.652]➜  packagefile go/printer=/tmp/go-build3700090427/b607/_pkg_.a
2025-08-20T23:03:49.3699004Z [00:02:34.652]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:49.3700078Z [00:02:34.652]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:03:49.3701095Z [00:02:34.652]➜  packagefile golang.org/x/mod/module=/tmp/go-build3700090427/b608/_pkg_.a
2025-08-20T23:03:49.3702179Z [00:02:34.652]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:03:49.3703337Z [00:02:34.652]➜  packagefile golang.org/x/tools/go/ast/astutil=/tmp/go-build3700090427/b610/_pkg_.a
2025-08-20T23:03:49.3704540Z [00:02:34.652]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build3700090427/b599/_pkg_.a
2025-08-20T23:03:49.3705775Z [00:02:34.652]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build3700090427/b597/_pkg_.a
2025-08-20T23:03:49.3707233Z [00:02:34.652]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build3700090427/b611/_pkg_.a
2025-08-20T23:03:49.3708550Z [00:02:34.652]➜  packagefile golang.org/x/tools/internal/modindex=/tmp/go-build3700090427/b612/_pkg_.a
2025-08-20T23:03:49.3710782Z [00:02:34.652]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build3700090427/b594/_pkg_.a
2025-08-20T23:03:49.3711831Z [00:02:34.652]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:49.3712699Z [00:02:34.652]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:49.3713562Z [00:02:34.652]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:03:49.3714429Z [00:02:34.652]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:49.3715241Z [00:02:34.652]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:49.3716027Z [00:02:34.652]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:49.3716763Z [00:02:34.652]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:49.3717596Z [00:02:34.652]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:49.3718442Z [00:02:34.652]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:49.3719623Z [00:02:34.652]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:49.3720440Z [00:02:34.652]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:49.3721250Z [00:02:34.652]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:49.3722050Z [00:02:34.652]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:49.3722863Z [00:02:34.652]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.3723657Z [00:02:34.652]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:49.3724372Z [00:02:34.652]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:49.3725149Z [00:02:34.652]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:49.3726156Z [00:02:34.652]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:49.3726813Z [00:02:34.652]➜  EOF
2025-08-20T23:03:49.3734235Z [00:02:34.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports=>golang.org/x/tools@v0.34.0/internal/imports;$WORK/b605=>" -p golang.org/x/tools/internal/imports -lang=go1.23 -complete -installsuffix shared -buildid v3Mj37KK-dM9ux-TcUDd/v3Mj37KK-dM9ux-TcUDd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/fix.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/imports.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/mod.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/mod_cache.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/sortimports.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/source.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/source_env.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/imports/source_modindex.go
2025-08-20T23:03:49.3975424Z [00:02:34.681]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T23:03:49.4034606Z [00:02:34.687]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/84/845c72178dc8288e9afa0d6cb1b2caa780b3ccb7165e5aeb674ada6027fcf17b-d # internal
2025-08-20T23:03:49.4047834Z [00:02:34.688]➜  golang.org/x/tools/go/types/objectpath
2025-08-20T23:03:49.4048502Z [00:02:34.688]➜  mkdir -p $WORK/b588/
2025-08-20T23:03:49.4049635Z [00:02:34.688]➜  cat >/tmp/go-build3700090427/b588/importcfg << 'EOF' # internal
2025-08-20T23:03:49.4051666Z [00:02:34.688]➜  # import config
2025-08-20T23:03:49.4052342Z [00:02:34.688]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.4053197Z [00:02:34.688]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:03:49.4054471Z [00:02:34.688]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build3700090427/b589/_pkg_.a
2025-08-20T23:03:49.4055838Z [00:02:34.688]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build3700090427/b590/_pkg_.a
2025-08-20T23:03:49.4056944Z [00:02:34.688]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:49.4057776Z [00:02:34.688]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.4058410Z [00:02:34.688]➜  EOF
2025-08-20T23:03:49.4062396Z [00:02:34.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/types/objectpath=>golang.org/x/tools@v0.34.0/go/types/objectpath;$WORK/b588=>" -p golang.org/x/tools/go/types/objectpath -lang=go1.23 -complete -installsuffix shared -buildid n5B44jM6E6UBOOJAKWRp/n5B44jM6E6UBOOJAKWRp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/types/objectpath/objectpath.go
2025-08-20T23:03:49.5315881Z [00:02:34.815]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T23:03:49.5351386Z [00:02:34.818]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/33/3362faa8fc2d8068dfe8168ee6e6d3afb1a128a529ef60a2cf74d6124f6d6350-d # internal
2025-08-20T23:03:49.5375039Z [00:02:34.821]➜  golang.org/x/tools/internal/gcimporter
2025-08-20T23:03:49.5375702Z [00:02:34.821]➜  mkdir -p $WORK/b587/
2025-08-20T23:03:49.5407793Z [00:02:34.824]➜  cat >/tmp/go-build3700090427/b587/importcfg << 'EOF' # internal
2025-08-20T23:03:49.5408541Z [00:02:34.824]➜  # import config
2025-08-20T23:03:49.5409231Z [00:02:34.824]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:49.5410307Z [00:02:34.824]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:49.5411193Z [00:02:34.824]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:49.5412093Z [00:02:34.824]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:49.5412929Z [00:02:34.824]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.5413785Z [00:02:34.824]➜  packagefile go/build=/tmp/go-build3700090427/b241/_pkg_.a
2025-08-20T23:03:49.5414662Z [00:02:34.824]➜  packagefile go/constant=/tmp/go-build3700090427/b581/_pkg_.a
2025-08-20T23:03:49.5415536Z [00:02:34.824]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:49.5416579Z [00:02:34.824]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:03:49.5424888Z [00:02:34.824]➜  packagefile golang.org/x/tools/go/types/objectpath=/tmp/go-build3700090427/b588/_pkg_.a
2025-08-20T23:03:49.5426211Z [00:02:34.824]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build3700090427/b589/_pkg_.a
2025-08-20T23:03:49.5427486Z [00:02:34.824]➜  packagefile golang.org/x/tools/internal/pkgbits=/tmp/go-build3700090427/b596/_pkg_.a
2025-08-20T23:03:49.5428801Z [00:02:34.824]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build3700090427/b590/_pkg_.a
2025-08-20T23:03:49.5430366Z [00:02:34.824]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:49.5431285Z [00:02:34.824]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:49.5432155Z [00:02:34.824]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:49.5433000Z [00:02:34.824]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:49.5433902Z [00:02:34.824]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:49.5434820Z [00:02:34.824]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:49.5435661Z [00:02:34.824]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:49.5436504Z [00:02:34.824]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:49.5437347Z [00:02:34.824]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:49.5438261Z [00:02:34.824]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.5439274Z [00:02:34.824]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:49.5460396Z [00:02:34.824]➜  EOF
2025-08-20T23:03:49.5468042Z [00:02:34.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gcimporter=>golang.org/x/tools@v0.34.0/internal/gcimporter;$WORK/b587=>" -p golang.org/x/tools/internal/gcimporter -lang=go1.23 -complete -installsuffix shared -buildid i53c1zTncsIuDhGZJwjf/i53c1zTncsIuDhGZJwjf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gcimporter/bimport.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gcimporter/exportdata.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gcimporter/gcimporter.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gcimporter/iexport.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gcimporter/iimport.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gcimporter/predeclared.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gcimporter/support.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/internal/gcimporter/ureader_yes.go
2025-08-20T23:03:49.6699276Z [00:02:34.953]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T23:03:49.6791639Z [00:02:34.962]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/13/1377fc32eda434525c9df75bb8d4e1ed5eaf150ae2106dbb9b4072507695e59c-d # internal
2025-08-20T23:03:49.6801634Z [00:02:34.963]➜  github.com/prometheus/client_golang/prometheus/internal
2025-08-20T23:03:49.6802368Z [00:02:34.963]➜  mkdir -p $WORK/b633/
2025-08-20T23:03:49.6806516Z [00:02:34.964]➜  cat >/tmp/go-build3700090427/b633/importcfg << 'EOF' # internal
2025-08-20T23:03:49.6807239Z [00:02:34.964]➜  # import config
2025-08-20T23:03:49.6807903Z [00:02:34.964]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:49.6808732Z [00:02:34.964]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:49.6810070Z [00:02:34.964]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.6811296Z [00:02:34.964]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3700090427/b634/_pkg_.a
2025-08-20T23:03:49.6813773Z [00:02:34.964]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3700090427/b635/_pkg_.a
2025-08-20T23:03:49.6815053Z [00:02:34.964]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:49.6817268Z [00:02:34.964]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:49.6818169Z [00:02:34.964]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:49.6819099Z [00:02:34.964]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:49.6820281Z [00:02:34.964]➜  packagefile runtime/metrics=/tmp/go-build3700090427/b636/_pkg_.a
2025-08-20T23:03:49.6821466Z [00:02:34.964]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:49.6822438Z [00:02:34.964]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.6844791Z [00:02:34.964]➜  EOF
2025-08-20T23:03:49.6852502Z [00:02:34.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal=>github.com/prometheus/client_golang@v1.20.5/prometheus/internal;$WORK/b633=>" -p github.com/prometheus/client_golang/prometheus/internal -lang=go1.20 -complete -installsuffix shared -buildid 4voqQrtPMIFtBhoIYWK4/4voqQrtPMIFtBhoIYWK4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal/almost_equal.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal/difflib.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal/go_collector_options.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal/go_runtime_metrics.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal/metric.go
2025-08-20T23:03:49.8357088Z [00:02:35.119]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T23:03:49.8364173Z [00:02:35.120]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T23:03:49.8378706Z [00:02:35.121]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/54/5495383919fae9345ca41fe40c592c9b1b132f1b5ad49ce1d4193536a8e528cd-d # internal
2025-08-20T23:03:49.8380088Z [00:02:35.121]➜  github.com/munnerz/goautoneg
2025-08-20T23:03:49.8380682Z [00:02:35.121]➜  mkdir -p $WORK/b638/
2025-08-20T23:03:49.8386417Z [00:02:35.122]➜  cat >/tmp/go-build3700090427/b638/importcfg << 'EOF' # internal
2025-08-20T23:03:49.8400513Z [00:02:35.122]➜  # import config
2025-08-20T23:03:49.8401223Z [00:02:35.122]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:49.8402094Z [00:02:35.122]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:49.8402957Z [00:02:35.122]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.8403609Z [00:02:35.122]➜  EOF
2025-08-20T23:03:49.8407243Z [00:02:35.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b638/_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/b638=>" -p github.com/munnerz/goautoneg -lang=go1.16 -complete -installsuffix shared -buildid RIxX87NYSGGXKYPOLnNq/RIxX87NYSGGXKYPOLnNq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822/autoneg.go
2025-08-20T23:03:49.8415707Z [00:02:35.125]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T23:03:49.8472843Z [00:02:35.130]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/7c/7c48b798800fa82a2405e451fe6948c9b0ef0fcbd35a9b5b23ce626796c4c939-d # internal
2025-08-20T23:03:49.8474172Z [00:02:35.130]➜  golang.org/x/tools/imports
2025-08-20T23:03:49.8478519Z [00:02:35.130]➜  mkdir -p $WORK/b604/
2025-08-20T23:03:49.8479268Z [00:02:35.131]➜  cat >/tmp/go-build3700090427/b604/importcfg << 'EOF' # internal
2025-08-20T23:03:49.8480143Z [00:02:35.131]➜  # import config
2025-08-20T23:03:49.8481040Z [00:02:35.131]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build3700090427/b597/_pkg_.a
2025-08-20T23:03:49.8482493Z [00:02:35.131]➜  packagefile golang.org/x/tools/internal/imports=/tmp/go-build3700090427/b605/_pkg_.a
2025-08-20T23:03:49.8483486Z [00:02:35.131]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:49.8484254Z [00:02:35.131]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:49.8484842Z [00:02:35.131]➜  EOF
2025-08-20T23:03:49.8488177Z [00:02:35.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/imports=>golang.org/x/tools@v0.34.0/imports;$WORK/b604=>" -p golang.org/x/tools/imports -lang=go1.23 -complete -installsuffix shared -buildid 7JKkD_oPLxlY_mJux2Sd/7JKkD_oPLxlY_mJux2Sd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/imports/forward.go
2025-08-20T23:03:49.8617097Z [00:02:35.145]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T23:03:49.8625878Z [00:02:35.146]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/8d/8dfe62c81fb597fa1e52ac28dd0c60bb41253d993bd074916d3dd7c2dcd7c368-d # internal
2025-08-20T23:03:49.8645492Z [00:02:35.146]➜  google.golang.org/protobuf/encoding/protodelim
2025-08-20T23:03:49.8646187Z [00:02:35.146]➜  mkdir -p $WORK/b639/
2025-08-20T23:03:49.8646918Z [00:02:35.147]➜  cat >/tmp/go-build3700090427/b639/importcfg << 'EOF' # internal
2025-08-20T23:03:49.8647595Z [00:02:35.147]➜  # import config
2025-08-20T23:03:49.8648249Z [00:02:35.147]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:49.8649143Z [00:02:35.147]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:49.8650596Z [00:02:35.147]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.8652970Z [00:02:35.147]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3700090427/b327/_pkg_.a
2025-08-20T23:03:49.8654336Z [00:02:35.147]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:03:49.8655512Z [00:02:35.147]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:49.8656478Z [00:02:35.147]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:49.8657083Z [00:02:35.147]➜  EOF
2025-08-20T23:03:49.8661792Z [00:02:35.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protodelim=>google.golang.org/protobuf@v1.36.8/encoding/protodelim;$WORK/b639=>" -p google.golang.org/protobuf/encoding/protodelim -lang=go1.23 -complete -installsuffix shared -buildid zt4rcltR2EByk2isMPyb/zt4rcltR2EByk2isMPyb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/encoding/protodelim/protodelim.go
2025-08-20T23:03:49.8666131Z [00:02:35.148]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/f3/f33cae69df1295491b7524560a1703c3615bae5b6b68a59880de01255a772336-d # internal
2025-08-20T23:03:49.8667306Z [00:02:35.148]➜  github.com/prometheus/procfs/internal/fs
2025-08-20T23:03:49.8667918Z [00:02:35.149]➜  mkdir -p $WORK/b641/
2025-08-20T23:03:49.8668639Z [00:02:35.149]➜  cat >/tmp/go-build3700090427/b641/importcfg << 'EOF' # internal
2025-08-20T23:03:49.8669316Z [00:02:35.149]➜  # import config
2025-08-20T23:03:49.8670163Z [00:02:35.149]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.8670960Z [00:02:35.149]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:49.8671863Z [00:02:35.149]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:49.8672542Z [00:02:35.149]➜  EOF
2025-08-20T23:03:49.8676368Z [00:02:35.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/fs=>github.com/prometheus/procfs@v0.15.1/internal/fs;$WORK/b641=>" -p github.com/prometheus/procfs/internal/fs -lang=go1.20 -complete -installsuffix shared -buildid Rs2dOBzCR3MZrXn10C5Y/Rs2dOBzCR3MZrXn10C5Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/fs/fs.go
2025-08-20T23:03:49.8741854Z [00:02:35.157]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T23:03:49.8750049Z [00:02:35.158]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/7a/7a6a6831a926ad42f5f6532f7d09194142b616f75a2b6755dabd261ca976806f-d # internal
2025-08-20T23:03:49.8758174Z [00:02:35.158]➜  github.com/prometheus/procfs/internal/util
2025-08-20T23:03:49.8758820Z [00:02:35.158]➜  mkdir -p $WORK/b642/
2025-08-20T23:03:49.8759923Z [00:02:35.159]➜  cat >/tmp/go-build3700090427/b642/importcfg << 'EOF' # internal
2025-08-20T23:03:49.8760631Z [00:02:35.159]➜  # import config
2025-08-20T23:03:49.8761289Z [00:02:35.159]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:49.8762094Z [00:02:35.159]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:49.8762867Z [00:02:35.159]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:49.8763685Z [00:02:35.159]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:49.8764527Z [00:02:35.159]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.8765344Z [00:02:35.159]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:49.8765964Z [00:02:35.159]➜  EOF
2025-08-20T23:03:49.8771808Z [00:02:35.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util=>github.com/prometheus/procfs@v0.15.1/internal/util;$WORK/b642=>" -p github.com/prometheus/procfs/internal/util -lang=go1.20 -complete -installsuffix shared -buildid sIALXk3xqA_2PvEsBdIl/sIALXk3xqA_2PvEsBdIl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/parse.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/readfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/sysreadfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/valueparser.go
2025-08-20T23:03:49.8821495Z [00:02:35.165]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T23:03:49.8822969Z [00:02:35.165]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/c8/c8f4f9a30869f46745f365790dd9fdb5acbf8acbfc0c4bc2e26aa16e00753f34-d # internal
2025-08-20T23:03:49.8824200Z [00:02:35.165]➜  github.com/tetratelabs/wazero/api
2025-08-20T23:03:49.8825683Z [00:02:35.165]➜  mkdir -p $WORK/b647/
2025-08-20T23:03:49.8828221Z [00:02:35.166]➜  cat >/tmp/go-build3700090427/b647/importcfg << 'EOF' # internal
2025-08-20T23:03:49.8830091Z [00:02:35.166]➜  # import config
2025-08-20T23:03:49.8831125Z [00:02:35.166]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:49.8832168Z [00:02:35.166]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.8833331Z [00:02:35.166]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3700090427/b648/_pkg_.a
2025-08-20T23:03:49.8834479Z [00:02:35.166]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:49.8838278Z [00:02:35.166]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.8839004Z [00:02:35.166]➜  EOF
2025-08-20T23:03:49.8844137Z [00:02:35.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/api=>github.com/tetratelabs/wazero@v1.9.0/api;$WORK/b647=>" -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/b647/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-20T23:03:49.9237788Z [00:02:35.207]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T23:03:49.9250507Z [00:02:35.208]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/50/50d1e221de35a7517b65e35bc7312dee3f3e5db6c00b69689fec81770ab43d5d-d # internal
2025-08-20T23:03:49.9275617Z [00:02:35.211]➜  github.com/prometheus/procfs
2025-08-20T23:03:49.9276833Z [00:02:35.211]➜  mkdir -p $WORK/b640/
2025-08-20T23:03:49.9278246Z [00:02:35.211]➜  cat >/tmp/go-build3700090427/b640/importcfg << 'EOF' # internal
2025-08-20T23:03:49.9279523Z [00:02:35.211]➜  # import config
2025-08-20T23:03:49.9281195Z [00:02:35.211]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:49.9282275Z [00:02:35.211]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:49.9283385Z [00:02:35.211]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:49.9284354Z [00:02:35.211]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:49.9285200Z [00:02:35.211]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.9286341Z [00:02:35.211]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build3700090427/b641/_pkg_.a
2025-08-20T23:03:49.9287722Z [00:02:35.211]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build3700090427/b642/_pkg_.a
2025-08-20T23:03:49.9288950Z [00:02:35.211]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:03:49.9293275Z [00:02:35.211]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:49.9294182Z [00:02:35.211]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:49.9295086Z [00:02:35.211]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:49.9295931Z [00:02:35.211]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:49.9296839Z [00:02:35.211]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:49.9297762Z [00:02:35.211]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:49.9298623Z [00:02:35.211]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:49.9301849Z [00:02:35.211]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:49.9303909Z [00:02:35.211]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.9305114Z [00:02:35.211]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:49.9305916Z [00:02:35.211]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:49.9306496Z [00:02:35.211]➜  EOF
2025-08-20T23:03:49.9344346Z [00:02:35.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1=>github.com/prometheus/procfs@v0.15.1;$WORK/b640=>" -p github.com/prometheus/procfs -lang=go1.20 -complete -installsuffix shared -buildid gGDjJX_xiQ5NAEWoAnHh/gGDjJX_xiQ5NAEWoAnHh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/arp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/buddyinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cmdline.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cpuinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cpuinfo_x86.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/crypto.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/doc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fs_statfs_type.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fscache.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/ipvs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/kernel_random.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/loadavg.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mdstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/meminfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mountinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mountstats.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_conntrackstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_dev.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_ip_socket.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_protocols.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_route.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_sockstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_softnet.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_tcp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_tls_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_udp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_unix.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_wireless.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_xfrm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_cgroup.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_cgroups.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_environ.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_fdinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_interrupts.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_io.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_limits.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_maps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_ns.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_psi.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_smaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_snmp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_snmp6.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_status.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_sys.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/schedstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/slab.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/softirqs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/swaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/thread.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/vm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/zoneinfo.go
2025-08-20T23:03:49.9470169Z [00:02:35.228]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T23:03:49.9474784Z [00:02:35.230]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T23:03:49.9482737Z [00:02:35.230]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/15/15cf73fe8166e21bdc91126970821cec4d27d55528189596482553e9a32c2bfc-d # internal
2025-08-20T23:03:49.9483951Z [00:02:35.230]➜  github.com/tetratelabs/wazero/experimental
2025-08-20T23:03:49.9484568Z [00:02:35.231]➜  mkdir -p $WORK/b649/
2025-08-20T23:03:49.9485268Z [00:02:35.231]➜  cat >/tmp/go-build3700090427/b649/importcfg << 'EOF' # internal
2025-08-20T23:03:49.9485917Z [00:02:35.231]➜  # import config
2025-08-20T23:03:49.9490475Z [00:02:35.231]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:49.9491784Z [00:02:35.231]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:03:49.9493119Z [00:02:35.231]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3700090427/b650/_pkg_.a
2025-08-20T23:03:49.9494032Z [00:02:35.231]➜  EOF
2025-08-20T23:03:49.9509024Z [00:02:35.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/experimental=>github.com/tetratelabs/wazero@v1.9.0/experimental;$WORK/b649=>" -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/b649/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-20T23:03:49.9521090Z [00:02:35.231]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/1a/1a9fb8b142da46b3d16ad6a5f81a644a7124d2b07a087fc7a6bc7bca4e4b5256-d # internal
2025-08-20T23:03:49.9522290Z [00:02:35.231]➜  github.com/prometheus/common/expfmt
2025-08-20T23:03:49.9522888Z [00:02:35.232]➜  mkdir -p $WORK/b637/
2025-08-20T23:03:49.9523575Z [00:02:35.233]➜  cat >/tmp/go-build3700090427/b637/importcfg << 'EOF' # internal
2025-08-20T23:03:49.9524210Z [00:02:35.233]➜  # import config
2025-08-20T23:03:49.9524825Z [00:02:35.233]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:49.9525601Z [00:02:35.233]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:49.9526374Z [00:02:35.233]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:49.9527128Z [00:02:35.233]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.9528055Z [00:02:35.233]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build3700090427/b638/_pkg_.a
2025-08-20T23:03:49.9529180Z [00:02:35.233]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3700090427/b634/_pkg_.a
2025-08-20T23:03:49.9532679Z [00:02:35.233]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3700090427/b635/_pkg_.a
2025-08-20T23:03:49.9534960Z [00:02:35.233]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build3700090427/b639/_pkg_.a
2025-08-20T23:03:49.9536281Z [00:02:35.233]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3700090427/b349/_pkg_.a
2025-08-20T23:03:49.9537471Z [00:02:35.233]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:49.9538727Z [00:02:35.233]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:03:49.9540058Z [00:02:35.233]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:49.9540835Z [00:02:35.233]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:49.9541602Z [00:02:35.233]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:03:49.9542582Z [00:02:35.233]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:49.9543387Z [00:02:35.233]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:49.9544217Z [00:02:35.233]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:49.9544985Z [00:02:35.233]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:49.9545559Z [00:02:35.233]➜  EOF
2025-08-20T23:03:49.9551777Z [00:02:35.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt=>github.com/prometheus/common@v0.55.0/expfmt;$WORK/b637=>" -p github.com/prometheus/common/expfmt -lang=go1.20 -complete -installsuffix shared -buildid AxjZqPHNecgjmuO_Z_Kb/AxjZqPHNecgjmuO_Z_Kb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/decode.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/encode.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/expfmt.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/openmetrics_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/text_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/text_parse.go
2025-08-20T23:03:49.9962204Z [00:02:35.279]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T23:03:49.9973676Z [00:02:35.279]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/c0/c01f54370d06e5969c2d1ba404aea614c29ddc6c33773e32566b2e7175f52ecc-d # internal
2025-08-20T23:03:49.9974822Z [00:02:35.279]➜  github.com/tetratelabs/wazero/sys
2025-08-20T23:03:49.9975419Z [00:02:35.279]➜  mkdir -p $WORK/b652/
2025-08-20T23:03:49.9976372Z [00:02:35.279]➜  cat >/tmp/go-build3700090427/b652/importcfg << 'EOF' # internal
2025-08-20T23:03:49.9977242Z [00:02:35.279]➜  # import config
2025-08-20T23:03:49.9977949Z [00:02:35.279]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:49.9978779Z [00:02:35.279]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:49.9979787Z [00:02:35.279]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:49.9980644Z [00:02:35.279]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:49.9981263Z [00:02:35.279]➜  EOF
2025-08-20T23:03:49.9986162Z [00:02:35.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/sys=>github.com/tetratelabs/wazero@v1.9.0/sys;$WORK/b652=>" -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/b652/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-20T23:03:50.0165598Z [00:02:35.300]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T23:03:50.0174458Z [00:02:35.300]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/c6/c679c18f47c8912977c0f98b765188d0152ecb626832c5194de2df94f9d90d51-d # internal
2025-08-20T23:03:50.0181668Z [00:02:35.301]➜  github.com/tetratelabs/wazero/experimental/sys
2025-08-20T23:03:50.0182963Z [00:02:35.301]➜  mkdir -p $WORK/b651/
2025-08-20T23:03:50.0192684Z [00:02:35.302]➜  cat >/tmp/go-build3700090427/b651/importcfg << 'EOF' # internal
2025-08-20T23:03:50.0193327Z [00:02:35.302]➜  # import config
2025-08-20T23:03:50.0193912Z [00:02:35.302]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.0194882Z [00:02:35.302]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3700090427/b652/_pkg_.a
2025-08-20T23:03:50.0200513Z [00:02:35.302]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.0201490Z [00:02:35.302]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:50.0202217Z [00:02:35.302]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:50.0202940Z [00:02:35.302]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:50.0203667Z [00:02:35.302]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:50.0204412Z [00:02:35.302]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:50.0204984Z [00:02:35.302]➜  EOF
2025-08-20T23:03:50.0216290Z [00:02:35.302]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b651/_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/b651=>" -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/b651/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-20T23:03:50.0733033Z [00:02:35.356]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T23:03:50.0754089Z [00:02:35.358]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/e5/e56108549342e27c0fb6a191af9ef73a4ce1fe85d5ad9e4d02ea86a23c61299c-d # internal
2025-08-20T23:03:50.0761682Z [00:02:35.358]➜  github.com/tetratelabs/wazero/internal/filecache
2025-08-20T23:03:50.0762380Z [00:02:35.358]➜  mkdir -p $WORK/b654/
2025-08-20T23:03:50.0763133Z [00:02:35.359]➜  cat >/tmp/go-build3700090427/b654/importcfg << 'EOF' # internal
2025-08-20T23:03:50.0763816Z [00:02:35.359]➜  # import config
2025-08-20T23:03:50.0764508Z [00:02:35.359]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:50.0765416Z [00:02:35.359]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:50.0766294Z [00:02:35.359]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:50.0767097Z [00:02:35.359]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.0767902Z [00:02:35.359]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:50.0768688Z [00:02:35.359]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:50.0769805Z [00:02:35.359]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:50.0770504Z [00:02:35.359]➜  EOF
2025-08-20T23:03:50.0775377Z [00:02:35.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b654/_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/b654=>" -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/b654/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-20T23:03:50.1211483Z [00:02:35.403]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T23:03:50.1216031Z [00:02:35.405]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/c9/c94dfff9ef2dee31cb08c2acd1f56cdf5f5ca347e6d1e366dc48b03c80e21b09-d # internal
2025-08-20T23:03:50.1222608Z [00:02:35.405]➜  github.com/tetratelabs/wazero/internal/leb128
2025-08-20T23:03:50.1223365Z [00:02:35.405]➜  mkdir -p $WORK/b655/
2025-08-20T23:03:50.1234033Z [00:02:35.407]➜  cat >/tmp/go-build3700090427/b655/importcfg << 'EOF' # internal
2025-08-20T23:03:50.1241212Z [00:02:35.407]➜  # import config
2025-08-20T23:03:50.1241919Z [00:02:35.407]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:50.1242734Z [00:02:35.407]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.1243520Z [00:02:35.407]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.1244129Z [00:02:35.407]➜  EOF
2025-08-20T23:03:50.1248022Z [00:02:35.407]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b655/_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/b655=>" -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/b655/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/leb128/leb128.go
2025-08-20T23:03:50.1613335Z [00:02:35.444]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T23:03:50.1625882Z [00:02:35.445]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/db/dbd83a236049041ae413ef42b18bf06100fd1f4c7a27fe9c1fc382efbcc428fb-d # internal
2025-08-20T23:03:50.1628562Z [00:02:35.446]➜  github.com/tetratelabs/wazero/internal/ieee754
2025-08-20T23:03:50.1629228Z [00:02:35.446]➜  mkdir -p $WORK/b658/
2025-08-20T23:03:50.1634749Z [00:02:35.447]➜  cat >/tmp/go-build3700090427/b658/importcfg << 'EOF' # internal
2025-08-20T23:03:50.1638214Z [00:02:35.447]➜  # import config
2025-08-20T23:03:50.1639062Z [00:02:35.447]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:50.1640171Z [00:02:35.447]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.1641034Z [00:02:35.447]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:50.1641652Z [00:02:35.447]➜  EOF
2025-08-20T23:03:50.1645618Z [00:02:35.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b658/_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/b658=>" -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/b658/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/ieee754/ieee754.go
2025-08-20T23:03:50.1788291Z [00:02:35.462]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T23:03:50.1798678Z [00:02:35.462]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/77/778cf9ea7e7f0993d5caf9b40d89a49fb2855607403083925010f6a145f0ec22-d # internal
2025-08-20T23:03:50.1800200Z [00:02:35.462]➜  github.com/tetratelabs/wazero/internal/fsapi
2025-08-20T23:03:50.1800848Z [00:02:35.462]➜  mkdir -p $WORK/b661/
2025-08-20T23:03:50.1801609Z [00:02:35.462]➜  cat >/tmp/go-build3700090427/b661/importcfg << 'EOF' # internal
2025-08-20T23:03:50.1802274Z [00:02:35.462]➜  # import config
2025-08-20T23:03:50.1803230Z [00:02:35.462]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3700090427/b651/_pkg_.a
2025-08-20T23:03:50.1804112Z [00:02:35.462]➜  EOF
2025-08-20T23:03:50.1809230Z [00:02:35.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b661/_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/b661=>" -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/b661/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-20T23:03:50.2386789Z [00:02:35.522]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T23:03:50.2429255Z [00:02:35.526]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/92/92d4d2e1cd3b7c25fd8fc61ba0cdb574aa3c9c638a09400ce3c380fc34130cd0-d # internal
2025-08-20T23:03:50.2437240Z [00:02:35.527]➜  github.com/tetratelabs/wazero/internal/platform
2025-08-20T23:03:50.2446189Z [00:02:35.528]➜  mkdir -p $WORK/b662/
2025-08-20T23:03:50.2450765Z [00:02:35.528]➜  echo -n > $WORK/b662/go_asm.h # internal
2025-08-20T23:03:50.2460405Z [00:02:35.529]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform
2025-08-20T23:03:50.2483654Z [00:02:35.529]➜  /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/b662=>" -I $WORK/b662/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b662/symabis ./cpuid_amd64.s
2025-08-20T23:03:50.2500621Z [00:02:35.533]➜  cat >/tmp/go-build3700090427/b662/importcfg << 'EOF' # internal
2025-08-20T23:03:50.2502891Z [00:02:35.533]➜  # import config
2025-08-20T23:03:50.2503659Z [00:02:35.533]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:03:50.2504770Z [00:02:35.533]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3700090427/b649/_pkg_.a
2025-08-20T23:03:50.2506020Z [00:02:35.533]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3700090427/b652/_pkg_.a
2025-08-20T23:03:50.2507032Z [00:02:35.533]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.2507869Z [00:02:35.533]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:50.2508702Z [00:02:35.533]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:50.2509644Z [00:02:35.533]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:50.2510429Z [00:02:35.533]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:50.2511218Z [00:02:35.533]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:50.2511986Z [00:02:35.533]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:50.2512770Z [00:02:35.533]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:50.2513610Z [00:02:35.533]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:50.2514424Z [00:02:35.533]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:50.2515214Z [00:02:35.533]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:50.2515801Z [00:02:35.533]➜  EOF
2025-08-20T23:03:50.2516254Z [00:02:35.533]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:50.2526190Z [00:02:35.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b662/_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/b662=>" -p github.com/tetratelabs/wazero/internal/platform -lang=go1.22 -installsuffix shared -buildid sBXcK2Ww29xSdx0ejMvT/sBXcK2Ww29xSdx0ejMvT -goversion go1.25.0 -symabis $WORK/b662/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack -asmhdr $WORK/b662/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-20T23:03:50.2778626Z [00:02:35.561]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T23:03:50.2816448Z [00:02:35.565]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/e5/e551806863e22db4f628636cc0dd1782a49992ebe2a194b44e11a2de75012a3b-d # internal
2025-08-20T23:03:50.2818687Z [00:02:35.565]➜  github.com/tetratelabs/wazero/internal/sock
2025-08-20T23:03:50.2819239Z [00:02:35.565]➜  mkdir -p $WORK/b663/
2025-08-20T23:03:50.2829774Z [00:02:35.566]➜  cat >/tmp/go-build3700090427/b663/importcfg << 'EOF' # internal
2025-08-20T23:03:50.2830477Z [00:02:35.566]➜  # import config
2025-08-20T23:03:50.2831078Z [00:02:35.566]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.2832103Z [00:02:35.566]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3700090427/b651/_pkg_.a
2025-08-20T23:03:50.2833353Z [00:02:35.566]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:50.2834139Z [00:02:35.566]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:50.2835884Z [00:02:35.566]➜  EOF
2025-08-20T23:03:50.2841734Z [00:02:35.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b663/_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/b663=>" -p github.com/tetratelabs/wazero/internal/sock -lang=go1.22 -complete -installsuffix shared -buildid OkJO0SGsHuUR-4SWQnxf/OkJO0SGsHuUR-4SWQnxf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/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-20T23:03:50.2942963Z [00:02:35.577]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/platform
2025-08-20T23:03:50.2946191Z [00:02:35.577]➜  /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/b662=>" -I $WORK/b662/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b662/cpuid_amd64.o ./cpuid_amd64.s
2025-08-20T23:03:50.2985340Z [00:02:35.581]➜  go tool pack r $WORK/b662/_pkg_.a $WORK/b662/cpuid_amd64.o # internal
2025-08-20T23:03:50.2986282Z [00:02:35.582]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T23:03:50.3000218Z [00:02:35.583]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/5b/5b6d33737baf3cccce77e2a797a02c9b6a3d05df3f557e2b48ed35136632efa7-d # internal
2025-08-20T23:03:50.3007372Z [00:02:35.584]➜  debug/dwarf
2025-08-20T23:03:50.3015328Z [00:02:35.584]➜  mkdir -p $WORK/b666/
2025-08-20T23:03:50.3018530Z [00:02:35.585]➜  cat >/tmp/go-build3700090427/b666/importcfg << 'EOF' # internal
2025-08-20T23:03:50.3020030Z [00:02:35.585]➜  # import config
2025-08-20T23:03:50.3020731Z [00:02:35.585]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:50.3021693Z [00:02:35.585]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:50.3022614Z [00:02:35.585]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:50.3023483Z [00:02:35.585]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.3024301Z [00:02:35.585]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.3025158Z [00:02:35.585]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:50.3026007Z [00:02:35.585]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:50.3027113Z [00:02:35.585]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:50.3027995Z [00:02:35.585]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:50.3028670Z [00:02:35.585]➜  EOF
2025-08-20T23:03:50.3029182Z [00:02:35.585]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:50.3035453Z [00:02:35.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b666=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid xzayDZolfEJh7AlvbL34/xzayDZolfEJh7AlvbL34 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/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-20T23:03:50.3287354Z [00:02:35.611]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T23:03:50.3291204Z [00:02:35.612]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/d7/d70604b413162e9ff69250fdb0ee8cc500787ef9145b826e4b695060657cc6ba-d # internal
2025-08-20T23:03:50.3305348Z [00:02:35.614]➜  github.com/tetratelabs/wazero/internal/sysfs
2025-08-20T23:03:50.3310580Z [00:02:35.614]➜  mkdir -p $WORK/b664/
2025-08-20T23:03:50.3311306Z [00:02:35.614]➜  cat >/tmp/go-build3700090427/b664/importcfg << 'EOF' # internal
2025-08-20T23:03:50.3311996Z [00:02:35.614]➜  # import config
2025-08-20T23:03:50.3312635Z [00:02:35.614]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.3314054Z [00:02:35.614]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3700090427/b651/_pkg_.a
2025-08-20T23:03:50.3315527Z [00:02:35.614]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build3700090427/b661/_pkg_.a
2025-08-20T23:03:50.3316964Z [00:02:35.614]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3700090427/b662/_pkg_.a
2025-08-20T23:03:50.3318396Z [00:02:35.614]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build3700090427/b663/_pkg_.a
2025-08-20T23:03:50.3319921Z [00:02:35.614]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3700090427/b652/_pkg_.a
2025-08-20T23:03:50.3320922Z [00:02:35.614]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.3321736Z [00:02:35.614]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:50.3322533Z [00:02:35.614]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:50.3323305Z [00:02:35.614]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:50.3324137Z [00:02:35.614]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:50.3324998Z [00:02:35.614]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:50.3325839Z [00:02:35.614]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:50.3326466Z [00:02:35.614]➜  EOF
2025-08-20T23:03:50.3346738Z [00:02:35.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b664/_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/b664=>" -p github.com/tetratelabs/wazero/internal/sysfs -lang=go1.22 -complete -installsuffix shared -buildid 6yV67e-goSfG1xQK7ypr/6yV67e-goSfG1xQK7ypr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/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-20T23:03:50.3391789Z [00:02:35.622]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T23:03:50.3486604Z [00:02:35.631]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/ab/ab69f8e8d29a5b480810dd2ab13e6f731179738ccb895db4d72e80da4c5d7edb-d # internal
2025-08-20T23:03:50.3487919Z [00:02:35.631]➜  golang.org/x/tools/go/gcexportdata
2025-08-20T23:03:50.3488497Z [00:02:35.631]➜  mkdir -p $WORK/b586/
2025-08-20T23:03:50.3489210Z [00:02:35.631]➜  cat >/tmp/go-build3700090427/b586/importcfg << 'EOF' # internal
2025-08-20T23:03:50.3489999Z [00:02:35.631]➜  # import config
2025-08-20T23:03:50.3490622Z [00:02:35.631]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:50.3491382Z [00:02:35.631]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:50.3492189Z [00:02:35.631]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:50.3492987Z [00:02:35.631]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.3494192Z [00:02:35.631]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:50.3495253Z [00:02:35.631]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:03:50.3496423Z [00:02:35.631]➜  packagefile golang.org/x/tools/internal/gcimporter=/tmp/go-build3700090427/b587/_pkg_.a
2025-08-20T23:03:50.3497561Z [00:02:35.631]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.3498482Z [00:02:35.631]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:50.3499603Z [00:02:35.631]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:50.3501019Z [00:02:35.631]➜  EOF
2025-08-20T23:03:50.3505609Z [00:02:35.631]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/gcexportdata=>golang.org/x/tools@v0.34.0/go/gcexportdata;$WORK/b586=>" -p golang.org/x/tools/go/gcexportdata -lang=go1.23 -complete -installsuffix shared -buildid oLLMNZzNLCHfxYnX6ijD/oLLMNZzNLCHfxYnX6ijD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/gcexportdata/gcexportdata.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/gcexportdata/importer.go
2025-08-20T23:03:50.4320009Z [00:02:35.714]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T23:03:50.4354139Z [00:02:35.717]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/96/967948f851740819d7575f6d84e09d449672fe0957286514348fb530182e4a2f-d # internal
2025-08-20T23:03:50.4357605Z [00:02:35.717]➜  golang.org/x/tools/go/packages
2025-08-20T23:03:50.4358247Z [00:02:35.717]➜  mkdir -p $WORK/b578/
2025-08-20T23:03:50.4359019Z [00:02:35.717]➜  cat >/tmp/go-build3700090427/b578/importcfg << 'EOF' # internal
2025-08-20T23:03:50.4360091Z [00:02:35.717]➜  # import config
2025-08-20T23:03:50.4360789Z [00:02:35.717]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:50.4361665Z [00:02:35.717]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:50.4362619Z [00:02:35.718]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:50.4363525Z [00:02:35.718]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:50.4364410Z [00:02:35.718]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.4365262Z [00:02:35.718]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:03:50.4366149Z [00:02:35.718]➜  packagefile go/parser=/tmp/go-build3700090427/b243/_pkg_.a
2025-08-20T23:03:50.4367052Z [00:02:35.718]➜  packagefile go/scanner=/tmp/go-build3700090427/b075/_pkg_.a
2025-08-20T23:03:50.4367959Z [00:02:35.718]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:03:50.4368873Z [00:02:35.718]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:03:50.4411570Z [00:02:35.718]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:03:50.4412936Z [00:02:35.718]➜  packagefile golang.org/x/tools/go/gcexportdata=/tmp/go-build3700090427/b586/_pkg_.a
2025-08-20T23:03:50.4414279Z [00:02:35.718]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build3700090427/b597/_pkg_.a
2025-08-20T23:03:50.4415562Z [00:02:35.718]➜  packagefile golang.org/x/tools/internal/packagesinternal=/tmp/go-build3700090427/b603/_pkg_.a
2025-08-20T23:03:50.4416913Z [00:02:35.718]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build3700090427/b590/_pkg_.a
2025-08-20T23:03:50.4418017Z [00:02:35.718]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:50.4418807Z [00:02:35.718]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:50.4420500Z [00:02:35.718]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:50.4421560Z [00:02:35.718]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:50.4422455Z [00:02:35.718]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:50.4423393Z [00:02:35.718]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:50.4424274Z [00:02:35.718]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:50.4425150Z [00:02:35.718]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:50.4425997Z [00:02:35.718]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:50.4426854Z [00:02:35.718]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:50.4427727Z [00:02:35.718]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:50.4428568Z [00:02:35.718]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:50.4429636Z [00:02:35.718]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:50.4460411Z [00:02:35.718]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:50.4461274Z [00:02:35.718]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:50.4461987Z [00:02:35.718]➜  EOF
2025-08-20T23:03:50.4468230Z [00:02:35.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/packages=>golang.org/x/tools@v0.34.0/go/packages;$WORK/b578=>" -p golang.org/x/tools/go/packages -lang=go1.23 -complete -installsuffix shared -buildid mH3Czd2wLr_2yjuyHoma/mH3Czd2wLr_2yjuyHoma -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/packages/doc.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/packages/external.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/packages/golist.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/packages/golist_overlay.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/packages/loadmode_string.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/packages/packages.go /root/go/pkg/mod/golang.org/x/tools@v0.34.0/go/packages/visit.go
2025-08-20T23:03:50.6386138Z [00:02:35.922]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T23:03:50.6489068Z [00:02:35.932]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/0a/0af1920ec4164ac733a69bbed5984af882089477518623e573c9053851ca455a-d # internal
2025-08-20T23:03:50.6494413Z [00:02:35.933]➜  github.com/tetratelabs/wazero/internal/sys
2025-08-20T23:03:50.6506645Z [00:02:35.934]➜  mkdir -p $WORK/b659/
2025-08-20T23:03:50.6512828Z [00:02:35.934]➜  cat >/tmp/go-build3700090427/b659/importcfg << 'EOF' # internal
2025-08-20T23:03:50.6517787Z [00:02:35.934]➜  # import config
2025-08-20T23:03:50.6518470Z [00:02:35.934]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:50.6519294Z [00:02:35.934]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.6520584Z [00:02:35.934]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3700090427/b651/_pkg_.a
2025-08-20T23:03:50.6521923Z [00:02:35.934]➜  packagefile github.com/tetratelabs/wazero/internal/descriptor=/tmp/go-build3700090427/b660/_pkg_.a
2025-08-20T23:03:50.6523619Z [00:02:35.934]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build3700090427/b661/_pkg_.a
2025-08-20T23:03:50.6525005Z [00:02:35.934]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3700090427/b662/_pkg_.a
2025-08-20T23:03:50.6526365Z [00:02:35.934]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build3700090427/b663/_pkg_.a
2025-08-20T23:03:50.6527699Z [00:02:35.934]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build3700090427/b664/_pkg_.a
2025-08-20T23:03:50.6528946Z [00:02:35.934]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3700090427/b652/_pkg_.a
2025-08-20T23:03:50.6530119Z [00:02:35.934]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.6530900Z [00:02:35.934]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:50.6531694Z [00:02:35.934]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:50.6532458Z [00:02:35.934]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:50.6533264Z [00:02:35.934]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:50.6533852Z [00:02:35.934]➜  EOF
2025-08-20T23:03:50.6539066Z [00:02:35.935]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b659/_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/b659=>" -p github.com/tetratelabs/wazero/internal/sys -lang=go1.22 -complete -installsuffix shared -buildid Q9QV_BzZ48pCV8fRTj3C/Q9QV_BzZ48pCV8fRTj3C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/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-20T23:03:50.8635339Z [00:02:36.147]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T23:03:50.8739216Z [00:02:36.157]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/04/04031efaf7382258dbb0dae49289663a87171759a2f90f9a4691699b8bebb48b-d # internal
2025-08-20T23:03:50.8756830Z [00:02:36.158]➜  github.com/tetratelabs/wazero/internal/wasmdebug
2025-08-20T23:03:50.8757919Z [00:02:36.159]➜  mkdir -p $WORK/b665/
2025-08-20T23:03:50.8760993Z [00:02:36.159]➜  cat >/tmp/go-build3700090427/b665/importcfg << 'EOF' # internal
2025-08-20T23:03:50.8768436Z [00:02:36.159]➜  # import config
2025-08-20T23:03:50.8769100Z [00:02:36.159]➜  packagefile debug/dwarf=/tmp/go-build3700090427/b666/_pkg_.a
2025-08-20T23:03:50.8770111Z [00:02:36.159]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:50.8770894Z [00:02:36.159]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.8771873Z [00:02:36.159]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:03:50.8773231Z [00:02:36.159]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build3700090427/b667/_pkg_.a
2025-08-20T23:03:50.8774515Z [00:02:36.159]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3700090427/b652/_pkg_.a
2025-08-20T23:03:50.8775810Z [00:02:36.159]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.8776923Z [00:02:36.159]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:50.8778096Z [00:02:36.159]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:03:50.8779160Z [00:02:36.159]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:50.8780512Z [00:02:36.159]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:50.8781522Z [00:02:36.159]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:50.8782526Z [00:02:36.159]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:50.8783500Z [00:02:36.159]➜  EOF
2025-08-20T23:03:50.8797388Z [00:02:36.163]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b665/_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/b665=>" -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/b665/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-20T23:03:50.9329931Z [00:02:36.216]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T23:03:50.9424837Z [00:02:36.225]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/e4/e466430b1607bfedc83d1d93ca399805ea69451ed8a2ad885a0b449101153621-d # internal
2025-08-20T23:03:50.9432413Z [00:02:36.226]➜  github.com/tetratelabs/wazero/internal/version
2025-08-20T23:03:50.9433071Z [00:02:36.226]➜  mkdir -p $WORK/b677/
2025-08-20T23:03:50.9433870Z [00:02:36.226]➜  cat >/tmp/go-build3700090427/b677/importcfg << 'EOF' # internal
2025-08-20T23:03:50.9434560Z [00:02:36.226]➜  # import config
2025-08-20T23:03:50.9435532Z [00:02:36.226]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:03:50.9436425Z [00:02:36.226]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:50.9437061Z [00:02:36.226]➜  EOF
2025-08-20T23:03:50.9441335Z [00:02:36.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b677/_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/b677=>" -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/b677/importcfg -pack /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/version/version.go
2025-08-20T23:03:50.9475354Z [00:02:36.231]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T23:03:50.9487284Z [00:02:36.232]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/48/48f46d587eb7cbe54bca0648cbb004881fd47ca2b5421687cf0b3cf8440d28fa-d # internal
2025-08-20T23:03:50.9498226Z [00:02:36.233]➜  github.com/tetratelabs/wazero/internal/wasm
2025-08-20T23:03:50.9499035Z [00:02:36.233]➜  mkdir -p $WORK/b657/
2025-08-20T23:03:50.9510649Z [00:02:36.234]➜  cat >/tmp/go-build3700090427/b657/importcfg << 'EOF' # internal
2025-08-20T23:03:50.9511348Z [00:02:36.234]➜  # import config
2025-08-20T23:03:50.9511967Z [00:02:36.234]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:50.9512804Z [00:02:36.234]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:03:50.9513650Z [00:02:36.234]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:50.9514478Z [00:02:36.234]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:50.9515526Z [00:02:36.234]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:50.9516397Z [00:02:36.234]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:50.9517163Z [00:02:36.234]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.9518119Z [00:02:36.234]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:03:50.9519515Z [00:02:36.234]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3700090427/b649/_pkg_.a
2025-08-20T23:03:50.9520975Z [00:02:36.234]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3700090427/b650/_pkg_.a
2025-08-20T23:03:50.9522408Z [00:02:36.234]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build3700090427/b658/_pkg_.a
2025-08-20T23:03:50.9523865Z [00:02:36.234]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3700090427/b648/_pkg_.a
2025-08-20T23:03:50.9525448Z [00:02:36.234]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build3700090427/b655/_pkg_.a
2025-08-20T23:03:50.9526836Z [00:02:36.234]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build3700090427/b659/_pkg_.a
2025-08-20T23:03:50.9528230Z [00:02:36.234]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3700090427/b665/_pkg_.a
2025-08-20T23:03:50.9530751Z [00:02:36.234]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build3700090427/b667/_pkg_.a
2025-08-20T23:03:50.9532090Z [00:02:36.234]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3700090427/b652/_pkg_.a
2025-08-20T23:03:50.9533076Z [00:02:36.234]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.9533861Z [00:02:36.234]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:50.9534660Z [00:02:36.234]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:50.9535431Z [00:02:36.234]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:50.9536108Z [00:02:36.234]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:50.9537029Z [00:02:36.234]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:50.9537778Z [00:02:36.234]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:50.9538557Z [00:02:36.234]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:50.9539522Z [00:02:36.234]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:50.9540116Z [00:02:36.234]➜  EOF
2025-08-20T23:03:50.9553158Z [00:02:36.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b657/_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/b657=>" -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/b657/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-20T23:03:50.9627934Z [00:02:36.246]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T23:03:50.9652455Z [00:02:36.248]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T23:03:50.9664435Z [00:02:36.249]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/07/079be3d4193ee196627f89f6dd076f8e62876cfe5d5031171419d3c0f20c4e88-d # internal
2025-08-20T23:03:50.9675407Z [00:02:36.251]➜  github.com/tetratelabs/wazero/internal/wasip1
2025-08-20T23:03:50.9679546Z [00:02:36.251]➜  mkdir -p $WORK/b680/
2025-08-20T23:03:50.9694260Z [00:02:36.252]➜  cat >/tmp/go-build3700090427/b680/importcfg << 'EOF' # internal
2025-08-20T23:03:50.9721300Z [00:02:36.252]➜  # import config
2025-08-20T23:03:50.9722164Z [00:02:36.252]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.9723275Z [00:02:36.252]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3700090427/b651/_pkg_.a
2025-08-20T23:03:50.9724386Z [00:02:36.253]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:50.9725222Z [00:02:36.253]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:50.9725811Z [00:02:36.253]➜  EOF
2025-08-20T23:03:50.9753709Z [00:02:36.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b680/_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/b680=>" -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/b680/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-20T23:03:50.9773932Z [00:02:36.256]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/df/df9d5b85a99eedc76d5d6cd31ed97fed76e195c512a5a02ecb5ddaca1520bc7f-d # internal
2025-08-20T23:03:50.9775106Z [00:02:36.257]➜  github.com/tailscale/depaware/depaware
2025-08-20T23:03:50.9775704Z [00:02:36.257]➜  mkdir -p $WORK/b571/
2025-08-20T23:03:50.9776435Z [00:02:36.258]➜  cat >/tmp/go-build3700090427/b571/importcfg << 'EOF' # internal
2025-08-20T23:03:50.9777304Z [00:02:36.258]➜  # import config
2025-08-20T23:03:50.9777962Z [00:02:36.258]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:50.9778766Z [00:02:36.258]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:50.9779821Z [00:02:36.258]➜  packagefile flag=/tmp/go-build3700090427/b252/_pkg_.a
2025-08-20T23:03:50.9780633Z [00:02:36.258]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:50.9781502Z [00:02:36.258]➜  packagefile github.com/pkg/diff=/tmp/go-build3700090427/b572/_pkg_.a
2025-08-20T23:03:50.9782541Z [00:02:36.258]➜  packagefile github.com/pkg/diff/write=/tmp/go-build3700090427/b577/_pkg_.a
2025-08-20T23:03:50.9783761Z [00:02:36.258]➜  packagefile golang.org/x/tools/go/packages=/tmp/go-build3700090427/b578/_pkg_.a
2025-08-20T23:03:50.9784868Z [00:02:36.258]➜  packagefile golang.org/x/tools/imports=/tmp/go-build3700090427/b604/_pkg_.a
2025-08-20T23:03:50.9785770Z [00:02:36.258]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:50.9786579Z [00:02:36.258]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:03:50.9787384Z [00:02:36.258]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:50.9788137Z [00:02:36.258]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:50.9788958Z [00:02:36.258]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:50.9790051Z [00:02:36.258]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:50.9790883Z [00:02:36.258]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:50.9791851Z [00:02:36.258]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:50.9792495Z [00:02:36.258]➜  EOF
2025-08-20T23:03:50.9796783Z [00:02:36.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tailscale/depaware@v0.0.0-20250112153213-b748de04d81b/depaware=>github.com/tailscale/depaware@v0.0.0-20250112153213-b748de04d81b/depaware;$WORK/b571=>" -p github.com/tailscale/depaware/depaware -lang=go1.15 -complete -installsuffix shared -buildid 45_JfkePJiJhodIn6Q0J/45_JfkePJiJhodIn6Q0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack /root/go/pkg/mod/github.com/tailscale/depaware@v0.0.0-20250112153213-b748de04d81b/depaware/depaware.go
2025-08-20T23:03:51.0033880Z [00:02:36.286]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T23:03:51.0047314Z [00:02:36.288]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/f6/f6c03502b8abfafe7d6022653f7110f4501607dc9d21439372e5f3f48bc111f0-d # internal
2025-08-20T23:03:51.0052560Z [00:02:36.288]➜  github.com/wasilibs/wazero-helpers/allocator
2025-08-20T23:03:51.0053293Z [00:02:36.288]➜  mkdir -p $WORK/b681/
2025-08-20T23:03:51.0068016Z [00:02:36.289]➜  cat >/tmp/go-build3700090427/b681/importcfg << 'EOF' # internal
2025-08-20T23:03:51.0068950Z [00:02:36.289]➜  # import config
2025-08-20T23:03:51.0069796Z [00:02:36.289]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:51.0070623Z [00:02:36.289]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:51.0071697Z [00:02:36.289]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3700090427/b649/_pkg_.a
2025-08-20T23:03:51.0072856Z [00:02:36.289]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:03:51.0073761Z [00:02:36.289]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:51.0074538Z [00:02:36.289]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:51.0075139Z [00:02:36.289]➜  EOF
2025-08-20T23:03:51.0081472Z [00:02:36.290]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/wasilibs/wazero-helpers@v0.0.0-20240620070341-3dff1577cd52/allocator=>github.com/wasilibs/wazero-helpers@v0.0.0-20240620070341-3dff1577cd52/allocator;$WORK/b681=>" -p github.com/wasilibs/wazero-helpers/allocator -lang=go1.20 -complete -installsuffix shared -buildid Mxb5-NfwAabeylcbNkYQ/Mxb5-NfwAabeylcbNkYQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/go/pkg/mod/github.com/wasilibs/wazero-helpers@v0.0.0-20240620070341-3dff1577cd52/allocator/nonmoving.go /root/go/pkg/mod/github.com/wasilibs/wazero-helpers@v0.0.0-20240620070341-3dff1577cd52/allocator/nonmoving_slice.go /root/go/pkg/mod/github.com/wasilibs/wazero-helpers@v0.0.0-20240620070341-3dff1577cd52/allocator/nonmoving_unix.go
2025-08-20T23:03:51.0462981Z [00:02:36.329]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T23:03:51.0510267Z [00:02:36.334]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/f9/f9ebce32682b135929a925bb30b92589b5ae31a19beca13792a8f4b1c2ea6296-d # internal
2025-08-20T23:03:51.0513680Z [00:02:36.335]➜  crypto/mlkem
2025-08-20T23:03:51.0521800Z [00:02:36.335]➜  mkdir -p $WORK/b683/
2025-08-20T23:03:51.0522544Z [00:02:36.335]➜  cat >/tmp/go-build3700090427/b683/importcfg << 'EOF' # internal
2025-08-20T23:03:51.0524401Z [00:02:36.335]➜  # import config
2025-08-20T23:03:51.0528668Z [00:02:36.335]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3700090427/b163/_pkg_.a
2025-08-20T23:03:51.0532913Z [00:02:36.335]➜  EOF
2025-08-20T23:03:51.0539703Z [00:02:36.336]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b683/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b683=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid KqkmcQiOurqlGwIgMONU/KqkmcQiOurqlGwIgMONU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T23:03:51.0811028Z [00:02:36.364]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T23:03:51.0822893Z [00:02:36.365]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/0b/0b9829b2f3454839c9454b9095737f8ab612c03722f12df4b9dcfb36c34eca27-d # internal
2025-08-20T23:03:51.0833696Z [00:02:36.366]➜  golang.org/x/crypto/curve25519
2025-08-20T23:03:51.0835849Z [00:02:36.367]➜  mkdir -p $WORK/b684/
2025-08-20T23:03:51.0836675Z [00:02:36.367]➜  cat >/tmp/go-build3700090427/b684/importcfg << 'EOF' # internal
2025-08-20T23:03:51.0837379Z [00:02:36.367]➜  # import config
2025-08-20T23:03:51.0838089Z [00:02:36.367]➜  packagefile crypto/ecdh=/tmp/go-build3700090427/b140/_pkg_.a
2025-08-20T23:03:51.0838772Z [00:02:36.367]➜  EOF
2025-08-20T23:03:51.0842589Z [00:02:36.367]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b684/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/curve25519=>golang.org/x/crypto@v0.40.0/curve25519;$WORK/b684=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid gPYnNtwmnBuq730DV2YW/gPYnNtwmnBuq730DV2YW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b684/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/curve25519/curve25519.go
2025-08-20T23:03:51.0864761Z [00:02:36.370]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T23:03:51.0881798Z [00:02:36.371]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/69/6963c92efe97bb167da02ad171cec37e14ec970fedff531637e871121237ff57-d # internal
2025-08-20T23:03:51.0886390Z [00:02:36.372]➜  github.com/trufflesecurity/trufflehog/v3/pkg/common
2025-08-20T23:03:51.0888987Z [00:02:36.372]➜  mkdir -p $WORK/b320/
2025-08-20T23:03:51.0894135Z [00:02:36.372]➜  cat >/tmp/go-build3700090427/b320/importcfg << 'EOF' # internal
2025-08-20T23:03:51.0901936Z [00:02:36.372]➜  # import config
2025-08-20T23:03:51.0902506Z [00:02:36.372]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:51.0903366Z [00:02:36.372]➜  packagefile cloud.google.com/go/secretmanager/apiv1=/tmp/go-build3700090427/b321/_pkg_.a
2025-08-20T23:03:51.0904542Z [00:02:36.372]➜  packagefile cloud.google.com/go/secretmanager/apiv1/secretmanagerpb=/tmp/go-build3700090427/b444/_pkg_.a
2025-08-20T23:03:51.0905496Z [00:02:36.372]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:51.0906210Z [00:02:36.372]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:51.0907200Z [00:02:36.372]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:51.0907971Z [00:02:36.372]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:51.0908706Z [00:02:36.372]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:51.0909787Z [00:02:36.372]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build3700090427/b228/_pkg_.a
2025-08-20T23:03:51.0910823Z [00:02:36.372]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build3700090427/b567/_pkg_.a
2025-08-20T23:03:51.0911799Z [00:02:36.372]➜  packagefile github.com/joho/godotenv=/tmp/go-build3700090427/b569/_pkg_.a
2025-08-20T23:03:51.0912793Z [00:02:36.372]➜  packagefile github.com/pkg/errors=/tmp/go-build3700090427/b570/_pkg_.a
2025-08-20T23:03:51.0913787Z [00:02:36.372]➜  packagefile github.com/tailscale/depaware/depaware=/tmp/go-build3700090427/b571/_pkg_.a
2025-08-20T23:03:51.0914956Z [00:02:36.372]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:51.0916232Z [00:02:36.372]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build3700090427/b618/_pkg_.a
2025-08-20T23:03:51.0917150Z [00:02:36.372]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:51.0917814Z [00:02:36.372]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:51.0918529Z [00:02:36.372]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:51.0919240Z [00:02:36.372]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:51.0920370Z [00:02:36.373]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:51.0921120Z [00:02:36.373]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:51.0921975Z [00:02:36.373]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:51.0922821Z [00:02:36.373]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:51.0923667Z [00:02:36.373]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:03:51.0924471Z [00:02:36.373]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:51.0925253Z [00:02:36.373]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:51.0926030Z [00:02:36.373]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:51.0926605Z [00:02:36.373]➜  EOF
2025-08-20T23:03:51.0931616Z [00:02:36.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b320/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common=>github.com/trufflesecurity/trufflehog/v3/pkg/common;$WORK/b320=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/common -lang=go1.24 -complete -installsuffix shared -buildid UL0MopXK-_gaPbahRX5p/UL0MopXK-_gaPbahRX5p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack ./pkg/common/context.go ./pkg/common/depaware.go ./pkg/common/export_error.go ./pkg/common/filter.go ./pkg/common/http.go ./pkg/common/metrics.go ./pkg/common/patterns.go ./pkg/common/recover.go ./pkg/common/secrets.go ./pkg/common/utils.go ./pkg/common/vars.go
2025-08-20T23:03:51.0996199Z [00:02:36.383]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T23:03:51.1005626Z [00:02:36.384]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/cd/cd07237979486bf3395db310443b06d4ad569e6dc248cdd003b12d3a3ea33039-d # internal
2025-08-20T23:03:51.1020568Z [00:02:36.385]➜  golang.org/x/crypto/blowfish
2025-08-20T23:03:51.1022847Z [00:02:36.385]➜  mkdir -p $WORK/b686/
2025-08-20T23:03:51.1028675Z [00:02:36.386]➜  cat >/tmp/go-build3700090427/b686/importcfg << 'EOF' # internal
2025-08-20T23:03:51.1029785Z [00:02:36.386]➜  # import config
2025-08-20T23:03:51.1031512Z [00:02:36.386]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:51.1032524Z [00:02:36.386]➜  EOF
2025-08-20T23:03:51.1231020Z [00:02:36.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b686/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish=>golang.org/x/crypto@v0.40.0/blowfish;$WORK/b686=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid tmwWkx9ZXN20eNMds6tN/tmwWkx9ZXN20eNMds6tN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish/block.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blowfish/const.go
2025-08-20T23:03:51.1395854Z [00:02:36.423]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T23:03:51.1479309Z [00:02:36.431]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/3c/3c06dd8b79e00ffaaaead7e61d7554ab07877153b666f489c066181bb36a644a-d # internal
2025-08-20T23:03:51.1585693Z [00:02:36.442]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T23:03:51.1597694Z [00:02:36.443]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/09/09927b3add4b55a21f69b17daf9664f25a815a517f87b6d61d511ea213664c53-d # internal
2025-08-20T23:03:51.1603265Z [00:02:36.443]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T23:03:51.1608730Z [00:02:36.444]➜  mkdir -p $WORK/b685/
2025-08-20T23:03:51.1609728Z [00:02:36.444]➜  cat >/tmp/go-build3700090427/b685/importcfg << 'EOF' # internal
2025-08-20T23:03:51.1612155Z [00:02:36.444]➜  # import config
2025-08-20T23:03:51.1612905Z [00:02:36.444]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:03:51.1613809Z [00:02:36.444]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:51.1616773Z [00:02:36.444]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3700090427/b686/_pkg_.a
2025-08-20T23:03:51.1617796Z [00:02:36.444]➜  EOF
2025-08-20T23:03:51.1621666Z [00:02:36.444]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.40.0/ssh/internal/bcrypt_pbkdf;$WORK/b685=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid MCYiGOT1Xmr7XpC2DcYx/MCYiGOT1Xmr7XpC2DcYx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T23:03:51.1626615Z [00:02:36.446]➜  github.com/prometheus/client_golang/prometheus
2025-08-20T23:03:51.1628470Z [00:02:36.446]➜  mkdir -p $WORK/b629/
2025-08-20T23:03:51.1629670Z [00:02:36.446]➜  cat >/tmp/go-build3700090427/b629/importcfg << 'EOF' # internal
2025-08-20T23:03:51.1630736Z [00:02:36.446]➜  # import config
2025-08-20T23:03:51.1632781Z [00:02:36.446]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:51.1633666Z [00:02:36.446]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:51.1634774Z [00:02:36.446]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:51.1635647Z [00:02:36.446]➜  packagefile expvar=/tmp/go-build3700090427/b630/_pkg_.a
2025-08-20T23:03:51.1636496Z [00:02:36.446]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:51.1637517Z [00:02:36.446]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build3700090427/b631/_pkg_.a
2025-08-20T23:03:51.1638687Z [00:02:36.446]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3700090427/b632/_pkg_.a
2025-08-20T23:03:51.1640418Z [00:02:36.446]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build3700090427/b633/_pkg_.a
2025-08-20T23:03:51.1641808Z [00:02:36.446]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3700090427/b634/_pkg_.a
2025-08-20T23:03:51.1643077Z [00:02:36.446]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build3700090427/b637/_pkg_.a
2025-08-20T23:03:51.1644307Z [00:02:36.446]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3700090427/b635/_pkg_.a
2025-08-20T23:03:51.1645489Z [00:02:36.446]➜  packagefile github.com/prometheus/procfs=/tmp/go-build3700090427/b640/_pkg_.a
2025-08-20T23:03:51.1646854Z [00:02:36.446]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:51.1648195Z [00:02:36.446]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:03:51.1649507Z [00:02:36.446]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:51.1650347Z [00:02:36.446]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:51.1651235Z [00:02:36.446]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:51.1652270Z [00:02:36.446]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:51.1653321Z [00:02:36.446]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:03:51.1654280Z [00:02:36.446]➜  packagefile runtime/metrics=/tmp/go-build3700090427/b636/_pkg_.a
2025-08-20T23:03:51.1655161Z [00:02:36.446]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:51.1655998Z [00:02:36.446]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:51.1656828Z [00:02:36.446]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:51.1657637Z [00:02:36.446]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:51.1658475Z [00:02:36.446]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:51.1661419Z [00:02:36.446]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:51.1662844Z [00:02:36.446]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:51.1663757Z [00:02:36.446]➜  EOF
2025-08-20T23:03:51.1687996Z [00:02:36.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus=>github.com/prometheus/client_golang@v1.20.5/prometheus;$WORK/b629=>" -p github.com/prometheus/client_golang/prometheus -lang=go1.20 -complete -installsuffix shared -buildid VRlxrgvYCZKJu90_JdNM/VRlxrgvYCZKJu90_JdNM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/build_info_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/counter.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/desc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/doc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/expvar_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/fnv.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/gauge.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/get_pid.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/go_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/go_collector_latest.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/histogram.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/labels.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/metric.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/num_threads.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/observer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/process_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/process_collector_other.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/registry.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/summary.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/timer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/untyped.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/value.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/vec.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/vnext.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/wrap.go
2025-08-20T23:03:51.1838482Z [00:02:36.467]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T23:03:51.1842440Z [00:02:36.467]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/8f/8f00b36c1d975529f90a614b59ad5d3decca968120daad41d60fffdba5c864f5-d # internal
2025-08-20T23:03:51.1958367Z [00:02:36.479]➜  golang.org/x/crypto/ssh
2025-08-20T23:03:51.1972233Z [00:02:36.479]➜  mkdir -p $WORK/b682/
2025-08-20T23:03:51.1973204Z [00:02:36.480]➜  cat >/tmp/go-build3700090427/b682/importcfg << 'EOF' # internal
2025-08-20T23:03:51.1973954Z [00:02:36.480]➜  # import config
2025-08-20T23:03:51.1974630Z [00:02:36.480]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:51.1977394Z [00:02:36.480]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:51.1978321Z [00:02:36.480]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:51.1979218Z [00:02:36.480]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:51.1980284Z [00:02:36.480]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:03:51.1981205Z [00:02:36.480]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:03:51.1982110Z [00:02:36.480]➜  packagefile crypto/des=/tmp/go-build3700090427/b139/_pkg_.a
2025-08-20T23:03:51.1983019Z [00:02:36.480]➜  packagefile crypto/dsa=/tmp/go-build3700090427/b181/_pkg_.a
2025-08-20T23:03:51.1983926Z [00:02:36.480]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:03:51.1984879Z [00:02:36.480]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:03:51.1985846Z [00:02:36.480]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:03:51.1986783Z [00:02:36.480]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:03:51.1987669Z [00:02:36.480]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:03:51.1988577Z [00:02:36.480]➜  packagefile crypto/mlkem=/tmp/go-build3700090427/b683/_pkg_.a
2025-08-20T23:03:51.2009862Z [00:02:36.480]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:51.2010927Z [00:02:36.480]➜  packagefile crypto/rc4=/tmp/go-build3700090427/b173/_pkg_.a
2025-08-20T23:03:51.2011925Z [00:02:36.480]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:51.2012901Z [00:02:36.480]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:03:51.2013868Z [00:02:36.480]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:51.2015033Z [00:02:36.480]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:03:51.2015943Z [00:02:36.480]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:03:51.2016869Z [00:02:36.480]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:51.2017776Z [00:02:36.480]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:03:51.2018713Z [00:02:36.480]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:51.2019908Z [00:02:36.480]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:51.2020867Z [00:02:36.480]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:51.2021771Z [00:02:36.480]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:03:51.2022667Z [00:02:36.480]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:51.2023475Z [00:02:36.480]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:51.2024453Z [00:02:36.480]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3700090427/b494/_pkg_.a
2025-08-20T23:03:51.2025772Z [00:02:36.480]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3700090427/b684/_pkg_.a
2025-08-20T23:03:51.2026965Z [00:02:36.480]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3700090427/b496/_pkg_.a
2025-08-20T23:03:51.2028268Z [00:02:36.480]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3700090427/b685/_pkg_.a
2025-08-20T23:03:51.2029541Z [00:02:36.480]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:51.2030377Z [00:02:36.480]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:51.2031187Z [00:02:36.480]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:51.2032225Z [00:02:36.480]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:51.2033092Z [00:02:36.480]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:51.2034028Z [00:02:36.480]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:51.2034892Z [00:02:36.480]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:51.2035693Z [00:02:36.480]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:51.2036536Z [00:02:36.480]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:51.2048675Z [00:02:36.480]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:51.2050410Z [00:02:36.480]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:51.2051306Z [00:02:36.480]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:51.2052177Z [00:02:36.480]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:51.2053068Z [00:02:36.480]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:51.2053933Z [00:02:36.480]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:51.2054824Z [00:02:36.480]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:51.2055698Z [00:02:36.480]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:51.2056317Z [00:02:36.480]➜  EOF
2025-08-20T23:03:51.2068007Z [00:02:36.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b682/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh=>golang.org/x/crypto@v0.40.0/ssh;$WORK/b682=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid 0ogqS8sejtd9bIMzKLgJ/0ogqS8sejtd9bIMzKLgJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/buffer.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/certs.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/channel.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/client_auth.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/common.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/connection.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/handshake.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/kex.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/messages.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/mlkem.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/mux.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/server.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/session.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/ssh_gss.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/streamlocal.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/tcpip.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/transport.go
2025-08-20T23:03:51.2584996Z [00:02:36.542]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T23:03:51.2621086Z [00:02:36.545]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/37/37d9fa867f81d37281fed25551daf26548f6b1eb31e7e5feaae41eedc07940ea-d # internal
2025-08-20T23:03:51.2626822Z [00:02:36.546]➜  github.com/sendgrid/rest
2025-08-20T23:03:51.2630087Z [00:02:36.546]➜  mkdir -p $WORK/b689/
2025-08-20T23:03:51.2630869Z [00:02:36.546]➜  cat >/tmp/go-build3700090427/b689/importcfg << 'EOF' # internal
2025-08-20T23:03:51.2631579Z [00:02:36.546]➜  # import config
2025-08-20T23:03:51.2632245Z [00:02:36.546]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:51.2633080Z [00:02:36.546]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:51.2633928Z [00:02:36.546]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:03:51.2635083Z [00:02:36.546]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:51.2635962Z [00:02:36.546]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:51.2636596Z [00:02:36.546]➜  EOF
2025-08-20T23:03:51.2640248Z [00:02:36.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b689/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sendgrid/rest@v2.6.9+incompatible=>github.com/sendgrid/rest@v2.6.9+incompatible;$WORK/b689=>" -p github.com/sendgrid/rest -lang=go1.16 -complete -installsuffix shared -buildid icxRs2peIZMuRk6a0pRY/icxRs2peIZMuRk6a0pRY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack /root/go/pkg/mod/github.com/sendgrid/rest@v2.6.9+incompatible/rest.go
2025-08-20T23:03:51.2970446Z [00:02:36.580]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T23:03:51.2983503Z [00:02:36.581]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/99/99d7ad9c62f5cb2268cd0c9ba2af36627b08af4bd36d633c15f3e96afafaaa96-d # internal
2025-08-20T23:03:51.2992709Z [00:02:36.582]➜  github.com/sendgrid/sendgrid-go/helpers/mail
2025-08-20T23:03:51.2995741Z [00:02:36.582]➜  mkdir -p $WORK/b690/
2025-08-20T23:03:51.2998891Z [00:02:36.583]➜  cat >/tmp/go-build3700090427/b690/importcfg << 'EOF' # internal
2025-08-20T23:03:51.3015586Z [00:02:36.583]➜  # import config
2025-08-20T23:03:51.3016367Z [00:02:36.583]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:51.3017205Z [00:02:36.583]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:51.3017976Z [00:02:36.583]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:51.3018775Z [00:02:36.583]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:03:51.3019794Z [00:02:36.583]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:51.3020428Z [00:02:36.583]➜  EOF
2025-08-20T23:03:51.3024580Z [00:02:36.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b690/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sendgrid/sendgrid-go@v3.16.1+incompatible/helpers/mail=>github.com/sendgrid/sendgrid-go@v3.16.1+incompatible/helpers/mail;$WORK/b690=>" -p github.com/sendgrid/sendgrid-go/helpers/mail -lang=go1.16 -complete -installsuffix shared -buildid OAosZakrHI-kqEP98g2W/OAosZakrHI-kqEP98g2W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack /root/go/pkg/mod/github.com/sendgrid/sendgrid-go@v3.16.1+incompatible/helpers/mail/mail_v3.go
2025-08-20T23:03:51.3751503Z [00:02:36.658]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T23:03:51.3770633Z [00:02:36.660]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/6e/6e5ba47babc1febabce709182c5544660c78571f829cb8bf49b5c365b20301af-d # internal
2025-08-20T23:03:51.3817588Z [00:02:36.665]➜  github.com/sendgrid/sendgrid-go
2025-08-20T23:03:51.3827782Z [00:02:36.665]➜  mkdir -p $WORK/b688/
2025-08-20T23:03:51.3828569Z [00:02:36.665]➜  cat >/tmp/go-build3700090427/b688/importcfg << 'EOF' # internal
2025-08-20T23:03:51.3829311Z [00:02:36.665]➜  # import config
2025-08-20T23:03:51.3830232Z [00:02:36.665]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:51.3831156Z [00:02:36.665]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:51.3832080Z [00:02:36.665]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:51.3833207Z [00:02:36.665]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:51.3834103Z [00:02:36.665]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:51.3835069Z [00:02:36.665]➜  packagefile github.com/sendgrid/rest=/tmp/go-build3700090427/b689/_pkg_.a
2025-08-20T23:03:51.3836480Z [00:02:36.665]➜  packagefile github.com/sendgrid/sendgrid-go/helpers/mail=/tmp/go-build3700090427/b690/_pkg_.a
2025-08-20T23:03:51.3837573Z [00:02:36.665]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:51.3838570Z [00:02:36.665]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:51.3840728Z [00:02:36.665]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:51.3841697Z [00:02:36.665]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:51.3842325Z [00:02:36.665]➜  EOF
2025-08-20T23:03:51.3847472Z [00:02:36.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b688/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sendgrid/sendgrid-go@v3.16.1+incompatible=>github.com/sendgrid/sendgrid-go@v3.16.1+incompatible;$WORK/b688=>" -p github.com/sendgrid/sendgrid-go -lang=go1.16 -complete -installsuffix shared -buildid jcU0wDECkKxR_N3djPQh/jcU0wDECkKxR_N3djPQh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack /root/go/pkg/mod/github.com/sendgrid/sendgrid-go@v3.16.1+incompatible/base_interface.go /root/go/pkg/mod/github.com/sendgrid/sendgrid-go@v3.16.1+incompatible/sendgrid.go /root/go/pkg/mod/github.com/sendgrid/sendgrid-go@v3.16.1+incompatible/twilio_email.go
2025-08-20T23:03:51.4420392Z [00:02:36.725]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T23:03:51.4434294Z [00:02:36.727]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/d4/d43d944c96fabcab16a53b885b02e59f2306a6f98f1d91fb41935e29d35d0aaa-d # internal
2025-08-20T23:03:51.4437638Z [00:02:36.727]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sendgrid
2025-08-20T23:03:51.4438675Z [00:02:36.727]➜  mkdir -p $WORK/b687/
2025-08-20T23:03:51.4446129Z [00:02:36.728]➜  cat >/tmp/go-build3700090427/b687/importcfg << 'EOF' # internal
2025-08-20T23:03:51.4446830Z [00:02:36.728]➜  # import config
2025-08-20T23:03:51.4447556Z [00:02:36.728]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:51.4448404Z [00:02:36.728]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:51.4449198Z [00:02:36.728]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:51.4450286Z [00:02:36.728]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:51.4451419Z [00:02:36.728]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:51.4452807Z [00:02:36.728]➜  packagefile github.com/sendgrid/sendgrid-go=/tmp/go-build3700090427/b688/_pkg_.a
2025-08-20T23:03:51.4454233Z [00:02:36.728]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:51.4455868Z [00:02:36.728]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:51.4457394Z [00:02:36.728]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:51.4458604Z [00:02:36.728]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:51.4459646Z [00:02:36.728]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:51.4460521Z [00:02:36.728]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:51.4461143Z [00:02:36.728]➜  EOF
2025-08-20T23:03:51.4482485Z [00:02:36.728]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b687/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sendgrid;$WORK/b687=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sendgrid -lang=go1.24 -complete -installsuffix shared -buildid d6cMcTaVJd1kmC19rJc3/d6cMcTaVJd1kmC19rJc3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/importcfg -pack ./pkg/analyzer/analyzers/sendgrid/permissions.go ./pkg/analyzer/analyzers/sendgrid/scopes.go ./pkg/analyzer/analyzers/sendgrid/sendgrid.go
2025-08-20T23:03:51.5955100Z [00:02:36.879]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T23:03:51.6001498Z [00:02:36.883]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/84/847486a5a9c775e5b88bfe920b4aefac0987a67007a2d887b8087d9c02a78806-d # internal
2025-08-20T23:03:51.6007972Z [00:02:36.884]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/shopify
2025-08-20T23:03:51.6008843Z [00:02:36.884]➜  mkdir -p $WORK/b691/
2025-08-20T23:03:51.6016509Z [00:02:36.885]➜  cat >/tmp/go-build3700090427/b691/importcfg << 'EOF' # internal
2025-08-20T23:03:51.6017220Z [00:02:36.885]➜  # import config
2025-08-20T23:03:51.6017857Z [00:02:36.885]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:51.6018627Z [00:02:36.885]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:51.6019624Z [00:02:36.885]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:51.6020392Z [00:02:36.885]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:51.6021312Z [00:02:36.885]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:51.6022460Z [00:02:36.885]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:51.6023943Z [00:02:36.885]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:51.6025626Z [00:02:36.885]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:51.6027200Z [00:02:36.885]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:51.6028343Z [00:02:36.885]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:51.6029116Z [00:02:36.885]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:51.6030086Z [00:02:36.885]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:51.6030694Z [00:02:36.885]➜  EOF
2025-08-20T23:03:51.6031323Z [00:02:36.885]➜  cat >/tmp/go-build3700090427/b691/embedcfg << 'EOF' # internal
2025-08-20T23:03:51.6031935Z [00:02:36.885]➜  {
2025-08-20T23:03:51.6032330Z [00:02:36.885]➜  	"Patterns": {
2025-08-20T23:03:51.6032788Z [00:02:36.886]➜  		"scopes.json": [
2025-08-20T23:03:51.6033281Z [00:02:36.886]➜  			"scopes.json"
2025-08-20T23:03:51.6033709Z [00:02:36.886]➜  		]
2025-08-20T23:03:51.6034301Z [00:02:36.886]➜  	},
2025-08-20T23:03:51.6034692Z [00:02:36.886]➜  	"Files": {
2025-08-20T23:03:51.6035539Z [00:02:36.886]➜  		"scopes.json": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/scopes.json"
2025-08-20T23:03:51.6036343Z [00:02:36.886]➜  	}
2025-08-20T23:03:51.6036706Z [00:02:36.886]➜  }EOF
2025-08-20T23:03:51.6044966Z [00:02:36.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b691/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/shopify;$WORK/b691=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/shopify -lang=go1.24 -complete -installsuffix shared -buildid lIVF_ykCDtMovnMrn0Vu/lIVF_ykCDtMovnMrn0Vu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -embedcfg $WORK/b691/embedcfg -pack ./pkg/analyzer/analyzers/shopify/permissions.go ./pkg/analyzer/analyzers/shopify/shopify.go
2025-08-20T23:03:51.6903486Z [00:02:36.973]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T23:03:51.6927443Z [00:02:36.976]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/c6/c6a32819c1a942ad42b87cddf400ca0235cba5c07c8a648531ebce602e95d0fb-d # internal
2025-08-20T23:03:51.6936361Z [00:02:36.977]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/slack
2025-08-20T23:03:51.6942780Z [00:02:36.977]➜  mkdir -p $WORK/b692/
2025-08-20T23:03:51.6953408Z [00:02:36.978]➜  cat >/tmp/go-build3700090427/b692/importcfg << 'EOF' # internal
2025-08-20T23:03:51.6959295Z [00:02:36.978]➜  # import config
2025-08-20T23:03:51.6960286Z [00:02:36.978]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:51.6961149Z [00:02:36.978]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:51.6962163Z [00:02:36.978]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:51.6963249Z [00:02:36.978]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:51.6964440Z [00:02:36.978]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:51.6965939Z [00:02:36.978]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:51.6967615Z [00:02:36.978]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:51.6969193Z [00:02:36.978]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:51.6970584Z [00:02:36.978]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:51.6971433Z [00:02:36.978]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:51.6972271Z [00:02:36.978]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:51.6973097Z [00:02:36.978]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:51.6973737Z [00:02:36.978]➜  EOF
2025-08-20T23:03:51.6984800Z [00:02:36.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b692/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/slack;$WORK/b692=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/slack -lang=go1.24 -complete -installsuffix shared -buildid knMjxZHNtJXj3U_9iccc/knMjxZHNtJXj3U_9iccc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack ./pkg/analyzer/analyzers/slack/permissions.go ./pkg/analyzer/analyzers/slack/scopes.go ./pkg/analyzer/analyzers/slack/slack.go
2025-08-20T23:03:51.9624034Z [00:02:37.245]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T23:03:51.9649963Z [00:02:37.248]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/2a/2ab8b764bf383e82f97457254fbd3a250491c8fa4f3295b454d39abfc44c6794-d # internal
2025-08-20T23:03:51.9690700Z [00:02:37.250]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sourcegraph
2025-08-20T23:03:51.9694266Z [00:02:37.253]➜  mkdir -p $WORK/b693/
2025-08-20T23:03:51.9700439Z [00:02:37.253]➜  cat >/tmp/go-build3700090427/b693/importcfg << 'EOF' # internal
2025-08-20T23:03:51.9702954Z [00:02:37.253]➜  # import config
2025-08-20T23:03:51.9704607Z [00:02:37.253]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:51.9707026Z [00:02:37.253]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:51.9708204Z [00:02:37.253]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:51.9710269Z [00:02:37.253]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:51.9712052Z [00:02:37.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:51.9715556Z [00:02:37.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:51.9718188Z [00:02:37.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:51.9720976Z [00:02:37.253]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:51.9722119Z [00:02:37.253]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:51.9722774Z [00:02:37.253]➜  EOF
2025-08-20T23:03:51.9727967Z [00:02:37.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b693/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sourcegraph=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sourcegraph;$WORK/b693=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sourcegraph -lang=go1.24 -complete -installsuffix shared -buildid R7G-un6tM_pw9LRajWJv/R7G-un6tM_pw9LRajWJv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack ./pkg/analyzer/analyzers/sourcegraph/permissions.go ./pkg/analyzer/analyzers/sourcegraph/sourcegraph.go
2025-08-20T23:03:51.9981319Z [00:02:37.281]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T23:03:52.0088668Z [00:02:37.292]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/84/84c1edcfc2227b50243311515c835e170c55d4591458c070dbf67ed13780603b-d # internal
2025-08-20T23:03:52.0309137Z [00:02:37.314]➜  github.com/tetratelabs/wazero/internal/engine/interpreter
2025-08-20T23:03:52.0323719Z [00:02:37.316]➜  mkdir -p $WORK/b653/
2025-08-20T23:03:52.0336287Z [00:02:37.316]➜  cat >/tmp/go-build3700090427/b653/importcfg << 'EOF' # internal
2025-08-20T23:03:52.0336995Z [00:02:37.316]➜  # import config
2025-08-20T23:03:52.0337672Z [00:02:37.316]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:52.0338528Z [00:02:37.316]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:52.0339684Z [00:02:37.316]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:52.0340592Z [00:02:37.316]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:52.0341420Z [00:02:37.316]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:52.0342456Z [00:02:37.316]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:03:52.0343782Z [00:02:37.316]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3700090427/b649/_pkg_.a
2025-08-20T23:03:52.0345209Z [00:02:37.316]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3700090427/b650/_pkg_.a
2025-08-20T23:03:52.0346758Z [00:02:37.316]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build3700090427/b654/_pkg_.a
2025-08-20T23:03:52.0348280Z [00:02:37.316]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3700090427/b648/_pkg_.a
2025-08-20T23:03:52.0349963Z [00:02:37.316]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build3700090427/b655/_pkg_.a
2025-08-20T23:03:52.0351408Z [00:02:37.316]➜  packagefile github.com/tetratelabs/wazero/internal/moremath=/tmp/go-build3700090427/b656/_pkg_.a
2025-08-20T23:03:52.0353052Z [00:02:37.316]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3700090427/b657/_pkg_.a
2025-08-20T23:03:52.0354658Z [00:02:37.316]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3700090427/b665/_pkg_.a
2025-08-20T23:03:52.0356112Z [00:02:37.316]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build3700090427/b667/_pkg_.a
2025-08-20T23:03:52.0357226Z [00:02:37.316]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:52.0358081Z [00:02:37.316]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:52.0358921Z [00:02:37.316]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:52.0360014Z [00:02:37.316]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:52.0360634Z [00:02:37.316]➜  EOF
2025-08-20T23:03:52.0368113Z [00:02:37.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b653/_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/b653=>" -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/b653/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-20T23:03:52.1295445Z [00:02:37.413]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T23:03:52.1327619Z [00:02:37.416]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/e2/e2a230f6865af599048569642c415af83d9e2e2b2e525189f3cd556510e9eb30-d # internal
2025-08-20T23:03:52.1331540Z [00:02:37.416]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi
2025-08-20T23:03:52.1332274Z [00:02:37.416]➜  mkdir -p $WORK/b672/
2025-08-20T23:03:52.1332974Z [00:02:37.416]➜  cat >/tmp/go-build3700090427/b672/importcfg << 'EOF' # internal
2025-08-20T23:03:52.1333624Z [00:02:37.416]➜  # import config
2025-08-20T23:03:52.1334252Z [00:02:37.416]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:52.1335108Z [00:02:37.416]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:52.1335928Z [00:02:37.416]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:52.1337018Z [00:02:37.416]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3700090427/b657/_pkg_.a
2025-08-20T23:03:52.1338071Z [00:02:37.416]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:52.1338869Z [00:02:37.416]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:52.1339840Z [00:02:37.416]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:52.1340647Z [00:02:37.416]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:52.1341412Z [00:02:37.416]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:52.1342003Z [00:02:37.416]➜  EOF
2025-08-20T23:03:52.1353385Z [00:02:37.416]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b672/_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/b672=>" -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/b672/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-20T23:03:52.1946411Z [00:02:37.478]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T23:03:52.2067985Z [00:02:37.490]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/1a/1adc8d1b873fc2dd43ba07d5c11730b62263cb609300c8652788408c8d83ce50-d # internal
2025-08-20T23:03:52.2073957Z [00:02:37.491]➜  github.com/prometheus/client_golang/prometheus/promauto
2025-08-20T23:03:52.2077114Z [00:02:37.491]➜  mkdir -p $WORK/b643/
2025-08-20T23:03:52.2082204Z [00:02:37.491]➜  cat >/tmp/go-build3700090427/b643/importcfg << 'EOF' # internal
2025-08-20T23:03:52.2084481Z [00:02:37.491]➜  # import config
2025-08-20T23:03:52.2087629Z [00:02:37.491]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:03:52.2090893Z [00:02:37.491]➜  EOF
2025-08-20T23:03:52.2100468Z [00:02:37.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/promauto=>github.com/prometheus/client_golang@v1.20.5/prometheus/promauto;$WORK/b643=>" -p github.com/prometheus/client_golang/prometheus/promauto -lang=go1.20 -complete -installsuffix shared -buildid KqN7oT11ifhv5ek9U2i-/KqN7oT11ifhv5ek9U2i- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/promauto/auto.go
2025-08-20T23:03:52.2751484Z [00:02:37.558]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T23:03:52.2776476Z [00:02:37.561]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/0f/0fe151d67a605e5d8611a89dceb2425ea06064651a037964427e1d3649fa1fff-d # internal
2025-08-20T23:03:52.2791953Z [00:02:37.562]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/ssa
2025-08-20T23:03:52.2794822Z [00:02:37.562]➜  mkdir -p $WORK/b671/
2025-08-20T23:03:52.2801529Z [00:02:37.563]➜  cat >/tmp/go-build3700090427/b671/importcfg << 'EOF' # internal
2025-08-20T23:03:52.2805628Z [00:02:37.563]➜  # import config
2025-08-20T23:03:52.2806336Z [00:02:37.563]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:52.2807597Z [00:02:37.563]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3700090427/b672/_pkg_.a
2025-08-20T23:03:52.2808831Z [00:02:37.563]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:52.2809835Z [00:02:37.563]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:52.2810793Z [00:02:37.563]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:52.2811610Z [00:02:37.563]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:52.2812435Z [00:02:37.563]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:52.2813040Z [00:02:37.563]➜  EOF
2025-08-20T23:03:52.2843015Z [00:02:37.565]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b671/_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/b671=>" -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/b671/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-20T23:03:52.2855246Z [00:02:37.565]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T23:03:52.2856545Z [00:02:37.567]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/d5/d517080b5729e1bd3ee4192fbb0cf77736b76bac5a0d29cc453253f609b2923a-d # internal
2025-08-20T23:03:52.2867703Z [00:02:37.570]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources
2025-08-20T23:03:52.2870660Z [00:02:37.570]➜  mkdir -p $WORK/b627/
2025-08-20T23:03:52.2879012Z [00:02:37.571]➜  cat >/tmp/go-build3700090427/b627/importcfg << 'EOF' # internal
2025-08-20T23:03:52.2889076Z [00:02:37.571]➜  # import config
2025-08-20T23:03:52.2890092Z [00:02:37.571]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:52.2890923Z [00:02:37.571]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:52.2891753Z [00:02:37.571]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:52.2892607Z [00:02:37.571]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:52.2894873Z [00:02:37.571]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:52.2896764Z [00:02:37.571]➜  packagefile github.com/marusama/semaphore/v2=/tmp/go-build3700090427/b628/_pkg_.a
2025-08-20T23:03:52.2900409Z [00:02:37.571]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:03:52.2902554Z [00:02:37.571]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:03:52.2904362Z [00:02:37.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:03:52.2906509Z [00:02:37.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:52.2908471Z [00:02:37.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:03:52.2910568Z [00:02:37.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:03:52.2912493Z [00:02:37.571]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:03:52.2914855Z [00:02:37.571]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:03:52.2915883Z [00:02:37.571]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:52.2916732Z [00:02:37.572]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:52.2917569Z [00:02:37.572]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:52.2918555Z [00:02:37.572]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:52.2919714Z [00:02:37.572]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:52.2920725Z [00:02:37.572]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:52.2921312Z [00:02:37.572]➜  EOF
2025-08-20T23:03:52.2927748Z [00:02:37.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b627/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources=>github.com/trufflesecurity/trufflehog/v3/pkg/sources;$WORK/b627=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources -lang=go1.24 -complete -installsuffix shared -buildid KGj1CCMIEm8y2iW2bkMP/KGj1CCMIEm8y2iW2bkMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack ./pkg/sources/chunker.go ./pkg/sources/errors.go ./pkg/sources/job_progress.go ./pkg/sources/job_progress_hook.go ./pkg/sources/legacy_reporters.go ./pkg/sources/metrics.go ./pkg/sources/resume.go ./pkg/sources/source_manager.go ./pkg/sources/source_unit.go ./pkg/sources/sources.go ./pkg/sources/test_helpers.go
2025-08-20T23:03:52.4504227Z [00:02:37.733]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T23:03:52.4775668Z [00:02:37.761]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/7e/7ec003ce46cf111790ad96237bef93147eaf03d8226439a00afe256afef1de67-d # internal
2025-08-20T23:03:52.4798987Z [00:02:37.763]➜  github.com/tetratelabs/wazero/internal/wasm/binary
2025-08-20T23:03:52.4823724Z [00:02:37.765]➜  mkdir -p $WORK/b678/
2025-08-20T23:03:52.4833060Z [00:02:37.766]➜  cat >/tmp/go-build3700090427/b678/importcfg << 'EOF' # internal
2025-08-20T23:03:52.4833747Z [00:02:37.766]➜  # import config
2025-08-20T23:03:52.4834380Z [00:02:37.766]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:52.4835508Z [00:02:37.766]➜  packagefile debug/dwarf=/tmp/go-build3700090427/b666/_pkg_.a
2025-08-20T23:03:52.4836352Z [00:02:37.766]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:52.4837120Z [00:02:37.766]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:52.4838104Z [00:02:37.766]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:03:52.4839535Z [00:02:37.766]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3700090427/b649/_pkg_.a
2025-08-20T23:03:52.4840909Z [00:02:37.766]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build3700090427/b658/_pkg_.a
2025-08-20T23:03:52.4842338Z [00:02:37.766]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build3700090427/b655/_pkg_.a
2025-08-20T23:03:52.4843663Z [00:02:37.766]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3700090427/b657/_pkg_.a
2025-08-20T23:03:52.4844938Z [00:02:37.766]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3700090427/b665/_pkg_.a
2025-08-20T23:03:52.4845901Z [00:02:37.766]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:52.4846783Z [00:02:37.766]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:52.4847630Z [00:02:37.766]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:52.4848228Z [00:02:37.766]➜  EOF
2025-08-20T23:03:52.4872701Z [00:02:37.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b678/_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/b678=>" -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/b678/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-20T23:03:52.5851192Z [00:02:37.868]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T23:03:52.6070196Z [00:02:37.890]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/ec/eccadfd1dd91b2db25d1914d633f3182d5d16a4a99b6ec989bc7c944999cab13-d # internal
2025-08-20T23:03:52.6106336Z [00:02:37.894]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors
2025-08-20T23:03:52.6108938Z [00:02:37.894]➜  mkdir -p $WORK/b619/
2025-08-20T23:03:52.6116730Z [00:02:37.895]➜  cat >/tmp/go-build3700090427/b619/importcfg << 'EOF' # internal
2025-08-20T23:03:52.6117927Z [00:02:37.895]➜  # import config
2025-08-20T23:03:52.6119519Z [00:02:37.895]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:52.6120623Z [00:02:37.895]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:52.6122985Z [00:02:37.895]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:52.6123823Z [00:02:37.895]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:52.6124651Z [00:02:37.895]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:52.6125667Z [00:02:37.895]➜  packagefile github.com/BobuSumisu/aho-corasick=/tmp/go-build3700090427/b620/_pkg_.a
2025-08-20T23:03:52.6127029Z [00:02:37.895]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:03:52.6128567Z [00:02:37.895]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:52.6130321Z [00:02:37.895]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build3700090427/b618/_pkg_.a
2025-08-20T23:03:52.6131900Z [00:02:37.895]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:03:52.6133797Z [00:02:37.895]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:03:52.6135471Z [00:02:37.895]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:03:52.6137025Z [00:02:37.895]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:03:52.6138184Z [00:02:37.895]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:52.6139022Z [00:02:37.895]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:52.6142969Z [00:02:37.895]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:52.6143871Z [00:02:37.895]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:52.6144740Z [00:02:37.895]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:52.6145592Z [00:02:37.895]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:52.6146445Z [00:02:37.895]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:52.6147519Z [00:02:37.895]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:52.6148476Z [00:02:37.895]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:52.6149801Z [00:02:37.895]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:52.6150514Z [00:02:37.895]➜  EOF
2025-08-20T23:03:52.6151142Z [00:02:37.895]➜  cat >/tmp/go-build3700090427/b619/embedcfg << 'EOF' # internal
2025-08-20T23:03:52.6151788Z [00:02:37.895]➜  {
2025-08-20T23:03:52.6152215Z [00:02:37.895]➜  	"Patterns": {
2025-08-20T23:03:52.6152708Z [00:02:37.895]➜  		"fp_badlist.txt": [
2025-08-20T23:03:52.6153253Z [00:02:37.895]➜  			"fp_badlist.txt"
2025-08-20T23:03:52.6153877Z [00:02:37.895]➜  		],
2025-08-20T23:03:52.6154406Z [00:02:37.895]➜  		"fp_programmingbooks.txt": [
2025-08-20T23:03:52.6155057Z [00:02:37.895]➜  			"fp_programmingbooks.txt"
2025-08-20T23:03:52.6155591Z [00:02:37.895]➜  		],
2025-08-20T23:03:52.6156014Z [00:02:37.895]➜  		"fp_uuids.txt": [
2025-08-20T23:03:52.6156541Z [00:02:37.895]➜  			"fp_uuids.txt"
2025-08-20T23:03:52.6157011Z [00:02:37.895]➜  		],
2025-08-20T23:03:52.6157445Z [00:02:37.895]➜  		"fp_words.txt": [
2025-08-20T23:03:52.6157947Z [00:02:37.895]➜  			"fp_words.txt"
2025-08-20T23:03:52.6158390Z [00:02:37.895]➜  		]
2025-08-20T23:03:52.6158744Z [00:02:37.895]➜  	},
2025-08-20T23:03:52.6159136Z [00:02:37.895]➜  	"Files": {
2025-08-20T23:03:52.6160151Z [00:02:37.895]➜  		"fp_badlist.txt": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_badlist.txt",
2025-08-20T23:03:52.6161416Z [00:02:37.895]➜  		"fp_programmingbooks.txt": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_programmingbooks.txt",
2025-08-20T23:03:52.6162799Z [00:02:37.895]➜  		"fp_uuids.txt": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_uuids.txt",
2025-08-20T23:03:52.6163870Z [00:02:37.895]➜  		"fp_words.txt": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_words.txt"
2025-08-20T23:03:52.6164580Z [00:02:37.895]➜  	}
2025-08-20T23:03:52.6164980Z [00:02:37.895]➜  }EOF
2025-08-20T23:03:52.6170236Z [00:02:37.895]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b619/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors;$WORK/b619=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors -lang=go1.24 -complete -installsuffix shared -buildid S_N5rky0976oRPBryXZi/S_N5rky0976oRPBryXZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -embedcfg $WORK/b619/embedcfg -pack ./pkg/detectors/account_filter.go ./pkg/detectors/detectors.go ./pkg/detectors/endpoint_customizer.go ./pkg/detectors/falsepositives.go ./pkg/detectors/http.go ./pkg/detectors/multi_part_credential_provider.go
2025-08-20T23:03:52.7691738Z [00:02:38.052]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T23:03:52.7706661Z [00:02:38.054]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/be/bebfec7e81f5563dc536441ec74059915c4d87dbb6f74950cd8f6ae2384b9326-d # internal
2025-08-20T23:03:52.7713592Z [00:02:38.054]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/square
2025-08-20T23:03:52.7725127Z [00:02:38.054]➜  mkdir -p $WORK/b694/
2025-08-20T23:03:52.7725926Z [00:02:38.055]➜  cat >/tmp/go-build3700090427/b694/importcfg << 'EOF' # internal
2025-08-20T23:03:52.7726589Z [00:02:38.055]➜  # import config
2025-08-20T23:03:52.7727255Z [00:02:38.055]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:52.7728102Z [00:02:38.055]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:52.7729007Z [00:02:38.055]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:52.7730591Z [00:02:38.055]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:52.7732062Z [00:02:38.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:52.7733721Z [00:02:38.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:52.7735425Z [00:02:38.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:52.7736689Z [00:02:38.055]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:52.7737473Z [00:02:38.055]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:52.7738249Z [00:02:38.055]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:52.7739039Z [00:02:38.055]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:52.7740091Z [00:02:38.055]➜  EOF
2025-08-20T23:03:52.7744856Z [00:02:38.055]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b694/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/square;$WORK/b694=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/square -lang=go1.24 -complete -installsuffix shared -buildid xeP9KXbF_XcODwOsXD7E/xeP9KXbF_XcODwOsXD7E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack ./pkg/analyzer/analyzers/square/permissions.go ./pkg/analyzer/analyzers/square/scopes.go ./pkg/analyzer/analyzers/square/square.go
2025-08-20T23:03:52.8836293Z [00:02:38.167]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T23:03:52.8930972Z [00:02:38.174]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T23:03:52.8972145Z [00:02:38.180]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/3f/3f93857cc0a4d1ed5cfb534ffeee85dd39d4b932be7b70c473389dcd3dc03801-d # internal
2025-08-20T23:03:52.9045983Z [00:02:38.188]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/9d/9d5f790c6474a0e3a990339747ba13203952c6e4c2ed44016e255b8497e64860-d # internal
2025-08-20T23:03:52.9049148Z [00:02:38.188]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc
2025-08-20T23:03:52.9050162Z [00:02:38.188]➜  mkdir -p $WORK/b670/
2025-08-20T23:03:52.9055954Z [00:02:38.188]➜  gopkg.in/yaml.v2
2025-08-20T23:03:52.9056503Z [00:02:38.188]➜  mkdir -p $WORK/b696/
2025-08-20T23:03:52.9057206Z [00:02:38.188]➜  cat >/tmp/go-build3700090427/b670/importcfg << 'EOF' # internal
2025-08-20T23:03:52.9057840Z [00:02:38.188]➜  # import config
2025-08-20T23:03:52.9058429Z [00:02:38.188]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:52.9059706Z [00:02:38.188]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3700090427/b671/_pkg_.a
2025-08-20T23:03:52.9061204Z [00:02:38.188]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3700090427/b672/_pkg_.a
2025-08-20T23:03:52.9062317Z [00:02:38.188]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:52.9063250Z [00:02:38.188]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:52.9063811Z [00:02:38.188]➜  EOF
2025-08-20T23:03:52.9071729Z [00:02:38.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b670/_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/b670=>" -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/b670/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-20T23:03:52.9077682Z [00:02:38.189]➜  cat >/tmp/go-build3700090427/b696/importcfg << 'EOF' # internal
2025-08-20T23:03:52.9078478Z [00:02:38.189]➜  # import config
2025-08-20T23:03:52.9079083Z [00:02:38.189]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:52.9080019Z [00:02:38.189]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:52.9080874Z [00:02:38.189]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:52.9081689Z [00:02:38.189]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:52.9082455Z [00:02:38.189]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:52.9083193Z [00:02:38.189]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:52.9084087Z [00:02:38.189]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:52.9084877Z [00:02:38.189]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:52.9085641Z [00:02:38.189]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:52.9086344Z [00:02:38.189]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:52.9087055Z [00:02:38.189]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:52.9087772Z [00:02:38.189]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:52.9088480Z [00:02:38.189]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:52.9089169Z [00:02:38.189]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:52.9090034Z [00:02:38.189]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:52.9090798Z [00:02:38.189]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:52.9091479Z [00:02:38.189]➜  EOF
2025-08-20T23:03:52.9097770Z [00:02:38.189]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b696/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0=>gopkg.in/yaml.v2@v2.4.0;$WORK/b696=>" -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/b696/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-20T23:03:52.9633618Z [00:02:38.246]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T23:03:52.9658362Z [00:02:38.249]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T23:03:52.9664426Z [00:02:38.250]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/90/901f5c2ac26b35d3e5ffd76ce49f7a8d572c2c376bf41c4af1b492d913438095-d # internal
2025-08-20T23:03:52.9669921Z [00:02:38.250]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/frontend
2025-08-20T23:03:52.9672633Z [00:02:38.250]➜  mkdir -p $WORK/b674/
2025-08-20T23:03:52.9676281Z [00:02:38.251]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/12/12eea8f2afdce66502d550482d3289f5aac544daebf19d703efa6944d5affa67-d # internal
2025-08-20T23:03:52.9682555Z [00:02:38.251]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend
2025-08-20T23:03:52.9684915Z [00:02:38.252]➜  mkdir -p $WORK/b669/
2025-08-20T23:03:52.9690972Z [00:02:38.252]➜  cat >/tmp/go-build3700090427/b674/importcfg << 'EOF' # internal
2025-08-20T23:03:52.9692361Z [00:02:38.252]➜  # import config
2025-08-20T23:03:52.9694218Z [00:02:38.252]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:52.9696166Z [00:02:38.252]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:52.9699225Z [00:02:38.252]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:52.9700416Z [00:02:38.252]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:03:52.9701798Z [00:02:38.252]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3700090427/b671/_pkg_.a
2025-08-20T23:03:52.9703407Z [00:02:38.252]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3700090427/b672/_pkg_.a
2025-08-20T23:03:52.9704864Z [00:02:38.252]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build3700090427/b655/_pkg_.a
2025-08-20T23:03:52.9706360Z [00:02:38.252]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3700090427/b657/_pkg_.a
2025-08-20T23:03:52.9707387Z [00:02:38.252]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:52.9708193Z [00:02:38.252]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:52.9709016Z [00:02:38.252]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:52.9710005Z [00:02:38.252]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:52.9710620Z [00:02:38.252]➜  EOF
2025-08-20T23:03:52.9722308Z [00:02:38.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b674/_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/b674=>" -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/b674/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-20T23:03:52.9737318Z [00:02:38.257]➜  cat >/tmp/go-build3700090427/b669/importcfg << 'EOF' # internal
2025-08-20T23:03:52.9742951Z [00:02:38.257]➜  # import config
2025-08-20T23:03:52.9743676Z [00:02:38.257]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:52.9744447Z [00:02:38.257]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:52.9745714Z [00:02:38.257]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build3700090427/b670/_pkg_.a
2025-08-20T23:03:52.9747333Z [00:02:38.257]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3700090427/b671/_pkg_.a
2025-08-20T23:03:52.9749016Z [00:02:38.257]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3700090427/b672/_pkg_.a
2025-08-20T23:03:52.9750068Z [00:02:38.257]➜  EOF
2025-08-20T23:03:52.9764670Z [00:02:38.259]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b669/_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/b669=>" -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/b669/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-20T23:03:53.1635532Z [00:02:38.447]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T23:03:53.1648460Z [00:02:38.448]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/56/56401eb57763dab08bd8008d02f79c34cf252bfee9108597a7429dcf2f73f3c1-d # internal
2025-08-20T23:03:53.1659620Z [00:02:38.449]➜  github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/amd64
2025-08-20T23:03:53.1662663Z [00:02:38.449]➜  mkdir -p $WORK/b673/
2025-08-20T23:03:53.1666660Z [00:02:38.450]➜  echo -n > $WORK/b673/go_asm.h # internal
2025-08-20T23:03:53.1669568Z [00:02:38.450]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64
2025-08-20T23:03:53.1675313Z [00:02:38.450]➜  /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/b673=>" -I $WORK/b673/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b673/symabis ./abi_entry_amd64.s
2025-08-20T23:03:53.1713488Z [00:02:38.454]➜  cat >/tmp/go-build3700090427/b673/importcfg << 'EOF' # internal
2025-08-20T23:03:53.1717675Z [00:02:38.454]➜  # import config
2025-08-20T23:03:53.1718362Z [00:02:38.454]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:53.1720533Z [00:02:38.454]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:53.1721262Z [00:02:38.454]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:53.1739591Z [00:02:38.454]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build3700090427/b669/_pkg_.a
2025-08-20T23:03:53.1741284Z [00:02:38.454]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build3700090427/b670/_pkg_.a
2025-08-20T23:03:53.1742869Z [00:02:38.454]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3700090427/b671/_pkg_.a
2025-08-20T23:03:53.1744290Z [00:02:38.454]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3700090427/b672/_pkg_.a
2025-08-20T23:03:53.1745602Z [00:02:38.454]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3700090427/b662/_pkg_.a
2025-08-20T23:03:53.1746850Z [00:02:38.454]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3700090427/b665/_pkg_.a
2025-08-20T23:03:53.1747825Z [00:02:38.454]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:53.1748854Z [00:02:38.454]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:53.1749871Z [00:02:38.454]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:53.1750426Z [00:02:38.454]➜  EOF
2025-08-20T23:03:53.1750846Z [00:02:38.455]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:53.1776598Z [00:02:38.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b673/_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/b673=>" -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/b673/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack -asmhdr $WORK/b673/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-20T23:03:53.5805899Z [00:02:38.864]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T23:03:53.5856358Z [00:02:38.869]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/cf/cf5393b21a0b4e18161887c081fd7a9961ef80336910180fb86df7a611db56ad-d # internal
2025-08-20T23:03:53.5860297Z [00:02:38.869]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/stripe
2025-08-20T23:03:53.5862666Z [00:02:38.869]➜  mkdir -p $WORK/b695/
2025-08-20T23:03:53.5866863Z [00:02:38.870]➜  cat >/tmp/go-build3700090427/b695/importcfg << 'EOF' # internal
2025-08-20T23:03:53.5870877Z [00:02:38.870]➜  # import config
2025-08-20T23:03:53.5871788Z [00:02:38.870]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:53.5873628Z [00:02:38.870]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:53.5874506Z [00:02:38.870]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:53.5875407Z [00:02:38.870]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:53.5876220Z [00:02:38.870]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:53.5877315Z [00:02:38.870]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:53.5878470Z [00:02:38.870]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:53.5880384Z [00:02:38.870]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:53.5882077Z [00:02:38.870]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:53.5883637Z [00:02:38.870]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:53.5884867Z [00:02:38.870]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3700090427/b696/_pkg_.a
2025-08-20T23:03:53.5885737Z [00:02:38.870]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:53.5886561Z [00:02:38.870]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:53.5887400Z [00:02:38.870]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:53.5888194Z [00:02:38.870]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:53.5888937Z [00:02:38.870]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:53.5890581Z [00:02:38.870]➜  EOF
2025-08-20T23:03:53.5891353Z [00:02:38.870]➜  cat >/tmp/go-build3700090427/b695/embedcfg << 'EOF' # internal
2025-08-20T23:03:53.5892005Z [00:02:38.870]➜  {
2025-08-20T23:03:53.5892422Z [00:02:38.870]➜  	"Patterns": {
2025-08-20T23:03:53.5892930Z [00:02:38.870]➜  		"restricted.yaml": [
2025-08-20T23:03:53.5893453Z [00:02:38.870]➜  			"restricted.yaml"
2025-08-20T23:03:53.5893915Z [00:02:38.870]➜  		]
2025-08-20T23:03:53.5894299Z [00:02:38.870]➜  	},
2025-08-20T23:03:53.5894697Z [00:02:38.870]➜  	"Files": {
2025-08-20T23:03:53.5895638Z [00:02:38.870]➜  		"restricted.yaml": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/restricted.yaml"
2025-08-20T23:03:53.5896515Z [00:02:38.870]➜  	}
2025-08-20T23:03:53.5897175Z [00:02:38.870]➜  }EOF
2025-08-20T23:03:53.5901997Z [00:02:38.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b695/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/stripe;$WORK/b695=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/stripe -lang=go1.24 -complete -installsuffix shared -buildid 3YNCY4mygE1Jhly9ZZdi/3YNCY4mygE1Jhly9ZZdi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -embedcfg $WORK/b695/embedcfg -pack ./pkg/analyzer/analyzers/stripe/permissions.go ./pkg/analyzer/analyzers/stripe/stripe.go
2025-08-20T23:03:53.6691338Z [00:02:38.951]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T23:03:53.6695651Z [00:02:38.953]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/b0/b075527e7c043fa6722ee19de4c5edd83f1b636e3118dd3b7eb8475fb66718b1-d # internal
2025-08-20T23:03:53.6700037Z [00:02:38.953]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/twilio
2025-08-20T23:03:53.6703275Z [00:02:38.954]➜  mkdir -p $WORK/b697/
2025-08-20T23:03:53.6707209Z [00:02:38.954]➜  cat >/tmp/go-build3700090427/b697/importcfg << 'EOF' # internal
2025-08-20T23:03:53.6712052Z [00:02:38.954]➜  # import config
2025-08-20T23:03:53.6712667Z [00:02:38.954]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:53.6713402Z [00:02:38.954]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:53.6714059Z [00:02:38.954]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:53.6714828Z [00:02:38.954]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:53.6715917Z [00:02:38.954]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:53.6717232Z [00:02:38.954]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:53.6718474Z [00:02:38.954]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:53.6720824Z [00:02:38.954]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:53.6721410Z [00:02:38.954]➜  EOF
2025-08-20T23:03:53.6725509Z [00:02:38.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b697/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/twilio=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/twilio;$WORK/b697=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/twilio -lang=go1.24 -complete -installsuffix shared -buildid uRZZ8GeoNTP7AoltQM4i/uRZZ8GeoNTP7AoltQM4i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack ./pkg/analyzer/analyzers/twilio/permissions.go ./pkg/analyzer/analyzers/twilio/twilio.go
2025-08-20T23:03:53.7333204Z [00:02:39.016]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T23:03:53.7348001Z [00:02:39.018]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/c2/c22ba452dbfb20ead255e5183566c09c9b6ae3234580e09291f2ac5835610641-d # internal
2025-08-20T23:03:53.7356959Z [00:02:39.019]➜  github.com/patrickmn/go-cache
2025-08-20T23:03:53.7360421Z [00:02:39.019]➜  mkdir -p $WORK/b699/
2025-08-20T23:03:53.7366208Z [00:02:39.020]➜  cat >/tmp/go-build3700090427/b699/importcfg << 'EOF' # internal
2025-08-20T23:03:53.7382847Z [00:02:39.020]➜  # import config
2025-08-20T23:03:53.7383574Z [00:02:39.020]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:53.7384497Z [00:02:39.020]➜  packagefile encoding/gob=/tmp/go-build3700090427/b475/_pkg_.a
2025-08-20T23:03:53.7385313Z [00:02:39.020]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:53.7386082Z [00:02:39.020]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:53.7386776Z [00:02:39.020]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:53.7387812Z [00:02:39.020]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:53.7388690Z [00:02:39.020]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:53.7389620Z [00:02:39.020]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:53.7390380Z [00:02:39.020]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:53.7391150Z [00:02:39.020]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:53.7391866Z [00:02:39.020]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:53.7392452Z [00:02:39.020]➜  EOF
2025-08-20T23:03:53.7396450Z [00:02:39.020]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/patrickmn/go-cache@v2.1.0+incompatible=>github.com/patrickmn/go-cache@v2.1.0+incompatible;$WORK/b699=>" -p github.com/patrickmn/go-cache -lang=go1.16 -complete -installsuffix shared -buildid qeDHvzOrypH4yYzdSTUY/qeDHvzOrypH4yYzdSTUY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack /root/go/pkg/mod/github.com/patrickmn/go-cache@v2.1.0+incompatible/cache.go /root/go/pkg/mod/github.com/patrickmn/go-cache@v2.1.0+incompatible/sharded.go
2025-08-20T23:03:53.9605545Z [00:02:39.244]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T23:03:53.9668678Z [00:02:39.250]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/32/32d29e1f07f406560fdc458e9f14515b587f49afefd0bcfba0fa7ff585badee0-d # internal
2025-08-20T23:03:53.9694871Z [00:02:39.253]➜  github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple
2025-08-20T23:03:53.9697801Z [00:02:39.253]➜  mkdir -p $WORK/b698/
2025-08-20T23:03:53.9703703Z [00:02:39.253]➜  cat >/tmp/go-build3700090427/b698/importcfg << 'EOF' # internal
2025-08-20T23:03:53.9711043Z [00:02:39.253]➜  # import config
2025-08-20T23:03:53.9711871Z [00:02:39.253]➜  packagefile github.com/patrickmn/go-cache=/tmp/go-build3700090427/b699/_pkg_.a
2025-08-20T23:03:53.9712860Z [00:02:39.253]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:53.9713642Z [00:02:39.253]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:53.9714452Z [00:02:39.254]➜  EOF
2025-08-20T23:03:53.9720284Z [00:02:39.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b698/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/simple=>github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple;$WORK/b698=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple -lang=go1.24 -complete -installsuffix shared -buildid jepHyb91XLaRYbuM1PU5/jepHyb91XLaRYbuM1PU5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack ./pkg/cache/simple/simple.go
2025-08-20T23:03:53.9896601Z [00:02:39.273]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T23:03:53.9904233Z [00:02:39.274]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/a7/a7d3aa852207d734ef37fa49705a9564ed6b940634386fadb4a6806d1f0faa25-d # internal
2025-08-20T23:03:53.9912092Z [00:02:39.274]➜  github.com/mitchellh/go-ps
2025-08-20T23:03:53.9914254Z [00:02:39.275]➜  mkdir -p $WORK/b701/
2025-08-20T23:03:53.9919863Z [00:02:39.275]➜  cat >/tmp/go-build3700090427/b701/importcfg << 'EOF' # internal
2025-08-20T23:03:53.9920697Z [00:02:39.275]➜  # import config
2025-08-20T23:03:53.9921360Z [00:02:39.275]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:53.9923066Z [00:02:39.275]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:53.9924240Z [00:02:39.275]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:03:53.9925593Z [00:02:39.275]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:53.9926674Z [00:02:39.275]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:53.9927646Z [00:02:39.275]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:53.9928439Z [00:02:39.275]➜  EOF
2025-08-20T23:03:53.9943917Z [00:02:39.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b701/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-ps@v1.0.0=>github.com/mitchellh/go-ps@v1.0.0;$WORK/b701=>" -p github.com/mitchellh/go-ps -lang=go1.13 -complete -installsuffix shared -buildid vpi1Nl9lPoGHbuTpOxox/vpi1Nl9lPoGHbuTpOxox -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-ps@v1.0.0/process.go /root/go/pkg/mod/github.com/mitchellh/go-ps@v1.0.0/process_linux.go /root/go/pkg/mod/github.com/mitchellh/go-ps@v1.0.0/process_unix.go
2025-08-20T23:03:54.0287549Z [00:02:39.312]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T23:03:54.0291195Z [00:02:39.312]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/34/3413d9882bb5a032bfb21ae70f9aac83ffb73fe07b1f92133829da417ee1dee4-d # internal
2025-08-20T23:03:54.0292465Z [00:02:39.312]➜  github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp
2025-08-20T23:03:54.0293129Z [00:02:39.312]➜  mkdir -p $WORK/b700/
2025-08-20T23:03:54.0293831Z [00:02:39.312]➜  cat >/tmp/go-build3700090427/b700/importcfg << 'EOF' # internal
2025-08-20T23:03:54.0294495Z [00:02:39.312]➜  # import config
2025-08-20T23:03:54.0295082Z [00:02:39.312]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.0295983Z [00:02:39.312]➜  packagefile github.com/mitchellh/go-ps=/tmp/go-build3700090427/b701/_pkg_.a
2025-08-20T23:03:54.0297221Z [00:02:39.312]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:54.0298306Z [00:02:39.312]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:54.0299039Z [00:02:39.312]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:54.0300094Z [00:02:39.312]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:54.0300949Z [00:02:39.312]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:54.0301763Z [00:02:39.312]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:54.0302581Z [00:02:39.312]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:54.0303172Z [00:02:39.312]➜  EOF
2025-08-20T23:03:54.0306695Z [00:02:39.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b700/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cleantemp=>github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp;$WORK/b700=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp -lang=go1.24 -complete -installsuffix shared -buildid H4w4Y8RbD6gc-dDgGnvC/H4w4Y8RbD6gc-dDgGnvC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack ./pkg/cleantemp/cleantemp.go
2025-08-20T23:03:54.0624936Z [00:02:39.345]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T23:03:54.0636167Z [00:02:39.347]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/6f/6f244adef39da969186d058d70c52c72470d4bf9822cf785895bba9578e9a94f-d # internal
2025-08-20T23:03:54.0657959Z [00:02:39.349]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb
2025-08-20T23:03:54.0660487Z [00:02:39.349]➜  mkdir -p $WORK/b704/
2025-08-20T23:03:54.0666147Z [00:02:39.350]➜  cat >/tmp/go-build3700090427/b704/importcfg << 'EOF' # internal
2025-08-20T23:03:54.0667018Z [00:02:39.350]➜  # import config
2025-08-20T23:03:54.0669028Z [00:02:39.350]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:54.0669982Z [00:02:39.350]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:54.0671046Z [00:02:39.350]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.0672074Z [00:02:39.350]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:03:54.0673355Z [00:02:39.350]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:54.0674593Z [00:02:39.350]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:54.0676070Z [00:02:39.350]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:03:54.0677042Z [00:02:39.350]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:54.0677763Z [00:02:39.350]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:03:54.0678509Z [00:02:39.350]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:54.0679245Z [00:02:39.350]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:54.0680148Z [00:02:39.350]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:54.0680862Z [00:02:39.350]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:54.0681581Z [00:02:39.350]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:54.0682306Z [00:02:39.350]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:54.0683004Z [00:02:39.350]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:54.0683762Z [00:02:39.350]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:54.0684344Z [00:02:39.350]➜  EOF
2025-08-20T23:03:54.0706739Z [00:02:39.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b704/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/custom_detectorspb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb;$WORK/b704=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb -lang=go1.24 -complete -installsuffix shared -buildid zB1SrhBfLBrRPyCMZTiJ/zB1SrhBfLBrRPyCMZTiJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack ./pkg/pb/custom_detectorspb/custom_detectors.pb.go ./pkg/pb/custom_detectorspb/custom_detectors.pb.validate.go
2025-08-20T23:03:54.2037148Z [00:02:39.487]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T23:03:54.2062173Z [00:02:39.489]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/c2/c275e477cf1a8b34994d3a45f625588b64392d91494a72c646eb8ac7f110f223-d # internal
2025-08-20T23:03:54.2076359Z [00:02:39.491]➜  github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors
2025-08-20T23:03:54.2080056Z [00:02:39.491]➜  mkdir -p $WORK/b703/
2025-08-20T23:03:54.2085651Z [00:02:39.492]➜  cat >/tmp/go-build3700090427/b703/importcfg << 'EOF' # internal
2025-08-20T23:03:54.2097255Z [00:02:39.492]➜  # import config
2025-08-20T23:03:54.2097883Z [00:02:39.492]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:54.2098712Z [00:02:39.492]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:54.2099724Z [00:02:39.492]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:54.2100515Z [00:02:39.492]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.2101593Z [00:02:39.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:03:54.2102970Z [00:02:39.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:03:54.2104483Z [00:02:39.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb=/tmp/go-build3700090427/b704/_pkg_.a
2025-08-20T23:03:54.2106063Z [00:02:39.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:03:54.2107301Z [00:02:39.492]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:03:54.2108380Z [00:02:39.492]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:54.2109143Z [00:02:39.492]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:54.2123381Z [00:02:39.492]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:54.2124260Z [00:02:39.492]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:54.2125096Z [00:02:39.492]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:54.2125623Z [00:02:39.492]➜  EOF
2025-08-20T23:03:54.2130297Z [00:02:39.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b703/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors=>github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors;$WORK/b703=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors -lang=go1.24 -complete -installsuffix shared -buildid qeo55m6_DXTMMyjJPLe9/qeo55m6_DXTMMyjJPLe9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack ./pkg/custom_detectors/custom_detectors.go ./pkg/custom_detectors/regex_varstring.go ./pkg/custom_detectors/validation.go
2025-08-20T23:03:54.3859599Z [00:02:39.669]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T23:03:54.4002369Z [00:02:39.682]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T23:03:54.4017719Z [00:02:39.685]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/3a/3a75e369dcdce285eafa268a99e79221fdcab31bf8b0c1b719010e5b2dbaad8d-d # internal
2025-08-20T23:03:54.4024929Z [00:02:39.686]➜  github.com/trufflesecurity/trufflehog/v3/pkg/pb/configpb
2025-08-20T23:03:54.4027695Z [00:02:39.686]➜  mkdir -p $WORK/b705/
2025-08-20T23:03:54.4030783Z [00:02:39.686]➜  cat >/tmp/go-build3700090427/b705/importcfg << 'EOF' # internal
2025-08-20T23:03:54.4032210Z [00:02:39.686]➜  # import config
2025-08-20T23:03:54.4034220Z [00:02:39.686]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:54.4035168Z [00:02:39.686]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:54.4035936Z [00:02:39.686]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.4037154Z [00:02:39.686]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb=/tmp/go-build3700090427/b704/_pkg_.a
2025-08-20T23:03:54.4038717Z [00:02:39.686]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:03:54.4040304Z [00:02:39.686]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:03:54.4041653Z [00:02:39.686]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:03:54.4043259Z [00:02:39.686]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:03:54.4044271Z [00:02:39.686]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:54.4045117Z [00:02:39.686]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:03:54.4045961Z [00:02:39.686]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:54.4046803Z [00:02:39.686]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:54.4047769Z [00:02:39.686]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:54.4048616Z [00:02:39.687]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:54.4049719Z [00:02:39.687]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:54.4050608Z [00:02:39.687]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:54.4051434Z [00:02:39.687]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:54.4052296Z [00:02:39.687]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:54.4052972Z [00:02:39.687]➜  EOF
2025-08-20T23:03:54.4056851Z [00:02:39.687]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b705/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/configpb=>github.com/trufflesecurity/trufflehog/v3/pkg/pb/configpb;$WORK/b705=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/pb/configpb -lang=go1.24 -complete -installsuffix shared -buildid Ab_pDXtDJGBp_Ry6S9Kk/Ab_pDXtDJGBp_Ry6S9Kk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack ./pkg/pb/configpb/config.pb.go ./pkg/pb/configpb/config.pb.validate.go
2025-08-20T23:03:54.4076537Z [00:02:39.691]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/a8/a8c7dd3412d7fa311066505331dc1dabf2e89cbef31c04cdc91b00a23380d1fe-d # internal
2025-08-20T23:03:54.4113132Z [00:02:39.693]➜  sigs.k8s.io/yaml/goyaml.v2
2025-08-20T23:03:54.4121790Z [00:02:39.695]➜  mkdir -p $WORK/b708/
2025-08-20T23:03:54.4128864Z [00:02:39.696]➜  cat >/tmp/go-build3700090427/b708/importcfg << 'EOF' # internal
2025-08-20T23:03:54.4129754Z [00:02:39.696]➜  # import config
2025-08-20T23:03:54.4130408Z [00:02:39.696]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:54.4131222Z [00:02:39.696]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:54.4132149Z [00:02:39.696]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:54.4133014Z [00:02:39.696]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:54.4133801Z [00:02:39.696]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.4134567Z [00:02:39.696]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:54.4135357Z [00:02:39.696]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:54.4136170Z [00:02:39.696]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:54.4136987Z [00:02:39.696]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:54.4137768Z [00:02:39.696]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:54.4138560Z [00:02:39.696]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:54.4139512Z [00:02:39.696]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:54.4140288Z [00:02:39.696]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:54.4141126Z [00:02:39.696]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:54.4141908Z [00:02:39.696]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:54.4142744Z [00:02:39.696]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:54.4152786Z [00:02:39.696]➜  EOF
2025-08-20T23:03:54.4162002Z [00:02:39.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2=>sigs.k8s.io/yaml@v1.4.0/goyaml.v2;$WORK/b708=>" -p sigs.k8s.io/yaml/goyaml.v2 -lang=go1.12 -complete -installsuffix shared -buildid mU_EOHLiJqMGilbgKxWI/mU_EOHLiJqMGilbgKxWI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/apic.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/decode.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/emitterc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/encode.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/parserc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/readerc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/resolve.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/scannerc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/sorter.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/writerc.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/yaml.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/yamlh.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/goyaml.v2/yamlprivateh.go
2025-08-20T23:03:54.4658653Z [00:02:39.749]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T23:03:54.4744990Z [00:02:39.757]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/c5/c5e3781caf06472a725139be19e9bde4d47a6630922d039c07dd9338dc9e9548-d # internal
2025-08-20T23:03:54.4754803Z [00:02:39.758]➜  archive/tar
2025-08-20T23:03:54.4755352Z [00:02:39.758]➜  mkdir -p $WORK/b710/
2025-08-20T23:03:54.4765875Z [00:02:39.760]➜  cat >/tmp/go-build3700090427/b710/importcfg << 'EOF' # internal
2025-08-20T23:03:54.4766545Z [00:02:39.760]➜  # import config
2025-08-20T23:03:54.4767187Z [00:02:39.760]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:54.4772198Z [00:02:39.760]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:54.4773252Z [00:02:39.760]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.4774312Z [00:02:39.760]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:54.4775222Z [00:02:39.760]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:54.4776039Z [00:02:39.760]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:54.4776878Z [00:02:39.760]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:54.4777670Z [00:02:39.760]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:54.4778486Z [00:02:39.760]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:03:54.4779305Z [00:02:39.760]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:54.4781575Z [00:02:39.760]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:54.4782443Z [00:02:39.760]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:54.4783255Z [00:02:39.760]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:54.4784079Z [00:02:39.760]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:54.4784908Z [00:02:39.760]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:54.4785720Z [00:02:39.760]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:54.4786531Z [00:02:39.760]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:54.4787336Z [00:02:39.760]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:54.4788132Z [00:02:39.760]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:54.4788717Z [00:02:39.760]➜  EOF
2025-08-20T23:03:54.4799631Z [00:02:39.763]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b710/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b710=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid fyJbsS6hS8nvfmqLw-GF/fyJbsS6hS8nvfmqLw-GF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/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-20T23:03:54.5116030Z [00:02:39.795]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T23:03:54.5131527Z [00:02:39.796]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/01/0120398c9c957ee36bbe5688c82ee74a47b3aa7581fa37b58e7c2a8de426c6f5-d # internal
2025-08-20T23:03:54.5163670Z [00:02:39.799]➜  github.com/docker/docker-credential-helpers/credentials
2025-08-20T23:03:54.5164707Z [00:02:39.800]➜  mkdir -p $WORK/b717/
2025-08-20T23:03:54.5168466Z [00:02:39.800]➜  cat >/tmp/go-build3700090427/b717/importcfg << 'EOF' # internal
2025-08-20T23:03:54.5170611Z [00:02:39.800]➜  # import config
2025-08-20T23:03:54.5171629Z [00:02:39.800]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:54.5173272Z [00:02:39.800]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:54.5175107Z [00:02:39.800]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:54.5175986Z [00:02:39.800]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:54.5176765Z [00:02:39.800]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.5177779Z [00:02:39.800]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:54.5178544Z [00:02:39.800]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:54.5179523Z [00:02:39.800]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:54.5180172Z [00:02:39.800]➜  EOF
2025-08-20T23:03:54.5186720Z [00:02:39.801]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials=>github.com/docker/docker-credential-helpers@v0.9.3/credentials;$WORK/b717=>" -p github.com/docker/docker-credential-helpers/credentials -lang=go1.21 -complete -installsuffix shared -buildid 3q0-iXroygWVkwVf14aO/3q0-iXroygWVkwVf14aO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/credentials.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/error.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/helper.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/credentials/version.go
2025-08-20T23:03:54.5902606Z [00:02:39.873]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T23:03:54.5917271Z [00:02:39.875]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/c7/c7de30160936f00f343d99a3597226fb585df1d24d8e2cfa49a99e0c9eaed234-d # internal
2025-08-20T23:03:54.5919103Z [00:02:39.875]➜  github.com/docker/docker-credential-helpers/client
2025-08-20T23:03:54.5920564Z [00:02:39.875]➜  mkdir -p $WORK/b716/
2025-08-20T23:03:54.5925230Z [00:02:39.876]➜  cat >/tmp/go-build3700090427/b716/importcfg << 'EOF' # internal
2025-08-20T23:03:54.5925935Z [00:02:39.876]➜  # import config
2025-08-20T23:03:54.5926577Z [00:02:39.876]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:54.5927412Z [00:02:39.876]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:54.5928238Z [00:02:39.876]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.5935021Z [00:02:39.876]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build3700090427/b717/_pkg_.a
2025-08-20T23:03:54.5936056Z [00:02:39.876]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:54.5936748Z [00:02:39.876]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:54.5937456Z [00:02:39.876]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:54.5938219Z [00:02:39.876]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:54.5938787Z [00:02:39.876]➜  EOF
2025-08-20T23:03:54.5964493Z [00:02:39.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b716/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/client=>github.com/docker/docker-credential-helpers@v0.9.3/client;$WORK/b716=>" -p github.com/docker/docker-credential-helpers/client -lang=go1.21 -complete -installsuffix shared -buildid rpZxWnMHqmN_mkQzJbtT/rpZxWnMHqmN_mkQzJbtT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/client/client.go /root/go/pkg/mod/github.com/docker/docker-credential-helpers@v0.9.3/client/command.go
2025-08-20T23:03:54.6653488Z [00:02:39.948]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T23:03:54.6691847Z [00:02:39.952]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/8f/8fe40fb4855bd952b107721a9311a22d85a2e7825093c0bd0e7205683fa4a45a-d # internal
2025-08-20T23:03:54.6703931Z [00:02:39.953]➜  github.com/docker/cli/cli/config/credentials
2025-08-20T23:03:54.6704590Z [00:02:39.953]➜  mkdir -p $WORK/b714/
2025-08-20T23:03:54.6710165Z [00:02:39.954]➜  cat >/tmp/go-build3700090427/b714/importcfg << 'EOF' # internal
2025-08-20T23:03:54.6713641Z [00:02:39.955]➜  # import config
2025-08-20T23:03:54.6715222Z [00:02:39.955]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.6717813Z [00:02:39.955]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3700090427/b715/_pkg_.a
2025-08-20T23:03:54.6719797Z [00:02:39.955]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build3700090427/b716/_pkg_.a
2025-08-20T23:03:54.6750786Z [00:02:39.955]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build3700090427/b717/_pkg_.a
2025-08-20T23:03:54.6753193Z [00:02:39.955]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:54.6754843Z [00:02:39.955]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:54.6756924Z [00:02:39.955]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:54.6758671Z [00:02:39.955]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:54.6760825Z [00:02:39.955]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:54.6762302Z [00:02:39.955]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:54.6764147Z [00:02:39.955]➜  EOF
2025-08-20T23:03:54.6773866Z [00:02:39.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/credentials=>github.com/docker/cli@v28.2.2+incompatible/cli/config/credentials;$WORK/b714=>" -p github.com/docker/cli/cli/config/credentials -lang=go1.16 -complete -installsuffix shared -buildid P8yFGRy3_1U2ORg2a8qU/P8yFGRy3_1U2ORg2a8qU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/credentials/credentials.go /root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/credentials/default_store.go /root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/credentials/default_store_linux.go /root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/credentials/file_store.go /root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/credentials/native_store.go
2025-08-20T23:03:54.7498545Z [00:02:40.033]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T23:03:54.7517214Z [00:02:40.035]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/10/10e0babb1cec61d2f2f87e4ec0a161d67c1f82f5a9701713e48a4baed3c1aa57-d # internal
2025-08-20T23:03:54.7528904Z [00:02:40.036]➜  github.com/sirupsen/logrus
2025-08-20T23:03:54.7532580Z [00:02:40.036]➜  mkdir -p $WORK/b718/
2025-08-20T23:03:54.7542910Z [00:02:40.037]➜  cat >/tmp/go-build3700090427/b718/importcfg << 'EOF' # internal
2025-08-20T23:03:54.7544177Z [00:02:40.037]➜  # import config
2025-08-20T23:03:54.7546735Z [00:02:40.037]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:54.7547850Z [00:02:40.037]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:54.7548692Z [00:02:40.037]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:54.7549968Z [00:02:40.037]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:54.7550840Z [00:02:40.037]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.7551772Z [00:02:40.037]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:03:54.7552667Z [00:02:40.037]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:54.7553447Z [00:02:40.037]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:54.7554238Z [00:02:40.037]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:54.7555183Z [00:02:40.037]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:54.7556043Z [00:02:40.038]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:54.7556870Z [00:02:40.038]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:54.7557692Z [00:02:40.038]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:54.7558546Z [00:02:40.038]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:54.7559577Z [00:02:40.038]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:54.7560469Z [00:02:40.038]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:54.7561341Z [00:02:40.038]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:54.7562206Z [00:02:40.038]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:54.7562872Z [00:02:40.038]➜  EOF
2025-08-20T23:03:54.7574088Z [00:02:40.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3=>github.com/sirupsen/logrus@v1.9.3;$WORK/b718=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid na4gqfmfiginaqQ9h6qG/na4gqfmfiginaqQ9h6qG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/alt_exit.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/buffer_pool.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/doc.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/entry.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/exported.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/hooks.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/json_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logger.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logrus.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_notappengine.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_unix.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/text_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/writer.go
2025-08-20T23:03:54.9312195Z [00:02:40.214]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T23:03:54.9490921Z [00:02:40.232]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/ec/ecd25e077b12118decb394824b46d3eb31355f351d8092ea574c668582e61b87-d # internal
2025-08-20T23:03:54.9503689Z [00:02:40.233]➜  github.com/opencontainers/go-digest
2025-08-20T23:03:54.9506815Z [00:02:40.234]➜  mkdir -p $WORK/b720/
2025-08-20T23:03:54.9511188Z [00:02:40.234]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64
2025-08-20T23:03:54.9518102Z [00:02:40.235]➜  /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/b673=>" -I $WORK/b673/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b673/abi_entry_amd64.o ./abi_entry_amd64.s
2025-08-20T23:03:54.9525983Z [00:02:40.236]➜  cat >/tmp/go-build3700090427/b720/importcfg << 'EOF' # internal
2025-08-20T23:03:54.9531602Z [00:02:40.236]➜  # import config
2025-08-20T23:03:54.9532258Z [00:02:40.236]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:54.9533071Z [00:02:40.236]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.9533844Z [00:02:40.236]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:54.9534799Z [00:02:40.236]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:54.9535669Z [00:02:40.236]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:54.9536775Z [00:02:40.236]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:54.9539078Z [00:02:40.236]➜  EOF
2025-08-20T23:03:54.9540746Z [00:02:40.236]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:54.9546235Z [00:02:40.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b720/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0=>github.com/opencontainers/go-digest@v1.0.0;$WORK/b720=>" -p github.com/opencontainers/go-digest -lang=go1.13 -complete -installsuffix shared -buildid 9UOPIr8vJPzARwhMMxch/9UOPIr8vJPzARwhMMxch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/algorithm.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/digest.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/digester.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/doc.go /root/go/pkg/mod/github.com/opencontainers/go-digest@v1.0.0/verifiers.go
2025-08-20T23:03:54.9552896Z [00:02:40.238]➜  cd /root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0/internal/engine/wazevo/backend/isa/amd64
2025-08-20T23:03:54.9553930Z [00:02:40.238]➜  go tool pack r $WORK/b673/_pkg_.a $WORK/b673/abi_entry_amd64.o # internal
2025-08-20T23:03:54.9554659Z [00:02:40.238]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T23:03:54.9741041Z [00:02:40.257]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/92/9257b0e048f916ae2a5ef2d891179da8af96c93bceb7645087d4aa48f1b91bea-d # internal
2025-08-20T23:03:54.9753832Z [00:02:40.258]➜  github.com/tetratelabs/wazero/internal/engine/wazevo
2025-08-20T23:03:54.9754950Z [00:02:40.258]➜  mkdir -p $WORK/b668/
2025-08-20T23:03:54.9756010Z [00:02:40.258]➜  cat >/tmp/go-build3700090427/b668/importcfg << 'EOF' # internal
2025-08-20T23:03:54.9756680Z [00:02:40.258]➜  # import config
2025-08-20T23:03:54.9757339Z [00:02:40.258]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:54.9758174Z [00:02:40.258]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:54.9759099Z [00:02:40.258]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:54.9760241Z [00:02:40.258]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:54.9761346Z [00:02:40.258]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:54.9762211Z [00:02:40.258]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:54.9763022Z [00:02:40.258]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:54.9764022Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:03:54.9765272Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3700090427/b649/_pkg_.a
2025-08-20T23:03:54.9766726Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build3700090427/b669/_pkg_.a
2025-08-20T23:03:54.9768425Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/amd64=/tmp/go-build3700090427/b673/_pkg_.a
2025-08-20T23:03:54.9770239Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/frontend=/tmp/go-build3700090427/b674/_pkg_.a
2025-08-20T23:03:54.9771886Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3700090427/b671/_pkg_.a
2025-08-20T23:03:54.9773617Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3700090427/b672/_pkg_.a
2025-08-20T23:03:54.9775140Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3700090427/b650/_pkg_.a
2025-08-20T23:03:54.9776564Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build3700090427/b654/_pkg_.a
2025-08-20T23:03:54.9777967Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3700090427/b648/_pkg_.a
2025-08-20T23:03:54.9779707Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3700090427/b662/_pkg_.a
2025-08-20T23:03:54.9781106Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/u32=/tmp/go-build3700090427/b675/_pkg_.a
2025-08-20T23:03:54.9782421Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/u64=/tmp/go-build3700090427/b676/_pkg_.a
2025-08-20T23:03:54.9783777Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build3700090427/b677/_pkg_.a
2025-08-20T23:03:54.9785152Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3700090427/b657/_pkg_.a
2025-08-20T23:03:54.9786540Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3700090427/b665/_pkg_.a
2025-08-20T23:03:54.9787981Z [00:02:40.258]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build3700090427/b667/_pkg_.a
2025-08-20T23:03:54.9789106Z [00:02:40.258]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:03:54.9790273Z [00:02:40.258]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:54.9791097Z [00:02:40.258]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:54.9791961Z [00:02:40.258]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:54.9792776Z [00:02:40.258]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:54.9793619Z [00:02:40.258]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:54.9794467Z [00:02:40.258]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:54.9795136Z [00:02:40.258]➜  EOF
2025-08-20T23:03:54.9795627Z [00:02:40.258]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:54.9804932Z [00:02:40.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b668/_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/b668=>" -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/b668/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-20T23:03:55.0697173Z [00:02:40.353]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T23:03:55.0700749Z [00:02:40.353]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T23:03:55.0730549Z [00:02:40.356]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/95/9581bd37e7622589ee95fddcf6e95a9508628c4193df56a24a0f4a5b26c39fb4-d # internal
2025-08-20T23:03:55.0746720Z [00:02:40.358]➜  github.com/google/go-containerregistry/pkg/name
2025-08-20T23:03:55.0748642Z [00:02:40.358]➜  mkdir -p $WORK/b719/
2025-08-20T23:03:55.0750743Z [00:02:40.358]➜  cat >/tmp/go-build3700090427/b719/importcfg << 'EOF' # internal
2025-08-20T23:03:55.0752657Z [00:02:40.358]➜  # import config
2025-08-20T23:03:55.0753639Z [00:02:40.358]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:55.0754712Z [00:02:40.358]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:55.0756196Z [00:02:40.359]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:55.0757537Z [00:02:40.359]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.0758629Z [00:02:40.359]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.0759977Z [00:02:40.359]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3700090427/b720/_pkg_.a
2025-08-20T23:03:55.0760999Z [00:02:40.359]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:55.0761817Z [00:02:40.359]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:55.0762683Z [00:02:40.359]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:55.0763469Z [00:02:40.359]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:55.0767131Z [00:02:40.359]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.0768038Z [00:02:40.359]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:55.0768693Z [00:02:40.359]➜  EOF
2025-08-20T23:03:55.0777779Z [00:02:40.360]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name=>github.com/google/go-containerregistry@v0.20.6/pkg/name;$WORK/b719=>" -p github.com/google/go-containerregistry/pkg/name -lang=go1.24 -complete -installsuffix shared -buildid 0kVEzFsYseYre6ldHwIp/0kVEzFsYseYre6ldHwIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/check.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/digest.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/errors.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/options.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/ref.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/registry.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/repository.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/name/tag.go
2025-08-20T23:03:55.0786484Z [00:02:40.360]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/1a/1a5a8ea7f96f03144583c9a3553548fd1b7b8fc700c4975319b86b472842f2bc-d # internal
2025-08-20T23:03:55.0787861Z [00:02:40.360]➜  github.com/docker/cli/cli/config/configfile
2025-08-20T23:03:55.0788488Z [00:02:40.360]➜  mkdir -p $WORK/b713/
2025-08-20T23:03:55.0789230Z [00:02:40.361]➜  cat >/tmp/go-build3700090427/b713/importcfg << 'EOF' # internal
2025-08-20T23:03:55.0800315Z [00:02:40.361]➜  # import config
2025-08-20T23:03:55.0801057Z [00:02:40.361]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:55.0802010Z [00:02:40.361]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:55.0803177Z [00:02:40.361]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build3700090427/b714/_pkg_.a
2025-08-20T23:03:55.0804555Z [00:02:40.361]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3700090427/b715/_pkg_.a
2025-08-20T23:03:55.0805698Z [00:02:40.361]➜  packagefile github.com/pkg/errors=/tmp/go-build3700090427/b570/_pkg_.a
2025-08-20T23:03:55.0806750Z [00:02:40.361]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3700090427/b718/_pkg_.a
2025-08-20T23:03:55.0807868Z [00:02:40.361]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.0808637Z [00:02:40.361]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:55.0809662Z [00:02:40.361]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:55.0810562Z [00:02:40.361]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.0811405Z [00:02:40.361]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:55.0812014Z [00:02:40.361]➜  EOF
2025-08-20T23:03:55.0817016Z [00:02:40.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/configfile=>github.com/docker/cli@v28.2.2+incompatible/cli/config/configfile;$WORK/b713=>" -p github.com/docker/cli/cli/config/configfile -lang=go1.16 -complete -installsuffix shared -buildid AQRPVVEHkWlcHBCizIvW/AQRPVVEHkWlcHBCizIvW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/configfile/file.go /root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/configfile/file_unix.go
2025-08-20T23:03:55.2210448Z [00:02:40.504]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T23:03:55.2227800Z [00:02:40.506]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/bc/bc3e2537dd2b30b3f0f9c2dbf9f9003d365f2a8d3e829b3fd3983710a2a90afa-d # internal
2025-08-20T23:03:55.2229562Z [00:02:40.506]➜  github.com/docker/cli/cli/config
2025-08-20T23:03:55.2230172Z [00:02:40.506]➜  mkdir -p $WORK/b712/
2025-08-20T23:03:55.2236040Z [00:02:40.507]➜  cat >/tmp/go-build3700090427/b712/importcfg << 'EOF' # internal
2025-08-20T23:03:55.2236994Z [00:02:40.507]➜  # import config
2025-08-20T23:03:55.2238216Z [00:02:40.507]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.2239976Z [00:02:40.507]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build3700090427/b713/_pkg_.a
2025-08-20T23:03:55.2242064Z [00:02:40.507]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build3700090427/b714/_pkg_.a
2025-08-20T23:03:55.2244013Z [00:02:40.507]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3700090427/b715/_pkg_.a
2025-08-20T23:03:55.2250457Z [00:02:40.507]➜  packagefile github.com/pkg/errors=/tmp/go-build3700090427/b570/_pkg_.a
2025-08-20T23:03:55.2251965Z [00:02:40.507]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.2254370Z [00:02:40.507]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:55.2255208Z [00:02:40.507]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:03:55.2256159Z [00:02:40.507]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:55.2257269Z [00:02:40.507]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:55.2258108Z [00:02:40.507]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.2258925Z [00:02:40.507]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:55.2259775Z [00:02:40.507]➜  EOF
2025-08-20T23:03:55.2263905Z [00:02:40.507]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config=>github.com/docker/cli@v28.2.2+incompatible/cli/config;$WORK/b712=>" -p github.com/docker/cli/cli/config -lang=go1.16 -complete -installsuffix shared -buildid BYdEva6Hip7jEfkdtYZa/BYdEva6Hip7jEfkdtYZa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack /root/go/pkg/mod/github.com/docker/cli@v28.2.2+incompatible/cli/config/config.go
2025-08-20T23:03:55.2517211Z [00:02:40.535]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T23:03:55.2567835Z [00:02:40.540]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/36/362e80d49720c447d55bdc64633e37dd8386d5995b35de5b6057bc1f7800d6ec-d # internal
2025-08-20T23:03:55.2574431Z [00:02:40.541]➜  github.com/mitchellh/go-homedir
2025-08-20T23:03:55.2577238Z [00:02:40.541]➜  mkdir -p $WORK/b721/
2025-08-20T23:03:55.2582309Z [00:02:40.541]➜  cat >/tmp/go-build3700090427/b721/importcfg << 'EOF' # internal
2025-08-20T23:03:55.2595400Z [00:02:40.541]➜  # import config
2025-08-20T23:03:55.2596183Z [00:02:40.541]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:55.2596986Z [00:02:40.541]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.2597783Z [00:02:40.541]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:55.2598592Z [00:02:40.541]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:03:55.2599809Z [00:02:40.541]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:55.2600735Z [00:02:40.541]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:55.2601555Z [00:02:40.541]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:55.2602352Z [00:02:40.541]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.2603145Z [00:02:40.541]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:55.2603735Z [00:02:40.541]➜  EOF
2025-08-20T23:03:55.2607172Z [00:02:40.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b721/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0=>github.com/mitchellh/go-homedir@v1.1.0;$WORK/b721=>" -p github.com/mitchellh/go-homedir -lang=go1.16 -complete -installsuffix shared -buildid 5n6VFgUnKJosoLOR4kpN/5n6VFgUnKJosoLOR4kpN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/go-homedir@v1.1.0/homedir.go
2025-08-20T23:03:55.2774269Z [00:02:40.560]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T23:03:55.2784923Z [00:02:40.562]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/2b/2b6f46789091ed998f38985e98d62978eb9523dbf3fd390bcd32a339a83b7deb-d # internal
2025-08-20T23:03:55.2790406Z [00:02:40.562]➜  github.com/google/go-containerregistry/pkg/v1
2025-08-20T23:03:55.2793133Z [00:02:40.562]➜  mkdir -p $WORK/b722/
2025-08-20T23:03:55.2799141Z [00:02:40.563]➜  cat >/tmp/go-build3700090427/b722/importcfg << 'EOF' # internal
2025-08-20T23:03:55.2809835Z [00:02:40.563]➜  # import config
2025-08-20T23:03:55.2810559Z [00:02:40.563]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:55.2811424Z [00:02:40.563]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:55.2812322Z [00:02:40.563]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:55.2813277Z [00:02:40.563]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:55.2814191Z [00:02:40.563]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.2815578Z [00:02:40.563]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3700090427/b723/_pkg_.a
2025-08-20T23:03:55.2816681Z [00:02:40.563]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:55.2817466Z [00:02:40.563]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.2818261Z [00:02:40.563]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:55.2819084Z [00:02:40.563]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.2820120Z [00:02:40.563]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.2820726Z [00:02:40.563]➜  EOF
2025-08-20T23:03:55.2830603Z [00:02:40.563]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b722/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1=>github.com/google/go-containerregistry@v0.20.6/pkg/v1;$WORK/b722=>" -p github.com/google/go-containerregistry/pkg/v1 -lang=go1.24 -complete -installsuffix shared -buildid 60vj1n29UQ0OWvUxtSNt/60vj1n29UQ0OWvUxtSNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/config.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/hash.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/index.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/layer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/manifest.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/platform.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/progress.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/zz_deepcopy_generated.go
2025-08-20T23:03:55.3088164Z [00:02:40.592]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T23:03:55.3105964Z [00:02:40.592]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/b0/b06c91cb39009cf39abdbcc7e1943c2039778e5d0d0e1f836116b4a6d8ca1233-d # internal
2025-08-20T23:03:55.3107097Z [00:02:40.592]➜  github.com/google/go-containerregistry/pkg/authn
2025-08-20T23:03:55.3107680Z [00:02:40.592]➜  mkdir -p $WORK/b711/
2025-08-20T23:03:55.3108320Z [00:02:40.592]➜  cat >/tmp/go-build3700090427/b711/importcfg << 'EOF' # internal
2025-08-20T23:03:55.3108899Z [00:02:40.592]➜  # import config
2025-08-20T23:03:55.3113626Z [00:02:40.592]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:55.3114663Z [00:02:40.592]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:55.3115673Z [00:02:40.592]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:55.3116790Z [00:02:40.592]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.3117858Z [00:02:40.592]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build3700090427/b712/_pkg_.a
2025-08-20T23:03:55.3119165Z [00:02:40.592]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build3700090427/b713/_pkg_.a
2025-08-20T23:03:55.3120844Z [00:02:40.592]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3700090427/b715/_pkg_.a
2025-08-20T23:03:55.3122232Z [00:02:40.592]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3700090427/b719/_pkg_.a
2025-08-20T23:03:55.3123530Z [00:02:40.592]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build3700090427/b721/_pkg_.a
2025-08-20T23:03:55.3124533Z [00:02:40.592]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:55.3125444Z [00:02:40.592]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:55.3126374Z [00:02:40.592]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.3127248Z [00:02:40.592]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:55.3128299Z [00:02:40.592]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.3128926Z [00:02:40.592]➜  EOF
2025-08-20T23:03:55.3137476Z [00:02:40.592]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b711/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn=>github.com/google/go-containerregistry@v0.20.6/pkg/authn;$WORK/b711=>" -p github.com/google/go-containerregistry/pkg/authn -lang=go1.24 -complete -installsuffix shared -buildid vI1X1Zsf_YVccaiSF5fC/vI1X1Zsf_YVccaiSF5fC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/anon.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/auth.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/authn.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/basic.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/bearer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/keychain.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/authn/multikeychain.go
2025-08-20T23:03:55.3388784Z [00:02:40.622]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T23:03:55.3535759Z [00:02:40.637]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/b7/b7a9a79f59c43656b1b41b2a51697f69f7bb4cf0409d1c0f785c20aa7db44dc1-d # internal
2025-08-20T23:03:55.3565525Z [00:02:40.637]➜  sigs.k8s.io/yaml
2025-08-20T23:03:55.3566096Z [00:02:40.637]➜  mkdir -p $WORK/b707/
2025-08-20T23:03:55.3566829Z [00:02:40.637]➜  cat >/tmp/go-build3700090427/b707/importcfg << 'EOF' # internal
2025-08-20T23:03:55.3567520Z [00:02:40.637]➜  # import config
2025-08-20T23:03:55.3568423Z [00:02:40.637]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:55.3569310Z [00:02:40.637]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:55.3570476Z [00:02:40.637]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:55.3571360Z [00:02:40.637]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.3572179Z [00:02:40.637]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.3573023Z [00:02:40.637]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:55.3574022Z [00:02:40.637]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build3700090427/b708/_pkg_.a
2025-08-20T23:03:55.3574955Z [00:02:40.637]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:55.3575781Z [00:02:40.637]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:55.3576712Z [00:02:40.637]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.3577721Z [00:02:40.637]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:55.3578603Z [00:02:40.637]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:55.3579668Z [00:02:40.637]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:55.3580356Z [00:02:40.637]➜  EOF
2025-08-20T23:03:55.3584046Z [00:02:40.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b707/_pkg_.a -trimpath "/root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0=>sigs.k8s.io/yaml@v1.4.0;$WORK/b707=>" -p sigs.k8s.io/yaml -lang=go1.12 -complete -installsuffix shared -buildid xkBxOHl0rZevuqkhh9B3/xkBxOHl0rZevuqkhh9B3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/fields.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/yaml.go /root/go/pkg/mod/sigs.k8s.io/yaml@v1.4.0/yaml_go110.go
2025-08-20T23:03:55.4112874Z [00:02:40.694]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T23:03:55.4145198Z [00:02:40.698]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/3a/3a8aa7b756c381de4b3f3dcad14fe6d599512f007e4c3a14c342b6382fcc90b1-d # internal
2025-08-20T23:03:55.4150190Z [00:02:40.698]➜  github.com/docker/docker/api/types/blkiodev
2025-08-20T23:03:55.4150953Z [00:02:40.698]➜  mkdir -p $WORK/b727/
2025-08-20T23:03:55.4155239Z [00:02:40.699]➜  cat >/tmp/go-build3700090427/b727/importcfg << 'EOF' # internal
2025-08-20T23:03:55.4156380Z [00:02:40.699]➜  # import config
2025-08-20T23:03:55.4158447Z [00:02:40.699]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.4159007Z [00:02:40.699]➜  EOF
2025-08-20T23:03:55.4163080Z [00:02:40.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/blkiodev=>github.com/docker/docker@v28.3.3+incompatible/api/types/blkiodev;$WORK/b727=>" -p github.com/docker/docker/api/types/blkiodev -lang=go1.16 -complete -installsuffix shared -buildid 2yMwfOCkb5Ug7_zkvsHl/2yMwfOCkb5Ug7_zkvsHl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/blkiodev/blkio.go
2025-08-20T23:03:55.4267124Z [00:02:40.710]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T23:03:55.4286276Z [00:02:40.711]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/39/39dae4013519927966c85521c667057a1b869d5a3619a6bf432132d9bb2e4863-d # internal
2025-08-20T23:03:55.4287774Z [00:02:40.712]➜  github.com/docker/docker/api/types/versions
2025-08-20T23:03:55.4288448Z [00:02:40.712]➜  mkdir -p $WORK/b730/
2025-08-20T23:03:55.4289112Z [00:02:40.712]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T23:03:55.4345656Z [00:02:40.718]➜  cat >/tmp/go-build3700090427/b730/importcfg << 'EOF' # internal
2025-08-20T23:03:55.4347338Z [00:02:40.718]➜  # import config
2025-08-20T23:03:55.4348389Z [00:02:40.718]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:55.4349870Z [00:02:40.718]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.4350760Z [00:02:40.718]➜  EOF
2025-08-20T23:03:55.4359307Z [00:02:40.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/versions=>github.com/docker/docker@v28.3.3+incompatible/api/types/versions;$WORK/b730=>" -p github.com/docker/docker/api/types/versions -lang=go1.16 -complete -installsuffix shared -buildid 3ldEt1U1E9mMUuVl_ron/3ldEt1U1E9mMUuVl_ron -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/versions/compare.go
2025-08-20T23:03:55.4364147Z [00:02:40.718]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/25/25a846357c2ba02dba71bc02fa3692629ffe347cf45199d626606a6c099105cf-d # internal
2025-08-20T23:03:55.4365372Z [00:02:40.719]➜  github.com/docker/docker/api/types/mount
2025-08-20T23:03:55.4366067Z [00:02:40.719]➜  mkdir -p $WORK/b731/
2025-08-20T23:03:55.4366860Z [00:02:40.719]➜  cat >/tmp/go-build3700090427/b731/importcfg << 'EOF' # internal
2025-08-20T23:03:55.4367876Z [00:02:40.719]➜  # import config
2025-08-20T23:03:55.4370520Z [00:02:40.719]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:55.4371174Z [00:02:40.719]➜  EOF
2025-08-20T23:03:55.4375338Z [00:02:40.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/mount=>github.com/docker/docker@v28.3.3+incompatible/api/types/mount;$WORK/b731=>" -p github.com/docker/docker/api/types/mount -lang=go1.16 -complete -installsuffix shared -buildid z8z5KhxzrmuYu9c-WpGf/z8z5KhxzrmuYu9c-WpGf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/mount/mount.go
2025-08-20T23:03:55.4632537Z [00:02:40.746]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T23:03:55.4637920Z [00:02:40.747]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/b3/b35625c0c3722c57fe919eb7b3918f346008c5fe03f7dce3c091ae8e28c070a5-d # internal
2025-08-20T23:03:55.4651661Z [00:02:40.748]➜  github.com/docker/docker/api/types/filters
2025-08-20T23:03:55.4652351Z [00:02:40.748]➜  mkdir -p $WORK/b729/
2025-08-20T23:03:55.4657678Z [00:02:40.749]➜  cat >/tmp/go-build3700090427/b729/importcfg << 'EOF' # internal
2025-08-20T23:03:55.4658433Z [00:02:40.749]➜  # import config
2025-08-20T23:03:55.4659157Z [00:02:40.749]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:55.4660176Z [00:02:40.749]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.4661293Z [00:02:40.749]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build3700090427/b730/_pkg_.a
2025-08-20T23:03:55.4662385Z [00:02:40.749]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:55.4663239Z [00:02:40.749]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.4663840Z [00:02:40.749]➜  EOF
2025-08-20T23:03:55.4669529Z [00:02:40.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b729/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/filters=>github.com/docker/docker@v28.3.3+incompatible/api/types/filters;$WORK/b729=>" -p github.com/docker/docker/api/types/filters -lang=go1.16 -complete -installsuffix shared -buildid O1t_tx9ZfWDbkvzpICeJ/O1t_tx9ZfWDbkvzpICeJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/filters/errors.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/filters/parse.go
2025-08-20T23:03:55.4703517Z [00:02:40.753]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T23:03:55.4716932Z [00:02:40.755]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/26/267c85c400609c5ebed318bdeb03265a78e1d2ae448ed0f5e69d5897265172fe-d # internal
2025-08-20T23:03:55.4721881Z [00:02:40.755]➜  github.com/docker/docker/internal/multierror
2025-08-20T23:03:55.4722581Z [00:02:40.755]➜  mkdir -p $WORK/b733/
2025-08-20T23:03:55.4723295Z [00:02:40.755]➜  cat >/tmp/go-build3700090427/b733/importcfg << 'EOF' # internal
2025-08-20T23:03:55.4723955Z [00:02:40.755]➜  # import config
2025-08-20T23:03:55.4724631Z [00:02:40.755]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.4725242Z [00:02:40.755]➜  EOF
2025-08-20T23:03:55.4729587Z [00:02:40.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/internal/multierror=>github.com/docker/docker@v28.3.3+incompatible/internal/multierror;$WORK/b733=>" -p github.com/docker/docker/internal/multierror -lang=go1.16 -complete -installsuffix shared -buildid fGT4EPlQVVkx9pjS9_EB/fGT4EPlQVVkx9pjS9_EB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/internal/multierror/multierror.go
2025-08-20T23:03:55.4913990Z [00:02:40.774]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T23:03:55.4921047Z [00:02:40.775]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/67/67f26e8f9bfa7022d6e372c95a8084decd6517d25ba0c5a45fb9596d28748868-d # internal
2025-08-20T23:03:55.4924064Z [00:02:40.775]➜  github.com/docker/docker/api/types/strslice
2025-08-20T23:03:55.4924684Z [00:02:40.776]➜  mkdir -p $WORK/b735/
2025-08-20T23:03:55.4930937Z [00:02:40.776]➜  cat >/tmp/go-build3700090427/b735/importcfg << 'EOF' # internal
2025-08-20T23:03:55.4936031Z [00:02:40.776]➜  # import config
2025-08-20T23:03:55.4937905Z [00:02:40.776]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:55.4938625Z [00:02:40.776]➜  EOF
2025-08-20T23:03:55.4943003Z [00:02:40.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/strslice=>github.com/docker/docker@v28.3.3+incompatible/api/types/strslice;$WORK/b735=>" -p github.com/docker/docker/api/types/strslice -lang=go1.16 -complete -installsuffix shared -buildid cmenEsrk5Det1muRrKwc/cmenEsrk5Det1muRrKwc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/strslice/strslice.go
2025-08-20T23:03:55.4958082Z [00:02:40.779]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T23:03:55.4982558Z [00:02:40.781]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/a4/a40822dec5386af6cbe9a8addc373ea73c9f5a45175320a352c9e785f54385ab-d # internal
2025-08-20T23:03:55.5010894Z [00:02:40.784]➜  github.com/trufflesecurity/trufflehog/v3/pkg/protoyaml
2025-08-20T23:03:55.5013041Z [00:02:40.784]➜  mkdir -p $WORK/b706/
2025-08-20T23:03:55.5014934Z [00:02:40.785]➜  cat >/tmp/go-build3700090427/b706/importcfg << 'EOF' # internal
2025-08-20T23:03:55.5017218Z [00:02:40.785]➜  # import config
2025-08-20T23:03:55.5018889Z [00:02:40.785]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:03:55.5020713Z [00:02:40.785]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:03:55.5022276Z [00:02:40.785]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3700090427/b707/_pkg_.a
2025-08-20T23:03:55.5023632Z [00:02:40.785]➜  EOF
2025-08-20T23:03:55.5028203Z [00:02:40.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b706/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/protoyaml=>github.com/trufflesecurity/trufflehog/v3/pkg/protoyaml;$WORK/b706=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/protoyaml -lang=go1.24 -complete -installsuffix shared -buildid wii8DTE8r9hHIZ1eCbAr/wii8DTE8r9hHIZ1eCbAr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack ./pkg/protoyaml/protoyaml.go
2025-08-20T23:03:55.5262816Z [00:02:40.809]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T23:03:55.5292528Z [00:02:40.810]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/1a/1ad3ad0ae16039d409456c5be4757ec244c3031b654fa8d051d783c372e2c85f-d # internal
2025-08-20T23:03:55.5297190Z [00:02:40.810]➜  github.com/docker/go-connections/nat
2025-08-20T23:03:55.5297840Z [00:02:40.810]➜  mkdir -p $WORK/b736/
2025-08-20T23:03:55.5298615Z [00:02:40.811]➜  cat >/tmp/go-build3700090427/b736/importcfg << 'EOF' # internal
2025-08-20T23:03:55.5299543Z [00:02:40.811]➜  # import config
2025-08-20T23:03:55.5300249Z [00:02:40.811]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.5301061Z [00:02:40.811]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:55.5301887Z [00:02:40.811]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:55.5302727Z [00:02:40.811]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:55.5303571Z [00:02:40.811]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.5304210Z [00:02:40.811]➜  EOF
2025-08-20T23:03:55.5308789Z [00:02:40.811]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat=>github.com/docker/go-connections@v0.5.0/nat;$WORK/b736=>" -p github.com/docker/go-connections/nat -lang=go1.18 -complete -installsuffix shared -buildid MTBOC2m1cbDSWxPpiaUr/MTBOC2m1cbDSWxPpiaUr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat/nat.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat/parse.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/nat/sort.go
2025-08-20T23:03:55.5327480Z [00:02:40.816]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T23:03:55.5343808Z [00:02:40.818]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/e5/e5703f6702d19fb453c630de7b3e874b55d80c295f3d3e35b15e0ecea14d4f23-d # internal
2025-08-20T23:03:55.5345990Z [00:02:40.818]➜  github.com/docker/docker/api/types/network
2025-08-20T23:03:55.5347125Z [00:02:40.818]➜  mkdir -p $WORK/b732/
2025-08-20T23:03:55.5350484Z [00:02:40.818]➜  cat >/tmp/go-build3700090427/b732/importcfg << 'EOF' # internal
2025-08-20T23:03:55.5351647Z [00:02:40.818]➜  # import config
2025-08-20T23:03:55.5352485Z [00:02:40.818]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.5355450Z [00:02:40.818]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.5356518Z [00:02:40.818]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3700090427/b729/_pkg_.a
2025-08-20T23:03:55.5357830Z [00:02:40.818]➜  packagefile github.com/docker/docker/internal/multierror=/tmp/go-build3700090427/b733/_pkg_.a
2025-08-20T23:03:55.5358860Z [00:02:40.818]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:55.5359889Z [00:02:40.818]➜  packagefile net/netip=/tmp/go-build3700090427/b088/_pkg_.a
2025-08-20T23:03:55.5360709Z [00:02:40.818]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.5361296Z [00:02:40.818]➜  EOF
2025-08-20T23:03:55.5367527Z [00:02:40.818]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/network=>github.com/docker/docker@v28.3.3+incompatible/api/types/network;$WORK/b732=>" -p github.com/docker/docker/api/types/network -lang=go1.16 -complete -installsuffix shared -buildid -MGXW6CnmU7epzjhmUZp/-MGXW6CnmU7epzjhmUZp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/network/create_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/network/endpoint.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/network/ipam.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/network/network.go
2025-08-20T23:03:55.5384666Z [00:02:40.822]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T23:03:55.5397644Z [00:02:40.823]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/1f/1f93248f054f16169dfbfb47ce82172649965824730f838e6790290bf30593d9-d # internal
2025-08-20T23:03:55.5400024Z [00:02:40.823]➜  github.com/docker/go-units
2025-08-20T23:03:55.5400508Z [00:02:40.823]➜  mkdir -p $WORK/b737/
2025-08-20T23:03:55.5401246Z [00:02:40.823]➜  cat >/tmp/go-build3700090427/b737/importcfg << 'EOF' # internal
2025-08-20T23:03:55.5408099Z [00:02:40.823]➜  # import config
2025-08-20T23:03:55.5408753Z [00:02:40.823]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.5409730Z [00:02:40.823]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:55.5410589Z [00:02:40.823]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.5411414Z [00:02:40.823]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.5412054Z [00:02:40.823]➜  EOF
2025-08-20T23:03:55.5416119Z [00:02:40.823]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-units@v0.5.0=>github.com/docker/go-units@v0.5.0;$WORK/b737=>" -p github.com/docker/go-units -lang=go1.16 -complete -installsuffix shared -buildid GtF0cTtii7k-DWA4RPwB/GtF0cTtii7k-DWA4RPwB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/duration.go /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/size.go /root/go/pkg/mod/github.com/docker/go-units@v0.5.0/ulimit.go
2025-08-20T23:03:55.5802743Z [00:02:40.863]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T23:03:55.5809910Z [00:02:40.864]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/be/be31964603923c6127fb9a38e46c67da8cdf6c8b4c011116ad62149c4d8c4759-d # internal
2025-08-20T23:03:55.5812124Z [00:02:40.864]➜  github.com/opencontainers/image-spec/specs-go
2025-08-20T23:03:55.5813187Z [00:02:40.864]➜  mkdir -p $WORK/b740/
2025-08-20T23:03:55.5815233Z [00:02:40.865]➜  cat >/tmp/go-build3700090427/b740/importcfg << 'EOF' # internal
2025-08-20T23:03:55.5815943Z [00:02:40.865]➜  # import config
2025-08-20T23:03:55.5816792Z [00:02:40.865]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.5817383Z [00:02:40.865]➜  EOF
2025-08-20T23:03:55.5837005Z [00:02:40.866]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go=>github.com/opencontainers/image-spec@v1.1.1/specs-go;$WORK/b740=>" -p github.com/opencontainers/image-spec/specs-go -lang=go1.18 -complete -installsuffix shared -buildid r6JTSqteKxTceUEyctbj/r6JTSqteKxTceUEyctbj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/version.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/versioned.go
2025-08-20T23:03:55.5857580Z [00:02:40.869]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T23:03:55.5860144Z [00:02:40.869]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T23:03:55.5869841Z [00:02:40.870]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/50/5092e3e61733e6b18e5a59366c9f18b82b744cf9be9d9bc3d340f2a01122408f-d # internal
2025-08-20T23:03:55.5872466Z [00:02:40.870]➜  github.com/containerd/errdefs
2025-08-20T23:03:55.5873264Z [00:02:40.870]➜  mkdir -p $WORK/b742/
2025-08-20T23:03:55.5879110Z [00:02:40.871]➜  cat >/tmp/go-build3700090427/b742/importcfg << 'EOF' # internal
2025-08-20T23:03:55.5879993Z [00:02:40.871]➜  # import config
2025-08-20T23:03:55.5880680Z [00:02:40.871]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:55.5881506Z [00:02:40.871]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.5882100Z [00:02:40.871]➜  EOF
2025-08-20T23:03:55.5890223Z [00:02:40.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b742/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/errdefs@v1.0.0=>github.com/containerd/errdefs@v1.0.0;$WORK/b742=>" -p github.com/containerd/errdefs -lang=go1.20 -complete -installsuffix shared -buildid zRKT3SNnmwSbS8kiekzn/zRKT3SNnmwSbS8kiekzn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /root/go/pkg/mod/github.com/containerd/errdefs@v1.0.0/errors.go /root/go/pkg/mod/github.com/containerd/errdefs@v1.0.0/resolve.go
2025-08-20T23:03:55.5922841Z [00:02:40.875]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T23:03:55.5933971Z [00:02:40.877]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/df/df5ff4ed92f4b88d0f5315af012ce94ce8e2d1acf966f3b429e0a8354fc8b80f-d # internal
2025-08-20T23:03:55.5946030Z [00:02:40.878]➜  github.com/opencontainers/image-spec/specs-go/v1
2025-08-20T23:03:55.5948950Z [00:02:40.878]➜  mkdir -p $WORK/b739/
2025-08-20T23:03:55.5949764Z [00:02:40.878]➜  cat >/tmp/go-build3700090427/b739/importcfg << 'EOF' # internal
2025-08-20T23:03:55.5950451Z [00:02:40.878]➜  # import config
2025-08-20T23:03:55.5951322Z [00:02:40.878]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3700090427/b720/_pkg_.a
2025-08-20T23:03:55.5952609Z [00:02:40.878]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build3700090427/b740/_pkg_.a
2025-08-20T23:03:55.5953672Z [00:02:40.878]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.5954284Z [00:02:40.878]➜  EOF
2025-08-20T23:03:55.5963125Z [00:02:40.878]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b739/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1=>github.com/opencontainers/image-spec@v1.1.1/specs-go/v1;$WORK/b739=>" -p github.com/opencontainers/image-spec/specs-go/v1 -lang=go1.18 -complete -installsuffix shared -buildid CRuk8qf-mQ6J3YS80hUw/CRuk8qf-mQ6J3YS80hUw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/annotations.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/config.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/descriptor.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/index.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/layout.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/manifest.go /root/go/pkg/mod/github.com/opencontainers/image-spec@v1.1.1/specs-go/v1/mediatype.go
2025-08-20T23:03:55.6001721Z [00:02:40.882]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/4e/4e7c4a398028facc4f76ac3256b25bc033d3f3abd3a317a9bd59ac89754b1d1b-d # internal
2025-08-20T23:03:55.6004019Z [00:02:40.882]➜  github.com/tetratelabs/wazero
2025-08-20T23:03:55.6004587Z [00:02:40.882]➜  mkdir -p $WORK/b646/
2025-08-20T23:03:55.6005301Z [00:02:40.883]➜  cat >/tmp/go-build3700090427/b646/importcfg << 'EOF' # internal
2025-08-20T23:03:55.6005964Z [00:02:40.883]➜  # import config
2025-08-20T23:03:55.6006639Z [00:02:40.883]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:55.6007497Z [00:02:40.883]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.6008319Z [00:02:40.883]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.6009311Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:03:55.6010868Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3700090427/b649/_pkg_.a
2025-08-20T23:03:55.6012224Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3700090427/b651/_pkg_.a
2025-08-20T23:03:55.6013701Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/engine/interpreter=/tmp/go-build3700090427/b653/_pkg_.a
2025-08-20T23:03:55.6015154Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo=/tmp/go-build3700090427/b668/_pkg_.a
2025-08-20T23:03:55.6016808Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3700090427/b650/_pkg_.a
2025-08-20T23:03:55.6018206Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build3700090427/b654/_pkg_.a
2025-08-20T23:03:55.6019689Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3700090427/b648/_pkg_.a
2025-08-20T23:03:55.6021009Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3700090427/b662/_pkg_.a
2025-08-20T23:03:55.6022270Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build3700090427/b663/_pkg_.a
2025-08-20T23:03:55.6023548Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build3700090427/b659/_pkg_.a
2025-08-20T23:03:55.6024842Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build3700090427/b664/_pkg_.a
2025-08-20T23:03:55.6026078Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build3700090427/b677/_pkg_.a
2025-08-20T23:03:55.6027227Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3700090427/b657/_pkg_.a
2025-08-20T23:03:55.6028494Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/internal/wasm/binary=/tmp/go-build3700090427/b678/_pkg_.a
2025-08-20T23:03:55.6029939Z [00:02:40.883]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3700090427/b652/_pkg_.a
2025-08-20T23:03:55.6030912Z [00:02:40.883]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.6031737Z [00:02:40.883]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:55.6032581Z [00:02:40.883]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:55.6033394Z [00:02:40.883]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:55.6035332Z [00:02:40.883]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:55.6036074Z [00:02:40.883]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:55.6036889Z [00:02:40.883]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:55.6037935Z [00:02:40.883]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:55.6038683Z [00:02:40.883]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:55.6039585Z [00:02:40.883]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:55.6040450Z [00:02:40.883]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.6041042Z [00:02:40.883]➜  EOF
2025-08-20T23:03:55.6046120Z [00:02:40.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b646/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tetratelabs/wazero@v1.9.0=>github.com/tetratelabs/wazero@v1.9.0;$WORK/b646=>" -p github.com/tetratelabs/wazero -lang=go1.22 -complete -installsuffix shared -buildid BosoHaojiAEsZNBuvHQ6/BosoHaojiAEsZNBuvHQ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/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-20T23:03:55.6053136Z [00:02:40.887]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T23:03:55.6054480Z [00:02:40.888]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/97/97a71ef91d2016bd91f462b7de35a05525db86ab16d024c563fd6d5ab0718c97-d # internal
2025-08-20T23:03:55.6056819Z [00:02:40.888]➜  github.com/containerd/errdefs/pkg/internal/cause
2025-08-20T23:03:55.6057538Z [00:02:40.888]➜  mkdir -p $WORK/b744/
2025-08-20T23:03:55.6059476Z [00:02:40.889]➜  cat >/tmp/go-build3700090427/b744/importcfg << 'EOF' # internal
2025-08-20T23:03:55.6060207Z [00:02:40.889]➜  # import config
2025-08-20T23:03:55.6060857Z [00:02:40.889]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.6061670Z [00:02:40.889]➜  EOF
2025-08-20T23:03:55.6065711Z [00:02:40.889]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b744/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/internal/cause=>github.com/containerd/errdefs/pkg@v0.3.0/internal/cause;$WORK/b744=>" -p github.com/containerd/errdefs/pkg/internal/cause -lang=go1.22 -complete -installsuffix shared -buildid HuV_QJBIPIkFFuLP4v4T/HuV_QJBIPIkFFuLP4v4T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack /root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/internal/cause/cause.go
2025-08-20T23:03:55.6145587Z [00:02:40.898]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T23:03:55.6157946Z [00:02:40.899]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/ab/ab7f3ae386d0e120c83f01eab6d6ac415ce218df22cc6fe6c20422843ac71c27-d # internal
2025-08-20T23:03:55.6160716Z [00:02:40.899]➜  github.com/moby/docker-image-spec/specs-go/v1
2025-08-20T23:03:55.6161378Z [00:02:40.899]➜  mkdir -p $WORK/b738/
2025-08-20T23:03:55.6169852Z [00:02:40.900]➜  cat >/tmp/go-build3700090427/b738/importcfg << 'EOF' # internal
2025-08-20T23:03:55.6170547Z [00:02:40.900]➜  # import config
2025-08-20T23:03:55.6171541Z [00:02:40.900]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3700090427/b739/_pkg_.a
2025-08-20T23:03:55.6172727Z [00:02:40.900]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.6173441Z [00:02:40.900]➜  EOF
2025-08-20T23:03:55.6177015Z [00:02:40.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b738/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/moby/docker-image-spec@v1.3.1/specs-go/v1=>github.com/moby/docker-image-spec@v1.3.1/specs-go/v1;$WORK/b738=>" -p github.com/moby/docker-image-spec/specs-go/v1 -lang=go1.18 -complete -installsuffix shared -buildid 6qfyFhej8efegtUBriou/6qfyFhej8efegtUBriou -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /root/go/pkg/mod/github.com/moby/docker-image-spec@v1.3.1/specs-go/v1/image.go
2025-08-20T23:03:55.6202090Z [00:02:40.903]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T23:03:55.6203573Z [00:02:40.904]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/16/1642090b5f328d2b1cde9bd41d290f4a21393be23b66068585eb2ec0c11e10ba-d # internal
2025-08-20T23:03:55.6211192Z [00:02:40.904]➜  github.com/distribution/reference
2025-08-20T23:03:55.6211799Z [00:02:40.904]➜  mkdir -p $WORK/b745/
2025-08-20T23:03:55.6217961Z [00:02:40.905]➜  cat >/tmp/go-build3700090427/b745/importcfg << 'EOF' # internal
2025-08-20T23:03:55.6218668Z [00:02:40.905]➜  # import config
2025-08-20T23:03:55.6219560Z [00:02:40.905]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.6220445Z [00:02:40.905]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.6221456Z [00:02:40.905]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3700090427/b720/_pkg_.a
2025-08-20T23:03:55.6222429Z [00:02:40.905]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:55.6223259Z [00:02:40.905]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:55.6224086Z [00:02:40.905]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:55.6225024Z [00:02:40.905]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.6225835Z [00:02:40.905]➜  EOF
2025-08-20T23:03:55.6231709Z [00:02:40.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b745/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/distribution/reference@v0.6.0=>github.com/distribution/reference@v0.6.0;$WORK/b745=>" -p github.com/distribution/reference -lang=go1.20 -complete -installsuffix shared -buildid Dsp_RQ-zEXo9ziCoS84Y/Dsp_RQ-zEXo9ziCoS84Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack /root/go/pkg/mod/github.com/distribution/reference@v0.6.0/helpers.go /root/go/pkg/mod/github.com/distribution/reference@v0.6.0/normalize.go /root/go/pkg/mod/github.com/distribution/reference@v0.6.0/reference.go /root/go/pkg/mod/github.com/distribution/reference@v0.6.0/regexp.go /root/go/pkg/mod/github.com/distribution/reference@v0.6.0/sort.go
2025-08-20T23:03:55.6304590Z [00:02:40.914]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T23:03:55.6324299Z [00:02:40.916]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/55/5578e7f3355f418e114c4d813c1a2ebde72da797049c9c501f4896aa817302d0-d # internal
2025-08-20T23:03:55.6349815Z [00:02:40.918]➜  github.com/docker/docker/api/types/container
2025-08-20T23:03:55.6372379Z [00:02:40.920]➜  mkdir -p $WORK/b726/
2025-08-20T23:03:55.6381063Z [00:02:40.921]➜  cat >/tmp/go-build3700090427/b726/importcfg << 'EOF' # internal
2025-08-20T23:03:55.6381754Z [00:02:40.921]➜  # import config
2025-08-20T23:03:55.6382426Z [00:02:40.921]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.6383198Z [00:02:40.921]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.6384287Z [00:02:40.921]➜  packagefile github.com/docker/docker/api/types/blkiodev=/tmp/go-build3700090427/b727/_pkg_.a
2025-08-20T23:03:55.6385654Z [00:02:40.921]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build3700090427/b728/_pkg_.a
2025-08-20T23:03:55.6387067Z [00:02:40.921]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3700090427/b729/_pkg_.a
2025-08-20T23:03:55.6388394Z [00:02:40.921]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build3700090427/b731/_pkg_.a
2025-08-20T23:03:55.6389882Z [00:02:40.921]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build3700090427/b732/_pkg_.a
2025-08-20T23:03:55.6391275Z [00:02:40.921]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build3700090427/b734/_pkg_.a
2025-08-20T23:03:55.6392646Z [00:02:40.921]➜  packagefile github.com/docker/docker/api/types/strslice=/tmp/go-build3700090427/b735/_pkg_.a
2025-08-20T23:03:55.6393946Z [00:02:40.921]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build3700090427/b736/_pkg_.a
2025-08-20T23:03:55.6395121Z [00:02:40.921]➜  packagefile github.com/docker/go-units=/tmp/go-build3700090427/b737/_pkg_.a
2025-08-20T23:03:55.6396616Z [00:02:40.921]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build3700090427/b738/_pkg_.a
2025-08-20T23:03:55.6398032Z [00:02:40.921]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3700090427/b739/_pkg_.a
2025-08-20T23:03:55.6399149Z [00:02:40.921]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.6400105Z [00:02:40.921]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:55.6400922Z [00:02:40.921]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.6401753Z [00:02:40.921]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.6402386Z [00:02:40.921]➜  EOF
2025-08-20T23:03:55.6437128Z [00:02:40.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b726/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container=>github.com/docker/docker@v28.3.3+incompatible/api/types/container;$WORK/b726=>" -p github.com/docker/docker/api/types/container -lang=go1.16 -complete -installsuffix shared -buildid F8GIe1GKsixSiYnolSMP/F8GIe1GKsixSiYnolSMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/change_type.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/change_types.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/commit.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/config.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/container.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/create_request.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/create_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/errors.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/exec.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/filesystem_change.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/health.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/hostconfig.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/hostconfig_unix.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/network_settings.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/port.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/state.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/stats.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/top_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/update_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/wait_exit_error.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/wait_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/container/waitcondition.go
2025-08-20T23:03:55.6766309Z [00:02:40.960]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T23:03:55.6820329Z [00:02:40.965]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/c1/c1b8af7a3d56b62d4655b1abaecaded770f53bb3f4f247a9d80843573046418b-d # internal
2025-08-20T23:03:55.6825097Z [00:02:40.966]➜  github.com/containerd/errdefs/pkg/errhttp
2025-08-20T23:03:55.6828179Z [00:02:40.966]➜  mkdir -p $WORK/b743/
2025-08-20T23:03:55.6839586Z [00:02:40.967]➜  cat >/tmp/go-build3700090427/b743/importcfg << 'EOF' # internal
2025-08-20T23:03:55.6842838Z [00:02:40.967]➜  # import config
2025-08-20T23:03:55.6843485Z [00:02:40.967]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.6844478Z [00:02:40.967]➜  packagefile github.com/containerd/errdefs=/tmp/go-build3700090427/b742/_pkg_.a
2025-08-20T23:03:55.6845755Z [00:02:40.967]➜  packagefile github.com/containerd/errdefs/pkg/internal/cause=/tmp/go-build3700090427/b744/_pkg_.a
2025-08-20T23:03:55.6846844Z [00:02:40.967]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:55.6847453Z [00:02:40.967]➜  EOF
2025-08-20T23:03:55.6857286Z [00:02:40.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b743/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/errhttp=>github.com/containerd/errdefs/pkg@v0.3.0/errhttp;$WORK/b743=>" -p github.com/containerd/errdefs/pkg/errhttp -lang=go1.22 -complete -installsuffix shared -buildid jCPBdC65H8iufcApUbP3/jCPBdC65H8iufcApUbP3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /root/go/pkg/mod/github.com/containerd/errdefs/pkg@v0.3.0/errhttp/http.go
2025-08-20T23:03:55.7268134Z [00:02:41.009]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T23:03:55.7274326Z [00:02:41.010]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T23:03:55.7286707Z [00:02:41.011]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/5e/5eb8400d28681f47739eeec3af2c916d20d4e342a6e9d9a047053e6f9ee5c592-d # internal
2025-08-20T23:03:55.7287959Z [00:02:41.011]➜  github.com/docker/docker/api/types/registry
2025-08-20T23:03:55.7288603Z [00:02:41.011]➜  mkdir -p $WORK/b749/
2025-08-20T23:03:55.7289545Z [00:02:41.012]➜  cat >/tmp/go-build3700090427/b749/importcfg << 'EOF' # internal
2025-08-20T23:03:55.7300213Z [00:02:41.012]➜  # import config
2025-08-20T23:03:55.7301101Z [00:02:41.012]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:55.7303591Z [00:02:41.012]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:55.7304635Z [00:02:41.012]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:55.7305493Z [00:02:41.012]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.7306690Z [00:02:41.012]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3700090427/b729/_pkg_.a
2025-08-20T23:03:55.7308013Z [00:02:41.012]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3700090427/b739/_pkg_.a
2025-08-20T23:03:55.7309127Z [00:02:41.012]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.7310097Z [00:02:41.012]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:55.7310915Z [00:02:41.012]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.7311543Z [00:02:41.012]➜  EOF
2025-08-20T23:03:55.7317881Z [00:02:41.012]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b749/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/registry=>github.com/docker/docker@v28.3.3+incompatible/api/types/registry;$WORK/b749=>" -p github.com/docker/docker/api/types/registry -lang=go1.16 -complete -installsuffix shared -buildid TdloRbZUoSki78gyopf0/TdloRbZUoSki78gyopf0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/registry/authconfig.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/registry/authenticate.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/registry/registry.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/registry/search.go
2025-08-20T23:03:55.7325216Z [00:02:41.016]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/14/14ece4d4a6efb78cd8e479b96e4bbf3a22d1282d594b4e4e8a522ec07bfdb39e-d # internal
2025-08-20T23:03:55.7330960Z [00:02:41.016]➜  github.com/gogo/protobuf/proto
2025-08-20T23:03:55.7331826Z [00:02:41.016]➜  mkdir -p $WORK/b752/
2025-08-20T23:03:55.7350337Z [00:02:41.016]➜  cat >/tmp/go-build3700090427/b752/importcfg << 'EOF' # internal
2025-08-20T23:03:55.7351215Z [00:02:41.016]➜  # import config
2025-08-20T23:03:55.7352022Z [00:02:41.016]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:55.7353119Z [00:02:41.016]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:55.7354093Z [00:02:41.016]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:55.7355139Z [00:02:41.016]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:55.7356168Z [00:02:41.016]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.7357056Z [00:02:41.016]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.7358082Z [00:02:41.016]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.7359016Z [00:02:41.016]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:55.7360152Z [00:02:41.016]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:55.7362035Z [00:02:41.016]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:55.7362973Z [00:02:41.016]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:55.7363815Z [00:02:41.016]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:55.7364635Z [00:02:41.016]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.7365428Z [00:02:41.016]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:55.7366277Z [00:02:41.016]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:55.7367202Z [00:02:41.016]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.7368022Z [00:02:41.016]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:55.7368805Z [00:02:41.016]➜  EOF
2025-08-20T23:03:55.7387997Z [00:02:41.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b752/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto=>github.com/gogo/protobuf@v1.3.2/proto;$WORK/b752=>" -p github.com/gogo/protobuf/proto -lang=go1.15 -complete -installsuffix shared -buildid x9QMrwawXCsEZ2--41vA/x9QMrwawXCsEZ2--41vA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/clone.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/custom_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/decode.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/deprecated.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/discard.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/duration.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/duration_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/encode.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/encode_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/equal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/extensions.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/extensions_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/lib.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/lib_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/message_set.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/pointer_unsafe.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/pointer_unsafe_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/properties.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/properties_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/skip_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_marshal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_marshal_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_merge.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_unmarshal.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/table_unmarshal_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/text_parser.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/timestamp.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/timestamp_gogo.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/wrappers.go /root/go/pkg/mod/github.com/gogo/protobuf@v1.3.2/proto/wrappers_gogo.go
2025-08-20T23:03:55.7642745Z [00:02:41.047]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T23:03:55.7693249Z [00:02:41.053]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T23:03:55.7713316Z [00:02:41.055]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/fd/fdcd7070e6e9af3e13b7b67b4d230a24f763f15cebbcdcd92f57f59ab2699984-d # internal
2025-08-20T23:03:55.7719244Z [00:02:41.055]➜  github.com/docker/docker/api/types/image
2025-08-20T23:03:55.7720014Z [00:02:41.055]➜  mkdir -p $WORK/b725/
2025-08-20T23:03:55.7721240Z [00:02:41.055]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/23/2337b677f438fede1de9f29e31cf77a8efb92e9bb21ad0f998df244d6e85ee2d-d # internal
2025-08-20T23:03:55.7734428Z [00:02:41.055]➜  github.com/docker/docker/api/types/build
2025-08-20T23:03:55.7735121Z [00:02:41.055]➜  mkdir -p $WORK/b748/
2025-08-20T23:03:55.7735909Z [00:02:41.056]➜  cat >/tmp/go-build3700090427/b748/importcfg << 'EOF' # internal
2025-08-20T23:03:55.7740073Z [00:02:41.056]➜  # import config
2025-08-20T23:03:55.7741103Z [00:02:41.056]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3700090427/b726/_pkg_.a
2025-08-20T23:03:55.7742491Z [00:02:41.056]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3700090427/b729/_pkg_.a
2025-08-20T23:03:55.7744155Z [00:02:41.056]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build3700090427/b749/_pkg_.a
2025-08-20T23:03:55.7745269Z [00:02:41.056]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.7746129Z [00:02:41.056]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.7746775Z [00:02:41.056]➜  EOF
2025-08-20T23:03:55.7752377Z [00:02:41.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b748/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/build=>github.com/docker/docker@v28.3.3+incompatible/api/types/build;$WORK/b748=>" -p github.com/docker/docker/api/types/build -lang=go1.16 -complete -installsuffix shared -buildid yYrRsx1G29yCsbFlXq8S/yYrRsx1G29yCsbFlXq8S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b748/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/build/build.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/build/cache.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/build/disk_usage.go
2025-08-20T23:03:55.7757462Z [00:02:41.057]➜  cat >/tmp/go-build3700090427/b725/importcfg << 'EOF' # internal
2025-08-20T23:03:55.7758206Z [00:02:41.057]➜  # import config
2025-08-20T23:03:55.7758911Z [00:02:41.057]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:55.7760247Z [00:02:41.057]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3700090427/b726/_pkg_.a
2025-08-20T23:03:55.7761620Z [00:02:41.057]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3700090427/b729/_pkg_.a
2025-08-20T23:03:55.7762950Z [00:02:41.057]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build3700090427/b734/_pkg_.a
2025-08-20T23:03:55.7764306Z [00:02:41.057]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build3700090427/b738/_pkg_.a
2025-08-20T23:03:55.7765606Z [00:02:41.057]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3700090427/b720/_pkg_.a
2025-08-20T23:03:55.7766975Z [00:02:41.057]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3700090427/b739/_pkg_.a
2025-08-20T23:03:55.7768333Z [00:02:41.057]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.7769152Z [00:02:41.057]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.7780305Z [00:02:41.057]➜  EOF
2025-08-20T23:03:55.7789157Z [00:02:41.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b725/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image=>github.com/docker/docker@v28.3.3+incompatible/api/types/image;$WORK/b725=>" -p github.com/docker/docker/api/types/image -lang=go1.16 -complete -installsuffix shared -buildid 3WR1-eFa8rjYYp3GmMV3/3WR1-eFa8rjYYp3GmMV3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/delete_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/image.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/image_history.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/image_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/manifest.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/image/summary.go
2025-08-20T23:03:55.7963392Z [00:02:41.078]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T23:03:55.7966370Z [00:02:41.079]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/bc/bc20437c33f74b180149906e1a93fe3e6e30e6782366e4687810d2a6b9a9399a-d # internal
2025-08-20T23:03:55.7972379Z [00:02:41.080]➜  github.com/docker/docker/api/types/events
2025-08-20T23:03:55.7973069Z [00:02:41.080]➜  mkdir -p $WORK/b755/
2025-08-20T23:03:55.7974146Z [00:02:41.080]➜  cat >/tmp/go-build3700090427/b755/importcfg << 'EOF' # internal
2025-08-20T23:03:55.7974864Z [00:02:41.080]➜  # import config
2025-08-20T23:03:55.7975811Z [00:02:41.080]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3700090427/b729/_pkg_.a
2025-08-20T23:03:55.7976699Z [00:02:41.080]➜  EOF
2025-08-20T23:03:55.7981098Z [00:02:41.080]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b755/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/events=>github.com/docker/docker@v28.3.3+incompatible/api/types/events;$WORK/b755=>" -p github.com/docker/docker/api/types/events -lang=go1.16 -complete -installsuffix shared -buildid 9CqcDBbUeadxh9rEe3Aq/9CqcDBbUeadxh9rEe3Aq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/events/events.go
2025-08-20T23:03:55.8029521Z [00:02:41.086]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T23:03:55.8046438Z [00:02:41.088]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/2f/2f2144cd27323beeba56f5d5d071098981b434dc31fe682506d486a287f94902-d # internal
2025-08-20T23:03:55.8052239Z [00:02:41.088]➜  github.com/docker/docker/api/types/time
2025-08-20T23:03:55.8052880Z [00:02:41.088]➜  mkdir -p $WORK/b757/
2025-08-20T23:03:55.8059020Z [00:02:41.089]➜  cat >/tmp/go-build3700090427/b757/importcfg << 'EOF' # internal
2025-08-20T23:03:55.8065433Z [00:02:41.089]➜  # import config
2025-08-20T23:03:55.8066097Z [00:02:41.089]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.8066905Z [00:02:41.089]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:55.8067718Z [00:02:41.089]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:55.8068529Z [00:02:41.089]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.8069308Z [00:02:41.089]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.8070270Z [00:02:41.089]➜  EOF
2025-08-20T23:03:55.8074142Z [00:02:41.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b757/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/time=>github.com/docker/docker@v28.3.3+incompatible/api/types/time;$WORK/b757=>" -p github.com/docker/docker/api/types/time -lang=go1.16 -complete -installsuffix shared -buildid n_DGhn2Wzjs14UIRs5Ei/n_DGhn2Wzjs14UIRs5Ei -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/time/timestamp.go
2025-08-20T23:03:55.8100125Z [00:02:41.093]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T23:03:55.8112665Z [00:02:41.094]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/04/04b30dbc610d08371644f3004b62956ef70ee88efbfb16e9c7679fab36f70619-d # internal
2025-08-20T23:03:55.8115106Z [00:02:41.095]➜  github.com/docker/docker/internal/lazyregexp
2025-08-20T23:03:55.8116105Z [00:02:41.095]➜  mkdir -p $WORK/b758/
2025-08-20T23:03:55.8160758Z [00:02:41.095]➜  cat >/tmp/go-build3700090427/b758/importcfg << 'EOF' # internal
2025-08-20T23:03:55.8161845Z [00:02:41.095]➜  # import config
2025-08-20T23:03:55.8162632Z [00:02:41.095]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:55.8163414Z [00:02:41.095]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:55.8164239Z [00:02:41.095]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.8165076Z [00:02:41.095]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:55.8165679Z [00:02:41.095]➜  EOF
2025-08-20T23:03:55.8170381Z [00:02:41.095]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b758/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/internal/lazyregexp=>github.com/docker/docker@v28.3.3+incompatible/internal/lazyregexp;$WORK/b758=>" -p github.com/docker/docker/internal/lazyregexp -lang=go1.16 -complete -installsuffix shared -buildid -HB6jv-Irw5ygfigU-RB/-HB6jv-Irw5ygfigU-RB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/internal/lazyregexp/lazyregexp.go
2025-08-20T23:03:55.8330983Z [00:02:41.116]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T23:03:55.8337517Z [00:02:41.117]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/b1/b1ca87af2dd860ce27880cb4aa1be97493307b6ffc613059da9b1e7d37d012d5-d # internal
2025-08-20T23:03:55.8346572Z [00:02:41.117]➜  github.com/docker/go-connections/sockets
2025-08-20T23:03:55.8347250Z [00:02:41.117]➜  mkdir -p $WORK/b759/
2025-08-20T23:03:55.8348012Z [00:02:41.117]➜  cat >/tmp/go-build3700090427/b759/importcfg << 'EOF' # internal
2025-08-20T23:03:55.8348694Z [00:02:41.118]➜  # import config
2025-08-20T23:03:55.8349529Z [00:02:41.118]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:55.8350443Z [00:02:41.118]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:55.8351366Z [00:02:41.118]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.8352196Z [00:02:41.118]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.8353275Z [00:02:41.118]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:55.8354119Z [00:02:41.118]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:55.8354980Z [00:02:41.118]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:55.8355837Z [00:02:41.118]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.8356665Z [00:02:41.118]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:55.8357494Z [00:02:41.118]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:55.8358346Z [00:02:41.118]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.8358967Z [00:02:41.118]➜  EOF
2025-08-20T23:03:55.8366086Z [00:02:41.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b759/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets=>github.com/docker/go-connections@v0.5.0/sockets;$WORK/b759=>" -p github.com/docker/go-connections/sockets -lang=go1.18 -complete -installsuffix shared -buildid FpK8rBi2CurAPoSo4b1g/FpK8rBi2CurAPoSo4b1g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/inmem_socket.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/proxy.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/sockets.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/sockets_unix.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/tcp_socket.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/sockets/unix_socket.go
2025-08-20T23:03:55.8385051Z [00:02:41.122]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T23:03:55.8396058Z [00:02:41.123]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/ff/ff4ccb44251c25b5c37373c1ad0ae6aaf628d155c388640ca03bf4ec240d1799-d # internal
2025-08-20T23:03:55.8398737Z [00:02:41.123]➜  github.com/docker/go-connections/tlsconfig
2025-08-20T23:03:55.8399545Z [00:02:41.123]➜  mkdir -p $WORK/b760/
2025-08-20T23:03:55.8408100Z [00:02:41.124]➜  cat >/tmp/go-build3700090427/b760/importcfg << 'EOF' # internal
2025-08-20T23:03:55.8408867Z [00:02:41.124]➜  # import config
2025-08-20T23:03:55.8409857Z [00:02:41.124]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:55.8410787Z [00:02:41.124]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:55.8411683Z [00:02:41.124]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:03:55.8412589Z [00:02:41.124]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.8413389Z [00:02:41.124]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.8414334Z [00:02:41.124]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:55.8415150Z [00:02:41.124]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:55.8415798Z [00:02:41.124]➜  EOF
2025-08-20T23:03:55.8420958Z [00:02:41.124]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b760/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig=>github.com/docker/go-connections@v0.5.0/tlsconfig;$WORK/b760=>" -p github.com/docker/go-connections/tlsconfig -lang=go1.18 -complete -installsuffix shared -buildid 5MpOI0ylKMGahmqFCqUu/5MpOI0ylKMGahmqFCqUu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig/certpool.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig/config.go /root/go/pkg/mod/github.com/docker/go-connections@v0.5.0/tlsconfig/config_client_ciphers.go
2025-08-20T23:03:55.8909130Z [00:02:41.174]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T23:03:55.8917099Z [00:02:41.175]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/e1/e1b3b1cb39ca635f9fe17925ed6c1fca78006b4d08175f5b3b11925bb86addc7-d # internal
2025-08-20T23:03:55.8931153Z [00:02:41.175]➜  github.com/containerd/stargz-snapshotter/estargz/errorutil
2025-08-20T23:03:55.8931786Z [00:02:41.175]➜  mkdir -p $WORK/b763/
2025-08-20T23:03:55.8932441Z [00:02:41.175]➜  cat >/tmp/go-build3700090427/b763/importcfg << 'EOF' # internal
2025-08-20T23:03:55.8933022Z [00:02:41.175]➜  # import config
2025-08-20T23:03:55.8933591Z [00:02:41.175]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.8934303Z [00:02:41.175]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.8935028Z [00:02:41.175]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.8935620Z [00:02:41.175]➜  EOF
2025-08-20T23:03:55.8954412Z [00:02:41.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b763/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/errorutil=>github.com/containerd/stargz-snapshotter/estargz@v0.16.3/errorutil;$WORK/b763=>" -p github.com/containerd/stargz-snapshotter/estargz/errorutil -lang=go1.22 -complete -installsuffix shared -buildid YUP2lq34ou-ZryKy7AQO/YUP2lq34ou-ZryKy7AQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/errorutil/errors.go
2025-08-20T23:03:55.8958288Z [00:02:41.176]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T23:03:55.8959685Z [00:02:41.178]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/6a/6a715831788e65f7218ca3196ca887c90ab845eaac97829fb2faac89c1739b63-d # internal
2025-08-20T23:03:55.8960699Z [00:02:41.178]➜  github.com/klauspost/compress/fse
2025-08-20T23:03:55.8961218Z [00:02:41.178]➜  mkdir -p $WORK/b767/
2025-08-20T23:03:55.8961977Z [00:02:41.178]➜  cat >/tmp/go-build3700090427/b767/importcfg << 'EOF' # internal
2025-08-20T23:03:55.8962574Z [00:02:41.178]➜  # import config
2025-08-20T23:03:55.8963360Z [00:02:41.178]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:55.8964163Z [00:02:41.178]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.8964866Z [00:02:41.178]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:55.8965561Z [00:02:41.178]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.8966283Z [00:02:41.178]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:55.8966858Z [00:02:41.178]➜  EOF
2025-08-20T23:03:55.8972838Z [00:02:41.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b767/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b767=>" -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/b767/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-20T23:03:55.9042045Z [00:02:41.187]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T23:03:55.9045726Z [00:02:41.188]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/61/61f3914a4f57acd6d4177f40555eff27aad5044d77437ebe4ade55c7b7bada92-d # internal
2025-08-20T23:03:55.9048987Z [00:02:41.188]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T23:03:55.9050792Z [00:02:41.188]➜  mkdir -p $WORK/b770/
2025-08-20T23:03:55.9051576Z [00:02:41.188]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T23:03:55.9066272Z [00:02:41.190]➜  cat >/tmp/go-build3700090427/b770/importcfg << 'EOF' # internal
2025-08-20T23:03:55.9067646Z [00:02:41.190]➜  # import config
2025-08-20T23:03:55.9070505Z [00:02:41.190]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:55.9071723Z [00:02:41.190]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:55.9073018Z [00:02:41.190]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:03:55.9074964Z [00:02:41.190]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.9075572Z [00:02:41.190]➜  EOF
2025-08-20T23:03:55.9082149Z [00:02:41.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b770/_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/b770=>" -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/b770/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-20T23:03:55.9132787Z [00:02:41.196]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/cb/cb05ebbbdade0864b1b52f22b2b55ea4713e4a77a15b5c51197410d9af412643-d # internal
2025-08-20T23:03:55.9147740Z [00:02:41.196]➜  github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1
2025-08-20T23:03:55.9148471Z [00:02:41.197]➜  mkdir -p $WORK/b679/
2025-08-20T23:03:55.9149180Z [00:02:41.197]➜  cat >/tmp/go-build3700090427/b679/importcfg << 'EOF' # internal
2025-08-20T23:03:55.9150228Z [00:02:41.197]➜  # import config
2025-08-20T23:03:55.9151067Z [00:02:41.197]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:55.9151965Z [00:02:41.197]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:55.9153000Z [00:02:41.197]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build3700090427/b646/_pkg_.a
2025-08-20T23:03:55.9154150Z [00:02:41.197]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:03:55.9155415Z [00:02:41.197]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3700090427/b651/_pkg_.a
2025-08-20T23:03:55.9156779Z [00:02:41.197]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build3700090427/b661/_pkg_.a
2025-08-20T23:03:55.9158116Z [00:02:41.197]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build3700090427/b663/_pkg_.a
2025-08-20T23:03:55.9159713Z [00:02:41.197]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build3700090427/b659/_pkg_.a
2025-08-20T23:03:55.9161234Z [00:02:41.197]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build3700090427/b664/_pkg_.a
2025-08-20T23:03:55.9162632Z [00:02:41.197]➜  packagefile github.com/tetratelabs/wazero/internal/wasip1=/tmp/go-build3700090427/b680/_pkg_.a
2025-08-20T23:03:55.9163950Z [00:02:41.197]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3700090427/b657/_pkg_.a
2025-08-20T23:03:55.9165182Z [00:02:41.197]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3700090427/b652/_pkg_.a
2025-08-20T23:03:55.9166129Z [00:02:41.197]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:55.9166892Z [00:02:41.197]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:55.9167671Z [00:02:41.197]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:55.9168434Z [00:02:41.197]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:55.9169219Z [00:02:41.197]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:55.9170226Z [00:02:41.197]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:55.9170810Z [00:02:41.197]➜  EOF
2025-08-20T23:03:55.9181271Z [00:02:41.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b679/_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/b679=>" -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/b679/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-20T23:03:55.9881990Z [00:02:41.271]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T23:03:55.9905990Z [00:02:41.274]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/ac/ac0712a715e97a1d66376ddf9e4cde601262a82e416040db6bef88e337c966cd-d # internal
2025-08-20T23:03:55.9913185Z [00:02:41.274]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T23:03:55.9914485Z [00:02:41.275]➜  mkdir -p $WORK/b771/
2025-08-20T23:03:55.9925130Z [00:02:41.276]➜  echo -n > $WORK/b771/go_asm.h # internal
2025-08-20T23:03:55.9932204Z [00:02:41.276]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T23:03:55.9937282Z [00:02:41.276]➜  /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/b771=>" -I $WORK/b771/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b771/symabis ./xxhash_amd64.s
2025-08-20T23:03:56.0031836Z [00:02:41.286]➜  cat >/tmp/go-build3700090427/b771/importcfg << 'EOF' # internal
2025-08-20T23:03:56.0035907Z [00:02:41.286]➜  # import config
2025-08-20T23:03:56.0036694Z [00:02:41.286]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:56.0037609Z [00:02:41.286]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.0038700Z [00:02:41.286]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:56.0039611Z [00:02:41.286]➜  EOF
2025-08-20T23:03:56.0040113Z [00:02:41.286]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:56.0046068Z [00:02:41.286]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b771/_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/b771=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid qI53LTnLdwDIALZcyE5T/qI53LTnLdwDIALZcyE5T -goversion go1.25.0 -symabis $WORK/b771/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack -asmhdr $WORK/b771/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-20T23:03:56.0487456Z [00:02:41.332]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T23:03:56.0488614Z [00:02:41.332]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T23:03:56.0491953Z [00:02:41.332]➜  /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/b771=>" -I $WORK/b771/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b771/xxhash_amd64.o ./xxhash_amd64.s
2025-08-20T23:03:56.0500850Z [00:02:41.333]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/ef/ef3d52c583370559a13c74c39940fec6a420ff4f68215370506f80c17816a835-d # internal
2025-08-20T23:03:56.0560980Z [00:02:41.339]➜  github.com/klauspost/compress/huff0
2025-08-20T23:03:56.0565031Z [00:02:41.339]➜  mkdir -p $WORK/b766/
2025-08-20T23:03:56.0565705Z [00:02:41.339]➜  echo -n > $WORK/b766/go_asm.h # internal
2025-08-20T23:03:56.0566559Z [00:02:41.340]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0
2025-08-20T23:03:56.0569536Z [00:02:41.340]➜  /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/b766=>" -I $WORK/b766/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b766/symabis ./decompress_amd64.s
2025-08-20T23:03:56.0573998Z [00:02:41.341]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T23:03:56.0575142Z [00:02:41.341]➜  go tool pack r $WORK/b771/_pkg_.a $WORK/b771/xxhash_amd64.o # internal
2025-08-20T23:03:56.0578033Z [00:02:41.341]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T23:03:56.0612398Z [00:02:41.342]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/8e/8e24d4bb7ae4f83cf9bc482b3d74e114fac8b80a206aeb6a0c0c04183d86298b-d # internal
2025-08-20T23:03:56.0613825Z [00:02:41.344]➜  github.com/vbatts/tar-split/archive/tar
2025-08-20T23:03:56.0625980Z [00:02:41.344]➜  mkdir -p $WORK/b772/
2025-08-20T23:03:56.0628792Z [00:02:41.344]➜  cat >/tmp/go-build3700090427/b772/importcfg << 'EOF' # internal
2025-08-20T23:03:56.0629690Z [00:02:41.344]➜  # import config
2025-08-20T23:03:56.0630323Z [00:02:41.344]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:56.0631097Z [00:02:41.344]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.0661706Z [00:02:41.344]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:56.0662500Z [00:02:41.344]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:56.0663247Z [00:02:41.344]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:56.0663963Z [00:02:41.344]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:56.0664869Z [00:02:41.344]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:03:56.0665633Z [00:02:41.344]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:56.0666390Z [00:02:41.344]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:56.0667170Z [00:02:41.344]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:56.0667984Z [00:02:41.344]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:56.0668770Z [00:02:41.344]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:56.0669864Z [00:02:41.344]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:56.0670651Z [00:02:41.344]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:56.0671431Z [00:02:41.344]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:56.0672195Z [00:02:41.344]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:56.0672769Z [00:02:41.344]➜  EOF
2025-08-20T23:03:56.0673238Z [00:02:41.344]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:56.0708021Z [00:02:41.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar=>github.com/vbatts/tar-split@v0.12.1/archive/tar;$WORK/b772=>" -p github.com/vbatts/tar-split/archive/tar -lang=go1.17 -complete -installsuffix shared -buildid qKa5rH1--Of701JKf_zU/qKa5rH1--Of701JKf_zU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/common.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/format.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/reader.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/stat_actime1.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/stat_unix.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/strconv.go /root/go/pkg/mod/github.com/vbatts/tar-split@v0.12.1/archive/tar/writer.go
2025-08-20T23:03:56.0782986Z [00:02:41.357]➜  cat >/tmp/go-build3700090427/b766/importcfg << 'EOF' # internal
2025-08-20T23:03:56.0783726Z [00:02:41.357]➜  # import config
2025-08-20T23:03:56.0784390Z [00:02:41.357]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.0785436Z [00:02:41.357]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:56.0786401Z [00:02:41.357]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build3700090427/b767/_pkg_.a
2025-08-20T23:03:56.0787692Z [00:02:41.357]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build3700090427/b768/_pkg_.a
2025-08-20T23:03:56.0788942Z [00:02:41.357]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3700090427/b769/_pkg_.a
2025-08-20T23:03:56.0790079Z [00:02:41.357]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:56.0790846Z [00:02:41.357]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:56.0791826Z [00:02:41.357]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:56.0792607Z [00:02:41.357]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:56.0793327Z [00:02:41.357]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:56.0793904Z [00:02:41.357]➜  EOF
2025-08-20T23:03:56.0800725Z [00:02:41.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b766/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b766=>" -p github.com/klauspost/compress/huff0 -lang=go1.22 -installsuffix shared -buildid W_udoCvsncTTzLvVQzas/W_udoCvsncTTzLvVQzas -goversion go1.25.0 -symabis $WORK/b766/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack -asmhdr $WORK/b766/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-20T23:03:56.2347982Z [00:02:41.518]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T23:03:56.2409667Z [00:02:41.524]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/d3/d3f631e9dfe4a7f1267b0cc46bb2c5aada8e5d7f67df60ad0e36b9aa31858af2-d # internal
2025-08-20T23:03:56.2560868Z [00:02:41.539]➜  github.com/wasilibs/go-re2/internal
2025-08-20T23:03:56.2564580Z [00:02:41.540]➜  mkdir -p $WORK/b645/
2025-08-20T23:03:56.2577435Z [00:02:41.540]➜  cat >/tmp/go-build3700090427/b645/importcfg << 'EOF' # internal
2025-08-20T23:03:56.2578202Z [00:02:41.540]➜  # import config
2025-08-20T23:03:56.2578859Z [00:02:41.540]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:56.2580089Z [00:02:41.540]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:03:56.2580988Z [00:02:41.540]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:56.2582002Z [00:02:41.540]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:56.2582875Z [00:02:41.540]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:56.2583753Z [00:02:41.540]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.2584534Z [00:02:41.540]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:56.2585499Z [00:02:41.541]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build3700090427/b646/_pkg_.a
2025-08-20T23:03:56.2587153Z [00:02:41.541]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:03:56.2588860Z [00:02:41.541]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3700090427/b649/_pkg_.a
2025-08-20T23:03:56.2590962Z [00:02:41.541]➜  packagefile github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1=/tmp/go-build3700090427/b679/_pkg_.a
2025-08-20T23:03:56.2593279Z [00:02:41.541]➜  packagefile github.com/wasilibs/wazero-helpers/allocator=/tmp/go-build3700090427/b681/_pkg_.a
2025-08-20T23:03:56.2594403Z [00:02:41.541]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:56.2595536Z [00:02:41.541]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:56.2596338Z [00:02:41.541]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:56.2597166Z [00:02:41.541]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:56.2597990Z [00:02:41.541]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:56.2598785Z [00:02:41.541]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:56.2599850Z [00:02:41.541]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:56.2600955Z [00:02:41.541]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:56.2601841Z [00:02:41.541]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:56.2602491Z [00:02:41.541]➜  EOF
2025-08-20T23:03:56.2603107Z [00:02:41.541]➜  cat >/tmp/go-build3700090427/b645/embedcfg << 'EOF' # internal
2025-08-20T23:03:56.2603729Z [00:02:41.541]➜  {
2025-08-20T23:03:56.2604125Z [00:02:41.541]➜  	"Patterns": {
2025-08-20T23:03:56.2604601Z [00:02:41.541]➜  		"wasm/libcre2.wasm": [
2025-08-20T23:03:56.2605103Z [00:02:41.541]➜  			"wasm/libcre2.wasm"
2025-08-20T23:03:56.2605546Z [00:02:41.541]➜  		],
2025-08-20T23:03:56.2605955Z [00:02:41.541]➜  		"wasm/memory.wasm": [
2025-08-20T23:03:56.2606458Z [00:02:41.541]➜  			"wasm/memory.wasm"
2025-08-20T23:03:56.2606904Z [00:02:41.541]➜  		]
2025-08-20T23:03:56.2607279Z [00:02:41.541]➜  	},
2025-08-20T23:03:56.2607671Z [00:02:41.541]➜  	"Files": {
2025-08-20T23:03:56.2608614Z [00:02:41.541]➜  		"wasm/libcre2.wasm": "/root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0/internal/wasm/libcre2.wasm",
2025-08-20T23:03:56.2612148Z [00:02:41.541]➜  		"wasm/memory.wasm": "/root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0/internal/wasm/memory.wasm"
2025-08-20T23:03:56.2613009Z [00:02:41.541]➜  	}
2025-08-20T23:03:56.2613371Z [00:02:41.541]➜  }EOF
2025-08-20T23:03:56.2618600Z [00:02:41.541]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0/internal=>github.com/wasilibs/go-re2@v1.9.0/internal;$WORK/b645=>" -p github.com/wasilibs/go-re2/internal -lang=go1.22 -complete -installsuffix shared -buildid 7Miw79ZTAeitaV3fF2Tf/7Miw79ZTAeitaV3fF2Tf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -embedcfg $WORK/b645/embedcfg -pack /root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0/internal/re2.go /root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0/internal/re2_wazero.go /root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0/internal/re2_wazero_config.go /root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0/internal/set.go
2025-08-20T23:03:56.2805941Z [00:02:41.563]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0
2025-08-20T23:03:56.2812550Z [00:02:41.564]➜  /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/b766=>" -I $WORK/b766/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b766/decompress_amd64.o ./decompress_amd64.s
2025-08-20T23:03:56.2855638Z [00:02:41.569]➜  go tool pack r $WORK/b766/_pkg_.a $WORK/b766/decompress_amd64.o # internal
2025-08-20T23:03:56.2858546Z [00:02:41.569]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T23:03:56.2878571Z [00:02:41.571]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/8f/8f8ef9360275cebd9d1053af74d95b6456c93a11c6dcbc7135e1ec8a9a63acaa-d # internal
2025-08-20T23:03:56.2892651Z [00:02:41.572]➜  github.com/klauspost/compress/zstd
2025-08-20T23:03:56.2898664Z [00:02:41.573]➜  mkdir -p $WORK/b764/
2025-08-20T23:03:56.2908664Z [00:02:41.573]➜  echo -n > $WORK/b764/go_asm.h # internal
2025-08-20T23:03:56.2909707Z [00:02:41.573]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T23:03:56.2912766Z [00:02:41.573]➜  /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/b764=>" -I $WORK/b764/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b764/symabis ./fse_decoder_amd64.s ./matchlen_amd64.s ./seqdec_amd64.s
2025-08-20T23:03:56.2996332Z [00:02:41.582]➜  cat >/tmp/go-build3700090427/b764/importcfg << 'EOF' # internal
2025-08-20T23:03:56.2997113Z [00:02:41.582]➜  # import config
2025-08-20T23:03:56.2997769Z [00:02:41.582]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:56.2998864Z [00:02:41.582]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:56.2999955Z [00:02:41.582]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:56.3000846Z [00:02:41.582]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:56.3001729Z [00:02:41.582]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:56.3002611Z [00:02:41.582]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.3003412Z [00:02:41.582]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:56.3004409Z [00:02:41.582]➜  packagefile github.com/klauspost/compress=/tmp/go-build3700090427/b765/_pkg_.a
2025-08-20T23:03:56.3005556Z [00:02:41.582]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build3700090427/b766/_pkg_.a
2025-08-20T23:03:56.3006853Z [00:02:41.582]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build3700090427/b768/_pkg_.a
2025-08-20T23:03:56.3008154Z [00:02:41.582]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3700090427/b769/_pkg_.a
2025-08-20T23:03:56.3009675Z [00:02:41.582]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build3700090427/b770/_pkg_.a
2025-08-20T23:03:56.3011087Z [00:02:41.582]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build3700090427/b771/_pkg_.a
2025-08-20T23:03:56.3012225Z [00:02:41.582]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:03:56.3013023Z [00:02:41.582]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:56.3013778Z [00:02:41.582]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:56.3014539Z [00:02:41.582]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:56.3015337Z [00:02:41.582]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:56.3016177Z [00:02:41.582]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:56.3017013Z [00:02:41.582]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:03:56.3017856Z [00:02:41.582]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:56.3018781Z [00:02:41.583]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:56.3022073Z [00:02:41.583]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:56.3022983Z [00:02:41.583]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:56.3023800Z [00:02:41.583]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:56.3024381Z [00:02:41.583]➜  EOF
2025-08-20T23:03:56.3024860Z [00:02:41.583]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:56.3045556Z [00:02:41.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b764=>" -p github.com/klauspost/compress/zstd -lang=go1.22 -installsuffix shared -buildid 66qtFyDDwJQtdZjQMvXR/66qtFyDDwJQtdZjQMvXR -goversion go1.25.0 -symabis $WORK/b764/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack -asmhdr $WORK/b764/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-20T23:03:56.5425649Z [00:02:41.826]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T23:03:56.5484649Z [00:02:41.832]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T23:03:56.5541759Z [00:02:41.837]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/6c/6cdbee7b5dec814947ac01e77b688b9eb8ad863d6719b8e696539e0a5273d125-d # internal
2025-08-20T23:03:56.5584964Z [00:02:41.840]➜  github.com/google/go-containerregistry/internal/and
2025-08-20T23:03:56.5585711Z [00:02:41.840]➜  mkdir -p $WORK/b773/
2025-08-20T23:03:56.5586444Z [00:02:41.840]➜  cat >/tmp/go-build3700090427/b773/importcfg << 'EOF' # internal
2025-08-20T23:03:56.5587333Z [00:02:41.840]➜  # import config
2025-08-20T23:03:56.5587959Z [00:02:41.840]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:56.5588557Z [00:02:41.840]➜  EOF
2025-08-20T23:03:56.5592871Z [00:02:41.840]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b773/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/and=>github.com/google/go-containerregistry@v0.20.6/internal/and;$WORK/b773=>" -p github.com/google/go-containerregistry/internal/and -lang=go1.24 -complete -installsuffix shared -buildid BxYzuGwe5O7DSDSIKgg7/BxYzuGwe5O7DSDSIKgg7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/and/and_closer.go
2025-08-20T23:03:56.5748490Z [00:02:41.858]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T23:03:56.5759719Z [00:02:41.859]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/e1/e192c73626c91080a02d9409fa44dea94e9adf1e913290fec7ab9e447ac17af0-d # internal
2025-08-20T23:03:56.5773276Z [00:02:41.860]➜  github.com/google/go-containerregistry/internal/gzip
2025-08-20T23:03:56.5776370Z [00:02:41.860]➜  mkdir -p $WORK/b775/
2025-08-20T23:03:56.5777311Z [00:02:41.860]➜  cat >/tmp/go-build3700090427/b775/importcfg << 'EOF' # internal
2025-08-20T23:03:56.5777988Z [00:02:41.860]➜  # import config
2025-08-20T23:03:56.5778595Z [00:02:41.860]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:56.5779708Z [00:02:41.860]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:56.5800515Z [00:02:41.860]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:56.5801705Z [00:02:41.860]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3700090427/b773/_pkg_.a
2025-08-20T23:03:56.5803034Z [00:02:41.860]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:56.5803619Z [00:02:41.860]➜  EOF
2025-08-20T23:03:56.5807285Z [00:02:41.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/gzip=>github.com/google/go-containerregistry@v0.20.6/internal/gzip;$WORK/b775=>" -p github.com/google/go-containerregistry/internal/gzip -lang=go1.24 -complete -installsuffix shared -buildid RaAJEiZHuGzzQJFG_EkO/RaAJEiZHuGzzQJFG_EkO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/gzip/zip.go
2025-08-20T23:03:56.5845606Z [00:02:41.868]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/69/699cde6796775d4dcd72021142a8e91c0a876beadf32ce65b926e27b2d9de189-d # internal
2025-08-20T23:03:56.5849998Z [00:02:41.868]➜  github.com/wasilibs/go-re2
2025-08-20T23:03:56.5851360Z [00:02:41.868]➜  mkdir -p $WORK/b644/
2025-08-20T23:03:56.5854752Z [00:02:41.869]➜  cat >/tmp/go-build3700090427/b644/importcfg << 'EOF' # internal
2025-08-20T23:03:56.5855974Z [00:02:41.869]➜  # import config
2025-08-20T23:03:56.5857329Z [00:02:41.869]➜  packagefile github.com/wasilibs/go-re2/internal=/tmp/go-build3700090427/b645/_pkg_.a
2025-08-20T23:03:56.5858576Z [00:02:41.869]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:56.5859990Z [00:02:41.869]➜  EOF
2025-08-20T23:03:56.5863625Z [00:02:41.869]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0=>github.com/wasilibs/go-re2@v1.9.0;$WORK/b644=>" -p github.com/wasilibs/go-re2 -lang=go1.22 -complete -installsuffix shared -buildid rEvHaZ4bM_fwjBI0qFjz/rEvHaZ4bM_fwjBI0qFjz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/go/pkg/mod/github.com/wasilibs/go-re2@v1.9.0/re2.go
2025-08-20T23:03:56.6047737Z [00:02:41.888]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T23:03:56.6051382Z [00:02:41.888]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T23:03:56.6057240Z [00:02:41.889]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/76/7667a1fbab799862623a94a2c83f92e939ef527dd4ca6b61f288a6187f5c7c6c-d # internal
2025-08-20T23:03:56.6060233Z [00:02:41.889]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/b7/b7c203fd976b2456bdd859b9d9998cf180773a5455ef3858ade5c3d4de64d022-d # internal
2025-08-20T23:03:56.6061535Z [00:02:41.889]➜  github.com/google/go-containerregistry/pkg/logs
2025-08-20T23:03:56.6062485Z [00:02:41.889]➜  mkdir -p $WORK/b779/
2025-08-20T23:03:56.6064839Z [00:02:41.890]➜  cat >/tmp/go-build3700090427/b779/importcfg << 'EOF' # internal
2025-08-20T23:03:56.6065506Z [00:02:41.890]➜  # import config
2025-08-20T23:03:56.6066091Z [00:02:41.890]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:56.6066711Z [00:02:41.890]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:03:56.6067297Z [00:02:41.890]➜  EOF
2025-08-20T23:03:56.6084716Z [00:02:41.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b779/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/logs=>github.com/google/go-containerregistry@v0.20.6/pkg/logs;$WORK/b779=>" -p github.com/google/go-containerregistry/pkg/logs -lang=go1.24 -complete -installsuffix shared -buildid rIv0tK5Jpt5jruQkrXe-/rIv0tK5Jpt5jruQkrXe- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/logs/logs.go
2025-08-20T23:03:56.6088611Z [00:02:41.891]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey
2025-08-20T23:03:56.6089522Z [00:02:41.891]➜  mkdir -p $WORK/b319/
2025-08-20T23:03:56.6090280Z [00:02:41.891]➜  cat >/tmp/go-build3700090427/b319/importcfg << 'EOF' # internal
2025-08-20T23:03:56.6091184Z [00:02:41.891]➜  # import config
2025-08-20T23:03:56.6092442Z [00:02:41.891]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:56.6093449Z [00:02:41.891]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:56.6094323Z [00:02:41.891]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:03:56.6095214Z [00:02:41.891]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:03:56.6096139Z [00:02:41.891]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:03:56.6097028Z [00:02:41.891]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:03:56.6097893Z [00:02:41.891]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:56.6098740Z [00:02:41.891]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:03:56.6099758Z [00:02:41.891]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:03:56.6100626Z [00:02:41.891]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:56.6101673Z [00:02:41.891]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:56.6102554Z [00:02:41.891]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:56.6103398Z [00:02:41.891]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.6104187Z [00:02:41.891]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:56.6105332Z [00:02:41.891]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:03:56.6106766Z [00:02:41.891]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:03:56.6108348Z [00:02:41.891]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:03:56.6109825Z [00:02:41.891]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:03:56.6110948Z [00:02:41.891]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3700090427/b682/_pkg_.a
2025-08-20T23:03:56.6111878Z [00:02:41.891]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:56.6112875Z [00:02:41.891]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:56.6113684Z [00:02:41.891]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:56.6114502Z [00:02:41.891]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:56.6115276Z [00:02:41.891]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:56.6115845Z [00:02:41.891]➜  EOF
2025-08-20T23:03:56.6116443Z [00:02:41.892]➜  cat >/tmp/go-build3700090427/b319/embedcfg << 'EOF' # internal
2025-08-20T23:03:56.6117082Z [00:02:41.892]➜  {
2025-08-20T23:03:56.6117497Z [00:02:41.892]➜  	"Patterns": {
2025-08-20T23:03:56.6117990Z [00:02:41.892]➜  		"list.txt": [
2025-08-20T23:03:56.6118502Z [00:02:41.892]➜  			"list.txt"
2025-08-20T23:03:56.6118926Z [00:02:41.892]➜  		]
2025-08-20T23:03:56.6119483Z [00:02:41.892]➜  	},
2025-08-20T23:03:56.6119938Z [00:02:41.892]➜  	"Files": {
2025-08-20T23:03:56.6120728Z [00:02:41.892]➜  		"list.txt": "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/list.txt"
2025-08-20T23:03:56.6121476Z [00:02:41.892]➜  	}
2025-08-20T23:03:56.6121821Z [00:02:41.892]➜  }EOF
2025-08-20T23:03:56.6127380Z [00:02:41.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b319/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey;$WORK/b319=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey -lang=go1.24 -complete -installsuffix shared -buildid 2osHaTrv0INUe-icRXxA/2osHaTrv0INUe-icRXxA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -embedcfg $WORK/b319/embedcfg -pack ./pkg/detectors/privatekey/cracker.go ./pkg/detectors/privatekey/fingerprint.go ./pkg/detectors/privatekey/normalize.go ./pkg/detectors/privatekey/privatekey.go ./pkg/detectors/privatekey/ssh_integration.go
2025-08-20T23:03:56.6243872Z [00:02:41.908]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T23:03:56.6254575Z [00:02:41.909]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/9b/9bbaf207508d86aa4ccf5e5636c5b3871ac585011e567cc682c4c594bc17927d-d # internal
2025-08-20T23:03:56.6257698Z [00:02:41.909]➜  github.com/google/go-containerregistry/pkg/v1/match
2025-08-20T23:03:56.6258771Z [00:02:41.909]➜  mkdir -p $WORK/b781/
2025-08-20T23:03:56.6268399Z [00:02:41.910]➜  cat >/tmp/go-build3700090427/b781/importcfg << 'EOF' # internal
2025-08-20T23:03:56.6269143Z [00:02:41.910]➜  # import config
2025-08-20T23:03:56.6270250Z [00:02:41.910]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:03:56.6271620Z [00:02:41.910]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3700090427/b739/_pkg_.a
2025-08-20T23:03:56.6272467Z [00:02:41.910]➜  EOF
2025-08-20T23:03:56.6276445Z [00:02:41.910]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b781/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/match=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/match;$WORK/b781=>" -p github.com/google/go-containerregistry/pkg/v1/match -lang=go1.24 -complete -installsuffix shared -buildid dUhJOg9tspstMIVdqD0Y/dUhJOg9tspstMIVdqD0Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/match/match.go
2025-08-20T23:03:56.6506387Z [00:02:41.934]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T23:03:56.6541428Z [00:02:41.937]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/59/5935d6ae3ffb08e40500c59d6fd6f80cd71e712ef71d0c0406880e36818215fc-d # internal
2025-08-20T23:03:56.6549047Z [00:02:41.938]➜  github.com/google/go-containerregistry/internal/redact
2025-08-20T23:03:56.6553355Z [00:02:41.938]➜  mkdir -p $WORK/b783/
2025-08-20T23:03:56.6572851Z [00:02:41.941]➜  cat >/tmp/go-build3700090427/b783/importcfg << 'EOF' # internal
2025-08-20T23:03:56.6577930Z [00:02:41.941]➜  # import config
2025-08-20T23:03:56.6578819Z [00:02:41.941]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:56.6579834Z [00:02:41.941]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.6580634Z [00:02:41.941]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:56.6581257Z [00:02:41.941]➜  EOF
2025-08-20T23:03:56.6585660Z [00:02:41.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b783/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/redact=>github.com/google/go-containerregistry@v0.20.6/internal/redact;$WORK/b783=>" -p github.com/google/go-containerregistry/internal/redact -lang=go1.24 -complete -installsuffix shared -buildid FtAsXyhK6ME2BwcSLd6n/FtAsXyhK6ME2BwcSLd6n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/redact/redact.go
2025-08-20T23:03:56.6884433Z [00:02:41.972]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T23:03:56.6892296Z [00:02:41.972]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/fb/fba80d31b89d16610eed5ac7d0880c1600cb048810b1687e7f7f3ec6df43e600-d # internal
2025-08-20T23:03:56.6894660Z [00:02:41.973]➜  github.com/google/go-containerregistry/internal/retry/wait
2025-08-20T23:03:56.6896741Z [00:02:41.973]➜  mkdir -p $WORK/b785/
2025-08-20T23:03:56.6901393Z [00:02:41.973]➜  cat >/tmp/go-build3700090427/b785/importcfg << 'EOF' # internal
2025-08-20T23:03:56.6902077Z [00:02:41.973]➜  # import config
2025-08-20T23:03:56.6902775Z [00:02:41.973]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.6903656Z [00:02:41.973]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:03:56.6904494Z [00:02:41.973]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:56.6905113Z [00:02:41.973]➜  EOF
2025-08-20T23:03:56.6939022Z [00:02:41.977]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry/wait=>github.com/google/go-containerregistry@v0.20.6/internal/retry/wait;$WORK/b785=>" -p github.com/google/go-containerregistry/internal/retry/wait -lang=go1.24 -complete -installsuffix shared -buildid dtbALcLN3fw0vPw5Kdh3/dtbALcLN3fw0vPw5Kdh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry/wait/kubernetes_apimachinery_wait.go
2025-08-20T23:03:56.7192769Z [00:02:42.001]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T23:03:56.7197296Z [00:02:42.003]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/d8/d8d9085fbe33df3c1e3c2c8c3660fa14471d4893428fcbf22c7ecc4e84ae8ba5-d # internal
2025-08-20T23:03:56.7201847Z [00:02:42.003]➜  github.com/google/go-containerregistry/internal/retry
2025-08-20T23:03:56.7206097Z [00:02:42.004]➜  mkdir -p $WORK/b784/
2025-08-20T23:03:56.7210500Z [00:02:42.004]➜  cat >/tmp/go-build3700090427/b784/importcfg << 'EOF' # internal
2025-08-20T23:03:56.7216605Z [00:02:42.004]➜  # import config
2025-08-20T23:03:56.7217301Z [00:02:42.004]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:56.7218154Z [00:02:42.004]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.7218947Z [00:02:42.004]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:56.7220382Z [00:02:42.004]➜  packagefile github.com/google/go-containerregistry/internal/retry/wait=/tmp/go-build3700090427/b785/_pkg_.a
2025-08-20T23:03:56.7221359Z [00:02:42.005]➜  EOF
2025-08-20T23:03:56.7225470Z [00:02:42.005]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b784/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry=>github.com/google/go-containerregistry@v0.20.6/internal/retry;$WORK/b784=>" -p github.com/google/go-containerregistry/internal/retry -lang=go1.24 -complete -installsuffix shared -buildid GRs2ajC1ixnYf3YkZYU_/GRs2ajC1ixnYf3YkZYU_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/retry/retry.go
2025-08-20T23:03:56.7486277Z [00:02:42.032]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T23:03:56.7495172Z [00:02:42.033]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/09/09dff8e4b55eb5d05d3a145af2b930a80fbd15f68503845f3a8370b1b521015e-d # internal
2025-08-20T23:03:56.7497953Z [00:02:42.033]➜  github.com/google/go-containerregistry/internal/verify
2025-08-20T23:03:56.7501129Z [00:02:42.033]➜  mkdir -p $WORK/b786/
2025-08-20T23:03:56.7507032Z [00:02:42.034]➜  cat >/tmp/go-build3700090427/b786/importcfg << 'EOF' # internal
2025-08-20T23:03:56.7513780Z [00:02:42.034]➜  # import config
2025-08-20T23:03:56.7514461Z [00:02:42.034]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:56.7515369Z [00:02:42.034]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:56.7516194Z [00:02:42.034]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.7516985Z [00:02:42.034]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:56.7518151Z [00:02:42.034]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3700090427/b773/_pkg_.a
2025-08-20T23:03:56.7519932Z [00:02:42.034]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:03:56.7520996Z [00:02:42.034]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:56.7521755Z [00:02:42.034]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:56.7522342Z [00:02:42.034]➜  EOF
2025-08-20T23:03:56.7526738Z [00:02:42.034]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/verify=>github.com/google/go-containerregistry@v0.20.6/internal/verify;$WORK/b786=>" -p github.com/google/go-containerregistry/internal/verify -lang=go1.24 -complete -installsuffix shared -buildid 0KeFFxXlLrZOwmsJFRGt/0KeFFxXlLrZOwmsJFRGt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/verify/verify.go
2025-08-20T23:03:56.7815083Z [00:02:42.065]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T23:03:56.7817663Z [00:02:42.065]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/ae/aee159ac3ea0b491b9332d57ce1b72688e1aa20995001ec4e4a8a6adccdbfbb6-d # internal
2025-08-20T23:03:56.7822082Z [00:02:42.065]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/privatekey
2025-08-20T23:03:56.7823679Z [00:02:42.065]➜  mkdir -p $WORK/b318/
2025-08-20T23:03:56.7828270Z [00:02:42.066]➜  cat >/tmp/go-build3700090427/b318/importcfg << 'EOF' # internal
2025-08-20T23:03:56.7831111Z [00:02:42.066]➜  # import config
2025-08-20T23:03:56.7832450Z [00:02:42.066]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.7833652Z [00:02:42.066]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:56.7835309Z [00:02:42.066]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:03:56.7836847Z [00:02:42.066]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:03:56.7839063Z [00:02:42.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:03:56.7841270Z [00:02:42.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:56.7843032Z [00:02:42.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:03:56.7845952Z [00:02:42.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey=/tmp/go-build3700090427/b319/_pkg_.a
2025-08-20T23:03:56.7847402Z [00:02:42.066]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3700090427/b682/_pkg_.a
2025-08-20T23:03:56.7848644Z [00:02:42.066]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:56.7849668Z [00:02:42.066]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:03:56.7850703Z [00:02:42.066]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:56.7851510Z [00:02:42.066]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:56.7852333Z [00:02:42.066]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:56.7852916Z [00:02:42.066]➜  EOF
2025-08-20T23:03:56.7857498Z [00:02:42.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b318/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/privatekey;$WORK/b318=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/privatekey -lang=go1.24 -complete -installsuffix shared -buildid -JKAA5s5WrAL33JUJhmZ/-JKAA5s5WrAL33JUJhmZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack ./pkg/analyzer/analyzers/privatekey/permissions.go ./pkg/analyzer/analyzers/privatekey/privatekey.go
2025-08-20T23:03:56.7923724Z [00:02:42.075]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T23:03:56.7931755Z [00:02:42.076]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/10/10c61c50fb9d00f435e63e98a5ba6d1c741cdb655519849d9abad034f96df9c2-d # internal
2025-08-20T23:03:56.7933050Z [00:02:42.076]➜  github.com/google/go-containerregistry/pkg/v1/stream
2025-08-20T23:03:56.7933729Z [00:02:42.076]➜  mkdir -p $WORK/b789/
2025-08-20T23:03:56.7934450Z [00:02:42.076]➜  cat >/tmp/go-build3700090427/b789/importcfg << 'EOF' # internal
2025-08-20T23:03:56.7935145Z [00:02:42.076]➜  # import config
2025-08-20T23:03:56.7936405Z [00:02:42.076]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:56.7937517Z [00:02:42.076]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:56.7938610Z [00:02:42.076]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:03:56.7939833Z [00:02:42.076]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:03:56.7940909Z [00:02:42.076]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:56.7942197Z [00:02:42.076]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:03:56.7944914Z [00:02:42.076]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3700090427/b723/_pkg_.a
2025-08-20T23:03:56.7946030Z [00:02:42.076]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:56.7946806Z [00:02:42.076]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:56.7947575Z [00:02:42.076]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:56.7948372Z [00:02:42.076]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:56.7948987Z [00:02:42.076]➜  EOF
2025-08-20T23:03:56.7953226Z [00:02:42.076]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b789/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/stream=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/stream;$WORK/b789=>" -p github.com/google/go-containerregistry/pkg/v1/stream -lang=go1.24 -complete -installsuffix shared -buildid 0HBi3fJT-5nhg1QBzuzf/0HBi3fJT-5nhg1QBzuzf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/stream/layer.go
2025-08-20T23:03:56.8982925Z [00:02:42.180]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T23:03:56.8985348Z [00:02:42.182]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/70/709a6ef9036030a4f4847175a2066cdfca84b957bfcda894a41ec8097a57f52f-d # internal
2025-08-20T23:03:56.9007147Z [00:02:42.184]➜  github.com/docker/distribution/registry/client/auth/challenge
2025-08-20T23:03:56.9010039Z [00:02:42.184]➜  mkdir -p $WORK/b791/
2025-08-20T23:03:56.9012371Z [00:02:42.184]➜  cat >/tmp/go-build3700090427/b791/importcfg << 'EOF' # internal
2025-08-20T23:03:56.9014028Z [00:02:42.184]➜  # import config
2025-08-20T23:03:56.9014890Z [00:02:42.184]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:56.9015750Z [00:02:42.184]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:56.9016626Z [00:02:42.184]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:56.9017472Z [00:02:42.184]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:56.9018307Z [00:02:42.184]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:56.9018947Z [00:02:42.184]➜  EOF
2025-08-20T23:03:56.9024970Z [00:02:42.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b791/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/distribution@v2.8.3+incompatible/registry/client/auth/challenge=>github.com/docker/distribution@v2.8.3+incompatible/registry/client/auth/challenge;$WORK/b791=>" -p github.com/docker/distribution/registry/client/auth/challenge -lang=go1.16 -complete -installsuffix shared -buildid q07xF5TuuSR-YFFL40E7/q07xF5TuuSR-YFFL40E7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack /root/go/pkg/mod/github.com/docker/distribution@v2.8.3+incompatible/registry/client/auth/challenge/addr.go /root/go/pkg/mod/github.com/docker/distribution@v2.8.3+incompatible/registry/client/auth/challenge/authchallenge.go
2025-08-20T23:03:56.9036103Z [00:02:42.187]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T23:03:56.9058758Z [00:02:42.189]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/f6/f68bbea52eb2ee26197e94b5011907df1d49211b2e12788bc04b3d1d2b6ce4e4-d # internal
2025-08-20T23:03:56.9062009Z [00:02:42.189]➜  github.com/trufflesecurity/trufflehog/v3/pkg/analyzer
2025-08-20T23:03:56.9062895Z [00:02:42.189]➜  mkdir -p $WORK/b214/
2025-08-20T23:03:56.9076420Z [00:02:42.191]➜  cat >/tmp/go-build3700090427/b214/importcfg << 'EOF' # internal
2025-08-20T23:03:56.9083895Z [00:02:42.191]➜  # import config
2025-08-20T23:03:56.9084786Z [00:02:42.191]➜  packagefile github.com/alecthomas/kingpin/v2=/tmp/go-build3700090427/b068/_pkg_.a
2025-08-20T23:03:56.9086342Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airbrake=/tmp/go-build3700090427/b215/_pkg_.a
2025-08-20T23:03:56.9088298Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtableoauth=/tmp/go-build3700090427/b264/_pkg_.a
2025-08-20T23:03:56.9090536Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtablepat=/tmp/go-build3700090427/b266/_pkg_.a
2025-08-20T23:03:56.9092495Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/anthropic=/tmp/go-build3700090427/b268/_pkg_.a
2025-08-20T23:03:56.9094328Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/asana=/tmp/go-build3700090427/b269/_pkg_.a
2025-08-20T23:03:56.9096164Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/bitbucket=/tmp/go-build3700090427/b270/_pkg_.a
2025-08-20T23:03:56.9097991Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/databricks=/tmp/go-build3700090427/b271/_pkg_.a
2025-08-20T23:03:56.9112696Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/datadog=/tmp/go-build3700090427/b272/_pkg_.a
2025-08-20T23:03:56.9114661Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/digitalocean=/tmp/go-build3700090427/b273/_pkg_.a
2025-08-20T23:03:56.9116613Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dockerhub=/tmp/go-build3700090427/b274/_pkg_.a
2025-08-20T23:03:56.9118514Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dropbox=/tmp/go-build3700090427/b276/_pkg_.a
2025-08-20T23:03:56.9120955Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/elevenlabs=/tmp/go-build3700090427/b277/_pkg_.a
2025-08-20T23:03:56.9123116Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/fastly=/tmp/go-build3700090427/b280/_pkg_.a
2025-08-20T23:03:56.9124978Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/figma=/tmp/go-build3700090427/b281/_pkg_.a
2025-08-20T23:03:56.9126833Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github=/tmp/go-build3700090427/b282/_pkg_.a
2025-08-20T23:03:56.9128672Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/gitlab=/tmp/go-build3700090427/b288/_pkg_.a
2025-08-20T23:03:56.9130743Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/groq=/tmp/go-build3700090427/b289/_pkg_.a
2025-08-20T23:03:56.9132674Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/huggingface=/tmp/go-build3700090427/b290/_pkg_.a
2025-08-20T23:03:56.9134587Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/jira=/tmp/go-build3700090427/b291/_pkg_.a
2025-08-20T23:03:56.9136473Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/launchdarkly=/tmp/go-build3700090427/b292/_pkg_.a
2025-08-20T23:03:56.9138429Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailchimp=/tmp/go-build3700090427/b293/_pkg_.a
2025-08-20T23:03:56.9140603Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailgun=/tmp/go-build3700090427/b294/_pkg_.a
2025-08-20T23:03:56.9142761Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/monday=/tmp/go-build3700090427/b295/_pkg_.a
2025-08-20T23:03:56.9144649Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mux=/tmp/go-build3700090427/b296/_pkg_.a
2025-08-20T23:03:56.9146473Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mysql=/tmp/go-build3700090427/b297/_pkg_.a
2025-08-20T23:03:56.9148305Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/netlify=/tmp/go-build3700090427/b304/_pkg_.a
2025-08-20T23:03:56.9150383Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/ngrok=/tmp/go-build3700090427/b305/_pkg_.a
2025-08-20T23:03:56.9152251Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/notion=/tmp/go-build3700090427/b306/_pkg_.a
2025-08-20T23:03:56.9154121Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/openai=/tmp/go-build3700090427/b307/_pkg_.a
2025-08-20T23:03:56.9156017Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/opsgenie=/tmp/go-build3700090427/b308/_pkg_.a
2025-08-20T23:03:56.9157898Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/plaid=/tmp/go-build3700090427/b309/_pkg_.a
2025-08-20T23:03:56.9160114Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/planetscale=/tmp/go-build3700090427/b310/_pkg_.a
2025-08-20T23:03:56.9162055Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postgres=/tmp/go-build3700090427/b311/_pkg_.a
2025-08-20T23:03:56.9163937Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/posthog=/tmp/go-build3700090427/b316/_pkg_.a
2025-08-20T23:03:56.9165826Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postman=/tmp/go-build3700090427/b317/_pkg_.a
2025-08-20T23:03:56.9167933Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/privatekey=/tmp/go-build3700090427/b318/_pkg_.a
2025-08-20T23:03:56.9170027Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sendgrid=/tmp/go-build3700090427/b687/_pkg_.a
2025-08-20T23:03:56.9172126Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/shopify=/tmp/go-build3700090427/b691/_pkg_.a
2025-08-20T23:03:56.9173973Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/slack=/tmp/go-build3700090427/b692/_pkg_.a
2025-08-20T23:03:56.9175831Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sourcegraph=/tmp/go-build3700090427/b693/_pkg_.a
2025-08-20T23:03:56.9177744Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/square=/tmp/go-build3700090427/b694/_pkg_.a
2025-08-20T23:03:56.9179754Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/stripe=/tmp/go-build3700090427/b695/_pkg_.a
2025-08-20T23:03:56.9181618Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/twilio=/tmp/go-build3700090427/b697/_pkg_.a
2025-08-20T23:03:56.9183375Z [00:02:42.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:03:56.9184630Z [00:02:42.191]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:56.9185282Z [00:02:42.191]➜  EOF
2025-08-20T23:03:56.9189005Z [00:02:42.191]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b214/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer=>github.com/trufflesecurity/trufflehog/v3/pkg/analyzer;$WORK/b214=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/analyzer -lang=go1.24 -complete -installsuffix shared -buildid _svQTKYcrBoifaXVuI74/_svQTKYcrBoifaXVuI74 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack ./pkg/analyzer/cli.go
2025-08-20T23:03:56.9981428Z [00:02:42.281]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T23:03:56.9992834Z [00:02:42.282]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/81/817bcf1b40bfa77aa88e18abd42b531783eaecf9de5242f1c41eca1c29c5e541-d # internal
2025-08-20T23:03:57.0027772Z [00:02:42.286]➜  github.com/google/go-containerregistry/pkg/v1/remote/transport
2025-08-20T23:03:57.0030569Z [00:02:42.286]➜  mkdir -p $WORK/b790/
2025-08-20T23:03:57.0035125Z [00:02:42.287]➜  cat >/tmp/go-build3700090427/b790/importcfg << 'EOF' # internal
2025-08-20T23:03:57.0036196Z [00:02:42.287]➜  # import config
2025-08-20T23:03:57.0037027Z [00:02:42.287]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:57.0037948Z [00:02:42.287]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:57.0038854Z [00:02:42.287]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:57.0040246Z [00:02:42.287]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:57.0041061Z [00:02:42.287]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:57.0042330Z [00:02:42.287]➜  packagefile github.com/docker/distribution/registry/client/auth/challenge=/tmp/go-build3700090427/b791/_pkg_.a
2025-08-20T23:03:57.0043871Z [00:02:42.287]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build3700090427/b783/_pkg_.a
2025-08-20T23:03:57.0045334Z [00:02:42.287]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build3700090427/b784/_pkg_.a
2025-08-20T23:03:57.0046761Z [00:02:42.287]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build3700090427/b711/_pkg_.a
2025-08-20T23:03:57.0048146Z [00:02:42.287]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build3700090427/b779/_pkg_.a
2025-08-20T23:03:57.0049696Z [00:02:42.287]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3700090427/b719/_pkg_.a
2025-08-20T23:03:57.0050756Z [00:02:42.287]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:57.0051520Z [00:02:42.287]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:57.0052502Z [00:02:42.287]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:57.0053401Z [00:02:42.287]➜  packagefile net/http/httputil=/tmp/go-build3700090427/b230/_pkg_.a
2025-08-20T23:03:57.0054307Z [00:02:42.287]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:57.0055244Z [00:02:42.287]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:03:57.0056098Z [00:02:42.287]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:57.0056923Z [00:02:42.287]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:57.0057893Z [00:02:42.287]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:57.0058516Z [00:02:42.287]➜  EOF
2025-08-20T23:03:57.0070711Z [00:02:42.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b790/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport;$WORK/b790=>" -p github.com/google/go-containerregistry/pkg/v1/remote/transport -lang=go1.24 -complete -installsuffix shared -buildid _t_IHONDFKHh26f-AZix/_t_IHONDFKHh26f-AZix -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/basic.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/bearer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/error.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/logger.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/ping.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/retry.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/schemer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/scope.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/transport.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/transport/useragent.go
2025-08-20T23:03:57.0335422Z [00:02:42.317]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T23:03:57.0350438Z [00:02:42.318]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/bd/bdbe1fd5ce67c66f69fdadcd2c43eaf70122df7b4147a09fa0bf25a207b6ba23-d # internal
2025-08-20T23:03:57.0359078Z [00:02:42.319]➜  github.com/klauspost/compress/flate
2025-08-20T23:03:57.0363627Z [00:02:42.320]➜  mkdir -p $WORK/b793/
2025-08-20T23:03:57.0371920Z [00:02:42.320]➜  cat >/tmp/go-build3700090427/b793/importcfg << 'EOF' # internal
2025-08-20T23:03:57.0372667Z [00:02:42.320]➜  # import config
2025-08-20T23:03:57.0373375Z [00:02:42.320]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:57.0374231Z [00:02:42.320]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:57.0375107Z [00:02:42.320]➜  packagefile compress/flate=/tmp/go-build3700090427/b104/_pkg_.a
2025-08-20T23:03:57.0376010Z [00:02:42.320]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:57.0376873Z [00:02:42.320]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:57.0377678Z [00:02:42.320]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:57.0378720Z [00:02:42.320]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3700090427/b769/_pkg_.a
2025-08-20T23:03:57.0379875Z [00:02:42.320]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:57.0380699Z [00:02:42.320]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:57.0381545Z [00:02:42.320]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:57.0382578Z [00:02:42.320]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:57.0383392Z [00:02:42.320]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:57.0384004Z [00:02:42.320]➜  EOF
2025-08-20T23:03:57.0403331Z [00:02:42.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate=>github.com/klauspost/compress@v1.18.0/flate;$WORK/b793=>" -p github.com/klauspost/compress/flate -lang=go1.22 -complete -installsuffix shared -buildid K-MoKNVvxWjYmDVmhQsO/K-MoKNVvxWjYmDVmhQsO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/deflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/dict_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/fast_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_bit_writer.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_code.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_sortByFreq.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_sortByLiteral.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/inflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/inflate_gen.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level1.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level2.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level3.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level4.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level5.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level6.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/regmask_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/stateless.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/token.go
2025-08-20T23:03:57.2474592Z [00:02:42.531]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T23:03:57.2500410Z [00:02:42.533]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/17/17380dad710c65335c2ce16d080e3c8eaea283833884df9311dad05bc7d0035b-d # internal
2025-08-20T23:03:57.2566641Z [00:02:42.540]➜  github.com/gobwas/glob/util/strings
2025-08-20T23:03:57.2567254Z [00:02:42.540]➜  mkdir -p $WORK/b799/
2025-08-20T23:03:57.2571721Z [00:02:42.540]➜  cat >/tmp/go-build3700090427/b799/importcfg << 'EOF' # internal
2025-08-20T23:03:57.2572431Z [00:02:42.540]➜  # import config
2025-08-20T23:03:57.2573391Z [00:02:42.540]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:57.2574260Z [00:02:42.540]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:57.2575076Z [00:02:42.540]➜  EOF
2025-08-20T23:03:57.2579212Z [00:02:42.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/strings=>github.com/gobwas/glob@v0.2.3/util/strings;$WORK/b799=>" -p github.com/gobwas/glob/util/strings -lang=go1.16 -complete -installsuffix shared -buildid 4tEX8CHn9FFTqVU6Lak3/4tEX8CHn9FFTqVU6Lak3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/strings/strings.go
2025-08-20T23:03:57.2825740Z [00:02:42.566]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T23:03:57.2836457Z [00:02:42.567]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/83/83753e3c1c6196d6049dc73234874e00aae11504b9a9288d8f6a768e5368612b-d # internal
2025-08-20T23:03:57.2970012Z [00:02:42.580]➜  github.com/gobwas/glob/match
2025-08-20T23:03:57.2970674Z [00:02:42.580]➜  mkdir -p $WORK/b797/
2025-08-20T23:03:57.2972999Z [00:02:42.581]➜  cat >/tmp/go-build3700090427/b797/importcfg << 'EOF' # internal
2025-08-20T23:03:57.2974572Z [00:02:42.581]➜  # import config
2025-08-20T23:03:57.2977312Z [00:02:42.581]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:57.2980475Z [00:02:42.581]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3700090427/b798/_pkg_.a
2025-08-20T23:03:57.2982459Z [00:02:42.581]➜  packagefile github.com/gobwas/glob/util/strings=/tmp/go-build3700090427/b799/_pkg_.a
2025-08-20T23:03:57.2983385Z [00:02:42.581]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:57.2984122Z [00:02:42.581]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:57.2984899Z [00:02:42.581]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:57.2985636Z [00:02:42.581]➜  EOF
2025-08-20T23:03:57.2996767Z [00:02:42.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b797/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match=>github.com/gobwas/glob@v0.2.3/match;$WORK/b797=>" -p github.com/gobwas/glob/match -lang=go1.16 -complete -installsuffix shared -buildid KQRVOQF6lU6xAzFVYe1K/KQRVOQF6lU6xAzFVYe1K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/any.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/any_of.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/btree.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/contains.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/every_of.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/list.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/match.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/max.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/min.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/nothing.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/prefix.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/prefix_any.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/prefix_suffix.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/range.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/row.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/segments.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/single.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/suffix.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/suffix_any.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/super.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match/text.go
2025-08-20T23:03:57.5127716Z [00:02:42.796]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T23:03:57.5133045Z [00:02:42.796]➜  /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/b764=>" -I $WORK/b764/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b764/fse_decoder_amd64.o ./fse_decoder_amd64.s
2025-08-20T23:03:57.5193482Z [00:02:42.802]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T23:03:57.5226653Z [00:02:42.806]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/5c/5cb74520f2f6296e3f74aa1785fa5ed989eea68c78bcf3d08a826a3455db333e-d # internal
2025-08-20T23:03:57.5250364Z [00:02:42.808]➜  github.com/gobwas/glob/syntax/lexer
2025-08-20T23:03:57.5253237Z [00:02:42.808]➜  mkdir -p $WORK/b801/
2025-08-20T23:03:57.5274166Z [00:02:42.811]➜  cat >/tmp/go-build3700090427/b801/importcfg << 'EOF' # internal
2025-08-20T23:03:57.5287427Z [00:02:42.811]➜  # import config
2025-08-20T23:03:57.5288140Z [00:02:42.811]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:57.5288993Z [00:02:42.811]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:57.5290325Z [00:02:42.811]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3700090427/b798/_pkg_.a
2025-08-20T23:03:57.5291407Z [00:02:42.811]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:57.5292074Z [00:02:42.811]➜  EOF
2025-08-20T23:03:57.5321178Z [00:02:42.815]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:57.5332122Z [00:02:42.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/lexer=>github.com/gobwas/glob@v0.2.3/syntax/lexer;$WORK/b801=>" -p github.com/gobwas/glob/syntax/lexer -lang=go1.16 -complete -installsuffix shared -buildid h8jmPM2LippLuRZlqa9M/h8jmPM2LippLuRZlqa9M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/lexer/lexer.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/lexer/token.go
2025-08-20T23:03:57.5336263Z [00:02:42.816]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd
2025-08-20T23:03:57.5339130Z [00:02:42.816]➜  /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/b764=>" -I $WORK/b764/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b764/matchlen_amd64.o ./matchlen_amd64.s
2025-08-20T23:03:57.5424125Z [00:02:42.825]➜  /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/b764=>" -I $WORK/b764/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b764/seqdec_amd64.o ./seqdec_amd64.s
2025-08-20T23:03:57.5972265Z [00:02:42.880]➜  go tool pack r $WORK/b764/_pkg_.a $WORK/b764/fse_decoder_amd64.o $WORK/b764/matchlen_amd64.o $WORK/b764/seqdec_amd64.o # internal
2025-08-20T23:03:57.5978383Z [00:02:42.881]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T23:03:57.6195840Z [00:02:42.903]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T23:03:57.6202889Z [00:02:42.903]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/2a/2acc9268e73c461aba0c8deaf484501d609ee764608b983ad9fe141cb7821145-d # internal
2025-08-20T23:03:57.6214516Z [00:02:42.904]➜  github.com/gobwas/glob/syntax/ast
2025-08-20T23:03:57.6218430Z [00:02:42.904]➜  mkdir -p $WORK/b800/
2025-08-20T23:03:57.6224611Z [00:02:42.905]➜  cat >/tmp/go-build3700090427/b800/importcfg << 'EOF' # internal
2025-08-20T23:03:57.6226077Z [00:02:42.905]➜  # import config
2025-08-20T23:03:57.6229288Z [00:02:42.905]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:57.6233287Z [00:02:42.905]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:57.6235641Z [00:02:42.905]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:57.6238077Z [00:02:42.905]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build3700090427/b801/_pkg_.a
2025-08-20T23:03:57.6239873Z [00:02:42.905]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:57.6243163Z [00:02:42.905]➜  EOF
2025-08-20T23:03:57.6243635Z [00:02:42.905]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:03:57.6247745Z [00:02:42.905]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/ast=>github.com/gobwas/glob@v0.2.3/syntax/ast;$WORK/b800=>" -p github.com/gobwas/glob/syntax/ast -lang=go1.16 -complete -installsuffix shared -buildid m9hmXgHfo772iNO-tqbT/m9hmXgHfo772iNO-tqbT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/ast/ast.go /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/ast/parser.go
2025-08-20T23:03:57.6252128Z [00:02:42.905]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/7c/7cc55b5717666a6ff317d9a0b6db1c55a75eaf50f0cab0e8ba2fc13b0ebb124a-d # internal
2025-08-20T23:03:57.6253315Z [00:02:42.906]➜  github.com/containerd/stargz-snapshotter/estargz
2025-08-20T23:03:57.6253954Z [00:02:42.906]➜  mkdir -p $WORK/b762/
2025-08-20T23:03:57.6254649Z [00:02:42.906]➜  cat >/tmp/go-build3700090427/b762/importcfg << 'EOF' # internal
2025-08-20T23:03:57.6255498Z [00:02:42.906]➜  # import config
2025-08-20T23:03:57.6256185Z [00:02:42.906]➜  packagefile archive/tar=/tmp/go-build3700090427/b710/_pkg_.a
2025-08-20T23:03:57.6257051Z [00:02:42.906]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:57.6257850Z [00:02:42.906]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:57.6258695Z [00:02:42.906]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:57.6260836Z [00:02:42.906]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:57.6261717Z [00:02:42.906]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:03:57.6262769Z [00:02:42.906]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:03:57.6263694Z [00:02:42.906]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:57.6264588Z [00:02:42.906]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:57.6265452Z [00:02:42.906]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:57.6266252Z [00:02:42.906]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:57.6267444Z [00:02:42.906]➜  packagefile github.com/containerd/stargz-snapshotter/estargz/errorutil=/tmp/go-build3700090427/b763/_pkg_.a
2025-08-20T23:03:57.6268785Z [00:02:42.906]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3700090427/b764/_pkg_.a
2025-08-20T23:03:57.6279604Z [00:02:42.906]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3700090427/b720/_pkg_.a
2025-08-20T23:03:57.6281082Z [00:02:42.906]➜  packagefile github.com/vbatts/tar-split/archive/tar=/tmp/go-build3700090427/b772/_pkg_.a
2025-08-20T23:03:57.6282329Z [00:02:42.906]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:03:57.6283307Z [00:02:42.906]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:57.6284102Z [00:02:42.906]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:57.6284936Z [00:02:42.906]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:03:57.6285743Z [00:02:42.906]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:57.6286534Z [00:02:42.906]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:57.6287407Z [00:02:42.906]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:57.6288289Z [00:02:42.906]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:57.6289111Z [00:02:42.907]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:57.6290109Z [00:02:42.907]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:57.6290955Z [00:02:42.907]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:57.6291985Z [00:02:42.907]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:57.6292817Z [00:02:42.907]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:57.6293596Z [00:02:42.907]➜  packagefile testing=/tmp/go-build3700090427/b615/_pkg_.a
2025-08-20T23:03:57.6294396Z [00:02:42.907]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:57.6295038Z [00:02:42.907]➜  EOF
2025-08-20T23:03:57.6301556Z [00:02:42.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b762/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3=>github.com/containerd/stargz-snapshotter/estargz@v0.16.3;$WORK/b762=>" -p github.com/containerd/stargz-snapshotter/estargz -lang=go1.22 -complete -installsuffix shared -buildid 5_JtGJYhRv5xTdk4twPW/5_JtGJYhRv5xTdk4twPW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/build.go /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/estargz.go /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/gzip.go /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/testutil.go /root/go/pkg/mod/github.com/containerd/stargz-snapshotter/estargz@v0.16.3/types.go
2025-08-20T23:03:57.7136874Z [00:02:42.997]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T23:03:57.7143783Z [00:02:42.997]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/aa/aae038ab5cd62dd6aeb93f9236f044d6319995f52ca29e9b98eb728f2fbc3656-d # internal
2025-08-20T23:03:57.7149588Z [00:02:42.998]➜  github.com/google/go-containerregistry/internal/zstd
2025-08-20T23:03:57.7159630Z [00:02:42.998]➜  mkdir -p $WORK/b776/
2025-08-20T23:03:57.7160489Z [00:02:42.998]➜  cat >/tmp/go-build3700090427/b776/importcfg << 'EOF' # internal
2025-08-20T23:03:57.7161349Z [00:02:42.998]➜  # import config
2025-08-20T23:03:57.7162030Z [00:02:42.998]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:57.7162901Z [00:02:42.998]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:57.7164048Z [00:02:42.998]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3700090427/b773/_pkg_.a
2025-08-20T23:03:57.7165378Z [00:02:42.998]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3700090427/b764/_pkg_.a
2025-08-20T23:03:57.7166352Z [00:02:42.998]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:57.7166936Z [00:02:42.998]➜  EOF
2025-08-20T23:03:57.7171533Z [00:02:42.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/zstd=>github.com/google/go-containerregistry@v0.20.6/internal/zstd;$WORK/b776=>" -p github.com/google/go-containerregistry/internal/zstd -lang=go1.24 -complete -installsuffix shared -buildid LT06dJgqdH4JPdF15sPh/LT06dJgqdH4JPdF15sPh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/zstd/zstd.go
2025-08-20T23:03:57.7814153Z [00:02:43.064]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T23:03:57.7948932Z [00:02:43.078]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/20/20c500f4945d1a6f0599b05623071c0b96b889566499cfa0525ecf92687e5881-d # internal
2025-08-20T23:03:57.7954945Z [00:02:43.079]➜  github.com/google/go-containerregistry/internal/compression
2025-08-20T23:03:57.7958048Z [00:02:43.079]➜  mkdir -p $WORK/b774/
2025-08-20T23:03:57.8039675Z [00:02:43.087]➜  cat >/tmp/go-build3700090427/b774/importcfg << 'EOF' # internal
2025-08-20T23:03:57.8040703Z [00:02:43.087]➜  # import config
2025-08-20T23:03:57.8041924Z [00:02:43.087]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:57.8045112Z [00:02:43.087]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:57.8046298Z [00:02:43.087]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build3700090427/b775/_pkg_.a
2025-08-20T23:03:57.8047920Z [00:02:43.087]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build3700090427/b776/_pkg_.a
2025-08-20T23:03:57.8049626Z [00:02:43.087]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build3700090427/b777/_pkg_.a
2025-08-20T23:03:57.8050737Z [00:02:43.087]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:57.8051315Z [00:02:43.087]➜  EOF
2025-08-20T23:03:57.8055723Z [00:02:43.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b774/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/compression=>github.com/google/go-containerregistry@v0.20.6/internal/compression;$WORK/b774=>" -p github.com/google/go-containerregistry/internal/compression -lang=go1.24 -complete -installsuffix shared -buildid zRKpLAu1QpwYnVMGMQJP/zRKpLAu1QpwYnVMGMQJP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/compression/compression.go
2025-08-20T23:03:57.8525381Z [00:02:43.136]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T23:03:57.8533175Z [00:02:43.136]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/bd/bdc0db1e20ea621ff97ce4a837ebcbec5a9c0dc0a630babb1b1147b5433b5115-d # internal
2025-08-20T23:03:57.8538849Z [00:02:43.137]➜  github.com/google/go-containerregistry/pkg/v1/partial
2025-08-20T23:03:57.8539767Z [00:02:43.137]➜  mkdir -p $WORK/b780/
2025-08-20T23:03:57.8544922Z [00:02:43.138]➜  cat >/tmp/go-build3700090427/b780/importcfg << 'EOF' # internal
2025-08-20T23:03:57.8548786Z [00:02:43.138]➜  # import config
2025-08-20T23:03:57.8582195Z [00:02:43.138]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:57.8587433Z [00:02:43.141]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:57.8588367Z [00:02:43.141]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:57.8589706Z [00:02:43.141]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3700090427/b773/_pkg_.a
2025-08-20T23:03:57.8591217Z [00:02:43.141]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build3700090427/b774/_pkg_.a
2025-08-20T23:03:57.8592757Z [00:02:43.141]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build3700090427/b775/_pkg_.a
2025-08-20T23:03:57.8594138Z [00:02:43.141]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build3700090427/b776/_pkg_.a
2025-08-20T23:03:57.8595564Z [00:02:43.141]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build3700090427/b777/_pkg_.a
2025-08-20T23:03:57.8597137Z [00:02:43.141]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:03:57.8598555Z [00:02:43.141]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build3700090427/b781/_pkg_.a
2025-08-20T23:03:57.8600322Z [00:02:43.142]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3700090427/b723/_pkg_.a
2025-08-20T23:03:57.8601423Z [00:02:43.142]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:57.8602220Z [00:02:43.142]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:57.8603516Z [00:02:43.142]➜  EOF
2025-08-20T23:03:57.8611013Z [00:02:43.142]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b780/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial;$WORK/b780=>" -p github.com/google/go-containerregistry/pkg/v1/partial -lang=go1.24 -complete -installsuffix shared -buildid 3dSvDFYKcReDnRT_x8M9/3dSvDFYKcReDnRT_x8M9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/compressed.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/index.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/uncompressed.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/partial/with.go
2025-08-20T23:03:57.8624943Z [00:02:43.146]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T23:03:57.8641856Z [00:02:43.146]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T23:03:57.8683829Z [00:02:43.151]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/2c/2cf4b66238b28b074ac9bf1f7ac16212780189ca42c36fb03a2361bb53bb34c1-d # internal
2025-08-20T23:03:57.8693113Z [00:02:43.152]➜  github.com/klauspost/pgzip
2025-08-20T23:03:57.8693689Z [00:02:43.152]➜  mkdir -p $WORK/b792/
2025-08-20T23:03:57.8694392Z [00:02:43.152]➜  cat >/tmp/go-build3700090427/b792/importcfg << 'EOF' # internal
2025-08-20T23:03:57.8695046Z [00:02:43.152]➜  # import config
2025-08-20T23:03:57.8695678Z [00:02:43.152]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:57.8696644Z [00:02:43.152]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:57.8697433Z [00:02:43.152]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:57.8698203Z [00:02:43.152]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:57.8699212Z [00:02:43.152]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3700090427/b793/_pkg_.a
2025-08-20T23:03:57.8700405Z [00:02:43.152]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:57.8701248Z [00:02:43.152]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:03:57.8702305Z [00:02:43.152]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:57.8703099Z [00:02:43.152]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:57.8703935Z [00:02:43.152]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:57.8704740Z [00:02:43.152]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:57.8705350Z [00:02:43.152]➜  EOF
2025-08-20T23:03:57.8709176Z [00:02:43.152]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b792/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6=>github.com/klauspost/pgzip@v1.2.6;$WORK/b792=>" -p github.com/klauspost/pgzip -lang=go1.16 -complete -installsuffix shared -buildid aUhCcwv21x9AuS4uvtTy/aUhCcwv21x9AuS4uvtTy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6/gunzip.go /root/go/pkg/mod/github.com/klauspost/pgzip@v1.2.6/gzip.go
2025-08-20T23:03:57.8845847Z [00:02:43.167]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/6c/6c8a9b8a0c21cbd5bc8707e16c537e4e593a41f55065f588a9a02301e4a7429e-d # internal
2025-08-20T23:03:57.8847992Z [00:02:43.167]➜  github.com/docker/docker/api/types/swarm/runtime
2025-08-20T23:03:57.8851976Z [00:02:43.167]➜  mkdir -p $WORK/b751/
2025-08-20T23:03:57.8852747Z [00:02:43.168]➜  cat >/tmp/go-build3700090427/b751/importcfg << 'EOF' # internal
2025-08-20T23:03:57.8853444Z [00:02:43.168]➜  # import config
2025-08-20T23:03:57.8854077Z [00:02:43.168]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:57.8855060Z [00:02:43.168]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3700090427/b752/_pkg_.a
2025-08-20T23:03:57.8856016Z [00:02:43.168]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:57.8859664Z [00:02:43.168]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:57.8860535Z [00:02:43.168]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:03:57.8861162Z [00:02:43.168]➜  EOF
2025-08-20T23:03:57.8866275Z [00:02:43.168]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b751/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/runtime=>github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/runtime;$WORK/b751=>" -p github.com/docker/docker/api/types/swarm/runtime -lang=go1.16 -complete -installsuffix shared -buildid t46cvkPMzUN1tIdmB4Ja/t46cvkPMzUN1tIdmB4Ja -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/runtime/gen.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/runtime/plugin.pb.go
2025-08-20T23:03:57.9675238Z [00:02:43.251]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T23:03:57.9697624Z [00:02:43.253]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/a1/a1434da2fbd8316b2e14dad60af352203a014406e01f19693436f95213e65f07-d # internal
2025-08-20T23:03:57.9706127Z [00:02:43.254]➜  github.com/docker/docker/api/types/swarm
2025-08-20T23:03:57.9707073Z [00:02:43.254]➜  mkdir -p $WORK/b750/
2025-08-20T23:03:57.9717641Z [00:02:43.255]➜  cat >/tmp/go-build3700090427/b750/importcfg << 'EOF' # internal
2025-08-20T23:03:57.9719715Z [00:02:43.255]➜  # import config
2025-08-20T23:03:57.9725034Z [00:02:43.255]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3700090427/b726/_pkg_.a
2025-08-20T23:03:57.9727868Z [00:02:43.255]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3700090427/b729/_pkg_.a
2025-08-20T23:03:57.9729230Z [00:02:43.255]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build3700090427/b731/_pkg_.a
2025-08-20T23:03:57.9730767Z [00:02:43.255]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build3700090427/b732/_pkg_.a
2025-08-20T23:03:57.9732058Z [00:02:43.255]➜  packagefile github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build3700090427/b751/_pkg_.a
2025-08-20T23:03:57.9733348Z [00:02:43.255]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:57.9734140Z [00:02:43.255]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:57.9734918Z [00:02:43.255]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:57.9735478Z [00:02:43.255]➜  EOF
2025-08-20T23:03:57.9748151Z [00:02:43.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm=>github.com/docker/docker@v28.3.3+incompatible/api/types/swarm;$WORK/b750=>" -p github.com/docker/docker/api/types/swarm -lang=go1.16 -complete -installsuffix shared -buildid XduizdGrNwK1BKNX2XXX/XduizdGrNwK1BKNX2XXX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/common.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/config.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/container.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/network.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/node.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/runtime.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/secret.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/service.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/service_create_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/service_update_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/swarm.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/swarm/task.go
2025-08-20T23:03:57.9759489Z [00:02:43.256]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T23:03:57.9762561Z [00:02:43.259]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/6e/6e0d1b58de84c42a6688281be2d4ea14956a4227bd7583b979b36e9a955cc4f4-d # internal
2025-08-20T23:03:57.9767122Z [00:02:43.260]➜  github.com/google/go-containerregistry/pkg/v1/empty
2025-08-20T23:03:57.9767833Z [00:02:43.260]➜  mkdir -p $WORK/b787/
2025-08-20T23:03:57.9772924Z [00:02:43.260]➜  cat >/tmp/go-build3700090427/b787/importcfg << 'EOF' # internal
2025-08-20T23:03:57.9776367Z [00:02:43.260]➜  # import config
2025-08-20T23:03:57.9777236Z [00:02:43.260]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:57.9778266Z [00:02:43.260]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:57.9779148Z [00:02:43.260]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:57.9780357Z [00:02:43.260]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:03:57.9781756Z [00:02:43.260]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3700090427/b780/_pkg_.a
2025-08-20T23:03:57.9783187Z [00:02:43.260]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3700090427/b723/_pkg_.a
2025-08-20T23:03:57.9784086Z [00:02:43.260]➜  EOF
2025-08-20T23:03:57.9789617Z [00:02:43.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/empty=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/empty;$WORK/b787=>" -p github.com/google/go-containerregistry/pkg/v1/empty -lang=go1.24 -complete -installsuffix shared -buildid C3PpP0SkE0b2SZbLUs6J/C3PpP0SkE0b2SZbLUs6J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/empty/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/empty/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/empty/index.go
2025-08-20T23:03:57.9864783Z [00:02:43.270]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T23:03:57.9885126Z [00:02:43.272]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/62/62122180250c90daf7f0d007ab1c3bff1aaa9bd1dd191803ce474ea35330f8f7-d # internal
2025-08-20T23:03:57.9891310Z [00:02:43.272]➜  github.com/gobwas/glob/compiler
2025-08-20T23:03:57.9892109Z [00:02:43.272]➜  mkdir -p $WORK/b796/
2025-08-20T23:03:57.9900588Z [00:02:43.273]➜  cat >/tmp/go-build3700090427/b796/importcfg << 'EOF' # internal
2025-08-20T23:03:57.9901345Z [00:02:43.273]➜  # import config
2025-08-20T23:03:57.9903102Z [00:02:43.273]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:57.9904252Z [00:02:43.273]➜  packagefile github.com/gobwas/glob/match=/tmp/go-build3700090427/b797/_pkg_.a
2025-08-20T23:03:57.9905424Z [00:02:43.273]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build3700090427/b800/_pkg_.a
2025-08-20T23:03:57.9906633Z [00:02:43.273]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3700090427/b798/_pkg_.a
2025-08-20T23:03:57.9907667Z [00:02:43.273]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:57.9908316Z [00:02:43.273]➜  EOF
2025-08-20T23:03:57.9912024Z [00:02:43.273]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/compiler=>github.com/gobwas/glob@v0.2.3/compiler;$WORK/b796=>" -p github.com/gobwas/glob/compiler -lang=go1.16 -complete -installsuffix shared -buildid 6PieRqGChW2XOfJIPeEJ/6PieRqGChW2XOfJIPeEJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/compiler/compiler.go
2025-08-20T23:03:58.0055925Z [00:02:43.289]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T23:03:58.0074550Z [00:02:43.290]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/ce/ce98e7b80e47fdb9e21408cadbb4879a29ceb8a3c622fcdf81ca72965c2e2cee-d # internal
2025-08-20T23:03:58.0084242Z [00:02:43.291]➜  github.com/gobwas/glob/syntax
2025-08-20T23:03:58.0084911Z [00:02:43.291]➜  mkdir -p $WORK/b802/
2025-08-20T23:03:58.0085698Z [00:02:43.291]➜  cat >/tmp/go-build3700090427/b802/importcfg << 'EOF' # internal
2025-08-20T23:03:58.0086681Z [00:02:43.291]➜  # import config
2025-08-20T23:03:58.0087590Z [00:02:43.291]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build3700090427/b800/_pkg_.a
2025-08-20T23:03:58.0088886Z [00:02:43.291]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build3700090427/b801/_pkg_.a
2025-08-20T23:03:58.0089937Z [00:02:43.291]➜  EOF
2025-08-20T23:03:58.0093432Z [00:02:43.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b802/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax=>github.com/gobwas/glob@v0.2.3/syntax;$WORK/b802=>" -p github.com/gobwas/glob/syntax -lang=go1.16 -complete -installsuffix shared -buildid aoRO7zLFAppxvZUIzSIt/aoRO7zLFAppxvZUIzSIt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/syntax.go
2025-08-20T23:03:58.0116189Z [00:02:43.295]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T23:03:58.0120723Z [00:02:43.295]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/18/189ca11ed7a3cb82c5655f99d141697728a4af80f3f9a08d04ff831a8e52d12e-d # internal
2025-08-20T23:03:58.0122191Z [00:02:43.295]➜  github.com/docker/docker/api/types/volume
2025-08-20T23:03:58.0122826Z [00:02:43.295]➜  mkdir -p $WORK/b753/
2025-08-20T23:03:58.0123568Z [00:02:43.295]➜  cat >/tmp/go-build3700090427/b753/importcfg << 'EOF' # internal
2025-08-20T23:03:58.0124267Z [00:02:43.295]➜  # import config
2025-08-20T23:03:58.0125183Z [00:02:43.295]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3700090427/b729/_pkg_.a
2025-08-20T23:03:58.0126425Z [00:02:43.295]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build3700090427/b750/_pkg_.a
2025-08-20T23:03:58.0127303Z [00:02:43.295]➜  EOF
2025-08-20T23:03:58.0136152Z [00:02:43.295]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume=>github.com/docker/docker@v28.3.3+incompatible/api/types/volume;$WORK/b753=>" -p github.com/docker/docker/api/types/volume -lang=go1.16 -complete -installsuffix shared -buildid va_RMd0IqhANBgRXB5li/va_RMd0IqhANBgRXB5li -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/cluster_volume.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/create_options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/list_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/volume.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/volume/volume_update.go
2025-08-20T23:03:58.0244975Z [00:02:43.308]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T23:03:58.0251303Z [00:02:43.308]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/76/76579c24aca587f9dae7c901a3e7636447054cb9cb11ba6a7dfa14a3e3127784-d # internal
2025-08-20T23:03:58.0320116Z [00:02:43.315]➜  github.com/go-errors/errors
2025-08-20T23:03:58.0323337Z [00:02:43.315]➜  mkdir -p $WORK/b804/
2025-08-20T23:03:58.0328311Z [00:02:43.316]➜  cat >/tmp/go-build3700090427/b804/importcfg << 'EOF' # internal
2025-08-20T23:03:58.0333948Z [00:02:43.316]➜  # import config
2025-08-20T23:03:58.0334629Z [00:02:43.316]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:58.0335434Z [00:02:43.316]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:58.0346704Z [00:02:43.316]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:58.0347621Z [00:02:43.316]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:58.0348432Z [00:02:43.316]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:58.0349641Z [00:02:43.316]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:58.0355179Z [00:02:43.316]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:58.0356150Z [00:02:43.316]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:58.0356984Z [00:02:43.316]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:58.0357604Z [00:02:43.316]➜  EOF
2025-08-20T23:03:58.0362802Z [00:02:43.316]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-errors/errors@v1.5.1=>github.com/go-errors/errors@v1.5.1;$WORK/b804=>" -p github.com/go-errors/errors -lang=go1.14 -complete -installsuffix shared -buildid Ji4z0sw1qQ7EoU_xKQZj/Ji4z0sw1qQ7EoU_xKQZj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /root/go/pkg/mod/github.com/go-errors/errors@v1.5.1/error.go /root/go/pkg/mod/github.com/go-errors/errors@v1.5.1/error_1_13.go /root/go/pkg/mod/github.com/go-errors/errors@v1.5.1/join_unwrap_1_20.go /root/go/pkg/mod/github.com/go-errors/errors@v1.5.1/parse_panic.go /root/go/pkg/mod/github.com/go-errors/errors@v1.5.1/stackframe.go
2025-08-20T23:03:58.0367527Z [00:02:43.316]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T23:03:58.0368774Z [00:02:43.317]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/34/348819ce7ab57889748646b0a04a930a53a1a66a88c81dedeaf582932b2e4fe4-d # internal
2025-08-20T23:03:58.0371664Z [00:02:43.318]➜  github.com/docker/docker/api/types
2025-08-20T23:03:58.0372310Z [00:02:43.318]➜  mkdir -p $WORK/b747/
2025-08-20T23:03:58.0373079Z [00:02:43.318]➜  cat >/tmp/go-build3700090427/b747/importcfg << 'EOF' # internal
2025-08-20T23:03:58.0373745Z [00:02:43.318]➜  # import config
2025-08-20T23:03:58.0374401Z [00:02:43.319]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:58.0375530Z [00:02:43.319]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:58.0376455Z [00:02:43.319]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:58.0377324Z [00:02:43.319]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:58.0378370Z [00:02:43.319]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build3700090427/b748/_pkg_.a
2025-08-20T23:03:58.0379875Z [00:02:43.319]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build3700090427/b728/_pkg_.a
2025-08-20T23:03:58.0381203Z [00:02:43.319]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3700090427/b726/_pkg_.a
2025-08-20T23:03:58.0382536Z [00:02:43.319]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build3700090427/b725/_pkg_.a
2025-08-20T23:03:58.0383858Z [00:02:43.319]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build3700090427/b734/_pkg_.a
2025-08-20T23:03:58.0385171Z [00:02:43.319]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build3700090427/b750/_pkg_.a
2025-08-20T23:03:58.0386468Z [00:02:43.319]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build3700090427/b753/_pkg_.a
2025-08-20T23:03:58.0387493Z [00:02:43.319]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:58.0388282Z [00:02:43.319]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:58.0388870Z [00:02:43.319]➜  EOF
2025-08-20T23:03:58.0399811Z [00:02:43.319]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b747/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types=>github.com/docker/docker@v28.3.3+incompatible/api/types;$WORK/b747=>" -p github.com/docker/docker/api/types -lang=go1.16 -complete -installsuffix shared -buildid AU1XHdqQd6bxyxLuuYVL/AU1XHdqQd6bxyxLuuYVL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/client.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/error_response.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/error_response_ext.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin_device.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin_env.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin_interface_type.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin_mount.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/plugin_responses.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/types.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/types_deprecated.go
2025-08-20T23:03:58.0489761Z [00:02:43.332]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T23:03:58.0502800Z [00:02:43.333]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/f3/f3256b4d307fa1fd8a7c70aa33af81dcb823af289a31bdd8f411a6b5f5c72b69-d # internal
2025-08-20T23:03:58.0506599Z [00:02:43.334]➜  github.com/docker/docker/api/types/system
2025-08-20T23:03:58.0511987Z [00:02:43.334]➜  mkdir -p $WORK/b756/
2025-08-20T23:03:58.0512939Z [00:02:43.334]➜  cat >/tmp/go-build3700090427/b756/importcfg << 'EOF' # internal
2025-08-20T23:03:58.0521230Z [00:02:43.335]➜  # import config
2025-08-20T23:03:58.0521923Z [00:02:43.335]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:58.0522772Z [00:02:43.335]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:58.0523791Z [00:02:43.335]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build3700090427/b748/_pkg_.a
2025-08-20T23:03:58.0525076Z [00:02:43.335]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3700090427/b726/_pkg_.a
2025-08-20T23:03:58.0526645Z [00:02:43.335]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build3700090427/b725/_pkg_.a
2025-08-20T23:03:58.0528003Z [00:02:43.335]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build3700090427/b749/_pkg_.a
2025-08-20T23:03:58.0529316Z [00:02:43.335]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build3700090427/b750/_pkg_.a
2025-08-20T23:03:58.0530785Z [00:02:43.335]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build3700090427/b753/_pkg_.a
2025-08-20T23:03:58.0531860Z [00:02:43.335]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:58.0532485Z [00:02:43.335]➜  EOF
2025-08-20T23:03:58.0538768Z [00:02:43.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b756/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/system=>github.com/docker/docker@v28.3.3+incompatible/api/types/system;$WORK/b756=>" -p github.com/docker/docker/api/types/system -lang=go1.16 -complete -installsuffix shared -buildid OowHpI1bALraoUg3uWNT/OowHpI1bALraoUg3uWNT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/system/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/system/info.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/system/runtime.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/api/types/system/security_opts.go
2025-08-20T23:03:58.0866361Z [00:02:43.370]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T23:03:58.0868721Z [00:02:43.370]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T23:03:58.0892985Z [00:02:43.372]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/00/0050835db5f8dbf8bb3bd5efb87356ed19789f684a635ee3b0b93fb81aaa7ad8-d # internal
2025-08-20T23:03:58.0896685Z [00:02:43.372]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/ec/ec4ea28d54c2db7540ade0e7003684207e6d7fe45880233db8c48a9d7c6259fc-d # internal
2025-08-20T23:03:58.0904390Z [00:02:43.374]➜  github.com/gobwas/glob
2025-08-20T23:03:58.0904985Z [00:02:43.374]➜  mkdir -p $WORK/b795/
2025-08-20T23:03:58.0921123Z [00:02:43.375]➜  cat >/tmp/go-build3700090427/b795/importcfg << 'EOF' # internal
2025-08-20T23:03:58.0923811Z [00:02:43.376]➜  # import config
2025-08-20T23:03:58.0924683Z [00:02:43.376]➜  packagefile github.com/gobwas/glob/compiler=/tmp/go-build3700090427/b796/_pkg_.a
2025-08-20T23:03:58.0925831Z [00:02:43.376]➜  packagefile github.com/gobwas/glob/syntax=/tmp/go-build3700090427/b802/_pkg_.a
2025-08-20T23:03:58.0926570Z [00:02:43.376]➜  EOF
2025-08-20T23:03:58.0929780Z [00:02:43.376]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3=>github.com/gobwas/glob@v0.2.3;$WORK/b795=>" -p github.com/gobwas/glob -lang=go1.16 -complete -installsuffix shared -buildid ZBJvSE5YwBHs3MZkPQGL/ZBJvSE5YwBHs3MZkPQGL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/glob.go
2025-08-20T23:03:58.0938507Z [00:02:43.377]➜  github.com/docker/docker/client
2025-08-20T23:03:58.0952764Z [00:02:43.378]➜  mkdir -p $WORK/b741/
2025-08-20T23:03:58.0961177Z [00:02:43.379]➜  cat >/tmp/go-build3700090427/b741/importcfg << 'EOF' # internal
2025-08-20T23:03:58.0968234Z [00:02:43.380]➜  # import config
2025-08-20T23:03:58.0972576Z [00:02:43.380]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:58.0973330Z [00:02:43.380]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:58.0974084Z [00:02:43.380]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:58.0974859Z [00:02:43.380]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:03:58.0975691Z [00:02:43.380]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:03:58.0976532Z [00:02:43.380]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:58.0977546Z [00:02:43.380]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:58.0978289Z [00:02:43.380]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:58.0979174Z [00:02:43.380]➜  packagefile github.com/containerd/errdefs=/tmp/go-build3700090427/b742/_pkg_.a
2025-08-20T23:03:58.0980489Z [00:02:43.380]➜  packagefile github.com/containerd/errdefs/pkg/errhttp=/tmp/go-build3700090427/b743/_pkg_.a
2025-08-20T23:03:58.0981649Z [00:02:43.380]➜  packagefile github.com/distribution/reference=/tmp/go-build3700090427/b745/_pkg_.a
2025-08-20T23:03:58.0982697Z [00:02:43.380]➜  packagefile github.com/docker/docker/api=/tmp/go-build3700090427/b746/_pkg_.a
2025-08-20T23:03:58.0983769Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build3700090427/b747/_pkg_.a
2025-08-20T23:03:58.0984905Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build3700090427/b748/_pkg_.a
2025-08-20T23:03:58.0986147Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/checkpoint=/tmp/go-build3700090427/b754/_pkg_.a
2025-08-20T23:03:58.0987410Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3700090427/b726/_pkg_.a
2025-08-20T23:03:58.0988624Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/events=/tmp/go-build3700090427/b755/_pkg_.a
2025-08-20T23:03:58.0994313Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3700090427/b729/_pkg_.a
2025-08-20T23:03:58.0995596Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build3700090427/b725/_pkg_.a
2025-08-20T23:03:58.0996800Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build3700090427/b732/_pkg_.a
2025-08-20T23:03:58.0998020Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build3700090427/b749/_pkg_.a
2025-08-20T23:03:58.0999242Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build3700090427/b750/_pkg_.a
2025-08-20T23:03:58.1000580Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/system=/tmp/go-build3700090427/b756/_pkg_.a
2025-08-20T23:03:58.1001929Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/time=/tmp/go-build3700090427/b757/_pkg_.a
2025-08-20T23:03:58.1003101Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build3700090427/b730/_pkg_.a
2025-08-20T23:03:58.1004297Z [00:02:43.380]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build3700090427/b753/_pkg_.a
2025-08-20T23:03:58.1005501Z [00:02:43.380]➜  packagefile github.com/docker/docker/internal/lazyregexp=/tmp/go-build3700090427/b758/_pkg_.a
2025-08-20T23:03:58.1006707Z [00:02:43.380]➜  packagefile github.com/docker/go-connections/sockets=/tmp/go-build3700090427/b759/_pkg_.a
2025-08-20T23:03:58.1007872Z [00:02:43.380]➜  packagefile github.com/docker/go-connections/tlsconfig=/tmp/go-build3700090427/b760/_pkg_.a
2025-08-20T23:03:58.1009048Z [00:02:43.380]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3700090427/b720/_pkg_.a
2025-08-20T23:03:58.1010390Z [00:02:43.380]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3700090427/b739/_pkg_.a
2025-08-20T23:03:58.1011497Z [00:02:43.380]➜  packagefile github.com/pkg/errors=/tmp/go-build3700090427/b570/_pkg_.a
2025-08-20T23:03:58.1012869Z [00:02:43.380]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3700090427/b559/_pkg_.a
2025-08-20T23:03:58.1014124Z [00:02:43.380]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:03:58.1014974Z [00:02:43.380]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:58.1015674Z [00:02:43.380]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:58.1016422Z [00:02:43.380]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:58.1017350Z [00:02:43.380]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:58.1018078Z [00:02:43.380]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:58.1018782Z [00:02:43.380]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:58.1026398Z [00:02:43.380]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:58.1027326Z [00:02:43.380]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:58.1028090Z [00:02:43.380]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:58.1028831Z [00:02:43.380]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:58.1029796Z [00:02:43.380]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:58.1030549Z [00:02:43.380]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:58.1031309Z [00:02:43.380]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:58.1032095Z [00:02:43.380]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:58.1032644Z [00:02:43.380]➜  EOF
2025-08-20T23:03:58.1145369Z [00:02:43.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b741/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client=>github.com/docker/docker@v28.3.3+incompatible/client;$WORK/b741=>" -p github.com/docker/docker/client -lang=go1.16 -complete -installsuffix shared -buildid 0kYAAkEmirOjXro0o1Wc/0kYAAkEmirOjXro0o1Wc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/build_cancel.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/build_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/checkpoint.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/checkpoint_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/checkpoint_delete.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/checkpoint_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/client.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/client_deprecated.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/client_interfaces.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/client_unix.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/config_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/config_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/config_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/config_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/config_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_attach.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_commit.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_copy.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_diff.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_exec.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_export.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_kill.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_logs.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_pause.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_rename.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_resize.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_restart.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_start.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_stats.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_stop.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_top.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_unpause.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/container_wait.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/disk_usage.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/distribution_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/envvars.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/errors.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/events.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/hijack.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_build.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_history.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_history_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_import.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_inspect_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_load.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_load_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_pull.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_push.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_save.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_save_opts.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_search.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/image_tag.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/info.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/login.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_connect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_disconnect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/network_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/node_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/node_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/node_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/node_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/options.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/ping.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_disable.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_enable.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_install.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_push.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_set.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/plugin_upgrade.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/request.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/secret_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/secret_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/secret_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/secret_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/secret_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_logs.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/service_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_get_unlock_key.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_init.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_join.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_leave.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_unlock.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/swarm_update.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/task_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/task_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/task_logs.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/utils.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/version.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_create.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_inspect.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_list.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_prune.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_remove.go /root/go/pkg/mod/github.com/docker/docker@v28.3.3+incompatible/client/volume_update.go
2025-08-20T23:03:58.1219197Z [00:02:43.392]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T23:03:58.1220743Z [00:02:43.392]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/6c/6ca07507f5baa55e77144b1ed901e32fe8d6097e7eb3b8640c4a1dbef22efd3e-d # internal
2025-08-20T23:03:58.1221845Z [00:02:43.392]➜  archive/zip
2025-08-20T23:03:58.1222333Z [00:02:43.392]➜  mkdir -p $WORK/b806/
2025-08-20T23:03:58.1222944Z [00:02:43.392]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T23:03:58.1224075Z [00:02:43.392]➜  cat >/tmp/go-build3700090427/b806/importcfg << 'EOF' # internal
2025-08-20T23:03:58.1224824Z [00:02:43.392]➜  # import config
2025-08-20T23:03:58.1225486Z [00:02:43.392]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:58.1226391Z [00:02:43.392]➜  packagefile compress/flate=/tmp/go-build3700090427/b104/_pkg_.a
2025-08-20T23:03:58.1227349Z [00:02:43.392]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:58.1228249Z [00:02:43.392]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:58.1229082Z [00:02:43.392]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:58.1230127Z [00:02:43.392]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:58.1230980Z [00:02:43.392]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:03:58.1231921Z [00:02:43.392]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:03:58.1232836Z [00:02:43.392]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:58.1233624Z [00:02:43.392]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:58.1234451Z [00:02:43.392]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:58.1235243Z [00:02:43.392]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:58.1236128Z [00:02:43.392]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:58.1237013Z [00:02:43.392]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:58.1237851Z [00:02:43.392]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:58.1238689Z [00:02:43.392]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:58.1239784Z [00:02:43.392]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:58.1240677Z [00:02:43.392]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:58.1241365Z [00:02:43.392]➜  EOF
2025-08-20T23:03:58.1244822Z [00:02:43.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b806/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b806=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid POmn5GHYG7XLbkAGVbpy/POmn5GHYG7XLbkAGVbpy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack /root/.go/src/archive/zip/reader.go /root/.go/src/archive/zip/register.go /root/.go/src/archive/zip/struct.go /root/.go/src/archive/zip/writer.go
2025-08-20T23:03:58.1248924Z [00:02:43.392]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/b0/b04ffd4b60eab789c8b057b28a36a1f40cb215beb3b562ee98cfb7def3c007ea-d # internal
2025-08-20T23:03:58.1250398Z [00:02:43.392]➜  github.com/trufflesecurity/trufflehog/v3/pkg/common/glob
2025-08-20T23:03:58.1251028Z [00:02:43.392]➜  mkdir -p $WORK/b794/
2025-08-20T23:03:58.1251675Z [00:02:43.392]➜  cat >/tmp/go-build3700090427/b794/importcfg << 'EOF' # internal
2025-08-20T23:03:58.1252297Z [00:02:43.392]➜  # import config
2025-08-20T23:03:58.1252873Z [00:02:43.392]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:58.1253698Z [00:02:43.392]➜  packagefile github.com/gobwas/glob=/tmp/go-build3700090427/b795/_pkg_.a
2025-08-20T23:03:58.1254344Z [00:02:43.392]➜  EOF
2025-08-20T23:03:58.1257649Z [00:02:43.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b794/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/glob=>github.com/trufflesecurity/trufflehog/v3/pkg/common/glob;$WORK/b794=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/common/glob -lang=go1.24 -complete -installsuffix shared -buildid mVcIOMI5QnUKno7K2Pse/mVcIOMI5QnUKno7K2Pse -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack ./pkg/common/glob/glob.go
2025-08-20T23:03:58.1370270Z [00:02:43.420]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T23:03:58.1382196Z [00:02:43.421]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/e9/e945f1c80ac7f9adff014e71ab4dd184834e2638f5c9c979156f7e2bf440b50b-d # internal
2025-08-20T23:03:58.1387492Z [00:02:43.422]➜  encoding/xml
2025-08-20T23:03:58.1393189Z [00:02:43.422]➜  mkdir -p $WORK/b807/
2025-08-20T23:03:58.1402277Z [00:02:43.423]➜  cat >/tmp/go-build3700090427/b807/importcfg << 'EOF' # internal
2025-08-20T23:03:58.1407191Z [00:02:43.424]➜  # import config
2025-08-20T23:03:58.1410489Z [00:02:43.424]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:58.1431145Z [00:02:43.425]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:58.1432036Z [00:02:43.425]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:03:58.1432901Z [00:02:43.425]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:58.1433721Z [00:02:43.425]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:58.1434502Z [00:02:43.425]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:58.1435317Z [00:02:43.425]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:03:58.1436164Z [00:02:43.425]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:03:58.1437029Z [00:02:43.425]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:58.1437883Z [00:02:43.425]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:58.1438709Z [00:02:43.425]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:58.1440448Z [00:02:43.425]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:03:58.1441391Z [00:02:43.425]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:58.1442076Z [00:02:43.425]➜  EOF
2025-08-20T23:03:58.1445566Z [00:02:43.425]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b807/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b807=>" -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/b807/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-20T23:03:58.8294921Z [00:02:44.113]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T23:03:58.8401318Z [00:02:44.123]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T23:03:58.8460667Z [00:02:44.129]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/1c/1cafd0e5ff9450d48acd602b17e3bfb853fb8216a2705901746de2900322870f-d # internal
2025-08-20T23:03:58.8502225Z [00:02:44.133]➜  github.com/csnewman/dextk
2025-08-20T23:03:58.8503981Z [00:02:44.134]➜  mkdir -p $WORK/b809/
2025-08-20T23:03:58.8507903Z [00:02:44.134]➜  cat >/tmp/go-build3700090427/b809/importcfg << 'EOF' # internal
2025-08-20T23:03:58.8508827Z [00:02:44.134]➜  # import config
2025-08-20T23:03:58.8511594Z [00:02:44.134]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:58.8512564Z [00:02:44.134]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:58.8513375Z [00:02:44.134]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:58.8514152Z [00:02:44.134]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:58.8514926Z [00:02:44.134]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:58.8515729Z [00:02:44.134]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:58.8516588Z [00:02:44.134]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:03:58.8517226Z [00:02:44.134]➜  EOF
2025-08-20T23:03:58.8525693Z [00:02:44.134]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b809/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0=>github.com/csnewman/dextk@v0.3.0;$WORK/b809=>" -p github.com/csnewman/dextk -lang=go1.22 -complete -installsuffix shared -buildid 7IiOMV31TslHsWDFvvd0/7IiOMV31TslHsWDFvvd0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/importcfg -pack /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/cache.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/code.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/flags.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/iter.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/op.gen.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/op.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/op_fmt.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/op_pseudo.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/op_reader.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/opts.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/reader.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/types.go /root/go/pkg/mod/github.com/csnewman/dextk@v0.3.0/utils.go
2025-08-20T23:03:58.8565476Z [00:02:44.140]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/9a/9a73b44558d0361f79d5f625aeb6de1a00b53acd8851634667fb8ccaad6683d6-d # internal
2025-08-20T23:03:58.8573607Z [00:02:44.140]➜  github.com/avast/apkparser
2025-08-20T23:03:58.8574238Z [00:02:44.140]➜  mkdir -p $WORK/b808/
2025-08-20T23:03:58.8599305Z [00:02:44.141]➜  cat >/tmp/go-build3700090427/b808/importcfg << 'EOF' # internal
2025-08-20T23:03:58.8600144Z [00:02:44.141]➜  # import config
2025-08-20T23:03:58.8600827Z [00:02:44.141]➜  packagefile archive/zip=/tmp/go-build3700090427/b806/_pkg_.a
2025-08-20T23:03:58.8601704Z [00:02:44.141]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:58.8602573Z [00:02:44.141]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:58.8603485Z [00:02:44.141]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:03:58.8604313Z [00:02:44.141]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:58.8605086Z [00:02:44.141]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:58.8606057Z [00:02:44.141]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3700090427/b793/_pkg_.a
2025-08-20T23:03:58.8607020Z [00:02:44.141]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:58.8607822Z [00:02:44.141]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:03:58.8608958Z [00:02:44.141]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:03:58.8610073Z [00:02:44.141]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:58.8610840Z [00:02:44.141]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:58.8611685Z [00:02:44.141]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:03:58.8612558Z [00:02:44.141]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:58.8613366Z [00:02:44.141]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:58.8614145Z [00:02:44.141]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:58.8614982Z [00:02:44.141]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:03:58.8615897Z [00:02:44.141]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:58.8616533Z [00:02:44.141]➜  EOF
2025-08-20T23:03:58.8625380Z [00:02:44.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b808/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/avast/apkparser@v0.0.0-20250626104540-d53391f4d69d=>github.com/avast/apkparser@v0.0.0-20250626104540-d53391f4d69d;$WORK/b808=>" -p github.com/avast/apkparser -lang=go1.22 -complete -installsuffix shared -buildid CNRCpGOtdnW7zkZHaXXe/CNRCpGOtdnW7zkZHaXXe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/importcfg -pack /root/go/pkg/mod/github.com/avast/apkparser@v0.0.0-20250626104540-d53391f4d69d/apkparser.go /root/go/pkg/mod/github.com/avast/apkparser@v0.0.0-20250626104540-d53391f4d69d/attributes.go /root/go/pkg/mod/github.com/avast/apkparser@v0.0.0-20250626104540-d53391f4d69d/binxml.go /root/go/pkg/mod/github.com/avast/apkparser@v0.0.0-20250626104540-d53391f4d69d/common.go /root/go/pkg/mod/github.com/avast/apkparser@v0.0.0-20250626104540-d53391f4d69d/encoder.go /root/go/pkg/mod/github.com/avast/apkparser@v0.0.0-20250626104540-d53391f4d69d/resources.go /root/go/pkg/mod/github.com/avast/apkparser@v0.0.0-20250626104540-d53391f4d69d/stringtable.go /root/go/pkg/mod/github.com/avast/apkparser@v0.0.0-20250626104540-d53391f4d69d/zipreader.go
2025-08-20T23:03:58.9560911Z [00:02:44.239]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T23:03:58.9799894Z [00:02:44.263]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/14/14cc06f07158c78ffb52430f1acb413c2009af1988dfb6b4aeaba2e5dff372a3-d # internal
2025-08-20T23:03:58.9810170Z [00:02:44.264]➜  github.com/google/go-containerregistry/internal/estargz
2025-08-20T23:03:58.9812931Z [00:02:44.264]➜  mkdir -p $WORK/b778/
2025-08-20T23:03:58.9821253Z [00:02:44.265]➜  cat >/tmp/go-build3700090427/b778/importcfg << 'EOF' # internal
2025-08-20T23:03:58.9831838Z [00:02:44.265]➜  # import config
2025-08-20T23:03:58.9832571Z [00:02:44.265]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:58.9833734Z [00:02:44.265]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build3700090427/b762/_pkg_.a
2025-08-20T23:03:58.9835309Z [00:02:44.265]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:03:58.9836356Z [00:02:44.265]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:58.9836927Z [00:02:44.265]➜  EOF
2025-08-20T23:03:58.9841344Z [00:02:44.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b778/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/estargz=>github.com/google/go-containerregistry@v0.20.6/internal/estargz;$WORK/b778=>" -p github.com/google/go-containerregistry/internal/estargz -lang=go1.24 -complete -installsuffix shared -buildid 8XFVRnllF_IWfN5XI9md/8XFVRnllF_IWfN5XI9md -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/internal/estargz/estargz.go
2025-08-20T23:03:59.0266376Z [00:02:44.310]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T23:03:59.0273305Z [00:02:44.310]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/5d/5d720c69b93cadd9c86ba40f32fc3185959a5582838604c42b7c0c85b7f2bb32-d # internal
2025-08-20T23:03:59.0279930Z [00:02:44.311]➜  github.com/google/go-containerregistry/pkg/v1/tarball
2025-08-20T23:03:59.0280633Z [00:02:44.311]➜  mkdir -p $WORK/b761/
2025-08-20T23:03:59.0287494Z [00:02:44.311]➜  cat >/tmp/go-build3700090427/b761/importcfg << 'EOF' # internal
2025-08-20T23:03:59.0288183Z [00:02:44.311]➜  # import config
2025-08-20T23:03:59.0288883Z [00:02:44.311]➜  packagefile archive/tar=/tmp/go-build3700090427/b710/_pkg_.a
2025-08-20T23:03:59.0289938Z [00:02:44.311]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:59.0290808Z [00:02:44.311]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:03:59.0292355Z [00:02:44.311]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:59.0293553Z [00:02:44.311]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:59.0294589Z [00:02:44.311]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:59.0295877Z [00:02:44.311]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build3700090427/b762/_pkg_.a
2025-08-20T23:03:59.0298235Z [00:02:44.311]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3700090427/b773/_pkg_.a
2025-08-20T23:03:59.0299905Z [00:02:44.311]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build3700090427/b774/_pkg_.a
2025-08-20T23:03:59.0301443Z [00:02:44.311]➜  packagefile github.com/google/go-containerregistry/internal/estargz=/tmp/go-build3700090427/b778/_pkg_.a
2025-08-20T23:03:59.0302963Z [00:02:44.311]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build3700090427/b775/_pkg_.a
2025-08-20T23:03:59.0304565Z [00:02:44.311]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build3700090427/b776/_pkg_.a
2025-08-20T23:03:59.0306067Z [00:02:44.311]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build3700090427/b777/_pkg_.a
2025-08-20T23:03:59.0307490Z [00:02:44.311]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build3700090427/b779/_pkg_.a
2025-08-20T23:03:59.0308869Z [00:02:44.311]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3700090427/b719/_pkg_.a
2025-08-20T23:03:59.0310615Z [00:02:44.311]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:03:59.0312041Z [00:02:44.311]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3700090427/b780/_pkg_.a
2025-08-20T23:03:59.0313501Z [00:02:44.311]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3700090427/b723/_pkg_.a
2025-08-20T23:03:59.0314615Z [00:02:44.311]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:59.0315363Z [00:02:44.311]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:59.0316301Z [00:02:44.311]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:59.0317177Z [00:02:44.311]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:59.0318094Z [00:02:44.311]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:59.0318949Z [00:02:44.311]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:59.0321882Z [00:02:44.311]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:59.0322491Z [00:02:44.311]➜  EOF
2025-08-20T23:03:59.0329720Z [00:02:44.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b761/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball;$WORK/b761=>" -p github.com/google/go-containerregistry/pkg/v1/tarball -lang=go1.24 -complete -installsuffix shared -buildid oMOTi2CQnx7E-bR_fQL8/oMOTi2CQnx7E-bR_fQL8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball/layer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/tarball/write.go
2025-08-20T23:03:59.1520205Z [00:02:44.435]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T23:03:59.1654268Z [00:02:44.448]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/52/52928310f5a9eaa12980b68d6844065ba8e467218bb70b59fdfc00ddf7651d2c-d # internal
2025-08-20T23:03:59.1665861Z [00:02:44.450]➜  golang.org/x/net/html
2025-08-20T23:03:59.1670682Z [00:02:44.450]➜  mkdir -p $WORK/b812/
2025-08-20T23:03:59.1683094Z [00:02:44.451]➜  cat >/tmp/go-build3700090427/b812/importcfg << 'EOF' # internal
2025-08-20T23:03:59.1690344Z [00:02:44.451]➜  # import config
2025-08-20T23:03:59.1691112Z [00:02:44.451]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:59.1691993Z [00:02:44.451]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:59.1692829Z [00:02:44.451]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:59.1693661Z [00:02:44.451]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:59.1694633Z [00:02:44.451]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3700090427/b813/_pkg_.a
2025-08-20T23:03:59.1695617Z [00:02:44.451]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:59.1696429Z [00:02:44.451]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:03:59.1697255Z [00:02:44.451]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:59.1698294Z [00:02:44.451]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:59.1699232Z [00:02:44.451]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:59.1700108Z [00:02:44.451]➜  EOF
2025-08-20T23:03:59.1706849Z [00:02:44.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b812/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/html=>golang.org/x/net@v0.42.0/html;$WORK/b812=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid -BeUbM32YRJPbOcSLX7Z/-BeUbM32YRJPbOcSLX7Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/const.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/doc.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/doctype.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/entity.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/escape.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/foreign.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/iter.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/node.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/parse.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/render.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/html/token.go
2025-08-20T23:03:59.1835694Z [00:02:44.467]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T23:03:59.1900449Z [00:02:44.473]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/0f/0fd010b2f82d6c26c930956ecfdd04c00fa20be145b448a5ee09056b7caf90bc-d # internal
2025-08-20T23:03:59.1931209Z [00:02:44.475]➜  hash/adler32
2025-08-20T23:03:59.1934121Z [00:02:44.475]➜  mkdir -p $WORK/b817/
2025-08-20T23:03:59.1934872Z [00:02:44.476]➜  cat >/tmp/go-build3700090427/b817/importcfg << 'EOF' # internal
2025-08-20T23:03:59.1936859Z [00:02:44.476]➜  # import config
2025-08-20T23:03:59.1941653Z [00:02:44.476]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:59.1946292Z [00:02:44.476]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:59.1951395Z [00:02:44.476]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:03:59.1952859Z [00:02:44.476]➜  EOF
2025-08-20T23:03:59.1955775Z [00:02:44.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b817/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b817=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid nLLwKS3QG4e0LBzr7Nmu/nLLwKS3QG4e0LBzr7Nmu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T23:03:59.2114844Z [00:02:44.494]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T23:03:59.2171941Z [00:02:44.498]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/32/324bf4d045da68158ca84eab2af83a07eb14fda7966acb3c78d9d7952d61e1da-d # internal
2025-08-20T23:03:59.2174824Z [00:02:44.498]➜  github.com/google/go-containerregistry/pkg/v1/daemon
2025-08-20T23:03:59.2175507Z [00:02:44.498]➜  mkdir -p $WORK/b724/
2025-08-20T23:03:59.2176471Z [00:02:44.498]➜  cat >/tmp/go-build3700090427/b724/importcfg << 'EOF' # internal
2025-08-20T23:03:59.2177196Z [00:02:44.498]➜  # import config
2025-08-20T23:03:59.2177868Z [00:02:44.498]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:59.2178704Z [00:02:44.498]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:59.2179737Z [00:02:44.498]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:59.2180790Z [00:02:44.498]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build3700090427/b725/_pkg_.a
2025-08-20T23:03:59.2182013Z [00:02:44.498]➜  packagefile github.com/docker/docker/client=/tmp/go-build3700090427/b741/_pkg_.a
2025-08-20T23:03:59.2183302Z [00:02:44.498]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3700090427/b719/_pkg_.a
2025-08-20T23:03:59.2184664Z [00:02:44.498]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:03:59.2186223Z [00:02:44.498]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build3700090427/b761/_pkg_.a
2025-08-20T23:03:59.2187735Z [00:02:44.498]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3700090427/b723/_pkg_.a
2025-08-20T23:03:59.2189156Z [00:02:44.498]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build3700090427/b738/_pkg_.a
2025-08-20T23:03:59.2190404Z [00:02:44.498]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:59.2191188Z [00:02:44.498]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:59.2191998Z [00:02:44.498]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:59.2192605Z [00:02:44.498]➜  EOF
2025-08-20T23:03:59.2199716Z [00:02:44.498]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b724/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon;$WORK/b724=>" -p github.com/google/go-containerregistry/pkg/v1/daemon -lang=go1.24 -complete -installsuffix shared -buildid JoZumrGZuNmN8B5Ogn5U/JoZumrGZuNmN8B5Ogn5U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon/options.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/daemon/write.go
2025-08-20T23:03:59.2216369Z [00:02:44.505]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T23:03:59.2228152Z [00:02:44.506]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/8a/8a941064c9e1657c92dde5671fbb1ec09bc2d3b729451f80a68553ce03c9a78d-d # internal
2025-08-20T23:03:59.2235498Z [00:02:44.507]➜  github.com/google/go-containerregistry/pkg/v1/mutate
2025-08-20T23:03:59.2240155Z [00:02:44.507]➜  mkdir -p $WORK/b788/
2025-08-20T23:03:59.2252768Z [00:02:44.508]➜  cat >/tmp/go-build3700090427/b788/importcfg << 'EOF' # internal
2025-08-20T23:03:59.2255386Z [00:02:44.508]➜  # import config
2025-08-20T23:03:59.2258367Z [00:02:44.508]➜  packagefile archive/tar=/tmp/go-build3700090427/b710/_pkg_.a
2025-08-20T23:03:59.2264043Z [00:02:44.508]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:59.2265154Z [00:02:44.508]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:59.2266036Z [00:02:44.508]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:59.2274954Z [00:02:44.508]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:59.2276150Z [00:02:44.508]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build3700090427/b775/_pkg_.a
2025-08-20T23:03:59.2277602Z [00:02:44.508]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build3700090427/b779/_pkg_.a
2025-08-20T23:03:59.2279181Z [00:02:44.508]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:03:59.2280623Z [00:02:44.508]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build3700090427/b787/_pkg_.a
2025-08-20T23:03:59.2281935Z [00:02:44.508]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build3700090427/b781/_pkg_.a
2025-08-20T23:03:59.2283392Z [00:02:44.508]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3700090427/b780/_pkg_.a
2025-08-20T23:03:59.2284858Z [00:02:44.508]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build3700090427/b789/_pkg_.a
2025-08-20T23:03:59.2286319Z [00:02:44.508]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build3700090427/b761/_pkg_.a
2025-08-20T23:03:59.2287762Z [00:02:44.508]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3700090427/b723/_pkg_.a
2025-08-20T23:03:59.2288993Z [00:02:44.508]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:59.2290016Z [00:02:44.508]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:03:59.2290895Z [00:02:44.508]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:59.2291779Z [00:02:44.508]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:59.2292607Z [00:02:44.508]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:59.2293404Z [00:02:44.508]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:59.2294006Z [00:02:44.508]➜  EOF
2025-08-20T23:03:59.2302477Z [00:02:44.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b788/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate;$WORK/b788=>" -p github.com/google/go-containerregistry/pkg/v1/mutate -lang=go1.24 -complete -installsuffix shared -buildid Xd49REGgDYIIEXyfRYb6/Xd49REGgDYIIEXyfRYb6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate/index.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate/mutate.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/mutate/rebase.go
2025-08-20T23:03:59.3101860Z [00:02:44.593]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T23:03:59.3117195Z [00:02:44.595]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/4d/4d3dd665c860a10fc9eeb35c2a697c2fc965f00bba48ee39bd1947e1722e5738-d # internal
2025-08-20T23:03:59.3124428Z [00:02:44.596]➜  compress/zlib
2025-08-20T23:03:59.3127108Z [00:02:44.596]➜  mkdir -p $WORK/b816/
2025-08-20T23:03:59.3129072Z [00:02:44.596]➜  cat >/tmp/go-build3700090427/b816/importcfg << 'EOF' # internal
2025-08-20T23:03:59.3131079Z [00:02:44.596]➜  # import config
2025-08-20T23:03:59.3132660Z [00:02:44.596]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:59.3135207Z [00:02:44.596]➜  packagefile compress/flate=/tmp/go-build3700090427/b104/_pkg_.a
2025-08-20T23:03:59.3137397Z [00:02:44.596]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:59.3139888Z [00:02:44.596]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:59.3143575Z [00:02:44.596]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:59.3144455Z [00:02:44.596]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:59.3146997Z [00:02:44.596]➜  packagefile hash/adler32=/tmp/go-build3700090427/b817/_pkg_.a
2025-08-20T23:03:59.3148219Z [00:02:44.596]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:59.3151673Z [00:02:44.596]➜  EOF
2025-08-20T23:03:59.3157072Z [00:02:44.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b816/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b816=>" -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/b816/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T23:03:59.3533124Z [00:02:44.636]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T23:03:59.3541036Z [00:02:44.637]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/a3/a328f5e0bc9552a126a174bb76d019adfeb90ff9ff7f7dc10e8db565e08aca37-d # internal
2025-08-20T23:03:59.3545278Z [00:02:44.638]➜  debug/macho
2025-08-20T23:03:59.3545776Z [00:02:44.638]➜  mkdir -p $WORK/b815/
2025-08-20T23:03:59.3552792Z [00:02:44.638]➜  cat >/tmp/go-build3700090427/b815/importcfg << 'EOF' # internal
2025-08-20T23:03:59.3553926Z [00:02:44.638]➜  # import config
2025-08-20T23:03:59.3555794Z [00:02:44.638]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:59.3557260Z [00:02:44.638]➜  packagefile compress/zlib=/tmp/go-build3700090427/b816/_pkg_.a
2025-08-20T23:03:59.3560166Z [00:02:44.638]➜  packagefile debug/dwarf=/tmp/go-build3700090427/b666/_pkg_.a
2025-08-20T23:03:59.3561451Z [00:02:44.638]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:59.3563488Z [00:02:44.638]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:59.3565558Z [00:02:44.638]➜  packagefile internal/saferio=/tmp/go-build3700090427/b476/_pkg_.a
2025-08-20T23:03:59.3566446Z [00:02:44.638]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:59.3567281Z [00:02:44.638]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:59.3568109Z [00:02:44.638]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:03:59.3568982Z [00:02:44.638]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:59.3569811Z [00:02:44.638]➜  EOF
2025-08-20T23:03:59.3573627Z [00:02:44.639]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b815/_pkg_.a -trimpath "/root/.go/src/debug/macho=>debug/macho;$WORK/b815=>" -p debug/macho -lang=go1.25 -std -complete -installsuffix shared -buildid sFH6funQuvzzejYANENY/sFH6funQuvzzejYANENY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack /root/.go/src/debug/macho/fat.go /root/.go/src/debug/macho/file.go /root/.go/src/debug/macho/macho.go /root/.go/src/debug/macho/reloctype.go /root/.go/src/debug/macho/reloctype_string.go
2025-08-20T23:03:59.3718623Z [00:02:44.655]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T23:03:59.3742231Z [00:02:44.657]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/fa/fab0f0c59a1ca6b10d99d0e12f221cec4d58082a8f1373add1e8e7916292883d-d # internal
2025-08-20T23:03:59.3749957Z [00:02:44.658]➜  github.com/google/go-containerregistry/pkg/v1/remote
2025-08-20T23:03:59.3753286Z [00:02:44.658]➜  mkdir -p $WORK/b782/
2025-08-20T23:03:59.3762120Z [00:02:44.659]➜  cat >/tmp/go-build3700090427/b782/importcfg << 'EOF' # internal
2025-08-20T23:03:59.3766948Z [00:02:44.659]➜  # import config
2025-08-20T23:03:59.3767674Z [00:02:44.659]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:59.3768525Z [00:02:44.659]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:03:59.3770501Z [00:02:44.659]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:03:59.3771696Z [00:02:44.659]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:59.3772810Z [00:02:44.659]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:59.3774976Z [00:02:44.659]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build3700090427/b783/_pkg_.a
2025-08-20T23:03:59.3776847Z [00:02:44.659]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build3700090427/b784/_pkg_.a
2025-08-20T23:03:59.3778643Z [00:02:44.659]➜  packagefile github.com/google/go-containerregistry/internal/verify=/tmp/go-build3700090427/b786/_pkg_.a
2025-08-20T23:03:59.3781787Z [00:02:44.659]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build3700090427/b711/_pkg_.a
2025-08-20T23:03:59.3783268Z [00:02:44.659]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build3700090427/b779/_pkg_.a
2025-08-20T23:03:59.3784922Z [00:02:44.659]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3700090427/b719/_pkg_.a
2025-08-20T23:03:59.3786305Z [00:02:44.659]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:03:59.3787689Z [00:02:44.660]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build3700090427/b787/_pkg_.a
2025-08-20T23:03:59.3789125Z [00:02:44.660]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build3700090427/b788/_pkg_.a
2025-08-20T23:03:59.3794522Z [00:02:44.660]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3700090427/b780/_pkg_.a
2025-08-20T23:03:59.3796114Z [00:02:44.660]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote/transport=/tmp/go-build3700090427/b790/_pkg_.a
2025-08-20T23:03:59.3797951Z [00:02:44.660]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build3700090427/b789/_pkg_.a
2025-08-20T23:03:59.3799603Z [00:02:44.660]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3700090427/b723/_pkg_.a
2025-08-20T23:03:59.3800906Z [00:02:44.660]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:03:59.3801816Z [00:02:44.660]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:59.3802590Z [00:02:44.660]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:03:59.3803442Z [00:02:44.660]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:03:59.3804230Z [00:02:44.660]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:03:59.3805007Z [00:02:44.660]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:59.3805768Z [00:02:44.660]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:59.3806677Z [00:02:44.660]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:59.3807483Z [00:02:44.660]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:03:59.3808307Z [00:02:44.660]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:03:59.3809057Z [00:02:44.660]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:59.3809842Z [00:02:44.660]➜  EOF
2025-08-20T23:03:59.3825417Z [00:02:44.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b782/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote=>github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote;$WORK/b782=>" -p github.com/google/go-containerregistry/pkg/v1/remote -lang=go1.24 -complete -installsuffix shared -buildid uUKXI7WkBPG9JCPkUhhD/uUKXI7WkBPG9JCPkUhhD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/catalog.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/check.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/delete.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/descriptor.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/doc.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/fetcher.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/image.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/index.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/layer.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/list.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/mount.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/multi_write.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/options.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/progress.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/puller.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/pusher.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/referrers.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/schema1.go /root/go/pkg/mod/github.com/google/go-containerregistry@v0.20.6/pkg/v1/remote/write.go
2025-08-20T23:03:59.5146190Z [00:02:44.798]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T23:03:59.5171072Z [00:02:44.800]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/28/283a7a826e888b0df0761535d9544b9ee317b6aa662e70b3714fb2bb73c3d436-d # internal
2025-08-20T23:03:59.5210976Z [00:02:44.804]➜  github.com/gabriel-vasile/mimetype/internal/json
2025-08-20T23:03:59.5213766Z [00:02:44.804]➜  mkdir -p $WORK/b818/
2025-08-20T23:03:59.5220705Z [00:02:44.805]➜  cat >/tmp/go-build3700090427/b818/importcfg << 'EOF' # internal
2025-08-20T23:03:59.5221648Z [00:02:44.805]➜  # import config
2025-08-20T23:03:59.5222372Z [00:02:44.805]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:59.5223834Z [00:02:44.805]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:59.5224620Z [00:02:44.805]➜  EOF
2025-08-20T23:03:59.5228531Z [00:02:44.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b818/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/json=>github.com/gabriel-vasile/mimetype@v1.4.9/internal/json;$WORK/b818=>" -p github.com/gabriel-vasile/mimetype/internal/json -lang=go1.23 -complete -installsuffix shared -buildid TILjAnW9NJSGMm3ChDRd/TILjAnW9NJSGMm3ChDRd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/json/parser.go
2025-08-20T23:03:59.6042099Z [00:02:44.887]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T23:03:59.6057596Z [00:02:44.889]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/c5/c5256cddb5bbe06873c060bee6aae80715cc4ba5026997c1d038aa13d81dcc56-d # internal
2025-08-20T23:03:59.6064425Z [00:02:44.890]➜  github.com/STARRY-S/zip
2025-08-20T23:03:59.6065235Z [00:02:44.890]➜  mkdir -p $WORK/b820/
2025-08-20T23:03:59.6076464Z [00:02:44.891]➜  cat >/tmp/go-build3700090427/b820/importcfg << 'EOF' # internal
2025-08-20T23:03:59.6077450Z [00:02:44.891]➜  # import config
2025-08-20T23:03:59.6078348Z [00:02:44.891]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:59.6082338Z [00:02:44.891]➜  packagefile compress/flate=/tmp/go-build3700090427/b104/_pkg_.a
2025-08-20T23:03:59.6083308Z [00:02:44.891]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:59.6084181Z [00:02:44.891]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:59.6084942Z [00:02:44.891]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:59.6085730Z [00:02:44.891]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:03:59.6086749Z [00:02:44.891]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:03:59.6087555Z [00:02:44.891]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:59.6088321Z [00:02:44.891]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:03:59.6089078Z [00:02:44.891]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:03:59.6090038Z [00:02:44.891]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:03:59.6090882Z [00:02:44.891]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:03:59.6091942Z [00:02:44.891]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:03:59.6092770Z [00:02:44.891]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:03:59.6093565Z [00:02:44.891]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:59.6094368Z [00:02:44.891]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:59.6095160Z [00:02:44.891]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:59.6096015Z [00:02:44.891]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:59.6096675Z [00:02:44.891]➜  EOF
2025-08-20T23:03:59.6103375Z [00:02:44.891]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1=>github.com/STARRY-S/zip@v0.2.1;$WORK/b820=>" -p github.com/STARRY-S/zip -lang=go1.22 -complete -installsuffix shared -buildid AHNt6ALSjHlwu6G3V65b/AHNt6ALSjHlwu6G3V65b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b820/importcfg -pack /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/reader.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/register.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/struct.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/updater.go /root/go/pkg/mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.1/writer.go
2025-08-20T23:03:59.6282184Z [00:02:44.909]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T23:03:59.6309575Z [00:02:44.914]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/fb/fb9c9e996857545e52b2c5c9aab72d4bdb64a73913e6f18e7afec78d1a8d4107-d # internal
2025-08-20T23:03:59.6316169Z [00:02:44.915]➜  github.com/gabriel-vasile/mimetype/internal/charset
2025-08-20T23:03:59.6321133Z [00:02:44.915]➜  mkdir -p $WORK/b811/
2025-08-20T23:03:59.6329617Z [00:02:44.916]➜  cat >/tmp/go-build3700090427/b811/importcfg << 'EOF' # internal
2025-08-20T23:03:59.6344193Z [00:02:44.916]➜  # import config
2025-08-20T23:03:59.6344884Z [00:02:44.916]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:59.6345735Z [00:02:44.916]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:03:59.6346966Z [00:02:44.916]➜  packagefile golang.org/x/net/html=/tmp/go-build3700090427/b812/_pkg_.a
2025-08-20T23:03:59.6347867Z [00:02:44.916]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:03:59.6348728Z [00:02:44.916]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:03:59.6349552Z [00:02:44.916]➜  EOF
2025-08-20T23:03:59.6358234Z [00:02:44.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b811/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/charset=>github.com/gabriel-vasile/mimetype@v1.4.9/internal/charset;$WORK/b811=>" -p github.com/gabriel-vasile/mimetype/internal/charset -lang=go1.23 -complete -installsuffix shared -buildid JC_wUuv-YpvFvCTi8M_0/JC_wUuv-YpvFvCTi8M_0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b811/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/charset/charset.go
2025-08-20T23:03:59.6776864Z [00:02:44.961]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T23:03:59.6790883Z [00:02:44.962]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/34/3461b204f3b98cc3c17aea70a546dd08e760db61be8f60faf74e59382ae4465d-d # internal
2025-08-20T23:03:59.6808092Z [00:02:44.964]➜  github.com/gabriel-vasile/mimetype/internal/magic
2025-08-20T23:03:59.6842726Z [00:02:44.967]➜  mkdir -p $WORK/b814/
2025-08-20T23:03:59.6853027Z [00:02:44.968]➜  cat >/tmp/go-build3700090427/b814/importcfg << 'EOF' # internal
2025-08-20T23:03:59.6853970Z [00:02:44.968]➜  # import config
2025-08-20T23:03:59.6854779Z [00:02:44.968]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:03:59.6856468Z [00:02:44.968]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:03:59.6857604Z [00:02:44.968]➜  packagefile debug/macho=/tmp/go-build3700090427/b815/_pkg_.a
2025-08-20T23:03:59.6859103Z [00:02:44.968]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:03:59.6860470Z [00:02:44.968]➜  packagefile encoding/csv=/tmp/go-build3700090427/b613/_pkg_.a
2025-08-20T23:03:59.6861638Z [00:02:44.968]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:03:59.6864146Z [00:02:44.968]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:03:59.6865374Z [00:02:44.969]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3700090427/b811/_pkg_.a
2025-08-20T23:03:59.6876780Z [00:02:44.969]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build3700090427/b818/_pkg_.a
2025-08-20T23:03:59.6877968Z [00:02:44.969]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:03:59.6878781Z [00:02:44.969]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:03:59.6880783Z [00:02:44.969]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:03:59.6881445Z [00:02:44.969]➜  EOF
2025-08-20T23:03:59.6900357Z [00:02:44.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b814/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic=>github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic;$WORK/b814=>" -p github.com/gabriel-vasile/mimetype/internal/magic -lang=go1.23 -complete -installsuffix shared -buildid f_xIZXOqg4-n0oWyFPBL/f_xIZXOqg4-n0oWyFPBL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/archive.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/audio.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/binary.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/database.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/document.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/font.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/ftyp.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/geo.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/image.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/magic.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/ms_office.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/ogg.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/text.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/text_csv.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/video.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/internal/magic/zip.go
2025-08-20T23:04:00.0833976Z [00:02:45.366]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T23:04:00.0982511Z [00:02:45.381]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/3c/3c33262cda8f0b11299fbb582293558f028f4894688bb34026dc83c83c83b910-d # internal
2025-08-20T23:04:00.1010460Z [00:02:45.384]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker
2025-08-20T23:04:00.1013126Z [00:02:45.384]➜  mkdir -p $WORK/b709/
2025-08-20T23:04:00.1049152Z [00:02:45.388]➜  cat >/tmp/go-build3700090427/b709/importcfg << 'EOF' # internal
2025-08-20T23:04:00.1054527Z [00:02:45.388]➜  # import config
2025-08-20T23:04:00.1055242Z [00:02:45.388]➜  packagefile archive/tar=/tmp/go-build3700090427/b710/_pkg_.a
2025-08-20T23:04:00.1056090Z [00:02:45.388]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.1056869Z [00:02:45.388]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:00.1057965Z [00:02:45.388]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build3700090427/b711/_pkg_.a
2025-08-20T23:04:00.1059310Z [00:02:45.388]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3700090427/b719/_pkg_.a
2025-08-20T23:04:00.1061073Z [00:02:45.388]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:04:00.1062498Z [00:02:45.388]➜  packagefile github.com/google/go-containerregistry/pkg/v1/daemon=/tmp/go-build3700090427/b724/_pkg_.a
2025-08-20T23:04:00.1063924Z [00:02:45.388]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote=/tmp/go-build3700090427/b782/_pkg_.a
2025-08-20T23:04:00.1065339Z [00:02:45.388]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build3700090427/b761/_pkg_.a
2025-08-20T23:04:00.1066553Z [00:02:45.388]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build3700090427/b792/_pkg_.a
2025-08-20T23:04:00.1067744Z [00:02:45.388]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:04:00.1069128Z [00:02:45.388]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:04:00.1070774Z [00:02:45.388]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:00.1072305Z [00:02:45.388]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common/glob=/tmp/go-build3700090427/b794/_pkg_.a
2025-08-20T23:04:00.1073755Z [00:02:45.388]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:00.1075309Z [00:02:45.388]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:04:00.1076767Z [00:02:45.388]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:04:00.1078248Z [00:02:45.388]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:00.1100109Z [00:02:45.388]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:04:00.1101345Z [00:02:45.388]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:00.1102551Z [00:02:45.388]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:00.1103670Z [00:02:45.388]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.1104395Z [00:02:45.388]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:00.1105184Z [00:02:45.388]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:00.1106080Z [00:02:45.388]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:00.1106947Z [00:02:45.388]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:00.1107807Z [00:02:45.388]➜  EOF
2025-08-20T23:04:00.1111556Z [00:02:45.388]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b709/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/docker=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker;$WORK/b709=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker -lang=go1.24 -complete -installsuffix shared -buildid 9XDZKeAiGUU07TtL5FYd/9XDZKeAiGUU07TtL5FYd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack ./pkg/sources/docker/docker.go ./pkg/sources/docker/metrics.go
2025-08-20T23:04:00.1115252Z [00:02:45.394]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T23:04:00.1155751Z [00:02:45.399]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/60/60035b4452fe36da2d1f28e8f09d8eef5a4c0aefc055405e66edd29292f91923-d # internal
2025-08-20T23:04:00.1169683Z [00:02:45.399]➜  github.com/gabriel-vasile/mimetype
2025-08-20T23:04:00.1170325Z [00:02:45.399]➜  mkdir -p $WORK/b810/
2025-08-20T23:04:00.1171067Z [00:02:45.399]➜  cat >/tmp/go-build3700090427/b810/importcfg << 'EOF' # internal
2025-08-20T23:04:00.1171773Z [00:02:45.399]➜  # import config
2025-08-20T23:04:00.1172808Z [00:02:45.399]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3700090427/b811/_pkg_.a
2025-08-20T23:04:00.1174668Z [00:02:45.399]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build3700090427/b814/_pkg_.a
2025-08-20T23:04:00.1175861Z [00:02:45.399]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.1176714Z [00:02:45.399]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:04:00.1177572Z [00:02:45.399]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:00.1178403Z [00:02:45.399]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:00.1179276Z [00:02:45.399]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:00.1180141Z [00:02:45.399]➜  EOF
2025-08-20T23:04:00.1184683Z [00:02:45.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b810/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9=>github.com/gabriel-vasile/mimetype@v1.4.9;$WORK/b810=>" -p github.com/gabriel-vasile/mimetype -lang=go1.23 -complete -installsuffix shared -buildid a55vpIGNvz2MWdASfQwq/a55vpIGNvz2MWdASfQwq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b810/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/mime.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/mimetype.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.9/tree.go
2025-08-20T23:04:00.1450768Z [00:02:45.428]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T23:04:00.1522503Z [00:02:45.435]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/6c/6cabe4f7ab64993ebed94cb07b5cdbc9b726c2ce4d2658d7a39195a5ff04c881-d # internal
2025-08-20T23:04:00.1525049Z [00:02:45.436]➜  github.com/andybalholm/brotli/matchfinder
2025-08-20T23:04:00.1530924Z [00:02:45.436]➜  mkdir -p $WORK/b822/
2025-08-20T23:04:00.1531684Z [00:02:45.436]➜  cat >/tmp/go-build3700090427/b822/importcfg << 'EOF' # internal
2025-08-20T23:04:00.1532358Z [00:02:45.436]➜  # import config
2025-08-20T23:04:00.1533103Z [00:02:45.436]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:00.1533982Z [00:02:45.436]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:00.1535023Z [00:02:45.436]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.1535879Z [00:02:45.436]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:00.1536785Z [00:02:45.436]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:00.1537428Z [00:02:45.436]➜  EOF
2025-08-20T23:04:00.1566773Z [00:02:45.436]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b822/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder=>github.com/andybalholm/brotli@v1.1.1/matchfinder;$WORK/b822=>" -p github.com/andybalholm/brotli/matchfinder -lang=go1.13 -complete -installsuffix shared -buildid LlxhEodpYKXa_cxzpXLd/LlxhEodpYKXa_cxzpXLd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/importcfg -pack /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder/emitter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder/m0.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder/m4.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder/matchfinder.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder/textencoder.go
2025-08-20T23:04:00.2276653Z [00:02:45.511]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T23:04:00.2292691Z [00:02:45.512]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/3e/3e477318a898b584a52e8a19b019f94439c8844a4b83c4dd09529eabf648bb26-d # internal
2025-08-20T23:04:00.2339008Z [00:02:45.517]➜  github.com/andybalholm/brotli
2025-08-20T23:04:00.2341404Z [00:02:45.517]➜  mkdir -p $WORK/b821/
2025-08-20T23:04:00.2346855Z [00:02:45.518]➜  cat >/tmp/go-build3700090427/b821/importcfg << 'EOF' # internal
2025-08-20T23:04:00.2347759Z [00:02:45.518]➜  # import config
2025-08-20T23:04:00.2350042Z [00:02:45.518]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:04:00.2351519Z [00:02:45.518]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:00.2361137Z [00:02:45.518]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.2362033Z [00:02:45.518]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:00.2363128Z [00:02:45.518]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build3700090427/b822/_pkg_.a
2025-08-20T23:04:00.2364202Z [00:02:45.518]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.2364998Z [00:02:45.518]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:00.2365829Z [00:02:45.518]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:00.2366701Z [00:02:45.518]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:00.2367557Z [00:02:45.518]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:00.2368397Z [00:02:45.518]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:00.2369244Z [00:02:45.518]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:00.2391049Z [00:02:45.518]➜  EOF
2025-08-20T23:04:00.2424407Z [00:02:45.518]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b821/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1=>github.com/andybalholm/brotli@v1.1.1;$WORK/b821=>" -p github.com/andybalholm/brotli -lang=go1.13 -complete -installsuffix shared -buildid CzIy4AgTZeOAJC7Hwr7X/CzIy4AgTZeOAJC7Hwr7X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b821/importcfg -pack /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/backward_references.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/backward_references_hq.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/bit_cost.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/bit_reader.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/bitwriter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/block_splitter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/block_splitter_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/block_splitter_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/block_splitter_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/brotli_bit_stream.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/cluster.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/cluster_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/cluster_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/cluster_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/compress_fragment.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/compress_fragment_two_pass.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/constants.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/context.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/decode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/dictionary.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/dictionary_hash.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/encode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/encoder.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/encoder_dict.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/entropy_encode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/entropy_encode_static.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/fast_log.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/find_match_length.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/h10.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/h5.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/h6.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/hash.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/hash_composite.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/hash_forgetful_chain.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/hash_longest_match_quickly.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/hash_rolling.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/histogram.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/http.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/huffman.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/literal_cost.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/memory.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/metablock.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/metablock_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/metablock_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/metablock_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/params.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/platform.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/prefix.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/prefix_dec.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/quality.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/reader.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/ringbuffer.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/state.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/static_dict.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/static_dict_lut.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/symbol_list.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/transform.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/utf8_util.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/util.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/write_bits.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/writer.go
2025-08-20T23:04:00.3988923Z [00:02:45.682]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T23:04:00.4043926Z [00:02:45.687]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/05/053857189c5428f7cc1f7ad74eab6de05f765e0092eaea23ac151be5d621ae83-d # internal
2025-08-20T23:04:00.4048020Z [00:02:45.688]➜  github.com/bodgit/plumbing
2025-08-20T23:04:00.4051165Z [00:02:45.688]➜  mkdir -p $WORK/b824/
2025-08-20T23:04:00.4057227Z [00:02:45.689]➜  cat >/tmp/go-build3700090427/b824/importcfg << 'EOF' # internal
2025-08-20T23:04:00.4070606Z [00:02:45.689]➜  # import config
2025-08-20T23:04:00.4071308Z [00:02:45.689]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.4072185Z [00:02:45.689]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:00.4072848Z [00:02:45.689]➜  EOF
2025-08-20T23:04:00.4079089Z [00:02:45.689]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b824/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0=>github.com/bodgit/plumbing@v1.3.0;$WORK/b824=>" -p github.com/bodgit/plumbing -lang=go1.13 -complete -installsuffix shared -buildid 5k3hPWl5Vdh8NIh62-UO/5k3hPWl5Vdh8NIh62-UO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b824/importcfg -pack /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/count.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/fill.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/limit.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/multi.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/padded.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/plumbing.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/tee.go /root/go/pkg/mod/github.com/bodgit/plumbing@v1.3.0/zero.go
2025-08-20T23:04:00.4397228Z [00:02:45.723]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T23:04:00.4415325Z [00:02:45.725]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/a1/a144b335347be5c29f72e1b2c86d2f3866924b9b8f7440fe8f32fcc370b21bfd-d # internal
2025-08-20T23:04:00.4421473Z [00:02:45.725]➜  github.com/hashicorp/golang-lru/v2/internal
2025-08-20T23:04:00.4424241Z [00:02:45.725]➜  mkdir -p $WORK/b828/
2025-08-20T23:04:00.4465239Z [00:02:45.730]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T23:04:00.4475072Z [00:02:45.730]➜  cat >/tmp/go-build3700090427/b828/importcfg << 'EOF' # internal
2025-08-20T23:04:00.4475925Z [00:02:45.730]➜  # import config
2025-08-20T23:04:00.4476601Z [00:02:45.730]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:00.4477253Z [00:02:45.730]➜  EOF
2025-08-20T23:04:00.4482238Z [00:02:45.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b828/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal=>github.com/hashicorp/golang-lru/v2@v2.0.7/internal;$WORK/b828=>" -p github.com/hashicorp/golang-lru/v2/internal -lang=go1.18 -complete -installsuffix shared -buildid GG4adhrwv8Xvjah1N9J0/GG4adhrwv8Xvjah1N9J0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal/list.go
2025-08-20T23:04:00.4486344Z [00:02:45.730]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/d9/d95b4c4f25d5f97981d4bfa00267d06f57ae46de88f2235ccf038e49788d3379-d # internal
2025-08-20T23:04:00.4487418Z [00:02:45.730]➜  go4.org/syncutil
2025-08-20T23:04:00.4487932Z [00:02:45.730]➜  mkdir -p $WORK/b829/
2025-08-20T23:04:00.4488674Z [00:02:45.730]➜  cat >/tmp/go-build3700090427/b829/importcfg << 'EOF' # internal
2025-08-20T23:04:00.4499694Z [00:02:45.730]➜  # import config
2025-08-20T23:04:00.4500486Z [00:02:45.730]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:00.4501300Z [00:02:45.730]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:00.4502116Z [00:02:45.730]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:00.4502984Z [00:02:45.730]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:00.4503671Z [00:02:45.730]➜  EOF
2025-08-20T23:04:00.4509547Z [00:02:45.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b829/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil=>go4.org@v0.0.0-20230225012048-214862532bf5/syncutil;$WORK/b829=>" -p go4.org/syncutil -lang=go1.13 -complete -installsuffix shared -buildid deS3qrLAFyuCR5F913Li/deS3qrLAFyuCR5F913Li -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b829/importcfg -pack /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/gate.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/group.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/once.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/sem.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/syncutil/syncutil.go
2025-08-20T23:04:00.4589959Z [00:02:45.742]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T23:04:00.4607213Z [00:02:45.744]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/c9/c9b6aa1c9a47f508d0e4d48cca627cd6c9832afc06e54fe867dec080b11c944f-d # internal
2025-08-20T23:04:00.4616832Z [00:02:45.745]➜  github.com/hashicorp/golang-lru/v2/simplelru
2025-08-20T23:04:00.4619572Z [00:02:45.745]➜  mkdir -p $WORK/b827/
2025-08-20T23:04:00.4628534Z [00:02:45.746]➜  cat >/tmp/go-build3700090427/b827/importcfg << 'EOF' # internal
2025-08-20T23:04:00.4630115Z [00:02:45.746]➜  # import config
2025-08-20T23:04:00.4632390Z [00:02:45.746]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.4633652Z [00:02:45.746]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build3700090427/b828/_pkg_.a
2025-08-20T23:04:00.4637352Z [00:02:45.746]➜  EOF
2025-08-20T23:04:00.4642321Z [00:02:45.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b827/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru=>github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru;$WORK/b827=>" -p github.com/hashicorp/golang-lru/v2/simplelru -lang=go1.18 -complete -installsuffix shared -buildid z1laKLt7bWGFad4X6Uvx/z1laKLt7bWGFad4X6Uvx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru/lru.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru/lru_interface.go
2025-08-20T23:04:00.4822863Z [00:02:45.765]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T23:04:00.4831947Z [00:02:45.766]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/fb/fb4904ab7fcb831f6a73ec5dd5016a3abd387e1ec69eb12a98ab20d5ea7550b2-d # internal
2025-08-20T23:04:00.4853976Z [00:02:45.769]➜  golang.org/x/text/encoding
2025-08-20T23:04:00.4864290Z [00:02:45.770]➜  mkdir -p $WORK/b831/
2025-08-20T23:04:00.4873158Z [00:02:45.770]➜  cat >/tmp/go-build3700090427/b831/importcfg << 'EOF' # internal
2025-08-20T23:04:00.4873907Z [00:02:45.770]➜  # import config
2025-08-20T23:04:00.4874597Z [00:02:45.770]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.4875849Z [00:02:45.770]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3700090427/b832/_pkg_.a
2025-08-20T23:04:00.4877160Z [00:02:45.770]➜  packagefile golang.org/x/text/transform=/tmp/go-build3700090427/b221/_pkg_.a
2025-08-20T23:04:00.4878139Z [00:02:45.770]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.4879005Z [00:02:45.770]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:00.4880097Z [00:02:45.770]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:00.4880765Z [00:02:45.770]➜  EOF
2025-08-20T23:04:00.4884083Z [00:02:45.770]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b831/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding=>golang.org/x/text@v0.27.0/encoding;$WORK/b831=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid uMEMio1KaWO0IHOqAm6S/uMEMio1KaWO0IHOqAm6S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/encoding.go
2025-08-20T23:04:00.4910976Z [00:02:45.773]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T23:04:00.4912381Z [00:02:45.774]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/48/48760d268ec57af453f15f20ab0ad176b336ba39323776f08c38fdcd6d87a50f-d # internal
2025-08-20T23:04:00.4923677Z [00:02:45.775]➜  github.com/hashicorp/golang-lru/v2
2025-08-20T23:04:00.4927442Z [00:02:45.776]➜  mkdir -p $WORK/b826/
2025-08-20T23:04:00.4944164Z [00:02:45.778]➜  cat >/tmp/go-build3700090427/b826/importcfg << 'EOF' # internal
2025-08-20T23:04:00.4951168Z [00:02:45.778]➜  # import config
2025-08-20T23:04:00.4951873Z [00:02:45.778]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.4953039Z [00:02:45.778]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build3700090427/b827/_pkg_.a
2025-08-20T23:04:00.4954174Z [00:02:45.778]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:00.4954803Z [00:02:45.778]➜  EOF
2025-08-20T23:04:00.4963232Z [00:02:45.779]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b826/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7=>github.com/hashicorp/golang-lru/v2@v2.0.7;$WORK/b826=>" -p github.com/hashicorp/golang-lru/v2 -lang=go1.18 -complete -installsuffix shared -buildid pl2B8vV5cgPgN0ff9MEZ/pl2B8vV5cgPgN0ff9MEZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/2q.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/doc.go /root/go/pkg/mod/github.com/hashicorp/golang-lru/v2@v2.0.7/lru.go
2025-08-20T23:04:00.5275567Z [00:02:45.811]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T23:04:00.5283321Z [00:02:45.812]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/78/7852cc3cd4cc0418b1d0bfb50173d4f0e77cc55b36ba2a4b06d94d3009f883a9-d # internal
2025-08-20T23:04:00.5314887Z [00:02:45.815]➜  golang.org/x/text/runes
2025-08-20T23:04:00.5319190Z [00:02:45.815]➜  mkdir -p $WORK/b835/
2025-08-20T23:04:00.5324525Z [00:02:45.816]➜  cat >/tmp/go-build3700090427/b835/importcfg << 'EOF' # internal
2025-08-20T23:04:00.5325464Z [00:02:45.816]➜  # import config
2025-08-20T23:04:00.5326968Z [00:02:45.816]➜  packagefile golang.org/x/text/transform=/tmp/go-build3700090427/b221/_pkg_.a
2025-08-20T23:04:00.5328255Z [00:02:45.816]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:00.5330003Z [00:02:45.816]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:00.5330958Z [00:02:45.816]➜  EOF
2025-08-20T23:04:00.5335147Z [00:02:45.816]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b835/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/runes=>golang.org/x/text@v0.27.0/runes;$WORK/b835=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid ZznIzIE9_2IGBKyEv-fJ/ZznIzIE9_2IGBKyEv-fJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/runes/cond.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/runes/runes.go
2025-08-20T23:04:00.5386901Z [00:02:45.822]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T23:04:00.5400026Z [00:02:45.823]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/a8/a8879937f2ec0d156d84a09d5b89a360de1c760540ffc342a0273d8b0719b280-d # internal
2025-08-20T23:04:00.5423403Z [00:02:45.826]➜  golang.org/x/text/encoding/internal
2025-08-20T23:04:00.5424403Z [00:02:45.826]➜  mkdir -p $WORK/b833/
2025-08-20T23:04:00.5431041Z [00:02:45.826]➜  cat >/tmp/go-build3700090427/b833/importcfg << 'EOF' # internal
2025-08-20T23:04:00.5432004Z [00:02:45.826]➜  # import config
2025-08-20T23:04:00.5433332Z [00:02:45.826]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3700090427/b831/_pkg_.a
2025-08-20T23:04:00.5435091Z [00:02:45.826]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3700090427/b832/_pkg_.a
2025-08-20T23:04:00.5437154Z [00:02:45.826]➜  packagefile golang.org/x/text/transform=/tmp/go-build3700090427/b221/_pkg_.a
2025-08-20T23:04:00.5438310Z [00:02:45.826]➜  EOF
2025-08-20T23:04:00.5442839Z [00:02:45.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b833/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/internal=>golang.org/x/text@v0.27.0/encoding/internal;$WORK/b833=>" -p golang.org/x/text/encoding/internal -lang=go1.23 -complete -installsuffix shared -buildid THLAIFptLj6WMGplE1UI/THLAIFptLj6WMGplE1UI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/internal/internal.go
2025-08-20T23:04:00.5738420Z [00:02:45.857]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T23:04:00.5747374Z [00:02:45.858]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/dd/dd8ae9d322320dfd1222368db8289786eba9fed8ce90ad735c4c6dff9f0c6927-d # internal
2025-08-20T23:04:00.5752227Z [00:02:45.858]➜  github.com/bodgit/sevenzip/internal/util
2025-08-20T23:04:00.5752882Z [00:02:45.858]➜  mkdir -p $WORK/b837/
2025-08-20T23:04:00.5766078Z [00:02:45.860]➜  cat >/tmp/go-build3700090427/b837/importcfg << 'EOF' # internal
2025-08-20T23:04:00.5767619Z [00:02:45.860]➜  # import config
2025-08-20T23:04:00.5769670Z [00:02:45.860]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:00.5770826Z [00:02:45.860]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.5771421Z [00:02:45.860]➜  EOF
2025-08-20T23:04:00.5799693Z [00:02:45.863]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b837/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/util=>github.com/bodgit/sevenzip@v1.6.0/internal/util;$WORK/b837=>" -p github.com/bodgit/sevenzip/internal/util -lang=go1.19 -complete -installsuffix shared -buildid X7WSZyuiurfKyGMhOWU5/X7WSZyuiurfKyGMhOWU5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/util/checksum.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/util/reader.go
2025-08-20T23:04:00.6242566Z [00:02:45.907]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T23:04:00.6250870Z [00:02:45.908]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/4c/4c0d70f6b7201f03ad18a558591ff925d2246d682efbbdc16830d37f51f9dda0-d # internal
2025-08-20T23:04:00.6252068Z [00:02:45.908]➜  github.com/hashicorp/errwrap
2025-08-20T23:04:00.6252647Z [00:02:45.908]➜  mkdir -p $WORK/b839/
2025-08-20T23:04:00.6256908Z [00:02:45.909]➜  cat >/tmp/go-build3700090427/b839/importcfg << 'EOF' # internal
2025-08-20T23:04:00.6257704Z [00:02:45.909]➜  # import config
2025-08-20T23:04:00.6258364Z [00:02:45.909]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.6259212Z [00:02:45.909]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:00.6260251Z [00:02:45.909]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:00.6260852Z [00:02:45.909]➜  EOF
2025-08-20T23:04:00.6264231Z [00:02:45.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b839/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b839=>" -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/b839/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T23:04:00.6289926Z [00:02:45.912]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T23:04:00.6304231Z [00:02:45.914]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/55/552a9d609035075c183fca6daa4a7847c9fb46a2ea15bc1acc7ae0a29121896e-d # internal
2025-08-20T23:04:00.6330724Z [00:02:45.915]➜  golang.org/x/text/encoding/unicode
2025-08-20T23:04:00.6331364Z [00:02:45.915]➜  mkdir -p $WORK/b830/
2025-08-20T23:04:00.6332109Z [00:02:45.916]➜  cat >/tmp/go-build3700090427/b830/importcfg << 'EOF' # internal
2025-08-20T23:04:00.6332782Z [00:02:45.916]➜  # import config
2025-08-20T23:04:00.6333418Z [00:02:45.916]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:00.6334335Z [00:02:45.916]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.6335344Z [00:02:45.916]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3700090427/b831/_pkg_.a
2025-08-20T23:04:00.6336791Z [00:02:45.916]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3700090427/b833/_pkg_.a
2025-08-20T23:04:00.6339542Z [00:02:45.916]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3700090427/b832/_pkg_.a
2025-08-20T23:04:00.6341104Z [00:02:45.916]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3700090427/b834/_pkg_.a
2025-08-20T23:04:00.6342286Z [00:02:45.916]➜  packagefile golang.org/x/text/runes=/tmp/go-build3700090427/b835/_pkg_.a
2025-08-20T23:04:00.6343371Z [00:02:45.916]➜  packagefile golang.org/x/text/transform=/tmp/go-build3700090427/b221/_pkg_.a
2025-08-20T23:04:00.6344377Z [00:02:45.916]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:04:00.6345308Z [00:02:45.916]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:00.6345997Z [00:02:45.916]➜  EOF
2025-08-20T23:04:00.6350229Z [00:02:45.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b830/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/unicode=>golang.org/x/text@v0.27.0/encoding/unicode;$WORK/b830=>" -p golang.org/x/text/encoding/unicode -lang=go1.23 -complete -installsuffix shared -buildid rq_9lxVJ2qxkjfOafwN1/rq_9lxVJ2qxkjfOafwN1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b830/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/unicode/override.go /root/go/pkg/mod/golang.org/x/text@v0.27.0/encoding/unicode/unicode.go
2025-08-20T23:04:00.6743271Z [00:02:45.957]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T23:04:00.6751416Z [00:02:45.958]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/84/84bb072f9ad1edfb5234e234db0894de0553569949260896be9f26443cdb96d5-d # internal
2025-08-20T23:04:00.6759551Z [00:02:45.959]➜  github.com/hashicorp/go-multierror
2025-08-20T23:04:00.6760474Z [00:02:45.959]➜  mkdir -p $WORK/b838/
2025-08-20T23:04:00.6780366Z [00:02:45.960]➜  cat >/tmp/go-build3700090427/b838/importcfg << 'EOF' # internal
2025-08-20T23:04:00.6781231Z [00:02:45.960]➜  # import config
2025-08-20T23:04:00.6781963Z [00:02:45.960]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.6782760Z [00:02:45.960]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:00.6783676Z [00:02:45.960]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3700090427/b839/_pkg_.a
2025-08-20T23:04:00.6784593Z [00:02:45.960]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:00.6785354Z [00:02:45.960]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:00.6785930Z [00:02:45.960]➜  EOF
2025-08-20T23:04:00.6817204Z [00:02:45.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b838/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b838=>" -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/b838/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-20T23:04:00.7273609Z [00:02:46.011]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T23:04:00.7285898Z [00:02:46.012]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/84/84be32ea4a75760edbacfa210ffa4f112ade6cd39929c1c722dd39d14959031a-d # internal
2025-08-20T23:04:00.7287344Z [00:02:46.012]➜  github.com/bodgit/sevenzip/internal/aes7z
2025-08-20T23:04:00.7289140Z [00:02:46.012]➜  mkdir -p $WORK/b825/
2025-08-20T23:04:00.7294220Z [00:02:46.012]➜  cat >/tmp/go-build3700090427/b825/importcfg << 'EOF' # internal
2025-08-20T23:04:00.7297177Z [00:02:46.012]➜  # import config
2025-08-20T23:04:00.7297842Z [00:02:46.012]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:00.7298908Z [00:02:46.012]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:04:00.7299995Z [00:02:46.013]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:04:00.7300899Z [00:02:46.013]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:00.7301815Z [00:02:46.013]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:00.7302745Z [00:02:46.013]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:00.7303594Z [00:02:46.013]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.7304398Z [00:02:46.013]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:00.7305386Z [00:02:46.013]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build3700090427/b826/_pkg_.a
2025-08-20T23:04:00.7306433Z [00:02:46.013]➜  packagefile go4.org/syncutil=/tmp/go-build3700090427/b829/_pkg_.a
2025-08-20T23:04:00.7307515Z [00:02:46.013]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3700090427/b830/_pkg_.a
2025-08-20T23:04:00.7308636Z [00:02:46.013]➜  packagefile golang.org/x/text/transform=/tmp/go-build3700090427/b221/_pkg_.a
2025-08-20T23:04:00.7309758Z [00:02:46.013]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.7310355Z [00:02:46.013]➜  EOF
2025-08-20T23:04:00.7314913Z [00:02:46.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b825/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/aes7z=>github.com/bodgit/sevenzip@v1.6.0/internal/aes7z;$WORK/b825=>" -p github.com/bodgit/sevenzip/internal/aes7z -lang=go1.19 -complete -installsuffix shared -buildid Z7qwuYiFqkHRtn2Ezuib/Z7qwuYiFqkHRtn2Ezuib -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b825/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/aes7z/key.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/aes7z/reader.go
2025-08-20T23:04:00.7442229Z [00:02:46.027]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T23:04:00.7457981Z [00:02:46.028]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/fa/fa8741cb8bd20ddc596e04fc0c1f090682a10a1cc3500ad03f04d54c3d8822b6-d # internal
2025-08-20T23:04:00.7459229Z [00:02:46.028]➜  github.com/bodgit/sevenzip/internal/bcj2
2025-08-20T23:04:00.7460041Z [00:02:46.028]➜  mkdir -p $WORK/b836/
2025-08-20T23:04:00.7460796Z [00:02:46.028]➜  cat >/tmp/go-build3700090427/b836/importcfg << 'EOF' # internal
2025-08-20T23:04:00.7461468Z [00:02:46.028]➜  # import config
2025-08-20T23:04:00.7462129Z [00:02:46.028]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:00.7463018Z [00:02:46.028]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:00.7463897Z [00:02:46.028]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.7464679Z [00:02:46.028]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:00.7465721Z [00:02:46.028]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3700090427/b837/_pkg_.a
2025-08-20T23:04:00.7466945Z [00:02:46.028]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3700090427/b838/_pkg_.a
2025-08-20T23:04:00.7467897Z [00:02:46.028]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.7468475Z [00:02:46.028]➜  EOF
2025-08-20T23:04:00.7482559Z [00:02:46.028]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b836/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bcj2=>github.com/bodgit/sevenzip@v1.6.0/internal/bcj2;$WORK/b836=>" -p github.com/bodgit/sevenzip/internal/bcj2 -lang=go1.19 -complete -installsuffix shared -buildid 7zwV_XEndVguZMXLti9y/7zwV_XEndVguZMXLti9y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bcj2/reader.go
2025-08-20T23:04:00.7957665Z [00:02:46.079]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T23:04:00.7980649Z [00:02:46.081]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/d4/d4dd4b588efadf0e4c98b9832392d8297bc682d24ed6e390d561053b00ae7077-d # internal
2025-08-20T23:04:00.8005558Z [00:02:46.084]➜  github.com/bodgit/sevenzip/internal/bra
2025-08-20T23:04:00.8008132Z [00:02:46.084]➜  mkdir -p $WORK/b840/
2025-08-20T23:04:00.8019773Z [00:02:46.085]➜  cat >/tmp/go-build3700090427/b840/importcfg << 'EOF' # internal
2025-08-20T23:04:00.8027662Z [00:02:46.085]➜  # import config
2025-08-20T23:04:00.8028352Z [00:02:46.085]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:00.8029708Z [00:02:46.085]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:00.8030652Z [00:02:46.085]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.8031458Z [00:02:46.085]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:00.8032213Z [00:02:46.085]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.8032810Z [00:02:46.085]➜  EOF
2025-08-20T23:04:00.8039936Z [00:02:46.086]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b840/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra=>github.com/bodgit/sevenzip@v1.6.0/internal/bra;$WORK/b840=>" -p github.com/bodgit/sevenzip/internal/bra -lang=go1.19 -complete -installsuffix shared -buildid TOIlGUNkGR9a0786QfEC/TOIlGUNkGR9a0786QfEC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/arm.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/bcj.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/bra.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/minmax_compat.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/ppc.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/reader.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bra/sparc.go
2025-08-20T23:04:00.8596306Z [00:02:46.143]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T23:04:00.8605649Z [00:02:46.144]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/7b/7bd42ce4671d43f42a6bde7c92287ee7b31c444e8aa5084be85e80786d284330-d # internal
2025-08-20T23:04:00.8650995Z [00:02:46.147]➜  compress/bzip2
2025-08-20T23:04:00.8654528Z [00:02:46.147]➜  mkdir -p $WORK/b843/
2025-08-20T23:04:00.8655259Z [00:02:46.148]➜  cat >/tmp/go-build3700090427/b843/importcfg << 'EOF' # internal
2025-08-20T23:04:00.8656622Z [00:02:46.148]➜  # import config
2025-08-20T23:04:00.8657926Z [00:02:46.148]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:00.8658984Z [00:02:46.148]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:04:00.8660786Z [00:02:46.148]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.8661921Z [00:02:46.148]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:00.8662575Z [00:02:46.148]➜  EOF
2025-08-20T23:04:00.8666226Z [00:02:46.148]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b843/_pkg_.a -trimpath "/root/.go/src/compress/bzip2=>compress/bzip2;$WORK/b843=>" -p compress/bzip2 -lang=go1.25 -std -complete -installsuffix shared -buildid iH15bz5YM_b7Xj4MKjfc/iH15bz5YM_b7Xj4MKjfc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack /root/.go/src/compress/bzip2/bit_reader.go /root/.go/src/compress/bzip2/bzip2.go /root/.go/src/compress/bzip2/huffman.go /root/.go/src/compress/bzip2/move_to_front.go
2025-08-20T23:04:00.9431343Z [00:02:46.225]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T23:04:00.9436427Z [00:02:46.227]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/92/920a5f490ff7217441a2cc224686aa493c2d193cc14cc5537eae9c6aa8170c6b-d # internal
2025-08-20T23:04:00.9493141Z [00:02:46.233]➜  github.com/bodgit/sevenzip/internal/deflate
2025-08-20T23:04:00.9493947Z [00:02:46.233]➜  mkdir -p $WORK/b844/
2025-08-20T23:04:00.9498995Z [00:02:46.233]➜  cat >/tmp/go-build3700090427/b844/importcfg << 'EOF' # internal
2025-08-20T23:04:00.9500045Z [00:02:46.233]➜  # import config
2025-08-20T23:04:00.9500678Z [00:02:46.233]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.9501435Z [00:02:46.233]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:00.9502437Z [00:02:46.233]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3700090427/b837/_pkg_.a
2025-08-20T23:04:00.9503634Z [00:02:46.233]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3700090427/b838/_pkg_.a
2025-08-20T23:04:00.9504934Z [00:02:46.233]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3700090427/b793/_pkg_.a
2025-08-20T23:04:00.9505949Z [00:02:46.233]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.9506709Z [00:02:46.233]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:00.9507275Z [00:02:46.233]➜  EOF
2025-08-20T23:04:00.9512128Z [00:02:46.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b844/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/deflate=>github.com/bodgit/sevenzip@v1.6.0/internal/deflate;$WORK/b844=>" -p github.com/bodgit/sevenzip/internal/deflate -lang=go1.19 -complete -installsuffix shared -buildid 3cwQvITL2vpPUN58jObn/3cwQvITL2vpPUN58jObn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/deflate/reader.go
2025-08-20T23:04:00.9677278Z [00:02:46.251]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T23:04:00.9720206Z [00:02:46.255]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/51/5144bef035f8fe85f6eac0e66231abc6e515599114efdf27d0cdc611a618a736-d # internal
2025-08-20T23:04:00.9721814Z [00:02:46.255]➜  github.com/bodgit/sevenzip/internal/bzip2
2025-08-20T23:04:00.9742076Z [00:02:46.257]➜  mkdir -p $WORK/b842/
2025-08-20T23:04:00.9749947Z [00:02:46.258]➜  cat >/tmp/go-build3700090427/b842/importcfg << 'EOF' # internal
2025-08-20T23:04:00.9750970Z [00:02:46.258]➜  # import config
2025-08-20T23:04:00.9752054Z [00:02:46.258]➜  packagefile compress/bzip2=/tmp/go-build3700090427/b843/_pkg_.a
2025-08-20T23:04:00.9753128Z [00:02:46.258]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.9754289Z [00:02:46.258]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:00.9756087Z [00:02:46.258]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.9756711Z [00:02:46.258]➜  EOF
2025-08-20T23:04:00.9760751Z [00:02:46.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b842/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bzip2=>github.com/bodgit/sevenzip@v1.6.0/internal/bzip2;$WORK/b842=>" -p github.com/bodgit/sevenzip/internal/bzip2 -lang=go1.19 -complete -installsuffix shared -buildid _IckcZzTICMkXBrBlA6L/_IckcZzTICMkXBrBlA6L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b842/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/bzip2/reader.go
2025-08-20T23:04:00.9885474Z [00:02:46.272]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T23:04:00.9896754Z [00:02:46.273]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/0a/0a69aba4db2ddaf5daab206fb6e7eed0c0861efaf78929e17554784cc77f355f-d # internal
2025-08-20T23:04:00.9908906Z [00:02:46.273]➜  github.com/bodgit/sevenzip/internal/delta
2025-08-20T23:04:00.9910075Z [00:02:46.273]➜  mkdir -p $WORK/b845/
2025-08-20T23:04:00.9913115Z [00:02:46.274]➜  cat >/tmp/go-build3700090427/b845/importcfg << 'EOF' # internal
2025-08-20T23:04:00.9915264Z [00:02:46.275]➜  # import config
2025-08-20T23:04:00.9915972Z [00:02:46.275]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:00.9916793Z [00:02:46.275]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:00.9917582Z [00:02:46.275]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:00.9918175Z [00:02:46.275]➜  EOF
2025-08-20T23:04:00.9922347Z [00:02:46.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b845/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/delta=>github.com/bodgit/sevenzip@v1.6.0/internal/delta;$WORK/b845=>" -p github.com/bodgit/sevenzip/internal/delta -lang=go1.19 -complete -installsuffix shared -buildid bKr392OAm_AUPTVsZ-Nd/bKr392OAm_AUPTVsZ-Nd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/delta/reader.go
2025-08-20T23:04:01.0158183Z [00:02:46.299]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T23:04:01.0168970Z [00:02:46.300]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/1d/1d6d98d4e5dd13d36de7e9482027362653a8d0ed136aa70d6e514069eb1473b7-d # internal
2025-08-20T23:04:01.0185648Z [00:02:46.300]➜  github.com/pierrec/lz4/v4/internal/lz4block
2025-08-20T23:04:01.0186293Z [00:02:46.301]➜  mkdir -p $WORK/b848/
2025-08-20T23:04:01.0186900Z [00:02:46.301]➜  echo -n > $WORK/b848/go_asm.h # internal
2025-08-20T23:04:01.0187767Z [00:02:46.301]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block
2025-08-20T23:04:01.0190995Z [00:02:46.302]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block;$WORK/b848=>" -I $WORK/b848/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b848/symabis ./decode_amd64.s
2025-08-20T23:04:01.0232827Z [00:02:46.306]➜  cat >/tmp/go-build3700090427/b848/importcfg << 'EOF' # internal
2025-08-20T23:04:01.0234051Z [00:02:46.306]➜  # import config
2025-08-20T23:04:01.0235248Z [00:02:46.306]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:01.0237541Z [00:02:46.306]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3700090427/b849/_pkg_.a
2025-08-20T23:04:01.0238676Z [00:02:46.307]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:01.0239719Z [00:02:46.307]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:01.0240359Z [00:02:46.307]➜  EOF
2025-08-20T23:04:01.0257963Z [00:02:46.307]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T23:04:01.0259283Z [00:02:46.307]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/04/04f032e61224f7c23a6068f1ccb53cbbb0f71557604bc657d2ce92cb2d0ac63d-d # internal
2025-08-20T23:04:01.0260562Z [00:02:46.308]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:01.0271857Z [00:02:46.309]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b848/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block;$WORK/b848=>" -p github.com/pierrec/lz4/v4/internal/lz4block -lang=go1.14 -installsuffix shared -buildid SlKMjp3sRIbwY8xFY0W1/SlKMjp3sRIbwY8xFY0W1 -goversion go1.25.0 -symabis $WORK/b848/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack -asmhdr $WORK/b848/go_asm.h /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block/block.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block/blocks.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block/decode_asm.go
2025-08-20T23:04:01.0276822Z [00:02:46.309]➜  github.com/pierrec/lz4/v4/internal/xxh32
2025-08-20T23:04:01.0277480Z [00:02:46.309]➜  mkdir -p $WORK/b851/
2025-08-20T23:04:01.0278191Z [00:02:46.310]➜  cat >/tmp/go-build3700090427/b851/importcfg << 'EOF' # internal
2025-08-20T23:04:01.0278840Z [00:02:46.310]➜  # import config
2025-08-20T23:04:01.0279748Z [00:02:46.310]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:01.0280429Z [00:02:46.310]➜  EOF
2025-08-20T23:04:01.0284764Z [00:02:46.310]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b851/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32=>github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32;$WORK/b851=>" -p github.com/pierrec/lz4/v4/internal/xxh32 -lang=go1.14 -complete -installsuffix shared -buildid zzMnOZEGJvMaAf48T4WC/zzMnOZEGJvMaAf48T4WC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32/xxh32zero.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/xxh32/xxh32zero_other.go
2025-08-20T23:04:01.0532689Z [00:02:46.336]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T23:04:01.0541976Z [00:02:46.337]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/d6/d6a400a674b6666ad68086fe14dbc3105a8c3355449e0fa62222754cf955770c-d # internal
2025-08-20T23:04:01.0554626Z [00:02:46.339]➜  github.com/ulikunitz/xz/internal/xlog
2025-08-20T23:04:01.0556960Z [00:02:46.339]➜  mkdir -p $WORK/b855/
2025-08-20T23:04:01.0562304Z [00:02:46.339]➜  cat >/tmp/go-build3700090427/b855/importcfg << 'EOF' # internal
2025-08-20T23:04:01.0563476Z [00:02:46.339]➜  # import config
2025-08-20T23:04:01.0565960Z [00:02:46.339]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.0566754Z [00:02:46.339]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.0567505Z [00:02:46.339]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:01.0568283Z [00:02:46.339]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:01.0569067Z [00:02:46.339]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:01.0569943Z [00:02:46.339]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:01.0570618Z [00:02:46.339]➜  EOF
2025-08-20T23:04:01.0574285Z [00:02:46.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b855/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/xlog=>github.com/ulikunitz/xz@v0.5.12/internal/xlog;$WORK/b855=>" -p github.com/ulikunitz/xz/internal/xlog -lang=go1.12 -complete -installsuffix shared -buildid e9UxhB9IWiC6nEvczb5w/e9UxhB9IWiC6nEvczb5w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b855/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/internal/xlog/xlog.go
2025-08-20T23:04:01.0779663Z [00:02:46.359]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block
2025-08-20T23:04:01.0784564Z [00:02:46.359]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4block;$WORK/b848=>" -I $WORK/b848/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b848/decode_amd64.o ./decode_amd64.s
2025-08-20T23:04:01.0799773Z [00:02:46.363]➜  go tool pack r $WORK/b848/_pkg_.a $WORK/b848/decode_amd64.o # internal
2025-08-20T23:04:01.0802453Z [00:02:46.363]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T23:04:01.0812830Z [00:02:46.364]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/8d/8da33dc0de0b8cf39b5c2cb1a2600d7d08acd72cc71a1e467be42c36de17ee35-d # internal
2025-08-20T23:04:01.0830746Z [00:02:46.365]➜  github.com/pierrec/lz4/v4/internal/lz4stream
2025-08-20T23:04:01.0831362Z [00:02:46.365]➜  mkdir -p $WORK/b850/
2025-08-20T23:04:01.0832046Z [00:02:46.365]➜  cat >/tmp/go-build3700090427/b850/importcfg << 'EOF' # internal
2025-08-20T23:04:01.0832684Z [00:02:46.365]➜  # import config
2025-08-20T23:04:01.0833364Z [00:02:46.365]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:01.0834178Z [00:02:46.365]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.0835159Z [00:02:46.365]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3700090427/b848/_pkg_.a
2025-08-20T23:04:01.0836477Z [00:02:46.365]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3700090427/b849/_pkg_.a
2025-08-20T23:04:01.0837635Z [00:02:46.365]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build3700090427/b851/_pkg_.a
2025-08-20T23:04:01.0838607Z [00:02:46.365]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.0839765Z [00:02:46.365]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:01.0840584Z [00:02:46.365]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:01.0841163Z [00:02:46.365]➜  EOF
2025-08-20T23:04:01.0841622Z [00:02:46.365]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:01.0846777Z [00:02:46.365]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream=>github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream;$WORK/b850=>" -p github.com/pierrec/lz4/v4/internal/lz4stream -lang=go1.14 -complete -installsuffix shared -buildid 4_rK2gU8XQDURqocMOTd/4_rK2gU8XQDURqocMOTd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b850/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream/block.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream/frame.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/internal/lz4stream/frame_gen.go
2025-08-20T23:04:01.1302803Z [00:02:46.413]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T23:04:01.1309098Z [00:02:46.414]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/c3/c3f171850d3216b267a05eb1c441c9ee9c957a5217c996ea55e90708d2113f1c-d # internal
2025-08-20T23:04:01.1323052Z [00:02:46.415]➜  github.com/ulikunitz/xz/lzma
2025-08-20T23:04:01.1325481Z [00:02:46.416]➜  mkdir -p $WORK/b853/
2025-08-20T23:04:01.1331286Z [00:02:46.416]➜  cat >/tmp/go-build3700090427/b853/importcfg << 'EOF' # internal
2025-08-20T23:04:01.1332218Z [00:02:46.416]➜  # import config
2025-08-20T23:04:01.1333197Z [00:02:46.416]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:01.1334753Z [00:02:46.416]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:01.1335784Z [00:02:46.416]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.1350861Z [00:02:46.416]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.1351907Z [00:02:46.416]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build3700090427/b854/_pkg_.a
2025-08-20T23:04:01.1353084Z [00:02:46.416]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build3700090427/b855/_pkg_.a
2025-08-20T23:04:01.1354004Z [00:02:46.416]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.1354776Z [00:02:46.416]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:01.1355363Z [00:02:46.416]➜  EOF
2025-08-20T23:04:01.1372035Z [00:02:46.417]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b853/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma=>github.com/ulikunitz/xz@v0.5.12/lzma;$WORK/b853=>" -p github.com/ulikunitz/xz/lzma -lang=go1.12 -complete -installsuffix shared -buildid RhkBrkcIJ6rTcIERjaoG/RhkBrkcIJ6rTcIERjaoG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/bintree.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/bitops.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/breader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/buffer.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/bytewriter.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/decoder.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/decoderdict.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/directcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/distcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/encoder.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/encoderdict.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/hashtable.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/header.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/header2.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/lengthcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/literalcodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/matchalgorithm.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/operation.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/prob.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/properties.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/rangecodec.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/reader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/reader2.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/state.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/treecodecs.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/writer.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzma/writer2.go
2025-08-20T23:04:01.1638180Z [00:02:46.447]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T23:04:01.1650981Z [00:02:46.448]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/82/826db047a0f65fb4185898c398604ad62a370853f13cf63692759c5a05bbdc91-d # internal
2025-08-20T23:04:01.1661299Z [00:02:46.449]➜  github.com/pierrec/lz4/v4
2025-08-20T23:04:01.1661875Z [00:02:46.449]➜  mkdir -p $WORK/b847/
2025-08-20T23:04:01.1662549Z [00:02:46.449]➜  cat >/tmp/go-build3700090427/b847/importcfg << 'EOF' # internal
2025-08-20T23:04:01.1663151Z [00:02:46.449]➜  # import config
2025-08-20T23:04:01.1663721Z [00:02:46.449]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:01.1664443Z [00:02:46.449]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.1665873Z [00:02:46.449]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.1667589Z [00:02:46.449]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3700090427/b848/_pkg_.a
2025-08-20T23:04:01.1670875Z [00:02:46.449]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3700090427/b849/_pkg_.a
2025-08-20T23:04:01.1673584Z [00:02:46.449]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build3700090427/b850/_pkg_.a
2025-08-20T23:04:01.1675317Z [00:02:46.449]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.1676257Z [00:02:46.449]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:01.1700209Z [00:02:46.449]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:01.1701789Z [00:02:46.449]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:01.1703147Z [00:02:46.449]➜  EOF
2025-08-20T23:04:01.1709253Z [00:02:46.449]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b847/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21=>github.com/pierrec/lz4/v4@v4.1.21;$WORK/b847=>" -p github.com/pierrec/lz4/v4 -lang=go1.14 -complete -installsuffix shared -buildid 3JyvF6_LzW7aGjuh79-y/3JyvF6_LzW7aGjuh79-y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b847/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/compressing_reader.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/lz4.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/options.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/options_gen.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/reader.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/state.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/state_gen.go /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.21/writer.go
2025-08-20T23:04:01.2898253Z [00:02:46.573]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T23:04:01.2925534Z [00:02:46.576]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/86/86a12454fd11a01707ac16229c41da210172a8c3861c1fb5c2e821fe4a7f04b8-d # internal
2025-08-20T23:04:01.2974234Z [00:02:46.581]➜  github.com/bodgit/sevenzip/internal/lz4
2025-08-20T23:04:01.2976758Z [00:02:46.581]➜  mkdir -p $WORK/b846/
2025-08-20T23:04:01.2985967Z [00:02:46.582]➜  cat >/tmp/go-build3700090427/b846/importcfg << 'EOF' # internal
2025-08-20T23:04:01.2987270Z [00:02:46.582]➜  # import config
2025-08-20T23:04:01.2988608Z [00:02:46.582]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.2990104Z [00:02:46.582]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.2991112Z [00:02:46.582]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3700090427/b847/_pkg_.a
2025-08-20T23:04:01.2992010Z [00:02:46.582]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.2992783Z [00:02:46.582]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:01.2993372Z [00:02:46.582]➜  EOF
2025-08-20T23:04:01.3004519Z [00:02:46.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b846/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lz4=>github.com/bodgit/sevenzip@v1.6.0/internal/lz4;$WORK/b846=>" -p github.com/bodgit/sevenzip/internal/lz4 -lang=go1.19 -complete -installsuffix shared -buildid 8f-o2K_L-Km4Ge4F9KCY/8f-o2K_L-Km4Ge4F9KCY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lz4/reader.go
2025-08-20T23:04:01.3073628Z [00:02:46.590]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T23:04:01.3369264Z [00:02:46.620]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T23:04:01.3377807Z [00:02:46.621]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/46/4622d801cc7b2d262e12bc50dbf91777cef01ce914e7be8a7c3f735d51a66369-d # internal
2025-08-20T23:04:01.3393809Z [00:02:46.623]➜  github.com/bodgit/sevenzip/internal/pool
2025-08-20T23:04:01.3395116Z [00:02:46.623]➜  mkdir -p $WORK/b857/
2025-08-20T23:04:01.3400027Z [00:02:46.623]➜  cat >/tmp/go-build3700090427/b857/importcfg << 'EOF' # internal
2025-08-20T23:04:01.3401073Z [00:02:46.623]➜  # import config
2025-08-20T23:04:01.3402525Z [00:02:46.623]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:04:01.3403837Z [00:02:46.623]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3700090427/b837/_pkg_.a
2025-08-20T23:04:01.3405007Z [00:02:46.623]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:01.3405932Z [00:02:46.623]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:01.3406808Z [00:02:46.623]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:01.3407482Z [00:02:46.623]➜  EOF
2025-08-20T23:04:01.3416336Z [00:02:46.624]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b857/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/pool=>github.com/bodgit/sevenzip@v1.6.0/internal/pool;$WORK/b857=>" -p github.com/bodgit/sevenzip/internal/pool -lang=go1.19 -complete -installsuffix shared -buildid 2AKQOE887ib9B543q-zo/2AKQOE887ib9B543q-zo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b857/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/pool/pool.go
2025-08-20T23:04:01.3484724Z [00:02:46.632]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/9d/9d329f7854051aeb5bb1deb5f7d45430c4bbcd9d72a6b9d237fde18ed3840ad7-d # internal
2025-08-20T23:04:01.3490382Z [00:02:46.632]➜  github.com/bodgit/sevenzip/internal/zstd
2025-08-20T23:04:01.3493124Z [00:02:46.632]➜  mkdir -p $WORK/b858/
2025-08-20T23:04:01.3501654Z [00:02:46.633]➜  cat >/tmp/go-build3700090427/b858/importcfg << 'EOF' # internal
2025-08-20T23:04:01.3504408Z [00:02:46.633]➜  # import config
2025-08-20T23:04:01.3505073Z [00:02:46.633]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.3506043Z [00:02:46.633]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.3507662Z [00:02:46.633]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3700090427/b764/_pkg_.a
2025-08-20T23:04:01.3508917Z [00:02:46.633]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.3510050Z [00:02:46.633]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:01.3511832Z [00:02:46.633]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:01.3512427Z [00:02:46.633]➜  EOF
2025-08-20T23:04:01.3520972Z [00:02:46.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b858/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/zstd=>github.com/bodgit/sevenzip@v1.6.0/internal/zstd;$WORK/b858=>" -p github.com/bodgit/sevenzip/internal/zstd -lang=go1.19 -complete -installsuffix shared -buildid RBC-XPv8rZn91jX2j_Eo/RBC-XPv8rZn91jX2j_Eo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b858/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/zstd/reader.go
2025-08-20T23:04:01.3895294Z [00:02:46.673]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T23:04:01.3918933Z [00:02:46.675]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/77/77490682bd38b98923dccdb693a8407713d359e22b3c8045fb8d1b627675c11a-d # internal
2025-08-20T23:04:01.3926000Z [00:02:46.676]➜  go4.org/readerutil
2025-08-20T23:04:01.3928649Z [00:02:46.676]➜  mkdir -p $WORK/b860/
2025-08-20T23:04:01.3938782Z [00:02:46.677]➜  cat >/tmp/go-build3700090427/b860/importcfg << 'EOF' # internal
2025-08-20T23:04:01.3941244Z [00:02:46.677]➜  # import config
2025-08-20T23:04:01.3943268Z [00:02:46.677]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:01.3944698Z [00:02:46.677]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.3946140Z [00:02:46.677]➜  packagefile expvar=/tmp/go-build3700090427/b630/_pkg_.a
2025-08-20T23:04:01.3947159Z [00:02:46.677]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.3948255Z [00:02:46.677]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.3949221Z [00:02:46.677]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:01.3950321Z [00:02:46.677]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:01.3952070Z [00:02:46.677]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:01.3952672Z [00:02:46.677]➜  EOF
2025-08-20T23:04:01.3959498Z [00:02:46.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b860/_pkg_.a -trimpath "/root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil=>go4.org@v0.0.0-20230225012048-214862532bf5/readerutil;$WORK/b860=>" -p go4.org/readerutil -lang=go1.13 -complete -installsuffix shared -buildid ZmrYFIAeUQOtEiz6YnUM/ZmrYFIAeUQOtEiz6YnUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b860/importcfg -pack /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/bufreaderat.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/countingreader.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/fakeseeker.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/multireaderat.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/readersize.go /root/go/pkg/mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/readerutil.go
2025-08-20T23:04:01.3993478Z [00:02:46.682]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T23:04:01.4005089Z [00:02:46.684]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/4a/4a30edc72e1d149ba17621172e383c156c7bca9ecaf7e2f4f810894bb1922ed2-d # internal
2025-08-20T23:04:01.4010704Z [00:02:46.684]➜  github.com/dsnet/compress/internal/errors
2025-08-20T23:04:01.4013189Z [00:02:46.684]➜  mkdir -p $WORK/b864/
2025-08-20T23:04:01.4020383Z [00:02:46.685]➜  cat >/tmp/go-build3700090427/b864/importcfg << 'EOF' # internal
2025-08-20T23:04:01.4024875Z [00:02:46.685]➜  # import config
2025-08-20T23:04:01.4025523Z [00:02:46.685]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:01.4026124Z [00:02:46.685]➜  EOF
2025-08-20T23:04:01.4047561Z [00:02:46.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/errors=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/errors;$WORK/b864=>" -p github.com/dsnet/compress/internal/errors -lang=go1.9 -complete -installsuffix shared -buildid KHhaERPFJ32XNg2k4aaw/KHhaERPFJ32XNg2k4aaw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b864/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/errors/errors.go
2025-08-20T23:04:01.4306429Z [00:02:46.714]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T23:04:01.4314844Z [00:02:46.714]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/b7/b71e581d974263deeab76fa8b04ccd1695a45f400abab31d09d9a99e363149af-d # internal
2025-08-20T23:04:01.4320748Z [00:02:46.715]➜  github.com/dsnet/compress
2025-08-20T23:04:01.4322142Z [00:02:46.715]➜  mkdir -p $WORK/b866/
2025-08-20T23:04:01.4323236Z [00:02:46.715]➜  cat >/tmp/go-build3700090427/b866/importcfg << 'EOF' # internal
2025-08-20T23:04:01.4350211Z [00:02:46.715]➜  # import config
2025-08-20T23:04:01.4351047Z [00:02:46.715]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:01.4352274Z [00:02:46.715]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3700090427/b864/_pkg_.a
2025-08-20T23:04:01.4353419Z [00:02:46.715]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.4354688Z [00:02:46.715]➜  EOF
2025-08-20T23:04:01.4359523Z [00:02:46.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b866/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707;$WORK/b866=>" -p github.com/dsnet/compress -lang=go1.9 -complete -installsuffix shared -buildid eXL5GO7Axs1Ur_1F-c8F/eXL5GO7Axs1Ur_1F-c8F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b866/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/api.go
2025-08-20T23:04:01.4426883Z [00:02:46.726]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T23:04:01.4441621Z [00:02:46.727]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T23:04:01.4448858Z [00:02:46.728]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/2a/2a7c9bd58dbaa0f5254ccc04e63327b6b5d9c2ada9862f4eaec5190f0d5782f8-d # internal
2025-08-20T23:04:01.4453256Z [00:02:46.728]➜  github.com/dsnet/compress/internal/prefix
2025-08-20T23:04:01.4460047Z [00:02:46.729]➜  mkdir -p $WORK/b865/
2025-08-20T23:04:01.4461465Z [00:02:46.729]➜  cat >/tmp/go-build3700090427/b865/importcfg << 'EOF' # internal
2025-08-20T23:04:01.4462442Z [00:02:46.729]➜  # import config
2025-08-20T23:04:01.4463814Z [00:02:46.729]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:01.4465993Z [00:02:46.729]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:01.4467478Z [00:02:46.729]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:01.4469222Z [00:02:46.729]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.4471123Z [00:02:46.729]➜  packagefile github.com/dsnet/compress=/tmp/go-build3700090427/b866/_pkg_.a
2025-08-20T23:04:01.4473107Z [00:02:46.729]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build3700090427/b863/_pkg_.a
2025-08-20T23:04:01.4474759Z [00:02:46.729]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3700090427/b864/_pkg_.a
2025-08-20T23:04:01.4476625Z [00:02:46.729]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.4477860Z [00:02:46.729]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:01.4479020Z [00:02:46.729]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:01.4480604Z [00:02:46.729]➜  EOF
2025-08-20T23:04:01.4490899Z [00:02:46.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b865/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix;$WORK/b865=>" -p github.com/dsnet/compress/internal/prefix -lang=go1.9 -complete -installsuffix shared -buildid Bgb8QyIcYtYRv2rb7hTg/Bgb8QyIcYtYRv2rb7hTg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b865/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/decoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/encoder.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/prefix.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/range.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/reader.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/wrap.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/writer.go
2025-08-20T23:04:01.4500456Z [00:02:46.730]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/1f/1fa1692399a2fe9ddc823fe3cb2fafce9b29891716c0506016628856d5c7a532-d # internal
2025-08-20T23:04:01.4502478Z [00:02:46.732]➜  github.com/bodgit/sevenzip/internal/lzma
2025-08-20T23:04:01.4503514Z [00:02:46.732]➜  mkdir -p $WORK/b852/
2025-08-20T23:04:01.4505528Z [00:02:46.732]➜  cat >/tmp/go-build3700090427/b852/importcfg << 'EOF' # internal
2025-08-20T23:04:01.4506243Z [00:02:46.732]➜  # import config
2025-08-20T23:04:01.4506916Z [00:02:46.732]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:01.4507842Z [00:02:46.732]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:01.4508755Z [00:02:46.732]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.4509896Z [00:02:46.732]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.4510936Z [00:02:46.732]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3700090427/b853/_pkg_.a
2025-08-20T23:04:01.4511897Z [00:02:46.732]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.4512496Z [00:02:46.732]➜  EOF
2025-08-20T23:04:01.4516262Z [00:02:46.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b852/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma=>github.com/bodgit/sevenzip@v1.6.0/internal/lzma;$WORK/b852=>" -p github.com/bodgit/sevenzip/internal/lzma -lang=go1.19 -complete -installsuffix shared -buildid _dPGsuk7g7ESTVrDUTkr/_dPGsuk7g7ESTVrDUTkr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma/reader.go
2025-08-20T23:04:01.4605875Z [00:02:46.744]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T23:04:01.4623068Z [00:02:46.745]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/f8/f8f9d8c164f6dd4d783c86de9b291bac3d8cf1fc7236a8fd9f65082c5860804b-d # internal
2025-08-20T23:04:01.4630219Z [00:02:46.746]➜  github.com/bodgit/sevenzip/internal/lzma2
2025-08-20T23:04:01.4634444Z [00:02:46.747]➜  mkdir -p $WORK/b856/
2025-08-20T23:04:01.4642644Z [00:02:46.747]➜  cat >/tmp/go-build3700090427/b856/importcfg << 'EOF' # internal
2025-08-20T23:04:01.4645593Z [00:02:46.747]➜  # import config
2025-08-20T23:04:01.4646273Z [00:02:46.747]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.4647085Z [00:02:46.747]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.4648053Z [00:02:46.747]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3700090427/b853/_pkg_.a
2025-08-20T23:04:01.4648985Z [00:02:46.747]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.4649715Z [00:02:46.747]➜  EOF
2025-08-20T23:04:01.4661545Z [00:02:46.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b856/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma2=>github.com/bodgit/sevenzip@v1.6.0/internal/lzma2;$WORK/b856=>" -p github.com/bodgit/sevenzip/internal/lzma2 -lang=go1.19 -complete -installsuffix shared -buildid g4613iqWnwreHj74gDhV/g4613iqWnwreHj74gDhV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b856/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/lzma2/reader.go
2025-08-20T23:04:01.4761631Z [00:02:46.759]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T23:04:01.4769791Z [00:02:46.760]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/74/7446350feb745ee42ebb123510fab1a4e4190f41d606e44db7f7e5af103cc469-d # internal
2025-08-20T23:04:01.4780947Z [00:02:46.760]➜  github.com/klauspost/compress/gzip
2025-08-20T23:04:01.4781613Z [00:02:46.760]➜  mkdir -p $WORK/b867/
2025-08-20T23:04:01.4782351Z [00:02:46.761]➜  cat >/tmp/go-build3700090427/b867/importcfg << 'EOF' # internal
2025-08-20T23:04:01.4783022Z [00:02:46.761]➜  # import config
2025-08-20T23:04:01.4783667Z [00:02:46.761]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:01.4784834Z [00:02:46.761]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:04:01.4785793Z [00:02:46.761]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:01.4786669Z [00:02:46.761]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.4787463Z [00:02:46.761]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.4788471Z [00:02:46.761]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3700090427/b793/_pkg_.a
2025-08-20T23:04:01.4790403Z [00:02:46.761]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:01.4791247Z [00:02:46.761]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.4792030Z [00:02:46.761]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:01.4792617Z [00:02:46.761]➜  EOF
2025-08-20T23:04:01.4796890Z [00:02:46.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip=>github.com/klauspost/compress@v1.18.0/gzip;$WORK/b867=>" -p github.com/klauspost/compress/gzip -lang=go1.22 -complete -installsuffix shared -buildid eNXVg8nXyDHZvIN8WJ9v/eNXVg8nXyDHZvIN8WJ9v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b867/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip/gunzip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip/gzip.go
2025-08-20T23:04:01.4925846Z [00:02:46.776]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T23:04:01.4933718Z [00:02:46.776]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/68/6878f054c4d74d3291c91adbeddf915bae67f45091992daed79586e01549c898-d # internal
2025-08-20T23:04:01.4947281Z [00:02:46.778]➜  github.com/klauspost/compress/s2
2025-08-20T23:04:01.4949860Z [00:02:46.778]➜  mkdir -p $WORK/b868/
2025-08-20T23:04:01.4954300Z [00:02:46.779]➜  echo -n > $WORK/b868/go_asm.h # internal
2025-08-20T23:04:01.4960752Z [00:02:46.779]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T23:04:01.4963830Z [00:02:46.779]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/s2 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b868=>" -I $WORK/b868/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b868/symabis ./decode_amd64.s ./encodeblock_amd64.s
2025-08-20T23:04:01.5348807Z [00:02:46.818]➜  cat >/tmp/go-build3700090427/b868/importcfg << 'EOF' # internal
2025-08-20T23:04:01.5357808Z [00:02:46.818]➜  # import config
2025-08-20T23:04:01.5358534Z [00:02:46.818]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:01.5359689Z [00:02:46.818]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:01.5360656Z [00:02:46.818]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:01.5361677Z [00:02:46.818]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:01.5362589Z [00:02:46.818]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.5363430Z [00:02:46.818]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.5364516Z [00:02:46.818]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3700090427/b769/_pkg_.a
2025-08-20T23:04:01.5366105Z [00:02:46.818]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build3700090427/b869/_pkg_.a
2025-08-20T23:04:01.5367212Z [00:02:46.818]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:01.5368049Z [00:02:46.818]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.5368889Z [00:02:46.818]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:01.5369958Z [00:02:46.818]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:01.5371056Z [00:02:46.818]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:01.5372125Z [00:02:46.818]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:01.5373026Z [00:02:46.818]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:01.5373857Z [00:02:46.818]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:01.5374723Z [00:02:46.818]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:01.5375341Z [00:02:46.818]➜  EOF
2025-08-20T23:04:01.5375825Z [00:02:46.818]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:01.5386646Z [00:02:46.818]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b868/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b868=>" -p github.com/klauspost/compress/s2 -lang=go1.22 -installsuffix shared -buildid FijdHwDHM9At6RBCJdpj/FijdHwDHM9At6RBCJdpj -goversion go1.25.0 -symabis $WORK/b868/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b868/importcfg -pack -asmhdr $WORK/b868/go_asm.h /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/decode_asm.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_all.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encode_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/encodeblock_amd64.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/index.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/lz4convert.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/lz4sconvert.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/reader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/s2.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2/writer.go
2025-08-20T23:04:01.5499863Z [00:02:46.833]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T23:04:01.5520864Z [00:02:46.835]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/2c/2c984882fd58727ce613b76b6f1355a6bb42ee59841bddf04dbabcf20d0f516f-d # internal
2025-08-20T23:04:01.5522773Z [00:02:46.835]➜  github.com/klauspost/compress/internal/godebug
2025-08-20T23:04:01.5524046Z [00:02:46.835]➜  mkdir -p $WORK/b871/
2025-08-20T23:04:01.5525121Z [00:02:46.835]➜  cat >/tmp/go-build3700090427/b871/importcfg << 'EOF' # internal
2025-08-20T23:04:01.5528043Z [00:02:46.835]➜  # import config
2025-08-20T23:04:01.5528708Z [00:02:46.835]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:01.5529314Z [00:02:46.835]➜  EOF
2025-08-20T23:04:01.5533551Z [00:02:46.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/godebug=>github.com/klauspost/compress@v1.18.0/internal/godebug;$WORK/b871=>" -p github.com/klauspost/compress/internal/godebug -lang=go1.22 -complete -installsuffix shared -buildid Ng9S_fNAxqr-1DBHqDaR/Ng9S_fNAxqr-1DBHqDaR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b871/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/godebug/godebug.go
2025-08-20T23:04:01.5627653Z [00:02:46.846]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T23:04:01.5634802Z [00:02:46.847]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/e2/e257fca22ba425725b993c97df8552a5cdd2e416de7b910c54312b7e275462c8-d # internal
2025-08-20T23:04:01.5642152Z [00:02:46.847]➜  github.com/klauspost/compress/zip
2025-08-20T23:04:01.5642796Z [00:02:46.847]➜  mkdir -p $WORK/b870/
2025-08-20T23:04:01.5645802Z [00:02:46.848]➜  cat >/tmp/go-build3700090427/b870/importcfg << 'EOF' # internal
2025-08-20T23:04:01.5651633Z [00:02:46.848]➜  # import config
2025-08-20T23:04:01.5652533Z [00:02:46.848]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:01.5653724Z [00:02:46.848]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:01.5654707Z [00:02:46.848]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.5655769Z [00:02:46.848]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3700090427/b793/_pkg_.a
2025-08-20T23:04:01.5657128Z [00:02:46.848]➜  packagefile github.com/klauspost/compress/internal/godebug=/tmp/go-build3700090427/b871/_pkg_.a
2025-08-20T23:04:01.5658233Z [00:02:46.848]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:01.5659073Z [00:02:46.848]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:01.5671693Z [00:02:46.848]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.5672520Z [00:02:46.848]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:04:01.5673340Z [00:02:46.848]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:01.5674173Z [00:02:46.848]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:01.5675047Z [00:02:46.848]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:01.5675939Z [00:02:46.848]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:01.5676772Z [00:02:46.848]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:01.5677632Z [00:02:46.848]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:01.5678421Z [00:02:46.848]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:01.5679505Z [00:02:46.848]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:01.5680180Z [00:02:46.848]➜  EOF
2025-08-20T23:04:01.5685235Z [00:02:46.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b870/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip=>github.com/klauspost/compress@v1.18.0/zip;$WORK/b870=>" -p github.com/klauspost/compress/zip -lang=go1.22 -complete -installsuffix shared -buildid vb7R3ANJpxPbrkD17Cb6/vb7R3ANJpxPbrkD17Cb6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b870/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/reader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/register.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/struct.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zip/writer.go
2025-08-20T23:04:01.6128598Z [00:02:46.896]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T23:04:01.6167602Z [00:02:46.900]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/cf/cfc32a86ef29403b90972fedeb4156bd1823cb218dc29fae4b3a25c257e9abb8-d # internal
2025-08-20T23:04:01.6175053Z [00:02:46.901]➜  github.com/dsnet/compress/bzip2
2025-08-20T23:04:01.6180380Z [00:02:46.901]➜  mkdir -p $WORK/b861/
2025-08-20T23:04:01.6188150Z [00:02:46.902]➜  cat >/tmp/go-build3700090427/b861/importcfg << 'EOF' # internal
2025-08-20T23:04:01.6191109Z [00:02:46.902]➜  # import config
2025-08-20T23:04:01.6191801Z [00:02:46.902]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.6192957Z [00:02:46.902]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build3700090427/b862/_pkg_.a
2025-08-20T23:04:01.6194229Z [00:02:46.902]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build3700090427/b863/_pkg_.a
2025-08-20T23:04:01.6195748Z [00:02:46.902]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3700090427/b864/_pkg_.a
2025-08-20T23:04:01.6197071Z [00:02:46.902]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build3700090427/b865/_pkg_.a
2025-08-20T23:04:01.6198174Z [00:02:46.902]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:01.6199009Z [00:02:46.902]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.6199781Z [00:02:46.902]➜  EOF
2025-08-20T23:04:01.6211558Z [00:02:46.904]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b861/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2=>github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2;$WORK/b861=>" -p github.com/dsnet/compress/bzip2 -lang=go1.9 -complete -installsuffix shared -buildid twEGtgii6m-bZ0mki-h6/twEGtgii6m-bZ0mki-h6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b861/importcfg -pack /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/bwt.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/common.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/fuzz_off.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/mtf_rle2.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/prefix.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/reader.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/rle1.go /root/go/pkg/mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/writer.go
2025-08-20T23:04:01.7272330Z [00:02:47.009]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T23:04:01.7287591Z [00:02:47.012]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/2b/2bfa58ac62cf527ef6115ab8f7e1df57be9b535b584091848bd674d20e3f0684-d # internal
2025-08-20T23:04:01.7315213Z [00:02:47.015]➜  github.com/klauspost/compress/zlib
2025-08-20T23:04:01.7317690Z [00:02:47.015]➜  mkdir -p $WORK/b872/
2025-08-20T23:04:01.7327226Z [00:02:47.016]➜  cat >/tmp/go-build3700090427/b872/importcfg << 'EOF' # internal
2025-08-20T23:04:01.7328200Z [00:02:47.016]➜  # import config
2025-08-20T23:04:01.7345550Z [00:02:47.016]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:01.7398022Z [00:02:47.016]➜  packagefile compress/zlib=/tmp/go-build3700090427/b816/_pkg_.a
2025-08-20T23:04:01.7415086Z [00:02:47.016]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:01.7416028Z [00:02:47.016]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.7417285Z [00:02:47.016]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3700090427/b793/_pkg_.a
2025-08-20T23:04:01.7418330Z [00:02:47.016]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:01.7419210Z [00:02:47.016]➜  packagefile hash/adler32=/tmp/go-build3700090427/b817/_pkg_.a
2025-08-20T23:04:01.7440691Z [00:02:47.016]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.7441303Z [00:02:47.016]➜  EOF
2025-08-20T23:04:01.7445418Z [00:02:47.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b872/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zlib=>github.com/klauspost/compress@v1.18.0/zlib;$WORK/b872=>" -p github.com/klauspost/compress/zlib -lang=go1.22 -complete -installsuffix shared -buildid 72PrXKr2pYS92PRH884J/72PrXKr2pYS92PRH884J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b872/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zlib/reader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zlib/writer.go
2025-08-20T23:04:01.7814960Z [00:02:47.065]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T23:04:01.7855804Z [00:02:47.069]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/e4/e46d5b7cf89bf4853d746200391ee0ce73a9f1b87d02242750be738cd2bd202f-d # internal
2025-08-20T23:04:01.7865541Z [00:02:47.070]➜  github.com/nwaples/rardecode/v2
2025-08-20T23:04:01.7867981Z [00:02:47.070]➜  mkdir -p $WORK/b873/
2025-08-20T23:04:01.7883877Z [00:02:47.071]➜  cat >/tmp/go-build3700090427/b873/importcfg << 'EOF' # internal
2025-08-20T23:04:01.7884858Z [00:02:47.071]➜  # import config
2025-08-20T23:04:01.7886903Z [00:02:47.071]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:01.7888664Z [00:02:47.071]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:01.7889980Z [00:02:47.071]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:04:01.7890941Z [00:02:47.071]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:04:01.7891847Z [00:02:47.072]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:01.7892666Z [00:02:47.072]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:01.7893569Z [00:02:47.072]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:01.7894428Z [00:02:47.072]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:01.7895294Z [00:02:47.072]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.7896069Z [00:02:47.072]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:01.7896770Z [00:02:47.072]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:01.7897569Z [00:02:47.072]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:01.7898399Z [00:02:47.072]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.7899187Z [00:02:47.072]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:04:01.7900205Z [00:02:47.072]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:01.7901015Z [00:02:47.072]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:01.7901869Z [00:02:47.072]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:01.7902739Z [00:02:47.072]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:01.7903560Z [00:02:47.072]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:01.7904350Z [00:02:47.072]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:01.7905194Z [00:02:47.072]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:04:01.7905846Z [00:02:47.072]➜  EOF
2025-08-20T23:04:01.7924725Z [00:02:47.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78=>github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78;$WORK/b873=>" -p github.com/nwaples/rardecode/v2 -lang=go1.16 -complete -installsuffix shared -buildid 3GtB6pAHCnJzroq9-wsC/3GtB6pAHCnJzroq9-wsC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b873/importcfg -pack /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/archive.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/archive15.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/archive50.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/bit_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/decode20.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/decode20_audio.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/decode20_lz.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/decode29.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/decode29_lz.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/decode29_ppm.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/decode50.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/decode_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/decrypt_reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/filters.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/huffman.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/ppm_model.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/reader.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/vm.go /root/go/pkg/mod/github.com/nwaples/rardecode/v2@v2.0.0-beta.4.0.20241112120701-034e449c6e78/volume.go
2025-08-20T23:04:01.9737104Z [00:02:47.257]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T23:04:01.9917116Z [00:02:47.275]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/59/59fb50bdb512cd1f4090be314b718b348b8b93554cc7d4590fbc1ddc4f652d1c-d # internal
2025-08-20T23:04:01.9924741Z [00:02:47.275]➜  github.com/sorairolake/lzip-go
2025-08-20T23:04:01.9925388Z [00:02:47.275]➜  mkdir -p $WORK/b874/
2025-08-20T23:04:01.9928403Z [00:02:47.276]➜  cat >/tmp/go-build3700090427/b874/importcfg << 'EOF' # internal
2025-08-20T23:04:01.9932904Z [00:02:47.276]➜  # import config
2025-08-20T23:04:01.9933646Z [00:02:47.276]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:01.9934534Z [00:02:47.276]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:01.9936725Z [00:02:47.276]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:01.9938529Z [00:02:47.276]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3700090427/b853/_pkg_.a
2025-08-20T23:04:01.9940433Z [00:02:47.276]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:01.9941721Z [00:02:47.276]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:01.9952994Z [00:02:47.276]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:01.9954609Z [00:02:47.276]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:01.9955527Z [00:02:47.276]➜  EOF
2025-08-20T23:04:01.9961642Z [00:02:47.276]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5=>github.com/sorairolake/lzip-go@v0.3.5;$WORK/b874=>" -p github.com/sorairolake/lzip-go -lang=go1.22 -complete -installsuffix shared -buildid WBaFRNxBLka9hY47dnIq/WBaFRNxBLka9hY47dnIq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b874/importcfg -pack /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/error.go /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/lzip.go /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/reader.go /root/go/pkg/mod/github.com/sorairolake/lzip-go@v0.3.5/writer.go
2025-08-20T23:04:02.0471961Z [00:02:47.330]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T23:04:02.0482799Z [00:02:47.331]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/79/79d302a9f1a9d4a733c1b0be9a8e4a18dead47c0166426f80bc5b5ba2c7d572b-d # internal
2025-08-20T23:04:02.0486961Z [00:02:47.332]➜  github.com/therootcompany/xz
2025-08-20T23:04:02.0489842Z [00:02:47.332]➜  mkdir -p $WORK/b875/
2025-08-20T23:04:02.0494941Z [00:02:47.333]➜  cat >/tmp/go-build3700090427/b875/importcfg << 'EOF' # internal
2025-08-20T23:04:02.0499163Z [00:02:47.333]➜  # import config
2025-08-20T23:04:02.0500055Z [00:02:47.333]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:02.0500948Z [00:02:47.333]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:02.0501828Z [00:02:47.333]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:02.0502638Z [00:02:47.333]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:02.0503461Z [00:02:47.333]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:02.0504363Z [00:02:47.333]➜  packagefile hash/crc64=/tmp/go-build3700090427/b614/_pkg_.a
2025-08-20T23:04:02.0505176Z [00:02:47.333]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:02.0505754Z [00:02:47.333]➜  EOF
2025-08-20T23:04:02.0512693Z [00:02:47.333]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b875/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1=>github.com/therootcompany/xz@v1.0.1;$WORK/b875=>" -p github.com/therootcompany/xz -lang=go1.15 -complete -installsuffix shared -buildid m7t5QcSbJ4dFn1hvCtdR/m7t5QcSbJ4dFn1hvCtdR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b875/importcfg -pack /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_bcj.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_delta.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_lzma2.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_stream.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_util.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/dec_xz.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/doc.go /root/go/pkg/mod/github.com/therootcompany/xz@v1.0.1/reader.go
2025-08-20T23:04:02.2148841Z [00:02:47.498]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T23:04:02.2166434Z [00:02:47.500]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/76/765be4383de85cde12add4cadc1ed9fcd2a8a36a0e402924cec27c83d02c1c0a-d # internal
2025-08-20T23:04:02.2171987Z [00:02:47.500]➜  github.com/ulikunitz/xz
2025-08-20T23:04:02.2172578Z [00:02:47.500]➜  mkdir -p $WORK/b876/
2025-08-20T23:04:02.2178275Z [00:02:47.501]➜  cat >/tmp/go-build3700090427/b876/importcfg << 'EOF' # internal
2025-08-20T23:04:02.2181215Z [00:02:47.501]➜  # import config
2025-08-20T23:04:02.2185450Z [00:02:47.501]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:02.2186394Z [00:02:47.501]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:02.2205648Z [00:02:47.501]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:02.2206500Z [00:02:47.501]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:02.2207574Z [00:02:47.501]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build3700090427/b855/_pkg_.a
2025-08-20T23:04:02.2208757Z [00:02:47.501]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3700090427/b853/_pkg_.a
2025-08-20T23:04:02.2209951Z [00:02:47.501]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:02.2210819Z [00:02:47.501]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:02.2211987Z [00:02:47.501]➜  packagefile hash/crc64=/tmp/go-build3700090427/b614/_pkg_.a
2025-08-20T23:04:02.2213014Z [00:02:47.501]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:02.2213592Z [00:02:47.501]➜  EOF
2025-08-20T23:04:02.2219138Z [00:02:47.501]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b876/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12=>github.com/ulikunitz/xz@v0.5.12;$WORK/b876=>" -p github.com/ulikunitz/xz -lang=go1.12 -complete -installsuffix shared -buildid _bUbfmL-Dy3yH4YapzSh/_bUbfmL-Dy3yH4YapzSh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b876/importcfg -pack /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/bits.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/crc.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/format.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/lzmafilter.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/none-check.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/reader.go /root/go/pkg/mod/github.com/ulikunitz/xz@v0.5.12/writer.go
2025-08-20T23:04:02.3235426Z [00:02:47.607]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T23:04:02.3238827Z [00:02:47.607]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/s2 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b868=>" -I $WORK/b868/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b868/decode_amd64.o ./decode_amd64.s
2025-08-20T23:04:02.3360925Z [00:02:47.619]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/klauspost/compress/s2 -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b868=>" -I $WORK/b868/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b868/encodeblock_amd64.o ./encodeblock_amd64.s
2025-08-20T23:04:02.3415605Z [00:02:47.625]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T23:04:02.3559901Z [00:02:47.639]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/1b/1bd181c135803ae57e8e7c6f6ff5a00a91d8337ca67fcc654a15556b0d6b464a-d # internal
2025-08-20T23:04:02.3670926Z [00:02:47.650]➜  github.com/DataDog/zstd
2025-08-20T23:04:02.3671515Z [00:02:47.650]➜  mkdir -p $WORK/b878/
2025-08-20T23:04:02.3678769Z [00:02:47.651]➜  echo -n > $WORK/b878/preferlinkext # internal
2025-08-20T23:04:02.3685681Z [00:02:47.652]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:02.3693025Z [00:02:47.652]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_amd64/cgo -objdir $WORK/b878/ -importpath github.com/DataDog/zstd "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 ./errors.go ./zstd.go ./zstd_bulk.go ./zstd_ctx.go ./zstd_stream.go
2025-08-20T23:04:02.3780336Z [00:02:47.661]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T23:04:02.3809558Z [00:02:47.664]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/99/995487bffca1c27205ee0144c39c55432fa355506004be941a3269d60db3c1c0-d # internal
2025-08-20T23:04:02.3810874Z [00:02:47.664]➜  github.com/ProtonMail/go-crypto/openpgp/errors
2025-08-20T23:04:02.3812896Z [00:02:47.664]➜  mkdir -p $WORK/b881/
2025-08-20T23:04:02.3814297Z [00:02:47.665]➜  cat >/tmp/go-build3700090427/b881/importcfg << 'EOF' # internal
2025-08-20T23:04:02.3815203Z [00:02:47.665]➜  # import config
2025-08-20T23:04:02.3815875Z [00:02:47.665]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:02.3816462Z [00:02:47.665]➜  EOF
2025-08-20T23:04:02.3816918Z [00:02:47.665]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:02.3823702Z [00:02:47.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b881/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/errors=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/errors;$WORK/b881=>" -p github.com/ProtonMail/go-crypto/openpgp/errors -lang=go1.17 -complete -installsuffix shared -buildid qhASaNpCUGYawtfCf_92/qhASaNpCUGYawtfCf_92 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b881/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/errors/errors.go
2025-08-20T23:04:02.4091873Z [00:02:47.692]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T23:04:02.4107752Z [00:02:47.694]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/11/1138455154cb5cdca5435903536bab18671b027a7080a1fecd3fb68fd805cb8d-d # internal
2025-08-20T23:04:02.4112246Z [00:02:47.694]➜  github.com/ProtonMail/go-crypto/openpgp/armor
2025-08-20T23:04:02.4114989Z [00:02:47.695]➜  mkdir -p $WORK/b880/
2025-08-20T23:04:02.4120926Z [00:02:47.695]➜  cat >/tmp/go-build3700090427/b880/importcfg << 'EOF' # internal
2025-08-20T23:04:02.4123651Z [00:02:47.695]➜  # import config
2025-08-20T23:04:02.4124266Z [00:02:47.695]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:02.4125012Z [00:02:47.695]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:02.4125873Z [00:02:47.695]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:02.4127028Z [00:02:47.695]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3700090427/b881/_pkg_.a
2025-08-20T23:04:02.4128050Z [00:02:47.695]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:02.4128834Z [00:02:47.695]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:02.4129607Z [00:02:47.695]➜  EOF
2025-08-20T23:04:02.4158750Z [00:02:47.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b880/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/armor=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/armor;$WORK/b880=>" -p github.com/ProtonMail/go-crypto/openpgp/armor -lang=go1.17 -complete -installsuffix shared -buildid 78lYmz8gtJf_jobkawPS/78lYmz8gtJf_jobkawPS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b880/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/armor/armor.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/armor/encode.go
2025-08-20T23:04:02.4550712Z [00:02:47.738]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T23:04:02.4555358Z [00:02:47.738]➜  go tool pack r $WORK/b868/_pkg_.a $WORK/b868/decode_amd64.o $WORK/b868/encodeblock_amd64.o # internal
2025-08-20T23:04:02.4556417Z [00:02:47.739]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T23:04:02.4604489Z [00:02:47.744]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T23:04:02.4613876Z [00:02:47.745]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/5e/5e3192166e38e280911d60ddddef3e4d3a81075a1e6c83ceca2e00c15b7fe82c-d # internal
2025-08-20T23:04:02.4616309Z [00:02:47.745]➜  github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
2025-08-20T23:04:02.4617926Z [00:02:47.745]➜  mkdir -p $WORK/b883/
2025-08-20T23:04:02.4628297Z [00:02:47.746]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/b5/b5587c45cfaeb16f64f2543a23f5ef52a720b8564e3a5da28424bd1c4b2b2cec-d # internal
2025-08-20T23:04:02.4632634Z [00:02:47.746]➜  cat >/tmp/go-build3700090427/b883/importcfg << 'EOF' # internal
2025-08-20T23:04:02.4633365Z [00:02:47.746]➜  # import config
2025-08-20T23:04:02.4634087Z [00:02:47.746]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:04:02.4635020Z [00:02:47.746]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:02.4635918Z [00:02:47.746]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:02.4636552Z [00:02:47.746]➜  EOF
2025-08-20T23:04:02.4637084Z [00:02:47.746]➜  github.com/ProtonMail/go-crypto/eax
2025-08-20T23:04:02.4638093Z [00:02:47.746]➜  mkdir -p $WORK/b885/
2025-08-20T23:04:02.4638811Z [00:02:47.746]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:02.4642961Z [00:02:47.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b883/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/aes/keywrap=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/aes/keywrap;$WORK/b883=>" -p github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -lang=go1.17 -complete -installsuffix shared -buildid 2pqCLXMtO0N6cebd-OoR/2pqCLXMtO0N6cebd-OoR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b883/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/aes/keywrap/keywrap.go
2025-08-20T23:04:02.4647040Z [00:02:47.747]➜  cat >/tmp/go-build3700090427/b885/importcfg << 'EOF' # internal
2025-08-20T23:04:02.4647716Z [00:02:47.747]➜  # import config
2025-08-20T23:04:02.4648419Z [00:02:47.747]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:04:02.4649305Z [00:02:47.747]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:02.4650482Z [00:02:47.747]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:02.4651625Z [00:02:47.747]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3700090427/b886/_pkg_.a
2025-08-20T23:04:02.4652542Z [00:02:47.747]➜  EOF
2025-08-20T23:04:02.4657025Z [00:02:47.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b885/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/eax=>github.com/ProtonMail/go-crypto@v1.1.5/eax;$WORK/b885=>" -p github.com/ProtonMail/go-crypto/eax -lang=go1.17 -complete -installsuffix shared -buildid xJ4YY7riy4r_aygzGZLl/xJ4YY7riy4r_aygzGZLl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b885/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/eax/eax.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/eax/eax_test_vectors.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/eax/random_vectors.go
2025-08-20T23:04:02.4881950Z [00:02:47.771]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T23:04:02.4894113Z [00:02:47.772]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/5f/5fa7bc1429f279a65273e7980e969af0db9a27801b24d4b0afabc395a88e6c08-d # internal
2025-08-20T23:04:02.4902772Z [00:02:47.773]➜  github.com/ProtonMail/go-crypto/ocb
2025-08-20T23:04:02.4903958Z [00:02:47.773]➜  mkdir -p $WORK/b887/
2025-08-20T23:04:02.4913415Z [00:02:47.775]➜  cat >/tmp/go-build3700090427/b887/importcfg << 'EOF' # internal
2025-08-20T23:04:02.4914362Z [00:02:47.775]➜  # import config
2025-08-20T23:04:02.4915471Z [00:02:47.775]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:02.4916793Z [00:02:47.775]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:04:02.4918862Z [00:02:47.775]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:02.4919949Z [00:02:47.775]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:02.4920858Z [00:02:47.775]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:02.4922007Z [00:02:47.775]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3700090427/b886/_pkg_.a
2025-08-20T23:04:02.4923373Z [00:02:47.775]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:02.4924007Z [00:02:47.775]➜  EOF
2025-08-20T23:04:02.4934959Z [00:02:47.776]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b887/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/ocb=>github.com/ProtonMail/go-crypto@v1.1.5/ocb;$WORK/b887=>" -p github.com/ProtonMail/go-crypto/ocb -lang=go1.17 -complete -installsuffix shared -buildid JJysMXi0q-XlW6PNFL-0/JJysMXi0q-XlW6PNFL-0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b887/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/ocb/ocb.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/ocb/random_vectors.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/ocb/rfc7253_test_vectors_suite_a.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/ocb/rfc7253_test_vectors_suite_b.go
2025-08-20T23:04:02.5051806Z [00:02:47.788]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T23:04:02.5060402Z [00:02:47.789]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/d8/d8b08a6ac9f02d0e29f135221737ac454c585936555fd0e718740848334d0d99-d # internal
2025-08-20T23:04:02.5070546Z [00:02:47.790]➜  golang.org/x/crypto/cast5
2025-08-20T23:04:02.5071292Z [00:02:47.790]➜  mkdir -p $WORK/b888/
2025-08-20T23:04:02.5076231Z [00:02:47.791]➜  cat >/tmp/go-build3700090427/b888/importcfg << 'EOF' # internal
2025-08-20T23:04:02.5090292Z [00:02:47.791]➜  # import config
2025-08-20T23:04:02.5091115Z [00:02:47.791]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:02.5092228Z [00:02:47.791]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:02.5094021Z [00:02:47.791]➜  EOF
2025-08-20T23:04:02.5097437Z [00:02:47.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b888/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cast5=>golang.org/x/crypto@v0.40.0/cast5;$WORK/b888=>" -p golang.org/x/crypto/cast5 -lang=go1.23 -complete -installsuffix shared -buildid CQ7WPgM0sRUC9uu3pJN8/CQ7WPgM0sRUC9uu3pJN8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b888/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/cast5/cast5.go
2025-08-20T23:04:02.5421610Z [00:02:47.825]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T23:04:02.5435402Z [00:02:47.827]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/ee/eea13db566f57709cf1dbf7c4fb8dbe57375a614c4db7abde78de3ab0b20e00f-d # internal
2025-08-20T23:04:02.5437630Z [00:02:47.827]➜  github.com/ProtonMail/go-crypto/bitcurves
2025-08-20T23:04:02.5444771Z [00:02:47.827]➜  mkdir -p $WORK/b890/
2025-08-20T23:04:02.5445522Z [00:02:47.827]➜  cat >/tmp/go-build3700090427/b890/importcfg << 'EOF' # internal
2025-08-20T23:04:02.5446192Z [00:02:47.827]➜  # import config
2025-08-20T23:04:02.5447133Z [00:02:47.827]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:04:02.5448027Z [00:02:47.827]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:02.5448845Z [00:02:47.827]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:02.5449877Z [00:02:47.827]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:02.5450475Z [00:02:47.827]➜  EOF
2025-08-20T23:04:02.5454235Z [00:02:47.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b890/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/bitcurves=>github.com/ProtonMail/go-crypto@v1.1.5/bitcurves;$WORK/b890=>" -p github.com/ProtonMail/go-crypto/bitcurves -lang=go1.17 -complete -installsuffix shared -buildid G_heLSyTOKHASWf4zdJ5/G_heLSyTOKHASWf4zdJ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b890/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/bitcurves/bitcurve.go
2025-08-20T23:04:02.5477674Z [00:02:47.831]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T23:04:02.5493481Z [00:02:47.831]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/eb/ebcbbd7908f80d118acd3a6c6ed09ea1724ea0893d5a4b5f3fa7e14e59531ab9-d # internal
2025-08-20T23:04:02.5495595Z [00:02:47.832]➜  github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
2025-08-20T23:04:02.5496586Z [00:02:47.832]➜  mkdir -p $WORK/b884/
2025-08-20T23:04:02.5497584Z [00:02:47.832]➜  cat >/tmp/go-build3700090427/b884/importcfg << 'EOF' # internal
2025-08-20T23:04:02.5498486Z [00:02:47.832]➜  # import config
2025-08-20T23:04:02.5499765Z [00:02:47.832]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:02.5500859Z [00:02:47.832]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:04:02.5502243Z [00:02:47.832]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:04:02.5503361Z [00:02:47.832]➜  packagefile crypto/des=/tmp/go-build3700090427/b139/_pkg_.a
2025-08-20T23:04:02.5504361Z [00:02:47.832]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:02.5505738Z [00:02:47.832]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build3700090427/b885/_pkg_.a
2025-08-20T23:04:02.5507290Z [00:02:47.832]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build3700090427/b887/_pkg_.a
2025-08-20T23:04:02.5508615Z [00:02:47.832]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build3700090427/b888/_pkg_.a
2025-08-20T23:04:02.5509844Z [00:02:47.832]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:02.5510794Z [00:02:47.832]➜  EOF
2025-08-20T23:04:02.5517747Z [00:02:47.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b884/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/algorithm=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/internal/algorithm;$WORK/b884=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -lang=go1.17 -complete -installsuffix shared -buildid 4INnnB0alPhPMh1quu6r/4INnnB0alPhPMh1quu6r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b884/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/algorithm/aead.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/algorithm/cipher.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/algorithm/hash.go
2025-08-20T23:04:02.5869221Z [00:02:47.870]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T23:04:02.5882042Z [00:02:47.871]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/02/027e88f887af4d807c457d0dcd0f03d6cff773ccf72901d47b6888afd43f3ba1-d # internal
2025-08-20T23:04:02.5887278Z [00:02:47.872]➜  github.com/ProtonMail/go-crypto/brainpool
2025-08-20T23:04:02.5887922Z [00:02:47.872]➜  mkdir -p $WORK/b891/
2025-08-20T23:04:02.5888629Z [00:02:47.872]➜  cat >/tmp/go-build3700090427/b891/importcfg << 'EOF' # internal
2025-08-20T23:04:02.5890868Z [00:02:47.872]➜  # import config
2025-08-20T23:04:02.5891768Z [00:02:47.872]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:04:02.5892634Z [00:02:47.872]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:02.5893410Z [00:02:47.872]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:02.5893984Z [00:02:47.872]➜  EOF
2025-08-20T23:04:02.5898275Z [00:02:47.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b891/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/brainpool=>github.com/ProtonMail/go-crypto@v1.1.5/brainpool;$WORK/b891=>" -p github.com/ProtonMail/go-crypto/brainpool -lang=go1.17 -complete -installsuffix shared -buildid U7qRVGeWBkYRoPh5CjIv/U7qRVGeWBkYRoPh5CjIv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b891/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/brainpool/brainpool.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/brainpool/rcurve.go
2025-08-20T23:04:02.5947101Z [00:02:47.878]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T23:04:02.5959974Z [00:02:47.879]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/10/1013ae692c00aa5175d819a423685feca966c680a6a4d10f47a8dadab1ae4a65-d # internal
2025-08-20T23:04:02.5965372Z [00:02:47.880]➜  github.com/ProtonMail/go-crypto/openpgp/internal/encoding
2025-08-20T23:04:02.5967041Z [00:02:47.880]➜  mkdir -p $WORK/b892/
2025-08-20T23:04:02.5976271Z [00:02:47.881]➜  cat >/tmp/go-build3700090427/b892/importcfg << 'EOF' # internal
2025-08-20T23:04:02.5977279Z [00:02:47.881]➜  # import config
2025-08-20T23:04:02.5978598Z [00:02:47.881]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3700090427/b881/_pkg_.a
2025-08-20T23:04:02.5980348Z [00:02:47.881]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:02.5982482Z [00:02:47.881]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:02.5984866Z [00:02:47.881]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:02.5985689Z [00:02:47.881]➜  EOF
2025-08-20T23:04:02.5992992Z [00:02:47.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b892/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/encoding=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/internal/encoding;$WORK/b892=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/encoding -lang=go1.17 -complete -installsuffix shared -buildid dqGIUuobbfHCjCn9C-lF/dqGIUuobbfHCjCn9C-lF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b892/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/encoding/encoding.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/encoding/mpi.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/encoding/oid.go
2025-08-20T23:04:02.6252462Z [00:02:47.908]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T23:04:02.6255257Z [00:02:47.908]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T23:04:02.6273892Z [00:02:47.909]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/73/73ac685345d615ba136d88ef409bedc068a0dca8a059f267955c5c5e4a3ad0a6-d # internal
2025-08-20T23:04:02.6275179Z [00:02:47.909]➜  github.com/cloudflare/circl/internal/conv
2025-08-20T23:04:02.6276456Z [00:02:47.909]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/2b/2b4300ccd7f739ccaf9779db6a7f8c8800bed9e828bc81f426a177ba71298c21-d # internal
2025-08-20T23:04:02.6277531Z [00:02:47.909]➜  mkdir -p $WORK/b895/
2025-08-20T23:04:02.6278090Z [00:02:47.909]➜  github.com/cloudflare/circl/math
2025-08-20T23:04:02.6278638Z [00:02:47.910]➜  mkdir -p $WORK/b899/
2025-08-20T23:04:02.6281772Z [00:02:47.910]➜  cat >/tmp/go-build3700090427/b895/importcfg << 'EOF' # internal
2025-08-20T23:04:02.6282490Z [00:02:47.910]➜  # import config
2025-08-20T23:04:02.6283271Z [00:02:47.910]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:02.6284145Z [00:02:47.910]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:02.6285264Z [00:02:47.910]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3700090427/b498/_pkg_.a
2025-08-20T23:04:02.6286284Z [00:02:47.910]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:02.6287107Z [00:02:47.910]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:02.6287723Z [00:02:47.910]➜  EOF
2025-08-20T23:04:02.6291649Z [00:02:47.910]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b895/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/conv=>github.com/cloudflare/circl@v1.6.1/internal/conv;$WORK/b895=>" -p github.com/cloudflare/circl/internal/conv -lang=go1.22 -complete -installsuffix shared -buildid TV48kAWTbEsF-TXvs8Wb/TV48kAWTbEsF-TXvs8Wb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b895/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/conv/conv.go
2025-08-20T23:04:02.6295138Z [00:02:47.910]➜  cat >/tmp/go-build3700090427/b899/importcfg << 'EOF' # internal
2025-08-20T23:04:02.6295797Z [00:02:47.910]➜  # import config
2025-08-20T23:04:02.6296471Z [00:02:47.910]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:02.6297483Z [00:02:47.910]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:02.6298289Z [00:02:47.910]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:02.6299120Z [00:02:47.910]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:02.6299908Z [00:02:47.910]➜  EOF
2025-08-20T23:04:02.6304244Z [00:02:47.910]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math=>github.com/cloudflare/circl@v1.6.1/math;$WORK/b899=>" -p github.com/cloudflare/circl/math -lang=go1.22 -complete -installsuffix shared -buildid DfARpJ9LkIOHu9hL4aDn/DfARpJ9LkIOHu9hL4aDn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b899/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/integer.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/primes.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/wnaf.go
2025-08-20T23:04:02.6559987Z [00:02:47.939]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T23:04:02.6568569Z [00:02:47.940]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/ab/ab8992bd36b90b9ba1f230b848f4ef8da758991f44adba73546b5b748dc751f0-d # internal
2025-08-20T23:04:02.6575238Z [00:02:47.940]➜  github.com/cloudflare/circl/sign
2025-08-20T23:04:02.6575853Z [00:02:47.940]➜  mkdir -p $WORK/b900/
2025-08-20T23:04:02.6576882Z [00:02:47.941]➜  cat >/tmp/go-build3700090427/b900/importcfg << 'EOF' # internal
2025-08-20T23:04:02.6578500Z [00:02:47.941]➜  # import config
2025-08-20T23:04:02.6579500Z [00:02:47.941]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:02.6581597Z [00:02:47.941]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:04:02.6582749Z [00:02:47.941]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:02.6583588Z [00:02:47.941]➜  EOF
2025-08-20T23:04:02.6593130Z [00:02:47.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b900/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign=>github.com/cloudflare/circl@v1.6.1/sign;$WORK/b900=>" -p github.com/cloudflare/circl/sign -lang=go1.22 -complete -installsuffix shared -buildid O2PTEzghLNfWZSrL_p1b/O2PTEzghLNfWZSrL_p1b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b900/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/sign.go
2025-08-20T23:04:02.6651975Z [00:02:47.948]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T23:04:02.6662093Z [00:02:47.949]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/16/1665d08932c8d6ab7f6b9e5529acd9831f22acf775f40d5524cb7dcf9dd4fb8f-d # internal
2025-08-20T23:04:02.6667932Z [00:02:47.950]➜  github.com/cloudflare/circl/math/fp25519
2025-08-20T23:04:02.6668581Z [00:02:47.950]➜  mkdir -p $WORK/b894/
2025-08-20T23:04:02.6671656Z [00:02:47.950]➜  echo -n > $WORK/b894/go_asm.h # internal
2025-08-20T23:04:02.6674595Z [00:02:47.951]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519
2025-08-20T23:04:02.6677518Z [00:02:47.951]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b894=>" -I $WORK/b894/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b894/symabis ./fp_amd64.s
2025-08-20T23:04:02.6752755Z [00:02:47.958]➜  cat >/tmp/go-build3700090427/b894/importcfg << 'EOF' # internal
2025-08-20T23:04:02.6759953Z [00:02:47.958]➜  # import config
2025-08-20T23:04:02.6760682Z [00:02:47.958]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:02.6761539Z [00:02:47.958]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:02.6762613Z [00:02:47.958]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3700090427/b895/_pkg_.a
2025-08-20T23:04:02.6763933Z [00:02:47.959]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3700090427/b497/_pkg_.a
2025-08-20T23:04:02.6764829Z [00:02:47.959]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:02.6765442Z [00:02:47.959]➜  EOF
2025-08-20T23:04:02.6765896Z [00:02:47.959]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:02.6771092Z [00:02:47.959]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b894=>" -p github.com/cloudflare/circl/math/fp25519 -lang=go1.22 -installsuffix shared -buildid HY5iFslWh6IZm__2EEn5/HY5iFslWh6IZm__2EEn5 -goversion go1.25.0 -symabis $WORK/b894/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b894/importcfg -pack -asmhdr $WORK/b894/go_asm.h /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_generic.go
2025-08-20T23:04:02.6776031Z [00:02:47.960]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T23:04:02.6808934Z [00:02:47.964]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/c2/c2ac79bec4eefd187b5c01233ee502dabd6074f3aef01044387e1e85cd441681-d # internal
2025-08-20T23:04:02.6814503Z [00:02:47.965]➜  github.com/cloudflare/circl/math/fp448
2025-08-20T23:04:02.6816884Z [00:02:47.965]➜  mkdir -p $WORK/b897/
2025-08-20T23:04:02.6825774Z [00:02:47.966]➜  echo -n > $WORK/b897/go_asm.h # internal
2025-08-20T23:04:02.6828533Z [00:02:47.966]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448
2025-08-20T23:04:02.6844447Z [00:02:47.966]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b897=>" -I $WORK/b897/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b897/symabis ./fp_amd64.s
2025-08-20T23:04:02.7101578Z [00:02:47.993]➜  cat >/tmp/go-build3700090427/b897/importcfg << 'EOF' # internal
2025-08-20T23:04:02.7110480Z [00:02:47.993]➜  # import config
2025-08-20T23:04:02.7111275Z [00:02:47.993]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:02.7112171Z [00:02:47.993]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:02.7113261Z [00:02:47.993]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3700090427/b895/_pkg_.a
2025-08-20T23:04:02.7114397Z [00:02:47.993]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3700090427/b497/_pkg_.a
2025-08-20T23:04:02.7115336Z [00:02:47.993]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:02.7115984Z [00:02:47.993]➜  EOF
2025-08-20T23:04:02.7116650Z [00:02:47.993]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:02.7122069Z [00:02:47.994]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b897=>" -p github.com/cloudflare/circl/math/fp448 -lang=go1.22 -installsuffix shared -buildid Ikj8AoHc2nUbmH60SHc7/Ikj8AoHc2nUbmH60SHc7 -goversion go1.25.0 -symabis $WORK/b897/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b897/importcfg -pack -asmhdr $WORK/b897/go_asm.h /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_generic.go
2025-08-20T23:04:02.7633824Z [00:02:48.046]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519/fp_amd64.h $WORK/b894/fp_GOARCH.h
2025-08-20T23:04:02.7635338Z [00:02:48.046]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519
2025-08-20T23:04:02.7640583Z [00:02:48.046]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp25519=>github.com/cloudflare/circl@v1.6.1/math/fp25519;$WORK/b894=>" -I $WORK/b894/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b894/fp_amd64.o ./fp_amd64.s
2025-08-20T23:04:02.7700796Z [00:02:48.053]➜  go tool pack r $WORK/b894/_pkg_.a $WORK/b894/fp_amd64.o # internal
2025-08-20T23:04:02.7703487Z [00:02:48.053]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T23:04:02.7731577Z [00:02:48.056]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/57/57a884d9802e9828bfbb68e359a89e2007c971c8101969d9a1df6eca3cc2dbb6-d # internal
2025-08-20T23:04:02.7733332Z [00:02:48.056]➜  github.com/cloudflare/circl/dh/x25519
2025-08-20T23:04:02.7735508Z [00:02:48.056]➜  mkdir -p $WORK/b893/
2025-08-20T23:04:02.7736864Z [00:02:48.056]➜  echo -n > $WORK/b893/go_asm.h # internal
2025-08-20T23:04:02.7737739Z [00:02:48.056]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519
2025-08-20T23:04:02.7740770Z [00:02:48.056]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b893=>" -I $WORK/b893/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b893/symabis ./curve_amd64.s
2025-08-20T23:04:02.7843542Z [00:02:48.067]➜  cat >/tmp/go-build3700090427/b893/importcfg << 'EOF' # internal
2025-08-20T23:04:02.7851782Z [00:02:48.067]➜  # import config
2025-08-20T23:04:02.7852515Z [00:02:48.067]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:02.7853433Z [00:02:48.067]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:02.7854548Z [00:02:48.067]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3700090427/b894/_pkg_.a
2025-08-20T23:04:02.7855886Z [00:02:48.067]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3700090427/b497/_pkg_.a
2025-08-20T23:04:02.7856857Z [00:02:48.067]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:02.7857519Z [00:02:48.067]➜  EOF
2025-08-20T23:04:02.7857997Z [00:02:48.068]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:02.7865041Z [00:02:48.068]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b893/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b893=>" -p github.com/cloudflare/circl/dh/x25519 -lang=go1.22 -installsuffix shared -buildid 7oeoffp7NKW9C-az9rqI/7oeoffp7NKW9C-az9rqI -goversion go1.25.0 -symabis $WORK/b893/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b893/importcfg -pack -asmhdr $WORK/b893/go_asm.h /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/key.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/table.go
2025-08-20T23:04:02.8693346Z [00:02:48.152]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448/fp_amd64.h $WORK/b897/fp_GOARCH.h
2025-08-20T23:04:02.8701383Z [00:02:48.152]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448
2025-08-20T23:04:02.8704075Z [00:02:48.152]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/math/fp448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448=>github.com/cloudflare/circl@v1.6.1/math/fp448;$WORK/b897=>" -I $WORK/b897/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b897/fp_amd64.o ./fp_amd64.s
2025-08-20T23:04:02.8706769Z [00:02:48.152]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519/curve_amd64.h $WORK/b893/curve_GOARCH.h
2025-08-20T23:04:02.8707900Z [00:02:48.153]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519
2025-08-20T23:04:02.8710891Z [00:02:48.153]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x25519 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519=>github.com/cloudflare/circl@v1.6.1/dh/x25519;$WORK/b893=>" -I $WORK/b893/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b893/curve_amd64.o ./curve_amd64.s
2025-08-20T23:04:02.8891861Z [00:02:48.172]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/fp448
2025-08-20T23:04:02.8894472Z [00:02:48.172]➜  go tool pack r $WORK/b897/_pkg_.a $WORK/b897/fp_amd64.o # internal
2025-08-20T23:04:02.8895234Z [00:02:48.172]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T23:04:02.8905888Z [00:02:48.174]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/e7/e721419cb0fdc9583dc45b9ea32015988a7dd3a42f77cf0bd054e6f12d71809d-d # internal
2025-08-20T23:04:02.8926375Z [00:02:48.176]➜  github.com/cloudflare/circl/dh/x448
2025-08-20T23:04:02.8928612Z [00:02:48.176]➜  mkdir -p $WORK/b896/
2025-08-20T23:04:02.8930551Z [00:02:48.176]➜  echo -n > $WORK/b896/go_asm.h # internal
2025-08-20T23:04:02.8936956Z [00:02:48.177]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T23:04:02.8946290Z [00:02:48.177]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b896=>" -I $WORK/b896/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b896/symabis ./curve_amd64.s
2025-08-20T23:04:02.9128363Z [00:02:48.196]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x25519
2025-08-20T23:04:02.9129585Z [00:02:48.196]➜  go tool pack r $WORK/b893/_pkg_.a $WORK/b893/curve_amd64.o # internal
2025-08-20T23:04:02.9130654Z [00:02:48.196]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T23:04:02.9146341Z [00:02:48.198]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/40/40e0e6bcd7dd70d0edb88b2c7c2a672fd4e07cbef119eab9c6cf622072a22b8f-d # internal
2025-08-20T23:04:02.9147590Z [00:02:48.198]➜  github.com/cloudflare/circl/sign/ed25519
2025-08-20T23:04:02.9155110Z [00:02:48.199]➜  mkdir -p $WORK/b898/
2025-08-20T23:04:02.9171771Z [00:02:48.200]➜  cat >/tmp/go-build3700090427/b898/importcfg << 'EOF' # internal
2025-08-20T23:04:02.9172486Z [00:02:48.200]➜  # import config
2025-08-20T23:04:02.9191295Z [00:02:48.200]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:02.9192152Z [00:02:48.200]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:02.9193011Z [00:02:48.200]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:04:02.9193902Z [00:02:48.200]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:02.9194810Z [00:02:48.200]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:02.9195675Z [00:02:48.200]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:02.9196557Z [00:02:48.200]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:04:02.9197461Z [00:02:48.201]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:02.9198344Z [00:02:48.201]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:02.9199157Z [00:02:48.201]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:02.9200477Z [00:02:48.201]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3700090427/b895/_pkg_.a
2025-08-20T23:04:02.9201741Z [00:02:48.201]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3700090427/b899/_pkg_.a
2025-08-20T23:04:02.9202990Z [00:02:48.201]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3700090427/b894/_pkg_.a
2025-08-20T23:04:02.9204220Z [00:02:48.201]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3700090427/b900/_pkg_.a
2025-08-20T23:04:02.9205169Z [00:02:48.201]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:02.9206214Z [00:02:48.201]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:02.9207076Z [00:02:48.201]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:02.9207696Z [00:02:48.201]➜  EOF
2025-08-20T23:04:02.9208168Z [00:02:48.201]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:02.9215374Z [00:02:48.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b898/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519=>github.com/cloudflare/circl@v1.6.1/sign/ed25519;$WORK/b898=>" -p github.com/cloudflare/circl/sign/ed25519 -lang=go1.22 -complete -installsuffix shared -buildid Rx8rf9Oc9PEE84TT-REE/Rx8rf9Oc9PEE84TT-REE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b898/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/ed25519.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/modular.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/mult.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/point.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/pubkey.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/signapi.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed25519/tables.go
2025-08-20T23:04:02.9474706Z [00:02:48.231]➜  cat >/tmp/go-build3700090427/b896/importcfg << 'EOF' # internal
2025-08-20T23:04:02.9475739Z [00:02:48.231]➜  # import config
2025-08-20T23:04:02.9476590Z [00:02:48.231]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:02.9479318Z [00:02:48.231]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:02.9480671Z [00:02:48.231]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3700090427/b897/_pkg_.a
2025-08-20T23:04:02.9482141Z [00:02:48.231]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3700090427/b497/_pkg_.a
2025-08-20T23:04:02.9483100Z [00:02:48.231]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:02.9483753Z [00:02:48.231]➜  EOF
2025-08-20T23:04:02.9490268Z [00:02:48.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b896=>" -p github.com/cloudflare/circl/dh/x448 -lang=go1.22 -installsuffix shared -buildid Uu8KXWoEFa2Gyc6OUgx3/Uu8KXWoEFa2Gyc6OUgx3 -goversion go1.25.0 -symabis $WORK/b896/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b896/importcfg -pack -asmhdr $WORK/b896/go_asm.h /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_amd64.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_generic.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/key.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/table.go
2025-08-20T23:04:03.0650090Z [00:02:48.348]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T23:04:03.0681423Z [00:02:48.351]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/c7/c789418d64f7738c00b72d7e940dced8a4c3ab328d74224aabd3369a08bc1aa2-d # internal
2025-08-20T23:04:03.0705111Z [00:02:48.354]➜  github.com/cloudflare/circl/math/mlsbset
2025-08-20T23:04:03.0712862Z [00:02:48.354]➜  mkdir -p $WORK/b903/
2025-08-20T23:04:03.0723522Z [00:02:48.355]➜  cat >/tmp/go-build3700090427/b903/importcfg << 'EOF' # internal
2025-08-20T23:04:03.0729547Z [00:02:48.356]➜  # import config
2025-08-20T23:04:03.0730244Z [00:02:48.356]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.0731032Z [00:02:48.356]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:03.0732130Z [00:02:48.356]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3700090427/b895/_pkg_.a
2025-08-20T23:04:03.0736810Z [00:02:48.356]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:03.0737686Z [00:02:48.356]➜  EOF
2025-08-20T23:04:03.0748590Z [00:02:48.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset=>github.com/cloudflare/circl@v1.6.1/math/mlsbset;$WORK/b903=>" -p github.com/cloudflare/circl/math/mlsbset -lang=go1.22 -complete -installsuffix shared -buildid ZeuwFEVrPQlpwAF-UieI/ZeuwFEVrPQlpwAF-UieI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b903/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset/mlsbset.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/math/mlsbset/power.go
2025-08-20T23:04:03.0860957Z [00:02:48.369]➜  cp /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448/curve_amd64.h $WORK/b896/curve_GOARCH.h
2025-08-20T23:04:03.0867887Z [00:02:48.370]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T23:04:03.0870817Z [00:02:48.370]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/cloudflare/circl/dh/x448 -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448=>github.com/cloudflare/circl@v1.6.1/dh/x448;$WORK/b896=>" -I $WORK/b896/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b896/curve_amd64.o ./curve_amd64.s
2025-08-20T23:04:03.1148994Z [00:02:48.398]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T23:04:03.1184843Z [00:02:48.401]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/23/235405bcb6b42834a98f977922955e748ec6d8af25dc49ad511dceeb0b7a6b07-d # internal
2025-08-20T23:04:03.1200239Z [00:02:48.403]➜  github.com/cloudflare/circl/ecc/goldilocks
2025-08-20T23:04:03.1206683Z [00:02:48.404]➜  mkdir -p $WORK/b902/
2025-08-20T23:04:03.1222542Z [00:02:48.405]➜  cat >/tmp/go-build3700090427/b902/importcfg << 'EOF' # internal
2025-08-20T23:04:03.1224669Z [00:02:48.406]➜  # import config
2025-08-20T23:04:03.1227882Z [00:02:48.406]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:03.1228830Z [00:02:48.406]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:03.1229958Z [00:02:48.406]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.1230772Z [00:02:48.406]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:03.1231827Z [00:02:48.406]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3700090427/b895/_pkg_.a
2025-08-20T23:04:03.1233048Z [00:02:48.406]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3700090427/b899/_pkg_.a
2025-08-20T23:04:03.1234283Z [00:02:48.406]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3700090427/b897/_pkg_.a
2025-08-20T23:04:03.1235543Z [00:02:48.406]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build3700090427/b903/_pkg_.a
2025-08-20T23:04:03.1236614Z [00:02:48.406]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:03.1237234Z [00:02:48.406]➜  EOF
2025-08-20T23:04:03.1244183Z [00:02:48.407]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:03.1254952Z [00:02:48.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b902/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks=>github.com/cloudflare/circl@v1.6.1/ecc/goldilocks;$WORK/b902=>" -p github.com/cloudflare/circl/ecc/goldilocks -lang=go1.22 -complete -installsuffix shared -buildid VdRitmHWcUFB99wWwV7S/VdRitmHWcUFB99wWwV7S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b902/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/constants.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/curve.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/isogeny.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/point.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/scalar.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twist.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twistPoint.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twistTables.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/ecc/goldilocks/twist_basemult.go
2025-08-20T23:04:03.1738582Z [00:02:48.457]➜  cd /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/dh/x448
2025-08-20T23:04:03.1743343Z [00:02:48.457]➜  go tool pack r $WORK/b896/_pkg_.a $WORK/b896/curve_amd64.o # internal
2025-08-20T23:04:03.1750215Z [00:02:48.458]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T23:04:03.1751517Z [00:02:48.458]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/c7/c78523401d058a8ea1c72cfb8b8152f6a0119a322962ccb64bb26bea45557a33-d # internal
2025-08-20T23:04:03.1778420Z [00:02:48.461]➜  github.com/cloudflare/circl/internal/sha3
2025-08-20T23:04:03.1783386Z [00:02:48.461]➜  mkdir -p $WORK/b904/
2025-08-20T23:04:03.1784295Z [00:02:48.461]➜  cat >/tmp/go-build3700090427/b904/importcfg << 'EOF' # internal
2025-08-20T23:04:03.1784973Z [00:02:48.461]➜  # import config
2025-08-20T23:04:03.1785600Z [00:02:48.461]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.1786184Z [00:02:48.461]➜  EOF
2025-08-20T23:04:03.1786646Z [00:02:48.461]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:03.1794576Z [00:02:48.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3=>github.com/cloudflare/circl@v1.6.1/internal/sha3;$WORK/b904=>" -p github.com/cloudflare/circl/internal/sha3 -lang=go1.22 -complete -installsuffix shared -buildid _3gP4IxBM4_wyCmLCMNz/_3gP4IxBM4_wyCmLCMNz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b904/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/doc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/hashes.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/keccakf.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/rc.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/sha3.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/shake.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/internal/sha3/xor_unaligned.go
2025-08-20T23:04:03.2487492Z [00:02:48.532]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T23:04:03.2507488Z [00:02:48.533]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/3d/3d2a3a819725e2ed0071870e6d32048ec43aa036c5aa8207cc917d7bb9026fa6-d # internal
2025-08-20T23:04:03.2508788Z [00:02:48.533]➜  github.com/ProtonMail/go-crypto/openpgp/ed25519
2025-08-20T23:04:03.2509607Z [00:02:48.534]➜  mkdir -p $WORK/b906/
2025-08-20T23:04:03.2510339Z [00:02:48.534]➜  cat >/tmp/go-build3700090427/b906/importcfg << 'EOF' # internal
2025-08-20T23:04:03.2516387Z [00:02:48.534]➜  # import config
2025-08-20T23:04:03.2517189Z [00:02:48.534]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:03.2518347Z [00:02:48.534]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3700090427/b881/_pkg_.a
2025-08-20T23:04:03.2519899Z [00:02:48.534]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3700090427/b898/_pkg_.a
2025-08-20T23:04:03.2520947Z [00:02:48.534]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.2521535Z [00:02:48.534]➜  EOF
2025-08-20T23:04:03.2525427Z [00:02:48.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b906/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/ed25519=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/ed25519;$WORK/b906=>" -p github.com/ProtonMail/go-crypto/openpgp/ed25519 -lang=go1.17 -complete -installsuffix shared -buildid GXpezqb64h9cJOKWkO4p/GXpezqb64h9cJOKWkO4p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b906/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/ed25519/ed25519.go
2025-08-20T23:04:03.2944757Z [00:02:48.577]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T23:04:03.2947331Z [00:02:48.578]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/86/86fca237b437385ee8f3006c885491a1a33245a5e0acd748f2cee6dee92036c9-d # internal
2025-08-20T23:04:03.2948896Z [00:02:48.578]➜  github.com/ProtonMail/go-crypto/openpgp/elgamal
2025-08-20T23:04:03.2950885Z [00:02:48.578]➜  mkdir -p $WORK/b910/
2025-08-20T23:04:03.2951644Z [00:02:48.578]➜  cat >/tmp/go-build3700090427/b910/importcfg << 'EOF' # internal
2025-08-20T23:04:03.2952306Z [00:02:48.578]➜  # import config
2025-08-20T23:04:03.2953007Z [00:02:48.578]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:03.2953907Z [00:02:48.578]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:03.2954793Z [00:02:48.578]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.2955594Z [00:02:48.578]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.2956402Z [00:02:48.578]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:03.2957037Z [00:02:48.578]➜  EOF
2025-08-20T23:04:03.2961187Z [00:02:48.578]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b910/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/elgamal=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/elgamal;$WORK/b910=>" -p github.com/ProtonMail/go-crypto/openpgp/elgamal -lang=go1.17 -complete -installsuffix shared -buildid lVagkZV0hoS8JJCZTRBA/lVagkZV0hoS8JJCZTRBA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b910/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/elgamal/elgamal.go
2025-08-20T23:04:03.3295716Z [00:02:48.613]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T23:04:03.3301521Z [00:02:48.613]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/16/16c9fdbd67c49f32f13c6b0de3938472915b6f7998529f251017388424458b52-d # internal
2025-08-20T23:04:03.3367111Z [00:02:48.619]➜  golang.org/x/crypto/blake2b
2025-08-20T23:04:03.3367796Z [00:02:48.619]➜  mkdir -p $WORK/b913/
2025-08-20T23:04:03.3375716Z [00:02:48.619]➜  echo -n > $WORK/b913/go_asm.h # internal
2025-08-20T23:04:03.3376487Z [00:02:48.620]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b
2025-08-20T23:04:03.3379177Z [00:02:48.620]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b=>golang.org/x/crypto@v0.40.0/blake2b;$WORK/b913=>" -I $WORK/b913/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b913/symabis ./blake2bAVX2_amd64.s ./blake2b_amd64.s
2025-08-20T23:04:03.3561791Z [00:02:48.639]➜  cat >/tmp/go-build3700090427/b913/importcfg << 'EOF' # internal
2025-08-20T23:04:03.3562794Z [00:02:48.639]➜  # import config
2025-08-20T23:04:03.3565499Z [00:02:48.639]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:03.3568402Z [00:02:48.639]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:03.3569310Z [00:02:48.639]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.3570461Z [00:02:48.639]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3700090427/b497/_pkg_.a
2025-08-20T23:04:03.3571360Z [00:02:48.639]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:03.3572141Z [00:02:48.639]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.3572954Z [00:02:48.639]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:03.3573567Z [00:02:48.639]➜  EOF
2025-08-20T23:04:03.3574039Z [00:02:48.639]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:03.3580218Z [00:02:48.639]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b913/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b=>golang.org/x/crypto@v0.40.0/blake2b;$WORK/b913=>" -p golang.org/x/crypto/blake2b -lang=go1.23 -installsuffix shared -buildid 5q75WqGlSgkG5LthJhXC/5q75WqGlSgkG5LthJhXC -goversion go1.25.0 -symabis $WORK/b913/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b913/importcfg -pack -asmhdr $WORK/b913/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/blake2bAVX2_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/blake2b_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/blake2x.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/go125.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b/register.go
2025-08-20T23:04:03.3984734Z [00:02:48.681]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T23:04:03.4047884Z [00:02:48.687]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/1f/1f9aae9a7c26d94d2f04cf81bd52a1dc9659649909aff1870136c3c7178ba0c9-d # internal
2025-08-20T23:04:03.4049158Z [00:02:48.687]➜  github.com/cloudflare/circl/sign/ed448
2025-08-20T23:04:03.4049961Z [00:02:48.688]➜  mkdir -p $WORK/b901/
2025-08-20T23:04:03.4052820Z [00:02:48.688]➜  cat >/tmp/go-build3700090427/b901/importcfg << 'EOF' # internal
2025-08-20T23:04:03.4053500Z [00:02:48.688]➜  # import config
2025-08-20T23:04:03.4054168Z [00:02:48.688]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:03.4054989Z [00:02:48.688]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:03.4056025Z [00:02:48.688]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:03.4056903Z [00:02:48.688]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:03.4057792Z [00:02:48.688]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:04:03.4058638Z [00:02:48.688]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.4061770Z [00:02:48.688]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:03.4062896Z [00:02:48.688]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build3700090427/b902/_pkg_.a
2025-08-20T23:04:03.4064408Z [00:02:48.688]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3700090427/b904/_pkg_.a
2025-08-20T23:04:03.4065714Z [00:02:48.688]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3700090427/b900/_pkg_.a
2025-08-20T23:04:03.4066670Z [00:02:48.688]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.4067479Z [00:02:48.688]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:03.4068094Z [00:02:48.688]➜  EOF
2025-08-20T23:04:03.4072329Z [00:02:48.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b901/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448=>github.com/cloudflare/circl@v1.6.1/sign/ed448;$WORK/b901=>" -p github.com/cloudflare/circl/sign/ed448 -lang=go1.22 -complete -installsuffix shared -buildid dkQh2qise81aF47yjxZl/dkQh2qise81aF47yjxZl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b901/importcfg -pack /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448/ed448.go /root/go/pkg/mod/github.com/cloudflare/circl@v1.6.1/sign/ed448/signapi.go
2025-08-20T23:04:03.4477431Z [00:02:48.731]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b
2025-08-20T23:04:03.4482844Z [00:02:48.731]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b=>golang.org/x/crypto@v0.40.0/blake2b;$WORK/b913=>" -I $WORK/b913/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b913/blake2bAVX2_amd64.o ./blake2bAVX2_amd64.s
2025-08-20T23:04:03.4664900Z [00:02:48.749]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/blake2b -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/blake2b=>golang.org/x/crypto@v0.40.0/blake2b;$WORK/b913=>" -I $WORK/b913/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b913/blake2b_amd64.o ./blake2b_amd64.s
2025-08-20T23:04:03.4736552Z [00:02:48.757]➜  go tool pack r $WORK/b913/_pkg_.a $WORK/b913/blake2bAVX2_amd64.o $WORK/b913/blake2b_amd64.o # internal
2025-08-20T23:04:03.4739767Z [00:02:48.757]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T23:04:03.4754621Z [00:02:48.759]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/b4/b445f6fcaac4446790a6d1a61b2a9b63859a2e1f7a57de1f34ee87c5cb766816-d # internal
2025-08-20T23:04:03.4820054Z [00:02:48.765]➜  golang.org/x/crypto/argon2
2025-08-20T23:04:03.4824971Z [00:02:48.766]➜  mkdir -p $WORK/b912/
2025-08-20T23:04:03.4825569Z [00:02:48.766]➜  echo -n > $WORK/b912/go_asm.h # internal
2025-08-20T23:04:03.4826338Z [00:02:48.766]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2
2025-08-20T23:04:03.4828840Z [00:02:48.766]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2=>golang.org/x/crypto@v0.40.0/argon2;$WORK/b912=>" -I $WORK/b912/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b912/symabis ./blamka_amd64.s
2025-08-20T23:04:03.5003564Z [00:02:48.783]➜  cat >/tmp/go-build3700090427/b912/importcfg << 'EOF' # internal
2025-08-20T23:04:03.5016402Z [00:02:48.784]➜  # import config
2025-08-20T23:04:03.5017247Z [00:02:48.784]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:03.5018371Z [00:02:48.784]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3700090427/b913/_pkg_.a
2025-08-20T23:04:03.5019890Z [00:02:48.784]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3700090427/b497/_pkg_.a
2025-08-20T23:04:03.5020841Z [00:02:48.784]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:03.5021678Z [00:02:48.784]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:03.5022305Z [00:02:48.784]➜  EOF
2025-08-20T23:04:03.5022825Z [00:02:48.784]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:03.5028135Z [00:02:48.784]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b912/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2=>golang.org/x/crypto@v0.40.0/argon2;$WORK/b912=>" -p golang.org/x/crypto/argon2 -lang=go1.23 -installsuffix shared -buildid wymg4osckdrup0gdDElZ/wymg4osckdrup0gdDElZ -goversion go1.25.0 -symabis $WORK/b912/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b912/importcfg -pack -asmhdr $WORK/b912/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2/argon2.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2/blake2b.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2/blamka_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2/blamka_generic.go
2025-08-20T23:04:03.5166274Z [00:02:48.800]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T23:04:03.5195531Z [00:02:48.801]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/70/70c39eb378bec543f7bca808fcea3db2858d2ce198629e71145a0dd077fd6791-d # internal
2025-08-20T23:04:03.5196849Z [00:02:48.802]➜  github.com/ProtonMail/go-crypto/openpgp/internal/ecc
2025-08-20T23:04:03.5197484Z [00:02:48.802]➜  mkdir -p $WORK/b889/
2025-08-20T23:04:03.5198188Z [00:02:48.802]➜  cat >/tmp/go-build3700090427/b889/importcfg << 'EOF' # internal
2025-08-20T23:04:03.5198810Z [00:02:48.802]➜  # import config
2025-08-20T23:04:03.5201126Z [00:02:48.802]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:03.5202010Z [00:02:48.802]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:03.5202927Z [00:02:48.802]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:04:03.5203795Z [00:02:48.802]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:03.5204579Z [00:02:48.802]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:03.5205567Z [00:02:48.802]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build3700090427/b890/_pkg_.a
2025-08-20T23:04:03.5206773Z [00:02:48.802]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build3700090427/b891/_pkg_.a
2025-08-20T23:04:03.5208040Z [00:02:48.802]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3700090427/b881/_pkg_.a
2025-08-20T23:04:03.5214106Z [00:02:48.803]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3700090427/b892/_pkg_.a
2025-08-20T23:04:03.5215793Z [00:02:48.803]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3700090427/b893/_pkg_.a
2025-08-20T23:04:03.5217080Z [00:02:48.803]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3700090427/b896/_pkg_.a
2025-08-20T23:04:03.5218371Z [00:02:48.803]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3700090427/b898/_pkg_.a
2025-08-20T23:04:03.5219838Z [00:02:48.803]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3700090427/b901/_pkg_.a
2025-08-20T23:04:03.5220892Z [00:02:48.803]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.5221751Z [00:02:48.803]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:03.5222410Z [00:02:48.803]➜  EOF
2025-08-20T23:04:03.5236084Z [00:02:48.806]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b889/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/ecc=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/internal/ecc;$WORK/b889=>" -p github.com/ProtonMail/go-crypto/openpgp/internal/ecc -lang=go1.17 -complete -installsuffix shared -buildid Bk4pDG7LDxAVyhGxbtKB/Bk4pDG7LDxAVyhGxbtKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b889/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/ecc/curve25519.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/ecc/curve_info.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/ecc/curves.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/ecc/ed25519.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/ecc/ed448.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/ecc/generic.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/internal/ecc/x448.go
2025-08-20T23:04:03.5437713Z [00:02:48.826]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2
2025-08-20T23:04:03.5440786Z [00:02:48.826]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/argon2 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/argon2=>golang.org/x/crypto@v0.40.0/argon2;$WORK/b912=>" -I $WORK/b912/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b912/blamka_amd64.o ./blamka_amd64.s
2025-08-20T23:04:03.5524984Z [00:02:48.836]➜  go tool pack r $WORK/b912/_pkg_.a $WORK/b912/blamka_amd64.o # internal
2025-08-20T23:04:03.5529027Z [00:02:48.836]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T23:04:03.5534780Z [00:02:48.837]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/02/028263cb0b46a430ab7085cb6eed1961b5f5a71fe32868a86a63742db2dbb5e4-d # internal
2025-08-20T23:04:03.5540075Z [00:02:48.837]➜  github.com/ProtonMail/go-crypto/openpgp/ed448
2025-08-20T23:04:03.5540982Z [00:02:48.837]➜  mkdir -p $WORK/b907/
2025-08-20T23:04:03.5543319Z [00:02:48.837]➜  cat >/tmp/go-build3700090427/b907/importcfg << 'EOF' # internal
2025-08-20T23:04:03.5544041Z [00:02:48.837]➜  # import config
2025-08-20T23:04:03.5544691Z [00:02:48.837]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:03.5545870Z [00:02:48.837]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3700090427/b881/_pkg_.a
2025-08-20T23:04:03.5547175Z [00:02:48.837]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3700090427/b901/_pkg_.a
2025-08-20T23:04:03.5548335Z [00:02:48.837]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.5548936Z [00:02:48.837]➜  EOF
2025-08-20T23:04:03.5549560Z [00:02:48.837]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:03.5553464Z [00:02:48.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b907/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/ed448=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/ed448;$WORK/b907=>" -p github.com/ProtonMail/go-crypto/openpgp/ed448 -lang=go1.17 -complete -installsuffix shared -buildid 8i6dDSNCRaGvHiFtiV8n/8i6dDSNCRaGvHiFtiV8n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b907/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/ed448/ed448.go
2025-08-20T23:04:03.5770252Z [00:02:48.860]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T23:04:03.5788395Z [00:02:48.861]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/7a/7a77f5677d3a06d5a0ed43ac56a788f5deb04c0e2adffec75211e6f3c83fec7b-d # internal
2025-08-20T23:04:03.5789797Z [00:02:48.861]➜  github.com/ProtonMail/go-crypto/openpgp/s2k
2025-08-20T23:04:03.5816980Z [00:02:48.864]➜  mkdir -p $WORK/b911/
2025-08-20T23:04:03.5817714Z [00:02:48.864]➜  cat >/tmp/go-build3700090427/b911/importcfg << 'EOF' # internal
2025-08-20T23:04:03.5818384Z [00:02:48.864]➜  # import config
2025-08-20T23:04:03.5819067Z [00:02:48.864]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:03.5820300Z [00:02:48.864]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3700090427/b881/_pkg_.a
2025-08-20T23:04:03.5821754Z [00:02:48.864]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3700090427/b884/_pkg_.a
2025-08-20T23:04:03.5823228Z [00:02:48.864]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build3700090427/b912/_pkg_.a
2025-08-20T23:04:03.5824096Z [00:02:48.864]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:03.5824816Z [00:02:48.864]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.5825565Z [00:02:48.864]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:03.5826167Z [00:02:48.864]➜  EOF
2025-08-20T23:04:03.5831275Z [00:02:48.864]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b911/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/s2k=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/s2k;$WORK/b911=>" -p github.com/ProtonMail/go-crypto/openpgp/s2k -lang=go1.17 -complete -installsuffix shared -buildid irMjjiCiD1f7k1QJCc50/irMjjiCiD1f7k1QJCc50 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b911/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/s2k/s2k.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/s2k/s2k_cache.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/s2k/s2k_config.go
2025-08-20T23:04:03.5983607Z [00:02:48.881]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T23:04:03.6232644Z [00:02:48.906]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/d8/d8b6e64318f44c8faabe0ef612f822ba990b8803525d7861a93efa92fe16223c-d # internal
2025-08-20T23:04:03.6274324Z [00:02:48.910]➜  github.com/bodgit/sevenzip/internal/brotli
2025-08-20T23:04:03.6281325Z [00:02:48.911]➜  mkdir -p $WORK/b841/
2025-08-20T23:04:03.6282538Z [00:02:48.911]➜  cat >/tmp/go-build3700090427/b841/importcfg << 'EOF' # internal
2025-08-20T23:04:03.6284734Z [00:02:48.911]➜  # import config
2025-08-20T23:04:03.6287361Z [00:02:48.911]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:03.6288317Z [00:02:48.911]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:03.6289275Z [00:02:48.911]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.6290299Z [00:02:48.911]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:03.6291322Z [00:02:48.911]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3700090427/b821/_pkg_.a
2025-08-20T23:04:03.6292471Z [00:02:48.911]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build3700090427/b824/_pkg_.a
2025-08-20T23:04:03.6293465Z [00:02:48.911]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.6294315Z [00:02:48.911]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:03.6294953Z [00:02:48.911]➜  EOF
2025-08-20T23:04:03.6298755Z [00:02:48.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b841/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/brotli=>github.com/bodgit/sevenzip@v1.6.0/internal/brotli;$WORK/b841=>" -p github.com/bodgit/sevenzip/internal/brotli -lang=go1.19 -complete -installsuffix shared -buildid GmE_CLs4XQPSEUyEpjsX/GmE_CLs4XQPSEUyEpjsX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/internal/brotli/reader.go
2025-08-20T23:04:03.6365949Z [00:02:48.920]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T23:04:03.6380783Z [00:02:48.921]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/cb/cb1cfc35b81cbcf4c3ac8724f1aa5fa11d03aa39564ee588c687661da6a0028a-d # internal
2025-08-20T23:04:03.6388017Z [00:02:48.921]➜  github.com/ProtonMail/go-crypto/openpgp/x25519
2025-08-20T23:04:03.6388756Z [00:02:48.921]➜  mkdir -p $WORK/b914/
2025-08-20T23:04:03.6389827Z [00:02:48.922]➜  cat >/tmp/go-build3700090427/b914/importcfg << 'EOF' # internal
2025-08-20T23:04:03.6390545Z [00:02:48.922]➜  # import config
2025-08-20T23:04:03.6391302Z [00:02:48.922]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:03.6392243Z [00:02:48.922]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:03.6393407Z [00:02:48.922]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3700090427/b883/_pkg_.a
2025-08-20T23:04:03.6394730Z [00:02:48.922]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3700090427/b881/_pkg_.a
2025-08-20T23:04:03.6395953Z [00:02:48.922]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3700090427/b893/_pkg_.a
2025-08-20T23:04:03.6397024Z [00:02:48.922]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3700090427/b500/_pkg_.a
2025-08-20T23:04:03.6397875Z [00:02:48.922]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.6398594Z [00:02:48.922]➜  EOF
2025-08-20T23:04:03.6402732Z [00:02:48.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b914/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/x25519=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/x25519;$WORK/b914=>" -p github.com/ProtonMail/go-crypto/openpgp/x25519 -lang=go1.17 -complete -installsuffix shared -buildid ffHtveL1mOHDTUWUwd9a/ffHtveL1mOHDTUWUwd9a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b914/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/x25519/x25519.go
2025-08-20T23:04:03.6439011Z [00:02:48.925]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T23:04:03.6442430Z [00:02:48.927]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/25/2517982f2715cc22969059a7f52fe8c7ca86950e94df9517d3729274705fbc9a-d # internal
2025-08-20T23:04:03.6443563Z [00:02:48.927]➜  github.com/ProtonMail/go-crypto/openpgp/ecdh
2025-08-20T23:04:03.6444709Z [00:02:48.927]➜  mkdir -p $WORK/b882/
2025-08-20T23:04:03.6448127Z [00:02:48.928]➜  cat >/tmp/go-build3700090427/b882/importcfg << 'EOF' # internal
2025-08-20T23:04:03.6448802Z [00:02:48.928]➜  # import config
2025-08-20T23:04:03.6449576Z [00:02:48.928]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:03.6450358Z [00:02:48.928]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.6451470Z [00:02:48.928]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3700090427/b883/_pkg_.a
2025-08-20T23:04:03.6452892Z [00:02:48.928]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3700090427/b884/_pkg_.a
2025-08-20T23:04:03.6454316Z [00:02:48.928]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3700090427/b889/_pkg_.a
2025-08-20T23:04:03.6455342Z [00:02:48.928]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.6455889Z [00:02:48.928]➜  EOF
2025-08-20T23:04:03.6460026Z [00:02:48.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b882/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/ecdh=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/ecdh;$WORK/b882=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdh -lang=go1.17 -complete -installsuffix shared -buildid YBUhKq-pFYavggWBF1Fp/YBUhKq-pFYavggWBF1Fp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b882/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/ecdh/ecdh.go
2025-08-20T23:04:03.6672594Z [00:02:48.950]➜  go tool buildid -w $WORK/b914/_pkg_.a # internal
2025-08-20T23:04:03.6680029Z [00:02:48.951]➜  cp $WORK/b914/_pkg_.a /root/.cache/go-build/1b/1b6f8cb160fd176271295ad8e28406fdf29727ab825432365f79393073e5e0e5-d # internal
2025-08-20T23:04:03.6682017Z [00:02:48.951]➜  github.com/ProtonMail/go-crypto/openpgp/ecdsa
2025-08-20T23:04:03.6682929Z [00:02:48.952]➜  mkdir -p $WORK/b905/
2025-08-20T23:04:03.6685351Z [00:02:48.952]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T23:04:03.6691753Z [00:02:48.952]➜  cat >/tmp/go-build3700090427/b905/importcfg << 'EOF' # internal
2025-08-20T23:04:03.6692492Z [00:02:48.952]➜  # import config
2025-08-20T23:04:03.6693162Z [00:02:48.952]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.6694312Z [00:02:48.952]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3700090427/b889/_pkg_.a
2025-08-20T23:04:03.6695432Z [00:02:48.952]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.6696219Z [00:02:48.952]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:03.6696819Z [00:02:48.952]➜  EOF
2025-08-20T23:04:03.6701106Z [00:02:48.952]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b905/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/ecdsa=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/ecdsa;$WORK/b905=>" -p github.com/ProtonMail/go-crypto/openpgp/ecdsa -lang=go1.17 -complete -installsuffix shared -buildid 3IXLKitAbJFqwm5jD7Gw/3IXLKitAbJFqwm5jD7Gw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b905/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/ecdsa/ecdsa.go
2025-08-20T23:04:03.6718122Z [00:02:48.955]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/39/3923f58daadfa664bef783bfda6d73ccf0e7b88b7effd8f45bc1e3257e14ed94-d # internal
2025-08-20T23:04:03.6724487Z [00:02:48.956]➜  github.com/bodgit/sevenzip
2025-08-20T23:04:03.6728805Z [00:02:48.956]➜  mkdir -p $WORK/b823/
2025-08-20T23:04:03.6729558Z [00:02:48.956]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T23:04:03.6740933Z [00:02:48.957]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/01/0142fea48ca9f5fa6a79514026942fcfa0f5995c9225f0fdd5eae9dc6d6b3b80-d # internal
2025-08-20T23:04:03.6746178Z [00:02:48.957]➜  github.com/ProtonMail/go-crypto/openpgp/eddsa
2025-08-20T23:04:03.6746835Z [00:02:48.957]➜  mkdir -p $WORK/b908/
2025-08-20T23:04:03.6747589Z [00:02:48.957]➜  cat >/tmp/go-build3700090427/b823/importcfg << 'EOF' # internal
2025-08-20T23:04:03.6748293Z [00:02:48.957]➜  # import config
2025-08-20T23:04:03.6749020Z [00:02:48.957]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:03.6750148Z [00:02:48.957]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:03.6751075Z [00:02:48.957]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:03.6752020Z [00:02:48.957]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.6752874Z [00:02:48.957]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:03.6753870Z [00:02:48.957]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build3700090427/b824/_pkg_.a
2025-08-20T23:04:03.6755118Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/aes7z=/tmp/go-build3700090427/b825/_pkg_.a
2025-08-20T23:04:03.6756445Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/bcj2=/tmp/go-build3700090427/b836/_pkg_.a
2025-08-20T23:04:03.6757706Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/bra=/tmp/go-build3700090427/b840/_pkg_.a
2025-08-20T23:04:03.6759154Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/brotli=/tmp/go-build3700090427/b841/_pkg_.a
2025-08-20T23:04:03.6760820Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/bzip2=/tmp/go-build3700090427/b842/_pkg_.a
2025-08-20T23:04:03.6762236Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/deflate=/tmp/go-build3700090427/b844/_pkg_.a
2025-08-20T23:04:03.6763483Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/delta=/tmp/go-build3700090427/b845/_pkg_.a
2025-08-20T23:04:03.6764698Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/lz4=/tmp/go-build3700090427/b846/_pkg_.a
2025-08-20T23:04:03.6765896Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/lzma=/tmp/go-build3700090427/b852/_pkg_.a
2025-08-20T23:04:03.6767180Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/lzma2=/tmp/go-build3700090427/b856/_pkg_.a
2025-08-20T23:04:03.6768411Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/pool=/tmp/go-build3700090427/b857/_pkg_.a
2025-08-20T23:04:03.6769763Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3700090427/b837/_pkg_.a
2025-08-20T23:04:03.6770981Z [00:02:48.957]➜  packagefile github.com/bodgit/sevenzip/internal/zstd=/tmp/go-build3700090427/b858/_pkg_.a
2025-08-20T23:04:03.6772070Z [00:02:48.957]➜  packagefile github.com/bodgit/windows=/tmp/go-build3700090427/b859/_pkg_.a
2025-08-20T23:04:03.6773135Z [00:02:48.957]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3700090427/b838/_pkg_.a
2025-08-20T23:04:03.6774141Z [00:02:48.957]➜  packagefile go4.org/readerutil=/tmp/go-build3700090427/b860/_pkg_.a
2025-08-20T23:04:03.6784804Z [00:02:48.957]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3700090427/b830/_pkg_.a
2025-08-20T23:04:03.6786297Z [00:02:48.957]➜  packagefile golang.org/x/text/transform=/tmp/go-build3700090427/b221/_pkg_.a
2025-08-20T23:04:03.6787235Z [00:02:48.957]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:03.6788025Z [00:02:48.957]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:03.6788794Z [00:02:48.957]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.6792654Z [00:02:48.957]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:04:03.6793614Z [00:02:48.957]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:03.6794507Z [00:02:48.957]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:03.6795356Z [00:02:48.957]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:03.6796236Z [00:02:48.957]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:03.6797043Z [00:02:48.957]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:03.6797814Z [00:02:48.957]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:03.6798566Z [00:02:48.957]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:03.6799671Z [00:02:48.957]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:03.6800230Z [00:02:48.957]➜  EOF
2025-08-20T23:04:03.6804698Z [00:02:48.957]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b823/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0=>github.com/bodgit/sevenzip@v1.6.0;$WORK/b823=>" -p github.com/bodgit/sevenzip -lang=go1.19 -complete -installsuffix shared -buildid a-OMyx43ErI4jGz9l3Li/a-OMyx43ErI4jGz9l3Li -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/reader.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/register.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/struct.go /root/go/pkg/mod/github.com/bodgit/sevenzip@v1.6.0/types.go
2025-08-20T23:04:03.6808749Z [00:02:48.962]➜  cat >/tmp/go-build3700090427/b908/importcfg << 'EOF' # internal
2025-08-20T23:04:03.6809580Z [00:02:48.962]➜  # import config
2025-08-20T23:04:03.6810206Z [00:02:48.962]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.6811312Z [00:02:48.962]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3700090427/b889/_pkg_.a
2025-08-20T23:04:03.6812482Z [00:02:48.962]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.6813026Z [00:02:48.962]➜  EOF
2025-08-20T23:04:03.6816853Z [00:02:48.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b908/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/eddsa=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/eddsa;$WORK/b908=>" -p github.com/ProtonMail/go-crypto/openpgp/eddsa -lang=go1.17 -complete -installsuffix shared -buildid tcCdnr4bAn0KGVNDSwdh/tcCdnr4bAn0KGVNDSwdh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b908/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/eddsa/eddsa.go
2025-08-20T23:04:03.6927984Z [00:02:48.976]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T23:04:03.6949722Z [00:02:48.978]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/38/381ffd7221dbaaf8c663ed80b2fe8ca3d1c843d83897470dd4f34feb005af452-d # internal
2025-08-20T23:04:03.6954833Z [00:02:48.979]➜  github.com/ProtonMail/go-crypto/openpgp/x448
2025-08-20T23:04:03.6959182Z [00:02:48.979]➜  mkdir -p $WORK/b915/
2025-08-20T23:04:03.6975002Z [00:02:48.981]➜  cat >/tmp/go-build3700090427/b915/importcfg << 'EOF' # internal
2025-08-20T23:04:03.6978395Z [00:02:48.981]➜  # import config
2025-08-20T23:04:03.6983511Z [00:02:48.981]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:03.6984408Z [00:02:48.981]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:03.6987412Z [00:02:48.981]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3700090427/b883/_pkg_.a
2025-08-20T23:04:03.6988792Z [00:02:48.981]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3700090427/b881/_pkg_.a
2025-08-20T23:04:03.6990275Z [00:02:48.981]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3700090427/b896/_pkg_.a
2025-08-20T23:04:03.6991411Z [00:02:48.981]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3700090427/b500/_pkg_.a
2025-08-20T23:04:03.6992270Z [00:02:48.982]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.6992816Z [00:02:48.982]➜  EOF
2025-08-20T23:04:03.6996568Z [00:02:48.982]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b915/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/x448=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/x448;$WORK/b915=>" -p github.com/ProtonMail/go-crypto/openpgp/x448 -lang=go1.17 -complete -installsuffix shared -buildid D7sN2uTQPml-H6aNBrCl/D7sN2uTQPml-H6aNBrCl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b915/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/x448/x448.go
2025-08-20T23:04:03.7001742Z [00:02:48.983]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T23:04:03.7005799Z [00:02:48.984]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/21/21b61a51b3cd49abf11f44aaae963e36c193f73b36858e93e9235224608c168e-d # internal
2025-08-20T23:04:03.7009158Z [00:02:48.984]➜  image
2025-08-20T23:04:03.7009778Z [00:02:48.984]➜  mkdir -p $WORK/b916/
2025-08-20T23:04:03.7040631Z [00:02:48.987]➜  cat >/tmp/go-build3700090427/b916/importcfg << 'EOF' # internal
2025-08-20T23:04:03.7043562Z [00:02:48.988]➜  # import config
2025-08-20T23:04:03.7045616Z [00:02:48.988]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:03.7046674Z [00:02:48.988]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.7047931Z [00:02:48.988]➜  packagefile image/color=/tmp/go-build3700090427/b917/_pkg_.a
2025-08-20T23:04:03.7049209Z [00:02:48.988]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.7050440Z [00:02:48.988]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:03.7051776Z [00:02:48.988]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:03.7053006Z [00:02:48.988]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:03.7054206Z [00:02:48.988]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:03.7055252Z [00:02:48.988]➜  EOF
2025-08-20T23:04:03.7059279Z [00:02:48.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b916/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b916=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid FUsm-DkEVGAeb5T_ajyX/FUsm-DkEVGAeb5T_ajyX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b916/importcfg -pack /root/.go/src/image/format.go /root/.go/src/image/geom.go /root/.go/src/image/image.go /root/.go/src/image/names.go /root/.go/src/image/ycbcr.go
2025-08-20T23:04:03.7226423Z [00:02:49.006]➜  go tool buildid -w $WORK/b915/_pkg_.a # internal
2025-08-20T23:04:03.7233693Z [00:02:49.006]➜  cp $WORK/b915/_pkg_.a /root/.cache/go-build/a6/a6f399d1d599b5266de99b01db7de7cf1a3d2a3654a4eddf726319b35b76e54c-d # internal
2025-08-20T23:04:03.7277596Z [00:02:49.011]➜  golang.org/x/crypto/sha3
2025-08-20T23:04:03.7278893Z [00:02:49.011]➜  mkdir -p $WORK/b920/
2025-08-20T23:04:03.7281190Z [00:02:49.011]➜  echo -n > $WORK/b920/go_asm.h # internal
2025-08-20T23:04:03.7287974Z [00:02:49.012]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3
2025-08-20T23:04:03.7291263Z [00:02:49.012]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3=>golang.org/x/crypto@v0.40.0/sha3;$WORK/b920=>" -I $WORK/b920/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b920/symabis ./keccakf_amd64.s
2025-08-20T23:04:03.7413158Z [00:02:49.024]➜  cat >/tmp/go-build3700090427/b920/importcfg << 'EOF' # internal
2025-08-20T23:04:03.7416988Z [00:02:49.025]➜  # import config
2025-08-20T23:04:03.7418111Z [00:02:49.025]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:03.7419290Z [00:02:49.025]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:03.7421035Z [00:02:49.025]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:03.7423051Z [00:02:49.025]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:03.7423943Z [00:02:49.025]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.7424857Z [00:02:49.025]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3700090427/b497/_pkg_.a
2025-08-20T23:04:03.7425733Z [00:02:49.025]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:03.7426474Z [00:02:49.025]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.7427285Z [00:02:49.025]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:03.7427919Z [00:02:49.025]➜  EOF
2025-08-20T23:04:03.7428395Z [00:02:49.025]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:03.7434570Z [00:02:49.025]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b920/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3=>golang.org/x/crypto@v0.40.0/sha3;$WORK/b920=>" -p golang.org/x/crypto/sha3 -lang=go1.23 -installsuffix shared -buildid hZKlTJ9-h2vzpNPidcg0/hZKlTJ9-h2vzpNPidcg0 -goversion go1.25.0 -symabis $WORK/b920/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b920/importcfg -pack -asmhdr $WORK/b920/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/hashes.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/hashes_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/keccakf_amd64.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/sha3.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/shake.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3/shake_noasm.go
2025-08-20T23:04:03.7601833Z [00:02:49.043]➜  cd $WORK/b878
2025-08-20T23:04:03.7607085Z [00:02:49.043]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x001.o -c _cgo_export.c
2025-08-20T23:04:03.7835548Z [00:02:49.066]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x002.o -c errors.cgo2.c
2025-08-20T23:04:03.8030347Z [00:02:49.086]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3
2025-08-20T23:04:03.8036021Z [00:02:49.086]➜  /root/.go/pkg/tool/linux_amd64/asm -p golang.org/x/crypto/sha3 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3=>golang.org/x/crypto@v0.40.0/sha3;$WORK/b920=>" -I $WORK/b920/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b920/keccakf_amd64.o ./keccakf_amd64.s
2025-08-20T23:04:03.8171808Z [00:02:49.100]➜  cd $WORK/b878
2025-08-20T23:04:03.8178021Z [00:02:49.101]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x003.o -c zstd.cgo2.c
2025-08-20T23:04:03.8361311Z [00:02:49.119]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/sha3
2025-08-20T23:04:03.8365676Z [00:02:49.120]➜  go tool pack r $WORK/b920/_pkg_.a $WORK/b920/keccakf_amd64.o # internal
2025-08-20T23:04:03.8366538Z [00:02:49.120]➜  go tool buildid -w $WORK/b920/_pkg_.a # internal
2025-08-20T23:04:03.8404909Z [00:02:49.124]➜  cp $WORK/b920/_pkg_.a /root/.cache/go-build/73/732d0b212c71156aff212a4a707e134f11964cc672fa90f1439ac4dc4c9f52b1-d # internal
2025-08-20T23:04:03.8410754Z [00:02:49.124]➜  github.com/sassoftware/go-rpmutils/fileutil
2025-08-20T23:04:03.8413312Z [00:02:49.124]➜  mkdir -p $WORK/b922/
2025-08-20T23:04:03.8443723Z [00:02:49.128]➜  cat >/tmp/go-build3700090427/b922/importcfg << 'EOF' # internal
2025-08-20T23:04:03.8446443Z [00:02:49.128]➜  # import config
2025-08-20T23:04:03.8450635Z [00:02:49.128]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:04:03.8451624Z [00:02:49.128]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:03.8452397Z [00:02:49.128]➜  EOF
2025-08-20T23:04:03.8452888Z [00:02:49.128]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:03.8456719Z [00:02:49.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b922/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/fileutil=>github.com/sassoftware/go-rpmutils@v0.4.0/fileutil;$WORK/b922=>" -p github.com/sassoftware/go-rpmutils/fileutil -lang=go1.21 -complete -installsuffix shared -buildid dajytu3HcBQgvhlldXvE/dajytu3HcBQgvhlldXvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b922/importcfg -pack /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/fileutil/fileutil_unix.go
2025-08-20T23:04:03.9089911Z [00:02:49.192]➜  go tool buildid -w $WORK/b922/_pkg_.a # internal
2025-08-20T23:04:03.9094664Z [00:02:49.193]➜  cp $WORK/b922/_pkg_.a /root/.cache/go-build/24/244bf654e9c09e0b0a0b0b9e4c45e67029532faea7ae2f505f96f6a66b1728b1-d # internal
2025-08-20T23:04:03.9101329Z [00:02:49.193]➜  github.com/sassoftware/go-rpmutils/cpio
2025-08-20T23:04:03.9106913Z [00:02:49.193]➜  mkdir -p $WORK/b921/
2025-08-20T23:04:03.9107562Z [00:02:49.193]➜  go tool buildid -w $WORK/b916/_pkg_.a # internal
2025-08-20T23:04:03.9108563Z [00:02:49.194]➜  cat >/tmp/go-build3700090427/b921/importcfg << 'EOF' # internal
2025-08-20T23:04:03.9109270Z [00:02:49.194]➜  # import config
2025-08-20T23:04:03.9112131Z [00:02:49.194]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.9112999Z [00:02:49.194]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:03.9114117Z [00:02:49.194]➜  packagefile github.com/sassoftware/go-rpmutils/fileutil=/tmp/go-build3700090427/b922/_pkg_.a
2025-08-20T23:04:03.9115188Z [00:02:49.194]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.9115956Z [00:02:49.194]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:03.9116934Z [00:02:49.194]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:03.9117846Z [00:02:49.194]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:03.9118732Z [00:02:49.194]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:03.9119788Z [00:02:49.194]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:03.9120401Z [00:02:49.194]➜  EOF
2025-08-20T23:04:03.9126251Z [00:02:49.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b921/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio=>github.com/sassoftware/go-rpmutils@v0.4.0/cpio;$WORK/b921=>" -p github.com/sassoftware/go-rpmutils/cpio -lang=go1.21 -complete -installsuffix shared -buildid vCnyBhX5x_1wIe5B6azo/vCnyBhX5x_1wIe5B6azo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b921/importcfg -pack /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio/cpio.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio/extract.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio/header.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio/reader.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/cpio/stream.go
2025-08-20T23:04:03.9145449Z [00:02:49.198]➜  cp $WORK/b916/_pkg_.a /root/.cache/go-build/ec/ece57b351dee325a192c4ae828e7da8c6842524bfd1e7df9c0641c65b9daf14a-d # internal
2025-08-20T23:04:03.9148448Z [00:02:49.198]➜  image/internal/imageutil
2025-08-20T23:04:03.9148998Z [00:02:49.198]➜  mkdir -p $WORK/b919/
2025-08-20T23:04:03.9155698Z [00:02:49.199]➜  cat >/tmp/go-build3700090427/b919/importcfg << 'EOF' # internal
2025-08-20T23:04:03.9156414Z [00:02:49.199]➜  # import config
2025-08-20T23:04:03.9157406Z [00:02:49.199]➜  packagefile image=/tmp/go-build3700090427/b916/_pkg_.a
2025-08-20T23:04:03.9159967Z [00:02:49.199]➜  EOF
2025-08-20T23:04:03.9163414Z [00:02:49.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b919/_pkg_.a -trimpath "/root/.go/src/image/internal/imageutil=>image/internal/imageutil;$WORK/b919=>" -p image/internal/imageutil -lang=go1.25 -std -complete -installsuffix shared -buildid ChIlHMOH2phd6_QQa9bA/ChIlHMOH2phd6_QQa9bA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b919/importcfg -pack /root/.go/src/image/internal/imageutil/imageutil.go /root/.go/src/image/internal/imageutil/impl.go
2025-08-20T23:04:03.9194755Z [00:02:49.203]➜  cd $WORK/b878
2025-08-20T23:04:03.9201208Z [00:02:49.203]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x004.o -c zstd_bulk.cgo2.c
2025-08-20T23:04:03.9496496Z [00:02:49.233]➜  go tool buildid -w $WORK/b919/_pkg_.a # internal
2025-08-20T23:04:03.9505527Z [00:02:49.234]➜  cp $WORK/b919/_pkg_.a /root/.cache/go-build/52/527d616390f9e5aaa1382ae6ae6fbfeb89c139eea8d38eeec14dffcb2cc491d4-d # internal
2025-08-20T23:04:03.9511608Z [00:02:49.234]➜  image/jpeg
2025-08-20T23:04:03.9514015Z [00:02:49.234]➜  mkdir -p $WORK/b918/
2025-08-20T23:04:03.9518981Z [00:02:49.235]➜  cat >/tmp/go-build3700090427/b918/importcfg << 'EOF' # internal
2025-08-20T23:04:03.9522728Z [00:02:49.235]➜  # import config
2025-08-20T23:04:03.9523444Z [00:02:49.235]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:03.9524287Z [00:02:49.235]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.9525119Z [00:02:49.235]➜  packagefile image=/tmp/go-build3700090427/b916/_pkg_.a
2025-08-20T23:04:03.9525973Z [00:02:49.235]➜  packagefile image/color=/tmp/go-build3700090427/b917/_pkg_.a
2025-08-20T23:04:03.9526953Z [00:02:49.235]➜  packagefile image/internal/imageutil=/tmp/go-build3700090427/b919/_pkg_.a
2025-08-20T23:04:03.9528035Z [00:02:49.235]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.9528669Z [00:02:49.235]➜  EOF
2025-08-20T23:04:03.9529143Z [00:02:49.235]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:03.9534348Z [00:02:49.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b918/_pkg_.a -trimpath "/root/.go/src/image/jpeg=>image/jpeg;$WORK/b918=>" -p image/jpeg -lang=go1.25 -std -complete -installsuffix shared -buildid m0GYCqpG2wmbQQ-9nl4Y/m0GYCqpG2wmbQQ-9nl4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b918/importcfg -pack /root/.go/src/image/jpeg/fdct.go /root/.go/src/image/jpeg/huffman.go /root/.go/src/image/jpeg/idct.go /root/.go/src/image/jpeg/reader.go /root/.go/src/image/jpeg/scan.go /root/.go/src/image/jpeg/writer.go
2025-08-20T23:04:03.9778743Z [00:02:49.261]➜  go tool buildid -w $WORK/b921/_pkg_.a # internal
2025-08-20T23:04:03.9799194Z [00:02:49.263]➜  cp $WORK/b921/_pkg_.a /root/.cache/go-build/22/2233c232f3c84f4b215337aa240d5f0dacc715b0de5839e7fb83512b0b1d22ff-d # internal
2025-08-20T23:04:03.9802019Z [00:02:49.263]➜  github.com/xi2/xz
2025-08-20T23:04:03.9803564Z [00:02:49.263]➜  mkdir -p $WORK/b923/
2025-08-20T23:04:03.9814693Z [00:02:49.265]➜  cat >/tmp/go-build3700090427/b923/importcfg << 'EOF' # internal
2025-08-20T23:04:03.9815553Z [00:02:49.265]➜  # import config
2025-08-20T23:04:03.9817302Z [00:02:49.265]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:03.9818122Z [00:02:49.265]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:03.9818936Z [00:02:49.265]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:03.9819910Z [00:02:49.265]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:03.9820708Z [00:02:49.265]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:03.9821533Z [00:02:49.265]➜  packagefile hash/crc64=/tmp/go-build3700090427/b614/_pkg_.a
2025-08-20T23:04:03.9822331Z [00:02:49.265]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:03.9822886Z [00:02:49.265]➜  EOF
2025-08-20T23:04:03.9833769Z [00:02:49.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b923/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8=>github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8;$WORK/b923=>" -p github.com/xi2/xz -lang=go1.16 -complete -installsuffix shared -buildid 1lbB41dFc3S_ZHBA3ibi/1lbB41dFc3S_ZHBA3ibi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b923/importcfg -pack /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_bcj.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_delta.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_lzma2.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_stream.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_util.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/dec_xz.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/doc.go /root/go/pkg/mod/github.com/xi2/xz@v0.0.0-20171230120015-48954b6210f8/reader.go
2025-08-20T23:04:03.9872001Z [00:02:49.270]➜  cd $WORK/b878
2025-08-20T23:04:03.9878622Z [00:02:49.270]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x005.o -c zstd_ctx.cgo2.c
2025-08-20T23:04:03.9986464Z [00:02:49.282]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T23:04:04.0026849Z [00:02:49.286]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/db/dbedb4e01650a46f3c45f32ee4ac931ac02714b4265ec15cb26a5e13ba320707-d # internal
2025-08-20T23:04:04.0033545Z [00:02:49.286]➜  github.com/mholt/archives
2025-08-20T23:04:04.0064247Z [00:02:49.286]➜  mkdir -p $WORK/b819/
2025-08-20T23:04:04.0065147Z [00:02:49.287]➜  cat >/tmp/go-build3700090427/b819/importcfg << 'EOF' # internal
2025-08-20T23:04:04.0065804Z [00:02:49.287]➜  # import config
2025-08-20T23:04:04.0066720Z [00:02:49.287]➜  packagefile archive/tar=/tmp/go-build3700090427/b710/_pkg_.a
2025-08-20T23:04:04.0067773Z [00:02:49.287]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:04.0071065Z [00:02:49.287]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.0071908Z [00:02:49.287]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:04.0072720Z [00:02:49.287]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.0073645Z [00:02:49.287]➜  packagefile github.com/STARRY-S/zip=/tmp/go-build3700090427/b820/_pkg_.a
2025-08-20T23:04:04.0074961Z [00:02:49.287]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3700090427/b821/_pkg_.a
2025-08-20T23:04:04.0076087Z [00:02:49.287]➜  packagefile github.com/bodgit/sevenzip=/tmp/go-build3700090427/b823/_pkg_.a
2025-08-20T23:04:04.0077207Z [00:02:49.287]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build3700090427/b861/_pkg_.a
2025-08-20T23:04:04.0078380Z [00:02:49.287]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build3700090427/b867/_pkg_.a
2025-08-20T23:04:04.0080696Z [00:02:49.287]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build3700090427/b868/_pkg_.a
2025-08-20T23:04:04.0081920Z [00:02:49.287]➜  packagefile github.com/klauspost/compress/zip=/tmp/go-build3700090427/b870/_pkg_.a
2025-08-20T23:04:04.0083105Z [00:02:49.287]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build3700090427/b872/_pkg_.a
2025-08-20T23:04:04.0084287Z [00:02:49.287]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3700090427/b764/_pkg_.a
2025-08-20T23:04:04.0085445Z [00:02:49.287]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build3700090427/b792/_pkg_.a
2025-08-20T23:04:04.0086544Z [00:02:49.287]➜  packagefile github.com/nwaples/rardecode/v2=/tmp/go-build3700090427/b873/_pkg_.a
2025-08-20T23:04:04.0087788Z [00:02:49.287]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3700090427/b847/_pkg_.a
2025-08-20T23:04:04.0088915Z [00:02:49.287]➜  packagefile github.com/sorairolake/lzip-go=/tmp/go-build3700090427/b874/_pkg_.a
2025-08-20T23:04:04.0090390Z [00:02:49.287]➜  packagefile github.com/therootcompany/xz=/tmp/go-build3700090427/b875/_pkg_.a
2025-08-20T23:04:04.0091504Z [00:02:49.287]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build3700090427/b876/_pkg_.a
2025-08-20T23:04:04.0092601Z [00:02:49.287]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3700090427/b831/_pkg_.a
2025-08-20T23:04:04.0093522Z [00:02:49.287]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.0094283Z [00:02:49.287]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:04:04.0095066Z [00:02:49.287]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:04.0095862Z [00:02:49.287]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:04.0096656Z [00:02:49.287]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:04.0097514Z [00:02:49.287]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:04.0098585Z [00:02:49.287]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:04.0099624Z [00:02:49.287]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:04.0100456Z [00:02:49.287]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:04.0101229Z [00:02:49.287]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:04.0102049Z [00:02:49.287]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:04.0102783Z [00:02:49.287]➜  EOF
2025-08-20T23:04:04.0103299Z [00:02:49.287]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:04.0117300Z [00:02:49.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b819/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d=>github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d;$WORK/b819=>" -p github.com/mholt/archives -lang=go1.22 -complete -installsuffix shared -buildid IgKqyjFUgWn95kWFdJhm/IgKqyjFUgWn95kWFdJhm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/importcfg -pack /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/7z.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/archives.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/brotli.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/bz2.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/formats.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/fs.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/gz.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/interfaces.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/lz4.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/lzip.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/rar.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/sz.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/tar.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/xz.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/zip.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/zlib.go /root/go/pkg/mod/github.com/mholt/archives@v0.0.0-20241216060121-23e0af8fe73d/zstd.go
2025-08-20T23:04:04.0230264Z [00:02:49.306]➜  cd $WORK/b878
2025-08-20T23:04:04.0236258Z [00:02:49.306]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x006.o -c zstd_stream.cgo2.c
2025-08-20T23:04:04.1127069Z [00:02:49.396]➜  go tool buildid -w $WORK/b918/_pkg_.a # internal
2025-08-20T23:04:04.1167267Z [00:02:49.400]➜  cp $WORK/b918/_pkg_.a /root/.cache/go-build/35/352b045245a3a7853b5ee6b4ebda48917e83d6922c12eefd1b9c0fa1cc380441-d # internal
2025-08-20T23:04:04.1196894Z [00:02:49.403]➜  github.com/ProtonMail/go-crypto/openpgp/packet
2025-08-20T23:04:04.1197586Z [00:02:49.403]➜  mkdir -p $WORK/b909/
2025-08-20T23:04:04.1202819Z [00:02:49.403]➜  cat >/tmp/go-build3700090427/b909/importcfg << 'EOF' # internal
2025-08-20T23:04:04.1205288Z [00:02:49.403]➜  # import config
2025-08-20T23:04:04.1205891Z [00:02:49.404]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:04.1206723Z [00:02:49.404]➜  packagefile compress/bzip2=/tmp/go-build3700090427/b843/_pkg_.a
2025-08-20T23:04:04.1207598Z [00:02:49.404]➜  packagefile compress/flate=/tmp/go-build3700090427/b104/_pkg_.a
2025-08-20T23:04:04.1208772Z [00:02:49.404]➜  packagefile compress/zlib=/tmp/go-build3700090427/b816/_pkg_.a
2025-08-20T23:04:04.1209804Z [00:02:49.404]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:04.1210594Z [00:02:49.404]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:04:04.1211436Z [00:02:49.404]➜  packagefile crypto/dsa=/tmp/go-build3700090427/b181/_pkg_.a
2025-08-20T23:04:04.1212291Z [00:02:49.404]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:04.1217903Z [00:02:49.405]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:04.1219983Z [00:02:49.405]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:04.1221114Z [00:02:49.405]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:04.1222194Z [00:02:49.405]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:04.1223258Z [00:02:49.405]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:04.1224705Z [00:02:49.405]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:04:04.1226135Z [00:02:49.405]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:04.1228390Z [00:02:49.405]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:04.1229246Z [00:02:49.405]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.1230491Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3700090427/b882/_pkg_.a
2025-08-20T23:04:04.1231789Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3700090427/b905/_pkg_.a
2025-08-20T23:04:04.1233135Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3700090427/b906/_pkg_.a
2025-08-20T23:04:04.1234507Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3700090427/b907/_pkg_.a
2025-08-20T23:04:04.1235821Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3700090427/b908/_pkg_.a
2025-08-20T23:04:04.1237096Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build3700090427/b910/_pkg_.a
2025-08-20T23:04:04.1238435Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3700090427/b881/_pkg_.a
2025-08-20T23:04:04.1240044Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3700090427/b884/_pkg_.a
2025-08-20T23:04:04.1241632Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3700090427/b889/_pkg_.a
2025-08-20T23:04:04.1243090Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3700090427/b892/_pkg_.a
2025-08-20T23:04:04.1244588Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build3700090427/b911/_pkg_.a
2025-08-20T23:04:04.1245895Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3700090427/b914/_pkg_.a
2025-08-20T23:04:04.1247272Z [00:02:49.405]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3700090427/b915/_pkg_.a
2025-08-20T23:04:04.1248469Z [00:02:49.405]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3700090427/b500/_pkg_.a
2025-08-20T23:04:04.1249604Z [00:02:49.405]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:04.1250392Z [00:02:49.405]➜  packagefile image=/tmp/go-build3700090427/b916/_pkg_.a
2025-08-20T23:04:04.1251243Z [00:02:49.405]➜  packagefile image/jpeg=/tmp/go-build3700090427/b918/_pkg_.a
2025-08-20T23:04:04.1252059Z [00:02:49.405]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.1252890Z [00:02:49.405]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:04.1253732Z [00:02:49.405]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:04.1254764Z [00:02:49.405]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:04.1255601Z [00:02:49.405]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:04.1256413Z [00:02:49.405]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:04.1257030Z [00:02:49.405]➜  EOF
2025-08-20T23:04:04.1257514Z [00:02:49.405]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:04.1282305Z [00:02:49.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b909/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp/packet;$WORK/b909=>" -p github.com/ProtonMail/go-crypto/openpgp/packet -lang=go1.17 -complete -installsuffix shared -buildid vtilXYjd7CyTeXRWLpy6/vtilXYjd7CyTeXRWLpy6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b909/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/aead_config.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/aead_crypter.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/aead_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/compressed.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/config.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/config_v5.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/encrypted_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/literal.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/marker.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/notation.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/ocfb.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/one_pass_signature.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/opaque.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/packet.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/packet_sequence.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/packet_unsupported.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/padding.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/private_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/private_key_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/public_key.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/public_key_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/reader.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/recipient.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/signature.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/symmetric_key_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/symmetrically_encrypted.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/symmetrically_encrypted_aead.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/symmetrically_encrypted_mdc.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/userattribute.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/packet/userid.go
2025-08-20T23:04:04.1301763Z [00:02:49.406]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:04.1304756Z [00:02:49.406]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x007.o -c cover.c
2025-08-20T23:04:04.1404063Z [00:02:49.423]➜  go tool buildid -w $WORK/b923/_pkg_.a # internal
2025-08-20T23:04:04.1428901Z [00:02:49.426]➜  cp $WORK/b923/_pkg_.a /root/.cache/go-build/7e/7e6a34f807b6711761acb6e357ae5cd01ba27fa2e8b7414af75009d1c740f5ff-d # internal
2025-08-20T23:04:04.1435051Z [00:02:49.426]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abuseipdb
2025-08-20T23:04:04.1435832Z [00:02:49.427]➜  mkdir -p $WORK/b925/
2025-08-20T23:04:04.1442375Z [00:02:49.427]➜  cat >/tmp/go-build3700090427/b925/importcfg << 'EOF' # internal
2025-08-20T23:04:04.1448881Z [00:02:49.427]➜  # import config
2025-08-20T23:04:04.1449785Z [00:02:49.427]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:04.1450626Z [00:02:49.427]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.1451430Z [00:02:49.427]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.1464337Z [00:02:49.428]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.1465832Z [00:02:49.428]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.1467363Z [00:02:49.428]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.1468739Z [00:02:49.428]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.1470107Z [00:02:49.428]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.1470939Z [00:02:49.428]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.1471785Z [00:02:49.428]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:04.1472391Z [00:02:49.429]➜  EOF
2025-08-20T23:04:04.1472879Z [00:02:49.429]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:04.1476807Z [00:02:49.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b925/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abuseipdb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abuseipdb;$WORK/b925=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abuseipdb -lang=go1.24 -complete -installsuffix shared -buildid dasgGL06JeWD3-v85ddA/dasgGL06JeWD3-v85ddA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b925/importcfg -pack ./pkg/detectors/abuseipdb/abuseipdb.go
2025-08-20T23:04:04.2053188Z [00:02:49.488]➜  go tool buildid -w $WORK/b925/_pkg_.a # internal
2025-08-20T23:04:04.2078683Z [00:02:49.491]➜  cp $WORK/b925/_pkg_.a /root/.cache/go-build/cb/cb73e63645cd7c6dc876bb3f9389a3abeedc638be2a583351559a8b935a52cda-d # internal
2025-08-20T23:04:04.2080344Z [00:02:49.491]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abyssale
2025-08-20T23:04:04.2082919Z [00:02:49.491]➜  mkdir -p $WORK/b926/
2025-08-20T23:04:04.2088005Z [00:02:49.492]➜  cat >/tmp/go-build3700090427/b926/importcfg << 'EOF' # internal
2025-08-20T23:04:04.2094544Z [00:02:49.492]➜  # import config
2025-08-20T23:04:04.2095195Z [00:02:49.492]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.2095977Z [00:02:49.492]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.2097080Z [00:02:49.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.2098465Z [00:02:49.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.2101549Z [00:02:49.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.2102941Z [00:02:49.492]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.2103916Z [00:02:49.492]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.2104911Z [00:02:49.492]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:04.2105517Z [00:02:49.492]➜  EOF
2025-08-20T23:04:04.2109211Z [00:02:49.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b926/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abyssale=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abyssale;$WORK/b926=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abyssale -lang=go1.24 -complete -installsuffix shared -buildid hTrGXI_FuIMMza48-vL8/hTrGXI_FuIMMza48-vL8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b926/importcfg -pack ./pkg/detectors/abyssale/abyssale.go
2025-08-20T23:04:04.2703982Z [00:02:49.553]➜  go tool buildid -w $WORK/b926/_pkg_.a # internal
2025-08-20T23:04:04.2732431Z [00:02:49.556]➜  cp $WORK/b926/_pkg_.a /root/.cache/go-build/c6/c6681926368e7e5f8b8b1d325537cc5efa748d04c0f9c488442d208662156b2b-d # internal
2025-08-20T23:04:04.2733933Z [00:02:49.556]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1
2025-08-20T23:04:04.2740494Z [00:02:49.557]➜  mkdir -p $WORK/b927/
2025-08-20T23:04:04.2745183Z [00:02:49.557]➜  cat >/tmp/go-build3700090427/b927/importcfg << 'EOF' # internal
2025-08-20T23:04:04.2763005Z [00:02:49.557]➜  # import config
2025-08-20T23:04:04.2763717Z [00:02:49.557]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.2764546Z [00:02:49.557]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.2765727Z [00:02:49.557]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.2767201Z [00:02:49.557]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.2768837Z [00:02:49.557]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.2771159Z [00:02:49.557]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.2772145Z [00:02:49.557]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.2772754Z [00:02:49.557]➜  EOF
2025-08-20T23:04:04.2776687Z [00:02:49.558]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b927/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1;$WORK/b927=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1 -lang=go1.24 -complete -installsuffix shared -buildid VMYi2w-kxdNEpLYFhQVr/VMYi2w-kxdNEpLYFhQVr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b927/importcfg -pack ./pkg/detectors/accuweather/v1/accuweather.go
2025-08-20T23:04:04.3332872Z [00:02:49.616]➜  go tool buildid -w $WORK/b927/_pkg_.a # internal
2025-08-20T23:04:04.3363652Z [00:02:49.619]➜  cp $WORK/b927/_pkg_.a /root/.cache/go-build/5a/5aeaac18bd13dfcb8a2788ab376e3e16064d099a23d73355c4788bd80fca01fe-d # internal
2025-08-20T23:04:04.3365149Z [00:02:49.619]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v2
2025-08-20T23:04:04.3367971Z [00:02:49.619]➜  mkdir -p $WORK/b928/
2025-08-20T23:04:04.3372549Z [00:02:49.620]➜  cat >/tmp/go-build3700090427/b928/importcfg << 'EOF' # internal
2025-08-20T23:04:04.3373283Z [00:02:49.620]➜  # import config
2025-08-20T23:04:04.3373940Z [00:02:49.620]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.3375179Z [00:02:49.620]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.3376889Z [00:02:49.620]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1=/tmp/go-build3700090427/b927/_pkg_.a
2025-08-20T23:04:04.3378327Z [00:02:49.620]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.3379114Z [00:02:49.620]➜  EOF
2025-08-20T23:04:04.3383375Z [00:02:49.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b928/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v2;$WORK/b928=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v2 -lang=go1.24 -complete -installsuffix shared -buildid qva9sY890-XTqbIRPHSK/qva9sY890-XTqbIRPHSK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b928/importcfg -pack ./pkg/detectors/accuweather/v2/accuweather.go
2025-08-20T23:04:04.3820313Z [00:02:49.665]➜  go tool buildid -w $WORK/b928/_pkg_.a # internal
2025-08-20T23:04:04.3843797Z [00:02:49.667]➜  cp $WORK/b928/_pkg_.a /root/.cache/go-build/93/9370dc41f1f7c863f3369ba1f3031a21662aa7333709fefd4182b46505eec4a6-d # internal
2025-08-20T23:04:04.3848015Z [00:02:49.668]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adafruitio
2025-08-20T23:04:04.3854110Z [00:02:49.668]➜  mkdir -p $WORK/b929/
2025-08-20T23:04:04.3858889Z [00:02:49.669]➜  cat >/tmp/go-build3700090427/b929/importcfg << 'EOF' # internal
2025-08-20T23:04:04.3877761Z [00:02:49.669]➜  # import config
2025-08-20T23:04:04.3878463Z [00:02:49.669]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.3879273Z [00:02:49.669]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.3880601Z [00:02:49.669]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.3881992Z [00:02:49.669]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.3883541Z [00:02:49.669]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.3884835Z [00:02:49.669]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.3885756Z [00:02:49.669]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.3886576Z [00:02:49.669]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:04.3887193Z [00:02:49.669]➜  EOF
2025-08-20T23:04:04.3891993Z [00:02:49.669]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b929/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adafruitio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adafruitio;$WORK/b929=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adafruitio -lang=go1.24 -complete -installsuffix shared -buildid LnrIxJ6sX2GDt-yWyi--/LnrIxJ6sX2GDt-yWyi-- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b929/importcfg -pack ./pkg/detectors/adafruitio/adafruitio.go
2025-08-20T23:04:04.4514585Z [00:02:49.734]➜  go tool buildid -w $WORK/b929/_pkg_.a # internal
2025-08-20T23:04:04.4535766Z [00:02:49.737]➜  cp $WORK/b929/_pkg_.a /root/.cache/go-build/01/0185910f1f5bdde23b1688ff68834b0b485e759d7428c6af44a2f276ece03368-d # internal
2025-08-20T23:04:04.4540646Z [00:02:49.737]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adzuna
2025-08-20T23:04:04.4541379Z [00:02:49.737]➜  mkdir -p $WORK/b930/
2025-08-20T23:04:04.4553499Z [00:02:49.738]➜  cat >/tmp/go-build3700090427/b930/importcfg << 'EOF' # internal
2025-08-20T23:04:04.4554208Z [00:02:49.738]➜  # import config
2025-08-20T23:04:04.4554830Z [00:02:49.738]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.4555603Z [00:02:49.738]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.4556662Z [00:02:49.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.4558100Z [00:02:49.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.4559740Z [00:02:49.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.4561014Z [00:02:49.738]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.4562090Z [00:02:49.738]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.4562894Z [00:02:49.738]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:04.4563484Z [00:02:49.738]➜  EOF
2025-08-20T23:04:04.4567210Z [00:02:49.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b930/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adzuna=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adzuna;$WORK/b930=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adzuna -lang=go1.24 -complete -installsuffix shared -buildid aI92pEkuEnSqRgRla8Dz/aI92pEkuEnSqRgRla8Dz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b930/importcfg -pack ./pkg/detectors/adzuna/adzuna.go
2025-08-20T23:04:04.4727460Z [00:02:49.756]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:04.4733015Z [00:02:49.756]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x008.o -c debug.c
2025-08-20T23:04:04.4772857Z [00:02:49.760]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T23:04:04.4847137Z [00:02:49.767]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/d3/d3883bdd030b47f9a6ef96fd94874d347c611bed84f9fbf5bb06e49112fe263b-d # internal
2025-08-20T23:04:04.4848585Z [00:02:49.768]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aeroworkflow
2025-08-20T23:04:04.4849765Z [00:02:49.768]➜  mkdir -p $WORK/b931/
2025-08-20T23:04:04.4855854Z [00:02:49.768]➜  cat >/tmp/go-build3700090427/b931/importcfg << 'EOF' # internal
2025-08-20T23:04:04.4856536Z [00:02:49.768]➜  # import config
2025-08-20T23:04:04.4857116Z [00:02:49.768]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.4863461Z [00:02:49.768]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.4864559Z [00:02:49.768]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.4865920Z [00:02:49.768]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.4867372Z [00:02:49.768]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.4868583Z [00:02:49.768]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.4869721Z [00:02:49.769]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.4870506Z [00:02:49.769]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:04.4871272Z [00:02:49.769]➜  EOF
2025-08-20T23:04:04.4871710Z [00:02:49.769]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:04.4875647Z [00:02:49.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b931/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aeroworkflow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aeroworkflow;$WORK/b931=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aeroworkflow -lang=go1.24 -complete -installsuffix shared -buildid 6xACzHoXKr2UiSQ5LfkO/6xACzHoXKr2UiSQ5LfkO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b931/importcfg -pack ./pkg/detectors/aeroworkflow/aeroworkflow.go
2025-08-20T23:04:04.5336494Z [00:02:49.817]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:04.5340923Z [00:02:49.817]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x009.o -c divsufsort.c
2025-08-20T23:04:04.5555558Z [00:02:49.839]➜  go tool buildid -w $WORK/b930/_pkg_.a # internal
2025-08-20T23:04:04.5573937Z [00:02:49.840]➜  cp $WORK/b930/_pkg_.a /root/.cache/go-build/3f/3f32cbac9fc80d101bd93e3c63eb7d817b4b8628ce45c9541a1f69d5c931845e-d # internal
2025-08-20T23:04:04.5584632Z [00:02:49.842]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/agora
2025-08-20T23:04:04.5585467Z [00:02:49.842]➜  mkdir -p $WORK/b932/
2025-08-20T23:04:04.5595099Z [00:02:49.843]➜  cat >/tmp/go-build3700090427/b932/importcfg << 'EOF' # internal
2025-08-20T23:04:04.5595877Z [00:02:49.843]➜  # import config
2025-08-20T23:04:04.5596935Z [00:02:49.843]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.5597807Z [00:02:49.843]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.5598958Z [00:02:49.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.5600666Z [00:02:49.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.5602263Z [00:02:49.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.5603619Z [00:02:49.843]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.5605366Z [00:02:49.843]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.5606857Z [00:02:49.843]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:04.5608094Z [00:02:49.843]➜  EOF
2025-08-20T23:04:04.5608803Z [00:02:49.843]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:04.5612993Z [00:02:49.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b932/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/agora=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/agora;$WORK/b932=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/agora -lang=go1.24 -complete -installsuffix shared -buildid g4Ke8BerC9Sf25x4Vw0A/g4Ke8BerC9Sf25x4Vw0A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b932/importcfg -pack ./pkg/detectors/agora/agora.go
2025-08-20T23:04:04.5835500Z [00:02:49.867]➜  go tool buildid -w $WORK/b931/_pkg_.a # internal
2025-08-20T23:04:04.5853249Z [00:02:49.868]➜  cp $WORK/b931/_pkg_.a /root/.cache/go-build/9e/9edef75000a09b8f54d03dd8d8502f43370076c76df19e8a8335588c476b362b-d # internal
2025-08-20T23:04:04.5855239Z [00:02:49.869]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aha
2025-08-20T23:04:04.5856008Z [00:02:49.869]➜  mkdir -p $WORK/b933/
2025-08-20T23:04:04.5863546Z [00:02:49.869]➜  cat >/tmp/go-build3700090427/b933/importcfg << 'EOF' # internal
2025-08-20T23:04:04.5866131Z [00:02:49.869]➜  # import config
2025-08-20T23:04:04.5866820Z [00:02:49.869]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.5867657Z [00:02:49.869]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.5868845Z [00:02:49.869]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.5870648Z [00:02:49.869]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.5872017Z [00:02:49.869]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.5872996Z [00:02:49.869]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.5873859Z [00:02:49.869]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:04.5874500Z [00:02:49.870]➜  EOF
2025-08-20T23:04:04.5878191Z [00:02:49.870]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b933/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aha=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aha;$WORK/b933=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aha -lang=go1.24 -complete -installsuffix shared -buildid 0Me0RAGJzsqhkQrswQpa/0Me0RAGJzsqhkQrswQpa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b933/importcfg -pack ./pkg/detectors/aha/aha.go
2025-08-20T23:04:04.6396618Z [00:02:49.923]➜  go tool buildid -w $WORK/b932/_pkg_.a # internal
2025-08-20T23:04:04.6436618Z [00:02:49.927]➜  cp $WORK/b932/_pkg_.a /root/.cache/go-build/d9/d99d28fa002a0d089960cdb67daec5ce4bfa668ef4940769152af4433b3fd414-d # internal
2025-08-20T23:04:04.6474889Z [00:02:49.927]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeprojectkey
2025-08-20T23:04:04.6475695Z [00:02:49.927]➜  mkdir -p $WORK/b934/
2025-08-20T23:04:04.6476766Z [00:02:49.928]➜  cat >/tmp/go-build3700090427/b934/importcfg << 'EOF' # internal
2025-08-20T23:04:04.6477446Z [00:02:49.928]➜  # import config
2025-08-20T23:04:04.6478100Z [00:02:49.928]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.6478882Z [00:02:49.928]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.6481596Z [00:02:49.928]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.6483133Z [00:02:49.928]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.6484705Z [00:02:49.928]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.6486031Z [00:02:49.928]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.6486969Z [00:02:49.928]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.6487784Z [00:02:49.928]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.6488633Z [00:02:49.928]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:04.6489263Z [00:02:49.928]➜  EOF
2025-08-20T23:04:04.6493761Z [00:02:49.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b934/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeprojectkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeprojectkey;$WORK/b934=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeprojectkey -lang=go1.24 -complete -installsuffix shared -buildid 26ZETQ2QOPzyiZj0Rz_w/26ZETQ2QOPzyiZj0Rz_w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b934/importcfg -pack ./pkg/detectors/airbrakeprojectkey/airbrakeprojectkey.go
2025-08-20T23:04:04.6716028Z [00:02:49.955]➜  go tool buildid -w $WORK/b933/_pkg_.a # internal
2025-08-20T23:04:04.6734395Z [00:02:49.957]➜  cp $WORK/b933/_pkg_.a /root/.cache/go-build/da/dab46e040d11a01909a62f1b23fa4748a4fac9c02d031235154c2aa412bfdbaa-d # internal
2025-08-20T23:04:04.6764934Z [00:02:49.960]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeuserkey
2025-08-20T23:04:04.6767988Z [00:02:49.960]➜  mkdir -p $WORK/b935/
2025-08-20T23:04:04.6772106Z [00:02:49.960]➜  cat >/tmp/go-build3700090427/b935/importcfg << 'EOF' # internal
2025-08-20T23:04:04.6772827Z [00:02:49.960]➜  # import config
2025-08-20T23:04:04.6773509Z [00:02:49.960]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.6774319Z [00:02:49.960]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.6775467Z [00:02:49.960]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.6777053Z [00:02:49.960]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.6778647Z [00:02:49.960]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.6780226Z [00:02:49.960]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.6781163Z [00:02:49.960]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.6782168Z [00:02:49.960]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.6782789Z [00:02:49.960]➜  EOF
2025-08-20T23:04:04.6787048Z [00:02:49.960]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b935/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeuserkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeuserkey;$WORK/b935=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeuserkey -lang=go1.24 -complete -installsuffix shared -buildid KRzekPO48PUfuQ-IOxuN/KRzekPO48PUfuQ-IOxuN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b935/importcfg -pack ./pkg/detectors/airbrakeuserkey/airbrakeuserkey.go
2025-08-20T23:04:04.7213811Z [00:02:50.004]➜  go tool buildid -w $WORK/b934/_pkg_.a # internal
2025-08-20T23:04:04.7229261Z [00:02:50.006]➜  cp $WORK/b934/_pkg_.a /root/.cache/go-build/7e/7e87a09df12afdff093336e64d34cecb9378a48278b515eb6a5afd792d62c951-d # internal
2025-08-20T23:04:04.7254305Z [00:02:50.009]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airship
2025-08-20T23:04:04.7257050Z [00:02:50.009]➜  mkdir -p $WORK/b936/
2025-08-20T23:04:04.7262730Z [00:02:50.009]➜  cat >/tmp/go-build3700090427/b936/importcfg << 'EOF' # internal
2025-08-20T23:04:04.7300574Z [00:02:50.009]➜  # import config
2025-08-20T23:04:04.7301262Z [00:02:50.009]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.7302071Z [00:02:50.009]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.7303183Z [00:02:50.009]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.7304698Z [00:02:50.009]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.7306226Z [00:02:50.009]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.7307503Z [00:02:50.009]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.7308393Z [00:02:50.009]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.7309185Z [00:02:50.009]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.7310401Z [00:02:50.009]➜  EOF
2025-08-20T23:04:04.7314132Z [00:02:50.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b936/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airship=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airship;$WORK/b936=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airship -lang=go1.24 -complete -installsuffix shared -buildid bZSdzX5ddzrJhQmJ4LBF/bZSdzX5ddzrJhQmJ4LBF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b936/importcfg -pack ./pkg/detectors/airship/airship.go
2025-08-20T23:04:04.7906606Z [00:02:50.074]➜  go tool buildid -w $WORK/b935/_pkg_.a # internal
2025-08-20T23:04:04.7909722Z [00:02:50.074]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T23:04:04.7915089Z [00:02:50.075]➜  go tool buildid -w $WORK/b936/_pkg_.a # internal
2025-08-20T23:04:04.7933738Z [00:02:50.076]➜  cp $WORK/b936/_pkg_.a /root/.cache/go-build/88/88da6b3ae4739b667c12ebe09607e02103edc5cab5a6f07d6477a451dbc0442e-d # internal
2025-08-20T23:04:04.7946876Z [00:02:50.076]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtableoauth
2025-08-20T23:04:04.7947711Z [00:02:50.077]➜  mkdir -p $WORK/b937/
2025-08-20T23:04:04.7948455Z [00:02:50.077]➜  cat >/tmp/go-build3700090427/b937/importcfg << 'EOF' # internal
2025-08-20T23:04:04.7949163Z [00:02:50.077]➜  # import config
2025-08-20T23:04:04.7950174Z [00:02:50.077]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.7951002Z [00:02:50.077]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.7952165Z [00:02:50.077]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.7957458Z [00:02:50.077]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.7959206Z [00:02:50.077]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.7962489Z [00:02:50.077]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.7963450Z [00:02:50.077]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.7964289Z [00:02:50.077]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.7964904Z [00:02:50.077]➜  EOF
2025-08-20T23:04:04.7969277Z [00:02:50.077]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b937/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtableoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtableoauth;$WORK/b937=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtableoauth -lang=go1.24 -complete -installsuffix shared -buildid AM8C4D7Tbm3--hgTfkGY/AM8C4D7Tbm3--hgTfkGY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b937/importcfg -pack ./pkg/detectors/airtableoauth/airtableoauth.go
2025-08-20T23:04:04.7989040Z [00:02:50.080]➜  cp $WORK/b935/_pkg_.a /root/.cache/go-build/6e/6ef6a94505d82e769e05f79ff8de825e107f465c049e067c3173414d86d95126-d # internal
2025-08-20T23:04:04.7990794Z [00:02:50.081]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtablepersonalaccesstoken
2025-08-20T23:04:04.7991739Z [00:02:50.081]➜  mkdir -p $WORK/b938/
2025-08-20T23:04:04.7992477Z [00:02:50.082]➜  cat >/tmp/go-build3700090427/b938/importcfg << 'EOF' # internal
2025-08-20T23:04:04.7993182Z [00:02:50.082]➜  # import config
2025-08-20T23:04:04.7993855Z [00:02:50.082]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.7995886Z [00:02:50.082]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.7998381Z [00:02:50.082]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.8000219Z [00:02:50.082]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.8005058Z [00:02:50.082]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.8008474Z [00:02:50.082]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.8010036Z [00:02:50.082]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.8015145Z [00:02:50.082]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.8015836Z [00:02:50.082]➜  EOF
2025-08-20T23:04:04.8020757Z [00:02:50.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b938/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtablepersonalaccesstoken;$WORK/b938=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtablepersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid 6KONuCrj0aHJRz2qXtKp/6KONuCrj0aHJRz2qXtKp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b938/importcfg -pack ./pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken.go
2025-08-20T23:04:04.8025833Z [00:02:50.083]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/c3/c3e07d5ec5f640df004dbfe6821d051c2e511a7f8a4ffb7af225d436bbd3dd9e-d # internal
2025-08-20T23:04:04.8026965Z [00:02:50.084]➜  github.com/ProtonMail/go-crypto/openpgp
2025-08-20T23:04:04.8027522Z [00:02:50.084]➜  mkdir -p $WORK/b879/
2025-08-20T23:04:04.8028210Z [00:02:50.084]➜  cat >/tmp/go-build3700090427/b879/importcfg << 'EOF' # internal
2025-08-20T23:04:04.8028845Z [00:02:50.084]➜  # import config
2025-08-20T23:04:04.8029632Z [00:02:50.084]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:04.8030458Z [00:02:50.084]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:04.8031311Z [00:02:50.084]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:04.8032172Z [00:02:50.084]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:04.8033025Z [00:02:50.084]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:04.8033840Z [00:02:50.084]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:04.8034609Z [00:02:50.084]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.8035661Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build3700090427/b880/_pkg_.a
2025-08-20T23:04:04.8037203Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3700090427/b882/_pkg_.a
2025-08-20T23:04:04.8038538Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3700090427/b905/_pkg_.a
2025-08-20T23:04:04.8040454Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3700090427/b906/_pkg_.a
2025-08-20T23:04:04.8041745Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3700090427/b907/_pkg_.a
2025-08-20T23:04:04.8043002Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3700090427/b908/_pkg_.a
2025-08-20T23:04:04.8044281Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3700090427/b881/_pkg_.a
2025-08-20T23:04:04.8045697Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3700090427/b884/_pkg_.a
2025-08-20T23:04:04.8047170Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3700090427/b889/_pkg_.a
2025-08-20T23:04:04.8048597Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3700090427/b909/_pkg_.a
2025-08-20T23:04:04.8050155Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3700090427/b914/_pkg_.a
2025-08-20T23:04:04.8051504Z [00:02:50.084]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3700090427/b915/_pkg_.a
2025-08-20T23:04:04.8052670Z [00:02:50.084]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3700090427/b920/_pkg_.a
2025-08-20T23:04:04.8053574Z [00:02:50.084]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:04.8054329Z [00:02:50.084]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.8055115Z [00:02:50.084]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:04.8055937Z [00:02:50.084]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:04.8056767Z [00:02:50.084]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:04.8057503Z [00:02:50.084]➜  EOF
2025-08-20T23:04:04.8065030Z [00:02:50.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp=>github.com/ProtonMail/go-crypto@v1.1.5/openpgp;$WORK/b879=>" -p github.com/ProtonMail/go-crypto/openpgp -lang=go1.17 -complete -installsuffix shared -buildid oWi7AKPf6_cVQr0fZpNi/oWi7AKPf6_cVQr0fZpNi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b879/importcfg -pack /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/canonical_text.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/hash.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/key_generation.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/keys.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/keys_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/read.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/read_write_test_data.go /root/go/pkg/mod/github.com/!proton!mail/go-crypto@v1.1.5/openpgp/write.go
2025-08-20T23:04:04.8544016Z [00:02:50.137]➜  go tool buildid -w $WORK/b937/_pkg_.a # internal
2025-08-20T23:04:04.8562426Z [00:02:50.139]➜  cp $WORK/b937/_pkg_.a /root/.cache/go-build/55/55d248e2694b31bdfa1ba3958761a59b687d4bdc24b92801569f981ef480e353-d # internal
2025-08-20T23:04:04.8571839Z [00:02:50.140]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airvisual
2025-08-20T23:04:04.8572631Z [00:02:50.140]➜  mkdir -p $WORK/b939/
2025-08-20T23:04:04.8573346Z [00:02:50.140]➜  cat >/tmp/go-build3700090427/b939/importcfg << 'EOF' # internal
2025-08-20T23:04:04.8574001Z [00:02:50.140]➜  # import config
2025-08-20T23:04:04.8574684Z [00:02:50.140]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.8575844Z [00:02:50.140]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.8577023Z [00:02:50.140]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.8578463Z [00:02:50.140]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.8580154Z [00:02:50.140]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.8581461Z [00:02:50.140]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.8582412Z [00:02:50.140]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.8583245Z [00:02:50.140]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.8583911Z [00:02:50.140]➜  EOF
2025-08-20T23:04:04.8587840Z [00:02:50.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b939/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airvisual=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airvisual;$WORK/b939=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airvisual -lang=go1.24 -complete -installsuffix shared -buildid 6ZZo14asn_0avez7OIzr/6ZZo14asn_0avez7OIzr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b939/importcfg -pack ./pkg/detectors/airvisual/airvisual.go
2025-08-20T23:04:04.8607023Z [00:02:50.144]➜  go tool buildid -w $WORK/b938/_pkg_.a # internal
2025-08-20T23:04:04.8628110Z [00:02:50.146]➜  cp $WORK/b938/_pkg_.a /root/.cache/go-build/9d/9df07ee6bf3d53705ed805c2148824c7909f94b76a1776d8d1a94f105059a608-d # internal
2025-08-20T23:04:04.8635645Z [00:02:50.147]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aiven
2025-08-20T23:04:04.8636428Z [00:02:50.147]➜  mkdir -p $WORK/b940/
2025-08-20T23:04:04.8647035Z [00:02:50.148]➜  cat >/tmp/go-build3700090427/b940/importcfg << 'EOF' # internal
2025-08-20T23:04:04.8647754Z [00:02:50.148]➜  # import config
2025-08-20T23:04:04.8648470Z [00:02:50.148]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.8649773Z [00:02:50.148]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.8651017Z [00:02:50.148]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.8652765Z [00:02:50.148]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.8654346Z [00:02:50.148]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.8655723Z [00:02:50.148]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.8656635Z [00:02:50.148]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.8657445Z [00:02:50.148]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.8658076Z [00:02:50.148]➜  EOF
2025-08-20T23:04:04.8662139Z [00:02:50.148]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b940/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aiven=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aiven;$WORK/b940=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aiven -lang=go1.24 -complete -installsuffix shared -buildid CsFh7WjrnAuZxgx-Mlil/CsFh7WjrnAuZxgx-Mlil -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b940/importcfg -pack ./pkg/detectors/aiven/aiven.go
2025-08-20T23:04:04.9234528Z [00:02:50.207]➜  go tool buildid -w $WORK/b940/_pkg_.a # internal
2025-08-20T23:04:04.9276687Z [00:02:50.211]➜  cp $WORK/b940/_pkg_.a /root/.cache/go-build/71/716d9d21504c767689355f30366e05f2ee51ffbf568583cc86de0f7e188a4e34-d # internal
2025-08-20T23:04:04.9280755Z [00:02:50.211]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alchemy
2025-08-20T23:04:04.9281575Z [00:02:50.211]➜  mkdir -p $WORK/b941/
2025-08-20T23:04:04.9282495Z [00:02:50.211]➜  cat >/tmp/go-build3700090427/b941/importcfg << 'EOF' # internal
2025-08-20T23:04:04.9283203Z [00:02:50.211]➜  # import config
2025-08-20T23:04:04.9283882Z [00:02:50.211]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.9284714Z [00:02:50.211]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.9285861Z [00:02:50.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.9287366Z [00:02:50.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.9288921Z [00:02:50.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.9290758Z [00:02:50.211]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.9291667Z [00:02:50.211]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.9292461Z [00:02:50.211]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.9293057Z [00:02:50.211]➜  EOF
2025-08-20T23:04:04.9296721Z [00:02:50.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b941/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alchemy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alchemy;$WORK/b941=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alchemy -lang=go1.24 -complete -installsuffix shared -buildid -_2hhPFLClmGE5CFatWZ/-_2hhPFLClmGE5CFatWZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b941/importcfg -pack ./pkg/detectors/alchemy/alchemy.go
2025-08-20T23:04:04.9311832Z [00:02:50.214]➜  go tool buildid -w $WORK/b939/_pkg_.a # internal
2025-08-20T23:04:04.9329565Z [00:02:50.216]➜  cp $WORK/b939/_pkg_.a /root/.cache/go-build/42/424b9b47591a4549bc9629d3c8d8ee58920e8d9ae06f95836f7468ede535e5a1-d # internal
2025-08-20T23:04:04.9420153Z [00:02:50.222]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alegra
2025-08-20T23:04:04.9421003Z [00:02:50.222]➜  mkdir -p $WORK/b942/
2025-08-20T23:04:04.9421764Z [00:02:50.222]➜  cat >/tmp/go-build3700090427/b942/importcfg << 'EOF' # internal
2025-08-20T23:04:04.9422470Z [00:02:50.222]➜  # import config
2025-08-20T23:04:04.9423151Z [00:02:50.222]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:04.9424216Z [00:02:50.222]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:04.9425388Z [00:02:50.222]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:04.9426957Z [00:02:50.222]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:04.9428570Z [00:02:50.222]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:04.9430158Z [00:02:50.222]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:04.9431302Z [00:02:50.222]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:04.9432152Z [00:02:50.222]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:04.9433009Z [00:02:50.223]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:04.9433626Z [00:02:50.223]➜  EOF
2025-08-20T23:04:04.9437331Z [00:02:50.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b942/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alegra=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alegra;$WORK/b942=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alegra -lang=go1.24 -complete -installsuffix shared -buildid FfEINYpHXDLhjkAs-cJ2/FfEINYpHXDLhjkAs-cJ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b942/importcfg -pack ./pkg/detectors/alegra/alegra.go
2025-08-20T23:04:05.0185675Z [00:02:50.302]➜  go tool buildid -w $WORK/b941/_pkg_.a # internal
2025-08-20T23:04:05.0218807Z [00:02:50.305]➜  cp $WORK/b941/_pkg_.a /root/.cache/go-build/e2/e283dedbd00f8b07eb08b8a6e18ee79a116d3a05a5ccdb1676838ef60026d1a7-d # internal
2025-08-20T23:04:05.0220474Z [00:02:50.305]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aletheiaapi
2025-08-20T23:04:05.0221214Z [00:02:50.305]➜  mkdir -p $WORK/b943/
2025-08-20T23:04:05.0221875Z [00:02:50.305]➜  cat >/tmp/go-build3700090427/b943/importcfg << 'EOF' # internal
2025-08-20T23:04:05.0222516Z [00:02:50.305]➜  # import config
2025-08-20T23:04:05.0223103Z [00:02:50.305]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.0223811Z [00:02:50.305]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.0224837Z [00:02:50.305]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.0226127Z [00:02:50.305]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.0227475Z [00:02:50.305]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.0228654Z [00:02:50.305]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.0229822Z [00:02:50.305]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.0230538Z [00:02:50.305]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.0231283Z [00:02:50.305]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:05.0231805Z [00:02:50.305]➜  EOF
2025-08-20T23:04:05.0235647Z [00:02:50.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b943/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aletheiaapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aletheiaapi;$WORK/b943=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aletheiaapi -lang=go1.24 -complete -installsuffix shared -buildid oJj3UtDSBKPtJ53Jw83W/oJj3UtDSBKPtJ53Jw83W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b943/importcfg -pack ./pkg/detectors/aletheiaapi/aletheiaapi.go
2025-08-20T23:04:05.0251112Z [00:02:50.308]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T23:04:05.0285497Z [00:02:50.312]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/8c/8c8086b335026752f0612cd0f885e99f6474f4e216d91fab6687005265b2694c-d # internal
2025-08-20T23:04:05.0288169Z [00:02:50.312]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/algoliaadminkey
2025-08-20T23:04:05.0288989Z [00:02:50.312]➜  mkdir -p $WORK/b944/
2025-08-20T23:04:05.0294793Z [00:02:50.313]➜  cat >/tmp/go-build3700090427/b944/importcfg << 'EOF' # internal
2025-08-20T23:04:05.0295475Z [00:02:50.313]➜  # import config
2025-08-20T23:04:05.0296162Z [00:02:50.313]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.0297061Z [00:02:50.313]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:05.0298014Z [00:02:50.313]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:05.0298978Z [00:02:50.313]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.0300368Z [00:02:50.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:05.0301906Z [00:02:50.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.0303425Z [00:02:50.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:05.0304938Z [00:02:50.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.0306523Z [00:02:50.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.0307885Z [00:02:50.313]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.0308956Z [00:02:50.313]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.0309958Z [00:02:50.313]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.0310805Z [00:02:50.313]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:05.0311597Z [00:02:50.313]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.0312203Z [00:02:50.313]➜  EOF
2025-08-20T23:04:05.0316268Z [00:02:50.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b944/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/algoliaadminkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/algoliaadminkey;$WORK/b944=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/algoliaadminkey -lang=go1.24 -complete -installsuffix shared -buildid QuwvOHE2S7R9m-YsV2xP/QuwvOHE2S7R9m-YsV2xP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b944/importcfg -pack ./pkg/detectors/algoliaadminkey/algoliaadminkey.go
2025-08-20T23:04:05.0322060Z [00:02:50.315]➜  go tool buildid -w $WORK/b942/_pkg_.a # internal
2025-08-20T23:04:05.0333746Z [00:02:50.316]➜  cp $WORK/b942/_pkg_.a /root/.cache/go-build/87/87242178e0ec47af83825149b83aafbeaf03d48a90d9cee29a8656bd7e8a0f35-d # internal
2025-08-20T23:04:05.0336965Z [00:02:50.317]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alibaba
2025-08-20T23:04:05.0338379Z [00:02:50.317]➜  mkdir -p $WORK/b945/
2025-08-20T23:04:05.0339125Z [00:02:50.317]➜  cat >/tmp/go-build3700090427/b945/importcfg << 'EOF' # internal
2025-08-20T23:04:05.0341271Z [00:02:50.317]➜  # import config
2025-08-20T23:04:05.0341958Z [00:02:50.317]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.0342901Z [00:02:50.317]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:05.0343848Z [00:02:50.317]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:05.0344723Z [00:02:50.317]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:05.0345626Z [00:02:50.317]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:05.0346533Z [00:02:50.317]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:05.0347454Z [00:02:50.317]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.0348726Z [00:02:50.317]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.0350588Z [00:02:50.317]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.0352167Z [00:02:50.317]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.0353510Z [00:02:50.317]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.0354465Z [00:02:50.317]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.0355469Z [00:02:50.317]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:05.0356326Z [00:02:50.317]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:05.0357153Z [00:02:50.317]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.0358007Z [00:02:50.317]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:05.0358663Z [00:02:50.317]➜  EOF
2025-08-20T23:04:05.0368584Z [00:02:50.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b945/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alibaba=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alibaba;$WORK/b945=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alibaba -lang=go1.24 -complete -installsuffix shared -buildid MLj8A3aRIKsibJ89Vqyh/MLj8A3aRIKsibJ89Vqyh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b945/importcfg -pack ./pkg/detectors/alibaba/alibaba.go
2025-08-20T23:04:05.0552532Z [00:02:50.338]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:05.0556046Z [00:02:50.338]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x010.o -c entropy_common.c
2025-08-20T23:04:05.0846543Z [00:02:50.368]➜  go tool buildid -w $WORK/b943/_pkg_.a # internal
2025-08-20T23:04:05.0888675Z [00:02:50.372]➜  cp $WORK/b943/_pkg_.a /root/.cache/go-build/7f/7f676ff57d7c385333339d5e1186ce6ddf8bf0418b0f645714d7362076cb5504-d # internal
2025-08-20T23:04:05.0911645Z [00:02:50.374]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alienvault
2025-08-20T23:04:05.0912439Z [00:02:50.374]➜  mkdir -p $WORK/b946/
2025-08-20T23:04:05.0913162Z [00:02:50.374]➜  cat >/tmp/go-build3700090427/b946/importcfg << 'EOF' # internal
2025-08-20T23:04:05.0913897Z [00:02:50.374]➜  # import config
2025-08-20T23:04:05.0914556Z [00:02:50.374]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.0915605Z [00:02:50.374]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.0916737Z [00:02:50.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.0918225Z [00:02:50.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.0920166Z [00:02:50.374]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.0921504Z [00:02:50.374]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.0922432Z [00:02:50.374]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.0923252Z [00:02:50.374]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.0923881Z [00:02:50.374]➜  EOF
2025-08-20T23:04:05.0924351Z [00:02:50.374]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:05.0928341Z [00:02:50.374]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b946/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alienvault=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alienvault;$WORK/b946=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alienvault -lang=go1.24 -complete -installsuffix shared -buildid hZZ8uNXk04c82XeTbc-L/hZZ8uNXk04c82XeTbc-L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b946/importcfg -pack ./pkg/detectors/alienvault/alienvault.go
2025-08-20T23:04:05.1292658Z [00:02:50.412]➜  go tool buildid -w $WORK/b945/_pkg_.a # internal
2025-08-20T23:04:05.1309174Z [00:02:50.414]➜  cp $WORK/b945/_pkg_.a /root/.cache/go-build/a7/a7f71b713cd3a4c91edb8b0b972e00c89c7a59975f722bda16e667a41aeed268-d # internal
2025-08-20T23:04:05.1313270Z [00:02:50.414]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/allsports
2025-08-20T23:04:05.1321127Z [00:02:50.414]➜  mkdir -p $WORK/b947/
2025-08-20T23:04:05.1321882Z [00:02:50.414]➜  cat >/tmp/go-build3700090427/b947/importcfg << 'EOF' # internal
2025-08-20T23:04:05.1322555Z [00:02:50.414]➜  # import config
2025-08-20T23:04:05.1323170Z [00:02:50.415]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.1323968Z [00:02:50.415]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.1325070Z [00:02:50.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.1326587Z [00:02:50.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.1328161Z [00:02:50.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.1350610Z [00:02:50.415]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.1351645Z [00:02:50.415]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.1352490Z [00:02:50.415]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.1353329Z [00:02:50.415]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.1353977Z [00:02:50.415]➜  EOF
2025-08-20T23:04:05.1357878Z [00:02:50.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b947/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/allsports=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/allsports;$WORK/b947=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/allsports -lang=go1.24 -complete -installsuffix shared -buildid 7cVHsKD5n8t2KMZBWga4/7cVHsKD5n8t2KMZBWga4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b947/importcfg -pack ./pkg/detectors/allsports/allsports.go
2025-08-20T23:04:05.1455094Z [00:02:50.429]➜  go tool buildid -w $WORK/b944/_pkg_.a # internal
2025-08-20T23:04:05.1479894Z [00:02:50.431]➜  cp $WORK/b944/_pkg_.a /root/.cache/go-build/d2/d26ba0e4bdb78f83b70167945e3fa8bdb7db0edc84d4617f17a0581f07d0cc48-d # internal
2025-08-20T23:04:05.1483945Z [00:02:50.431]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amadeus
2025-08-20T23:04:05.1484678Z [00:02:50.431]➜  mkdir -p $WORK/b948/
2025-08-20T23:04:05.1490665Z [00:02:50.432]➜  cat >/tmp/go-build3700090427/b948/importcfg << 'EOF' # internal
2025-08-20T23:04:05.1493821Z [00:02:50.432]➜  # import config
2025-08-20T23:04:05.1494510Z [00:02:50.432]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.1495330Z [00:02:50.432]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.1496467Z [00:02:50.432]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.1497943Z [00:02:50.432]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.1499659Z [00:02:50.432]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.1501005Z [00:02:50.432]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.1501915Z [00:02:50.432]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.1502887Z [00:02:50.432]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.1503721Z [00:02:50.432]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.1504334Z [00:02:50.432]➜  EOF
2025-08-20T23:04:05.1508141Z [00:02:50.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b948/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amadeus=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amadeus;$WORK/b948=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amadeus -lang=go1.24 -complete -installsuffix shared -buildid u5iZEg-c_utlxHiDI7Zy/u5iZEg-c_utlxHiDI7Zy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b948/importcfg -pack ./pkg/detectors/amadeus/amadeus.go
2025-08-20T23:04:05.1635797Z [00:02:50.447]➜  go tool buildid -w $WORK/b946/_pkg_.a # internal
2025-08-20T23:04:05.1654157Z [00:02:50.448]➜  cp $WORK/b946/_pkg_.a /root/.cache/go-build/96/9610698a7d16e69ef2d2662d106cb5e8e6bc3e900bc773e021590721af5e7681-d # internal
2025-08-20T23:04:05.1659680Z [00:02:50.449]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ambee
2025-08-20T23:04:05.1660489Z [00:02:50.449]➜  mkdir -p $WORK/b949/
2025-08-20T23:04:05.1664200Z [00:02:50.449]➜  cat >/tmp/go-build3700090427/b949/importcfg << 'EOF' # internal
2025-08-20T23:04:05.1665337Z [00:02:50.450]➜  # import config
2025-08-20T23:04:05.1667358Z [00:02:50.450]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.1669774Z [00:02:50.450]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.1672411Z [00:02:50.450]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.1674227Z [00:02:50.450]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.1676026Z [00:02:50.450]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.1678799Z [00:02:50.450]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.1680029Z [00:02:50.450]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.1680866Z [00:02:50.450]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.1681496Z [00:02:50.450]➜  EOF
2025-08-20T23:04:05.1685099Z [00:02:50.450]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b949/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ambee=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ambee;$WORK/b949=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ambee -lang=go1.24 -complete -installsuffix shared -buildid 5hhclxrAYQ1Tg0bHpKw6/5hhclxrAYQ1Tg0bHpKw6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b949/importcfg -pack ./pkg/detectors/ambee/ambee.go
2025-08-20T23:04:05.1964878Z [00:02:50.479]➜  go tool buildid -w $WORK/b947/_pkg_.a # internal
2025-08-20T23:04:05.1986390Z [00:02:50.482]➜  cp $WORK/b947/_pkg_.a /root/.cache/go-build/c9/c9eea53d8268451bd8dd8865315d5b9f793069e5d4076f144b61406cd534f1d1-d # internal
2025-08-20T23:04:05.1993223Z [00:02:50.482]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amplitudeapikey
2025-08-20T23:04:05.1994299Z [00:02:50.482]➜  mkdir -p $WORK/b950/
2025-08-20T23:04:05.1995466Z [00:02:50.482]➜  cat >/tmp/go-build3700090427/b950/importcfg << 'EOF' # internal
2025-08-20T23:04:05.1996325Z [00:02:50.482]➜  # import config
2025-08-20T23:04:05.1997191Z [00:02:50.482]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.1998283Z [00:02:50.482]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.1999906Z [00:02:50.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.2002233Z [00:02:50.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.2004404Z [00:02:50.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.2006095Z [00:02:50.482]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.2007427Z [00:02:50.482]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.2008498Z [00:02:50.482]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.2009316Z [00:02:50.482]➜  EOF
2025-08-20T23:04:05.2014081Z [00:02:50.482]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b950/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amplitudeapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amplitudeapikey;$WORK/b950=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amplitudeapikey -lang=go1.24 -complete -installsuffix shared -buildid c_RrgWgtgRKZYOfg69Oq/c_RrgWgtgRKZYOfg69Oq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b950/importcfg -pack ./pkg/detectors/amplitudeapikey/amplitudeapikey.go
2025-08-20T23:04:05.2167987Z [00:02:50.500]➜  go tool buildid -w $WORK/b948/_pkg_.a # internal
2025-08-20T23:04:05.2185774Z [00:02:50.502]➜  cp $WORK/b948/_pkg_.a /root/.cache/go-build/0a/0ae8488fd4eb94b5330f46b467f66624d8d782626c5a1e7f328397326e79af42-d # internal
2025-08-20T23:04:05.2187196Z [00:02:50.502]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anthropic
2025-08-20T23:04:05.2187971Z [00:02:50.502]➜  mkdir -p $WORK/b951/
2025-08-20T23:04:05.2193173Z [00:02:50.502]➜  cat >/tmp/go-build3700090427/b951/importcfg << 'EOF' # internal
2025-08-20T23:04:05.2194005Z [00:02:50.502]➜  # import config
2025-08-20T23:04:05.2194728Z [00:02:50.502]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.2195635Z [00:02:50.502]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:05.2196461Z [00:02:50.502]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.2197670Z [00:02:50.502]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.2199194Z [00:02:50.502]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.2200934Z [00:02:50.502]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.2202297Z [00:02:50.502]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.2203275Z [00:02:50.502]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.2204167Z [00:02:50.502]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.2204796Z [00:02:50.502]➜  EOF
2025-08-20T23:04:05.2208848Z [00:02:50.503]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b951/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anthropic=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anthropic;$WORK/b951=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anthropic -lang=go1.24 -complete -installsuffix shared -buildid RRv7LnrHPuYynvI5MYIS/RRv7LnrHPuYynvI5MYIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b951/importcfg -pack ./pkg/detectors/anthropic/anthropic.go
2025-08-20T23:04:05.2362277Z [00:02:50.519]➜  go tool buildid -w $WORK/b949/_pkg_.a # internal
2025-08-20T23:04:05.2363396Z [00:02:50.519]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:05.2367693Z [00:02:50.519]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x011.o -c error_private.c
2025-08-20T23:04:05.2422405Z [00:02:50.525]➜  cp $WORK/b949/_pkg_.a /root/.cache/go-build/e6/e6bb28159d6ca470a77c7fb34c0fe54df75f345afd3ef33ce916a9cc35045967-d # internal
2025-08-20T23:04:05.2442340Z [00:02:50.525]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anypoint
2025-08-20T23:04:05.2443195Z [00:02:50.525]➜  mkdir -p $WORK/b952/
2025-08-20T23:04:05.2443964Z [00:02:50.526]➜  cat >/tmp/go-build3700090427/b952/importcfg << 'EOF' # internal
2025-08-20T23:04:05.2444695Z [00:02:50.526]➜  # import config
2025-08-20T23:04:05.2445393Z [00:02:50.526]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.2446459Z [00:02:50.526]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.2447862Z [00:02:50.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.2452391Z [00:02:50.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.2454089Z [00:02:50.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.2455470Z [00:02:50.526]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.2456424Z [00:02:50.526]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.2457275Z [00:02:50.526]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.2457952Z [00:02:50.526]➜  EOF
2025-08-20T23:04:05.2458467Z [00:02:50.526]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:05.2462640Z [00:02:50.526]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b952/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypoint=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anypoint;$WORK/b952=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anypoint -lang=go1.24 -complete -installsuffix shared -buildid jCN6A053afK-nEBHnOfk/jCN6A053afK-nEBHnOfk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b952/importcfg -pack ./pkg/detectors/anypoint/anypoint.go
2025-08-20T23:04:05.2640533Z [00:02:50.546]➜  go tool buildid -w $WORK/b950/_pkg_.a # internal
2025-08-20T23:04:05.2656456Z [00:02:50.549]➜  cp $WORK/b950/_pkg_.a /root/.cache/go-build/37/374ce1456d581849fc898dfef09f39de542370d122a5174a0ce1bc6ecbece7e0-d # internal
2025-08-20T23:04:05.2657830Z [00:02:50.549]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apacta
2025-08-20T23:04:05.2658606Z [00:02:50.549]➜  mkdir -p $WORK/b953/
2025-08-20T23:04:05.2665111Z [00:02:50.550]➜  cat >/tmp/go-build3700090427/b953/importcfg << 'EOF' # internal
2025-08-20T23:04:05.2665843Z [00:02:50.550]➜  # import config
2025-08-20T23:04:05.2666514Z [00:02:50.550]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.2667545Z [00:02:50.550]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.2668602Z [00:02:50.550]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.2670234Z [00:02:50.550]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.2671780Z [00:02:50.550]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.2673107Z [00:02:50.550]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.2674039Z [00:02:50.550]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.2674856Z [00:02:50.550]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.2675529Z [00:02:50.550]➜  EOF
2025-08-20T23:04:05.2679565Z [00:02:50.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b953/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apacta=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apacta;$WORK/b953=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apacta -lang=go1.24 -complete -installsuffix shared -buildid 7Apub9b0Y2EyV0xu3wUa/7Apub9b0Y2EyV0xu3wUa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b953/importcfg -pack ./pkg/detectors/apacta/apacta.go
2025-08-20T23:04:05.2830014Z [00:02:50.566]➜  go tool buildid -w $WORK/b951/_pkg_.a # internal
2025-08-20T23:04:05.2831394Z [00:02:50.566]➜  cp $WORK/b951/_pkg_.a /root/.cache/go-build/e3/e39569c252e1625b276873b1a8dd52bd8fc17cfde9f6432cf558b9a35a6c5159-d # internal
2025-08-20T23:04:05.2832762Z [00:02:50.567]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/api2cart
2025-08-20T23:04:05.2833474Z [00:02:50.567]➜  mkdir -p $WORK/b954/
2025-08-20T23:04:05.2860787Z [00:02:50.569]➜  cat >/tmp/go-build3700090427/b954/importcfg << 'EOF' # internal
2025-08-20T23:04:05.2862896Z [00:02:50.569]➜  # import config
2025-08-20T23:04:05.2863572Z [00:02:50.569]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.2864476Z [00:02:50.569]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:05.2865339Z [00:02:50.569]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.2866493Z [00:02:50.569]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.2868030Z [00:02:50.569]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.2869767Z [00:02:50.569]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.2871105Z [00:02:50.569]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.2872028Z [00:02:50.569]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.2872835Z [00:02:50.569]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.2873471Z [00:02:50.569]➜  EOF
2025-08-20T23:04:05.2877228Z [00:02:50.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b954/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/api2cart=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/api2cart;$WORK/b954=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/api2cart -lang=go1.24 -complete -installsuffix shared -buildid HdNli-YZay2tYw_m7mTX/HdNli-YZay2tYw_m7mTX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b954/importcfg -pack ./pkg/detectors/api2cart/api2cart.go
2025-08-20T23:04:05.3040075Z [00:02:50.587]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:05.3044546Z [00:02:50.587]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x012.o -c fastcover.c
2025-08-20T23:04:05.3168343Z [00:02:50.600]➜  go tool buildid -w $WORK/b952/_pkg_.a # internal
2025-08-20T23:04:05.3191180Z [00:02:50.602]➜  cp $WORK/b952/_pkg_.a /root/.cache/go-build/fd/fd5a8e7c4196bab99a686c7030b1b2658f39d8c4cd6eb6f856c02e071054851a-d # internal
2025-08-20T23:04:05.3197762Z [00:02:50.603]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apideck
2025-08-20T23:04:05.3201289Z [00:02:50.603]➜  mkdir -p $WORK/b955/
2025-08-20T23:04:05.3202009Z [00:02:50.603]➜  cat >/tmp/go-build3700090427/b955/importcfg << 'EOF' # internal
2025-08-20T23:04:05.3202648Z [00:02:50.603]➜  # import config
2025-08-20T23:04:05.3203353Z [00:02:50.603]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.3204258Z [00:02:50.603]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.3205421Z [00:02:50.603]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.3206904Z [00:02:50.603]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.3208603Z [00:02:50.603]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.3210127Z [00:02:50.603]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.3211079Z [00:02:50.603]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.3211898Z [00:02:50.603]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.3212507Z [00:02:50.603]➜  EOF
2025-08-20T23:04:05.3212960Z [00:02:50.603]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:05.3216973Z [00:02:50.603]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b955/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apideck=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apideck;$WORK/b955=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apideck -lang=go1.24 -complete -installsuffix shared -buildid mT1RpNTi5m_co6r_Q7Wi/mT1RpNTi5m_co6r_Q7Wi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b955/importcfg -pack ./pkg/detectors/apideck/apideck.go
2025-08-20T23:04:05.3281847Z [00:02:50.609]➜  go tool buildid -w $WORK/b953/_pkg_.a # internal
2025-08-20T23:04:05.3292448Z [00:02:50.612]➜  cp $WORK/b953/_pkg_.a /root/.cache/go-build/75/75a2ef77df5cfacfd4c6aec47d94908e4ff14a9b68c3d054a3d8b432359d1072-d # internal
2025-08-20T23:04:05.3293772Z [00:02:50.612]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apiflash
2025-08-20T23:04:05.3294423Z [00:02:50.612]➜  mkdir -p $WORK/b956/
2025-08-20T23:04:05.3295178Z [00:02:50.612]➜  cat >/tmp/go-build3700090427/b956/importcfg << 'EOF' # internal
2025-08-20T23:04:05.3295839Z [00:02:50.612]➜  # import config
2025-08-20T23:04:05.3296501Z [00:02:50.612]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.3297597Z [00:02:50.612]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.3299057Z [00:02:50.612]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.3300991Z [00:02:50.612]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.3302529Z [00:02:50.612]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.3303562Z [00:02:50.612]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.3304454Z [00:02:50.612]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.3306417Z [00:02:50.612]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.3307101Z [00:02:50.612]➜  EOF
2025-08-20T23:04:05.3311112Z [00:02:50.612]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b956/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apiflash=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apiflash;$WORK/b956=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apiflash -lang=go1.24 -complete -installsuffix shared -buildid g1wU_gGcyr4MzoEqWeEi/g1wU_gGcyr4MzoEqWeEi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b956/importcfg -pack ./pkg/detectors/apiflash/apiflash.go
2025-08-20T23:04:05.3452648Z [00:02:50.628]➜  go tool buildid -w $WORK/b954/_pkg_.a # internal
2025-08-20T23:04:05.3474045Z [00:02:50.630]➜  cp $WORK/b954/_pkg_.a /root/.cache/go-build/3d/3d1c74e06220f8653bb059248f9a580754a958603df98ec9aa0b4bed959271a2-d # internal
2025-08-20T23:04:05.3480760Z [00:02:50.631]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apifonica
2025-08-20T23:04:05.3484109Z [00:02:50.632]➜  mkdir -p $WORK/b957/
2025-08-20T23:04:05.3491923Z [00:02:50.632]➜  cat >/tmp/go-build3700090427/b957/importcfg << 'EOF' # internal
2025-08-20T23:04:05.3493952Z [00:02:50.633]➜  # import config
2025-08-20T23:04:05.3495220Z [00:02:50.633]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.3496706Z [00:02:50.633]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:05.3498644Z [00:02:50.633]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.3499945Z [00:02:50.633]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.3501440Z [00:02:50.633]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.3503020Z [00:02:50.633]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.3504624Z [00:02:50.633]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.3505619Z [00:02:50.633]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.3506467Z [00:02:50.633]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.3507109Z [00:02:50.633]➜  EOF
2025-08-20T23:04:05.3514812Z [00:02:50.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b957/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apifonica=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apifonica;$WORK/b957=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apifonica -lang=go1.24 -complete -installsuffix shared -buildid zcEZv0WsXXzAJK8OD6X1/zcEZv0WsXXzAJK8OD6X1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b957/importcfg -pack ./pkg/detectors/apifonica/apifonica.go
2025-08-20T23:04:05.3850925Z [00:02:50.666]➜  go tool buildid -w $WORK/b956/_pkg_.a # internal
2025-08-20T23:04:05.3856514Z [00:02:50.669]➜  cp $WORK/b956/_pkg_.a /root/.cache/go-build/07/0764538680e2f668a33b6f8c9338a47d16c3faeda8e6911b034b8463a5463785-d # internal
2025-08-20T23:04:05.3861963Z [00:02:50.669]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apify
2025-08-20T23:04:05.3862666Z [00:02:50.669]➜  mkdir -p $WORK/b958/
2025-08-20T23:04:05.3868513Z [00:02:50.670]➜  cat >/tmp/go-build3700090427/b958/importcfg << 'EOF' # internal
2025-08-20T23:04:05.3869201Z [00:02:50.670]➜  # import config
2025-08-20T23:04:05.3870805Z [00:02:50.670]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.3871607Z [00:02:50.670]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.3872747Z [00:02:50.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.3874190Z [00:02:50.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.3875721Z [00:02:50.670]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.3877011Z [00:02:50.670]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.3878083Z [00:02:50.670]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.3878878Z [00:02:50.670]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.3879718Z [00:02:50.670]➜  EOF
2025-08-20T23:04:05.3883373Z [00:02:50.670]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b958/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apify;$WORK/b958=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apify -lang=go1.24 -complete -installsuffix shared -buildid 9Fxx4h9k38BxIDMutqMa/9Fxx4h9k38BxIDMutqMa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b958/importcfg -pack ./pkg/detectors/apify/apify.go
2025-08-20T23:04:05.3937627Z [00:02:50.677]➜  go tool buildid -w $WORK/b955/_pkg_.a # internal
2025-08-20T23:04:05.3955856Z [00:02:50.679]➜  cp $WORK/b955/_pkg_.a /root/.cache/go-build/f3/f32608fa75e1dc202c1af68d5526507d42fe49f937c51ebca6a95870c474a8d7-d # internal
2025-08-20T23:04:05.3964229Z [00:02:50.679]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apilayer
2025-08-20T23:04:05.3968650Z [00:02:50.680]➜  mkdir -p $WORK/b959/
2025-08-20T23:04:05.3971281Z [00:02:50.680]➜  cat >/tmp/go-build3700090427/b959/importcfg << 'EOF' # internal
2025-08-20T23:04:05.3972379Z [00:02:50.680]➜  # import config
2025-08-20T23:04:05.3973180Z [00:02:50.680]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.3974997Z [00:02:50.680]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.3976135Z [00:02:50.680]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.3977917Z [00:02:50.680]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.3979696Z [00:02:50.680]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.3981011Z [00:02:50.680]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.3981953Z [00:02:50.680]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.3982771Z [00:02:50.680]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.3983378Z [00:02:50.680]➜  EOF
2025-08-20T23:04:05.3987129Z [00:02:50.680]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b959/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apilayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apilayer;$WORK/b959=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apilayer -lang=go1.24 -complete -installsuffix shared -buildid O31aYPoP09NJmmGt_1pi/O31aYPoP09NJmmGt_1pi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b959/importcfg -pack ./pkg/detectors/apilayer/apilayer.go
2025-08-20T23:04:05.4181038Z [00:02:50.701]➜  go tool buildid -w $WORK/b957/_pkg_.a # internal
2025-08-20T23:04:05.4203704Z [00:02:50.703]➜  cp $WORK/b957/_pkg_.a /root/.cache/go-build/1e/1e5cd2667a60645bb5d324764e6438a81fab46af4bd95ad9e47c16bb8c9d3d21-d # internal
2025-08-20T23:04:05.4210780Z [00:02:50.704]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimatic
2025-08-20T23:04:05.4216289Z [00:02:50.705]➜  mkdir -p $WORK/b960/
2025-08-20T23:04:05.4228106Z [00:02:50.706]➜  cat >/tmp/go-build3700090427/b960/importcfg << 'EOF' # internal
2025-08-20T23:04:05.4230443Z [00:02:50.706]➜  # import config
2025-08-20T23:04:05.4233396Z [00:02:50.706]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.4234247Z [00:02:50.706]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.4235668Z [00:02:50.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.4237432Z [00:02:50.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.4241300Z [00:02:50.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.4242687Z [00:02:50.706]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.4243624Z [00:02:50.706]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.4244434Z [00:02:50.706]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.4245254Z [00:02:50.706]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:05.4245850Z [00:02:50.706]➜  EOF
2025-08-20T23:04:05.4257053Z [00:02:50.708]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b960/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimatic=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimatic;$WORK/b960=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimatic -lang=go1.24 -complete -installsuffix shared -buildid 1MS799nF7GCz835i0p8S/1MS799nF7GCz835i0p8S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b960/importcfg -pack ./pkg/detectors/apimatic/apimatic.go
2025-08-20T23:04:05.4482055Z [00:02:50.731]➜  go tool buildid -w $WORK/b958/_pkg_.a # internal
2025-08-20T23:04:05.4503364Z [00:02:50.733]➜  go tool buildid -w $WORK/b959/_pkg_.a # internal
2025-08-20T23:04:05.4506977Z [00:02:50.734]➜  cp $WORK/b958/_pkg_.a /root/.cache/go-build/a9/a9a8af94f36e4974bdfc0d0ea1fafd0d01fd507e7dedf172565ca152ae65f233-d # internal
2025-08-20T23:04:05.4513050Z [00:02:50.734]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimetrics
2025-08-20T23:04:05.4513820Z [00:02:50.734]➜  mkdir -p $WORK/b961/
2025-08-20T23:04:05.4517803Z [00:02:50.735]➜  cat >/tmp/go-build3700090427/b961/importcfg << 'EOF' # internal
2025-08-20T23:04:05.4521807Z [00:02:50.735]➜  # import config
2025-08-20T23:04:05.4525083Z [00:02:50.735]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.4526005Z [00:02:50.735]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.4527191Z [00:02:50.735]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.4528736Z [00:02:50.735]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.4530473Z [00:02:50.735]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.4531787Z [00:02:50.735]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.4532681Z [00:02:50.735]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.4533474Z [00:02:50.735]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.4534108Z [00:02:50.735]➜  EOF
2025-08-20T23:04:05.4538070Z [00:02:50.735]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b961/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimetrics=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimetrics;$WORK/b961=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimetrics -lang=go1.24 -complete -installsuffix shared -buildid 7X74mg1osozgPSGSCtcr/7X74mg1osozgPSGSCtcr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b961/importcfg -pack ./pkg/detectors/apimetrics/apimetrics.go
2025-08-20T23:04:05.4545550Z [00:02:50.736]➜  cp $WORK/b959/_pkg_.a /root/.cache/go-build/e3/e31ed062d68266b613d069a7e2f9806de91f9877e539e788de2bf627c0017b04-d # internal
2025-08-20T23:04:05.4546966Z [00:02:50.736]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apitemplate
2025-08-20T23:04:05.4547732Z [00:02:50.736]➜  mkdir -p $WORK/b962/
2025-08-20T23:04:05.4583020Z [00:02:50.740]➜  cat >/tmp/go-build3700090427/b962/importcfg << 'EOF' # internal
2025-08-20T23:04:05.4583781Z [00:02:50.740]➜  # import config
2025-08-20T23:04:05.4584460Z [00:02:50.740]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.4585489Z [00:02:50.740]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.4586644Z [00:02:50.740]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.4588179Z [00:02:50.740]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.4590054Z [00:02:50.740]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.4591410Z [00:02:50.740]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.4592332Z [00:02:50.740]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.4593164Z [00:02:50.740]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.4593786Z [00:02:50.740]➜  EOF
2025-08-20T23:04:05.4597693Z [00:02:50.740]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b962/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apitemplate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apitemplate;$WORK/b962=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apitemplate -lang=go1.24 -complete -installsuffix shared -buildid pL-AbTpK8EYLOGMBwIB1/pL-AbTpK8EYLOGMBwIB1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b962/importcfg -pack ./pkg/detectors/apitemplate/apitemplate.go
2025-08-20T23:04:05.5022979Z [00:02:50.785]➜  go tool buildid -w $WORK/b960/_pkg_.a # internal
2025-08-20T23:04:05.5041366Z [00:02:50.787]➜  cp $WORK/b960/_pkg_.a /root/.cache/go-build/18/18da6f41f77993537b72ef2796352cce2f92e0095b9c8a62a5e2edeef9a87c2c-d # internal
2025-08-20T23:04:05.5042673Z [00:02:50.787]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appcues
2025-08-20T23:04:05.5043733Z [00:02:50.787]➜  mkdir -p $WORK/b963/
2025-08-20T23:04:05.5048691Z [00:02:50.788]➜  cat >/tmp/go-build3700090427/b963/importcfg << 'EOF' # internal
2025-08-20T23:04:05.5049622Z [00:02:50.788]➜  # import config
2025-08-20T23:04:05.5050324Z [00:02:50.788]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.5051225Z [00:02:50.788]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.5052561Z [00:02:50.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.5054159Z [00:02:50.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.5055734Z [00:02:50.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.5057084Z [00:02:50.788]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.5058039Z [00:02:50.788]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.5058887Z [00:02:50.788]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.5059985Z [00:02:50.788]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.5060626Z [00:02:50.788]➜  EOF
2025-08-20T23:04:05.5064484Z [00:02:50.788]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b963/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appcues=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appcues;$WORK/b963=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appcues -lang=go1.24 -complete -installsuffix shared -buildid GiqTt1zVPZf3bTbXeuXY/GiqTt1zVPZf3bTbXeuXY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b963/importcfg -pack ./pkg/detectors/appcues/appcues.go
2025-08-20T23:04:05.5125129Z [00:02:50.796]➜  go tool buildid -w $WORK/b962/_pkg_.a # internal
2025-08-20T23:04:05.5143109Z [00:02:50.798]➜  cp $WORK/b962/_pkg_.a /root/.cache/go-build/a3/a33a72074dad4d07401c183c5155a62d9bb5dc57103a1b334bc5b907e55e1d60-d # internal
2025-08-20T23:04:05.5147025Z [00:02:50.798]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appfollow
2025-08-20T23:04:05.5148041Z [00:02:50.798]➜  mkdir -p $WORK/b964/
2025-08-20T23:04:05.5153539Z [00:02:50.798]➜  cat >/tmp/go-build3700090427/b964/importcfg << 'EOF' # internal
2025-08-20T23:04:05.5154474Z [00:02:50.798]➜  # import config
2025-08-20T23:04:05.5155146Z [00:02:50.798]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.5155941Z [00:02:50.798]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.5157091Z [00:02:50.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.5158590Z [00:02:50.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.5160419Z [00:02:50.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.5161820Z [00:02:50.799]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.5162829Z [00:02:50.799]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.5163669Z [00:02:50.799]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.5164526Z [00:02:50.799]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.5165141Z [00:02:50.799]➜  EOF
2025-08-20T23:04:05.5169554Z [00:02:50.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b964/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appfollow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appfollow;$WORK/b964=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appfollow -lang=go1.24 -complete -installsuffix shared -buildid 847pOZfUgR3j7Ivsofvj/847pOZfUgR3j7Ivsofvj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b964/importcfg -pack ./pkg/detectors/appfollow/appfollow.go
2025-08-20T23:04:05.5227506Z [00:02:50.806]➜  go tool buildid -w $WORK/b961/_pkg_.a # internal
2025-08-20T23:04:05.5248113Z [00:02:50.808]➜  cp $WORK/b961/_pkg_.a /root/.cache/go-build/0f/0ffe35e94b5623a061227fad07e6416f82477a11118113cf57b3d87fbde21c5f-d # internal
2025-08-20T23:04:05.5253034Z [00:02:50.809]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appointedd
2025-08-20T23:04:05.5256093Z [00:02:50.809]➜  mkdir -p $WORK/b965/
2025-08-20T23:04:05.5264319Z [00:02:50.810]➜  cat >/tmp/go-build3700090427/b965/importcfg << 'EOF' # internal
2025-08-20T23:04:05.5265046Z [00:02:50.810]➜  # import config
2025-08-20T23:04:05.5265729Z [00:02:50.810]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.5266530Z [00:02:50.810]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.5267633Z [00:02:50.810]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.5269163Z [00:02:50.810]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.5271398Z [00:02:50.810]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.5272799Z [00:02:50.810]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.5273750Z [00:02:50.810]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.5274578Z [00:02:50.810]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.5275451Z [00:02:50.810]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.5276106Z [00:02:50.810]➜  EOF
2025-08-20T23:04:05.5283651Z [00:02:50.811]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b965/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appointedd=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appointedd;$WORK/b965=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appointedd -lang=go1.24 -complete -installsuffix shared -buildid vheR7_nqckfBK7g3w8a4/vheR7_nqckfBK7g3w8a4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b965/importcfg -pack ./pkg/detectors/appointedd/appointedd.go
2025-08-20T23:04:05.5515838Z [00:02:50.835]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:05.5520565Z [00:02:50.835]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x013.o -c fse_compress.c
2025-08-20T23:04:05.5706581Z [00:02:50.854]➜  go tool buildid -w $WORK/b963/_pkg_.a # internal
2025-08-20T23:04:05.5710740Z [00:02:50.854]➜  go tool buildid -w $WORK/b964/_pkg_.a # internal
2025-08-20T23:04:05.5725042Z [00:02:50.856]➜  cp $WORK/b963/_pkg_.a /root/.cache/go-build/6a/6a48b8966f6be9cbde48ed195612fc6f5a1080e8d7e39218178e719a8c00d3d0-d # internal
2025-08-20T23:04:05.5728072Z [00:02:50.856]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appoptics
2025-08-20T23:04:05.5728872Z [00:02:50.856]➜  mkdir -p $WORK/b966/
2025-08-20T23:04:05.5736681Z [00:02:50.857]➜  cat >/tmp/go-build3700090427/b966/importcfg << 'EOF' # internal
2025-08-20T23:04:05.5738154Z [00:02:50.857]➜  # import config
2025-08-20T23:04:05.5738816Z [00:02:50.857]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.5739747Z [00:02:50.857]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:05.5740616Z [00:02:50.857]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.5741707Z [00:02:50.857]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.5743442Z [00:02:50.857]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.5745039Z [00:02:50.857]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.5746453Z [00:02:50.857]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.5747393Z [00:02:50.857]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.5748173Z [00:02:50.857]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.5748759Z [00:02:50.857]➜  EOF
2025-08-20T23:04:05.5749223Z [00:02:50.857]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:05.5755095Z [00:02:50.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b966/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appoptics=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appoptics;$WORK/b966=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appoptics -lang=go1.24 -complete -installsuffix shared -buildid Pi3PUCY453uwaTq3kZP2/Pi3PUCY453uwaTq3kZP2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b966/importcfg -pack ./pkg/detectors/appoptics/appoptics.go
2025-08-20T23:04:05.5770196Z [00:02:50.859]➜  cp $WORK/b964/_pkg_.a /root/.cache/go-build/7e/7ed681c45a30ea1745f4b886dd8d9a2b54826fc9f602e5e7e7f349acefb8a332-d # internal
2025-08-20T23:04:05.5771615Z [00:02:50.859]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appsynergy
2025-08-20T23:04:05.5772369Z [00:02:50.859]➜  mkdir -p $WORK/b967/
2025-08-20T23:04:05.5773099Z [00:02:50.860]➜  cat >/tmp/go-build3700090427/b967/importcfg << 'EOF' # internal
2025-08-20T23:04:05.5773758Z [00:02:50.860]➜  # import config
2025-08-20T23:04:05.5774410Z [00:02:50.860]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.5775185Z [00:02:50.860]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.5776316Z [00:02:50.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.5777956Z [00:02:50.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.5779603Z [00:02:50.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.5781129Z [00:02:50.860]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.5782016Z [00:02:50.860]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.5782811Z [00:02:50.860]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.5783625Z [00:02:50.860]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.5784221Z [00:02:50.860]➜  EOF
2025-08-20T23:04:05.5788019Z [00:02:50.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b967/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appsynergy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appsynergy;$WORK/b967=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appsynergy -lang=go1.24 -complete -installsuffix shared -buildid kYGdizUOw6u02RIM3a3b/kYGdizUOw6u02RIM3a3b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b967/importcfg -pack ./pkg/detectors/appsynergy/appsynergy.go
2025-08-20T23:04:05.5879985Z [00:02:50.871]➜  go tool buildid -w $WORK/b965/_pkg_.a # internal
2025-08-20T23:04:05.5905523Z [00:02:50.873]➜  cp $WORK/b965/_pkg_.a /root/.cache/go-build/de/dec01541506615ad0a852fb29ece549a0b5ab3bc920a0e6de562e451aaf43f5d-d # internal
2025-08-20T23:04:05.5907250Z [00:02:50.874]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apptivo
2025-08-20T23:04:05.5907981Z [00:02:50.874]➜  mkdir -p $WORK/b968/
2025-08-20T23:04:05.5916526Z [00:02:50.875]➜  cat >/tmp/go-build3700090427/b968/importcfg << 'EOF' # internal
2025-08-20T23:04:05.5917486Z [00:02:50.875]➜  # import config
2025-08-20T23:04:05.5918331Z [00:02:50.875]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.5919175Z [00:02:50.875]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.5920538Z [00:02:50.875]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.5922061Z [00:02:50.875]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.5923593Z [00:02:50.875]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.5924902Z [00:02:50.875]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.5925800Z [00:02:50.875]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.5926616Z [00:02:50.875]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.5927495Z [00:02:50.875]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.5928128Z [00:02:50.875]➜  EOF
2025-08-20T23:04:05.5932311Z [00:02:50.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b968/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apptivo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apptivo;$WORK/b968=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apptivo -lang=go1.24 -complete -installsuffix shared -buildid jcgfcCsK2ohYCr_o-ADQ/jcgfcCsK2ohYCr_o-ADQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b968/importcfg -pack ./pkg/detectors/apptivo/apptivo.go
2025-08-20T23:04:05.6339214Z [00:02:50.917]➜  go tool buildid -w $WORK/b966/_pkg_.a # internal
2025-08-20T23:04:05.6361979Z [00:02:50.919]➜  cp $WORK/b966/_pkg_.a /root/.cache/go-build/58/58a90265552522467e820bf4cb0be74c011a3199734e0008501f78db6e635e7d-d # internal
2025-08-20T23:04:05.6377178Z [00:02:50.919]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artifactory
2025-08-20T23:04:05.6377969Z [00:02:50.919]➜  mkdir -p $WORK/b969/
2025-08-20T23:04:05.6378688Z [00:02:50.919]➜  cat >/tmp/go-build3700090427/b969/importcfg << 'EOF' # internal
2025-08-20T23:04:05.6380244Z [00:02:50.919]➜  # import config
2025-08-20T23:04:05.6380970Z [00:02:50.919]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.6381996Z [00:02:50.919]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:05.6382761Z [00:02:50.919]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.6383897Z [00:02:50.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:05.6385371Z [00:02:50.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.6386860Z [00:02:50.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.6388377Z [00:02:50.919]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.6389844Z [00:02:50.919]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.6390670Z [00:02:50.919]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.6391516Z [00:02:50.919]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.6392123Z [00:02:50.919]➜  EOF
2025-08-20T23:04:05.6395943Z [00:02:50.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b969/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artifactory=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artifactory;$WORK/b969=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artifactory -lang=go1.24 -complete -installsuffix shared -buildid RISY35afdoUQSQ_uiQAT/RISY35afdoUQSQ_uiQAT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b969/importcfg -pack ./pkg/detectors/artifactory/artifactory.go
2025-08-20T23:04:05.6404290Z [00:02:50.924]➜  go tool buildid -w $WORK/b967/_pkg_.a # internal
2025-08-20T23:04:05.6422391Z [00:02:50.925]➜  cp $WORK/b967/_pkg_.a /root/.cache/go-build/3f/3f4db5e0cfce3fdcc78faf13bdd3b442030667c885c3c29512e2db1a33f36b24-d # internal
2025-08-20T23:04:05.6427666Z [00:02:50.926]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artsy
2025-08-20T23:04:05.6431482Z [00:02:50.926]➜  mkdir -p $WORK/b970/
2025-08-20T23:04:05.6439996Z [00:02:50.927]➜  cat >/tmp/go-build3700090427/b970/importcfg << 'EOF' # internal
2025-08-20T23:04:05.6440989Z [00:02:50.927]➜  # import config
2025-08-20T23:04:05.6441642Z [00:02:50.927]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.6442473Z [00:02:50.927]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.6443943Z [00:02:50.927]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.6446072Z [00:02:50.927]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.6447980Z [00:02:50.927]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.6449710Z [00:02:50.927]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.6450631Z [00:02:50.927]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.6451450Z [00:02:50.927]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.6452281Z [00:02:50.927]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.6452881Z [00:02:50.927]➜  EOF
2025-08-20T23:04:05.6456493Z [00:02:50.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b970/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artsy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artsy;$WORK/b970=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artsy -lang=go1.24 -complete -installsuffix shared -buildid U3kOr9fJ-fOJCl11sS2A/U3kOr9fJ-fOJCl11sS2A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b970/importcfg -pack ./pkg/detectors/artsy/artsy.go
2025-08-20T23:04:05.6561044Z [00:02:50.939]➜  go tool buildid -w $WORK/b968/_pkg_.a # internal
2025-08-20T23:04:05.6576486Z [00:02:50.940]➜  cp $WORK/b968/_pkg_.a /root/.cache/go-build/54/54ec9809cf211228bffe16eca7fc51faedd0c4ae9165fa5ead6ad12fff6cca07-d # internal
2025-08-20T23:04:05.6580025Z [00:02:50.941]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanaoauth
2025-08-20T23:04:05.6580883Z [00:02:50.941]➜  mkdir -p $WORK/b971/
2025-08-20T23:04:05.6581632Z [00:02:50.941]➜  cat >/tmp/go-build3700090427/b971/importcfg << 'EOF' # internal
2025-08-20T23:04:05.6582351Z [00:02:50.941]➜  # import config
2025-08-20T23:04:05.6583083Z [00:02:50.941]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.6583918Z [00:02:50.941]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.6585268Z [00:02:50.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.6586793Z [00:02:50.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.6588345Z [00:02:50.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.6589978Z [00:02:50.941]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.6590909Z [00:02:50.941]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.6591724Z [00:02:50.941]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.6592552Z [00:02:50.941]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.6593167Z [00:02:50.941]➜  EOF
2025-08-20T23:04:05.6597214Z [00:02:50.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b971/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanaoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanaoauth;$WORK/b971=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanaoauth -lang=go1.24 -complete -installsuffix shared -buildid jqcC8CAFfEqQdLDcMNrH/jqcC8CAFfEqQdLDcMNrH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b971/importcfg -pack ./pkg/detectors/asanaoauth/asanaoauth.go
2025-08-20T23:04:05.7067919Z [00:02:50.990]➜  go tool buildid -w $WORK/b970/_pkg_.a # internal
2025-08-20T23:04:05.7092177Z [00:02:50.992]➜  cp $WORK/b970/_pkg_.a /root/.cache/go-build/00/00f15553b11fca816300cba600a41ea8c6d74e10b0c0dc694466ab0319739754-d # internal
2025-08-20T23:04:05.7103101Z [00:02:50.992]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanapersonalaccesstoken
2025-08-20T23:04:05.7104029Z [00:02:50.992]➜  mkdir -p $WORK/b972/
2025-08-20T23:04:05.7104779Z [00:02:50.992]➜  cat >/tmp/go-build3700090427/b972/importcfg << 'EOF' # internal
2025-08-20T23:04:05.7105497Z [00:02:50.992]➜  # import config
2025-08-20T23:04:05.7106163Z [00:02:50.992]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.7107187Z [00:02:50.992]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.7108422Z [00:02:50.992]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.7110342Z [00:02:50.992]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.7111982Z [00:02:50.992]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.7113318Z [00:02:50.992]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.7114251Z [00:02:50.992]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.7115088Z [00:02:50.992]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.7115959Z [00:02:50.992]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.7116606Z [00:02:50.992]➜  EOF
2025-08-20T23:04:05.7121789Z [00:02:50.992]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b972/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanapersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanapersonalaccesstoken;$WORK/b972=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanapersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid iMnUy9dUgiHp69q6RrzB/iMnUy9dUgiHp69q6RrzB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b972/importcfg -pack ./pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken.go
2025-08-20T23:04:05.7156482Z [00:02:50.999]➜  go tool buildid -w $WORK/b971/_pkg_.a # internal
2025-08-20T23:04:05.7175192Z [00:02:51.001]➜  cp $WORK/b971/_pkg_.a /root/.cache/go-build/c5/c53fa5fd6e5422ef64bc2596b0547cdabd9dee2b670bbe81fece2acfd641776f-d # internal
2025-08-20T23:04:05.7183472Z [00:02:51.001]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/assemblyai
2025-08-20T23:04:05.7188990Z [00:02:51.002]➜  mkdir -p $WORK/b973/
2025-08-20T23:04:05.7199125Z [00:02:51.003]➜  cat >/tmp/go-build3700090427/b973/importcfg << 'EOF' # internal
2025-08-20T23:04:05.7200853Z [00:02:51.003]➜  # import config
2025-08-20T23:04:05.7205460Z [00:02:51.003]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.7207007Z [00:02:51.003]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.7212255Z [00:02:51.003]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.7213769Z [00:02:51.003]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.7215569Z [00:02:51.003]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.7216971Z [00:02:51.003]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.7217905Z [00:02:51.003]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.7218756Z [00:02:51.003]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.7219875Z [00:02:51.003]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.7220541Z [00:02:51.003]➜  EOF
2025-08-20T23:04:05.7224552Z [00:02:51.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b973/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/assemblyai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/assemblyai;$WORK/b973=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/assemblyai -lang=go1.24 -complete -installsuffix shared -buildid VdRI-VjixcPlhKsCDpdc/VdRI-VjixcPlhKsCDpdc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b973/importcfg -pack ./pkg/detectors/assemblyai/assemblyai.go
2025-08-20T23:04:05.7255657Z [00:02:51.009]➜  go tool buildid -w $WORK/b969/_pkg_.a # internal
2025-08-20T23:04:05.7282854Z [00:02:51.011]➜  cp $WORK/b969/_pkg_.a /root/.cache/go-build/90/907843056417152666d39e3979a60685c7f0e7301293159e496ee14e0e91247b-d # internal
2025-08-20T23:04:05.7290232Z [00:02:51.012]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atera
2025-08-20T23:04:05.7298299Z [00:02:51.013]➜  mkdir -p $WORK/b974/
2025-08-20T23:04:05.7309134Z [00:02:51.014]➜  cat >/tmp/go-build3700090427/b974/importcfg << 'EOF' # internal
2025-08-20T23:04:05.7321812Z [00:02:51.014]➜  # import config
2025-08-20T23:04:05.7322519Z [00:02:51.014]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.7323373Z [00:02:51.014]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.7324508Z [00:02:51.014]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.7325996Z [00:02:51.014]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.7327592Z [00:02:51.014]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.7328980Z [00:02:51.014]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.7330428Z [00:02:51.014]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.7331271Z [00:02:51.014]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.7332122Z [00:02:51.014]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.7332803Z [00:02:51.014]➜  EOF
2025-08-20T23:04:05.7336653Z [00:02:51.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b974/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atera=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atera;$WORK/b974=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atera -lang=go1.24 -complete -installsuffix shared -buildid Gv-NHuV4PfdUH3iL61tW/Gv-NHuV4PfdUH3iL61tW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b974/importcfg -pack ./pkg/detectors/atera/atera.go
2025-08-20T23:04:05.7591057Z [00:02:51.042]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:05.7595731Z [00:02:51.042]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x014.o -c fse_decompress.c
2025-08-20T23:04:05.7698313Z [00:02:51.053]➜  go tool buildid -w $WORK/b972/_pkg_.a # internal
2025-08-20T23:04:05.7715366Z [00:02:51.055]➜  cp $WORK/b972/_pkg_.a /root/.cache/go-build/a6/a697bbd2bed179ae31e2876441b5450141a00d733669135bb2fc22ce3bf171e6-d # internal
2025-08-20T23:04:05.7736317Z [00:02:51.056]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v1
2025-08-20T23:04:05.7737141Z [00:02:51.056]➜  mkdir -p $WORK/b975/
2025-08-20T23:04:05.7737870Z [00:02:51.056]➜  cat >/tmp/go-build3700090427/b975/importcfg << 'EOF' # internal
2025-08-20T23:04:05.7738564Z [00:02:51.056]➜  # import config
2025-08-20T23:04:05.7739224Z [00:02:51.056]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.7740239Z [00:02:51.056]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:05.7741072Z [00:02:51.056]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.7742149Z [00:02:51.056]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.7743595Z [00:02:51.056]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.7745157Z [00:02:51.056]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.7746806Z [00:02:51.056]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.7747714Z [00:02:51.056]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.7748523Z [00:02:51.056]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.7749089Z [00:02:51.056]➜  EOF
2025-08-20T23:04:05.7749905Z [00:02:51.056]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:05.7753938Z [00:02:51.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b975/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v1;$WORK/b975=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v1 -lang=go1.24 -complete -installsuffix shared -buildid W9W-H_adrEIC1lkqD9vX/W9W-H_adrEIC1lkqD9vX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b975/importcfg -pack ./pkg/detectors/atlassian/v1/atlassian.go
2025-08-20T23:04:05.7878295Z [00:02:51.071]➜  go tool buildid -w $WORK/b973/_pkg_.a # internal
2025-08-20T23:04:05.7892249Z [00:02:51.072]➜  cp $WORK/b973/_pkg_.a /root/.cache/go-build/62/62ec733cb016050ffa57dee2371c9ead6f8949089fafff9d8415019e5f15940d-d # internal
2025-08-20T23:04:05.7902932Z [00:02:51.073]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v2
2025-08-20T23:04:05.7903717Z [00:02:51.073]➜  mkdir -p $WORK/b976/
2025-08-20T23:04:05.7904422Z [00:02:51.073]➜  cat >/tmp/go-build3700090427/b976/importcfg << 'EOF' # internal
2025-08-20T23:04:05.7905066Z [00:02:51.073]➜  # import config
2025-08-20T23:04:05.7905704Z [00:02:51.073]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.7906552Z [00:02:51.073]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:05.7907378Z [00:02:51.073]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.7908631Z [00:02:51.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.7910327Z [00:02:51.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.7911840Z [00:02:51.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.7913201Z [00:02:51.073]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.7914180Z [00:02:51.073]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.7915041Z [00:02:51.073]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.7915722Z [00:02:51.073]➜  EOF
2025-08-20T23:04:05.7926772Z [00:02:51.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b976/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v2;$WORK/b976=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v2 -lang=go1.24 -complete -installsuffix shared -buildid m0J0l1r7bO1-X93Rkr_W/m0J0l1r7bO1-X93Rkr_W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b976/importcfg -pack ./pkg/detectors/atlassian/v2/atlassian.go
2025-08-20T23:04:05.7937142Z [00:02:51.077]➜  go tool buildid -w $WORK/b974/_pkg_.a # internal
2025-08-20T23:04:05.7955390Z [00:02:51.079]➜  cp $WORK/b974/_pkg_.a /root/.cache/go-build/23/2317b14b6748a61bf4f8f8671b624413fc32da6eb30d4f207f4614bb48d3ae6c-d # internal
2025-08-20T23:04:05.7979095Z [00:02:51.081]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/audd
2025-08-20T23:04:05.7982120Z [00:02:51.081]➜  mkdir -p $WORK/b977/
2025-08-20T23:04:05.7986345Z [00:02:51.081]➜  cat >/tmp/go-build3700090427/b977/importcfg << 'EOF' # internal
2025-08-20T23:04:05.7987272Z [00:02:51.081]➜  # import config
2025-08-20T23:04:05.7990240Z [00:02:51.081]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.7991115Z [00:02:51.081]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.7992558Z [00:02:51.081]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.7994107Z [00:02:51.081]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.7995692Z [00:02:51.081]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.7997032Z [00:02:51.081]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.7997968Z [00:02:51.081]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.7998800Z [00:02:51.081]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.8000183Z [00:02:51.081]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.8000850Z [00:02:51.082]➜  EOF
2025-08-20T23:04:05.8004515Z [00:02:51.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b977/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/audd=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/audd;$WORK/b977=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/audd -lang=go1.24 -complete -installsuffix shared -buildid 8AFZgzgLQrp47gZPW9FH/8AFZgzgLQrp47gZPW9FH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b977/importcfg -pack ./pkg/detectors/audd/audd.go
2025-08-20T23:04:05.8456938Z [00:02:51.129]➜  go tool buildid -w $WORK/b975/_pkg_.a # internal
2025-08-20T23:04:05.8484903Z [00:02:51.131]➜  cp $WORK/b975/_pkg_.a /root/.cache/go-build/2a/2a41bb54a0d7e98c4cf74f07efc5e3fdd3b42f1ad1aba92395c3adaa1b84fcd3-d # internal
2025-08-20T23:04:05.8486559Z [00:02:51.131]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0managementapitoken
2025-08-20T23:04:05.8487501Z [00:02:51.131]➜  mkdir -p $WORK/b978/
2025-08-20T23:04:05.8493321Z [00:02:51.132]➜  cat >/tmp/go-build3700090427/b978/importcfg << 'EOF' # internal
2025-08-20T23:04:05.8494022Z [00:02:51.132]➜  # import config
2025-08-20T23:04:05.8494647Z [00:02:51.132]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.8495488Z [00:02:51.132]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.8496670Z [00:02:51.132]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.8498206Z [00:02:51.132]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.8502989Z [00:02:51.132]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.8503947Z [00:02:51.132]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.8504753Z [00:02:51.132]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.8505731Z [00:02:51.132]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.8506361Z [00:02:51.132]➜  EOF
2025-08-20T23:04:05.8511013Z [00:02:51.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b978/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0managementapitoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0managementapitoken;$WORK/b978=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0managementapitoken -lang=go1.24 -complete -installsuffix shared -buildid xoNr9wEbJ1hoeI3giUED/xoNr9wEbJ1hoeI3giUED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b978/importcfg -pack ./pkg/detectors/auth0managementapitoken/auth0managementapitoken.go
2025-08-20T23:04:05.8592699Z [00:02:51.142]➜  go tool buildid -w $WORK/b976/_pkg_.a # internal
2025-08-20T23:04:05.8601942Z [00:02:51.143]➜  go tool buildid -w $WORK/b977/_pkg_.a # internal
2025-08-20T23:04:05.8608996Z [00:02:51.144]➜  cp $WORK/b976/_pkg_.a /root/.cache/go-build/80/80a8e88de70a4e9425ffe98330aafdbbdb9d04eb838bea0d113842db89d22711-d # internal
2025-08-20T23:04:05.8616180Z [00:02:51.144]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0oauth
2025-08-20T23:04:05.8616994Z [00:02:51.144]➜  mkdir -p $WORK/b979/
2025-08-20T23:04:05.8617726Z [00:02:51.145]➜  cat >/tmp/go-build3700090427/b979/importcfg << 'EOF' # internal
2025-08-20T23:04:05.8618462Z [00:02:51.145]➜  # import config
2025-08-20T23:04:05.8619120Z [00:02:51.145]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.8620112Z [00:02:51.145]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.8621331Z [00:02:51.145]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.8622935Z [00:02:51.145]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.8624313Z [00:02:51.145]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.8625237Z [00:02:51.145]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.8626013Z [00:02:51.145]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.8626859Z [00:02:51.145]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:05.8627879Z [00:02:51.145]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.8628485Z [00:02:51.145]➜  EOF
2025-08-20T23:04:05.8638033Z [00:02:51.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b979/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0oauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0oauth;$WORK/b979=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0oauth -lang=go1.24 -complete -installsuffix shared -buildid G3QDSeQ19kE5PdL_Tp4T/G3QDSeQ19kE5PdL_Tp4T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b979/importcfg -pack ./pkg/detectors/auth0oauth/auth0oauth.go
2025-08-20T23:04:05.8642352Z [00:02:51.146]➜  cp $WORK/b977/_pkg_.a /root/.cache/go-build/05/05d3ca6732f76c7dd85f3a5c8b2dfe083236dc2d748f711e4ef04555f8f246a5-d # internal
2025-08-20T23:04:05.8643666Z [00:02:51.146]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autodesk
2025-08-20T23:04:05.8644450Z [00:02:51.146]➜  mkdir -p $WORK/b980/
2025-08-20T23:04:05.8645175Z [00:02:51.146]➜  cat >/tmp/go-build3700090427/b980/importcfg << 'EOF' # internal
2025-08-20T23:04:05.8645825Z [00:02:51.146]➜  # import config
2025-08-20T23:04:05.8646506Z [00:02:51.146]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.8647361Z [00:02:51.146]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.8648565Z [00:02:51.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.8650325Z [00:02:51.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.8651950Z [00:02:51.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.8653303Z [00:02:51.146]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.8654263Z [00:02:51.146]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.8655089Z [00:02:51.146]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.8655680Z [00:02:51.146]➜  EOF
2025-08-20T23:04:05.8659574Z [00:02:51.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b980/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autodesk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autodesk;$WORK/b980=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autodesk -lang=go1.24 -complete -installsuffix shared -buildid Yni8p9jVnBxQvvQVI6GA/Yni8p9jVnBxQvvQVI6GA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b980/importcfg -pack ./pkg/detectors/autodesk/autodesk.go
2025-08-20T23:04:05.9096127Z [00:02:51.193]➜  go tool buildid -w $WORK/b978/_pkg_.a # internal
2025-08-20T23:04:05.9123786Z [00:02:51.195]➜  cp $WORK/b978/_pkg_.a /root/.cache/go-build/82/82d5dbcc0d4b78d272a1cc9b789f6668deb12e8a8aae3f40821c459c08a98e32-d # internal
2025-08-20T23:04:05.9167766Z [00:02:51.196]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autoklose
2025-08-20T23:04:05.9168438Z [00:02:51.196]➜  mkdir -p $WORK/b981/
2025-08-20T23:04:05.9169060Z [00:02:51.196]➜  cat >/tmp/go-build3700090427/b981/importcfg << 'EOF' # internal
2025-08-20T23:04:05.9169854Z [00:02:51.196]➜  # import config
2025-08-20T23:04:05.9170470Z [00:02:51.196]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.9171265Z [00:02:51.196]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:05.9172073Z [00:02:51.196]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.9173204Z [00:02:51.196]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.9174655Z [00:02:51.196]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.9176126Z [00:02:51.196]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.9177525Z [00:02:51.196]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.9178479Z [00:02:51.196]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.9180590Z [00:02:51.196]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.9181508Z [00:02:51.196]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.9182055Z [00:02:51.196]➜  EOF
2025-08-20T23:04:05.9185804Z [00:02:51.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b981/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autoklose=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autoklose;$WORK/b981=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autoklose -lang=go1.24 -complete -installsuffix shared -buildid Oh6u2jhOMMNbuZinumMo/Oh6u2jhOMMNbuZinumMo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b981/importcfg -pack ./pkg/detectors/autoklose/autoklose.go
2025-08-20T23:04:05.9191283Z [00:02:51.202]➜  go tool buildid -w $WORK/b980/_pkg_.a # internal
2025-08-20T23:04:05.9198098Z [00:02:51.203]➜  cp $WORK/b980/_pkg_.a /root/.cache/go-build/8a/8a975d2ebd085531dbec7582a3c6704305840befadaf037814ca01924a25c5d7-d # internal
2025-08-20T23:04:05.9202709Z [00:02:51.203]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autopilot
2025-08-20T23:04:05.9203460Z [00:02:51.203]➜  mkdir -p $WORK/b982/
2025-08-20T23:04:05.9204145Z [00:02:51.203]➜  cat >/tmp/go-build3700090427/b982/importcfg << 'EOF' # internal
2025-08-20T23:04:05.9204820Z [00:02:51.203]➜  # import config
2025-08-20T23:04:05.9205493Z [00:02:51.203]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.9206646Z [00:02:51.203]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.9208156Z [00:02:51.203]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.9209942Z [00:02:51.203]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.9211214Z [00:02:51.203]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.9212142Z [00:02:51.203]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.9212988Z [00:02:51.203]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.9213626Z [00:02:51.203]➜  EOF
2025-08-20T23:04:05.9217451Z [00:02:51.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b982/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autopilot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autopilot;$WORK/b982=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autopilot -lang=go1.24 -complete -installsuffix shared -buildid NOetJiMGkcSK86YRjlZ9/NOetJiMGkcSK86YRjlZ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b982/importcfg -pack ./pkg/detectors/autopilot/autopilot.go
2025-08-20T23:04:05.9357501Z [00:02:51.219]➜  go tool buildid -w $WORK/b979/_pkg_.a # internal
2025-08-20T23:04:05.9380602Z [00:02:51.221]➜  cp $WORK/b979/_pkg_.a /root/.cache/go-build/97/97844b83932f6c0b2662ac97a777f212f0b101176b33aff49769136bd99bb9d3-d # internal
2025-08-20T23:04:05.9384922Z [00:02:51.221]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/avazapersonalaccesstoken
2025-08-20T23:04:05.9390224Z [00:02:51.222]➜  mkdir -p $WORK/b983/
2025-08-20T23:04:05.9399845Z [00:02:51.223]➜  cat >/tmp/go-build3700090427/b983/importcfg << 'EOF' # internal
2025-08-20T23:04:05.9401979Z [00:02:51.223]➜  # import config
2025-08-20T23:04:05.9402672Z [00:02:51.223]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.9403508Z [00:02:51.223]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.9404658Z [00:02:51.223]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.9406374Z [00:02:51.223]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.9407945Z [00:02:51.223]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.9409270Z [00:02:51.223]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.9410525Z [00:02:51.223]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.9411608Z [00:02:51.223]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.9412496Z [00:02:51.223]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.9413152Z [00:02:51.223]➜  EOF
2025-08-20T23:04:05.9417730Z [00:02:51.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b983/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/avazapersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/avazapersonalaccesstoken;$WORK/b983=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/avazapersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid A2kGRXCMBtvC4c7iInBI/A2kGRXCMBtvC4c7iInBI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b983/importcfg -pack ./pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken.go
2025-08-20T23:04:05.9566368Z [00:02:51.240]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:05.9572907Z [00:02:51.240]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x015.o -c hist.c
2025-08-20T23:04:05.9683369Z [00:02:51.251]➜  go tool buildid -w $WORK/b982/_pkg_.a # internal
2025-08-20T23:04:05.9701204Z [00:02:51.253]➜  cp $WORK/b982/_pkg_.a /root/.cache/go-build/e1/e1bc103103c15b0048c636746433dbddf9b1f00cf19d98c8470d58324b13fdbc-d # internal
2025-08-20T23:04:05.9715651Z [00:02:51.254]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aviationstack
2025-08-20T23:04:05.9721112Z [00:02:51.255]➜  mkdir -p $WORK/b984/
2025-08-20T23:04:05.9728032Z [00:02:51.256]➜  cat >/tmp/go-build3700090427/b984/importcfg << 'EOF' # internal
2025-08-20T23:04:05.9733771Z [00:02:51.257]➜  # import config
2025-08-20T23:04:05.9738444Z [00:02:51.257]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.9743008Z [00:02:51.257]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.9747751Z [00:02:51.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:05.9754849Z [00:02:51.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:05.9756479Z [00:02:51.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:05.9757845Z [00:02:51.258]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:05.9758783Z [00:02:51.258]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.9759783Z [00:02:51.258]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:05.9760658Z [00:02:51.258]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:05.9761507Z [00:02:51.258]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:05.9762116Z [00:02:51.258]➜  EOF
2025-08-20T23:04:05.9762619Z [00:02:51.258]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:05.9766789Z [00:02:51.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b984/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aviationstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aviationstack;$WORK/b984=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aviationstack -lang=go1.24 -complete -installsuffix shared -buildid hd9iPHoExy6EQn6au6qs/hd9iPHoExy6EQn6au6qs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b984/importcfg -pack ./pkg/detectors/aviationstack/aviationstack.go
2025-08-20T23:04:05.9771070Z [00:02:51.258]➜  go tool buildid -w $WORK/b981/_pkg_.a # internal
2025-08-20T23:04:05.9777008Z [00:02:51.261]➜  cp $WORK/b981/_pkg_.a /root/.cache/go-build/13/13f6a1cf8f6654ae3c8d109ec3b46a696b3c4435c0d14ee8095b5dadceff54d3-d # internal
2025-08-20T23:04:05.9778203Z [00:02:51.261]➜  github.com/aws/aws-sdk-go-v2/internal/rand
2025-08-20T23:04:05.9778819Z [00:02:51.261]➜  mkdir -p $WORK/b987/
2025-08-20T23:04:05.9779869Z [00:02:51.261]➜  cat >/tmp/go-build3700090427/b987/importcfg << 'EOF' # internal
2025-08-20T23:04:05.9780571Z [00:02:51.261]➜  # import config
2025-08-20T23:04:05.9781343Z [00:02:51.261]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:05.9782184Z [00:02:51.261]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:05.9782958Z [00:02:51.261]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:05.9783767Z [00:02:51.261]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:05.9784394Z [00:02:51.261]➜  EOF
2025-08-20T23:04:05.9788122Z [00:02:51.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b987/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/rand=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/rand;$WORK/b987=>" -p github.com/aws/aws-sdk-go-v2/internal/rand -lang=go1.22 -complete -installsuffix shared -buildid 1W9upblSdLUkxcVI5cWB/1W9upblSdLUkxcVI5cWB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b987/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/rand/rand.go
2025-08-20T23:04:05.9972354Z [00:02:51.279]➜  go tool buildid -w $WORK/b987/_pkg_.a # internal
2025-08-20T23:04:05.9978593Z [00:02:51.281]➜  cp $WORK/b987/_pkg_.a /root/.cache/go-build/1e/1ec0921e10630e5fb195ad0d18b63a0862210d52314bb074ef95e1c3b6604363-d # internal
2025-08-20T23:04:05.9982213Z [00:02:51.281]➜  github.com/aws/aws-sdk-go-v2/internal/sdk
2025-08-20T23:04:05.9982848Z [00:02:51.281]➜  mkdir -p $WORK/b988/
2025-08-20T23:04:05.9983546Z [00:02:51.281]➜  cat >/tmp/go-build3700090427/b988/importcfg << 'EOF' # internal
2025-08-20T23:04:05.9984214Z [00:02:51.281]➜  # import config
2025-08-20T23:04:05.9984905Z [00:02:51.281]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:05.9985729Z [00:02:51.281]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:05.9986523Z [00:02:51.281]➜  EOF
2025-08-20T23:04:05.9991018Z [00:02:51.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b988/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sdk=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sdk;$WORK/b988=>" -p github.com/aws/aws-sdk-go-v2/internal/sdk -lang=go1.22 -complete -installsuffix shared -buildid exGbllQcX3qJvC7gUTsZ/exGbllQcX3qJvC7gUTsZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b988/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sdk/interfaces.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sdk/time.go
2025-08-20T23:04:06.0011683Z [00:02:51.284]➜  go tool buildid -w $WORK/b983/_pkg_.a # internal
2025-08-20T23:04:06.0031025Z [00:02:51.286]➜  cp $WORK/b983/_pkg_.a /root/.cache/go-build/3f/3f7bacd547ab080f90e3d414e169e8a9d15a90970bac6f0dca0bec17869fa6f6-d # internal
2025-08-20T23:04:06.0037232Z [00:02:51.287]➜  github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
2025-08-20T23:04:06.0038665Z [00:02:51.287]➜  mkdir -p $WORK/b989/
2025-08-20T23:04:06.0046250Z [00:02:51.288]➜  cat >/tmp/go-build3700090427/b989/importcfg << 'EOF' # internal
2025-08-20T23:04:06.0048565Z [00:02:51.288]➜  # import config
2025-08-20T23:04:06.0049656Z [00:02:51.288]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:06.0052221Z [00:02:51.288]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:06.0054425Z [00:02:51.288]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.0055397Z [00:02:51.288]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:06.0056534Z [00:02:51.288]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:04:06.0058966Z [00:02:51.288]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:06.0061029Z [00:02:51.288]➜  EOF
2025-08-20T23:04:06.0065859Z [00:02:51.288]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b989/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sync/singleflight=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sync/singleflight;$WORK/b989=>" -p github.com/aws/aws-sdk-go-v2/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid bXv7IjUyA2D-7CutplCM/bXv7IjUyA2D-7CutplCM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b989/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sync/singleflight/docs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/sync/singleflight/singleflight.go
2025-08-20T23:04:06.0140867Z [00:02:51.297]➜  go tool buildid -w $WORK/b988/_pkg_.a # internal
2025-08-20T23:04:06.0145606Z [00:02:51.298]➜  cp $WORK/b988/_pkg_.a /root/.cache/go-build/03/03ab27306aa79d1a648bd7cfa10ef1ed49b35f3d147d22e999d125d43a072e3a-d # internal
2025-08-20T23:04:06.0158747Z [00:02:51.298]➜  github.com/aws/smithy-go/context
2025-08-20T23:04:06.0159584Z [00:02:51.298]➜  mkdir -p $WORK/b991/
2025-08-20T23:04:06.0160374Z [00:02:51.299]➜  cat >/tmp/go-build3700090427/b991/importcfg << 'EOF' # internal
2025-08-20T23:04:06.0161310Z [00:02:51.299]➜  # import config
2025-08-20T23:04:06.0162206Z [00:02:51.299]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.0163020Z [00:02:51.299]➜  EOF
2025-08-20T23:04:06.0166699Z [00:02:51.299]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b991/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/context=>github.com/aws/smithy-go@v1.22.5/context;$WORK/b991=>" -p github.com/aws/smithy-go/context -lang=go1.22 -complete -installsuffix shared -buildid XwMPhAtHAgQNyTiJ2vto/XwMPhAtHAgQNyTiJ2vto -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b991/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/context/suppress_expired.go
2025-08-20T23:04:06.0350274Z [00:02:51.318]➜  go tool buildid -w $WORK/b991/_pkg_.a # internal
2025-08-20T23:04:06.0357038Z [00:02:51.319]➜  cp $WORK/b991/_pkg_.a /root/.cache/go-build/c7/c7481cd0789d46efa7d268683e00fbd81ed56c3c25b50f1ed8912e7b6482c3d6-d # internal
2025-08-20T23:04:06.0370894Z [00:02:51.319]➜  github.com/aws/smithy-go/internal/sync/singleflight
2025-08-20T23:04:06.0371606Z [00:02:51.319]➜  mkdir -p $WORK/b992/
2025-08-20T23:04:06.0376555Z [00:02:51.321]➜  cat >/tmp/go-build3700090427/b992/importcfg << 'EOF' # internal
2025-08-20T23:04:06.0377203Z [00:02:51.321]➜  # import config
2025-08-20T23:04:06.0378057Z [00:02:51.321]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:06.0380019Z [00:02:51.321]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:06.0380811Z [00:02:51.321]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.0381676Z [00:02:51.321]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:06.0382542Z [00:02:51.321]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:04:06.0383383Z [00:02:51.321]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:06.0384019Z [00:02:51.321]➜  EOF
2025-08-20T23:04:06.0388558Z [00:02:51.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b992/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/internal/sync/singleflight=>github.com/aws/smithy-go@v1.22.5/internal/sync/singleflight;$WORK/b992=>" -p github.com/aws/smithy-go/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid ZCgiQ0hv_pQ6qnFQakxr/ZCgiQ0hv_pQ6qnFQakxr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b992/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/internal/sync/singleflight/docs.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/internal/sync/singleflight/singleflight.go
2025-08-20T23:04:06.0393100Z [00:02:51.321]➜  go tool buildid -w $WORK/b989/_pkg_.a # internal
2025-08-20T23:04:06.0394598Z [00:02:51.321]➜  cp $WORK/b989/_pkg_.a /root/.cache/go-build/0c/0c194aafa032153aabd8e65daf3ece44c3b2c01015511467ad30c81999e95827-d # internal
2025-08-20T23:04:06.0395736Z [00:02:51.321]➜  github.com/aws/smithy-go/logging
2025-08-20T23:04:06.0396283Z [00:02:51.321]➜  mkdir -p $WORK/b994/
2025-08-20T23:04:06.0396973Z [00:02:51.321]➜  cat >/tmp/go-build3700090427/b994/importcfg << 'EOF' # internal
2025-08-20T23:04:06.0397649Z [00:02:51.321]➜  # import config
2025-08-20T23:04:06.0398360Z [00:02:51.321]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.0399198Z [00:02:51.321]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.0400167Z [00:02:51.321]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:06.0400756Z [00:02:51.321]➜  EOF
2025-08-20T23:04:06.0403992Z [00:02:51.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b994/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/logging=>github.com/aws/smithy-go@v1.22.5/logging;$WORK/b994=>" -p github.com/aws/smithy-go/logging -lang=go1.22 -complete -installsuffix shared -buildid RZMfpoZdVDGRhH_1tey2/RZMfpoZdVDGRhH_1tey2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b994/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/logging/logger.go
2025-08-20T23:04:06.0473739Z [00:02:51.327]➜  go tool buildid -w $WORK/b984/_pkg_.a # internal
2025-08-20T23:04:06.0485030Z [00:02:51.330]➜  cp $WORK/b984/_pkg_.a /root/.cache/go-build/38/3823affdb9d1104cf22bc0984137f9956dde96afe9fcb746f550c86709f8892c-d # internal
2025-08-20T23:04:06.0486078Z [00:02:51.330]➜  github.com/aws/smithy-go
2025-08-20T23:04:06.0486584Z [00:02:51.330]➜  mkdir -p $WORK/b996/
2025-08-20T23:04:06.0487305Z [00:02:51.330]➜  cat >/tmp/go-build3700090427/b996/importcfg << 'EOF' # internal
2025-08-20T23:04:06.0487982Z [00:02:51.330]➜  # import config
2025-08-20T23:04:06.0488648Z [00:02:51.330]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:06.0489678Z [00:02:51.330]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.0490534Z [00:02:51.330]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:04:06.0495377Z [00:02:51.330]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.0496054Z [00:02:51.330]➜  EOF
2025-08-20T23:04:06.0501665Z [00:02:51.330]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b996/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5=>github.com/aws/smithy-go@v1.22.5;$WORK/b996=>" -p github.com/aws/smithy-go -lang=go1.22 -complete -installsuffix shared -buildid CMe7Dv9l6yMigjCTFiS4/CMe7Dv9l6yMigjCTFiS4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b996/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/document.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/errors.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/go_module_metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/properties.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/validation.go
2025-08-20T23:04:06.0622545Z [00:02:51.345]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:06.0626793Z [00:02:51.345]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x016.o -c huf_compress.c
2025-08-20T23:04:06.0653107Z [00:02:51.349]➜  go tool buildid -w $WORK/b994/_pkg_.a # internal
2025-08-20T23:04:06.0663003Z [00:02:51.349]➜  cp $WORK/b994/_pkg_.a /root/.cache/go-build/55/557ffce8841e3dca84de0005dea900fb5c97c4e8966dfef6d2a2b2c8078c6d83-d # internal
2025-08-20T23:04:06.0667647Z [00:02:51.350]➜  github.com/aws/smithy-go/middleware
2025-08-20T23:04:06.0668503Z [00:02:51.350]➜  mkdir -p $WORK/b993/
2025-08-20T23:04:06.0673108Z [00:02:51.350]➜  cat >/tmp/go-build3700090427/b993/importcfg << 'EOF' # internal
2025-08-20T23:04:06.0673799Z [00:02:51.351]➜  # import config
2025-08-20T23:04:06.0674467Z [00:02:51.351]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.0675274Z [00:02:51.351]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.0676222Z [00:02:51.351]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:06.0677198Z [00:02:51.351]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.0678009Z [00:02:51.351]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:06.0678810Z [00:02:51.351]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.0679577Z [00:02:51.351]➜  EOF
2025-08-20T23:04:06.0690515Z [00:02:51.352]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:06.0707895Z [00:02:51.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b993/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware=>github.com/aws/smithy-go@v1.22.5/middleware;$WORK/b993=>" -p github.com/aws/smithy-go/middleware -lang=go1.22 -complete -installsuffix shared -buildid r9UHzeGoAc2QY44KA0VU/r9UHzeGoAc2QY44KA0VU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b993/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/context.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/logging.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/ordered_group.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/stack.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/stack_values.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/step_build.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/step_deserialize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/step_finalize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/step_initialize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/middleware/step_serialize.go
2025-08-20T23:04:06.0716744Z [00:02:51.352]➜  go tool buildid -w $WORK/b992/_pkg_.a # internal
2025-08-20T23:04:06.0717992Z [00:02:51.352]➜  cp $WORK/b992/_pkg_.a /root/.cache/go-build/89/89a09f04b72b7024e663721a1c017d558ce8562762f1f3e1ce9350e9998dd62d-d # internal
2025-08-20T23:04:06.0719061Z [00:02:51.352]➜  github.com/aws/smithy-go/time
2025-08-20T23:04:06.0719804Z [00:02:51.352]➜  mkdir -p $WORK/b999/
2025-08-20T23:04:06.0720546Z [00:02:51.354]➜  cat >/tmp/go-build3700090427/b999/importcfg << 'EOF' # internal
2025-08-20T23:04:06.0721208Z [00:02:51.354]➜  # import config
2025-08-20T23:04:06.0721862Z [00:02:51.354]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.0722649Z [00:02:51.354]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.0723472Z [00:02:51.354]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:06.0724265Z [00:02:51.354]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.0725246Z [00:02:51.354]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.0725808Z [00:02:51.354]➜  EOF
2025-08-20T23:04:06.0728981Z [00:02:51.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b999/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/time=>github.com/aws/smithy-go@v1.22.5/time;$WORK/b999=>" -p github.com/aws/smithy-go/time -lang=go1.22 -complete -installsuffix shared -buildid P1FDBCKSBBWYbhKVk10N/P1FDBCKSBBWYbhKVk10N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b999/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/time/time.go
2025-08-20T23:04:06.1022094Z [00:02:51.385]➜  go tool buildid -w $WORK/b996/_pkg_.a # internal
2025-08-20T23:04:06.1061046Z [00:02:51.389]➜  cp $WORK/b996/_pkg_.a /root/.cache/go-build/32/3214a7be262e2a3e82282e7e687a308e131b23a4c46ada0a2c5f491f4bad26c7-d # internal
2025-08-20T23:04:06.1062437Z [00:02:51.389]➜  github.com/aws/smithy-go/auth
2025-08-20T23:04:06.1073508Z [00:02:51.389]➜  mkdir -p $WORK/b997/
2025-08-20T23:04:06.1075422Z [00:02:51.391]➜  cat >/tmp/go-build3700090427/b997/importcfg << 'EOF' # internal
2025-08-20T23:04:06.1076151Z [00:02:51.391]➜  # import config
2025-08-20T23:04:06.1076884Z [00:02:51.391]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.1077900Z [00:02:51.391]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.1078908Z [00:02:51.391]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.1079741Z [00:02:51.391]➜  EOF
2025-08-20T23:04:06.1084445Z [00:02:51.391]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b997/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/auth=>github.com/aws/smithy-go@v1.22.5/auth;$WORK/b997=>" -p github.com/aws/smithy-go/auth -lang=go1.22 -complete -installsuffix shared -buildid PN4Hp_bPotDOCyXX_0Af/PN4Hp_bPotDOCyXX_0Af -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b997/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/auth/auth.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/auth/identity.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/auth/option.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/auth/scheme_id.go
2025-08-20T23:04:06.1088830Z [00:02:51.391]➜  go tool buildid -w $WORK/b999/_pkg_.a # internal
2025-08-20T23:04:06.1090883Z [00:02:51.392]➜  cp $WORK/b999/_pkg_.a /root/.cache/go-build/d3/d333ed9e9249adae58876fde28a70491d97a267007a4800c372655cc6b648682-d # internal
2025-08-20T23:04:06.1092212Z [00:02:51.392]➜  github.com/aws/smithy-go/metrics
2025-08-20T23:04:06.1092882Z [00:02:51.392]➜  mkdir -p $WORK/b998/
2025-08-20T23:04:06.1093917Z [00:02:51.393]➜  cat >/tmp/go-build3700090427/b998/importcfg << 'EOF' # internal
2025-08-20T23:04:06.1094897Z [00:02:51.393]➜  # import config
2025-08-20T23:04:06.1096039Z [00:02:51.393]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.1097238Z [00:02:51.393]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.1098171Z [00:02:51.393]➜  EOF
2025-08-20T23:04:06.1105928Z [00:02:51.393]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b998/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/metrics=>github.com/aws/smithy-go@v1.22.5/metrics;$WORK/b998=>" -p github.com/aws/smithy-go/metrics -lang=go1.22 -complete -installsuffix shared -buildid 6Wb7r5f18MkjZoIQAFoT/6Wb7r5f18MkjZoIQAFoT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b998/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/metrics/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/metrics/nop.go
2025-08-20T23:04:06.1273191Z [00:02:51.410]➜  go tool buildid -w $WORK/b997/_pkg_.a # internal
2025-08-20T23:04:06.1339753Z [00:02:51.417]➜  cp $WORK/b997/_pkg_.a /root/.cache/go-build/7a/7ac0391304c2d4ae882b7eb750d4d2fd809450e48d00b0150267ad8016a69d91-d # internal
2025-08-20T23:04:06.1341020Z [00:02:51.417]➜  github.com/aws/smithy-go/tracing
2025-08-20T23:04:06.1341844Z [00:02:51.417]➜  mkdir -p $WORK/b1000/
2025-08-20T23:04:06.1363648Z [00:02:51.419]➜  cat >/tmp/go-build3700090427/b1000/importcfg << 'EOF' # internal
2025-08-20T23:04:06.1364432Z [00:02:51.419]➜  # import config
2025-08-20T23:04:06.1365133Z [00:02:51.419]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.1366130Z [00:02:51.419]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.1366895Z [00:02:51.419]➜  EOF
2025-08-20T23:04:06.1371791Z [00:02:51.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1000/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/tracing=>github.com/aws/smithy-go@v1.22.5/tracing;$WORK/b1000=>" -p github.com/aws/smithy-go/tracing -lang=go1.22 -complete -installsuffix shared -buildid _T2kS_k1od7Vk62OHh_i/_T2kS_k1od7Vk62OHh_i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1000/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/tracing/context.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/tracing/nop.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/tracing/tracing.go
2025-08-20T23:04:06.1487323Z [00:02:51.432]➜  go tool buildid -w $WORK/b998/_pkg_.a # internal
2025-08-20T23:04:06.1522829Z [00:02:51.435]➜  cp $WORK/b998/_pkg_.a /root/.cache/go-build/09/090a802f0a470e7990503572ec9b5237a367a68161ed07a9ec284ebd3b154572-d # internal
2025-08-20T23:04:06.1524106Z [00:02:51.435]➜  github.com/aws/smithy-go/transport/http/internal/io
2025-08-20T23:04:06.1524795Z [00:02:51.435]➜  mkdir -p $WORK/b1001/
2025-08-20T23:04:06.1525545Z [00:02:51.435]➜  cat >/tmp/go-build3700090427/b1001/importcfg << 'EOF' # internal
2025-08-20T23:04:06.1526284Z [00:02:51.435]➜  # import config
2025-08-20T23:04:06.1526939Z [00:02:51.435]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.1527747Z [00:02:51.435]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:06.1528310Z [00:02:51.435]➜  EOF
2025-08-20T23:04:06.1532410Z [00:02:51.435]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1001/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/internal/io=>github.com/aws/smithy-go@v1.22.5/transport/http/internal/io;$WORK/b1001=>" -p github.com/aws/smithy-go/transport/http/internal/io -lang=go1.22 -complete -installsuffix shared -buildid 711gFAnKrk1pr6t4Kqmp/711gFAnKrk1pr6t4Kqmp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1001/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/internal/io/safe.go
2025-08-20T23:04:06.1703556Z [00:02:51.453]➜  go tool buildid -w $WORK/b1001/_pkg_.a # internal
2025-08-20T23:04:06.1711090Z [00:02:51.454]➜  cp $WORK/b1001/_pkg_.a /root/.cache/go-build/45/459184d3deaba1ef627cfdd42c39a3000e46426b68b08e8617196beaca67c8c2-d # internal
2025-08-20T23:04:06.1714479Z [00:02:51.454]➜  github.com/aws/smithy-go/ptr
2025-08-20T23:04:06.1715165Z [00:02:51.454]➜  mkdir -p $WORK/b1002/
2025-08-20T23:04:06.1715953Z [00:02:51.455]➜  cat >/tmp/go-build3700090427/b1002/importcfg << 'EOF' # internal
2025-08-20T23:04:06.1716901Z [00:02:51.455]➜  # import config
2025-08-20T23:04:06.1717587Z [00:02:51.455]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.1718230Z [00:02:51.455]➜  EOF
2025-08-20T23:04:06.1722692Z [00:02:51.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1002/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/ptr=>github.com/aws/smithy-go@v1.22.5/ptr;$WORK/b1002=>" -p github.com/aws/smithy-go/ptr -lang=go1.22 -complete -installsuffix shared -buildid gcJL0dY6JC_I-DRzCKSE/gcJL0dY6JC_I-DRzCKSE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1002/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/ptr/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/ptr/from_ptr.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/ptr/to_ptr.go
2025-08-20T23:04:06.1780995Z [00:02:51.461]➜  go tool buildid -w $WORK/b1000/_pkg_.a # internal
2025-08-20T23:04:06.1796569Z [00:02:51.462]➜  cp $WORK/b1000/_pkg_.a /root/.cache/go-build/e5/e512aa5448fa88e411aaa49c1817b5c3a89b0d3fde6f99cd84831da63aaf1dd0-d # internal
2025-08-20T23:04:06.1797758Z [00:02:51.463]➜  github.com/aws/smithy-go/rand
2025-08-20T23:04:06.1798317Z [00:02:51.463]➜  mkdir -p $WORK/b1005/
2025-08-20T23:04:06.1808220Z [00:02:51.464]➜  cat >/tmp/go-build3700090427/b1005/importcfg << 'EOF' # internal
2025-08-20T23:04:06.1808920Z [00:02:51.464]➜  # import config
2025-08-20T23:04:06.1810668Z [00:02:51.464]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:06.1811650Z [00:02:51.464]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:06.1812822Z [00:02:51.464]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.1813663Z [00:02:51.464]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.1814523Z [00:02:51.464]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:06.1815207Z [00:02:51.464]➜  EOF
2025-08-20T23:04:06.1819616Z [00:02:51.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1005/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/rand=>github.com/aws/smithy-go@v1.22.5/rand;$WORK/b1005=>" -p github.com/aws/smithy-go/rand -lang=go1.22 -complete -installsuffix shared -buildid 7ZWuff9YGUmPl71TaXys/7ZWuff9YGUmPl71TaXys -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1005/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/rand/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/rand/rand.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/rand/uuid.go
2025-08-20T23:04:06.2023286Z [00:02:51.485]➜  go tool buildid -w $WORK/b1005/_pkg_.a # internal
2025-08-20T23:04:06.2031608Z [00:02:51.486]➜  cp $WORK/b1005/_pkg_.a /root/.cache/go-build/39/399c8840f8917a93a5913df6edc64f7de2aee87bc94a7da84c1f499529b71285-d # internal
2025-08-20T23:04:06.2033076Z [00:02:51.486]➜  github.com/aws/aws-sdk-go-v2/aws/ratelimit
2025-08-20T23:04:06.2033909Z [00:02:51.487]➜  mkdir -p $WORK/b1011/
2025-08-20T23:04:06.2044814Z [00:02:51.487]➜  cat >/tmp/go-build3700090427/b1011/importcfg << 'EOF' # internal
2025-08-20T23:04:06.2045527Z [00:02:51.487]➜  # import config
2025-08-20T23:04:06.2046221Z [00:02:51.487]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.2047074Z [00:02:51.487]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.2047930Z [00:02:51.487]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:06.2048558Z [00:02:51.488]➜  EOF
2025-08-20T23:04:06.2053510Z [00:02:51.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1011/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/ratelimit=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws/ratelimit;$WORK/b1011=>" -p github.com/aws/aws-sdk-go-v2/aws/ratelimit -lang=go1.22 -complete -installsuffix shared -buildid b0y3s_cgNqtk0iPyQgzi/b0y3s_cgNqtk0iPyQgzi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1011/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/ratelimit/none.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/ratelimit/token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/ratelimit/token_rate_limit.go
2025-08-20T23:04:06.2404493Z [00:02:51.523]➜  go tool buildid -w $WORK/b1011/_pkg_.a # internal
2025-08-20T23:04:06.2431611Z [00:02:51.525]➜  cp $WORK/b1011/_pkg_.a /root/.cache/go-build/6e/6e569aa99ad2296dce4fb51834646cccf40ace65c3ce302ce21c36d757da6d7e-d # internal
2025-08-20T23:04:06.2432818Z [00:02:51.525]➜  github.com/aws/aws-sdk-go-v2/internal/timeconv
2025-08-20T23:04:06.2433407Z [00:02:51.525]➜  mkdir -p $WORK/b1013/
2025-08-20T23:04:06.2434163Z [00:02:51.526]➜  cat >/tmp/go-build3700090427/b1013/importcfg << 'EOF' # internal
2025-08-20T23:04:06.2434861Z [00:02:51.526]➜  # import config
2025-08-20T23:04:06.2435516Z [00:02:51.526]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.2436105Z [00:02:51.526]➜  EOF
2025-08-20T23:04:06.2440088Z [00:02:51.526]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1013/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/timeconv=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/timeconv;$WORK/b1013=>" -p github.com/aws/aws-sdk-go-v2/internal/timeconv -lang=go1.22 -complete -installsuffix shared -buildid fGk56qXJBYRUsbCk2Hq_/fGk56qXJBYRUsbCk2Hq_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1013/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/timeconv/duration.go
2025-08-20T23:04:06.2526403Z [00:02:51.536]➜  go tool buildid -w $WORK/b1013/_pkg_.a # internal
2025-08-20T23:04:06.2536712Z [00:02:51.537]➜  cp $WORK/b1013/_pkg_.a /root/.cache/go-build/86/86384034aa76e7e539a44050a049200a5294d11120c08821ba5681ea438595ad-d # internal
2025-08-20T23:04:06.2538107Z [00:02:51.537]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
2025-08-20T23:04:06.2538873Z [00:02:51.537]➜  mkdir -p $WORK/b1014/
2025-08-20T23:04:06.2548714Z [00:02:51.538]➜  cat >/tmp/go-build3700090427/b1014/importcfg << 'EOF' # internal
2025-08-20T23:04:06.2549655Z [00:02:51.538]➜  # import config
2025-08-20T23:04:06.2550357Z [00:02:51.538]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.2551247Z [00:02:51.538]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.2551919Z [00:02:51.538]➜  EOF
2025-08-20T23:04:06.2556391Z [00:02:51.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1014/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/internal/config=>github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/internal/config;$WORK/b1014=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config -lang=go1.22 -complete -installsuffix shared -buildid USenxu1KH4tu2vgUATg0/USenxu1KH4tu2vgUATg0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1014/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/internal/config/resolvers.go
2025-08-20T23:04:06.2616079Z [00:02:51.545]➜  go tool buildid -w $WORK/b1002/_pkg_.a # internal
2025-08-20T23:04:06.2636461Z [00:02:51.547]➜  cp $WORK/b1002/_pkg_.a /root/.cache/go-build/a1/a1b87b390dcba0eaafb0de2211bfe33c254f6906028e007d41153226443384da-d # internal
2025-08-20T23:04:06.2637644Z [00:02:51.547]➜  github.com/aws/smithy-go/io
2025-08-20T23:04:06.2638230Z [00:02:51.547]➜  mkdir -p $WORK/b1015/
2025-08-20T23:04:06.2658123Z [00:02:51.549]➜  cat >/tmp/go-build3700090427/b1015/importcfg << 'EOF' # internal
2025-08-20T23:04:06.2658996Z [00:02:51.549]➜  # import config
2025-08-20T23:04:06.2659873Z [00:02:51.549]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:06.2660720Z [00:02:51.549]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.2661599Z [00:02:51.549]➜  EOF
2025-08-20T23:04:06.2666203Z [00:02:51.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1015/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/io=>github.com/aws/smithy-go@v1.22.5/io;$WORK/b1015=>" -p github.com/aws/smithy-go/io -lang=go1.22 -complete -installsuffix shared -buildid CD_MNtQkRCMrgTecY-57/CD_MNtQkRCMrgTecY-57 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1015/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/io/byte.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/io/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/io/reader.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/io/ringbuffer.go
2025-08-20T23:04:06.2765132Z [00:02:51.560]➜  go tool buildid -w $WORK/b1014/_pkg_.a # internal
2025-08-20T23:04:06.2770692Z [00:02:51.560]➜  cp $WORK/b1014/_pkg_.a /root/.cache/go-build/ff/ffd6e518a8a410adfe53c0e18028a8080503acb11161626ffeba9871622a4dd3-d # internal
2025-08-20T23:04:06.2772088Z [00:02:51.560]➜  github.com/aws/aws-sdk-go-v2/internal/shareddefaults
2025-08-20T23:04:06.2777550Z [00:02:51.560]➜  mkdir -p $WORK/b1021/
2025-08-20T23:04:06.2778382Z [00:02:51.561]➜  cat >/tmp/go-build3700090427/b1021/importcfg << 'EOF' # internal
2025-08-20T23:04:06.2779103Z [00:02:51.561]➜  # import config
2025-08-20T23:04:06.2779998Z [00:02:51.561]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:06.2780871Z [00:02:51.561]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:04:06.2781789Z [00:02:51.561]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:06.2782478Z [00:02:51.561]➜  EOF
2025-08-20T23:04:06.2786713Z [00:02:51.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1021/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/shareddefaults=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/shareddefaults;$WORK/b1021=>" -p github.com/aws/aws-sdk-go-v2/internal/shareddefaults -lang=go1.22 -complete -installsuffix shared -buildid 4ip7mDVsoR0-JiJCrSFA/4ip7mDVsoR0-JiJCrSFA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1021/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/shareddefaults/shared_config.go
2025-08-20T23:04:06.2878881Z [00:02:51.571]➜  go tool buildid -w $WORK/b1015/_pkg_.a # internal
2025-08-20T23:04:06.2885208Z [00:02:51.572]➜  cp $WORK/b1015/_pkg_.a /root/.cache/go-build/e5/e567c2b9761f6e4b9e15a2c210858bcb57dfc711910d82215aed5fe89d8ae84a-d # internal
2025-08-20T23:04:06.2889888Z [00:02:51.572]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
2025-08-20T23:04:06.2890580Z [00:02:51.572]➜  mkdir -p $WORK/b1024/
2025-08-20T23:04:06.2900125Z [00:02:51.572]➜  cat >/tmp/go-build3700090427/b1024/importcfg << 'EOF' # internal
2025-08-20T23:04:06.2900792Z [00:02:51.572]➜  # import config
2025-08-20T23:04:06.2901483Z [00:02:51.572]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:06.2902542Z [00:02:51.572]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.2903419Z [00:02:51.572]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.2904208Z [00:02:51.572]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.2904766Z [00:02:51.572]➜  EOF
2025-08-20T23:04:06.2909108Z [00:02:51.572]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1024/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/restjson=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/restjson;$WORK/b1024=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/restjson -lang=go1.22 -complete -installsuffix shared -buildid vnhrwRcWoQb6RbHSdcTE/vnhrwRcWoQb6RbHSdcTE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1024/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/restjson/decoder_util.go
2025-08-20T23:04:06.2920907Z [00:02:51.575]➜  go tool buildid -w $WORK/b1021/_pkg_.a # internal
2025-08-20T23:04:06.2926222Z [00:02:51.576]➜  cp $WORK/b1021/_pkg_.a /root/.cache/go-build/9c/9ca341c255adaa0e1c248cd14017272246902824c6f541209ef9c8a80b498295-d # internal
2025-08-20T23:04:06.2941213Z [00:02:51.577]➜  go tool buildid -w $WORK/b993/_pkg_.a # internal
2025-08-20T23:04:06.2944074Z [00:02:51.577]➜  github.com/aws/aws-sdk-go-v2/internal/strings
2025-08-20T23:04:06.2944701Z [00:02:51.577]➜  mkdir -p $WORK/b1027/
2025-08-20T23:04:06.2945404Z [00:02:51.577]➜  cat >/tmp/go-build3700090427/b1027/importcfg << 'EOF' # internal
2025-08-20T23:04:06.2946038Z [00:02:51.577]➜  # import config
2025-08-20T23:04:06.2946689Z [00:02:51.577]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.2947328Z [00:02:51.577]➜  EOF
2025-08-20T23:04:06.2951487Z [00:02:51.577]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1027/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/strings=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/strings;$WORK/b1027=>" -p github.com/aws/aws-sdk-go-v2/internal/strings -lang=go1.22 -complete -installsuffix shared -buildid zn0LT925p35ZOWSK5LA6/zn0LT925p35ZOWSK5LA6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1027/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/strings/strings.go
2025-08-20T23:04:06.2974515Z [00:02:51.581]➜  cp $WORK/b993/_pkg_.a /root/.cache/go-build/0e/0e967414085ce0f235dda0d4b270f81cc316220227f1befb348e6c03a7f8c6a2-d # internal
2025-08-20T23:04:06.3015286Z [00:02:51.585]➜  github.com/aws/smithy-go/transport/http
2025-08-20T23:04:06.3019130Z [00:02:51.585]➜  mkdir -p $WORK/b995/
2025-08-20T23:04:06.3024475Z [00:02:51.585]➜  cat >/tmp/go-build3700090427/b995/importcfg << 'EOF' # internal
2025-08-20T23:04:06.3031574Z [00:02:51.585]➜  # import config
2025-08-20T23:04:06.3032478Z [00:02:51.585]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.3033401Z [00:02:51.585]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:04:06.3036723Z [00:02:51.585]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:06.3037731Z [00:02:51.585]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:06.3038662Z [00:02:51.585]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:06.3039737Z [00:02:51.585]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.3040707Z [00:02:51.585]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.3043883Z [00:02:51.585]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3700090427/b997/_pkg_.a
2025-08-20T23:04:06.3045076Z [00:02:51.585]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:06.3046291Z [00:02:51.585]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3700090427/b998/_pkg_.a
2025-08-20T23:04:06.3047476Z [00:02:51.585]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:06.3048870Z [00:02:51.585]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3700090427/b999/_pkg_.a
2025-08-20T23:04:06.3050286Z [00:02:51.585]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:04:06.3051662Z [00:02:51.585]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build3700090427/b1001/_pkg_.a
2025-08-20T23:04:06.3052771Z [00:02:51.585]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.3053576Z [00:02:51.585]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:06.3054401Z [00:02:51.585]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:06.3059283Z [00:02:51.585]➜  packagefile net/http/httptrace=/tmp/go-build3700090427/b198/_pkg_.a
2025-08-20T23:04:06.3060556Z [00:02:51.585]➜  packagefile net/http/httputil=/tmp/go-build3700090427/b230/_pkg_.a
2025-08-20T23:04:06.3061504Z [00:02:51.586]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:06.3062387Z [00:02:51.586]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:06.3063263Z [00:02:51.586]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.3064386Z [00:02:51.586]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:06.3065244Z [00:02:51.586]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.3066071Z [00:02:51.586]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:06.3066701Z [00:02:51.586]➜  EOF
2025-08-20T23:04:06.3084436Z [00:02:51.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b995/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http=>github.com/aws/smithy-go@v1.22.5/transport/http;$WORK/b995=>" -p github.com/aws/smithy-go/transport/http -lang=go1.22 -complete -installsuffix shared -buildid vSouZSB1z8u6j9ZKKuJ5/vSouZSB1z8u6j9ZKKuJ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b995/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/auth.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/auth_schemes.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/checksum_middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/client.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/headerlist.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/host.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/interceptor.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/interceptor_middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/md5_checksum.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/middleware_close_response_body.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/middleware_content_length.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/middleware_header_comment.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/middleware_headers.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/middleware_http_logging.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/middleware_metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/middleware_min_proto.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/properties.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/request.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/response.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/time.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/url.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/transport/http/user_agent.go
2025-08-20T23:04:06.3144537Z [00:02:51.598]➜  go tool buildid -w $WORK/b1027/_pkg_.a # internal
2025-08-20T23:04:06.3148465Z [00:02:51.598]➜  go tool buildid -w $WORK/b1024/_pkg_.a # internal
2025-08-20T23:04:06.3161223Z [00:02:51.599]➜  cp $WORK/b1027/_pkg_.a /root/.cache/go-build/cf/cf63cc2606a26ad2ad10dcb0f8e4c60785c9965bf1464408d315aa3a44fbcf5b-d # internal
2025-08-20T23:04:06.3163992Z [00:02:51.599]➜  github.com/aws/aws-sdk-go-v2/internal/context
2025-08-20T23:04:06.3165301Z [00:02:51.599]➜  mkdir -p $WORK/b1012/
2025-08-20T23:04:06.3166353Z [00:02:51.599]➜  cat >/tmp/go-build3700090427/b1012/importcfg << 'EOF' # internal
2025-08-20T23:04:06.3167075Z [00:02:51.599]➜  # import config
2025-08-20T23:04:06.3167741Z [00:02:51.599]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.3168768Z [00:02:51.599]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:06.3169983Z [00:02:51.599]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.3170583Z [00:02:51.599]➜  EOF
2025-08-20T23:04:06.3174953Z [00:02:51.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1012/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/context=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/context;$WORK/b1012=>" -p github.com/aws/aws-sdk-go-v2/internal/context -lang=go1.22 -complete -installsuffix shared -buildid W6HlnMdaZr3MSITaRknW/W6HlnMdaZr3MSITaRknW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1012/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/context/context.go
2025-08-20T23:04:06.3179141Z [00:02:51.599]➜  cp $WORK/b1024/_pkg_.a /root/.cache/go-build/e4/e41e8760c822631a2d9e8638bd9011ff9f2d5a8760dbc6cb5c0b4ca8b07d628b-d # internal
2025-08-20T23:04:06.3180437Z [00:02:51.601]➜  github.com/aws/smithy-go/encoding/httpbinding
2025-08-20T23:04:06.3182724Z [00:02:51.601]➜  mkdir -p $WORK/b1029/
2025-08-20T23:04:06.3183439Z [00:02:51.601]➜  cat >/tmp/go-build3700090427/b1029/importcfg << 'EOF' # internal
2025-08-20T23:04:06.3184060Z [00:02:51.601]➜  # import config
2025-08-20T23:04:06.3184634Z [00:02:51.601]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:06.3185432Z [00:02:51.601]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:06.3186212Z [00:02:51.601]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.3186917Z [00:02:51.602]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:06.3187653Z [00:02:51.602]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:06.3188399Z [00:02:51.602]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:06.3189143Z [00:02:51.602]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:06.3200125Z [00:02:51.602]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:06.3201015Z [00:02:51.602]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.3201644Z [00:02:51.602]➜  EOF
2025-08-20T23:04:06.3209314Z [00:02:51.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/httpbinding=>github.com/aws/smithy-go@v1.22.5/encoding/httpbinding;$WORK/b1029=>" -p github.com/aws/smithy-go/encoding/httpbinding -lang=go1.22 -complete -installsuffix shared -buildid PZCE6sKuZs_AfBZW9Xi7/PZCE6sKuZs_AfBZW9Xi7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1029/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/httpbinding/encode.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/httpbinding/header.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/httpbinding/path_replace.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/httpbinding/query.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/httpbinding/uri.go
2025-08-20T23:04:06.3435781Z [00:02:51.627]➜  go tool buildid -w $WORK/b1012/_pkg_.a # internal
2025-08-20T23:04:06.3446189Z [00:02:51.628]➜  cp $WORK/b1012/_pkg_.a /root/.cache/go-build/e3/e38f533719ea74632b19d985dc29c0248ae2ea0293585b2a849e560d808d3a1d-d # internal
2025-08-20T23:04:06.3451305Z [00:02:51.628]➜  github.com/aws/aws-sdk-go-v2/internal/middleware
2025-08-20T23:04:06.3462019Z [00:02:51.628]➜  mkdir -p $WORK/b1034/
2025-08-20T23:04:06.3463250Z [00:02:51.629]➜  cat >/tmp/go-build3700090427/b1034/importcfg << 'EOF' # internal
2025-08-20T23:04:06.3464212Z [00:02:51.629]➜  # import config
2025-08-20T23:04:06.3465016Z [00:02:51.629]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.3466291Z [00:02:51.629]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3700090427/b1012/_pkg_.a
2025-08-20T23:04:06.3467725Z [00:02:51.629]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:06.3468920Z [00:02:51.629]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:06.3470721Z [00:02:51.629]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.3471684Z [00:02:51.629]➜  EOF
2025-08-20T23:04:06.3476833Z [00:02:51.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1034/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/middleware;$WORK/b1034=>" -p github.com/aws/aws-sdk-go-v2/internal/middleware -lang=go1.22 -complete -installsuffix shared -buildid N19LRBKa8z5W6jKdWSD1/N19LRBKa8z5W6jKdWSD1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1034/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/middleware/middleware.go
2025-08-20T23:04:06.3662070Z [00:02:51.648]➜  go tool buildid -w $WORK/b1034/_pkg_.a # internal
2025-08-20T23:04:06.3668758Z [00:02:51.650]➜  cp $WORK/b1034/_pkg_.a /root/.cache/go-build/cb/cbdf79fcf75bbb887bff3e2b329e9a04a4f54aaabb595cdd7b38112df35c8865-d # internal
2025-08-20T23:04:06.3670182Z [00:02:51.650]➜  github.com/aws/smithy-go/document
2025-08-20T23:04:06.3670825Z [00:02:51.650]➜  mkdir -p $WORK/b1038/
2025-08-20T23:04:06.3671615Z [00:02:51.650]➜  cat >/tmp/go-build3700090427/b1038/importcfg << 'EOF' # internal
2025-08-20T23:04:06.3672351Z [00:02:51.650]➜  # import config
2025-08-20T23:04:06.3672999Z [00:02:51.650]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.3673856Z [00:02:51.650]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:06.3674702Z [00:02:51.650]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:06.3675494Z [00:02:51.650]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:06.3676098Z [00:02:51.650]➜  EOF
2025-08-20T23:04:06.3680925Z [00:02:51.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1038/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/document=>github.com/aws/smithy-go@v1.22.5/document;$WORK/b1038=>" -p github.com/aws/smithy-go/document -lang=go1.22 -complete -installsuffix shared -buildid wuRmY1quVBiYHKY6lr8a/wuRmY1quVBiYHKY6lr8a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1038/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/document/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/document/document.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/document/errors.go
2025-08-20T23:04:06.4252538Z [00:02:51.707]➜  go tool buildid -w $WORK/b1038/_pkg_.a # internal
2025-08-20T23:04:06.4258523Z [00:02:51.709]➜  cp $WORK/b1038/_pkg_.a /root/.cache/go-build/5d/5d82961a9005bd9d4ef64dc77beeecbb90644c0f15ba0057dd3a1b7c6472e687-d # internal
2025-08-20T23:04:06.4261282Z [00:02:51.709]➜  github.com/aws/aws-sdk-go-v2/service/sso/types
2025-08-20T23:04:06.4262505Z [00:02:51.709]➜  mkdir -p $WORK/b1037/
2025-08-20T23:04:06.4267748Z [00:02:51.710]➜  cat >/tmp/go-build3700090427/b1037/importcfg << 'EOF' # internal
2025-08-20T23:04:06.4268759Z [00:02:51.710]➜  # import config
2025-08-20T23:04:06.4270008Z [00:02:51.710]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.4271549Z [00:02:51.710]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.4273035Z [00:02:51.710]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3700090427/b1038/_pkg_.a
2025-08-20T23:04:06.4274725Z [00:02:51.710]➜  EOF
2025-08-20T23:04:06.4279148Z [00:02:51.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1037/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/types=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/types;$WORK/b1037=>" -p github.com/aws/aws-sdk-go-v2/service/sso/types -lang=go1.22 -complete -installsuffix shared -buildid jXOrJJ3DNeP55kSGuoHP/jXOrJJ3DNeP55kSGuoHP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1037/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/types/types.go
2025-08-20T23:04:06.4360335Z [00:02:51.719]➜  go tool buildid -w $WORK/b1029/_pkg_.a # internal
2025-08-20T23:04:06.4387415Z [00:02:51.722]➜  cp $WORK/b1029/_pkg_.a /root/.cache/go-build/9f/9f9148ec499a8e6dcf6e3cba8c791d6a3b079acf74c5a3d285ef424715590e49-d # internal
2025-08-20T23:04:06.4397074Z [00:02:51.723]➜  github.com/aws/smithy-go/endpoints
2025-08-20T23:04:06.4403235Z [00:02:51.724]➜  mkdir -p $WORK/b1039/
2025-08-20T23:04:06.4412301Z [00:02:51.724]➜  cat >/tmp/go-build3700090427/b1039/importcfg << 'EOF' # internal
2025-08-20T23:04:06.4413465Z [00:02:51.724]➜  # import config
2025-08-20T23:04:06.4414668Z [00:02:51.725]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.4415999Z [00:02:51.725]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:06.4417728Z [00:02:51.725]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:06.4423332Z [00:02:51.725]➜  EOF
2025-08-20T23:04:06.4427177Z [00:02:51.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1039/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/endpoints=>github.com/aws/smithy-go@v1.22.5/endpoints;$WORK/b1039=>" -p github.com/aws/smithy-go/endpoints -lang=go1.22 -complete -installsuffix shared -buildid EwQ-fLJTsK_3GdtYMI_0/EwQ-fLJTsK_3GdtYMI_0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1039/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/endpoints/endpoint.go
2025-08-20T23:04:06.4555477Z [00:02:51.739]➜  go tool buildid -w $WORK/b1037/_pkg_.a # internal
2025-08-20T23:04:06.4587025Z [00:02:51.740]➜  cp $WORK/b1037/_pkg_.a /root/.cache/go-build/79/791335da409c7113330e2d02b1a1dcff275030339df01502407ea5c77bab0571-d # internal
2025-08-20T23:04:06.4592061Z [00:02:51.740]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/types
2025-08-20T23:04:06.4592985Z [00:02:51.740]➜  mkdir -p $WORK/b1042/
2025-08-20T23:04:06.4598063Z [00:02:51.743]➜  cat >/tmp/go-build3700090427/b1042/importcfg << 'EOF' # internal
2025-08-20T23:04:06.4598990Z [00:02:51.743]➜  # import config
2025-08-20T23:04:06.4599909Z [00:02:51.743]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.4601657Z [00:02:51.743]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.4603298Z [00:02:51.743]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3700090427/b1038/_pkg_.a
2025-08-20T23:04:06.4604475Z [00:02:51.743]➜  EOF
2025-08-20T23:04:06.4609255Z [00:02:51.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1042/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/types=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/types;$WORK/b1042=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/types -lang=go1.22 -complete -installsuffix shared -buildid a9B_0NTqX8fCfx8K5SBv/a9B_0NTqX8fCfx8K5SBv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1042/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/types/types.go
2025-08-20T23:04:06.4626520Z [00:02:51.746]➜  go tool buildid -w $WORK/b1039/_pkg_.a # internal
2025-08-20T23:04:06.4639089Z [00:02:51.747]➜  cp $WORK/b1039/_pkg_.a /root/.cache/go-build/4f/4fa8299242c06d266df2a54ab132371b736e6d7154d41b664ebad99cc77dff9e-d # internal
2025-08-20T23:04:06.4645616Z [00:02:51.748]➜  github.com/aws/smithy-go/encoding
2025-08-20T23:04:06.4650503Z [00:02:51.748]➜  mkdir -p $WORK/b1044/
2025-08-20T23:04:06.4659315Z [00:02:51.749]➜  cat >/tmp/go-build3700090427/b1044/importcfg << 'EOF' # internal
2025-08-20T23:04:06.4661590Z [00:02:51.749]➜  # import config
2025-08-20T23:04:06.4662727Z [00:02:51.749]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.4663620Z [00:02:51.749]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:06.4665317Z [00:02:51.749]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:06.4666395Z [00:02:51.749]➜  EOF
2025-08-20T23:04:06.4675633Z [00:02:51.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding=>github.com/aws/smithy-go@v1.22.5/encoding;$WORK/b1044=>" -p github.com/aws/smithy-go/encoding -lang=go1.22 -complete -installsuffix shared -buildid WRK1vlAr7CbQ3CkIFvO_/WRK1vlAr7CbQ3CkIFvO_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1044/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/encoding.go
2025-08-20T23:04:06.4811454Z [00:02:51.764]➜  go tool buildid -w $WORK/b1044/_pkg_.a # internal
2025-08-20T23:04:06.4818821Z [00:02:51.765]➜  cp $WORK/b1044/_pkg_.a /root/.cache/go-build/72/722c536a057ab1bc83505c43ec19476a7907271122dbc02d55e5f213af54ca60-d # internal
2025-08-20T23:04:06.4823360Z [00:02:51.765]➜  github.com/aws/smithy-go/encoding/json
2025-08-20T23:04:06.4826431Z [00:02:51.766]➜  mkdir -p $WORK/b1043/
2025-08-20T23:04:06.4832177Z [00:02:51.766]➜  cat >/tmp/go-build3700090427/b1043/importcfg << 'EOF' # internal
2025-08-20T23:04:06.4834248Z [00:02:51.766]➜  # import config
2025-08-20T23:04:06.4835491Z [00:02:51.766]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:06.4837107Z [00:02:51.766]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:06.4838048Z [00:02:51.766]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:06.4838855Z [00:02:51.766]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.4839994Z [00:02:51.766]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3700090427/b1044/_pkg_.a
2025-08-20T23:04:06.4840921Z [00:02:51.766]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.4841944Z [00:02:51.766]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:06.4842825Z [00:02:51.766]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:06.4844340Z [00:02:51.766]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:06.4845732Z [00:02:51.766]➜  EOF
2025-08-20T23:04:06.4853659Z [00:02:51.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1043/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/json=>github.com/aws/smithy-go@v1.22.5/encoding/json;$WORK/b1043=>" -p github.com/aws/smithy-go/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid 82HyZzHPxoB5eJ8o3Ozd/82HyZzHPxoB5eJ8o3Ozd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1043/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/json/array.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/json/constants.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/json/decoder_util.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/json/encoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/json/escape.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/json/object.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/json/value.go
2025-08-20T23:04:06.5263335Z [00:02:51.809]➜  go tool buildid -w $WORK/b1042/_pkg_.a # internal
2025-08-20T23:04:06.5265312Z [00:02:51.809]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:06.5268600Z [00:02:51.809]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x017.o -c huf_decompress.c
2025-08-20T23:04:06.5280855Z [00:02:51.811]➜  cp $WORK/b1042/_pkg_.a /root/.cache/go-build/ac/acbefe443eee95fb616b74c1cac28863cd440e826c69998f99b1c52f83c00b48-d # internal
2025-08-20T23:04:06.5285155Z [00:02:51.811]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/xml
2025-08-20T23:04:06.5285860Z [00:02:51.811]➜  mkdir -p $WORK/b1048/
2025-08-20T23:04:06.5290339Z [00:02:51.812]➜  cat >/tmp/go-build3700090427/b1048/importcfg << 'EOF' # internal
2025-08-20T23:04:06.5292675Z [00:02:51.812]➜  # import config
2025-08-20T23:04:06.5293376Z [00:02:51.812]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:04:06.5294253Z [00:02:51.812]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.5295079Z [00:02:51.812]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.5295675Z [00:02:51.812]➜  EOF
2025-08-20T23:04:06.5296166Z [00:02:51.812]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:06.5300547Z [00:02:51.812]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/xml=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/xml;$WORK/b1048=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/xml -lang=go1.22 -complete -installsuffix shared -buildid WhgrS1_Iy2CizZ9jyfDs/WhgrS1_Iy2CizZ9jyfDs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1048/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/xml/error_utils.go
2025-08-20T23:04:06.5727609Z [00:02:51.856]➜  go tool buildid -w $WORK/b1048/_pkg_.a # internal
2025-08-20T23:04:06.5733716Z [00:02:51.856]➜  cp $WORK/b1048/_pkg_.a /root/.cache/go-build/4c/4c9ccc45090571597ee4f0883f79061a37bd7d20bab6d24500d4cc19700904b0-d # internal
2025-08-20T23:04:06.5776009Z [00:02:51.861]➜  github.com/aws/aws-sdk-go-v2/service/sts/types
2025-08-20T23:04:06.5778763Z [00:02:51.861]➜  mkdir -p $WORK/b1052/
2025-08-20T23:04:06.5786963Z [00:02:51.862]➜  cat >/tmp/go-build3700090427/b1052/importcfg << 'EOF' # internal
2025-08-20T23:04:06.5793695Z [00:02:51.862]➜  # import config
2025-08-20T23:04:06.5794647Z [00:02:51.862]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.5795694Z [00:02:51.862]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.5796939Z [00:02:51.862]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3700090427/b1038/_pkg_.a
2025-08-20T23:04:06.5798010Z [00:02:51.862]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.5798641Z [00:02:51.862]➜  EOF
2025-08-20T23:04:06.5810649Z [00:02:51.864]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/types=>github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/types;$WORK/b1052=>" -p github.com/aws/aws-sdk-go-v2/service/sts/types -lang=go1.22 -complete -installsuffix shared -buildid eEq4ZwWLcSEyjvHjUokT/eEq4ZwWLcSEyjvHjUokT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1052/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/types/types.go
2025-08-20T23:04:06.6002792Z [00:02:51.883]➜  go tool buildid -w $WORK/b1043/_pkg_.a # internal
2025-08-20T23:04:06.6040397Z [00:02:51.886]➜  cp $WORK/b1043/_pkg_.a /root/.cache/go-build/4e/4e739ab8a57d72ca84c0f960f0b1df28374d17635dd30b1f5c9a9ee7b108372e-d # internal
2025-08-20T23:04:06.6041529Z [00:02:51.886]➜  github.com/aws/smithy-go/encoding/xml
2025-08-20T23:04:06.6042123Z [00:02:51.886]➜  mkdir -p $WORK/b1053/
2025-08-20T23:04:06.6042817Z [00:02:51.887]➜  cat >/tmp/go-build3700090427/b1053/importcfg << 'EOF' # internal
2025-08-20T23:04:06.6043452Z [00:02:51.887]➜  # import config
2025-08-20T23:04:06.6044141Z [00:02:51.887]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:06.6045045Z [00:02:51.887]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:04:06.6045884Z [00:02:51.887]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.6046877Z [00:02:51.887]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3700090427/b1044/_pkg_.a
2025-08-20T23:04:06.6047897Z [00:02:51.887]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.6048707Z [00:02:51.887]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:06.6049923Z [00:02:51.887]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:06.6050691Z [00:02:51.887]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.6051504Z [00:02:51.887]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:06.6052132Z [00:02:51.887]➜  EOF
2025-08-20T23:04:06.6060300Z [00:02:51.887]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1053/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/xml=>github.com/aws/smithy-go@v1.22.5/encoding/xml;$WORK/b1053=>" -p github.com/aws/smithy-go/encoding/xml -lang=go1.22 -complete -installsuffix shared -buildid VkPrRzlCIeBigtT_Sjnn/VkPrRzlCIeBigtT_Sjnn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1053/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/xml/array.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/xml/constants.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/xml/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/xml/element.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/xml/encoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/xml/error_utils.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/xml/escape.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/xml/map.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/xml/value.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/encoding/xml/xml_decoder.go
2025-08-20T23:04:06.6104228Z [00:02:51.893]➜  go tool buildid -w $WORK/b995/_pkg_.a # internal
2025-08-20T23:04:06.6154848Z [00:02:51.899]➜  cp $WORK/b995/_pkg_.a /root/.cache/go-build/68/68822bc060f3271efc901d82ec6144f8232ce20a3da49629c1017fee3fcf4101-d # internal
2025-08-20T23:04:06.6162005Z [00:02:51.899]➜  github.com/aws/smithy-go/auth/bearer
2025-08-20T23:04:06.6162649Z [00:02:51.899]➜  mkdir -p $WORK/b990/
2025-08-20T23:04:06.6172657Z [00:02:51.900]➜  cat >/tmp/go-build3700090427/b990/importcfg << 'EOF' # internal
2025-08-20T23:04:06.6173544Z [00:02:51.900]➜  # import config
2025-08-20T23:04:06.6174358Z [00:02:51.900]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.6175311Z [00:02:51.900]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.6176424Z [00:02:51.900]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build3700090427/b991/_pkg_.a
2025-08-20T23:04:06.6177853Z [00:02:51.900]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build3700090427/b992/_pkg_.a
2025-08-20T23:04:06.6179490Z [00:02:51.900]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:06.6180945Z [00:02:51.900]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:06.6182466Z [00:02:51.900]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:06.6183469Z [00:02:51.900]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.6184247Z [00:02:51.900]➜  EOF
2025-08-20T23:04:06.6189648Z [00:02:51.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b990/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/auth/bearer=>github.com/aws/smithy-go@v1.22.5/auth/bearer;$WORK/b990=>" -p github.com/aws/smithy-go/auth/bearer -lang=go1.22 -complete -installsuffix shared -buildid yzuG275AQadbek1raX-e/yzuG275AQadbek1raX-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b990/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/auth/bearer/docs.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/auth/bearer/middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/auth/bearer/token.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/auth/bearer/token_cache.go
2025-08-20T23:04:06.6310388Z [00:02:51.914]➜  go tool buildid -w $WORK/b1052/_pkg_.a # internal
2025-08-20T23:04:06.6324343Z [00:02:51.915]➜  cp $WORK/b1052/_pkg_.a /root/.cache/go-build/ee/ee5a97d6d585e9b828d768d40b14387b9dfde05376ccd4b5568681ea286b65a9-d # internal
2025-08-20T23:04:06.6325787Z [00:02:51.916]➜  github.com/aws/aws-sdk-go-v2/internal/auth
2025-08-20T23:04:06.6326405Z [00:02:51.916]➜  mkdir -p $WORK/b1028/
2025-08-20T23:04:06.6439926Z [00:02:51.927]➜  cat >/tmp/go-build3700090427/b1028/importcfg << 'EOF' # internal
2025-08-20T23:04:06.6461128Z [00:02:51.927]➜  # import config
2025-08-20T23:04:06.6461992Z [00:02:51.927]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.6462810Z [00:02:51.927]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.6464018Z [00:02:51.927]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.6465054Z [00:02:51.927]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3700090427/b997/_pkg_.a
2025-08-20T23:04:06.6466144Z [00:02:51.927]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:06.6467394Z [00:02:51.927]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:06.6468216Z [00:02:51.927]➜  EOF
2025-08-20T23:04:06.6492817Z [00:02:51.927]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1028/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/auth=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/auth;$WORK/b1028=>" -p github.com/aws/aws-sdk-go-v2/internal/auth -lang=go1.22 -complete -installsuffix shared -buildid ozAYMexEQjaebwaFILd9/ozAYMexEQjaebwaFILd9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1028/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/auth/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/auth/scheme.go
2025-08-20T23:04:06.6758390Z [00:02:51.959]➜  go tool buildid -w $WORK/b990/_pkg_.a # internal
2025-08-20T23:04:06.6772622Z [00:02:51.960]➜  cp $WORK/b990/_pkg_.a /root/.cache/go-build/3d/3ddb26884809f7e972da43d432a1f1ac0477c70aaf07424c065d00126615c895-d # internal
2025-08-20T23:04:06.6782915Z [00:02:51.961]➜  github.com/aws/aws-sdk-go-v2/aws
2025-08-20T23:04:06.6783596Z [00:02:51.961]➜  mkdir -p $WORK/b986/
2025-08-20T23:04:06.6789056Z [00:02:51.962]➜  cat >/tmp/go-build3700090427/b986/importcfg << 'EOF' # internal
2025-08-20T23:04:06.6790123Z [00:02:51.962]➜  # import config
2025-08-20T23:04:06.6790951Z [00:02:51.962]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.6791935Z [00:02:51.962]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.6793151Z [00:02:51.962]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3700090427/b987/_pkg_.a
2025-08-20T23:04:06.6794686Z [00:02:51.962]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:04:06.6796539Z [00:02:51.962]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3700090427/b989/_pkg_.a
2025-08-20T23:04:06.6798207Z [00:02:51.962]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3700090427/b990/_pkg_.a
2025-08-20T23:04:06.6799988Z [00:02:51.962]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:06.6801408Z [00:02:51.962]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:06.6802776Z [00:02:51.962]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3700090427/b1002/_pkg_.a
2025-08-20T23:04:06.6804008Z [00:02:51.962]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:06.6805185Z [00:02:51.962]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:06.6806235Z [00:02:51.962]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.6807393Z [00:02:51.962]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:06.6808439Z [00:02:51.962]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.6809650Z [00:02:51.962]➜  EOF
2025-08-20T23:04:06.6842830Z [00:02:51.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b986/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws;$WORK/b986=>" -p github.com/aws/aws-sdk-go-v2/aws -lang=go1.22 -complete -installsuffix shared -buildid nm3Oj7MFmJHY-q4BYFVZ/nm3Oj7MFmJHY-q4BYFVZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b986/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/accountid_endpoint_mode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/credential_cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/from_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/logging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/runtime.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/to_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/version.go
2025-08-20T23:04:06.6888471Z [00:02:51.972]➜  go tool buildid -w $WORK/b1028/_pkg_.a # internal
2025-08-20T23:04:06.6900253Z [00:02:51.973]➜  cp $WORK/b1028/_pkg_.a /root/.cache/go-build/74/741c7d707f14ed5de738ec438a9fd3d51235bdbba7de7ce036deb87024b92ec6-d # internal
2025-08-20T23:04:06.6905368Z [00:02:51.973]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn
2025-08-20T23:04:06.6906098Z [00:02:51.973]➜  mkdir -p $WORK/b1033/
2025-08-20T23:04:06.6908988Z [00:02:51.974]➜  cat >/tmp/go-build3700090427/b1033/importcfg << 'EOF' # internal
2025-08-20T23:04:06.6909841Z [00:02:51.974]➜  # import config
2025-08-20T23:04:06.6910808Z [00:02:51.974]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:06.6911876Z [00:02:51.974]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:06.6912755Z [00:02:51.974]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:06.6913644Z [00:02:51.974]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.6914630Z [00:02:51.974]➜  EOF
2025-08-20T23:04:06.6922450Z [00:02:51.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1033/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/endpoints/awsrulesfn=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/endpoints/awsrulesfn;$WORK/b1033=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn -lang=go1.22 -complete -installsuffix shared -buildid MRvWGaV0RxTrtKPA4y4E/MRvWGaV0RxTrtKPA4y4E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1033/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/endpoints/awsrulesfn/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/endpoints/awsrulesfn/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/endpoints/awsrulesfn/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/endpoints/awsrulesfn/partition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/endpoints/awsrulesfn/partitions.go
2025-08-20T23:04:06.7216769Z [00:02:52.005]➜  go tool buildid -w $WORK/b1053/_pkg_.a # internal
2025-08-20T23:04:06.7245469Z [00:02:52.008]➜  cp $WORK/b1053/_pkg_.a /root/.cache/go-build/14/14ba3add8987d140af676b98a486b2ec61d9c3ac6533b0f0acb56e411deb92f8-d # internal
2025-08-20T23:04:06.7275071Z [00:02:52.011]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/query
2025-08-20T23:04:06.7275747Z [00:02:52.011]➜  mkdir -p $WORK/b1047/
2025-08-20T23:04:06.7276950Z [00:02:52.011]➜  cat >/tmp/go-build3700090427/b1047/importcfg << 'EOF' # internal
2025-08-20T23:04:06.7293651Z [00:02:52.011]➜  # import config
2025-08-20T23:04:06.7295519Z [00:02:52.011]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.7297575Z [00:02:52.011]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.7300450Z [00:02:52.011]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3700090427/b1029/_pkg_.a
2025-08-20T23:04:06.7303201Z [00:02:52.011]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:06.7305611Z [00:02:52.011]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:06.7307696Z [00:02:52.011]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.7308486Z [00:02:52.011]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:06.7309565Z [00:02:52.011]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:06.7310469Z [00:02:52.011]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:06.7311334Z [00:02:52.011]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:06.7312184Z [00:02:52.011]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:06.7312826Z [00:02:52.011]➜  EOF
2025-08-20T23:04:06.7319685Z [00:02:52.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/query=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/query;$WORK/b1047=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/query -lang=go1.22 -complete -installsuffix shared -buildid 3Urw4I3Hu7RQ_wQPzfrn/3Urw4I3Hu7RQ_wQPzfrn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1047/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/query/array.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/query/encoder.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/query/map.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/query/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/query/object.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/protocol/query/value.go
2025-08-20T23:04:06.7404568Z [00:02:52.024]➜  go tool buildid -w $WORK/b1033/_pkg_.a # internal
2025-08-20T23:04:06.7432799Z [00:02:52.026]➜  cp $WORK/b1033/_pkg_.a /root/.cache/go-build/53/539a438922989b784fb205ab20b6ac8a983e6baf37cb9c0ba8ea439bfecd5dda-d # internal
2025-08-20T23:04:06.7435530Z [00:02:52.026]➜  github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
2025-08-20T23:04:06.7436254Z [00:02:52.026]➜  mkdir -p $WORK/b1049/
2025-08-20T23:04:06.7436954Z [00:02:52.026]➜  cat >/tmp/go-build3700090427/b1049/importcfg << 'EOF' # internal
2025-08-20T23:04:06.7437593Z [00:02:52.026]➜  # import config
2025-08-20T23:04:06.7438256Z [00:02:52.026]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:04:06.7439153Z [00:02:52.026]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.7440217Z [00:02:52.026]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.7441213Z [00:02:52.026]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.7442454Z [00:02:52.026]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:06.7443779Z [00:02:52.026]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:06.7444869Z [00:02:52.026]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.7445702Z [00:02:52.026]➜  EOF
2025-08-20T23:04:06.7452467Z [00:02:52.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1049/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.4=>github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.4;$WORK/b1049=>" -p github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding -lang=go1.22 -complete -installsuffix shared -buildid 7VJEEZnW-SqcGWlBR72p/7VJEEZnW-SqcGWlBR72p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1049/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.4/accept_encoding_gzip.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.4/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.4/go_module_metadata.go
2025-08-20T23:04:06.7863203Z [00:02:52.066]➜  go tool buildid -w $WORK/b1049/_pkg_.a # internal
2025-08-20T23:04:06.7864583Z [00:02:52.067]➜  cp $WORK/b1049/_pkg_.a /root/.cache/go-build/c8/c808621fae08f2f4030cf322bbfb61c706eb60d281a50ad30071b8955a1da866-d # internal
2025-08-20T23:04:06.7865683Z [00:02:52.068]➜  github.com/aws/aws-sdk-go-v2/internal/ini
2025-08-20T23:04:06.7866253Z [00:02:52.068]➜  mkdir -p $WORK/b1054/
2025-08-20T23:04:06.7867229Z [00:02:52.068]➜  cat >/tmp/go-build3700090427/b1054/importcfg << 'EOF' # internal
2025-08-20T23:04:06.7867871Z [00:02:52.068]➜  # import config
2025-08-20T23:04:06.7868480Z [00:02:52.068]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.7869259Z [00:02:52.068]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.7870235Z [00:02:52.068]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:06.7871008Z [00:02:52.068]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:06.7871796Z [00:02:52.068]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:06.7872589Z [00:02:52.068]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.7873160Z [00:02:52.068]➜  EOF
2025-08-20T23:04:06.7892112Z [00:02:52.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1054/_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/b1054=>" -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/b1054/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-20T23:04:06.8726938Z [00:02:52.156]➜  go tool buildid -w $WORK/b1047/_pkg_.a # internal
2025-08-20T23:04:06.8753548Z [00:02:52.158]➜  cp $WORK/b1047/_pkg_.a /root/.cache/go-build/88/88fd4b4d4c379c7cf7b2f79162a6463a105e24017628f0aefb558f6aa17b9711-d # internal
2025-08-20T23:04:06.8757979Z [00:02:52.159]➜  github.com/aws/smithy-go/private/requestcompression
2025-08-20T23:04:06.8758765Z [00:02:52.159]➜  mkdir -p $WORK/b1055/
2025-08-20T23:04:06.8762634Z [00:02:52.159]➜  cat >/tmp/go-build3700090427/b1055/importcfg << 'EOF' # internal
2025-08-20T23:04:06.8763364Z [00:02:52.159]➜  # import config
2025-08-20T23:04:06.8764010Z [00:02:52.159]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:06.8765060Z [00:02:52.159]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:04:06.8765780Z [00:02:52.159]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.8766543Z [00:02:52.159]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.8767508Z [00:02:52.159]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:06.8768650Z [00:02:52.159]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:06.8769804Z [00:02:52.159]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.8770900Z [00:02:52.159]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:06.8771555Z [00:02:52.159]➜  EOF
2025-08-20T23:04:06.8777189Z [00:02:52.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1055/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/private/requestcompression=>github.com/aws/smithy-go@v1.22.5/private/requestcompression;$WORK/b1055=>" -p github.com/aws/smithy-go/private/requestcompression -lang=go1.22 -complete -installsuffix shared -buildid fe_1Ume83dfF0QBW_2zB/fe_1Ume83dfF0QBW_2zB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1055/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/private/requestcompression/gzip.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/private/requestcompression/middleware_capture_request_compression.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/private/requestcompression/request_compression.go
2025-08-20T23:04:06.8800947Z [00:02:52.162]➜  go tool buildid -w $WORK/b1054/_pkg_.a # internal
2025-08-20T23:04:06.8820591Z [00:02:52.165]➜  cp $WORK/b1054/_pkg_.a /root/.cache/go-build/af/afd41110c878dfd44094234cd7b789793c55eb44b0b5e12f57431aaeaeb7ef1d-d # internal
2025-08-20T23:04:06.8823868Z [00:02:52.166]➜  github.com/aws/aws-sdk-go-v2/service/sns/types
2025-08-20T23:04:06.8824677Z [00:02:52.166]➜  mkdir -p $WORK/b1058/
2025-08-20T23:04:06.8826228Z [00:02:52.166]➜  cat >/tmp/go-build3700090427/b1058/importcfg << 'EOF' # internal
2025-08-20T23:04:06.8827127Z [00:02:52.166]➜  # import config
2025-08-20T23:04:06.8827921Z [00:02:52.166]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.8830475Z [00:02:52.166]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:06.8831615Z [00:02:52.166]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3700090427/b1038/_pkg_.a
2025-08-20T23:04:06.8832583Z [00:02:52.166]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.8833188Z [00:02:52.166]➜  EOF
2025-08-20T23:04:06.8838166Z [00:02:52.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/types=>github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/types;$WORK/b1058=>" -p github.com/aws/aws-sdk-go-v2/service/sns/types -lang=go1.22 -complete -installsuffix shared -buildid UeazPg8HbhbtMiO2wdzm/UeazPg8HbhbtMiO2wdzm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1058/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/types/types.go
2025-08-20T23:04:06.8866925Z [00:02:52.170]➜  go tool buildid -w $WORK/b986/_pkg_.a # internal
2025-08-20T23:04:06.8912453Z [00:02:52.174]➜  cp $WORK/b986/_pkg_.a /root/.cache/go-build/c9/c947496aa4142ccdec35defef8cc5c15effc51ef7ff9295bab6077ae981c77fd-d # internal
2025-08-20T23:04:06.8920358Z [00:02:52.175]➜  github.com/aws/aws-sdk-go-v2/aws/middleware
2025-08-20T23:04:06.8924096Z [00:02:52.175]➜  mkdir -p $WORK/b1004/
2025-08-20T23:04:06.8933564Z [00:02:52.176]➜  cat >/tmp/go-build3700090427/b1004/importcfg << 'EOF' # internal
2025-08-20T23:04:06.8940821Z [00:02:52.176]➜  # import config
2025-08-20T23:04:06.8941520Z [00:02:52.176]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.8942640Z [00:02:52.176]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.8943660Z [00:02:52.176]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:06.8944949Z [00:02:52.176]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3700090427/b987/_pkg_.a
2025-08-20T23:04:06.8946524Z [00:02:52.176]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:04:06.8948011Z [00:02:52.176]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:06.8950269Z [00:02:52.176]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:06.8953009Z [00:02:52.176]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3700090427/b1005/_pkg_.a
2025-08-20T23:04:06.8954240Z [00:02:52.176]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:04:06.8955519Z [00:02:52.176]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:06.8956557Z [00:02:52.176]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:06.8957414Z [00:02:52.176]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:06.8958303Z [00:02:52.176]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:06.8959151Z [00:02:52.176]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:06.8961339Z [00:02:52.176]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.8962086Z [00:02:52.177]➜  EOF
2025-08-20T23:04:06.8969842Z [00:02:52.177]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1004/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws/middleware;$WORK/b1004=>" -p github.com/aws/aws-sdk-go-v2/aws/middleware -lang=go1.22 -complete -installsuffix shared -buildid 8ar-Ytmi3TTTwR7Fm0WE/8ar-Ytmi3TTTwR7Fm0WE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1004/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/middleware/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/middleware/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/middleware/osname.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/middleware/recursion_detection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/middleware/request_id.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/middleware/request_id_retriever.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/middleware/user_agent.go
2025-08-20T23:04:06.9233493Z [00:02:52.206]➜  go tool buildid -w $WORK/b1055/_pkg_.a # internal
2025-08-20T23:04:06.9306562Z [00:02:52.214]➜  cp $WORK/b1055/_pkg_.a /root/.cache/go-build/31/31133f20a46144b481c6a71d5205c39c3726916d088f8c81bb8ef81c09b76b38-d # internal
2025-08-20T23:04:06.9309009Z [00:02:52.214]➜  github.com/aws/aws-sdk-go-v2/credentials
2025-08-20T23:04:06.9310662Z [00:02:52.214]➜  mkdir -p $WORK/b1007/
2025-08-20T23:04:06.9312678Z [00:02:52.214]➜  cat >/tmp/go-build3700090427/b1007/importcfg << 'EOF' # internal
2025-08-20T23:04:06.9313618Z [00:02:52.214]➜  # import config
2025-08-20T23:04:06.9314444Z [00:02:52.214]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.9315591Z [00:02:52.214]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:06.9316464Z [00:02:52.214]➜  EOF
2025-08-20T23:04:06.9322486Z [00:02:52.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1007/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.71;$WORK/b1007=>" -p github.com/aws/aws-sdk-go-v2/credentials -lang=go1.22 -complete -installsuffix shared -buildid MT6ZBgcsuZrACFsgAoEj/MT6ZBgcsuZrACFsgAoEj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1007/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/static_provider.go
2025-08-20T23:04:06.9736342Z [00:02:52.257]➜  go tool buildid -w $WORK/b1007/_pkg_.a # internal
2025-08-20T23:04:06.9758331Z [00:02:52.259]➜  cp $WORK/b1007/_pkg_.a /root/.cache/go-build/37/375b157ddd2cf3a0daf51245344282e6c70b403cd4dcd98a27a4bb78fdba4943-d # internal
2025-08-20T23:04:06.9776479Z [00:02:52.261]➜  github.com/aws/aws-sdk-go-v2/credentials/processcreds
2025-08-20T23:04:06.9780513Z [00:02:52.261]➜  mkdir -p $WORK/b1018/
2025-08-20T23:04:06.9785803Z [00:02:52.262]➜  cat >/tmp/go-build3700090427/b1018/importcfg << 'EOF' # internal
2025-08-20T23:04:06.9789220Z [00:02:52.262]➜  # import config
2025-08-20T23:04:06.9791581Z [00:02:52.262]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:06.9793792Z [00:02:52.262]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:06.9796120Z [00:02:52.262]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:06.9798265Z [00:02:52.262]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:06.9800132Z [00:02:52.262]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:06.9802816Z [00:02:52.262]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3700090427/b1019/_pkg_.a
2025-08-20T23:04:06.9805449Z [00:02:52.262]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:06.9819864Z [00:02:52.262]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:06.9822474Z [00:02:52.262]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:04:06.9823506Z [00:02:52.262]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:06.9824633Z [00:02:52.262]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:06.9825384Z [00:02:52.262]➜  EOF
2025-08-20T23:04:06.9834776Z [00:02:52.263]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1018/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/processcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/processcreds;$WORK/b1018=>" -p github.com/aws/aws-sdk-go-v2/credentials/processcreds -lang=go1.22 -complete -installsuffix shared -buildid od1fBivHJpa8BLB6AHcP/od1fBivHJpa8BLB6AHcP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1018/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/processcreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/processcreds/provider.go
2025-08-20T23:04:07.0015543Z [00:02:52.285]➜  go tool buildid -w $WORK/b1058/_pkg_.a # internal
2025-08-20T23:04:07.0028717Z [00:02:52.286]➜  go tool buildid -w $WORK/b1004/_pkg_.a # internal
2025-08-20T23:04:07.0045872Z [00:02:52.288]➜  cp $WORK/b1058/_pkg_.a /root/.cache/go-build/18/18d2b5cc92ca2e2012c084704d5a8ff6d8b128cd6b4236f8b7693d825d17e5d3-d # internal
2025-08-20T23:04:07.0053551Z [00:02:52.288]➜  github.com/aws/aws-sdk-go-v2/aws/defaults
2025-08-20T23:04:07.0056298Z [00:02:52.288]➜  mkdir -p $WORK/b1023/
2025-08-20T23:04:07.0061592Z [00:02:52.288]➜  cp $WORK/b1004/_pkg_.a /root/.cache/go-build/e4/e4deae9704fa45a71c6d68371432cfd89f9aa2b4d2475e72c5f854859b1d68e8-d # internal
2025-08-20T23:04:07.0068967Z [00:02:52.289]➜  cat >/tmp/go-build3700090427/b1023/importcfg << 'EOF' # internal
2025-08-20T23:04:07.0077396Z [00:02:52.289]➜  # import config
2025-08-20T23:04:07.0078313Z [00:02:52.289]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.0079665Z [00:02:52.289]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.0080787Z [00:02:52.289]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:07.0081954Z [00:02:52.289]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.0082817Z [00:02:52.289]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.0083451Z [00:02:52.289]➜  EOF
2025-08-20T23:04:07.0089130Z [00:02:52.289]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1023/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/defaults=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws/defaults;$WORK/b1023=>" -p github.com/aws/aws-sdk-go-v2/aws/defaults -lang=go1.22 -complete -installsuffix shared -buildid 541hhMnHwoEBM5qQASPr/541hhMnHwoEBM5qQASPr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1023/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/defaults/auto.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/defaults/configuration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/defaults/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/defaults/doc.go
2025-08-20T23:04:07.0094181Z [00:02:52.289]➜  github.com/aws/aws-sdk-go-v2/aws/transport/http
2025-08-20T23:04:07.0094886Z [00:02:52.289]➜  mkdir -p $WORK/b1003/
2025-08-20T23:04:07.0095661Z [00:02:52.290]➜  cat >/tmp/go-build3700090427/b1003/importcfg << 'EOF' # internal
2025-08-20T23:04:07.0096370Z [00:02:52.290]➜  # import config
2025-08-20T23:04:07.0097074Z [00:02:52.290]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.0097995Z [00:02:52.290]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:07.0098956Z [00:02:52.290]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:07.0101766Z [00:02:52.290]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.0103145Z [00:02:52.290]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.0104785Z [00:02:52.290]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:07.0106154Z [00:02:52.290]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:07.0107587Z [00:02:52.290]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:07.0108977Z [00:02:52.290]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:04:07.0110633Z [00:02:52.290]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:07.0111639Z [00:02:52.290]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:07.0112409Z [00:02:52.290]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:07.0113192Z [00:02:52.290]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:07.0114523Z [00:02:52.290]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:07.0115333Z [00:02:52.290]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:07.0116209Z [00:02:52.290]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.0116776Z [00:02:52.290]➜  EOF
2025-08-20T23:04:07.0124111Z [00:02:52.290]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1003/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/transport/http=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws/transport/http;$WORK/b1003=>" -p github.com/aws/aws-sdk-go-v2/aws/transport/http -lang=go1.22 -complete -installsuffix shared -buildid pjCCMxLpVJ0upDMuik2Q/pjCCMxLpVJ0upDMuik2Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1003/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/transport/http/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/transport/http/content_type.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/transport/http/response_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/transport/http/response_error_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/transport/http/timeout_read_closer.go
2025-08-20T23:04:07.0320923Z [00:02:52.315]➜  go tool buildid -w $WORK/b1023/_pkg_.a # internal
2025-08-20T23:04:07.0338517Z [00:02:52.316]➜  cp $WORK/b1023/_pkg_.a /root/.cache/go-build/e4/e4a41187ed7f40dfa8d2c619ebade6de678cc421193b2fb585fda02fc983853f-d # internal
2025-08-20T23:04:07.0340033Z [00:02:52.316]➜  github.com/aws/aws-sdk-go-v2/aws/retry
2025-08-20T23:04:07.0340700Z [00:02:52.316]➜  mkdir -p $WORK/b1010/
2025-08-20T23:04:07.0344723Z [00:02:52.318]➜  cat >/tmp/go-build3700090427/b1010/importcfg << 'EOF' # internal
2025-08-20T23:04:07.0359588Z [00:02:52.318]➜  # import config
2025-08-20T23:04:07.0360592Z [00:02:52.318]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.0361446Z [00:02:52.318]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:07.0362277Z [00:02:52.318]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.0366200Z [00:02:52.318]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.0368058Z [00:02:52.318]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:07.0371590Z [00:02:52.318]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build3700090427/b1011/_pkg_.a
2025-08-20T23:04:07.0374205Z [00:02:52.318]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3700090427/b1012/_pkg_.a
2025-08-20T23:04:07.0376060Z [00:02:52.318]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3700090427/b987/_pkg_.a
2025-08-20T23:04:07.0379046Z [00:02:52.318]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:04:07.0380953Z [00:02:52.318]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build3700090427/b1013/_pkg_.a
2025-08-20T23:04:07.0384186Z [00:02:52.318]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:07.0385286Z [00:02:52.318]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.0386371Z [00:02:52.320]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3700090427/b998/_pkg_.a
2025-08-20T23:04:07.0387475Z [00:02:52.320]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:07.0388672Z [00:02:52.320]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:04:07.0390213Z [00:02:52.320]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:07.0391298Z [00:02:52.320]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:07.0392131Z [00:02:52.320]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:07.0393173Z [00:02:52.320]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:07.0394049Z [00:02:52.320]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:07.0395122Z [00:02:52.320]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.0395979Z [00:02:52.320]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:07.0396812Z [00:02:52.320]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.0397455Z [00:02:52.320]➜  EOF
2025-08-20T23:04:07.0416178Z [00:02:52.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1010/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry;$WORK/b1010=>" -p github.com/aws/aws-sdk-go-v2/aws/retry -lang=go1.22 -complete -installsuffix shared -buildid p4Av2eJGS7XikRt9iJs3/p4Av2eJGS7XikRt9iJs3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1010/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/adaptive.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/adaptive_ratelimit.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/adaptive_token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/attempt_metrics.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/jitter_backoff.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/retry.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/retryable_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/standard.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/throttle_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/retry/timeout_error.go
2025-08-20T23:04:07.0426085Z [00:02:52.320]➜  go tool buildid -w $WORK/b1018/_pkg_.a # internal
2025-08-20T23:04:07.0427487Z [00:02:52.320]➜  cp $WORK/b1018/_pkg_.a /root/.cache/go-build/90/9044959c1e9d8cf6845154a655c9101d1c32aeedee1649c33b91627efdd0ed42-d # internal
2025-08-20T23:04:07.0428783Z [00:02:52.320]➜  github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
2025-08-20T23:04:07.0434150Z [00:02:52.320]➜  mkdir -p $WORK/b1026/
2025-08-20T23:04:07.0434991Z [00:02:52.320]➜  cat >/tmp/go-build3700090427/b1026/importcfg << 'EOF' # internal
2025-08-20T23:04:07.0435713Z [00:02:52.320]➜  # import config
2025-08-20T23:04:07.0436443Z [00:02:52.320]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:07.0437437Z [00:02:52.320]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:07.0438512Z [00:02:52.320]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.0440107Z [00:02:52.320]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3700090427/b1027/_pkg_.a
2025-08-20T23:04:07.0441281Z [00:02:52.320]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:07.0442164Z [00:02:52.320]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:07.0443002Z [00:02:52.320]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.0443847Z [00:02:52.320]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:07.0444645Z [00:02:52.320]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.0445252Z [00:02:52.320]➜  EOF
2025-08-20T23:04:07.0453999Z [00:02:52.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1026/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/internal/v4=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/internal/v4;$WORK/b1026=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid bkgF6rNQUY-fyzJzl-5f/bkgF6rNQUY-fyzJzl-5f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1026/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/internal/v4/cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/internal/v4/const.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/internal/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/internal/v4/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/internal/v4/hmac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/internal/v4/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/internal/v4/scope.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/internal/v4/time.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/internal/v4/util.go
2025-08-20T23:04:07.1096633Z [00:02:52.393]➜  go tool buildid -w $WORK/b1003/_pkg_.a # internal
2025-08-20T23:04:07.1130820Z [00:02:52.396]➜  cp $WORK/b1003/_pkg_.a /root/.cache/go-build/d4/d450c0544dde1cb505bc876a1ef4a38dbef9f739ca9f9a9718c07e5b264453fa-d # internal
2025-08-20T23:04:07.1139978Z [00:02:52.396]➜  github.com/aws/aws-sdk-go-v2/internal/configsources
2025-08-20T23:04:07.1140711Z [00:02:52.396]➜  mkdir -p $WORK/b1031/
2025-08-20T23:04:07.1158249Z [00:02:52.398]➜  cat >/tmp/go-build3700090427/b1031/importcfg << 'EOF' # internal
2025-08-20T23:04:07.1159104Z [00:02:52.398]➜  # import config
2025-08-20T23:04:07.1160034Z [00:02:52.398]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.1161125Z [00:02:52.398]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.1162096Z [00:02:52.398]➜  EOF
2025-08-20T23:04:07.1176315Z [00:02:52.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1031/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.37=>github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.37;$WORK/b1031=>" -p github.com/aws/aws-sdk-go-v2/internal/configsources -lang=go1.22 -complete -installsuffix shared -buildid sVK0hA6Wqh7fqxdA5caC/sVK0hA6Wqh7fqxdA5caC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1031/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.37/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.37/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.37/go_module_metadata.go
2025-08-20T23:04:07.1447450Z [00:02:52.428]➜  go tool buildid -w $WORK/b1031/_pkg_.a # internal
2025-08-20T23:04:07.1461600Z [00:02:52.429]➜  cp $WORK/b1031/_pkg_.a /root/.cache/go-build/1e/1e56b86ef270606c0e5b3d05f9aa040d4becf36fbd29ecc06de83474f6cc8db2-d # internal
2025-08-20T23:04:07.1462917Z [00:02:52.429]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints
2025-08-20T23:04:07.1463616Z [00:02:52.429]➜  mkdir -p $WORK/b1032/
2025-08-20T23:04:07.1466293Z [00:02:52.429]➜  cat >/tmp/go-build3700090427/b1032/importcfg << 'EOF' # internal
2025-08-20T23:04:07.1468625Z [00:02:52.429]➜  # import config
2025-08-20T23:04:07.1469829Z [00:02:52.429]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.1472786Z [00:02:52.429]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.1473791Z [00:02:52.429]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:07.1474665Z [00:02:52.429]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.1475304Z [00:02:52.429]➜  EOF
2025-08-20T23:04:07.1483884Z [00:02:52.429]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1032/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/endpoints=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/endpoints;$WORK/b1032=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid ez793vO2Rz6j6QtkRMQM/ez793vO2Rz6j6QtkRMQM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1032/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/endpoints/endpoints.go
2025-08-20T23:04:07.1527169Z [00:02:52.436]➜  go tool buildid -w $WORK/b1026/_pkg_.a # internal
2025-08-20T23:04:07.1583285Z [00:02:52.441]➜  cp $WORK/b1026/_pkg_.a /root/.cache/go-build/8c/8c5e062f8e52331d09cef5d7553653aa98fe7b3cca59fd5ee6f17ee4f6dabc9a-d # internal
2025-08-20T23:04:07.1615271Z [00:02:52.445]➜  github.com/aws/aws-sdk-go-v2/aws/signer/v4
2025-08-20T23:04:07.1628001Z [00:02:52.445]➜  mkdir -p $WORK/b1025/
2025-08-20T23:04:07.1628820Z [00:02:52.445]➜  cat >/tmp/go-build3700090427/b1025/importcfg << 'EOF' # internal
2025-08-20T23:04:07.1629795Z [00:02:52.445]➜  # import config
2025-08-20T23:04:07.1630542Z [00:02:52.445]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.1631482Z [00:02:52.445]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:07.1632414Z [00:02:52.445]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:07.1633310Z [00:02:52.445]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.1634329Z [00:02:52.445]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.1635599Z [00:02:52.445]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:07.1637033Z [00:02:52.445]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build3700090427/b1026/_pkg_.a
2025-08-20T23:04:07.1638469Z [00:02:52.445]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3700090427/b1028/_pkg_.a
2025-08-20T23:04:07.1645286Z [00:02:52.445]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:04:07.1647363Z [00:02:52.445]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3700090427/b1029/_pkg_.a
2025-08-20T23:04:07.1648733Z [00:02:52.445]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.1650156Z [00:02:52.445]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:07.1651374Z [00:02:52.445]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:04:07.1652634Z [00:02:52.445]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:07.1653703Z [00:02:52.445]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:07.1654523Z [00:02:52.445]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:07.1655385Z [00:02:52.445]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:07.1656335Z [00:02:52.445]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:04:07.1657420Z [00:02:52.445]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:07.1658269Z [00:02:52.445]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:07.1659120Z [00:02:52.445]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:07.1660199Z [00:02:52.445]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.1661031Z [00:02:52.445]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.1661659Z [00:02:52.445]➜  EOF
2025-08-20T23:04:07.1667178Z [00:02:52.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1025/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/v4=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/v4;$WORK/b1025=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/v4 -lang=go1.22 -complete -installsuffix shared -buildid pIXvtyZXcI8LpibfZm9P/pIXvtyZXcI8LpibfZm9P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1025/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/v4/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/v4/presign_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/v4/stream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/signer/v4/v4.go
2025-08-20T23:04:07.2042825Z [00:02:52.487]➜  go tool buildid -w $WORK/b1032/_pkg_.a # internal
2025-08-20T23:04:07.2073308Z [00:02:52.490]➜  cp $WORK/b1032/_pkg_.a /root/.cache/go-build/3a/3a452a6ec7bbef71c77367ab8724005a8b84b5bb676814ea9323edfcec678498-d # internal
2025-08-20T23:04:07.2086537Z [00:02:52.490]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
2025-08-20T23:04:07.2087278Z [00:02:52.490]➜  mkdir -p $WORK/b1036/
2025-08-20T23:04:07.2088065Z [00:02:52.490]➜  cat >/tmp/go-build3700090427/b1036/importcfg << 'EOF' # internal
2025-08-20T23:04:07.2089112Z [00:02:52.490]➜  # import config
2025-08-20T23:04:07.2090089Z [00:02:52.490]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.2091137Z [00:02:52.490]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.2092335Z [00:02:52.490]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.2093343Z [00:02:52.490]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:07.2094146Z [00:02:52.490]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.2094794Z [00:02:52.490]➜  EOF
2025-08-20T23:04:07.2103237Z [00:02:52.490]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.37=>github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.37;$WORK/b1036=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 -lang=go1.22 -complete -installsuffix shared -buildid ABdVYGE62xF5wfv3t8Rs/ABdVYGE62xF5wfv3t8Rs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1036/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.37/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.37/go_module_metadata.go
2025-08-20T23:04:07.2251891Z [00:02:52.508]➜  go tool buildid -w $WORK/b1010/_pkg_.a # internal
2025-08-20T23:04:07.2287598Z [00:02:52.512]➜  cp $WORK/b1010/_pkg_.a /root/.cache/go-build/15/1513a3b01a194062a52ea2d6b145bb755ad3a5d0fb35aa991b77dd7f7b20189f-d # internal
2025-08-20T23:04:07.2294544Z [00:02:52.512]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds
2025-08-20T23:04:07.2297890Z [00:02:52.513]➜  mkdir -p $WORK/b1009/
2025-08-20T23:04:07.2300038Z [00:02:52.513]➜  cat >/tmp/go-build3700090427/b1009/importcfg << 'EOF' # internal
2025-08-20T23:04:07.2301004Z [00:02:52.513]➜  # import config
2025-08-20T23:04:07.2303697Z [00:02:52.513]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:07.2307375Z [00:02:52.513]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.2311727Z [00:02:52.513]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:07.2312580Z [00:02:52.513]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:07.2313363Z [00:02:52.513]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.2314345Z [00:02:52.513]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.2315535Z [00:02:52.513]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:07.2316761Z [00:02:52.513]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3700090427/b1010/_pkg_.a
2025-08-20T23:04:07.2318021Z [00:02:52.513]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3700090427/b1003/_pkg_.a
2025-08-20T23:04:07.2322594Z [00:02:52.513]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build3700090427/b1014/_pkg_.a
2025-08-20T23:04:07.2323999Z [00:02:52.513]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:07.2325058Z [00:02:52.513]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3700090427/b1015/_pkg_.a
2025-08-20T23:04:07.2326301Z [00:02:52.513]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.2327429Z [00:02:52.514]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:07.2328673Z [00:02:52.514]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:07.2329856Z [00:02:52.514]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:07.2330681Z [00:02:52.514]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:07.2331657Z [00:02:52.514]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:07.2332520Z [00:02:52.514]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:07.2333416Z [00:02:52.514]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:07.2334262Z [00:02:52.514]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:07.2335017Z [00:02:52.514]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:07.2335789Z [00:02:52.514]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:07.2336586Z [00:02:52.514]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.2337370Z [00:02:52.514]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:07.2338192Z [00:02:52.514]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:07.2338992Z [00:02:52.514]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.2339777Z [00:02:52.514]➜  EOF
2025-08-20T23:04:07.2355597Z [00:02:52.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1009/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33=>github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33;$WORK/b1009=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds -lang=go1.22 -complete -installsuffix shared -buildid baCDc1Vnbx522rpA6KLv/baCDc1Vnbx522rpA6KLv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1009/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/api_op_GetDynamicData.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/api_op_GetIAMInfo.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/api_op_GetInstanceIdentityDocument.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/api_op_GetMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/api_op_GetRegion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/api_op_GetToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/api_op_GetUserData.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/request_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.33/token_provider.go
2025-08-20T23:04:07.2522550Z [00:02:52.535]➜  go tool buildid -w $WORK/b1036/_pkg_.a # internal
2025-08-20T23:04:07.2556701Z [00:02:52.539]➜  cp $WORK/b1036/_pkg_.a /root/.cache/go-build/92/9291b8ff4b87cecec0eb7cb322b7f71df3705e0156d7417364a6df9f33b22be4-d # internal
2025-08-20T23:04:07.2564621Z [00:02:52.539]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
2025-08-20T23:04:07.2565363Z [00:02:52.539]➜  mkdir -p $WORK/b1017/
2025-08-20T23:04:07.2566054Z [00:02:52.539]➜  cat >/tmp/go-build3700090427/b1017/importcfg << 'EOF' # internal
2025-08-20T23:04:07.2566701Z [00:02:52.539]➜  # import config
2025-08-20T23:04:07.2567583Z [00:02:52.539]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.2568458Z [00:02:52.539]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:07.2569303Z [00:02:52.539]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.2570494Z [00:02:52.539]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.2571725Z [00:02:52.539]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:07.2572985Z [00:02:52.539]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3700090427/b1010/_pkg_.a
2025-08-20T23:04:07.2574403Z [00:02:52.539]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3700090427/b1003/_pkg_.a
2025-08-20T23:04:07.2575641Z [00:02:52.539]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:07.2576764Z [00:02:52.539]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:07.2577997Z [00:02:52.539]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:07.2578958Z [00:02:52.539]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:07.2584978Z [00:02:52.539]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:07.2585803Z [00:02:52.539]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:07.2586571Z [00:02:52.539]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.2587133Z [00:02:52.539]➜  EOF
2025-08-20T23:04:07.2594377Z [00:02:52.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1017/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/endpointcreds/internal/client=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/endpointcreds/internal/client;$WORK/b1017=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client -lang=go1.22 -complete -installsuffix shared -buildid W2Z0yhKNb_ajTC4ohjd1/W2Z0yhKNb_ajTC4ohjd1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1017/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/endpointcreds/internal/client/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/endpointcreds/internal/client/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/endpointcreds/internal/client/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/endpointcreds/internal/client/middleware.go
2025-08-20T23:04:07.2893654Z [00:02:52.572]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:07.2900025Z [00:02:52.573]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x018.o -c pool.c
2025-08-20T23:04:07.3269985Z [00:02:52.610]➜  go tool buildid -w $WORK/b1025/_pkg_.a # internal
2025-08-20T23:04:07.3296303Z [00:02:52.613]➜  cp $WORK/b1025/_pkg_.a /root/.cache/go-build/6a/6a4c9c0c3456d1f1a41fbfca9dfd1c7a83b70533530a70627cbc012848083c0b-d # internal
2025-08-20T23:04:07.3302537Z [00:02:52.613]➜  github.com/aws/aws-sdk-go-v2/internal/auth/smithy
2025-08-20T23:04:07.3303218Z [00:02:52.613]➜  mkdir -p $WORK/b1030/
2025-08-20T23:04:07.3309236Z [00:02:52.614]➜  cat >/tmp/go-build3700090427/b1030/importcfg << 'EOF' # internal
2025-08-20T23:04:07.3311916Z [00:02:52.614]➜  # import config
2025-08-20T23:04:07.3313974Z [00:02:52.614]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.3314968Z [00:02:52.614]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.3316200Z [00:02:52.614]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.3317394Z [00:02:52.614]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3700090427/b1025/_pkg_.a
2025-08-20T23:04:07.3318663Z [00:02:52.614]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3700090427/b1012/_pkg_.a
2025-08-20T23:04:07.3320135Z [00:02:52.614]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:04:07.3321359Z [00:02:52.614]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:07.3322673Z [00:02:52.614]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3700090427/b997/_pkg_.a
2025-08-20T23:04:07.3323924Z [00:02:52.614]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3700090427/b990/_pkg_.a
2025-08-20T23:04:07.3325164Z [00:02:52.614]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.3326412Z [00:02:52.614]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:07.3327444Z [00:02:52.614]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.3328079Z [00:02:52.614]➜  EOF
2025-08-20T23:04:07.3328594Z [00:02:52.614]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:07.3336144Z [00:02:52.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1030/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/auth/smithy=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/auth/smithy;$WORK/b1030=>" -p github.com/aws/aws-sdk-go-v2/internal/auth/smithy -lang=go1.22 -complete -installsuffix shared -buildid cdIXv9XsmLRh6xvRtIe8/cdIXv9XsmLRh6xvRtIe8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1030/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/auth/smithy/bearer_token_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/auth/smithy/bearer_token_signer_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/auth/smithy/credentials_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/auth/smithy/smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/auth/smithy/v4signer_adapter.go
2025-08-20T23:04:07.3488968Z [00:02:52.632]➜  go tool buildid -w $WORK/b1017/_pkg_.a # internal
2025-08-20T23:04:07.3507674Z [00:02:52.634]➜  cp $WORK/b1017/_pkg_.a /root/.cache/go-build/a3/a37e200d1545d1631ca3fc4d1c870cabd74cff60e1183f614ea816146f483de3-d # internal
2025-08-20T23:04:07.3514078Z [00:02:52.634]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
2025-08-20T23:04:07.3517146Z [00:02:52.634]➜  mkdir -p $WORK/b1016/
2025-08-20T23:04:07.3517919Z [00:02:52.635]➜  cat >/tmp/go-build3700090427/b1016/importcfg << 'EOF' # internal
2025-08-20T23:04:07.3518815Z [00:02:52.635]➜  # import config
2025-08-20T23:04:07.3519611Z [00:02:52.635]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.3520460Z [00:02:52.635]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.3521457Z [00:02:52.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.3522937Z [00:02:52.635]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build3700090427/b1017/_pkg_.a
2025-08-20T23:04:07.3524460Z [00:02:52.635]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:07.3525524Z [00:02:52.635]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:07.3526433Z [00:02:52.635]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.3527078Z [00:02:52.635]➜  EOF
2025-08-20T23:04:07.3531438Z [00:02:52.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1016/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/endpointcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/endpointcreds;$WORK/b1016=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds -lang=go1.22 -complete -installsuffix shared -buildid poU94uKVVUZVsY_7RlmO/poU94uKVVUZVsY_7RlmO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1016/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/endpointcreds/provider.go
2025-08-20T23:04:07.3765088Z [00:02:52.660]➜  go tool buildid -w $WORK/b1030/_pkg_.a # internal
2025-08-20T23:04:07.3780953Z [00:02:52.661]➜  cp $WORK/b1030/_pkg_.a /root/.cache/go-build/b4/b440ff5218052b2abb3bacbbdc339842c4ee7e14d3da7c07e41d823b095bbd3c-d # internal
2025-08-20T23:04:07.3787415Z [00:02:52.662]➜  github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
2025-08-20T23:04:07.3788150Z [00:02:52.662]➜  mkdir -p $WORK/b1035/
2025-08-20T23:04:07.3789212Z [00:02:52.662]➜  cat >/tmp/go-build3700090427/b1035/importcfg << 'EOF' # internal
2025-08-20T23:04:07.3790275Z [00:02:52.662]➜  # import config
2025-08-20T23:04:07.3792238Z [00:02:52.662]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.3793719Z [00:02:52.662]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3700090427/b1036/_pkg_.a
2025-08-20T23:04:07.3795174Z [00:02:52.662]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.3796555Z [00:02:52.662]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:07.3797351Z [00:02:52.662]➜  EOF
2025-08-20T23:04:07.3803906Z [00:02:52.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1035/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/internal/endpoints;$WORK/b1035=>" -p github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid PptPdyrdu0LiKb12bJoP/PptPdyrdu0LiKb12bJoP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1035/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/internal/endpoints/endpoints.go
2025-08-20T23:04:07.3848088Z [00:02:52.668]➜  go tool buildid -w $WORK/b1009/_pkg_.a # internal
2025-08-20T23:04:07.3874746Z [00:02:52.671]➜  cp $WORK/b1009/_pkg_.a /root/.cache/go-build/eb/ebbea1bb8d61ca6ba2f76d513726132613dde2e0982d0a251fac9cd3179ca718-d # internal
2025-08-20T23:04:07.3878124Z [00:02:52.671]➜  github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
2025-08-20T23:04:07.3879143Z [00:02:52.671]➜  mkdir -p $WORK/b1008/
2025-08-20T23:04:07.3881033Z [00:02:52.671]➜  go tool buildid -w $WORK/b1016/_pkg_.a # internal
2025-08-20T23:04:07.3882215Z [00:02:52.671]➜  cat >/tmp/go-build3700090427/b1008/importcfg << 'EOF' # internal
2025-08-20T23:04:07.3902496Z [00:02:52.671]➜  # import config
2025-08-20T23:04:07.3903463Z [00:02:52.672]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:07.3904330Z [00:02:52.672]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.3905248Z [00:02:52.672]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:07.3906118Z [00:02:52.672]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.3907160Z [00:02:52.672]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.3908454Z [00:02:52.672]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3700090427/b1009/_pkg_.a
2025-08-20T23:04:07.3910050Z [00:02:52.672]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3700090427/b987/_pkg_.a
2025-08-20T23:04:07.3911392Z [00:02:52.672]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:04:07.3912565Z [00:02:52.672]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:07.3913861Z [00:02:52.672]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.3915243Z [00:02:52.672]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:07.3916247Z [00:02:52.672]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:07.3917072Z [00:02:52.672]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:07.3917958Z [00:02:52.672]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.3918793Z [00:02:52.672]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.3923674Z [00:02:52.672]➜  EOF
2025-08-20T23:04:07.3928786Z [00:02:52.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1008/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/ec2rolecreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/ec2rolecreds;$WORK/b1008=>" -p github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds -lang=go1.22 -complete -installsuffix shared -buildid w9zJ8zbs27qke4SES3md/w9zJ8zbs27qke4SES3md -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1008/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/ec2rolecreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/ec2rolecreds/provider.go
2025-08-20T23:04:07.3933892Z [00:02:52.673]➜  cp $WORK/b1016/_pkg_.a /root/.cache/go-build/05/05b855def68e0cac91e06c25a5b8845cb3814a762ca59a7f05fea1d814ca2756-d # internal
2025-08-20T23:04:07.3935257Z [00:02:52.673]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
2025-08-20T23:04:07.3935975Z [00:02:52.673]➜  mkdir -p $WORK/b1041/
2025-08-20T23:04:07.3936861Z [00:02:52.673]➜  cat >/tmp/go-build3700090427/b1041/importcfg << 'EOF' # internal
2025-08-20T23:04:07.3937598Z [00:02:52.673]➜  # import config
2025-08-20T23:04:07.3938450Z [00:02:52.673]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.3940011Z [00:02:52.673]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3700090427/b1036/_pkg_.a
2025-08-20T23:04:07.3941336Z [00:02:52.673]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.3942413Z [00:02:52.673]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:07.3943046Z [00:02:52.673]➜  EOF
2025-08-20T23:04:07.3947460Z [00:02:52.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1041/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/internal/endpoints;$WORK/b1041=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 5oqTlya7Pzlo435Rs1KQ/5oqTlya7Pzlo435Rs1KQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1041/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/internal/endpoints/endpoints.go
2025-08-20T23:04:07.4269932Z [00:02:52.710]➜  go tool buildid -w $WORK/b1041/_pkg_.a # internal
2025-08-20T23:04:07.4280434Z [00:02:52.711]➜  cp $WORK/b1041/_pkg_.a /root/.cache/go-build/be/be5a8db03666c1f16aa2d56c01a8e8e9feba7b35950fde3eca414a5b151d94e2-d # internal
2025-08-20T23:04:07.4285146Z [00:02:52.711]➜  go tool buildid -w $WORK/b1035/_pkg_.a # internal
2025-08-20T23:04:07.4294502Z [00:02:52.712]➜  cp $WORK/b1035/_pkg_.a /root/.cache/go-build/1f/1ff03a7c4b3cbcec4fa12730a674f7394b933132591dae910350e1047904b14c-d # internal
2025-08-20T23:04:07.4303796Z [00:02:52.713]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc
2025-08-20T23:04:07.4306617Z [00:02:52.713]➜  mkdir -p $WORK/b1040/
2025-08-20T23:04:07.4312829Z [00:02:52.714]➜  github.com/aws/aws-sdk-go-v2/service/sso
2025-08-20T23:04:07.4321886Z [00:02:52.714]➜  mkdir -p $WORK/b1022/
2025-08-20T23:04:07.4322687Z [00:02:52.715]➜  cat >/tmp/go-build3700090427/b1040/importcfg << 'EOF' # internal
2025-08-20T23:04:07.4323370Z [00:02:52.715]➜  # import config
2025-08-20T23:04:07.4324017Z [00:02:52.715]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:07.4330149Z [00:02:52.715]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.4331772Z [00:02:52.715]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:07.4332677Z [00:02:52.715]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:07.4333468Z [00:02:52.715]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.4334478Z [00:02:52.715]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.4335945Z [00:02:52.715]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3700090427/b1023/_pkg_.a
2025-08-20T23:04:07.4337243Z [00:02:52.715]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:07.4338620Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3700090427/b1024/_pkg_.a
2025-08-20T23:04:07.4352107Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3700090427/b1010/_pkg_.a
2025-08-20T23:04:07.4353758Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3700090427/b1025/_pkg_.a
2025-08-20T23:04:07.4355076Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3700090427/b1003/_pkg_.a
2025-08-20T23:04:07.4356348Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3700090427/b1028/_pkg_.a
2025-08-20T23:04:07.4357637Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3700090427/b1030/_pkg_.a
2025-08-20T23:04:07.4359038Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3700090427/b1031/_pkg_.a
2025-08-20T23:04:07.4360647Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3700090427/b1032/_pkg_.a
2025-08-20T23:04:07.4362118Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3700090427/b1033/_pkg_.a
2025-08-20T23:04:07.4363571Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3700090427/b1034/_pkg_.a
2025-08-20T23:04:07.4365058Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build3700090427/b1041/_pkg_.a
2025-08-20T23:04:07.4367052Z [00:02:52.716]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build3700090427/b1042/_pkg_.a
2025-08-20T23:04:07.4368540Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:07.4370161Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3700090427/b997/_pkg_.a
2025-08-20T23:04:07.4372296Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3700090427/b1038/_pkg_.a
2025-08-20T23:04:07.4374147Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3700090427/b1029/_pkg_.a
2025-08-20T23:04:07.4375890Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3700090427/b1043/_pkg_.a
2025-08-20T23:04:07.4377456Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3700090427/b1039/_pkg_.a
2025-08-20T23:04:07.4378843Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3700090427/b1015/_pkg_.a
2025-08-20T23:04:07.4380494Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.4382088Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3700090427/b998/_pkg_.a
2025-08-20T23:04:07.4383440Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:07.4384992Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3700090427/b1002/_pkg_.a
2025-08-20T23:04:07.4386473Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3700090427/b999/_pkg_.a
2025-08-20T23:04:07.4388166Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:04:07.4389476Z [00:02:52.716]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:07.4390465Z [00:02:52.716]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:07.4391236Z [00:02:52.716]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:07.4392020Z [00:02:52.716]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:07.4393579Z [00:02:52.716]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:07.4394662Z [00:02:52.716]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:07.4395683Z [00:02:52.716]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.4396955Z [00:02:52.716]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:07.4397978Z [00:02:52.716]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.4400173Z [00:02:52.716]➜  EOF
2025-08-20T23:04:07.4411236Z [00:02:52.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1040/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4;$WORK/b1040=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc -lang=go1.22 -complete -installsuffix shared -buildid 0_jl3KC_0JsHIGHrRiX2/0_jl3KC_0JsHIGHrRiX2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1040/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/api_op_CreateToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/api_op_CreateTokenWithIAM.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/api_op_RegisterClient.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/api_op_StartDeviceAuthorization.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.4/validators.go
2025-08-20T23:04:07.4421651Z [00:02:52.718]➜  cat >/tmp/go-build3700090427/b1022/importcfg << 'EOF' # internal
2025-08-20T23:04:07.4422700Z [00:02:52.718]➜  # import config
2025-08-20T23:04:07.4423536Z [00:02:52.718]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:07.4424385Z [00:02:52.718]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.4425437Z [00:02:52.718]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:07.4426269Z [00:02:52.718]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:07.4427226Z [00:02:52.718]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.4428185Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.4429517Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3700090427/b1023/_pkg_.a
2025-08-20T23:04:07.4430986Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:07.4432328Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3700090427/b1024/_pkg_.a
2025-08-20T23:04:07.4433575Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3700090427/b1010/_pkg_.a
2025-08-20T23:04:07.4434858Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3700090427/b1025/_pkg_.a
2025-08-20T23:04:07.4436041Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3700090427/b1003/_pkg_.a
2025-08-20T23:04:07.4437213Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3700090427/b1028/_pkg_.a
2025-08-20T23:04:07.4438667Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3700090427/b1030/_pkg_.a
2025-08-20T23:04:07.4440392Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3700090427/b1031/_pkg_.a
2025-08-20T23:04:07.4441823Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3700090427/b1032/_pkg_.a
2025-08-20T23:04:07.4443288Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3700090427/b1033/_pkg_.a
2025-08-20T23:04:07.4445041Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3700090427/b1034/_pkg_.a
2025-08-20T23:04:07.4447075Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build3700090427/b1035/_pkg_.a
2025-08-20T23:04:07.4448888Z [00:02:52.718]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build3700090427/b1037/_pkg_.a
2025-08-20T23:04:07.4450709Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:07.4452325Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3700090427/b997/_pkg_.a
2025-08-20T23:04:07.4453865Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3700090427/b1038/_pkg_.a
2025-08-20T23:04:07.4455527Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3700090427/b1029/_pkg_.a
2025-08-20T23:04:07.4457198Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3700090427/b1039/_pkg_.a
2025-08-20T23:04:07.4458516Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3700090427/b1015/_pkg_.a
2025-08-20T23:04:07.4460080Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.4461514Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3700090427/b998/_pkg_.a
2025-08-20T23:04:07.4463039Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:07.4464221Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3700090427/b1002/_pkg_.a
2025-08-20T23:04:07.4465405Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3700090427/b999/_pkg_.a
2025-08-20T23:04:07.4466473Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:04:07.4467617Z [00:02:52.718]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:07.4468553Z [00:02:52.718]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:07.4469314Z [00:02:52.718]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:07.4470495Z [00:02:52.718]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:07.4471227Z [00:02:52.718]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:07.4471949Z [00:02:52.718]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:07.4472695Z [00:02:52.718]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:07.4473427Z [00:02:52.718]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.4474254Z [00:02:52.718]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:07.4475037Z [00:02:52.718]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.4475713Z [00:02:52.718]➜  EOF
2025-08-20T23:04:07.4489939Z [00:02:52.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1022/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6;$WORK/b1022=>" -p github.com/aws/aws-sdk-go-v2/service/sso -lang=go1.22 -complete -installsuffix shared -buildid y6ky_eHaoYxQUKUhDs53/y6ky_eHaoYxQUKUhDs53 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1022/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/api_op_GetRoleCredentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/api_op_ListAccountRoles.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/api_op_ListAccounts.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/api_op_Logout.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.6/validators.go
2025-08-20T23:04:07.4499199Z [00:02:52.732]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:07.4503478Z [00:02:52.732]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x019.o -c threading.c
2025-08-20T23:04:07.4510734Z [00:02:52.734]➜  go tool buildid -w $WORK/b1008/_pkg_.a # internal
2025-08-20T23:04:07.4543483Z [00:02:52.737]➜  cp $WORK/b1008/_pkg_.a /root/.cache/go-build/86/8687d3338b26746f193dbd303f4ecb4f2c1e0fa8a7d0dd64dcb1a934a74676c8-d # internal
2025-08-20T23:04:07.4545884Z [00:02:52.738]➜  github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
2025-08-20T23:04:07.4547078Z [00:02:52.738]➜  mkdir -p $WORK/b1050/
2025-08-20T23:04:07.4553038Z [00:02:52.738]➜  cat >/tmp/go-build3700090427/b1050/importcfg << 'EOF' # internal
2025-08-20T23:04:07.4553745Z [00:02:52.738]➜  # import config
2025-08-20T23:04:07.4554576Z [00:02:52.738]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.4555377Z [00:02:52.738]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.4556442Z [00:02:52.738]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:07.4557687Z [00:02:52.738]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3700090427/b1025/_pkg_.a
2025-08-20T23:04:07.4558911Z [00:02:52.738]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:07.4560051Z [00:02:52.738]➜  EOF
2025-08-20T23:04:07.4560556Z [00:02:52.738]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:07.4567046Z [00:02:52.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1050/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.18=>github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.18;$WORK/b1050=>" -p github.com/aws/aws-sdk-go-v2/service/internal/presigned-url -lang=go1.22 -complete -installsuffix shared -buildid 3XExj3IOAPPj863njXFg/3XExj3IOAPPj863njXFg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1050/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.18/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.18/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.18/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.18/middleware.go
2025-08-20T23:04:07.4738124Z [00:02:52.757]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:07.4742376Z [00:02:52.757]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x020.o -c xxhash.c
2025-08-20T23:04:07.4973020Z [00:02:52.780]➜  go tool buildid -w $WORK/b1050/_pkg_.a # internal
2025-08-20T23:04:07.4985469Z [00:02:52.782]➜  cp $WORK/b1050/_pkg_.a /root/.cache/go-build/e1/e16b5d5abda7adc02c0379d601ab02c323bb7cdc4e294f18a3752c5eb9db1818-d # internal
2025-08-20T23:04:07.4989228Z [00:02:52.782]➜  github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
2025-08-20T23:04:07.4990296Z [00:02:52.782]➜  mkdir -p $WORK/b1051/
2025-08-20T23:04:07.4997448Z [00:02:52.783]➜  cat >/tmp/go-build3700090427/b1051/importcfg << 'EOF' # internal
2025-08-20T23:04:07.4998278Z [00:02:52.783]➜  # import config
2025-08-20T23:04:07.4999159Z [00:02:52.783]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.5000682Z [00:02:52.783]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3700090427/b1036/_pkg_.a
2025-08-20T23:04:07.5001932Z [00:02:52.783]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.5002751Z [00:02:52.783]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:07.5003368Z [00:02:52.783]➜  EOF
2025-08-20T23:04:07.5003827Z [00:02:52.783]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:07.5011846Z [00:02:52.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/internal/endpoints;$WORK/b1051=>" -p github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid EAQZsiMzdOLb88P_a_an/EAQZsiMzdOLb88P_a_an -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1051/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/internal/endpoints/endpoints.go
2025-08-20T23:04:07.5442677Z [00:02:52.827]➜  go tool buildid -w $WORK/b1051/_pkg_.a # internal
2025-08-20T23:04:07.5458347Z [00:02:52.829]➜  cp $WORK/b1051/_pkg_.a /root/.cache/go-build/d9/d94ce3306e21c52094a34e159b579d5da849a277f3d8e4647aace9c16e28652c-d # internal
2025-08-20T23:04:07.5472862Z [00:02:52.831]➜  github.com/aws/aws-sdk-go-v2/service/sts
2025-08-20T23:04:07.5477043Z [00:02:52.831]➜  mkdir -p $WORK/b1046/
2025-08-20T23:04:07.5487119Z [00:02:52.832]➜  cat >/tmp/go-build3700090427/b1046/importcfg << 'EOF' # internal
2025-08-20T23:04:07.5490892Z [00:02:52.832]➜  # import config
2025-08-20T23:04:07.5491737Z [00:02:52.832]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:07.5492795Z [00:02:52.832]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:07.5493693Z [00:02:52.832]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:04:07.5494528Z [00:02:52.832]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:07.5495311Z [00:02:52.832]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:07.5496228Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:07.5497597Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3700090427/b1023/_pkg_.a
2025-08-20T23:04:07.5498825Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:07.5500250Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build3700090427/b1047/_pkg_.a
2025-08-20T23:04:07.5501452Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3700090427/b1048/_pkg_.a
2025-08-20T23:04:07.5502846Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3700090427/b1010/_pkg_.a
2025-08-20T23:04:07.5504206Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3700090427/b1025/_pkg_.a
2025-08-20T23:04:07.5505511Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3700090427/b1003/_pkg_.a
2025-08-20T23:04:07.5506821Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3700090427/b1028/_pkg_.a
2025-08-20T23:04:07.5508084Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3700090427/b1030/_pkg_.a
2025-08-20T23:04:07.5515342Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3700090427/b1031/_pkg_.a
2025-08-20T23:04:07.5517389Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3700090427/b1032/_pkg_.a
2025-08-20T23:04:07.5519640Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3700090427/b1033/_pkg_.a
2025-08-20T23:04:07.5521199Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3700090427/b1034/_pkg_.a
2025-08-20T23:04:07.5522744Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3700090427/b1049/_pkg_.a
2025-08-20T23:04:07.5524375Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3700090427/b1050/_pkg_.a
2025-08-20T23:04:07.5525989Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build3700090427/b1051/_pkg_.a
2025-08-20T23:04:07.5527510Z [00:02:52.832]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3700090427/b1052/_pkg_.a
2025-08-20T23:04:07.5528766Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:07.5530140Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3700090427/b997/_pkg_.a
2025-08-20T23:04:07.5532793Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3700090427/b1038/_pkg_.a
2025-08-20T23:04:07.5538640Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3700090427/b1029/_pkg_.a
2025-08-20T23:04:07.5540855Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3700090427/b1053/_pkg_.a
2025-08-20T23:04:07.5542612Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3700090427/b1039/_pkg_.a
2025-08-20T23:04:07.5544294Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3700090427/b1015/_pkg_.a
2025-08-20T23:04:07.5545972Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:07.5547711Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3700090427/b998/_pkg_.a
2025-08-20T23:04:07.5549814Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:07.5551586Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3700090427/b1002/_pkg_.a
2025-08-20T23:04:07.5553257Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3700090427/b999/_pkg_.a
2025-08-20T23:04:07.5554932Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:04:07.5556434Z [00:02:52.832]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:07.5558205Z [00:02:52.832]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:07.5559203Z [00:02:52.832]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:07.5560373Z [00:02:52.832]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:07.5561267Z [00:02:52.832]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:07.5562143Z [00:02:52.832]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:07.5563262Z [00:02:52.832]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:07.5564164Z [00:02:52.832]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:07.5565027Z [00:02:52.832]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:07.5565987Z [00:02:52.832]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:07.5566871Z [00:02:52.832]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:07.5567509Z [00:02:52.832]➜  EOF
2025-08-20T23:04:07.5585733Z [00:02:52.836]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1=>github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1;$WORK/b1046=>" -p github.com/aws/aws-sdk-go-v2/service/sts -lang=go1.22 -complete -installsuffix shared -buildid ZDCS43d7Hxvr2lgilKyQ/ZDCS43d7Hxvr2lgilKyQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1046/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/api_op_AssumeRole.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/api_op_AssumeRoleWithSAML.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/api_op_AssumeRoleWithWebIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/api_op_AssumeRoot.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/api_op_DecodeAuthorizationMessage.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/api_op_GetAccessKeyInfo.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/api_op_GetCallerIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/api_op_GetFederationToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/api_op_GetSessionToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.34.1/validators.go
2025-08-20T23:04:07.5918000Z [00:02:52.875]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:07.5922251Z [00:02:52.875]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x021.o -c zbuff_common.c
2025-08-20T23:04:07.6515034Z [00:02:52.934]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x022.o -c zbuff_compress.c
2025-08-20T23:04:07.8010613Z [00:02:53.084]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x023.o -c zbuff_decompress.c
2025-08-20T23:04:07.9084415Z [00:02:53.191]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x024.o -c zdict.c
2025-08-20T23:04:08.0558372Z [00:02:53.339]➜  go tool buildid -w $WORK/b1022/_pkg_.a # internal
2025-08-20T23:04:08.0634707Z [00:02:53.347]➜  cp $WORK/b1022/_pkg_.a /root/.cache/go-build/f6/f6e1c8850c4aafcf2e98dd45e2deed7312c660067bcd475a894c70ca089f2370-d # internal
2025-08-20T23:04:08.0636555Z [00:02:53.347]➜  github.com/aws/aws-sdk-go-v2/service/sns/internal/endpoints
2025-08-20T23:04:08.0637797Z [00:02:53.347]➜  mkdir -p $WORK/b1057/
2025-08-20T23:04:08.0645873Z [00:02:53.348]➜  cat >/tmp/go-build3700090427/b1057/importcfg << 'EOF' # internal
2025-08-20T23:04:08.0646530Z [00:02:53.348]➜  # import config
2025-08-20T23:04:08.0647356Z [00:02:53.348]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:08.0648646Z [00:02:53.348]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3700090427/b1036/_pkg_.a
2025-08-20T23:04:08.0652143Z [00:02:53.348]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:08.0653170Z [00:02:53.348]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:08.0653812Z [00:02:53.348]➜  EOF
2025-08-20T23:04:08.0654269Z [00:02:53.348]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:08.0658734Z [00:02:53.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1057/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/internal/endpoints;$WORK/b1057=>" -p github.com/aws/aws-sdk-go-v2/service/sns/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid x2DFcOoAYT4a23RqcNAs/x2DFcOoAYT4a23RqcNAs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1057/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/internal/endpoints/endpoints.go
2025-08-20T23:04:08.0858271Z [00:02:53.367]➜  go tool buildid -w $WORK/b1040/_pkg_.a # internal
2025-08-20T23:04:08.0928209Z [00:02:53.376]➜  cp $WORK/b1040/_pkg_.a /root/.cache/go-build/6a/6a237f0b73d6eddcff96a798c751d330f286c5351002c1cef79f6096cb53451b-d # internal
2025-08-20T23:04:08.0931632Z [00:02:53.376]➜  github.com/aws/aws-sdk-go-v2/credentials/ssocreds
2025-08-20T23:04:08.0932354Z [00:02:53.376]➜  mkdir -p $WORK/b1020/
2025-08-20T23:04:08.0941519Z [00:02:53.377]➜  cat >/tmp/go-build3700090427/b1020/importcfg << 'EOF' # internal
2025-08-20T23:04:08.0942659Z [00:02:53.377]➜  # import config
2025-08-20T23:04:08.0944574Z [00:02:53.377]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:08.0945528Z [00:02:53.377]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:08.0946509Z [00:02:53.377]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:08.0947481Z [00:02:53.377]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:08.0948670Z [00:02:53.377]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:08.0949906Z [00:02:53.377]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:08.0951111Z [00:02:53.377]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:04:08.0952303Z [00:02:53.377]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3700090427/b1021/_pkg_.a
2025-08-20T23:04:08.0953627Z [00:02:53.377]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3700090427/b1022/_pkg_.a
2025-08-20T23:04:08.0955209Z [00:02:53.377]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3700090427/b1040/_pkg_.a
2025-08-20T23:04:08.0956547Z [00:02:53.377]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3700090427/b990/_pkg_.a
2025-08-20T23:04:08.0957644Z [00:02:53.377]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:08.0958632Z [00:02:53.377]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:08.0959714Z [00:02:53.377]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:08.0960612Z [00:02:53.377]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:08.0961510Z [00:02:53.377]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:08.0962362Z [00:02:53.377]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:08.0962996Z [00:02:53.377]➜  EOF
2025-08-20T23:04:08.0968607Z [00:02:53.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1020/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/ssocreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/ssocreds;$WORK/b1020=>" -p github.com/aws/aws-sdk-go-v2/credentials/ssocreds -lang=go1.22 -complete -installsuffix shared -buildid niklWKywqum6bC4zGxAn/niklWKywqum6bC4zGxAn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1020/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/ssocreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/ssocreds/sso_cached_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/ssocreds/sso_credentials_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/ssocreds/sso_token_provider.go
2025-08-20T23:04:08.1199127Z [00:02:53.403]➜  go tool buildid -w $WORK/b1057/_pkg_.a # internal
2025-08-20T23:04:08.1208087Z [00:02:53.404]➜  cp $WORK/b1057/_pkg_.a /root/.cache/go-build/d8/d8a7d5e763d34d4e60016fea457408556cf95a38229b1e039454f7a19a135812-d # internal
2025-08-20T23:04:08.1229049Z [00:02:53.406]➜  github.com/aws/aws-sdk-go-v2/service/sns
2025-08-20T23:04:08.1237464Z [00:02:53.406]➜  mkdir -p $WORK/b1056/
2025-08-20T23:04:08.1258073Z [00:02:53.407]➜  cat >/tmp/go-build3700090427/b1056/importcfg << 'EOF' # internal
2025-08-20T23:04:08.1293125Z [00:02:53.407]➜  # import config
2025-08-20T23:04:08.1293865Z [00:02:53.407]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:08.1294771Z [00:02:53.407]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:08.1295700Z [00:02:53.407]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:04:08.1296645Z [00:02:53.407]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:08.1297487Z [00:02:53.407]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:08.1298544Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:08.1300082Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3700090427/b1023/_pkg_.a
2025-08-20T23:04:08.1301489Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:08.1302968Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build3700090427/b1047/_pkg_.a
2025-08-20T23:04:08.1304609Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3700090427/b1048/_pkg_.a
2025-08-20T23:04:08.1305955Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3700090427/b1010/_pkg_.a
2025-08-20T23:04:08.1307281Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3700090427/b1025/_pkg_.a
2025-08-20T23:04:08.1308658Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3700090427/b1003/_pkg_.a
2025-08-20T23:04:08.1323212Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3700090427/b1028/_pkg_.a
2025-08-20T23:04:08.1324641Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3700090427/b1030/_pkg_.a
2025-08-20T23:04:08.1326075Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3700090427/b1031/_pkg_.a
2025-08-20T23:04:08.1327470Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3700090427/b1032/_pkg_.a
2025-08-20T23:04:08.1328906Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3700090427/b1033/_pkg_.a
2025-08-20T23:04:08.1330642Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3700090427/b1034/_pkg_.a
2025-08-20T23:04:08.1332122Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns/internal/endpoints=/tmp/go-build3700090427/b1057/_pkg_.a
2025-08-20T23:04:08.1333566Z [00:02:53.407]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns/types=/tmp/go-build3700090427/b1058/_pkg_.a
2025-08-20T23:04:08.1334736Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:08.1335827Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3700090427/b997/_pkg_.a
2025-08-20T23:04:08.1336968Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3700090427/b1038/_pkg_.a
2025-08-20T23:04:08.1338224Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3700090427/b1029/_pkg_.a
2025-08-20T23:04:08.1339663Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3700090427/b1053/_pkg_.a
2025-08-20T23:04:08.1340886Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3700090427/b1039/_pkg_.a
2025-08-20T23:04:08.1342024Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3700090427/b1015/_pkg_.a
2025-08-20T23:04:08.1343156Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:08.1344299Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3700090427/b998/_pkg_.a
2025-08-20T23:04:08.1345638Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:08.1346962Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3700090427/b1002/_pkg_.a
2025-08-20T23:04:08.1348058Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3700090427/b999/_pkg_.a
2025-08-20T23:04:08.1349185Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:04:08.1350641Z [00:02:53.407]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:08.1351734Z [00:02:53.407]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:08.1352650Z [00:02:53.407]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:08.1353532Z [00:02:53.407]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:08.1354448Z [00:02:53.407]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:08.1355364Z [00:02:53.407]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:08.1356231Z [00:02:53.407]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:08.1357080Z [00:02:53.407]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:08.1357884Z [00:02:53.407]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:08.1358689Z [00:02:53.407]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:08.1359756Z [00:02:53.407]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:08.1360688Z [00:02:53.407]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:08.1361805Z [00:02:53.407]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:08.1362472Z [00:02:53.407]➜  EOF
2025-08-20T23:04:08.1404111Z [00:02:53.407]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1056/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8=>github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8;$WORK/b1056=>" -p github.com/aws/aws-sdk-go-v2/service/sns -lang=go1.22 -complete -installsuffix shared -buildid Wze-H5idrKa76DJXEPn-/Wze-H5idrKa76DJXEPn- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1056/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_AddPermission.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_CheckIfPhoneNumberIsOptedOut.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_ConfirmSubscription.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_CreatePlatformApplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_CreatePlatformEndpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_CreateSMSSandboxPhoneNumber.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_CreateTopic.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_DeleteEndpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_DeletePlatformApplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_DeleteSMSSandboxPhoneNumber.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_DeleteTopic.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_GetDataProtectionPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_GetEndpointAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_GetPlatformApplicationAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_GetSMSAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_GetSMSSandboxAccountStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_GetSubscriptionAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_GetTopicAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_ListEndpointsByPlatformApplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_ListOriginationNumbers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_ListPhoneNumbersOptedOut.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_ListPlatformApplications.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_ListSMSSandboxPhoneNumbers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_ListSubscriptions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_ListSubscriptionsByTopic.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_ListTagsForResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_ListTopics.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_OptInPhoneNumber.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_Publish.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_PublishBatch.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_PutDataProtectionPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_RemovePermission.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_SetEndpointAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_SetPlatformApplicationAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_SetSMSAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_SetSubscriptionAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_SetTopicAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_Subscribe.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_TagResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_Unsubscribe.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_UntagResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/api_op_VerifySMSSandboxPhoneNumber.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sns@v1.34.8/validators.go
2025-08-20T23:04:08.2233836Z [00:02:53.504]➜  go tool buildid -w $WORK/b1020/_pkg_.a # internal
2025-08-20T23:04:08.2240017Z [00:02:53.507]➜  cp $WORK/b1020/_pkg_.a /root/.cache/go-build/a2/a28b2244dde0e29dca7282fdfec9d8d99cc54a0d77fca622a5fe099c2ff5f451-d # internal
2025-08-20T23:04:08.2273375Z [00:02:53.510]➜  encoding/base32
2025-08-20T23:04:08.2277905Z [00:02:53.511]➜  mkdir -p $WORK/b1060/
2025-08-20T23:04:08.2280170Z [00:02:53.511]➜  cat >/tmp/go-build3700090427/b1060/importcfg << 'EOF' # internal
2025-08-20T23:04:08.2280865Z [00:02:53.511]➜  # import config
2025-08-20T23:04:08.2282729Z [00:02:53.511]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:08.2284661Z [00:02:53.511]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:08.2286236Z [00:02:53.511]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:08.2287651Z [00:02:53.511]➜  EOF
2025-08-20T23:04:08.2292030Z [00:02:53.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1060/_pkg_.a -trimpath "/root/.go/src/encoding/base32=>encoding/base32;$WORK/b1060=>" -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/b1060/importcfg -pack /root/.go/src/encoding/base32/base32.go
2025-08-20T23:04:08.2817026Z [00:02:53.565]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:08.2822715Z [00:02:53.565]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x025.o -c zstd_common.c
2025-08-20T23:04:08.2987712Z [00:02:53.582]➜  go tool buildid -w $WORK/b1060/_pkg_.a # internal
2025-08-20T23:04:08.3010063Z [00:02:53.584]➜  cp $WORK/b1060/_pkg_.a /root/.cache/go-build/dd/dd8d3543bfabdaac6aa4b90a5b5be84ca6fd221e8a3ff90a1e9e7879fa715796-d # internal
2025-08-20T23:04:08.3017144Z [00:02:53.585]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws
2025-08-20T23:04:08.3017841Z [00:02:53.585]➜  mkdir -p $WORK/b1059/
2025-08-20T23:04:08.3025350Z [00:02:53.586]➜  cat >/tmp/go-build3700090427/b1059/importcfg << 'EOF' # internal
2025-08-20T23:04:08.3026247Z [00:02:53.586]➜  # import config
2025-08-20T23:04:08.3027060Z [00:02:53.586]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:08.3028739Z [00:02:53.586]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:08.3030622Z [00:02:53.586]➜  packagefile encoding/base32=/tmp/go-build3700090427/b1060/_pkg_.a
2025-08-20T23:04:08.3031778Z [00:02:53.586]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:08.3032824Z [00:02:53.586]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:08.3034440Z [00:02:53.586]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:08.3035961Z [00:02:53.586]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:08.3037434Z [00:02:53.586]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:08.3039817Z [00:02:53.586]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:08.3040470Z [00:02:53.586]➜  EOF
2025-08-20T23:04:08.3040947Z [00:02:53.586]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:08.3044971Z [00:02:53.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1059/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws;$WORK/b1059=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws -lang=go1.24 -complete -installsuffix shared -buildid EX9INRciQFVMRHI5EaQn/EX9INRciQFVMRHI5EaQn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1059/importcfg -pack ./pkg/detectors/aws/common.go ./pkg/detectors/aws/utils.go
2025-08-20T23:04:08.3793877Z [00:02:53.662]➜  go tool buildid -w $WORK/b1059/_pkg_.a # internal
2025-08-20T23:04:08.3849853Z [00:02:53.668]➜  cp $WORK/b1059/_pkg_.a /root/.cache/go-build/b2/b2de2a053e7433f879f0fd208632994c1a290a4c1fefd56831250ff7990db816-d # internal
2025-08-20T23:04:08.3853726Z [00:02:53.668]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/session_keys
2025-08-20T23:04:08.3858437Z [00:02:53.669]➜  mkdir -p $WORK/b1061/
2025-08-20T23:04:08.3874355Z [00:02:53.671]➜  cat >/tmp/go-build3700090427/b1061/importcfg << 'EOF' # internal
2025-08-20T23:04:08.3876993Z [00:02:53.671]➜  # import config
2025-08-20T23:04:08.3879701Z [00:02:53.671]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:08.3881407Z [00:02:53.671]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:08.3883441Z [00:02:53.671]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:08.3884631Z [00:02:53.671]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:08.3885904Z [00:02:53.671]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:08.3887576Z [00:02:53.671]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:08.3891552Z [00:02:53.671]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:08.3893131Z [00:02:53.671]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws=/tmp/go-build3700090427/b1059/_pkg_.a
2025-08-20T23:04:08.3894713Z [00:02:53.671]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:08.3896035Z [00:02:53.671]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:08.3896939Z [00:02:53.671]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:08.3897781Z [00:02:53.671]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:08.3898606Z [00:02:53.671]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:08.3901368Z [00:02:53.671]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:08.3902019Z [00:02:53.671]➜  EOF
2025-08-20T23:04:08.3906265Z [00:02:53.672]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1061/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/session_keys=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/session_keys;$WORK/b1061=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/session_keys -lang=go1.24 -complete -installsuffix shared -buildid bdxcGjAG4fxwBARXoFSw/bdxcGjAG4fxwBARXoFSw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1061/importcfg -pack ./pkg/detectors/aws/session_keys/sessionkey.go
2025-08-20T23:04:08.4262817Z [00:02:53.709]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:08.4295702Z [00:02:53.709]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x026.o -c zstd_compress.c
2025-08-20T23:04:08.5396520Z [00:02:53.823]➜  go tool buildid -w $WORK/b1061/_pkg_.a # internal
2025-08-20T23:04:08.5451005Z [00:02:53.828]➜  cp $WORK/b1061/_pkg_.a /root/.cache/go-build/74/7432808831e1b9dde074b075be04fec72015c7f52eadfb8ab64fc010e694beb8-d # internal
2025-08-20T23:04:08.5452450Z [00:02:53.828]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/axonaut
2025-08-20T23:04:08.5453413Z [00:02:53.828]➜  mkdir -p $WORK/b1062/
2025-08-20T23:04:08.5466049Z [00:02:53.830]➜  cat >/tmp/go-build3700090427/b1062/importcfg << 'EOF' # internal
2025-08-20T23:04:08.5466894Z [00:02:53.830]➜  # import config
2025-08-20T23:04:08.5467574Z [00:02:53.830]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:08.5468401Z [00:02:53.830]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:08.5469868Z [00:02:53.830]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:08.5471394Z [00:02:53.830]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:08.5473125Z [00:02:53.830]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:08.5474468Z [00:02:53.830]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:08.5475404Z [00:02:53.830]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:08.5476222Z [00:02:53.830]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:08.5477266Z [00:02:53.830]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:08.5477870Z [00:02:53.830]➜  EOF
2025-08-20T23:04:08.5478335Z [00:02:53.830]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:08.5482599Z [00:02:53.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1062/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/axonaut=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/axonaut;$WORK/b1062=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/axonaut -lang=go1.24 -complete -installsuffix shared -buildid ubYMO8znXrg8l38DvboT/ubYMO8znXrg8l38DvboT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1062/importcfg -pack ./pkg/detectors/axonaut/axonaut.go
2025-08-20T23:04:08.6452079Z [00:02:53.928]➜  go tool buildid -w $WORK/b1062/_pkg_.a # internal
2025-08-20T23:04:08.6470224Z [00:02:53.930]➜  cp $WORK/b1062/_pkg_.a /root/.cache/go-build/60/6063e647abfb68565e8b50598c4eda107130c5d30b3d7d9a5eaa68d29adf32a7-d # internal
2025-08-20T23:04:08.6471647Z [00:02:53.930]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aylien
2025-08-20T23:04:08.6472374Z [00:02:53.930]➜  mkdir -p $WORK/b1063/
2025-08-20T23:04:08.6480461Z [00:02:53.931]➜  cat >/tmp/go-build3700090427/b1063/importcfg << 'EOF' # internal
2025-08-20T23:04:08.6490196Z [00:02:53.931]➜  # import config
2025-08-20T23:04:08.6490893Z [00:02:53.931]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:08.6491703Z [00:02:53.931]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:08.6493192Z [00:02:53.931]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:08.6494741Z [00:02:53.931]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:08.6496260Z [00:02:53.931]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:08.6497602Z [00:02:53.931]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:08.6498496Z [00:02:53.931]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:08.6499271Z [00:02:53.931]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:08.6500543Z [00:02:53.931]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:08.6501344Z [00:02:53.931]➜  EOF
2025-08-20T23:04:08.6504928Z [00:02:53.932]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1063/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aylien=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aylien;$WORK/b1063=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aylien -lang=go1.24 -complete -installsuffix shared -buildid -L-D62PK6wCoN0RJEJdb/-L-D62PK6wCoN0RJEJdb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1063/importcfg -pack ./pkg/detectors/aylien/aylien.go
2025-08-20T23:04:08.7489851Z [00:02:54.032]➜  go tool buildid -w $WORK/b1063/_pkg_.a # internal
2025-08-20T23:04:08.7541725Z [00:02:54.035]➜  cp $WORK/b1063/_pkg_.a /root/.cache/go-build/ec/ec1ebbe860c1bfdf7ed8daf5d191a8c88c92af8e3961f70c4d1738468f127799-d # internal
2025-08-20T23:04:08.7543894Z [00:02:54.035]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ayrshare
2025-08-20T23:04:08.7550388Z [00:02:54.038]➜  mkdir -p $WORK/b1064/
2025-08-20T23:04:08.7551422Z [00:02:54.038]➜  cat >/tmp/go-build3700090427/b1064/importcfg << 'EOF' # internal
2025-08-20T23:04:08.7553039Z [00:02:54.038]➜  # import config
2025-08-20T23:04:08.7554017Z [00:02:54.038]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:08.7555599Z [00:02:54.038]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:08.7557628Z [00:02:54.038]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:08.7558794Z [00:02:54.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:08.7560626Z [00:02:54.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:08.7562150Z [00:02:54.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:08.7563516Z [00:02:54.038]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:08.7564444Z [00:02:54.038]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:08.7565273Z [00:02:54.038]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:08.7566256Z [00:02:54.038]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:08.7566882Z [00:02:54.038]➜  EOF
2025-08-20T23:04:08.7570804Z [00:02:54.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1064/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ayrshare=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ayrshare;$WORK/b1064=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ayrshare -lang=go1.24 -complete -installsuffix shared -buildid Erm3l-w37UxrWWdxgw_m/Erm3l-w37UxrWWdxgw_m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1064/importcfg -pack ./pkg/detectors/ayrshare/ayrshare.go
2025-08-20T23:04:08.8355275Z [00:02:54.119]➜  go tool buildid -w $WORK/b1046/_pkg_.a # internal
2025-08-20T23:04:08.8373794Z [00:02:54.121]➜  go tool buildid -w $WORK/b1064/_pkg_.a # internal
2025-08-20T23:04:08.8404211Z [00:02:54.122]➜  cp $WORK/b1064/_pkg_.a /root/.cache/go-build/9b/9be4035eff420130aec28f03ac3413f9d3284991036279fb104d550044ed3d7e-d # internal
2025-08-20T23:04:08.8405758Z [00:02:54.122]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_batch
2025-08-20T23:04:08.8406559Z [00:02:54.123]➜  mkdir -p $WORK/b1065/
2025-08-20T23:04:08.8407291Z [00:02:54.123]➜  cat >/tmp/go-build3700090427/b1065/importcfg << 'EOF' # internal
2025-08-20T23:04:08.8407989Z [00:02:54.123]➜  # import config
2025-08-20T23:04:08.8408662Z [00:02:54.123]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:08.8419803Z [00:02:54.123]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:08.8420790Z [00:02:54.123]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:08.8421694Z [00:02:54.123]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:08.8422577Z [00:02:54.123]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:08.8423791Z [00:02:54.123]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:08.8425371Z [00:02:54.123]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:08.8426894Z [00:02:54.123]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:08.8427887Z [00:02:54.123]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:08.8428737Z [00:02:54.123]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:08.8429752Z [00:02:54.123]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:08.8430375Z [00:02:54.123]➜  EOF
2025-08-20T23:04:08.8434239Z [00:02:54.123]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1065/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_batch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_batch;$WORK/b1065=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_batch -lang=go1.24 -complete -installsuffix shared -buildid cPHlfJHpfndvLK7GXX44/cPHlfJHpfndvLK7GXX44 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1065/importcfg -pack ./pkg/detectors/azure_batch/azurebatch.go
2025-08-20T23:04:08.8525474Z [00:02:54.136]➜  cp $WORK/b1046/_pkg_.a /root/.cache/go-build/b4/b471af82ed0f7bd0fe84192e31acf9e3c9c5459960f9d93fd4803c2753bdae14-d # internal
2025-08-20T23:04:08.8527849Z [00:02:54.136]➜  github.com/aws/aws-sdk-go-v2/credentials/stscreds
2025-08-20T23:04:08.8529549Z [00:02:54.136]➜  mkdir -p $WORK/b1045/
2025-08-20T23:04:08.8530556Z [00:02:54.136]➜  cat >/tmp/go-build3700090427/b1045/importcfg << 'EOF' # internal
2025-08-20T23:04:08.8531393Z [00:02:54.136]➜  # import config
2025-08-20T23:04:08.8532249Z [00:02:54.136]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:08.8533313Z [00:02:54.136]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:08.8534564Z [00:02:54.136]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:08.8535941Z [00:02:54.136]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3700090427/b1010/_pkg_.a
2025-08-20T23:04:08.8537726Z [00:02:54.136]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:04:08.8541872Z [00:02:54.136]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3700090427/b1046/_pkg_.a
2025-08-20T23:04:08.8543225Z [00:02:54.136]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3700090427/b1052/_pkg_.a
2025-08-20T23:04:08.8544313Z [00:02:54.136]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:08.8545181Z [00:02:54.136]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:08.8546022Z [00:02:54.136]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:08.8546839Z [00:02:54.136]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:08.8547598Z [00:02:54.136]➜  EOF
2025-08-20T23:04:08.8552572Z [00:02:54.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/stscreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/stscreds;$WORK/b1045=>" -p github.com/aws/aws-sdk-go-v2/credentials/stscreds -lang=go1.22 -complete -installsuffix shared -buildid go4pb9E-IaL820vbo70b/go4pb9E-IaL820vbo70b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1045/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/stscreds/assume_role_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.71/stscreds/web_identity_provider.go
2025-08-20T23:04:08.9025275Z [00:02:54.184]➜  go tool buildid -w $WORK/b1065/_pkg_.a # internal
2025-08-20T23:04:08.9031169Z [00:02:54.186]➜  cp $WORK/b1065/_pkg_.a /root/.cache/go-build/97/97e9be74c6800396dba60dfa9e2070b866d7ffbbc074d4a51964797030e65d02-d # internal
2025-08-20T23:04:08.9039582Z [00:02:54.186]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_cosmosdb
2025-08-20T23:04:08.9040440Z [00:02:54.186]➜  mkdir -p $WORK/b1066/
2025-08-20T23:04:08.9041392Z [00:02:54.187]➜  cat >/tmp/go-build3700090427/b1066/importcfg << 'EOF' # internal
2025-08-20T23:04:08.9042080Z [00:02:54.187]➜  # import config
2025-08-20T23:04:08.9043220Z [00:02:54.187]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:08.9050239Z [00:02:54.187]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:08.9051325Z [00:02:54.187]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:08.9052363Z [00:02:54.187]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:08.9053356Z [00:02:54.187]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:08.9054466Z [00:02:54.187]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:08.9056564Z [00:02:54.187]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:08.9058319Z [00:02:54.187]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:08.9060194Z [00:02:54.187]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:08.9063262Z [00:02:54.187]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:08.9064469Z [00:02:54.187]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:08.9065300Z [00:02:54.187]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:08.9066120Z [00:02:54.187]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:08.9066958Z [00:02:54.187]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:08.9067786Z [00:02:54.187]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:08.9068756Z [00:02:54.187]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:08.9075987Z [00:02:54.187]➜  EOF
2025-08-20T23:04:08.9080851Z [00:02:54.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1066/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_cosmosdb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_cosmosdb;$WORK/b1066=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_cosmosdb -lang=go1.24 -complete -installsuffix shared -buildid WLbiKgrvm5aUh8vPcUG4/WLbiKgrvm5aUh8vPcUG4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1066/importcfg -pack ./pkg/detectors/azure_cosmosdb/azure_cosmosdb.go ./pkg/detectors/azure_cosmosdb/table.go
2025-08-20T23:04:08.9086747Z [00:02:54.192]➜  go tool buildid -w $WORK/b1045/_pkg_.a # internal
2025-08-20T23:04:08.9102747Z [00:02:54.193]➜  cp $WORK/b1045/_pkg_.a /root/.cache/go-build/e6/e6fc7944424b172287ebd0049775faf524e447fa36e9df949d398fdf51664362-d # internal
2025-08-20T23:04:08.9111714Z [00:02:54.194]➜  github.com/aws/aws-sdk-go-v2/config
2025-08-20T23:04:08.9116434Z [00:02:54.194]➜  mkdir -p $WORK/b1006/
2025-08-20T23:04:08.9122971Z [00:02:54.195]➜  cat >/tmp/go-build3700090427/b1006/importcfg << 'EOF' # internal
2025-08-20T23:04:08.9123731Z [00:02:54.195]➜  # import config
2025-08-20T23:04:08.9124433Z [00:02:54.195]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:08.9125313Z [00:02:54.195]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:08.9126203Z [00:02:54.195]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:08.9127087Z [00:02:54.195]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:08.9127915Z [00:02:54.195]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:08.9128711Z [00:02:54.195]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:08.9130047Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:08.9131357Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3700090427/b1003/_pkg_.a
2025-08-20T23:04:08.9132909Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3700090427/b1007/_pkg_.a
2025-08-20T23:04:08.9134309Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build3700090427/b1008/_pkg_.a
2025-08-20T23:04:08.9135786Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build3700090427/b1016/_pkg_.a
2025-08-20T23:04:08.9137260Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build3700090427/b1018/_pkg_.a
2025-08-20T23:04:08.9138673Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build3700090427/b1020/_pkg_.a
2025-08-20T23:04:08.9148523Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3700090427/b1045/_pkg_.a
2025-08-20T23:04:08.9150176Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3700090427/b1009/_pkg_.a
2025-08-20T23:04:08.9151513Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build3700090427/b1054/_pkg_.a
2025-08-20T23:04:08.9153111Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3700090427/b1021/_pkg_.a
2025-08-20T23:04:08.9154452Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3700090427/b1022/_pkg_.a
2025-08-20T23:04:08.9155705Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3700090427/b1040/_pkg_.a
2025-08-20T23:04:08.9156983Z [00:02:54.195]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3700090427/b1046/_pkg_.a
2025-08-20T23:04:08.9158235Z [00:02:54.195]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3700090427/b990/_pkg_.a
2025-08-20T23:04:08.9159764Z [00:02:54.195]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:08.9161003Z [00:02:54.195]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:08.9162390Z [00:02:54.195]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build3700090427/b1055/_pkg_.a
2025-08-20T23:04:08.9163547Z [00:02:54.195]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:08.9164409Z [00:02:54.195]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:08.9165236Z [00:02:54.195]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:08.9166046Z [00:02:54.195]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:08.9166877Z [00:02:54.195]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:08.9167826Z [00:02:54.195]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:08.9168694Z [00:02:54.195]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:08.9176551Z [00:02:54.195]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:08.9177482Z [00:02:54.195]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:08.9178307Z [00:02:54.195]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:08.9178874Z [00:02:54.195]➜  EOF
2025-08-20T23:04:08.9188542Z [00:02:54.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1006/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18=>github.com/aws/aws-sdk-go-v2/config@v1.29.18;$WORK/b1006=>" -p github.com/aws/aws-sdk-go-v2/config -lang=go1.22 -complete -installsuffix shared -buildid j92GXLBdd-fQpsO4cOm6/j92GXLBdd-fQpsO4cOm6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1006/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/env_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/generate.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/load_options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/local.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/resolve.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/resolve_bearer_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/resolve_credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.18/shared_config.go
2025-08-20T23:04:09.0018167Z [00:02:54.285]➜  go tool buildid -w $WORK/b1066/_pkg_.a # internal
2025-08-20T23:04:09.0043616Z [00:02:54.287]➜  cp $WORK/b1066/_pkg_.a /root/.cache/go-build/3a/3accc25b84bc1b787ba5b4d3412f74bbd329e0b68ec16d04f54da39d083c333c-d # internal
2025-08-20T23:04:09.0074550Z [00:02:54.290]➜  golang.org/x/sync/singleflight
2025-08-20T23:04:09.0077781Z [00:02:54.291]➜  mkdir -p $WORK/b1069/
2025-08-20T23:04:09.0086806Z [00:02:54.292]➜  cat >/tmp/go-build3700090427/b1069/importcfg << 'EOF' # internal
2025-08-20T23:04:09.0089538Z [00:02:54.292]➜  # import config
2025-08-20T23:04:09.0093945Z [00:02:54.292]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:09.0094703Z [00:02:54.292]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:09.0095447Z [00:02:54.292]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.0096170Z [00:02:54.292]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:09.0097157Z [00:02:54.292]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:04:09.0098268Z [00:02:54.292]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:09.0098934Z [00:02:54.292]➜  EOF
2025-08-20T23:04:09.0107590Z [00:02:54.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1069/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.16.0/singleflight=>golang.org/x/sync@v0.16.0/singleflight;$WORK/b1069=>" -p golang.org/x/sync/singleflight -lang=go1.23 -complete -installsuffix shared -buildid XSa8oREEh_ZlrrDkn60j/XSa8oREEh_ZlrrDkn60j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1069/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.16.0/singleflight/singleflight.go
2025-08-20T23:04:09.0377886Z [00:02:54.321]➜  go tool buildid -w $WORK/b1069/_pkg_.a # internal
2025-08-20T23:04:09.0403915Z [00:02:54.323]➜  cp $WORK/b1069/_pkg_.a /root/.cache/go-build/69/6928ee78769ff882f7ecd36644494ec6f89e87915c906eb08eeef30f49dfba75-d # internal
2025-08-20T23:04:09.0405283Z [00:02:54.324]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra
2025-08-20T23:04:09.0406422Z [00:02:54.324]➜  mkdir -p $WORK/b1068/
2025-08-20T23:04:09.0407162Z [00:02:54.324]➜  cat >/tmp/go-build3700090427/b1068/importcfg << 'EOF' # internal
2025-08-20T23:04:09.0407876Z [00:02:54.324]➜  # import config
2025-08-20T23:04:09.0408504Z [00:02:54.324]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.0409969Z [00:02:54.324]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:09.0411498Z [00:02:54.324]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:09.0412977Z [00:02:54.324]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.0414218Z [00:02:54.324]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.0415338Z [00:02:54.324]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build3700090427/b1069/_pkg_.a
2025-08-20T23:04:09.0416290Z [00:02:54.324]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:09.0417267Z [00:02:54.324]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.0418101Z [00:02:54.324]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.0418714Z [00:02:54.324]➜  EOF
2025-08-20T23:04:09.0423964Z [00:02:54.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1068/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra;$WORK/b1068=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra -lang=go1.24 -complete -installsuffix shared -buildid uCugUkoWtvFW1CmZych_/uCugUkoWtvFW1CmZych_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1068/importcfg -pack ./pkg/detectors/azure_entra/common.go
2025-08-20T23:04:09.0957850Z [00:02:54.379]➜  go tool buildid -w $WORK/b1068/_pkg_.a # internal
2025-08-20T23:04:09.0981948Z [00:02:54.381]➜  cp $WORK/b1068/_pkg_.a /root/.cache/go-build/50/50ddb28faec659530d57ca7445c36532dd1d1d56c80f9433298a2fa6a40bc8d3-d # internal
2025-08-20T23:04:09.0986180Z [00:02:54.382]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/refreshtoken
2025-08-20T23:04:09.0986944Z [00:02:54.382]➜  mkdir -p $WORK/b1067/
2025-08-20T23:04:09.0993669Z [00:02:54.382]➜  cat >/tmp/go-build3700090427/b1067/importcfg << 'EOF' # internal
2025-08-20T23:04:09.0997591Z [00:02:54.382]➜  # import config
2025-08-20T23:04:09.0998304Z [00:02:54.382]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:09.0999008Z [00:02:54.382]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.0999980Z [00:02:54.382]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:09.1000858Z [00:02:54.382]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:09.1001813Z [00:02:54.382]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.1002906Z [00:02:54.382]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3700090427/b275/_pkg_.a
2025-08-20T23:04:09.1004050Z [00:02:54.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.1005543Z [00:02:54.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:09.1007116Z [00:02:54.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.1008510Z [00:02:54.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra=/tmp/go-build3700090427/b1068/_pkg_.a
2025-08-20T23:04:09.1010353Z [00:02:54.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.1011629Z [00:02:54.383]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.1012401Z [00:02:54.383]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:09.1013176Z [00:02:54.383]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.1014012Z [00:02:54.383]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:09.1014841Z [00:02:54.383]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.1015415Z [00:02:54.383]➜  EOF
2025-08-20T23:04:09.1019931Z [00:02:54.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1067/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/refreshtoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/refreshtoken;$WORK/b1067=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/refreshtoken -lang=go1.24 -complete -installsuffix shared -buildid r3OG4z4q-B1cfgV6uVzo/r3OG4z4q-B1cfgV6uVzo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1067/importcfg -pack ./pkg/detectors/azure_entra/refreshtoken/refreshtoken.go
2025-08-20T23:04:09.2034912Z [00:02:54.487]➜  go tool buildid -w $WORK/b1067/_pkg_.a # internal
2025-08-20T23:04:09.2057097Z [00:02:54.489]➜  cp $WORK/b1067/_pkg_.a /root/.cache/go-build/4f/4f689825292e9d693345210093c82ede022354fffe44b082755b05dd6fcc0399-d # internal
2025-08-20T23:04:09.2068015Z [00:02:54.489]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal
2025-08-20T23:04:09.2073382Z [00:02:54.490]➜  mkdir -p $WORK/b1071/
2025-08-20T23:04:09.2074221Z [00:02:54.490]➜  cat >/tmp/go-build3700090427/b1071/importcfg << 'EOF' # internal
2025-08-20T23:04:09.2074938Z [00:02:54.490]➜  # import config
2025-08-20T23:04:09.2075617Z [00:02:54.490]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.2076524Z [00:02:54.490]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:09.2077410Z [00:02:54.490]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:09.2078251Z [00:02:54.490]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.2079174Z [00:02:54.490]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3700090427/b275/_pkg_.a
2025-08-20T23:04:09.2080357Z [00:02:54.490]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:09.2081215Z [00:02:54.490]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.2082285Z [00:02:54.490]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:09.2083125Z [00:02:54.490]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:09.2083955Z [00:02:54.490]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.2084561Z [00:02:54.490]➜  EOF
2025-08-20T23:04:09.2089099Z [00:02:54.490]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1071/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal;$WORK/b1071=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal -lang=go1.24 -complete -installsuffix shared -buildid k-p23o27QMTOJdMFgQw1/k-p23o27QMTOJdMFgQw1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1071/importcfg -pack ./pkg/detectors/azure_entra/serviceprincipal/sp.go
2025-08-20T23:04:09.2579658Z [00:02:54.541]➜  go tool buildid -w $WORK/b1071/_pkg_.a # internal
2025-08-20T23:04:09.2593509Z [00:02:54.542]➜  cp $WORK/b1071/_pkg_.a /root/.cache/go-build/f5/f57939bd4a243fd642a0f4a2adc45c952e9f9c2e9dfe13dcf3606a83702d8e6a-d # internal
2025-08-20T23:04:09.2595684Z [00:02:54.543]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2
2025-08-20T23:04:09.2596549Z [00:02:54.543]➜  mkdir -p $WORK/b1072/
2025-08-20T23:04:09.2601378Z [00:02:54.543]➜  cat >/tmp/go-build3700090427/b1072/importcfg << 'EOF' # internal
2025-08-20T23:04:09.2603675Z [00:02:54.543]➜  # import config
2025-08-20T23:04:09.2604457Z [00:02:54.543]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.2605337Z [00:02:54.543]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:09.2606610Z [00:02:54.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.2608171Z [00:02:54.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:09.2609971Z [00:02:54.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.2611645Z [00:02:54.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra=/tmp/go-build3700090427/b1068/_pkg_.a
2025-08-20T23:04:09.2613520Z [00:02:54.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal=/tmp/go-build3700090427/b1071/_pkg_.a
2025-08-20T23:04:09.2615343Z [00:02:54.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.2616531Z [00:02:54.544]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.2617651Z [00:02:54.544]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:09.2618522Z [00:02:54.544]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.2619198Z [00:02:54.544]➜  EOF
2025-08-20T23:04:09.2623915Z [00:02:54.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1072/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2;$WORK/b1072=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2 -lang=go1.24 -complete -installsuffix shared -buildid UFSP_u_E8gW6SlR9cMOf/UFSP_u_E8gW6SlR9cMOf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1072/importcfg -pack ./pkg/detectors/azure_entra/serviceprincipal/v2/spv2.go
2025-08-20T23:04:09.3738061Z [00:02:54.657]➜  go tool buildid -w $WORK/b1072/_pkg_.a # internal
2025-08-20T23:04:09.3769757Z [00:02:54.660]➜  cp $WORK/b1072/_pkg_.a /root/.cache/go-build/23/237159d490b52ef71a429ce89fd627a9718212200310633f43c78c7bbfb2fdba-d # internal
2025-08-20T23:04:09.3786238Z [00:02:54.662]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v1
2025-08-20T23:04:09.3789819Z [00:02:54.662]➜  mkdir -p $WORK/b1070/
2025-08-20T23:04:09.3810511Z [00:02:54.662]➜  cat >/tmp/go-build3700090427/b1070/importcfg << 'EOF' # internal
2025-08-20T23:04:09.3811367Z [00:02:54.662]➜  # import config
2025-08-20T23:04:09.3812098Z [00:02:54.663]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.3813355Z [00:02:54.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.3815302Z [00:02:54.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.3817123Z [00:02:54.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra=/tmp/go-build3700090427/b1068/_pkg_.a
2025-08-20T23:04:09.3819675Z [00:02:54.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal=/tmp/go-build3700090427/b1071/_pkg_.a
2025-08-20T23:04:09.3822094Z [00:02:54.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2=/tmp/go-build3700090427/b1072/_pkg_.a
2025-08-20T23:04:09.3824103Z [00:02:54.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.3825652Z [00:02:54.663]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.3827435Z [00:02:54.663]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.3828049Z [00:02:54.663]➜  EOF
2025-08-20T23:04:09.3832652Z [00:02:54.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1070/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v1;$WORK/b1070=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v1 -lang=go1.24 -complete -installsuffix shared -buildid gkcWKAkg2HQys5k5zdnP/gkcWKAkg2HQys5k5zdnP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1070/importcfg -pack ./pkg/detectors/azure_entra/serviceprincipal/v1/spv1.go
2025-08-20T23:04:09.4456313Z [00:02:54.729]➜  go tool buildid -w $WORK/b1070/_pkg_.a # internal
2025-08-20T23:04:09.4475417Z [00:02:54.731]➜  go tool buildid -w $WORK/b1006/_pkg_.a # internal
2025-08-20T23:04:09.4484737Z [00:02:54.732]➜  cp $WORK/b1070/_pkg_.a /root/.cache/go-build/bc/bcf703ba741d22d7a5de54f7a64db77de4e9d9ac05b59f5f59b93ade5a1ba1b2-d # internal
2025-08-20T23:04:09.4493093Z [00:02:54.732]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_openai
2025-08-20T23:04:09.4494873Z [00:02:54.732]➜  mkdir -p $WORK/b1073/
2025-08-20T23:04:09.4499978Z [00:02:54.733]➜  cat >/tmp/go-build3700090427/b1073/importcfg << 'EOF' # internal
2025-08-20T23:04:09.4501067Z [00:02:54.733]➜  # import config
2025-08-20T23:04:09.4502663Z [00:02:54.733]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.4503585Z [00:02:54.733]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:09.4504477Z [00:02:54.733]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.4505565Z [00:02:54.733]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:09.4507123Z [00:02:54.733]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.4508673Z [00:02:54.733]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:09.4510401Z [00:02:54.733]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.4511911Z [00:02:54.733]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.4513355Z [00:02:54.733]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.4514225Z [00:02:54.733]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:09.4514987Z [00:02:54.733]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.4515775Z [00:02:54.733]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.4516364Z [00:02:54.733]➜  EOF
2025-08-20T23:04:09.4520837Z [00:02:54.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1073/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_openai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_openai;$WORK/b1073=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_openai -lang=go1.24 -complete -installsuffix shared -buildid cSAnCN9RBCD-9ZtPKv0S/cSAnCN9RBCD-9ZtPKv0S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1073/importcfg -pack ./pkg/detectors/azure_openai/azure_openai.go
2025-08-20T23:04:09.4567146Z [00:02:54.740]➜  cp $WORK/b1006/_pkg_.a /root/.cache/go-build/9a/9a261d617bea8a5b6f5f57c617004cda0132743e55ff1dec65222fbbbef43286-d # internal
2025-08-20T23:04:09.4576375Z [00:02:54.741]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_storage
2025-08-20T23:04:09.4590950Z [00:02:54.741]➜  mkdir -p $WORK/b1074/
2025-08-20T23:04:09.4591745Z [00:02:54.741]➜  cat >/tmp/go-build3700090427/b1074/importcfg << 'EOF' # internal
2025-08-20T23:04:09.4592363Z [00:02:54.741]➜  # import config
2025-08-20T23:04:09.4592977Z [00:02:54.741]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.4593905Z [00:02:54.741]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:09.4594872Z [00:02:54.741]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:09.4595829Z [00:02:54.741]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:09.4596777Z [00:02:54.741]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:04:09.4597658Z [00:02:54.741]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.4633483Z [00:02:54.741]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.4635119Z [00:02:54.741]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.4636346Z [00:02:54.741]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.4637305Z [00:02:54.741]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:09.4638142Z [00:02:54.741]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.4639226Z [00:02:54.741]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.4640304Z [00:02:54.741]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:09.4640953Z [00:02:54.741]➜  EOF
2025-08-20T23:04:09.4644875Z [00:02:54.741]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1074/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_storage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_storage;$WORK/b1074=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_storage -lang=go1.24 -complete -installsuffix shared -buildid 4-E-nsGiStW-lKLrTHt2/4-E-nsGiStW-lKLrTHt2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1074/importcfg -pack ./pkg/detectors/azure_storage/storage.go
2025-08-20T23:04:09.5305646Z [00:02:54.814]➜  go tool buildid -w $WORK/b1074/_pkg_.a # internal
2025-08-20T23:04:09.5322227Z [00:02:54.815]➜  cp $WORK/b1074/_pkg_.a /root/.cache/go-build/e2/e23e8d76420cd544f9ef0aaaaf4d5f724270aff6146c0cbaa3f217a5607dba96-d # internal
2025-08-20T23:04:09.5326694Z [00:02:54.815]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagement/repositorykey
2025-08-20T23:04:09.5327867Z [00:02:54.815]➜  mkdir -p $WORK/b1075/
2025-08-20T23:04:09.5330285Z [00:02:54.816]➜  cat >/tmp/go-build3700090427/b1075/importcfg << 'EOF' # internal
2025-08-20T23:04:09.5332652Z [00:02:54.816]➜  # import config
2025-08-20T23:04:09.5333299Z [00:02:54.816]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.5334159Z [00:02:54.816]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:09.5334955Z [00:02:54.816]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.5336173Z [00:02:54.816]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:09.5337975Z [00:02:54.816]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:09.5339705Z [00:02:54.816]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.5341269Z [00:02:54.816]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.5342596Z [00:02:54.816]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.5343533Z [00:02:54.816]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:09.5344342Z [00:02:54.816]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:04:09.5345146Z [00:02:54.816]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:09.5345944Z [00:02:54.816]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.5346540Z [00:02:54.816]➜  EOF
2025-08-20T23:04:09.5352361Z [00:02:54.816]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1075/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagement/repositorykey;$WORK/b1075=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagement/repositorykey -lang=go1.24 -complete -installsuffix shared -buildid TXhCl66eGgTao13LAU2c/TXhCl66eGgTao13LAU2c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1075/importcfg -pack ./pkg/detectors/azureapimanagement/repositorykey/repositorykey.go
2025-08-20T23:04:09.5395213Z [00:02:54.823]➜  go tool buildid -w $WORK/b1073/_pkg_.a # internal
2025-08-20T23:04:09.5419902Z [00:02:54.825]➜  cp $WORK/b1073/_pkg_.a /root/.cache/go-build/fc/fc5cd8327406331923a34f8396e6229db105e1f75e504ff4c5d3533924d85263-d # internal
2025-08-20T23:04:09.5423351Z [00:02:54.825]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagementsubscriptionkey
2025-08-20T23:04:09.5428282Z [00:02:54.826]➜  mkdir -p $WORK/b1076/
2025-08-20T23:04:09.5436818Z [00:02:54.827]➜  cat >/tmp/go-build3700090427/b1076/importcfg << 'EOF' # internal
2025-08-20T23:04:09.5447417Z [00:02:54.827]➜  # import config
2025-08-20T23:04:09.5448089Z [00:02:54.827]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.5448924Z [00:02:54.827]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:09.5449839Z [00:02:54.827]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.5451038Z [00:02:54.827]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:09.5452546Z [00:02:54.827]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.5453976Z [00:02:54.827]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:09.5455461Z [00:02:54.827]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.5456990Z [00:02:54.827]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.5458285Z [00:02:54.827]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.5460152Z [00:02:54.827]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.5461041Z [00:02:54.827]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.5461669Z [00:02:54.827]➜  EOF
2025-08-20T23:04:09.5466891Z [00:02:54.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1076/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagementsubscriptionkey;$WORK/b1076=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagementsubscriptionkey -lang=go1.24 -complete -installsuffix shared -buildid 1ddDd0BQWcFNFEKAhUug/1ddDd0BQWcFNFEKAhUug -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1076/importcfg -pack ./pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey.go
2025-08-20T23:04:09.6348063Z [00:02:54.918]➜  go tool buildid -w $WORK/b1075/_pkg_.a # internal
2025-08-20T23:04:09.6374391Z [00:02:54.920]➜  cp $WORK/b1075/_pkg_.a /root/.cache/go-build/e6/e63ff3987d9a693c3a45f4b7006c244a605b9051a7d9e0f5ca4dafe5b31e97cd-d # internal
2025-08-20T23:04:09.6393160Z [00:02:54.921]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureappconfigconnectionstring
2025-08-20T23:04:09.6394136Z [00:02:54.921]➜  mkdir -p $WORK/b1077/
2025-08-20T23:04:09.6394896Z [00:02:54.921]➜  cat >/tmp/go-build3700090427/b1077/importcfg << 'EOF' # internal
2025-08-20T23:04:09.6395591Z [00:02:54.921]➜  # import config
2025-08-20T23:04:09.6396336Z [00:02:54.921]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.6397221Z [00:02:54.921]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:09.6398173Z [00:02:54.921]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:09.6399120Z [00:02:54.921]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:09.6400242Z [00:02:54.921]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.6401418Z [00:02:54.921]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.6402971Z [00:02:54.921]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.6404559Z [00:02:54.921]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.6405910Z [00:02:54.922]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.6406885Z [00:02:54.922]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.6408065Z [00:02:54.922]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.6408864Z [00:02:54.922]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:09.6409734Z [00:02:54.922]➜  EOF
2025-08-20T23:04:09.6414633Z [00:02:54.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1077/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureappconfigconnectionstring=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureappconfigconnectionstring;$WORK/b1077=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureappconfigconnectionstring -lang=go1.24 -complete -installsuffix shared -buildid aD90TaGqWUQ8-KpyqQZH/aD90TaGqWUQ8-KpyqQZH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1077/importcfg -pack ./pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring.go
2025-08-20T23:04:09.7095454Z [00:02:54.993]➜  go tool buildid -w $WORK/b1076/_pkg_.a # internal
2025-08-20T23:04:09.7133479Z [00:02:54.996]➜  cp $WORK/b1076/_pkg_.a /root/.cache/go-build/88/8852ff023c17d65d73499691805eb5c707bc2d1b0d2c3532a4810e2904f21986-d # internal
2025-08-20T23:04:09.7135722Z [00:02:54.997]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurecontainerregistry
2025-08-20T23:04:09.7137833Z [00:02:54.997]➜  mkdir -p $WORK/b1078/
2025-08-20T23:04:09.7145612Z [00:02:54.998]➜  cat >/tmp/go-build3700090427/b1078/importcfg << 'EOF' # internal
2025-08-20T23:04:09.7147219Z [00:02:54.998]➜  # import config
2025-08-20T23:04:09.7147895Z [00:02:54.998]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.7148714Z [00:02:54.998]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:09.7149623Z [00:02:54.998]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.7151104Z [00:02:54.998]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:09.7153114Z [00:02:54.998]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.7154647Z [00:02:54.998]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:09.7156184Z [00:02:54.998]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.7157787Z [00:02:54.998]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.7159137Z [00:02:54.998]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.7160313Z [00:02:54.998]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:09.7161152Z [00:02:54.998]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.7162018Z [00:02:54.998]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.7162632Z [00:02:54.998]➜  EOF
2025-08-20T23:04:09.7167115Z [00:02:54.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1078/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurecontainerregistry=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurecontainerregistry;$WORK/b1078=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurecontainerregistry -lang=go1.24 -complete -installsuffix shared -buildid LZC385wmb16Z553obErw/LZC385wmb16Z553obErw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1078/importcfg -pack ./pkg/detectors/azurecontainerregistry/azurecontainerregistry.go
2025-08-20T23:04:09.7182202Z [00:02:55.001]➜  go tool buildid -w $WORK/b1077/_pkg_.a # internal
2025-08-20T23:04:09.7200979Z [00:02:55.003]➜  cp $WORK/b1077/_pkg_.a /root/.cache/go-build/0c/0c487e55ce821eaf2353eaff7a37783b7bfdce1806c1eda0cf59700eb479aa78-d # internal
2025-08-20T23:04:09.7202777Z [00:02:55.003]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredevopspersonalaccesstoken
2025-08-20T23:04:09.7204551Z [00:02:55.003]➜  mkdir -p $WORK/b1079/
2025-08-20T23:04:09.7214654Z [00:02:55.004]➜  cat >/tmp/go-build3700090427/b1079/importcfg << 'EOF' # internal
2025-08-20T23:04:09.7215637Z [00:02:55.004]➜  # import config
2025-08-20T23:04:09.7217217Z [00:02:55.004]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.7218287Z [00:02:55.004]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.7220303Z [00:02:55.005]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.7221775Z [00:02:55.005]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.7223241Z [00:02:55.005]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.7224570Z [00:02:55.005]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.7225581Z [00:02:55.005]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.7226452Z [00:02:55.005]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.7227112Z [00:02:55.005]➜  EOF
2025-08-20T23:04:09.7236073Z [00:02:55.006]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1079/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredevopspersonalaccesstoken;$WORK/b1079=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredevopspersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid VAIvmLLPeplSHsytNsKu/VAIvmLLPeplSHsytNsKu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1079/importcfg -pack ./pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken.go
2025-08-20T23:04:09.7522075Z [00:02:55.034]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:09.7526859Z [00:02:55.034]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x027.o -c zstd_compress_literals.c
2025-08-20T23:04:09.7850819Z [00:02:55.068]➜  go tool buildid -w $WORK/b1079/_pkg_.a # internal
2025-08-20T23:04:09.7872859Z [00:02:55.070]➜  cp $WORK/b1079/_pkg_.a /root/.cache/go-build/bf/bfaff06373dfb67e925108f748aeadb9732f6d73a833052f0e17a0fc55bcb77e-d # internal
2025-08-20T23:04:09.7875798Z [00:02:55.071]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredirectmanagementkey
2025-08-20T23:04:09.7901460Z [00:02:55.071]➜  mkdir -p $WORK/b1080/
2025-08-20T23:04:09.7902265Z [00:02:55.072]➜  cat >/tmp/go-build3700090427/b1080/importcfg << 'EOF' # internal
2025-08-20T23:04:09.7902963Z [00:02:55.072]➜  # import config
2025-08-20T23:04:09.7903649Z [00:02:55.072]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.7904509Z [00:02:55.072]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:09.7905420Z [00:02:55.072]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:09.7906340Z [00:02:55.072]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:09.7907207Z [00:02:55.072]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:09.7908074Z [00:02:55.072]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.7909291Z [00:02:55.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:09.7911113Z [00:02:55.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.7912575Z [00:02:55.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:09.7914283Z [00:02:55.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.7915965Z [00:02:55.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.7917258Z [00:02:55.072]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.7918227Z [00:02:55.072]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.7919061Z [00:02:55.072]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.7920107Z [00:02:55.072]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:09.7920707Z [00:02:55.072]➜  EOF
2025-08-20T23:04:09.7921208Z [00:02:55.072]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:09.7925916Z [00:02:55.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1080/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredirectmanagementkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredirectmanagementkey;$WORK/b1080=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredirectmanagementkey -lang=go1.24 -complete -installsuffix shared -buildid y3ZCQIuMnD_tAtiusS4M/y3ZCQIuMnD_tAtiusS4M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1080/importcfg -pack ./pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey.go
2025-08-20T23:04:09.8376006Z [00:02:55.121]➜  go tool buildid -w $WORK/b1078/_pkg_.a # internal
2025-08-20T23:04:09.8430932Z [00:02:55.126]➜  cp $WORK/b1078/_pkg_.a /root/.cache/go-build/df/df6c8b55dd579c6c254fe8b133a27ef72fcab202356e1bcb93296f7431d1bc95-d # internal
2025-08-20T23:04:09.8435944Z [00:02:55.127]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresastoken
2025-08-20T23:04:09.8438170Z [00:02:55.127]➜  mkdir -p $WORK/b1081/
2025-08-20T23:04:09.8443907Z [00:02:55.128]➜  cat >/tmp/go-build3700090427/b1081/importcfg << 'EOF' # internal
2025-08-20T23:04:09.8444590Z [00:02:55.128]➜  # import config
2025-08-20T23:04:09.8445249Z [00:02:55.128]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.8446078Z [00:02:55.128]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:09.8446852Z [00:02:55.128]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.8448068Z [00:02:55.128]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:09.8449793Z [00:02:55.128]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.8451948Z [00:02:55.128]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:09.8453664Z [00:02:55.128]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.8455224Z [00:02:55.128]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.8456533Z [00:02:55.128]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.8457425Z [00:02:55.128]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:09.8458225Z [00:02:55.128]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.8459046Z [00:02:55.128]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.8459854Z [00:02:55.128]➜  EOF
2025-08-20T23:04:09.8463927Z [00:02:55.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1081/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresastoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresastoken;$WORK/b1081=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresastoken -lang=go1.24 -complete -installsuffix shared -buildid t7z3Ki5ZfP0eY5bUbFAb/t7z3Ki5ZfP0eY5bUbFAb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1081/importcfg -pack ./pkg/detectors/azuresastoken/azuresastoken.go
2025-08-20T23:04:09.8812749Z [00:02:55.164]➜  go tool buildid -w $WORK/b1080/_pkg_.a # internal
2025-08-20T23:04:09.8841384Z [00:02:55.167]➜  cp $WORK/b1080/_pkg_.a /root/.cache/go-build/72/72e48514011576765ef61922a0aea5188920dadf0255defb38fe44a44a683f43-d # internal
2025-08-20T23:04:09.8842970Z [00:02:55.168]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchadminkey
2025-08-20T23:04:09.8843800Z [00:02:55.168]➜  mkdir -p $WORK/b1082/
2025-08-20T23:04:09.8850132Z [00:02:55.168]➜  cat >/tmp/go-build3700090427/b1082/importcfg << 'EOF' # internal
2025-08-20T23:04:09.8850825Z [00:02:55.168]➜  # import config
2025-08-20T23:04:09.8851526Z [00:02:55.168]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.8852329Z [00:02:55.168]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.8853477Z [00:02:55.168]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.8854930Z [00:02:55.168]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.8856501Z [00:02:55.168]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.8857796Z [00:02:55.168]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.8858777Z [00:02:55.168]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.8859811Z [00:02:55.168]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.8860428Z [00:02:55.168]➜  EOF
2025-08-20T23:04:09.8865075Z [00:02:55.168]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1082/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchadminkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchadminkey;$WORK/b1082=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchadminkey -lang=go1.24 -complete -installsuffix shared -buildid o634atYqNqLP4NENsirf/o634atYqNqLP4NENsirf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1082/importcfg -pack ./pkg/detectors/azuresearchadminkey/azuresearchadminkey.go
2025-08-20T23:04:09.9572012Z [00:02:55.240]➜  go tool buildid -w $WORK/b1082/_pkg_.a # internal
2025-08-20T23:04:09.9596216Z [00:02:55.243]➜  cp $WORK/b1082/_pkg_.a /root/.cache/go-build/7e/7ebec4bd3ce6520cf129bd73018e7da0231803a1f15cd5884e2761c34488f0bb-d # internal
2025-08-20T23:04:09.9601357Z [00:02:55.243]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchquerykey
2025-08-20T23:04:09.9604858Z [00:02:55.243]➜  mkdir -p $WORK/b1083/
2025-08-20T23:04:09.9616809Z [00:02:55.245]➜  cat >/tmp/go-build3700090427/b1083/importcfg << 'EOF' # internal
2025-08-20T23:04:09.9618886Z [00:02:55.245]➜  # import config
2025-08-20T23:04:09.9619816Z [00:02:55.245]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.9620681Z [00:02:55.245]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.9630584Z [00:02:55.245]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.9632231Z [00:02:55.245]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.9633643Z [00:02:55.245]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.9634657Z [00:02:55.245]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.9635570Z [00:02:55.245]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.9636220Z [00:02:55.245]➜  EOF
2025-08-20T23:04:09.9640831Z [00:02:55.245]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1083/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchquerykey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchquerykey;$WORK/b1083=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchquerykey -lang=go1.24 -complete -installsuffix shared -buildid Q8qMCDfp0483wkjT4lj2/Q8qMCDfp0483wkjT4lj2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1083/importcfg -pack ./pkg/detectors/azuresearchquerykey/azuresearchquerykey.go
2025-08-20T23:04:09.9885950Z [00:02:55.272]➜  go tool buildid -w $WORK/b1081/_pkg_.a # internal
2025-08-20T23:04:09.9934802Z [00:02:55.276]➜  cp $WORK/b1081/_pkg_.a /root/.cache/go-build/0a/0a5d9ed25acffbd2fc3a10ffe12949bf5bfc370cfbe763f0d9fcfe250a46adad-d # internal
2025-08-20T23:04:09.9937229Z [00:02:55.277]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v1
2025-08-20T23:04:09.9940806Z [00:02:55.277]➜  mkdir -p $WORK/b1084/
2025-08-20T23:04:09.9945586Z [00:02:55.278]➜  cat >/tmp/go-build3700090427/b1084/importcfg << 'EOF' # internal
2025-08-20T23:04:09.9946361Z [00:02:55.278]➜  # import config
2025-08-20T23:04:09.9948755Z [00:02:55.278]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:09.9950743Z [00:02:55.278]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:09.9954992Z [00:02:55.278]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:09.9957334Z [00:02:55.278]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:09.9960436Z [00:02:55.278]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:09.9961571Z [00:02:55.278]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:09.9962761Z [00:02:55.278]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:09.9963578Z [00:02:55.278]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:09.9964417Z [00:02:55.278]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:09.9965027Z [00:02:55.278]➜  EOF
2025-08-20T23:04:09.9969018Z [00:02:55.278]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1084/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v1;$WORK/b1084=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v1 -lang=go1.24 -complete -installsuffix shared -buildid DOoGCGxZGThLLyqALvR9/DOoGCGxZGThLLyqALvR9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1084/importcfg -pack ./pkg/detectors/bannerbear/v1/bannerbear.go
2025-08-20T23:04:10.0360399Z [00:02:55.319]➜  go tool buildid -w $WORK/b1083/_pkg_.a # internal
2025-08-20T23:04:10.0368207Z [00:02:55.320]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:10.0388308Z [00:02:55.321]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x028.o -c zstd_compress_sequences.c
2025-08-20T23:04:10.0393567Z [00:02:55.321]➜  cp $WORK/b1083/_pkg_.a /root/.cache/go-build/d7/d7f0bf0a2102129f1badcd29c89f13b8580de011496db46f6c6a6e6b454a7548-d # internal
2025-08-20T23:04:10.0395640Z [00:02:55.321]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v2
2025-08-20T23:04:10.0396667Z [00:02:55.321]➜  mkdir -p $WORK/b1085/
2025-08-20T23:04:10.0397627Z [00:02:55.322]➜  cat >/tmp/go-build3700090427/b1085/importcfg << 'EOF' # internal
2025-08-20T23:04:10.0398567Z [00:02:55.322]➜  # import config
2025-08-20T23:04:10.0399810Z [00:02:55.322]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:10.0401383Z [00:02:55.322]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.0402516Z [00:02:55.322]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.0404208Z [00:02:55.322]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.0405820Z [00:02:55.322]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.0407559Z [00:02:55.322]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.0408925Z [00:02:55.322]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.0410094Z [00:02:55.322]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.0411669Z [00:02:55.322]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.0412368Z [00:02:55.322]➜  EOF
2025-08-20T23:04:10.0412877Z [00:02:55.322]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:10.0426738Z [00:02:55.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1085/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v2;$WORK/b1085=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v2 -lang=go1.24 -complete -installsuffix shared -buildid 91MIW1amlYvnCtx-OwXa/91MIW1amlYvnCtx-OwXa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1085/importcfg -pack ./pkg/detectors/bannerbear/v2/bannerbear.go
2025-08-20T23:04:10.0620873Z [00:02:55.345]➜  go tool buildid -w $WORK/b1084/_pkg_.a # internal
2025-08-20T23:04:10.0642856Z [00:02:55.347]➜  cp $WORK/b1084/_pkg_.a /root/.cache/go-build/ee/eed312b357ad451ed71242ee6a6f80857bc344b443fed724f65b810c3806bfd6-d # internal
2025-08-20T23:04:10.0644491Z [00:02:55.348]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/baremetrics
2025-08-20T23:04:10.0645331Z [00:02:55.348]➜  mkdir -p $WORK/b1086/
2025-08-20T23:04:10.0657264Z [00:02:55.349]➜  cat >/tmp/go-build3700090427/b1086/importcfg << 'EOF' # internal
2025-08-20T23:04:10.0657965Z [00:02:55.349]➜  # import config
2025-08-20T23:04:10.0658618Z [00:02:55.349]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.0659564Z [00:02:55.349]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.0660675Z [00:02:55.349]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.0662064Z [00:02:55.349]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.0663522Z [00:02:55.349]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.0664784Z [00:02:55.349]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.0665877Z [00:02:55.349]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.0666675Z [00:02:55.349]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.0667511Z [00:02:55.349]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.0668145Z [00:02:55.349]➜  EOF
2025-08-20T23:04:10.0672338Z [00:02:55.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1086/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/baremetrics=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/baremetrics;$WORK/b1086=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/baremetrics -lang=go1.24 -complete -installsuffix shared -buildid 0YtS8idrZ-E5uSBlkQvB/0YtS8idrZ-E5uSBlkQvB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1086/importcfg -pack ./pkg/detectors/baremetrics/baremetrics.go
2025-08-20T23:04:10.1636325Z [00:02:55.447]➜  go tool buildid -w $WORK/b1086/_pkg_.a # internal
2025-08-20T23:04:10.1670967Z [00:02:55.450]➜  cp $WORK/b1086/_pkg_.a /root/.cache/go-build/3f/3f8d61a23df2cb187e58a5ea7d05f186de6ef9d600a79350090222d15f941abd-d # internal
2025-08-20T23:04:10.1682517Z [00:02:55.451]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beamer
2025-08-20T23:04:10.1691317Z [00:02:55.452]➜  mkdir -p $WORK/b1087/
2025-08-20T23:04:10.1692689Z [00:02:55.452]➜  cat >/tmp/go-build3700090427/b1087/importcfg << 'EOF' # internal
2025-08-20T23:04:10.1694578Z [00:02:55.452]➜  # import config
2025-08-20T23:04:10.1695265Z [00:02:55.452]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.1696153Z [00:02:55.452]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.1697291Z [00:02:55.452]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.1698965Z [00:02:55.452]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.1700754Z [00:02:55.452]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.1702092Z [00:02:55.452]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.1703016Z [00:02:55.452]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.1703816Z [00:02:55.452]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.1704653Z [00:02:55.452]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.1705259Z [00:02:55.452]➜  EOF
2025-08-20T23:04:10.1709078Z [00:02:55.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1087/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beamer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beamer;$WORK/b1087=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beamer -lang=go1.24 -complete -installsuffix shared -buildid 7XGkesALJHTRq90qbYLM/7XGkesALJHTRq90qbYLM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1087/importcfg -pack ./pkg/detectors/beamer/beamer.go
2025-08-20T23:04:10.1774961Z [00:02:55.461]➜  go tool buildid -w $WORK/b1085/_pkg_.a # internal
2025-08-20T23:04:10.1792545Z [00:02:55.462]➜  cp $WORK/b1085/_pkg_.a /root/.cache/go-build/12/123c00d4c01361c00fe515e4761a05f5b2f9b2d7af2c667ae64b76e70a22d836-d # internal
2025-08-20T23:04:10.1797346Z [00:02:55.463]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beebole
2025-08-20T23:04:10.1802773Z [00:02:55.463]➜  mkdir -p $WORK/b1088/
2025-08-20T23:04:10.1804499Z [00:02:55.463]➜  cat >/tmp/go-build3700090427/b1088/importcfg << 'EOF' # internal
2025-08-20T23:04:10.1805160Z [00:02:55.463]➜  # import config
2025-08-20T23:04:10.1805796Z [00:02:55.463]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.1806580Z [00:02:55.463]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.1807664Z [00:02:55.463]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.1809173Z [00:02:55.463]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.1812518Z [00:02:55.463]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.1814485Z [00:02:55.463]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.1816686Z [00:02:55.463]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.1817560Z [00:02:55.463]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.1818348Z [00:02:55.463]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.1818938Z [00:02:55.463]➜  EOF
2025-08-20T23:04:10.1822802Z [00:02:55.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1088/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beebole=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beebole;$WORK/b1088=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beebole -lang=go1.24 -complete -installsuffix shared -buildid Cf13OVHJnU80rm-ZhcxD/Cf13OVHJnU80rm-ZhcxD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1088/importcfg -pack ./pkg/detectors/beebole/beebole.go
2025-08-20T23:04:10.2441077Z [00:02:55.527]➜  go tool buildid -w $WORK/b1088/_pkg_.a # internal
2025-08-20T23:04:10.2457232Z [00:02:55.529]➜  cp $WORK/b1088/_pkg_.a /root/.cache/go-build/ac/acef0bf37cc38f12a82f4474117baca15c27855bb60db5e21e4a4b4f6a05374a-d # internal
2025-08-20T23:04:10.2460147Z [00:02:55.529]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besttime
2025-08-20T23:04:10.2461215Z [00:02:55.529]➜  mkdir -p $WORK/b1089/
2025-08-20T23:04:10.2473885Z [00:02:55.531]➜  cat >/tmp/go-build3700090427/b1089/importcfg << 'EOF' # internal
2025-08-20T23:04:10.2475146Z [00:02:55.531]➜  # import config
2025-08-20T23:04:10.2478058Z [00:02:55.531]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.2481364Z [00:02:55.531]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.2482926Z [00:02:55.531]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.2484728Z [00:02:55.531]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.2488607Z [00:02:55.531]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.2490168Z [00:02:55.531]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.2491116Z [00:02:55.531]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.2492195Z [00:02:55.531]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.2493058Z [00:02:55.531]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.2493689Z [00:02:55.531]➜  EOF
2025-08-20T23:04:10.2497649Z [00:02:55.531]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1089/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besttime=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besttime;$WORK/b1089=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besttime -lang=go1.24 -complete -installsuffix shared -buildid GmEDjhwT2CGRgUqoyIhW/GmEDjhwT2CGRgUqoyIhW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1089/importcfg -pack ./pkg/detectors/besttime/besttime.go
2025-08-20T23:04:10.2683337Z [00:02:55.551]➜  go tool buildid -w $WORK/b1087/_pkg_.a # internal
2025-08-20T23:04:10.2697302Z [00:02:55.553]➜  cp $WORK/b1087/_pkg_.a /root/.cache/go-build/fc/fc4c8a3315906bef28e46bdfa3d4bf3eee1fb765c7ecafe162ee4d1906d00e86-d # internal
2025-08-20T23:04:10.2714485Z [00:02:55.555]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/betterstack
2025-08-20T23:04:10.2728898Z [00:02:55.555]➜  mkdir -p $WORK/b1090/
2025-08-20T23:04:10.2730173Z [00:02:55.555]➜  cat >/tmp/go-build3700090427/b1090/importcfg << 'EOF' # internal
2025-08-20T23:04:10.2730884Z [00:02:55.555]➜  # import config
2025-08-20T23:04:10.2731582Z [00:02:55.555]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.2732419Z [00:02:55.555]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.2733576Z [00:02:55.555]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.2735108Z [00:02:55.555]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.2736683Z [00:02:55.555]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.2738072Z [00:02:55.555]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.2739018Z [00:02:55.555]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.2743385Z [00:02:55.555]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.2744323Z [00:02:55.555]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.2745219Z [00:02:55.555]➜  EOF
2025-08-20T23:04:10.2749142Z [00:02:55.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1090/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/betterstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/betterstack;$WORK/b1090=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/betterstack -lang=go1.24 -complete -installsuffix shared -buildid J2nofoqQU6JtRaZo3Cwy/J2nofoqQU6JtRaZo3Cwy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1090/importcfg -pack ./pkg/detectors/betterstack/betterstack.go
2025-08-20T23:04:10.3302235Z [00:02:55.613]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:10.3311249Z [00:02:55.613]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x029.o -c zstd_compress_superblock.c
2025-08-20T23:04:10.3314093Z [00:02:55.614]➜  go tool buildid -w $WORK/b1089/_pkg_.a # internal
2025-08-20T23:04:10.3322441Z [00:02:55.615]➜  cp $WORK/b1089/_pkg_.a /root/.cache/go-build/93/93de3024fbdfeb8ee739e6ecc9b3a09aff973ce2658c6000c5e4097feda24b57-d # internal
2025-08-20T23:04:10.3331335Z [00:02:55.616]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/billomat
2025-08-20T23:04:10.3332084Z [00:02:55.616]➜  mkdir -p $WORK/b1091/
2025-08-20T23:04:10.3332970Z [00:02:55.616]➜  cat >/tmp/go-build3700090427/b1091/importcfg << 'EOF' # internal
2025-08-20T23:04:10.3333676Z [00:02:55.616]➜  # import config
2025-08-20T23:04:10.3334364Z [00:02:55.616]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.3335213Z [00:02:55.616]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:10.3336093Z [00:02:55.616]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.3337360Z [00:02:55.616]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.3338910Z [00:02:55.616]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.3340833Z [00:02:55.616]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.3342143Z [00:02:55.616]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.3343091Z [00:02:55.616]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.3343936Z [00:02:55.616]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.3344980Z [00:02:55.616]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.3345589Z [00:02:55.616]➜  EOF
2025-08-20T23:04:10.3346053Z [00:02:55.616]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:10.3350048Z [00:02:55.616]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1091/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/billomat=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/billomat;$WORK/b1091=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/billomat -lang=go1.24 -complete -installsuffix shared -buildid v5WNJz6aVKBe76RYLbtG/v5WNJz6aVKBe76RYLbtG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1091/importcfg -pack ./pkg/detectors/billomat/billomat.go
2025-08-20T23:04:10.3973965Z [00:02:55.681]➜  go tool buildid -w $WORK/b1091/_pkg_.a # internal
2025-08-20T23:04:10.3987833Z [00:02:55.682]➜  cp $WORK/b1091/_pkg_.a /root/.cache/go-build/69/69224179520cd87e2f116e1ed0829895505b7eda516208ba2c97b9f90c999ab6-d # internal
2025-08-20T23:04:10.3989930Z [00:02:55.682]➜  go tool buildid -w $WORK/b1090/_pkg_.a # internal
2025-08-20T23:04:10.4003946Z [00:02:55.684]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bingsubscriptionkey
2025-08-20T23:04:10.4005604Z [00:02:55.684]➜  mkdir -p $WORK/b1092/
2025-08-20T23:04:10.4015291Z [00:02:55.685]➜  cat >/tmp/go-build3700090427/b1092/importcfg << 'EOF' # internal
2025-08-20T23:04:10.4019185Z [00:02:55.685]➜  # import config
2025-08-20T23:04:10.4021658Z [00:02:55.685]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.4022559Z [00:02:55.685]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.4023816Z [00:02:55.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.4025349Z [00:02:55.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.4026883Z [00:02:55.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.4028168Z [00:02:55.685]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.4029101Z [00:02:55.685]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.4030112Z [00:02:55.685]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.4030781Z [00:02:55.685]➜  EOF
2025-08-20T23:04:10.4035262Z [00:02:55.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1092/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bingsubscriptionkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bingsubscriptionkey;$WORK/b1092=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bingsubscriptionkey -lang=go1.24 -complete -installsuffix shared -buildid Q1KfNtmX2OhkwdR1M7YZ/Q1KfNtmX2OhkwdR1M7YZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1092/importcfg -pack ./pkg/detectors/bingsubscriptionkey/bingsubscriptionkey.go
2025-08-20T23:04:10.4046416Z [00:02:55.687]➜  cp $WORK/b1090/_pkg_.a /root/.cache/go-build/9e/9e7eecd02b6f3e3a95d13e0e1d8060579e100ee6ae0e8ea7e1f1291395c6f1b3-d # internal
2025-08-20T23:04:10.4048714Z [00:02:55.687]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbar
2025-08-20T23:04:10.4050045Z [00:02:55.687]➜  mkdir -p $WORK/b1093/
2025-08-20T23:04:10.4050989Z [00:02:55.688]➜  cat >/tmp/go-build3700090427/b1093/importcfg << 'EOF' # internal
2025-08-20T23:04:10.4051928Z [00:02:55.688]➜  # import config
2025-08-20T23:04:10.4062208Z [00:02:55.688]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.4063314Z [00:02:55.688]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.4064974Z [00:02:55.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.4066616Z [00:02:55.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.4068527Z [00:02:55.688]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.4070144Z [00:02:55.688]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.4071266Z [00:02:55.688]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.4072306Z [00:02:55.688]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.4073345Z [00:02:55.688]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.4074129Z [00:02:55.688]➜  EOF
2025-08-20T23:04:10.4093479Z [00:02:55.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1093/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbar=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbar;$WORK/b1093=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbar -lang=go1.24 -complete -installsuffix shared -buildid l-9sg5ROvtpxHIfYWolv/l-9sg5ROvtpxHIfYWolv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1093/importcfg -pack ./pkg/detectors/bitbar/bitbar.go
2025-08-20T23:04:10.4745758Z [00:02:55.758]➜  go tool buildid -w $WORK/b1092/_pkg_.a # internal
2025-08-20T23:04:10.4780675Z [00:02:55.761]➜  cp $WORK/b1092/_pkg_.a /root/.cache/go-build/ba/ba56ff3f710e6cc35f6abba3e32ab523c7900f881e12a1ef7235955cdce36847-d # internal
2025-08-20T23:04:10.4788374Z [00:02:55.762]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbucketapppassword
2025-08-20T23:04:10.4789287Z [00:02:55.762]➜  mkdir -p $WORK/b1094/
2025-08-20T23:04:10.4798305Z [00:02:55.763]➜  cat >/tmp/go-build3700090427/b1094/importcfg << 'EOF' # internal
2025-08-20T23:04:10.4799041Z [00:02:55.763]➜  # import config
2025-08-20T23:04:10.4800151Z [00:02:55.763]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.4801088Z [00:02:55.763]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:10.4802023Z [00:02:55.763]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.4803169Z [00:02:55.763]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.4804728Z [00:02:55.763]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.4806258Z [00:02:55.763]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.4807421Z [00:02:55.763]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.4808270Z [00:02:55.763]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.4809483Z [00:02:55.763]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:10.4810194Z [00:02:55.763]➜  EOF
2025-08-20T23:04:10.4815749Z [00:02:55.764]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1094/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbucketapppassword=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbucketapppassword;$WORK/b1094=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbucketapppassword -lang=go1.24 -complete -installsuffix shared -buildid VJJoRDvH4UQqcjjqbaG4/VJJoRDvH4UQqcjjqbaG4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1094/importcfg -pack ./pkg/detectors/bitbucketapppassword/bitbucketapppassword.go
2025-08-20T23:04:10.5043421Z [00:02:55.787]➜  go tool buildid -w $WORK/b1093/_pkg_.a # internal
2025-08-20T23:04:10.5064367Z [00:02:55.789]➜  cp $WORK/b1093/_pkg_.a /root/.cache/go-build/6c/6cddc484fa653ecaca3b0ac8a77d3d855e1f81561bc6e0fb46a0550c32a31983-d # internal
2025-08-20T23:04:10.5070424Z [00:02:55.790]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitcoinaverage
2025-08-20T23:04:10.5071326Z [00:02:55.790]➜  mkdir -p $WORK/b1095/
2025-08-20T23:04:10.5075116Z [00:02:55.791]➜  cat >/tmp/go-build3700090427/b1095/importcfg << 'EOF' # internal
2025-08-20T23:04:10.5078091Z [00:02:55.791]➜  # import config
2025-08-20T23:04:10.5078676Z [00:02:55.791]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.5079747Z [00:02:55.791]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:10.5080635Z [00:02:55.791]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.5081776Z [00:02:55.791]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.5083280Z [00:02:55.791]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.5084857Z [00:02:55.791]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.5086230Z [00:02:55.791]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.5087245Z [00:02:55.791]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.5088033Z [00:02:55.791]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.5089032Z [00:02:55.791]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.5095598Z [00:02:55.791]➜  EOF
2025-08-20T23:04:10.5100214Z [00:02:55.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1095/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitcoinaverage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitcoinaverage;$WORK/b1095=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitcoinaverage -lang=go1.24 -complete -installsuffix shared -buildid ay1ZofS-aR_i0ClMp54N/ay1ZofS-aR_i0ClMp54N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1095/importcfg -pack ./pkg/detectors/bitcoinaverage/bitcoinaverage.go
2025-08-20T23:04:10.5873248Z [00:02:55.870]➜  go tool buildid -w $WORK/b1095/_pkg_.a # internal
2025-08-20T23:04:10.5894013Z [00:02:55.872]➜  cp $WORK/b1095/_pkg_.a /root/.cache/go-build/e6/e6e4db36e4f7958fdc243146cd44505e1e8613ed6feba25d3fde7834a2079eb0-d # internal
2025-08-20T23:04:10.5910583Z [00:02:55.874]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitfinex
2025-08-20T23:04:10.5917590Z [00:02:55.875]➜  mkdir -p $WORK/b1096/
2025-08-20T23:04:10.5935432Z [00:02:55.877]➜  cat >/tmp/go-build3700090427/b1096/importcfg << 'EOF' # internal
2025-08-20T23:04:10.5937003Z [00:02:55.877]➜  # import config
2025-08-20T23:04:10.5937653Z [00:02:55.877]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:10.5938443Z [00:02:55.877]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.5939314Z [00:02:55.877]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:10.5940663Z [00:02:55.877]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:10.5941645Z [00:02:55.877]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:10.5942562Z [00:02:55.877]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.5943719Z [00:02:55.877]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.5945223Z [00:02:55.877]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.5946865Z [00:02:55.877]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.5948256Z [00:02:55.877]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.5949210Z [00:02:55.877]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.5950247Z [00:02:55.877]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.5951121Z [00:02:55.877]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.5952200Z [00:02:55.877]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:10.5952844Z [00:02:55.877]➜  EOF
2025-08-20T23:04:10.5974603Z [00:02:55.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1096/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitfinex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitfinex;$WORK/b1096=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitfinex -lang=go1.24 -complete -installsuffix shared -buildid 0uXIPwnRloBgnWsFTeo2/0uXIPwnRloBgnWsFTeo2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1096/importcfg -pack ./pkg/detectors/bitfinex/bitfinex.go
2025-08-20T23:04:10.6188146Z [00:02:55.902]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:10.6193786Z [00:02:55.902]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x030.o -c zstd_ddict.c
2025-08-20T23:04:10.6196793Z [00:02:55.902]➜  go tool buildid -w $WORK/b1094/_pkg_.a # internal
2025-08-20T23:04:10.6228345Z [00:02:55.906]➜  cp $WORK/b1094/_pkg_.a /root/.cache/go-build/93/93d4749b84c6ce32076b75bd60b186369440cf5dbdcfdf762af9cbad643d53d8-d # internal
2025-08-20T23:04:10.6232493Z [00:02:55.906]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitlyaccesstoken
2025-08-20T23:04:10.6235612Z [00:02:55.907]➜  mkdir -p $WORK/b1097/
2025-08-20T23:04:10.6246366Z [00:02:55.908]➜  cat >/tmp/go-build3700090427/b1097/importcfg << 'EOF' # internal
2025-08-20T23:04:10.6249866Z [00:02:55.908]➜  # import config
2025-08-20T23:04:10.6250806Z [00:02:55.908]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.6251660Z [00:02:55.908]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.6252838Z [00:02:55.908]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.6254289Z [00:02:55.908]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.6255810Z [00:02:55.908]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.6257096Z [00:02:55.908]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.6257981Z [00:02:55.908]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.6258761Z [00:02:55.908]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.6259564Z [00:02:55.908]➜  EOF
2025-08-20T23:04:10.6260074Z [00:02:55.908]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:10.6266812Z [00:02:55.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1097/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitlyaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitlyaccesstoken;$WORK/b1097=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitlyaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid CqImioNqDIRss62sVrWQ/CqImioNqDIRss62sVrWQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1097/importcfg -pack ./pkg/detectors/bitlyaccesstoken/bitlyaccesstoken.go
2025-08-20T23:04:10.6868589Z [00:02:55.970]➜  go tool buildid -w $WORK/b1097/_pkg_.a # internal
2025-08-20T23:04:10.6882361Z [00:02:55.971]➜  cp $WORK/b1097/_pkg_.a /root/.cache/go-build/22/228ac454c276214e75ea1175bacbef55f0db108373aba9789ab9349c668b4cfe-d # internal
2025-08-20T23:04:10.6884764Z [00:02:55.972]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex
2025-08-20T23:04:10.6903746Z [00:02:55.973]➜  mkdir -p $WORK/b1098/
2025-08-20T23:04:10.6905352Z [00:02:55.973]➜  cat >/tmp/go-build3700090427/b1098/importcfg << 'EOF' # internal
2025-08-20T23:04:10.6906488Z [00:02:55.973]➜  # import config
2025-08-20T23:04:10.6907132Z [00:02:55.973]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.6907992Z [00:02:55.973]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:10.6908910Z [00:02:55.974]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:10.6910167Z [00:02:55.974]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:10.6911049Z [00:02:55.974]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.6912226Z [00:02:55.974]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.6913753Z [00:02:55.974]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.6915375Z [00:02:55.974]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.6916745Z [00:02:55.974]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.6917698Z [00:02:55.974]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.6918773Z [00:02:55.974]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.6919829Z [00:02:55.974]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:10.6920699Z [00:02:55.974]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:10.6921557Z [00:02:55.974]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.6922394Z [00:02:55.974]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:10.6923017Z [00:02:55.974]➜  EOF
2025-08-20T23:04:10.6926984Z [00:02:55.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1098/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitmex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex;$WORK/b1098=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex -lang=go1.24 -complete -installsuffix shared -buildid whkR1VrQYeMK9jDlf5P-/whkR1VrQYeMK9jDlf5P- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1098/importcfg -pack ./pkg/detectors/bitmex/bitmex.go
2025-08-20T23:04:10.7466090Z [00:02:56.030]➜  go tool buildid -w $WORK/b1096/_pkg_.a # internal
2025-08-20T23:04:10.7482221Z [00:02:56.031]➜  cp $WORK/b1096/_pkg_.a /root/.cache/go-build/f6/f6fe097266a22c2b9d04d8479b2e9ddbcee8449e461703762570b3d4f30e22d2-d # internal
2025-08-20T23:04:10.7513303Z [00:02:56.035]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter
2025-08-20T23:04:10.7514081Z [00:02:56.035]➜  mkdir -p $WORK/b1099/
2025-08-20T23:04:10.7519179Z [00:02:56.035]➜  cat >/tmp/go-build3700090427/b1099/importcfg << 'EOF' # internal
2025-08-20T23:04:10.7520082Z [00:02:56.035]➜  # import config
2025-08-20T23:04:10.7520786Z [00:02:56.035]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.7521664Z [00:02:56.035]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.7522846Z [00:02:56.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.7524419Z [00:02:56.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.7526019Z [00:02:56.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.7527414Z [00:02:56.035]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.7528381Z [00:02:56.035]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.7529247Z [00:02:56.035]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.7530308Z [00:02:56.035]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.7530939Z [00:02:56.035]➜  EOF
2025-08-20T23:04:10.7535136Z [00:02:56.035]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1099/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blazemeter=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter;$WORK/b1099=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter -lang=go1.24 -complete -installsuffix shared -buildid o0GWg8ei2Yn9UMfUWXoS/o0GWg8ei2Yn9UMfUWXoS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1099/importcfg -pack ./pkg/detectors/blazemeter/blazemeter.go
2025-08-20T23:04:10.7553263Z [00:02:56.039]➜  go tool buildid -w $WORK/b1098/_pkg_.a # internal
2025-08-20T23:04:10.7569106Z [00:02:56.040]➜  cp $WORK/b1098/_pkg_.a /root/.cache/go-build/c1/c1b1df3c4bb0fbe14b5ad41ed277fea3d51f76ed58b667d3242d621f2696fc21-d # internal
2025-08-20T23:04:10.7570801Z [00:02:56.040]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp
2025-08-20T23:04:10.7573074Z [00:02:56.040]➜  mkdir -p $WORK/b1100/
2025-08-20T23:04:10.7580516Z [00:02:56.041]➜  cat >/tmp/go-build3700090427/b1100/importcfg << 'EOF' # internal
2025-08-20T23:04:10.7582352Z [00:02:56.041]➜  # import config
2025-08-20T23:04:10.7583000Z [00:02:56.041]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.7583973Z [00:02:56.041]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.7585101Z [00:02:56.041]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.7586573Z [00:02:56.041]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.7588093Z [00:02:56.041]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.7589815Z [00:02:56.041]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.7590780Z [00:02:56.041]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.7591607Z [00:02:56.041]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.7592439Z [00:02:56.041]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.7593043Z [00:02:56.041]➜  EOF
2025-08-20T23:04:10.7596791Z [00:02:56.041]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1100/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blitapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp;$WORK/b1100=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp -lang=go1.24 -complete -installsuffix shared -buildid KSHgrBb-Fwe9M4zfmtXo/KSHgrBb-Fwe9M4zfmtXo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1100/importcfg -pack ./pkg/detectors/blitapp/blitapp.go
2025-08-20T23:04:10.7772962Z [00:02:56.060]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:10.7778612Z [00:02:56.060]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x031.o -c zstd_decompress.c
2025-08-20T23:04:10.8661524Z [00:02:56.149]➜  go tool buildid -w $WORK/b1100/_pkg_.a # internal
2025-08-20T23:04:10.8675788Z [00:02:56.151]➜  cp $WORK/b1100/_pkg_.a /root/.cache/go-build/d4/d467b3347e14d092de05a1886e12697d96fe4d7b7177615d3643decba0293279-d # internal
2025-08-20T23:04:10.8694934Z [00:02:56.153]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blogger
2025-08-20T23:04:10.8698001Z [00:02:56.153]➜  mkdir -p $WORK/b1101/
2025-08-20T23:04:10.8709017Z [00:02:56.154]➜  cat >/tmp/go-build3700090427/b1101/importcfg << 'EOF' # internal
2025-08-20T23:04:10.8719053Z [00:02:56.154]➜  # import config
2025-08-20T23:04:10.8719942Z [00:02:56.154]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.8720981Z [00:02:56.154]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.8722132Z [00:02:56.154]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.8723632Z [00:02:56.154]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.8725187Z [00:02:56.154]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.8726514Z [00:02:56.154]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.8727468Z [00:02:56.154]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.8728313Z [00:02:56.154]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.8729136Z [00:02:56.154]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.8729956Z [00:02:56.154]➜  EOF
2025-08-20T23:04:10.8730408Z [00:02:56.154]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:10.8734270Z [00:02:56.154]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1101/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blogger=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blogger;$WORK/b1101=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blogger -lang=go1.24 -complete -installsuffix shared -buildid xugPIyUnU4QXzygEkh--/xugPIyUnU4QXzygEkh-- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1101/importcfg -pack ./pkg/detectors/blogger/blogger.go
2025-08-20T23:04:10.8750708Z [00:02:56.158]➜  go tool buildid -w $WORK/b1099/_pkg_.a # internal
2025-08-20T23:04:10.8787309Z [00:02:56.162]➜  cp $WORK/b1099/_pkg_.a /root/.cache/go-build/50/507b15124e8a5912f806cdd743055dd2171deadc8fda6d72abb3f90d5daf2490-d # internal
2025-08-20T23:04:10.8789851Z [00:02:56.162]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bombbomb
2025-08-20T23:04:10.8791537Z [00:02:56.162]➜  mkdir -p $WORK/b1102/
2025-08-20T23:04:10.8796196Z [00:02:56.163]➜  cat >/tmp/go-build3700090427/b1102/importcfg << 'EOF' # internal
2025-08-20T23:04:10.8797301Z [00:02:56.163]➜  # import config
2025-08-20T23:04:10.8820955Z [00:02:56.163]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.8821797Z [00:02:56.163]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.8822952Z [00:02:56.163]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.8824468Z [00:02:56.163]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.8826057Z [00:02:56.163]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.8827407Z [00:02:56.163]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.8828336Z [00:02:56.163]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.8829131Z [00:02:56.163]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.8830099Z [00:02:56.163]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.8830712Z [00:02:56.163]➜  EOF
2025-08-20T23:04:10.8834584Z [00:02:56.165]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1102/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bombbomb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bombbomb;$WORK/b1102=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bombbomb -lang=go1.24 -complete -installsuffix shared -buildid -YQBusClpobCiXNFDIfF/-YQBusClpobCiXNFDIfF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1102/importcfg -pack ./pkg/detectors/bombbomb/bombbomb.go
2025-08-20T23:04:10.9707008Z [00:02:56.254]➜  go tool buildid -w $WORK/b1102/_pkg_.a # internal
2025-08-20T23:04:10.9723242Z [00:02:56.255]➜  cp $WORK/b1102/_pkg_.a /root/.cache/go-build/eb/eb707af462b30938ca1dde9616e2900abf06ad1d648015470584fe08b438871a-d # internal
2025-08-20T23:04:10.9728525Z [00:02:56.256]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boostnote
2025-08-20T23:04:10.9729458Z [00:02:56.256]➜  mkdir -p $WORK/b1103/
2025-08-20T23:04:10.9733670Z [00:02:56.257]➜  cat >/tmp/go-build3700090427/b1103/importcfg << 'EOF' # internal
2025-08-20T23:04:10.9744472Z [00:02:56.257]➜  # import config
2025-08-20T23:04:10.9745177Z [00:02:56.257]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:10.9746012Z [00:02:56.257]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:10.9747147Z [00:02:56.257]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:10.9748626Z [00:02:56.257]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:10.9750307Z [00:02:56.257]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:10.9751609Z [00:02:56.257]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:10.9752693Z [00:02:56.257]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:10.9753495Z [00:02:56.257]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:10.9754323Z [00:02:56.257]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:10.9754937Z [00:02:56.257]➜  EOF
2025-08-20T23:04:10.9759010Z [00:02:56.257]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1103/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boostnote=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boostnote;$WORK/b1103=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boostnote -lang=go1.24 -complete -installsuffix shared -buildid pkGDGBp0DGRa1MCT6nR8/pkGDGBp0DGRa1MCT6nR8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1103/importcfg -pack ./pkg/detectors/boostnote/boostnote.go
2025-08-20T23:04:11.0012754Z [00:02:56.284]➜  go tool buildid -w $WORK/b1101/_pkg_.a # internal
2025-08-20T23:04:11.0061916Z [00:02:56.289]➜  cp $WORK/b1101/_pkg_.a /root/.cache/go-build/7a/7a8ebfa95a30c6c2a23729e68533005b547d87f30fb945b4bb78455c11a1646e-d # internal
2025-08-20T23:04:11.0063299Z [00:02:56.289]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/borgbase
2025-08-20T23:04:11.0064045Z [00:02:56.289]➜  mkdir -p $WORK/b1104/
2025-08-20T23:04:11.0095499Z [00:02:56.293]➜  cat >/tmp/go-build3700090427/b1104/importcfg << 'EOF' # internal
2025-08-20T23:04:11.0096449Z [00:02:56.293]➜  # import config
2025-08-20T23:04:11.0097466Z [00:02:56.293]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.0099764Z [00:02:56.293]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.0100979Z [00:02:56.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.0102500Z [00:02:56.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.0104067Z [00:02:56.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.0105371Z [00:02:56.293]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.0106273Z [00:02:56.293]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.0107071Z [00:02:56.293]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.0107878Z [00:02:56.293]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.0108676Z [00:02:56.293]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:11.0109268Z [00:02:56.293]➜  EOF
2025-08-20T23:04:11.0113243Z [00:02:56.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1104/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/borgbase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/borgbase;$WORK/b1104=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/borgbase -lang=go1.24 -complete -installsuffix shared -buildid xHEsXaFJxlBj41DUYjIz/xHEsXaFJxlBj41DUYjIz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1104/importcfg -pack ./pkg/detectors/borgbase/borgbase.go
2025-08-20T23:04:11.0334082Z [00:02:56.316]➜  go tool buildid -w $WORK/b1103/_pkg_.a # internal
2025-08-20T23:04:11.0350333Z [00:02:56.318]➜  cp $WORK/b1103/_pkg_.a /root/.cache/go-build/c3/c3a2052fc2b12a7b2869eac8415bb12a1ca0ac40edd815db300aa730c50e65db-d # internal
2025-08-20T23:04:11.0355737Z [00:02:56.318]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/box
2025-08-20T23:04:11.0356537Z [00:02:56.319]➜  mkdir -p $WORK/b1105/
2025-08-20T23:04:11.0360848Z [00:02:56.319]➜  cat >/tmp/go-build3700090427/b1105/importcfg << 'EOF' # internal
2025-08-20T23:04:11.0370283Z [00:02:56.319]➜  # import config
2025-08-20T23:04:11.0371046Z [00:02:56.319]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.0371997Z [00:02:56.319]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:11.0373048Z [00:02:56.319]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.0374189Z [00:02:56.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.0375661Z [00:02:56.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.0377243Z [00:02:56.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.0378743Z [00:02:56.319]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.0379859Z [00:02:56.319]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.0380675Z [00:02:56.319]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.0381289Z [00:02:56.319]➜  EOF
2025-08-20T23:04:11.0384858Z [00:02:56.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1105/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/box=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/box;$WORK/b1105=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/box -lang=go1.24 -complete -installsuffix shared -buildid jMfM2DWubsFyCfyYAOO2/jMfM2DWubsFyCfyYAOO2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1105/importcfg -pack ./pkg/detectors/box/box.go
2025-08-20T23:04:11.1095397Z [00:02:56.393]➜  go tool buildid -w $WORK/b1105/_pkg_.a # internal
2025-08-20T23:04:11.1113739Z [00:02:56.395]➜  cp $WORK/b1105/_pkg_.a /root/.cache/go-build/94/9469855685e2115f8a4c22e2cc0d59aa96701da0373a9289b946bdc5748b6a56-d # internal
2025-08-20T23:04:11.1115851Z [00:02:56.395]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boxoauth
2025-08-20T23:04:11.1118145Z [00:02:56.395]➜  mkdir -p $WORK/b1106/
2025-08-20T23:04:11.1123309Z [00:02:56.396]➜  cat >/tmp/go-build3700090427/b1106/importcfg << 'EOF' # internal
2025-08-20T23:04:11.1125766Z [00:02:56.396]➜  # import config
2025-08-20T23:04:11.1127290Z [00:02:56.396]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.1128123Z [00:02:56.396]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.1129212Z [00:02:56.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.1130775Z [00:02:56.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.1132368Z [00:02:56.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.1133700Z [00:02:56.396]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.1134800Z [00:02:56.396]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.1135622Z [00:02:56.396]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.1136477Z [00:02:56.396]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.1137076Z [00:02:56.396]➜  EOF
2025-08-20T23:04:11.1141038Z [00:02:56.396]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1106/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boxoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boxoauth;$WORK/b1106=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boxoauth -lang=go1.24 -complete -installsuffix shared -buildid oV3q4VxtMs-93qUrDv8S/oV3q4VxtMs-93qUrDv8S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1106/importcfg -pack ./pkg/detectors/boxoauth/boxoauth.go
2025-08-20T23:04:11.1335070Z [00:02:56.417]➜  go tool buildid -w $WORK/b1104/_pkg_.a # internal
2025-08-20T23:04:11.1355512Z [00:02:56.419]➜  cp $WORK/b1104/_pkg_.a /root/.cache/go-build/ff/ffa76b37e6eeed7d50be0484fb5944b367c2dc68df4696217f12ac524b4ca93c-d # internal
2025-08-20T23:04:11.1357133Z [00:02:56.419]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/braintreepayments
2025-08-20T23:04:11.1364835Z [00:02:56.420]➜  mkdir -p $WORK/b1107/
2025-08-20T23:04:11.1381666Z [00:02:56.421]➜  cat >/tmp/go-build3700090427/b1107/importcfg << 'EOF' # internal
2025-08-20T23:04:11.1382357Z [00:02:56.421]➜  # import config
2025-08-20T23:04:11.1383027Z [00:02:56.421]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.1383819Z [00:02:56.421]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.1384985Z [00:02:56.421]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.1386779Z [00:02:56.421]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.1388401Z [00:02:56.421]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.1389960Z [00:02:56.421]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.1390899Z [00:02:56.421]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.1391706Z [00:02:56.421]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.1392507Z [00:02:56.421]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.1398645Z [00:02:56.421]➜  EOF
2025-08-20T23:04:11.1403075Z [00:02:56.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1107/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/braintreepayments=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/braintreepayments;$WORK/b1107=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/braintreepayments -lang=go1.24 -complete -installsuffix shared -buildid kWXol0buqnA-1zOnEGQq/kWXol0buqnA-1zOnEGQq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1107/importcfg -pack ./pkg/detectors/braintreepayments/braintreepayments.go
2025-08-20T23:04:11.1946185Z [00:02:56.478]➜  go tool buildid -w $WORK/b1106/_pkg_.a # internal
2025-08-20T23:04:11.1966799Z [00:02:56.480]➜  cp $WORK/b1106/_pkg_.a /root/.cache/go-build/1a/1a77282350d868aa5cf4ec5a145a25431f9df3c97baa502df172815978a2afb5-d # internal
2025-08-20T23:04:11.1995529Z [00:02:56.483]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2
2025-08-20T23:04:11.1997225Z [00:02:56.483]➜  mkdir -p $WORK/b1109/
2025-08-20T23:04:11.2002993Z [00:02:56.483]➜  cat >/tmp/go-build3700090427/b1109/importcfg << 'EOF' # internal
2025-08-20T23:04:11.2004105Z [00:02:56.483]➜  # import config
2025-08-20T23:04:11.2004984Z [00:02:56.483]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.2006710Z [00:02:56.483]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.2008357Z [00:02:56.483]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.2010409Z [00:02:56.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.2012167Z [00:02:56.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.2014051Z [00:02:56.484]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.2015214Z [00:02:56.484]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.2017126Z [00:02:56.484]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:11.2017968Z [00:02:56.484]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.2018601Z [00:02:56.484]➜  EOF
2025-08-20T23:04:11.2022714Z [00:02:56.484]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1109/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2;$WORK/b1109=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2 -lang=go1.24 -complete -installsuffix shared -buildid CsY4LcdZMSe1TKvtirUi/CsY4LcdZMSe1TKvtirUi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1109/importcfg -pack ./pkg/detectors/brandfetch/v2/brandfetch.go
2025-08-20T23:04:11.2535813Z [00:02:56.537]➜  go tool buildid -w $WORK/b1107/_pkg_.a # internal
2025-08-20T23:04:11.2587832Z [00:02:56.542]➜  cp $WORK/b1107/_pkg_.a /root/.cache/go-build/53/539559da8ee34462b686656da859c04d6261329b287ea4ce62f95c0aec01b877-d # internal
2025-08-20T23:04:11.2613326Z [00:02:56.544]➜  net/http/cookiejar
2025-08-20T23:04:11.2616403Z [00:02:56.545]➜  mkdir -p $WORK/b1112/
2025-08-20T23:04:11.2625775Z [00:02:56.546]➜  cat >/tmp/go-build3700090427/b1112/importcfg << 'EOF' # internal
2025-08-20T23:04:11.2630543Z [00:02:56.546]➜  # import config
2025-08-20T23:04:11.2631152Z [00:02:56.546]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:04:11.2631902Z [00:02:56.546]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:11.2632657Z [00:02:56.546]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.2633375Z [00:02:56.546]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:11.2634095Z [00:02:56.546]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.2634924Z [00:02:56.546]➜  packagefile net/http/internal/ascii=/tmp/go-build3700090427/b200/_pkg_.a
2025-08-20T23:04:11.2635765Z [00:02:56.546]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:11.2636488Z [00:02:56.546]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:11.2637239Z [00:02:56.546]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.2637963Z [00:02:56.546]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:11.2638685Z [00:02:56.546]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:11.2639654Z [00:02:56.546]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:11.2640308Z [00:02:56.546]➜  EOF
2025-08-20T23:04:11.2643344Z [00:02:56.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1112/_pkg_.a -trimpath "/root/.go/src/net/http/cookiejar=>net/http/cookiejar;$WORK/b1112=>" -p net/http/cookiejar -lang=go1.25 -std -complete -installsuffix shared -buildid CB5Q7J3ly4_xYMoZG5V6/CB5Q7J3ly4_xYMoZG5V6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1112/importcfg -pack /root/.go/src/net/http/cookiejar/jar.go /root/.go/src/net/http/cookiejar/punycode.go
2025-08-20T23:04:11.2658626Z [00:02:56.549]➜  go tool buildid -w $WORK/b1109/_pkg_.a # internal
2025-08-20T23:04:11.2716539Z [00:02:56.555]➜  cp $WORK/b1109/_pkg_.a /root/.cache/go-build/25/258996e794bdf19307d30c9242d6bdcca0a21232efbc15c3e1288cf97d81014f-d # internal
2025-08-20T23:04:11.2718710Z [00:02:56.555]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v1
2025-08-20T23:04:11.2729793Z [00:02:56.556]➜  mkdir -p $WORK/b1108/
2025-08-20T23:04:11.2731108Z [00:02:56.556]➜  cat >/tmp/go-build3700090427/b1108/importcfg << 'EOF' # internal
2025-08-20T23:04:11.2732668Z [00:02:56.556]➜  # import config
2025-08-20T23:04:11.2733655Z [00:02:56.556]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.2734993Z [00:02:56.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.2737584Z [00:02:56.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.2739255Z [00:02:56.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2=/tmp/go-build3700090427/b1109/_pkg_.a
2025-08-20T23:04:11.2741099Z [00:02:56.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.2742394Z [00:02:56.556]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.2743242Z [00:02:56.556]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.2743978Z [00:02:56.556]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:11.2744524Z [00:02:56.556]➜  EOF
2025-08-20T23:04:11.2751283Z [00:02:56.558]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1108/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v1;$WORK/b1108=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v1 -lang=go1.24 -complete -installsuffix shared -buildid HVRqZSAxL3SS9-yAmBgQ/HVRqZSAxL3SS9-yAmBgQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1108/importcfg -pack ./pkg/detectors/brandfetch/v1/brandfetch.go
2025-08-20T23:04:11.3185325Z [00:02:56.602]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:11.3192970Z [00:02:56.602]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x032.o -c zstd_decompress_block.c
2025-08-20T23:04:11.3764955Z [00:02:56.660]➜  go tool buildid -w $WORK/b1112/_pkg_.a # internal
2025-08-20T23:04:11.3792895Z [00:02:56.662]➜  cp $WORK/b1112/_pkg_.a /root/.cache/go-build/7b/7be57202a46285700085fed05d9fc92e90e014d04693956f8a9a830202e997b8-d # internal
2025-08-20T23:04:11.3801780Z [00:02:56.663]➜  golang.org/x/net/publicsuffix
2025-08-20T23:04:11.3802381Z [00:02:56.663]➜  mkdir -p $WORK/b1111/
2025-08-20T23:04:11.3803105Z [00:02:56.663]➜  cat >/tmp/go-build3700090427/b1111/importcfg << 'EOF' # internal
2025-08-20T23:04:11.3803775Z [00:02:56.663]➜  # import config
2025-08-20T23:04:11.3804411Z [00:02:56.663]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:04:11.3805190Z [00:02:56.663]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.3806044Z [00:02:56.663]➜  packagefile net/http/cookiejar=/tmp/go-build3700090427/b1112/_pkg_.a
2025-08-20T23:04:11.3806917Z [00:02:56.663]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.3807514Z [00:02:56.663]➜  EOF
2025-08-20T23:04:11.3808077Z [00:02:56.663]➜  cat >/tmp/go-build3700090427/b1111/embedcfg << 'EOF' # internal
2025-08-20T23:04:11.3808671Z [00:02:56.663]➜  {
2025-08-20T23:04:11.3809056Z [00:02:56.663]➜  	"Patterns": {
2025-08-20T23:04:11.3809705Z [00:02:56.663]➜  		"data/children": [
2025-08-20T23:04:11.3810196Z [00:02:56.663]➜  			"data/children"
2025-08-20T23:04:11.3810586Z [00:02:56.663]➜  		],
2025-08-20T23:04:11.3811151Z [00:02:56.663]➜  		"data/nodes": [
2025-08-20T23:04:11.3811603Z [00:02:56.663]➜  			"data/nodes"
2025-08-20T23:04:11.3812010Z [00:02:56.663]➜  		],
2025-08-20T23:04:11.3812407Z [00:02:56.663]➜  		"data/text": [
2025-08-20T23:04:11.3812964Z [00:02:56.663]➜  			"data/text"
2025-08-20T23:04:11.3813351Z [00:02:56.663]➜  		]
2025-08-20T23:04:11.3813705Z [00:02:56.663]➜  	},
2025-08-20T23:04:11.3814078Z [00:02:56.663]➜  	"Files": {
2025-08-20T23:04:11.3814896Z [00:02:56.663]➜  		"data/children": "/root/go/pkg/mod/golang.org/x/net@v0.42.0/publicsuffix/data/children",
2025-08-20T23:04:11.3816021Z [00:02:56.663]➜  		"data/nodes": "/root/go/pkg/mod/golang.org/x/net@v0.42.0/publicsuffix/data/nodes",
2025-08-20T23:04:11.3817074Z [00:02:56.663]➜  		"data/text": "/root/go/pkg/mod/golang.org/x/net@v0.42.0/publicsuffix/data/text"
2025-08-20T23:04:11.3817777Z [00:02:56.663]➜  	}
2025-08-20T23:04:11.3818143Z [00:02:56.663]➜  }EOF
2025-08-20T23:04:11.3818580Z [00:02:56.663]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:11.3822907Z [00:02:56.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1111/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/publicsuffix=>golang.org/x/net@v0.42.0/publicsuffix;$WORK/b1111=>" -p golang.org/x/net/publicsuffix -lang=go1.23 -complete -installsuffix shared -buildid hdEj8jM3535yelWZliwP/hdEj8jM3535yelWZliwP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1111/importcfg -embedcfg $WORK/b1111/embedcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/publicsuffix/list.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/publicsuffix/table.go
2025-08-20T23:04:11.4025152Z [00:02:56.686]➜  go tool buildid -w $WORK/b1108/_pkg_.a # internal
2025-08-20T23:04:11.4047535Z [00:02:56.688]➜  cp $WORK/b1108/_pkg_.a /root/.cache/go-build/65/652d48186fb33a8cf49d8a2db773b192c67333214c59e85c872e96d494c3bb13-d # internal
2025-08-20T23:04:11.4053543Z [00:02:56.688]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browshot
2025-08-20T23:04:11.4055121Z [00:02:56.689]➜  mkdir -p $WORK/b1113/
2025-08-20T23:04:11.4058865Z [00:02:56.689]➜  go tool buildid -w $WORK/b1111/_pkg_.a # internal
2025-08-20T23:04:11.4071193Z [00:02:56.690]➜  cat >/tmp/go-build3700090427/b1113/importcfg << 'EOF' # internal
2025-08-20T23:04:11.4072614Z [00:02:56.690]➜  # import config
2025-08-20T23:04:11.4073781Z [00:02:56.690]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.4075013Z [00:02:56.690]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.4076726Z [00:02:56.690]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.4079942Z [00:02:56.690]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.4081449Z [00:02:56.690]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.4082749Z [00:02:56.690]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.4083636Z [00:02:56.690]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.4084393Z [00:02:56.690]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.4085209Z [00:02:56.690]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.4085807Z [00:02:56.690]➜  EOF
2025-08-20T23:04:11.4086887Z [00:02:56.691]➜  cp $WORK/b1111/_pkg_.a /root/.cache/go-build/85/8588576c049acb2484df9fd98c116db57c016bcde6fca8264a8b742e98ebd7e8-d # internal
2025-08-20T23:04:11.4091327Z [00:02:56.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1113/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browshot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browshot;$WORK/b1113=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browshot -lang=go1.24 -complete -installsuffix shared -buildid QjeMm_Oi6yKqdFi_3J8H/QjeMm_Oi6yKqdFi_3J8H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1113/importcfg -pack ./pkg/detectors/browshot/browshot.go
2025-08-20T23:04:11.4098900Z [00:02:56.691]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browserstack
2025-08-20T23:04:11.4099992Z [00:02:56.693]➜  mkdir -p $WORK/b1110/
2025-08-20T23:04:11.4125596Z [00:02:56.693]➜  cat >/tmp/go-build3700090427/b1110/importcfg << 'EOF' # internal
2025-08-20T23:04:11.4126279Z [00:02:56.693]➜  # import config
2025-08-20T23:04:11.4126922Z [00:02:56.693]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.4127703Z [00:02:56.693]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.4128848Z [00:02:56.693]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.4130705Z [00:02:56.693]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.4131988Z [00:02:56.693]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.4133077Z [00:02:56.693]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build3700090427/b1111/_pkg_.a
2025-08-20T23:04:11.4133970Z [00:02:56.693]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.4134744Z [00:02:56.693]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.4135617Z [00:02:56.693]➜  packagefile net/http/cookiejar=/tmp/go-build3700090427/b1112/_pkg_.a
2025-08-20T23:04:11.4136476Z [00:02:56.693]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.4137061Z [00:02:56.693]➜  EOF
2025-08-20T23:04:11.4141235Z [00:02:56.693]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1110/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browserstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browserstack;$WORK/b1110=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browserstack -lang=go1.24 -complete -installsuffix shared -buildid XO4SsDDxc29mLAP-gx_Q/XO4SsDDxc29mLAP-gx_Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1110/importcfg -pack ./pkg/detectors/browserstack/browserstack.go
2025-08-20T23:04:11.4698433Z [00:02:56.753]➜  go tool buildid -w $WORK/b1113/_pkg_.a # internal
2025-08-20T23:04:11.4714569Z [00:02:56.755]➜  cp $WORK/b1113/_pkg_.a /root/.cache/go-build/b4/b45240f3f27148fd96b06dd4401ad772cbc883d85bbaa75d8a8acb1f5f00602e-d # internal
2025-08-20T23:04:11.4719610Z [00:02:56.755]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bscscan
2025-08-20T23:04:11.4720279Z [00:02:56.755]➜  mkdir -p $WORK/b1114/
2025-08-20T23:04:11.4725035Z [00:02:56.756]➜  cat >/tmp/go-build3700090427/b1114/importcfg << 'EOF' # internal
2025-08-20T23:04:11.4732195Z [00:02:56.756]➜  # import config
2025-08-20T23:04:11.4732816Z [00:02:56.756]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.4733578Z [00:02:56.756]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.4734587Z [00:02:56.756]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.4736012Z [00:02:56.756]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.4737723Z [00:02:56.756]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.4739273Z [00:02:56.756]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.4740614Z [00:02:56.756]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.4741590Z [00:02:56.756]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.4743235Z [00:02:56.756]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.4743834Z [00:02:56.756]➜  EOF
2025-08-20T23:04:11.4747585Z [00:02:56.756]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1114/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bscscan=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bscscan;$WORK/b1114=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bscscan -lang=go1.24 -complete -installsuffix shared -buildid JxCAm9TZR70hY9V7ruQf/JxCAm9TZR70hY9V7ruQf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1114/importcfg -pack ./pkg/detectors/bscscan/bscscan.go
2025-08-20T23:04:11.5015950Z [00:02:56.785]➜  go tool buildid -w $WORK/b1110/_pkg_.a # internal
2025-08-20T23:04:11.5040286Z [00:02:56.787]➜  cp $WORK/b1110/_pkg_.a /root/.cache/go-build/5f/5fc240f92d81468501a4a4ff022c34e6365a5fd3f74f69fb9140e94ce82e0a8a-d # internal
2025-08-20T23:04:11.5044703Z [00:02:56.787]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buddyns
2025-08-20T23:04:11.5045357Z [00:02:56.788]➜  mkdir -p $WORK/b1115/
2025-08-20T23:04:11.5048610Z [00:02:56.788]➜  cat >/tmp/go-build3700090427/b1115/importcfg << 'EOF' # internal
2025-08-20T23:04:11.5050719Z [00:02:56.788]➜  # import config
2025-08-20T23:04:11.5052901Z [00:02:56.788]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.5054480Z [00:02:56.788]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.5055527Z [00:02:56.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.5056905Z [00:02:56.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.5058300Z [00:02:56.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.5059729Z [00:02:56.788]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.5060650Z [00:02:56.789]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.5061583Z [00:02:56.789]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.5062409Z [00:02:56.789]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.5063013Z [00:02:56.789]➜  EOF
2025-08-20T23:04:11.5066720Z [00:02:56.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1115/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buddyns=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buddyns;$WORK/b1115=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buddyns -lang=go1.24 -complete -installsuffix shared -buildid hw3kn7T9lRjcH09ThKlA/hw3kn7T9lRjcH09ThKlA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1115/importcfg -pack ./pkg/detectors/buddyns/buddyns.go
2025-08-20T23:04:11.5535889Z [00:02:56.837]➜  go tool buildid -w $WORK/b1114/_pkg_.a # internal
2025-08-20T23:04:11.5557477Z [00:02:56.839]➜  cp $WORK/b1114/_pkg_.a /root/.cache/go-build/6a/6ac6e927aafc19f4d52b90fe1323f8639b84355ad8184111e7d405a0fcf65427-d # internal
2025-08-20T23:04:11.5579029Z [00:02:56.839]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/budibase
2025-08-20T23:04:11.5580280Z [00:02:56.839]➜  mkdir -p $WORK/b1116/
2025-08-20T23:04:11.5581066Z [00:02:56.839]➜  cat >/tmp/go-build3700090427/b1116/importcfg << 'EOF' # internal
2025-08-20T23:04:11.5581802Z [00:02:56.839]➜  # import config
2025-08-20T23:04:11.5582518Z [00:02:56.839]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.5583390Z [00:02:56.839]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.5584618Z [00:02:56.839]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.5586186Z [00:02:56.839]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.5587832Z [00:02:56.839]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.5589227Z [00:02:56.839]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.5590428Z [00:02:56.839]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.5591263Z [00:02:56.839]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.5592360Z [00:02:56.839]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.5592997Z [00:02:56.839]➜  EOF
2025-08-20T23:04:11.5596965Z [00:02:56.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1116/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/budibase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/budibase;$WORK/b1116=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/budibase -lang=go1.24 -complete -installsuffix shared -buildid tMlsCVCl58Yapop2Xv4G/tMlsCVCl58Yapop2Xv4G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1116/importcfg -pack ./pkg/detectors/budibase/budibase.go
2025-08-20T23:04:11.5632643Z [00:02:56.846]➜  go tool buildid -w $WORK/b1115/_pkg_.a # internal
2025-08-20T23:04:11.5648710Z [00:02:56.848]➜  cp $WORK/b1115/_pkg_.a /root/.cache/go-build/78/78aa562cda83e6259fb9c2f8f1d2d4396a744c3382964044f43fe1ebfbce7180-d # internal
2025-08-20T23:04:11.5654577Z [00:02:56.848]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugherd
2025-08-20T23:04:11.5655503Z [00:02:56.848]➜  mkdir -p $WORK/b1117/
2025-08-20T23:04:11.5658893Z [00:02:56.849]➜  cat >/tmp/go-build3700090427/b1117/importcfg << 'EOF' # internal
2025-08-20T23:04:11.5660871Z [00:02:56.849]➜  # import config
2025-08-20T23:04:11.5661945Z [00:02:56.849]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.5663164Z [00:02:56.849]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.5665301Z [00:02:56.849]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.5667086Z [00:02:56.849]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.5668778Z [00:02:56.849]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.5670357Z [00:02:56.849]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.5671282Z [00:02:56.849]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.5672086Z [00:02:56.849]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.5672984Z [00:02:56.849]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.5673637Z [00:02:56.849]➜  EOF
2025-08-20T23:04:11.5677582Z [00:02:56.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1117/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugherd=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugherd;$WORK/b1117=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugherd -lang=go1.24 -complete -installsuffix shared -buildid YMl9st0YwMqoWfxzJv-Q/YMl9st0YwMqoWfxzJv-Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1117/importcfg -pack ./pkg/detectors/bugherd/bugherd.go
2025-08-20T23:04:11.5971035Z [00:02:56.880]➜  go tool buildid -w $WORK/b1056/_pkg_.a # internal
2025-08-20T23:04:11.6145727Z [00:02:56.897]➜  go tool buildid -w $WORK/b1116/_pkg_.a # internal
2025-08-20T23:04:11.6162599Z [00:02:56.899]➜  cp $WORK/b1116/_pkg_.a /root/.cache/go-build/76/76391ab9710e190a6f4eba55a8b52da69d015e0664e2ae4e911d0679f80480a3-d # internal
2025-08-20T23:04:11.6164045Z [00:02:56.899]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag
2025-08-20T23:04:11.6167132Z [00:02:56.899]➜  mkdir -p $WORK/b1118/
2025-08-20T23:04:11.6176638Z [00:02:56.900]➜  cat >/tmp/go-build3700090427/b1118/importcfg << 'EOF' # internal
2025-08-20T23:04:11.6177405Z [00:02:56.900]➜  # import config
2025-08-20T23:04:11.6178126Z [00:02:56.900]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.6179073Z [00:02:56.900]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.6185465Z [00:02:56.900]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.6187072Z [00:02:56.900]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.6188991Z [00:02:56.900]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.6190693Z [00:02:56.900]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.6191702Z [00:02:56.900]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.6192595Z [00:02:56.900]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.6193499Z [00:02:56.900]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.6194189Z [00:02:56.900]➜  EOF
2025-08-20T23:04:11.6198200Z [00:02:56.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1118/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugsnag=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag;$WORK/b1118=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag -lang=go1.24 -complete -installsuffix shared -buildid hTB5u9eM_dRvEc9DBafb/hTB5u9eM_dRvEc9DBafb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1118/importcfg -pack ./pkg/detectors/bugsnag/bugsnag.go
2025-08-20T23:04:11.6296143Z [00:02:56.913]➜  go tool buildid -w $WORK/b1117/_pkg_.a # internal
2025-08-20T23:04:11.6310458Z [00:02:56.914]➜  cp $WORK/b1117/_pkg_.a /root/.cache/go-build/a5/a5c3fa61544e05068c7199d9e0511c300576971761d1c112026c69d5c1237197-d # internal
2025-08-20T23:04:11.6312788Z [00:02:56.915]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1
2025-08-20T23:04:11.6316848Z [00:02:56.915]➜  mkdir -p $WORK/b1119/
2025-08-20T23:04:11.6318826Z [00:02:56.915]➜  cat >/tmp/go-build3700090427/b1119/importcfg << 'EOF' # internal
2025-08-20T23:04:11.6319773Z [00:02:56.915]➜  # import config
2025-08-20T23:04:11.6320461Z [00:02:56.915]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.6321373Z [00:02:56.915]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:11.6322266Z [00:02:56.915]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.6323408Z [00:02:56.915]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.6324901Z [00:02:56.915]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.6326479Z [00:02:56.915]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.6327866Z [00:02:56.915]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.6328848Z [00:02:56.915]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.6330132Z [00:02:56.915]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.6331024Z [00:02:56.915]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.6331702Z [00:02:56.915]➜  EOF
2025-08-20T23:04:11.6339690Z [00:02:56.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1119/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1;$WORK/b1119=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1 -lang=go1.24 -complete -installsuffix shared -buildid hm1n1x9jhaCkgZoZx4v-/hm1n1x9jhaCkgZoZx4v- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1119/importcfg -pack ./pkg/detectors/buildkite/v1/buildkite.go
2025-08-20T23:04:11.6384558Z [00:02:56.922]➜  cp $WORK/b1056/_pkg_.a /root/.cache/go-build/7b/7b7de350c530c2db74c0a84d6db9c1882d32176a8fa143e48fbf1f463b8e6d9f-d # internal
2025-08-20T23:04:11.6391022Z [00:02:56.922]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/access_keys
2025-08-20T23:04:11.6402111Z [00:02:56.923]➜  mkdir -p $WORK/b985/
2025-08-20T23:04:11.6414890Z [00:02:56.924]➜  cat >/tmp/go-build3700090427/b985/importcfg << 'EOF' # internal
2025-08-20T23:04:11.6415819Z [00:02:56.924]➜  # import config
2025-08-20T23:04:11.6416514Z [00:02:56.924]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.6417382Z [00:02:56.924]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.6418401Z [00:02:56.924]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:11.6419861Z [00:02:56.924]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3700090427/b1003/_pkg_.a
2025-08-20T23:04:11.6421181Z [00:02:56.924]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3700090427/b1006/_pkg_.a
2025-08-20T23:04:11.6422629Z [00:02:56.924]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3700090427/b1007/_pkg_.a
2025-08-20T23:04:11.6423993Z [00:02:56.924]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns=/tmp/go-build3700090427/b1056/_pkg_.a
2025-08-20T23:04:11.6425320Z [00:02:56.924]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3700090427/b1046/_pkg_.a
2025-08-20T23:04:11.6426616Z [00:02:56.924]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:11.6427907Z [00:02:56.924]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:11.6429318Z [00:02:56.924]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.6430981Z [00:02:56.924]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:11.6432769Z [00:02:56.924]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.6434395Z [00:02:56.924]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws=/tmp/go-build3700090427/b1059/_pkg_.a
2025-08-20T23:04:11.6435999Z [00:02:56.924]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.6437392Z [00:02:56.924]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.6438461Z [00:02:56.924]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:11.6439275Z [00:02:56.924]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.6441457Z [00:02:56.924]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.6442282Z [00:02:56.924]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:11.6442887Z [00:02:56.924]➜  EOF
2025-08-20T23:04:11.6447118Z [00:02:56.924]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b985/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/access_keys=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/access_keys;$WORK/b985=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/access_keys -lang=go1.24 -complete -installsuffix shared -buildid iRNQwhdlwdrB_fn67_Tb/iRNQwhdlwdrB_fn67_Tb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b985/importcfg -pack ./pkg/detectors/aws/access_keys/accesskey.go ./pkg/detectors/aws/access_keys/canary.go
2025-08-20T23:04:11.6808180Z [00:02:56.964]➜  go tool buildid -w $WORK/b1118/_pkg_.a # internal
2025-08-20T23:04:11.6822822Z [00:02:56.965]➜  cp $WORK/b1118/_pkg_.a /root/.cache/go-build/fd/fdd1108352070aff43b4cdcd832d137937df9d907487fb91d1f7ac45fec7939d-d # internal
2025-08-20T23:04:11.6827393Z [00:02:56.966]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul
2025-08-20T23:04:11.6830839Z [00:02:56.966]➜  mkdir -p $WORK/b1121/
2025-08-20T23:04:11.6834731Z [00:02:56.967]➜  cat >/tmp/go-build3700090427/b1121/importcfg << 'EOF' # internal
2025-08-20T23:04:11.6838864Z [00:02:56.967]➜  # import config
2025-08-20T23:04:11.6842831Z [00:02:56.967]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.6846775Z [00:02:56.968]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.6852078Z [00:02:56.968]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.6874183Z [00:02:56.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.6875932Z [00:02:56.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.6877287Z [00:02:56.969]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.6878226Z [00:02:56.969]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.6879201Z [00:02:56.969]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.6880248Z [00:02:56.969]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.6880868Z [00:02:56.969]➜  EOF
2025-08-20T23:04:11.6884619Z [00:02:56.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1121/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulbul=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul;$WORK/b1121=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul -lang=go1.24 -complete -installsuffix shared -buildid Ou4L7qvCEbC2Oyl1oH7K/Ou4L7qvCEbC2Oyl1oH7K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1121/importcfg -pack ./pkg/detectors/bulbul/bulbul.go
2025-08-20T23:04:11.6906658Z [00:02:56.974]➜  go tool buildid -w $WORK/b1119/_pkg_.a # internal
2025-08-20T23:04:11.6923675Z [00:02:56.975]➜  cp $WORK/b1119/_pkg_.a /root/.cache/go-build/89/89e9c96ff74eca9da4df24d6af89f1b26daf055df77a0e164deffccf6a2c93e5-d # internal
2025-08-20T23:04:11.6925825Z [00:02:56.976]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v2
2025-08-20T23:04:11.6941561Z [00:02:56.976]➜  mkdir -p $WORK/b1120/
2025-08-20T23:04:11.6943769Z [00:02:56.976]➜  cat >/tmp/go-build3700090427/b1120/importcfg << 'EOF' # internal
2025-08-20T23:04:11.6944469Z [00:02:56.976]➜  # import config
2025-08-20T23:04:11.6945134Z [00:02:56.976]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.6946318Z [00:02:56.976]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.6947808Z [00:02:56.976]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.6949614Z [00:02:56.976]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1=/tmp/go-build3700090427/b1119/_pkg_.a
2025-08-20T23:04:11.6951311Z [00:02:56.976]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.6952617Z [00:02:56.976]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.6953793Z [00:02:56.976]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.6954438Z [00:02:56.976]➜  EOF
2025-08-20T23:04:11.6958348Z [00:02:56.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1120/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v2;$WORK/b1120=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v2 -lang=go1.24 -complete -installsuffix shared -buildid _toqHmC8WZdd3_OwtKXP/_toqHmC8WZdd3_OwtKXP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1120/importcfg -pack ./pkg/detectors/buildkite/v2/buildkite.go
2025-08-20T23:04:11.7436348Z [00:02:57.027]➜  go tool buildid -w $WORK/b1120/_pkg_.a # internal
2025-08-20T23:04:11.7455404Z [00:02:57.029]➜  cp $WORK/b1120/_pkg_.a /root/.cache/go-build/f0/f0673c1c7ad3a042563354037d10d08893a33712e57495abb80e1e9119ec954a-d # internal
2025-08-20T23:04:11.7465345Z [00:02:57.029]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms
2025-08-20T23:04:11.7466187Z [00:02:57.029]➜  mkdir -p $WORK/b1122/
2025-08-20T23:04:11.7467162Z [00:02:57.029]➜  cat >/tmp/go-build3700090427/b1122/importcfg << 'EOF' # internal
2025-08-20T23:04:11.7467831Z [00:02:57.029]➜  # import config
2025-08-20T23:04:11.7468476Z [00:02:57.029]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.7469267Z [00:02:57.029]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.7470647Z [00:02:57.029]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.7472137Z [00:02:57.029]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.7473820Z [00:02:57.029]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.7475168Z [00:02:57.029]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.7476078Z [00:02:57.029]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.7476879Z [00:02:57.029]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.7477491Z [00:02:57.029]➜  EOF
2025-08-20T23:04:11.7481817Z [00:02:57.029]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1122/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulksms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms;$WORK/b1122=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms -lang=go1.24 -complete -installsuffix shared -buildid 9SKp_sgcPVinSgdCjacq/9SKp_sgcPVinSgdCjacq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1122/importcfg -pack ./pkg/detectors/bulksms/bulksms.go
2025-08-20T23:04:11.7519770Z [00:02:57.035]➜  go tool buildid -w $WORK/b1121/_pkg_.a # internal
2025-08-20T23:04:11.7544006Z [00:02:57.037]➜  cp $WORK/b1121/_pkg_.a /root/.cache/go-build/3d/3da9c5511c264a2cb4a741c9e6e1f19359195bd8dc9e2d0aed8fdad64a1a2648-d # internal
2025-08-20T23:04:11.7545510Z [00:02:57.037]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms
2025-08-20T23:04:11.7546313Z [00:02:57.037]➜  mkdir -p $WORK/b1123/
2025-08-20T23:04:11.7548222Z [00:02:57.038]➜  cat >/tmp/go-build3700090427/b1123/importcfg << 'EOF' # internal
2025-08-20T23:04:11.7549244Z [00:02:57.038]➜  # import config
2025-08-20T23:04:11.7550362Z [00:02:57.038]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.7551381Z [00:02:57.038]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.7552738Z [00:02:57.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.7554497Z [00:02:57.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.7556842Z [00:02:57.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.7559187Z [00:02:57.038]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.7561602Z [00:02:57.038]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.7562477Z [00:02:57.038]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.7563356Z [00:02:57.038]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.7563998Z [00:02:57.038]➜  EOF
2025-08-20T23:04:11.7567927Z [00:02:57.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1123/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buttercms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms;$WORK/b1123=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms -lang=go1.24 -complete -installsuffix shared -buildid w_1TRO-5q_jlx7plDg7p/w_1TRO-5q_jlx7plDg7p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1123/importcfg -pack ./pkg/detectors/buttercms/buttercms.go
2025-08-20T23:04:11.7893742Z [00:02:57.072]➜  go tool buildid -w $WORK/b985/_pkg_.a # internal
2025-08-20T23:04:11.7923390Z [00:02:57.075]➜  cp $WORK/b985/_pkg_.a /root/.cache/go-build/4d/4d8b02457a00cd80ab74634ee1ee3d145291a223add0704b3c5504a69cbfe786-d # internal
2025-08-20T23:04:11.7937423Z [00:02:57.075]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou
2025-08-20T23:04:11.7938163Z [00:02:57.075]➜  mkdir -p $WORK/b1124/
2025-08-20T23:04:11.7938874Z [00:02:57.076]➜  cat >/tmp/go-build3700090427/b1124/importcfg << 'EOF' # internal
2025-08-20T23:04:11.7939765Z [00:02:57.076]➜  # import config
2025-08-20T23:04:11.7940454Z [00:02:57.076]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.7941596Z [00:02:57.076]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.7942888Z [00:02:57.076]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.7944446Z [00:02:57.076]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.7946087Z [00:02:57.076]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.7947472Z [00:02:57.076]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.7948405Z [00:02:57.076]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.7949232Z [00:02:57.076]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.7950690Z [00:02:57.076]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.7951755Z [00:02:57.076]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:11.7952585Z [00:02:57.076]➜  EOF
2025-08-20T23:04:11.7957375Z [00:02:57.076]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1124/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caflou=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou;$WORK/b1124=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou -lang=go1.24 -complete -installsuffix shared -buildid gH4Ztr30LT_056KsSxdt/gH4Ztr30LT_056KsSxdt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1124/importcfg -pack ./pkg/detectors/caflou/caflou.go
2025-08-20T23:04:11.8114264Z [00:02:57.094]➜  go tool buildid -w $WORK/b1123/_pkg_.a # internal
2025-08-20T23:04:11.8115963Z [00:02:57.095]➜  go tool buildid -w $WORK/b1122/_pkg_.a # internal
2025-08-20T23:04:11.8138783Z [00:02:57.097]➜  cp $WORK/b1122/_pkg_.a /root/.cache/go-build/20/208ecc55d527585b3fc4594e18a09076ad3988d953a054baa85794c520bf572e-d # internal
2025-08-20T23:04:11.8143339Z [00:02:57.097]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific
2025-08-20T23:04:11.8144613Z [00:02:57.097]➜  mkdir -p $WORK/b1125/
2025-08-20T23:04:11.8145721Z [00:02:57.097]➜  cat >/tmp/go-build3700090427/b1125/importcfg << 'EOF' # internal
2025-08-20T23:04:11.8148276Z [00:02:57.097]➜  # import config
2025-08-20T23:04:11.8148991Z [00:02:57.097]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.8150393Z [00:02:57.097]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.8151881Z [00:02:57.097]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.8153409Z [00:02:57.097]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.8154746Z [00:02:57.097]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.8161437Z [00:02:57.097]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.8162311Z [00:02:57.097]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.8162941Z [00:02:57.097]➜  EOF
2025-08-20T23:04:11.8164059Z [00:02:57.097]➜  cp $WORK/b1123/_pkg_.a /root/.cache/go-build/8d/8de8499549b875be1d6abf77f0fc529d87e74302b1fb3801296e04c013e04e00-d # internal
2025-08-20T23:04:11.8168839Z [00:02:57.097]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1125/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendarific=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific;$WORK/b1125=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific -lang=go1.24 -complete -installsuffix shared -buildid rFem1-2qAAydar8oquQj/rFem1-2qAAydar8oquQj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1125/importcfg -pack ./pkg/detectors/calendarific/calendarific.go
2025-08-20T23:04:11.8173934Z [00:02:57.097]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendlyapikey
2025-08-20T23:04:11.8174740Z [00:02:57.098]➜  mkdir -p $WORK/b1126/
2025-08-20T23:04:11.8175460Z [00:02:57.098]➜  cat >/tmp/go-build3700090427/b1126/importcfg << 'EOF' # internal
2025-08-20T23:04:11.8176082Z [00:02:57.098]➜  # import config
2025-08-20T23:04:11.8176739Z [00:02:57.098]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.8177559Z [00:02:57.098]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.8178714Z [00:02:57.098]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.8189015Z [00:02:57.098]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.8190787Z [00:02:57.098]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.8192157Z [00:02:57.098]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.8193184Z [00:02:57.098]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.8194083Z [00:02:57.098]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.8194718Z [00:02:57.098]➜  EOF
2025-08-20T23:04:11.8198907Z [00:02:57.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1126/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendlyapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendlyapikey;$WORK/b1126=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendlyapikey -lang=go1.24 -complete -installsuffix shared -buildid zEA0JbhJRJGumJcjztY4/zEA0JbhJRJGumJcjztY4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1126/importcfg -pack ./pkg/detectors/calendlyapikey/calendlyapikey.go
2025-08-20T23:04:11.8438307Z [00:02:57.127]➜  go tool buildid -w $WORK/b1124/_pkg_.a # internal
2025-08-20T23:04:11.8459977Z [00:02:57.129]➜  cp $WORK/b1124/_pkg_.a /root/.cache/go-build/db/dbeb98e05404a673c553973a97f95c91676fce786a526b3790699598504b9520-d # internal
2025-08-20T23:04:11.8465100Z [00:02:57.129]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calorieninja
2025-08-20T23:04:11.8468322Z [00:02:57.129]➜  mkdir -p $WORK/b1127/
2025-08-20T23:04:11.8469190Z [00:02:57.130]➜  cat >/tmp/go-build3700090427/b1127/importcfg << 'EOF' # internal
2025-08-20T23:04:11.8470082Z [00:02:57.130]➜  # import config
2025-08-20T23:04:11.8470768Z [00:02:57.130]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.8471984Z [00:02:57.130]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.8473494Z [00:02:57.130]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.8475036Z [00:02:57.130]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.8476399Z [00:02:57.130]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.8477408Z [00:02:57.130]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.8478269Z [00:02:57.130]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.8479060Z [00:02:57.130]➜  EOF
2025-08-20T23:04:11.8485275Z [00:02:57.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1127/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calorieninja=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calorieninja;$WORK/b1127=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calorieninja -lang=go1.24 -complete -installsuffix shared -buildid wxFVYID1VTtjJeqIUnGv/wxFVYID1VTtjJeqIUnGv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1127/importcfg -pack ./pkg/detectors/calorieninja/calorieninja.go
2025-08-20T23:04:11.8688594Z [00:02:57.152]➜  go tool buildid -w $WORK/b1125/_pkg_.a # internal
2025-08-20T23:04:11.8705911Z [00:02:57.154]➜  cp $WORK/b1125/_pkg_.a /root/.cache/go-build/61/61b47d1e53b298391105773701a7973ba586dcabb779b22772019f1768bb1e25-d # internal
2025-08-20T23:04:11.8711126Z [00:02:57.154]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/campayn
2025-08-20T23:04:11.8711871Z [00:02:57.154]➜  mkdir -p $WORK/b1128/
2025-08-20T23:04:11.8716369Z [00:02:57.155]➜  cat >/tmp/go-build3700090427/b1128/importcfg << 'EOF' # internal
2025-08-20T23:04:11.8717051Z [00:02:57.155]➜  # import config
2025-08-20T23:04:11.8717696Z [00:02:57.155]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.8718856Z [00:02:57.155]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.8720656Z [00:02:57.155]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.8723764Z [00:02:57.156]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.8725683Z [00:02:57.156]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.8727064Z [00:02:57.156]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.8728398Z [00:02:57.156]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.8730087Z [00:02:57.156]➜  EOF
2025-08-20T23:04:11.8733792Z [00:02:57.156]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1128/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/campayn=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/campayn;$WORK/b1128=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/campayn -lang=go1.24 -complete -installsuffix shared -buildid 3q5UzsJjO-mGAhgnc1fr/3q5UzsJjO-mGAhgnc1fr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1128/importcfg -pack ./pkg/detectors/campayn/campayn.go
2025-08-20T23:04:11.8756797Z [00:02:57.159]➜  go tool buildid -w $WORK/b1126/_pkg_.a # internal
2025-08-20T23:04:11.8783615Z [00:02:57.161]➜  cp $WORK/b1126/_pkg_.a /root/.cache/go-build/c5/c5fd6b997aa1017415db00f7bf3d4eff562e960834c883bfd523e6b135329cd6-d # internal
2025-08-20T23:04:11.8791242Z [00:02:57.162]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cannyio
2025-08-20T23:04:11.8793254Z [00:02:57.162]➜  mkdir -p $WORK/b1129/
2025-08-20T23:04:11.8794056Z [00:02:57.162]➜  cat >/tmp/go-build3700090427/b1129/importcfg << 'EOF' # internal
2025-08-20T23:04:11.8794748Z [00:02:57.162]➜  # import config
2025-08-20T23:04:11.8795377Z [00:02:57.162]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.8796566Z [00:02:57.162]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.8798086Z [00:02:57.162]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.8799809Z [00:02:57.162]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.8801169Z [00:02:57.162]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.8802143Z [00:02:57.162]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.8803216Z [00:02:57.162]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.8803841Z [00:02:57.162]➜  EOF
2025-08-20T23:04:11.8807637Z [00:02:57.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1129/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cannyio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cannyio;$WORK/b1129=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cannyio -lang=go1.24 -complete -installsuffix shared -buildid 0d7uIv5LZJxkuj4zmyFu/0d7uIv5LZJxkuj4zmyFu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1129/importcfg -pack ./pkg/detectors/cannyio/cannyio.go
2025-08-20T23:04:11.9044667Z [00:02:57.187]➜  go tool buildid -w $WORK/b1127/_pkg_.a # internal
2025-08-20T23:04:11.9058979Z [00:02:57.189]➜  cp $WORK/b1127/_pkg_.a /root/.cache/go-build/0b/0b2bda89fd2eb7bcddbae60c6183334c9c3ccc4c6b840c7d7ad98209ccdfebc7-d # internal
2025-08-20T23:04:11.9064408Z [00:02:57.189]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/capsulecrm
2025-08-20T23:04:11.9065250Z [00:02:57.189]➜  mkdir -p $WORK/b1130/
2025-08-20T23:04:11.9070123Z [00:02:57.190]➜  cat >/tmp/go-build3700090427/b1130/importcfg << 'EOF' # internal
2025-08-20T23:04:11.9071774Z [00:02:57.190]➜  # import config
2025-08-20T23:04:11.9072461Z [00:02:57.190]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.9073276Z [00:02:57.190]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.9074420Z [00:02:57.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.9075914Z [00:02:57.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.9077454Z [00:02:57.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.9078735Z [00:02:57.190]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.9079914Z [00:02:57.190]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.9080778Z [00:02:57.190]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.9081408Z [00:02:57.190]➜  EOF
2025-08-20T23:04:11.9085344Z [00:02:57.190]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1130/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/capsulecrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/capsulecrm;$WORK/b1130=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/capsulecrm -lang=go1.24 -complete -installsuffix shared -buildid Ec_o4hvd_RVymxmjQo3R/Ec_o4hvd_RVymxmjQo3R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1130/importcfg -pack ./pkg/detectors/capsulecrm/capsulecrm.go
2025-08-20T23:04:11.9610758Z [00:02:57.244]➜  go tool buildid -w $WORK/b1130/_pkg_.a # internal
2025-08-20T23:04:11.9628817Z [00:02:57.246]➜  go tool buildid -w $WORK/b1128/_pkg_.a # internal
2025-08-20T23:04:11.9635026Z [00:02:57.246]➜  cp $WORK/b1128/_pkg_.a /root/.cache/go-build/0d/0d17c7158e4497fd6dd93117d4f07eda7a26e8ff69219c0aa3cab5e1a58ba548-d # internal
2025-08-20T23:04:11.9636395Z [00:02:57.246]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v1
2025-08-20T23:04:11.9637177Z [00:02:57.246]➜  mkdir -p $WORK/b1131/
2025-08-20T23:04:11.9637867Z [00:02:57.246]➜  cat >/tmp/go-build3700090427/b1131/importcfg << 'EOF' # internal
2025-08-20T23:04:11.9638519Z [00:02:57.246]➜  # import config
2025-08-20T23:04:11.9639182Z [00:02:57.246]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.9648653Z [00:02:57.246]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.9650383Z [00:02:57.246]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.9651902Z [00:02:57.246]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.9653401Z [00:02:57.246]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.9654329Z [00:02:57.246]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.9655148Z [00:02:57.246]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.9655762Z [00:02:57.246]➜  EOF
2025-08-20T23:04:11.9669466Z [00:02:57.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1131/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v1;$WORK/b1131=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v1 -lang=go1.24 -complete -installsuffix shared -buildid oEyydZseZ5DLDE_4JgZw/oEyydZseZ5DLDE_4JgZw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1131/importcfg -pack ./pkg/detectors/captaindata/v1/captaindata.go
2025-08-20T23:04:11.9673864Z [00:02:57.248]➜  cp $WORK/b1130/_pkg_.a /root/.cache/go-build/b4/b41f955d01855b89463175f6f029aac6f545297527d6912aac59bffbcb5ee154-d # internal
2025-08-20T23:04:11.9675231Z [00:02:57.248]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v2
2025-08-20T23:04:11.9676003Z [00:02:57.248]➜  mkdir -p $WORK/b1132/
2025-08-20T23:04:11.9676747Z [00:02:57.250]➜  cat >/tmp/go-build3700090427/b1132/importcfg << 'EOF' # internal
2025-08-20T23:04:11.9677440Z [00:02:57.250]➜  # import config
2025-08-20T23:04:11.9678801Z [00:02:57.250]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.9680417Z [00:02:57.250]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.9682490Z [00:02:57.250]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.9685325Z [00:02:57.250]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.9687563Z [00:02:57.250]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.9690037Z [00:02:57.250]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.9691129Z [00:02:57.250]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:11.9692096Z [00:02:57.250]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.9693022Z [00:02:57.250]➜  EOF
2025-08-20T23:04:11.9697250Z [00:02:57.250]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1132/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v2;$WORK/b1132=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v2 -lang=go1.24 -complete -installsuffix shared -buildid gNojXMj6JR3qgNzB6b05/gNojXMj6JR3qgNzB6b05 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1132/importcfg -pack ./pkg/detectors/captaindata/v2/captaindata.go
2025-08-20T23:04:11.9722772Z [00:02:57.255]➜  go tool buildid -w $WORK/b1129/_pkg_.a # internal
2025-08-20T23:04:11.9755468Z [00:02:57.259]➜  cp $WORK/b1129/_pkg_.a /root/.cache/go-build/c2/c2dd92865b140d1b7ca8f23e5872355622e7e4f24aabfd63cf9a41f8c0b67f7b-d # internal
2025-08-20T23:04:11.9757058Z [00:02:57.259]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/carboninterface
2025-08-20T23:04:11.9777900Z [00:02:57.259]➜  mkdir -p $WORK/b1133/
2025-08-20T23:04:11.9778663Z [00:02:57.259]➜  cat >/tmp/go-build3700090427/b1133/importcfg << 'EOF' # internal
2025-08-20T23:04:11.9779520Z [00:02:57.259]➜  # import config
2025-08-20T23:04:11.9780254Z [00:02:57.259]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:11.9781030Z [00:02:57.259]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:11.9782152Z [00:02:57.259]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:11.9783766Z [00:02:57.259]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:11.9785273Z [00:02:57.259]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:11.9786563Z [00:02:57.259]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:11.9787478Z [00:02:57.259]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:11.9788278Z [00:02:57.259]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:11.9788875Z [00:02:57.259]➜  EOF
2025-08-20T23:04:11.9793240Z [00:02:57.259]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1133/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/carboninterface=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/carboninterface;$WORK/b1133=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/carboninterface -lang=go1.24 -complete -installsuffix shared -buildid W4HT_xT0Pl6l_nmcQum9/W4HT_xT0Pl6l_nmcQum9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1133/importcfg -pack ./pkg/detectors/carboninterface/carboninterface.go
2025-08-20T23:04:12.0287211Z [00:02:57.312]➜  go tool buildid -w $WORK/b1131/_pkg_.a # internal
2025-08-20T23:04:12.0307035Z [00:02:57.314]➜  cp $WORK/b1131/_pkg_.a /root/.cache/go-build/b5/b5cf1406b9047649d744d266100edc46e8f902965cbbc04b70bc02cd7cbb2482-d # internal
2025-08-20T23:04:12.0312697Z [00:02:57.314]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cashboard
2025-08-20T23:04:12.0315354Z [00:02:57.314]➜  mkdir -p $WORK/b1134/
2025-08-20T23:04:12.0324497Z [00:02:57.316]➜  cat >/tmp/go-build3700090427/b1134/importcfg << 'EOF' # internal
2025-08-20T23:04:12.0336786Z [00:02:57.316]➜  # import config
2025-08-20T23:04:12.0337449Z [00:02:57.316]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.0338337Z [00:02:57.316]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:12.0339181Z [00:02:57.316]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.0340483Z [00:02:57.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.0341924Z [00:02:57.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.0343369Z [00:02:57.316]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.0344632Z [00:02:57.316]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.0345589Z [00:02:57.316]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.0346577Z [00:02:57.316]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.0347184Z [00:02:57.316]➜  EOF
2025-08-20T23:04:12.0502828Z [00:02:57.331]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1134/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cashboard=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cashboard;$WORK/b1134=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cashboard -lang=go1.24 -complete -installsuffix shared -buildid k-SMtUua7F_wTnYbvfx-/k-SMtUua7F_wTnYbvfx- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1134/importcfg -pack ./pkg/detectors/cashboard/cashboard.go
2025-08-20T23:04:12.0506146Z [00:02:57.332]➜  go tool buildid -w $WORK/b1132/_pkg_.a # internal
2025-08-20T23:04:12.0525182Z [00:02:57.336]➜  cp $WORK/b1132/_pkg_.a /root/.cache/go-build/e9/e910de76ad754903d5f4e410e7b6449928be6b56179817ac4beae085651245fd-d # internal
2025-08-20T23:04:12.0535276Z [00:02:57.336]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caspio
2025-08-20T23:04:12.0536052Z [00:02:57.336]➜  mkdir -p $WORK/b1135/
2025-08-20T23:04:12.0536771Z [00:02:57.336]➜  cat >/tmp/go-build3700090427/b1135/importcfg << 'EOF' # internal
2025-08-20T23:04:12.0537635Z [00:02:57.336]➜  # import config
2025-08-20T23:04:12.0538289Z [00:02:57.336]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.0539109Z [00:02:57.336]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.0540431Z [00:02:57.336]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.0541995Z [00:02:57.336]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.0543566Z [00:02:57.336]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.0544762Z [00:02:57.336]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.0545760Z [00:02:57.336]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.0546408Z [00:02:57.336]➜  EOF
2025-08-20T23:04:12.0550175Z [00:02:57.336]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1135/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caspio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caspio;$WORK/b1135=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caspio -lang=go1.24 -complete -installsuffix shared -buildid I1P52Ik6LK-3bra01xk7/I1P52Ik6LK-3bra01xk7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1135/importcfg -pack ./pkg/detectors/caspio/caspio.go
2025-08-20T23:04:12.0641452Z [00:02:57.347]➜  go tool buildid -w $WORK/b1133/_pkg_.a # internal
2025-08-20T23:04:12.0677896Z [00:02:57.351]➜  cp $WORK/b1133/_pkg_.a /root/.cache/go-build/d8/d83f25822ce58b605ca56fec69f9a164ca6894a861c661651449ae6916312478-d # internal
2025-08-20T23:04:12.0679457Z [00:02:57.351]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/censys
2025-08-20T23:04:12.0680250Z [00:02:57.351]➜  mkdir -p $WORK/b1136/
2025-08-20T23:04:12.0681643Z [00:02:57.351]➜  cat >/tmp/go-build3700090427/b1136/importcfg << 'EOF' # internal
2025-08-20T23:04:12.0682880Z [00:02:57.351]➜  # import config
2025-08-20T23:04:12.0683997Z [00:02:57.351]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.0685640Z [00:02:57.351]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.0687566Z [00:02:57.351]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.0690429Z [00:02:57.351]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.0691804Z [00:02:57.351]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.0692758Z [00:02:57.351]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.0693796Z [00:02:57.351]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.0694412Z [00:02:57.351]➜  EOF
2025-08-20T23:04:12.0698116Z [00:02:57.351]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1136/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/censys=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/censys;$WORK/b1136=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/censys -lang=go1.24 -complete -installsuffix shared -buildid aqpNVfTLb9KcQapnIsLu/aqpNVfTLb9KcQapnIsLu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1136/importcfg -pack ./pkg/detectors/censys/censys.go
2025-08-20T23:04:12.1135872Z [00:02:57.397]➜  go tool buildid -w $WORK/b1134/_pkg_.a # internal
2025-08-20T23:04:12.1165543Z [00:02:57.398]➜  go tool buildid -w $WORK/b1135/_pkg_.a # internal
2025-08-20T23:04:12.1167578Z [00:02:57.399]➜  cp $WORK/b1134/_pkg_.a /root/.cache/go-build/5c/5cd1200a4d33412bab8691cf8d67cf7ddcf9195ff09107e4869f4841e1473bdf-d # internal
2025-08-20T23:04:12.1176155Z [00:02:57.399]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/centralstationcrm
2025-08-20T23:04:12.1177096Z [00:02:57.399]➜  mkdir -p $WORK/b1137/
2025-08-20T23:04:12.1178229Z [00:02:57.399]➜  cat >/tmp/go-build3700090427/b1137/importcfg << 'EOF' # internal
2025-08-20T23:04:12.1178966Z [00:02:57.399]➜  # import config
2025-08-20T23:04:12.1179874Z [00:02:57.399]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.1181052Z [00:02:57.399]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.1182540Z [00:02:57.399]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.1184494Z [00:02:57.399]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.1185806Z [00:02:57.399]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.1186792Z [00:02:57.399]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.1187626Z [00:02:57.399]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.1188269Z [00:02:57.399]➜  EOF
2025-08-20T23:04:12.1192396Z [00:02:57.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1137/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/centralstationcrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/centralstationcrm;$WORK/b1137=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/centralstationcrm -lang=go1.24 -complete -installsuffix shared -buildid 0QTPPyp_Urm8_sal-u29/0QTPPyp_Urm8_sal-u29 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1137/importcfg -pack ./pkg/detectors/centralstationcrm/centralstationcrm.go
2025-08-20T23:04:12.1196686Z [00:02:57.400]➜  cp $WORK/b1135/_pkg_.a /root/.cache/go-build/ca/caa3f7def4f86b288bb51946c98accba99fae57021116da96024e10790ea0cf3-d # internal
2025-08-20T23:04:12.1197956Z [00:02:57.400]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cexio
2025-08-20T23:04:12.1198657Z [00:02:57.400]➜  mkdir -p $WORK/b1138/
2025-08-20T23:04:12.1200098Z [00:02:57.401]➜  cat >/tmp/go-build3700090427/b1138/importcfg << 'EOF' # internal
2025-08-20T23:04:12.1200801Z [00:02:57.401]➜  # import config
2025-08-20T23:04:12.1201451Z [00:02:57.401]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.1202307Z [00:02:57.401]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:12.1203167Z [00:02:57.401]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:12.1204042Z [00:02:57.401]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:12.1204958Z [00:02:57.401]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:12.1206130Z [00:02:57.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.1207822Z [00:02:57.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.1209651Z [00:02:57.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.1211063Z [00:02:57.401]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.1211980Z [00:02:57.401]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:12.1212783Z [00:02:57.401]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.1213596Z [00:02:57.401]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:12.1214401Z [00:02:57.401]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:12.1215219Z [00:02:57.401]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.1216000Z [00:02:57.401]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:12.1216620Z [00:02:57.401]➜  EOF
2025-08-20T23:04:12.1220584Z [00:02:57.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1138/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cexio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cexio;$WORK/b1138=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cexio -lang=go1.24 -complete -installsuffix shared -buildid -UYZOj12u2zPk6hWDwzz/-UYZOj12u2zPk6hWDwzz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1138/importcfg -pack ./pkg/detectors/cexio/cexio.go
2025-08-20T23:04:12.1257169Z [00:02:57.409]➜  go tool buildid -w $WORK/b1136/_pkg_.a # internal
2025-08-20T23:04:12.1272212Z [00:02:57.410]➜  cp $WORK/b1136/_pkg_.a /root/.cache/go-build/41/416adf0a92eaa7c51a805b00ebc47b6142e389b7dfab41c721f9c0a97651e2b6-d # internal
2025-08-20T23:04:12.1275136Z [00:02:57.410]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chartmogul
2025-08-20T23:04:12.1279152Z [00:02:57.410]➜  mkdir -p $WORK/b1139/
2025-08-20T23:04:12.1282065Z [00:02:57.411]➜  cat >/tmp/go-build3700090427/b1139/importcfg << 'EOF' # internal
2025-08-20T23:04:12.1282780Z [00:02:57.411]➜  # import config
2025-08-20T23:04:12.1283447Z [00:02:57.411]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.1284346Z [00:02:57.411]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:12.1285255Z [00:02:57.411]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.1286408Z [00:02:57.411]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.1287889Z [00:02:57.411]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.1289724Z [00:02:57.411]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.1291043Z [00:02:57.411]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.1291986Z [00:02:57.411]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.1292814Z [00:02:57.411]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.1293410Z [00:02:57.411]➜  EOF
2025-08-20T23:04:12.1297318Z [00:02:57.411]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1139/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chartmogul=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chartmogul;$WORK/b1139=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chartmogul -lang=go1.24 -complete -installsuffix shared -buildid 9yMQi3Z6CxDmsTCWWEyN/9yMQi3Z6CxDmsTCWWEyN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1139/importcfg -pack ./pkg/detectors/chartmogul/chartmogul.go
2025-08-20T23:04:12.1761909Z [00:02:57.459]➜  go tool buildid -w $WORK/b1137/_pkg_.a # internal
2025-08-20T23:04:12.1788992Z [00:02:57.462]➜  cp $WORK/b1137/_pkg_.a /root/.cache/go-build/19/1996bb9a455c642d70cc99b99190103d02d30f6d19dfeee069dfa3d88db9c4c3-d # internal
2025-08-20T23:04:12.1796171Z [00:02:57.462]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatbot
2025-08-20T23:04:12.1797153Z [00:02:57.462]➜  mkdir -p $WORK/b1140/
2025-08-20T23:04:12.1797907Z [00:02:57.462]➜  cat >/tmp/go-build3700090427/b1140/importcfg << 'EOF' # internal
2025-08-20T23:04:12.1798593Z [00:02:57.462]➜  # import config
2025-08-20T23:04:12.1799250Z [00:02:57.462]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.1800203Z [00:02:57.462]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.1801373Z [00:02:57.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.1802929Z [00:02:57.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.1804501Z [00:02:57.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.1805844Z [00:02:57.462]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.1806843Z [00:02:57.462]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.1807690Z [00:02:57.462]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.1808317Z [00:02:57.462]➜  EOF
2025-08-20T23:04:12.1812507Z [00:02:57.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1140/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatbot;$WORK/b1140=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatbot -lang=go1.24 -complete -installsuffix shared -buildid I0jrBq2M_YVTFpQyEW1k/I0jrBq2M_YVTFpQyEW1k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1140/importcfg -pack ./pkg/detectors/chatbot/chatbot.go
2025-08-20T23:04:12.1822494Z [00:02:57.465]➜  go tool buildid -w $WORK/b1138/_pkg_.a # internal
2025-08-20T23:04:12.1838053Z [00:02:57.467]➜  cp $WORK/b1138/_pkg_.a /root/.cache/go-build/f3/f3d0169d4e7e51db745edab8a953f68d2fd8341332f68429c297478ba7464f96-d # internal
2025-08-20T23:04:12.1843614Z [00:02:57.467]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatfule
2025-08-20T23:04:12.1844352Z [00:02:57.467]➜  mkdir -p $WORK/b1141/
2025-08-20T23:04:12.1845099Z [00:02:57.467]➜  cat >/tmp/go-build3700090427/b1141/importcfg << 'EOF' # internal
2025-08-20T23:04:12.1845782Z [00:02:57.467]➜  # import config
2025-08-20T23:04:12.1846429Z [00:02:57.467]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.1847230Z [00:02:57.467]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.1848439Z [00:02:57.467]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.1850120Z [00:02:57.467]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.1851690Z [00:02:57.467]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.1853026Z [00:02:57.467]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.1853964Z [00:02:57.467]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.1854805Z [00:02:57.467]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.1855426Z [00:02:57.467]➜  EOF
2025-08-20T23:04:12.1859245Z [00:02:57.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1141/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatfule=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatfule;$WORK/b1141=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatfule -lang=go1.24 -complete -installsuffix shared -buildid k2EhIxSa4BmIUwYdaXOm/k2EhIxSa4BmIUwYdaXOm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1141/importcfg -pack ./pkg/detectors/chatfule/chatfule.go
2025-08-20T23:04:12.1919494Z [00:02:57.475]➜  go tool buildid -w $WORK/b1139/_pkg_.a # internal
2025-08-20T23:04:12.1927180Z [00:02:57.476]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:12.1933575Z [00:02:57.476]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x033.o -c zstd_double_fast.c
2025-08-20T23:04:12.1954591Z [00:02:57.477]➜  cp $WORK/b1139/_pkg_.a /root/.cache/go-build/56/5689a7fbae3471122d4a2c95965ec5a1b04106093c09ee98193cb86ef7d8463c-d # internal
2025-08-20T23:04:12.1955892Z [00:02:57.477]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checio
2025-08-20T23:04:12.1956939Z [00:02:57.477]➜  mkdir -p $WORK/b1142/
2025-08-20T23:04:12.1965854Z [00:02:57.480]➜  cat >/tmp/go-build3700090427/b1142/importcfg << 'EOF' # internal
2025-08-20T23:04:12.1969544Z [00:02:57.480]➜  # import config
2025-08-20T23:04:12.1970217Z [00:02:57.480]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.1975218Z [00:02:57.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.1976752Z [00:02:57.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.1978292Z [00:02:57.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.1981334Z [00:02:57.480]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.1982399Z [00:02:57.480]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.1983237Z [00:02:57.480]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.1983836Z [00:02:57.480]➜  EOF
2025-08-20T23:04:12.1984341Z [00:02:57.480]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:12.1988071Z [00:02:57.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1142/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checio;$WORK/b1142=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checio -lang=go1.24 -complete -installsuffix shared -buildid SOziIuwNfEjaE9aSVswk/SOziIuwNfEjaE9aSVswk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1142/importcfg -pack ./pkg/detectors/checio/checio.go
2025-08-20T23:04:12.2387621Z [00:02:57.522]➜  go tool buildid -w $WORK/b1140/_pkg_.a # internal
2025-08-20T23:04:12.2402730Z [00:02:57.523]➜  go tool buildid -w $WORK/b1141/_pkg_.a # internal
2025-08-20T23:04:12.2408705Z [00:02:57.524]➜  cp $WORK/b1140/_pkg_.a /root/.cache/go-build/e8/e8f4508bf381f811622c9c0eca3ddf44122d03dd051ea2f42b648956c5f7757e-d # internal
2025-08-20T23:04:12.2415245Z [00:02:57.525]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checklyhq
2025-08-20T23:04:12.2416058Z [00:02:57.525]➜  mkdir -p $WORK/b1143/
2025-08-20T23:04:12.2420353Z [00:02:57.525]➜  cp $WORK/b1141/_pkg_.a /root/.cache/go-build/d9/d90224b1d1da259ae1b6bf4cb26f262c6cf95d9e7cccea2c2d2b922e2bc92ebc-d # internal
2025-08-20T23:04:12.2421743Z [00:02:57.525]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkout
2025-08-20T23:04:12.2422518Z [00:02:57.525]➜  mkdir -p $WORK/b1144/
2025-08-20T23:04:12.2432020Z [00:02:57.526]➜  cat >/tmp/go-build3700090427/b1143/importcfg << 'EOF' # internal
2025-08-20T23:04:12.2437423Z [00:02:57.526]➜  # import config
2025-08-20T23:04:12.2438194Z [00:02:57.526]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.2439086Z [00:02:57.526]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.2442287Z [00:02:57.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.2444114Z [00:02:57.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.2445726Z [00:02:57.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.2447108Z [00:02:57.526]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.2448104Z [00:02:57.526]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.2449001Z [00:02:57.526]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.2449930Z [00:02:57.526]➜  EOF
2025-08-20T23:04:12.2453985Z [00:02:57.526]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1143/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checklyhq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checklyhq;$WORK/b1143=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checklyhq -lang=go1.24 -complete -installsuffix shared -buildid wQ_ZjLAz_lPYtJLFqt42/wQ_ZjLAz_lPYtJLFqt42 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1143/importcfg -pack ./pkg/detectors/checklyhq/checklyhq.go
2025-08-20T23:04:12.2463322Z [00:02:57.528]➜  cat >/tmp/go-build3700090427/b1144/importcfg << 'EOF' # internal
2025-08-20T23:04:12.2464057Z [00:02:57.528]➜  # import config
2025-08-20T23:04:12.2464751Z [00:02:57.528]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.2465974Z [00:02:57.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.2467726Z [00:02:57.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.2469605Z [00:02:57.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.2471020Z [00:02:57.528]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.2472087Z [00:02:57.528]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.2472981Z [00:02:57.528]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.2473648Z [00:02:57.528]➜  EOF
2025-08-20T23:04:12.2477495Z [00:02:57.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1144/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkout=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkout;$WORK/b1144=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkout -lang=go1.24 -complete -installsuffix shared -buildid E9mDnW2oYhJmuMeTRRqd/E9mDnW2oYhJmuMeTRRqd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1144/importcfg -pack ./pkg/detectors/checkout/checkout.go
2025-08-20T23:04:12.2511900Z [00:02:57.534]➜  go tool buildid -w $WORK/b1142/_pkg_.a # internal
2025-08-20T23:04:12.2571731Z [00:02:57.540]➜  cp $WORK/b1142/_pkg_.a /root/.cache/go-build/e7/e795e57eb7d71f6e713cda7e9560dfa11601077c74b759e7b01bd68e4b0fc03a-d # internal
2025-08-20T23:04:12.2573764Z [00:02:57.540]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkvist
2025-08-20T23:04:12.2576533Z [00:02:57.540]➜  mkdir -p $WORK/b1145/
2025-08-20T23:04:12.2578387Z [00:02:57.540]➜  cat >/tmp/go-build3700090427/b1145/importcfg << 'EOF' # internal
2025-08-20T23:04:12.2579223Z [00:02:57.540]➜  # import config
2025-08-20T23:04:12.2580065Z [00:02:57.540]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.2581253Z [00:02:57.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.2582732Z [00:02:57.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.2584275Z [00:02:57.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.2585855Z [00:02:57.540]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.2586801Z [00:02:57.540]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.2587622Z [00:02:57.540]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:12.2588423Z [00:02:57.540]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.2589031Z [00:02:57.540]➜  EOF
2025-08-20T23:04:12.2593249Z [00:02:57.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1145/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkvist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkvist;$WORK/b1145=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkvist -lang=go1.24 -complete -installsuffix shared -buildid 49CBlfjf0rCmIQGJZzg7/49CBlfjf0rCmIQGJZzg7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1145/importcfg -pack ./pkg/detectors/checkvist/checkvist.go
2025-08-20T23:04:12.2988982Z [00:02:57.582]➜  go tool buildid -w $WORK/b1143/_pkg_.a # internal
2025-08-20T23:04:12.3004837Z [00:02:57.583]➜  cp $WORK/b1143/_pkg_.a /root/.cache/go-build/5c/5ccfa3dfc8e33045204b545f49f7bb940100b8a3894f68f9a96c33ea22bcfebb-d # internal
2025-08-20T23:04:12.3006960Z [00:02:57.583]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cicero
2025-08-20T23:04:12.3012064Z [00:02:57.583]➜  mkdir -p $WORK/b1146/
2025-08-20T23:04:12.3012841Z [00:02:57.584]➜  cat >/tmp/go-build3700090427/b1146/importcfg << 'EOF' # internal
2025-08-20T23:04:12.3013517Z [00:02:57.584]➜  # import config
2025-08-20T23:04:12.3014175Z [00:02:57.584]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.3021808Z [00:02:57.584]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.3023121Z [00:02:57.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.3024746Z [00:02:57.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.3026413Z [00:02:57.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.3027796Z [00:02:57.584]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.3028803Z [00:02:57.584]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.3029902Z [00:02:57.584]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.3030556Z [00:02:57.584]➜  EOF
2025-08-20T23:04:12.3034391Z [00:02:57.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1146/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cicero=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cicero;$WORK/b1146=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cicero -lang=go1.24 -complete -installsuffix shared -buildid 581dVekVswOn9Mp79juc/581dVekVswOn9Mp79juc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1146/importcfg -pack ./pkg/detectors/cicero/cicero.go
2025-08-20T23:04:12.3064264Z [00:02:57.590]➜  go tool buildid -w $WORK/b1144/_pkg_.a # internal
2025-08-20T23:04:12.3092277Z [00:02:57.592]➜  cp $WORK/b1144/_pkg_.a /root/.cache/go-build/95/953f143655af22a1df3456409de7211927a1b3cc64dca6c58511754c64f8c04c-d # internal
2025-08-20T23:04:12.3094014Z [00:02:57.592]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1
2025-08-20T23:04:12.3096023Z [00:02:57.592]➜  mkdir -p $WORK/b1147/
2025-08-20T23:04:12.3096813Z [00:02:57.592]➜  cat >/tmp/go-build3700090427/b1147/importcfg << 'EOF' # internal
2025-08-20T23:04:12.3097555Z [00:02:57.592]➜  # import config
2025-08-20T23:04:12.3098260Z [00:02:57.592]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.3099143Z [00:02:57.592]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.3100547Z [00:02:57.592]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.3102301Z [00:02:57.592]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.3104002Z [00:02:57.592]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.3105401Z [00:02:57.592]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.3106345Z [00:02:57.592]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:12.3107210Z [00:02:57.592]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.3108285Z [00:02:57.592]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:12.3108912Z [00:02:57.592]➜  EOF
2025-08-20T23:04:12.3112744Z [00:02:57.592]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1147/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1;$WORK/b1147=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1 -lang=go1.24 -complete -installsuffix shared -buildid -Iou150WFRO_Rtr4udk0/-Iou150WFRO_Rtr4udk0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1147/importcfg -pack ./pkg/detectors/circleci/v1/circleci.go
2025-08-20T23:04:12.3136415Z [00:02:57.597]➜  go tool buildid -w $WORK/b1145/_pkg_.a # internal
2025-08-20T23:04:12.3146847Z [00:02:57.598]➜  cp $WORK/b1145/_pkg_.a /root/.cache/go-build/59/59c77f45e7e00973b5757000ecc2e0397e90bd99b2a0f4ab3be7dfd30f4e513a-d # internal
2025-08-20T23:04:12.3151731Z [00:02:57.598]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clarifai
2025-08-20T23:04:12.3152561Z [00:02:57.598]➜  mkdir -p $WORK/b1149/
2025-08-20T23:04:12.3158123Z [00:02:57.599]➜  cat >/tmp/go-build3700090427/b1149/importcfg << 'EOF' # internal
2025-08-20T23:04:12.3166442Z [00:02:57.599]➜  # import config
2025-08-20T23:04:12.3167162Z [00:02:57.599]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.3168030Z [00:02:57.599]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.3169196Z [00:02:57.599]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.3170912Z [00:02:57.599]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.3174516Z [00:02:57.599]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.3176962Z [00:02:57.599]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.3178038Z [00:02:57.599]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.3179242Z [00:02:57.599]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.3181093Z [00:02:57.599]➜  EOF
2025-08-20T23:04:12.3184878Z [00:02:57.599]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1149/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clarifai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clarifai;$WORK/b1149=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clarifai -lang=go1.24 -complete -installsuffix shared -buildid tK-Y-YUE3QcoFIvoB6kY/tK-Y-YUE3QcoFIvoB6kY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1149/importcfg -pack ./pkg/detectors/clarifai/clarifai.go
2025-08-20T23:04:12.3576434Z [00:02:57.641]➜  go tool buildid -w $WORK/b1146/_pkg_.a # internal
2025-08-20T23:04:12.3595955Z [00:02:57.643]➜  cp $WORK/b1146/_pkg_.a /root/.cache/go-build/dc/dc5476d1c5b09e2c4570f732428b9285946455ae3ffaade6d6b3ac9a5d74cc47-d # internal
2025-08-20T23:04:12.3601361Z [00:02:57.643]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clearbit
2025-08-20T23:04:12.3604696Z [00:02:57.644]➜  mkdir -p $WORK/b1150/
2025-08-20T23:04:12.3605871Z [00:02:57.644]➜  cat >/tmp/go-build3700090427/b1150/importcfg << 'EOF' # internal
2025-08-20T23:04:12.3606823Z [00:02:57.644]➜  # import config
2025-08-20T23:04:12.3607553Z [00:02:57.644]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.3608436Z [00:02:57.644]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.3610102Z [00:02:57.644]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.3611733Z [00:02:57.644]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.3613566Z [00:02:57.644]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.3615029Z [00:02:57.644]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.3616054Z [00:02:57.644]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.3616939Z [00:02:57.644]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.3617644Z [00:02:57.644]➜  EOF
2025-08-20T23:04:12.3623227Z [00:02:57.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1150/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clearbit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clearbit;$WORK/b1150=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clearbit -lang=go1.24 -complete -installsuffix shared -buildid Kxchw74_B58UR5kr8s5Q/Kxchw74_B58UR5kr8s5Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1150/importcfg -pack ./pkg/detectors/clearbit/clearbit.go
2025-08-20T23:04:12.3767796Z [00:02:57.660]➜  go tool buildid -w $WORK/b1149/_pkg_.a # internal
2025-08-20T23:04:12.3781083Z [00:02:57.661]➜  cp $WORK/b1149/_pkg_.a /root/.cache/go-build/33/33312b143040659b404639be0dcc98f3be79e7171ef840cf1f2c54063ae4c875-d # internal
2025-08-20T23:04:12.3788034Z [00:02:57.662]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickhelp
2025-08-20T23:04:12.3795865Z [00:02:57.662]➜  mkdir -p $WORK/b1151/
2025-08-20T23:04:12.3796682Z [00:02:57.662]➜  cat >/tmp/go-build3700090427/b1151/importcfg << 'EOF' # internal
2025-08-20T23:04:12.3797401Z [00:02:57.662]➜  # import config
2025-08-20T23:04:12.3798120Z [00:02:57.662]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.3798982Z [00:02:57.662]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.3800409Z [00:02:57.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.3802050Z [00:02:57.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.3803702Z [00:02:57.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.3805425Z [00:02:57.662]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.3806434Z [00:02:57.662]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:12.3807313Z [00:02:57.662]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.3807994Z [00:02:57.662]➜  EOF
2025-08-20T23:04:12.3813183Z [00:02:57.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1151/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickhelp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickhelp;$WORK/b1151=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickhelp -lang=go1.24 -complete -installsuffix shared -buildid uHVVqQEBvDoaDcKAZU37/uHVVqQEBvDoaDcKAZU37 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1151/importcfg -pack ./pkg/detectors/clickhelp/clickhelp.go
2025-08-20T23:04:12.3883864Z [00:02:57.671]➜  go tool buildid -w $WORK/b1147/_pkg_.a # internal
2025-08-20T23:04:12.3905997Z [00:02:57.674]➜  cp $WORK/b1147/_pkg_.a /root/.cache/go-build/1b/1b4503e70f858bd70c19fc3301adfba9d020c2bce70260a2a0af9f0351e4d2cc-d # internal
2025-08-20T23:04:12.3912871Z [00:02:57.674]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v2
2025-08-20T23:04:12.3917787Z [00:02:57.675]➜  mkdir -p $WORK/b1148/
2025-08-20T23:04:12.3944314Z [00:02:57.677]➜  cat >/tmp/go-build3700090427/b1148/importcfg << 'EOF' # internal
2025-08-20T23:04:12.3952155Z [00:02:57.677]➜  # import config
2025-08-20T23:04:12.3952898Z [00:02:57.677]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.3954176Z [00:02:57.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.3955992Z [00:02:57.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.3957764Z [00:02:57.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1=/tmp/go-build3700090427/b1147/_pkg_.a
2025-08-20T23:04:12.3961902Z [00:02:57.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.3964752Z [00:02:57.678]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.3965807Z [00:02:57.678]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.3966703Z [00:02:57.678]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:12.3967373Z [00:02:57.678]➜  EOF
2025-08-20T23:04:12.3974275Z [00:02:57.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1148/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v2;$WORK/b1148=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v2 -lang=go1.24 -complete -installsuffix shared -buildid qTREq8EkKLYlJwcJF0IY/qTREq8EkKLYlJwcJF0IY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1148/importcfg -pack ./pkg/detectors/circleci/v2/circleci.go
2025-08-20T23:04:12.4252629Z [00:02:57.708]➜  go tool buildid -w $WORK/b1150/_pkg_.a # internal
2025-08-20T23:04:12.4278480Z [00:02:57.711]➜  cp $WORK/b1150/_pkg_.a /root/.cache/go-build/88/882375354f41548d959c431d53861925bd422dcc50448bcfba48513c7a933b3c-d # internal
2025-08-20T23:04:12.4284310Z [00:02:57.711]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clicksendsms
2025-08-20T23:04:12.4285101Z [00:02:57.711]➜  mkdir -p $WORK/b1152/
2025-08-20T23:04:12.4286479Z [00:02:57.712]➜  cat >/tmp/go-build3700090427/b1152/importcfg << 'EOF' # internal
2025-08-20T23:04:12.4287147Z [00:02:57.712]➜  # import config
2025-08-20T23:04:12.4287868Z [00:02:57.712]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.4288793Z [00:02:57.712]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:12.4290148Z [00:02:57.712]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.4291277Z [00:02:57.712]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.4292837Z [00:02:57.712]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.4294428Z [00:02:57.712]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.4295744Z [00:02:57.712]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.4296712Z [00:02:57.712]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.4297526Z [00:02:57.712]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.4298154Z [00:02:57.712]➜  EOF
2025-08-20T23:04:12.4302510Z [00:02:57.712]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1152/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clicksendsms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clicksendsms;$WORK/b1152=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clicksendsms -lang=go1.24 -complete -installsuffix shared -buildid bGLzDaTTs2bcAzyzrKrM/bGLzDaTTs2bcAzyzrKrM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1152/importcfg -pack ./pkg/detectors/clicksendsms/clicksendsms.go
2025-08-20T23:04:12.4407124Z [00:02:57.724]➜  go tool buildid -w $WORK/b1151/_pkg_.a # internal
2025-08-20T23:04:12.4425452Z [00:02:57.726]➜  cp $WORK/b1151/_pkg_.a /root/.cache/go-build/00/00ce4ecf7f3e9fcde935bcc2ee7bd6bb4948e5d6117bc8d6475d4b04ac3b7ebd-d # internal
2025-08-20T23:04:12.4428814Z [00:02:57.726]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickuppersonaltoken
2025-08-20T23:04:12.4451484Z [00:02:57.726]➜  mkdir -p $WORK/b1153/
2025-08-20T23:04:12.4452302Z [00:02:57.727]➜  cat >/tmp/go-build3700090427/b1153/importcfg << 'EOF' # internal
2025-08-20T23:04:12.4453056Z [00:02:57.727]➜  # import config
2025-08-20T23:04:12.4453740Z [00:02:57.727]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.4454612Z [00:02:57.727]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.4455822Z [00:02:57.727]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.4457391Z [00:02:57.727]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.4459013Z [00:02:57.727]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.4460632Z [00:02:57.727]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.4461783Z [00:02:57.727]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:12.4462676Z [00:02:57.727]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.4463584Z [00:02:57.727]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.4464216Z [00:02:57.727]➜  EOF
2025-08-20T23:04:12.4468725Z [00:02:57.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1153/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickuppersonaltoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickuppersonaltoken;$WORK/b1153=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickuppersonaltoken -lang=go1.24 -complete -installsuffix shared -buildid mJ979uqv7fKuUKdFb5Xl/mJ979uqv7fKuUKdFb5Xl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1153/importcfg -pack ./pkg/detectors/clickuppersonaltoken/clickuppersonaltoken.go
2025-08-20T23:04:12.4616443Z [00:02:57.745]➜  go tool buildid -w $WORK/b1148/_pkg_.a # internal
2025-08-20T23:04:12.4652635Z [00:02:57.748]➜  cp $WORK/b1148/_pkg_.a /root/.cache/go-build/b2/b26c1aafb5dae99120538235b24ca94e1ebf1863c97760be1dc8f381a5bb26ba-d # internal
2025-08-20T23:04:12.4655500Z [00:02:57.748]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cliengo
2025-08-20T23:04:12.4656249Z [00:02:57.748]➜  mkdir -p $WORK/b1154/
2025-08-20T23:04:12.4657006Z [00:02:57.748]➜  cat >/tmp/go-build3700090427/b1154/importcfg << 'EOF' # internal
2025-08-20T23:04:12.4657725Z [00:02:57.748]➜  # import config
2025-08-20T23:04:12.4658412Z [00:02:57.748]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.4659808Z [00:02:57.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.4661369Z [00:02:57.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.4662955Z [00:02:57.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.4664277Z [00:02:57.748]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.4665237Z [00:02:57.748]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.4666068Z [00:02:57.748]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.4666878Z [00:02:57.748]➜  EOF
2025-08-20T23:04:12.4671230Z [00:02:57.748]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1154/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cliengo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cliengo;$WORK/b1154=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cliengo -lang=go1.24 -complete -installsuffix shared -buildid yjM7-LzgMjl3VgHEQont/yjM7-LzgMjl3VgHEQont -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1154/importcfg -pack ./pkg/detectors/cliengo/cliengo.go
2025-08-20T23:04:12.4927451Z [00:02:57.776]➜  go tool buildid -w $WORK/b1152/_pkg_.a # internal
2025-08-20T23:04:12.4951482Z [00:02:57.778]➜  cp $WORK/b1152/_pkg_.a /root/.cache/go-build/8c/8c64840d15a3f394ef7575313c226fcad6769c4c0f804d0f63dd9f9e278aeb11-d # internal
2025-08-20T23:04:12.4964519Z [00:02:57.778]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clientary
2025-08-20T23:04:12.4965279Z [00:02:57.778]➜  mkdir -p $WORK/b1155/
2025-08-20T23:04:12.4965985Z [00:02:57.778]➜  cat >/tmp/go-build3700090427/b1155/importcfg << 'EOF' # internal
2025-08-20T23:04:12.4966635Z [00:02:57.778]➜  # import config
2025-08-20T23:04:12.4967292Z [00:02:57.778]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.4968133Z [00:02:57.778]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:12.4968933Z [00:02:57.778]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.4970357Z [00:02:57.778]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.4971865Z [00:02:57.778]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.4973416Z [00:02:57.778]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.4974739Z [00:02:57.778]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.4975658Z [00:02:57.778]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:12.4976465Z [00:02:57.778]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.4977088Z [00:02:57.778]➜  EOF
2025-08-20T23:04:12.4981149Z [00:02:57.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1155/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clientary=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clientary;$WORK/b1155=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clientary -lang=go1.24 -complete -installsuffix shared -buildid Etnep8_mPyEZneKM8SSn/Etnep8_mPyEZneKM8SSn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1155/importcfg -pack ./pkg/detectors/clientary/clientary.go
2025-08-20T23:04:12.5059839Z [00:02:57.789]➜  go tool buildid -w $WORK/b1153/_pkg_.a # internal
2025-08-20T23:04:12.5078368Z [00:02:57.791]➜  cp $WORK/b1153/_pkg_.a /root/.cache/go-build/7c/7cbe9050c86b03b834afd3c3df93e215c9c5eec280a123ed314fef25db3458c9-d # internal
2025-08-20T23:04:12.5081563Z [00:02:57.791]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clinchpad
2025-08-20T23:04:12.5082657Z [00:02:57.791]➜  mkdir -p $WORK/b1156/
2025-08-20T23:04:12.5089152Z [00:02:57.792]➜  cat >/tmp/go-build3700090427/b1156/importcfg << 'EOF' # internal
2025-08-20T23:04:12.5093665Z [00:02:57.792]➜  # import config
2025-08-20T23:04:12.5094335Z [00:02:57.792]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.5095257Z [00:02:57.792]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:12.5096202Z [00:02:57.792]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.5097441Z [00:02:57.792]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.5099004Z [00:02:57.792]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.5101185Z [00:02:57.792]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.5102596Z [00:02:57.792]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.5103637Z [00:02:57.792]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.5104643Z [00:02:57.792]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.5105306Z [00:02:57.792]➜  EOF
2025-08-20T23:04:12.5109720Z [00:02:57.792]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1156/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clinchpad=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clinchpad;$WORK/b1156=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clinchpad -lang=go1.24 -complete -installsuffix shared -buildid byusZ0xg5SuJ4Y1qKOdl/byusZ0xg5SuJ4Y1qKOdl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1156/importcfg -pack ./pkg/detectors/clinchpad/clinchpad.go
2025-08-20T23:04:12.5276894Z [00:02:57.811]➜  go tool buildid -w $WORK/b1154/_pkg_.a # internal
2025-08-20T23:04:12.5297487Z [00:02:57.813]➜  cp $WORK/b1154/_pkg_.a /root/.cache/go-build/9d/9dbe45b9eb022e3bf76a569dbf099b6da7eb43e3f16f1c8430ede10751ba8a06-d # internal
2025-08-20T23:04:12.5300843Z [00:02:57.813]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockify
2025-08-20T23:04:12.5310775Z [00:02:57.814]➜  mkdir -p $WORK/b1157/
2025-08-20T23:04:12.5313788Z [00:02:57.814]➜  cat >/tmp/go-build3700090427/b1157/importcfg << 'EOF' # internal
2025-08-20T23:04:12.5314480Z [00:02:57.815]➜  # import config
2025-08-20T23:04:12.5315123Z [00:02:57.815]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.5316252Z [00:02:57.815]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.5317823Z [00:02:57.815]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.5320032Z [00:02:57.815]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.5321470Z [00:02:57.815]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.5322436Z [00:02:57.815]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.5323312Z [00:02:57.815]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.5323963Z [00:02:57.815]➜  EOF
2025-08-20T23:04:12.5332138Z [00:02:57.816]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1157/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockify;$WORK/b1157=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockify -lang=go1.24 -complete -installsuffix shared -buildid fK4G8xc1fHRmCdK_IfUA/fK4G8xc1fHRmCdK_IfUA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1157/importcfg -pack ./pkg/detectors/clockify/clockify.go
2025-08-20T23:04:12.5566095Z [00:02:57.840]➜  go tool buildid -w $WORK/b1155/_pkg_.a # internal
2025-08-20T23:04:12.5583952Z [00:02:57.842]➜  cp $WORK/b1155/_pkg_.a /root/.cache/go-build/3b/3bbc95336595c0d9d1d890a4d37c929fc093f4eb824f0ae9b1b37f89dc1b79df-d # internal
2025-08-20T23:04:12.5586871Z [00:02:57.842]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockworksms
2025-08-20T23:04:12.5587700Z [00:02:57.842]➜  mkdir -p $WORK/b1158/
2025-08-20T23:04:12.5611575Z [00:02:57.843]➜  cat >/tmp/go-build3700090427/b1158/importcfg << 'EOF' # internal
2025-08-20T23:04:12.5613597Z [00:02:57.843]➜  # import config
2025-08-20T23:04:12.5614251Z [00:02:57.843]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.5615441Z [00:02:57.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.5617194Z [00:02:57.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.5618764Z [00:02:57.843]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.5620285Z [00:02:57.843]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.5621282Z [00:02:57.843]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.5622091Z [00:02:57.843]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.5622681Z [00:02:57.843]➜  EOF
2025-08-20T23:04:12.5626885Z [00:02:57.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1158/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockworksms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockworksms;$WORK/b1158=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockworksms -lang=go1.24 -complete -installsuffix shared -buildid MhhxECUVFxCNl8Qx_Bm_/MhhxECUVFxCNl8Qx_Bm_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1158/importcfg -pack ./pkg/detectors/clockworksms/clockworksms.go
2025-08-20T23:04:12.5701547Z [00:02:57.853]➜  go tool buildid -w $WORK/b1156/_pkg_.a # internal
2025-08-20T23:04:12.5721650Z [00:02:57.855]➜  cp $WORK/b1156/_pkg_.a /root/.cache/go-build/d8/d86e27a925f36c58200741ca0362049cf39371769174cb4683c70efa5d659841-d # internal
2025-08-20T23:04:12.5724882Z [00:02:57.856]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/closecrm
2025-08-20T23:04:12.5725746Z [00:02:57.856]➜  mkdir -p $WORK/b1159/
2025-08-20T23:04:12.5726455Z [00:02:57.856]➜  cat >/tmp/go-build3700090427/b1159/importcfg << 'EOF' # internal
2025-08-20T23:04:12.5727086Z [00:02:57.856]➜  # import config
2025-08-20T23:04:12.5727728Z [00:02:57.856]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.5728620Z [00:02:57.856]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:12.5729973Z [00:02:57.856]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.5731159Z [00:02:57.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.5732658Z [00:02:57.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.5734243Z [00:02:57.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.5735582Z [00:02:57.856]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.5736591Z [00:02:57.856]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.5737757Z [00:02:57.856]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.5738395Z [00:02:57.856]➜  EOF
2025-08-20T23:04:12.5742500Z [00:02:57.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1159/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/closecrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/closecrm;$WORK/b1159=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/closecrm -lang=go1.24 -complete -installsuffix shared -buildid dgP5wHzrsyOAjaGCNEtI/dgP5wHzrsyOAjaGCNEtI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1159/importcfg -pack ./pkg/detectors/closecrm/close.go
2025-08-20T23:04:12.5912048Z [00:02:57.874]➜  go tool buildid -w $WORK/b1157/_pkg_.a # internal
2025-08-20T23:04:12.5932304Z [00:02:57.876]➜  cp $WORK/b1157/_pkg_.a /root/.cache/go-build/b7/b781c3242d5290e5cfe4c6c1f38e2262b6eeaf5eda23334fd60a84f636850064-d # internal
2025-08-20T23:04:12.5939131Z [00:02:57.877]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudconvert
2025-08-20T23:04:12.5943491Z [00:02:57.878]➜  mkdir -p $WORK/b1160/
2025-08-20T23:04:12.5952774Z [00:02:57.878]➜  cat >/tmp/go-build3700090427/b1160/importcfg << 'EOF' # internal
2025-08-20T23:04:12.5953875Z [00:02:57.878]➜  # import config
2025-08-20T23:04:12.5954673Z [00:02:57.878]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.5956632Z [00:02:57.878]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.5957758Z [00:02:57.878]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.5959250Z [00:02:57.878]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.5965128Z [00:02:57.878]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.5966677Z [00:02:57.878]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.5967673Z [00:02:57.878]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.5968544Z [00:02:57.878]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.5969211Z [00:02:57.879]➜  EOF
2025-08-20T23:04:12.5974249Z [00:02:57.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1160/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudconvert=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudconvert;$WORK/b1160=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudconvert -lang=go1.24 -complete -installsuffix shared -buildid -vIdOXnduXyiyaAyfFaC/-vIdOXnduXyiyaAyfFaC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1160/importcfg -pack ./pkg/detectors/cloudconvert/cloudconvert.go
2025-08-20T23:04:12.6207172Z [00:02:57.904]➜  go tool buildid -w $WORK/b1158/_pkg_.a # internal
2025-08-20T23:04:12.6209118Z [00:02:57.904]➜  cp $WORK/b1158/_pkg_.a /root/.cache/go-build/a1/a1b12334b29505cf418206925a5e6474bdd803cc822293e8283c9e7ba6db949b-d # internal
2025-08-20T23:04:12.6211752Z [00:02:57.904]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudelements
2025-08-20T23:04:12.6212507Z [00:02:57.904]➜  mkdir -p $WORK/b1161/
2025-08-20T23:04:12.6213196Z [00:02:57.904]➜  cat >/tmp/go-build3700090427/b1161/importcfg << 'EOF' # internal
2025-08-20T23:04:12.6213885Z [00:02:57.904]➜  # import config
2025-08-20T23:04:12.6214559Z [00:02:57.904]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.6215371Z [00:02:57.904]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.6216521Z [00:02:57.904]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.6218047Z [00:02:57.904]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.6219771Z [00:02:57.904]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.6224215Z [00:02:57.904]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.6225189Z [00:02:57.904]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.6226012Z [00:02:57.904]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.6226630Z [00:02:57.904]➜  EOF
2025-08-20T23:04:12.6231228Z [00:02:57.904]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1161/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudelements=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudelements;$WORK/b1161=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudelements -lang=go1.24 -complete -installsuffix shared -buildid GRTTO99yx-qsacMDEIHT/GRTTO99yx-qsacMDEIHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1161/importcfg -pack ./pkg/detectors/cloudelements/cloudelements.go
2025-08-20T23:04:12.6380107Z [00:02:57.920]➜  go tool buildid -w $WORK/b1159/_pkg_.a # internal
2025-08-20T23:04:12.6412021Z [00:02:57.922]➜  cp $WORK/b1159/_pkg_.a /root/.cache/go-build/00/00b1c90eae151fff7a7cd006c5f5519c16482f4c198eec3995e66be2a0676166-d # internal
2025-08-20T23:04:12.6417247Z [00:02:57.922]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareapitoken
2025-08-20T23:04:12.6418070Z [00:02:57.922]➜  mkdir -p $WORK/b1162/
2025-08-20T23:04:12.6418794Z [00:02:57.923]➜  cat >/tmp/go-build3700090427/b1162/importcfg << 'EOF' # internal
2025-08-20T23:04:12.6419705Z [00:02:57.923]➜  # import config
2025-08-20T23:04:12.6420375Z [00:02:57.923]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.6421170Z [00:02:57.923]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.6422560Z [00:02:57.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.6424032Z [00:02:57.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.6425582Z [00:02:57.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.6426879Z [00:02:57.923]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.6427799Z [00:02:57.923]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.6428617Z [00:02:57.923]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.6429207Z [00:02:57.923]➜  EOF
2025-08-20T23:04:12.6433690Z [00:02:57.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1162/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareapitoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareapitoken;$WORK/b1162=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareapitoken -lang=go1.24 -complete -installsuffix shared -buildid wl119mX0BNfg3wdDgvN4/wl119mX0BNfg3wdDgvN4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1162/importcfg -pack ./pkg/detectors/cloudflareapitoken/cloudflareapitoken.go
2025-08-20T23:04:12.6478712Z [00:02:57.931]➜  go tool buildid -w $WORK/b1160/_pkg_.a # internal
2025-08-20T23:04:12.6491871Z [00:02:57.932]➜  cp $WORK/b1160/_pkg_.a /root/.cache/go-build/04/043b4337de3e99649ae1544907c9f64969dd1a832435af87d7849b3be6a39eab-d # internal
2025-08-20T23:04:12.6499903Z [00:02:57.933]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflarecakey
2025-08-20T23:04:12.6501006Z [00:02:57.933]➜  mkdir -p $WORK/b1163/
2025-08-20T23:04:12.6502055Z [00:02:57.933]➜  cat >/tmp/go-build3700090427/b1163/importcfg << 'EOF' # internal
2025-08-20T23:04:12.6503660Z [00:02:57.933]➜  # import config
2025-08-20T23:04:12.6504417Z [00:02:57.933]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.6505305Z [00:02:57.933]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.6506614Z [00:02:57.933]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.6508057Z [00:02:57.933]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.6509831Z [00:02:57.933]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.6511185Z [00:02:57.933]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.6512088Z [00:02:57.933]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:12.6512862Z [00:02:57.933]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.6513461Z [00:02:57.933]➜  EOF
2025-08-20T23:04:12.6517494Z [00:02:57.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1163/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflarecakey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflarecakey;$WORK/b1163=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflarecakey -lang=go1.24 -complete -installsuffix shared -buildid c23ZA38z4AkUiGYAMP13/c23ZA38z4AkUiGYAMP13 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1163/importcfg -pack ./pkg/detectors/cloudflarecakey/cloudflarecakey.go
2025-08-20T23:04:12.6826296Z [00:02:57.966]➜  go tool buildid -w $WORK/b1161/_pkg_.a # internal
2025-08-20T23:04:12.6854560Z [00:02:57.968]➜  cp $WORK/b1161/_pkg_.a /root/.cache/go-build/c9/c95115b786013d9281eab5ab5f86196922eabc305a6c9f3648ba03c51d64c6a6-d # internal
2025-08-20T23:04:12.6867664Z [00:02:57.969]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareglobalapikey
2025-08-20T23:04:12.6868561Z [00:02:57.969]➜  mkdir -p $WORK/b1164/
2025-08-20T23:04:12.6869845Z [00:02:57.969]➜  cat >/tmp/go-build3700090427/b1164/importcfg << 'EOF' # internal
2025-08-20T23:04:12.6870600Z [00:02:57.969]➜  # import config
2025-08-20T23:04:12.6871268Z [00:02:57.969]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.6872436Z [00:02:57.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.6873932Z [00:02:57.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.6875759Z [00:02:57.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.6877175Z [00:02:57.969]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.6878150Z [00:02:57.969]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.6878994Z [00:02:57.969]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.6880018Z [00:02:57.969]➜  EOF
2025-08-20T23:04:12.6884454Z [00:02:57.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1164/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareglobalapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareglobalapikey;$WORK/b1164=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareglobalapikey -lang=go1.24 -complete -installsuffix shared -buildid vz-Y_efE0nvzHK1T4cw6/vz-Y_efE0nvzHK1T4cw6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1164/importcfg -pack ./pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey.go
2025-08-20T23:04:12.7009613Z [00:02:57.984]➜  go tool buildid -w $WORK/b1162/_pkg_.a # internal
2025-08-20T23:04:12.7033684Z [00:02:57.986]➜  cp $WORK/b1162/_pkg_.a /root/.cache/go-build/34/34f1ff90ea6518c2139cb4b386605a4f3dd540aed84cd7a70380b9a1a3cc0468-d # internal
2025-08-20T23:04:12.7041993Z [00:02:57.987]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudimage
2025-08-20T23:04:12.7043371Z [00:02:57.987]➜  mkdir -p $WORK/b1165/
2025-08-20T23:04:12.7045605Z [00:02:57.987]➜  cat >/tmp/go-build3700090427/b1165/importcfg << 'EOF' # internal
2025-08-20T23:04:12.7046660Z [00:02:57.987]➜  # import config
2025-08-20T23:04:12.7049169Z [00:02:57.987]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.7050561Z [00:02:57.987]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.7052014Z [00:02:57.987]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.7053538Z [00:02:57.987]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.7054831Z [00:02:57.987]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.7055758Z [00:02:57.987]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.7056598Z [00:02:57.987]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.7057402Z [00:02:57.987]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:12.7057994Z [00:02:57.987]➜  EOF
2025-08-20T23:04:12.7062215Z [00:02:57.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1165/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudimage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudimage;$WORK/b1165=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudimage -lang=go1.24 -complete -installsuffix shared -buildid _f90MjJaC8-7mqa3jmpR/_f90MjJaC8-7mqa3jmpR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1165/importcfg -pack ./pkg/detectors/cloudimage/cloudimage.go
2025-08-20T23:04:12.7136202Z [00:02:57.997]➜  go tool buildid -w $WORK/b1163/_pkg_.a # internal
2025-08-20T23:04:12.7150086Z [00:02:57.998]➜  cp $WORK/b1163/_pkg_.a /root/.cache/go-build/66/66f051a412d172e4e6d61282a8cae324ecf4dcbdfc737a41960b09734b13f6b7-d # internal
2025-08-20T23:04:12.7175440Z [00:02:57.998]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudmersive
2025-08-20T23:04:12.7176280Z [00:02:57.998]➜  mkdir -p $WORK/b1166/
2025-08-20T23:04:12.7177038Z [00:02:57.999]➜  cat >/tmp/go-build3700090427/b1166/importcfg << 'EOF' # internal
2025-08-20T23:04:12.7177729Z [00:02:57.999]➜  # import config
2025-08-20T23:04:12.7178371Z [00:02:57.999]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.7179728Z [00:02:57.999]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.7181190Z [00:02:57.999]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.7182716Z [00:02:57.999]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.7183999Z [00:02:57.999]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.7184903Z [00:02:57.999]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.7185700Z [00:02:57.999]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.7186304Z [00:02:57.999]➜  EOF
2025-08-20T23:04:12.7190347Z [00:02:57.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1166/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudmersive=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudmersive;$WORK/b1166=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudmersive -lang=go1.24 -complete -installsuffix shared -buildid _ZmT_po-rWPUBKn1ejJr/_ZmT_po-rWPUBKn1ejJr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1166/importcfg -pack ./pkg/detectors/cloudmersive/cloudmersive.go
2025-08-20T23:04:12.7457340Z [00:02:58.029]➜  go tool buildid -w $WORK/b1164/_pkg_.a # internal
2025-08-20T23:04:12.7473543Z [00:02:58.030]➜  cp $WORK/b1164/_pkg_.a /root/.cache/go-build/a9/a922e1a3a231a13c6574a5bf586ca0c007a2bed11f4e9fec3811bac1020ce371-d # internal
2025-08-20T23:04:12.7475547Z [00:02:58.030]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudplan
2025-08-20T23:04:12.7478108Z [00:02:58.030]➜  mkdir -p $WORK/b1167/
2025-08-20T23:04:12.7478778Z [00:02:58.031]➜  cat >/tmp/go-build3700090427/b1167/importcfg << 'EOF' # internal
2025-08-20T23:04:12.7479723Z [00:02:58.031]➜  # import config
2025-08-20T23:04:12.7480417Z [00:02:58.031]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.7481551Z [00:02:58.031]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.7483005Z [00:02:58.031]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.7484504Z [00:02:58.031]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.7485909Z [00:02:58.031]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.7486852Z [00:02:58.031]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.7487675Z [00:02:58.031]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.7488417Z [00:02:58.031]➜  EOF
2025-08-20T23:04:12.7492354Z [00:02:58.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1167/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudplan=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudplan;$WORK/b1167=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudplan -lang=go1.24 -complete -installsuffix shared -buildid 2BtPa929NN2pXdZpapmN/2BtPa929NN2pXdZpapmN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1167/importcfg -pack ./pkg/detectors/cloudplan/cloudplan.go
2025-08-20T23:04:12.7512498Z [00:02:58.034]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:12.7518803Z [00:02:58.034]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x034.o -c zstd_fast.c
2025-08-20T23:04:12.7633637Z [00:02:58.046]➜  go tool buildid -w $WORK/b1165/_pkg_.a # internal
2025-08-20T23:04:12.7642158Z [00:02:58.047]➜  cp $WORK/b1165/_pkg_.a /root/.cache/go-build/f8/f80eb0971049a083eefc533fabcb01ffb4143154072b3de5534762ff7b4ac5d6-d # internal
2025-08-20T23:04:12.7654637Z [00:02:58.048]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudsmith
2025-08-20T23:04:12.7663484Z [00:02:58.049]➜  mkdir -p $WORK/b1168/
2025-08-20T23:04:12.7664242Z [00:02:58.049]➜  cat >/tmp/go-build3700090427/b1168/importcfg << 'EOF' # internal
2025-08-20T23:04:12.7664959Z [00:02:58.049]➜  # import config
2025-08-20T23:04:12.7665627Z [00:02:58.049]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.7666544Z [00:02:58.049]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:12.7667763Z [00:02:58.049]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.7669289Z [00:02:58.049]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.7671064Z [00:02:58.049]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.7672371Z [00:02:58.049]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.7673310Z [00:02:58.049]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.7674193Z [00:02:58.049]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.7686486Z [00:02:58.049]➜  EOF
2025-08-20T23:04:12.7687268Z [00:02:58.049]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:12.7691797Z [00:02:58.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1168/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudsmith=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudsmith;$WORK/b1168=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudsmith -lang=go1.24 -complete -installsuffix shared -buildid w4KClIoV5pBf9BrraGbW/w4KClIoV5pBf9BrraGbW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1168/importcfg -pack ./pkg/detectors/cloudsmith/cloudsmith.go
2025-08-20T23:04:12.7802117Z [00:02:58.061]➜  go tool buildid -w $WORK/b1166/_pkg_.a # internal
2025-08-20T23:04:12.7803533Z [00:02:58.062]➜  cp $WORK/b1166/_pkg_.a /root/.cache/go-build/3d/3d329475589a19cc1c49e54cec83943a093bcb743de9ba1bf3bd6f613b456a26-d # internal
2025-08-20T23:04:12.7805028Z [00:02:58.062]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloverly
2025-08-20T23:04:12.7809487Z [00:02:58.062]➜  mkdir -p $WORK/b1169/
2025-08-20T23:04:12.7810321Z [00:02:58.063]➜  cat >/tmp/go-build3700090427/b1169/importcfg << 'EOF' # internal
2025-08-20T23:04:12.7811009Z [00:02:58.063]➜  # import config
2025-08-20T23:04:12.7811694Z [00:02:58.063]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.7812542Z [00:02:58.063]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.7813688Z [00:02:58.063]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.7815235Z [00:02:58.063]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.7816824Z [00:02:58.063]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.7818433Z [00:02:58.063]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.7819900Z [00:02:58.063]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.7820786Z [00:02:58.063]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.7821387Z [00:02:58.063]➜  EOF
2025-08-20T23:04:12.7825103Z [00:02:58.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1169/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloverly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloverly;$WORK/b1169=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloverly -lang=go1.24 -complete -installsuffix shared -buildid GemUnWom3uLVNepb-5Hv/GemUnWom3uLVNepb-5Hv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1169/importcfg -pack ./pkg/detectors/cloverly/cloverly.go
2025-08-20T23:04:12.8067325Z [00:02:58.090]➜  go tool buildid -w $WORK/b1167/_pkg_.a # internal
2025-08-20T23:04:12.8086778Z [00:02:58.092]➜  cp $WORK/b1167/_pkg_.a /root/.cache/go-build/e0/e0e819b32f3778355155d725e3ee3bae99bf947bce623970b53e21620c92645f-d # internal
2025-08-20T23:04:12.8100261Z [00:02:58.093]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloze
2025-08-20T23:04:12.8101490Z [00:02:58.093]➜  mkdir -p $WORK/b1170/
2025-08-20T23:04:12.8102390Z [00:02:58.093]➜  cat >/tmp/go-build3700090427/b1170/importcfg << 'EOF' # internal
2025-08-20T23:04:12.8103067Z [00:02:58.093]➜  # import config
2025-08-20T23:04:12.8103691Z [00:02:58.093]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.8104813Z [00:02:58.093]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.8106208Z [00:02:58.093]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.8107739Z [00:02:58.093]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.8108941Z [00:02:58.093]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.8110096Z [00:02:58.093]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.8111104Z [00:02:58.093]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:12.8111886Z [00:02:58.093]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.8112639Z [00:02:58.093]➜  EOF
2025-08-20T23:04:12.8116233Z [00:02:58.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1170/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloze=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloze;$WORK/b1170=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloze -lang=go1.24 -complete -installsuffix shared -buildid 2k_wsWEs07jq0urVnGyk/2k_wsWEs07jq0urVnGyk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1170/importcfg -pack ./pkg/detectors/cloze/cloze.go
2025-08-20T23:04:12.8250896Z [00:02:58.108]➜  go tool buildid -w $WORK/b1168/_pkg_.a # internal
2025-08-20T23:04:12.8267024Z [00:02:58.110]➜  cp $WORK/b1168/_pkg_.a /root/.cache/go-build/cf/cf11435b99c467bf5b070f72a7f2929f3e7ddbfdbd9814779c8248b27891d4f9-d # internal
2025-08-20T23:04:12.8293731Z [00:02:58.112]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clustdoc
2025-08-20T23:04:12.8295869Z [00:02:58.112]➜  mkdir -p $WORK/b1171/
2025-08-20T23:04:12.8296601Z [00:02:58.112]➜  cat >/tmp/go-build3700090427/b1171/importcfg << 'EOF' # internal
2025-08-20T23:04:12.8297260Z [00:02:58.112]➜  # import config
2025-08-20T23:04:12.8297918Z [00:02:58.112]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.8298719Z [00:02:58.112]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.8300030Z [00:02:58.112]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.8301831Z [00:02:58.112]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.8303399Z [00:02:58.112]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.8304696Z [00:02:58.112]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.8305632Z [00:02:58.112]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.8306542Z [00:02:58.112]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.8307216Z [00:02:58.112]➜  EOF
2025-08-20T23:04:12.8311330Z [00:02:58.113]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1171/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clustdoc=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clustdoc;$WORK/b1171=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clustdoc -lang=go1.24 -complete -installsuffix shared -buildid 6qWXGgSNVuAQv5msEZEz/6qWXGgSNVuAQv5msEZEz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1171/importcfg -pack ./pkg/detectors/clustdoc/clustdoc.go
2025-08-20T23:04:12.8370211Z [00:02:58.120]➜  go tool buildid -w $WORK/b1169/_pkg_.a # internal
2025-08-20T23:04:12.8383806Z [00:02:58.121]➜  cp $WORK/b1169/_pkg_.a /root/.cache/go-build/fa/fa4646381f361204552f53208cf8838220ee08b216935179862ca0fe478c1adf-d # internal
2025-08-20T23:04:12.8390447Z [00:02:58.122]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coda
2025-08-20T23:04:12.8391182Z [00:02:58.122]➜  mkdir -p $WORK/b1172/
2025-08-20T23:04:12.8396847Z [00:02:58.123]➜  cat >/tmp/go-build3700090427/b1172/importcfg << 'EOF' # internal
2025-08-20T23:04:12.8401013Z [00:02:58.123]➜  # import config
2025-08-20T23:04:12.8401686Z [00:02:58.123]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.8404326Z [00:02:58.123]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.8413623Z [00:02:58.123]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.8415137Z [00:02:58.123]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.8416917Z [00:02:58.123]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.8418490Z [00:02:58.123]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.8421097Z [00:02:58.123]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.8422045Z [00:02:58.123]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.8422728Z [00:02:58.123]➜  EOF
2025-08-20T23:04:12.8426407Z [00:02:58.123]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1172/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coda=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coda;$WORK/b1172=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coda -lang=go1.24 -complete -installsuffix shared -buildid VoUD1a0end4diFxn4hwU/VoUD1a0end4diFxn4hwU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1172/importcfg -pack ./pkg/detectors/coda/coda.go
2025-08-20T23:04:12.8733181Z [00:02:58.154]➜  go tool buildid -w $WORK/b1170/_pkg_.a # internal
2025-08-20T23:04:12.8739052Z [00:02:58.156]➜  cp $WORK/b1170/_pkg_.a /root/.cache/go-build/f3/f3bc9524a640aeca173805fcb25bf314bf98b92d939b683e6528de871012add8-d # internal
2025-08-20T23:04:12.8740657Z [00:02:58.157]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codacy
2025-08-20T23:04:12.8741425Z [00:02:58.157]➜  mkdir -p $WORK/b1173/
2025-08-20T23:04:12.8744978Z [00:02:58.158]➜  cat >/tmp/go-build3700090427/b1173/importcfg << 'EOF' # internal
2025-08-20T23:04:12.8746025Z [00:02:58.158]➜  # import config
2025-08-20T23:04:12.8746880Z [00:02:58.158]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.8750890Z [00:02:58.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.8752479Z [00:02:58.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.8754164Z [00:02:58.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.8755615Z [00:02:58.158]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.8756631Z [00:02:58.158]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.8757523Z [00:02:58.158]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.8758209Z [00:02:58.158]➜  EOF
2025-08-20T23:04:12.8762252Z [00:02:58.158]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1173/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codacy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codacy;$WORK/b1173=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codacy -lang=go1.24 -complete -installsuffix shared -buildid HLXp6IChP2UY6kjZ7l3M/HLXp6IChP2UY6kjZ7l3M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1173/importcfg -pack ./pkg/detectors/codacy/codacy.go
2025-08-20T23:04:12.8912896Z [00:02:58.174]➜  go tool buildid -w $WORK/b1171/_pkg_.a # internal
2025-08-20T23:04:12.8925023Z [00:02:58.176]➜  cp $WORK/b1171/_pkg_.a /root/.cache/go-build/8e/8ecde45080e4a0d83fdcf712300cbd741350f931b627af2356167ab3fa380dfb-d # internal
2025-08-20T23:04:12.8929832Z [00:02:58.176]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codeclimate
2025-08-20T23:04:12.8930617Z [00:02:58.176]➜  mkdir -p $WORK/b1174/
2025-08-20T23:04:12.8941093Z [00:02:58.176]➜  cat >/tmp/go-build3700090427/b1174/importcfg << 'EOF' # internal
2025-08-20T23:04:12.8941772Z [00:02:58.176]➜  # import config
2025-08-20T23:04:12.8942436Z [00:02:58.176]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.8943333Z [00:02:58.176]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:12.8944172Z [00:02:58.176]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.8945527Z [00:02:58.176]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.8946996Z [00:02:58.176]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.8948672Z [00:02:58.176]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.8950158Z [00:02:58.176]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.8951088Z [00:02:58.176]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.8951892Z [00:02:58.176]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.8952479Z [00:02:58.176]➜  EOF
2025-08-20T23:04:12.8956703Z [00:02:58.176]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1174/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codeclimate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codeclimate;$WORK/b1174=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codeclimate -lang=go1.24 -complete -installsuffix shared -buildid uBjahBuCnsAhn_ySVaN4/uBjahBuCnsAhn_ySVaN4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1174/importcfg -pack ./pkg/detectors/codeclimate/codeclimate.go
2025-08-20T23:04:12.9002802Z [00:02:58.183]➜  go tool buildid -w $WORK/b1172/_pkg_.a # internal
2025-08-20T23:04:12.9012042Z [00:02:58.184]➜  cp $WORK/b1172/_pkg_.a /root/.cache/go-build/67/67e697c98d4d7249e0056aec9b149eefbdb8ef5ce9027b2876dcf2bcdd511f21-d # internal
2025-08-20T23:04:12.9013692Z [00:02:58.184]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codemagic
2025-08-20T23:04:12.9014583Z [00:02:58.184]➜  mkdir -p $WORK/b1175/
2025-08-20T23:04:12.9017133Z [00:02:58.185]➜  cat >/tmp/go-build3700090427/b1175/importcfg << 'EOF' # internal
2025-08-20T23:04:12.9017848Z [00:02:58.185]➜  # import config
2025-08-20T23:04:12.9018528Z [00:02:58.185]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.9019929Z [00:02:58.185]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.9021464Z [00:02:58.185]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.9023088Z [00:02:58.185]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.9024399Z [00:02:58.185]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.9025312Z [00:02:58.185]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.9026136Z [00:02:58.185]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.9026748Z [00:02:58.185]➜  EOF
2025-08-20T23:04:12.9030705Z [00:02:58.185]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1175/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codemagic=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codemagic;$WORK/b1175=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codemagic -lang=go1.24 -complete -installsuffix shared -buildid 7Orrgz1qVMsbcv-iW_OK/7Orrgz1qVMsbcv-iW_OK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1175/importcfg -pack ./pkg/detectors/codemagic/codemagic.go
2025-08-20T23:04:12.9303181Z [00:02:58.213]➜  go tool buildid -w $WORK/b1173/_pkg_.a # internal
2025-08-20T23:04:12.9344434Z [00:02:58.218]➜  cp $WORK/b1173/_pkg_.a /root/.cache/go-build/4c/4ca99b3c581d95a349ead1aa7b94b5c69a200aa56dee37134e48a6063dd53d7b-d # internal
2025-08-20T23:04:12.9358614Z [00:02:58.219]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codequiry
2025-08-20T23:04:12.9359622Z [00:02:58.219]➜  mkdir -p $WORK/b1176/
2025-08-20T23:04:12.9360471Z [00:02:58.219]➜  cat >/tmp/go-build3700090427/b1176/importcfg << 'EOF' # internal
2025-08-20T23:04:12.9361176Z [00:02:58.219]➜  # import config
2025-08-20T23:04:12.9362462Z [00:02:58.219]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.9363681Z [00:02:58.219]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.9365363Z [00:02:58.219]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.9366922Z [00:02:58.219]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.9368219Z [00:02:58.219]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.9369154Z [00:02:58.219]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.9370199Z [00:02:58.219]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.9370977Z [00:02:58.219]➜  EOF
2025-08-20T23:04:12.9374874Z [00:02:58.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1176/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codequiry=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codequiry;$WORK/b1176=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codequiry -lang=go1.24 -complete -installsuffix shared -buildid Z9SqURL2WlUaEAVxas5b/Z9SqURL2WlUaEAVxas5b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1176/importcfg -pack ./pkg/detectors/codequiry/codequiry.go
2025-08-20T23:04:12.9504501Z [00:02:58.234]➜  go tool buildid -w $WORK/b1174/_pkg_.a # internal
2025-08-20T23:04:12.9520929Z [00:02:58.235]➜  cp $WORK/b1174/_pkg_.a /root/.cache/go-build/8a/8a9d2099129b0071aebded64f9b2374b1eda3aff362f716c2c9bfcd00d2105ff-d # internal
2025-08-20T23:04:12.9522814Z [00:02:58.235]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinapi
2025-08-20T23:04:12.9524057Z [00:02:58.236]➜  mkdir -p $WORK/b1177/
2025-08-20T23:04:12.9530257Z [00:02:58.236]➜  cat >/tmp/go-build3700090427/b1177/importcfg << 'EOF' # internal
2025-08-20T23:04:12.9531287Z [00:02:58.236]➜  # import config
2025-08-20T23:04:12.9532656Z [00:02:58.236]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.9535719Z [00:02:58.236]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.9537387Z [00:02:58.236]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.9539079Z [00:02:58.236]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.9540649Z [00:02:58.236]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.9541629Z [00:02:58.236]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.9542582Z [00:02:58.236]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.9543272Z [00:02:58.236]➜  EOF
2025-08-20T23:04:12.9547253Z [00:02:58.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1177/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinapi;$WORK/b1177=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinapi -lang=go1.24 -complete -installsuffix shared -buildid EEymwrmSKokaoXI3Tbko/EEymwrmSKokaoXI3Tbko -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1177/importcfg -pack ./pkg/detectors/coinapi/coinapi.go
2025-08-20T23:04:12.9696928Z [00:02:58.253]➜  go tool buildid -w $WORK/b1175/_pkg_.a # internal
2025-08-20T23:04:12.9712043Z [00:02:58.254]➜  cp $WORK/b1175/_pkg_.a /root/.cache/go-build/68/688f2c8244c636c8ac334ef7f3ef94e48dc142eb2df8e3b2a38e50ccbb55de41-d # internal
2025-08-20T23:04:12.9727489Z [00:02:58.256]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinbase
2025-08-20T23:04:12.9737061Z [00:02:58.256]➜  mkdir -p $WORK/b1178/
2025-08-20T23:04:12.9737821Z [00:02:58.256]➜  cat >/tmp/go-build3700090427/b1178/importcfg << 'EOF' # internal
2025-08-20T23:04:12.9738523Z [00:02:58.256]➜  # import config
2025-08-20T23:04:12.9739177Z [00:02:58.256]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:12.9740459Z [00:02:58.256]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:12.9741340Z [00:02:58.256]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:12.9742204Z [00:02:58.256]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:12.9743112Z [00:02:58.256]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:04:12.9744175Z [00:02:58.256]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:12.9745223Z [00:02:58.256]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3700090427/b275/_pkg_.a
2025-08-20T23:04:12.9746808Z [00:02:58.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:12.9750911Z [00:02:58.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:12.9752445Z [00:02:58.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:12.9753733Z [00:02:58.256]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:12.9754597Z [00:02:58.256]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:12.9755363Z [00:02:58.256]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:12.9756146Z [00:02:58.256]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:12.9756948Z [00:02:58.256]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:12.9757529Z [00:02:58.256]➜  EOF
2025-08-20T23:04:12.9761719Z [00:02:58.256]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1178/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinbase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinbase;$WORK/b1178=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinbase -lang=go1.24 -complete -installsuffix shared -buildid T8xyUb07UOSIu2o1cmUu/T8xyUb07UOSIu2o1cmUu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1178/importcfg -pack ./pkg/detectors/coinbase/coinbase.go
2025-08-20T23:04:12.9989915Z [00:02:58.282]➜  go tool buildid -w $WORK/b1176/_pkg_.a # internal
2025-08-20T23:04:13.0001381Z [00:02:58.283]➜  cp $WORK/b1176/_pkg_.a /root/.cache/go-build/59/591bcac0663c7aa773d64d4a2853ea5d76221bebc0b2f237ab2dfd735f35d048-d # internal
2025-08-20T23:04:13.0006086Z [00:02:58.283]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlayer
2025-08-20T23:04:13.0006953Z [00:02:58.283]➜  mkdir -p $WORK/b1179/
2025-08-20T23:04:13.0014028Z [00:02:58.284]➜  cat >/tmp/go-build3700090427/b1179/importcfg << 'EOF' # internal
2025-08-20T23:04:13.0014729Z [00:02:58.284]➜  # import config
2025-08-20T23:04:13.0015643Z [00:02:58.284]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.0016478Z [00:02:58.284]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.0017638Z [00:02:58.284]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.0019117Z [00:02:58.284]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.0020865Z [00:02:58.284]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.0022180Z [00:02:58.284]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.0023089Z [00:02:58.284]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:13.0023916Z [00:02:58.284]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.0024752Z [00:02:58.284]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.0025364Z [00:02:58.284]➜  EOF
2025-08-20T23:04:13.0029207Z [00:02:58.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1179/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlayer;$WORK/b1179=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlayer -lang=go1.24 -complete -installsuffix shared -buildid VpXb769jXNen-2pd0lN3/VpXb769jXNen-2pd0lN3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1179/importcfg -pack ./pkg/detectors/coinlayer/coinlayer.go
2025-08-20T23:04:13.0052102Z [00:02:58.288]➜  go tool buildid -w $WORK/b1177/_pkg_.a # internal
2025-08-20T23:04:13.0084432Z [00:02:58.291]➜  cp $WORK/b1177/_pkg_.a /root/.cache/go-build/dd/ddf2a2f6fac1be107d7e8885f9eba9feb1cd610cc7ffe28e153dc2c0e6716f40-d # internal
2025-08-20T23:04:13.0086329Z [00:02:58.291]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlib
2025-08-20T23:04:13.0088323Z [00:02:58.291]➜  mkdir -p $WORK/b1180/
2025-08-20T23:04:13.0089098Z [00:02:58.291]➜  cat >/tmp/go-build3700090427/b1180/importcfg << 'EOF' # internal
2025-08-20T23:04:13.0090025Z [00:02:58.291]➜  # import config
2025-08-20T23:04:13.0090731Z [00:02:58.292]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.0091574Z [00:02:58.292]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.0092723Z [00:02:58.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.0094189Z [00:02:58.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.0095694Z [00:02:58.292]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.0097139Z [00:02:58.292]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.0098050Z [00:02:58.292]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.0098865Z [00:02:58.292]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.0099757Z [00:02:58.292]➜  EOF
2025-08-20T23:04:13.0103468Z [00:02:58.292]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1180/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlib=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlib;$WORK/b1180=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlib -lang=go1.24 -complete -installsuffix shared -buildid fZ-OTp94X_53I85rJDMI/fZ-OTp94X_53I85rJDMI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1180/importcfg -pack ./pkg/detectors/coinlib/coinlib.go
2025-08-20T23:04:13.0591765Z [00:02:58.342]➜  go tool buildid -w $WORK/b1180/_pkg_.a # internal
2025-08-20T23:04:13.0594665Z [00:02:58.342]➜  go tool buildid -w $WORK/b1179/_pkg_.a # internal
2025-08-20T23:04:13.0609077Z [00:02:58.344]➜  cp $WORK/b1179/_pkg_.a /root/.cache/go-build/b2/b25387a8e788735348e52ac956e978e68385e0839086313994e69359adffdaac-d # internal
2025-08-20T23:04:13.0617039Z [00:02:58.345]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/collect2
2025-08-20T23:04:13.0640947Z [00:02:58.345]➜  mkdir -p $WORK/b1181/
2025-08-20T23:04:13.0641654Z [00:02:58.345]➜  go tool buildid -w $WORK/b1178/_pkg_.a # internal
2025-08-20T23:04:13.0643004Z [00:02:58.345]➜  cp $WORK/b1180/_pkg_.a /root/.cache/go-build/5c/5c8c49deca769b70ea5b6df4d7ea9ce755a14d500aff8395ce4dd5ea6daf9abe-d # internal
2025-08-20T23:04:13.0644366Z [00:02:58.345]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/column
2025-08-20T23:04:13.0648464Z [00:02:58.345]➜  mkdir -p $WORK/b1182/
2025-08-20T23:04:13.0649237Z [00:02:58.345]➜  cat >/tmp/go-build3700090427/b1182/importcfg << 'EOF' # internal
2025-08-20T23:04:13.0650145Z [00:02:58.345]➜  # import config
2025-08-20T23:04:13.0650824Z [00:02:58.345]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.0651717Z [00:02:58.345]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:13.0652597Z [00:02:58.345]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.0653983Z [00:02:58.345]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.0655493Z [00:02:58.345]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.0657055Z [00:02:58.345]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.0658351Z [00:02:58.345]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.0659288Z [00:02:58.345]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.0660483Z [00:02:58.345]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.0661090Z [00:02:58.345]➜  EOF
2025-08-20T23:04:13.0664825Z [00:02:58.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1182/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/column=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/column;$WORK/b1182=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/column -lang=go1.24 -complete -installsuffix shared -buildid ndBPp7SwZ55zE2vH-YO0/ndBPp7SwZ55zE2vH-YO0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1182/importcfg -pack ./pkg/detectors/column/column.go
2025-08-20T23:04:13.0668448Z [00:02:58.345]➜  cat >/tmp/go-build3700090427/b1181/importcfg << 'EOF' # internal
2025-08-20T23:04:13.0669144Z [00:02:58.345]➜  # import config
2025-08-20T23:04:13.0670043Z [00:02:58.345]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.0670895Z [00:02:58.345]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.0672283Z [00:02:58.345]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.0673898Z [00:02:58.345]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.0675527Z [00:02:58.345]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.0676885Z [00:02:58.345]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.0677842Z [00:02:58.345]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.0678700Z [00:02:58.345]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.0679286Z [00:02:58.345]➜  EOF
2025-08-20T23:04:13.0683179Z [00:02:58.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1181/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/collect2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/collect2;$WORK/b1181=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/collect2 -lang=go1.24 -complete -installsuffix shared -buildid iyF_NR7e8boZbAhzufMz/iyF_NR7e8boZbAhzufMz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1181/importcfg -pack ./pkg/detectors/collect2/collect2.go
2025-08-20T23:04:13.0687244Z [00:02:58.346]➜  cp $WORK/b1178/_pkg_.a /root/.cache/go-build/e9/e9547129a38ae31540e6415a286e1741e7422486722718a5b56ee6524489ab9e-d # internal
2025-08-20T23:04:13.0688517Z [00:02:58.346]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commercejs
2025-08-20T23:04:13.0689248Z [00:02:58.346]➜  mkdir -p $WORK/b1183/
2025-08-20T23:04:13.0690133Z [00:02:58.347]➜  cat >/tmp/go-build3700090427/b1183/importcfg << 'EOF' # internal
2025-08-20T23:04:13.0690788Z [00:02:58.347]➜  # import config
2025-08-20T23:04:13.0691433Z [00:02:58.347]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.0692627Z [00:02:58.347]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.0694122Z [00:02:58.347]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.0695674Z [00:02:58.347]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.0697120Z [00:02:58.347]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.0698012Z [00:02:58.347]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.0698818Z [00:02:58.347]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.0699575Z [00:02:58.347]➜  EOF
2025-08-20T23:04:13.0703618Z [00:02:58.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1183/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commercejs=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commercejs;$WORK/b1183=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commercejs -lang=go1.24 -complete -installsuffix shared -buildid niIaXKjc43F92JIdGhFJ/niIaXKjc43F92JIdGhFJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1183/importcfg -pack ./pkg/detectors/commercejs/commercejs.go
2025-08-20T23:04:13.1148693Z [00:02:58.398]➜  go tool buildid -w $WORK/b1181/_pkg_.a # internal
2025-08-20T23:04:13.1151882Z [00:02:58.398]➜  go tool buildid -w $WORK/b1183/_pkg_.a # internal
2025-08-20T23:04:13.1162056Z [00:02:58.399]➜  cp $WORK/b1181/_pkg_.a /root/.cache/go-build/cc/cc4814156495c64b44673056a8db98abe74d861c88e71eaf9c40500d5bd73e92-d # internal
2025-08-20T23:04:13.1166458Z [00:02:58.399]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commodities
2025-08-20T23:04:13.1168244Z [00:02:58.399]➜  mkdir -p $WORK/b1184/
2025-08-20T23:04:13.1169594Z [00:02:58.400]➜  cp $WORK/b1183/_pkg_.a /root/.cache/go-build/c0/c0c3f7e20f51c27849e49d06fc93d40c2ad9739a279d8c46a08cc6adb2c08907-d # internal
2025-08-20T23:04:13.1171158Z [00:02:58.400]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/companyhub
2025-08-20T23:04:13.1172067Z [00:02:58.400]➜  mkdir -p $WORK/b1185/
2025-08-20T23:04:13.1174512Z [00:02:58.400]➜  cat >/tmp/go-build3700090427/b1185/importcfg << 'EOF' # internal
2025-08-20T23:04:13.1179225Z [00:02:58.401]➜  # import config
2025-08-20T23:04:13.1180282Z [00:02:58.401]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.1181079Z [00:02:58.401]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.1182214Z [00:02:58.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.1183663Z [00:02:58.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.1185148Z [00:02:58.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.1186429Z [00:02:58.401]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.1187539Z [00:02:58.401]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.1188358Z [00:02:58.401]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.1188967Z [00:02:58.401]➜  EOF
2025-08-20T23:04:13.1194487Z [00:02:58.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1185/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/companyhub=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/companyhub;$WORK/b1185=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/companyhub -lang=go1.24 -complete -installsuffix shared -buildid 0ESmuAGmBbrg_orkEqT6/0ESmuAGmBbrg_orkEqT6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1185/importcfg -pack ./pkg/detectors/companyhub/companyhub.go
2025-08-20T23:04:13.1198215Z [00:02:58.401]➜  cat >/tmp/go-build3700090427/b1184/importcfg << 'EOF' # internal
2025-08-20T23:04:13.1198920Z [00:02:58.401]➜  # import config
2025-08-20T23:04:13.1199895Z [00:02:58.401]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.1201089Z [00:02:58.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.1202681Z [00:02:58.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.1204205Z [00:02:58.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.1205528Z [00:02:58.401]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.1206442Z [00:02:58.401]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:13.1207291Z [00:02:58.401]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.1208134Z [00:02:58.401]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.1209060Z [00:02:58.401]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:13.1209847Z [00:02:58.401]➜  EOF
2025-08-20T23:04:13.1213743Z [00:02:58.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1184/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commodities=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commodities;$WORK/b1184=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commodities -lang=go1.24 -complete -installsuffix shared -buildid LHmcpww0JbHtyoEaUhxl/LHmcpww0JbHtyoEaUhxl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1184/importcfg -pack ./pkg/detectors/commodities/commodities.go
2025-08-20T23:04:13.1230861Z [00:02:58.406]➜  go tool buildid -w $WORK/b1182/_pkg_.a # internal
2025-08-20T23:04:13.1246104Z [00:02:58.408]➜  cp $WORK/b1182/_pkg_.a /root/.cache/go-build/d3/d359e6990f898a6ecf2cbe5d2fd9fef9284c2bbc1f511672b2efd4561b6afa16-d # internal
2025-08-20T23:04:13.1254140Z [00:02:58.408]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/confluent
2025-08-20T23:04:13.1254926Z [00:02:58.408]➜  mkdir -p $WORK/b1186/
2025-08-20T23:04:13.1255722Z [00:02:58.408]➜  cat >/tmp/go-build3700090427/b1186/importcfg << 'EOF' # internal
2025-08-20T23:04:13.1256407Z [00:02:58.408]➜  # import config
2025-08-20T23:04:13.1257182Z [00:02:58.408]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.1258166Z [00:02:58.408]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:13.1259021Z [00:02:58.408]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.1260311Z [00:02:58.408]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.1261824Z [00:02:58.408]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.1263440Z [00:02:58.408]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.1264826Z [00:02:58.408]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.1266062Z [00:02:58.408]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.1266922Z [00:02:58.408]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.1267543Z [00:02:58.408]➜  EOF
2025-08-20T23:04:13.1271546Z [00:02:58.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1186/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/confluent=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/confluent;$WORK/b1186=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/confluent -lang=go1.24 -complete -installsuffix shared -buildid U1Wwq-ZvT77NTRwRdG_4/U1Wwq-ZvT77NTRwRdG_4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1186/importcfg -pack ./pkg/detectors/confluent/confluent.go
2025-08-20T23:04:13.1772847Z [00:02:58.460]➜  go tool buildid -w $WORK/b1184/_pkg_.a # internal
2025-08-20T23:04:13.1774638Z [00:02:58.460]➜  go tool buildid -w $WORK/b1185/_pkg_.a # internal
2025-08-20T23:04:13.1775720Z [00:02:58.460]➜  go tool buildid -w $WORK/b1186/_pkg_.a # internal
2025-08-20T23:04:13.1778224Z [00:02:58.460]➜  cp $WORK/b1184/_pkg_.a /root/.cache/go-build/29/291b8c3a1792ec24f6173e09645bfa13a9c4184c67a2d74efab16a22a8b7de1b-d # internal
2025-08-20T23:04:13.1780214Z [00:02:58.460]➜  cp $WORK/b1185/_pkg_.a /root/.cache/go-build/12/124956f0907dca1f15509029d1d334c0c4210721964547fe1a963820549918f8-d # internal
2025-08-20T23:04:13.1781553Z [00:02:58.460]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/conversiontools
2025-08-20T23:04:13.1782821Z [00:02:58.460]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/contentfulpersonalaccesstoken
2025-08-20T23:04:13.1783769Z [00:02:58.460]➜  mkdir -p $WORK/b1187/
2025-08-20T23:04:13.1784313Z [00:02:58.460]➜  mkdir -p $WORK/b1188/
2025-08-20T23:04:13.1785315Z [00:02:58.460]➜  cat >/tmp/go-build3700090427/b1187/importcfg << 'EOF' # internal
2025-08-20T23:04:13.1786008Z [00:02:58.460]➜  # import config
2025-08-20T23:04:13.1786683Z [00:02:58.460]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.1787531Z [00:02:58.460]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.1788709Z [00:02:58.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.1790974Z [00:02:58.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.1793010Z [00:02:58.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.1794476Z [00:02:58.460]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.1795494Z [00:02:58.460]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.1796427Z [00:02:58.460]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.1797096Z [00:02:58.460]➜  EOF
2025-08-20T23:04:13.1797772Z [00:02:58.460]➜  cat >/tmp/go-build3700090427/b1188/importcfg << 'EOF' # internal
2025-08-20T23:04:13.1798493Z [00:02:58.460]➜  # import config
2025-08-20T23:04:13.1799192Z [00:02:58.460]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.1810978Z [00:02:58.460]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.1812226Z [00:02:58.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.1813757Z [00:02:58.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.1815335Z [00:02:58.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.1816692Z [00:02:58.460]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.1817668Z [00:02:58.460]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.1818708Z [00:02:58.460]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.1819496Z [00:02:58.460]➜  EOF
2025-08-20T23:04:13.1824395Z [00:02:58.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1187/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/contentfulpersonalaccesstoken;$WORK/b1187=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/contentfulpersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid UhSPjhzCDOM0bzY6YQqY/UhSPjhzCDOM0bzY6YQqY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1187/importcfg -pack ./pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalaccesstoken.go
2025-08-20T23:04:13.1832659Z [00:02:58.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1188/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/conversiontools=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/conversiontools;$WORK/b1188=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/conversiontools -lang=go1.24 -complete -installsuffix shared -buildid c5gooNJx_2rQTBmYxcGO/c5gooNJx_2rQTBmYxcGO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1188/importcfg -pack ./pkg/detectors/conversiontools/conversiontools.go
2025-08-20T23:04:13.1837249Z [00:02:58.460]➜  cp $WORK/b1186/_pkg_.a /root/.cache/go-build/38/384acf8b1bc7e10e21fa99d2bf00268c9f9ccfce0eb29234fcc47c1b4de23d77-d # internal
2025-08-20T23:04:13.1838606Z [00:02:58.460]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertapi
2025-08-20T23:04:13.1839610Z [00:02:58.460]➜  mkdir -p $WORK/b1189/
2025-08-20T23:04:13.1840421Z [00:02:58.462]➜  cat >/tmp/go-build3700090427/b1189/importcfg << 'EOF' # internal
2025-08-20T23:04:13.1841280Z [00:02:58.462]➜  # import config
2025-08-20T23:04:13.1842154Z [00:02:58.462]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.1843076Z [00:02:58.462]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.1844285Z [00:02:58.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.1845851Z [00:02:58.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.1847436Z [00:02:58.462]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.1848769Z [00:02:58.462]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.1849928Z [00:02:58.462]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.1850757Z [00:02:58.462]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.1851409Z [00:02:58.462]➜  EOF
2025-08-20T23:04:13.1855294Z [00:02:58.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1189/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertapi;$WORK/b1189=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertapi -lang=go1.24 -complete -installsuffix shared -buildid qnPrLMSVAew4oSWAUllj/qnPrLMSVAew4oSWAUllj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1189/importcfg -pack ./pkg/detectors/convertapi/convertapi.go
2025-08-20T23:04:13.2288495Z [00:02:58.512]➜  go tool buildid -w $WORK/b1187/_pkg_.a # internal
2025-08-20T23:04:13.2301568Z [00:02:58.513]➜  cp $WORK/b1187/_pkg_.a /root/.cache/go-build/6c/6c2bbd4844fc1221848095718687389c95c7b5ee3b939793a2851badc3209028-d # internal
2025-08-20T23:04:13.2303732Z [00:02:58.513]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertkit
2025-08-20T23:04:13.2305036Z [00:02:58.514]➜  mkdir -p $WORK/b1190/
2025-08-20T23:04:13.2308410Z [00:02:58.514]➜  cat >/tmp/go-build3700090427/b1190/importcfg << 'EOF' # internal
2025-08-20T23:04:13.2323461Z [00:02:58.514]➜  # import config
2025-08-20T23:04:13.2324192Z [00:02:58.514]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.2325469Z [00:02:58.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.2327072Z [00:02:58.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.2328748Z [00:02:58.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.2330308Z [00:02:58.514]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.2331333Z [00:02:58.514]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.2332210Z [00:02:58.514]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.2332825Z [00:02:58.514]➜  EOF
2025-08-20T23:04:13.2336778Z [00:02:58.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1190/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertkit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertkit;$WORK/b1190=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertkit -lang=go1.24 -complete -installsuffix shared -buildid YiQK0AcA-RWMWpQ1W327/YiQK0AcA-RWMWpQ1W327 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1190/importcfg -pack ./pkg/detectors/convertkit/convertkit.go
2025-08-20T23:04:13.2342171Z [00:02:58.517]➜  go tool buildid -w $WORK/b1188/_pkg_.a # internal
2025-08-20T23:04:13.2359134Z [00:02:58.519]➜  cp $WORK/b1188/_pkg_.a /root/.cache/go-build/5f/5f6411b82f170ed6493b9eb15094cc873d7c7f4ab5b3deeb8704c927bc012a39-d # internal
2025-08-20T23:04:13.2364044Z [00:02:58.519]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convier
2025-08-20T23:04:13.2365147Z [00:02:58.519]➜  mkdir -p $WORK/b1191/
2025-08-20T23:04:13.2400462Z [00:02:58.520]➜  cat >/tmp/go-build3700090427/b1191/importcfg << 'EOF' # internal
2025-08-20T23:04:13.2401177Z [00:02:58.520]➜  # import config
2025-08-20T23:04:13.2401832Z [00:02:58.520]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.2402681Z [00:02:58.520]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.2403828Z [00:02:58.520]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.2405310Z [00:02:58.520]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.2406874Z [00:02:58.520]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.2408296Z [00:02:58.520]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.2409242Z [00:02:58.520]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:13.2411068Z [00:02:58.520]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.2411922Z [00:02:58.520]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.2412696Z [00:02:58.520]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:13.2413336Z [00:02:58.520]➜  EOF
2025-08-20T23:04:13.2417165Z [00:02:58.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1191/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convier;$WORK/b1191=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convier -lang=go1.24 -complete -installsuffix shared -buildid 53-1dSbAf-mKDQrg1OOj/53-1dSbAf-mKDQrg1OOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1191/importcfg -pack ./pkg/detectors/convier/convier.go
2025-08-20T23:04:13.2494309Z [00:02:58.533]➜  go tool buildid -w $WORK/b1189/_pkg_.a # internal
2025-08-20T23:04:13.2511379Z [00:02:58.534]➜  cp $WORK/b1189/_pkg_.a /root/.cache/go-build/b9/b93a7a73222920b4a8122f03f314ce2cc765e9e8ed1fe1a249bab29bc71bc118-d # internal
2025-08-20T23:04:13.2516239Z [00:02:58.534]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/copper
2025-08-20T23:04:13.2517076Z [00:02:58.534]➜  mkdir -p $WORK/b1192/
2025-08-20T23:04:13.2526976Z [00:02:58.536]➜  cat >/tmp/go-build3700090427/b1192/importcfg << 'EOF' # internal
2025-08-20T23:04:13.2531568Z [00:02:58.536]➜  # import config
2025-08-20T23:04:13.2532298Z [00:02:58.536]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.2534797Z [00:02:58.536]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.2536054Z [00:02:58.536]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:13.2537655Z [00:02:58.536]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:13.2539477Z [00:02:58.536]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:13.2540921Z [00:02:58.536]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:13.2542160Z [00:02:58.536]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:13.2543000Z [00:02:58.536]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.2543647Z [00:02:58.536]➜  EOF
2025-08-20T23:04:13.2547582Z [00:02:58.536]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1192/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/copper=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/copper;$WORK/b1192=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/copper -lang=go1.24 -complete -installsuffix shared -buildid QG5E7TJzKsX_to-2JjBd/QG5E7TJzKsX_to-2JjBd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1192/importcfg -pack ./pkg/detectors/copper/copper.go
2025-08-20T23:04:13.2862834Z [00:02:58.569]➜  go tool buildid -w $WORK/b1190/_pkg_.a # internal
2025-08-20T23:04:13.2875978Z [00:02:58.571]➜  cp $WORK/b1190/_pkg_.a /root/.cache/go-build/97/9792658dd91092ad241600612f2c6a923f8cac7b491f431b9c2a37cbd361dcf3-d # internal
2025-08-20T23:04:13.2879810Z [00:02:58.571]➜  github.com/couchbase/goprotostellar/genproto/search_v1
2025-08-20T23:04:13.2882619Z [00:02:58.571]➜  mkdir -p $WORK/b1196/
2025-08-20T23:04:13.2887195Z [00:02:58.572]➜  cat >/tmp/go-build3700090427/b1196/importcfg << 'EOF' # internal
2025-08-20T23:04:13.2895823Z [00:02:58.572]➜  # import config
2025-08-20T23:04:13.2896527Z [00:02:58.572]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.2897512Z [00:02:58.572]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:13.2898603Z [00:02:58.572]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:13.2899855Z [00:02:58.572]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:13.2901116Z [00:02:58.572]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:13.2902450Z [00:02:58.572]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:13.2903834Z [00:02:58.572]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:13.2929516Z [00:02:58.572]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:13.2931609Z [00:02:58.572]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:13.2932407Z [00:02:58.572]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:13.2932977Z [00:02:58.572]➜  EOF
2025-08-20T23:04:13.2938303Z [00:02:58.572]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/search_v1=>github.com/couchbase/goprotostellar@v1.0.2/genproto/search_v1;$WORK/b1196=>" -p github.com/couchbase/goprotostellar/genproto/search_v1 -lang=go1.18 -complete -installsuffix shared -buildid KjyquBcsKlwcW1dA0BCQ/KjyquBcsKlwcW1dA0BCQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1196/importcfg -pack /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/search_v1/search.pb.go /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/search_v1/search_grpc.pb.go
2025-08-20T23:04:13.2944265Z [00:02:58.577]➜  go tool buildid -w $WORK/b1191/_pkg_.a # internal
2025-08-20T23:04:13.2952883Z [00:02:58.578]➜  cp $WORK/b1191/_pkg_.a /root/.cache/go-build/3a/3a4442f37f0431ca6d16a4b7a7f508b5167eb34b0a020c6e3e35275b038b5782-d # internal
2025-08-20T23:04:13.2966088Z [00:02:58.579]➜  github.com/couchbase/gocb/v2/vector
2025-08-20T23:04:13.2966734Z [00:02:58.579]➜  mkdir -p $WORK/b1197/
2025-08-20T23:04:13.2967487Z [00:02:58.579]➜  cat >/tmp/go-build3700090427/b1197/importcfg << 'EOF' # internal
2025-08-20T23:04:13.2968177Z [00:02:58.579]➜  # import config
2025-08-20T23:04:13.2968896Z [00:02:58.579]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:13.2970108Z [00:02:58.580]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:13.2970722Z [00:02:58.580]➜  EOF
2025-08-20T23:04:13.2978986Z [00:02:58.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/vector=>github.com/couchbase/gocb/v2@v2.10.1/vector;$WORK/b1197=>" -p github.com/couchbase/gocb/v2/vector -lang=go1.21 -complete -installsuffix shared -buildid 7OzP7IxJGp5zzr-29f7W/7OzP7IxJGp5zzr-29f7W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1197/importcfg -pack /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/vector/query.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/vector/search.go
2025-08-20T23:04:13.3181043Z [00:02:58.601]➜  go tool buildid -w $WORK/b1197/_pkg_.a # internal
2025-08-20T23:04:13.3195735Z [00:02:58.601]➜  cp $WORK/b1197/_pkg_.a /root/.cache/go-build/a7/a7abf9f0223954ad48e821d71db452193768a9ac1031209935d2f260c9f13e82-d # internal
2025-08-20T23:04:13.3196967Z [00:02:58.601]➜  github.com/couchbase/gocbcore/v10/connstr
2025-08-20T23:04:13.3197565Z [00:02:58.601]➜  mkdir -p $WORK/b1199/
2025-08-20T23:04:13.3198279Z [00:02:58.601]➜  cat >/tmp/go-build3700090427/b1199/importcfg << 'EOF' # internal
2025-08-20T23:04:13.3198936Z [00:02:58.601]➜  # import config
2025-08-20T23:04:13.3201165Z [00:02:58.601]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:13.3201977Z [00:02:58.601]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.3202740Z [00:02:58.601]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:13.3203525Z [00:02:58.601]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:13.3204340Z [00:02:58.601]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:13.3205147Z [00:02:58.601]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:13.3205939Z [00:02:58.601]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.3206541Z [00:02:58.601]➜  EOF
2025-08-20T23:04:13.3215417Z [00:02:58.601]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1199/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/connstr=>github.com/couchbase/gocbcore/v10@v10.7.1/connstr;$WORK/b1199=>" -p github.com/couchbase/gocbcore/v10/connstr -lang=go1.21 -complete -installsuffix shared -buildid N3wAhMJswQa2N3Q6baZm/N3wAhMJswQa2N3Q6baZm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1199/importcfg -pack /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/connstr/connstr.go
2025-08-20T23:04:13.3219471Z [00:02:58.603]➜  go tool buildid -w $WORK/b1192/_pkg_.a # internal
2025-08-20T23:04:13.3220774Z [00:02:58.604]➜  cp $WORK/b1192/_pkg_.a /root/.cache/go-build/5b/5b4480906f1c662a2c7b886718ca30eaff757a148faa20ee1b8b13235990eef3-d # internal
2025-08-20T23:04:13.3222152Z [00:02:58.604]➜  github.com/couchbase/gocbcore/v10/memd
2025-08-20T23:04:13.3222733Z [00:02:58.604]➜  mkdir -p $WORK/b1200/
2025-08-20T23:04:13.3223446Z [00:02:58.605]➜  cat >/tmp/go-build3700090427/b1200/importcfg << 'EOF' # internal
2025-08-20T23:04:13.3224340Z [00:02:58.605]➜  # import config
2025-08-20T23:04:13.3225654Z [00:02:58.605]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:13.3226802Z [00:02:58.605]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:13.3228323Z [00:02:58.605]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:13.3230500Z [00:02:58.605]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:13.3231304Z [00:02:58.605]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.3232084Z [00:02:58.605]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:13.3232852Z [00:02:58.605]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:13.3233638Z [00:02:58.605]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:13.3234462Z [00:02:58.605]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:13.3235434Z [00:02:58.605]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:13.3236017Z [00:02:58.605]➜  EOF
2025-08-20T23:04:13.3248951Z [00:02:58.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memd=>github.com/couchbase/gocbcore/v10@v10.7.1/memd;$WORK/b1200=>" -p github.com/couchbase/gocbcore/v10/memd -lang=go1.21 -complete -installsuffix shared -buildid l5pKrWXOOByRlQjtLuqj/l5pKrWXOOByRlQjtLuqj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1200/importcfg -pack /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memd/cidsupporttable.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memd/cmdcode.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memd/conn.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memd/constants.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memd/packet.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memd/srvdura16.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memd/statuscode.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memd/uleb128.go
2025-08-20T23:04:13.3259287Z [00:02:58.609]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:13.3262643Z [00:02:58.609]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x035.o -c zstd_lazy.c
2025-08-20T23:04:13.3610631Z [00:02:58.644]➜  go tool buildid -w $WORK/b1199/_pkg_.a # internal
2025-08-20T23:04:13.3622255Z [00:02:58.645]➜  cp $WORK/b1199/_pkg_.a /root/.cache/go-build/1e/1ef24fa510bcddc7884141317fd69778fde458f391e546a1322051526ad5b31c-d # internal
2025-08-20T23:04:13.3628931Z [00:02:58.645]➜  github.com/couchbase/gocbcore/v10/scram
2025-08-20T23:04:13.3629699Z [00:02:58.645]➜  mkdir -p $WORK/b1201/
2025-08-20T23:04:13.3630446Z [00:02:58.646]➜  cat >/tmp/go-build3700090427/b1201/importcfg << 'EOF' # internal
2025-08-20T23:04:13.3631163Z [00:02:58.646]➜  # import config
2025-08-20T23:04:13.3631864Z [00:02:58.646]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:13.3632715Z [00:02:58.646]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:13.3633616Z [00:02:58.646]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:13.3634508Z [00:02:58.646]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:13.3635537Z [00:02:58.646]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.3636298Z [00:02:58.646]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:13.3637090Z [00:02:58.646]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:13.3637880Z [00:02:58.646]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.3638473Z [00:02:58.646]➜  EOF
2025-08-20T23:04:13.3638929Z [00:02:58.646]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:13.3643235Z [00:02:58.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/scram=>github.com/couchbase/gocbcore/v10@v10.7.1/scram;$WORK/b1201=>" -p github.com/couchbase/gocbcore/v10/scram -lang=go1.21 -complete -installsuffix shared -buildid zjEby-8YP58D5NSmtkKH/zjEby-8YP58D5NSmtkKH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1201/importcfg -pack /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/scram/scramclient.go
2025-08-20T23:04:13.4074791Z [00:02:58.691]➜  go tool buildid -w $WORK/b1201/_pkg_.a # internal
2025-08-20T23:04:13.4086532Z [00:02:58.692]➜  cp $WORK/b1201/_pkg_.a /root/.cache/go-build/90/909df7436f416f3e2543d354b2ee8cb71733ac4fe7fdbc3c98c3198478c17e39-d # internal
2025-08-20T23:04:13.4091615Z [00:02:58.692]➜  github.com/golang/snappy
2025-08-20T23:04:13.4092189Z [00:02:58.692]➜  mkdir -p $WORK/b1202/
2025-08-20T23:04:13.4113077Z [00:02:58.694]➜  echo -n > $WORK/b1202/go_asm.h # internal
2025-08-20T23:04:13.4114262Z [00:02:58.695]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T23:04:13.4117850Z [00:02:58.695]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1202=>" -I $WORK/b1202/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b1202/symabis ./decode_amd64.s ./encode_amd64.s
2025-08-20T23:04:13.4149527Z [00:02:58.698]➜  cat >/tmp/go-build3700090427/b1202/importcfg << 'EOF' # internal
2025-08-20T23:04:13.4150587Z [00:02:58.698]➜  # import config
2025-08-20T23:04:13.4151593Z [00:02:58.698]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:13.4153268Z [00:02:58.698]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:13.4154642Z [00:02:58.698]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:13.4156180Z [00:02:58.698]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:13.4157466Z [00:02:58.698]➜  EOF
2025-08-20T23:04:13.4159212Z [00:02:58.698]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:13.4165222Z [00:02:58.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1202=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid 6eH0GjqbZ_m2s3z_d0gx/6eH0GjqbZ_m2s3z_d0gx -goversion go1.25.0 -symabis $WORK/b1202/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1202/importcfg -pack -asmhdr $WORK/b1202/go_asm.h /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/decode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/decode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/encode.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/encode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v0.0.4/snappy.go
2025-08-20T23:04:13.4333000Z [00:02:58.716]➜  go tool buildid -w $WORK/b1200/_pkg_.a # internal
2025-08-20T23:04:13.4346939Z [00:02:58.718]➜  cp $WORK/b1200/_pkg_.a /root/.cache/go-build/35/35f21962fc24a536d4e75e9e570897cbfb0e9288afe29811872f92b54751eb5f-d # internal
2025-08-20T23:04:13.4352985Z [00:02:58.718]➜  github.com/gorilla/websocket
2025-08-20T23:04:13.4355850Z [00:02:58.719]➜  mkdir -p $WORK/b1203/
2025-08-20T23:04:13.4363228Z [00:02:58.719]➜  cat >/tmp/go-build3700090427/b1203/importcfg << 'EOF' # internal
2025-08-20T23:04:13.4366002Z [00:02:58.719]➜  # import config
2025-08-20T23:04:13.4368365Z [00:02:58.719]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:13.4370148Z [00:02:58.719]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:13.4371943Z [00:02:58.719]➜  packagefile compress/flate=/tmp/go-build3700090427/b104/_pkg_.a
2025-08-20T23:04:13.4374184Z [00:02:58.719]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.4375280Z [00:02:58.719]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:13.4376768Z [00:02:58.719]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:13.4377739Z [00:02:58.719]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:13.4381792Z [00:02:58.719]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:13.4382717Z [00:02:58.719]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:13.4383599Z [00:02:58.719]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:13.4384421Z [00:02:58.719]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:13.4385382Z [00:02:58.719]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.4386158Z [00:02:58.719]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:13.4386950Z [00:02:58.719]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:13.4387801Z [00:02:58.719]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:04:13.4388614Z [00:02:58.719]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:13.4389603Z [00:02:58.719]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.4390839Z [00:02:58.719]➜  packagefile net/http/httptrace=/tmp/go-build3700090427/b198/_pkg_.a
2025-08-20T23:04:13.4391795Z [00:02:58.719]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:13.4392610Z [00:02:58.719]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:13.4393404Z [00:02:58.719]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:13.4394257Z [00:02:58.719]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.4395100Z [00:02:58.719]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:13.4395896Z [00:02:58.719]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:13.4396731Z [00:02:58.719]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:13.4397376Z [00:02:58.719]➜  EOF
2025-08-20T23:04:13.4405985Z [00:02:58.720]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1203/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3=>github.com/gorilla/websocket@v1.5.3;$WORK/b1203=>" -p github.com/gorilla/websocket -lang=go1.12 -complete -installsuffix shared -buildid -0_qAeSA6NbGjn4cBYKo/-0_qAeSA6NbGjn4cBYKo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1203/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-20T23:04:13.4611114Z [00:02:58.744]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v0.0.4
2025-08-20T23:04:13.4616174Z [00:02:58.744]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1202=>" -I $WORK/b1202/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1202/decode_amd64.o ./decode_amd64.s
2025-08-20T23:04:13.4668308Z [00:02:58.750]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v0.0.4=>github.com/golang/snappy@v0.0.4;$WORK/b1202=>" -I $WORK/b1202/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b1202/encode_amd64.o ./encode_amd64.s
2025-08-20T23:04:13.4714040Z [00:02:58.754]➜  go tool pack r $WORK/b1202/_pkg_.a $WORK/b1202/decode_amd64.o $WORK/b1202/encode_amd64.o # internal
2025-08-20T23:04:13.4715126Z [00:02:58.755]➜  go tool buildid -w $WORK/b1202/_pkg_.a # internal
2025-08-20T23:04:13.4733969Z [00:02:58.756]➜  cp $WORK/b1202/_pkg_.a /root/.cache/go-build/9a/9a8cea2cd97abef78d72ff47f29ae8fec7b844cfbae032edf7366ec3b6d10a8d-d # internal
2025-08-20T23:04:13.4745402Z [00:02:58.757]➜  github.com/couchbase/goprotostellar/genproto/kv_v1
2025-08-20T23:04:13.4746151Z [00:02:58.757]➜  mkdir -p $WORK/b1206/
2025-08-20T23:04:13.4746910Z [00:02:58.757]➜  cat >/tmp/go-build3700090427/b1206/importcfg << 'EOF' # internal
2025-08-20T23:04:13.4747625Z [00:02:58.757]➜  # import config
2025-08-20T23:04:13.4748300Z [00:02:58.757]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.4749715Z [00:02:58.757]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3700090427/b403/_pkg_.a
2025-08-20T23:04:13.4750997Z [00:02:58.757]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:13.4752435Z [00:02:58.757]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:13.4758757Z [00:02:58.757]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:13.4760317Z [00:02:58.757]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:13.4761776Z [00:02:58.757]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:13.4763234Z [00:02:58.757]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:13.4764406Z [00:02:58.757]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:13.4765226Z [00:02:58.757]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:13.4765818Z [00:02:58.757]➜  EOF
2025-08-20T23:04:13.4766280Z [00:02:58.757]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:13.4791314Z [00:02:58.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/kv_v1=>github.com/couchbase/goprotostellar@v1.0.2/genproto/kv_v1;$WORK/b1206=>" -p github.com/couchbase/goprotostellar/genproto/kv_v1 -lang=go1.18 -complete -installsuffix shared -buildid KhIl_JByV_CHgmY7ZqG8/KhIl_JByV_CHgmY7ZqG8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1206/importcfg -pack /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/kv_v1/kv.pb.go /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/kv_v1/kv_grpc.pb.go
2025-08-20T23:04:13.6971294Z [00:02:58.980]➜  go tool buildid -w $WORK/b1196/_pkg_.a # internal
2025-08-20T23:04:13.7065514Z [00:02:58.990]➜  cp $WORK/b1196/_pkg_.a /root/.cache/go-build/17/17466c7a2c198decd9001329ca5dd3fbe41c9aea19b570e166accb2386fe7067-d # internal
2025-08-20T23:04:13.7072737Z [00:02:58.990]➜  github.com/couchbase/gocb/v2/search
2025-08-20T23:04:13.7077391Z [00:02:58.991]➜  mkdir -p $WORK/b1195/
2025-08-20T23:04:13.7088055Z [00:02:58.992]➜  cat >/tmp/go-build3700090427/b1195/importcfg << 'EOF' # internal
2025-08-20T23:04:13.7089072Z [00:02:58.992]➜  # import config
2025-08-20T23:04:13.7092561Z [00:02:58.992]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:13.7093500Z [00:02:58.992]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.7094967Z [00:02:58.992]➜  packagefile github.com/couchbase/goprotostellar/genproto/search_v1=/tmp/go-build3700090427/b1196/_pkg_.a
2025-08-20T23:04:13.7096193Z [00:02:58.992]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:13.7096860Z [00:02:58.992]➜  EOF
2025-08-20T23:04:13.7108386Z [00:02:58.993]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/search=>github.com/couchbase/gocb/v2@v2.10.1/search;$WORK/b1195=>" -p github.com/couchbase/gocb/v2/search -lang=go1.21 -complete -installsuffix shared -buildid 9ndTzeH0SEofknQYqxS8/9ndTzeH0SEofknQYqxS8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1195/importcfg -pack /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/search/facets.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/search/internal.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/search/queries.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/search/sorting.go
2025-08-20T23:04:13.7231314Z [00:02:59.006]➜  go tool buildid -w $WORK/b1203/_pkg_.a # internal
2025-08-20T23:04:13.7263268Z [00:02:59.009]➜  cp $WORK/b1203/_pkg_.a /root/.cache/go-build/eb/eb8fe24283c3d06be5c32ecc742f5a7788576c1f0634ded095e70bda9f623ff5-d # internal
2025-08-20T23:04:13.7450471Z [00:02:59.028]➜  github.com/couchbase/gocbcore/v10
2025-08-20T23:04:13.7452174Z [00:02:59.028]➜  mkdir -p $WORK/b1198/
2025-08-20T23:04:13.7464431Z [00:02:59.029]➜  cat >/tmp/go-build3700090427/b1198/importcfg << 'EOF' # internal
2025-08-20T23:04:13.7465458Z [00:02:59.029]➜  # import config
2025-08-20T23:04:13.7467336Z [00:02:59.029]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:13.7468498Z [00:02:59.029]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:13.7469875Z [00:02:59.029]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:04:13.7471007Z [00:02:59.029]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.7472077Z [00:02:59.029]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:04:13.7473137Z [00:02:59.029]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:13.7475368Z [00:02:59.029]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:13.7476345Z [00:02:59.029]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:13.7477313Z [00:02:59.029]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:13.7478274Z [00:02:59.029]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:13.7479243Z [00:02:59.029]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:13.7480462Z [00:02:59.029]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:13.7481470Z [00:02:59.029]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:13.7482402Z [00:02:59.029]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:13.7483296Z [00:02:59.029]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:13.7484146Z [00:02:59.029]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:13.7485262Z [00:02:59.029]➜  packagefile github.com/couchbase/gocbcore/v10/connstr=/tmp/go-build3700090427/b1199/_pkg_.a
2025-08-20T23:04:13.7486588Z [00:02:59.029]➜  packagefile github.com/couchbase/gocbcore/v10/memd=/tmp/go-build3700090427/b1200/_pkg_.a
2025-08-20T23:04:13.7487882Z [00:02:59.029]➜  packagefile github.com/couchbase/gocbcore/v10/scram=/tmp/go-build3700090427/b1201/_pkg_.a
2025-08-20T23:04:13.7489139Z [00:02:59.029]➜  packagefile github.com/golang/snappy=/tmp/go-build3700090427/b1202/_pkg_.a
2025-08-20T23:04:13.7512144Z [00:02:59.029]➜  packagefile github.com/google/uuid=/tmp/go-build3700090427/b278/_pkg_.a
2025-08-20T23:04:13.7513300Z [00:02:59.029]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3700090427/b1203/_pkg_.a
2025-08-20T23:04:13.7514460Z [00:02:59.029]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:13.7515270Z [00:02:59.029]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:13.7516076Z [00:02:59.029]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:13.7516893Z [00:02:59.029]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:13.7517727Z [00:02:59.029]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:04:13.7518577Z [00:02:59.029]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:13.7519657Z [00:02:59.029]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:13.7520553Z [00:02:59.029]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:13.7521402Z [00:02:59.030]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:13.7522291Z [00:02:59.030]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:13.7523211Z [00:02:59.030]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:04:13.7524094Z [00:02:59.030]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:13.7524879Z [00:02:59.030]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:13.7525638Z [00:02:59.030]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:13.7526440Z [00:02:59.030]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:13.7527183Z [00:02:59.030]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:13.7528196Z [00:02:59.030]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:13.7528998Z [00:02:59.030]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:13.7529951Z [00:02:59.030]➜  EOF
2025-08-20T23:04:13.7626474Z [00:02:59.030]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1=>github.com/couchbase/gocbcore/v10@v10.7.1;$WORK/b1198=>" -p github.com/couchbase/gocbcore/v10 -lang=go1.21 -complete -installsuffix shared -buildid rTUsQNwHXM_TfAHjINCh/rTUsQNwHXM_TfAHjINCh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1198/importcfg -pack /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/agent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/agent_config.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/agent_internal.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/agent_ops.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/agentgroup.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/agentgroup_config.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/agentgroup_internal.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/analyticscomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/apptelemetry.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/apptelemetrymetrics.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/apptelemetrywebsocketclient.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/asyncmutex.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/asyncwaitqueue.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/auth.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/authclient.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/basehttpcfgcontroller.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/capella_ca.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/cbcrc.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/cccpcfgcontroller.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/cccpcfgfetcher.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/circuitbreaker.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/clusteragent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/clusteragent_config.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/collections.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/collectionscomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/columnaragent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/columnaragent_config.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/columnarclientmux.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/columnarcomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/columnarmux.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/commonflags.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/config.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/configmanagement_component.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/configsnapshot.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/constants.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/crud.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/crud_dura.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/crud_options.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/crud_rangescan.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/crud_results.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/crud_subdoc.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/crudcomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/crudcomponent_rangescan.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/crudcomponent_subdoc.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/dcp.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/dcpagent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/dcpagent_config.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/dcpcomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/diagnostics.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/diagnosticscomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/dyntlsconfig.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/errmap.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/errmapcomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/errmapptr.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/error.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/error_dcp.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/error_memd.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/error_transactions.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/errors_columnar.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/errors_internal.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/hlcs.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/http.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/httpcfgcontroller.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/httpclientmux.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/httpcomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/httpleakcheck.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/httpmux.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/ketama.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/kvmux.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/kvmuxstate.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/logging.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memdbootstrap_client.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memdbootstrap_dcp_client.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memdclient.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memdclientdialer_component.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memdconn.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memdopmap.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memdopqueue.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memdpipeline.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memdpipelineclient.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memdqpackets.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/memdqsorter.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/metrics.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/n1qlcomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/observecomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/pendingop.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/pipelinesnapshot.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/pollercontroller.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/querystreamer.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/retry.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/routeconfig.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/rowstreamer.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/searchcomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/seedcfgcontroller.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/statscomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/timerpool.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/tracing.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transaction.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transaction_logger.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transaction_resourceunits.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transaction_result.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactionattempt.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactionattempt_atrs.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactionattempt_commit.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactionattempt_erroring.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactionattempt_get.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactionattempt_getmulti.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactionattempt_helpers.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactionattempt_insert.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactionattempt_remove.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactionattempt_replace.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactionattempt_rollback.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions_atridlist.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions_cleanup.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions_config.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions_constants.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions_forwardcompatibility.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions_hooks.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions_jsondata.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions_lostcleanup.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions_serializedcontext.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions_stagedmutation.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/transactions_utils.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/util.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/vbucketmap.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/version.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/viewscomponent.go /root/go/pkg/mod/github.com/couchbase/gocbcore/v10@v10.7.1/zombielogger_component.go
2025-08-20T23:04:13.9086485Z [00:02:59.192]➜  go tool buildid -w $WORK/b1195/_pkg_.a # internal
2025-08-20T23:04:13.9128622Z [00:02:59.196]➜  cp $WORK/b1195/_pkg_.a /root/.cache/go-build/19/19ae925628c1946d691aefa00d216e7b695b0b02a2e197c2eaee9d6b4ab5fb1a-d # internal
2025-08-20T23:04:13.9155756Z [00:02:59.199]➜  github.com/couchbase/goprotostellar/genproto/admin_collection_v1
2025-08-20T23:04:13.9156689Z [00:02:59.199]➜  mkdir -p $WORK/b1207/
2025-08-20T23:04:13.9166122Z [00:02:59.200]➜  cat >/tmp/go-build3700090427/b1207/importcfg << 'EOF' # internal
2025-08-20T23:04:13.9168238Z [00:02:59.200]➜  # import config
2025-08-20T23:04:13.9170282Z [00:02:59.200]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.9172446Z [00:02:59.200]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:13.9174765Z [00:02:59.200]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:13.9177090Z [00:02:59.200]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:13.9178376Z [00:02:59.200]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:13.9179977Z [00:02:59.200]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:13.9181085Z [00:02:59.200]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:13.9181918Z [00:02:59.200]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:13.9182744Z [00:02:59.200]➜  EOF
2025-08-20T23:04:13.9195633Z [00:02:59.202]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_collection_v1=>github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_collection_v1;$WORK/b1207=>" -p github.com/couchbase/goprotostellar/genproto/admin_collection_v1 -lang=go1.18 -complete -installsuffix shared -buildid A0lEQfyE7RcephJJULfQ/A0lEQfyE7RcephJJULfQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1207/importcfg -pack /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_collection_v1/collection.pb.go /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_collection_v1/collection_grpc.pb.go
2025-08-20T23:04:13.9701705Z [00:02:59.253]➜  go tool buildid -w $WORK/b1206/_pkg_.a # internal
2025-08-20T23:04:13.9799175Z [00:02:59.263]➜  cp $WORK/b1206/_pkg_.a /root/.cache/go-build/c7/c7546599cebc07c9b53904ad7c1267f34d4700ce301d5e1190cc444ffe1bb1a1-d # internal
2025-08-20T23:04:13.9802078Z [00:02:59.263]➜  github.com/couchbase/goprotostellar/genproto/admin_bucket_v1
2025-08-20T23:04:13.9802987Z [00:02:59.263]➜  mkdir -p $WORK/b1205/
2025-08-20T23:04:13.9808459Z [00:02:59.264]➜  cat >/tmp/go-build3700090427/b1205/importcfg << 'EOF' # internal
2025-08-20T23:04:13.9810541Z [00:02:59.264]➜  # import config
2025-08-20T23:04:13.9811198Z [00:02:59.264]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:13.9812377Z [00:02:59.264]➜  packagefile github.com/couchbase/goprotostellar/genproto/kv_v1=/tmp/go-build3700090427/b1206/_pkg_.a
2025-08-20T23:04:13.9813615Z [00:02:59.264]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:13.9814713Z [00:02:59.264]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:13.9825741Z [00:02:59.264]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:13.9827104Z [00:02:59.264]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:13.9828514Z [00:02:59.264]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:13.9829833Z [00:02:59.264]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:13.9830874Z [00:02:59.264]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:13.9831447Z [00:02:59.264]➜  EOF
2025-08-20T23:04:13.9836558Z [00:02:59.264]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_bucket_v1=>github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_bucket_v1;$WORK/b1205=>" -p github.com/couchbase/goprotostellar/genproto/admin_bucket_v1 -lang=go1.18 -complete -installsuffix shared -buildid KaEaMvem9xGn2MfeujhQ/KaEaMvem9xGn2MfeujhQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1205/importcfg -pack /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_bucket_v1/bucket.pb.go /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_bucket_v1/bucket_grpc.pb.go
2025-08-20T23:04:14.0765249Z [00:02:59.360]➜  go tool buildid -w $WORK/b1207/_pkg_.a # internal
2025-08-20T23:04:14.0811614Z [00:02:59.364]➜  cp $WORK/b1207/_pkg_.a /root/.cache/go-build/0d/0d6c80d9b8bf9299bb996d007a34304091fafc40db328dcc9672338991701135-d # internal
2025-08-20T23:04:14.0815572Z [00:02:59.365]➜  github.com/couchbase/goprotostellar/genproto/admin_query_v1
2025-08-20T23:04:14.0827274Z [00:02:59.365]➜  mkdir -p $WORK/b1208/
2025-08-20T23:04:14.0828051Z [00:02:59.365]➜  cat >/tmp/go-build3700090427/b1208/importcfg << 'EOF' # internal
2025-08-20T23:04:14.0828693Z [00:02:59.365]➜  # import config
2025-08-20T23:04:14.0829268Z [00:02:59.365]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:14.0830552Z [00:02:59.365]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:14.0831680Z [00:02:59.365]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:14.0832777Z [00:02:59.365]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:14.0834008Z [00:02:59.365]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:14.0835350Z [00:02:59.365]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:14.0836385Z [00:02:59.365]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:14.0837155Z [00:02:59.365]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:14.0837742Z [00:02:59.365]➜  EOF
2025-08-20T23:04:14.0842858Z [00:02:59.365]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_query_v1=>github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_query_v1;$WORK/b1208=>" -p github.com/couchbase/goprotostellar/genproto/admin_query_v1 -lang=go1.18 -complete -installsuffix shared -buildid HdzfBTKod_CwDJx8Gxbz/HdzfBTKod_CwDJx8Gxbz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1208/importcfg -pack /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_query_v1/query.pb.go /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_query_v1/query_grpc.pb.go
2025-08-20T23:04:14.2137875Z [00:02:59.497]➜  go tool buildid -w $WORK/b1205/_pkg_.a # internal
2025-08-20T23:04:14.2202763Z [00:02:59.503]➜  cp $WORK/b1205/_pkg_.a /root/.cache/go-build/cd/cd40859c059bdee905e5ec0d5d7020188dd856b48618e8ac8b04873647a77deb-d # internal
2025-08-20T23:04:14.2204683Z [00:02:59.503]➜  github.com/couchbase/goprotostellar/genproto/admin_search_v1
2025-08-20T23:04:14.2205612Z [00:02:59.503]➜  mkdir -p $WORK/b1209/
2025-08-20T23:04:14.2208717Z [00:02:59.503]➜  cat >/tmp/go-build3700090427/b1209/importcfg << 'EOF' # internal
2025-08-20T23:04:14.2209595Z [00:02:59.503]➜  # import config
2025-08-20T23:04:14.2210297Z [00:02:59.503]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:14.2211268Z [00:02:59.503]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:14.2212710Z [00:02:59.503]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:14.2213850Z [00:02:59.503]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:14.2215151Z [00:02:59.503]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:14.2216568Z [00:02:59.503]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:14.2217685Z [00:02:59.503]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:14.2218722Z [00:02:59.503]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:14.2219527Z [00:02:59.503]➜  EOF
2025-08-20T23:04:14.2224776Z [00:02:59.503]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_search_v1=>github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_search_v1;$WORK/b1209=>" -p github.com/couchbase/goprotostellar/genproto/admin_search_v1 -lang=go1.18 -complete -installsuffix shared -buildid lEs-r6F2MLdPF-u0-q3L/lEs-r6F2MLdPF-u0-q3L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1209/importcfg -pack /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_search_v1/search.pb.go /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/admin_search_v1/search_grpc.pb.go
2025-08-20T23:04:14.2745039Z [00:02:59.558]➜  go tool buildid -w $WORK/b1208/_pkg_.a # internal
2025-08-20T23:04:14.2798515Z [00:02:59.563]➜  cp $WORK/b1208/_pkg_.a /root/.cache/go-build/6c/6ccd4b5291da8d7fcef6a12e08f9828d116c0bca930da8bbdd60be6773dcea88-d # internal
2025-08-20T23:04:14.2802263Z [00:02:59.563]➜  github.com/couchbase/goprotostellar/genproto/analytics_v1
2025-08-20T23:04:14.2807502Z [00:02:59.564]➜  mkdir -p $WORK/b1210/
2025-08-20T23:04:14.2816280Z [00:02:59.565]➜  cat >/tmp/go-build3700090427/b1210/importcfg << 'EOF' # internal
2025-08-20T23:04:14.2827376Z [00:02:59.565]➜  # import config
2025-08-20T23:04:14.2828062Z [00:02:59.565]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:14.2828985Z [00:02:59.565]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:14.2830205Z [00:02:59.565]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:14.2831277Z [00:02:59.565]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:14.2832535Z [00:02:59.565]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:14.2833892Z [00:02:59.565]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:14.2835451Z [00:02:59.565]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:14.2836519Z [00:02:59.565]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:14.2837331Z [00:02:59.565]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:14.2838117Z [00:02:59.565]➜  EOF
2025-08-20T23:04:14.2843323Z [00:02:59.565]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/analytics_v1=>github.com/couchbase/goprotostellar@v1.0.2/genproto/analytics_v1;$WORK/b1210=>" -p github.com/couchbase/goprotostellar/genproto/analytics_v1 -lang=go1.18 -complete -installsuffix shared -buildid CfoqEVjTphbSR8gVQLj8/CfoqEVjTphbSR8gVQLj8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1210/importcfg -pack /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/analytics_v1/analytics.pb.go /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/analytics_v1/analytics_grpc.pb.go
2025-08-20T23:04:14.4225270Z [00:02:59.706]➜  go tool buildid -w $WORK/b1210/_pkg_.a # internal
2025-08-20T23:04:14.4296157Z [00:02:59.713]➜  cp $WORK/b1210/_pkg_.a /root/.cache/go-build/85/85705f4eaa2b7a60d69ff95d1262701c96fdbe7ef7b0ccfbccb49b061a3d56ed-d # internal
2025-08-20T23:04:14.4313812Z [00:02:59.714]➜  github.com/couchbase/goprotostellar/genproto/query_v1
2025-08-20T23:04:14.4316745Z [00:02:59.715]➜  mkdir -p $WORK/b1211/
2025-08-20T23:04:14.4324915Z [00:02:59.716]➜  cat >/tmp/go-build3700090427/b1211/importcfg << 'EOF' # internal
2025-08-20T23:04:14.4326506Z [00:02:59.716]➜  # import config
2025-08-20T23:04:14.4329597Z [00:02:59.716]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:14.4331056Z [00:02:59.716]➜  packagefile github.com/couchbase/goprotostellar/genproto/kv_v1=/tmp/go-build3700090427/b1206/_pkg_.a
2025-08-20T23:04:14.4332338Z [00:02:59.716]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:14.4333507Z [00:02:59.716]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:14.4334726Z [00:02:59.716]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:14.4336029Z [00:02:59.716]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:14.4337470Z [00:02:59.716]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:14.4338962Z [00:02:59.716]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:14.4340393Z [00:02:59.716]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:14.4341473Z [00:02:59.716]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:14.4342157Z [00:02:59.716]➜  EOF
2025-08-20T23:04:14.4347135Z [00:02:59.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/query_v1=>github.com/couchbase/goprotostellar@v1.0.2/genproto/query_v1;$WORK/b1211=>" -p github.com/couchbase/goprotostellar/genproto/query_v1 -lang=go1.18 -complete -installsuffix shared -buildid KaHf3m9y43eAuGl7BuFc/KaHf3m9y43eAuGl7BuFc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1211/importcfg -pack /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/query_v1/query.pb.go /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/query_v1/query_grpc.pb.go
2025-08-20T23:04:14.4680122Z [00:02:59.751]➜  go tool buildid -w $WORK/b1209/_pkg_.a # internal
2025-08-20T23:04:14.4782725Z [00:02:59.759]➜  cp $WORK/b1209/_pkg_.a /root/.cache/go-build/a5/a5e851452351ad1fd0110102ca393a41ad1f4a07e5c42a458017113a09382d08-d # internal
2025-08-20T23:04:14.4784143Z [00:02:59.759]➜  github.com/couchbase/goprotostellar/genproto/routing_v1
2025-08-20T23:04:14.4785104Z [00:02:59.759]➜  mkdir -p $WORK/b1212/
2025-08-20T23:04:14.4785849Z [00:02:59.760]➜  cat >/tmp/go-build3700090427/b1212/importcfg << 'EOF' # internal
2025-08-20T23:04:14.4786548Z [00:02:59.760]➜  # import config
2025-08-20T23:04:14.4787252Z [00:02:59.760]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:14.4788222Z [00:02:59.760]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:14.4809706Z [00:02:59.760]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:14.4810984Z [00:02:59.760]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:14.4812380Z [00:02:59.760]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:14.4813877Z [00:02:59.760]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:14.4815043Z [00:02:59.760]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:14.4815921Z [00:02:59.760]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:14.4816814Z [00:02:59.760]➜  EOF
2025-08-20T23:04:14.4822387Z [00:02:59.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1212/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/routing_v1=>github.com/couchbase/goprotostellar@v1.0.2/genproto/routing_v1;$WORK/b1212=>" -p github.com/couchbase/goprotostellar/genproto/routing_v1 -lang=go1.18 -complete -installsuffix shared -buildid I0gwekzTlUGBYNrejCGP/I0gwekzTlUGBYNrejCGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1212/importcfg -pack /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/routing_v1/routing.pb.go /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/routing_v1/routing_grpc.pb.go
2025-08-20T23:04:14.6172928Z [00:02:59.900]➜  go tool buildid -w $WORK/b1211/_pkg_.a # internal
2025-08-20T23:04:14.6195351Z [00:02:59.903]➜  go tool buildid -w $WORK/b1212/_pkg_.a # internal
2025-08-20T23:04:14.6205255Z [00:02:59.904]➜  cp $WORK/b1211/_pkg_.a /root/.cache/go-build/1d/1d6ba2a414fb3e061f2d00714bd56ac6c7a4877368f3c50076ed641407e62987-d # internal
2025-08-20T23:04:14.6212615Z [00:02:59.904]➜  github.com/couchbase/goprotostellar/genproto/view_v1
2025-08-20T23:04:14.6222413Z [00:02:59.905]➜  mkdir -p $WORK/b1213/
2025-08-20T23:04:14.6223888Z [00:02:59.905]➜  cat >/tmp/go-build3700090427/b1213/importcfg << 'EOF' # internal
2025-08-20T23:04:14.6226159Z [00:02:59.905]➜  # import config
2025-08-20T23:04:14.6228471Z [00:02:59.905]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:14.6230034Z [00:02:59.905]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:14.6233136Z [00:02:59.906]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:14.6234335Z [00:02:59.906]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:14.6235670Z [00:02:59.906]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:14.6237074Z [00:02:59.906]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:14.6238151Z [00:02:59.906]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:14.6238966Z [00:02:59.906]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:14.6239772Z [00:02:59.906]➜  EOF
2025-08-20T23:04:14.6246064Z [00:02:59.908]➜  cp $WORK/b1212/_pkg_.a /root/.cache/go-build/6d/6d880fac5b30e18fca31aae19a8bcce5a9215d6ad1741dcafe17c59bbd5713da-d # internal
2025-08-20T23:04:14.6248021Z [00:02:59.908]➜  github.com/grpc-ecosystem/go-grpc-middleware/logging/settable
2025-08-20T23:04:14.6249604Z [00:02:59.908]➜  mkdir -p $WORK/b1214/
2025-08-20T23:04:14.6250874Z [00:02:59.908]➜  cat >/tmp/go-build3700090427/b1214/importcfg << 'EOF' # internal
2025-08-20T23:04:14.6252005Z [00:02:59.908]➜  # import config
2025-08-20T23:04:14.6253353Z [00:02:59.908]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:14.6254665Z [00:02:59.908]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:14.6255710Z [00:02:59.908]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:14.6256829Z [00:02:59.908]➜  EOF
2025-08-20T23:04:14.6262703Z [00:02:59.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1214/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/settable=>github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/settable;$WORK/b1214=>" -p github.com/grpc-ecosystem/go-grpc-middleware/logging/settable -lang=go1.14 -complete -installsuffix shared -buildid 69Qj6ENqUjur8SIr0lWC/69Qj6ENqUjur8SIr0lWC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1214/importcfg -pack /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/settable/doc.go /root/go/pkg/mod/github.com/grpc-ecosystem/go-grpc-middleware@v1.4.0/logging/settable/logsettable.go
2025-08-20T23:04:14.6277005Z [00:02:59.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1213/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/view_v1=>github.com/couchbase/goprotostellar@v1.0.2/genproto/view_v1;$WORK/b1213=>" -p github.com/couchbase/goprotostellar/genproto/view_v1 -lang=go1.18 -complete -installsuffix shared -buildid jXCkHjH0uW6x5E4_X8fD/jXCkHjH0uW6x5E4_X8fD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1213/importcfg -pack /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/view_v1/view.pb.go /root/go/pkg/mod/github.com/couchbase/goprotostellar@v1.0.2/genproto/view_v1/view_grpc.pb.go
2025-08-20T23:04:14.6570987Z [00:02:59.940]➜  go tool buildid -w $WORK/b1214/_pkg_.a # internal
2025-08-20T23:04:14.6579620Z [00:02:59.941]➜  cp $WORK/b1214/_pkg_.a /root/.cache/go-build/a5/a5202e9cc6606874ccb18c5775b369df0c753d7406f75140e3ee3aebd70e4ac4-d # internal
2025-08-20T23:04:14.6585642Z [00:02:59.941]➜  go.uber.org/zap/zapgrpc
2025-08-20T23:04:14.6586229Z [00:02:59.942]➜  mkdir -p $WORK/b1215/
2025-08-20T23:04:14.6592082Z [00:02:59.942]➜  cat >/tmp/go-build3700090427/b1215/importcfg << 'EOF' # internal
2025-08-20T23:04:14.6593284Z [00:02:59.942]➜  # import config
2025-08-20T23:04:14.6595732Z [00:02:59.942]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:14.6596812Z [00:02:59.942]➜  packagefile go.uber.org/zap=/tmp/go-build3700090427/b251/_pkg_.a
2025-08-20T23:04:14.6622111Z [00:02:59.942]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3700090427/b255/_pkg_.a
2025-08-20T23:04:14.6622859Z [00:02:59.942]➜  EOF
2025-08-20T23:04:14.6626368Z [00:02:59.943]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1215/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapgrpc=>go.uber.org/zap@v1.27.0/zapgrpc;$WORK/b1215=>" -p go.uber.org/zap/zapgrpc -lang=go1.19 -complete -installsuffix shared -buildid io9qKLoLzunp3jXbFX1Y/io9qKLoLzunp3jXbFX1Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1215/importcfg -pack /root/go/pkg/mod/go.uber.org/zap@v1.27.0/zapgrpc/zapgrpc.go
2025-08-20T23:04:14.6945017Z [00:02:59.978]➜  go tool buildid -w $WORK/b1215/_pkg_.a # internal
2025-08-20T23:04:14.6964397Z [00:02:59.979]➜  cp $WORK/b1215/_pkg_.a /root/.cache/go-build/a3/a3b019cfcd84af1ad35ceca5d7b7aece498015485f61711b5300f2c7d8d1f67d-d # internal
2025-08-20T23:04:14.6965689Z [00:02:59.979]➜  github.com/couchbaselabs/gocbconnstr/v2
2025-08-20T23:04:14.6967141Z [00:02:59.980]➜  mkdir -p $WORK/b1216/
2025-08-20T23:04:14.6978435Z [00:02:59.981]➜  cat >/tmp/go-build3700090427/b1216/importcfg << 'EOF' # internal
2025-08-20T23:04:14.6979700Z [00:02:59.981]➜  # import config
2025-08-20T23:04:14.6982509Z [00:02:59.981]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:14.6983410Z [00:02:59.981]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:14.6984537Z [00:02:59.981]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:14.6985390Z [00:02:59.981]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:14.6986241Z [00:02:59.981]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:14.6987109Z [00:02:59.981]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:14.6987986Z [00:02:59.981]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:14.6988643Z [00:02:59.981]➜  EOF
2025-08-20T23:04:14.6993354Z [00:02:59.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1216/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbaselabs/gocbconnstr/v2@v2.0.0-20240607131231-fb385523de28=>github.com/couchbaselabs/gocbconnstr/v2@v2.0.0-20240607131231-fb385523de28;$WORK/b1216=>" -p github.com/couchbaselabs/gocbconnstr/v2 -lang=go1.13 -complete -installsuffix shared -buildid j4ldUbfxEFMz_ciMDAaI/j4ldUbfxEFMz_ciMDAaI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1216/importcfg -pack /root/go/pkg/mod/github.com/couchbaselabs/gocbconnstr/v2@v2.0.0-20240607131231-fb385523de28/connstr.go
2025-08-20T23:04:14.7490229Z [00:03:00.032]➜  go tool buildid -w $WORK/b1216/_pkg_.a # internal
2025-08-20T23:04:14.7504576Z [00:03:00.034]➜  cp $WORK/b1216/_pkg_.a /root/.cache/go-build/56/56efeb9ba1f4619746362a8753f1a88b8b99ce1a687608e8b25435d754fd51f1-d # internal
2025-08-20T23:04:14.7511776Z [00:03:00.034]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/countrylayer
2025-08-20T23:04:14.7512588Z [00:03:00.034]➜  mkdir -p $WORK/b1217/
2025-08-20T23:04:14.7518554Z [00:03:00.035]➜  cat >/tmp/go-build3700090427/b1217/importcfg << 'EOF' # internal
2025-08-20T23:04:14.7520667Z [00:03:00.035]➜  # import config
2025-08-20T23:04:14.7521510Z [00:03:00.035]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:14.7522284Z [00:03:00.035]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:14.7523366Z [00:03:00.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:14.7524794Z [00:03:00.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:14.7526281Z [00:03:00.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:14.7527541Z [00:03:00.035]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:14.7528380Z [00:03:00.035]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:14.7529070Z [00:03:00.035]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:14.7529754Z [00:03:00.035]➜  EOF
2025-08-20T23:04:14.7563814Z [00:03:00.037]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1217/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/countrylayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/countrylayer;$WORK/b1217=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/countrylayer -lang=go1.24 -complete -installsuffix shared -buildid omN4PMro0pMAECHs3lBi/omN4PMro0pMAECHs3lBi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1217/importcfg -pack ./pkg/detectors/countrylayer/countrylayer.go
2025-08-20T23:04:14.7944861Z [00:03:00.077]➜  go tool buildid -w $WORK/b1213/_pkg_.a # internal
2025-08-20T23:04:14.7998290Z [00:03:00.083]➜  cp $WORK/b1213/_pkg_.a /root/.cache/go-build/c7/c7074237c052899a9a196576a253877d77699d56191e14651a6bb2347c64a3b7-d # internal
2025-08-20T23:04:14.8011694Z [00:03:00.084]➜  github.com/couchbase/gocbcoreps
2025-08-20T23:04:14.8012929Z [00:03:00.084]➜  mkdir -p $WORK/b1204/
2025-08-20T23:04:14.8028351Z [00:03:00.086]➜  cat >/tmp/go-build3700090427/b1204/importcfg << 'EOF' # internal
2025-08-20T23:04:14.8032374Z [00:03:00.086]➜  # import config
2025-08-20T23:04:14.8034338Z [00:03:00.086]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:14.8035664Z [00:03:00.086]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:14.8046267Z [00:03:00.086]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:14.8047205Z [00:03:00.086]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:14.8048472Z [00:03:00.086]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_bucket_v1=/tmp/go-build3700090427/b1205/_pkg_.a
2025-08-20T23:04:14.8050179Z [00:03:00.086]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_collection_v1=/tmp/go-build3700090427/b1207/_pkg_.a
2025-08-20T23:04:14.8051577Z [00:03:00.086]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_query_v1=/tmp/go-build3700090427/b1208/_pkg_.a
2025-08-20T23:04:14.8052920Z [00:03:00.086]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_search_v1=/tmp/go-build3700090427/b1209/_pkg_.a
2025-08-20T23:04:14.8054251Z [00:03:00.086]➜  packagefile github.com/couchbase/goprotostellar/genproto/analytics_v1=/tmp/go-build3700090427/b1210/_pkg_.a
2025-08-20T23:04:14.8055490Z [00:03:00.086]➜  packagefile github.com/couchbase/goprotostellar/genproto/kv_v1=/tmp/go-build3700090427/b1206/_pkg_.a
2025-08-20T23:04:14.8056879Z [00:03:00.086]➜  packagefile github.com/couchbase/goprotostellar/genproto/query_v1=/tmp/go-build3700090427/b1211/_pkg_.a
2025-08-20T23:04:14.8058127Z [00:03:00.086]➜  packagefile github.com/couchbase/goprotostellar/genproto/routing_v1=/tmp/go-build3700090427/b1212/_pkg_.a
2025-08-20T23:04:14.8060408Z [00:03:00.086]➜  packagefile github.com/couchbase/goprotostellar/genproto/search_v1=/tmp/go-build3700090427/b1196/_pkg_.a
2025-08-20T23:04:14.8061825Z [00:03:00.086]➜  packagefile github.com/couchbase/goprotostellar/genproto/view_v1=/tmp/go-build3700090427/b1213/_pkg_.a
2025-08-20T23:04:14.8063310Z [00:03:00.086]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/logging/settable=/tmp/go-build3700090427/b1214/_pkg_.a
2025-08-20T23:04:14.8064707Z [00:03:00.086]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3700090427/b518/_pkg_.a
2025-08-20T23:04:14.8065891Z [00:03:00.086]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3700090427/b535/_pkg_.a
2025-08-20T23:04:14.8066867Z [00:03:00.086]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3700090427/b537/_pkg_.a
2025-08-20T23:04:14.8067820Z [00:03:00.086]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:04:14.8068643Z [00:03:00.086]➜  packagefile go.uber.org/zap=/tmp/go-build3700090427/b251/_pkg_.a
2025-08-20T23:04:14.8069589Z [00:03:00.086]➜  packagefile go.uber.org/zap/zapgrpc=/tmp/go-build3700090427/b1215/_pkg_.a
2025-08-20T23:04:14.8070423Z [00:03:00.086]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:14.8071337Z [00:03:00.086]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:14.8072319Z [00:03:00.086]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:04:14.8073338Z [00:03:00.086]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3700090427/b391/_pkg_.a
2025-08-20T23:04:14.8074186Z [00:03:00.086]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:14.8074836Z [00:03:00.086]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:14.8075494Z [00:03:00.086]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:14.8076159Z [00:03:00.086]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:14.8076820Z [00:03:00.086]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:14.8077294Z [00:03:00.086]➜  EOF
2025-08-20T23:04:14.8088762Z [00:03:00.086]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1204/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3=>github.com/couchbase/gocbcoreps@v0.1.3;$WORK/b1204=>" -p github.com/couchbase/gocbcoreps -lang=go1.19 -complete -installsuffix shared -buildid U9-NLMIouDpGi_l8HZo9/U9-NLMIouDpGi_l8HZo9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1204/importcfg -pack /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/auth.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/backoff.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/conn.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/connstate.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/impl_admin_bucket_v1.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/impl_admin_collection_v1.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/impl_admin_query_v1.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/impl_admin_search_v1.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/impl_analytics_v1.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/impl_kv_v1.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/impl_query_v1.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/impl_routing_v1.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/impl_search_v1.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/impl_view_v1.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/routingclient.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/routingclient_topology.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/routingconn.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/routingconn_pool.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/routingtable.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/routingwatcher.go /root/go/pkg/mod/github.com/couchbase/gocbcoreps@v0.1.3/topology.go
2025-08-20T23:04:14.8232689Z [00:03:00.106]➜  go tool buildid -w $WORK/b1217/_pkg_.a # internal
2025-08-20T23:04:14.8247500Z [00:03:00.108]➜  cp $WORK/b1217/_pkg_.a /root/.cache/go-build/87/872bde3519c8e57bad7a74558c6a2001ca4ca6ce8cd65bb3abc2c22d6575d897-d # internal
2025-08-20T23:04:14.8250320Z [00:03:00.108]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/courier
2025-08-20T23:04:14.8251061Z [00:03:00.108]➜  mkdir -p $WORK/b1218/
2025-08-20T23:04:14.8255830Z [00:03:00.109]➜  cat >/tmp/go-build3700090427/b1218/importcfg << 'EOF' # internal
2025-08-20T23:04:14.8257032Z [00:03:00.109]➜  # import config
2025-08-20T23:04:14.8257593Z [00:03:00.109]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:14.8258372Z [00:03:00.109]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:14.8259653Z [00:03:00.109]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:14.8261186Z [00:03:00.109]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:14.8262739Z [00:03:00.109]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:14.8264077Z [00:03:00.109]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:14.8265113Z [00:03:00.109]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:14.8265921Z [00:03:00.109]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:14.8266537Z [00:03:00.109]➜  EOF
2025-08-20T23:04:14.8270377Z [00:03:00.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1218/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/courier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/courier;$WORK/b1218=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/courier -lang=go1.24 -complete -installsuffix shared -buildid gi8iYUmdwAcxAA_tO2sL/gi8iYUmdwAcxAA_tO2sL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1218/importcfg -pack ./pkg/detectors/courier/courier.go
2025-08-20T23:04:14.8808601Z [00:03:00.164]➜  go tool buildid -w $WORK/b1218/_pkg_.a # internal
2025-08-20T23:04:14.8832559Z [00:03:00.166]➜  cp $WORK/b1218/_pkg_.a /root/.cache/go-build/a9/a928b33e790ff620d8ed224035ae3e44360e62525de46809f20f1c86b5028285-d # internal
2025-08-20T23:04:14.8839919Z [00:03:00.167]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coveralls
2025-08-20T23:04:14.8840745Z [00:03:00.167]➜  mkdir -p $WORK/b1219/
2025-08-20T23:04:14.8850356Z [00:03:00.168]➜  cat >/tmp/go-build3700090427/b1219/importcfg << 'EOF' # internal
2025-08-20T23:04:14.8855444Z [00:03:00.168]➜  # import config
2025-08-20T23:04:14.8856450Z [00:03:00.168]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:14.8858453Z [00:03:00.169]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:14.8859795Z [00:03:00.169]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:14.8861334Z [00:03:00.169]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:14.8862931Z [00:03:00.169]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:14.8864548Z [00:03:00.169]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:14.8865573Z [00:03:00.169]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:14.8866469Z [00:03:00.169]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:14.8867126Z [00:03:00.169]➜  EOF
2025-08-20T23:04:14.8878200Z [00:03:00.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1219/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coveralls=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coveralls;$WORK/b1219=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coveralls -lang=go1.24 -complete -installsuffix shared -buildid FKFJzPjwWq6iSv7DMZu9/FKFJzPjwWq6iSv7DMZu9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1219/importcfg -pack ./pkg/detectors/coveralls/coveralls.go
2025-08-20T23:04:14.9419705Z [00:03:00.225]➜  go tool buildid -w $WORK/b1219/_pkg_.a # internal
2025-08-20T23:04:14.9457057Z [00:03:00.229]➜  cp $WORK/b1219/_pkg_.a /root/.cache/go-build/65/65bc85818c5075464939c79d64845e801b7443d3c7a06426dbcaf42b2334dafb-d # internal
2025-08-20T23:04:14.9480030Z [00:03:00.231]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/craftmypdf
2025-08-20T23:04:14.9480864Z [00:03:00.231]➜  mkdir -p $WORK/b1220/
2025-08-20T23:04:14.9501460Z [00:03:00.232]➜  cat >/tmp/go-build3700090427/b1220/importcfg << 'EOF' # internal
2025-08-20T23:04:14.9508006Z [00:03:00.232]➜  # import config
2025-08-20T23:04:14.9508694Z [00:03:00.232]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:14.9510107Z [00:03:00.232]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:14.9511553Z [00:03:00.232]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:14.9513078Z [00:03:00.232]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:14.9514365Z [00:03:00.232]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:14.9515293Z [00:03:00.232]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:14.9516078Z [00:03:00.232]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:14.9516681Z [00:03:00.232]➜  EOF
2025-08-20T23:04:14.9526377Z [00:03:00.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1220/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/craftmypdf=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/craftmypdf;$WORK/b1220=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/craftmypdf -lang=go1.24 -complete -installsuffix shared -buildid bofh07jPyTMwAK2kECXf/bofh07jPyTMwAK2kECXf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1220/importcfg -pack ./pkg/detectors/craftmypdf/craftmypdf.go
2025-08-20T23:04:15.0381956Z [00:03:00.319]➜  go tool buildid -w $WORK/b1220/_pkg_.a # internal
2025-08-20T23:04:15.0386564Z [00:03:00.322]➜  cp $WORK/b1220/_pkg_.a /root/.cache/go-build/8e/8e2cb6e5383a1edbf1cfdd0fa1419382f985423713e5028e5853f3574782192e-d # internal
2025-08-20T23:04:15.0390991Z [00:03:00.322]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/crowdin
2025-08-20T23:04:15.0395095Z [00:03:00.323]➜  mkdir -p $WORK/b1221/
2025-08-20T23:04:15.0405617Z [00:03:00.324]➜  cat >/tmp/go-build3700090427/b1221/importcfg << 'EOF' # internal
2025-08-20T23:04:15.0408962Z [00:03:00.324]➜  # import config
2025-08-20T23:04:15.0409759Z [00:03:00.324]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.0410552Z [00:03:00.324]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.0411644Z [00:03:00.324]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.0413028Z [00:03:00.324]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.0414674Z [00:03:00.324]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.0415898Z [00:03:00.324]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.0416763Z [00:03:00.324]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.0417511Z [00:03:00.324]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.0418064Z [00:03:00.324]➜  EOF
2025-08-20T23:04:15.0421916Z [00:03:00.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1221/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/crowdin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/crowdin;$WORK/b1221=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/crowdin -lang=go1.24 -complete -installsuffix shared -buildid kpJB_6Qxfu3XY_TYAZMI/kpJB_6Qxfu3XY_TYAZMI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1221/importcfg -pack ./pkg/detectors/crowdin/crowdin.go
2025-08-20T23:04:15.0793019Z [00:03:00.362]➜  go tool buildid -w $WORK/b1204/_pkg_.a # internal
2025-08-20T23:04:15.0865801Z [00:03:00.370]➜  cp $WORK/b1204/_pkg_.a /root/.cache/go-build/5f/5fd14afc2b97bfba2fe33a6a8e65f623e8dbfc254a3e6b00c8c175428c4b0a26-d # internal
2025-08-20T23:04:15.0867601Z [00:03:00.370]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cryptocompare
2025-08-20T23:04:15.0876951Z [00:03:00.370]➜  mkdir -p $WORK/b1222/
2025-08-20T23:04:15.0882362Z [00:03:00.371]➜  cat >/tmp/go-build3700090427/b1222/importcfg << 'EOF' # internal
2025-08-20T23:04:15.0883340Z [00:03:00.371]➜  # import config
2025-08-20T23:04:15.0885198Z [00:03:00.371]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.0886487Z [00:03:00.371]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.0888071Z [00:03:00.371]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.0891016Z [00:03:00.371]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.0892454Z [00:03:00.371]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.0893391Z [00:03:00.371]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:15.0894232Z [00:03:00.371]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.0895103Z [00:03:00.371]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.0895727Z [00:03:00.371]➜  EOF
2025-08-20T23:04:15.0900023Z [00:03:00.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1222/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cryptocompare=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cryptocompare;$WORK/b1222=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cryptocompare -lang=go1.24 -complete -installsuffix shared -buildid pG4vZ1HxcGVHN_X3K2d8/pG4vZ1HxcGVHN_X3K2d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1222/importcfg -pack ./pkg/detectors/cryptocompare/cryptocompare.go
2025-08-20T23:04:15.1127378Z [00:03:00.396]➜  go tool buildid -w $WORK/b1221/_pkg_.a # internal
2025-08-20T23:04:15.1171458Z [00:03:00.398]➜  cp $WORK/b1221/_pkg_.a /root/.cache/go-build/28/28e4d8f6075c887ec89a08e30471dce5ce89606c090bfca5a135930160ada084-d # internal
2025-08-20T23:04:15.1175873Z [00:03:00.400]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencycloud
2025-08-20T23:04:15.1176671Z [00:03:00.400]➜  mkdir -p $WORK/b1223/
2025-08-20T23:04:15.1191788Z [00:03:00.401]➜  cat >/tmp/go-build3700090427/b1223/importcfg << 'EOF' # internal
2025-08-20T23:04:15.1194233Z [00:03:00.401]➜  # import config
2025-08-20T23:04:15.1194928Z [00:03:00.401]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.1195742Z [00:03:00.401]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.1197093Z [00:03:00.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.1198584Z [00:03:00.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.1200451Z [00:03:00.401]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.1201744Z [00:03:00.401]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.1202815Z [00:03:00.401]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:15.1203805Z [00:03:00.401]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.1204646Z [00:03:00.401]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.1205258Z [00:03:00.401]➜  EOF
2025-08-20T23:04:15.1209262Z [00:03:00.402]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1223/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencycloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencycloud;$WORK/b1223=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencycloud -lang=go1.24 -complete -installsuffix shared -buildid zSrpTklmtPLKtuxTnNk4/zSrpTklmtPLKtuxTnNk4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1223/importcfg -pack ./pkg/detectors/currencycloud/currencycloud.go
2025-08-20T23:04:15.1525619Z [00:03:00.436]➜  go tool buildid -w $WORK/b1222/_pkg_.a # internal
2025-08-20T23:04:15.1541256Z [00:03:00.437]➜  cp $WORK/b1222/_pkg_.a /root/.cache/go-build/78/78e9b97dcd05ee392362e511c1171e35551980cb7f318b32b74631c03610f041-d # internal
2025-08-20T23:04:15.1560797Z [00:03:00.439]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyfreaks
2025-08-20T23:04:15.1563960Z [00:03:00.439]➜  mkdir -p $WORK/b1224/
2025-08-20T23:04:15.1578281Z [00:03:00.441]➜  cat >/tmp/go-build3700090427/b1224/importcfg << 'EOF' # internal
2025-08-20T23:04:15.1580884Z [00:03:00.441]➜  # import config
2025-08-20T23:04:15.1581948Z [00:03:00.441]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.1583145Z [00:03:00.441]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.1584694Z [00:03:00.441]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.1586308Z [00:03:00.441]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.1587709Z [00:03:00.441]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.1588702Z [00:03:00.441]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.1590017Z [00:03:00.441]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.1590650Z [00:03:00.441]➜  EOF
2025-08-20T23:04:15.1594762Z [00:03:00.441]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1224/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyfreaks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyfreaks;$WORK/b1224=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyfreaks -lang=go1.24 -complete -installsuffix shared -buildid gQycF0W1Lay_Jc52ZulM/gQycF0W1Lay_Jc52ZulM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1224/importcfg -pack ./pkg/detectors/currencyfreaks/currencyfreaks.go
2025-08-20T23:04:15.1762137Z [00:03:00.459]➜  go tool buildid -w $WORK/b1223/_pkg_.a # internal
2025-08-20T23:04:15.1782434Z [00:03:00.461]➜  cp $WORK/b1223/_pkg_.a /root/.cache/go-build/7f/7f060f37b0d233c42b77f391133e06ebe10e10a491db519b01168c87cf629916-d # internal
2025-08-20T23:04:15.1786272Z [00:03:00.462]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencylayer
2025-08-20T23:04:15.1787075Z [00:03:00.462]➜  mkdir -p $WORK/b1225/
2025-08-20T23:04:15.1795073Z [00:03:00.463]➜  cat >/tmp/go-build3700090427/b1225/importcfg << 'EOF' # internal
2025-08-20T23:04:15.1796125Z [00:03:00.463]➜  # import config
2025-08-20T23:04:15.1796825Z [00:03:00.463]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.1797637Z [00:03:00.463]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.1798844Z [00:03:00.463]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.1800618Z [00:03:00.463]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.1802538Z [00:03:00.463]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.1803943Z [00:03:00.463]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.1804884Z [00:03:00.463]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:15.1805749Z [00:03:00.463]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.1806599Z [00:03:00.463]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.1807244Z [00:03:00.463]➜  EOF
2025-08-20T23:04:15.1811409Z [00:03:00.463]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1225/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencylayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencylayer;$WORK/b1225=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencylayer -lang=go1.24 -complete -installsuffix shared -buildid AtsIk-IU4fF1GOHlP2sJ/AtsIk-IU4fF1GOHlP2sJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1225/importcfg -pack ./pkg/detectors/currencylayer/currencylayer.go
2025-08-20T23:04:15.2114542Z [00:03:00.495]➜  go tool buildid -w $WORK/b1224/_pkg_.a # internal
2025-08-20T23:04:15.2135896Z [00:03:00.497]➜  cp $WORK/b1224/_pkg_.a /root/.cache/go-build/02/02f4bcdd9ddba80ac9554ca4500d2861e74bceefdde3ae8794924372c0540605-d # internal
2025-08-20T23:04:15.2138203Z [00:03:00.497]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyscoop
2025-08-20T23:04:15.2139543Z [00:03:00.497]➜  mkdir -p $WORK/b1226/
2025-08-20T23:04:15.2146974Z [00:03:00.498]➜  cat >/tmp/go-build3700090427/b1226/importcfg << 'EOF' # internal
2025-08-20T23:04:15.2148234Z [00:03:00.498]➜  # import config
2025-08-20T23:04:15.2148958Z [00:03:00.498]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.2171360Z [00:03:00.498]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.2172653Z [00:03:00.498]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.2174415Z [00:03:00.498]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.2175991Z [00:03:00.498]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.2177546Z [00:03:00.498]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.2178544Z [00:03:00.498]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.2179574Z [00:03:00.498]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.2180217Z [00:03:00.498]➜  EOF
2025-08-20T23:04:15.2184206Z [00:03:00.500]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1226/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyscoop=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyscoop;$WORK/b1226=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyscoop -lang=go1.24 -complete -installsuffix shared -buildid kTA_KBWYjox-g4p6wUf8/kTA_KBWYjox-g4p6wUf8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1226/importcfg -pack ./pkg/detectors/currencyscoop/currencyscoop.go
2025-08-20T23:04:15.2336732Z [00:03:00.517]➜  go tool buildid -w $WORK/b1225/_pkg_.a # internal
2025-08-20T23:04:15.2351879Z [00:03:00.518]➜  cp $WORK/b1225/_pkg_.a /root/.cache/go-build/b0/b07f6688757a47bfc771200e981c3914dcd8a954d237e4b159e59055cb56ae07-d # internal
2025-08-20T23:04:15.2353291Z [00:03:00.518]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currentsapi
2025-08-20T23:04:15.2354099Z [00:03:00.518]➜  mkdir -p $WORK/b1227/
2025-08-20T23:04:15.2357363Z [00:03:00.519]➜  cat >/tmp/go-build3700090427/b1227/importcfg << 'EOF' # internal
2025-08-20T23:04:15.2370753Z [00:03:00.519]➜  # import config
2025-08-20T23:04:15.2372929Z [00:03:00.519]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.2373851Z [00:03:00.519]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.2375056Z [00:03:00.519]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.2376534Z [00:03:00.519]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.2378088Z [00:03:00.519]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.2380002Z [00:03:00.519]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.2381002Z [00:03:00.519]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:15.2381863Z [00:03:00.519]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.2382508Z [00:03:00.519]➜  EOF
2025-08-20T23:04:15.2386484Z [00:03:00.519]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1227/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currentsapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currentsapi;$WORK/b1227=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currentsapi -lang=go1.24 -complete -installsuffix shared -buildid P1DVmFgMfp3d2RDp1VMQ/P1DVmFgMfp3d2RDp1VMQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1227/importcfg -pack ./pkg/detectors/currentsapi/currentsapi.go
2025-08-20T23:04:15.2730000Z [00:03:00.556]➜  go tool buildid -w $WORK/b1226/_pkg_.a # internal
2025-08-20T23:04:15.2744709Z [00:03:00.558]➜  cp $WORK/b1226/_pkg_.a /root/.cache/go-build/3a/3acd0eb7592d212671089be3f9883ca55330118f29397b960ea33dfde9bce471-d # internal
2025-08-20T23:04:15.2760807Z [00:03:00.559]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerguru
2025-08-20T23:04:15.2761647Z [00:03:00.559]➜  mkdir -p $WORK/b1228/
2025-08-20T23:04:15.2762395Z [00:03:00.559]➜  cat >/tmp/go-build3700090427/b1228/importcfg << 'EOF' # internal
2025-08-20T23:04:15.2763060Z [00:03:00.559]➜  # import config
2025-08-20T23:04:15.2763727Z [00:03:00.559]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.2765147Z [00:03:00.559]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.2766799Z [00:03:00.559]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.2768486Z [00:03:00.559]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.2770207Z [00:03:00.559]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.2771254Z [00:03:00.559]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.2772177Z [00:03:00.559]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.2772854Z [00:03:00.559]➜  EOF
2025-08-20T23:04:15.2777023Z [00:03:00.559]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1228/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerguru=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerguru;$WORK/b1228=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerguru -lang=go1.24 -complete -installsuffix shared -buildid TSfZhLqWy_hjZDCVNLsN/TSfZhLqWy_hjZDCVNLsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1228/importcfg -pack ./pkg/detectors/customerguru/customerguru.go
2025-08-20T23:04:15.2951912Z [00:03:00.578]➜  go tool buildid -w $WORK/b1227/_pkg_.a # internal
2025-08-20T23:04:15.2969211Z [00:03:00.580]➜  cp $WORK/b1227/_pkg_.a /root/.cache/go-build/08/08dd4674e2992f924e47a61e029812ce8334fee19b3e4169ebb1b9637686dbf2-d # internal
2025-08-20T23:04:15.2975076Z [00:03:00.580]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerio
2025-08-20T23:04:15.2975832Z [00:03:00.580]➜  mkdir -p $WORK/b1229/
2025-08-20T23:04:15.2985096Z [00:03:00.582]➜  cat >/tmp/go-build3700090427/b1229/importcfg << 'EOF' # internal
2025-08-20T23:04:15.3000895Z [00:03:00.582]➜  # import config
2025-08-20T23:04:15.3003787Z [00:03:00.582]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.3005762Z [00:03:00.583]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:15.3006597Z [00:03:00.584]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.3007712Z [00:03:00.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.3009148Z [00:03:00.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.3014509Z [00:03:00.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.3015805Z [00:03:00.584]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.3016723Z [00:03:00.584]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.3017545Z [00:03:00.584]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.3018121Z [00:03:00.584]➜  EOF
2025-08-20T23:04:15.3021996Z [00:03:00.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1229/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerio;$WORK/b1229=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerio -lang=go1.24 -complete -installsuffix shared -buildid BgSZwBpeH-e_jbxSJ70Q/BgSZwBpeH-e_jbxSJ70Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1229/importcfg -pack ./pkg/detectors/customerio/customerio.go
2025-08-20T23:04:15.3294641Z [00:03:00.612]➜  go tool buildid -w $WORK/b1228/_pkg_.a # internal
2025-08-20T23:04:15.3326888Z [00:03:00.613]➜  cp $WORK/b1228/_pkg_.a /root/.cache/go-build/00/00323f08350a28845104429481992559edb451a56882e9e3fe22a7a19a8818a9-d # internal
2025-08-20T23:04:15.3328316Z [00:03:00.613]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/d7network
2025-08-20T23:04:15.3329241Z [00:03:00.616]➜  mkdir -p $WORK/b1230/
2025-08-20T23:04:15.3330780Z [00:03:00.616]➜  cat >/tmp/go-build3700090427/b1230/importcfg << 'EOF' # internal
2025-08-20T23:04:15.3331814Z [00:03:00.616]➜  # import config
2025-08-20T23:04:15.3332621Z [00:03:00.616]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.3334074Z [00:03:00.616]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.3335649Z [00:03:00.616]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.3336963Z [00:03:00.616]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.3337948Z [00:03:00.616]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.3338781Z [00:03:00.616]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.3339739Z [00:03:00.616]➜  EOF
2025-08-20T23:04:15.3343630Z [00:03:00.616]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1230/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/d7network=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/d7network;$WORK/b1230=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/d7network -lang=go1.24 -complete -installsuffix shared -buildid L5yLcquHFKxVcdvPTiy6/L5yLcquHFKxVcdvPTiy6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1230/importcfg -pack ./pkg/detectors/d7network/d7network.go
2025-08-20T23:04:15.3744165Z [00:03:00.658]➜  go tool buildid -w $WORK/b1229/_pkg_.a # internal
2025-08-20T23:04:15.3759012Z [00:03:00.659]➜  cp $WORK/b1229/_pkg_.a /root/.cache/go-build/71/71a5fb21450a5823afbce92596f7717c8ff7b96c13616795e059b1ad0b85e6e5-d # internal
2025-08-20T23:04:15.3813781Z [00:03:00.664]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dandelion
2025-08-20T23:04:15.3815734Z [00:03:00.665]➜  mkdir -p $WORK/b1231/
2025-08-20T23:04:15.3816468Z [00:03:00.665]➜  cat >/tmp/go-build3700090427/b1231/importcfg << 'EOF' # internal
2025-08-20T23:04:15.3817111Z [00:03:00.665]➜  # import config
2025-08-20T23:04:15.3817760Z [00:03:00.665]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.3818561Z [00:03:00.665]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.3819877Z [00:03:00.665]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.3821369Z [00:03:00.665]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.3822892Z [00:03:00.665]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.3824188Z [00:03:00.665]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.3825108Z [00:03:00.665]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.3825925Z [00:03:00.665]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.3826523Z [00:03:00.665]➜  EOF
2025-08-20T23:04:15.3830398Z [00:03:00.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1231/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dandelion=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dandelion;$WORK/b1231=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dandelion -lang=go1.24 -complete -installsuffix shared -buildid WNN_a0iUyoEmGKm8IGup/WNN_a0iUyoEmGKm8IGup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1231/importcfg -pack ./pkg/detectors/dandelion/dandelion.go
2025-08-20T23:04:15.4140977Z [00:03:00.697]➜  go tool buildid -w $WORK/b1230/_pkg_.a # internal
2025-08-20T23:04:15.4161174Z [00:03:00.699]➜  cp $WORK/b1230/_pkg_.a /root/.cache/go-build/59/59c6d9c093aa3a59a53040d95d29212813264135d6b5e1af9b944e04106083b2-d # internal
2025-08-20T23:04:15.4162787Z [00:03:00.699]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dareboost
2025-08-20T23:04:15.4163530Z [00:03:00.699]➜  mkdir -p $WORK/b1232/
2025-08-20T23:04:15.4179592Z [00:03:00.701]➜  cat >/tmp/go-build3700090427/b1232/importcfg << 'EOF' # internal
2025-08-20T23:04:15.4187696Z [00:03:00.701]➜  # import config
2025-08-20T23:04:15.4188370Z [00:03:00.701]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.4189803Z [00:03:00.701]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.4191259Z [00:03:00.701]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.4192787Z [00:03:00.701]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.4194053Z [00:03:00.701]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.4194929Z [00:03:00.701]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:15.4195703Z [00:03:00.701]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.4196506Z [00:03:00.701]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.4197088Z [00:03:00.701]➜  EOF
2025-08-20T23:04:15.4201286Z [00:03:00.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1232/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dareboost=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dareboost;$WORK/b1232=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dareboost -lang=go1.24 -complete -installsuffix shared -buildid Duc79UYGBMPP10i24XmU/Duc79UYGBMPP10i24XmU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1232/importcfg -pack ./pkg/detectors/dareboost/dareboost.go
2025-08-20T23:04:15.4794233Z [00:03:00.763]➜  go tool buildid -w $WORK/b1232/_pkg_.a # internal
2025-08-20T23:04:15.4808093Z [00:03:00.764]➜  cp $WORK/b1232/_pkg_.a /root/.cache/go-build/2c/2c89384635dea297b3f385ff48e0ef2eb09ef30159a4211272210cd50390c173-d # internal
2025-08-20T23:04:15.4810897Z [00:03:00.764]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databox
2025-08-20T23:04:15.4813661Z [00:03:00.764]➜  mkdir -p $WORK/b1233/
2025-08-20T23:04:15.4818464Z [00:03:00.765]➜  cat >/tmp/go-build3700090427/b1233/importcfg << 'EOF' # internal
2025-08-20T23:04:15.4821051Z [00:03:00.765]➜  # import config
2025-08-20T23:04:15.4824030Z [00:03:00.765]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.4824997Z [00:03:00.765]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:15.4825913Z [00:03:00.765]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.4827157Z [00:03:00.765]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.4828827Z [00:03:00.765]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.4830584Z [00:03:00.765]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.4831957Z [00:03:00.765]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.4832970Z [00:03:00.765]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.4833848Z [00:03:00.765]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.4834510Z [00:03:00.765]➜  EOF
2025-08-20T23:04:15.4838315Z [00:03:00.765]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1233/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databox;$WORK/b1233=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databox -lang=go1.24 -complete -installsuffix shared -buildid QXwcZPEUNkN1as03zMpi/QXwcZPEUNkN1as03zMpi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1233/importcfg -pack ./pkg/detectors/databox/databox.go
2025-08-20T23:04:15.4911752Z [00:03:00.774]➜  go tool buildid -w $WORK/b1231/_pkg_.a # internal
2025-08-20T23:04:15.4930150Z [00:03:00.776]➜  cp $WORK/b1231/_pkg_.a /root/.cache/go-build/ab/abfc2da9149c7d999f68af9fd1e433e772319849ed5653ab33ea4f8bb36a5ae4-d # internal
2025-08-20T23:04:15.4936488Z [00:03:00.777]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databrickstoken
2025-08-20T23:04:15.4948325Z [00:03:00.778]➜  mkdir -p $WORK/b1234/
2025-08-20T23:04:15.4956302Z [00:03:00.778]➜  cat >/tmp/go-build3700090427/b1234/importcfg << 'EOF' # internal
2025-08-20T23:04:15.4957076Z [00:03:00.778]➜  # import config
2025-08-20T23:04:15.4957765Z [00:03:00.778]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.4958628Z [00:03:00.778]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.4961808Z [00:03:00.778]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.4964826Z [00:03:00.778]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.4966269Z [00:03:00.778]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.4967266Z [00:03:00.778]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:15.4968132Z [00:03:00.778]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.4969018Z [00:03:00.778]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.4973074Z [00:03:00.778]➜  EOF
2025-08-20T23:04:15.4977630Z [00:03:00.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1234/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databrickstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databrickstoken;$WORK/b1234=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databrickstoken -lang=go1.24 -complete -installsuffix shared -buildid B8z5tc2uX9frBjxDMh1N/B8z5tc2uX9frBjxDMh1N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1234/importcfg -pack ./pkg/detectors/databrickstoken/databrickstoken.go
2025-08-20T23:04:15.5700495Z [00:03:00.853]➜  go tool buildid -w $WORK/b1233/_pkg_.a # internal
2025-08-20T23:04:15.5714963Z [00:03:00.855]➜  cp $WORK/b1233/_pkg_.a /root/.cache/go-build/47/472a5dae274ce335b971bdf0241a94d4d9c3a0609e03db86092de6ad58158e35-d # internal
2025-08-20T23:04:15.5720450Z [00:03:00.855]➜  go tool buildid -w $WORK/b1234/_pkg_.a # internal
2025-08-20T23:04:15.5722182Z [00:03:00.855]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datadogtoken
2025-08-20T23:04:15.5724351Z [00:03:00.856]➜  mkdir -p $WORK/b1235/
2025-08-20T23:04:15.5729305Z [00:03:00.856]➜  cat >/tmp/go-build3700090427/b1235/importcfg << 'EOF' # internal
2025-08-20T23:04:15.5731615Z [00:03:00.856]➜  # import config
2025-08-20T23:04:15.5734868Z [00:03:00.856]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.5735839Z [00:03:00.856]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:15.5737081Z [00:03:00.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.5738601Z [00:03:00.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.5751269Z [00:03:00.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.5752715Z [00:03:00.856]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.5753762Z [00:03:00.856]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.5754731Z [00:03:00.856]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.5755430Z [00:03:00.856]➜  EOF
2025-08-20T23:04:15.5759921Z [00:03:00.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1235/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datadogtoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datadogtoken;$WORK/b1235=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datadogtoken -lang=go1.24 -complete -installsuffix shared -buildid 8VG3vmspjJrsKnSjGhK2/8VG3vmspjJrsKnSjGhK2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1235/importcfg -pack ./pkg/detectors/datadogtoken/datadogtoken.go
2025-08-20T23:04:15.5770491Z [00:03:00.859]➜  cp $WORK/b1234/_pkg_.a /root/.cache/go-build/8a/8a786caf85b393d6bff9573219d215eb5ad878784490ce5d391b563b75e25021-d # internal
2025-08-20T23:04:15.5800477Z [00:03:00.859]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datagov
2025-08-20T23:04:15.5801196Z [00:03:00.859]➜  mkdir -p $WORK/b1236/
2025-08-20T23:04:15.5802047Z [00:03:00.860]➜  cat >/tmp/go-build3700090427/b1236/importcfg << 'EOF' # internal
2025-08-20T23:04:15.5802708Z [00:03:00.860]➜  # import config
2025-08-20T23:04:15.5803332Z [00:03:00.860]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.5804088Z [00:03:00.860]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.5805164Z [00:03:00.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.5806591Z [00:03:00.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.5808076Z [00:03:00.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.5809580Z [00:03:00.860]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.5810753Z [00:03:00.860]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.5811689Z [00:03:00.860]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.5812333Z [00:03:00.860]➜  EOF
2025-08-20T23:04:15.5815931Z [00:03:00.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1236/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datagov=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datagov;$WORK/b1236=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datagov -lang=go1.24 -complete -installsuffix shared -buildid BW2u-ISiOWbQfiEt_4jM/BW2u-ISiOWbQfiEt_4jM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1236/importcfg -pack ./pkg/detectors/datagov/datagov.go
2025-08-20T23:04:15.6786267Z [00:03:00.962]➜  go tool buildid -w $WORK/b1236/_pkg_.a # internal
2025-08-20T23:04:15.6797773Z [00:03:00.963]➜  cp $WORK/b1236/_pkg_.a /root/.cache/go-build/3d/3d714d5a1c6ffcc1d1044d92a560ea84a7ee9ffec455684c9e38252791cc3ec7-d # internal
2025-08-20T23:04:15.6803193Z [00:03:00.963]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepai
2025-08-20T23:04:15.6803947Z [00:03:00.963]➜  mkdir -p $WORK/b1237/
2025-08-20T23:04:15.6804885Z [00:03:00.963]➜  cat >/tmp/go-build3700090427/b1237/importcfg << 'EOF' # internal
2025-08-20T23:04:15.6805553Z [00:03:00.963]➜  # import config
2025-08-20T23:04:15.6806208Z [00:03:00.963]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:15.6807036Z [00:03:00.963]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.6808220Z [00:03:00.963]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.6809930Z [00:03:00.963]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.6811520Z [00:03:00.963]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.6812827Z [00:03:00.963]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.6813749Z [00:03:00.963]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:15.6814612Z [00:03:00.963]➜  packagefile mime/multipart=/tmp/go-build3700090427/b196/_pkg_.a
2025-08-20T23:04:15.6815477Z [00:03:00.963]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.6816469Z [00:03:00.963]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.6817057Z [00:03:00.963]➜  EOF
2025-08-20T23:04:15.6821202Z [00:03:00.963]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1237/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepai;$WORK/b1237=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepai -lang=go1.24 -complete -installsuffix shared -buildid wqGBMWWE0P9R6U9Q9lWs/wqGBMWWE0P9R6U9Q9lWs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1237/importcfg -pack ./pkg/detectors/deepai/deepai.go
2025-08-20T23:04:15.6833804Z [00:03:00.967]➜  go tool buildid -w $WORK/b1235/_pkg_.a # internal
2025-08-20T23:04:15.6850640Z [00:03:00.968]➜  cp $WORK/b1235/_pkg_.a /root/.cache/go-build/50/508730af38398f4716a1d0ec8243afb7765b38835072e12fd4c306a835b912b1-d # internal
2025-08-20T23:04:15.6865279Z [00:03:00.968]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepgram
2025-08-20T23:04:15.6866042Z [00:03:00.968]➜  mkdir -p $WORK/b1238/
2025-08-20T23:04:15.6866771Z [00:03:00.969]➜  cat >/tmp/go-build3700090427/b1238/importcfg << 'EOF' # internal
2025-08-20T23:04:15.6867441Z [00:03:00.969]➜  # import config
2025-08-20T23:04:15.6868104Z [00:03:00.969]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.6868912Z [00:03:00.969]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.6870317Z [00:03:00.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.6871987Z [00:03:00.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.6873561Z [00:03:00.969]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.6874871Z [00:03:00.969]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.6875829Z [00:03:00.969]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.6876655Z [00:03:00.969]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.6877545Z [00:03:00.969]➜  EOF
2025-08-20T23:04:15.6882682Z [00:03:00.969]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1238/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepgram=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepgram;$WORK/b1238=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepgram -lang=go1.24 -complete -installsuffix shared -buildid jugXdJ-MefcufwvF50ZN/jugXdJ-MefcufwvF50ZN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1238/importcfg -pack ./pkg/detectors/deepgram/deepgram.go
2025-08-20T23:04:15.7977187Z [00:03:01.081]➜  go tool buildid -w $WORK/b1237/_pkg_.a # internal
2025-08-20T23:04:15.7997842Z [00:03:01.083]➜  cp $WORK/b1237/_pkg_.a /root/.cache/go-build/20/20045bc5f594b7570f215895a9c087ed9bf9ab36357805a74039c233a711d70e-d # internal
2025-08-20T23:04:15.7999178Z [00:03:01.083]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepseek
2025-08-20T23:04:15.8000206Z [00:03:01.083]➜  mkdir -p $WORK/b1239/
2025-08-20T23:04:15.8000918Z [00:03:01.083]➜  cat >/tmp/go-build3700090427/b1239/importcfg << 'EOF' # internal
2025-08-20T23:04:15.8005090Z [00:03:01.083]➜  # import config
2025-08-20T23:04:15.8005823Z [00:03:01.083]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.8006703Z [00:03:01.083]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:15.8007582Z [00:03:01.083]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.8008758Z [00:03:01.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.8010613Z [00:03:01.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.8012396Z [00:03:01.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.8013704Z [00:03:01.083]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.8014604Z [00:03:01.083]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:15.8015393Z [00:03:01.083]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.8015989Z [00:03:01.083]➜  EOF
2025-08-20T23:04:15.8020164Z [00:03:01.083]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1239/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepseek=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepseek;$WORK/b1239=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepseek -lang=go1.24 -complete -installsuffix shared -buildid eSqJK5hn8aL47Aj_frsJ/eSqJK5hn8aL47Aj_frsJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1239/importcfg -pack ./pkg/detectors/deepseek/deepseek.go
2025-08-20T23:04:15.8023768Z [00:03:01.084]➜  go tool buildid -w $WORK/b1238/_pkg_.a # internal
2025-08-20T23:04:15.8034585Z [00:03:01.086]➜  cp $WORK/b1238/_pkg_.a /root/.cache/go-build/f0/f0b7805a5658a1ad27f1ecee0c642062db7685df5151dc9e8790a6322a97d4f4-d # internal
2025-08-20T23:04:15.8035960Z [00:03:01.086]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/delighted
2025-08-20T23:04:15.8036705Z [00:03:01.086]➜  mkdir -p $WORK/b1240/
2025-08-20T23:04:15.8054693Z [00:03:01.089]➜  cat >/tmp/go-build3700090427/b1240/importcfg << 'EOF' # internal
2025-08-20T23:04:15.8059975Z [00:03:01.089]➜  # import config
2025-08-20T23:04:15.8060697Z [00:03:01.089]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.8061601Z [00:03:01.089]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:15.8062457Z [00:03:01.089]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.8063626Z [00:03:01.089]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.8065135Z [00:03:01.089]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.8066682Z [00:03:01.089]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.8068028Z [00:03:01.089]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.8068973Z [00:03:01.089]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.8070029Z [00:03:01.089]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.8070646Z [00:03:01.089]➜  EOF
2025-08-20T23:04:15.8074670Z [00:03:01.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1240/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/delighted=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/delighted;$WORK/b1240=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/delighted -lang=go1.24 -complete -installsuffix shared -buildid FQdfnLy-I8dNs_bMQXJ7/FQdfnLy-I8dNs_bMQXJ7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1240/importcfg -pack ./pkg/detectors/delighted/delighted.go
2025-08-20T23:04:15.8366496Z [00:03:01.120]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:15.8372657Z [00:03:01.120]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x036.o -c zstd_ldm.c
2025-08-20T23:04:15.9080132Z [00:03:01.191]➜  go tool buildid -w $WORK/b1240/_pkg_.a # internal
2025-08-20T23:04:15.9096771Z [00:03:01.193]➜  cp $WORK/b1240/_pkg_.a /root/.cache/go-build/af/aff82eae855ac1a59aa94e78e2bf2d80b1f76f5b4191956dfbb4b8ff87a5e0a6-d # internal
2025-08-20T23:04:15.9102290Z [00:03:01.193]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/demio
2025-08-20T23:04:15.9102912Z [00:03:01.193]➜  mkdir -p $WORK/b1241/
2025-08-20T23:04:15.9103634Z [00:03:01.193]➜  cat >/tmp/go-build3700090427/b1241/importcfg << 'EOF' # internal
2025-08-20T23:04:15.9104324Z [00:03:01.193]➜  # import config
2025-08-20T23:04:15.9104990Z [00:03:01.193]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.9105801Z [00:03:01.193]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.9107114Z [00:03:01.193]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.9108618Z [00:03:01.193]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.9110339Z [00:03:01.193]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.9111685Z [00:03:01.193]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.9112648Z [00:03:01.193]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.9113486Z [00:03:01.193]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:15.9114101Z [00:03:01.193]➜  EOF
2025-08-20T23:04:15.9114923Z [00:03:01.193]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:15.9119031Z [00:03:01.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1241/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/demio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/demio;$WORK/b1241=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/demio -lang=go1.24 -complete -installsuffix shared -buildid A54WfBeAdOcK6Fb9kmbT/A54WfBeAdOcK6Fb9kmbT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1241/importcfg -pack ./pkg/detectors/demio/demio.go
2025-08-20T23:04:15.9302792Z [00:03:01.212]➜  go tool buildid -w $WORK/b1239/_pkg_.a # internal
2025-08-20T23:04:15.9343940Z [00:03:01.218]➜  cp $WORK/b1239/_pkg_.a /root/.cache/go-build/13/13bdb3c682395080acadf3c7d89f4de55b3ef1efd576ba6735b8876ac01677e3-d # internal
2025-08-20T23:04:15.9355823Z [00:03:01.219]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deno
2025-08-20T23:04:15.9358726Z [00:03:01.219]➜  mkdir -p $WORK/b1242/
2025-08-20T23:04:15.9362845Z [00:03:01.219]➜  cat >/tmp/go-build3700090427/b1242/importcfg << 'EOF' # internal
2025-08-20T23:04:15.9368164Z [00:03:01.219]➜  # import config
2025-08-20T23:04:15.9368872Z [00:03:01.219]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:15.9370115Z [00:03:01.219]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:15.9371001Z [00:03:01.219]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:15.9372180Z [00:03:01.219]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:15.9373662Z [00:03:01.219]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:15.9375198Z [00:03:01.219]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:15.9376519Z [00:03:01.219]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:15.9377473Z [00:03:01.219]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:15.9378337Z [00:03:01.219]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:15.9378983Z [00:03:01.219]➜  EOF
2025-08-20T23:04:15.9383646Z [00:03:01.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1242/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deno=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deno;$WORK/b1242=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deno -lang=go1.24 -complete -installsuffix shared -buildid NhxRjtJgrWs8SElVICno/NhxRjtJgrWs8SElVICno -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1242/importcfg -pack ./pkg/detectors/deno/denodeploy.go
2025-08-20T23:04:15.9978449Z [00:03:01.281]➜  go tool buildid -w $WORK/b1241/_pkg_.a # internal
2025-08-20T23:04:16.0008624Z [00:03:01.284]➜  cp $WORK/b1241/_pkg_.a /root/.cache/go-build/4e/4e0051593c783a1662222a14bc58b8156a8642a326e784cb78576e23de548ed7-d # internal
2025-08-20T23:04:16.0016342Z [00:03:01.285]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deputy
2025-08-20T23:04:16.0019574Z [00:03:01.285]➜  mkdir -p $WORK/b1243/
2025-08-20T23:04:16.0028513Z [00:03:01.285]➜  cat >/tmp/go-build3700090427/b1243/importcfg << 'EOF' # internal
2025-08-20T23:04:16.0029250Z [00:03:01.285]➜  # import config
2025-08-20T23:04:16.0030130Z [00:03:01.285]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.0031012Z [00:03:01.285]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.0032256Z [00:03:01.285]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.0033806Z [00:03:01.285]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.0035112Z [00:03:01.285]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.0036050Z [00:03:01.285]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.0037058Z [00:03:01.285]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.0037685Z [00:03:01.285]➜  EOF
2025-08-20T23:04:16.0062398Z [00:03:01.286]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1243/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deputy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deputy;$WORK/b1243=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deputy -lang=go1.24 -complete -installsuffix shared -buildid Gg9VbQztWt35iaoGfwkn/Gg9VbQztWt35iaoGfwkn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1243/importcfg -pack ./pkg/detectors/deputy/deputy.go
2025-08-20T23:04:16.0766076Z [00:03:01.360]➜  go tool buildid -w $WORK/b1242/_pkg_.a # internal
2025-08-20T23:04:16.0784697Z [00:03:01.362]➜  cp $WORK/b1242/_pkg_.a /root/.cache/go-build/bb/bbd4fa1fe744379e04f4497dd3aff2908e9192eba52f62b505e8270b92846773-d # internal
2025-08-20T23:04:16.0792314Z [00:03:01.362]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectify
2025-08-20T23:04:16.0793118Z [00:03:01.362]➜  mkdir -p $WORK/b1244/
2025-08-20T23:04:16.0802362Z [00:03:01.363]➜  cat >/tmp/go-build3700090427/b1244/importcfg << 'EOF' # internal
2025-08-20T23:04:16.0803253Z [00:03:01.363]➜  # import config
2025-08-20T23:04:16.0803895Z [00:03:01.363]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.0805087Z [00:03:01.363]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.0806567Z [00:03:01.363]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.0808094Z [00:03:01.363]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.0809874Z [00:03:01.363]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.0810820Z [00:03:01.363]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.0811655Z [00:03:01.363]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.0812275Z [00:03:01.363]➜  EOF
2025-08-20T23:04:16.0816228Z [00:03:01.363]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1244/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectify;$WORK/b1244=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectify -lang=go1.24 -complete -installsuffix shared -buildid EvU0sMgd_mcEWUuVYgtK/EvU0sMgd_mcEWUuVYgtK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1244/importcfg -pack ./pkg/detectors/detectify/detectify.go
2025-08-20T23:04:16.0918469Z [00:03:01.375]➜  go tool buildid -w $WORK/b1243/_pkg_.a # internal
2025-08-20T23:04:16.0932501Z [00:03:01.376]➜  cp $WORK/b1243/_pkg_.a /root/.cache/go-build/57/57b308a266dc5ba5d3d68be33f27b6f9a21a4cdea725dbdf5c79ddbddf4d9184-d # internal
2025-08-20T23:04:16.0939099Z [00:03:01.376]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectlanguage
2025-08-20T23:04:16.0940135Z [00:03:01.376]➜  mkdir -p $WORK/b1245/
2025-08-20T23:04:16.0958324Z [00:03:01.379]➜  cat >/tmp/go-build3700090427/b1245/importcfg << 'EOF' # internal
2025-08-20T23:04:16.0960055Z [00:03:01.379]➜  # import config
2025-08-20T23:04:16.0962424Z [00:03:01.379]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.0963574Z [00:03:01.379]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.0966173Z [00:03:01.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.0967864Z [00:03:01.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.0969638Z [00:03:01.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.0971149Z [00:03:01.379]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.0972131Z [00:03:01.379]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.0972978Z [00:03:01.379]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.1001017Z [00:03:01.379]➜  EOF
2025-08-20T23:04:16.1005329Z [00:03:01.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1245/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectlanguage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectlanguage;$WORK/b1245=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectlanguage -lang=go1.24 -complete -installsuffix shared -buildid HHTbQuT2fzLro9yclRAe/HHTbQuT2fzLro9yclRAe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1245/importcfg -pack ./pkg/detectors/detectlanguage/detectlanguage.go
2025-08-20T23:04:16.1676145Z [00:03:01.451]➜  go tool buildid -w $WORK/b1245/_pkg_.a # internal
2025-08-20T23:04:16.1690163Z [00:03:01.452]➜  go tool buildid -w $WORK/b1244/_pkg_.a # internal
2025-08-20T23:04:16.1692725Z [00:03:01.452]➜  cp $WORK/b1245/_pkg_.a /root/.cache/go-build/ab/ab802f7dbabc084611d433449be11755bf2f18b130b8f18e4190d87b7ba150d6-d # internal
2025-08-20T23:04:16.1695414Z [00:03:01.452]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dfuse
2025-08-20T23:04:16.1696136Z [00:03:01.452]➜  mkdir -p $WORK/b1246/
2025-08-20T23:04:16.1698376Z [00:03:01.453]➜  cat >/tmp/go-build3700090427/b1246/importcfg << 'EOF' # internal
2025-08-20T23:04:16.1699037Z [00:03:01.453]➜  # import config
2025-08-20T23:04:16.1700302Z [00:03:01.453]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.1701471Z [00:03:01.453]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.1703045Z [00:03:01.453]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.1704686Z [00:03:01.453]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.1706198Z [00:03:01.453]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.1707227Z [00:03:01.453]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.1708314Z [00:03:01.453]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.1708967Z [00:03:01.453]➜  EOF
2025-08-20T23:04:16.1712824Z [00:03:01.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1246/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dfuse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dfuse;$WORK/b1246=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dfuse -lang=go1.24 -complete -installsuffix shared -buildid jwB_k4XVInUdJnguup1k/jwB_k4XVInUdJnguup1k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1246/importcfg -pack ./pkg/detectors/dfuse/dfuse.go
2025-08-20T23:04:16.1716925Z [00:03:01.454]➜  cp $WORK/b1244/_pkg_.a /root/.cache/go-build/8e/8e946f446e2fe5efb751126ffa4e8c586be907c2e563248849c687479342d92c-d # internal
2025-08-20T23:04:16.1718298Z [00:03:01.454]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diffbot
2025-08-20T23:04:16.1719054Z [00:03:01.454]➜  mkdir -p $WORK/b1247/
2025-08-20T23:04:16.1723854Z [00:03:01.454]➜  cat >/tmp/go-build3700090427/b1247/importcfg << 'EOF' # internal
2025-08-20T23:04:16.1724559Z [00:03:01.454]➜  # import config
2025-08-20T23:04:16.1725235Z [00:03:01.454]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.1726062Z [00:03:01.454]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.1727216Z [00:03:01.454]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.1728744Z [00:03:01.454]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.1730909Z [00:03:01.454]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.1732423Z [00:03:01.454]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.1733385Z [00:03:01.454]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:16.1734248Z [00:03:01.455]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.1735108Z [00:03:01.455]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.1735937Z [00:03:01.455]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:16.1736536Z [00:03:01.455]➜  EOF
2025-08-20T23:04:16.1747644Z [00:03:01.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1247/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diffbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diffbot;$WORK/b1247=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diffbot -lang=go1.24 -complete -installsuffix shared -buildid af5odYT82gBUlu1xTdTi/af5odYT82gBUlu1xTdTi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1247/importcfg -pack ./pkg/detectors/diffbot/diffbot.go
2025-08-20T23:04:16.1823985Z [00:03:01.466]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:16.1827310Z [00:03:01.466]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x037.o -c zstd_opt.c
2025-08-20T23:04:16.2297039Z [00:03:01.513]➜  go tool buildid -w $WORK/b1246/_pkg_.a # internal
2025-08-20T23:04:16.2316280Z [00:03:01.515]➜  cp $WORK/b1246/_pkg_.a /root/.cache/go-build/9b/9bff3e979c6b9c72e0abe313855d94d24ba8ffe0eb98d06890ed2c278bf1a099-d # internal
2025-08-20T23:04:16.2329984Z [00:03:01.516]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diggernaut
2025-08-20T23:04:16.2332384Z [00:03:01.516]➜  mkdir -p $WORK/b1248/
2025-08-20T23:04:16.2333125Z [00:03:01.516]➜  cat >/tmp/go-build3700090427/b1248/importcfg << 'EOF' # internal
2025-08-20T23:04:16.2333982Z [00:03:01.516]➜  # import config
2025-08-20T23:04:16.2334628Z [00:03:01.516]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.2335412Z [00:03:01.516]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.2336543Z [00:03:01.516]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.2338016Z [00:03:01.516]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.2339778Z [00:03:01.516]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.2341361Z [00:03:01.516]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.2342306Z [00:03:01.516]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.2343107Z [00:03:01.516]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.2343712Z [00:03:01.516]➜  EOF
2025-08-20T23:04:16.2344164Z [00:03:01.516]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:16.2348008Z [00:03:01.516]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1248/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diggernaut=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diggernaut;$WORK/b1248=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diggernaut -lang=go1.24 -complete -installsuffix shared -buildid fqWHyEC5OUKGi_OhB-kl/fqWHyEC5OUKGi_OhB-kl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1248/importcfg -pack ./pkg/detectors/diggernaut/diggernaut.go
2025-08-20T23:04:16.2776456Z [00:03:01.561]➜  go tool buildid -w $WORK/b1247/_pkg_.a # internal
2025-08-20T23:04:16.2792518Z [00:03:01.562]➜  cp $WORK/b1247/_pkg_.a /root/.cache/go-build/52/5213dc53d9075ffd819cee78d6e49000593fec4851983af8f81f5d458f9041c1-d # internal
2025-08-20T23:04:16.2814816Z [00:03:01.563]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceantoken
2025-08-20T23:04:16.2815650Z [00:03:01.563]➜  mkdir -p $WORK/b1249/
2025-08-20T23:04:16.2816357Z [00:03:01.563]➜  cat >/tmp/go-build3700090427/b1249/importcfg << 'EOF' # internal
2025-08-20T23:04:16.2817012Z [00:03:01.563]➜  # import config
2025-08-20T23:04:16.2817663Z [00:03:01.563]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.2818466Z [00:03:01.564]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.2819795Z [00:03:01.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.2821296Z [00:03:01.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.2822815Z [00:03:01.564]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.2824276Z [00:03:01.564]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.2825197Z [00:03:01.564]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.2825797Z [00:03:01.564]➜  EOF
2025-08-20T23:04:16.2830140Z [00:03:01.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1249/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceantoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceantoken;$WORK/b1249=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceantoken -lang=go1.24 -complete -installsuffix shared -buildid 6A11aJfrzNCkGSzTBahR/6A11aJfrzNCkGSzTBahR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1249/importcfg -pack ./pkg/detectors/digitaloceantoken/digitaloceantoken.go
2025-08-20T23:04:16.2968511Z [00:03:01.580]➜  go tool buildid -w $WORK/b1248/_pkg_.a # internal
2025-08-20T23:04:16.3002388Z [00:03:01.583]➜  cp $WORK/b1248/_pkg_.a /root/.cache/go-build/62/62a062666653e6cf73c54fa99183c0b9ecafaef53200bdd39bdc63a5b328df34-d # internal
2025-08-20T23:04:16.3012602Z [00:03:01.584]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceanv2
2025-08-20T23:04:16.3014695Z [00:03:01.584]➜  mkdir -p $WORK/b1250/
2025-08-20T23:04:16.3017945Z [00:03:01.585]➜  cat >/tmp/go-build3700090427/b1250/importcfg << 'EOF' # internal
2025-08-20T23:04:16.3018654Z [00:03:01.585]➜  # import config
2025-08-20T23:04:16.3019515Z [00:03:01.585]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.3020426Z [00:03:01.585]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:16.3021306Z [00:03:01.585]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.3022760Z [00:03:01.585]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.3024337Z [00:03:01.585]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.3025946Z [00:03:01.585]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.3027299Z [00:03:01.585]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.3028236Z [00:03:01.585]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:16.3029057Z [00:03:01.585]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.3030117Z [00:03:01.585]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.3030759Z [00:03:01.585]➜  EOF
2025-08-20T23:04:16.3034973Z [00:03:01.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1250/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceanv2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceanv2;$WORK/b1250=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceanv2 -lang=go1.24 -complete -installsuffix shared -buildid RhpOskwqlRWqnU3inWdq/RhpOskwqlRWqnU3inWdq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1250/importcfg -pack ./pkg/detectors/digitaloceanv2/digitaloceanv2.go
2025-08-20T23:04:16.3500086Z [00:03:01.633]➜  go tool buildid -w $WORK/b1249/_pkg_.a # internal
2025-08-20T23:04:16.3522627Z [00:03:01.635]➜  cp $WORK/b1249/_pkg_.a /root/.cache/go-build/48/48597172c9465813eb4b4686c268a2c3fed1890ca42488846baa9afd8fc6790b-d # internal
2025-08-20T23:04:16.3526488Z [00:03:01.636]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordbottoken
2025-08-20T23:04:16.3527301Z [00:03:01.636]➜  mkdir -p $WORK/b1251/
2025-08-20T23:04:16.3533795Z [00:03:01.636]➜  cat >/tmp/go-build3700090427/b1251/importcfg << 'EOF' # internal
2025-08-20T23:04:16.3542910Z [00:03:01.636]➜  # import config
2025-08-20T23:04:16.3543528Z [00:03:01.636]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.3544472Z [00:03:01.636]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.3545557Z [00:03:01.636]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.3546972Z [00:03:01.636]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.3548361Z [00:03:01.637]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.3549705Z [00:03:01.637]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.3550541Z [00:03:01.637]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.3551317Z [00:03:01.637]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.3552103Z [00:03:01.637]➜  EOF
2025-08-20T23:04:16.3556082Z [00:03:01.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1251/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordbottoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordbottoken;$WORK/b1251=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordbottoken -lang=go1.24 -complete -installsuffix shared -buildid cse1LM2iHJUbLYrEY-UA/cse1LM2iHJUbLYrEY-UA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1251/importcfg -pack ./pkg/detectors/discordbottoken/discordbottoken.go
2025-08-20T23:04:16.4132811Z [00:03:01.696]➜  go tool buildid -w $WORK/b1250/_pkg_.a # internal
2025-08-20T23:04:16.4149791Z [00:03:01.698]➜  cp $WORK/b1250/_pkg_.a /root/.cache/go-build/b5/b58cce1658c22bf36fc4b59375af5db3504ac20e913b2ee815ff14f14fc6f44a-d # internal
2025-08-20T23:04:16.4154557Z [00:03:01.698]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordwebhook
2025-08-20T23:04:16.4155563Z [00:03:01.698]➜  mkdir -p $WORK/b1252/
2025-08-20T23:04:16.4157628Z [00:03:01.699]➜  cat >/tmp/go-build3700090427/b1252/importcfg << 'EOF' # internal
2025-08-20T23:04:16.4158317Z [00:03:01.699]➜  # import config
2025-08-20T23:04:16.4158982Z [00:03:01.699]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.4160376Z [00:03:01.699]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.4161916Z [00:03:01.699]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.4163221Z [00:03:01.699]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.4164148Z [00:03:01.699]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.4164952Z [00:03:01.699]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.4165557Z [00:03:01.699]➜  EOF
2025-08-20T23:04:16.4169808Z [00:03:01.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1252/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordwebhook=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordwebhook;$WORK/b1252=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordwebhook -lang=go1.24 -complete -installsuffix shared -buildid KmCf7kyjkG52Eo_yxjo1/KmCf7kyjkG52Eo_yxjo1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1252/importcfg -pack ./pkg/detectors/discordwebhook/discordwebhook.go
2025-08-20T23:04:16.4244647Z [00:03:01.708]➜  go tool buildid -w $WORK/b1251/_pkg_.a # internal
2025-08-20T23:04:16.4260041Z [00:03:01.709]➜  cp $WORK/b1251/_pkg_.a /root/.cache/go-build/90/9016e06602999a8f90601852508ec51da325ec87e7306cc44834c8416c094a43-d # internal
2025-08-20T23:04:16.4282639Z [00:03:01.711]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/disqus
2025-08-20T23:04:16.4290462Z [00:03:01.711]➜  mkdir -p $WORK/b1253/
2025-08-20T23:04:16.4291181Z [00:03:01.711]➜  cat >/tmp/go-build3700090427/b1253/importcfg << 'EOF' # internal
2025-08-20T23:04:16.4292097Z [00:03:01.711]➜  # import config
2025-08-20T23:04:16.4292695Z [00:03:01.711]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.4293776Z [00:03:01.711]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.4295184Z [00:03:01.711]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.4299968Z [00:03:01.711]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.4301342Z [00:03:01.711]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.4302315Z [00:03:01.711]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.4303185Z [00:03:01.711]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.4303805Z [00:03:01.711]➜  EOF
2025-08-20T23:04:16.4307495Z [00:03:01.711]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1253/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/disqus=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/disqus;$WORK/b1253=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/disqus -lang=go1.24 -complete -installsuffix shared -buildid rtCG-9VPAx9iKsktlDmZ/rtCG-9VPAx9iKsktlDmZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1253/importcfg -pack ./pkg/detectors/disqus/disqus.go
2025-08-20T23:04:16.4815470Z [00:03:01.765]➜  go tool buildid -w $WORK/b1252/_pkg_.a # internal
2025-08-20T23:04:16.4830668Z [00:03:01.766]➜  cp $WORK/b1252/_pkg_.a /root/.cache/go-build/6a/6af7a678ac54b1a19bbac7984520f59140d5c456f36094aef8d6b4ed33aee104-d # internal
2025-08-20T23:04:16.4833059Z [00:03:01.766]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ditto
2025-08-20T23:04:16.4834088Z [00:03:01.766]➜  mkdir -p $WORK/b1254/
2025-08-20T23:04:16.4843021Z [00:03:01.767]➜  cat >/tmp/go-build3700090427/b1254/importcfg << 'EOF' # internal
2025-08-20T23:04:16.4844752Z [00:03:01.767]➜  # import config
2025-08-20T23:04:16.4845400Z [00:03:01.767]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.4846184Z [00:03:01.767]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.4847282Z [00:03:01.767]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.4848695Z [00:03:01.767]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.4850732Z [00:03:01.767]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.4852013Z [00:03:01.767]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.4852932Z [00:03:01.768]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.4853716Z [00:03:01.768]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.4854316Z [00:03:01.768]➜  EOF
2025-08-20T23:04:16.4857971Z [00:03:01.768]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1254/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ditto=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ditto;$WORK/b1254=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ditto -lang=go1.24 -complete -installsuffix shared -buildid waHCevmHMe4-s3VhWktl/waHCevmHMe4-s3VhWktl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1254/importcfg -pack ./pkg/detectors/ditto/ditto.go
2025-08-20T23:04:16.5018106Z [00:03:01.785]➜  go tool buildid -w $WORK/b1253/_pkg_.a # internal
2025-08-20T23:04:16.5038835Z [00:03:01.787]➜  cp $WORK/b1253/_pkg_.a /root/.cache/go-build/3f/3f69fd10e6c0894283bbfa4e6842fc5b72560fb641b792f3503fd0bab814733a-d # internal
2025-08-20T23:04:16.5041922Z [00:03:01.787]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dnscheck
2025-08-20T23:04:16.5044340Z [00:03:01.788]➜  mkdir -p $WORK/b1255/
2025-08-20T23:04:16.5052249Z [00:03:01.788]➜  cat >/tmp/go-build3700090427/b1255/importcfg << 'EOF' # internal
2025-08-20T23:04:16.5053937Z [00:03:01.788]➜  # import config
2025-08-20T23:04:16.5054606Z [00:03:01.788]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.5055774Z [00:03:01.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.5057236Z [00:03:01.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.5058789Z [00:03:01.788]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.5060389Z [00:03:01.788]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.5061378Z [00:03:01.788]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.5062249Z [00:03:01.788]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.5062881Z [00:03:01.788]➜  EOF
2025-08-20T23:04:16.5066757Z [00:03:01.789]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1255/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dnscheck=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dnscheck;$WORK/b1255=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dnscheck -lang=go1.24 -complete -installsuffix shared -buildid 9LpejDPNAYGiUpDjNjH_/9LpejDPNAYGiUpDjNjH_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1255/importcfg -pack ./pkg/detectors/dnscheck/dnscheck.go
2025-08-20T23:04:16.5651157Z [00:03:01.848]➜  go tool buildid -w $WORK/b1255/_pkg_.a # internal
2025-08-20T23:04:16.5669600Z [00:03:01.850]➜  cp $WORK/b1255/_pkg_.a /root/.cache/go-build/e3/e3b0ebe90b1ba6d51292743bc733d9774bebd624504a43f718ed3610b06f2362-d # internal
2025-08-20T23:04:16.5676333Z [00:03:01.851]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docker
2025-08-20T23:04:16.5690945Z [00:03:01.851]➜  mkdir -p $WORK/b1256/
2025-08-20T23:04:16.5692762Z [00:03:01.852]➜  cat >/tmp/go-build3700090427/b1256/importcfg << 'EOF' # internal
2025-08-20T23:04:16.5694707Z [00:03:01.852]➜  # import config
2025-08-20T23:04:16.5695375Z [00:03:01.852]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.5696272Z [00:03:01.852]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:16.5697176Z [00:03:01.852]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:16.5698021Z [00:03:01.852]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.5698931Z [00:03:01.852]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:04:16.5700488Z [00:03:01.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.5702048Z [00:03:01.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:16.5703626Z [00:03:01.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.5705222Z [00:03:01.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.5706575Z [00:03:01.852]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.5707513Z [00:03:01.852]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:16.5708345Z [00:03:01.852]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.5709213Z [00:03:01.852]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:16.5710274Z [00:03:01.852]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.5710906Z [00:03:01.852]➜  EOF
2025-08-20T23:04:16.5714715Z [00:03:01.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1256/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docker=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docker;$WORK/b1256=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docker -lang=go1.24 -complete -installsuffix shared -buildid CZo9_GR4i-GP1-rgxytm/CZo9_GR4i-GP1-rgxytm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1256/importcfg -pack ./pkg/detectors/docker/docker_auth_config.go
2025-08-20T23:04:16.5810882Z [00:03:01.864]➜  go tool buildid -w $WORK/b1254/_pkg_.a # internal
2025-08-20T23:04:16.5848001Z [00:03:01.868]➜  cp $WORK/b1254/_pkg_.a /root/.cache/go-build/5b/5ba1120242596eb37dc5a843864b488da68b8aa3f768e9e32670d22d7ca0aee6-d # internal
2025-08-20T23:04:16.5852469Z [00:03:01.868]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v1
2025-08-20T23:04:16.5854384Z [00:03:01.869]➜  mkdir -p $WORK/b1257/
2025-08-20T23:04:16.5882014Z [00:03:01.871]➜  cat >/tmp/go-build3700090427/b1257/importcfg << 'EOF' # internal
2025-08-20T23:04:16.5910538Z [00:03:01.871]➜  # import config
2025-08-20T23:04:16.5911216Z [00:03:01.871]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.5912105Z [00:03:01.871]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:16.5913238Z [00:03:01.871]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.5914235Z [00:03:01.871]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3700090427/b275/_pkg_.a
2025-08-20T23:04:16.5915559Z [00:03:01.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.5917072Z [00:03:01.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.5918910Z [00:03:01.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.5920523Z [00:03:01.871]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.5921422Z [00:03:01.871]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:16.5922225Z [00:03:01.871]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.5923080Z [00:03:01.871]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.5923709Z [00:03:01.871]➜  EOF
2025-08-20T23:04:16.5927748Z [00:03:01.871]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1257/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v1;$WORK/b1257=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v1 -lang=go1.24 -complete -installsuffix shared -buildid Zas8S5oO8ND8AFcKmvzV/Zas8S5oO8ND8AFcKmvzV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1257/importcfg -pack ./pkg/detectors/dockerhub/v1/dockerhub.go
2025-08-20T23:04:16.7243985Z [00:03:02.008]➜  go tool buildid -w $WORK/b1256/_pkg_.a # internal
2025-08-20T23:04:16.7265109Z [00:03:02.010]➜  cp $WORK/b1256/_pkg_.a /root/.cache/go-build/bb/bb692cc7e3be237ed09a25fc6e94cd58259279496db3c29001aa0b32d7f1154f-d # internal
2025-08-20T23:04:16.7277130Z [00:03:02.011]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v2
2025-08-20T23:04:16.7279301Z [00:03:02.011]➜  mkdir -p $WORK/b1258/
2025-08-20T23:04:16.7288964Z [00:03:02.012]➜  cat >/tmp/go-build3700090427/b1258/importcfg << 'EOF' # internal
2025-08-20T23:04:16.7290024Z [00:03:02.012]➜  # import config
2025-08-20T23:04:16.7290804Z [00:03:02.012]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.7292895Z [00:03:02.012]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:16.7293753Z [00:03:02.012]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.7294728Z [00:03:02.012]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3700090427/b275/_pkg_.a
2025-08-20T23:04:16.7295998Z [00:03:02.012]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.7297725Z [00:03:02.012]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.7299263Z [00:03:02.012]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.7300816Z [00:03:02.012]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.7301753Z [00:03:02.012]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:16.7303721Z [00:03:02.012]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.7304563Z [00:03:02.012]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.7305165Z [00:03:02.012]➜  EOF
2025-08-20T23:04:16.7309160Z [00:03:02.013]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1258/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v2;$WORK/b1258=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v2 -lang=go1.24 -complete -installsuffix shared -buildid qJwJJqtxI-C8ArdpOTAZ/qJwJJqtxI-C8ArdpOTAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1258/importcfg -pack ./pkg/detectors/dockerhub/v2/dockerhub.go
2025-08-20T23:04:16.7313240Z [00:03:02.014]➜  go tool buildid -w $WORK/b1257/_pkg_.a # internal
2025-08-20T23:04:16.7345590Z [00:03:02.018]➜  cp $WORK/b1257/_pkg_.a /root/.cache/go-build/dd/ddc7b1b13e8ab29f76227c7b83d12556777617a2300a6da35ca679fc256d835d-d # internal
2025-08-20T23:04:16.7350245Z [00:03:02.018]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docparser
2025-08-20T23:04:16.7351009Z [00:03:02.018]➜  mkdir -p $WORK/b1259/
2025-08-20T23:04:16.7355986Z [00:03:02.019]➜  cat >/tmp/go-build3700090427/b1259/importcfg << 'EOF' # internal
2025-08-20T23:04:16.7361280Z [00:03:02.019]➜  # import config
2025-08-20T23:04:16.7361998Z [00:03:02.019]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.7362838Z [00:03:02.019]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.7364024Z [00:03:02.019]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.7365558Z [00:03:02.019]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.7367116Z [00:03:02.019]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.7368634Z [00:03:02.019]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.7369794Z [00:03:02.019]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.7370643Z [00:03:02.019]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.7371266Z [00:03:02.019]➜  EOF
2025-08-20T23:04:16.7375549Z [00:03:02.019]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1259/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docparser=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docparser;$WORK/b1259=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docparser -lang=go1.24 -complete -installsuffix shared -buildid Ni5qNMyWBZqIY3J_2kiA/Ni5qNMyWBZqIY3J_2kiA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1259/importcfg -pack ./pkg/detectors/docparser/docparser.go
2025-08-20T23:04:16.8346344Z [00:03:02.118]➜  go tool buildid -w $WORK/b1259/_pkg_.a # internal
2025-08-20T23:04:16.8376532Z [00:03:02.121]➜  cp $WORK/b1259/_pkg_.a /root/.cache/go-build/2d/2d489d3a65fdde22547b016b264579dba0d370cd8e1284162799832707700169-d # internal
2025-08-20T23:04:16.8390886Z [00:03:02.121]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/documo
2025-08-20T23:04:16.8393201Z [00:03:02.121]➜  mkdir -p $WORK/b1260/
2025-08-20T23:04:16.8394168Z [00:03:02.122]➜  cat >/tmp/go-build3700090427/b1260/importcfg << 'EOF' # internal
2025-08-20T23:04:16.8394860Z [00:03:02.122]➜  # import config
2025-08-20T23:04:16.8395535Z [00:03:02.122]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.8396368Z [00:03:02.122]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.8397516Z [00:03:02.122]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.8399005Z [00:03:02.122]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.8400821Z [00:03:02.122]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.8402166Z [00:03:02.122]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.8403114Z [00:03:02.122]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.8403955Z [00:03:02.122]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.8404578Z [00:03:02.122]➜  EOF
2025-08-20T23:04:16.8408512Z [00:03:02.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1260/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/documo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/documo;$WORK/b1260=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/documo -lang=go1.24 -complete -installsuffix shared -buildid wj_Ri4GYgtE-zVeQBkDP/wj_Ri4GYgtE-zVeQBkDP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1260/importcfg -pack ./pkg/detectors/documo/documo.go
2025-08-20T23:04:16.8704764Z [00:03:02.154]➜  go tool buildid -w $WORK/b1258/_pkg_.a # internal
2025-08-20T23:04:16.8721421Z [00:03:02.155]➜  cp $WORK/b1258/_pkg_.a /root/.cache/go-build/c1/c19b5f8a65e5c695f3a33fd2084617ac039ff143f6d54f76b9dab27089a431f0-d # internal
2025-08-20T23:04:16.8724757Z [00:03:02.155]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docusign
2025-08-20T23:04:16.8731143Z [00:03:02.156]➜  mkdir -p $WORK/b1261/
2025-08-20T23:04:16.8741017Z [00:03:02.157]➜  cat >/tmp/go-build3700090427/b1261/importcfg << 'EOF' # internal
2025-08-20T23:04:16.8741707Z [00:03:02.157]➜  # import config
2025-08-20T23:04:16.8743537Z [00:03:02.157]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.8744659Z [00:03:02.157]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:16.8746602Z [00:03:02.157]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.8747552Z [00:03:02.157]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:04:16.8748839Z [00:03:02.157]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.8750587Z [00:03:02.157]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.8752258Z [00:03:02.157]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.8753597Z [00:03:02.157]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.8754571Z [00:03:02.157]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.8755402Z [00:03:02.157]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.8756016Z [00:03:02.157]➜  EOF
2025-08-20T23:04:16.8760046Z [00:03:02.157]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1261/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docusign=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docusign;$WORK/b1261=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docusign -lang=go1.24 -complete -installsuffix shared -buildid _jFloz--HFY5g3CPyndg/_jFloz--HFY5g3CPyndg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1261/importcfg -pack ./pkg/detectors/docusign/docusign.go
2025-08-20T23:04:16.8996266Z [00:03:02.183]➜  go tool buildid -w $WORK/b1260/_pkg_.a # internal
2025-08-20T23:04:16.9016327Z [00:03:02.185]➜  cp $WORK/b1260/_pkg_.a /root/.cache/go-build/36/36358dbe7d6fa317d4f90c94256eb56e576e748c88dcb439c11ce4fdb4c89fd0-d # internal
2025-08-20T23:04:16.9019015Z [00:03:02.185]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/doppler
2025-08-20T23:04:16.9021985Z [00:03:02.185]➜  mkdir -p $WORK/b1262/
2025-08-20T23:04:16.9027711Z [00:03:02.186]➜  cat >/tmp/go-build3700090427/b1262/importcfg << 'EOF' # internal
2025-08-20T23:04:16.9028611Z [00:03:02.186]➜  # import config
2025-08-20T23:04:16.9030666Z [00:03:02.186]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.9031731Z [00:03:02.186]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:16.9033770Z [00:03:02.186]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.9034918Z [00:03:02.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.9036416Z [00:03:02.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.9037925Z [00:03:02.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.9039183Z [00:03:02.186]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.9040339Z [00:03:02.186]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.9041191Z [00:03:02.186]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:16.9041807Z [00:03:02.186]➜  EOF
2025-08-20T23:04:16.9045965Z [00:03:02.186]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1262/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/doppler=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/doppler;$WORK/b1262=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/doppler -lang=go1.24 -complete -installsuffix shared -buildid sSqDETLmX1kFD96Lj9mU/sSqDETLmX1kFD96Lj9mU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1262/importcfg -pack ./pkg/detectors/doppler/doppler.go
2025-08-20T23:04:16.9672262Z [00:03:02.249]➜  go tool buildid -w $WORK/b1262/_pkg_.a # internal
2025-08-20T23:04:16.9683609Z [00:03:02.251]➜  cp $WORK/b1262/_pkg_.a /root/.cache/go-build/e6/e6f915fb6bdb985c975fc2fde3397139b85f1c3e6c5c7a418b9502e694d9981e-d # internal
2025-08-20T23:04:16.9690343Z [00:03:02.252]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dotdigital
2025-08-20T23:04:16.9691129Z [00:03:02.252]➜  mkdir -p $WORK/b1263/
2025-08-20T23:04:16.9698092Z [00:03:02.253]➜  cat >/tmp/go-build3700090427/b1263/importcfg << 'EOF' # internal
2025-08-20T23:04:16.9711382Z [00:03:02.253]➜  # import config
2025-08-20T23:04:16.9712099Z [00:03:02.253]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:16.9712979Z [00:03:02.253]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:16.9714141Z [00:03:02.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:16.9715663Z [00:03:02.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:16.9717275Z [00:03:02.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:16.9718667Z [00:03:02.253]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:16.9720001Z [00:03:02.253]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:16.9720810Z [00:03:02.253]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:16.9721617Z [00:03:02.253]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:16.9722191Z [00:03:02.253]➜  EOF
2025-08-20T23:04:16.9726224Z [00:03:02.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1263/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dotdigital=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dotdigital;$WORK/b1263=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dotdigital -lang=go1.24 -complete -installsuffix shared -buildid -HcogQKwFMvxw0Rk0JTA/-HcogQKwFMvxw0Rk0JTA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1263/importcfg -pack ./pkg/detectors/dotdigital/dotdigital.go
2025-08-20T23:04:17.0342784Z [00:03:02.313]➜  go tool buildid -w $WORK/b1261/_pkg_.a # internal
2025-08-20T23:04:17.0411974Z [00:03:02.313]➜  cp $WORK/b1261/_pkg_.a /root/.cache/go-build/82/8224dcd27feb6793fc4d9fb476f65ab574ad63754152cb722d14657ee0a89450-d # internal
2025-08-20T23:04:17.0413366Z [00:03:02.314]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dovico
2025-08-20T23:04:17.0415452Z [00:03:02.314]➜  mkdir -p $WORK/b1264/
2025-08-20T23:04:17.0416208Z [00:03:02.314]➜  cat >/tmp/go-build3700090427/b1264/importcfg << 'EOF' # internal
2025-08-20T23:04:17.0416880Z [00:03:02.314]➜  # import config
2025-08-20T23:04:17.0417527Z [00:03:02.314]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.0418336Z [00:03:02.314]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.0479804Z [00:03:02.314]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.0481421Z [00:03:02.314]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.0482964Z [00:03:02.314]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.0485357Z [00:03:02.314]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.0486229Z [00:03:02.314]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.0487044Z [00:03:02.314]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.0487666Z [00:03:02.314]➜  EOF
2025-08-20T23:04:17.0513039Z [00:03:02.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1264/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dovico=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dovico;$WORK/b1264=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dovico -lang=go1.24 -complete -installsuffix shared -buildid g6q7U2PZivLgRisKLFYN/g6q7U2PZivLgRisKLFYN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1264/importcfg -pack ./pkg/detectors/dovico/dovico.go
2025-08-20T23:04:17.0675530Z [00:03:02.350]➜  go tool buildid -w $WORK/b1263/_pkg_.a # internal
2025-08-20T23:04:17.0726857Z [00:03:02.356]➜  cp $WORK/b1263/_pkg_.a /root/.cache/go-build/b0/b08610c31627fe5645e027969e5c694a2e99fb6c308a58ad6cf3d14eae781aba-d # internal
2025-08-20T23:04:17.0729291Z [00:03:02.356]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dronahq
2025-08-20T23:04:17.0733521Z [00:03:02.356]➜  mkdir -p $WORK/b1265/
2025-08-20T23:04:17.0743156Z [00:03:02.357]➜  cat >/tmp/go-build3700090427/b1265/importcfg << 'EOF' # internal
2025-08-20T23:04:17.0744066Z [00:03:02.358]➜  # import config
2025-08-20T23:04:17.0746036Z [00:03:02.358]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.0747015Z [00:03:02.358]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.0750025Z [00:03:02.358]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.0753894Z [00:03:02.358]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.0760290Z [00:03:02.358]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.0764379Z [00:03:02.358]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.0765551Z [00:03:02.358]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.0766322Z [00:03:02.358]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.0767042Z [00:03:02.358]➜  EOF
2025-08-20T23:04:17.0770893Z [00:03:02.358]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1265/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dronahq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dronahq;$WORK/b1265=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dronahq -lang=go1.24 -complete -installsuffix shared -buildid 6SS13u26CDLWeP3RiDAr/6SS13u26CDLWeP3RiDAr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1265/importcfg -pack ./pkg/detectors/dronahq/dronahq.go
2025-08-20T23:04:17.1271272Z [00:03:02.410]➜  go tool buildid -w $WORK/b1264/_pkg_.a # internal
2025-08-20T23:04:17.1290390Z [00:03:02.412]➜  cp $WORK/b1264/_pkg_.a /root/.cache/go-build/33/3379266a7b7547b4a387c6c373e058ceab2e75d1ce1a5742d65262340fe57847-d # internal
2025-08-20T23:04:17.1293054Z [00:03:02.413]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/droneci
2025-08-20T23:04:17.1294938Z [00:03:02.413]➜  mkdir -p $WORK/b1266/
2025-08-20T23:04:17.1301458Z [00:03:02.413]➜  cat >/tmp/go-build3700090427/b1266/importcfg << 'EOF' # internal
2025-08-20T23:04:17.1302141Z [00:03:02.413]➜  # import config
2025-08-20T23:04:17.1302800Z [00:03:02.413]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.1308280Z [00:03:02.413]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.1309591Z [00:03:02.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.1311228Z [00:03:02.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.1312849Z [00:03:02.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.1314144Z [00:03:02.413]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.1315085Z [00:03:02.413]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.1315880Z [00:03:02.413]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.1316439Z [00:03:02.413]➜  EOF
2025-08-20T23:04:17.1320341Z [00:03:02.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1266/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/droneci=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/droneci;$WORK/b1266=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/droneci -lang=go1.24 -complete -installsuffix shared -buildid jHdQUnfTT7Cx6EVoPtGP/jHdQUnfTT7Cx6EVoPtGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1266/importcfg -pack ./pkg/detectors/droneci/droneci.go
2025-08-20T23:04:17.1363489Z [00:03:02.420]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:17.1367319Z [00:03:02.420]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x038.o -c zstd_v01.c
2025-08-20T23:04:17.1912964Z [00:03:02.474]➜  go tool buildid -w $WORK/b1266/_pkg_.a # internal
2025-08-20T23:04:17.1934472Z [00:03:02.477]➜  cp $WORK/b1266/_pkg_.a /root/.cache/go-build/ae/ae5218b325209b592c644f3e7386ac7fd66519ef035b3b7c8a6f789ab4bbb929-d # internal
2025-08-20T23:04:17.1940077Z [00:03:02.477]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dropbox
2025-08-20T23:04:17.1940893Z [00:03:02.477]➜  mkdir -p $WORK/b1267/
2025-08-20T23:04:17.1945724Z [00:03:02.478]➜  cat >/tmp/go-build3700090427/b1267/importcfg << 'EOF' # internal
2025-08-20T23:04:17.1947643Z [00:03:02.478]➜  # import config
2025-08-20T23:04:17.1950274Z [00:03:02.478]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.1951421Z [00:03:02.478]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.1952639Z [00:03:02.478]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.1954144Z [00:03:02.478]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.1955665Z [00:03:02.478]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.1957002Z [00:03:02.478]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.1958084Z [00:03:02.478]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.1958921Z [00:03:02.478]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.1960022Z [00:03:02.478]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.1960667Z [00:03:02.478]➜  EOF
2025-08-20T23:04:17.1961171Z [00:03:02.478]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:17.1965610Z [00:03:02.478]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1267/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dropbox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dropbox;$WORK/b1267=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dropbox -lang=go1.24 -complete -installsuffix shared -buildid Gn08JIV0ZgeepzhlBJb4/Gn08JIV0ZgeepzhlBJb4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1267/importcfg -pack ./pkg/detectors/dropbox/dropbox.go
2025-08-20T23:04:17.2367932Z [00:03:02.520]➜  go tool buildid -w $WORK/b1265/_pkg_.a # internal
2025-08-20T23:04:17.2379978Z [00:03:02.521]➜  cp $WORK/b1265/_pkg_.a /root/.cache/go-build/12/12100d27b939c6cfadb9d8a460757326f6f9ec7d4a60fccd7b21150268532805-d # internal
2025-08-20T23:04:17.2405742Z [00:03:02.524]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/duply
2025-08-20T23:04:17.2407291Z [00:03:02.524]➜  mkdir -p $WORK/b1268/
2025-08-20T23:04:17.2412179Z [00:03:02.524]➜  cat >/tmp/go-build3700090427/b1268/importcfg << 'EOF' # internal
2025-08-20T23:04:17.2412836Z [00:03:02.524]➜  # import config
2025-08-20T23:04:17.2414002Z [00:03:02.524]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.2416537Z [00:03:02.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.2418393Z [00:03:02.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.2421057Z [00:03:02.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.2422357Z [00:03:02.524]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.2423569Z [00:03:02.524]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.2424439Z [00:03:02.524]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.2425311Z [00:03:02.524]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:17.2425959Z [00:03:02.524]➜  EOF
2025-08-20T23:04:17.2430103Z [00:03:02.524]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1268/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/duply=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/duply;$WORK/b1268=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/duply -lang=go1.24 -complete -installsuffix shared -buildid YYRFJ_wHGyk-nWqdZ142/YYRFJ_wHGyk-nWqdZ142 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1268/importcfg -pack ./pkg/detectors/duply/duply.go
2025-08-20T23:04:17.2971472Z [00:03:02.579]➜  go tool buildid -w $WORK/b1267/_pkg_.a # internal
2025-08-20T23:04:17.2983469Z [00:03:02.581]➜  cp $WORK/b1267/_pkg_.a /root/.cache/go-build/09/093668d402b1c4d335e8f3350a9366671f134bade1549e6b1d2fe5c80248aaeb-d # internal
2025-08-20T23:04:17.2985069Z [00:03:02.582]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dwolla
2025-08-20T23:04:17.2987083Z [00:03:02.582]➜  mkdir -p $WORK/b1269/
2025-08-20T23:04:17.2996057Z [00:03:02.582]➜  cat >/tmp/go-build3700090427/b1269/importcfg << 'EOF' # internal
2025-08-20T23:04:17.2997066Z [00:03:02.582]➜  # import config
2025-08-20T23:04:17.2997784Z [00:03:02.582]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.2998717Z [00:03:02.582]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:17.2999830Z [00:03:02.582]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.3001239Z [00:03:02.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.3002814Z [00:03:02.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.3004365Z [00:03:02.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.3005677Z [00:03:02.582]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.3006577Z [00:03:02.582]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.3007423Z [00:03:02.582]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.3008294Z [00:03:02.583]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.3008955Z [00:03:02.583]➜  EOF
2025-08-20T23:04:17.3013118Z [00:03:02.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1269/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dwolla=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dwolla;$WORK/b1269=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dwolla -lang=go1.24 -complete -installsuffix shared -buildid M46S0Jnw4g9PDOhm3eP9/M46S0Jnw4g9PDOhm3eP9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1269/importcfg -pack ./pkg/detectors/dwolla/dwolla.go
2025-08-20T23:04:17.3022350Z [00:03:02.585]➜  go tool buildid -w $WORK/b1268/_pkg_.a # internal
2025-08-20T23:04:17.3051631Z [00:03:02.587]➜  cp $WORK/b1268/_pkg_.a /root/.cache/go-build/3a/3a2bc1965fac0917257cfb7949c5dfb79e8ba746e42db2c0987c4f06b8b1bc11-d # internal
2025-08-20T23:04:17.3053143Z [00:03:02.587]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dynalist
2025-08-20T23:04:17.3053971Z [00:03:02.587]➜  mkdir -p $WORK/b1270/
2025-08-20T23:04:17.3054756Z [00:03:02.587]➜  cat >/tmp/go-build3700090427/b1270/importcfg << 'EOF' # internal
2025-08-20T23:04:17.3055475Z [00:03:02.587]➜  # import config
2025-08-20T23:04:17.3056193Z [00:03:02.587]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.3057049Z [00:03:02.587]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.3058470Z [00:03:02.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.3060226Z [00:03:02.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.3061869Z [00:03:02.588]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.3063270Z [00:03:02.588]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.3064231Z [00:03:02.588]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.3065093Z [00:03:02.588]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.3065976Z [00:03:02.588]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.3066615Z [00:03:02.588]➜  EOF
2025-08-20T23:04:17.3070614Z [00:03:02.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1270/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dynalist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dynalist;$WORK/b1270=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dynalist -lang=go1.24 -complete -installsuffix shared -buildid 9NsMANjWS68vWBhLEO-I/9NsMANjWS68vWBhLEO-I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1270/importcfg -pack ./pkg/detectors/dynalist/dynalist.go
2025-08-20T23:04:17.3833034Z [00:03:02.666]➜  go tool buildid -w $WORK/b1270/_pkg_.a # internal
2025-08-20T23:04:17.3835942Z [00:03:02.666]➜  go tool buildid -w $WORK/b1269/_pkg_.a # internal
2025-08-20T23:04:17.4012535Z [00:03:02.684]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:17.4017362Z [00:03:02.684]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x039.o -c zstd_v02.c
2025-08-20T23:04:17.4082301Z [00:03:02.690]➜  cp $WORK/b1270/_pkg_.a /root/.cache/go-build/e6/e6bcebba284af3f2a8da4720158ef52e1b2f73f24a5d5edd1089bd1015df786a-d # internal
2025-08-20T23:04:17.4083747Z [00:03:02.691]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dyspatch
2025-08-20T23:04:17.4084514Z [00:03:02.691]➜  mkdir -p $WORK/b1271/
2025-08-20T23:04:17.4085741Z [00:03:02.691]➜  cp $WORK/b1269/_pkg_.a /root/.cache/go-build/44/44e948b01d56a2cdcb1ca0fdfbe3f9353efdd0b9ba901868540bf3806dfccf25-d # internal
2025-08-20T23:04:17.4087025Z [00:03:02.691]➜  cat >/tmp/go-build3700090427/b1271/importcfg << 'EOF' # internal
2025-08-20T23:04:17.4087940Z [00:03:02.691]➜  # import config
2025-08-20T23:04:17.4088649Z [00:03:02.691]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.4089643Z [00:03:02.691]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.4090824Z [00:03:02.691]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.4092400Z [00:03:02.691]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.4093997Z [00:03:02.691]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.4095347Z [00:03:02.691]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.4096343Z [00:03:02.691]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.4097345Z [00:03:02.691]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.4098242Z [00:03:02.691]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.4098871Z [00:03:02.691]➜  EOF
2025-08-20T23:04:17.4099982Z [00:03:02.691]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eagleeyenetworks
2025-08-20T23:04:17.4100852Z [00:03:02.691]➜  mkdir -p $WORK/b1272/
2025-08-20T23:04:17.4101435Z [00:03:02.691]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:17.4105343Z [00:03:02.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1271/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dyspatch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dyspatch;$WORK/b1271=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dyspatch -lang=go1.24 -complete -installsuffix shared -buildid dpjWBR5YJt8ZEhGnrOmO/dpjWBR5YJt8ZEhGnrOmO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1271/importcfg -pack ./pkg/detectors/dyspatch/dyspatch.go
2025-08-20T23:04:17.4109003Z [00:03:02.691]➜  cat >/tmp/go-build3700090427/b1272/importcfg << 'EOF' # internal
2025-08-20T23:04:17.4109816Z [00:03:02.691]➜  # import config
2025-08-20T23:04:17.4110481Z [00:03:02.691]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.4111310Z [00:03:02.691]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.4112655Z [00:03:02.691]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.4114205Z [00:03:02.691]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.4115824Z [00:03:02.691]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.4117175Z [00:03:02.691]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.4118144Z [00:03:02.691]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.4119182Z [00:03:02.691]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.4119994Z [00:03:02.691]➜  EOF
2025-08-20T23:04:17.4124221Z [00:03:02.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1272/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eagleeyenetworks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eagleeyenetworks;$WORK/b1272=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eagleeyenetworks -lang=go1.24 -complete -installsuffix shared -buildid 5rPhDJVXvkIRPj7GrEM5/5rPhDJVXvkIRPj7GrEM5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1272/importcfg -pack ./pkg/detectors/eagleeyenetworks/eagleeyenetworks.go
2025-08-20T23:04:17.4572011Z [00:03:02.740]➜  go tool buildid -w $WORK/b1272/_pkg_.a # internal
2025-08-20T23:04:17.4588570Z [00:03:02.742]➜  cp $WORK/b1272/_pkg_.a /root/.cache/go-build/d1/d108ff13e535544c64a9bba8067e96cc13a5a101f95ce5817dd11402827c64dd-d # internal
2025-08-20T23:04:17.4594395Z [00:03:02.742]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/easyinsight
2025-08-20T23:04:17.4595218Z [00:03:02.742]➜  mkdir -p $WORK/b1273/
2025-08-20T23:04:17.4595831Z [00:03:02.742]➜  cat >/tmp/go-build3700090427/b1273/importcfg << 'EOF' # internal
2025-08-20T23:04:17.4596472Z [00:03:02.742]➜  # import config
2025-08-20T23:04:17.4597161Z [00:03:02.742]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.4598018Z [00:03:02.743]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.4599134Z [00:03:02.743]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.4600850Z [00:03:02.743]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.4602415Z [00:03:02.743]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.4603724Z [00:03:02.743]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.4604669Z [00:03:02.743]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.4605699Z [00:03:02.743]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.4607958Z [00:03:02.743]➜  EOF
2025-08-20T23:04:17.4612774Z [00:03:02.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1273/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/easyinsight=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/easyinsight;$WORK/b1273=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/easyinsight -lang=go1.24 -complete -installsuffix shared -buildid P0EK4-_-qPDVHcwBBgWo/P0EK4-_-qPDVHcwBBgWo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1273/importcfg -pack ./pkg/detectors/easyinsight/easyinsight.go
2025-08-20T23:04:17.4651171Z [00:03:02.747]➜  go tool buildid -w $WORK/b1271/_pkg_.a # internal
2025-08-20T23:04:17.4655978Z [00:03:02.749]➜  cp $WORK/b1271/_pkg_.a /root/.cache/go-build/7f/7f3096db2d64831519c157337f9804b5278991d27ed88b935718014e8db2ab45-d # internal
2025-08-20T23:04:17.4661750Z [00:03:02.749]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ecostruxureit
2025-08-20T23:04:17.4667298Z [00:03:02.750]➜  mkdir -p $WORK/b1274/
2025-08-20T23:04:17.4668400Z [00:03:02.750]➜  cat >/tmp/go-build3700090427/b1274/importcfg << 'EOF' # internal
2025-08-20T23:04:17.4669667Z [00:03:02.750]➜  # import config
2025-08-20T23:04:17.4670577Z [00:03:02.750]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.4671570Z [00:03:02.750]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.4672931Z [00:03:02.750]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.4674644Z [00:03:02.750]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.4676664Z [00:03:02.750]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.4679058Z [00:03:02.750]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.4680264Z [00:03:02.750]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.4681144Z [00:03:02.750]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.4681777Z [00:03:02.750]➜  EOF
2025-08-20T23:04:17.4688871Z [00:03:02.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1274/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ecostruxureit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ecostruxureit;$WORK/b1274=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ecostruxureit -lang=go1.24 -complete -installsuffix shared -buildid LgFvBTMfEPzI5ObqvbrP/LgFvBTMfEPzI5ObqvbrP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1274/importcfg -pack ./pkg/detectors/ecostruxureit/ecostruxureit.go
2025-08-20T23:04:17.4692986Z [00:03:02.752]➜  go tool buildid -w $WORK/b1198/_pkg_.a # internal
2025-08-20T23:04:17.5159869Z [00:03:02.799]➜  go tool buildid -w $WORK/b1274/_pkg_.a # internal
2025-08-20T23:04:17.5165945Z [00:03:02.800]➜  cp $WORK/b1274/_pkg_.a /root/.cache/go-build/17/1769637dc9c132e2e7cbe44d7e5f6cd4fdf853fc345c73f507fd21ccbbe92727-d # internal
2025-08-20T23:04:17.5173584Z [00:03:02.800]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edamam
2025-08-20T23:04:17.5178239Z [00:03:02.801]➜  mkdir -p $WORK/b1275/
2025-08-20T23:04:17.5187806Z [00:03:02.802]➜  cat >/tmp/go-build3700090427/b1275/importcfg << 'EOF' # internal
2025-08-20T23:04:17.5190243Z [00:03:02.802]➜  # import config
2025-08-20T23:04:17.5192019Z [00:03:02.802]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.5192849Z [00:03:02.802]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.5194060Z [00:03:02.802]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.5195587Z [00:03:02.802]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.5197417Z [00:03:02.802]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.5198815Z [00:03:02.802]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.5200003Z [00:03:02.802]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.5200837Z [00:03:02.802]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.5201485Z [00:03:02.802]➜  EOF
2025-08-20T23:04:17.5211906Z [00:03:02.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1275/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edamam=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edamam;$WORK/b1275=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edamam -lang=go1.24 -complete -installsuffix shared -buildid FsEDBc4FMtkF_5uRtYtI/FsEDBc4FMtkF_5uRtYtI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1275/importcfg -pack ./pkg/detectors/edamam/edamam.go
2025-08-20T23:04:17.5223085Z [00:03:02.805]➜  cp $WORK/b1198/_pkg_.a /root/.cache/go-build/d6/d63593848db53a2a6a0bf439092ad8c25f08dd224b8c6b85b7d3323661f00bd8-d # internal
2025-08-20T23:04:17.5230306Z [00:03:02.806]➜  go tool buildid -w $WORK/b1273/_pkg_.a # internal
2025-08-20T23:04:17.5245535Z [00:03:02.808]➜  cp $WORK/b1273/_pkg_.a /root/.cache/go-build/ba/bafc8ac873ca3d79bb3f829ff455af5af769a4e5fdafc74ac345d87fb118bf05-d # internal
2025-08-20T23:04:17.5255090Z [00:03:02.808]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edenai
2025-08-20T23:04:17.5255869Z [00:03:02.808]➜  mkdir -p $WORK/b1276/
2025-08-20T23:04:17.5256606Z [00:03:02.808]➜  cat >/tmp/go-build3700090427/b1276/importcfg << 'EOF' # internal
2025-08-20T23:04:17.5257304Z [00:03:02.808]➜  # import config
2025-08-20T23:04:17.5258141Z [00:03:02.808]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.5258990Z [00:03:02.808]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.5260354Z [00:03:02.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.5261887Z [00:03:02.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.5276024Z [00:03:02.808]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.5277418Z [00:03:02.808]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.5278438Z [00:03:02.808]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.5290067Z [00:03:02.808]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.5290819Z [00:03:02.808]➜  EOF
2025-08-20T23:04:17.5294832Z [00:03:02.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1276/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edenai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edenai;$WORK/b1276=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edenai -lang=go1.24 -complete -installsuffix shared -buildid AfudCUZ6hzvMZ-hBrmrj/AfudCUZ6hzvMZ-hBrmrj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1276/importcfg -pack ./pkg/detectors/edenai/edenai.go
2025-08-20T23:04:17.5298346Z [00:03:02.810]➜  github.com/couchbase/gocb/v2
2025-08-20T23:04:17.5298964Z [00:03:02.810]➜  mkdir -p $WORK/b1194/
2025-08-20T23:04:17.5299858Z [00:03:02.810]➜  cat >/tmp/go-build3700090427/b1194/importcfg << 'EOF' # internal
2025-08-20T23:04:17.5300605Z [00:03:02.810]➜  # import config
2025-08-20T23:04:17.5301307Z [00:03:02.810]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:17.5302202Z [00:03:02.810]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.5303167Z [00:03:02.810]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:17.5304306Z [00:03:02.810]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:17.5305268Z [00:03:02.810]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:17.5306277Z [00:03:02.810]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:17.5307203Z [00:03:02.810]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:17.5308104Z [00:03:02.810]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.5309202Z [00:03:02.810]➜  packagefile github.com/couchbase/gocb/v2/search=/tmp/go-build3700090427/b1195/_pkg_.a
2025-08-20T23:04:17.5310686Z [00:03:02.810]➜  packagefile github.com/couchbase/gocb/v2/vector=/tmp/go-build3700090427/b1197/_pkg_.a
2025-08-20T23:04:17.5311989Z [00:03:02.812]➜  packagefile github.com/couchbase/gocbcore/v10=/tmp/go-build3700090427/b1198/_pkg_.a
2025-08-20T23:04:17.5313349Z [00:03:02.812]➜  packagefile github.com/couchbase/gocbcore/v10/memd=/tmp/go-build3700090427/b1200/_pkg_.a
2025-08-20T23:04:17.5314588Z [00:03:02.812]➜  packagefile github.com/couchbase/gocbcoreps=/tmp/go-build3700090427/b1204/_pkg_.a
2025-08-20T23:04:17.5316076Z [00:03:02.812]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_bucket_v1=/tmp/go-build3700090427/b1205/_pkg_.a
2025-08-20T23:04:17.5317973Z [00:03:02.812]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_collection_v1=/tmp/go-build3700090427/b1207/_pkg_.a
2025-08-20T23:04:17.5319898Z [00:03:02.812]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_query_v1=/tmp/go-build3700090427/b1208/_pkg_.a
2025-08-20T23:04:17.5321566Z [00:03:02.812]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_search_v1=/tmp/go-build3700090427/b1209/_pkg_.a
2025-08-20T23:04:17.5323400Z [00:03:02.812]➜  packagefile github.com/couchbase/goprotostellar/genproto/kv_v1=/tmp/go-build3700090427/b1206/_pkg_.a
2025-08-20T23:04:17.5325038Z [00:03:02.812]➜  packagefile github.com/couchbase/goprotostellar/genproto/query_v1=/tmp/go-build3700090427/b1211/_pkg_.a
2025-08-20T23:04:17.5326636Z [00:03:02.812]➜  packagefile github.com/couchbase/goprotostellar/genproto/search_v1=/tmp/go-build3700090427/b1196/_pkg_.a
2025-08-20T23:04:17.5328109Z [00:03:02.812]➜  packagefile github.com/couchbaselabs/gocbconnstr/v2=/tmp/go-build3700090427/b1216/_pkg_.a
2025-08-20T23:04:17.5329494Z [00:03:02.812]➜  packagefile github.com/golang/snappy=/tmp/go-build3700090427/b1202/_pkg_.a
2025-08-20T23:04:17.5330527Z [00:03:02.812]➜  packagefile github.com/google/uuid=/tmp/go-build3700090427/b278/_pkg_.a
2025-08-20T23:04:17.5331697Z [00:03:02.812]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3700090427/b535/_pkg_.a
2025-08-20T23:04:17.5332913Z [00:03:02.812]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:04:17.5334036Z [00:03:02.812]➜  packagefile go.uber.org/zap=/tmp/go-build3700090427/b251/_pkg_.a
2025-08-20T23:04:17.5335073Z [00:03:02.812]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3700090427/b255/_pkg_.a
2025-08-20T23:04:17.5336401Z [00:03:02.812]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build3700090427/b441/_pkg_.a
2025-08-20T23:04:17.5337716Z [00:03:02.812]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:17.5338884Z [00:03:02.812]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:17.5370545Z [00:03:02.812]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:17.5371982Z [00:03:02.812]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:17.5373175Z [00:03:02.812]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.5374146Z [00:03:02.812]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:17.5375046Z [00:03:02.812]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:17.5376186Z [00:03:02.812]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:04:17.5377097Z [00:03:02.812]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:17.5377986Z [00:03:02.812]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:17.5378841Z [00:03:02.812]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:17.5379921Z [00:03:02.812]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.5380779Z [00:03:02.812]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:17.5381639Z [00:03:02.812]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:17.5382468Z [00:03:02.812]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:17.5383061Z [00:03:02.812]➜  EOF
2025-08-20T23:04:17.5460246Z [00:03:02.812]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1194/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1=>github.com/couchbase/gocb/v2@v2.10.1;$WORK/b1194=>" -p github.com/couchbase/gocb/v2 -lang=go1.21 -complete -installsuffix shared -buildid 2QtLTOArqR3HFQ5MjcMi/2QtLTOArqR3HFQ5MjcMi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1194/importcfg -pack /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/analyticsindexes_links.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/analyticsindexprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/analyticsindexprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/analyticsprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/analyticsprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/analyticsquery_options.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/asyncopmanager.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/auth.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/bucket.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/bucket_collectionsmgr.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/bucket_collectionsmgrv2.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/bucket_internal.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/bucket_ping.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/bucket_viewindexes.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/bucket_viewquery.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/bucketmgmtprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/bucketmgmtprovider_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/buckettmgmtprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/circuitbreaker.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/client.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/client_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/client_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_analyticsindexes.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_analyticsquery.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_bucketmgr.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_diag.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_eventingmgr.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_internal.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_ping.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_query.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_queryindexes.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_searchindexes.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_searchquery.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/cluster_usermgr.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collection.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collection_binary_crud.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collection_bulk.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collection_crud.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collection_ds.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collection_dura.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collection_queryindexes.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collection_rangescan.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collection_subdoc.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collectionsmgmtprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collectionsmgmtprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/collectionsmgmtprovider_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/compressor.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/config_profile.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/constants.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/constants_str.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/diagnosticsprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/diagnosticsprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/error.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/error_analytics.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/error_generic.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/error_http.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/error_keyvalue.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/error_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/error_query.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/error_search.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/error_timeout.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/error_view.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/error_wrapping.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/errors_transactions.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/errors_transactions_query.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/eventingmgmtprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/eventingmgmtprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/internalProvider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/internalProviderCore.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/kvbulk_provider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/kvbulk_provider_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/kvopmanager_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/kvopmanager_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/kvprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/kvprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/kvprovider_core_provider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/kvprovider_coresubdoc.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/kvprovider_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/logging.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/logging_meter.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/logging_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/metrics.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/mgmt_http.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/providers.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/query_options.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/queryindexprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/queryindexprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/queryindexprovider_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/queryprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/queryprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/queryprovider_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/rangescanopmanager.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/results.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/retry.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/retry_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/scope.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/scope_analyticsquery.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/scope_eventingmgr.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/scope_query.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/scope_searchindexes.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/scope_searchquery.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/search_request.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/searchindexprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/searchindexprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/searchindexprovider_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/searchprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/searchprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/searchprovider_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/searchquery_options.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/singlequerytransactionresult.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/subdocspecs.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/thresholdlogtracer.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/token.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/tracing.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transaction_attemptcontext.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transaction_attemptcontext_query.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transaction_bulkget.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transaction_getresult.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transaction_hooks.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transaction_logger.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transaction_queryresult.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transaction_result.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transactions.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transactions_cleanup.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transactions_compatibility.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transactions_configs.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transactions_constants.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transactionsprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transactionsprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transactionsprovider_ps.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/transcoding.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/usermanagerprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/usermanagerprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/version.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/viewindexprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/viewindexprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/viewprovider.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/viewprovider_core.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/viewquery_options.go /root/go/pkg/mod/github.com/couchbase/gocb/v2@v2.10.1/waituntilreadyprovider.go
2025-08-20T23:04:17.5893828Z [00:03:02.872]➜  go tool buildid -w $WORK/b1276/_pkg_.a # internal
2025-08-20T23:04:17.5908802Z [00:03:02.874]➜  cp $WORK/b1276/_pkg_.a /root/.cache/go-build/b3/b39bcc3dc1595836eac5abeff5320493e59ddc7ee5ff428ebc41b745707ff920-d # internal
2025-08-20T23:04:17.5917123Z [00:03:02.875]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eightxeight
2025-08-20T23:04:17.5917894Z [00:03:02.875]➜  mkdir -p $WORK/b1277/
2025-08-20T23:04:17.5918596Z [00:03:02.875]➜  cat >/tmp/go-build3700090427/b1277/importcfg << 'EOF' # internal
2025-08-20T23:04:17.5919611Z [00:03:02.875]➜  # import config
2025-08-20T23:04:17.5920258Z [00:03:02.875]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.5921064Z [00:03:02.875]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.5922187Z [00:03:02.875]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.5923653Z [00:03:02.875]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.5925165Z [00:03:02.875]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.5926440Z [00:03:02.875]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.5927355Z [00:03:02.875]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.5928165Z [00:03:02.875]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.5928931Z [00:03:02.875]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:17.5929930Z [00:03:02.875]➜  EOF
2025-08-20T23:04:17.5933768Z [00:03:02.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1277/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eightxeight=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eightxeight;$WORK/b1277=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eightxeight -lang=go1.24 -complete -installsuffix shared -buildid V7yReiTB7BxZFOdz1bWm/V7yReiTB7BxZFOdz1bWm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1277/importcfg -pack ./pkg/detectors/eightxeight/eightxeight.go
2025-08-20T23:04:17.5984904Z [00:03:02.882]➜  go tool buildid -w $WORK/b1275/_pkg_.a # internal
2025-08-20T23:04:17.6005085Z [00:03:02.883]➜  cp $WORK/b1275/_pkg_.a /root/.cache/go-build/9e/9e5539ef207cdd334d15b9dc3d40fbf5dc32d11a0279f3dae2528b287dc2f639-d # internal
2025-08-20T23:04:17.6006878Z [00:03:02.883]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elasticemail
2025-08-20T23:04:17.6012686Z [00:03:02.884]➜  mkdir -p $WORK/b1278/
2025-08-20T23:04:17.6013504Z [00:03:02.884]➜  cat >/tmp/go-build3700090427/b1278/importcfg << 'EOF' # internal
2025-08-20T23:04:17.6014164Z [00:03:02.884]➜  # import config
2025-08-20T23:04:17.6014789Z [00:03:02.884]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.6015621Z [00:03:02.884]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:17.6017747Z [00:03:02.884]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.6021069Z [00:03:02.884]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.6023141Z [00:03:02.885]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.6024936Z [00:03:02.885]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.6026656Z [00:03:02.885]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.6027455Z [00:03:02.885]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.6028260Z [00:03:02.885]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.6028853Z [00:03:02.885]➜  EOF
2025-08-20T23:04:17.6032881Z [00:03:02.885]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1278/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elasticemail=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elasticemail;$WORK/b1278=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elasticemail -lang=go1.24 -complete -installsuffix shared -buildid 6SoxWm9a_xIHfg9_ktQ7/6SoxWm9a_xIHfg9_ktQ7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1278/importcfg -pack ./pkg/detectors/elasticemail/elasticemail.go
2025-08-20T23:04:17.6522609Z [00:03:02.935]➜  go tool buildid -w $WORK/b1278/_pkg_.a # internal
2025-08-20T23:04:17.6531099Z [00:03:02.936]➜  go tool buildid -w $WORK/b1277/_pkg_.a # internal
2025-08-20T23:04:17.6541250Z [00:03:02.937]➜  cp $WORK/b1278/_pkg_.a /root/.cache/go-build/e3/e32be1c41c1db530cf53d693526f8258e8549b2cc4771fb4641003983e0a8d7e-d # internal
2025-08-20T23:04:17.6543735Z [00:03:02.937]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v1
2025-08-20T23:04:17.6544534Z [00:03:02.937]➜  mkdir -p $WORK/b1279/
2025-08-20T23:04:17.6545263Z [00:03:02.938]➜  cat >/tmp/go-build3700090427/b1279/importcfg << 'EOF' # internal
2025-08-20T23:04:17.6545951Z [00:03:02.938]➜  # import config
2025-08-20T23:04:17.6546614Z [00:03:02.938]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.6548625Z [00:03:02.938]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:17.6549715Z [00:03:02.938]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.6552914Z [00:03:02.938]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.6558343Z [00:03:02.938]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.6560153Z [00:03:02.938]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.6592260Z [00:03:02.938]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.6593199Z [00:03:02.938]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.6594042Z [00:03:02.938]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.6594661Z [00:03:02.938]➜  EOF
2025-08-20T23:04:17.6598891Z [00:03:02.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1279/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v1;$WORK/b1279=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v1 -lang=go1.24 -complete -installsuffix shared -buildid kWEleVUbSglFftbmKgX1/kWEleVUbSglFftbmKgX1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1279/importcfg -pack ./pkg/detectors/elevenlabs/v1/elevenlabs.go
2025-08-20T23:04:17.6603402Z [00:03:02.939]➜  cp $WORK/b1277/_pkg_.a /root/.cache/go-build/96/9647e26150708f50afcecdb40bbff67eabf4bce17133ce3a9779f7d0f003c92e-d # internal
2025-08-20T23:04:17.6604734Z [00:03:02.939]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v2
2025-08-20T23:04:17.6605530Z [00:03:02.939]➜  mkdir -p $WORK/b1280/
2025-08-20T23:04:17.6606226Z [00:03:02.940]➜  cat >/tmp/go-build3700090427/b1280/importcfg << 'EOF' # internal
2025-08-20T23:04:17.6606906Z [00:03:02.940]➜  # import config
2025-08-20T23:04:17.6607585Z [00:03:02.940]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.6608461Z [00:03:02.940]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:17.6609315Z [00:03:02.940]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.6611458Z [00:03:02.940]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.6612937Z [00:03:02.940]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.6614453Z [00:03:02.940]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.6615738Z [00:03:02.940]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.6616608Z [00:03:02.940]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.6617409Z [00:03:02.940]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.6618223Z [00:03:02.940]➜  EOF
2025-08-20T23:04:17.6622285Z [00:03:02.940]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1280/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v2;$WORK/b1280=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v2 -lang=go1.24 -complete -installsuffix shared -buildid 3KxEhggmYIS008GEq_ps/3KxEhggmYIS008GEq_ps -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1280/importcfg -pack ./pkg/detectors/elevenlabs/v2/elevenlabs.go
2025-08-20T23:04:17.7210041Z [00:03:03.004]➜  go tool buildid -w $WORK/b1279/_pkg_.a # internal
2025-08-20T23:04:17.7225326Z [00:03:03.006]➜  cp $WORK/b1279/_pkg_.a /root/.cache/go-build/77/77c597dafc0cd4317d23f67e17dc84607e2e53fefbc011bef24f262626d1934c-d # internal
2025-08-20T23:04:17.7231423Z [00:03:03.006]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enablex
2025-08-20T23:04:17.7232111Z [00:03:03.006]➜  mkdir -p $WORK/b1281/
2025-08-20T23:04:17.7232690Z [00:03:03.006]➜  go tool buildid -w $WORK/b1280/_pkg_.a # internal
2025-08-20T23:04:17.7270294Z [00:03:03.008]➜  cat >/tmp/go-build3700090427/b1281/importcfg << 'EOF' # internal
2025-08-20T23:04:17.7272197Z [00:03:03.009]➜  # import config
2025-08-20T23:04:17.7272812Z [00:03:03.009]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.7273874Z [00:03:03.009]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.7275192Z [00:03:03.009]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.7276599Z [00:03:03.009]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.7277983Z [00:03:03.009]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.7278835Z [00:03:03.009]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.7279790Z [00:03:03.009]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.7280350Z [00:03:03.009]➜  EOF
2025-08-20T23:04:17.7283741Z [00:03:03.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1281/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enablex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enablex;$WORK/b1281=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enablex -lang=go1.24 -complete -installsuffix shared -buildid Dcio08MM1Zch-29XAVOV/Dcio08MM1Zch-29XAVOV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1281/importcfg -pack ./pkg/detectors/enablex/enablex.go
2025-08-20T23:04:17.7287356Z [00:03:03.009]➜  cp $WORK/b1280/_pkg_.a /root/.cache/go-build/19/1977123731abef9ebd433b38c6ac3a2cafc9f9287743ce57c5384f80578cfb97-d # internal
2025-08-20T23:04:17.7288567Z [00:03:03.009]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/endorlabs
2025-08-20T23:04:17.7289231Z [00:03:03.009]➜  mkdir -p $WORK/b1282/
2025-08-20T23:04:17.7290032Z [00:03:03.009]➜  cat >/tmp/go-build3700090427/b1282/importcfg << 'EOF' # internal
2025-08-20T23:04:17.7290636Z [00:03:03.009]➜  # import config
2025-08-20T23:04:17.7291238Z [00:03:03.009]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.7291955Z [00:03:03.009]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.7292966Z [00:03:03.009]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.7294279Z [00:03:03.009]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.7295656Z [00:03:03.009]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.7296865Z [00:03:03.009]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.7297874Z [00:03:03.009]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.7298609Z [00:03:03.009]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.7299627Z [00:03:03.009]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.7300206Z [00:03:03.009]➜  EOF
2025-08-20T23:04:17.7303787Z [00:03:03.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1282/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endorlabs=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/endorlabs;$WORK/b1282=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/endorlabs -lang=go1.24 -complete -installsuffix shared -buildid KJix975tPMvEhYpaKclq/KJix975tPMvEhYpaKclq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1282/importcfg -pack ./pkg/detectors/endorlabs/endorlabs.go
2025-08-20T23:04:17.7750826Z [00:03:03.058]➜  go tool buildid -w $WORK/b1281/_pkg_.a # internal
2025-08-20T23:04:17.7767303Z [00:03:03.060]➜  cp $WORK/b1281/_pkg_.a /root/.cache/go-build/27/2776e683b9b569cd6f89175a173b2d2d12a1735ad172df5703487341f48aefd5-d # internal
2025-08-20T23:04:17.7771769Z [00:03:03.060]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enigma
2025-08-20T23:04:17.7772728Z [00:03:03.060]➜  mkdir -p $WORK/b1283/
2025-08-20T23:04:17.7776751Z [00:03:03.061]➜  cat >/tmp/go-build3700090427/b1283/importcfg << 'EOF' # internal
2025-08-20T23:04:17.7777454Z [00:03:03.061]➜  # import config
2025-08-20T23:04:17.7778142Z [00:03:03.061]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.7779295Z [00:03:03.061]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.7781654Z [00:03:03.061]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.7783449Z [00:03:03.061]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.7784835Z [00:03:03.061]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.7785829Z [00:03:03.061]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.7786667Z [00:03:03.061]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.7787271Z [00:03:03.061]➜  EOF
2025-08-20T23:04:17.7791920Z [00:03:03.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1283/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enigma=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enigma;$WORK/b1283=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enigma -lang=go1.24 -complete -installsuffix shared -buildid HZfySixQ7l7G8HjBV-ww/HZfySixQ7l7G8HjBV-ww -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1283/importcfg -pack ./pkg/detectors/enigma/enigma.go
2025-08-20T23:04:17.7884937Z [00:03:03.072]➜  go tool buildid -w $WORK/b1282/_pkg_.a # internal
2025-08-20T23:04:17.7912289Z [00:03:03.073]➜  cp $WORK/b1282/_pkg_.a /root/.cache/go-build/c3/c3f37f4f2e1fed0c1010e0bb8a75ff092a8b08f556f42973dc1f4733e8e96e7c-d # internal
2025-08-20T23:04:17.7913578Z [00:03:03.074]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/envoyapikey
2025-08-20T23:04:17.7914327Z [00:03:03.074]➜  mkdir -p $WORK/b1284/
2025-08-20T23:04:17.7916523Z [00:03:03.074]➜  cat >/tmp/go-build3700090427/b1284/importcfg << 'EOF' # internal
2025-08-20T23:04:17.7917898Z [00:03:03.074]➜  # import config
2025-08-20T23:04:17.7918814Z [00:03:03.074]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.7920477Z [00:03:03.074]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.7922181Z [00:03:03.074]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.7924791Z [00:03:03.074]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.7926236Z [00:03:03.074]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.7927083Z [00:03:03.075]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.7927830Z [00:03:03.075]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.7928601Z [00:03:03.075]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.7929168Z [00:03:03.075]➜  EOF
2025-08-20T23:04:17.7933115Z [00:03:03.075]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1284/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/envoyapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/envoyapikey;$WORK/b1284=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/envoyapikey -lang=go1.24 -complete -installsuffix shared -buildid 0xyRqA0ZJ7yyimpeB5kR/0xyRqA0ZJ7yyimpeB5kR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1284/importcfg -pack ./pkg/detectors/envoyapikey/envoyapikey.go
2025-08-20T23:04:17.8067091Z [00:03:03.090]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:17.8080741Z [00:03:03.090]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x040.o -c zstd_v03.c
2025-08-20T23:04:17.8487040Z [00:03:03.132]➜  go tool buildid -w $WORK/b1283/_pkg_.a # internal
2025-08-20T23:04:17.8520189Z [00:03:03.132]➜  go tool buildid -w $WORK/b1284/_pkg_.a # internal
2025-08-20T23:04:17.8521857Z [00:03:03.133]➜  cp $WORK/b1283/_pkg_.a /root/.cache/go-build/3a/3aeccbd4c38d1f1deac00f5070f729c4ae00e5b021db9c3a8ef3256fe36160f1-d # internal
2025-08-20T23:04:17.8523211Z [00:03:03.134]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eraser
2025-08-20T23:04:17.8524021Z [00:03:03.134]➜  mkdir -p $WORK/b1285/
2025-08-20T23:04:17.8525333Z [00:03:03.134]➜  cp $WORK/b1284/_pkg_.a /root/.cache/go-build/13/13138ae3656af4d874f899f139a51b622190b66706867d341ee203c9d342b412-d # internal
2025-08-20T23:04:17.8526771Z [00:03:03.134]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/etherscan
2025-08-20T23:04:17.8527602Z [00:03:03.134]➜  mkdir -p $WORK/b1286/
2025-08-20T23:04:17.8528351Z [00:03:03.135]➜  cat >/tmp/go-build3700090427/b1285/importcfg << 'EOF' # internal
2025-08-20T23:04:17.8529077Z [00:03:03.135]➜  # import config
2025-08-20T23:04:17.8530015Z [00:03:03.135]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.8530871Z [00:03:03.135]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.8532107Z [00:03:03.135]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.8533658Z [00:03:03.135]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.8535260Z [00:03:03.135]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.8536649Z [00:03:03.135]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.8537603Z [00:03:03.135]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.8538481Z [00:03:03.135]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.8539556Z [00:03:03.135]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.8540203Z [00:03:03.135]➜  EOF
2025-08-20T23:04:17.8540698Z [00:03:03.135]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:17.8544664Z [00:03:03.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1285/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eraser=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eraser;$WORK/b1285=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eraser -lang=go1.24 -complete -installsuffix shared -buildid 6bK7xQ88Ds4T5exLUYwP/6bK7xQ88Ds4T5exLUYwP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1285/importcfg -pack ./pkg/detectors/eraser/eraser.go
2025-08-20T23:04:17.8548456Z [00:03:03.135]➜  cat >/tmp/go-build3700090427/b1286/importcfg << 'EOF' # internal
2025-08-20T23:04:17.8549197Z [00:03:03.135]➜  # import config
2025-08-20T23:04:17.8550128Z [00:03:03.135]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.8551392Z [00:03:03.135]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.8552989Z [00:03:03.135]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.8554644Z [00:03:03.135]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.8556047Z [00:03:03.135]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.8557166Z [00:03:03.135]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.8558048Z [00:03:03.135]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.8558946Z [00:03:03.135]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.8559841Z [00:03:03.135]➜  EOF
2025-08-20T23:04:17.8564015Z [00:03:03.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1286/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/etherscan=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/etherscan;$WORK/b1286=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/etherscan -lang=go1.24 -complete -installsuffix shared -buildid eOZDb38YSttS9xvdnniQ/eOZDb38YSttS9xvdnniQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1286/importcfg -pack ./pkg/detectors/etherscan/etherscan.go
2025-08-20T23:04:17.9057663Z [00:03:03.189]➜  go tool buildid -w $WORK/b1286/_pkg_.a # internal
2025-08-20T23:04:17.9074371Z [00:03:03.191]➜  cp $WORK/b1286/_pkg_.a /root/.cache/go-build/19/19f0453291d681f4bb756e7998bd2ddbd1f313c3d6cba0b955c1538b38746e87-d # internal
2025-08-20T23:04:17.9075712Z [00:03:03.191]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ethplorer
2025-08-20T23:04:17.9076424Z [00:03:03.191]➜  mkdir -p $WORK/b1287/
2025-08-20T23:04:17.9086062Z [00:03:03.192]➜  cat >/tmp/go-build3700090427/b1287/importcfg << 'EOF' # internal
2025-08-20T23:04:17.9088103Z [00:03:03.192]➜  # import config
2025-08-20T23:04:17.9091277Z [00:03:03.192]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.9092515Z [00:03:03.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.9094066Z [00:03:03.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.9095650Z [00:03:03.192]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.9097015Z [00:03:03.192]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.9097988Z [00:03:03.192]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.9098818Z [00:03:03.192]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.9099698Z [00:03:03.192]➜  EOF
2025-08-20T23:04:17.9103543Z [00:03:03.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1287/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ethplorer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ethplorer;$WORK/b1287=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ethplorer -lang=go1.24 -complete -installsuffix shared -buildid kkNG6IJsm91QpOv86eIr/kkNG6IJsm91QpOv86eIr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1287/importcfg -pack ./pkg/detectors/ethplorer/ethplorer.go
2025-08-20T23:04:17.9149269Z [00:03:03.198]➜  go tool buildid -w $WORK/b1285/_pkg_.a # internal
2025-08-20T23:04:17.9167171Z [00:03:03.200]➜  cp $WORK/b1285/_pkg_.a /root/.cache/go-build/59/594c8ad55a86aef07a27a4a366d0aeea2958af745acc9589f635c33400e5224d-d # internal
2025-08-20T23:04:17.9173887Z [00:03:03.201]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eventbrite
2025-08-20T23:04:17.9186021Z [00:03:03.201]➜  mkdir -p $WORK/b1288/
2025-08-20T23:04:17.9186791Z [00:03:03.201]➜  cat >/tmp/go-build3700090427/b1288/importcfg << 'EOF' # internal
2025-08-20T23:04:17.9187476Z [00:03:03.201]➜  # import config
2025-08-20T23:04:17.9188173Z [00:03:03.201]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.9189114Z [00:03:03.201]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:17.9190196Z [00:03:03.201]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.9191372Z [00:03:03.201]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.9192863Z [00:03:03.201]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.9194643Z [00:03:03.201]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.9212855Z [00:03:03.201]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.9213857Z [00:03:03.203]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.9214722Z [00:03:03.203]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.9215372Z [00:03:03.203]➜  EOF
2025-08-20T23:04:17.9219293Z [00:03:03.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1288/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eventbrite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eventbrite;$WORK/b1288=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eventbrite -lang=go1.24 -complete -installsuffix shared -buildid 5lSui7BbDdJ8oy_ydgde/5lSui7BbDdJ8oy_ydgde -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1288/importcfg -pack ./pkg/detectors/eventbrite/eventbrite.go
2025-08-20T23:04:17.9730278Z [00:03:03.256]➜  go tool buildid -w $WORK/b1287/_pkg_.a # internal
2025-08-20T23:04:17.9744298Z [00:03:03.257]➜  cp $WORK/b1287/_pkg_.a /root/.cache/go-build/a9/a99474b7411ae37f64360d1c629da8fae8c6f8291acd46de9072e853b4593057-d # internal
2025-08-20T23:04:17.9760179Z [00:03:03.258]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/everhour
2025-08-20T23:04:17.9760951Z [00:03:03.258]➜  mkdir -p $WORK/b1289/
2025-08-20T23:04:17.9761756Z [00:03:03.258]➜  cat >/tmp/go-build3700090427/b1289/importcfg << 'EOF' # internal
2025-08-20T23:04:17.9762473Z [00:03:03.258]➜  # import config
2025-08-20T23:04:17.9763118Z [00:03:03.258]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.9764270Z [00:03:03.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.9765823Z [00:03:03.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.9767452Z [00:03:03.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.9768796Z [00:03:03.258]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.9780168Z [00:03:03.258]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.9781089Z [00:03:03.259]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.9781731Z [00:03:03.259]➜  EOF
2025-08-20T23:04:17.9785581Z [00:03:03.259]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1289/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/everhour=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/everhour;$WORK/b1289=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/everhour -lang=go1.24 -complete -installsuffix shared -buildid 5WPDLXifYg0PkkG37CMN/5WPDLXifYg0PkkG37CMN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1289/importcfg -pack ./pkg/detectors/everhour/everhour.go
2025-08-20T23:04:17.9907091Z [00:03:03.274]➜  go tool buildid -w $WORK/b1288/_pkg_.a # internal
2025-08-20T23:04:17.9931018Z [00:03:03.276]➜  cp $WORK/b1288/_pkg_.a /root/.cache/go-build/24/2428d315f3a4db97be5540d3560032c9ba71c7137955e732c49d9f2027dbf73c-d # internal
2025-08-20T23:04:17.9939142Z [00:03:03.277]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangerateapi
2025-08-20T23:04:17.9945659Z [00:03:03.278]➜  mkdir -p $WORK/b1290/
2025-08-20T23:04:17.9956199Z [00:03:03.279]➜  cat >/tmp/go-build3700090427/b1290/importcfg << 'EOF' # internal
2025-08-20T23:04:17.9958160Z [00:03:03.279]➜  # import config
2025-08-20T23:04:17.9958836Z [00:03:03.279]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:17.9961745Z [00:03:03.279]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:17.9963173Z [00:03:03.279]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:17.9965443Z [00:03:03.279]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:17.9967285Z [00:03:03.279]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:17.9968789Z [00:03:03.279]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:17.9973825Z [00:03:03.279]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:17.9975042Z [00:03:03.279]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:17.9975943Z [00:03:03.279]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:17.9976585Z [00:03:03.279]➜  EOF
2025-08-20T23:04:17.9983215Z [00:03:03.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1290/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangerateapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangerateapi;$WORK/b1290=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangerateapi -lang=go1.24 -complete -installsuffix shared -buildid iqBFI_YoXm1YHQidbzel/iqBFI_YoXm1YHQidbzel -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1290/importcfg -pack ./pkg/detectors/exchangerateapi/exchangerateapi.go
2025-08-20T23:04:18.0320518Z [00:03:03.315]➜  go tool buildid -w $WORK/b1289/_pkg_.a # internal
2025-08-20T23:04:18.0338316Z [00:03:03.317]➜  cp $WORK/b1289/_pkg_.a /root/.cache/go-build/df/dfeab413128ad035156d6fc41e069ce9f1f0385f6b8c5caa173e639f79bebfd6-d # internal
2025-08-20T23:04:18.0344796Z [00:03:03.317]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangeratesapi
2025-08-20T23:04:18.0345589Z [00:03:03.317]➜  mkdir -p $WORK/b1291/
2025-08-20T23:04:18.0352181Z [00:03:03.318]➜  cat >/tmp/go-build3700090427/b1291/importcfg << 'EOF' # internal
2025-08-20T23:04:18.0352874Z [00:03:03.318]➜  # import config
2025-08-20T23:04:18.0353530Z [00:03:03.318]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.0354306Z [00:03:03.318]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.0355504Z [00:03:03.318]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.0356966Z [00:03:03.318]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.0358568Z [00:03:03.318]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.0361658Z [00:03:03.318]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.0362817Z [00:03:03.318]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.0363645Z [00:03:03.318]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.0364505Z [00:03:03.318]➜  EOF
2025-08-20T23:04:18.0368720Z [00:03:03.318]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1291/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangeratesapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangeratesapi;$WORK/b1291=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangeratesapi -lang=go1.24 -complete -installsuffix shared -buildid cGZoQ0lpvzfgxnAxEwW3/cGZoQ0lpvzfgxnAxEwW3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1291/importcfg -pack ./pkg/detectors/exchangeratesapi/exchangeratesapi.go
2025-08-20T23:04:18.0672373Z [00:03:03.350]➜  go tool buildid -w $WORK/b1290/_pkg_.a # internal
2025-08-20T23:04:18.0702278Z [00:03:03.353]➜  cp $WORK/b1290/_pkg_.a /root/.cache/go-build/90/90b8484305f4236a4640ce94fb53900d6d025e0597477641fef2504b709b37d0-d # internal
2025-08-20T23:04:18.0711286Z [00:03:03.353]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exportsdk
2025-08-20T23:04:18.0712117Z [00:03:03.353]➜  mkdir -p $WORK/b1292/
2025-08-20T23:04:18.0712778Z [00:03:03.354]➜  cat >/tmp/go-build3700090427/b1292/importcfg << 'EOF' # internal
2025-08-20T23:04:18.0713357Z [00:03:03.354]➜  # import config
2025-08-20T23:04:18.0713941Z [00:03:03.354]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.0716249Z [00:03:03.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.0730821Z [00:03:03.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.0734633Z [00:03:03.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.0736534Z [00:03:03.355]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.0737999Z [00:03:03.355]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.0739109Z [00:03:03.355]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.0740331Z [00:03:03.355]➜  EOF
2025-08-20T23:04:18.0744343Z [00:03:03.355]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1292/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exportsdk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exportsdk;$WORK/b1292=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exportsdk -lang=go1.24 -complete -installsuffix shared -buildid -mca3dha8Kltk8tfDDzl/-mca3dha8Kltk8tfDDzl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1292/importcfg -pack ./pkg/detectors/exportsdk/exportsdk.go
2025-08-20T23:04:18.0958588Z [00:03:03.379]➜  go tool buildid -w $WORK/b1291/_pkg_.a # internal
2025-08-20T23:04:18.0962093Z [00:03:03.379]➜  cp $WORK/b1291/_pkg_.a /root/.cache/go-build/7d/7dd5c3fcf48700642a7ebccfb845cc66e7ec6575fefaccca88b92fe3d7627845-d # internal
2025-08-20T23:04:18.0965139Z [00:03:03.379]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/extractorapi
2025-08-20T23:04:18.0965944Z [00:03:03.379]➜  mkdir -p $WORK/b1293/
2025-08-20T23:04:18.0966674Z [00:03:03.379]➜  cat >/tmp/go-build3700090427/b1293/importcfg << 'EOF' # internal
2025-08-20T23:04:18.0967338Z [00:03:03.379]➜  # import config
2025-08-20T23:04:18.0967991Z [00:03:03.379]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.0969169Z [00:03:03.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.0971050Z [00:03:03.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.0972584Z [00:03:03.379]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.0974064Z [00:03:03.379]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.0975149Z [00:03:03.379]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.0975956Z [00:03:03.379]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.0976540Z [00:03:03.379]➜  EOF
2025-08-20T23:04:18.0983409Z [00:03:03.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1293/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/extractorapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/extractorapi;$WORK/b1293=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/extractorapi -lang=go1.24 -complete -installsuffix shared -buildid pxMk9SrTWBe_92N6VfJa/pxMk9SrTWBe_92N6VfJa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1293/importcfg -pack ./pkg/detectors/extractorapi/extractorapi.go
2025-08-20T23:04:18.1258711Z [00:03:03.409]➜  go tool buildid -w $WORK/b1292/_pkg_.a # internal
2025-08-20T23:04:18.1285630Z [00:03:03.410]➜  cp $WORK/b1292/_pkg_.a /root/.cache/go-build/ce/ce9fe66fc0f32bb9f168a529372b3e89def329db4096978c04e1e8df4d3c3d5b-d # internal
2025-08-20T23:04:18.1287102Z [00:03:03.411]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/facebookoauth
2025-08-20T23:04:18.1287897Z [00:03:03.411]➜  mkdir -p $WORK/b1294/
2025-08-20T23:04:18.1299954Z [00:03:03.411]➜  cat >/tmp/go-build3700090427/b1294/importcfg << 'EOF' # internal
2025-08-20T23:04:18.1300662Z [00:03:03.411]➜  # import config
2025-08-20T23:04:18.1301349Z [00:03:03.411]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.1302185Z [00:03:03.411]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.1303662Z [00:03:03.412]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.1305200Z [00:03:03.412]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.1306782Z [00:03:03.412]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.1308136Z [00:03:03.412]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.1309100Z [00:03:03.412]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.1310255Z [00:03:03.412]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.1310895Z [00:03:03.412]➜  EOF
2025-08-20T23:04:18.1314929Z [00:03:03.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1294/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/facebookoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/facebookoauth;$WORK/b1294=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/facebookoauth -lang=go1.24 -complete -installsuffix shared -buildid BkHhq73yqLFdFbC4zx5I/BkHhq73yqLFdFbC4zx5I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1294/importcfg -pack ./pkg/detectors/facebookoauth/facebookoauth.go
2025-08-20T23:04:18.1437315Z [00:03:03.427]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:18.1442964Z [00:03:03.427]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x041.o -c zstd_v04.c
2025-08-20T23:04:18.1573406Z [00:03:03.440]➜  go tool buildid -w $WORK/b1293/_pkg_.a # internal
2025-08-20T23:04:18.1593386Z [00:03:03.442]➜  cp $WORK/b1293/_pkg_.a /root/.cache/go-build/31/31d2de0976147644f63ca44f179feb91613d93845618ccf9f8e68dc81d141639-d # internal
2025-08-20T23:04:18.1612502Z [00:03:03.442]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/faceplusplus
2025-08-20T23:04:18.1613212Z [00:03:03.442]➜  mkdir -p $WORK/b1295/
2025-08-20T23:04:18.1613854Z [00:03:03.443]➜  cat >/tmp/go-build3700090427/b1295/importcfg << 'EOF' # internal
2025-08-20T23:04:18.1614601Z [00:03:03.443]➜  # import config
2025-08-20T23:04:18.1615190Z [00:03:03.443]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.1615914Z [00:03:03.443]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.1617013Z [00:03:03.443]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.1618416Z [00:03:03.443]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.1619984Z [00:03:03.443]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.1621189Z [00:03:03.443]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.1622069Z [00:03:03.443]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.1622816Z [00:03:03.443]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.1623390Z [00:03:03.444]➜  EOF
2025-08-20T23:04:18.1623817Z [00:03:03.444]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:18.1627870Z [00:03:03.444]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1295/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/faceplusplus=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/faceplusplus;$WORK/b1295=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/faceplusplus -lang=go1.24 -complete -installsuffix shared -buildid GaRzz6nmoJY7I7nXoeIx/GaRzz6nmoJY7I7nXoeIx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1295/importcfg -pack ./pkg/detectors/faceplusplus/faceplusplus.go
2025-08-20T23:04:18.1848833Z [00:03:03.468]➜  go tool buildid -w $WORK/b1294/_pkg_.a # internal
2025-08-20T23:04:18.1863243Z [00:03:03.469]➜  cp $WORK/b1294/_pkg_.a /root/.cache/go-build/af/af98c03af06202ac966831e5f2d1f347932ace995f2a72abed19850b7b237be7-d # internal
2025-08-20T23:04:18.1880454Z [00:03:03.470]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastforex
2025-08-20T23:04:18.1881188Z [00:03:03.470]➜  mkdir -p $WORK/b1296/
2025-08-20T23:04:18.1881884Z [00:03:03.470]➜  cat >/tmp/go-build3700090427/b1296/importcfg << 'EOF' # internal
2025-08-20T23:04:18.1882537Z [00:03:03.470]➜  # import config
2025-08-20T23:04:18.1883227Z [00:03:03.470]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.1884081Z [00:03:03.470]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.1885247Z [00:03:03.470]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.1886859Z [00:03:03.470]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.1888733Z [00:03:03.470]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.1890437Z [00:03:03.470]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.1891432Z [00:03:03.470]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.1892316Z [00:03:03.470]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.1892961Z [00:03:03.470]➜  EOF
2025-08-20T23:04:18.1896901Z [00:03:03.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1296/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastforex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastforex;$WORK/b1296=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastforex -lang=go1.24 -complete -installsuffix shared -buildid v58fkW6C8sLsmGBgkv_7/v58fkW6C8sLsmGBgkv_7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1296/importcfg -pack ./pkg/detectors/fastforex/fastforex.go
2025-08-20T23:04:18.2215996Z [00:03:03.505]➜  go tool buildid -w $WORK/b1295/_pkg_.a # internal
2025-08-20T23:04:18.2236445Z [00:03:03.507]➜  cp $WORK/b1295/_pkg_.a /root/.cache/go-build/a8/a837f84c0a920b359c5163c5de00ac61923c3b0e9d6a07435df2e128b46ce2f6-d # internal
2025-08-20T23:04:18.2239300Z [00:03:03.507]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastlypersonaltoken
2025-08-20T23:04:18.2240331Z [00:03:03.507]➜  mkdir -p $WORK/b1297/
2025-08-20T23:04:18.2246539Z [00:03:03.508]➜  cat >/tmp/go-build3700090427/b1297/importcfg << 'EOF' # internal
2025-08-20T23:04:18.2247565Z [00:03:03.508]➜  # import config
2025-08-20T23:04:18.2248561Z [00:03:03.508]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.2251496Z [00:03:03.508]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:18.2252450Z [00:03:03.508]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.2253672Z [00:03:03.508]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.2255213Z [00:03:03.508]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.2256840Z [00:03:03.508]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.2258182Z [00:03:03.508]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.2259138Z [00:03:03.508]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.2260216Z [00:03:03.508]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.2260898Z [00:03:03.508]➜  EOF
2025-08-20T23:04:18.2265493Z [00:03:03.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1297/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastlypersonaltoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastlypersonaltoken;$WORK/b1297=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastlypersonaltoken -lang=go1.24 -complete -installsuffix shared -buildid r1UmUax6oDhjtPdC_K3p/r1UmUax6oDhjtPdC_K3p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1297/importcfg -pack ./pkg/detectors/fastlypersonaltoken/fastlypersonaltoken.go
2025-08-20T23:04:18.2411766Z [00:03:03.524]➜  go tool buildid -w $WORK/b1296/_pkg_.a # internal
2025-08-20T23:04:18.2426846Z [00:03:03.526]➜  cp $WORK/b1296/_pkg_.a /root/.cache/go-build/54/54aeac766dec289378cae3ad2f7bf96b01f99fe5a1ef8b5ec2605c60cab2feb5-d # internal
2025-08-20T23:04:18.2431017Z [00:03:03.526]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/feedier
2025-08-20T23:04:18.2431795Z [00:03:03.526]➜  mkdir -p $WORK/b1298/
2025-08-20T23:04:18.2441344Z [00:03:03.527]➜  cat >/tmp/go-build3700090427/b1298/importcfg << 'EOF' # internal
2025-08-20T23:04:18.2442088Z [00:03:03.527]➜  # import config
2025-08-20T23:04:18.2442973Z [00:03:03.527]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.2446842Z [00:03:03.527]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.2448093Z [00:03:03.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.2449836Z [00:03:03.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.2451486Z [00:03:03.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.2452829Z [00:03:03.527]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.2453809Z [00:03:03.527]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.2454719Z [00:03:03.527]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.2455342Z [00:03:03.527]➜  EOF
2025-08-20T23:04:18.2459186Z [00:03:03.527]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1298/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/feedier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/feedier;$WORK/b1298=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/feedier -lang=go1.24 -complete -installsuffix shared -buildid eyd9lyyPMyWsbOWtczbn/eyd9lyyPMyWsbOWtczbn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1298/importcfg -pack ./pkg/detectors/feedier/feedier.go
2025-08-20T23:04:18.2905484Z [00:03:03.574]➜  go tool buildid -w $WORK/b1297/_pkg_.a # internal
2025-08-20T23:04:18.2927489Z [00:03:03.576]➜  cp $WORK/b1297/_pkg_.a /root/.cache/go-build/80/8002905e32c9e111d88ad8a620858540a8d43092ad3406b755380c6a289d194d-d # internal
2025-08-20T23:04:18.2929019Z [00:03:03.576]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fetchrss
2025-08-20T23:04:18.2930448Z [00:03:03.576]➜  mkdir -p $WORK/b1299/
2025-08-20T23:04:18.2935246Z [00:03:03.577]➜  cat >/tmp/go-build3700090427/b1299/importcfg << 'EOF' # internal
2025-08-20T23:04:18.2936316Z [00:03:03.577]➜  # import config
2025-08-20T23:04:18.2936995Z [00:03:03.577]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.2937848Z [00:03:03.577]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:18.2938685Z [00:03:03.577]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.2941318Z [00:03:03.577]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.2942938Z [00:03:03.577]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.2944623Z [00:03:03.577]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.2946207Z [00:03:03.577]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.2947275Z [00:03:03.577]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.2948160Z [00:03:03.577]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.2948843Z [00:03:03.577]➜  EOF
2025-08-20T23:04:18.2953000Z [00:03:03.577]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1299/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fetchrss=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fetchrss;$WORK/b1299=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fetchrss -lang=go1.24 -complete -installsuffix shared -buildid 2qbsi_jTSoHxgpuDSQnM/2qbsi_jTSoHxgpuDSQnM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1299/importcfg -pack ./pkg/detectors/fetchrss/fetchrss.go
2025-08-20T23:04:18.2989518Z [00:03:03.582]➜  go tool buildid -w $WORK/b1298/_pkg_.a # internal
2025-08-20T23:04:18.3008841Z [00:03:03.584]➜  cp $WORK/b1298/_pkg_.a /root/.cache/go-build/3a/3a0c51158dc05746866445fbb404838424ed04ebca972acc8b6cc4ae7ea81437-d # internal
2025-08-20T23:04:18.3010806Z [00:03:03.584]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fibery
2025-08-20T23:04:18.3014762Z [00:03:03.584]➜  mkdir -p $WORK/b1300/
2025-08-20T23:04:18.3015529Z [00:03:03.584]➜  cat >/tmp/go-build3700090427/b1300/importcfg << 'EOF' # internal
2025-08-20T23:04:18.3016942Z [00:03:03.585]➜  # import config
2025-08-20T23:04:18.3018892Z [00:03:03.585]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.3021246Z [00:03:03.585]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.3023533Z [00:03:03.585]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.3025153Z [00:03:03.585]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.3026517Z [00:03:03.585]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.3027479Z [00:03:03.585]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.3028316Z [00:03:03.585]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.3029651Z [00:03:03.585]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:18.3030330Z [00:03:03.585]➜  EOF
2025-08-20T23:04:18.3034071Z [00:03:03.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1300/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fibery=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fibery;$WORK/b1300=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fibery -lang=go1.24 -complete -installsuffix shared -buildid 1OMgrtKIOHzE4firp9cd/1OMgrtKIOHzE4firp9cd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1300/importcfg -pack ./pkg/detectors/fibery/fibery.go
2025-08-20T23:04:18.3638346Z [00:03:03.647]➜  go tool buildid -w $WORK/b1300/_pkg_.a # internal
2025-08-20T23:04:18.3663305Z [00:03:03.650]➜  cp $WORK/b1300/_pkg_.a /root/.cache/go-build/67/679e7394340820fcaae20b4bc589151c3a52d26f820364dc762309340b903c7d-d # internal
2025-08-20T23:04:18.3666109Z [00:03:03.650]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v1
2025-08-20T23:04:18.3669881Z [00:03:03.650]➜  mkdir -p $WORK/b1301/
2025-08-20T23:04:18.3670578Z [00:03:03.650]➜  cat >/tmp/go-build3700090427/b1301/importcfg << 'EOF' # internal
2025-08-20T23:04:18.3671200Z [00:03:03.650]➜  # import config
2025-08-20T23:04:18.3671799Z [00:03:03.650]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.3672552Z [00:03:03.650]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.3673629Z [00:03:03.650]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.3675228Z [00:03:03.650]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.3676659Z [00:03:03.650]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.3677864Z [00:03:03.650]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.3678741Z [00:03:03.650]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.3679657Z [00:03:03.650]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.3680215Z [00:03:03.650]➜  EOF
2025-08-20T23:04:18.3684569Z [00:03:03.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1301/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v1;$WORK/b1301=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v1 -lang=go1.24 -complete -installsuffix shared -buildid v-JycD3DvlJkAMjZ7LsR/v-JycD3DvlJkAMjZ7LsR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1301/importcfg -pack ./pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalaccesstoken.go
2025-08-20T23:04:18.3748031Z [00:03:03.658]➜  go tool buildid -w $WORK/b1299/_pkg_.a # internal
2025-08-20T23:04:18.3780192Z [00:03:03.661]➜  cp $WORK/b1299/_pkg_.a /root/.cache/go-build/c8/c8c8c963f0cebba8aaa8863a52bd5816d9d9b4a620f4ea26c949c0c54c211222-d # internal
2025-08-20T23:04:18.3788297Z [00:03:03.662]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v2
2025-08-20T23:04:18.3791041Z [00:03:03.662]➜  mkdir -p $WORK/b1302/
2025-08-20T23:04:18.3804581Z [00:03:03.663]➜  cat >/tmp/go-build3700090427/b1302/importcfg << 'EOF' # internal
2025-08-20T23:04:18.3805217Z [00:03:03.663]➜  # import config
2025-08-20T23:04:18.3805815Z [00:03:03.663]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.3806578Z [00:03:03.663]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.3807664Z [00:03:03.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.3809042Z [00:03:03.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.3821844Z [00:03:03.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.3823069Z [00:03:03.663]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.3823937Z [00:03:03.663]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.3824688Z [00:03:03.663]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.3825247Z [00:03:03.663]➜  EOF
2025-08-20T23:04:18.3830123Z [00:03:03.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1302/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v2;$WORK/b1302=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v2 -lang=go1.24 -complete -installsuffix shared -buildid Mte9SEUUrnevdkkdbLJC/Mte9SEUUrnevdkkdbLJC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1302/importcfg -pack ./pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_v2.go
2025-08-20T23:04:18.4357789Z [00:03:03.719]➜  go tool buildid -w $WORK/b1301/_pkg_.a # internal
2025-08-20T23:04:18.4380367Z [00:03:03.721]➜  cp $WORK/b1301/_pkg_.a /root/.cache/go-build/55/55af0543d0d71c533747a4a6170be0172dbff0c6a2c415e2a4710713a3010e76-d # internal
2025-08-20T23:04:18.4385852Z [00:03:03.721]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fileio
2025-08-20T23:04:18.4386650Z [00:03:03.721]➜  mkdir -p $WORK/b1303/
2025-08-20T23:04:18.4388906Z [00:03:03.722]➜  cat >/tmp/go-build3700090427/b1303/importcfg << 'EOF' # internal
2025-08-20T23:04:18.4393808Z [00:03:03.722]➜  # import config
2025-08-20T23:04:18.4394553Z [00:03:03.722]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.4395492Z [00:03:03.722]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:18.4396398Z [00:03:03.722]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.4397588Z [00:03:03.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.4399154Z [00:03:03.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.4400904Z [00:03:03.722]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.4402243Z [00:03:03.722]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.4403225Z [00:03:03.722]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.4404118Z [00:03:03.722]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.4405204Z [00:03:03.722]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.4405858Z [00:03:03.722]➜  EOF
2025-08-20T23:04:18.4409741Z [00:03:03.722]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1303/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fileio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fileio;$WORK/b1303=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fileio -lang=go1.24 -complete -installsuffix shared -buildid -3tsnnfxJwC2mUUqvMHA/-3tsnnfxJwC2mUUqvMHA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1303/importcfg -pack ./pkg/detectors/fileio/fileio.go
2025-08-20T23:04:18.4503151Z [00:03:03.733]➜  go tool buildid -w $WORK/b1302/_pkg_.a # internal
2025-08-20T23:04:18.4523457Z [00:03:03.735]➜  cp $WORK/b1302/_pkg_.a /root/.cache/go-build/02/02e768a55811d339fab48098ae70ae376262daeca259bc111a9ae39dbca4fbb9-d # internal
2025-08-20T23:04:18.4529955Z [00:03:03.736]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finage
2025-08-20T23:04:18.4530782Z [00:03:03.736]➜  mkdir -p $WORK/b1304/
2025-08-20T23:04:18.4562888Z [00:03:03.736]➜  cat >/tmp/go-build3700090427/b1304/importcfg << 'EOF' # internal
2025-08-20T23:04:18.4563810Z [00:03:03.736]➜  # import config
2025-08-20T23:04:18.4564484Z [00:03:03.736]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.4565303Z [00:03:03.736]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.4566342Z [00:03:03.736]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.4567743Z [00:03:03.736]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.4569310Z [00:03:03.736]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.4570908Z [00:03:03.736]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.4571894Z [00:03:03.736]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.4572736Z [00:03:03.736]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.4573397Z [00:03:03.736]➜  EOF
2025-08-20T23:04:18.4576856Z [00:03:03.737]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1304/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finage;$WORK/b1304=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finage -lang=go1.24 -complete -installsuffix shared -buildid 1Hebno9M2SBF9sTKPvXD/1Hebno9M2SBF9sTKPvXD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1304/importcfg -pack ./pkg/detectors/finage/finage.go
2025-08-20T23:04:18.4993332Z [00:03:03.782]➜  go tool buildid -w $WORK/b1303/_pkg_.a # internal
2025-08-20T23:04:18.5012074Z [00:03:03.784]➜  cp $WORK/b1303/_pkg_.a /root/.cache/go-build/0c/0cf1c47f333c793cb1e8f0b37fb8a7c3abc77ada191965049e750db141ed0b22-d # internal
2025-08-20T23:04:18.5017426Z [00:03:03.785]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/financialmodelingprep
2025-08-20T23:04:18.5022222Z [00:03:03.785]➜  mkdir -p $WORK/b1305/
2025-08-20T23:04:18.5032692Z [00:03:03.786]➜  cat >/tmp/go-build3700090427/b1305/importcfg << 'EOF' # internal
2025-08-20T23:04:18.5033648Z [00:03:03.786]➜  # import config
2025-08-20T23:04:18.5035643Z [00:03:03.786]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.5037544Z [00:03:03.786]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.5038767Z [00:03:03.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.5048585Z [00:03:03.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.5050573Z [00:03:03.786]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.5052144Z [00:03:03.786]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.5053107Z [00:03:03.786]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.5053931Z [00:03:03.786]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.5054795Z [00:03:03.786]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.5055453Z [00:03:03.786]➜  EOF
2025-08-20T23:04:18.5063146Z [00:03:03.787]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1305/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/financialmodelingprep=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/financialmodelingprep;$WORK/b1305=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/financialmodelingprep -lang=go1.24 -complete -installsuffix shared -buildid 1LAvqhZbnCQntlmgfadO/1LAvqhZbnCQntlmgfadO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1305/importcfg -pack ./pkg/detectors/financialmodelingprep/financialmodelingprep.go
2025-08-20T23:04:18.5067300Z [00:03:03.788]➜  go tool buildid -w $WORK/b1304/_pkg_.a # internal
2025-08-20T23:04:18.5075231Z [00:03:03.790]➜  cp $WORK/b1304/_pkg_.a /root/.cache/go-build/6f/6feef4170feac3066f5cee47102168b75adde8c661182b4ca68f5849d0c91038-d # internal
2025-08-20T23:04:18.5076550Z [00:03:03.790]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/findl
2025-08-20T23:04:18.5077265Z [00:03:03.790]➜  mkdir -p $WORK/b1306/
2025-08-20T23:04:18.5078003Z [00:03:03.790]➜  cat >/tmp/go-build3700090427/b1306/importcfg << 'EOF' # internal
2025-08-20T23:04:18.5078695Z [00:03:03.790]➜  # import config
2025-08-20T23:04:18.5079567Z [00:03:03.790]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.5081036Z [00:03:03.790]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.5082575Z [00:03:03.790]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.5084186Z [00:03:03.790]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.5085506Z [00:03:03.790]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.5086462Z [00:03:03.790]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.5087313Z [00:03:03.790]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.5088134Z [00:03:03.790]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:18.5088740Z [00:03:03.790]➜  EOF
2025-08-20T23:04:18.5092608Z [00:03:03.790]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1306/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/findl=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/findl;$WORK/b1306=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/findl -lang=go1.24 -complete -installsuffix shared -buildid a6NIQ0fijpSpAkzfpQrR/a6NIQ0fijpSpAkzfpQrR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1306/importcfg -pack ./pkg/detectors/findl/findl.go
2025-08-20T23:04:18.5360077Z [00:03:03.819]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:18.5368605Z [00:03:03.820]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x042.o -c zstd_v05.c
2025-08-20T23:04:18.5640530Z [00:03:03.847]➜  go tool buildid -w $WORK/b1306/_pkg_.a # internal
2025-08-20T23:04:18.5653907Z [00:03:03.848]➜  cp $WORK/b1306/_pkg_.a /root/.cache/go-build/53/53bb259219acb40b83c5d9405892076c3d282e36abfeae38c66fd2b8e6b6c8ba-d # internal
2025-08-20T23:04:18.5660671Z [00:03:03.849]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finnhub
2025-08-20T23:04:18.5663906Z [00:03:03.849]➜  mkdir -p $WORK/b1307/
2025-08-20T23:04:18.5664652Z [00:03:03.849]➜  cat >/tmp/go-build3700090427/b1307/importcfg << 'EOF' # internal
2025-08-20T23:04:18.5665381Z [00:03:03.849]➜  # import config
2025-08-20T23:04:18.5666103Z [00:03:03.849]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.5666989Z [00:03:03.849]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.5668262Z [00:03:03.849]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.5670030Z [00:03:03.849]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.5671795Z [00:03:03.849]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.5673330Z [00:03:03.849]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.5674356Z [00:03:03.849]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.5675495Z [00:03:03.849]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.5676171Z [00:03:03.849]➜  EOF
2025-08-20T23:04:18.5676681Z [00:03:03.849]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:18.5681217Z [00:03:03.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1307/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finnhub=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finnhub;$WORK/b1307=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finnhub -lang=go1.24 -complete -installsuffix shared -buildid MlwdUHBJr5vwu6emSwFb/MlwdUHBJr5vwu6emSwFb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1307/importcfg -pack ./pkg/detectors/finnhub/finnhub.go
2025-08-20T23:04:18.5703302Z [00:03:03.852]➜  go tool buildid -w $WORK/b1305/_pkg_.a # internal
2025-08-20T23:04:18.5704888Z [00:03:03.854]➜  cp $WORK/b1305/_pkg_.a /root/.cache/go-build/0b/0bcc1a29e0b7f49b6c35b242380a0c2ea36aedcb5d886e4ac5106a608816ad75-d # internal
2025-08-20T23:04:18.5706217Z [00:03:03.854]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fixerio
2025-08-20T23:04:18.5712867Z [00:03:03.854]➜  mkdir -p $WORK/b1308/
2025-08-20T23:04:18.5713940Z [00:03:03.854]➜  cat >/tmp/go-build3700090427/b1308/importcfg << 'EOF' # internal
2025-08-20T23:04:18.5714741Z [00:03:03.854]➜  # import config
2025-08-20T23:04:18.5715839Z [00:03:03.854]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.5717089Z [00:03:03.854]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.5719100Z [00:03:03.854]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.5722271Z [00:03:03.854]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.5724618Z [00:03:03.854]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.5725577Z [00:03:03.855]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.5726394Z [00:03:03.855]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.5727192Z [00:03:03.855]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.5727753Z [00:03:03.855]➜  EOF
2025-08-20T23:04:18.5731571Z [00:03:03.855]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1308/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fixerio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fixerio;$WORK/b1308=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fixerio -lang=go1.24 -complete -installsuffix shared -buildid 5rz6qwfjnloaAhAmEmwf/5rz6qwfjnloaAhAmEmwf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1308/importcfg -pack ./pkg/detectors/fixerio/fixerio.go
2025-08-20T23:04:18.6224142Z [00:03:03.906]➜  go tool buildid -w $WORK/b1307/_pkg_.a # internal
2025-08-20T23:04:18.6228661Z [00:03:03.906]➜  go tool buildid -w $WORK/b1308/_pkg_.a # internal
2025-08-20T23:04:18.6236641Z [00:03:03.907]➜  cp $WORK/b1307/_pkg_.a /root/.cache/go-build/50/5028dae790991e372802a469ba2be27082d70590ac8cb5cfb99354425cdf7d40-d # internal
2025-08-20T23:04:18.6251997Z [00:03:03.908]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flatio
2025-08-20T23:04:18.6256178Z [00:03:03.909]➜  mkdir -p $WORK/b1309/
2025-08-20T23:04:18.6259797Z [00:03:03.909]➜  cat >/tmp/go-build3700090427/b1309/importcfg << 'EOF' # internal
2025-08-20T23:04:18.6263100Z [00:03:03.910]➜  # import config
2025-08-20T23:04:18.6266323Z [00:03:03.910]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.6269030Z [00:03:03.910]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.6280632Z [00:03:03.911]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.6282378Z [00:03:03.911]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.6283933Z [00:03:03.911]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.6285287Z [00:03:03.911]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.6286324Z [00:03:03.911]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.6287251Z [00:03:03.911]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.6287904Z [00:03:03.911]➜  EOF
2025-08-20T23:04:18.6292307Z [00:03:03.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1309/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flatio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flatio;$WORK/b1309=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flatio -lang=go1.24 -complete -installsuffix shared -buildid zQAPj8c8k1WV-yWv8JuV/zQAPj8c8k1WV-yWv8JuV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1309/importcfg -pack ./pkg/detectors/flatio/flatio.go
2025-08-20T23:04:18.6296455Z [00:03:03.911]➜  cp $WORK/b1308/_pkg_.a /root/.cache/go-build/19/19a965cdaee862e781a2fa99d1416fb72e6fa0eb71f2eada3c48a541367b2d2a-d # internal
2025-08-20T23:04:18.6297850Z [00:03:03.911]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fleetbase
2025-08-20T23:04:18.6298752Z [00:03:03.911]➜  mkdir -p $WORK/b1310/
2025-08-20T23:04:18.6299750Z [00:03:03.911]➜  cat >/tmp/go-build3700090427/b1310/importcfg << 'EOF' # internal
2025-08-20T23:04:18.6300469Z [00:03:03.911]➜  # import config
2025-08-20T23:04:18.6301206Z [00:03:03.911]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.6302081Z [00:03:03.911]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.6303312Z [00:03:03.911]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.6304875Z [00:03:03.911]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.6306487Z [00:03:03.911]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.6307862Z [00:03:03.911]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.6308789Z [00:03:03.911]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.6309767Z [00:03:03.911]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.6310423Z [00:03:03.911]➜  EOF
2025-08-20T23:04:18.6314043Z [00:03:03.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1310/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fleetbase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fleetbase;$WORK/b1310=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fleetbase -lang=go1.24 -complete -installsuffix shared -buildid J7-qF8V23_e-LX1cYVJ8/J7-qF8V23_e-LX1cYVJ8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1310/importcfg -pack ./pkg/detectors/fleetbase/fleetbase.go
2025-08-20T23:04:18.6779648Z [00:03:03.961]➜  go tool buildid -w $WORK/b1310/_pkg_.a # internal
2025-08-20T23:04:18.6781609Z [00:03:03.961]➜  go tool buildid -w $WORK/b1309/_pkg_.a # internal
2025-08-20T23:04:18.6800425Z [00:03:03.963]➜  cp $WORK/b1310/_pkg_.a /root/.cache/go-build/d9/d94b9efc0ef76de462ff0247d9f17d625f8db6fd6fc15f4ef67b3e4e6c762086-d # internal
2025-08-20T23:04:18.6810603Z [00:03:03.963]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flexport
2025-08-20T23:04:18.6811482Z [00:03:03.963]➜  mkdir -p $WORK/b1311/
2025-08-20T23:04:18.6812621Z [00:03:03.963]➜  cp $WORK/b1309/_pkg_.a /root/.cache/go-build/80/80df8839ac84fa95ba8c1d188702ab47f5b8a73981affaf6e22611a3141061c2-d # internal
2025-08-20T23:04:18.6813954Z [00:03:03.963]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flickr
2025-08-20T23:04:18.6814895Z [00:03:03.963]➜  mkdir -p $WORK/b1312/
2025-08-20T23:04:18.6815567Z [00:03:03.964]➜  cat >/tmp/go-build3700090427/b1312/importcfg << 'EOF' # internal
2025-08-20T23:04:18.6816236Z [00:03:03.964]➜  # import config
2025-08-20T23:04:18.6816849Z [00:03:03.964]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.6817646Z [00:03:03.964]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.6818752Z [00:03:03.964]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.6820614Z [00:03:03.964]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.6822077Z [00:03:03.964]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.6823292Z [00:03:03.964]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.6824131Z [00:03:03.964]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.6824863Z [00:03:03.964]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.6825623Z [00:03:03.964]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.6826245Z [00:03:03.964]➜  EOF
2025-08-20T23:04:18.6830310Z [00:03:03.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1312/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flickr=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flickr;$WORK/b1312=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flickr -lang=go1.24 -complete -installsuffix shared -buildid l4wXwgAtQ-6ptzO9HqSI/l4wXwgAtQ-6ptzO9HqSI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1312/importcfg -pack ./pkg/detectors/flickr/flickr.go
2025-08-20T23:04:18.6833630Z [00:03:03.964]➜  cat >/tmp/go-build3700090427/b1311/importcfg << 'EOF' # internal
2025-08-20T23:04:18.6834241Z [00:03:03.964]➜  # import config
2025-08-20T23:04:18.6834838Z [00:03:03.964]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.6835593Z [00:03:03.964]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.6836639Z [00:03:03.964]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.6837995Z [00:03:03.964]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.6839580Z [00:03:03.964]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.6840887Z [00:03:03.964]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.6842001Z [00:03:03.964]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.6842770Z [00:03:03.964]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.6843394Z [00:03:03.964]➜  EOF
2025-08-20T23:04:18.6847008Z [00:03:03.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1311/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flexport=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flexport;$WORK/b1311=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flexport -lang=go1.24 -complete -installsuffix shared -buildid EeKK3OffcpU-A5e2P3in/EeKK3OffcpU-A5e2P3in -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1311/importcfg -pack ./pkg/detectors/flexport/flexport.go
2025-08-20T23:04:18.7409847Z [00:03:04.024]➜  go tool buildid -w $WORK/b1312/_pkg_.a # internal
2025-08-20T23:04:18.7443670Z [00:03:04.027]➜  cp $WORK/b1312/_pkg_.a /root/.cache/go-build/e8/e820c97330de8f94b121ae29f2ae874a3b1035aa7ec7a9051e7c937e748f2349-d # internal
2025-08-20T23:04:18.7445720Z [00:03:04.027]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightapi
2025-08-20T23:04:18.7447041Z [00:03:04.027]➜  mkdir -p $WORK/b1313/
2025-08-20T23:04:18.7449089Z [00:03:04.027]➜  cat >/tmp/go-build3700090427/b1313/importcfg << 'EOF' # internal
2025-08-20T23:04:18.7449922Z [00:03:04.027]➜  # import config
2025-08-20T23:04:18.7450543Z [00:03:04.027]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.7451273Z [00:03:04.027]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.7452329Z [00:03:04.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.7453709Z [00:03:04.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.7455410Z [00:03:04.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.7456706Z [00:03:04.027]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.7457621Z [00:03:04.027]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.7458432Z [00:03:04.027]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.7459019Z [00:03:04.027]➜  EOF
2025-08-20T23:04:18.7462930Z [00:03:04.027]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1313/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightapi;$WORK/b1313=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightapi -lang=go1.24 -complete -installsuffix shared -buildid Izus-uoyTv5KoNLne1Tt/Izus-uoyTv5KoNLne1Tt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1313/importcfg -pack ./pkg/detectors/flightapi/flightapi.go
2025-08-20T23:04:18.7480798Z [00:03:04.031]➜  go tool buildid -w $WORK/b1311/_pkg_.a # internal
2025-08-20T23:04:18.7498535Z [00:03:04.033]➜  cp $WORK/b1311/_pkg_.a /root/.cache/go-build/8d/8dd4370cd500ef88bc8c2136ba7e375f95f05059af0e49d9cc63b219354fc316-d # internal
2025-08-20T23:04:18.7519170Z [00:03:04.035]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightlabs
2025-08-20T23:04:18.7554308Z [00:03:04.035]➜  mkdir -p $WORK/b1314/
2025-08-20T23:04:18.7555058Z [00:03:04.035]➜  cat >/tmp/go-build3700090427/b1314/importcfg << 'EOF' # internal
2025-08-20T23:04:18.7555710Z [00:03:04.035]➜  # import config
2025-08-20T23:04:18.7556311Z [00:03:04.035]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.7557086Z [00:03:04.035]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.7558150Z [00:03:04.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.7559809Z [00:03:04.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.7561470Z [00:03:04.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.7562663Z [00:03:04.035]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.7563491Z [00:03:04.035]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.7564202Z [00:03:04.035]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.7564934Z [00:03:04.035]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.7565503Z [00:03:04.035]➜  EOF
2025-08-20T23:04:18.7569068Z [00:03:04.035]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1314/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightlabs=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightlabs;$WORK/b1314=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightlabs -lang=go1.24 -complete -installsuffix shared -buildid Kf6or9-5i0zFKTnxs1at/Kf6or9-5i0zFKTnxs1at -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1314/importcfg -pack ./pkg/detectors/flightlabs/flightlabs.go
2025-08-20T23:04:18.7943774Z [00:03:04.077]➜  go tool buildid -w $WORK/b1313/_pkg_.a # internal
2025-08-20T23:04:18.7961134Z [00:03:04.079]➜  cp $WORK/b1313/_pkg_.a /root/.cache/go-build/64/641d6d2a9cca011bd0a32f634d51d28d2929feb28f1a881add3745ae608801c9-d # internal
2025-08-20T23:04:18.7962586Z [00:03:04.079]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightstats
2025-08-20T23:04:18.7963388Z [00:03:04.079]➜  mkdir -p $WORK/b1315/
2025-08-20T23:04:18.7964127Z [00:03:04.079]➜  cat >/tmp/go-build3700090427/b1315/importcfg << 'EOF' # internal
2025-08-20T23:04:18.7964835Z [00:03:04.079]➜  # import config
2025-08-20T23:04:18.7965505Z [00:03:04.079]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.7966673Z [00:03:04.079]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.7967704Z [00:03:04.079]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.7968932Z [00:03:04.079]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.7970458Z [00:03:04.079]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.7971733Z [00:03:04.079]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.7972672Z [00:03:04.079]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.7973508Z [00:03:04.079]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.7974336Z [00:03:04.079]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.7974967Z [00:03:04.079]➜  EOF
2025-08-20T23:04:18.7978920Z [00:03:04.079]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1315/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightstats=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightstats;$WORK/b1315=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightstats -lang=go1.24 -complete -installsuffix shared -buildid KEV1DPHJwtLHD3xINpvM/KEV1DPHJwtLHD3xINpvM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1315/importcfg -pack ./pkg/detectors/flightstats/flightstats.go
2025-08-20T23:04:18.8089284Z [00:03:04.092]➜  go tool buildid -w $WORK/b1314/_pkg_.a # internal
2025-08-20T23:04:18.8105516Z [00:03:04.093]➜  cp $WORK/b1314/_pkg_.a /root/.cache/go-build/cd/cdb08b2b0711a994fe991dbb1fcaa94a9c8dda0d6f90a448d43f1e801e7238e5-d # internal
2025-08-20T23:04:18.8110999Z [00:03:04.094]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/float
2025-08-20T23:04:18.8115791Z [00:03:04.095]➜  mkdir -p $WORK/b1316/
2025-08-20T23:04:18.8119155Z [00:03:04.095]➜  cat >/tmp/go-build3700090427/b1316/importcfg << 'EOF' # internal
2025-08-20T23:04:18.8123549Z [00:03:04.095]➜  # import config
2025-08-20T23:04:18.8127137Z [00:03:04.096]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.8131537Z [00:03:04.096]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.8139074Z [00:03:04.097]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.8140811Z [00:03:04.097]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.8142400Z [00:03:04.097]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.8145145Z [00:03:04.098]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.8146418Z [00:03:04.098]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.8147629Z [00:03:04.098]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.8148456Z [00:03:04.098]➜  EOF
2025-08-20T23:04:18.8152474Z [00:03:04.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1316/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/float=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/float;$WORK/b1316=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/float -lang=go1.24 -complete -installsuffix shared -buildid dPQFIFVGYoXAzDgOT13m/dPQFIFVGYoXAzDgOT13m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1316/importcfg -pack ./pkg/detectors/float/float.go
2025-08-20T23:04:18.8591655Z [00:03:04.142]➜  go tool buildid -w $WORK/b1315/_pkg_.a # internal
2025-08-20T23:04:18.8604577Z [00:03:04.143]➜  cp $WORK/b1315/_pkg_.a /root/.cache/go-build/32/323cdec8a5acf61251921970ce9663df803888a1d51a2f5401485b56b23a0024-d # internal
2025-08-20T23:04:18.8612480Z [00:03:04.143]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flowflu
2025-08-20T23:04:18.8613373Z [00:03:04.143]➜  mkdir -p $WORK/b1317/
2025-08-20T23:04:18.8614140Z [00:03:04.144]➜  cat >/tmp/go-build3700090427/b1317/importcfg << 'EOF' # internal
2025-08-20T23:04:18.8614866Z [00:03:04.144]➜  # import config
2025-08-20T23:04:18.8615551Z [00:03:04.144]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.8616394Z [00:03:04.144]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.8617501Z [00:03:04.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.8619032Z [00:03:04.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.8620885Z [00:03:04.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.8622226Z [00:03:04.144]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.8623172Z [00:03:04.144]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.8624031Z [00:03:04.144]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.8624909Z [00:03:04.144]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.8625548Z [00:03:04.144]➜  EOF
2025-08-20T23:04:18.8636688Z [00:03:04.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1317/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flowflu=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flowflu;$WORK/b1317=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flowflu -lang=go1.24 -complete -installsuffix shared -buildid 7ckTMCn2tTgaRLGj9PQQ/7ckTMCn2tTgaRLGj9PQQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1317/importcfg -pack ./pkg/detectors/flowflu/flowflu.go
2025-08-20T23:04:18.8673736Z [00:03:04.150]➜  go tool buildid -w $WORK/b1316/_pkg_.a # internal
2025-08-20T23:04:18.8735505Z [00:03:04.152]➜  cp $WORK/b1316/_pkg_.a /root/.cache/go-build/8f/8f9b719d2e6be45c81b802cb3153b46cf41094d88111b32e428b5a9377ea60fa-d # internal
2025-08-20T23:04:18.8736886Z [00:03:04.152]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flutterwave
2025-08-20T23:04:18.8737542Z [00:03:04.153]➜  mkdir -p $WORK/b1318/
2025-08-20T23:04:18.8738237Z [00:03:04.153]➜  cat >/tmp/go-build3700090427/b1318/importcfg << 'EOF' # internal
2025-08-20T23:04:18.8738920Z [00:03:04.153]➜  # import config
2025-08-20T23:04:18.8739858Z [00:03:04.153]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.8740710Z [00:03:04.153]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.8741834Z [00:03:04.153]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.8743334Z [00:03:04.153]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.8745017Z [00:03:04.153]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.8746137Z [00:03:04.153]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.8746949Z [00:03:04.153]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.8748031Z [00:03:04.153]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.8748623Z [00:03:04.153]➜  EOF
2025-08-20T23:04:18.8753003Z [00:03:04.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1318/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flutterwave=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flutterwave;$WORK/b1318=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flutterwave -lang=go1.24 -complete -installsuffix shared -buildid 02MEImbBkdAYknNEb30k/02MEImbBkdAYknNEb30k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1318/importcfg -pack ./pkg/detectors/flutterwave/flutterwave.go
2025-08-20T23:04:18.9211710Z [00:03:04.204]➜  go tool buildid -w $WORK/b1317/_pkg_.a # internal
2025-08-20T23:04:18.9252440Z [00:03:04.205]➜  cp $WORK/b1317/_pkg_.a /root/.cache/go-build/45/450bb57cf33928838f015da6c377537261def6a0853a7f98c7daccc86d6d07bf-d # internal
2025-08-20T23:04:18.9253864Z [00:03:04.206]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fmfw
2025-08-20T23:04:18.9254610Z [00:03:04.206]➜  mkdir -p $WORK/b1319/
2025-08-20T23:04:18.9255371Z [00:03:04.206]➜  cat >/tmp/go-build3700090427/b1319/importcfg << 'EOF' # internal
2025-08-20T23:04:18.9256102Z [00:03:04.206]➜  # import config
2025-08-20T23:04:18.9256789Z [00:03:04.206]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.9257947Z [00:03:04.206]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.9259716Z [00:03:04.206]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.9281224Z [00:03:04.206]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.9282638Z [00:03:04.206]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.9283614Z [00:03:04.206]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.9284501Z [00:03:04.206]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.9285255Z [00:03:04.206]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:18.9285884Z [00:03:04.206]➜  EOF
2025-08-20T23:04:18.9289789Z [00:03:04.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1319/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fmfw=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fmfw;$WORK/b1319=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fmfw -lang=go1.24 -complete -installsuffix shared -buildid 8FMgjxw5suV1aa19F1Wu/8FMgjxw5suV1aa19F1Wu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1319/importcfg -pack ./pkg/detectors/fmfw/fmfw.go
2025-08-20T23:04:18.9293293Z [00:03:04.208]➜  go tool buildid -w $WORK/b1318/_pkg_.a # internal
2025-08-20T23:04:18.9294617Z [00:03:04.210]➜  cp $WORK/b1318/_pkg_.a /root/.cache/go-build/4c/4c777e9e995b96d416686a513e7f8bdebd2a35e4db6c8505d1fde1f38440d9eb-d # internal
2025-08-20T23:04:18.9296124Z [00:03:04.210]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formbucket
2025-08-20T23:04:18.9296926Z [00:03:04.210]➜  mkdir -p $WORK/b1320/
2025-08-20T23:04:18.9311782Z [00:03:04.211]➜  cat >/tmp/go-build3700090427/b1320/importcfg << 'EOF' # internal
2025-08-20T23:04:18.9312585Z [00:03:04.211]➜  # import config
2025-08-20T23:04:18.9313274Z [00:03:04.211]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.9314128Z [00:03:04.211]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.9315190Z [00:03:04.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.9316707Z [00:03:04.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.9318271Z [00:03:04.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.9319932Z [00:03:04.211]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.9320905Z [00:03:04.211]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:18.9321754Z [00:03:04.211]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.9322625Z [00:03:04.211]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.9323240Z [00:03:04.211]➜  EOF
2025-08-20T23:04:18.9327251Z [00:03:04.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1320/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formbucket=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formbucket;$WORK/b1320=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formbucket -lang=go1.24 -complete -installsuffix shared -buildid LKI0Y-1EcTkWySrDRApZ/LKI0Y-1EcTkWySrDRApZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1320/importcfg -pack ./pkg/detectors/formbucket/formbucket.go
2025-08-20T23:04:18.9813269Z [00:03:04.264]➜  go tool buildid -w $WORK/b1319/_pkg_.a # internal
2025-08-20T23:04:18.9820990Z [00:03:04.264]➜  cp $WORK/b1319/_pkg_.a /root/.cache/go-build/e9/e9fe05a65c294623546b071df732093cf87f5b48e64cb4f66cedb1f8ba95b501-d # internal
2025-08-20T23:04:18.9822648Z [00:03:04.264]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formcraft
2025-08-20T23:04:18.9823363Z [00:03:04.264]➜  mkdir -p $WORK/b1321/
2025-08-20T23:04:18.9824042Z [00:03:04.264]➜  cat >/tmp/go-build3700090427/b1321/importcfg << 'EOF' # internal
2025-08-20T23:04:18.9824716Z [00:03:04.264]➜  # import config
2025-08-20T23:04:18.9825338Z [00:03:04.264]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.9826171Z [00:03:04.264]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:18.9826961Z [00:03:04.264]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:18.9828060Z [00:03:04.264]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.9833232Z [00:03:04.264]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.9834750Z [00:03:04.264]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.9844297Z [00:03:04.264]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.9845485Z [00:03:04.264]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.9852634Z [00:03:04.264]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.9853271Z [00:03:04.264]➜  EOF
2025-08-20T23:04:18.9857199Z [00:03:04.264]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1321/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formcraft=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formcraft;$WORK/b1321=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formcraft -lang=go1.24 -complete -installsuffix shared -buildid 8ST4Aqo65BMO8LSOBjTw/8ST4Aqo65BMO8LSOBjTw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1321/importcfg -pack ./pkg/detectors/formcraft/formcraft.go
2025-08-20T23:04:18.9861217Z [00:03:04.266]➜  go tool buildid -w $WORK/b1320/_pkg_.a # internal
2025-08-20T23:04:18.9862521Z [00:03:04.267]➜  cp $WORK/b1320/_pkg_.a /root/.cache/go-build/57/57abdb8962820d78655a096e93ec56b4f3d56a69ccbebb6922566dd69816a286-d # internal
2025-08-20T23:04:18.9863772Z [00:03:04.267]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formio
2025-08-20T23:04:18.9864529Z [00:03:04.267]➜  mkdir -p $WORK/b1322/
2025-08-20T23:04:18.9865260Z [00:03:04.268]➜  cat >/tmp/go-build3700090427/b1322/importcfg << 'EOF' # internal
2025-08-20T23:04:18.9865957Z [00:03:04.268]➜  # import config
2025-08-20T23:04:18.9866653Z [00:03:04.268]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:18.9867882Z [00:03:04.268]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:18.9869611Z [00:03:04.268]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:18.9871237Z [00:03:04.268]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:18.9872570Z [00:03:04.268]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:18.9873714Z [00:03:04.268]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:18.9874775Z [00:03:04.268]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:18.9875475Z [00:03:04.268]➜  EOF
2025-08-20T23:04:18.9879179Z [00:03:04.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1322/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formio;$WORK/b1322=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formio -lang=go1.24 -complete -installsuffix shared -buildid bz4Io1Wm4D1KOM6lE0nU/bz4Io1Wm4D1KOM6lE0nU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1322/importcfg -pack ./pkg/detectors/formio/formio.go
2025-08-20T23:04:19.0199705Z [00:03:04.303]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:19.0205512Z [00:03:04.303]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x043.o -c zstd_v06.c
2025-08-20T23:04:19.0422278Z [00:03:04.324]➜  go tool buildid -w $WORK/b1322/_pkg_.a # internal
2025-08-20T23:04:19.0435679Z [00:03:04.325]➜  go tool buildid -w $WORK/b1321/_pkg_.a # internal
2025-08-20T23:04:19.0437038Z [00:03:04.326]➜  cp $WORK/b1322/_pkg_.a /root/.cache/go-build/10/10514f65597b4531e5a0ccbf2511b629c599872df11ebfddfb5340a93d8e49a9-d # internal
2025-08-20T23:04:19.0438307Z [00:03:04.326]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formsite
2025-08-20T23:04:19.0439018Z [00:03:04.326]➜  mkdir -p $WORK/b1323/
2025-08-20T23:04:19.0439921Z [00:03:04.326]➜  cat >/tmp/go-build3700090427/b1323/importcfg << 'EOF' # internal
2025-08-20T23:04:19.0440596Z [00:03:04.326]➜  # import config
2025-08-20T23:04:19.0441313Z [00:03:04.326]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.0442210Z [00:03:04.326]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.0443615Z [00:03:04.326]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.0445090Z [00:03:04.326]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.0446808Z [00:03:04.326]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.0448088Z [00:03:04.326]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.0449008Z [00:03:04.326]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.0450435Z [00:03:04.326]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.0451073Z [00:03:04.326]➜  EOF
2025-08-20T23:04:19.0451556Z [00:03:04.326]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:19.0455384Z [00:03:04.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1323/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formsite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formsite;$WORK/b1323=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formsite -lang=go1.24 -complete -installsuffix shared -buildid NnpiddqF64Ux3_FMTnFo/NnpiddqF64Ux3_FMTnFo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1323/importcfg -pack ./pkg/detectors/formsite/formsite.go
2025-08-20T23:04:19.0476591Z [00:03:04.331]➜  cp $WORK/b1321/_pkg_.a /root/.cache/go-build/89/8960bcc679fb5627d57e8560afe742229df9618f32a9a825d78adc8621423cde-d # internal
2025-08-20T23:04:19.0479758Z [00:03:04.331]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/foursquare
2025-08-20T23:04:19.0480955Z [00:03:04.331]➜  mkdir -p $WORK/b1324/
2025-08-20T23:04:19.0482261Z [00:03:04.331]➜  cat >/tmp/go-build3700090427/b1324/importcfg << 'EOF' # internal
2025-08-20T23:04:19.0483910Z [00:03:04.331]➜  # import config
2025-08-20T23:04:19.0484825Z [00:03:04.331]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.0485917Z [00:03:04.331]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.0487274Z [00:03:04.331]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.0489064Z [00:03:04.331]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.0491132Z [00:03:04.331]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.0492734Z [00:03:04.331]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.0493941Z [00:03:04.331]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.0495388Z [00:03:04.331]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.0496316Z [00:03:04.331]➜  EOF
2025-08-20T23:04:19.0501185Z [00:03:04.331]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1324/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/foursquare=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/foursquare;$WORK/b1324=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/foursquare -lang=go1.24 -complete -installsuffix shared -buildid tMjr4z3kpf8i9QXT3SuI/tMjr4z3kpf8i9QXT3SuI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1324/importcfg -pack ./pkg/detectors/foursquare/foursquare.go
2025-08-20T23:04:19.0999125Z [00:03:04.383]➜  go tool buildid -w $WORK/b1323/_pkg_.a # internal
2025-08-20T23:04:19.1019663Z [00:03:04.384]➜  cp $WORK/b1323/_pkg_.a /root/.cache/go-build/81/812d524da8315b51e6db91a468fef8cf3fa52aac3a6cb4554dc9e1763619ec2f-d # internal
2025-08-20T23:04:19.1027123Z [00:03:04.385]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/frameio
2025-08-20T23:04:19.1027948Z [00:03:04.385]➜  mkdir -p $WORK/b1325/
2025-08-20T23:04:19.1028683Z [00:03:04.385]➜  cat >/tmp/go-build3700090427/b1325/importcfg << 'EOF' # internal
2025-08-20T23:04:19.1029620Z [00:03:04.385]➜  # import config
2025-08-20T23:04:19.1030272Z [00:03:04.385]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.1031360Z [00:03:04.385]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.1032531Z [00:03:04.385]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.1034108Z [00:03:04.385]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.1035605Z [00:03:04.385]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.1036867Z [00:03:04.385]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.1037976Z [00:03:04.385]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.1055677Z [00:03:04.386]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.1056963Z [00:03:04.386]➜  EOF
2025-08-20T23:04:19.1061750Z [00:03:04.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1325/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/frameio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/frameio;$WORK/b1325=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/frameio -lang=go1.24 -complete -installsuffix shared -buildid EDER4hR_vEVQohlSRcP1/EDER4hR_vEVQohlSRcP1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1325/importcfg -pack ./pkg/detectors/frameio/frameio.go
2025-08-20T23:04:19.1174912Z [00:03:04.401]➜  go tool buildid -w $WORK/b1324/_pkg_.a # internal
2025-08-20T23:04:19.1194954Z [00:03:04.403]➜  cp $WORK/b1324/_pkg_.a /root/.cache/go-build/93/936f0a19b1310d1da6523c6612c67e4f7c313cc928ada967094d38fb2d247bda-d # internal
2025-08-20T23:04:19.1202408Z [00:03:04.403]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshbooks
2025-08-20T23:04:19.1207260Z [00:03:04.404]➜  mkdir -p $WORK/b1326/
2025-08-20T23:04:19.1221641Z [00:03:04.405]➜  cat >/tmp/go-build3700090427/b1326/importcfg << 'EOF' # internal
2025-08-20T23:04:19.1229635Z [00:03:04.406]➜  # import config
2025-08-20T23:04:19.1230375Z [00:03:04.406]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.1231218Z [00:03:04.406]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.1232413Z [00:03:04.406]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.1233954Z [00:03:04.406]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.1235255Z [00:03:04.406]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.1236186Z [00:03:04.406]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:19.1236998Z [00:03:04.406]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.1238053Z [00:03:04.406]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.1238687Z [00:03:04.406]➜  EOF
2025-08-20T23:04:19.1242870Z [00:03:04.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1326/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshbooks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshbooks;$WORK/b1326=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshbooks -lang=go1.24 -complete -installsuffix shared -buildid _nloYx2miRaj8rojsgCB/_nloYx2miRaj8rojsgCB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1326/importcfg -pack ./pkg/detectors/freshbooks/freshbooks.go
2025-08-20T23:04:19.1609070Z [00:03:04.444]➜  go tool buildid -w $WORK/b1325/_pkg_.a # internal
2025-08-20T23:04:19.1624146Z [00:03:04.445]➜  cp $WORK/b1325/_pkg_.a /root/.cache/go-build/9c/9ccd5f0184d82883afc5ba28a010b91e79dd9f81dbb53eae3648c63411bf5c41-d # internal
2025-08-20T23:04:19.1670195Z [00:03:04.445]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshdesk
2025-08-20T23:04:19.1670980Z [00:03:04.446]➜  mkdir -p $WORK/b1327/
2025-08-20T23:04:19.1671737Z [00:03:04.446]➜  cat >/tmp/go-build3700090427/b1327/importcfg << 'EOF' # internal
2025-08-20T23:04:19.1672697Z [00:03:04.446]➜  # import config
2025-08-20T23:04:19.1673389Z [00:03:04.446]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.1674332Z [00:03:04.446]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:19.1675239Z [00:03:04.446]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.1676444Z [00:03:04.446]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.1678203Z [00:03:04.446]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.1680090Z [00:03:04.446]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.1681523Z [00:03:04.446]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.1682540Z [00:03:04.446]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.1683432Z [00:03:04.446]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.1684063Z [00:03:04.446]➜  EOF
2025-08-20T23:04:19.1688181Z [00:03:04.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1327/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshdesk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshdesk;$WORK/b1327=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshdesk -lang=go1.24 -complete -installsuffix shared -buildid nI7IjcbbsT0mPwKkyK0Q/nI7IjcbbsT0mPwKkyK0Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1327/importcfg -pack ./pkg/detectors/freshdesk/freshdesk.go
2025-08-20T23:04:19.1930100Z [00:03:04.476]➜  go tool buildid -w $WORK/b1326/_pkg_.a # internal
2025-08-20T23:04:19.1961930Z [00:03:04.476]➜  cp $WORK/b1326/_pkg_.a /root/.cache/go-build/c9/c95af4a9bedc99caf4e15fd65e961aaef88d070316500154ff10f70020e8ae38-d # internal
2025-08-20T23:04:19.1963340Z [00:03:04.476]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/front
2025-08-20T23:04:19.1964069Z [00:03:04.476]➜  mkdir -p $WORK/b1328/
2025-08-20T23:04:19.1964801Z [00:03:04.476]➜  cat >/tmp/go-build3700090427/b1328/importcfg << 'EOF' # internal
2025-08-20T23:04:19.1965480Z [00:03:04.476]➜  # import config
2025-08-20T23:04:19.1966132Z [00:03:04.476]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.1966929Z [00:03:04.476]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.1968071Z [00:03:04.476]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.1969799Z [00:03:04.476]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.1971604Z [00:03:04.476]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.1972929Z [00:03:04.476]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.1973898Z [00:03:04.477]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.1974739Z [00:03:04.477]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.1975355Z [00:03:04.477]➜  EOF
2025-08-20T23:04:19.1979084Z [00:03:04.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1328/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/front=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/front;$WORK/b1328=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/front -lang=go1.24 -complete -installsuffix shared -buildid ND7iKyJgxHBS8TJaPQTm/ND7iKyJgxHBS8TJaPQTm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1328/importcfg -pack ./pkg/detectors/front/front.go
2025-08-20T23:04:19.2420944Z [00:03:04.524]➜  go tool buildid -w $WORK/b1327/_pkg_.a # internal
2025-08-20T23:04:19.2433474Z [00:03:04.526]➜  cp $WORK/b1327/_pkg_.a /root/.cache/go-build/04/04fd0ccd00ac08a7029e7a2c26de09d3768a2654038e640dd8fe80172070adb4-d # internal
2025-08-20T23:04:19.2436488Z [00:03:04.527]➜  github.com/jlaffaye/ftp
2025-08-20T23:04:19.2437082Z [00:03:04.527]➜  mkdir -p $WORK/b1330/
2025-08-20T23:04:19.2441676Z [00:03:04.527]➜  cat >/tmp/go-build3700090427/b1330/importcfg << 'EOF' # internal
2025-08-20T23:04:19.2443150Z [00:03:04.527]➜  # import config
2025-08-20T23:04:19.2445001Z [00:03:04.527]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:19.2446365Z [00:03:04.527]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.2447754Z [00:03:04.527]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:19.2449234Z [00:03:04.527]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:19.2451064Z [00:03:04.527]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.2453382Z [00:03:04.527]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3700090427/b838/_pkg_.a
2025-08-20T23:04:19.2454467Z [00:03:04.527]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:19.2455309Z [00:03:04.527]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:19.2456179Z [00:03:04.528]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:04:19.2457086Z [00:03:04.528]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:19.2457935Z [00:03:04.528]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:19.2458996Z [00:03:04.528]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.2460112Z [00:03:04.528]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:19.2460769Z [00:03:04.528]➜  EOF
2025-08-20T23:04:19.2465940Z [00:03:04.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0=>github.com/jlaffaye/ftp@v0.2.0;$WORK/b1330=>" -p github.com/jlaffaye/ftp -lang=go1.17 -complete -installsuffix shared -buildid x7jWlPW_GH9isMElOkoq/x7jWlPW_GH9isMElOkoq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1330/importcfg -pack /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/debug.go /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/ftp.go /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/parse.go /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/scanner.go /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/status.go /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/walker.go
2025-08-20T23:04:19.3078128Z [00:03:04.591]➜  go tool buildid -w $WORK/b1328/_pkg_.a # internal
2025-08-20T23:04:19.3114026Z [00:03:04.592]➜  cp $WORK/b1328/_pkg_.a /root/.cache/go-build/38/3861c095d875283267172e648aebe9669a691aeb45a70633bea20391cd3dde6d-d # internal
2025-08-20T23:04:19.3115622Z [00:03:04.593]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fulcrum
2025-08-20T23:04:19.3116368Z [00:03:04.593]➜  mkdir -p $WORK/b1331/
2025-08-20T23:04:19.3117143Z [00:03:04.593]➜  cat >/tmp/go-build3700090427/b1331/importcfg << 'EOF' # internal
2025-08-20T23:04:19.3117838Z [00:03:04.593]➜  # import config
2025-08-20T23:04:19.3118540Z [00:03:04.593]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.3119867Z [00:03:04.593]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.3121354Z [00:03:04.593]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.3122892Z [00:03:04.593]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.3124180Z [00:03:04.593]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.3125101Z [00:03:04.593]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.3125911Z [00:03:04.593]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.3126673Z [00:03:04.593]➜  EOF
2025-08-20T23:04:19.3130559Z [00:03:04.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1331/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fulcrum=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fulcrum;$WORK/b1331=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fulcrum -lang=go1.24 -complete -installsuffix shared -buildid mCLRIDNDoAnlZiy7so6X/mCLRIDNDoAnlZiy7so6X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1331/importcfg -pack ./pkg/detectors/fulcrum/fulcrum.go
2025-08-20T23:04:19.3851909Z [00:03:04.668]➜  go tool buildid -w $WORK/b1331/_pkg_.a # internal
2025-08-20T23:04:19.3905595Z [00:03:04.673]➜  cp $WORK/b1331/_pkg_.a /root/.cache/go-build/62/62de7c3c7d668e23b198bf0d39cb4048a69b50017ff08b66e05ca79722fd3861-d # internal
2025-08-20T23:04:19.3942082Z [00:03:04.673]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v1
2025-08-20T23:04:19.3942963Z [00:03:04.674]➜  mkdir -p $WORK/b1332/
2025-08-20T23:04:19.3943748Z [00:03:04.674]➜  cat >/tmp/go-build3700090427/b1332/importcfg << 'EOF' # internal
2025-08-20T23:04:19.3944455Z [00:03:04.674]➜  # import config
2025-08-20T23:04:19.3945188Z [00:03:04.674]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.3946064Z [00:03:04.674]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.3947962Z [00:03:04.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.3950769Z [00:03:04.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.3952901Z [00:03:04.674]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.3955211Z [00:03:04.674]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.3956266Z [00:03:04.674]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.3957138Z [00:03:04.674]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.3957784Z [00:03:04.674]➜  EOF
2025-08-20T23:04:19.3964731Z [00:03:04.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1332/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v1;$WORK/b1332=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v1 -lang=go1.24 -complete -installsuffix shared -buildid dDLCDk90FcsmNTo-V21t/dDLCDk90FcsmNTo-V21t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1332/importcfg -pack ./pkg/detectors/fullstory/v1/fullstory.go
2025-08-20T23:04:19.4585997Z [00:03:04.742]➜  go tool buildid -w $WORK/b1330/_pkg_.a # internal
2025-08-20T23:04:19.4646223Z [00:03:04.748]➜  cp $WORK/b1330/_pkg_.a /root/.cache/go-build/ed/edc8999d706972900e814ca453e7d1d6e6d6bdee3c659837a888b47ea3fb32f0-d # internal
2025-08-20T23:04:19.4648660Z [00:03:04.748]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ftp
2025-08-20T23:04:19.4652434Z [00:03:04.748]➜  mkdir -p $WORK/b1329/
2025-08-20T23:04:19.4653222Z [00:03:04.748]➜  cat >/tmp/go-build3700090427/b1329/importcfg << 'EOF' # internal
2025-08-20T23:04:19.4654218Z [00:03:04.748]➜  # import config
2025-08-20T23:04:19.4655924Z [00:03:04.748]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.4656793Z [00:03:04.748]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:19.4657776Z [00:03:04.748]➜  packagefile github.com/jlaffaye/ftp=/tmp/go-build3700090427/b1330/_pkg_.a
2025-08-20T23:04:19.4659105Z [00:03:04.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.4666393Z [00:03:04.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.4667982Z [00:03:04.748]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.4669015Z [00:03:04.748]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:04:19.4670611Z [00:03:04.748]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:19.4671449Z [00:03:04.748]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.4672246Z [00:03:04.748]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:19.4672842Z [00:03:04.748]➜  EOF
2025-08-20T23:04:19.4676668Z [00:03:04.750]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1329/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ftp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ftp;$WORK/b1329=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ftp -lang=go1.24 -complete -installsuffix shared -buildid IbwmzPEZwA_cPYAe9vnn/IbwmzPEZwA_cPYAe9vnn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1329/importcfg -pack ./pkg/detectors/ftp/ftp.go
2025-08-20T23:04:19.4706026Z [00:03:04.754]➜  go tool buildid -w $WORK/b1332/_pkg_.a # internal
2025-08-20T23:04:19.4727528Z [00:03:04.756]➜  cp $WORK/b1332/_pkg_.a /root/.cache/go-build/8e/8ee1a4e5d604da11b57f231c4a34015073a6a328228040b345434e859a0fb54d-d # internal
2025-08-20T23:04:19.4729048Z [00:03:04.756]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v2
2025-08-20T23:04:19.4730207Z [00:03:04.756]➜  mkdir -p $WORK/b1333/
2025-08-20T23:04:19.4736642Z [00:03:04.757]➜  cat >/tmp/go-build3700090427/b1333/importcfg << 'EOF' # internal
2025-08-20T23:04:19.4737516Z [00:03:04.757]➜  # import config
2025-08-20T23:04:19.4738222Z [00:03:04.757]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.4739043Z [00:03:04.757]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.4740378Z [00:03:04.757]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.4741870Z [00:03:04.757]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.4743394Z [00:03:04.757]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.4744698Z [00:03:04.757]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.4745648Z [00:03:04.757]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.4746452Z [00:03:04.757]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.4747065Z [00:03:04.757]➜  EOF
2025-08-20T23:04:19.4752152Z [00:03:04.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1333/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v2;$WORK/b1333=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v2 -lang=go1.24 -complete -installsuffix shared -buildid mDnY98oXf2erHPAL2t7T/mDnY98oXf2erHPAL2t7T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1333/importcfg -pack ./pkg/detectors/fullstory/v2/fullstory_v2.go
2025-08-20T23:04:19.5243747Z [00:03:04.807]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:19.5249927Z [00:03:04.808]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x044.o -c zstd_v07.c
2025-08-20T23:04:19.5303880Z [00:03:04.813]➜  go tool buildid -w $WORK/b1333/_pkg_.a # internal
2025-08-20T23:04:19.5325325Z [00:03:04.815]➜  cp $WORK/b1333/_pkg_.a /root/.cache/go-build/4c/4cb4b2d0e3f20a9dcdcb0f237b2d48c9cc9bbdc4936aa7c98129d54e018ef688-d # internal
2025-08-20T23:04:19.5331150Z [00:03:04.815]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fxmarket
2025-08-20T23:04:19.5352051Z [00:03:04.815]➜  mkdir -p $WORK/b1334/
2025-08-20T23:04:19.5352784Z [00:03:04.816]➜  cat >/tmp/go-build3700090427/b1334/importcfg << 'EOF' # internal
2025-08-20T23:04:19.5353454Z [00:03:04.816]➜  # import config
2025-08-20T23:04:19.5354132Z [00:03:04.816]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.5354944Z [00:03:04.816]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.5356277Z [00:03:04.816]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.5357813Z [00:03:04.816]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.5359606Z [00:03:04.816]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.5360990Z [00:03:04.817]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.5361950Z [00:03:04.817]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.5362763Z [00:03:04.817]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.5363369Z [00:03:04.817]➜  EOF
2025-08-20T23:04:19.5363821Z [00:03:04.817]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:19.5367933Z [00:03:04.817]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1334/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fxmarket=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fxmarket;$WORK/b1334=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fxmarket -lang=go1.24 -complete -installsuffix shared -buildid cT3Q36HbKhREVb2sH5qm/cT3Q36HbKhREVb2sH5qm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1334/importcfg -pack ./pkg/detectors/fxmarket/fxmarket.go
2025-08-20T23:04:19.5785618Z [00:03:04.862]➜  go tool buildid -w $WORK/b1329/_pkg_.a # internal
2025-08-20T23:04:19.5810078Z [00:03:04.864]➜  cp $WORK/b1329/_pkg_.a /root/.cache/go-build/4b/4bedee384bac0fa59bb6a762f5af04ff74f33045296ded69786ca9bdcc771e7d-d # internal
2025-08-20T23:04:19.5823493Z [00:03:04.865]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcp
2025-08-20T23:04:19.5824272Z [00:03:04.865]➜  mkdir -p $WORK/b1335/
2025-08-20T23:04:19.5834012Z [00:03:04.866]➜  cat >/tmp/go-build3700090427/b1335/importcfg << 'EOF' # internal
2025-08-20T23:04:19.5835187Z [00:03:04.867]➜  # import config
2025-08-20T23:04:19.5860327Z [00:03:04.867]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:19.5861986Z [00:03:04.867]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.5863323Z [00:03:04.867]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:19.5864733Z [00:03:04.867]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:19.5865988Z [00:03:04.867]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:19.5867178Z [00:03:04.867]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:04:19.5868932Z [00:03:04.867]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.5871033Z [00:03:04.867]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.5872639Z [00:03:04.867]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.5874612Z [00:03:04.867]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3700090427/b459/_pkg_.a
2025-08-20T23:04:19.5875590Z [00:03:04.867]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.5876434Z [00:03:04.867]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:19.5877423Z [00:03:04.867]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:19.5878259Z [00:03:04.867]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.5878868Z [00:03:04.867]➜  EOF
2025-08-20T23:04:19.5886439Z [00:03:04.867]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1335/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcp;$WORK/b1335=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcp -lang=go1.24 -complete -installsuffix shared -buildid HgCQlcvBk7N6Kkdq0lTL/HgCQlcvBk7N6Kkdq0lTL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1335/importcfg -pack ./pkg/detectors/gcp/gcp.go
2025-08-20T23:04:19.5943151Z [00:03:04.876]➜  go tool buildid -w $WORK/b1334/_pkg_.a # internal
2025-08-20T23:04:19.5946829Z [00:03:04.878]➜  cp $WORK/b1334/_pkg_.a /root/.cache/go-build/21/21707e284036e69c4873079becaef12402f76c194e4f0adcc87d085a72409600-d # internal
2025-08-20T23:04:19.5955166Z [00:03:04.879]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcpapplicationdefaultcredentials
2025-08-20T23:04:19.5957142Z [00:03:04.879]➜  mkdir -p $WORK/b1336/
2025-08-20T23:04:19.5962356Z [00:03:04.879]➜  cat >/tmp/go-build3700090427/b1336/importcfg << 'EOF' # internal
2025-08-20T23:04:19.5963188Z [00:03:04.879]➜  # import config
2025-08-20T23:04:19.5990475Z [00:03:04.879]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.5991666Z [00:03:04.879]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:19.5992864Z [00:03:04.879]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:19.5994581Z [00:03:04.879]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.5995795Z [00:03:04.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.5997360Z [00:03:04.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.5998945Z [00:03:04.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.6000510Z [00:03:04.880]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.6001549Z [00:03:04.880]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:04:19.6002590Z [00:03:04.880]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3700090427/b459/_pkg_.a
2025-08-20T23:04:19.6003513Z [00:03:04.880]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:19.6004360Z [00:03:04.880]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.6005201Z [00:03:04.880]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.6006018Z [00:03:04.880]➜  EOF
2025-08-20T23:04:19.6013037Z [00:03:04.880]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1336/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcpapplicationdefaultcredentials;$WORK/b1336=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcpapplicationdefaultcredentials -lang=go1.24 -complete -installsuffix shared -buildid wXR3kWLlTZIlQKOA6XAd/wXR3kWLlTZIlQKOA6XAd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1336/importcfg -pack ./pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials.go
2025-08-20T23:04:19.6719751Z [00:03:04.955]➜  go tool buildid -w $WORK/b1336/_pkg_.a # internal
2025-08-20T23:04:19.6745951Z [00:03:04.958]➜  cp $WORK/b1336/_pkg_.a /root/.cache/go-build/7f/7ff37e48e40bc48db2f04818361cea94b026ec38945dc88306a776833b48d634-d # internal
2025-08-20T23:04:19.6763032Z [00:03:04.958]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geckoboard
2025-08-20T23:04:19.6763864Z [00:03:04.958]➜  mkdir -p $WORK/b1337/
2025-08-20T23:04:19.6764838Z [00:03:04.958]➜  cat >/tmp/go-build3700090427/b1337/importcfg << 'EOF' # internal
2025-08-20T23:04:19.6765551Z [00:03:04.958]➜  # import config
2025-08-20T23:04:19.6766213Z [00:03:04.958]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.6767001Z [00:03:04.958]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.6768114Z [00:03:04.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.6769866Z [00:03:04.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.6771574Z [00:03:04.958]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.6772808Z [00:03:04.958]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.6773654Z [00:03:04.958]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.6774391Z [00:03:04.958]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.6774948Z [00:03:04.958]➜  EOF
2025-08-20T23:04:19.6778608Z [00:03:04.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1337/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geckoboard=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geckoboard;$WORK/b1337=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geckoboard -lang=go1.24 -complete -installsuffix shared -buildid 5vKRTzKA0DI_xLNoVJWr/5vKRTzKA0DI_xLNoVJWr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1337/importcfg -pack ./pkg/detectors/geckoboard/geckoboard.go
2025-08-20T23:04:19.6852651Z [00:03:04.968]➜  go tool buildid -w $WORK/b1335/_pkg_.a # internal
2025-08-20T23:04:19.6871518Z [00:03:04.970]➜  cp $WORK/b1335/_pkg_.a /root/.cache/go-build/53/5329c4f9513de2782cc4649c7d141bd40d4257a17b766e084d0d64128656ff3b-d # internal
2025-08-20T23:04:19.6873957Z [00:03:04.971]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gemini
2025-08-20T23:04:19.6876347Z [00:03:04.971]➜  mkdir -p $WORK/b1338/
2025-08-20T23:04:19.6886373Z [00:03:04.971]➜  cat >/tmp/go-build3700090427/b1338/importcfg << 'EOF' # internal
2025-08-20T23:04:19.6887161Z [00:03:04.971]➜  # import config
2025-08-20T23:04:19.6887848Z [00:03:04.971]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:19.6888723Z [00:03:04.971]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.6889817Z [00:03:04.971]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:19.6891061Z [00:03:04.972]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:19.6920708Z [00:03:04.972]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:19.6922321Z [00:03:04.972]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:19.6923834Z [00:03:04.972]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:19.6925647Z [00:03:04.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.6927833Z [00:03:04.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.6929943Z [00:03:04.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.6931661Z [00:03:04.972]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.6933254Z [00:03:04.972]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.6934648Z [00:03:04.972]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.6935776Z [00:03:04.972]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:19.6936622Z [00:03:04.972]➜  EOF
2025-08-20T23:04:19.6940814Z [00:03:04.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1338/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gemini=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gemini;$WORK/b1338=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gemini -lang=go1.24 -complete -installsuffix shared -buildid ueJBXq4mAZgn0O2xmPnd/ueJBXq4mAZgn0O2xmPnd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1338/importcfg -pack ./pkg/detectors/gemini/gemini.go
2025-08-20T23:04:19.7305622Z [00:03:05.013]➜  go tool buildid -w $WORK/b1337/_pkg_.a # internal
2025-08-20T23:04:19.7351004Z [00:03:05.018]➜  cp $WORK/b1337/_pkg_.a /root/.cache/go-build/78/78e7f6217b4c5d03c4a6f05f091367fb5be28c993db109376229ffe0902d25d7-d # internal
2025-08-20T23:04:19.7356911Z [00:03:05.019]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gengo
2025-08-20T23:04:19.7361414Z [00:03:05.019]➜  mkdir -p $WORK/b1339/
2025-08-20T23:04:19.7362106Z [00:03:05.019]➜  cat >/tmp/go-build3700090427/b1339/importcfg << 'EOF' # internal
2025-08-20T23:04:19.7362743Z [00:03:05.019]➜  # import config
2025-08-20T23:04:19.7363346Z [00:03:05.019]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.7365623Z [00:03:05.020]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:19.7366765Z [00:03:05.020]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:19.7367887Z [00:03:05.020]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:19.7368978Z [00:03:05.020]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:19.7370273Z [00:03:05.020]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.7372200Z [00:03:05.020]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.7374093Z [00:03:05.020]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.7376719Z [00:03:05.020]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.7378851Z [00:03:05.020]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.7380368Z [00:03:05.020]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:19.7381474Z [00:03:05.020]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.7382554Z [00:03:05.020]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:19.7383611Z [00:03:05.020]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.7385062Z [00:03:05.020]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:19.7385944Z [00:03:05.020]➜  EOF
2025-08-20T23:04:19.7390085Z [00:03:05.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1339/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gengo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gengo;$WORK/b1339=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gengo -lang=go1.24 -complete -installsuffix shared -buildid wP89TWDIBV8Ry-uS_dMt/wP89TWDIBV8Ry-uS_dMt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1339/importcfg -pack ./pkg/detectors/gengo/gengo.go
2025-08-20T23:04:19.7502219Z [00:03:05.033]➜  go tool buildid -w $WORK/b1338/_pkg_.a # internal
2025-08-20T23:04:19.7519564Z [00:03:05.035]➜  cp $WORK/b1338/_pkg_.a /root/.cache/go-build/21/219c3d007cddeca8d8d2f7700957d77a1948fba7f3ba98d1664233861610ce65-d # internal
2025-08-20T23:04:19.7531162Z [00:03:05.035]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoapify
2025-08-20T23:04:19.7532069Z [00:03:05.035]➜  mkdir -p $WORK/b1340/
2025-08-20T23:04:19.7532813Z [00:03:05.036]➜  cat >/tmp/go-build3700090427/b1340/importcfg << 'EOF' # internal
2025-08-20T23:04:19.7533505Z [00:03:05.036]➜  # import config
2025-08-20T23:04:19.7534162Z [00:03:05.036]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.7535193Z [00:03:05.036]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.7536340Z [00:03:05.036]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.7537884Z [00:03:05.036]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.7539659Z [00:03:05.036]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.7541059Z [00:03:05.036]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.7542319Z [00:03:05.036]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.7543206Z [00:03:05.036]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.7543834Z [00:03:05.036]➜  EOF
2025-08-20T23:04:19.7547663Z [00:03:05.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1340/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoapify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoapify;$WORK/b1340=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoapify -lang=go1.24 -complete -installsuffix shared -buildid 8h_IfCKYkIvH26SNB2rd/8h_IfCKYkIvH26SNB2rd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1340/importcfg -pack ./pkg/detectors/geoapify/geoapify.go
2025-08-20T23:04:19.8055986Z [00:03:05.089]➜  go tool buildid -w $WORK/b1340/_pkg_.a # internal
2025-08-20T23:04:19.8075435Z [00:03:05.091]➜  cp $WORK/b1340/_pkg_.a /root/.cache/go-build/85/856d85fa22f412b2ff461cf635f29952fa543d35f950b9e4122e3e2c36d15754-d # internal
2025-08-20T23:04:19.8077967Z [00:03:05.091]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocode
2025-08-20T23:04:19.8080600Z [00:03:05.091]➜  mkdir -p $WORK/b1341/
2025-08-20T23:04:19.8083489Z [00:03:05.092]➜  cat >/tmp/go-build3700090427/b1341/importcfg << 'EOF' # internal
2025-08-20T23:04:19.8086097Z [00:03:05.092]➜  # import config
2025-08-20T23:04:19.8087429Z [00:03:05.092]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.8089226Z [00:03:05.092]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.8091360Z [00:03:05.092]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.8093594Z [00:03:05.092]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.8095837Z [00:03:05.092]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.8097667Z [00:03:05.092]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.8099143Z [00:03:05.092]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:19.8100488Z [00:03:05.092]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.8101622Z [00:03:05.092]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.8102602Z [00:03:05.092]➜  EOF
2025-08-20T23:04:19.8106628Z [00:03:05.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1341/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocode=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocode;$WORK/b1341=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocode -lang=go1.24 -complete -installsuffix shared -buildid DozblYt_EhbFMFASLi9J/DozblYt_EhbFMFASLi9J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1341/importcfg -pack ./pkg/detectors/geocode/geocode.go
2025-08-20T23:04:19.8215919Z [00:03:05.105]➜  go tool buildid -w $WORK/b1339/_pkg_.a # internal
2025-08-20T23:04:19.8231489Z [00:03:05.106]➜  cp $WORK/b1339/_pkg_.a /root/.cache/go-build/fa/faa0102256b4839ee896c49a99b1b13130bb2a248418b862550a3597dac528f3-d # internal
2025-08-20T23:04:19.8239085Z [00:03:05.107]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodify
2025-08-20T23:04:19.8240483Z [00:03:05.107]➜  mkdir -p $WORK/b1342/
2025-08-20T23:04:19.8258485Z [00:03:05.109]➜  cat >/tmp/go-build3700090427/b1342/importcfg << 'EOF' # internal
2025-08-20T23:04:19.8259897Z [00:03:05.109]➜  # import config
2025-08-20T23:04:19.8261536Z [00:03:05.109]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.8263881Z [00:03:05.109]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.8265761Z [00:03:05.110]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.8268370Z [00:03:05.110]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.8270386Z [00:03:05.110]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.8271658Z [00:03:05.110]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.8273821Z [00:03:05.110]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.8274469Z [00:03:05.110]➜  EOF
2025-08-20T23:04:19.8278363Z [00:03:05.110]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1342/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodify;$WORK/b1342=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodify -lang=go1.24 -complete -installsuffix shared -buildid wSrjT-tUsaETw2n-I3Wr/wSrjT-tUsaETw2n-I3Wr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1342/importcfg -pack ./pkg/detectors/geocodify/geocodify.go
2025-08-20T23:04:19.8718086Z [00:03:05.155]➜  go tool buildid -w $WORK/b1341/_pkg_.a # internal
2025-08-20T23:04:19.8752391Z [00:03:05.158]➜  cp $WORK/b1341/_pkg_.a /root/.cache/go-build/eb/eb97031005676afda9785206239290561640b246aaac5bea1fdd22bc86a40768-d # internal
2025-08-20T23:04:19.8753884Z [00:03:05.158]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodio
2025-08-20T23:04:19.8754725Z [00:03:05.158]➜  mkdir -p $WORK/b1343/
2025-08-20T23:04:19.8766302Z [00:03:05.160]➜  cat >/tmp/go-build3700090427/b1343/importcfg << 'EOF' # internal
2025-08-20T23:04:19.8768861Z [00:03:05.160]➜  # import config
2025-08-20T23:04:19.8769782Z [00:03:05.160]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.8770644Z [00:03:05.160]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.8771841Z [00:03:05.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.8773447Z [00:03:05.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.8775301Z [00:03:05.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.8776732Z [00:03:05.160]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.8777804Z [00:03:05.160]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.8778712Z [00:03:05.160]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.8779597Z [00:03:05.160]➜  EOF
2025-08-20T23:04:19.8783622Z [00:03:05.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1343/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodio;$WORK/b1343=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodio -lang=go1.24 -complete -installsuffix shared -buildid KGSD0qLlMn95G6JsM0uV/KGSD0qLlMn95G6JsM0uV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1343/importcfg -pack ./pkg/detectors/geocodio/geocodio.go
2025-08-20T23:04:19.9348530Z [00:03:05.218]➜  go tool buildid -w $WORK/b1342/_pkg_.a # internal
2025-08-20T23:04:19.9379944Z [00:03:05.220]➜  cp $WORK/b1342/_pkg_.a /root/.cache/go-build/8a/8af7660f81a961efa7d9715607145616936581d4f7d4055213aa41b7cd06a697-d # internal
2025-08-20T23:04:19.9381675Z [00:03:05.220]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoipifi
2025-08-20T23:04:19.9382480Z [00:03:05.220]➜  mkdir -p $WORK/b1344/
2025-08-20T23:04:19.9383232Z [00:03:05.220]➜  cat >/tmp/go-build3700090427/b1344/importcfg << 'EOF' # internal
2025-08-20T23:04:19.9383938Z [00:03:05.220]➜  # import config
2025-08-20T23:04:19.9384609Z [00:03:05.220]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.9385951Z [00:03:05.220]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.9387634Z [00:03:05.220]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.9389257Z [00:03:05.220]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.9394560Z [00:03:05.220]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.9395586Z [00:03:05.220]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.9396510Z [00:03:05.220]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.9397168Z [00:03:05.220]➜  EOF
2025-08-20T23:04:19.9401349Z [00:03:05.221]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1344/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoipifi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoipifi;$WORK/b1344=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoipifi -lang=go1.24 -complete -installsuffix shared -buildid XLEO06eLEt6WcLSooWkj/XLEO06eLEt6WcLSooWkj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1344/importcfg -pack ./pkg/detectors/geoipifi/geoipifi.go
2025-08-20T23:04:19.9497953Z [00:03:05.233]➜  go tool buildid -w $WORK/b1343/_pkg_.a # internal
2025-08-20T23:04:19.9516808Z [00:03:05.235]➜  cp $WORK/b1343/_pkg_.a /root/.cache/go-build/05/058e2f79b532ac3ef4784417fb224b144e1f7193253df3379d3a3100ca3b2f3b-d # internal
2025-08-20T23:04:19.9530923Z [00:03:05.235]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgeoapi
2025-08-20T23:04:19.9531749Z [00:03:05.235]➜  mkdir -p $WORK/b1345/
2025-08-20T23:04:19.9532551Z [00:03:05.236]➜  cat >/tmp/go-build3700090427/b1345/importcfg << 'EOF' # internal
2025-08-20T23:04:19.9533279Z [00:03:05.236]➜  # import config
2025-08-20T23:04:19.9533967Z [00:03:05.236]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:19.9534828Z [00:03:05.236]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:19.9536029Z [00:03:05.236]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:19.9537846Z [00:03:05.236]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:19.9539754Z [00:03:05.236]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:19.9541142Z [00:03:05.236]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:19.9542183Z [00:03:05.236]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:19.9543059Z [00:03:05.236]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:19.9543703Z [00:03:05.236]➜  EOF
2025-08-20T23:04:19.9547704Z [00:03:05.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1345/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgeoapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgeoapi;$WORK/b1345=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgeoapi -lang=go1.24 -complete -installsuffix shared -buildid xAfEmsjui2ND2yDmo54v/xAfEmsjui2ND2yDmo54v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1345/importcfg -pack ./pkg/detectors/getgeoapi/getgeoapi.go
2025-08-20T23:04:20.0176047Z [00:03:05.301]➜  go tool buildid -w $WORK/b1345/_pkg_.a # internal
2025-08-20T23:04:20.0247071Z [00:03:05.308]➜  cp $WORK/b1345/_pkg_.a /root/.cache/go-build/a1/a1ad47a29c8ba24edbfd81f657d07cf530c1fcd7b4f5ebf14ea247d1e47f86fc-d # internal
2025-08-20T23:04:20.0281242Z [00:03:05.311]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgist
2025-08-20T23:04:20.0284251Z [00:03:05.312]➜  mkdir -p $WORK/b1346/
2025-08-20T23:04:20.0286645Z [00:03:05.312]➜  cat >/tmp/go-build3700090427/b1346/importcfg << 'EOF' # internal
2025-08-20T23:04:20.0288038Z [00:03:05.312]➜  # import config
2025-08-20T23:04:20.0289756Z [00:03:05.312]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.0300395Z [00:03:05.312]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.0302275Z [00:03:05.312]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.0304147Z [00:03:05.312]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.0306416Z [00:03:05.312]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.0308362Z [00:03:05.312]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.0310594Z [00:03:05.312]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.0311472Z [00:03:05.312]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.0312111Z [00:03:05.312]➜  EOF
2025-08-20T23:04:20.0316002Z [00:03:05.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1346/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgist;$WORK/b1346=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgist -lang=go1.24 -complete -installsuffix shared -buildid 219T9lcT9kMbJvGuo04N/219T9lcT9kMbJvGuo04N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1346/importcfg -pack ./pkg/detectors/getgist/getgist.go
2025-08-20T23:04:20.0385346Z [00:03:05.322]➜  go tool buildid -w $WORK/b1344/_pkg_.a # internal
2025-08-20T23:04:20.0414193Z [00:03:05.323]➜  cp $WORK/b1344/_pkg_.a /root/.cache/go-build/f1/f1d80de1ca37228d3fa869a03f01fdaa768335b2eabaa0b735b760de4c9dad0f-d # internal
2025-08-20T23:04:20.0415721Z [00:03:05.323]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getresponse
2025-08-20T23:04:20.0416533Z [00:03:05.323]➜  mkdir -p $WORK/b1347/
2025-08-20T23:04:20.0417330Z [00:03:05.325]➜  cat >/tmp/go-build3700090427/b1347/importcfg << 'EOF' # internal
2025-08-20T23:04:20.0418590Z [00:03:05.325]➜  # import config
2025-08-20T23:04:20.0419764Z [00:03:05.325]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.0421224Z [00:03:05.325]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.0422772Z [00:03:05.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.0425422Z [00:03:05.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.0426983Z [00:03:05.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.0428284Z [00:03:05.325]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.0429278Z [00:03:05.325]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.0430346Z [00:03:05.325]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.0430997Z [00:03:05.325]➜  EOF
2025-08-20T23:04:20.0435083Z [00:03:05.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1347/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getresponse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getresponse;$WORK/b1347=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getresponse -lang=go1.24 -complete -installsuffix shared -buildid j-75T1EDUghJACSA67su/j-75T1EDUghJACSA67su -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1347/importcfg -pack ./pkg/detectors/getresponse/getresponse.go
2025-08-20T23:04:20.1007279Z [00:03:05.384]➜  go tool buildid -w $WORK/b1346/_pkg_.a # internal
2025-08-20T23:04:20.1020626Z [00:03:05.385]➜  cp $WORK/b1346/_pkg_.a /root/.cache/go-build/8a/8ab667cbd585f6c3d0e9367036f2b8f5de1af84d60f5725c860b356eec1dc9fb-d # internal
2025-08-20T23:04:20.1029208Z [00:03:05.386]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getsandbox
2025-08-20T23:04:20.1030472Z [00:03:05.386]➜  mkdir -p $WORK/b1348/
2025-08-20T23:04:20.1048598Z [00:03:05.388]➜  cat >/tmp/go-build3700090427/b1348/importcfg << 'EOF' # internal
2025-08-20T23:04:20.1060228Z [00:03:05.388]➜  # import config
2025-08-20T23:04:20.1060942Z [00:03:05.388]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.1061785Z [00:03:05.388]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.1062980Z [00:03:05.388]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.1064573Z [00:03:05.388]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.1066219Z [00:03:05.388]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.1067648Z [00:03:05.388]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.1068717Z [00:03:05.388]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.1071515Z [00:03:05.388]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.1072205Z [00:03:05.388]➜  EOF
2025-08-20T23:04:20.1076214Z [00:03:05.388]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1348/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getsandbox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getsandbox;$WORK/b1348=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getsandbox -lang=go1.24 -complete -installsuffix shared -buildid ib5GgaCJ57DDG3Vmv2kD/ib5GgaCJ57DDG3Vmv2kD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1348/importcfg -pack ./pkg/detectors/getsandbox/getsandbox.go
2025-08-20T23:04:20.1687920Z [00:03:05.452]➜  go tool buildid -w $WORK/b1348/_pkg_.a # internal
2025-08-20T23:04:20.1695044Z [00:03:05.453]➜  go tool buildid -w $WORK/b1347/_pkg_.a # internal
2025-08-20T23:04:20.1720539Z [00:03:05.454]➜  cp $WORK/b1348/_pkg_.a /root/.cache/go-build/78/78bf9c0a5ba61b5672110d56d0246b2b492945b708f6e584ba9793b527eb99c2-d # internal
2025-08-20T23:04:20.1722584Z [00:03:05.454]➜  cp $WORK/b1347/_pkg_.a /root/.cache/go-build/b4/b4c450c050d7be7fdddef2fdfbea5ed227a2af478849323f7ca7bc5d7fd32e86-d # internal
2025-08-20T23:04:20.1723987Z [00:03:05.454]➜  golang.org/x/oauth2/clientcredentials
2025-08-20T23:04:20.1724620Z [00:03:05.454]➜  mkdir -p $WORK/b1352/
2025-08-20T23:04:20.1725417Z [00:03:05.455]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1
2025-08-20T23:04:20.1726166Z [00:03:05.455]➜  mkdir -p $WORK/b1349/
2025-08-20T23:04:20.1726919Z [00:03:05.455]➜  cat >/tmp/go-build3700090427/b1352/importcfg << 'EOF' # internal
2025-08-20T23:04:20.1727620Z [00:03:05.455]➜  # import config
2025-08-20T23:04:20.1728296Z [00:03:05.455]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.1729148Z [00:03:05.455]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.1753556Z [00:03:05.455]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:04:20.1754659Z [00:03:05.455]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3700090427/b458/_pkg_.a
2025-08-20T23:04:20.1755674Z [00:03:05.457]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.1756590Z [00:03:05.457]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:20.1757472Z [00:03:05.457]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.1758139Z [00:03:05.457]➜  EOF
2025-08-20T23:04:20.1762529Z [00:03:05.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1352/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/clientcredentials=>golang.org/x/oauth2@v0.30.0/clientcredentials;$WORK/b1352=>" -p golang.org/x/oauth2/clientcredentials -lang=go1.23 -complete -installsuffix shared -buildid cE62ntdEzPcQ4kIdadLe/cE62ntdEzPcQ4kIdadLe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1352/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/clientcredentials/clientcredentials.go
2025-08-20T23:04:20.1766205Z [00:03:05.457]➜  cat >/tmp/go-build3700090427/b1349/importcfg << 'EOF' # internal
2025-08-20T23:04:20.1766920Z [00:03:05.457]➜  # import config
2025-08-20T23:04:20.1767609Z [00:03:05.457]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.1768542Z [00:03:05.457]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:20.1769729Z [00:03:05.457]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.1770931Z [00:03:05.457]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.1772501Z [00:03:05.457]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.1774135Z [00:03:05.457]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.1775484Z [00:03:05.457]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.1776496Z [00:03:05.457]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.1777374Z [00:03:05.457]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.1778042Z [00:03:05.457]➜  EOF
2025-08-20T23:04:20.1782033Z [00:03:05.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1349/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1;$WORK/b1349=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1 -lang=go1.24 -complete -installsuffix shared -buildid sicvniInNl663FZrLYuG/sicvniInNl663FZrLYuG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1349/importcfg -pack ./pkg/detectors/github/v1/github_old.go
2025-08-20T23:04:20.2333336Z [00:03:05.516]➜  go tool buildid -w $WORK/b1352/_pkg_.a # internal
2025-08-20T23:04:20.2344900Z [00:03:05.518]➜  cp $WORK/b1352/_pkg_.a /root/.cache/go-build/b6/b681d49ebe968425666cfa81a911f2fa2aefd1c772e51a85c5dc9d2c9e654d6f-d # internal
2025-08-20T23:04:20.2380785Z [00:03:05.521]➜  golang.org/x/oauth2/endpoints
2025-08-20T23:04:20.2381974Z [00:03:05.521]➜  mkdir -p $WORK/b1354/
2025-08-20T23:04:20.2383998Z [00:03:05.521]➜  cat >/tmp/go-build3700090427/b1354/importcfg << 'EOF' # internal
2025-08-20T23:04:20.2388726Z [00:03:05.521]➜  # import config
2025-08-20T23:04:20.2390046Z [00:03:05.521]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:04:20.2392045Z [00:03:05.521]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:20.2392874Z [00:03:05.521]➜  EOF
2025-08-20T23:04:20.2396504Z [00:03:05.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1354/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/endpoints=>golang.org/x/oauth2@v0.30.0/endpoints;$WORK/b1354=>" -p golang.org/x/oauth2/endpoints -lang=go1.23 -complete -installsuffix shared -buildid oi-YBoxtSrJAT9wPRA2v/oi-YBoxtSrJAT9wPRA2v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1354/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/endpoints/endpoints.go
2025-08-20T23:04:20.2852110Z [00:03:05.568]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:20.2858260Z [00:03:05.569]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x045.o -c zstdmt_compress.c
2025-08-20T23:04:20.2874156Z [00:03:05.571]➜  go tool buildid -w $WORK/b1354/_pkg_.a # internal
2025-08-20T23:04:20.2885541Z [00:03:05.572]➜  cp $WORK/b1354/_pkg_.a /root/.cache/go-build/56/564a02aa27778a5488ad5a376df224ef89626f3349f940129473a571ea9f76df-d # internal
2025-08-20T23:04:20.2892786Z [00:03:05.572]➜  golang.org/x/oauth2/github
2025-08-20T23:04:20.2893355Z [00:03:05.572]➜  mkdir -p $WORK/b1353/
2025-08-20T23:04:20.2901839Z [00:03:05.573]➜  cat >/tmp/go-build3700090427/b1353/importcfg << 'EOF' # internal
2025-08-20T23:04:20.2905043Z [00:03:05.573]➜  # import config
2025-08-20T23:04:20.2905871Z [00:03:05.573]➜  packagefile golang.org/x/oauth2/endpoints=/tmp/go-build3700090427/b1354/_pkg_.a
2025-08-20T23:04:20.2906623Z [00:03:05.573]➜  EOF
2025-08-20T23:04:20.2907091Z [00:03:05.573]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:20.2910708Z [00:03:05.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1353/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/github=>golang.org/x/oauth2@v0.30.0/github;$WORK/b1353=>" -p golang.org/x/oauth2/github -lang=go1.23 -complete -installsuffix shared -buildid KA-rIYJc2VeyAeHL352v/KA-rIYJc2VeyAeHL352v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1353/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/github/github.go
2025-08-20T23:04:20.2924134Z [00:03:05.574]➜  go tool buildid -w $WORK/b1349/_pkg_.a # internal
2025-08-20T23:04:20.2932435Z [00:03:05.576]➜  cp $WORK/b1349/_pkg_.a /root/.cache/go-build/87/874de1eda7dd99bbf1603c3a32f8c9d9bbb997b683ff2061dba18a7a0c2f77c9-d # internal
2025-08-20T23:04:20.2941437Z [00:03:05.576]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v2
2025-08-20T23:04:20.2942208Z [00:03:05.576]➜  mkdir -p $WORK/b1350/
2025-08-20T23:04:20.2942919Z [00:03:05.576]➜  cat >/tmp/go-build3700090427/b1350/importcfg << 'EOF' # internal
2025-08-20T23:04:20.2943580Z [00:03:05.576]➜  # import config
2025-08-20T23:04:20.2944248Z [00:03:05.576]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.2945067Z [00:03:05.576]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.2946254Z [00:03:05.576]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.2947983Z [00:03:05.576]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.2949674Z [00:03:05.576]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1=/tmp/go-build3700090427/b1349/_pkg_.a
2025-08-20T23:04:20.2951459Z [00:03:05.576]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.2952722Z [00:03:05.576]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.2953445Z [00:03:05.576]➜  EOF
2025-08-20T23:04:20.2957217Z [00:03:05.576]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1350/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v2;$WORK/b1350=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v2 -lang=go1.24 -complete -installsuffix shared -buildid gbPy2R7saVi3KtGTZgg2/gbPy2R7saVi3KtGTZgg2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1350/importcfg -pack ./pkg/detectors/github/v2/github.go
2025-08-20T23:04:20.3060444Z [00:03:05.589]➜  go tool buildid -w $WORK/b1353/_pkg_.a # internal
2025-08-20T23:04:20.3064569Z [00:03:05.589]➜  cp $WORK/b1353/_pkg_.a /root/.cache/go-build/c8/c85277dce6547742089aa07db4053127baa34f2e567c83732f74c84b181cffe9-d # internal
2025-08-20T23:04:20.3070996Z [00:03:05.590]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github_oauth2
2025-08-20T23:04:20.3071772Z [00:03:05.590]➜  mkdir -p $WORK/b1351/
2025-08-20T23:04:20.3072485Z [00:03:05.590]➜  cat >/tmp/go-build3700090427/b1351/importcfg << 'EOF' # internal
2025-08-20T23:04:20.3073152Z [00:03:05.590]➜  # import config
2025-08-20T23:04:20.3073813Z [00:03:05.590]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.3075371Z [00:03:05.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.3076986Z [00:03:05.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.3078278Z [00:03:05.590]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.3079647Z [00:03:05.590]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build3700090427/b1352/_pkg_.a
2025-08-20T23:04:20.3080799Z [00:03:05.590]➜  packagefile golang.org/x/oauth2/github=/tmp/go-build3700090427/b1353/_pkg_.a
2025-08-20T23:04:20.3081714Z [00:03:05.590]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.3082312Z [00:03:05.590]➜  EOF
2025-08-20T23:04:20.3086089Z [00:03:05.590]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1351/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github_oauth2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github_oauth2;$WORK/b1351=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github_oauth2 -lang=go1.24 -complete -installsuffix shared -buildid ZusO3O_vzaf1xGDQTDrI/ZusO3O_vzaf1xGDQTDrI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1351/importcfg -pack ./pkg/detectors/github_oauth2/github_oauth2.go
2025-08-20T23:04:20.3627558Z [00:03:05.643]➜  go tool buildid -w $WORK/b1351/_pkg_.a # internal
2025-08-20T23:04:20.3628917Z [00:03:05.645]➜  cp $WORK/b1351/_pkg_.a /root/.cache/go-build/22/2245476db7381485da837aae8e2e285cd7b51f94ea315b8ba3b2fd8fcb1f843e-d # internal
2025-08-20T23:04:20.3630467Z [00:03:05.645]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/githubapp
2025-08-20T23:04:20.3631199Z [00:03:05.645]➜  mkdir -p $WORK/b1355/
2025-08-20T23:04:20.3631913Z [00:03:05.646]➜  cat >/tmp/go-build3700090427/b1355/importcfg << 'EOF' # internal
2025-08-20T23:04:20.3634789Z [00:03:05.646]➜  # import config
2025-08-20T23:04:20.3636773Z [00:03:05.646]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.3638812Z [00:03:05.646]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.3646413Z [00:03:05.646]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3700090427/b275/_pkg_.a
2025-08-20T23:04:20.3647790Z [00:03:05.646]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.3649656Z [00:03:05.646]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.3651220Z [00:03:05.646]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.3652526Z [00:03:05.646]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.3653446Z [00:03:05.646]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.3654279Z [00:03:05.646]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.3655269Z [00:03:05.646]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:20.3655883Z [00:03:05.646]➜  EOF
2025-08-20T23:04:20.3659952Z [00:03:05.646]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1355/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/githubapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/githubapp;$WORK/b1355=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/githubapp -lang=go1.24 -complete -installsuffix shared -buildid GMiBsdkf51VbhbIbHxGt/GMiBsdkf51VbhbIbHxGt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1355/importcfg -pack ./pkg/detectors/githubapp/githubapp.go
2025-08-20T23:04:20.4214628Z [00:03:05.705]➜  go tool buildid -w $WORK/b1350/_pkg_.a # internal
2025-08-20T23:04:20.4233018Z [00:03:05.706]➜  cp $WORK/b1350/_pkg_.a /root/.cache/go-build/23/23b5c7496f0ca06792fd185fc4f7f71758ec94952b419df8f4098dca79bb7988-d # internal
2025-08-20T23:04:20.4244332Z [00:03:05.708]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1
2025-08-20T23:04:20.4250183Z [00:03:05.708]➜  mkdir -p $WORK/b1356/
2025-08-20T23:04:20.4252624Z [00:03:05.709]➜  cat >/tmp/go-build3700090427/b1356/importcfg << 'EOF' # internal
2025-08-20T23:04:20.4255663Z [00:03:05.709]➜  # import config
2025-08-20T23:04:20.4256661Z [00:03:05.709]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.4257648Z [00:03:05.709]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:20.4258574Z [00:03:05.709]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.4259983Z [00:03:05.709]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.4261544Z [00:03:05.709]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.4263126Z [00:03:05.709]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.4264468Z [00:03:05.709]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.4265657Z [00:03:05.709]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:20.4266485Z [00:03:05.709]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:04:20.4267368Z [00:03:05.709]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.4268280Z [00:03:05.709]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.4268949Z [00:03:05.709]➜  EOF
2025-08-20T23:04:20.4276385Z [00:03:05.711]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1356/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1;$WORK/b1356=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1 -lang=go1.24 -complete -installsuffix shared -buildid Juhb40KNs_p-oQT5Xtrb/Juhb40KNs_p-oQT5Xtrb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1356/importcfg -pack ./pkg/detectors/gitlab/v1/gitlab.go
2025-08-20T23:04:20.4715768Z [00:03:05.755]➜  go tool buildid -w $WORK/b1355/_pkg_.a # internal
2025-08-20T23:04:20.4740378Z [00:03:05.757]➜  cp $WORK/b1355/_pkg_.a /root/.cache/go-build/26/26b8df5d07caf5ebd7b685312f8a5070f7312a308e1c3407751024ddd4e71d47-d # internal
2025-08-20T23:04:20.4742235Z [00:03:05.757]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitter
2025-08-20T23:04:20.4743201Z [00:03:05.757]➜  mkdir -p $WORK/b1358/
2025-08-20T23:04:20.4774788Z [00:03:05.761]➜  cat >/tmp/go-build3700090427/b1358/importcfg << 'EOF' # internal
2025-08-20T23:04:20.4775507Z [00:03:05.761]➜  # import config
2025-08-20T23:04:20.4778059Z [00:03:05.761]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.4781043Z [00:03:05.761]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.4783632Z [00:03:05.761]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.4785039Z [00:03:05.761]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.4786456Z [00:03:05.761]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.4787658Z [00:03:05.761]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.4788505Z [00:03:05.761]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.4789252Z [00:03:05.761]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.4789979Z [00:03:05.761]➜  EOF
2025-08-20T23:04:20.4793522Z [00:03:05.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1358/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitter=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitter;$WORK/b1358=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitter -lang=go1.24 -complete -installsuffix shared -buildid FYuGFLNn9y0Ow1z9VNA7/FYuGFLNn9y0Ow1z9VNA7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1358/importcfg -pack ./pkg/detectors/gitter/gitter.go
2025-08-20T23:04:20.5371340Z [00:03:05.820]➜  go tool buildid -w $WORK/b1356/_pkg_.a # internal
2025-08-20T23:04:20.5390186Z [00:03:05.822]➜  cp $WORK/b1356/_pkg_.a /root/.cache/go-build/c6/c6b863aec7a7f7a82d640b94822e8f22d18923e653367489ad0e00f5b57786be-d # internal
2025-08-20T23:04:20.5416067Z [00:03:05.825]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v2
2025-08-20T23:04:20.5419522Z [00:03:05.825]➜  mkdir -p $WORK/b1357/
2025-08-20T23:04:20.5430078Z [00:03:05.825]➜  cat >/tmp/go-build3700090427/b1357/importcfg << 'EOF' # internal
2025-08-20T23:04:20.5430785Z [00:03:05.825]➜  # import config
2025-08-20T23:04:20.5431420Z [00:03:05.825]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.5432257Z [00:03:05.825]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.5433392Z [00:03:05.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.5435147Z [00:03:05.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.5436848Z [00:03:05.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1=/tmp/go-build3700090427/b1356/_pkg_.a
2025-08-20T23:04:20.5438442Z [00:03:05.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.5440820Z [00:03:05.825]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.5441812Z [00:03:05.825]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:04:20.5442682Z [00:03:05.825]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.5452909Z [00:03:05.825]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.5453654Z [00:03:05.825]➜  EOF
2025-08-20T23:04:20.5457486Z [00:03:05.826]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1357/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v2;$WORK/b1357=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v2 -lang=go1.24 -complete -installsuffix shared -buildid sWxLP_R2xbykLwg5i4rz/sWxLP_R2xbykLwg5i4rz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1357/importcfg -pack ./pkg/detectors/gitlab/v2/gitlab_v2.go
2025-08-20T23:04:20.5763267Z [00:03:05.859]➜  go tool buildid -w $WORK/b1358/_pkg_.a # internal
2025-08-20T23:04:20.5805130Z [00:03:05.864]➜  cp $WORK/b1358/_pkg_.a /root/.cache/go-build/20/200334cac581ce676836306e2c1f85ad64d22325e22943a78b8e234b664749c5-d # internal
2025-08-20T23:04:20.5810997Z [00:03:05.864]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/glassnode
2025-08-20T23:04:20.5841759Z [00:03:05.864]➜  mkdir -p $WORK/b1359/
2025-08-20T23:04:20.5842593Z [00:03:05.865]➜  cat >/tmp/go-build3700090427/b1359/importcfg << 'EOF' # internal
2025-08-20T23:04:20.5843307Z [00:03:05.865]➜  # import config
2025-08-20T23:04:20.5843980Z [00:03:05.865]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.5845184Z [00:03:05.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.5846649Z [00:03:05.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.5848150Z [00:03:05.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.5849564Z [00:03:05.865]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.5850641Z [00:03:05.865]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.5851419Z [00:03:05.865]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.5852006Z [00:03:05.865]➜  EOF
2025-08-20T23:04:20.5855757Z [00:03:05.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1359/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/glassnode=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/glassnode;$WORK/b1359=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/glassnode -lang=go1.24 -complete -installsuffix shared -buildid LaslihgT35t7tpgzPl7e/LaslihgT35t7tpgzPl7e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1359/importcfg -pack ./pkg/detectors/glassnode/glassnode.go
2025-08-20T23:04:20.6645767Z [00:03:05.948]➜  go tool buildid -w $WORK/b1357/_pkg_.a # internal
2025-08-20T23:04:20.6665721Z [00:03:05.950]➜  cp $WORK/b1357/_pkg_.a /root/.cache/go-build/99/99d14a4284863528b748689454d6f8cb6ea3b4993e7988c5032a012339adfdaf-d # internal
2025-08-20T23:04:20.6685211Z [00:03:05.952]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocanvas
2025-08-20T23:04:20.6687012Z [00:03:05.952]➜  mkdir -p $WORK/b1360/
2025-08-20T23:04:20.6693376Z [00:03:05.952]➜  cat >/tmp/go-build3700090427/b1360/importcfg << 'EOF' # internal
2025-08-20T23:04:20.6694179Z [00:03:05.952]➜  # import config
2025-08-20T23:04:20.6694885Z [00:03:05.952]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.6695766Z [00:03:05.952]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:04:20.6696614Z [00:03:05.952]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.6697746Z [00:03:05.952]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.6699232Z [00:03:05.952]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.6701004Z [00:03:05.952]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.6702382Z [00:03:05.952]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.6703298Z [00:03:05.952]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:20.6704089Z [00:03:05.952]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.6705084Z [00:03:05.952]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:20.6705899Z [00:03:05.952]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.6706502Z [00:03:05.952]➜  EOF
2025-08-20T23:04:20.6711710Z [00:03:05.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1360/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocanvas=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocanvas;$WORK/b1360=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocanvas -lang=go1.24 -complete -installsuffix shared -buildid BdJIZjd4DRGIw-plnhjB/BdJIZjd4DRGIw-plnhjB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1360/importcfg -pack ./pkg/detectors/gocanvas/gocanvas.go
2025-08-20T23:04:20.6822906Z [00:03:05.965]➜  go tool buildid -w $WORK/b1359/_pkg_.a # internal
2025-08-20T23:04:20.6835485Z [00:03:05.967]➜  cp $WORK/b1359/_pkg_.a /root/.cache/go-build/bc/bc65147355bb3acdd113622e76ddc96743fa249d8ddee6443a945fdce1fe9309-d # internal
2025-08-20T23:04:20.6844135Z [00:03:05.968]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocardless
2025-08-20T23:04:20.6849308Z [00:03:05.968]➜  mkdir -p $WORK/b1361/
2025-08-20T23:04:20.6850244Z [00:03:05.968]➜  cat >/tmp/go-build3700090427/b1361/importcfg << 'EOF' # internal
2025-08-20T23:04:20.6850942Z [00:03:05.968]➜  # import config
2025-08-20T23:04:20.6851599Z [00:03:05.968]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.6852416Z [00:03:05.968]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.6853737Z [00:03:05.968]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.6855215Z [00:03:05.968]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.6856760Z [00:03:05.968]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.6858065Z [00:03:05.968]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.6859000Z [00:03:05.968]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.6860449Z [00:03:05.968]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.6861063Z [00:03:05.968]➜  EOF
2025-08-20T23:04:20.6864894Z [00:03:05.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1361/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocardless=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocardless;$WORK/b1361=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocardless -lang=go1.24 -complete -installsuffix shared -buildid rmKxjUQo-m0HIgzHtUVt/rmKxjUQo-m0HIgzHtUVt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1361/importcfg -pack ./pkg/detectors/gocardless/gocardless.go
2025-08-20T23:04:20.7850034Z [00:03:06.067]➜  go tool buildid -w $WORK/b1361/_pkg_.a # internal
2025-08-20T23:04:20.7851412Z [00:03:06.068]➜  cp $WORK/b1361/_pkg_.a /root/.cache/go-build/2c/2c9ea27bd22e5f07ca8ab59e0c76838bc95a35c971bea05a9d71713c5d176be8-d # internal
2025-08-20T23:04:20.7863851Z [00:03:06.070]➜  go tool buildid -w $WORK/b1360/_pkg_.a # internal
2025-08-20T23:04:20.7866778Z [00:03:06.070]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1
2025-08-20T23:04:20.7867606Z [00:03:06.070]➜  mkdir -p $WORK/b1362/
2025-08-20T23:04:20.7869055Z [00:03:06.070]➜  cat >/tmp/go-build3700090427/b1362/importcfg << 'EOF' # internal
2025-08-20T23:04:20.7871458Z [00:03:06.070]➜  # import config
2025-08-20T23:04:20.7872350Z [00:03:06.070]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.7873559Z [00:03:06.070]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.7874934Z [00:03:06.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.7876658Z [00:03:06.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.7879206Z [00:03:06.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.7883306Z [00:03:06.070]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.7884196Z [00:03:06.070]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:20.7884964Z [00:03:06.070]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.7885606Z [00:03:06.070]➜  EOF
2025-08-20T23:04:20.7893878Z [00:03:06.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1362/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1;$WORK/b1362=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1 -lang=go1.24 -complete -installsuffix shared -buildid w6fPkKANyKiSYPf74Tmt/w6fPkKANyKiSYPf74Tmt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1362/importcfg -pack ./pkg/detectors/godaddy/v1/godaddy.go
2025-08-20T23:04:20.7898154Z [00:03:06.072]➜  cp $WORK/b1360/_pkg_.a /root/.cache/go-build/2f/2faa57a75f99f58bf69232eb97fd6b3d2040c2420a0f38589017de009cb7afb6-d # internal
2025-08-20T23:04:20.7905025Z [00:03:06.074]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/goodday
2025-08-20T23:04:20.7907919Z [00:03:06.074]➜  mkdir -p $WORK/b1364/
2025-08-20T23:04:20.7911607Z [00:03:06.074]➜  cat >/tmp/go-build3700090427/b1364/importcfg << 'EOF' # internal
2025-08-20T23:04:20.7912470Z [00:03:06.074]➜  # import config
2025-08-20T23:04:20.7913992Z [00:03:06.074]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.7916509Z [00:03:06.075]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.7918258Z [00:03:06.075]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.7920901Z [00:03:06.075]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.7922257Z [00:03:06.075]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.7923238Z [00:03:06.075]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.7924073Z [00:03:06.075]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.7924678Z [00:03:06.075]➜  EOF
2025-08-20T23:04:20.7928440Z [00:03:06.075]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1364/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/goodday=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/goodday;$WORK/b1364=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/goodday -lang=go1.24 -complete -installsuffix shared -buildid mI0jAg015v07VgdhsHDw/mI0jAg015v07VgdhsHDw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1364/importcfg -pack ./pkg/detectors/goodday/goodday.go
2025-08-20T23:04:20.8595075Z [00:03:06.143]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:20.8598467Z [00:03:06.143]➜  TERM='dumb' gcc -I . -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_x046.o -c huf_decompress_amd64.S
2025-08-20T23:04:20.8725645Z [00:03:06.156]➜  go tool buildid -w $WORK/b1362/_pkg_.a # internal
2025-08-20T23:04:20.8745613Z [00:03:06.158]➜  cp $WORK/b1362/_pkg_.a /root/.cache/go-build/1f/1f625b978da4d1d25e47483b9b9f27ea151a438b8b9d8156f99e68880e5fd95b-d # internal
2025-08-20T23:04:20.8752838Z [00:03:06.158]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v2
2025-08-20T23:04:20.8753606Z [00:03:06.158]➜  mkdir -p $WORK/b1363/
2025-08-20T23:04:20.8754348Z [00:03:06.158]➜  cat >/tmp/go-build3700090427/b1363/importcfg << 'EOF' # internal
2025-08-20T23:04:20.8755085Z [00:03:06.158]➜  # import config
2025-08-20T23:04:20.8755819Z [00:03:06.158]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.8756982Z [00:03:06.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.8758609Z [00:03:06.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.8760471Z [00:03:06.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1=/tmp/go-build3700090427/b1362/_pkg_.a
2025-08-20T23:04:20.8762201Z [00:03:06.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.8763531Z [00:03:06.158]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.8764470Z [00:03:06.158]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.8765097Z [00:03:06.158]➜  EOF
2025-08-20T23:04:20.8768091Z [00:03:06.160]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:20.8772417Z [00:03:06.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1363/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v2;$WORK/b1363=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v2 -lang=go1.24 -complete -installsuffix shared -buildid sgydOv7vYCH3bKQLvic0/sgydOv7vYCH3bKQLvic0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1363/importcfg -pack ./pkg/detectors/godaddy/v2/godaddy.go
2025-08-20T23:04:20.8967656Z [00:03:06.180]➜  go tool buildid -w $WORK/b1364/_pkg_.a # internal
2025-08-20T23:04:20.8970680Z [00:03:06.180]➜  cd $WORK/b878
2025-08-20T23:04:20.8981458Z [00:03:06.180]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -I $WORK/b878/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -DZSTD_LEGACY_SUPPORT=4 -DZSTD_MULTITHREAD=1 -ffile-prefix-map=/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=/_/github.com/DataDog/zstd@v1.5.5 -frandom-seed=k5gKtfmi4Aq71mWzV1_M -o $WORK/b878/_cgo_main.o -c _cgo_main.c
2025-08-20T23:04:20.8991388Z [00:03:06.181]➜  cp $WORK/b1364/_pkg_.a /root/.cache/go-build/03/030a8e61a25fbad0c56eccb21c8beeca3d074575afa235ef9440a409885fc363-d # internal
2025-08-20T23:04:20.8996202Z [00:03:06.183]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/googleoauth2
2025-08-20T23:04:20.9004398Z [00:03:06.183]➜  mkdir -p $WORK/b1365/
2025-08-20T23:04:20.9005157Z [00:03:06.183]➜  cat >/tmp/go-build3700090427/b1365/importcfg << 'EOF' # internal
2025-08-20T23:04:20.9005862Z [00:03:06.183]➜  # import config
2025-08-20T23:04:20.9006528Z [00:03:06.183]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.9007395Z [00:03:06.183]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:20.9008259Z [00:03:06.183]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.9009573Z [00:03:06.183]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.9011123Z [00:03:06.183]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.9012781Z [00:03:06.183]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.9014130Z [00:03:06.183]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.9015056Z [00:03:06.183]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:20.9016056Z [00:03:06.183]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.9016889Z [00:03:06.183]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:20.9017662Z [00:03:06.183]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:20.9018268Z [00:03:06.183]➜  EOF
2025-08-20T23:04:20.9020542Z [00:03:06.185]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:20.9024685Z [00:03:06.185]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1365/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/googleoauth2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/googleoauth2;$WORK/b1365=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/googleoauth2 -lang=go1.24 -complete -installsuffix shared -buildid 83H_-EQuskFK4erVegTo/83H_-EQuskFK4erVegTo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1365/importcfg -pack ./pkg/detectors/googleoauth2/googleoauth2_access_token.go
2025-08-20T23:04:20.9655285Z [00:03:06.248]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -o $WORK/b878/_cgo_.o $WORK/b878/_cgo_main.o $WORK/b878/preferlinkext $WORK/b878/_x001.o $WORK/b878/_x002.o $WORK/b878/_x003.o $WORK/b878/_x004.o $WORK/b878/_x005.o $WORK/b878/_x006.o $WORK/b878/_x007.o $WORK/b878/_x008.o $WORK/b878/_x009.o $WORK/b878/_x010.o $WORK/b878/_x011.o $WORK/b878/_x012.o $WORK/b878/_x013.o $WORK/b878/_x014.o $WORK/b878/_x015.o $WORK/b878/_x016.o $WORK/b878/_x017.o $WORK/b878/_x018.o $WORK/b878/_x019.o $WORK/b878/_x020.o $WORK/b878/_x021.o $WORK/b878/_x022.o $WORK/b878/_x023.o $WORK/b878/_x024.o $WORK/b878/_x025.o $WORK/b878/_x026.o $WORK/b878/_x027.o $WORK/b878/_x028.o $WORK/b878/_x029.o $WORK/b878/_x030.o $WORK/b878/_x031.o $WORK/b878/_x032.o $WORK/b878/_x033.o $WORK/b878/_x034.o $WORK/b878/_x035.o $WORK/b878/_x036.o $WORK/b878/_x037.o $WORK/b878/_x038.o $WORK/b878/_x039.o $WORK/b878/_x040.o $WORK/b878/_x041.o $WORK/b878/_x042.o $WORK/b878/_x043.o $WORK/b878/_x044.o $WORK/b878/_x045.o $WORK/b878/_x046.o -O2 -g
2025-08-20T23:04:20.9725027Z [00:03:06.256]➜  go tool buildid -w $WORK/b1363/_pkg_.a # internal
2025-08-20T23:04:20.9745375Z [00:03:06.258]➜  cp $WORK/b1363/_pkg_.a /root/.cache/go-build/c9/c91bd34f2253566182c2e22768c2ce34395151ce7e00c171b388ea3e814cc7b3-d # internal
2025-08-20T23:04:20.9751008Z [00:03:06.258]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafana
2025-08-20T23:04:20.9755692Z [00:03:06.259]➜  mkdir -p $WORK/b1366/
2025-08-20T23:04:20.9760721Z [00:03:06.259]➜  cat >/tmp/go-build3700090427/b1366/importcfg << 'EOF' # internal
2025-08-20T23:04:20.9765472Z [00:03:06.260]➜  # import config
2025-08-20T23:04:20.9770474Z [00:03:06.260]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:20.9776345Z [00:03:06.261]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:20.9779928Z [00:03:06.261]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:20.9787449Z [00:03:06.261]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:20.9789059Z [00:03:06.261]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:20.9790650Z [00:03:06.261]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:20.9791596Z [00:03:06.261]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:20.9792456Z [00:03:06.261]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:20.9793306Z [00:03:06.261]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:20.9793935Z [00:03:06.261]➜  EOF
2025-08-20T23:04:20.9797603Z [00:03:06.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1366/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafana=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafana;$WORK/b1366=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafana -lang=go1.24 -complete -installsuffix shared -buildid EZ3xW15bc_PvfUqAOlXu/EZ3xW15bc_PvfUqAOlXu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1366/importcfg -pack ./pkg/detectors/grafana/grafana.go
2025-08-20T23:04:20.9974055Z [00:03:06.281]➜  go tool buildid -w $WORK/b1365/_pkg_.a # internal
2025-08-20T23:04:20.9987080Z [00:03:06.282]➜  cp $WORK/b1365/_pkg_.a /root/.cache/go-build/b4/b4a32853e95aba3ce9e4465710366b442a1c3d502d8a3464438ce7e52fe698b4-d # internal
2025-08-20T23:04:20.9996122Z [00:03:06.283]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafanaserviceaccount
2025-08-20T23:04:21.0001959Z [00:03:06.283]➜  mkdir -p $WORK/b1367/
2025-08-20T23:04:21.0011511Z [00:03:06.284]➜  cat >/tmp/go-build3700090427/b1367/importcfg << 'EOF' # internal
2025-08-20T23:04:21.0012676Z [00:03:06.284]➜  # import config
2025-08-20T23:04:21.0014264Z [00:03:06.284]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.0015293Z [00:03:06.284]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.0016784Z [00:03:06.284]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.0018657Z [00:03:06.284]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.0020400Z [00:03:06.284]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.0022070Z [00:03:06.284]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.0024462Z [00:03:06.284]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.0025120Z [00:03:06.284]➜  EOF
2025-08-20T23:04:21.0042515Z [00:03:06.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1367/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafanaserviceaccount=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafanaserviceaccount;$WORK/b1367=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafanaserviceaccount -lang=go1.24 -complete -installsuffix shared -buildid PpQn0igEE3BSRaFByPEX/PpQn0igEE3BSRaFByPEX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1367/importcfg -pack ./pkg/detectors/grafanaserviceaccount/grafanaserviceaccount.go
2025-08-20T23:04:21.0617268Z [00:03:06.345]➜  go tool buildid -w $WORK/b1366/_pkg_.a # internal
2025-08-20T23:04:21.0632097Z [00:03:06.346]➜  cp $WORK/b1366/_pkg_.a /root/.cache/go-build/9d/9d3b496bb411fa0851e7e2daa88209a80e153eb0c2713eca4879869c8861fad5-d # internal
2025-08-20T23:04:21.0640021Z [00:03:06.347]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphcms
2025-08-20T23:04:21.0646628Z [00:03:06.347]➜  mkdir -p $WORK/b1368/
2025-08-20T23:04:21.0647375Z [00:03:06.347]➜  cat >/tmp/go-build3700090427/b1368/importcfg << 'EOF' # internal
2025-08-20T23:04:21.0648041Z [00:03:06.347]➜  # import config
2025-08-20T23:04:21.0648694Z [00:03:06.347]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.0649732Z [00:03:06.347]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.0650936Z [00:03:06.347]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.0652492Z [00:03:06.347]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.0654069Z [00:03:06.347]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.0655404Z [00:03:06.347]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.0656355Z [00:03:06.347]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.0657396Z [00:03:06.347]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.0658004Z [00:03:06.347]➜  EOF
2025-08-20T23:04:21.0662494Z [00:03:06.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1368/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphcms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphcms;$WORK/b1368=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphcms -lang=go1.24 -complete -installsuffix shared -buildid 5PNRBZ9j3VsMrm-n9hNs/5PNRBZ9j3VsMrm-n9hNs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1368/importcfg -pack ./pkg/detectors/graphcms/graphcms.go
2025-08-20T23:04:21.0939147Z [00:03:06.377]➜  go tool buildid -w $WORK/b1367/_pkg_.a # internal
2025-08-20T23:04:21.0995952Z [00:03:06.383]➜  cp $WORK/b1367/_pkg_.a /root/.cache/go-build/55/558e2db6910b2de8c9f7042f1da0b1e0fc2278d10a441539451b4861f4fee56f-d # internal
2025-08-20T23:04:21.1000273Z [00:03:06.383]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphhopper
2025-08-20T23:04:21.1006056Z [00:03:06.383]➜  mkdir -p $WORK/b1369/
2025-08-20T23:04:21.1006802Z [00:03:06.383]➜  cat >/tmp/go-build3700090427/b1369/importcfg << 'EOF' # internal
2025-08-20T23:04:21.1007464Z [00:03:06.383]➜  # import config
2025-08-20T23:04:21.1008090Z [00:03:06.384]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.1009704Z [00:03:06.384]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.1010861Z [00:03:06.384]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.1012745Z [00:03:06.384]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.1014567Z [00:03:06.384]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.1016137Z [00:03:06.384]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.1017464Z [00:03:06.384]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.1020228Z [00:03:06.384]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.1021346Z [00:03:06.384]➜  EOF
2025-08-20T23:04:21.1025600Z [00:03:06.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1369/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphhopper=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphhopper;$WORK/b1369=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphhopper -lang=go1.24 -complete -installsuffix shared -buildid pC8ENGFNCSNaypdq6bhY/pC8ENGFNCSNaypdq6bhY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1369/importcfg -pack ./pkg/detectors/graphhopper/graphhopper.go
2025-08-20T23:04:21.1615316Z [00:03:06.445]➜  go tool buildid -w $WORK/b1368/_pkg_.a # internal
2025-08-20T23:04:21.1633518Z [00:03:06.446]➜  cp $WORK/b1368/_pkg_.a /root/.cache/go-build/b5/b5cdf06cabf18dcbb8305dc94e6f4f387182060500a967d8cc0b6dadfc809db4-d # internal
2025-08-20T23:04:21.1634933Z [00:03:06.446]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groovehq
2025-08-20T23:04:21.1642279Z [00:03:06.446]➜  mkdir -p $WORK/b1370/
2025-08-20T23:04:21.1643007Z [00:03:06.447]➜  cat >/tmp/go-build3700090427/b1370/importcfg << 'EOF' # internal
2025-08-20T23:04:21.1643682Z [00:03:06.447]➜  # import config
2025-08-20T23:04:21.1644319Z [00:03:06.447]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.1645119Z [00:03:06.447]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.1646265Z [00:03:06.447]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.1647697Z [00:03:06.447]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.1649249Z [00:03:06.447]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.1650956Z [00:03:06.447]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.1651861Z [00:03:06.447]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.1652693Z [00:03:06.447]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.1653288Z [00:03:06.447]➜  EOF
2025-08-20T23:04:21.1657300Z [00:03:06.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1370/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groovehq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groovehq;$WORK/b1370=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groovehq -lang=go1.24 -complete -installsuffix shared -buildid SRR7_IEUwMjTIMmH9F1T/SRR7_IEUwMjTIMmH9F1T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1370/importcfg -pack ./pkg/detectors/groovehq/groovehq.go
2025-08-20T23:04:21.1868500Z [00:03:06.470]➜  go tool buildid -w $WORK/b1369/_pkg_.a # internal
2025-08-20T23:04:21.1880834Z [00:03:06.471]➜  cp $WORK/b1369/_pkg_.a /root/.cache/go-build/a3/a3d7eaa42a6af0e7c207d1006f8036a9c071804b4265076c12bbef4b9d6f14d9-d # internal
2025-08-20T23:04:21.1907336Z [00:03:06.472]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groq
2025-08-20T23:04:21.1908036Z [00:03:06.472]➜  mkdir -p $WORK/b1371/
2025-08-20T23:04:21.1908737Z [00:03:06.472]➜  cat >/tmp/go-build3700090427/b1371/importcfg << 'EOF' # internal
2025-08-20T23:04:21.1909577Z [00:03:06.472]➜  # import config
2025-08-20T23:04:21.1910227Z [00:03:06.472]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.1911025Z [00:03:06.472]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.1912183Z [00:03:06.472]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.1913691Z [00:03:06.472]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.1915240Z [00:03:06.472]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.1916547Z [00:03:06.472]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.1917442Z [00:03:06.472]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:21.1918227Z [00:03:06.472]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.1918816Z [00:03:06.472]➜  EOF
2025-08-20T23:04:21.1922563Z [00:03:06.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1371/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groq;$WORK/b1371=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groq -lang=go1.24 -complete -installsuffix shared -buildid Go0DFGgig0N22P3VINmf/Go0DFGgig0N22P3VINmf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1371/importcfg -pack ./pkg/detectors/groq/groq.go
2025-08-20T23:04:21.2200859Z [00:03:06.503]➜  go tool buildid -w $WORK/b1370/_pkg_.a # internal
2025-08-20T23:04:21.2218838Z [00:03:06.505]➜  cp $WORK/b1370/_pkg_.a /root/.cache/go-build/2b/2b5614b9f6ce72c40b30c2704505d344ecd8f132455dd6be358e793d5b82892e-d # internal
2025-08-20T23:04:21.2221674Z [00:03:06.505]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gtmetrix
2025-08-20T23:04:21.2223043Z [00:03:06.505]➜  mkdir -p $WORK/b1372/
2025-08-20T23:04:21.2228571Z [00:03:06.506]➜  cat >/tmp/go-build3700090427/b1372/importcfg << 'EOF' # internal
2025-08-20T23:04:21.2229221Z [00:03:06.506]➜  # import config
2025-08-20T23:04:21.2230110Z [00:03:06.506]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.2231259Z [00:03:06.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.2232713Z [00:03:06.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.2234489Z [00:03:06.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.2235855Z [00:03:06.506]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.2236806Z [00:03:06.506]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.2237662Z [00:03:06.506]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.2238320Z [00:03:06.506]➜  EOF
2025-08-20T23:04:21.2243616Z [00:03:06.507]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1372/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gtmetrix=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gtmetrix;$WORK/b1372=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gtmetrix -lang=go1.24 -complete -installsuffix shared -buildid jGrL_W-d9O2FegtG5r8e/jGrL_W-d9O2FegtG5r8e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1372/importcfg -pack ./pkg/detectors/gtmetrix/gtmetrix.go
2025-08-20T23:04:21.2460597Z [00:03:06.529]➜  go tool buildid -w $WORK/b1371/_pkg_.a # internal
2025-08-20T23:04:21.2475736Z [00:03:06.531]➜  cp $WORK/b1371/_pkg_.a /root/.cache/go-build/7f/7f496db4faca0499ef18053c4fa59b6682958787c5fede17cc862b14029cd72b-d # internal
2025-08-20T23:04:21.2483125Z [00:03:06.531]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/guardianapi
2025-08-20T23:04:21.2483903Z [00:03:06.531]➜  mkdir -p $WORK/b1373/
2025-08-20T23:04:21.2484596Z [00:03:06.531]➜  cat >/tmp/go-build3700090427/b1373/importcfg << 'EOF' # internal
2025-08-20T23:04:21.2485301Z [00:03:06.531]➜  # import config
2025-08-20T23:04:21.2485964Z [00:03:06.531]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.2487144Z [00:03:06.531]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.2488577Z [00:03:06.531]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.2490393Z [00:03:06.532]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.2493029Z [00:03:06.532]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.2494309Z [00:03:06.533]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.2495350Z [00:03:06.533]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.2496156Z [00:03:06.533]➜  EOF
2025-08-20T23:04:21.2500940Z [00:03:06.533]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1373/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guardianapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/guardianapi;$WORK/b1373=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/guardianapi -lang=go1.24 -complete -installsuffix shared -buildid Vy5Mhvv5KpLejjuhsa4f/Vy5Mhvv5KpLejjuhsa4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1373/importcfg -pack ./pkg/detectors/guardianapi/guardianapi.go
2025-08-20T23:04:21.2747658Z [00:03:06.558]➜  go tool buildid -w $WORK/b1372/_pkg_.a # internal
2025-08-20T23:04:21.2763954Z [00:03:06.560]➜  cp $WORK/b1372/_pkg_.a /root/.cache/go-build/57/57176a712a5b8cfd4d5292680a716845299fc24c3af00c8adfbbd2e9f4b8d909-d # internal
2025-08-20T23:04:21.2773660Z [00:03:06.560]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gumroad
2025-08-20T23:04:21.2774447Z [00:03:06.560]➜  mkdir -p $WORK/b1374/
2025-08-20T23:04:21.2775192Z [00:03:06.561]➜  cat >/tmp/go-build3700090427/b1374/importcfg << 'EOF' # internal
2025-08-20T23:04:21.2775870Z [00:03:06.561]➜  # import config
2025-08-20T23:04:21.2776524Z [00:03:06.561]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.2777646Z [00:03:06.561]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.2779304Z [00:03:06.561]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.2781031Z [00:03:06.561]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.2782341Z [00:03:06.561]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.2783258Z [00:03:06.561]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.2783951Z [00:03:06.561]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.2784525Z [00:03:06.561]➜  EOF
2025-08-20T23:04:21.2814932Z [00:03:06.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1374/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gumroad=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gumroad;$WORK/b1374=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gumroad -lang=go1.24 -complete -installsuffix shared -buildid el-QJfyosx9RSb46M_ok/el-QJfyosx9RSb46M_ok -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1374/importcfg -pack ./pkg/detectors/gumroad/gumroad.go
2025-08-20T23:04:21.2878182Z [00:03:06.570]➜  gcc -I /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5 -fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b878=/tmp/go-build -gno-record-gcc-switches -o $WORK/b878/_cgo_.o $WORK/b878/_cgo_main.o $WORK/b878/preferlinkext $WORK/b878/_x001.o $WORK/b878/_x002.o $WORK/b878/_x003.o $WORK/b878/_x004.o $WORK/b878/_x005.o $WORK/b878/_x006.o $WORK/b878/_x007.o $WORK/b878/_x008.o $WORK/b878/_x009.o $WORK/b878/_x010.o $WORK/b878/_x011.o $WORK/b878/_x012.o $WORK/b878/_x013.o $WORK/b878/_x014.o $WORK/b878/_x015.o $WORK/b878/_x016.o $WORK/b878/_x017.o $WORK/b878/_x018.o $WORK/b878/_x019.o $WORK/b878/_x020.o $WORK/b878/_x021.o $WORK/b878/_x022.o $WORK/b878/_x023.o $WORK/b878/_x024.o $WORK/b878/_x025.o $WORK/b878/_x026.o $WORK/b878/_x027.o $WORK/b878/_x028.o $WORK/b878/_x029.o $WORK/b878/_x030.o $WORK/b878/_x031.o $WORK/b878/_x032.o $WORK/b878/_x033.o $WORK/b878/_x034.o $WORK/b878/_x035.o $WORK/b878/_x036.o $WORK/b878/_x037.o $WORK/b878/_x038.o $WORK/b878/_x039.o $WORK/b878/_x040.o $WORK/b878/_x041.o $WORK/b878/_x042.o $WORK/b878/_x043.o $WORK/b878/_x044.o $WORK/b878/_x045.o $WORK/b878/_x046.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T23:04:21.2886973Z [00:03:06.572]➜  TERM='dumb' /root/.go/pkg/tool/linux_amd64/cgo -dynpackage zstd -dynimport $WORK/b878/_cgo_.o -dynout $WORK/b878/_cgo_import.go
2025-08-20T23:04:21.2987176Z [00:03:06.582]➜  cat >/tmp/go-build3700090427/b878/importcfg << 'EOF' # internal
2025-08-20T23:04:21.2992302Z [00:03:06.583]➜  # import config
2025-08-20T23:04:21.2996905Z [00:03:06.583]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:21.3002017Z [00:03:06.583]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:21.3006670Z [00:03:06.584]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.3011826Z [00:03:06.584]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:21.3016231Z [00:03:06.585]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:21.3020960Z [00:03:06.585]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:21.3025826Z [00:03:06.586]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:21.3028512Z [00:03:06.586]➜  packagefile runtime/cgo=/tmp/go-build3700090427/b091/_pkg_.a
2025-08-20T23:04:21.3033088Z [00:03:06.586]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:04:21.3033658Z [00:03:06.586]➜  EOF
2025-08-20T23:04:21.3037253Z [00:03:06.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5=>github.com/DataDog/zstd@v1.5.5;$WORK/b878=>" -p github.com/DataDog/zstd -lang=go1.14 -installsuffix shared -buildid k5gKtfmi4Aq71mWzV1_M/k5gKtfmi4Aq71mWzV1_M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b878/importcfg -pack $WORK/b878/_cgo_gotypes.go $WORK/b878/errors.cgo1.go $WORK/b878/zstd.cgo1.go $WORK/b878/zstd_bulk.cgo1.go $WORK/b878/zstd_ctx.cgo1.go $WORK/b878/zstd_stream.cgo1.go $WORK/b878/_cgo_import.go
2025-08-20T23:04:21.3050005Z [00:03:06.588]➜  go tool buildid -w $WORK/b1373/_pkg_.a # internal
2025-08-20T23:04:21.3064428Z [00:03:06.589]➜  cp $WORK/b1373/_pkg_.a /root/.cache/go-build/12/123fb8db4d87db323f843967b7f586d58d0c049615fbbfb78215b756237213f2-d # internal
2025-08-20T23:04:21.3066698Z [00:03:06.590]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gyazo
2025-08-20T23:04:21.3068576Z [00:03:06.590]➜  mkdir -p $WORK/b1375/
2025-08-20T23:04:21.3072994Z [00:03:06.590]➜  cat >/tmp/go-build3700090427/b1375/importcfg << 'EOF' # internal
2025-08-20T23:04:21.3073729Z [00:03:06.590]➜  # import config
2025-08-20T23:04:21.3074433Z [00:03:06.590]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.3079207Z [00:03:06.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.3080917Z [00:03:06.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.3082434Z [00:03:06.590]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.3083768Z [00:03:06.590]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.3084679Z [00:03:06.590]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.3085522Z [00:03:06.590]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.3086152Z [00:03:06.591]➜  EOF
2025-08-20T23:04:21.3090083Z [00:03:06.591]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1375/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gyazo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gyazo;$WORK/b1375=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gyazo -lang=go1.24 -complete -installsuffix shared -buildid XSe4Bo6BV_BYu-PJEIEZ/XSe4Bo6BV_BYu-PJEIEZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1375/importcfg -pack ./pkg/detectors/gyazo/gyazo.go
2025-08-20T23:04:21.3292305Z [00:03:06.610]➜  go tool buildid -w $WORK/b1374/_pkg_.a # internal
2025-08-20T23:04:21.3296409Z [00:03:06.612]➜  cp $WORK/b1374/_pkg_.a /root/.cache/go-build/0b/0b08ed4f0a90e8fd85b990d9d078437940b508d57269dfac07777cfa4bd0de15-d # internal
2025-08-20T23:04:21.3297759Z [00:03:06.612]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/happyscribe
2025-08-20T23:04:21.3298534Z [00:03:06.612]➜  mkdir -p $WORK/b1376/
2025-08-20T23:04:21.3299271Z [00:03:06.613]➜  cat >/tmp/go-build3700090427/b1376/importcfg << 'EOF' # internal
2025-08-20T23:04:21.3301017Z [00:03:06.613]➜  # import config
2025-08-20T23:04:21.3301912Z [00:03:06.613]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.3302958Z [00:03:06.613]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.3304504Z [00:03:06.613]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.3306555Z [00:03:06.613]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.3308535Z [00:03:06.613]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.3310443Z [00:03:06.613]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.3311609Z [00:03:06.613]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.3312618Z [00:03:06.613]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.3313416Z [00:03:06.613]➜  EOF
2025-08-20T23:04:21.3317833Z [00:03:06.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1376/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/happyscribe=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/happyscribe;$WORK/b1376=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/happyscribe -lang=go1.24 -complete -installsuffix shared -buildid eO2LqmAXptKh_1FJYnGK/eO2LqmAXptKh_1FJYnGK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1376/importcfg -pack ./pkg/detectors/happyscribe/happyscribe.go
2025-08-20T23:04:21.3701892Z [00:03:06.653]➜  go tool buildid -w $WORK/b1375/_pkg_.a # internal
2025-08-20T23:04:21.3711224Z [00:03:06.654]➜  cp $WORK/b1375/_pkg_.a /root/.cache/go-build/53/53a0b2f9b3371601c35ad017bda957fef04593fa202904bcae7e2bfbc86b5e93-d # internal
2025-08-20T23:04:21.3716569Z [00:03:06.654]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harness
2025-08-20T23:04:21.3717883Z [00:03:06.654]➜  mkdir -p $WORK/b1377/
2025-08-20T23:04:21.3720454Z [00:03:06.655]➜  cat >/tmp/go-build3700090427/b1377/importcfg << 'EOF' # internal
2025-08-20T23:04:21.3723000Z [00:03:06.655]➜  # import config
2025-08-20T23:04:21.3723727Z [00:03:06.655]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.3724679Z [00:03:06.655]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:21.3725574Z [00:03:06.655]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.3726774Z [00:03:06.655]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.3728357Z [00:03:06.655]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.3753303Z [00:03:06.655]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.3754920Z [00:03:06.655]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.3756014Z [00:03:06.655]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:21.3756902Z [00:03:06.655]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.3759241Z [00:03:06.655]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:21.3760122Z [00:03:06.655]➜  EOF
2025-08-20T23:04:21.3763935Z [00:03:06.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1377/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harness=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harness;$WORK/b1377=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harness -lang=go1.24 -complete -installsuffix shared -buildid dq9JPg9nr-Ub24lJSFL4/dq9JPg9nr-Ub24lJSFL4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1377/importcfg -pack ./pkg/detectors/harness/harness.go
2025-08-20T23:04:21.3917823Z [00:03:06.675]➜  go tool buildid -w $WORK/b1376/_pkg_.a # internal
2025-08-20T23:04:21.3923337Z [00:03:06.675]➜  cp $WORK/b1376/_pkg_.a /root/.cache/go-build/ed/edf29719d6e3ea0c891aea38055f4cf44362c8aecb1b1d9a9c526d176d2571a8-d # internal
2025-08-20T23:04:21.3924780Z [00:03:06.675]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harvest
2025-08-20T23:04:21.3925561Z [00:03:06.675]➜  mkdir -p $WORK/b1378/
2025-08-20T23:04:21.3926313Z [00:03:06.675]➜  cat >/tmp/go-build3700090427/b1378/importcfg << 'EOF' # internal
2025-08-20T23:04:21.3927021Z [00:03:06.675]➜  # import config
2025-08-20T23:04:21.3927707Z [00:03:06.675]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.3928911Z [00:03:06.675]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.3930698Z [00:03:06.675]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.3932313Z [00:03:06.675]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.3933656Z [00:03:06.675]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.3934848Z [00:03:06.675]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.3935705Z [00:03:06.675]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.3936410Z [00:03:06.675]➜  EOF
2025-08-20T23:04:21.3941195Z [00:03:06.675]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1378/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harvest=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harvest;$WORK/b1378=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harvest -lang=go1.24 -complete -installsuffix shared -buildid nsY1IH8KFgbq4eGSBmvh/nsY1IH8KFgbq4eGSBmvh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1378/importcfg -pack ./pkg/detectors/harvest/harvest.go
2025-08-20T23:04:21.4201549Z [00:03:06.703]➜  go tool buildid -w $WORK/b1194/_pkg_.a # internal
2025-08-20T23:04:21.4246552Z [00:03:06.708]➜  cd /root/go/pkg/mod/github.com/!data!dog/zstd@v1.5.5
2025-08-20T23:04:21.4254347Z [00:03:06.708]➜  go tool pack r $WORK/b878/_pkg_.a $WORK/b878/preferlinkext $WORK/b878/_x001.o $WORK/b878/_x002.o $WORK/b878/_x003.o $WORK/b878/_x004.o $WORK/b878/_x005.o $WORK/b878/_x006.o $WORK/b878/_x007.o $WORK/b878/_x008.o $WORK/b878/_x009.o $WORK/b878/_x010.o $WORK/b878/_x011.o $WORK/b878/_x012.o $WORK/b878/_x013.o $WORK/b878/_x014.o $WORK/b878/_x015.o $WORK/b878/_x016.o $WORK/b878/_x017.o $WORK/b878/_x018.o $WORK/b878/_x019.o $WORK/b878/_x020.o $WORK/b878/_x021.o $WORK/b878/_x022.o $WORK/b878/_x023.o $WORK/b878/_x024.o $WORK/b878/_x025.o $WORK/b878/_x026.o $WORK/b878/_x027.o $WORK/b878/_x028.o $WORK/b878/_x029.o $WORK/b878/_x030.o $WORK/b878/_x031.o $WORK/b878/_x032.o $WORK/b878/_x033.o $WORK/b878/_x034.o $WORK/b878/_x035.o $WORK/b878/_x036.o $WORK/b878/_x037.o $WORK/b878/_x038.o $WORK/b878/_x039.o $WORK/b878/_x040.o $WORK/b878/_x041.o $WORK/b878/_x042.o $WORK/b878/_x043.o $WORK/b878/_x044.o $WORK/b878/_x045.o $WORK/b878/_x046.o # internal
2025-08-20T23:04:21.4309584Z [00:03:06.714]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T23:04:21.4466764Z [00:03:06.730]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/3f/3f7eee38f7cd9611629797a2cb8ebc480677e5c7b8ebdc37964dbff6756f248e-d # internal
2025-08-20T23:04:21.4498648Z [00:03:06.733]➜  go tool buildid -w $WORK/b1378/_pkg_.a # internal
2025-08-20T23:04:21.4507847Z [00:03:06.734]➜  github.com/sassoftware/go-rpmutils
2025-08-20T23:04:21.4512973Z [00:03:06.734]➜  mkdir -p $WORK/b877/
2025-08-20T23:04:21.4514130Z [00:03:06.734]➜  cp $WORK/b1378/_pkg_.a /root/.cache/go-build/c4/c4e6f83ab99bb5e1f1cca4594b0f701078101be27028d65274624f9459519239-d # internal
2025-08-20T23:04:21.4523104Z [00:03:06.735]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hashicorpvaultauth
2025-08-20T23:04:21.4524563Z [00:03:06.735]➜  mkdir -p $WORK/b1379/
2025-08-20T23:04:21.4525843Z [00:03:06.735]➜  cat >/tmp/go-build3700090427/b877/importcfg << 'EOF' # internal
2025-08-20T23:04:21.4526829Z [00:03:06.735]➜  # import config
2025-08-20T23:04:21.4527834Z [00:03:06.735]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:21.4529828Z [00:03:06.735]➜  packagefile compress/bzip2=/tmp/go-build3700090427/b843/_pkg_.a
2025-08-20T23:04:21.4530745Z [00:03:06.735]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:04:21.4531592Z [00:03:06.735]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:21.4532424Z [00:03:06.735]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:04:21.4533384Z [00:03:06.735]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:21.4534359Z [00:03:06.735]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:21.4535259Z [00:03:06.735]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:21.4539493Z [00:03:06.735]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.4540414Z [00:03:06.735]➜  packagefile github.com/DataDog/zstd=/tmp/go-build3700090427/b878/_pkg_.a
2025-08-20T23:04:21.4541681Z [00:03:06.735]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3700090427/b879/_pkg_.a
2025-08-20T23:04:21.4542996Z [00:03:06.735]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3700090427/b909/_pkg_.a
2025-08-20T23:04:21.4544241Z [00:03:06.735]➜  packagefile github.com/sassoftware/go-rpmutils/cpio=/tmp/go-build3700090427/b921/_pkg_.a
2025-08-20T23:04:21.4545474Z [00:03:06.735]➜  packagefile github.com/sassoftware/go-rpmutils/fileutil=/tmp/go-build3700090427/b922/_pkg_.a
2025-08-20T23:04:21.4546740Z [00:03:06.735]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3700090427/b853/_pkg_.a
2025-08-20T23:04:21.4547842Z [00:03:06.735]➜  packagefile github.com/xi2/xz=/tmp/go-build3700090427/b923/_pkg_.a
2025-08-20T23:04:21.4548790Z [00:03:06.735]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:21.4550215Z [00:03:06.735]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:21.4551566Z [00:03:06.735]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:21.4552830Z [00:03:06.735]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:21.4553648Z [00:03:06.735]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:21.4554429Z [00:03:06.735]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:21.4555224Z [00:03:06.735]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:21.4556030Z [00:03:06.735]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.4556849Z [00:03:06.735]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:21.4557474Z [00:03:06.735]➜  EOF
2025-08-20T23:04:21.4558133Z [00:03:06.735]➜  cat >/tmp/go-build3700090427/b1379/importcfg << 'EOF' # internal
2025-08-20T23:04:21.4558815Z [00:03:06.735]➜  # import config
2025-08-20T23:04:21.4559732Z [00:03:06.735]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:21.4560603Z [00:03:06.735]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.4561459Z [00:03:06.735]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:21.4562263Z [00:03:06.735]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.4563374Z [00:03:06.735]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.4564797Z [00:03:06.735]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.4566304Z [00:03:06.735]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.4567601Z [00:03:06.735]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.4568664Z [00:03:06.735]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:21.4569766Z [00:03:06.735]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.4570621Z [00:03:06.735]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.4571267Z [00:03:06.735]➜  EOF
2025-08-20T23:04:21.4571766Z [00:03:06.735]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:21.4585473Z [00:03:06.735]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1379/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hashicorpvaultauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hashicorpvaultauth;$WORK/b1379=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hashicorpvaultauth -lang=go1.24 -complete -installsuffix shared -buildid Q3TiQYVrJWZbzWUe7zpU/Q3TiQYVrJWZbzWUe7zpU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1379/importcfg -pack ./pkg/detectors/hashicorpvaultauth/hashicorpvaultauth.go
2025-08-20T23:04:21.4601394Z [00:03:06.735]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0=>github.com/sassoftware/go-rpmutils@v0.4.0;$WORK/b877=>" -p github.com/sassoftware/go-rpmutils -lang=go1.21 -complete -installsuffix shared -buildid drMqtE9nnpFY5MXRZO5I/drMqtE9nnpFY5MXRZO5I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b877/importcfg -pack /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/errors.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/fileinfo.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/filesigs.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/header.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/nevra.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/payload.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/rpmutils.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/signatures.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/tags.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/uncompress.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/uncompress_cgo.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/vercmp.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/verify.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/verify_digests.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/verify_nov3.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/verify_v4.go /root/go/pkg/mod/github.com/sassoftware/go-rpmutils@v0.4.0/writeheader.go
2025-08-20T23:04:21.4622837Z [00:03:06.737]➜  go tool buildid -w $WORK/b1377/_pkg_.a # internal
2025-08-20T23:04:21.4624198Z [00:03:06.742]➜  cp $WORK/b1377/_pkg_.a /root/.cache/go-build/ac/ac78c23a3ede12585128e280b326e1caa469b6e6eada945daf7b7403dbcb5831-d # internal
2025-08-20T23:04:21.4625549Z [00:03:06.744]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hasura
2025-08-20T23:04:21.4626314Z [00:03:06.745]➜  mkdir -p $WORK/b1380/
2025-08-20T23:04:21.4627051Z [00:03:06.745]➜  cat >/tmp/go-build3700090427/b1380/importcfg << 'EOF' # internal
2025-08-20T23:04:21.4627777Z [00:03:06.745]➜  # import config
2025-08-20T23:04:21.4628428Z [00:03:06.745]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:21.4629255Z [00:03:06.745]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.4631641Z [00:03:06.745]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:21.4632526Z [00:03:06.745]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.4633715Z [00:03:06.745]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.4635248Z [00:03:06.745]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.4637064Z [00:03:06.745]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.4638382Z [00:03:06.745]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.4639598Z [00:03:06.745]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:21.4640411Z [00:03:06.745]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.4641232Z [00:03:06.745]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.4641836Z [00:03:06.745]➜  EOF
2025-08-20T23:04:21.4645564Z [00:03:06.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1380/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hasura=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hasura;$WORK/b1380=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hasura -lang=go1.24 -complete -installsuffix shared -buildid i4t_ep4qdWU7r53cUont/i4t_ep4qdWU7r53cUont -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1380/importcfg -pack ./pkg/detectors/hasura/hasura.go
2025-08-20T23:04:21.4866703Z [00:03:06.769]➜  cp $WORK/b1194/_pkg_.a /root/.cache/go-build/7a/7a31bdf392b7c03b699439c61994a19ec068f87b237393fab99e835e8521c0a4-d # internal
2025-08-20T23:04:21.4880476Z [00:03:06.770]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/couchbase
2025-08-20T23:04:21.4881265Z [00:03:06.770]➜  mkdir -p $WORK/b1193/
2025-08-20T23:04:21.4882004Z [00:03:06.770]➜  cat >/tmp/go-build3700090427/b1193/importcfg << 'EOF' # internal
2025-08-20T23:04:21.4882677Z [00:03:06.770]➜  # import config
2025-08-20T23:04:21.4883347Z [00:03:06.770]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.4884159Z [00:03:06.770]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.4885439Z [00:03:06.770]➜  packagefile github.com/couchbase/gocb/v2=/tmp/go-build3700090427/b1194/_pkg_.a
2025-08-20T23:04:21.4886857Z [00:03:06.770]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.4888352Z [00:03:06.770]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.4900281Z [00:03:06.770]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.4901667Z [00:03:06.770]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.4902616Z [00:03:06.770]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:21.4903561Z [00:03:06.770]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:21.4904155Z [00:03:06.770]➜  EOF
2025-08-20T23:04:21.4907977Z [00:03:06.770]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1193/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/couchbase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/couchbase;$WORK/b1193=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/couchbase -lang=go1.24 -complete -installsuffix shared -buildid j32vPYGOsS8C0Ok9Q3kA/j32vPYGOsS8C0Ok9Q3kA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1193/importcfg -pack ./pkg/detectors/couchbase/couchbase.go
2025-08-20T23:04:21.5263727Z [00:03:06.809]➜  go tool buildid -w $WORK/b1379/_pkg_.a # internal
2025-08-20T23:04:21.5281359Z [00:03:06.811]➜  cp $WORK/b1379/_pkg_.a /root/.cache/go-build/5e/5e964580343a5dc4525ad57c3f144f5e961e30810b00fbd9994a604a41b4054e-d # internal
2025-08-20T23:04:21.5287177Z [00:03:06.812]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hellosign
2025-08-20T23:04:21.5293732Z [00:03:06.812]➜  mkdir -p $WORK/b1381/
2025-08-20T23:04:21.5296496Z [00:03:06.813]➜  cat >/tmp/go-build3700090427/b1381/importcfg << 'EOF' # internal
2025-08-20T23:04:21.5297275Z [00:03:06.813]➜  # import config
2025-08-20T23:04:21.5297987Z [00:03:06.813]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.5299612Z [00:03:06.813]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.5301174Z [00:03:06.813]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.5302901Z [00:03:06.813]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.5304236Z [00:03:06.813]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.5305212Z [00:03:06.813]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.5311555Z [00:03:06.813]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.5313516Z [00:03:06.814]➜  EOF
2025-08-20T23:04:21.5318047Z [00:03:06.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1381/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hellosign=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hellosign;$WORK/b1381=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hellosign -lang=go1.24 -complete -installsuffix shared -buildid GTskrN4j4HDPi8vJBa4S/GTskrN4j4HDPi8vJBa4S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1381/importcfg -pack ./pkg/detectors/hellosign/hellosign.go
2025-08-20T23:04:21.5382509Z [00:03:06.821]➜  go tool buildid -w $WORK/b1380/_pkg_.a # internal
2025-08-20T23:04:21.5403998Z [00:03:06.823]➜  cp $WORK/b1380/_pkg_.a /root/.cache/go-build/73/73749afb6b2f8e6b9ebb52f29390cf53452838416d6056b42a2e54ba6704a04a-d # internal
2025-08-20T23:04:21.5409520Z [00:03:06.824]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpcrunch
2025-08-20T23:04:21.5411178Z [00:03:06.824]➜  mkdir -p $WORK/b1382/
2025-08-20T23:04:21.5419102Z [00:03:06.825]➜  cat >/tmp/go-build3700090427/b1382/importcfg << 'EOF' # internal
2025-08-20T23:04:21.5422693Z [00:03:06.825]➜  # import config
2025-08-20T23:04:21.5426290Z [00:03:06.825]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.5427169Z [00:03:06.825]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.5428359Z [00:03:06.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.5431744Z [00:03:06.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.5433349Z [00:03:06.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.5434692Z [00:03:06.825]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.5435643Z [00:03:06.825]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.5436489Z [00:03:06.825]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.5437191Z [00:03:06.825]➜  EOF
2025-08-20T23:04:21.5441296Z [00:03:06.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1382/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpcrunch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpcrunch;$WORK/b1382=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpcrunch -lang=go1.24 -complete -installsuffix shared -buildid E3JobpG2Uk2m80E1-BvU/E3JobpG2Uk2m80E1-BvU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1382/importcfg -pack ./pkg/detectors/helpcrunch/helpcrunch.go
2025-08-20T23:04:21.5791120Z [00:03:06.862]➜  go tool buildid -w $WORK/b1381/_pkg_.a # internal
2025-08-20T23:04:21.5809676Z [00:03:06.864]➜  cp $WORK/b1381/_pkg_.a /root/.cache/go-build/b5/b5ab91824d482ecbb8f7ec5c8e9f890c927df705ee27412df4b234bae834b929-d # internal
2025-08-20T23:04:21.5840116Z [00:03:06.864]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpscout
2025-08-20T23:04:21.5841041Z [00:03:06.864]➜  mkdir -p $WORK/b1383/
2025-08-20T23:04:21.5841845Z [00:03:06.864]➜  cat >/tmp/go-build3700090427/b1383/importcfg << 'EOF' # internal
2025-08-20T23:04:21.5842512Z [00:03:06.865]➜  # import config
2025-08-20T23:04:21.5843161Z [00:03:06.865]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.5844580Z [00:03:06.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.5846059Z [00:03:06.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.5847602Z [00:03:06.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.5848936Z [00:03:06.865]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.5850122Z [00:03:06.865]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.5851096Z [00:03:06.865]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.5851711Z [00:03:06.865]➜  EOF
2025-08-20T23:04:21.5855694Z [00:03:06.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1383/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpscout=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpscout;$WORK/b1383=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpscout -lang=go1.24 -complete -installsuffix shared -buildid yT3AktBu8UklANhTJS5X/yT3AktBu8UklANhTJS5X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1383/importcfg -pack ./pkg/detectors/helpscout/helpscout.go
2025-08-20T23:04:21.6269606Z [00:03:06.910]➜  go tool buildid -w $WORK/b1382/_pkg_.a # internal
2025-08-20T23:04:21.6285911Z [00:03:06.912]➜  cp $WORK/b1382/_pkg_.a /root/.cache/go-build/59/59bc7f02320b1c54409010f411b289e499fa28465c1b27107cc114bd1adaf66d-d # internal
2025-08-20T23:04:21.6291787Z [00:03:06.912]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hereapi
2025-08-20T23:04:21.6298423Z [00:03:06.913]➜  mkdir -p $WORK/b1384/
2025-08-20T23:04:21.6304686Z [00:03:06.913]➜  cat >/tmp/go-build3700090427/b1384/importcfg << 'EOF' # internal
2025-08-20T23:04:21.6305434Z [00:03:06.913]➜  # import config
2025-08-20T23:04:21.6306132Z [00:03:06.913]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.6307022Z [00:03:06.913]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.6308208Z [00:03:06.913]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.6310972Z [00:03:06.913]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.6312632Z [00:03:06.913]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.6314060Z [00:03:06.913]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.6315101Z [00:03:06.913]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.6316191Z [00:03:06.913]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.6316840Z [00:03:06.913]➜  EOF
2025-08-20T23:04:21.6320921Z [00:03:06.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1384/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hereapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hereapi;$WORK/b1384=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hereapi -lang=go1.24 -complete -installsuffix shared -buildid gv2enGF3rP2immedxCFa/gv2enGF3rP2immedxCFa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1384/importcfg -pack ./pkg/detectors/hereapi/hereapi.go
2025-08-20T23:04:21.6742286Z [00:03:06.956]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T23:04:21.6788962Z [00:03:06.962]➜  go tool buildid -w $WORK/b1383/_pkg_.a # internal
2025-08-20T23:04:21.6802682Z [00:03:06.963]➜  cp $WORK/b1383/_pkg_.a /root/.cache/go-build/01/013b1b49c65bbfd325283d2bbb99eac512dda0bcb84f4313e49d9c8331dcfd74-d # internal
2025-08-20T23:04:21.6807615Z [00:03:06.964]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1
2025-08-20T23:04:21.6811722Z [00:03:06.964]➜  mkdir -p $WORK/b1385/
2025-08-20T23:04:21.6812632Z [00:03:06.964]➜  cat >/tmp/go-build3700090427/b1385/importcfg << 'EOF' # internal
2025-08-20T23:04:21.6813283Z [00:03:06.964]➜  # import config
2025-08-20T23:04:21.6813923Z [00:03:06.964]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.6814775Z [00:03:06.964]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.6815943Z [00:03:06.964]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.6817419Z [00:03:06.964]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.6819256Z [00:03:06.964]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.6820875Z [00:03:06.964]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.6821853Z [00:03:06.964]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:21.6827497Z [00:03:06.964]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.6828987Z [00:03:06.964]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.6830505Z [00:03:06.964]➜  EOF
2025-08-20T23:04:21.6834355Z [00:03:06.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1385/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1;$WORK/b1385=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1 -lang=go1.24 -complete -installsuffix shared -buildid NLfBr3DrvMKA1nkzJgyC/NLfBr3DrvMKA1nkzJgyC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1385/importcfg -pack ./pkg/detectors/heroku/v1/heroku.go
2025-08-20T23:04:21.6838274Z [00:03:06.966]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/aa/aa8f9070ec76a88c5f62107a54978bf166c1c7cd7eaf1f9f3383a0fcfb9d2e38-d # internal
2025-08-20T23:04:21.6839671Z [00:03:06.966]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hiveage
2025-08-20T23:04:21.6840352Z [00:03:06.966]➜  mkdir -p $WORK/b1387/
2025-08-20T23:04:21.6841056Z [00:03:06.966]➜  cat >/tmp/go-build3700090427/b1387/importcfg << 'EOF' # internal
2025-08-20T23:04:21.6841696Z [00:03:06.966]➜  # import config
2025-08-20T23:04:21.6842323Z [00:03:06.966]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.6843163Z [00:03:06.966]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:21.6843961Z [00:03:06.966]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.6845063Z [00:03:06.966]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.6846598Z [00:03:06.966]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.6848385Z [00:03:06.966]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.6850254Z [00:03:06.966]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.6851240Z [00:03:06.966]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.6852084Z [00:03:06.966]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.6852721Z [00:03:06.966]➜  EOF
2025-08-20T23:04:21.6856278Z [00:03:06.966]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1387/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hiveage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hiveage;$WORK/b1387=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hiveage -lang=go1.24 -complete -installsuffix shared -buildid UrHIBouL2co_LqqJyxm6/UrHIBouL2co_LqqJyxm6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1387/importcfg -pack ./pkg/detectors/hiveage/hiveage.go
2025-08-20T23:04:21.6966441Z [00:03:06.980]➜  go tool buildid -w $WORK/b1384/_pkg_.a # internal
2025-08-20T23:04:21.6983561Z [00:03:06.981]➜  cp $WORK/b1384/_pkg_.a /root/.cache/go-build/6a/6aefd5df4cfc6f97dff9e9c678c5cca0c716e66243b709cb3fd7d22a9fd90787-d # internal
2025-08-20T23:04:21.6986767Z [00:03:06.982]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holidayapi
2025-08-20T23:04:21.6987520Z [00:03:06.982]➜  mkdir -p $WORK/b1388/
2025-08-20T23:04:21.6995122Z [00:03:06.982]➜  cat >/tmp/go-build3700090427/b1388/importcfg << 'EOF' # internal
2025-08-20T23:04:21.6997043Z [00:03:06.982]➜  # import config
2025-08-20T23:04:21.6997719Z [00:03:06.982]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.6998723Z [00:03:06.982]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.7000051Z [00:03:06.982]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.7001544Z [00:03:06.982]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.7003136Z [00:03:06.982]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.7004516Z [00:03:06.982]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.7005494Z [00:03:06.982]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.7006342Z [00:03:06.982]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.7006977Z [00:03:06.982]➜  EOF
2025-08-20T23:04:21.7011230Z [00:03:06.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1388/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holidayapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holidayapi;$WORK/b1388=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holidayapi -lang=go1.24 -complete -installsuffix shared -buildid nrhfxY0F6retVVPgpD8L/nrhfxY0F6retVVPgpD8L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1388/importcfg -pack ./pkg/detectors/holidayapi/holidayapi.go
2025-08-20T23:04:21.7166152Z [00:03:07.000]➜  go tool buildid -w $WORK/b1193/_pkg_.a # internal
2025-08-20T23:04:21.7221056Z [00:03:07.005]➜  cp $WORK/b1193/_pkg_.a /root/.cache/go-build/61/61d574854fa5cac9614b9562cedf3001ab81d80b20e0bbbfb386e5cf967c0d45-d # internal
2025-08-20T23:04:21.7228202Z [00:03:07.005]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holistic
2025-08-20T23:04:21.7229016Z [00:03:07.005]➜  mkdir -p $WORK/b1389/
2025-08-20T23:04:21.7242708Z [00:03:07.007]➜  cat >/tmp/go-build3700090427/b1389/importcfg << 'EOF' # internal
2025-08-20T23:04:21.7257898Z [00:03:07.007]➜  # import config
2025-08-20T23:04:21.7258664Z [00:03:07.007]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.7260465Z [00:03:07.007]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.7262037Z [00:03:07.007]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.7263657Z [00:03:07.007]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.7265001Z [00:03:07.007]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.7265907Z [00:03:07.007]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:21.7266717Z [00:03:07.007]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.7267568Z [00:03:07.007]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.7268209Z [00:03:07.007]➜  EOF
2025-08-20T23:04:21.7285792Z [00:03:07.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1389/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holistic=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holistic;$WORK/b1389=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holistic -lang=go1.24 -complete -installsuffix shared -buildid 1KwgjDSop-ILrF5zlhNv/1KwgjDSop-ILrF5zlhNv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1389/importcfg -pack ./pkg/detectors/holistic/holistic.go
2025-08-20T23:04:21.7406514Z [00:03:07.024]➜  go tool buildid -w $WORK/b1387/_pkg_.a # internal
2025-08-20T23:04:21.7424236Z [00:03:07.025]➜  cp $WORK/b1387/_pkg_.a /root/.cache/go-build/26/26b9bd6d678f1ec993d2226414b6ff4acf6f00cbf29450ba36d199c603d2cfc9-d # internal
2025-08-20T23:04:21.7431461Z [00:03:07.026]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/honeycomb
2025-08-20T23:04:21.7432273Z [00:03:07.026]➜  mkdir -p $WORK/b1390/
2025-08-20T23:04:21.7440867Z [00:03:07.027]➜  cat >/tmp/go-build3700090427/b1390/importcfg << 'EOF' # internal
2025-08-20T23:04:21.7450202Z [00:03:07.027]➜  # import config
2025-08-20T23:04:21.7450895Z [00:03:07.027]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.7452097Z [00:03:07.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.7453593Z [00:03:07.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.7455127Z [00:03:07.027]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.7456459Z [00:03:07.027]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.7457405Z [00:03:07.027]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.7458409Z [00:03:07.027]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.7459037Z [00:03:07.027]➜  EOF
2025-08-20T23:04:21.7463108Z [00:03:07.027]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1390/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/honeycomb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/honeycomb;$WORK/b1390=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/honeycomb -lang=go1.24 -complete -installsuffix shared -buildid WNFWZ46qgZ77m7R31QIb/WNFWZ46qgZ77m7R31QIb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1390/importcfg -pack ./pkg/detectors/honeycomb/honeycomb.go
2025-08-20T23:04:21.7482955Z [00:03:07.032]➜  go tool buildid -w $WORK/b1385/_pkg_.a # internal
2025-08-20T23:04:21.7506912Z [00:03:07.034]➜  cp $WORK/b1385/_pkg_.a /root/.cache/go-build/60/60ecdc7ab6092d64b0cc99508fc96f90a60b81bc1acd170d9f7e58373d96955f-d # internal
2025-08-20T23:04:21.7511425Z [00:03:07.034]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v2
2025-08-20T23:04:21.7512194Z [00:03:07.034]➜  mkdir -p $WORK/b1386/
2025-08-20T23:04:21.7514205Z [00:03:07.034]➜  cat >/tmp/go-build3700090427/b1386/importcfg << 'EOF' # internal
2025-08-20T23:04:21.7515067Z [00:03:07.034]➜  # import config
2025-08-20T23:04:21.7515722Z [00:03:07.034]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.7516913Z [00:03:07.034]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.7518393Z [00:03:07.034]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.7520226Z [00:03:07.034]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1=/tmp/go-build3700090427/b1385/_pkg_.a
2025-08-20T23:04:21.7521867Z [00:03:07.034]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.7523185Z [00:03:07.034]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.7524209Z [00:03:07.034]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.7524828Z [00:03:07.034]➜  EOF
2025-08-20T23:04:21.7528582Z [00:03:07.035]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1386/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v2;$WORK/b1386=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v2 -lang=go1.24 -complete -installsuffix shared -buildid e83x9cJXD3x1BopBXZx-/e83x9cJXD3x1BopBXZx- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1386/importcfg -pack ./pkg/detectors/heroku/v2/heroku.go
2025-08-20T23:04:21.7559715Z [00:03:07.039]➜  go tool buildid -w $WORK/b1388/_pkg_.a # internal
2025-08-20T23:04:21.7574607Z [00:03:07.041]➜  cp $WORK/b1388/_pkg_.a /root/.cache/go-build/16/168568485e9b2bbbd59e095b75348c7abd202e039d0af614be8d858dfb60d5c9-d # internal
2025-08-20T23:04:21.7581904Z [00:03:07.041]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/host
2025-08-20T23:04:21.7582687Z [00:03:07.041]➜  mkdir -p $WORK/b1391/
2025-08-20T23:04:21.7602453Z [00:03:07.041]➜  cat >/tmp/go-build3700090427/b1391/importcfg << 'EOF' # internal
2025-08-20T23:04:21.7603180Z [00:03:07.041]➜  # import config
2025-08-20T23:04:21.7603879Z [00:03:07.042]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.7604748Z [00:03:07.042]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.7605999Z [00:03:07.042]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.7607559Z [00:03:07.042]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.7609201Z [00:03:07.042]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.7611063Z [00:03:07.042]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.7612120Z [00:03:07.042]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.7613105Z [00:03:07.042]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.7613794Z [00:03:07.042]➜  EOF
2025-08-20T23:04:21.7617549Z [00:03:07.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1391/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/host=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/host;$WORK/b1391=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/host -lang=go1.24 -complete -installsuffix shared -buildid u5T9CaVI5fnlyLRZ9Cdw/u5T9CaVI5fnlyLRZ9Cdw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1391/importcfg -pack ./pkg/detectors/host/host.go
2025-08-20T23:04:21.7789578Z [00:03:07.062]➜  go tool buildid -w $WORK/b1389/_pkg_.a # internal
2025-08-20T23:04:21.7802159Z [00:03:07.063]➜  cp $WORK/b1389/_pkg_.a /root/.cache/go-build/94/9449184808c44551f2e7aae42546de018b75795012327e9a91b9a04fbf074f66-d # internal
2025-08-20T23:04:21.7806598Z [00:03:07.064]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/html2pdf
2025-08-20T23:04:21.7807349Z [00:03:07.064]➜  mkdir -p $WORK/b1392/
2025-08-20T23:04:21.7824232Z [00:03:07.065]➜  cat >/tmp/go-build3700090427/b1392/importcfg << 'EOF' # internal
2025-08-20T23:04:21.7843199Z [00:03:07.065]➜  # import config
2025-08-20T23:04:21.7843877Z [00:03:07.066]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:21.7844723Z [00:03:07.066]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.7845616Z [00:03:07.066]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:21.7846846Z [00:03:07.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.7848402Z [00:03:07.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.7849852Z [00:03:07.066]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.7850831Z [00:03:07.066]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.7851731Z [00:03:07.066]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.7852891Z [00:03:07.066]➜  EOF
2025-08-20T23:04:21.7856885Z [00:03:07.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1392/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/html2pdf=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/html2pdf;$WORK/b1392=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/html2pdf -lang=go1.24 -complete -installsuffix shared -buildid xLjduEAFPFdG2A4l_T5z/xLjduEAFPFdG2A4l_T5z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1392/importcfg -pack ./pkg/detectors/html2pdf/html2pdf.go
2025-08-20T23:04:21.8132468Z [00:03:07.096]➜  go tool buildid -w $WORK/b1391/_pkg_.a # internal
2025-08-20T23:04:21.8134960Z [00:03:07.097]➜  go tool buildid -w $WORK/b1386/_pkg_.a # internal
2025-08-20T23:04:21.8144826Z [00:03:07.098]➜  go tool buildid -w $WORK/b1390/_pkg_.a # internal
2025-08-20T23:04:21.8175250Z [00:03:07.101]➜  cp $WORK/b1391/_pkg_.a /root/.cache/go-build/d6/d6a454be09eab6086f5be7939f86c0d3dc0086cef1a69661b2fcf447771ea822-d # internal
2025-08-20T23:04:21.8187997Z [00:03:07.101]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v1
2025-08-20T23:04:21.8188867Z [00:03:07.101]➜  mkdir -p $WORK/b1393/
2025-08-20T23:04:21.8193774Z [00:03:07.101]➜  cat >/tmp/go-build3700090427/b1393/importcfg << 'EOF' # internal
2025-08-20T23:04:21.8194665Z [00:03:07.101]➜  # import config
2025-08-20T23:04:21.8195309Z [00:03:07.101]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.8196075Z [00:03:07.101]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.8197329Z [00:03:07.101]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.8198855Z [00:03:07.101]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.8200633Z [00:03:07.101]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.8201978Z [00:03:07.101]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.8202884Z [00:03:07.101]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:21.8203738Z [00:03:07.101]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.8204415Z [00:03:07.101]➜  EOF
2025-08-20T23:04:21.8210375Z [00:03:07.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1393/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v1;$WORK/b1393=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v1 -lang=go1.24 -complete -installsuffix shared -buildid leKqB7HtYarCFAWn_I6d/leKqB7HtYarCFAWn_I6d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1393/importcfg -pack ./pkg/detectors/hubspot_apikey/v1/apikey.go
2025-08-20T23:04:21.8214814Z [00:03:07.101]➜  cp $WORK/b1390/_pkg_.a /root/.cache/go-build/6a/6af92bd39166ac2e2bb652d4208fe4c3d350cbbaef5442c614cac861d256fdee-d # internal
2025-08-20T23:04:21.8216534Z [00:03:07.102]➜  cp $WORK/b1386/_pkg_.a /root/.cache/go-build/83/838ad72fc52a39c51e27dbbed9b2062cc9f491a571bb6bcaf1c2d1087fd38117-d # internal
2025-08-20T23:04:21.8217902Z [00:03:07.102]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v2
2025-08-20T23:04:21.8218706Z [00:03:07.102]➜  mkdir -p $WORK/b1394/
2025-08-20T23:04:21.8221209Z [00:03:07.102]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/huggingface
2025-08-20T23:04:21.8221969Z [00:03:07.102]➜  mkdir -p $WORK/b1395/
2025-08-20T23:04:21.8222728Z [00:03:07.103]➜  cat >/tmp/go-build3700090427/b1395/importcfg << 'EOF' # internal
2025-08-20T23:04:21.8223422Z [00:03:07.103]➜  # import config
2025-08-20T23:04:21.8224111Z [00:03:07.103]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.8225019Z [00:03:07.103]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:21.8237533Z [00:03:07.103]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.8239773Z [00:03:07.103]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.8241325Z [00:03:07.103]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.8242833Z [00:03:07.103]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.8244351Z [00:03:07.103]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.8245289Z [00:03:07.103]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.8246128Z [00:03:07.103]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.8246795Z [00:03:07.103]➜  EOF
2025-08-20T23:04:21.8250747Z [00:03:07.103]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1395/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/huggingface=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/huggingface;$WORK/b1395=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/huggingface -lang=go1.24 -complete -installsuffix shared -buildid ZI79PjQRrF0IrscHL_Ix/ZI79PjQRrF0IrscHL_Ix -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1395/importcfg -pack ./pkg/detectors/huggingface/huggingface.go
2025-08-20T23:04:21.8254346Z [00:03:07.103]➜  cat >/tmp/go-build3700090427/b1394/importcfg << 'EOF' # internal
2025-08-20T23:04:21.8254996Z [00:03:07.104]➜  # import config
2025-08-20T23:04:21.8255649Z [00:03:07.104]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.8256458Z [00:03:07.104]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.8257585Z [00:03:07.104]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.8258971Z [00:03:07.104]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.8260551Z [00:03:07.104]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.8261754Z [00:03:07.104]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.8262587Z [00:03:07.104]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:21.8263321Z [00:03:07.104]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.8263889Z [00:03:07.104]➜  EOF
2025-08-20T23:04:21.8267628Z [00:03:07.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1394/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v2;$WORK/b1394=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v2 -lang=go1.24 -complete -installsuffix shared -buildid h6JZbcb6if-OtMJTDHi8/h6JZbcb6if-OtMJTDHi8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1394/importcfg -pack ./pkg/detectors/hubspot_apikey/v2/apikey.go
2025-08-20T23:04:21.8391082Z [00:03:07.121]➜  go tool buildid -w $WORK/b1392/_pkg_.a # internal
2025-08-20T23:04:21.8401721Z [00:03:07.121]➜  cp $WORK/b1392/_pkg_.a /root/.cache/go-build/49/4984f84d77a9fba130bde4e0ddb672011f37813ad832c9cb37e678d408646d50-d # internal
2025-08-20T23:04:21.8403074Z [00:03:07.121]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/humanity
2025-08-20T23:04:21.8403798Z [00:03:07.121]➜  mkdir -p $WORK/b1396/
2025-08-20T23:04:21.8404503Z [00:03:07.121]➜  cat >/tmp/go-build3700090427/b1396/importcfg << 'EOF' # internal
2025-08-20T23:04:21.8405196Z [00:03:07.121]➜  # import config
2025-08-20T23:04:21.8405849Z [00:03:07.121]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.8406999Z [00:03:07.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.8408724Z [00:03:07.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.8410375Z [00:03:07.121]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.8411672Z [00:03:07.121]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.8412546Z [00:03:07.121]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:21.8413714Z [00:03:07.121]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.8414572Z [00:03:07.121]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.8415175Z [00:03:07.121]➜  EOF
2025-08-20T23:04:21.8418930Z [00:03:07.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1396/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/humanity=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/humanity;$WORK/b1396=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/humanity -lang=go1.24 -complete -installsuffix shared -buildid w-32pifL33pPdcUP8rHc/w-32pifL33pPdcUP8rHc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1396/importcfg -pack ./pkg/detectors/humanity/humanity.go
2025-08-20T23:04:21.8870575Z [00:03:07.168]➜  go tool buildid -w $WORK/b1393/_pkg_.a # internal
2025-08-20T23:04:21.8882435Z [00:03:07.170]➜  cp $WORK/b1393/_pkg_.a /root/.cache/go-build/fe/fe9713eb0fe576179e3001aedf6f91d8ed7454cbb331d06bebb8593acb5ad8c8-d # internal
2025-08-20T23:04:21.8884110Z [00:03:07.171]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hunter
2025-08-20T23:04:21.8885137Z [00:03:07.171]➜  mkdir -p $WORK/b1397/
2025-08-20T23:04:21.8890259Z [00:03:07.172]➜  cat >/tmp/go-build3700090427/b1397/importcfg << 'EOF' # internal
2025-08-20T23:04:21.8893971Z [00:03:07.172]➜  # import config
2025-08-20T23:04:21.8894694Z [00:03:07.172]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.8895889Z [00:03:07.172]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.8897372Z [00:03:07.172]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.8898890Z [00:03:07.172]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.8900362Z [00:03:07.172]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.8901346Z [00:03:07.172]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.8902230Z [00:03:07.172]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.8903070Z [00:03:07.172]➜  EOF
2025-08-20T23:04:21.8906843Z [00:03:07.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1397/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hunter=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hunter;$WORK/b1397=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hunter -lang=go1.24 -complete -installsuffix shared -buildid VfC0_I5eB8UbzMm8ju_A/VfC0_I5eB8UbzMm8ju_A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1397/importcfg -pack ./pkg/detectors/hunter/hunter.go
2025-08-20T23:04:21.9010770Z [00:03:07.184]➜  go tool buildid -w $WORK/b1395/_pkg_.a # internal
2025-08-20T23:04:21.9048548Z [00:03:07.188]➜  cp $WORK/b1395/_pkg_.a /root/.cache/go-build/9f/9f59b739ec60ddc3da15226c6d0a9f382781169073c73af0919372212107b179-d # internal
2025-08-20T23:04:21.9050049Z [00:03:07.188]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hybiscus
2025-08-20T23:04:21.9050734Z [00:03:07.188]➜  mkdir -p $WORK/b1398/
2025-08-20T23:04:21.9051379Z [00:03:07.188]➜  cat >/tmp/go-build3700090427/b1398/importcfg << 'EOF' # internal
2025-08-20T23:04:21.9051968Z [00:03:07.188]➜  # import config
2025-08-20T23:04:21.9052836Z [00:03:07.188]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.9053998Z [00:03:07.188]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.9055426Z [00:03:07.188]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.9056863Z [00:03:07.188]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.9058093Z [00:03:07.188]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.9059205Z [00:03:07.188]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.9060304Z [00:03:07.188]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.9060967Z [00:03:07.188]➜  EOF
2025-08-20T23:04:21.9066972Z [00:03:07.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1398/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hybiscus=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hybiscus;$WORK/b1398=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hybiscus -lang=go1.24 -complete -installsuffix shared -buildid vMIhnT1TAItSdrpJEEdP/vMIhnT1TAItSdrpJEEdP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1398/importcfg -pack ./pkg/detectors/hybiscus/hybiscus.go
2025-08-20T23:04:21.9070853Z [00:03:07.188]➜  go tool buildid -w $WORK/b1394/_pkg_.a # internal
2025-08-20T23:04:21.9075442Z [00:03:07.190]➜  cp $WORK/b1394/_pkg_.a /root/.cache/go-build/d8/d80d1745bdc28e1e9b1a419c3eab4b58f67e3c6449c6c615d6220129fcbebc32-d # internal
2025-08-20T23:04:21.9076923Z [00:03:07.191]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hypertrack
2025-08-20T23:04:21.9081064Z [00:03:07.191]➜  mkdir -p $WORK/b1399/
2025-08-20T23:04:21.9081898Z [00:03:07.191]➜  cat >/tmp/go-build3700090427/b1399/importcfg << 'EOF' # internal
2025-08-20T23:04:21.9082611Z [00:03:07.191]➜  # import config
2025-08-20T23:04:21.9083301Z [00:03:07.191]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.9084541Z [00:03:07.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.9086120Z [00:03:07.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.9087799Z [00:03:07.191]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.9089253Z [00:03:07.191]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.9090419Z [00:03:07.191]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.9093701Z [00:03:07.191]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.9094479Z [00:03:07.191]➜  EOF
2025-08-20T23:04:21.9098480Z [00:03:07.192]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1399/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hypertrack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hypertrack;$WORK/b1399=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hypertrack -lang=go1.24 -complete -installsuffix shared -buildid P82QvrwLWLNNErJqcfeB/P82QvrwLWLNNErJqcfeB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1399/importcfg -pack ./pkg/detectors/hypertrack/hypertrack.go
2025-08-20T23:04:21.9253066Z [00:03:07.207]➜  go tool buildid -w $WORK/b1396/_pkg_.a # internal
2025-08-20T23:04:21.9262065Z [00:03:07.209]➜  cp $WORK/b1396/_pkg_.a /root/.cache/go-build/58/58f47a46d0de0f9f01475788c6c7a220f71b361dc0f9549a5d7510339082f7c4-d # internal
2025-08-20T23:04:21.9265648Z [00:03:07.210]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iconfinder
2025-08-20T23:04:21.9266442Z [00:03:07.210]➜  mkdir -p $WORK/b1400/
2025-08-20T23:04:21.9273722Z [00:03:07.210]➜  cat >/tmp/go-build3700090427/b1400/importcfg << 'EOF' # internal
2025-08-20T23:04:21.9275225Z [00:03:07.210]➜  # import config
2025-08-20T23:04:21.9277908Z [00:03:07.211]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.9278759Z [00:03:07.211]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.9280029Z [00:03:07.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.9281534Z [00:03:07.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.9283368Z [00:03:07.211]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.9284754Z [00:03:07.211]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.9285749Z [00:03:07.211]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.9286625Z [00:03:07.211]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.9287272Z [00:03:07.211]➜  EOF
2025-08-20T23:04:21.9291199Z [00:03:07.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1400/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iconfinder=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iconfinder;$WORK/b1400=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iconfinder -lang=go1.24 -complete -installsuffix shared -buildid WLFWZTnxBDsRq0cm36vh/WLFWZTnxBDsRq0cm36vh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1400/importcfg -pack ./pkg/detectors/iconfinder/iconfinder.go
2025-08-20T23:04:21.9488768Z [00:03:07.232]➜  go tool buildid -w $WORK/b1397/_pkg_.a # internal
2025-08-20T23:04:21.9491542Z [00:03:07.232]➜  cp $WORK/b1397/_pkg_.a /root/.cache/go-build/7c/7cccecda095ce8056ef6bc072327af4484f6652a5e9504391975fe3d2c9c720e-d # internal
2025-08-20T23:04:21.9492945Z [00:03:07.232]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexapis
2025-08-20T23:04:21.9493766Z [00:03:07.232]➜  mkdir -p $WORK/b1401/
2025-08-20T23:04:21.9494533Z [00:03:07.232]➜  cat >/tmp/go-build3700090427/b1401/importcfg << 'EOF' # internal
2025-08-20T23:04:21.9495237Z [00:03:07.232]➜  # import config
2025-08-20T23:04:21.9495917Z [00:03:07.232]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.9497326Z [00:03:07.232]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.9499019Z [00:03:07.232]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.9500810Z [00:03:07.232]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.9502432Z [00:03:07.232]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.9503442Z [00:03:07.232]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.9504327Z [00:03:07.232]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.9504998Z [00:03:07.232]➜  EOF
2025-08-20T23:04:21.9514155Z [00:03:07.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1401/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexapis=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexapis;$WORK/b1401=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexapis -lang=go1.24 -complete -installsuffix shared -buildid NkcrY9hPUvxKjMPo26S4/NkcrY9hPUvxKjMPo26S4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1401/importcfg -pack ./pkg/detectors/iexapis/iexapis.go
2025-08-20T23:04:21.9632738Z [00:03:07.246]➜  go tool buildid -w $WORK/b1398/_pkg_.a # internal
2025-08-20T23:04:21.9686668Z [00:03:07.250]➜  cp $WORK/b1398/_pkg_.a /root/.cache/go-build/af/af924586d36a4085a16e1c1c3090cd2af9af36bbc9a9645fde57d83e927cad9c-d # internal
2025-08-20T23:04:21.9691163Z [00:03:07.250]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexcloud
2025-08-20T23:04:21.9692195Z [00:03:07.250]➜  mkdir -p $WORK/b1402/
2025-08-20T23:04:21.9692932Z [00:03:07.250]➜  cat >/tmp/go-build3700090427/b1402/importcfg << 'EOF' # internal
2025-08-20T23:04:21.9693621Z [00:03:07.250]➜  # import config
2025-08-20T23:04:21.9694294Z [00:03:07.250]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.9695116Z [00:03:07.250]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.9696264Z [00:03:07.250]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.9698059Z [00:03:07.250]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.9699845Z [00:03:07.250]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.9704631Z [00:03:07.250]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.9705690Z [00:03:07.250]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.9706577Z [00:03:07.250]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.9707173Z [00:03:07.250]➜  EOF
2025-08-20T23:04:21.9712065Z [00:03:07.250]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1402/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexcloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexcloud;$WORK/b1402=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexcloud -lang=go1.24 -complete -installsuffix shared -buildid QpOnOFUzLJt7cTwwTyle/QpOnOFUzLJt7cTwwTyle -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1402/importcfg -pack ./pkg/detectors/iexcloud/iexcloud.go
2025-08-20T23:04:21.9718731Z [00:03:07.254]➜  go tool buildid -w $WORK/b1399/_pkg_.a # internal
2025-08-20T23:04:21.9722592Z [00:03:07.255]➜  cp $WORK/b1399/_pkg_.a /root/.cache/go-build/48/48ad87aa471f3aee496c14fbd6621c038882e4b8d59b015c3fbf5c6b867ec5c7-d # internal
2025-08-20T23:04:21.9723976Z [00:03:07.255]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagekit
2025-08-20T23:04:21.9724740Z [00:03:07.255]➜  mkdir -p $WORK/b1403/
2025-08-20T23:04:21.9732344Z [00:03:07.256]➜  cat >/tmp/go-build3700090427/b1403/importcfg << 'EOF' # internal
2025-08-20T23:04:21.9734146Z [00:03:07.256]➜  # import config
2025-08-20T23:04:21.9734810Z [00:03:07.256]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.9735973Z [00:03:07.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.9737510Z [00:03:07.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.9739481Z [00:03:07.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.9740853Z [00:03:07.256]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.9741848Z [00:03:07.256]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.9742703Z [00:03:07.256]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.9743337Z [00:03:07.256]➜  EOF
2025-08-20T23:04:21.9751144Z [00:03:07.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1403/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagekit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagekit;$WORK/b1403=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagekit -lang=go1.24 -complete -installsuffix shared -buildid xt9p2dwunCHdO6tqtCiN/xt9p2dwunCHdO6tqtCiN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1403/importcfg -pack ./pkg/detectors/imagekit/imagekit.go
2025-08-20T23:04:21.9870056Z [00:03:07.270]➜  go tool buildid -w $WORK/b1400/_pkg_.a # internal
2025-08-20T23:04:21.9884940Z [00:03:07.272]➜  cp $WORK/b1400/_pkg_.a /root/.cache/go-build/82/82803e1529131101c2385b6e1bf952ba8ab6b2c78a196109513f71f8273466e5-d # internal
2025-08-20T23:04:21.9887518Z [00:03:07.272]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagga
2025-08-20T23:04:21.9888262Z [00:03:07.272]➜  mkdir -p $WORK/b1404/
2025-08-20T23:04:21.9894211Z [00:03:07.273]➜  cat >/tmp/go-build3700090427/b1404/importcfg << 'EOF' # internal
2025-08-20T23:04:21.9895856Z [00:03:07.273]➜  # import config
2025-08-20T23:04:21.9896548Z [00:03:07.273]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:21.9897359Z [00:03:07.273]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:21.9898751Z [00:03:07.273]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:21.9900519Z [00:03:07.273]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:21.9902082Z [00:03:07.273]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:21.9903448Z [00:03:07.273]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:21.9904472Z [00:03:07.273]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:21.9905371Z [00:03:07.273]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:21.9906072Z [00:03:07.273]➜  EOF
2025-08-20T23:04:21.9910152Z [00:03:07.273]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1404/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagga=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagga;$WORK/b1404=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagga -lang=go1.24 -complete -installsuffix shared -buildid HKB357qfMJxr6p85c8vs/HKB357qfMJxr6p85c8vs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1404/importcfg -pack ./pkg/detectors/imagga/imagga.go
2025-08-20T23:04:22.0081969Z [00:03:07.291]➜  go tool buildid -w $WORK/b1401/_pkg_.a # internal
2025-08-20T23:04:22.0101922Z [00:03:07.293]➜  cp $WORK/b1401/_pkg_.a /root/.cache/go-build/54/546ff0064cb3331b868f2327897499484a5a6a09c8083728b1f1aad47883d2a4-d # internal
2025-08-20T23:04:22.0104410Z [00:03:07.293]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/impala
2025-08-20T23:04:22.0105131Z [00:03:07.293]➜  mkdir -p $WORK/b1405/
2025-08-20T23:04:22.0112725Z [00:03:07.294]➜  cat >/tmp/go-build3700090427/b1405/importcfg << 'EOF' # internal
2025-08-20T23:04:22.0113476Z [00:03:07.294]➜  # import config
2025-08-20T23:04:22.0114218Z [00:03:07.294]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.0115435Z [00:03:07.294]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.0117226Z [00:03:07.294]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.0118791Z [00:03:07.294]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.0120373Z [00:03:07.294]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.0121663Z [00:03:07.294]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.0123042Z [00:03:07.294]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.0123643Z [00:03:07.294]➜  EOF
2025-08-20T23:04:22.0127443Z [00:03:07.295]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1405/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/impala=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/impala;$WORK/b1405=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/impala -lang=go1.24 -complete -installsuffix shared -buildid HbHFHNKuAf12DcJJVyfe/HbHFHNKuAf12DcJJVyfe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1405/importcfg -pack ./pkg/detectors/impala/impala.go
2025-08-20T23:04:22.0224478Z [00:03:07.305]➜  go tool buildid -w $WORK/b1402/_pkg_.a # internal
2025-08-20T23:04:22.0236673Z [00:03:07.307]➜  cp $WORK/b1402/_pkg_.a /root/.cache/go-build/a1/a1572545b05983885a3490c958f8920e43a2d99538db294d24aef20a1fcb504f-d # internal
2025-08-20T23:04:22.0239594Z [00:03:07.307]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/infura
2025-08-20T23:04:22.0240317Z [00:03:07.307]➜  mkdir -p $WORK/b1406/
2025-08-20T23:04:22.0274946Z [00:03:07.310]➜  cat >/tmp/go-build3700090427/b1406/importcfg << 'EOF' # internal
2025-08-20T23:04:22.0275661Z [00:03:07.310]➜  # import config
2025-08-20T23:04:22.0276649Z [00:03:07.310]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.0277850Z [00:03:07.310]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.0279533Z [00:03:07.310]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.0281103Z [00:03:07.310]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.0282390Z [00:03:07.310]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.0283275Z [00:03:07.310]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.0284041Z [00:03:07.311]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.0284854Z [00:03:07.311]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.0285452Z [00:03:07.311]➜  EOF
2025-08-20T23:04:22.0289264Z [00:03:07.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1406/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/infura=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/infura;$WORK/b1406=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/infura -lang=go1.24 -complete -installsuffix shared -buildid _IKYNVnwWtge0MfqUIZ4/_IKYNVnwWtge0MfqUIZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1406/importcfg -pack ./pkg/detectors/infura/infura.go
2025-08-20T23:04:22.0322371Z [00:03:07.315]➜  go tool buildid -w $WORK/b1403/_pkg_.a # internal
2025-08-20T23:04:22.0339121Z [00:03:07.317]➜  cp $WORK/b1403/_pkg_.a /root/.cache/go-build/5b/5ba87cc987a226240d8c6889540351075ab0e490fb5e773fb09c63d4310604f0-d # internal
2025-08-20T23:04:22.0343882Z [00:03:07.317]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly
2025-08-20T23:04:22.0344637Z [00:03:07.318]➜  mkdir -p $WORK/b1407/
2025-08-20T23:04:22.0352987Z [00:03:07.318]➜  cat >/tmp/go-build3700090427/b1407/importcfg << 'EOF' # internal
2025-08-20T23:04:22.0354851Z [00:03:07.318]➜  # import config
2025-08-20T23:04:22.0356582Z [00:03:07.318]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.0359099Z [00:03:07.318]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.0362574Z [00:03:07.318]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.0364141Z [00:03:07.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.0365480Z [00:03:07.319]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.0366430Z [00:03:07.319]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.0367277Z [00:03:07.319]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.0367916Z [00:03:07.319]➜  EOF
2025-08-20T23:04:22.0377393Z [00:03:07.321]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1407/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/insightly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly;$WORK/b1407=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly -lang=go1.24 -complete -installsuffix shared -buildid rvwWHql8HQC_cdmOnnvN/rvwWHql8HQC_cdmOnnvN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1407/importcfg -pack ./pkg/detectors/insightly/insightly.go
2025-08-20T23:04:22.0561327Z [00:03:07.339]➜  go tool buildid -w $WORK/b1404/_pkg_.a # internal
2025-08-20T23:04:22.0596674Z [00:03:07.343]➜  cp $WORK/b1404/_pkg_.a /root/.cache/go-build/33/33581570093f76c5c90ecedf60beb1e54cff1cef21324134f045298faf080380-d # internal
2025-08-20T23:04:22.0600238Z [00:03:07.343]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instabot
2025-08-20T23:04:22.0606669Z [00:03:07.344]➜  mkdir -p $WORK/b1408/
2025-08-20T23:04:22.0613374Z [00:03:07.344]➜  cat >/tmp/go-build3700090427/b1408/importcfg << 'EOF' # internal
2025-08-20T23:04:22.0614127Z [00:03:07.344]➜  # import config
2025-08-20T23:04:22.0614814Z [00:03:07.344]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.0616005Z [00:03:07.344]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.0617512Z [00:03:07.344]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.0619533Z [00:03:07.344]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.0621158Z [00:03:07.344]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.0622961Z [00:03:07.344]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.0623826Z [00:03:07.344]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.0624445Z [00:03:07.344]➜  EOF
2025-08-20T23:04:22.0629625Z [00:03:07.344]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1408/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instabot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instabot;$WORK/b1408=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instabot -lang=go1.24 -complete -installsuffix shared -buildid 7vO8hpg00vps1PxALuxO/7vO8hpg00vps1PxALuxO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1408/importcfg -pack ./pkg/detectors/instabot/instabot.go
2025-08-20T23:04:22.0741358Z [00:03:07.356]➜  go tool buildid -w $WORK/b1405/_pkg_.a # internal
2025-08-20T23:04:22.0742698Z [00:03:07.357]➜  cp $WORK/b1405/_pkg_.a /root/.cache/go-build/61/61ba8494320dc35996bf122fda52468c0e0b07ae030c64fa2daa7b6ed39bc5ef-d # internal
2025-08-20T23:04:22.0753541Z [00:03:07.358]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instamojo
2025-08-20T23:04:22.0756059Z [00:03:07.358]➜  mkdir -p $WORK/b1409/
2025-08-20T23:04:22.0766829Z [00:03:07.360]➜  cat >/tmp/go-build3700090427/b1409/importcfg << 'EOF' # internal
2025-08-20T23:04:22.0769484Z [00:03:07.360]➜  # import config
2025-08-20T23:04:22.0770147Z [00:03:07.360]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.0770949Z [00:03:07.360]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.0772330Z [00:03:07.360]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.0773775Z [00:03:07.360]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.0775320Z [00:03:07.360]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.0776645Z [00:03:07.360]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.0777557Z [00:03:07.360]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.0778353Z [00:03:07.360]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.0779162Z [00:03:07.360]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.0779895Z [00:03:07.360]➜  EOF
2025-08-20T23:04:22.0790295Z [00:03:07.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1409/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instamojo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instamojo;$WORK/b1409=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instamojo -lang=go1.24 -complete -installsuffix shared -buildid pccsFENCsmqVqh52_woZ/pccsFENCsmqVqh52_woZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1409/importcfg -pack ./pkg/detectors/instamojo/instamojo.go
2025-08-20T23:04:22.0851837Z [00:03:07.368]➜  go tool buildid -w $WORK/b1406/_pkg_.a # internal
2025-08-20T23:04:22.0871958Z [00:03:07.370]➜  cp $WORK/b1406/_pkg_.a /root/.cache/go-build/29/294694f91524081c17d72882f73e3290c26d0a20ebac03266edeb3cb19028c38-d # internal
2025-08-20T23:04:22.0874563Z [00:03:07.371]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom
2025-08-20T23:04:22.0875783Z [00:03:07.371]➜  mkdir -p $WORK/b1410/
2025-08-20T23:04:22.0880282Z [00:03:07.371]➜  cat >/tmp/go-build3700090427/b1410/importcfg << 'EOF' # internal
﻿2025-08-20T23:04:22.0885793Z [00:03:07.371]➜  # import config
2025-08-20T23:04:22.0886484Z [00:03:07.371]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.0887409Z [00:03:07.371]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:22.0888653Z [00:03:07.371]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.0890289Z [00:03:07.371]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.0891862Z [00:03:07.371]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.0893172Z [00:03:07.371]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.0894132Z [00:03:07.371]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.0894957Z [00:03:07.371]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.0895627Z [00:03:07.371]➜  EOF
2025-08-20T23:04:22.0913092Z [00:03:07.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1410/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intercom=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom;$WORK/b1410=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom -lang=go1.24 -complete -installsuffix shared -buildid thZIpst6FdCwMaRspDsY/thZIpst6FdCwMaRspDsY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1410/importcfg -pack ./pkg/detectors/intercom/intercom.go
2025-08-20T23:04:22.0967177Z [00:03:07.380]➜  go tool buildid -w $WORK/b1407/_pkg_.a # internal
2025-08-20T23:04:22.0983543Z [00:03:07.381]➜  cp $WORK/b1407/_pkg_.a /root/.cache/go-build/fa/fa446a9773d039e999ede4301035d0cf97a4232e97f9040b69ddc3c14f2c0615-d # internal
2025-08-20T23:04:22.0985168Z [00:03:07.382]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller
2025-08-20T23:04:22.0986716Z [00:03:07.382]➜  mkdir -p $WORK/b1411/
2025-08-20T23:04:22.0995943Z [00:03:07.383]➜  cat >/tmp/go-build3700090427/b1411/importcfg << 'EOF' # internal
2025-08-20T23:04:22.0996695Z [00:03:07.383]➜  # import config
2025-08-20T23:04:22.0997379Z [00:03:07.383]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.0998629Z [00:03:07.383]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.1000326Z [00:03:07.383]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.1001935Z [00:03:07.383]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.1003273Z [00:03:07.383]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.1004256Z [00:03:07.383]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.1005117Z [00:03:07.383]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.1005783Z [00:03:07.383]➜  EOF
2025-08-20T23:04:22.1009995Z [00:03:07.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1411/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/interseller=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller;$WORK/b1411=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller -lang=go1.24 -complete -installsuffix shared -buildid fwT-eUyOwe-23AjnRuvz/fwT-eUyOwe-23AjnRuvz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1411/importcfg -pack ./pkg/detectors/interseller/interseller.go
2025-08-20T23:04:22.1371120Z [00:03:07.420]➜  go tool buildid -w $WORK/b1408/_pkg_.a # internal
2025-08-20T23:04:22.1385145Z [00:03:07.422]➜  cp $WORK/b1408/_pkg_.a /root/.cache/go-build/a0/a0abe22c5351733dad0912dbe46f03b6b3492b42569e5bfe8ddac4a9e6a006a6-d # internal
2025-08-20T23:04:22.1390093Z [00:03:07.422]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intra42
2025-08-20T23:04:22.1391140Z [00:03:07.422]➜  mkdir -p $WORK/b1412/
2025-08-20T23:04:22.1414592Z [00:03:07.423]➜  cat >/tmp/go-build3700090427/b1412/importcfg << 'EOF' # internal
2025-08-20T23:04:22.1415347Z [00:03:07.423]➜  # import config
2025-08-20T23:04:22.1415997Z [00:03:07.423]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.1416827Z [00:03:07.423]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.1418041Z [00:03:07.423]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.1419828Z [00:03:07.423]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.1422009Z [00:03:07.423]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.1424199Z [00:03:07.423]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.1425714Z [00:03:07.423]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.1426833Z [00:03:07.423]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:22.1429160Z [00:03:07.423]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:22.1433539Z [00:03:07.423]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.1434233Z [00:03:07.423]➜  EOF
2025-08-20T23:04:22.1434789Z [00:03:07.423]➜  go tool buildid -w $WORK/b1410/_pkg_.a # internal
2025-08-20T23:04:22.1438725Z [00:03:07.423]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1412/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intra42=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intra42;$WORK/b1412=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intra42 -lang=go1.24 -complete -installsuffix shared -buildid jX-j1gidDUZgk4j4MKoV/jX-j1gidDUZgk4j4MKoV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1412/importcfg -pack ./pkg/detectors/intra42/intra42.go
2025-08-20T23:04:22.1443178Z [00:03:07.425]➜  cp $WORK/b1410/_pkg_.a /root/.cache/go-build/94/94d99cc902675f3e23091233b03c46252f01472ce36f6a755f22359366da3399-d # internal
2025-08-20T23:04:22.1444468Z [00:03:07.426]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio
2025-08-20T23:04:22.1445208Z [00:03:07.426]➜  mkdir -p $WORK/b1413/
2025-08-20T23:04:22.1445942Z [00:03:07.426]➜  cat >/tmp/go-build3700090427/b1413/importcfg << 'EOF' # internal
2025-08-20T23:04:22.1446596Z [00:03:07.426]➜  # import config
2025-08-20T23:04:22.1447248Z [00:03:07.426]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.1448033Z [00:03:07.426]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.1449162Z [00:03:07.426]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.1450810Z [00:03:07.426]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.1452293Z [00:03:07.426]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.1453574Z [00:03:07.426]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.1454527Z [00:03:07.426]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.1455320Z [00:03:07.426]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.1455920Z [00:03:07.426]➜  EOF
2025-08-20T23:04:22.1460149Z [00:03:07.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1413/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intrinio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio;$WORK/b1413=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio -lang=go1.24 -complete -installsuffix shared -buildid dPC9LJjsekzjwtoZJkgC/dPC9LJjsekzjwtoZJkgC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1413/importcfg -pack ./pkg/detectors/intrinio/intrinio.go
2025-08-20T23:04:22.1566268Z [00:03:07.440]➜  go tool buildid -w $WORK/b1409/_pkg_.a # internal
2025-08-20T23:04:22.1583412Z [00:03:07.440]➜  go tool buildid -w $WORK/b1411/_pkg_.a # internal
2025-08-20T23:04:22.1584721Z [00:03:07.441]➜  cp $WORK/b1411/_pkg_.a /root/.cache/go-build/e7/e7f42e5b825519ce7b34940b77584548a39c16e56d369045e8965c718590fbf8-d # internal
2025-08-20T23:04:22.1586054Z [00:03:07.441]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean
2025-08-20T23:04:22.1588833Z [00:03:07.442]➜  mkdir -p $WORK/b1414/
2025-08-20T23:04:22.1589905Z [00:03:07.442]➜  cat >/tmp/go-build3700090427/b1414/importcfg << 'EOF' # internal
2025-08-20T23:04:22.1590573Z [00:03:07.442]➜  # import config
2025-08-20T23:04:22.1591203Z [00:03:07.442]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.1591984Z [00:03:07.442]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.1593125Z [00:03:07.442]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.1596887Z [00:03:07.442]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.1598255Z [00:03:07.442]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.1599214Z [00:03:07.442]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.1600289Z [00:03:07.442]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.1600914Z [00:03:07.442]➜  EOF
2025-08-20T23:04:22.1607640Z [00:03:07.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1414/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/invoiceocean=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean;$WORK/b1414=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean -lang=go1.24 -complete -installsuffix shared -buildid Vw6lJYMRxmxvI5UxC43R/Vw6lJYMRxmxvI5UxC43R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1414/importcfg -pack ./pkg/detectors/invoiceocean/invoiceocean.go
2025-08-20T23:04:22.1612241Z [00:03:07.443]➜  cp $WORK/b1409/_pkg_.a /root/.cache/go-build/26/26659eecf8ff7dd775809b676c34e84d721316404c82fc6bf29c102e77fb5488-d # internal
2025-08-20T23:04:22.1613585Z [00:03:07.444]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ip2location
2025-08-20T23:04:22.1614328Z [00:03:07.444]➜  mkdir -p $WORK/b1415/
2025-08-20T23:04:22.1615277Z [00:03:07.444]➜  cat >/tmp/go-build3700090427/b1415/importcfg << 'EOF' # internal
2025-08-20T23:04:22.1615974Z [00:03:07.444]➜  # import config
2025-08-20T23:04:22.1616617Z [00:03:07.444]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.1617442Z [00:03:07.444]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.1618527Z [00:03:07.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.1621951Z [00:03:07.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.1624052Z [00:03:07.444]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.1625874Z [00:03:07.444]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.1627353Z [00:03:07.444]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.1628853Z [00:03:07.444]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.1629885Z [00:03:07.444]➜  EOF
2025-08-20T23:04:22.1635224Z [00:03:07.444]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1415/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ip2location=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ip2location;$WORK/b1415=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ip2location -lang=go1.24 -complete -installsuffix shared -buildid monQKZAi59ajrpswSxnu/monQKZAi59ajrpswSxnu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1415/importcfg -pack ./pkg/detectors/ip2location/ip2location.go
2025-08-20T23:04:22.1986216Z [00:03:07.482]➜  go tool buildid -w $WORK/b1413/_pkg_.a # internal
2025-08-20T23:04:22.2009530Z [00:03:07.484]➜  cp $WORK/b1413/_pkg_.a /root/.cache/go-build/d9/d97e85049f373de448867807318da4f04f361b0f784cbdaf3abfe858444b4269-d # internal
2025-08-20T23:04:22.2015485Z [00:03:07.485]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi
2025-08-20T23:04:22.2019880Z [00:03:07.485]➜  mkdir -p $WORK/b1416/
2025-08-20T23:04:22.2033117Z [00:03:07.486]➜  cat >/tmp/go-build3700090427/b1416/importcfg << 'EOF' # internal
2025-08-20T23:04:22.2034902Z [00:03:07.486]➜  # import config
2025-08-20T23:04:22.2035555Z [00:03:07.486]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.2036350Z [00:03:07.486]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.2037450Z [00:03:07.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.2038875Z [00:03:07.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.2040716Z [00:03:07.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.2042160Z [00:03:07.486]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.2043112Z [00:03:07.486]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.2043986Z [00:03:07.486]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.2044883Z [00:03:07.486]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.2045549Z [00:03:07.486]➜  EOF
2025-08-20T23:04:22.2054759Z [00:03:07.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1416/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi;$WORK/b1416=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi -lang=go1.24 -complete -installsuffix shared -buildid mtUC_pK3GwZ4RSUsaZJu/mtUC_pK3GwZ4RSUsaZJu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1416/importcfg -pack ./pkg/detectors/ipapi/ipapi.go
2025-08-20T23:04:22.2066656Z [00:03:07.490]➜  go tool buildid -w $WORK/b1412/_pkg_.a # internal
2025-08-20T23:04:22.2083964Z [00:03:07.492]➜  cp $WORK/b1412/_pkg_.a /root/.cache/go-build/a8/a83ae40c51c489a1549a7e138d2d5bb9c3a08d3403b8e59256fd46f7f19ebd4b-d # internal
2025-08-20T23:04:22.2099133Z [00:03:07.493]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipgeolocation
2025-08-20T23:04:22.2101391Z [00:03:07.493]➜  mkdir -p $WORK/b1417/
2025-08-20T23:04:22.2102109Z [00:03:07.493]➜  cat >/tmp/go-build3700090427/b1417/importcfg << 'EOF' # internal
2025-08-20T23:04:22.2102798Z [00:03:07.493]➜  # import config
2025-08-20T23:04:22.2103438Z [00:03:07.493]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.2104222Z [00:03:07.493]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.2105340Z [00:03:07.493]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.2106800Z [00:03:07.493]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.2108480Z [00:03:07.493]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.2110039Z [00:03:07.493]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.2110965Z [00:03:07.493]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.2111892Z [00:03:07.493]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.2112487Z [00:03:07.493]➜  EOF
2025-08-20T23:04:22.2116444Z [00:03:07.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1417/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipgeolocation=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipgeolocation;$WORK/b1417=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipgeolocation -lang=go1.24 -complete -installsuffix shared -buildid iB80_-jnnP98TgDNZEnq/iB80_-jnnP98TgDNZEnq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1417/importcfg -pack ./pkg/detectors/ipgeolocation/ipgeolocation.go
2025-08-20T23:04:22.2170375Z [00:03:07.500]➜  go tool buildid -w $WORK/b1415/_pkg_.a # internal
2025-08-20T23:04:22.2185387Z [00:03:07.502]➜  cp $WORK/b1415/_pkg_.a /root/.cache/go-build/d5/d55c328b9c41e21729d54d5294fb75c4cffd7029726995e4eb6b45fbc2a92567-d # internal
2025-08-20T23:04:22.2188642Z [00:03:07.502]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipinfodb
2025-08-20T23:04:22.2191140Z [00:03:07.502]➜  mkdir -p $WORK/b1418/
2025-08-20T23:04:22.2197248Z [00:03:07.503]➜  cat >/tmp/go-build3700090427/b1418/importcfg << 'EOF' # internal
2025-08-20T23:04:22.2199703Z [00:03:07.503]➜  # import config
2025-08-20T23:04:22.2200725Z [00:03:07.503]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.2201713Z [00:03:07.503]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.2203238Z [00:03:07.503]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.2205111Z [00:03:07.503]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.2206784Z [00:03:07.503]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.2208018Z [00:03:07.503]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.2208795Z [00:03:07.503]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.2209792Z [00:03:07.503]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.2210643Z [00:03:07.503]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.2211239Z [00:03:07.503]➜  EOF
2025-08-20T23:04:22.2215170Z [00:03:07.503]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1418/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfodb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipinfodb;$WORK/b1418=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipinfodb -lang=go1.24 -complete -installsuffix shared -buildid vr4ZufAwzws1VP3TvlNj/vr4ZufAwzws1VP3TvlNj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1418/importcfg -pack ./pkg/detectors/ipinfodb/ipinfodb.go
2025-08-20T23:04:22.2249634Z [00:03:07.508]➜  go tool buildid -w $WORK/b1414/_pkg_.a # internal
2025-08-20T23:04:22.2265783Z [00:03:07.510]➜  cp $WORK/b1414/_pkg_.a /root/.cache/go-build/96/9686c1a3d43e56a767ab4bd2ff554b3ad2ece8d5d961dcf73572ab084ad72327-d # internal
2025-08-20T23:04:22.2291236Z [00:03:07.512]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipquality
2025-08-20T23:04:22.2292080Z [00:03:07.512]➜  mkdir -p $WORK/b1419/
2025-08-20T23:04:22.2306538Z [00:03:07.514]➜  cat >/tmp/go-build3700090427/b1419/importcfg << 'EOF' # internal
2025-08-20T23:04:22.2307257Z [00:03:07.514]➜  # import config
2025-08-20T23:04:22.2308116Z [00:03:07.514]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.2309029Z [00:03:07.514]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:22.2310086Z [00:03:07.514]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:22.2310897Z [00:03:07.514]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.2312042Z [00:03:07.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.2313696Z [00:03:07.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.2315227Z [00:03:07.514]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.2316536Z [00:03:07.514]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.2317418Z [00:03:07.514]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.2318240Z [00:03:07.514]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.2319041Z [00:03:07.514]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.2319993Z [00:03:07.514]➜  EOF
2025-08-20T23:04:22.2323872Z [00:03:07.514]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1419/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipquality=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipquality;$WORK/b1419=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipquality -lang=go1.24 -complete -installsuffix shared -buildid 218Qs8GvaZ62HkxA1mU7/218Qs8GvaZ62HkxA1mU7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1419/importcfg -pack ./pkg/detectors/ipquality/ipquality.go
2025-08-20T23:04:22.2616634Z [00:03:07.545]➜  go tool buildid -w $WORK/b1417/_pkg_.a # internal
2025-08-20T23:04:22.2638954Z [00:03:07.546]➜  cp $WORK/b1417/_pkg_.a /root/.cache/go-build/31/316325a7014058aaeb0dc5bd9d3d1a307b801880b409957aac47430d2866f5a6-d # internal
2025-08-20T23:04:22.2645715Z [00:03:07.548]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipstack
2025-08-20T23:04:22.2646498Z [00:03:07.548]➜  mkdir -p $WORK/b1420/
2025-08-20T23:04:22.2653870Z [00:03:07.548]➜  cat >/tmp/go-build3700090427/b1420/importcfg << 'EOF' # internal
2025-08-20T23:04:22.2654567Z [00:03:07.549]➜  # import config
2025-08-20T23:04:22.2655243Z [00:03:07.549]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.2656447Z [00:03:07.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.2657956Z [00:03:07.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.2659792Z [00:03:07.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.2661190Z [00:03:07.549]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.2662324Z [00:03:07.549]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.2663213Z [00:03:07.549]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.2664064Z [00:03:07.549]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.2664675Z [00:03:07.549]➜  EOF
2025-08-20T23:04:22.2668411Z [00:03:07.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1420/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipstack;$WORK/b1420=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipstack -lang=go1.24 -complete -installsuffix shared -buildid z6WLs6huJ4mFaNqUgq6-/z6WLs6huJ4mFaNqUgq6- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1420/importcfg -pack ./pkg/detectors/ipstack/ipstack.go
2025-08-20T23:04:22.2680901Z [00:03:07.551]➜  go tool buildid -w $WORK/b1416/_pkg_.a # internal
2025-08-20T23:04:22.2697901Z [00:03:07.553]➜  cp $WORK/b1416/_pkg_.a /root/.cache/go-build/64/64a6b94a4a7b362f5af475061cebe177b6ace3ba36ad30422652769bb6a2308d-d # internal
2025-08-20T23:04:22.2701656Z [00:03:07.553]➜  github.com/golang-sql/civil
2025-08-20T23:04:22.2704775Z [00:03:07.554]➜  mkdir -p $WORK/b1423/
2025-08-20T23:04:22.2711625Z [00:03:07.554]➜  cat >/tmp/go-build3700090427/b1423/importcfg << 'EOF' # internal
2025-08-20T23:04:22.2712491Z [00:03:07.554]➜  # import config
2025-08-20T23:04:22.2713109Z [00:03:07.554]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.2713901Z [00:03:07.554]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:22.2714499Z [00:03:07.554]➜  EOF
2025-08-20T23:04:22.2723072Z [00:03:07.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-sql/civil@v0.0.0-20220223132316-b832511892a9=>github.com/golang-sql/civil@v0.0.0-20220223132316-b832511892a9;$WORK/b1423=>" -p github.com/golang-sql/civil -lang=go1.16 -complete -installsuffix shared -buildid 0KTfhoLJX3G7ynVYq609/0KTfhoLJX3G7ynVYq609 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1423/importcfg -pack /root/go/pkg/mod/github.com/golang-sql/civil@v0.0.0-20220223132316-b832511892a9/civil.go
2025-08-20T23:04:22.2775884Z [00:03:07.561]➜  go tool buildid -w $WORK/b1418/_pkg_.a # internal
2025-08-20T23:04:22.2795920Z [00:03:07.563]➜  cp $WORK/b1418/_pkg_.a /root/.cache/go-build/db/db7d82db62b851e699b8230e72d5f9900af35b943f5a0d4477d47260fe7fc76e-d # internal
2025-08-20T23:04:22.2801171Z [00:03:07.563]➜  github.com/golang-sql/sqlexp
2025-08-20T23:04:22.2801783Z [00:03:07.563]➜  mkdir -p $WORK/b1424/
2025-08-20T23:04:22.2829715Z [00:03:07.564]➜  cat >/tmp/go-build3700090427/b1424/importcfg << 'EOF' # internal
2025-08-20T23:04:22.2830550Z [00:03:07.564]➜  # import config
2025-08-20T23:04:22.2831209Z [00:03:07.564]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.2832118Z [00:03:07.564]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:04:22.2833085Z [00:03:07.564]➜  packagefile database/sql/driver=/tmp/go-build3700090427/b279/_pkg_.a
2025-08-20T23:04:22.2834003Z [00:03:07.564]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:22.2834777Z [00:03:07.564]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.2835610Z [00:03:07.564]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:22.2836494Z [00:03:07.564]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.2837140Z [00:03:07.564]➜  EOF
2025-08-20T23:04:22.2844155Z [00:03:07.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0=>github.com/golang-sql/sqlexp@v0.1.0;$WORK/b1424=>" -p github.com/golang-sql/sqlexp -lang=go1.16 -complete -installsuffix shared -buildid NvzdsTurVvkye4tklFpF/NvzdsTurVvkye4tklFpF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1424/importcfg -pack /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/doc.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/messages.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/mssql.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/namer.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/pg.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/querier.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/quoter.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/registry.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/savepoint.go
2025-08-20T23:04:22.2966113Z [00:03:07.580]➜  go tool buildid -w $WORK/b1419/_pkg_.a # internal
2025-08-20T23:04:22.2981950Z [00:03:07.581]➜  cp $WORK/b1419/_pkg_.a /root/.cache/go-build/5d/5d3dd1fedf7bb8e5e1008ec8a8a51677fca9f2ccb89cefa586b11acf3b2a1233-d # internal
2025-08-20T23:04:22.2995143Z [00:03:07.581]➜  github.com/microsoft/go-mssqldb/aecmk
2025-08-20T23:04:22.2995781Z [00:03:07.581]➜  mkdir -p $WORK/b1425/
2025-08-20T23:04:22.2996789Z [00:03:07.582]➜  cat >/tmp/go-build3700090427/b1425/importcfg << 'EOF' # internal
2025-08-20T23:04:22.2997566Z [00:03:07.582]➜  # import config
2025-08-20T23:04:22.2998263Z [00:03:07.582]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.2999076Z [00:03:07.582]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.3000053Z [00:03:07.582]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:22.3000937Z [00:03:07.582]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:22.3001489Z [00:03:07.582]➜  EOF
2025-08-20T23:04:22.3005523Z [00:03:07.582]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/aecmk=>github.com/microsoft/go-mssqldb@v1.8.2/aecmk;$WORK/b1425=>" -p github.com/microsoft/go-mssqldb/aecmk -lang=go1.18 -complete -installsuffix shared -buildid jEFaUD6s74dYK6DKYhbU/jEFaUD6s74dYK6DKYhbU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1425/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/aecmk/error.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/aecmk/keyprovider.go
2025-08-20T23:04:22.3266449Z [00:03:07.610]➜  go tool buildid -w $WORK/b1423/_pkg_.a # internal
2025-08-20T23:04:22.3278342Z [00:03:07.611]➜  cp $WORK/b1423/_pkg_.a /root/.cache/go-build/ab/ab38dbec324f3533a9b70e638350556cf5424fd49f4427b4b719c6b47d554c08-d # internal
2025-08-20T23:04:22.3279798Z [00:03:07.611]➜  github.com/microsoft/go-mssqldb/msdsn
2025-08-20T23:04:22.3280442Z [00:03:07.611]➜  mkdir -p $WORK/b1427/
2025-08-20T23:04:22.3295073Z [00:03:07.612]➜  cat >/tmp/go-build3700090427/b1427/importcfg << 'EOF' # internal
2025-08-20T23:04:22.3311628Z [00:03:07.613]➜  # import config
2025-08-20T23:04:22.3312369Z [00:03:07.613]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.3313272Z [00:03:07.613]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:22.3314272Z [00:03:07.613]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:22.3315238Z [00:03:07.613]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:04:22.3316140Z [00:03:07.613]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:22.3316980Z [00:03:07.613]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.3317956Z [00:03:07.613]➜  packagefile github.com/google/uuid=/tmp/go-build3700090427/b278/_pkg_.a
2025-08-20T23:04:22.3318888Z [00:03:07.613]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:22.3319944Z [00:03:07.613]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:22.3320798Z [00:03:07.613]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:22.3321690Z [00:03:07.613]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:22.3322623Z [00:03:07.613]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:22.3323677Z [00:03:07.613]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.3324613Z [00:03:07.613]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:22.3325481Z [00:03:07.613]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:22.3326095Z [00:03:07.613]➜  EOF
2025-08-20T23:04:22.3336285Z [00:03:07.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/msdsn=>github.com/microsoft/go-mssqldb@v1.8.2/msdsn;$WORK/b1427=>" -p github.com/microsoft/go-mssqldb/msdsn -lang=go1.18 -complete -installsuffix shared -buildid QBVjX9lB1e5L7v6kjylU/QBVjX9lB1e5L7v6kjylU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1427/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/msdsn/conn_str.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/msdsn/conn_str_go112.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/msdsn/conn_str_go115.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/msdsn/conn_str_go118.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/msdsn/extensions.go
2025-08-20T23:04:22.3343374Z [00:03:07.616]➜  go tool buildid -w $WORK/b1425/_pkg_.a # internal
2025-08-20T23:04:22.3344713Z [00:03:07.617]➜  cp $WORK/b1425/_pkg_.a /root/.cache/go-build/56/566c6422a3e607fb885b4330794d92f81e1fa228794e241dbf22b7d34af51a6a-d # internal
2025-08-20T23:04:22.3372640Z [00:03:07.620]➜  golang.org/x/crypto/md4
2025-08-20T23:04:22.3373330Z [00:03:07.620]➜  mkdir -p $WORK/b1429/
2025-08-20T23:04:22.3374111Z [00:03:07.620]➜  cat >/tmp/go-build3700090427/b1429/importcfg << 'EOF' # internal
2025-08-20T23:04:22.3374807Z [00:03:07.620]➜  # import config
2025-08-20T23:04:22.3376852Z [00:03:07.620]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:22.3381711Z [00:03:07.620]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:22.3382649Z [00:03:07.620]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:22.3383294Z [00:03:07.620]➜  EOF
2025-08-20T23:04:22.3387143Z [00:03:07.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1429/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/md4=>golang.org/x/crypto@v0.40.0/md4;$WORK/b1429=>" -p golang.org/x/crypto/md4 -lang=go1.23 -complete -installsuffix shared -buildid i_q6CMucarxTQ5PpCIJK/i_q6CMucarxTQ5PpCIJK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1429/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/md4/md4.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/md4/md4block.go
2025-08-20T23:04:22.3446079Z [00:03:07.628]➜  go tool buildid -w $WORK/b1420/_pkg_.a # internal
2025-08-20T23:04:22.3474342Z [00:03:07.630]➜  cp $WORK/b1420/_pkg_.a /root/.cache/go-build/d0/d06a2eca372ec6e66e9072ce65a55967493b6747208b171db7a413231c268d89-d # internal
2025-08-20T23:04:22.3493926Z [00:03:07.632]➜  github.com/microsoft/go-mssqldb/internal/cp
2025-08-20T23:04:22.3494640Z [00:03:07.632]➜  mkdir -p $WORK/b1430/
2025-08-20T23:04:22.3495273Z [00:03:07.632]➜  go tool buildid -w $WORK/b1424/_pkg_.a # internal
2025-08-20T23:04:22.3505494Z [00:03:07.634]➜  cat >/tmp/go-build3700090427/b1430/importcfg << 'EOF' # internal
2025-08-20T23:04:22.3507743Z [00:03:07.634]➜  # import config
2025-08-20T23:04:22.3508408Z [00:03:07.634]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.3509238Z [00:03:07.634]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:22.3510056Z [00:03:07.634]➜  EOF
2025-08-20T23:04:22.3543372Z [00:03:07.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp=>github.com/microsoft/go-mssqldb@v1.8.2/internal/cp;$WORK/b1430=>" -p github.com/microsoft/go-mssqldb/internal/cp -lang=go1.18 -complete -installsuffix shared -buildid ZzLtYn-RXTzUlESTiV6-/ZzLtYn-RXTzUlESTiV6- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1430/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/charset.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/collation.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp1250.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp1251.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp1252.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp1253.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp1254.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp1255.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp1256.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp1257.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp1258.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp437.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp850.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp874.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp932.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp936.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp949.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/cp/cp950.go
2025-08-20T23:04:22.3555718Z [00:03:07.634]➜  cp $WORK/b1424/_pkg_.a /root/.cache/go-build/d2/d2fc06ff5a5f4f02519288dd536d68c0ad80a20a28441b1142a236d2ba5a305b-d # internal
2025-08-20T23:04:22.3556924Z [00:03:07.635]➜  github.com/microsoft/go-mssqldb/internal/decimal
2025-08-20T23:04:22.3557555Z [00:03:07.635]➜  mkdir -p $WORK/b1431/
2025-08-20T23:04:22.3558281Z [00:03:07.635]➜  cat >/tmp/go-build3700090427/b1431/importcfg << 'EOF' # internal
2025-08-20T23:04:22.3558954Z [00:03:07.635]➜  # import config
2025-08-20T23:04:22.3562834Z [00:03:07.635]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:22.3563873Z [00:03:07.635]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:22.3564916Z [00:03:07.635]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.3565724Z [00:03:07.635]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:22.3566558Z [00:03:07.635]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:22.3567457Z [00:03:07.635]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.3568081Z [00:03:07.635]➜  EOF
2025-08-20T23:04:22.3573402Z [00:03:07.636]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/decimal=>github.com/microsoft/go-mssqldb@v1.8.2/internal/decimal;$WORK/b1431=>" -p github.com/microsoft/go-mssqldb/internal/decimal -lang=go1.18 -complete -installsuffix shared -buildid r-5K3ES1QMD1-ZHQ9aQc/r-5K3ES1QMD1-ZHQ9aQc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1431/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/decimal/decimal.go
2025-08-20T23:04:22.3634243Z [00:03:07.646]➜  go tool buildid -w $WORK/b1429/_pkg_.a # internal
2025-08-20T23:04:22.3642704Z [00:03:07.647]➜  cp $WORK/b1429/_pkg_.a /root/.cache/go-build/08/08ea34c29b67c43505b83490f35facabccb605e195327f3f436e9f47c07ba9a4-d # internal
2025-08-20T23:04:22.3645034Z [00:03:07.648]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto
2025-08-20T23:04:22.3646791Z [00:03:07.648]➜  mkdir -p $WORK/b1433/
2025-08-20T23:04:22.3667588Z [00:03:07.650]➜  cat >/tmp/go-build3700090427/b1433/importcfg << 'EOF' # internal
2025-08-20T23:04:22.3668487Z [00:03:07.650]➜  # import config
2025-08-20T23:04:22.3670352Z [00:03:07.650]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:22.3671631Z [00:03:07.650]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:04:22.3673913Z [00:03:07.650]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:04:22.3675055Z [00:03:07.650]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:22.3676227Z [00:03:07.650]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:22.3678141Z [00:03:07.650]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.3678979Z [00:03:07.650]➜  EOF
2025-08-20T23:04:22.3685869Z [00:03:07.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=>github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto;$WORK/b1433=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto -lang=go1.18 -complete -installsuffix shared -buildid WDT8CT-nsRwatvwxct19/WDT8CT-nsRwatvwxct19 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1433/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto/aes_cbc_pkcs5.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto/utils.go
2025-08-20T23:04:22.3885449Z [00:03:07.672]➜  go tool buildid -w $WORK/b1433/_pkg_.a # internal
2025-08-20T23:04:22.3902757Z [00:03:07.673]➜  cp $WORK/b1433/_pkg_.a /root/.cache/go-build/97/971306fe58cae38723995a09d754bb55f3dc5a69a1860cbe67ee09b9fc1d3bc6-d # internal
2025-08-20T23:04:22.3905956Z [00:03:07.673]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils
2025-08-20T23:04:22.3906905Z [00:03:07.673]➜  mkdir -p $WORK/b1436/
2025-08-20T23:04:22.3907660Z [00:03:07.673]➜  cat >/tmp/go-build3700090427/b1436/importcfg << 'EOF' # internal
2025-08-20T23:04:22.3908336Z [00:03:07.673]➜  # import config
2025-08-20T23:04:22.3909546Z [00:03:07.673]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:22.3910581Z [00:03:07.673]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:04:22.3911489Z [00:03:07.673]➜  EOF
2025-08-20T23:04:22.3916946Z [00:03:07.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=>github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils;$WORK/b1436=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils -lang=go1.18 -complete -installsuffix shared -buildid Y6btUrDPzcL9T1bLG8UF/Y6btUrDPzcL9T1bLG8UF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1436/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils/utf16.go
2025-08-20T23:04:22.4092349Z [00:03:07.692]➜  go tool buildid -w $WORK/b1431/_pkg_.a # internal
2025-08-20T23:04:22.4110548Z [00:03:07.694]➜  cp $WORK/b1431/_pkg_.a /root/.cache/go-build/27/27a237191ffc32ed5b519c945c9455cd1d8b45112bdac6acd359a6265d263019-d # internal
2025-08-20T23:04:22.4140343Z [00:03:07.696]➜  github.com/microsoft/go-mssqldb/internal/querytext
2025-08-20T23:04:22.4142382Z [00:03:07.696]➜  mkdir -p $WORK/b1437/
2025-08-20T23:04:22.4143112Z [00:03:07.697]➜  go tool buildid -w $WORK/b1436/_pkg_.a # internal
2025-08-20T23:04:22.4144476Z [00:03:07.697]➜  cp $WORK/b1436/_pkg_.a /root/.cache/go-build/e8/e85bdf2398d1f452de60b56a54aaea33701c678c9df014b692b42db010edcf0f-d # internal
2025-08-20T23:04:22.4146121Z [00:03:07.697]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys
2025-08-20T23:04:22.4147103Z [00:03:07.697]➜  mkdir -p $WORK/b1435/
2025-08-20T23:04:22.4154899Z [00:03:07.699]➜  cat >/tmp/go-build3700090427/b1437/importcfg << 'EOF' # internal
2025-08-20T23:04:22.4156644Z [00:03:07.699]➜  # import config
2025-08-20T23:04:22.4157883Z [00:03:07.699]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:22.4158769Z [00:03:07.699]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.4159737Z [00:03:07.699]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:22.4160383Z [00:03:07.699]➜  EOF
2025-08-20T23:04:22.4164509Z [00:03:07.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/querytext=>github.com/microsoft/go-mssqldb@v1.8.2/internal/querytext;$WORK/b1437=>" -p github.com/microsoft/go-mssqldb/internal/querytext -lang=go1.18 -complete -installsuffix shared -buildid RMVqOV-2Mz4pSV7zUvNV/RMVqOV-2Mz4pSV7zUvNV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1437/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/querytext/parser.go
2025-08-20T23:04:22.4195699Z [00:03:07.703]➜  cat >/tmp/go-build3700090427/b1435/importcfg << 'EOF' # internal
2025-08-20T23:04:22.4197712Z [00:03:07.703]➜  # import config
2025-08-20T23:04:22.4198384Z [00:03:07.703]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.4200073Z [00:03:07.703]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build3700090427/b1433/_pkg_.a
2025-08-20T23:04:22.4204152Z [00:03:07.703]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=/tmp/go-build3700090427/b1436/_pkg_.a
2025-08-20T23:04:22.4205390Z [00:03:07.703]➜  EOF
2025-08-20T23:04:22.4212007Z [00:03:07.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=>github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys;$WORK/b1435=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys -lang=go1.18 -complete -installsuffix shared -buildid dRJND-wbWgpAkDHGuOnp/dRJND-wbWgpAkDHGuOnp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1435/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys/aead_aes_256_cbc_hmac_256.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys/key.go
2025-08-20T23:04:22.4476609Z [00:03:07.731]➜  go tool buildid -w $WORK/b1435/_pkg_.a # internal
2025-08-20T23:04:22.4487335Z [00:03:07.732]➜  cp $WORK/b1435/_pkg_.a /root/.cache/go-build/73/739e2ef1258fa5fea02095b38c195aac1e86974ba14f4ea1efcab332a414f9b4-d # internal
2025-08-20T23:04:22.4489012Z [00:03:07.732]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms
2025-08-20T23:04:22.4490270Z [00:03:07.732]➜  mkdir -p $WORK/b1432/
2025-08-20T23:04:22.4491939Z [00:03:07.732]➜  cat >/tmp/go-build3700090427/b1432/importcfg << 'EOF' # internal
2025-08-20T23:04:22.4494024Z [00:03:07.733]➜  # import config
2025-08-20T23:04:22.4495147Z [00:03:07.733]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:22.4496063Z [00:03:07.733]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:22.4496870Z [00:03:07.733]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.4497972Z [00:03:07.733]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build3700090427/b1433/_pkg_.a
2025-08-20T23:04:22.4499121Z [00:03:07.733]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build3700090427/b1434/_pkg_.a
2025-08-20T23:04:22.4500496Z [00:03:07.733]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build3700090427/b1435/_pkg_.a
2025-08-20T23:04:22.4501330Z [00:03:07.733]➜  EOF
2025-08-20T23:04:22.4507575Z [00:03:07.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=>github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms;$WORK/b1432=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms -lang=go1.18 -complete -installsuffix shared -buildid zmC8ds_rhDM78cqaMKLv/zmC8ds_rhDM78cqaMKLv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1432/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms/aead_aes_256_cbc_hmac_sha256.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms/algorithm.go
2025-08-20T23:04:22.4531599Z [00:03:07.736]➜  go tool buildid -w $WORK/b1437/_pkg_.a # internal
2025-08-20T23:04:22.4553627Z [00:03:07.738]➜  cp $WORK/b1437/_pkg_.a /root/.cache/go-build/a9/a94d6877b866c95fe772b6f1bf67d392c9e9a218dd693062b26e985ac9eece03-d # internal
2025-08-20T23:04:22.4554986Z [00:03:07.738]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1
2025-08-20T23:04:22.4555730Z [00:03:07.738]➜  mkdir -p $WORK/b1438/
2025-08-20T23:04:22.4556628Z [00:03:07.738]➜  cat >/tmp/go-build3700090427/b1438/importcfg << 'EOF' # internal
2025-08-20T23:04:22.4557286Z [00:03:07.738]➜  # import config
2025-08-20T23:04:22.4557922Z [00:03:07.738]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:22.4558748Z [00:03:07.738]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.4559903Z [00:03:07.738]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:22.4560743Z [00:03:07.738]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:22.4561657Z [00:03:07.738]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.4562846Z [00:03:07.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:22.4564443Z [00:03:07.739]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.4565900Z [00:03:07.739]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.4567575Z [00:03:07.739]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.4569171Z [00:03:07.739]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.4570444Z [00:03:07.739]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.4571406Z [00:03:07.739]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.4572350Z [00:03:07.739]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.4573134Z [00:03:07.739]➜  EOF
2025-08-20T23:04:22.4577208Z [00:03:07.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1438/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1;$WORK/b1438=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1 -lang=go1.24 -complete -installsuffix shared -buildid WGzcCeuOmEgDekgxrExd/WGzcCeuOmEgDekgxrExd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1438/importcfg -pack ./pkg/detectors/jiratoken/v1/jiratoken.go
2025-08-20T23:04:22.4686998Z [00:03:07.752]➜  go tool buildid -w $WORK/b1427/_pkg_.a # internal
2025-08-20T23:04:22.4706829Z [00:03:07.753]➜  cp $WORK/b1427/_pkg_.a /root/.cache/go-build/1c/1c72596ab5637aeef762bbcb9266c74a1dcb39f60c7a8cf99f2349af9e751732-d # internal
2025-08-20T23:04:22.4708318Z [00:03:07.754]➜  github.com/microsoft/go-mssqldb/integratedauth
2025-08-20T23:04:22.4708957Z [00:03:07.754]➜  mkdir -p $WORK/b1426/
2025-08-20T23:04:22.4713630Z [00:03:07.754]➜  cat >/tmp/go-build3700090427/b1426/importcfg << 'EOF' # internal
2025-08-20T23:04:22.4715698Z [00:03:07.754]➜  # import config
2025-08-20T23:04:22.4716347Z [00:03:07.754]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:22.4717159Z [00:03:07.754]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.4718170Z [00:03:07.754]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3700090427/b1427/_pkg_.a
2025-08-20T23:04:22.4718960Z [00:03:07.754]➜  EOF
2025-08-20T23:04:22.4723763Z [00:03:07.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/integratedauth=>github.com/microsoft/go-mssqldb@v1.8.2/integratedauth;$WORK/b1426=>" -p github.com/microsoft/go-mssqldb/integratedauth -lang=go1.18 -complete -installsuffix shared -buildid ck9ONmzA-13HBGAAN6xh/ck9ONmzA-13HBGAAN6xh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1426/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/integratedauth/auth.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/integratedauth/integratedauthenticator.go
2025-08-20T23:04:22.4739778Z [00:03:07.757]➜  go tool buildid -w $WORK/b1432/_pkg_.a # internal
2025-08-20T23:04:22.4766468Z [00:03:07.760]➜  cp $WORK/b1432/_pkg_.a /root/.cache/go-build/90/903a2172a37718d42e7b1129a70594a1671f841da218bc5d502c949c358423b9-d # internal
2025-08-20T23:04:22.4774075Z [00:03:07.760]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jotform
2025-08-20T23:04:22.4774812Z [00:03:07.760]➜  mkdir -p $WORK/b1440/
2025-08-20T23:04:22.4775534Z [00:03:07.760]➜  cat >/tmp/go-build3700090427/b1440/importcfg << 'EOF' # internal
2025-08-20T23:04:22.4776192Z [00:03:07.760]➜  # import config
2025-08-20T23:04:22.4776842Z [00:03:07.760]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.4778169Z [00:03:07.760]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.4779932Z [00:03:07.760]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.4781460Z [00:03:07.760]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.4782758Z [00:03:07.760]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.4783684Z [00:03:07.760]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.4784491Z [00:03:07.760]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.4785085Z [00:03:07.760]➜  EOF
2025-08-20T23:04:22.4788854Z [00:03:07.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1440/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jotform=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jotform;$WORK/b1440=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jotform -lang=go1.24 -complete -installsuffix shared -buildid JOYxzdQsIdnrBZvmf1lp/JOYxzdQsIdnrBZvmf1lp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1440/importcfg -pack ./pkg/detectors/jotform/jotform.go
2025-08-20T23:04:22.4949921Z [00:03:07.778]➜  go tool buildid -w $WORK/b1426/_pkg_.a # internal
2025-08-20T23:04:22.4964787Z [00:03:07.779]➜  cp $WORK/b1426/_pkg_.a /root/.cache/go-build/a1/a18e6d5743de426434f298450e3ed2c0bcd008e15df231875b90653faaacfdcb-d # internal
2025-08-20T23:04:22.4966079Z [00:03:07.779]➜  github.com/microsoft/go-mssqldb/integratedauth/ntlm
2025-08-20T23:04:22.4974172Z [00:03:07.780]➜  mkdir -p $WORK/b1428/
2025-08-20T23:04:22.4974944Z [00:03:07.780]➜  cat >/tmp/go-build3700090427/b1428/importcfg << 'EOF' # internal
2025-08-20T23:04:22.4975620Z [00:03:07.780]➜  # import config
2025-08-20T23:04:22.4976534Z [00:03:07.780]➜  packagefile crypto/des=/tmp/go-build3700090427/b139/_pkg_.a
2025-08-20T23:04:22.4977451Z [00:03:07.780]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:22.4978335Z [00:03:07.780]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:04:22.4979194Z [00:03:07.780]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:22.4980306Z [00:03:07.780]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:22.4981186Z [00:03:07.780]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:22.4981973Z [00:03:07.780]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.4983060Z [00:03:07.780]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build3700090427/b1426/_pkg_.a
2025-08-20T23:04:22.4984348Z [00:03:07.780]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3700090427/b1427/_pkg_.a
2025-08-20T23:04:22.4985483Z [00:03:07.780]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3700090427/b1429/_pkg_.a
2025-08-20T23:04:22.4986411Z [00:03:07.780]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.4987214Z [00:03:07.780]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:22.4988058Z [00:03:07.780]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:04:22.5007915Z [00:03:07.780]➜  EOF
2025-08-20T23:04:22.5013061Z [00:03:07.780]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/integratedauth/ntlm=>github.com/microsoft/go-mssqldb@v1.8.2/integratedauth/ntlm;$WORK/b1428=>" -p github.com/microsoft/go-mssqldb/integratedauth/ntlm -lang=go1.18 -complete -installsuffix shared -buildid fy0-MPvKha_UWqw12IEe/fy0-MPvKha_UWqw12IEe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1428/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/integratedauth/ntlm/ntlm.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/integratedauth/ntlm/provider.go
2025-08-20T23:04:22.5285010Z [00:03:07.812]➜  go tool buildid -w $WORK/b1440/_pkg_.a # internal
2025-08-20T23:04:22.5298101Z [00:03:07.813]➜  cp $WORK/b1440/_pkg_.a /root/.cache/go-build/2e/2e54de189ff49182e8f3ade012b118fca35d1b9802933682dad5ab615577857b-d # internal
2025-08-20T23:04:22.5299565Z [00:03:07.813]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jumpcloud
2025-08-20T23:04:22.5300503Z [00:03:07.813]➜  mkdir -p $WORK/b1441/
2025-08-20T23:04:22.5304123Z [00:03:07.814]➜  cat >/tmp/go-build3700090427/b1441/importcfg << 'EOF' # internal
2025-08-20T23:04:22.5304780Z [00:03:07.814]➜  # import config
2025-08-20T23:04:22.5305411Z [00:03:07.814]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.5306588Z [00:03:07.814]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.5308087Z [00:03:07.814]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.5309791Z [00:03:07.814]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.5311133Z [00:03:07.814]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.5312066Z [00:03:07.814]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.5312892Z [00:03:07.814]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.5313497Z [00:03:07.814]➜  EOF
2025-08-20T23:04:22.5317497Z [00:03:07.814]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1441/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jumpcloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jumpcloud;$WORK/b1441=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jumpcloud -lang=go1.24 -complete -installsuffix shared -buildid XRffMWWRQYO7SSHoUZ_X/XRffMWWRQYO7SSHoUZ_X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1441/importcfg -pack ./pkg/detectors/jumpcloud/jumpcloud.go
2025-08-20T23:04:22.5635122Z [00:03:07.847]➜  go tool buildid -w $WORK/b1438/_pkg_.a # internal
2025-08-20T23:04:22.5691613Z [00:03:07.850]➜  cp $WORK/b1438/_pkg_.a /root/.cache/go-build/4d/4db9e3b5cc567c89898d6d990c7db1c5a7e548ca9e98f70503cdc4a272bcb941-d # internal
2025-08-20T23:04:22.5694063Z [00:03:07.852]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v2
2025-08-20T23:04:22.5694802Z [00:03:07.852]➜  mkdir -p $WORK/b1439/
2025-08-20T23:04:22.5695513Z [00:03:07.852]➜  cat >/tmp/go-build3700090427/b1439/importcfg << 'EOF' # internal
2025-08-20T23:04:22.5696198Z [00:03:07.852]➜  # import config
2025-08-20T23:04:22.5696859Z [00:03:07.852]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.5697677Z [00:03:07.852]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.5698856Z [00:03:07.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.5700524Z [00:03:07.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.5702153Z [00:03:07.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1=/tmp/go-build3700090427/b1438/_pkg_.a
2025-08-20T23:04:22.5703797Z [00:03:07.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.5705294Z [00:03:07.852]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.5706229Z [00:03:07.852]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.5710776Z [00:03:07.852]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.5711429Z [00:03:07.852]➜  EOF
2025-08-20T23:04:22.5715583Z [00:03:07.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1439/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v2;$WORK/b1439=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v2 -lang=go1.24 -complete -installsuffix shared -buildid 4C27nRDt3jkfODuKSOaq/4C27nRDt3jkfODuKSOaq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1439/importcfg -pack ./pkg/detectors/jiratoken/v2/jiratoken_v2.go
2025-08-20T23:04:22.5737016Z [00:03:07.854]➜  go tool buildid -w $WORK/b1428/_pkg_.a # internal
2025-08-20T23:04:22.5738382Z [00:03:07.855]➜  cp $WORK/b1428/_pkg_.a /root/.cache/go-build/42/425777b429958ad083e76d2812b6996deeb1f8af8eb3ceae762bc810cab8aee4-d # internal
2025-08-20T23:04:22.5740004Z [00:03:07.856]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jupiterone
2025-08-20T23:04:22.5740933Z [00:03:07.856]➜  mkdir -p $WORK/b1442/
2025-08-20T23:04:22.5741806Z [00:03:07.856]➜  cat >/tmp/go-build3700090427/b1442/importcfg << 'EOF' # internal
2025-08-20T23:04:22.5742539Z [00:03:07.856]➜  # import config
2025-08-20T23:04:22.5743189Z [00:03:07.856]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.5744002Z [00:03:07.856]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.5745137Z [00:03:07.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.5749515Z [00:03:07.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.5751088Z [00:03:07.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.5752382Z [00:03:07.856]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.5753321Z [00:03:07.856]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.5754168Z [00:03:07.856]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.5754949Z [00:03:07.856]➜  EOF
2025-08-20T23:04:22.5758848Z [00:03:07.857]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1442/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jupiterone=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jupiterone;$WORK/b1442=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jupiterone -lang=go1.24 -complete -installsuffix shared -buildid CRLC36tCzePhQzMnBy7v/CRLC36tCzePhQzMnBy7v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1442/importcfg -pack ./pkg/detectors/jupiterone/jupiterone.go
2025-08-20T23:04:22.5851321Z [00:03:07.868]➜  go tool buildid -w $WORK/b1441/_pkg_.a # internal
2025-08-20T23:04:22.5864825Z [00:03:07.870]➜  cp $WORK/b1441/_pkg_.a /root/.cache/go-build/6e/6e667361c6fe74ac4d9474c90e719cd90a3b5fb6756f8dafbf6b3856ab408013-d # internal
2025-08-20T23:04:22.5866625Z [00:03:07.870]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/juro
2025-08-20T23:04:22.5868802Z [00:03:07.870]➜  mkdir -p $WORK/b1443/
2025-08-20T23:04:22.5880650Z [00:03:07.871]➜  cat >/tmp/go-build3700090427/b1443/importcfg << 'EOF' # internal
2025-08-20T23:04:22.5881550Z [00:03:07.871]➜  # import config
2025-08-20T23:04:22.5882430Z [00:03:07.871]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.5883745Z [00:03:07.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.5885639Z [00:03:07.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.5887334Z [00:03:07.871]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.5889288Z [00:03:07.871]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.5890453Z [00:03:07.871]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.5891383Z [00:03:07.871]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.5891979Z [00:03:07.871]➜  EOF
2025-08-20T23:04:22.5895516Z [00:03:07.871]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1443/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/juro=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/juro;$WORK/b1443=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/juro -lang=go1.24 -complete -installsuffix shared -buildid eWKSKfCba3n667S7z_94/eWKSKfCba3n667S7z_94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1443/importcfg -pack ./pkg/detectors/juro/juro.go
2025-08-20T23:04:22.6292360Z [00:03:07.912]➜  go tool buildid -w $WORK/b1439/_pkg_.a # internal
2025-08-20T23:04:22.6311965Z [00:03:07.914]➜  cp $WORK/b1439/_pkg_.a /root/.cache/go-build/88/888e64c318a04c6e493885a7f0da022eba16917c18d3b1c102433950cbcb49ab-d # internal
2025-08-20T23:04:22.6317942Z [00:03:07.915]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanban
2025-08-20T23:04:22.6320824Z [00:03:07.915]➜  mkdir -p $WORK/b1444/
2025-08-20T23:04:22.6330697Z [00:03:07.916]➜  cat >/tmp/go-build3700090427/b1444/importcfg << 'EOF' # internal
2025-08-20T23:04:22.6338790Z [00:03:07.916]➜  # import config
2025-08-20T23:04:22.6342209Z [00:03:07.916]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.6343059Z [00:03:07.916]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.6344299Z [00:03:07.916]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.6345845Z [00:03:07.916]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.6347197Z [00:03:07.916]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.6348409Z [00:03:07.916]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.6349230Z [00:03:07.916]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.6350225Z [00:03:07.916]➜  EOF
2025-08-20T23:04:22.6369734Z [00:03:07.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1444/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanban=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanban;$WORK/b1444=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanban -lang=go1.24 -complete -installsuffix shared -buildid 4kW_jwBt6od53PL7c66q/4kW_jwBt6od53PL7c66q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1444/importcfg -pack ./pkg/detectors/kanban/kanban.go
2025-08-20T23:04:22.6373496Z [00:03:07.917]➜  go tool buildid -w $WORK/b1442/_pkg_.a # internal
2025-08-20T23:04:22.6374810Z [00:03:07.919]➜  cp $WORK/b1442/_pkg_.a /root/.cache/go-build/12/12104d7cb89f304b1e64daa3e8bb34d7f2ae9820f67a6b0f6e836e52a03f9c0a-d # internal
2025-08-20T23:04:22.6376587Z [00:03:07.919]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanbantool
2025-08-20T23:04:22.6377361Z [00:03:07.919]➜  mkdir -p $WORK/b1445/
2025-08-20T23:04:22.6378087Z [00:03:07.919]➜  cat >/tmp/go-build3700090427/b1445/importcfg << 'EOF' # internal
2025-08-20T23:04:22.6378757Z [00:03:07.919]➜  # import config
2025-08-20T23:04:22.6379617Z [00:03:07.919]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.6380461Z [00:03:07.919]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.6381788Z [00:03:07.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.6383316Z [00:03:07.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.6384605Z [00:03:07.919]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.6385532Z [00:03:07.919]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.6386356Z [00:03:07.919]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.6387145Z [00:03:07.919]➜  EOF
2025-08-20T23:04:22.6391601Z [00:03:07.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1445/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanbantool=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanbantool;$WORK/b1445=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanbantool -lang=go1.24 -complete -installsuffix shared -buildid CJIx4crQZJYsfr1IBzkg/CJIx4crQZJYsfr1IBzkg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1445/importcfg -pack ./pkg/detectors/kanbantool/kanbantool.go
2025-08-20T23:04:22.6560769Z [00:03:07.939]➜  go tool buildid -w $WORK/b1443/_pkg_.a # internal
2025-08-20T23:04:22.6647314Z [00:03:07.947]➜  cp $WORK/b1443/_pkg_.a /root/.cache/go-build/0f/0fc20277e22c5fcacea96c8257b3012f5e3e691cbf3d6c80c0147338f15ca35f-d # internal
2025-08-20T23:04:22.6654678Z [00:03:07.947]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/karmacrm
2025-08-20T23:04:22.6655518Z [00:03:07.947]➜  mkdir -p $WORK/b1446/
2025-08-20T23:04:22.6712651Z [00:03:07.953]➜  cat >/tmp/go-build3700090427/b1446/importcfg << 'EOF' # internal
2025-08-20T23:04:22.6713498Z [00:03:07.953]➜  # import config
2025-08-20T23:04:22.6714235Z [00:03:07.953]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.6715089Z [00:03:07.953]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.6716313Z [00:03:07.953]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.6718092Z [00:03:07.953]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.6719901Z [00:03:07.953]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.6721289Z [00:03:07.953]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.6722502Z [00:03:07.953]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.6723373Z [00:03:07.953]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.6724000Z [00:03:07.953]➜  EOF
2025-08-20T23:04:22.6728006Z [00:03:07.953]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1446/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/karmacrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/karmacrm;$WORK/b1446=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/karmacrm -lang=go1.24 -complete -installsuffix shared -buildid Bm11bUTLLJwQ-NhA5e09/Bm11bUTLLJwQ-NhA5e09 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1446/importcfg -pack ./pkg/detectors/karmacrm/karmacrm.go
2025-08-20T23:04:22.6903423Z [00:03:07.973]➜  go tool buildid -w $WORK/b1444/_pkg_.a # internal
2025-08-20T23:04:22.6930796Z [00:03:07.974]➜  cp $WORK/b1444/_pkg_.a /root/.cache/go-build/e8/e84be8966417a354e9f471b55a19d4d6e384c12468f707ccb7fd614acd093d63-d # internal
2025-08-20T23:04:22.6932230Z [00:03:07.975]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/keenio
2025-08-20T23:04:22.6932958Z [00:03:07.975]➜  mkdir -p $WORK/b1447/
2025-08-20T23:04:22.6933673Z [00:03:07.975]➜  cat >/tmp/go-build3700090427/b1447/importcfg << 'EOF' # internal
2025-08-20T23:04:22.6934339Z [00:03:07.975]➜  # import config
2025-08-20T23:04:22.6936159Z [00:03:07.975]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.6940845Z [00:03:07.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.6943734Z [00:03:07.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.6947171Z [00:03:07.975]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.6948647Z [00:03:07.975]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.6951019Z [00:03:07.975]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.6952280Z [00:03:07.975]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.6954283Z [00:03:07.975]➜  EOF
2025-08-20T23:04:22.6958615Z [00:03:07.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1447/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/keenio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/keenio;$WORK/b1447=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/keenio -lang=go1.24 -complete -installsuffix shared -buildid P2I_ZXTyd6uvkhzWmW0X/P2I_ZXTyd6uvkhzWmW0X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1447/importcfg -pack ./pkg/detectors/keenio/keenio.go
2025-08-20T23:04:22.7006367Z [00:03:07.984]➜  go tool buildid -w $WORK/b1445/_pkg_.a # internal
2025-08-20T23:04:22.7025922Z [00:03:07.985]➜  cp $WORK/b1445/_pkg_.a /root/.cache/go-build/2a/2a4da39bccdb7993b7e24b13541608385f955f9ff4ddc7b1ad7f6e4026487100-d # internal
2025-08-20T23:04:22.7027314Z [00:03:07.985]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kickbox
2025-08-20T23:04:22.7028040Z [00:03:07.985]➜  mkdir -p $WORK/b1448/
2025-08-20T23:04:22.7028745Z [00:03:07.985]➜  cat >/tmp/go-build3700090427/b1448/importcfg << 'EOF' # internal
2025-08-20T23:04:22.7029553Z [00:03:07.985]➜  # import config
2025-08-20T23:04:22.7030196Z [00:03:07.985]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.7031355Z [00:03:07.985]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.7032818Z [00:03:07.985]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.7035269Z [00:03:07.985]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.7036846Z [00:03:07.985]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.7037803Z [00:03:07.985]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.7038642Z [00:03:07.985]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.7039243Z [00:03:07.986]➜  EOF
2025-08-20T23:04:22.7043220Z [00:03:07.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1448/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kickbox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kickbox;$WORK/b1448=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kickbox -lang=go1.24 -complete -installsuffix shared -buildid jFajsxM5IkT-ctLTHvUr/jFajsxM5IkT-ctLTHvUr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1448/importcfg -pack ./pkg/detectors/kickbox/kickbox.go
2025-08-20T23:04:22.7493794Z [00:03:08.032]➜  go tool buildid -w $WORK/b1447/_pkg_.a # internal
2025-08-20T23:04:22.7496366Z [00:03:08.032]➜  go tool buildid -w $WORK/b1446/_pkg_.a # internal
2025-08-20T23:04:22.7509027Z [00:03:08.034]➜  cp $WORK/b1447/_pkg_.a /root/.cache/go-build/36/36bdb33b71e0196adb5c836e02def4b0424c4263dcec9d1aa6fa5d0eab7bf03c-d # internal
2025-08-20T23:04:22.7511127Z [00:03:08.034]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klaviyo
2025-08-20T23:04:22.7512489Z [00:03:08.034]➜  mkdir -p $WORK/b1449/
2025-08-20T23:04:22.7521357Z [00:03:08.035]➜  cat >/tmp/go-build3700090427/b1449/importcfg << 'EOF' # internal
2025-08-20T23:04:22.7522135Z [00:03:08.035]➜  # import config
2025-08-20T23:04:22.7522755Z [00:03:08.035]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.7523525Z [00:03:08.035]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:22.7524380Z [00:03:08.035]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.7525634Z [00:03:08.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.7527251Z [00:03:08.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.7528812Z [00:03:08.035]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.7530441Z [00:03:08.035]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.7531442Z [00:03:08.035]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.7532409Z [00:03:08.035]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.7533055Z [00:03:08.035]➜  EOF
2025-08-20T23:04:22.7536779Z [00:03:08.035]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1449/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klaviyo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klaviyo;$WORK/b1449=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klaviyo -lang=go1.24 -complete -installsuffix shared -buildid zt3Jh3tX8hXDCg0pK6oZ/zt3Jh3tX8hXDCg0pK6oZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1449/importcfg -pack ./pkg/detectors/klaviyo/klaviyo.go
2025-08-20T23:04:22.7556354Z [00:03:08.038]➜  cp $WORK/b1446/_pkg_.a /root/.cache/go-build/8c/8c019dcae4e78cb02cd492ff245eb52494e102c3aa6753551ad757ec70573fae-d # internal
2025-08-20T23:04:22.7558276Z [00:03:08.038]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klipfolio
2025-08-20T23:04:22.7559067Z [00:03:08.038]➜  mkdir -p $WORK/b1450/
2025-08-20T23:04:22.7559945Z [00:03:08.038]➜  cat >/tmp/go-build3700090427/b1450/importcfg << 'EOF' # internal
2025-08-20T23:04:22.7560599Z [00:03:08.038]➜  # import config
2025-08-20T23:04:22.7561234Z [00:03:08.038]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.7562377Z [00:03:08.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.7563978Z [00:03:08.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.7565479Z [00:03:08.038]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.7566798Z [00:03:08.038]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.7567727Z [00:03:08.038]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.7568672Z [00:03:08.038]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.7569273Z [00:03:08.038]➜  EOF
2025-08-20T23:04:22.7573316Z [00:03:08.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1450/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klipfolio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klipfolio;$WORK/b1450=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klipfolio -lang=go1.24 -complete -installsuffix shared -buildid jGotaUS95mz8UawppHtt/jGotaUS95mz8UawppHtt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1450/importcfg -pack ./pkg/detectors/klipfolio/klipfolio.go
2025-08-20T23:04:22.7636010Z [00:03:08.047]➜  go tool buildid -w $WORK/b1448/_pkg_.a # internal
2025-08-20T23:04:22.7644109Z [00:03:08.047]➜  cp $WORK/b1448/_pkg_.a /root/.cache/go-build/9d/9d262d2dec2ecba8f409761885fd6bf164aaced76d8303354254ffe3f78a6efa-d # internal
2025-08-20T23:04:22.7663350Z [00:03:08.047]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/knapsackpro
2025-08-20T23:04:22.7668468Z [00:03:08.047]➜  mkdir -p $WORK/b1451/
2025-08-20T23:04:22.7671554Z [00:03:08.047]➜  cat >/tmp/go-build3700090427/b1451/importcfg << 'EOF' # internal
2025-08-20T23:04:22.7680315Z [00:03:08.047]➜  # import config
2025-08-20T23:04:22.7681415Z [00:03:08.047]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.7682957Z [00:03:08.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.7685020Z [00:03:08.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.7686847Z [00:03:08.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.7688749Z [00:03:08.047]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.7690195Z [00:03:08.047]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.7691299Z [00:03:08.047]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.7692160Z [00:03:08.047]➜  EOF
2025-08-20T23:04:22.7696592Z [00:03:08.047]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1451/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/knapsackpro=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/knapsackpro;$WORK/b1451=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/knapsackpro -lang=go1.24 -complete -installsuffix shared -buildid VbBUKWzT-v_8h3AvnmcB/VbBUKWzT-v_8h3AvnmcB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1451/importcfg -pack ./pkg/detectors/knapsackpro/knapsackpro.go
2025-08-20T23:04:22.8152820Z [00:03:08.097]➜  go tool buildid -w $WORK/b1451/_pkg_.a # internal
2025-08-20T23:04:22.8167237Z [00:03:08.099]➜  cp $WORK/b1451/_pkg_.a /root/.cache/go-build/85/85e39c7037ee88a5387d4cd15f07fe01b1205305070bb09d1f0c81d79a7c84d1-d # internal
2025-08-20T23:04:22.8168697Z [00:03:08.099]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kontent
2025-08-20T23:04:22.8169575Z [00:03:08.099]➜  mkdir -p $WORK/b1452/
2025-08-20T23:04:22.8170307Z [00:03:08.099]➜  cat >/tmp/go-build3700090427/b1452/importcfg << 'EOF' # internal
2025-08-20T23:04:22.8170967Z [00:03:08.099]➜  # import config
2025-08-20T23:04:22.8172141Z [00:03:08.099]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.8173445Z [00:03:08.099]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.8174878Z [00:03:08.099]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.8176556Z [00:03:08.099]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.8178456Z [00:03:08.099]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.8180365Z [00:03:08.099]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.8181498Z [00:03:08.099]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.8182947Z [00:03:08.099]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.8184592Z [00:03:08.099]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.8185191Z [00:03:08.099]➜  EOF
2025-08-20T23:04:22.8189169Z [00:03:08.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1452/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kontent=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kontent;$WORK/b1452=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kontent -lang=go1.24 -complete -installsuffix shared -buildid ceygOfzUSRbDBwE1-zlK/ceygOfzUSRbDBwE1-zlK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1452/importcfg -pack ./pkg/detectors/kontent/kontent.go
2025-08-20T23:04:22.8216981Z [00:03:08.105]➜  go tool buildid -w $WORK/b1450/_pkg_.a # internal
2025-08-20T23:04:22.8232029Z [00:03:08.106]➜  cp $WORK/b1450/_pkg_.a /root/.cache/go-build/93/93c5fe43c3abb83d501a54e1f3581e289abbea7db69560b574ff2f5cd35f2ecf-d # internal
2025-08-20T23:04:22.8235460Z [00:03:08.107]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kraken
2025-08-20T23:04:22.8236274Z [00:03:08.107]➜  mkdir -p $WORK/b1453/
2025-08-20T23:04:22.8236883Z [00:03:08.107]➜  go tool buildid -w $WORK/b1449/_pkg_.a # internal
2025-08-20T23:04:22.8245965Z [00:03:08.108]➜  cat >/tmp/go-build3700090427/b1453/importcfg << 'EOF' # internal
2025-08-20T23:04:22.8247881Z [00:03:08.108]➜  # import config
2025-08-20T23:04:22.8248553Z [00:03:08.108]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.8249601Z [00:03:08.108]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:22.8250517Z [00:03:08.108]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:22.8251423Z [00:03:08.108]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:22.8252320Z [00:03:08.108]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:22.8253605Z [00:03:08.108]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.8255089Z [00:03:08.108]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.8256755Z [00:03:08.108]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.8258099Z [00:03:08.108]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.8258999Z [00:03:08.108]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.8260012Z [00:03:08.108]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.8260855Z [00:03:08.108]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:22.8261655Z [00:03:08.108]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:22.8262429Z [00:03:08.108]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.8263182Z [00:03:08.108]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:22.8263733Z [00:03:08.108]➜  EOF
2025-08-20T23:04:22.8267298Z [00:03:08.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1453/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kraken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kraken;$WORK/b1453=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kraken -lang=go1.24 -complete -installsuffix shared -buildid O3kx2H3SFdnwfHqLqDfr/O3kx2H3SFdnwfHqLqDfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1453/importcfg -pack ./pkg/detectors/kraken/kraken.go
2025-08-20T23:04:22.8283820Z [00:03:08.110]➜  cp $WORK/b1449/_pkg_.a /root/.cache/go-build/b5/b5bdb1e49c2c9e605a5aa429787b1edebee2691e200ac6e91a084afc6f550b6f-d # internal
2025-08-20T23:04:22.8285326Z [00:03:08.110]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kucoin
2025-08-20T23:04:22.8286043Z [00:03:08.110]➜  mkdir -p $WORK/b1454/
2025-08-20T23:04:22.8286779Z [00:03:08.111]➜  cat >/tmp/go-build3700090427/b1454/importcfg << 'EOF' # internal
2025-08-20T23:04:22.8287471Z [00:03:08.111]➜  # import config
2025-08-20T23:04:22.8288162Z [00:03:08.111]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.8289054Z [00:03:08.111]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:22.8290116Z [00:03:08.111]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:22.8291233Z [00:03:08.111]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:22.8292465Z [00:03:08.111]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.8293933Z [00:03:08.111]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.8295471Z [00:03:08.111]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.8296787Z [00:03:08.111]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.8297762Z [00:03:08.111]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.8298789Z [00:03:08.111]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:22.8299838Z [00:03:08.111]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.8300625Z [00:03:08.111]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:22.8301209Z [00:03:08.111]➜  EOF
2025-08-20T23:04:22.8304901Z [00:03:08.111]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1454/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kucoin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kucoin;$WORK/b1454=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kucoin -lang=go1.24 -complete -installsuffix shared -buildid oc_hX3IL11bx8bepJgpV/oc_hX3IL11bx8bepJgpV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1454/importcfg -pack ./pkg/detectors/kucoin/kucoin.go
2025-08-20T23:04:22.8812070Z [00:03:08.164]➜  go tool buildid -w $WORK/b1452/_pkg_.a # internal
2025-08-20T23:04:22.8825883Z [00:03:08.166]➜  cp $WORK/b1452/_pkg_.a /root/.cache/go-build/f6/f67f99e06c6d290466b6af4aa0dcb1614908184511633982d61f95270abccbc1-d # internal
2025-08-20T23:04:22.8857759Z [00:03:08.166]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kylas
2025-08-20T23:04:22.8858670Z [00:03:08.166]➜  mkdir -p $WORK/b1455/
2025-08-20T23:04:22.8859719Z [00:03:08.167]➜  cat >/tmp/go-build3700090427/b1455/importcfg << 'EOF' # internal
2025-08-20T23:04:22.8860421Z [00:03:08.167]➜  # import config
2025-08-20T23:04:22.8861075Z [00:03:08.167]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.8862232Z [00:03:08.167]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.8863688Z [00:03:08.167]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.8865190Z [00:03:08.167]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.8866474Z [00:03:08.167]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.8867386Z [00:03:08.167]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.8868210Z [00:03:08.167]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.8868814Z [00:03:08.167]➜  EOF
2025-08-20T23:04:22.8872727Z [00:03:08.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1455/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kylas=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kylas;$WORK/b1455=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kylas -lang=go1.24 -complete -installsuffix shared -buildid va-BuCL08TthcTIB53Xi/va-BuCL08TthcTIB53Xi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1455/importcfg -pack ./pkg/detectors/kylas/kylas.go
2025-08-20T23:04:22.8911606Z [00:03:08.174]➜  go tool buildid -w $WORK/b1453/_pkg_.a # internal
2025-08-20T23:04:22.8913524Z [00:03:08.175]➜  go tool buildid -w $WORK/b1454/_pkg_.a # internal
2025-08-20T23:04:22.8946308Z [00:03:08.176]➜  cp $WORK/b1453/_pkg_.a /root/.cache/go-build/82/82efb1d8b4a437fcafd3aac4bc5285a1d2f611fb91e88384f92c6770d6b8902f-d # internal
2025-08-20T23:04:22.8947936Z [00:03:08.176]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langfuse
2025-08-20T23:04:22.8948646Z [00:03:08.176]➜  mkdir -p $WORK/b1456/
2025-08-20T23:04:22.8949523Z [00:03:08.177]➜  cat >/tmp/go-build3700090427/b1456/importcfg << 'EOF' # internal
2025-08-20T23:04:22.8950206Z [00:03:08.177]➜  # import config
2025-08-20T23:04:22.8950866Z [00:03:08.177]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.8951692Z [00:03:08.177]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.8952842Z [00:03:08.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.8954293Z [00:03:08.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.8955986Z [00:03:08.177]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.8957335Z [00:03:08.177]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.8958276Z [00:03:08.177]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.8959095Z [00:03:08.177]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.8966226Z [00:03:08.177]➜  EOF
2025-08-20T23:04:22.8971352Z [00:03:08.177]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1456/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langfuse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langfuse;$WORK/b1456=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langfuse -lang=go1.24 -complete -installsuffix shared -buildid Uz2wgZ5-nTFWUtCaBqU3/Uz2wgZ5-nTFWUtCaBqU3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1456/importcfg -pack ./pkg/detectors/langfuse/langfuse.go
2025-08-20T23:04:22.8976561Z [00:03:08.177]➜  cp $WORK/b1454/_pkg_.a /root/.cache/go-build/3f/3f2ca62a9e38c282818c2bae3ff4df32ef1593007f42b039619a44acdbe9d13c-d # internal
2025-08-20T23:04:22.8978232Z [00:03:08.177]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langsmith
2025-08-20T23:04:22.8979130Z [00:03:08.179]➜  mkdir -p $WORK/b1457/
2025-08-20T23:04:22.8980204Z [00:03:08.179]➜  cat >/tmp/go-build3700090427/b1457/importcfg << 'EOF' # internal
2025-08-20T23:04:22.8981101Z [00:03:08.179]➜  # import config
2025-08-20T23:04:22.8981756Z [00:03:08.179]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.8982510Z [00:03:08.179]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.8983634Z [00:03:08.179]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.8985110Z [00:03:08.179]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.8987160Z [00:03:08.179]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.8988957Z [00:03:08.179]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.8990130Z [00:03:08.179]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.8991133Z [00:03:08.179]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.8991741Z [00:03:08.179]➜  EOF
2025-08-20T23:04:22.8995609Z [00:03:08.179]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1457/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langsmith=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langsmith;$WORK/b1457=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langsmith -lang=go1.24 -complete -installsuffix shared -buildid lQlnqQr4uQwRpL88szSl/lQlnqQr4uQwRpL88szSl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1457/importcfg -pack ./pkg/detectors/langsmith/langsmith.go
2025-08-20T23:04:22.9392212Z [00:03:08.222]➜  go tool buildid -w $WORK/b1455/_pkg_.a # internal
2025-08-20T23:04:22.9406263Z [00:03:08.224]➜  cp $WORK/b1455/_pkg_.a /root/.cache/go-build/40/40d328c43872955dc136d367df027bd030c171319d1f34a13c13bed0ddbcea69-d # internal
2025-08-20T23:04:22.9415475Z [00:03:08.224]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/languagelayer
2025-08-20T23:04:22.9416509Z [00:03:08.224]➜  mkdir -p $WORK/b1458/
2025-08-20T23:04:22.9423896Z [00:03:08.225]➜  cat >/tmp/go-build3700090427/b1458/importcfg << 'EOF' # internal
2025-08-20T23:04:22.9428847Z [00:03:08.225]➜  # import config
2025-08-20T23:04:22.9429769Z [00:03:08.225]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.9430635Z [00:03:08.225]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.9431971Z [00:03:08.225]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.9433506Z [00:03:08.225]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.9434958Z [00:03:08.226]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.9436269Z [00:03:08.226]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.9437212Z [00:03:08.226]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.9438019Z [00:03:08.226]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.9438871Z [00:03:08.226]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.9439681Z [00:03:08.226]➜  EOF
2025-08-20T23:04:22.9447336Z [00:03:08.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1458/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/languagelayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/languagelayer;$WORK/b1458=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/languagelayer -lang=go1.24 -complete -installsuffix shared -buildid T3OEqqoZsL_MTJIzMufr/T3OEqqoZsL_MTJIzMufr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1458/importcfg -pack ./pkg/detectors/languagelayer/languagelayer.go
2025-08-20T23:04:22.9584959Z [00:03:08.241]➜  go tool buildid -w $WORK/b1457/_pkg_.a # internal
2025-08-20T23:04:22.9601834Z [00:03:08.243]➜  cp $WORK/b1457/_pkg_.a /root/.cache/go-build/eb/eb11b4b30a5292e06f2b13118f473816d711b883904649907409720fefc812d9-d # internal
2025-08-20T23:04:22.9606791Z [00:03:08.244]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuite
2025-08-20T23:04:22.9610246Z [00:03:08.244]➜  mkdir -p $WORK/b1459/
2025-08-20T23:04:22.9620844Z [00:03:08.245]➜  cat >/tmp/go-build3700090427/b1459/importcfg << 'EOF' # internal
2025-08-20T23:04:22.9621776Z [00:03:08.245]➜  # import config
2025-08-20T23:04:22.9623556Z [00:03:08.245]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.9625603Z [00:03:08.245]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:22.9626470Z [00:03:08.245]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.9627611Z [00:03:08.245]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.9629282Z [00:03:08.245]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.9630987Z [00:03:08.245]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.9632299Z [00:03:08.245]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.9633180Z [00:03:08.245]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.9633955Z [00:03:08.245]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.9634734Z [00:03:08.245]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:22.9651760Z [00:03:08.245]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.9652372Z [00:03:08.245]➜  EOF
2025-08-20T23:04:22.9656277Z [00:03:08.245]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1459/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuite;$WORK/b1459=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuite -lang=go1.24 -complete -installsuffix shared -buildid FpBPz6-WaajtvV9uiEvK/FpBPz6-WaajtvV9uiEvK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1459/importcfg -pack ./pkg/detectors/larksuite/larksuite.go
2025-08-20T23:04:22.9663119Z [00:03:08.249]➜  go tool buildid -w $WORK/b1456/_pkg_.a # internal
2025-08-20T23:04:22.9679008Z [00:03:08.251]➜  cp $WORK/b1456/_pkg_.a /root/.cache/go-build/e3/e33816c90f162f027f75222982e1f835c5da93d616d5f577abb792dccadad129-d # internal
2025-08-20T23:04:22.9680788Z [00:03:08.251]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuiteapikey
2025-08-20T23:04:22.9681819Z [00:03:08.251]➜  mkdir -p $WORK/b1460/
2025-08-20T23:04:22.9686687Z [00:03:08.252]➜  cat >/tmp/go-build3700090427/b1460/importcfg << 'EOF' # internal
2025-08-20T23:04:22.9687354Z [00:03:08.252]➜  # import config
2025-08-20T23:04:22.9689536Z [00:03:08.252]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:22.9691338Z [00:03:08.252]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:22.9692169Z [00:03:08.252]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:22.9693290Z [00:03:08.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:22.9694843Z [00:03:08.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:22.9696872Z [00:03:08.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:22.9698202Z [00:03:08.252]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:22.9699126Z [00:03:08.252]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:22.9700135Z [00:03:08.252]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:22.9700982Z [00:03:08.252]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:22.9701642Z [00:03:08.252]➜  EOF
2025-08-20T23:04:22.9705762Z [00:03:08.252]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1460/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuiteapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuiteapikey;$WORK/b1460=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuiteapikey -lang=go1.24 -complete -installsuffix shared -buildid 8R-cxyZgktA2YS6C1_jR/8R-cxyZgktA2YS6C1_jR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1460/importcfg -pack ./pkg/detectors/larksuiteapikey/larksuiteapikey.go
2025-08-20T23:04:23.0135199Z [00:03:08.297]➜  go tool buildid -w $WORK/b1458/_pkg_.a # internal
2025-08-20T23:04:23.0149879Z [00:03:08.298]➜  cp $WORK/b1458/_pkg_.a /root/.cache/go-build/0c/0c61c0df756489a5b7f81c3e408197187edb24b4c3cf3e2f38267138d7264393-d # internal
2025-08-20T23:04:23.0154758Z [00:03:08.299]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/launchdarkly
2025-08-20T23:04:23.0155545Z [00:03:08.299]➜  mkdir -p $WORK/b1461/
2025-08-20T23:04:23.0176335Z [00:03:08.301]➜  cat >/tmp/go-build3700090427/b1461/importcfg << 'EOF' # internal
2025-08-20T23:04:23.0178014Z [00:03:08.301]➜  # import config
2025-08-20T23:04:23.0178696Z [00:03:08.301]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.0179736Z [00:03:08.301]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:23.0180635Z [00:03:08.301]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.0181791Z [00:03:08.301]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.0183496Z [00:03:08.301]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.0185083Z [00:03:08.301]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.0186390Z [00:03:08.301]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.0187304Z [00:03:08.301]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:23.0188108Z [00:03:08.301]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.0188953Z [00:03:08.301]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.0189755Z [00:03:08.301]➜  EOF
2025-08-20T23:04:23.0193868Z [00:03:08.301]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1461/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/launchdarkly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/launchdarkly;$WORK/b1461=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/launchdarkly -lang=go1.24 -complete -installsuffix shared -buildid HWQzW-psBMoQ3fyZyO4J/HWQzW-psBMoQ3fyZyO4J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1461/importcfg -pack ./pkg/detectors/launchdarkly/launchdarkly.go
2025-08-20T23:04:23.0475325Z [00:03:08.331]➜  go tool buildid -w $WORK/b1459/_pkg_.a # internal
2025-08-20T23:04:23.0505647Z [00:03:08.333]➜  cp $WORK/b1459/_pkg_.a /root/.cache/go-build/4c/4cf7332c57ff810a9ecfb95d3f9bcd95adee96a36de60958aebb90e6f0af476e-d # internal
2025-08-20T23:04:23.0513964Z [00:03:08.334]➜  github.com/Azure/go-ntlmssp
2025-08-20T23:04:23.0514567Z [00:03:08.334]➜  mkdir -p $WORK/b1464/
2025-08-20T23:04:23.0533032Z [00:03:08.334]➜  cat >/tmp/go-build3700090427/b1464/importcfg << 'EOF' # internal
2025-08-20T23:04:23.0542121Z [00:03:08.334]➜  # import config
2025-08-20T23:04:23.0543339Z [00:03:08.334]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:23.0544563Z [00:03:08.334]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:23.0545812Z [00:03:08.334]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:04:23.0547103Z [00:03:08.334]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:23.0548005Z [00:03:08.334]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:23.0549918Z [00:03:08.334]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:23.0551288Z [00:03:08.334]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:23.0552112Z [00:03:08.334]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:23.0552925Z [00:03:08.334]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.0553866Z [00:03:08.334]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3700090427/b1429/_pkg_.a
2025-08-20T23:04:23.0554789Z [00:03:08.334]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:23.0555595Z [00:03:08.335]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:23.0556442Z [00:03:08.335]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.0557467Z [00:03:08.335]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.0558306Z [00:03:08.335]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:23.0559152Z [00:03:08.335]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:04:23.0570456Z [00:03:08.335]➜  EOF
2025-08-20T23:04:23.0582072Z [00:03:08.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1464/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358=>github.com/Azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358;$WORK/b1464=>" -p github.com/Azure/go-ntlmssp -lang=go1.16 -complete -installsuffix shared -buildid lZKAig8XuEjojYgdpVlB/lZKAig8XuEjojYgdpVlB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1464/importcfg -pack /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/authenticate_message.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/authheader.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/avids.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/challenge_message.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/messageheader.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/negotiate_flags.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/negotiate_message.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/negotiator.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/nlmp.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/unicode.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/varfield.go /root/go/pkg/mod/github.com/!azure/go-ntlmssp@v0.0.0-20221128193559-754e69321358/version.go
2025-08-20T23:04:23.0751378Z [00:03:08.358]➜  go tool buildid -w $WORK/b1460/_pkg_.a # internal
2025-08-20T23:04:23.0779090Z [00:03:08.361]➜  cp $WORK/b1460/_pkg_.a /root/.cache/go-build/a8/a820edfdb208d1da008c24fa41a3417b6cccf9a4d6b7e2d58b7341f0ae9e3d41-d # internal
2025-08-20T23:04:23.0788072Z [00:03:08.361]➜  github.com/go-asn1-ber/asn1-ber
2025-08-20T23:04:23.0788669Z [00:03:08.361]➜  mkdir -p $WORK/b1465/
2025-08-20T23:04:23.0789670Z [00:03:08.361]➜  cat >/tmp/go-build3700090427/b1465/importcfg << 'EOF' # internal
2025-08-20T23:04:23.0790376Z [00:03:08.361]➜  # import config
2025-08-20T23:04:23.0791310Z [00:03:08.361]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:23.0792182Z [00:03:08.361]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:23.0793012Z [00:03:08.361]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.0793769Z [00:03:08.361]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:23.0794590Z [00:03:08.361]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:23.0795397Z [00:03:08.361]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:23.0796184Z [00:03:08.361]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:23.0797045Z [00:03:08.361]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:23.0797865Z [00:03:08.361]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:23.0798645Z [00:03:08.361]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.0799605Z [00:03:08.361]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:23.0800403Z [00:03:08.361]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:23.0801037Z [00:03:08.361]➜  EOF
2025-08-20T23:04:23.0810055Z [00:03:08.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1465/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667=>github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667;$WORK/b1465=>" -p github.com/go-asn1-ber/asn1-ber -lang=go1.13 -complete -installsuffix shared -buildid Drn0l-CEbFuETCwRNw8l/Drn0l-CEbFuETCwRNw8l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1465/importcfg -pack /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/ber.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/content_int.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/generalizedTime.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/header.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/identifier.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/length.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/real.go /root/go/pkg/mod/github.com/go-asn1-ber/asn1-ber@v1.5.8-0.20250403174932-29230038a667/util.go
2025-08-20T23:04:23.1015819Z [00:03:08.385]➜  go tool buildid -w $WORK/b1461/_pkg_.a # internal
2025-08-20T23:04:23.1033398Z [00:03:08.386]➜  cp $WORK/b1461/_pkg_.a /root/.cache/go-build/12/127531cd79c5a0d292191e2f044736c6b6d1de3e0e186adfb2fc186c768f8b7c-d # internal
2025-08-20T23:04:23.1034973Z [00:03:08.387]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/leadfeeder
2025-08-20T23:04:23.1035883Z [00:03:08.387]➜  mkdir -p $WORK/b1466/
2025-08-20T23:04:23.1056281Z [00:03:08.388]➜  cat >/tmp/go-build3700090427/b1466/importcfg << 'EOF' # internal
2025-08-20T23:04:23.1057042Z [00:03:08.388]➜  # import config
2025-08-20T23:04:23.1070402Z [00:03:08.389]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.1072545Z [00:03:08.389]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.1073755Z [00:03:08.389]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.1075325Z [00:03:08.389]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.1076922Z [00:03:08.389]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.1078261Z [00:03:08.389]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.1079208Z [00:03:08.389]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.1080785Z [00:03:08.389]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.1081442Z [00:03:08.389]➜  EOF
2025-08-20T23:04:23.1085399Z [00:03:08.389]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1466/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/leadfeeder=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/leadfeeder;$WORK/b1466=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/leadfeeder -lang=go1.24 -complete -installsuffix shared -buildid P2si0U0RRRpFWWoY1pXR/P2si0U0RRRpFWWoY1pXR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1466/importcfg -pack ./pkg/detectors/leadfeeder/leadfeeder.go
2025-08-20T23:04:23.1552913Z [00:03:08.438]➜  go tool buildid -w $WORK/b1430/_pkg_.a # internal
2025-08-20T23:04:23.1600851Z [00:03:08.443]➜  cp $WORK/b1430/_pkg_.a /root/.cache/go-build/db/db06ab1bf8106816efa127cd844e6f411425aef93308387ba4a4f838a8bfbc08-d # internal
2025-08-20T23:04:23.1613360Z [00:03:08.445]➜  github.com/microsoft/go-mssqldb
2025-08-20T23:04:23.1614393Z [00:03:08.445]➜  mkdir -p $WORK/b1422/
2025-08-20T23:04:23.1627018Z [00:03:08.446]➜  cat >/tmp/go-build3700090427/b1422/importcfg << 'EOF' # internal
2025-08-20T23:04:23.1627685Z [00:03:08.446]➜  # import config
2025-08-20T23:04:23.1628304Z [00:03:08.446]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:23.1629084Z [00:03:08.446]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.1630204Z [00:03:08.446]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:23.1631005Z [00:03:08.446]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:04:23.1631832Z [00:03:08.446]➜  packagefile database/sql/driver=/tmp/go-build3700090427/b279/_pkg_.a
2025-08-20T23:04:23.1632740Z [00:03:08.446]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:23.1633644Z [00:03:08.446]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:23.1634664Z [00:03:08.446]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:23.1635519Z [00:03:08.446]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:23.1636632Z [00:03:08.446]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.1639913Z [00:03:08.446]➜  packagefile github.com/golang-sql/civil=/tmp/go-build3700090427/b1423/_pkg_.a
2025-08-20T23:04:23.1641331Z [00:03:08.446]➜  packagefile github.com/golang-sql/sqlexp=/tmp/go-build3700090427/b1424/_pkg_.a
2025-08-20T23:04:23.1642680Z [00:03:08.446]➜  packagefile github.com/google/uuid=/tmp/go-build3700090427/b278/_pkg_.a
2025-08-20T23:04:23.1644033Z [00:03:08.446]➜  packagefile github.com/microsoft/go-mssqldb/aecmk=/tmp/go-build3700090427/b1425/_pkg_.a
2025-08-20T23:04:23.1645549Z [00:03:08.446]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build3700090427/b1426/_pkg_.a
2025-08-20T23:04:23.1647246Z [00:03:08.446]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/ntlm=/tmp/go-build3700090427/b1428/_pkg_.a
2025-08-20T23:04:23.1650061Z [00:03:08.446]➜  packagefile github.com/microsoft/go-mssqldb/internal/cp=/tmp/go-build3700090427/b1430/_pkg_.a
2025-08-20T23:04:23.1651360Z [00:03:08.446]➜  packagefile github.com/microsoft/go-mssqldb/internal/decimal=/tmp/go-build3700090427/b1431/_pkg_.a
2025-08-20T23:04:23.1652992Z [00:03:08.446]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=/tmp/go-build3700090427/b1432/_pkg_.a
2025-08-20T23:04:23.1655066Z [00:03:08.446]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build3700090427/b1434/_pkg_.a
2025-08-20T23:04:23.1657136Z [00:03:08.446]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build3700090427/b1435/_pkg_.a
2025-08-20T23:04:23.1658835Z [00:03:08.446]➜  packagefile github.com/microsoft/go-mssqldb/internal/querytext=/tmp/go-build3700090427/b1437/_pkg_.a
2025-08-20T23:04:23.1661672Z [00:03:08.446]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3700090427/b1427/_pkg_.a
2025-08-20T23:04:23.1663006Z [00:03:08.446]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3700090427/b830/_pkg_.a
2025-08-20T23:04:23.1663978Z [00:03:08.446]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:23.1664763Z [00:03:08.446]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:23.1665594Z [00:03:08.446]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:23.1666401Z [00:03:08.446]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:23.1667169Z [00:03:08.446]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:23.1667947Z [00:03:08.446]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:23.1668735Z [00:03:08.446]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:23.1669756Z [00:03:08.446]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:23.1670547Z [00:03:08.446]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.1671694Z [00:03:08.446]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:23.1672473Z [00:03:08.446]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:23.1673272Z [00:03:08.446]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:23.1674562Z [00:03:08.446]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:04:23.1675468Z [00:03:08.446]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:23.1676107Z [00:03:08.446]➜  EOF
2025-08-20T23:04:23.1694464Z [00:03:08.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2=>github.com/microsoft/go-mssqldb@v1.8.2;$WORK/b1422=>" -p github.com/microsoft/go-mssqldb -lang=go1.18 -complete -installsuffix shared -buildid 3DptdiF8jajnYIeAev2F/3DptdiF8jajnYIeAev2F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1422/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/accesstokenconnector.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/auth_unix.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/buf.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/bulkcopy.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/bulkcopy_sql.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/columnencryptionkey.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/convert.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/doc.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/encrypt.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/error.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/fedauth.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/log.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/mssql.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/mssql_go110.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/mssql_go118.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/mssql_go19.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/net.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/protocol.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/protocol_go113.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/quoter.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/rpc.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/session.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/tds.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/token.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/token_string.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/tran.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/tvp_go19.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/types.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/ucs22str.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/uniqueidentifier.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/uniqueidentifier_null.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.2/version.go
2025-08-20T23:04:23.1849299Z [00:03:08.468]➜  go tool buildid -w $WORK/b1464/_pkg_.a # internal
2025-08-20T23:04:23.1885367Z [00:03:08.471]➜  cp $WORK/b1464/_pkg_.a /root/.cache/go-build/6f/6f41904f6b6d62f588e419c4ce3cb12e674da4ab23980300ce3e4af7cce38952-d # internal
2025-08-20T23:04:23.1888176Z [00:03:08.471]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemlist
2025-08-20T23:04:23.1889132Z [00:03:08.471]➜  mkdir -p $WORK/b1467/
2025-08-20T23:04:23.1891379Z [00:03:08.472]➜  cat >/tmp/go-build3700090427/b1467/importcfg << 'EOF' # internal
2025-08-20T23:04:23.1892680Z [00:03:08.472]➜  # import config
2025-08-20T23:04:23.1893332Z [00:03:08.472]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.1894248Z [00:03:08.472]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:23.1895126Z [00:03:08.472]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.1896268Z [00:03:08.472]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.1897741Z [00:03:08.472]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.1899666Z [00:03:08.472]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.1900973Z [00:03:08.472]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.1901884Z [00:03:08.472]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.1902771Z [00:03:08.472]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.1903396Z [00:03:08.472]➜  EOF
2025-08-20T23:04:23.1907280Z [00:03:08.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1467/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemlist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemlist;$WORK/b1467=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemlist -lang=go1.24 -complete -installsuffix shared -buildid ma2gknHjblC__polOZ1O/ma2gknHjblC__polOZ1O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1467/importcfg -pack ./pkg/detectors/lemlist/lemlist.go
2025-08-20T23:04:23.2053401Z [00:03:08.488]➜  go tool buildid -w $WORK/b1466/_pkg_.a # internal
2025-08-20T23:04:23.2071462Z [00:03:08.490]➜  cp $WORK/b1466/_pkg_.a /root/.cache/go-build/0d/0dbc9031fa270482cd1e1bfcd259d9d2f96f8d9131fc3fed718fadedd75e5525-d # internal
2025-08-20T23:04:23.2072922Z [00:03:08.490]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemonsqueezy
2025-08-20T23:04:23.2073716Z [00:03:08.490]➜  mkdir -p $WORK/b1468/
2025-08-20T23:04:23.2083351Z [00:03:08.491]➜  cat >/tmp/go-build3700090427/b1468/importcfg << 'EOF' # internal
2025-08-20T23:04:23.2084852Z [00:03:08.492]➜  # import config
2025-08-20T23:04:23.2085590Z [00:03:08.492]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.2086419Z [00:03:08.492]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.2087643Z [00:03:08.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.2089208Z [00:03:08.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.2091661Z [00:03:08.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.2093024Z [00:03:08.492]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.2094043Z [00:03:08.492]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.2095164Z [00:03:08.492]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.2095867Z [00:03:08.492]➜  EOF
2025-08-20T23:04:23.2100020Z [00:03:08.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1468/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemonsqueezy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemonsqueezy;$WORK/b1468=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemonsqueezy -lang=go1.24 -complete -installsuffix shared -buildid nRt3s-FQkmhLjPM4cli5/nRt3s-FQkmhLjPM4cli5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1468/importcfg -pack ./pkg/detectors/lemonsqueezy/lemonsqueezy.go
2025-08-20T23:04:23.2241023Z [00:03:08.504]➜  go tool buildid -w $WORK/b1465/_pkg_.a # internal
2025-08-20T23:04:23.2250434Z [00:03:08.508]➜  cp $WORK/b1465/_pkg_.a /root/.cache/go-build/33/3313470ee519ed0ebc4a34ce29ada31c83e71b87e76d26eadde3ebd50d209635-d # internal
2025-08-20T23:04:23.2251683Z [00:03:08.508]➜  github.com/go-ldap/ldap/v3
2025-08-20T23:04:23.2252253Z [00:03:08.508]➜  mkdir -p $WORK/b1463/
2025-08-20T23:04:23.2252997Z [00:03:08.508]➜  cat >/tmp/go-build3700090427/b1463/importcfg << 'EOF' # internal
2025-08-20T23:04:23.2253706Z [00:03:08.508]➜  # import config
2025-08-20T23:04:23.2254393Z [00:03:08.508]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:23.2255216Z [00:03:08.508]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:23.2256263Z [00:03:08.508]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.2257136Z [00:03:08.508]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:04:23.2258070Z [00:03:08.508]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:23.2258989Z [00:03:08.508]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:23.2260098Z [00:03:08.508]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:23.2261156Z [00:03:08.508]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:23.2262021Z [00:03:08.508]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.2263221Z [00:03:08.508]➜  packagefile github.com/Azure/go-ntlmssp=/tmp/go-build3700090427/b1464/_pkg_.a
2025-08-20T23:04:23.2264348Z [00:03:08.508]➜  packagefile github.com/go-asn1-ber/asn1-ber=/tmp/go-build3700090427/b1465/_pkg_.a
2025-08-20T23:04:23.2265463Z [00:03:08.508]➜  packagefile github.com/google/uuid=/tmp/go-build3700090427/b278/_pkg_.a
2025-08-20T23:04:23.2266539Z [00:03:08.508]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3700090427/b1429/_pkg_.a
2025-08-20T23:04:23.2267485Z [00:03:08.508]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:23.2268350Z [00:03:08.508]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:23.2269198Z [00:03:08.508]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:23.2270214Z [00:03:08.508]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:04:23.2271056Z [00:03:08.508]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:23.2271908Z [00:03:08.508]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:23.2272744Z [00:03:08.508]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:23.2273581Z [00:03:08.508]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:23.2274435Z [00:03:08.508]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:23.2275326Z [00:03:08.508]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:23.2276149Z [00:03:08.508]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.2276926Z [00:03:08.508]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:23.2277734Z [00:03:08.508]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:23.2278696Z [00:03:08.508]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:23.2279687Z [00:03:08.508]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:23.2280551Z [00:03:08.508]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:04:23.2281363Z [00:03:08.508]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:23.2281963Z [00:03:08.508]➜  EOF
2025-08-20T23:04:23.2293891Z [00:03:08.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11=>github.com/go-ldap/ldap/v3@v3.4.11;$WORK/b1463=>" -p github.com/go-ldap/ldap/v3 -lang=go1.23 -complete -installsuffix shared -buildid 8IJaAoVr0Ja52Juuqa-I/8IJaAoVr0Ja52Juuqa-I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1463/importcfg -pack /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/add.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/bind.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/client.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/compare.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/conn.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/control.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/debug.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/del.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/dn.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/doc.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/error.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/extended.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/filter.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/ldap.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/moddn.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/modify.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/passwdmodify.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/request.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/response.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/search.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/unbind.go /root/go/pkg/mod/github.com/go-ldap/ldap/v3@v3.4.11/whoami.go
2025-08-20T23:04:23.2468761Z [00:03:08.530]➜  go tool buildid -w $WORK/b1467/_pkg_.a # internal
2025-08-20T23:04:23.2531577Z [00:03:08.536]➜  cp $WORK/b1467/_pkg_.a /root/.cache/go-build/ca/ca5633156163d58c990557de4316d6d34a3a506702f5486cb37927126c17fb50-d # internal
2025-08-20T23:04:23.2541945Z [00:03:08.537]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lendflow
2025-08-20T23:04:23.2542973Z [00:03:08.537]➜  mkdir -p $WORK/b1469/
2025-08-20T23:04:23.2543834Z [00:03:08.537]➜  cat >/tmp/go-build3700090427/b1469/importcfg << 'EOF' # internal
2025-08-20T23:04:23.2544436Z [00:03:08.537]➜  # import config
2025-08-20T23:04:23.2545220Z [00:03:08.537]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.2546205Z [00:03:08.537]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.2547554Z [00:03:08.537]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.2549273Z [00:03:08.537]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.2551161Z [00:03:08.537]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.2552681Z [00:03:08.537]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.2553775Z [00:03:08.537]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.2554665Z [00:03:08.537]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.2555677Z [00:03:08.537]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:23.2556745Z [00:03:08.537]➜  EOF
2025-08-20T23:04:23.2561165Z [00:03:08.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1469/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lendflow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lendflow;$WORK/b1469=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lendflow -lang=go1.24 -complete -installsuffix shared -buildid xUbXU9MSD0t3xIz3izbk/xUbXU9MSD0t3xIz3izbk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1469/importcfg -pack ./pkg/detectors/lendflow/lendflow.go
2025-08-20T23:04:23.2691017Z [00:03:08.552]➜  go tool buildid -w $WORK/b1468/_pkg_.a # internal
2025-08-20T23:04:23.2708515Z [00:03:08.554]➜  cp $WORK/b1468/_pkg_.a /root/.cache/go-build/bc/bcc71a5b7f17f88969a6eb6601ef3ee9007f5e9e7b5427f29810f6c20730a05a-d # internal
2025-08-20T23:04:23.2710133Z [00:03:08.554]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lessannoyingcrm
2025-08-20T23:04:23.2712996Z [00:03:08.554]➜  mkdir -p $WORK/b1470/
2025-08-20T23:04:23.2714820Z [00:03:08.555]➜  cat >/tmp/go-build3700090427/b1470/importcfg << 'EOF' # internal
2025-08-20T23:04:23.2715479Z [00:03:08.555]➜  # import config
2025-08-20T23:04:23.2716157Z [00:03:08.555]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.2716940Z [00:03:08.555]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.2718024Z [00:03:08.555]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.2719596Z [00:03:08.555]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.2721350Z [00:03:08.555]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.2722675Z [00:03:08.555]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.2723631Z [00:03:08.555]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.2724448Z [00:03:08.555]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.2725050Z [00:03:08.555]➜  EOF
2025-08-20T23:04:23.2729497Z [00:03:08.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1470/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lessannoyingcrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lessannoyingcrm;$WORK/b1470=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lessannoyingcrm -lang=go1.24 -complete -installsuffix shared -buildid vFSGm-fSa3theDFyt6gn/vFSGm-fSa3theDFyt6gn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1470/importcfg -pack ./pkg/detectors/lessannoyingcrm/lessannoyingcrm.go
2025-08-20T23:04:23.3080193Z [00:03:08.591]➜  go tool buildid -w $WORK/b1469/_pkg_.a # internal
2025-08-20T23:04:23.3097486Z [00:03:08.593]➜  cp $WORK/b1469/_pkg_.a /root/.cache/go-build/92/926f75fd820dab5426be2e62a7d0961ce4e86869f96253c9597530601110213f-d # internal
2025-08-20T23:04:23.3104884Z [00:03:08.594]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lexigram
2025-08-20T23:04:23.3109231Z [00:03:08.594]➜  mkdir -p $WORK/b1471/
2025-08-20T23:04:23.3118877Z [00:03:08.595]➜  cat >/tmp/go-build3700090427/b1471/importcfg << 'EOF' # internal
2025-08-20T23:04:23.3120320Z [00:03:08.595]➜  # import config
2025-08-20T23:04:23.3121530Z [00:03:08.595]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.3123840Z [00:03:08.595]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.3125302Z [00:03:08.595]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.3129771Z [00:03:08.595]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.3131406Z [00:03:08.595]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.3132750Z [00:03:08.595]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.3133967Z [00:03:08.595]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.3134884Z [00:03:08.595]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.3135572Z [00:03:08.595]➜  EOF
2025-08-20T23:04:23.3146152Z [00:03:08.597]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1471/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lexigram=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lexigram;$WORK/b1471=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lexigram -lang=go1.24 -complete -installsuffix shared -buildid GLWItnPkFdsVcDBWcaMn/GLWItnPkFdsVcDBWcaMn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1471/importcfg -pack ./pkg/detectors/lexigram/lexigram.go
2025-08-20T23:04:23.3314532Z [00:03:08.614]➜  go tool buildid -w $WORK/b1470/_pkg_.a # internal
2025-08-20T23:04:23.3328361Z [00:03:08.616]➜  cp $WORK/b1470/_pkg_.a /root/.cache/go-build/c3/c39eef2c00a6b842d4d70c79ed35c76ff2fe2645a363109bba1beb374a20cf15-d # internal
2025-08-20T23:04:23.3334893Z [00:03:08.616]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linearapi
2025-08-20T23:04:23.3335703Z [00:03:08.616]➜  mkdir -p $WORK/b1472/
2025-08-20T23:04:23.3341109Z [00:03:08.617]➜  cat >/tmp/go-build3700090427/b1472/importcfg << 'EOF' # internal
2025-08-20T23:04:23.3342188Z [00:03:08.617]➜  # import config
2025-08-20T23:04:23.3345035Z [00:03:08.617]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.3346551Z [00:03:08.617]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.3348129Z [00:03:08.617]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.3349820Z [00:03:08.617]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.3351224Z [00:03:08.617]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.3352384Z [00:03:08.617]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:23.3353287Z [00:03:08.617]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.3354321Z [00:03:08.617]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.3354976Z [00:03:08.617]➜  EOF
2025-08-20T23:04:23.3358905Z [00:03:08.617]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1472/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linearapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linearapi;$WORK/b1472=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linearapi -lang=go1.24 -complete -installsuffix shared -buildid s9Vh47y3l0_cZfq5oqr6/s9Vh47y3l0_cZfq5oqr6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1472/importcfg -pack ./pkg/detectors/linearapi/linearapi.go
2025-08-20T23:04:23.3741440Z [00:03:08.657]➜  go tool buildid -w $WORK/b1471/_pkg_.a # internal
2025-08-20T23:04:23.3760717Z [00:03:08.659]➜  cp $WORK/b1471/_pkg_.a /root/.cache/go-build/7e/7e59ac7ad1e34d8fb921a11b0d0f3d0363668662cd6cbfff02e3d9b3533291be-d # internal
2025-08-20T23:04:23.3767187Z [00:03:08.660]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linenotify
2025-08-20T23:04:23.3769868Z [00:03:08.660]➜  mkdir -p $WORK/b1473/
2025-08-20T23:04:23.3780519Z [00:03:08.661]➜  cat >/tmp/go-build3700090427/b1473/importcfg << 'EOF' # internal
2025-08-20T23:04:23.3804336Z [00:03:08.661]➜  # import config
2025-08-20T23:04:23.3805015Z [00:03:08.661]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.3805819Z [00:03:08.661]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.3806930Z [00:03:08.661]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.3808440Z [00:03:08.661]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.3822655Z [00:03:08.661]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.3824160Z [00:03:08.661]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.3825128Z [00:03:08.661]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.3825997Z [00:03:08.661]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.3826636Z [00:03:08.661]➜  EOF
2025-08-20T23:04:23.3830689Z [00:03:08.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1473/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linenotify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linenotify;$WORK/b1473=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linenotify -lang=go1.24 -complete -installsuffix shared -buildid C72YBGzuH7eqSVnZZaUD/C72YBGzuH7eqSVnZZaUD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1473/importcfg -pack ./pkg/detectors/linenotify/linenotify.go
2025-08-20T23:04:23.3894998Z [00:03:08.673]➜  go tool buildid -w $WORK/b1472/_pkg_.a # internal
2025-08-20T23:04:23.3911265Z [00:03:08.674]➜  cp $WORK/b1472/_pkg_.a /root/.cache/go-build/c3/c353743f13cae6ca4cf0a30fcdd13eb0d16bf8bc692726007e0f6016629489bb-d # internal
2025-08-20T23:04:23.3917287Z [00:03:08.675]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linkpreview
2025-08-20T23:04:23.3931026Z [00:03:08.675]➜  mkdir -p $WORK/b1474/
2025-08-20T23:04:23.3963102Z [00:03:08.679]➜  cat >/tmp/go-build3700090427/b1474/importcfg << 'EOF' # internal
2025-08-20T23:04:23.3963786Z [00:03:08.679]➜  # import config
2025-08-20T23:04:23.3966601Z [00:03:08.679]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.3971118Z [00:03:08.679]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.3975753Z [00:03:08.679]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.3981373Z [00:03:08.679]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.3986940Z [00:03:08.679]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.3991715Z [00:03:08.679]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.3994927Z [00:03:08.679]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.3997998Z [00:03:08.679]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.4002034Z [00:03:08.679]➜  EOF
2025-08-20T23:04:23.4005980Z [00:03:08.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1474/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linkpreview=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linkpreview;$WORK/b1474=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linkpreview -lang=go1.24 -complete -installsuffix shared -buildid RYDO1jcTLNNE4OFzmTNH/RYDO1jcTLNNE4OFzmTNH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1474/importcfg -pack ./pkg/detectors/linkpreview/linkpreview.go
2025-08-20T23:04:23.4443147Z [00:03:08.727]➜  go tool buildid -w $WORK/b1474/_pkg_.a # internal
2025-08-20T23:04:23.4449701Z [00:03:08.727]➜  cp $WORK/b1474/_pkg_.a /root/.cache/go-build/1f/1f2a67b3507663df13b455d51633bc2a669caec0b88f9ad854f9aa54db147328-d # internal
2025-08-20T23:04:23.4451100Z [00:03:08.727]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/liveagent
2025-08-20T23:04:23.4451874Z [00:03:08.727]➜  mkdir -p $WORK/b1475/
2025-08-20T23:04:23.4452595Z [00:03:08.727]➜  cat >/tmp/go-build3700090427/b1475/importcfg << 'EOF' # internal
2025-08-20T23:04:23.4453284Z [00:03:08.727]➜  # import config
2025-08-20T23:04:23.4453967Z [00:03:08.727]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.4454810Z [00:03:08.727]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:23.4456284Z [00:03:08.727]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.4457897Z [00:03:08.727]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.4459210Z [00:03:08.727]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.4460480Z [00:03:08.727]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.4461344Z [00:03:08.727]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.4461872Z [00:03:08.727]➜  EOF
2025-08-20T23:04:23.4465778Z [00:03:08.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1475/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/liveagent=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/liveagent;$WORK/b1475=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/liveagent -lang=go1.24 -complete -installsuffix shared -buildid W0XYsB8ui10f5VFoY4B-/W0XYsB8ui10f5VFoY4B- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1475/importcfg -pack ./pkg/detectors/liveagent/liveagent.go
2025-08-20T23:04:23.4489890Z [00:03:08.728]➜  go tool buildid -w $WORK/b1473/_pkg_.a # internal
2025-08-20T23:04:23.4494486Z [00:03:08.732]➜  cp $WORK/b1473/_pkg_.a /root/.cache/go-build/09/098b9e722d600ac26fce14dd3107f949b8646311da82ae6739ba5da02de01a5d-d # internal
2025-08-20T23:04:23.4496370Z [00:03:08.732]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/livestorm
2025-08-20T23:04:23.4497709Z [00:03:08.732]➜  mkdir -p $WORK/b1476/
2025-08-20T23:04:23.4498612Z [00:03:08.732]➜  cat >/tmp/go-build3700090427/b1476/importcfg << 'EOF' # internal
2025-08-20T23:04:23.4499263Z [00:03:08.732]➜  # import config
2025-08-20T23:04:23.4500074Z [00:03:08.733]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.4501397Z [00:03:08.733]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.4502915Z [00:03:08.733]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.4504615Z [00:03:08.733]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.4505929Z [00:03:08.733]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.4506913Z [00:03:08.733]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.4507751Z [00:03:08.733]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.4508357Z [00:03:08.733]➜  EOF
2025-08-20T23:04:23.4512420Z [00:03:08.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1476/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/livestorm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/livestorm;$WORK/b1476=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/livestorm -lang=go1.24 -complete -installsuffix shared -buildid xR99k4FSmDDOnuRr-gE8/xR99k4FSmDDOnuRr-gE8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1476/importcfg -pack ./pkg/detectors/livestorm/livestorm.go
2025-08-20T23:04:23.5165065Z [00:03:08.800]➜  go tool buildid -w $WORK/b1476/_pkg_.a # internal
2025-08-20T23:04:23.5166367Z [00:03:08.800]➜  cp $WORK/b1476/_pkg_.a /root/.cache/go-build/8a/8a6f93c83e7c31255078d70fe9507b92b415071c5b2754443ad0fd82591a35b6-d # internal
2025-08-20T23:04:23.5167660Z [00:03:08.800]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loadmill
2025-08-20T23:04:23.5168395Z [00:03:08.800]➜  mkdir -p $WORK/b1477/
2025-08-20T23:04:23.5169137Z [00:03:08.800]➜  cat >/tmp/go-build3700090427/b1477/importcfg << 'EOF' # internal
2025-08-20T23:04:23.5169979Z [00:03:08.800]➜  # import config
2025-08-20T23:04:23.5170662Z [00:03:08.800]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.5171751Z [00:03:08.800]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.5172939Z [00:03:08.800]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.5174451Z [00:03:08.800]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.5176056Z [00:03:08.800]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.5177658Z [00:03:08.800]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.5178628Z [00:03:08.800]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.5179687Z [00:03:08.800]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.5180292Z [00:03:08.800]➜  EOF
2025-08-20T23:04:23.5183958Z [00:03:08.800]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1477/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loadmill=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loadmill;$WORK/b1477=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loadmill -lang=go1.24 -complete -installsuffix shared -buildid 7e3R6_EdHmQkhmiTADji/7e3R6_EdHmQkhmiTADji -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1477/importcfg -pack ./pkg/detectors/loadmill/loadmill.go
2025-08-20T23:04:23.5388175Z [00:03:08.822]➜  go tool buildid -w $WORK/b1475/_pkg_.a # internal
2025-08-20T23:04:23.5401940Z [00:03:08.823]➜  cp $WORK/b1475/_pkg_.a /root/.cache/go-build/c4/c4b10d81f4cb09b2309cc533eb5276f812057e476becf976efc7ddd0d64de0ed-d # internal
2025-08-20T23:04:23.5403295Z [00:03:08.823]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/locationiq
2025-08-20T23:04:23.5404015Z [00:03:08.824]➜  mkdir -p $WORK/b1478/
2025-08-20T23:04:23.5417273Z [00:03:08.825]➜  cat >/tmp/go-build3700090427/b1478/importcfg << 'EOF' # internal
2025-08-20T23:04:23.5418224Z [00:03:08.825]➜  # import config
2025-08-20T23:04:23.5419460Z [00:03:08.825]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.5420815Z [00:03:08.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.5422563Z [00:03:08.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.5424273Z [00:03:08.825]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.5426432Z [00:03:08.825]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.5427382Z [00:03:08.825]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.5428202Z [00:03:08.825]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.5428818Z [00:03:08.825]➜  EOF
2025-08-20T23:04:23.5432885Z [00:03:08.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1478/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/locationiq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/locationiq;$WORK/b1478=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/locationiq -lang=go1.24 -complete -installsuffix shared -buildid 5PHBOEANR1_r7cxcJHxL/5PHBOEANR1_r7cxcJHxL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1478/importcfg -pack ./pkg/detectors/locationiq/locationiq.go
2025-08-20T23:04:23.6466317Z [00:03:08.930]➜  go tool buildid -w $WORK/b1478/_pkg_.a # internal
2025-08-20T23:04:23.6486871Z [00:03:08.931]➜  cp $WORK/b1478/_pkg_.a /root/.cache/go-build/44/4479bb0c0d21bac36bcd2ef6c71b300c8836275e1b751227accf0a9129cca4ff-d # internal
2025-08-20T23:04:23.6494251Z [00:03:08.933]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loggly
2025-08-20T23:04:23.6498699Z [00:03:08.933]➜  mkdir -p $WORK/b1479/
2025-08-20T23:04:23.6507774Z [00:03:08.934]➜  cat >/tmp/go-build3700090427/b1479/importcfg << 'EOF' # internal
2025-08-20T23:04:23.6512141Z [00:03:08.934]➜  # import config
2025-08-20T23:04:23.6512843Z [00:03:08.934]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.6513665Z [00:03:08.934]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.6514832Z [00:03:08.934]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.6516592Z [00:03:08.934]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.6517917Z [00:03:08.934]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.6518883Z [00:03:08.934]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.6519906Z [00:03:08.934]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.6520538Z [00:03:08.934]➜  EOF
2025-08-20T23:04:23.6558277Z [00:03:08.939]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1479/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loggly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loggly;$WORK/b1479=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loggly -lang=go1.24 -complete -installsuffix shared -buildid EA_7hQs2vuvUrId3kgN0/EA_7hQs2vuvUrId3kgN0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1479/importcfg -pack ./pkg/detectors/loggly/loggly.go
2025-08-20T23:04:23.6755728Z [00:03:08.959]➜  go tool buildid -w $WORK/b1477/_pkg_.a # internal
2025-08-20T23:04:23.6769826Z [00:03:08.960]➜  cp $WORK/b1477/_pkg_.a /root/.cache/go-build/48/48a92973f83afffbe6c74cb3c9318506d044af21b85bf6dd1aa646b1e1e79638-d # internal
2025-08-20T23:04:23.6774005Z [00:03:08.961]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loginradius
2025-08-20T23:04:23.6776676Z [00:03:08.961]➜  mkdir -p $WORK/b1480/
2025-08-20T23:04:23.6781305Z [00:03:08.961]➜  cat >/tmp/go-build3700090427/b1480/importcfg << 'EOF' # internal
2025-08-20T23:04:23.6785533Z [00:03:08.961]➜  # import config
2025-08-20T23:04:23.6786454Z [00:03:08.961]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.6787690Z [00:03:08.961]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.6789213Z [00:03:08.961]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.6791164Z [00:03:08.961]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.6792524Z [00:03:08.961]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.6793478Z [00:03:08.961]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.6794308Z [00:03:08.961]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.6794938Z [00:03:08.961]➜  EOF
2025-08-20T23:04:23.6817452Z [00:03:08.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1480/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loginradius=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loginradius;$WORK/b1480=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loginradius -lang=go1.24 -complete -installsuffix shared -buildid 10M3qhIMkv40IJOM6MeE/10M3qhIMkv40IJOM6MeE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1480/importcfg -pack ./pkg/detectors/loginradius/loginradius.go
2025-08-20T23:04:23.7753208Z [00:03:09.058]➜  go tool buildid -w $WORK/b1479/_pkg_.a # internal
2025-08-20T23:04:23.7784199Z [00:03:09.061]➜  cp $WORK/b1479/_pkg_.a /root/.cache/go-build/55/55f2cf09e15216f4bd995f59ef1c4a15c2f9b29c07cb1a220c532a48380dd220-d # internal
2025-08-20T23:04:23.7800921Z [00:03:09.061]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/logzio
2025-08-20T23:04:23.7801706Z [00:03:09.061]➜  mkdir -p $WORK/b1481/
2025-08-20T23:04:23.7802476Z [00:03:09.061]➜  cat >/tmp/go-build3700090427/b1481/importcfg << 'EOF' # internal
2025-08-20T23:04:23.7803205Z [00:03:09.061]➜  # import config
2025-08-20T23:04:23.7803862Z [00:03:09.061]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.7804827Z [00:03:09.061]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.7805965Z [00:03:09.061]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.7807597Z [00:03:09.061]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.7809106Z [00:03:09.061]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.7810571Z [00:03:09.061]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.7811527Z [00:03:09.061]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.7812357Z [00:03:09.061]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.7812956Z [00:03:09.061]➜  EOF
2025-08-20T23:04:23.7816577Z [00:03:09.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1481/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/logzio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/logzio;$WORK/b1481=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/logzio -lang=go1.24 -complete -installsuffix shared -buildid skV7v-oc3w0_PmJYXhLz/skV7v-oc3w0_PmJYXhLz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1481/importcfg -pack ./pkg/detectors/logzio/logzio.go
2025-08-20T23:04:23.8051193Z [00:03:09.088]➜  go tool buildid -w $WORK/b1480/_pkg_.a # internal
2025-08-20T23:04:23.8071572Z [00:03:09.090]➜  cp $WORK/b1480/_pkg_.a /root/.cache/go-build/03/032ac814ef71630a31415b7d1e67b7cafb78dd4d81b188af9447609b6c9483dd-d # internal
2025-08-20T23:04:23.8075310Z [00:03:09.091]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lokalisetoken
2025-08-20T23:04:23.8076679Z [00:03:09.091]➜  mkdir -p $WORK/b1482/
2025-08-20T23:04:23.8089072Z [00:03:09.092]➜  cat >/tmp/go-build3700090427/b1482/importcfg << 'EOF' # internal
2025-08-20T23:04:23.8091075Z [00:03:09.092]➜  # import config
2025-08-20T23:04:23.8092059Z [00:03:09.092]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.8093072Z [00:03:09.092]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:23.8095848Z [00:03:09.092]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.8097030Z [00:03:09.092]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.8098528Z [00:03:09.092]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.8100242Z [00:03:09.092]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.8101669Z [00:03:09.092]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.8102521Z [00:03:09.092]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:23.8103281Z [00:03:09.092]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.8104040Z [00:03:09.092]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.8104624Z [00:03:09.092]➜  EOF
2025-08-20T23:04:23.8115657Z [00:03:09.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1482/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lokalisetoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lokalisetoken;$WORK/b1482=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lokalisetoken -lang=go1.24 -complete -installsuffix shared -buildid AQwTgNTfZ9fpAi80p3dQ/AQwTgNTfZ9fpAi80p3dQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1482/importcfg -pack ./pkg/detectors/lokalisetoken/lokalisetoken.go
2025-08-20T23:04:23.8121189Z [00:03:09.094]➜  go tool buildid -w $WORK/b1463/_pkg_.a # internal
2025-08-20T23:04:23.8223262Z [00:03:09.105]➜  cp $WORK/b1463/_pkg_.a /root/.cache/go-build/b5/b5c3cf38a277221b91dae809315e11b836e924f4b6568e6c5b16b032fa3f8924-d # internal
2025-08-20T23:04:23.8254196Z [00:03:09.109]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ldap
2025-08-20T23:04:23.8257060Z [00:03:09.109]➜  mkdir -p $WORK/b1462/
2025-08-20T23:04:23.8286393Z [00:03:09.109]➜  cat >/tmp/go-build3700090427/b1462/importcfg << 'EOF' # internal
2025-08-20T23:04:23.8287127Z [00:03:09.109]➜  # import config
2025-08-20T23:04:23.8287817Z [00:03:09.109]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.8290340Z [00:03:09.109]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:23.8291247Z [00:03:09.109]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.8292252Z [00:03:09.109]➜  packagefile github.com/go-ldap/ldap/v3=/tmp/go-build3700090427/b1463/_pkg_.a
2025-08-20T23:04:23.8293662Z [00:03:09.109]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.8299255Z [00:03:09.109]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.8300847Z [00:03:09.109]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.8301826Z [00:03:09.109]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:23.8302651Z [00:03:09.109]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:23.8303477Z [00:03:09.109]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.8304297Z [00:03:09.109]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:23.8304883Z [00:03:09.109]➜  EOF
2025-08-20T23:04:23.8308763Z [00:03:09.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1462/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ldap=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ldap;$WORK/b1462=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ldap -lang=go1.24 -complete -installsuffix shared -buildid 3-Q9T4KyKlzTPoLZSSLx/3-Q9T4KyKlzTPoLZSSLx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1462/importcfg -pack ./pkg/detectors/ldap/ldap.go
2025-08-20T23:04:23.8493471Z [00:03:09.132]➜  go tool buildid -w $WORK/b1481/_pkg_.a # internal
2025-08-20T23:04:23.8510740Z [00:03:09.134]➜  cp $WORK/b1481/_pkg_.a /root/.cache/go-build/30/30400581d83d50a4fdee3c18cdcc61a186a082e8f7a0208445be1d64d0819000-d # internal
2025-08-20T23:04:23.8512799Z [00:03:09.134]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loyverse
2025-08-20T23:04:23.8515592Z [00:03:09.135]➜  mkdir -p $WORK/b1483/
2025-08-20T23:04:23.8520677Z [00:03:09.135]➜  cat >/tmp/go-build3700090427/b1483/importcfg << 'EOF' # internal
2025-08-20T23:04:23.8521401Z [00:03:09.135]➜  # import config
2025-08-20T23:04:23.8522309Z [00:03:09.135]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.8523132Z [00:03:09.135]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.8524220Z [00:03:09.135]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.8525514Z [00:03:09.135]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.8527014Z [00:03:09.135]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.8528299Z [00:03:09.135]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.8529235Z [00:03:09.135]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.8530260Z [00:03:09.135]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.8530868Z [00:03:09.135]➜  EOF
2025-08-20T23:04:23.8535022Z [00:03:09.135]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1483/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loyverse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loyverse;$WORK/b1483=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loyverse -lang=go1.24 -complete -installsuffix shared -buildid NbZ_LXTROb_kCQxNYjif/NbZ_LXTROb_kCQxNYjif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1483/importcfg -pack ./pkg/detectors/loyverse/loyverse.go
2025-08-20T23:04:23.8831428Z [00:03:09.163]➜  go tool buildid -w $WORK/b1482/_pkg_.a # internal
2025-08-20T23:04:23.8833196Z [00:03:09.165]➜  cp $WORK/b1482/_pkg_.a /root/.cache/go-build/fb/fb80fb2f05f5856474070b964140edb32af7f52bd0fb895fbb113c496fd19421-d # internal
2025-08-20T23:04:23.8835684Z [00:03:09.165]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lunchmoney
2025-08-20T23:04:23.8836466Z [00:03:09.166]➜  mkdir -p $WORK/b1484/
2025-08-20T23:04:23.8837315Z [00:03:09.166]➜  cat >/tmp/go-build3700090427/b1484/importcfg << 'EOF' # internal
2025-08-20T23:04:23.8837969Z [00:03:09.166]➜  # import config
2025-08-20T23:04:23.8838838Z [00:03:09.166]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.8839994Z [00:03:09.166]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:23.8841155Z [00:03:09.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.8842668Z [00:03:09.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.8844291Z [00:03:09.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.8845642Z [00:03:09.166]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.8846579Z [00:03:09.166]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.8847532Z [00:03:09.166]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.8848161Z [00:03:09.166]➜  EOF
2025-08-20T23:04:23.8852305Z [00:03:09.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1484/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lunchmoney=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lunchmoney;$WORK/b1484=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lunchmoney -lang=go1.24 -complete -installsuffix shared -buildid fydGDmDgN50xsOUivSAg/fydGDmDgN50xsOUivSAg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1484/importcfg -pack ./pkg/detectors/lunchmoney/lunchmoney.go
2025-08-20T23:04:23.9568124Z [00:03:09.240]➜  go tool buildid -w $WORK/b1462/_pkg_.a # internal
2025-08-20T23:04:23.9583010Z [00:03:09.241]➜  go tool buildid -w $WORK/b1483/_pkg_.a # internal
2025-08-20T23:04:23.9600685Z [00:03:09.243]➜  cp $WORK/b1483/_pkg_.a /root/.cache/go-build/1f/1fb743ad7b3753ae7b749629e8dad1d2210d62547e4e88a1ed0215590c8e78ea-d # internal
2025-08-20T23:04:23.9602714Z [00:03:09.243]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/luno
2025-08-20T23:04:23.9604985Z [00:03:09.243]➜  mkdir -p $WORK/b1485/
2025-08-20T23:04:23.9606164Z [00:03:09.243]➜  cp $WORK/b1462/_pkg_.a /root/.cache/go-build/e2/e24bc06a7747368afa288a1b31eaa586b6021e390846153b3594481ed1c97ca1-d # internal
2025-08-20T23:04:23.9607422Z [00:03:09.243]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/madkudu
2025-08-20T23:04:23.9608191Z [00:03:09.243]➜  mkdir -p $WORK/b1486/
2025-08-20T23:04:23.9608997Z [00:03:09.243]➜  cat >/tmp/go-build3700090427/b1485/importcfg << 'EOF' # internal
2025-08-20T23:04:23.9609983Z [00:03:09.243]➜  # import config
2025-08-20T23:04:23.9610638Z [00:03:09.243]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.9611792Z [00:03:09.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.9613297Z [00:03:09.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.9614798Z [00:03:09.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.9616067Z [00:03:09.243]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.9616981Z [00:03:09.243]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.9617969Z [00:03:09.243]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.9618563Z [00:03:09.243]➜  EOF
2025-08-20T23:04:23.9622371Z [00:03:09.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1485/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/luno=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/luno;$WORK/b1485=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/luno -lang=go1.24 -complete -installsuffix shared -buildid Ak50t_BDo8Ik9sntvkg1/Ak50t_BDo8Ik9sntvkg1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1485/importcfg -pack ./pkg/detectors/luno/luno.go
2025-08-20T23:04:23.9625900Z [00:03:09.243]➜  cat >/tmp/go-build3700090427/b1486/importcfg << 'EOF' # internal
2025-08-20T23:04:23.9626548Z [00:03:09.243]➜  # import config
2025-08-20T23:04:23.9627190Z [00:03:09.243]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.9628356Z [00:03:09.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.9632871Z [00:03:09.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.9634437Z [00:03:09.243]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.9635750Z [00:03:09.243]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.9636818Z [00:03:09.243]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.9637655Z [00:03:09.243]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.9638257Z [00:03:09.243]➜  EOF
2025-08-20T23:04:23.9642173Z [00:03:09.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1486/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/madkudu=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/madkudu;$WORK/b1486=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/madkudu -lang=go1.24 -complete -installsuffix shared -buildid U2r1DChyIZVvTtcoNALj/U2r1DChyIZVvTtcoNALj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1486/importcfg -pack ./pkg/detectors/madkudu/madkudu.go
2025-08-20T23:04:23.9691988Z [00:03:09.251]➜  go tool buildid -w $WORK/b1484/_pkg_.a # internal
2025-08-20T23:04:23.9736381Z [00:03:09.257]➜  cp $WORK/b1484/_pkg_.a /root/.cache/go-build/0d/0d4c864533bf21c69026f861db4bff10e551a7ad74b98aa63f047e32412d5279-d # internal
2025-08-20T23:04:23.9744127Z [00:03:09.257]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magicbell
2025-08-20T23:04:23.9808069Z [00:03:09.257]➜  mkdir -p $WORK/b1487/
2025-08-20T23:04:23.9808869Z [00:03:09.258]➜  cat >/tmp/go-build3700090427/b1487/importcfg << 'EOF' # internal
2025-08-20T23:04:23.9809689Z [00:03:09.258]➜  # import config
2025-08-20T23:04:23.9810298Z [00:03:09.258]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:23.9811450Z [00:03:09.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:23.9812939Z [00:03:09.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:23.9814459Z [00:03:09.258]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:23.9815770Z [00:03:09.258]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:23.9816735Z [00:03:09.258]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:23.9817546Z [00:03:09.258]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:23.9818154Z [00:03:09.258]➜  EOF
2025-08-20T23:04:23.9825333Z [00:03:09.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1487/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magicbell=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magicbell;$WORK/b1487=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magicbell -lang=go1.24 -complete -installsuffix shared -buildid 4cJza8H8xv4ZpldCeQv7/4cJza8H8xv4ZpldCeQv7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1487/importcfg -pack ./pkg/detectors/magicbell/magicbell.go
2025-08-20T23:04:24.0265424Z [00:03:09.310]➜  go tool buildid -w $WORK/b1485/_pkg_.a # internal
2025-08-20T23:04:24.0269634Z [00:03:09.310]➜  go tool buildid -w $WORK/b1486/_pkg_.a # internal
2025-08-20T23:04:24.0288436Z [00:03:09.312]➜  cp $WORK/b1486/_pkg_.a /root/.cache/go-build/d5/d5f57e7f1056fe3dc08edd837b9d2c1af97bacb734828a8e13bea86b87013925-d # internal
2025-08-20T23:04:24.0296120Z [00:03:09.312]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailboxlayer
2025-08-20T23:04:24.0296966Z [00:03:09.312]➜  mkdir -p $WORK/b1488/
2025-08-20T23:04:24.0303050Z [00:03:09.313]➜  cat >/tmp/go-build3700090427/b1488/importcfg << 'EOF' # internal
2025-08-20T23:04:24.0310348Z [00:03:09.313]➜  # import config
2025-08-20T23:04:24.0311039Z [00:03:09.313]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.0312252Z [00:03:09.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.0313797Z [00:03:09.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.0315432Z [00:03:09.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.0317000Z [00:03:09.313]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.0318020Z [00:03:09.313]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.0318868Z [00:03:09.313]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.0319940Z [00:03:09.313]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.0320601Z [00:03:09.313]➜  EOF
2025-08-20T23:04:24.0324639Z [00:03:09.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1488/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailboxlayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailboxlayer;$WORK/b1488=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailboxlayer -lang=go1.24 -complete -installsuffix shared -buildid 7bof4nG9cxy4_69K5OUb/7bof4nG9cxy4_69K5OUb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1488/importcfg -pack ./pkg/detectors/mailboxlayer/mailboxlayer.go
2025-08-20T23:04:24.0334679Z [00:03:09.317]➜  cp $WORK/b1485/_pkg_.a /root/.cache/go-build/5c/5c3a1b8d79a65ab9038d01fef0ffc4e004fce50dfc58c8e1d3df862ba1d30032-d # internal
2025-08-20T23:04:24.0341003Z [00:03:09.317]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailchimp
2025-08-20T23:04:24.0346086Z [00:03:09.318]➜  mkdir -p $WORK/b1489/
2025-08-20T23:04:24.0355805Z [00:03:09.319]➜  cat >/tmp/go-build3700090427/b1489/importcfg << 'EOF' # internal
2025-08-20T23:04:24.0367278Z [00:03:09.319]➜  # import config
2025-08-20T23:04:24.0367951Z [00:03:09.319]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.0368755Z [00:03:09.319]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.0370133Z [00:03:09.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.0371616Z [00:03:09.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.0373163Z [00:03:09.319]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.0374448Z [00:03:09.319]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.0375378Z [00:03:09.319]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.0376353Z [00:03:09.319]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.0376932Z [00:03:09.319]➜  EOF
2025-08-20T23:04:24.0387366Z [00:03:09.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1489/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailchimp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailchimp;$WORK/b1489=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailchimp -lang=go1.24 -complete -installsuffix shared -buildid vfmtRksDZdL_Df5PfajM/vfmtRksDZdL_Df5PfajM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1489/importcfg -pack ./pkg/detectors/mailchimp/mailchimp.go
2025-08-20T23:04:24.0467065Z [00:03:09.330]➜  go tool buildid -w $WORK/b1487/_pkg_.a # internal
2025-08-20T23:04:24.0480705Z [00:03:09.331]➜  cp $WORK/b1487/_pkg_.a /root/.cache/go-build/b0/b01899d5c2dce9fdacdbae2697eb9b90ba31a646850b5bbeba90e4d9ba30dbbd-d # internal
2025-08-20T23:04:24.0486604Z [00:03:09.332]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailerlite
2025-08-20T23:04:24.0487998Z [00:03:09.332]➜  mkdir -p $WORK/b1490/
2025-08-20T23:04:24.0489234Z [00:03:09.332]➜  cat >/tmp/go-build3700090427/b1490/importcfg << 'EOF' # internal
2025-08-20T23:04:24.0491280Z [00:03:09.332]➜  # import config
2025-08-20T23:04:24.0492266Z [00:03:09.332]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.0493673Z [00:03:09.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.0495545Z [00:03:09.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.0497699Z [00:03:09.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.0530399Z [00:03:09.332]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.0531803Z [00:03:09.332]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.0533519Z [00:03:09.332]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.0534141Z [00:03:09.332]➜  EOF
2025-08-20T23:04:24.0538249Z [00:03:09.332]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1490/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailerlite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailerlite;$WORK/b1490=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailerlite -lang=go1.24 -complete -installsuffix shared -buildid E5FWQrAJv6kkK7Z9iRxf/E5FWQrAJv6kkK7Z9iRxf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1490/importcfg -pack ./pkg/detectors/mailerlite/mailerlite.go
2025-08-20T23:04:24.0565137Z [00:03:09.340]➜  go tool buildid -w $WORK/b1422/_pkg_.a # internal
2025-08-20T23:04:24.0676343Z [00:03:09.351]➜  cp $WORK/b1422/_pkg_.a /root/.cache/go-build/9f/9fc7d97a439d4ea2faff16c1b80405f4f9cdbaea1d0abc40e807df22a3e3c978-d # internal
2025-08-20T23:04:24.0694882Z [00:03:09.353]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jdbc
2025-08-20T23:04:24.0700012Z [00:03:09.353]➜  mkdir -p $WORK/b1421/
2025-08-20T23:04:24.0702046Z [00:03:09.353]➜  cat >/tmp/go-build3700090427/b1421/importcfg << 'EOF' # internal
2025-08-20T23:04:24.0702744Z [00:03:09.353]➜  # import config
2025-08-20T23:04:24.0703448Z [00:03:09.353]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.0704324Z [00:03:09.353]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:04:24.0705213Z [00:03:09.353]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:24.0706020Z [00:03:09.353]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.0706983Z [00:03:09.353]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build3700090427/b300/_pkg_.a
2025-08-20T23:04:24.0708052Z [00:03:09.353]➜  packagefile github.com/lib/pq=/tmp/go-build3700090427/b312/_pkg_.a
2025-08-20T23:04:24.0709185Z [00:03:09.353]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build3700090427/b1422/_pkg_.a
2025-08-20T23:04:24.0711149Z [00:03:09.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:24.0712663Z [00:03:09.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.0714294Z [00:03:09.353]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.0715652Z [00:03:09.353]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:24.0716501Z [00:03:09.353]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:24.0717438Z [00:03:09.353]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.0718227Z [00:03:09.353]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:24.0718815Z [00:03:09.353]➜  EOF
2025-08-20T23:04:24.0723545Z [00:03:09.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1421/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jdbc;$WORK/b1421=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jdbc -lang=go1.24 -complete -installsuffix shared -buildid ZLWZgCSzSleINuKo3U_R/ZLWZgCSzSleINuKo3U_R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1421/importcfg -pack ./pkg/detectors/jdbc/jdbc.go ./pkg/detectors/jdbc/mysql.go ./pkg/detectors/jdbc/postgres.go ./pkg/detectors/jdbc/sqlserver.go
2025-08-20T23:04:24.0826114Z [00:03:09.366]➜  go tool buildid -w $WORK/b1488/_pkg_.a # internal
2025-08-20T23:04:24.0852009Z [00:03:09.367]➜  cp $WORK/b1488/_pkg_.a /root/.cache/go-build/0a/0abf0de82f81347ef8a5d0146640616273c0ff8e2cea6b577e5a8ce9a987fb7f-d # internal
2025-08-20T23:04:24.0891671Z [00:03:09.372]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailgun
2025-08-20T23:04:24.0893559Z [00:03:09.373]➜  mkdir -p $WORK/b1491/
2025-08-20T23:04:24.0897819Z [00:03:09.373]➜  cat >/tmp/go-build3700090427/b1491/importcfg << 'EOF' # internal
2025-08-20T23:04:24.0898751Z [00:03:09.373]➜  # import config
2025-08-20T23:04:24.0930658Z [00:03:09.373]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.0931650Z [00:03:09.373]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:24.0932542Z [00:03:09.373]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.0933780Z [00:03:09.373]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.0935615Z [00:03:09.373]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.0937288Z [00:03:09.373]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.0938652Z [00:03:09.373]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.0939848Z [00:03:09.373]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.0940705Z [00:03:09.373]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.0941577Z [00:03:09.373]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.0942212Z [00:03:09.373]➜  EOF
2025-08-20T23:04:24.0946094Z [00:03:09.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1491/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailgun=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailgun;$WORK/b1491=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailgun -lang=go1.24 -complete -installsuffix shared -buildid oPq1-DHD1tZFcUx7I0rN/oPq1-DHD1tZFcUx7I0rN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1491/importcfg -pack ./pkg/detectors/mailgun/mailgun.go
2025-08-20T23:04:24.1066130Z [00:03:09.390]➜  go tool buildid -w $WORK/b1489/_pkg_.a # internal
2025-08-20T23:04:24.1081785Z [00:03:09.391]➜  cp $WORK/b1489/_pkg_.a /root/.cache/go-build/a5/a5b068040d39d8e14f5bd5c3cfeaa3528e9de176c46cbcabacd047b7e0a3239e-d # internal
2025-08-20T23:04:24.1088107Z [00:03:09.392]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetbasicauth
2025-08-20T23:04:24.1088925Z [00:03:09.392]➜  mkdir -p $WORK/b1492/
2025-08-20T23:04:24.1101511Z [00:03:09.392]➜  cat >/tmp/go-build3700090427/b1492/importcfg << 'EOF' # internal
2025-08-20T23:04:24.1102263Z [00:03:09.392]➜  # import config
2025-08-20T23:04:24.1103083Z [00:03:09.392]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.1104009Z [00:03:09.392]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.1105311Z [00:03:09.393]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.1106782Z [00:03:09.393]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.1108294Z [00:03:09.393]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.1109802Z [00:03:09.393]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.1110806Z [00:03:09.393]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.1111675Z [00:03:09.393]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.1112314Z [00:03:09.393]➜  EOF
2025-08-20T23:04:24.1116487Z [00:03:09.393]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1492/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetbasicauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetbasicauth;$WORK/b1492=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetbasicauth -lang=go1.24 -complete -installsuffix shared -buildid LwTNWzZ1EyfHpAx37OWd/LwTNWzZ1EyfHpAx37OWd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1492/importcfg -pack ./pkg/detectors/mailjetbasicauth/mailjetbasicauth.go
2025-08-20T23:04:24.1120481Z [00:03:09.393]➜  go tool buildid -w $WORK/b1490/_pkg_.a # internal
2025-08-20T23:04:24.1128659Z [00:03:09.395]➜  cp $WORK/b1490/_pkg_.a /root/.cache/go-build/ba/ba93e33348432761db8df2ba391f48afd35777681e3972fff782abf0c12bceae-d # internal
2025-08-20T23:04:24.1130511Z [00:03:09.395]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetsms
2025-08-20T23:04:24.1131269Z [00:03:09.395]➜  mkdir -p $WORK/b1493/
2025-08-20T23:04:24.1132129Z [00:03:09.396]➜  cat >/tmp/go-build3700090427/b1493/importcfg << 'EOF' # internal
2025-08-20T23:04:24.1132789Z [00:03:09.396]➜  # import config
2025-08-20T23:04:24.1133440Z [00:03:09.396]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.1134241Z [00:03:09.396]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.1135492Z [00:03:09.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.1137023Z [00:03:09.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.1138592Z [00:03:09.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.1140150Z [00:03:09.396]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.1141104Z [00:03:09.396]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.1141945Z [00:03:09.396]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.1142544Z [00:03:09.396]➜  EOF
2025-08-20T23:04:24.1146448Z [00:03:09.396]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1493/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetsms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetsms;$WORK/b1493=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetsms -lang=go1.24 -complete -installsuffix shared -buildid PC36TUfzz7tmAxnPSG1l/PC36TUfzz7tmAxnPSG1l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1493/importcfg -pack ./pkg/detectors/mailjetsms/mailjetsms.go
2025-08-20T23:04:24.1737519Z [00:03:09.457]➜  go tool buildid -w $WORK/b1491/_pkg_.a # internal
2025-08-20T23:04:24.1758087Z [00:03:09.459]➜  cp $WORK/b1491/_pkg_.a /root/.cache/go-build/88/8853c9e51e3730bb9da95374ebeca5e69935f2b23b0bc136d7a41ef151ede2bf-d # internal
2025-08-20T23:04:24.1764239Z [00:03:09.459]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailmodo
2025-08-20T23:04:24.1776337Z [00:03:09.459]➜  mkdir -p $WORK/b1494/
2025-08-20T23:04:24.1777117Z [00:03:09.460]➜  cat >/tmp/go-build3700090427/b1494/importcfg << 'EOF' # internal
2025-08-20T23:04:24.1777942Z [00:03:09.460]➜  # import config
2025-08-20T23:04:24.1778598Z [00:03:09.460]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.1779923Z [00:03:09.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.1781500Z [00:03:09.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.1783002Z [00:03:09.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.1784180Z [00:03:09.460]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.1785058Z [00:03:09.461]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.1785801Z [00:03:09.461]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.1786370Z [00:03:09.461]➜  EOF
2025-08-20T23:04:24.1793133Z [00:03:09.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1494/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailmodo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailmodo;$WORK/b1494=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailmodo -lang=go1.24 -complete -installsuffix shared -buildid s1o9agf7f0MS2izIEZSp/s1o9agf7f0MS2izIEZSp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1494/importcfg -pack ./pkg/detectors/mailmodo/mailmodo.go
2025-08-20T23:04:24.1796628Z [00:03:09.462]➜  go tool buildid -w $WORK/b1493/_pkg_.a # internal
2025-08-20T23:04:24.1805911Z [00:03:09.464]➜  cp $WORK/b1493/_pkg_.a /root/.cache/go-build/83/83f828eb8cf234e87a127546817cb2baa6e4f50776a9ad85d999eea339cc026c-d # internal
2025-08-20T23:04:24.1813648Z [00:03:09.464]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailsac
2025-08-20T23:04:24.1820193Z [00:03:09.465]➜  mkdir -p $WORK/b1495/
2025-08-20T23:04:24.1820964Z [00:03:09.465]➜  cat >/tmp/go-build3700090427/b1495/importcfg << 'EOF' # internal
2025-08-20T23:04:24.1821659Z [00:03:09.465]➜  # import config
2025-08-20T23:04:24.1822368Z [00:03:09.465]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.1823599Z [00:03:09.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.1825095Z [00:03:09.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.1826680Z [00:03:09.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.1828015Z [00:03:09.465]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.1828999Z [00:03:09.465]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.1829985Z [00:03:09.465]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.1830622Z [00:03:09.465]➜  EOF
2025-08-20T23:04:24.1834349Z [00:03:09.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1495/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailsac=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailsac;$WORK/b1495=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailsac -lang=go1.24 -complete -installsuffix shared -buildid dvtrxQJudCqS9NzC2P4n/dvtrxQJudCqS9NzC2P4n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1495/importcfg -pack ./pkg/detectors/mailsac/mailsac.go
2025-08-20T23:04:24.1844307Z [00:03:09.467]➜  go tool buildid -w $WORK/b1421/_pkg_.a # internal
2025-08-20T23:04:24.1845114Z [00:03:09.467]➜  go tool buildid -w $WORK/b1492/_pkg_.a # internal
2025-08-20T23:04:24.1852973Z [00:03:09.468]➜  cp $WORK/b1421/_pkg_.a /root/.cache/go-build/e7/e7dc30cc60afcd661e7c83cb6704f46fa13af856d66ec966f4e291fd6c0fd74b-d # internal
2025-08-20T23:04:24.1856405Z [00:03:09.469]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mandrill
2025-08-20T23:04:24.1860095Z [00:03:09.469]➜  mkdir -p $WORK/b1496/
2025-08-20T23:04:24.1864893Z [00:03:09.470]➜  cp $WORK/b1492/_pkg_.a /root/.cache/go-build/49/497fdc538293337329565377bf3b84cd3d773ad707ba45be56c35acd412a1baf-d # internal
2025-08-20T23:04:24.1869850Z [00:03:09.470]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapbox
2025-08-20T23:04:24.1881881Z [00:03:09.470]➜  mkdir -p $WORK/b1497/
2025-08-20T23:04:24.1882602Z [00:03:09.470]➜  cat >/tmp/go-build3700090427/b1496/importcfg << 'EOF' # internal
2025-08-20T23:04:24.1883251Z [00:03:09.470]➜  # import config
2025-08-20T23:04:24.1883901Z [00:03:09.470]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.1884676Z [00:03:09.470]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.1885830Z [00:03:09.470]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.1887300Z [00:03:09.470]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.1888807Z [00:03:09.470]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.1890540Z [00:03:09.470]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.1891504Z [00:03:09.470]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.1892333Z [00:03:09.470]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.1892943Z [00:03:09.470]➜  EOF
2025-08-20T23:04:24.1896831Z [00:03:09.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1496/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mandrill=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mandrill;$WORK/b1496=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mandrill -lang=go1.24 -complete -installsuffix shared -buildid HAP87FeNZuCwCkDNFizz/HAP87FeNZuCwCkDNFizz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1496/importcfg -pack ./pkg/detectors/mandrill/mandrill.go
2025-08-20T23:04:24.1900564Z [00:03:09.471]➜  cat >/tmp/go-build3700090427/b1497/importcfg << 'EOF' # internal
2025-08-20T23:04:24.1901225Z [00:03:09.471]➜  # import config
2025-08-20T23:04:24.1901873Z [00:03:09.471]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.1903054Z [00:03:09.471]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.1904496Z [00:03:09.471]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.1906035Z [00:03:09.471]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.1907316Z [00:03:09.471]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.1908223Z [00:03:09.471]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.1909016Z [00:03:09.471]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.1909780Z [00:03:09.471]➜  EOF
2025-08-20T23:04:24.1913585Z [00:03:09.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1497/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapbox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapbox;$WORK/b1497=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapbox -lang=go1.24 -complete -installsuffix shared -buildid 6sLCD8DAxYkpUEH5GpAV/6sLCD8DAxYkpUEH5GpAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1497/importcfg -pack ./pkg/detectors/mapbox/mapbox.go
2025-08-20T23:04:24.2326353Z [00:03:09.515]➜  go tool buildid -w $WORK/b1494/_pkg_.a # internal
2025-08-20T23:04:24.2332748Z [00:03:09.516]➜  go tool buildid -w $WORK/b1495/_pkg_.a # internal
2025-08-20T23:04:24.2339968Z [00:03:09.517]➜  cp $WORK/b1494/_pkg_.a /root/.cache/go-build/19/19b07b05be699adb4a2f622f0f2f6eb78cceb7f9edf3bd74c50cbc9119694c50-d # internal
2025-08-20T23:04:24.2346002Z [00:03:09.518]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapquest
2025-08-20T23:04:24.2349080Z [00:03:09.518]➜  mkdir -p $WORK/b1498/
2025-08-20T23:04:24.2355114Z [00:03:09.519]➜  cp $WORK/b1495/_pkg_.a /root/.cache/go-build/4e/4ee2195ddc4a9f6feccc79e6e8d6662c0182618853650d9a60de0c2b3746975e-d # internal
2025-08-20T23:04:24.2362003Z [00:03:09.519]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/marketstack
2025-08-20T23:04:24.2365058Z [00:03:09.519]➜  mkdir -p $WORK/b1499/
2025-08-20T23:04:24.2368178Z [00:03:09.519]➜  cat >/tmp/go-build3700090427/b1499/importcfg << 'EOF' # internal
2025-08-20T23:04:24.2368872Z [00:03:09.519]➜  # import config
2025-08-20T23:04:24.2372255Z [00:03:09.519]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.2373113Z [00:03:09.519]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.2374241Z [00:03:09.519]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.2375714Z [00:03:09.519]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.2377252Z [00:03:09.519]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.2378617Z [00:03:09.519]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.2379727Z [00:03:09.519]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.2380557Z [00:03:09.519]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.2381140Z [00:03:09.519]➜  EOF
2025-08-20T23:04:24.2381955Z [00:03:09.520]➜  cat >/tmp/go-build3700090427/b1498/importcfg << 'EOF' # internal
2025-08-20T23:04:24.2382668Z [00:03:09.520]➜  # import config
2025-08-20T23:04:24.2383358Z [00:03:09.520]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.2384587Z [00:03:09.520]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.2386080Z [00:03:09.520]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.2387647Z [00:03:09.520]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.2388945Z [00:03:09.520]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.2390091Z [00:03:09.520]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.2390945Z [00:03:09.520]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.2391561Z [00:03:09.520]➜  EOF
2025-08-20T23:04:24.2397941Z [00:03:09.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1499/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/marketstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/marketstack;$WORK/b1499=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/marketstack -lang=go1.24 -complete -installsuffix shared -buildid XLnhan34yYrKs2P7HLWE/XLnhan34yYrKs2P7HLWE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1499/importcfg -pack ./pkg/detectors/marketstack/marketstack.go
2025-08-20T23:04:24.2405222Z [00:03:09.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1498/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapquest=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapquest;$WORK/b1498=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapquest -lang=go1.24 -complete -installsuffix shared -buildid bM3SM1FQoE7Zu9V3b1d8/bM3SM1FQoE7Zu9V3b1d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1498/importcfg -pack ./pkg/detectors/mapquest/mapquest.go
2025-08-20T23:04:24.2421913Z [00:03:09.525]➜  go tool buildid -w $WORK/b1496/_pkg_.a # internal
2025-08-20T23:04:24.2433272Z [00:03:09.526]➜  cp $WORK/b1496/_pkg_.a /root/.cache/go-build/14/149a83ebde02038a8485f3d53c5dde2c0759fb9e39cb6641c6cee4a0cdf86cba-d # internal
2025-08-20T23:04:24.2447974Z [00:03:09.528]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mattermostpersonaltoken
2025-08-20T23:04:24.2448936Z [00:03:09.528]➜  mkdir -p $WORK/b1500/
2025-08-20T23:04:24.2449929Z [00:03:09.528]➜  cat >/tmp/go-build3700090427/b1500/importcfg << 'EOF' # internal
2025-08-20T23:04:24.2450621Z [00:03:09.528]➜  # import config
2025-08-20T23:04:24.2451264Z [00:03:09.528]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.2452025Z [00:03:09.528]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.2453145Z [00:03:09.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.2454560Z [00:03:09.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.2456081Z [00:03:09.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.2457362Z [00:03:09.528]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.2458300Z [00:03:09.528]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.2459101Z [00:03:09.528]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.2459916Z [00:03:09.528]➜  EOF
2025-08-20T23:04:24.2464535Z [00:03:09.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1500/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mattermostpersonaltoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mattermostpersonaltoken;$WORK/b1500=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mattermostpersonaltoken -lang=go1.24 -complete -installsuffix shared -buildid wGX-xT26U4mGZP6odfHB/wGX-xT26U4mGZP6odfHB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1500/importcfg -pack ./pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken.go
2025-08-20T23:04:24.2503257Z [00:03:09.533]➜  go tool buildid -w $WORK/b1497/_pkg_.a # internal
2025-08-20T23:04:24.2517794Z [00:03:09.535]➜  cp $WORK/b1497/_pkg_.a /root/.cache/go-build/dc/dc538402c4f416af1dfbe0f2d76646aa2de6e3500a18783cbc71f5282e70f7d6-d # internal
2025-08-20T23:04:24.2541606Z [00:03:09.535]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mavenlink
2025-08-20T23:04:24.2542389Z [00:03:09.535]➜  mkdir -p $WORK/b1501/
2025-08-20T23:04:24.2543085Z [00:03:09.536]➜  cat >/tmp/go-build3700090427/b1501/importcfg << 'EOF' # internal
2025-08-20T23:04:24.2543720Z [00:03:09.536]➜  # import config
2025-08-20T23:04:24.2544365Z [00:03:09.536]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.2545744Z [00:03:09.536]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.2547022Z [00:03:09.536]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.2548444Z [00:03:09.536]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.2550260Z [00:03:09.536]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.2551513Z [00:03:09.536]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.2552438Z [00:03:09.536]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.2553234Z [00:03:09.536]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.2553812Z [00:03:09.536]➜  EOF
2025-08-20T23:04:24.2557732Z [00:03:09.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1501/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mavenlink=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mavenlink;$WORK/b1501=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mavenlink -lang=go1.24 -complete -installsuffix shared -buildid 2c2jZa0KF3c105_tQZ7N/2c2jZa0KF3c105_tQZ7N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1501/importcfg -pack ./pkg/detectors/mavenlink/mavenlink.go
2025-08-20T23:04:24.2936417Z [00:03:09.577]➜  go tool buildid -w $WORK/b1499/_pkg_.a # internal
2025-08-20T23:04:24.2953895Z [00:03:09.579]➜  cp $WORK/b1499/_pkg_.a /root/.cache/go-build/af/afd968855145662f03627a6b324372d79311a0b923ca05861f73df2cf48c748f-d # internal
2025-08-20T23:04:24.2955686Z [00:03:09.579]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v1
2025-08-20T23:04:24.2956846Z [00:03:09.579]➜  mkdir -p $WORK/b1502/
2025-08-20T23:04:24.2958629Z [00:03:09.579]➜  cat >/tmp/go-build3700090427/b1502/importcfg << 'EOF' # internal
2025-08-20T23:04:24.2959469Z [00:03:09.579]➜  # import config
2025-08-20T23:04:24.2960174Z [00:03:09.579]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.2961029Z [00:03:09.579]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.2962161Z [00:03:09.579]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.2963587Z [00:03:09.579]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.2965049Z [00:03:09.579]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.2966362Z [00:03:09.579]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.2967324Z [00:03:09.579]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.2968391Z [00:03:09.579]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.2969034Z [00:03:09.579]➜  EOF
2025-08-20T23:04:24.2978231Z [00:03:09.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1502/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v1;$WORK/b1502=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v1 -lang=go1.24 -complete -installsuffix shared -buildid X5ZanDNLFFH_GJTMpk8f/X5ZanDNLFFH_GJTMpk8f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1502/importcfg -pack ./pkg/detectors/maxmindlicense/v1/maxmindlicense.go
2025-08-20T23:04:24.2990203Z [00:03:09.582]➜  go tool buildid -w $WORK/b1498/_pkg_.a # internal
2025-08-20T23:04:24.3008485Z [00:03:09.584]➜  cp $WORK/b1498/_pkg_.a /root/.cache/go-build/51/51cc6b987414c35e3abd6adbfa0b1fee4e5511c58fd100e30aff300d795600a3-d # internal
2025-08-20T23:04:24.3021940Z [00:03:09.584]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v2
2025-08-20T23:04:24.3022821Z [00:03:09.584]➜  mkdir -p $WORK/b1503/
2025-08-20T23:04:24.3027807Z [00:03:09.586]➜  cat >/tmp/go-build3700090427/b1503/importcfg << 'EOF' # internal
2025-08-20T23:04:24.3034315Z [00:03:09.586]➜  # import config
2025-08-20T23:04:24.3035069Z [00:03:09.586]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.3036151Z [00:03:09.586]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.3037294Z [00:03:09.586]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.3038787Z [00:03:09.586]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.3040744Z [00:03:09.586]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.3042287Z [00:03:09.586]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.3043605Z [00:03:09.586]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.3044616Z [00:03:09.586]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.3045414Z [00:03:09.586]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:24.3046203Z [00:03:09.586]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.3046787Z [00:03:09.586]➜  EOF
2025-08-20T23:04:24.3051356Z [00:03:09.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1503/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v2;$WORK/b1503=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v2 -lang=go1.24 -complete -installsuffix shared -buildid 0SeKWBTaqQczj4rrXMab/0SeKWBTaqQczj4rrXMab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1503/importcfg -pack ./pkg/detectors/maxmindlicense/v2/maxmindlicense_v2.go
2025-08-20T23:04:24.3099136Z [00:03:09.593]➜  go tool buildid -w $WORK/b1500/_pkg_.a # internal
2025-08-20T23:04:24.3112670Z [00:03:09.593]➜  cp $WORK/b1500/_pkg_.a /root/.cache/go-build/71/71e51fccfdbad56b53909f14a81b970fcaaebfc4872b7ff5074bc7bf0da0626a-d # internal
2025-08-20T23:04:24.3114057Z [00:03:09.593]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meaningcloud
2025-08-20T23:04:24.3114810Z [00:03:09.593]➜  mkdir -p $WORK/b1504/
2025-08-20T23:04:24.3115504Z [00:03:09.594]➜  cat >/tmp/go-build3700090427/b1504/importcfg << 'EOF' # internal
2025-08-20T23:04:24.3116171Z [00:03:09.594]➜  # import config
2025-08-20T23:04:24.3116869Z [00:03:09.594]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:24.3117699Z [00:03:09.594]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.3118572Z [00:03:09.594]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:24.3120212Z [00:03:09.594]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.3121783Z [00:03:09.594]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.3123393Z [00:03:09.594]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.3124875Z [00:03:09.594]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.3125794Z [00:03:09.594]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.3126633Z [00:03:09.594]➜  packagefile mime/multipart=/tmp/go-build3700090427/b196/_pkg_.a
2025-08-20T23:04:24.3127503Z [00:03:09.594]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.3128338Z [00:03:09.594]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.3128924Z [00:03:09.594]➜  EOF
2025-08-20T23:04:24.3144295Z [00:03:09.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1504/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meaningcloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meaningcloud;$WORK/b1504=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meaningcloud -lang=go1.24 -complete -installsuffix shared -buildid nFakdQeuoThOxHHigLKP/nFakdQeuoThOxHHigLKP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1504/importcfg -pack ./pkg/detectors/meaningcloud/meaningcloud.go
2025-08-20T23:04:24.3148142Z [00:03:09.594]➜  go tool buildid -w $WORK/b1501/_pkg_.a # internal
2025-08-20T23:04:24.3149621Z [00:03:09.596]➜  cp $WORK/b1501/_pkg_.a /root/.cache/go-build/be/bec978a8b069b115ff3a4bdb1188629e95c5e0f1f1eb2b80b2ad63b4926b0361-d # internal
2025-08-20T23:04:24.3150968Z [00:03:09.596]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mediastack
2025-08-20T23:04:24.3151710Z [00:03:09.596]➜  mkdir -p $WORK/b1505/
2025-08-20T23:04:24.3152569Z [00:03:09.596]➜  cat >/tmp/go-build3700090427/b1505/importcfg << 'EOF' # internal
2025-08-20T23:04:24.3153246Z [00:03:09.596]➜  # import config
2025-08-20T23:04:24.3154137Z [00:03:09.596]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.3155031Z [00:03:09.596]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.3156245Z [00:03:09.596]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.3157736Z [00:03:09.597]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.3159296Z [00:03:09.597]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.3160739Z [00:03:09.597]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.3161683Z [00:03:09.597]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.3162519Z [00:03:09.597]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.3163316Z [00:03:09.597]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:24.3163890Z [00:03:09.597]➜  EOF
2025-08-20T23:04:24.3167868Z [00:03:09.597]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1505/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mediastack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mediastack;$WORK/b1505=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mediastack -lang=go1.24 -complete -installsuffix shared -buildid z3cCSufm4OO3nXoLHsXH/z3cCSufm4OO3nXoLHsXH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1505/importcfg -pack ./pkg/detectors/mediastack/mediastack.go
2025-08-20T23:04:24.3611974Z [00:03:09.642]➜  go tool buildid -w $WORK/b1502/_pkg_.a # internal
2025-08-20T23:04:24.3614297Z [00:03:09.644]➜  cp $WORK/b1502/_pkg_.a /root/.cache/go-build/81/8180c9c57540f003b9a63278c4ca3a5c244e26d5f6c39013897059ce6027e3f2-d # internal
2025-08-20T23:04:24.3617230Z [00:03:09.644]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meistertask
2025-08-20T23:04:24.3618430Z [00:03:09.644]➜  mkdir -p $WORK/b1506/
2025-08-20T23:04:24.3619780Z [00:03:09.645]➜  cat >/tmp/go-build3700090427/b1506/importcfg << 'EOF' # internal
2025-08-20T23:04:24.3620521Z [00:03:09.645]➜  # import config
2025-08-20T23:04:24.3621442Z [00:03:09.645]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.3622319Z [00:03:09.645]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.3623514Z [00:03:09.645]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.3625084Z [00:03:09.645]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.3626663Z [00:03:09.645]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.3628027Z [00:03:09.645]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.3628969Z [00:03:09.645]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.3630039Z [00:03:09.645]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.3630621Z [00:03:09.645]➜  EOF
2025-08-20T23:04:24.3634406Z [00:03:09.645]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1506/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meistertask=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meistertask;$WORK/b1506=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meistertask -lang=go1.24 -complete -installsuffix shared -buildid teLbR8c1y-qdnKilw6eN/teLbR8c1y-qdnKilw6eN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1506/importcfg -pack ./pkg/detectors/meistertask/meistertask.go
2025-08-20T23:04:24.3738900Z [00:03:09.657]➜  go tool buildid -w $WORK/b1504/_pkg_.a # internal
2025-08-20T23:04:24.3754088Z [00:03:09.659]➜  go tool buildid -w $WORK/b1505/_pkg_.a # internal
2025-08-20T23:04:24.3758865Z [00:03:09.659]➜  cp $WORK/b1504/_pkg_.a /root/.cache/go-build/c1/c1c304427a31633e04eb2af59d0c01247b9d9d3863a1826eb32e52ae0edac5e7-d # internal
2025-08-20T23:04:24.3760303Z [00:03:09.659]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meraki
2025-08-20T23:04:24.3761000Z [00:03:09.659]➜  mkdir -p $WORK/b1507/
2025-08-20T23:04:24.3761730Z [00:03:09.659]➜  cat >/tmp/go-build3700090427/b1507/importcfg << 'EOF' # internal
2025-08-20T23:04:24.3762386Z [00:03:09.659]➜  # import config
2025-08-20T23:04:24.3763033Z [00:03:09.659]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.3763917Z [00:03:09.659]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:24.3764837Z [00:03:09.659]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.3765897Z [00:03:09.659]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.3767453Z [00:03:09.659]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.3768972Z [00:03:09.659]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.3770447Z [00:03:09.659]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.3771349Z [00:03:09.659]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.3774653Z [00:03:09.659]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.3775293Z [00:03:09.659]➜  EOF
2025-08-20T23:04:24.3779166Z [00:03:09.659]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1507/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meraki=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meraki;$WORK/b1507=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meraki -lang=go1.24 -complete -installsuffix shared -buildid YozOTqaq2Hhzh3dhwP5g/YozOTqaq2Hhzh3dhwP5g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1507/importcfg -pack ./pkg/detectors/meraki/meraki.go
2025-08-20T23:04:24.3783667Z [00:03:09.661]➜  cp $WORK/b1505/_pkg_.a /root/.cache/go-build/48/48c94c3a4132fc3c9fa37e84240bb91cd43ef261bf90916a0cbf8979694c3ae8-d # internal
2025-08-20T23:04:24.3785208Z [00:03:09.661]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mesibo
2025-08-20T23:04:24.3785926Z [00:03:09.661]➜  mkdir -p $WORK/b1508/
2025-08-20T23:04:24.3791339Z [00:03:09.662]➜  cat >/tmp/go-build3700090427/b1508/importcfg << 'EOF' # internal
2025-08-20T23:04:24.3792001Z [00:03:09.662]➜  # import config
2025-08-20T23:04:24.3792631Z [00:03:09.662]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.3793781Z [00:03:09.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.3795225Z [00:03:09.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.3796894Z [00:03:09.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.3798170Z [00:03:09.662]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.3799102Z [00:03:09.662]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.3800089Z [00:03:09.662]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.3800933Z [00:03:09.662]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.3801542Z [00:03:09.662]➜  EOF
2025-08-20T23:04:24.3805384Z [00:03:09.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1508/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mesibo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mesibo;$WORK/b1508=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mesibo -lang=go1.24 -complete -installsuffix shared -buildid J7Ub1Lt2t1R9ZHMsaoz2/J7Ub1Lt2t1R9ZHMsaoz2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1508/importcfg -pack ./pkg/detectors/mesibo/mesibo.go
2025-08-20T23:04:24.3819184Z [00:03:09.665]➜  go tool buildid -w $WORK/b1503/_pkg_.a # internal
2025-08-20T23:04:24.3844237Z [00:03:09.667]➜  cp $WORK/b1503/_pkg_.a /root/.cache/go-build/a8/a8b44dfd0ebf168e1d969befca5e4f05853d56111599d6c528ea700e1f2a5fa3-d # internal
2025-08-20T23:04:24.3845814Z [00:03:09.667]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/messagebird
2025-08-20T23:04:24.3847377Z [00:03:09.668]➜  mkdir -p $WORK/b1509/
2025-08-20T23:04:24.3850245Z [00:03:09.668]➜  cat >/tmp/go-build3700090427/b1509/importcfg << 'EOF' # internal
2025-08-20T23:04:24.3858158Z [00:03:09.668]➜  # import config
2025-08-20T23:04:24.3858831Z [00:03:09.668]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.3859981Z [00:03:09.668]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.3861131Z [00:03:09.668]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.3862630Z [00:03:09.668]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.3864196Z [00:03:09.668]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.3865555Z [00:03:09.668]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.3866536Z [00:03:09.668]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.3867420Z [00:03:09.668]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.3868034Z [00:03:09.668]➜  EOF
2025-08-20T23:04:24.3902721Z [00:03:09.668]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1509/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/messagebird=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/messagebird;$WORK/b1509=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/messagebird -lang=go1.24 -complete -installsuffix shared -buildid 2FaU-q0FAo8tas14Xg3j/2FaU-q0FAo8tas14Xg3j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1509/importcfg -pack ./pkg/detectors/messagebird/messagebird.go
2025-08-20T23:04:24.4326317Z [00:03:09.714]➜  go tool buildid -w $WORK/b1506/_pkg_.a # internal
2025-08-20T23:04:24.4345375Z [00:03:09.716]➜  cp $WORK/b1506/_pkg_.a /root/.cache/go-build/de/de52539f4c9c8f545c893f5eee823f13d0bb4892310a9051e422bddb758a3546-d # internal
2025-08-20T23:04:24.4347136Z [00:03:09.716]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metaapi
2025-08-20T23:04:24.4348096Z [00:03:09.716]➜  mkdir -p $WORK/b1510/
2025-08-20T23:04:24.4348999Z [00:03:09.717]➜  cat >/tmp/go-build3700090427/b1510/importcfg << 'EOF' # internal
2025-08-20T23:04:24.4350003Z [00:03:09.717]➜  # import config
2025-08-20T23:04:24.4350859Z [00:03:09.717]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.4351886Z [00:03:09.717]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.4353024Z [00:03:09.717]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.4354501Z [00:03:09.717]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.4356003Z [00:03:09.717]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.4357300Z [00:03:09.717]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.4358197Z [00:03:09.717]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.4358988Z [00:03:09.717]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.4360160Z [00:03:09.717]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.4360780Z [00:03:09.717]➜  EOF
2025-08-20T23:04:24.4364492Z [00:03:09.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1510/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metaapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metaapi;$WORK/b1510=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metaapi -lang=go1.24 -complete -installsuffix shared -buildid mS-b-kAmy5II4U6dmOeQ/mS-b-kAmy5II4U6dmOeQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1510/importcfg -pack ./pkg/detectors/metaapi/metaapi.go
2025-08-20T23:04:24.4401412Z [00:03:09.723]➜  go tool buildid -w $WORK/b1509/_pkg_.a # internal
2025-08-20T23:04:24.4408116Z [00:03:09.724]➜  go tool buildid -w $WORK/b1508/_pkg_.a # internal
2025-08-20T23:04:24.4420787Z [00:03:09.725]➜  cp $WORK/b1509/_pkg_.a /root/.cache/go-build/d8/d8014a0ca515bff38031ede78879af568575e3e60286072e8b0d22257e8b2bf7-d # internal
2025-08-20T23:04:24.4422523Z [00:03:09.725]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metabase
2025-08-20T23:04:24.4423481Z [00:03:09.725]➜  mkdir -p $WORK/b1511/
2025-08-20T23:04:24.4424786Z [00:03:09.725]➜  cp $WORK/b1508/_pkg_.a /root/.cache/go-build/f4/f49ca47780a4b9ba623d8682e9ce9f284d8c93b1112d112cbb0cb295498d17db-d # internal
2025-08-20T23:04:24.4426298Z [00:03:09.726]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metrilo
2025-08-20T23:04:24.4427312Z [00:03:09.726]➜  mkdir -p $WORK/b1512/
2025-08-20T23:04:24.4432242Z [00:03:09.726]➜  cat >/tmp/go-build3700090427/b1512/importcfg << 'EOF' # internal
2025-08-20T23:04:24.4435768Z [00:03:09.726]➜  # import config
2025-08-20T23:04:24.4459012Z [00:03:09.726]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.4460397Z [00:03:09.726]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.4461920Z [00:03:09.726]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.4463484Z [00:03:09.726]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.4464815Z [00:03:09.726]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.4465846Z [00:03:09.726]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.4466606Z [00:03:09.726]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.4467164Z [00:03:09.726]➜  EOF
2025-08-20T23:04:24.4467731Z [00:03:09.726]➜  cat >/tmp/go-build3700090427/b1511/importcfg << 'EOF' # internal
2025-08-20T23:04:24.4468339Z [00:03:09.727]➜  # import config
2025-08-20T23:04:24.4468952Z [00:03:09.727]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.4470001Z [00:03:09.727]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:24.4471253Z [00:03:09.727]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.4472934Z [00:03:09.727]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.4479740Z [00:03:09.727]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.4480648Z [00:03:09.727]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.4481356Z [00:03:09.727]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.4482092Z [00:03:09.727]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.4482647Z [00:03:09.727]➜  EOF
2025-08-20T23:04:24.4486205Z [00:03:09.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1512/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metrilo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metrilo;$WORK/b1512=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metrilo -lang=go1.24 -complete -installsuffix shared -buildid _TlJ8l2kqVmsYgplgi42/_TlJ8l2kqVmsYgplgi42 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1512/importcfg -pack ./pkg/detectors/metrilo/metrilo.go
2025-08-20T23:04:24.4493177Z [00:03:09.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1511/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metabase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metabase;$WORK/b1511=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metabase -lang=go1.24 -complete -installsuffix shared -buildid EnXHdxd7WZRxy0lX8orW/EnXHdxd7WZRxy0lX8orW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1511/importcfg -pack ./pkg/detectors/metabase/metabase.go
2025-08-20T23:04:24.4500088Z [00:03:09.733]➜  go tool buildid -w $WORK/b1507/_pkg_.a # internal
2025-08-20T23:04:24.4523957Z [00:03:09.734]➜  cp $WORK/b1507/_pkg_.a /root/.cache/go-build/39/3954205e8bf96c0f427d6e018535f4653592e4d8bff5e3cb850695fced584881-d # internal
2025-08-20T23:04:24.4525446Z [00:03:09.734]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/microsoftteamswebhook
2025-08-20T23:04:24.4526331Z [00:03:09.734]➜  mkdir -p $WORK/b1513/
2025-08-20T23:04:24.4527090Z [00:03:09.735]➜  cat >/tmp/go-build3700090427/b1513/importcfg << 'EOF' # internal
2025-08-20T23:04:24.4527802Z [00:03:09.735]➜  # import config
2025-08-20T23:04:24.4528777Z [00:03:09.735]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.4530066Z [00:03:09.735]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.4531629Z [00:03:09.735]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.4533439Z [00:03:09.735]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.4535117Z [00:03:09.735]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.4536232Z [00:03:09.735]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.4537339Z [00:03:09.735]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.4539125Z [00:03:09.735]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.4539999Z [00:03:09.735]➜  EOF
2025-08-20T23:04:24.4544615Z [00:03:09.735]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1513/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/microsoftteamswebhook=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/microsoftteamswebhook;$WORK/b1513=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/microsoftteamswebhook -lang=go1.24 -complete -installsuffix shared -buildid WlMkHCIXXA9OR6SJreOY/WlMkHCIXXA9OR6SJreOY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1513/importcfg -pack ./pkg/detectors/microsoftteamswebhook/microsoftteamswebhook.go
2025-08-20T23:04:24.4911578Z [00:03:09.774]➜  go tool buildid -w $WORK/b1510/_pkg_.a # internal
2025-08-20T23:04:24.4941274Z [00:03:09.777]➜  cp $WORK/b1510/_pkg_.a /root/.cache/go-build/1f/1f58287036a6afe9be9b89e9468769a6149f4eb9799c400c6930e6707fe8b7ec-d # internal
2025-08-20T23:04:24.4948553Z [00:03:09.777]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mindmeister
2025-08-20T23:04:24.4949973Z [00:03:09.777]➜  mkdir -p $WORK/b1514/
2025-08-20T23:04:24.4961186Z [00:03:09.778]➜  cat >/tmp/go-build3700090427/b1514/importcfg << 'EOF' # internal
2025-08-20T23:04:24.4965309Z [00:03:09.778]➜  # import config
2025-08-20T23:04:24.4965996Z [00:03:09.778]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.4966959Z [00:03:09.778]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.4968115Z [00:03:09.778]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.4969924Z [00:03:09.778]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.4971487Z [00:03:09.778]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.4972793Z [00:03:09.778]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.4973677Z [00:03:09.779]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.4974481Z [00:03:09.779]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.4975235Z [00:03:09.779]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.4975831Z [00:03:09.779]➜  EOF
2025-08-20T23:04:24.4980108Z [00:03:09.779]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1514/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mindmeister=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mindmeister;$WORK/b1514=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mindmeister -lang=go1.24 -complete -installsuffix shared -buildid CDIfYdqxs2hh7PKvaBtZ/CDIfYdqxs2hh7PKvaBtZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1514/importcfg -pack ./pkg/detectors/mindmeister/mindmeister.go
2025-08-20T23:04:24.5065124Z [00:03:09.790]➜  go tool buildid -w $WORK/b1511/_pkg_.a # internal
2025-08-20T23:04:24.5103967Z [00:03:09.791]➜  cp $WORK/b1511/_pkg_.a /root/.cache/go-build/f9/f9794f566bab729b778d10bbec0b5bc09e0d026f08beb4723908d502980b01ef-d # internal
2025-08-20T23:04:24.5105377Z [00:03:09.791]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/miro
2025-08-20T23:04:24.5106109Z [00:03:09.791]➜  mkdir -p $WORK/b1515/
2025-08-20T23:04:24.5106780Z [00:03:09.792]➜  cat >/tmp/go-build3700090427/b1515/importcfg << 'EOF' # internal
2025-08-20T23:04:24.5107418Z [00:03:09.792]➜  # import config
2025-08-20T23:04:24.5108051Z [00:03:09.792]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.5108847Z [00:03:09.792]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.5112855Z [00:03:09.792]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.5114370Z [00:03:09.792]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.5115862Z [00:03:09.792]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.5117270Z [00:03:09.792]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.5118221Z [00:03:09.792]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.5119101Z [00:03:09.792]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.5119900Z [00:03:09.792]➜  EOF
2025-08-20T23:04:24.5129918Z [00:03:09.792]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1515/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/miro=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/miro;$WORK/b1515=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/miro -lang=go1.24 -complete -installsuffix shared -buildid OjbgOjiTMVhlRmyCeJcM/OjbgOjiTMVhlRmyCeJcM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1515/importcfg -pack ./pkg/detectors/miro/miro.go
2025-08-20T23:04:24.5133426Z [00:03:09.794]➜  go tool buildid -w $WORK/b1512/_pkg_.a # internal
2025-08-20T23:04:24.5134794Z [00:03:09.795]➜  cp $WORK/b1512/_pkg_.a /root/.cache/go-build/4a/4aa7c25f15511d4bb29735f563ca7ff22f493f0f71f29c233f5f8a94c22e3d1a-d # internal
2025-08-20T23:04:24.5136081Z [00:03:09.796]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mite
2025-08-20T23:04:24.5136790Z [00:03:09.796]➜  mkdir -p $WORK/b1516/
2025-08-20T23:04:24.5143240Z [00:03:09.796]➜  cat >/tmp/go-build3700090427/b1516/importcfg << 'EOF' # internal
2025-08-20T23:04:24.5143928Z [00:03:09.796]➜  # import config
2025-08-20T23:04:24.5144803Z [00:03:09.796]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.5145664Z [00:03:09.796]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.5146842Z [00:03:09.796]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.5148477Z [00:03:09.796]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.5149977Z [00:03:09.796]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.5150933Z [00:03:09.796]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.5151794Z [00:03:09.796]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.5152416Z [00:03:09.796]➜  EOF
2025-08-20T23:04:24.5156141Z [00:03:09.796]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1516/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mite;$WORK/b1516=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mite -lang=go1.24 -complete -installsuffix shared -buildid 8zPl_719BCI84ZLRuEsE/8zPl_719BCI84ZLRuEsE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1516/importcfg -pack ./pkg/detectors/mite/mite.go
2025-08-20T23:04:24.5182072Z [00:03:09.801]➜  go tool buildid -w $WORK/b1513/_pkg_.a # internal
2025-08-20T23:04:24.5204034Z [00:03:09.803]➜  cp $WORK/b1513/_pkg_.a /root/.cache/go-build/ee/eee79778665100eab6f1646369b2555933939f3091f810a9df2ac7a83b4ff7c2-d # internal
2025-08-20T23:04:24.5207271Z [00:03:09.804]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mixmax
2025-08-20T23:04:24.5208034Z [00:03:09.804]➜  mkdir -p $WORK/b1517/
2025-08-20T23:04:24.5211644Z [00:03:09.804]➜  cat >/tmp/go-build3700090427/b1517/importcfg << 'EOF' # internal
2025-08-20T23:04:24.5212332Z [00:03:09.804]➜  # import config
2025-08-20T23:04:24.5213000Z [00:03:09.804]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.5214162Z [00:03:09.804]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.5215687Z [00:03:09.804]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.5217218Z [00:03:09.804]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.5218717Z [00:03:09.804]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.5221348Z [00:03:09.804]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.5222195Z [00:03:09.804]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.5222814Z [00:03:09.804]➜  EOF
2025-08-20T23:04:24.5226600Z [00:03:09.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1517/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixmax=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mixmax;$WORK/b1517=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mixmax -lang=go1.24 -complete -installsuffix shared -buildid xyV1qbccGCeYnJgZZ93z/xyV1qbccGCeYnJgZZ93z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1517/importcfg -pack ./pkg/detectors/mixmax/mixmax.go
2025-08-20T23:04:24.5585106Z [00:03:09.842]➜  go tool buildid -w $WORK/b1514/_pkg_.a # internal
2025-08-20T23:04:24.5605818Z [00:03:09.844]➜  cp $WORK/b1514/_pkg_.a /root/.cache/go-build/82/82704d0a06124b78258ce5d89ad1fb44a4e98e708c1958dd2dc38ca0cdf0ef9e-d # internal
2025-08-20T23:04:24.5612546Z [00:03:09.844]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mockaroo
2025-08-20T23:04:24.5613357Z [00:03:09.844]➜  mkdir -p $WORK/b1518/
2025-08-20T23:04:24.5616176Z [00:03:09.845]➜  go tool buildid -w $WORK/b1516/_pkg_.a # internal
2025-08-20T23:04:24.5626751Z [00:03:09.846]➜  cat >/tmp/go-build3700090427/b1518/importcfg << 'EOF' # internal
2025-08-20T23:04:24.5629764Z [00:03:09.846]➜  # import config
2025-08-20T23:04:24.5633119Z [00:03:09.846]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.5637463Z [00:03:09.846]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:24.5638365Z [00:03:09.846]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.5644435Z [00:03:09.846]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.5650593Z [00:03:09.846]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.5653000Z [00:03:09.846]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.5654342Z [00:03:09.846]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.5655289Z [00:03:09.846]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.5656312Z [00:03:09.846]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.5656961Z [00:03:09.846]➜  EOF
2025-08-20T23:04:24.5664452Z [00:03:09.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1518/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mockaroo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mockaroo;$WORK/b1518=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mockaroo -lang=go1.24 -complete -installsuffix shared -buildid d_Z3mpH2xXwvehkJsmlg/d_Z3mpH2xXwvehkJsmlg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1518/importcfg -pack ./pkg/detectors/mockaroo/mockaroo.go
2025-08-20T23:04:24.5668424Z [00:03:09.846]➜  cp $WORK/b1516/_pkg_.a /root/.cache/go-build/d6/d679cb9c067d3adff83361283ee10f4ccf3c7155edd918a740fec225c75d574b-d # internal
2025-08-20T23:04:24.5669928Z [00:03:09.846]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moderation
2025-08-20T23:04:24.5670674Z [00:03:09.846]➜  mkdir -p $WORK/b1519/
2025-08-20T23:04:24.5671374Z [00:03:09.847]➜  cat >/tmp/go-build3700090427/b1519/importcfg << 'EOF' # internal
2025-08-20T23:04:24.5672017Z [00:03:09.847]➜  # import config
2025-08-20T23:04:24.5672636Z [00:03:09.847]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.5673455Z [00:03:09.847]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.5674791Z [00:03:09.847]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.5676276Z [00:03:09.847]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.5677790Z [00:03:09.847]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.5679100Z [00:03:09.847]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.5680171Z [00:03:09.847]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.5681118Z [00:03:09.847]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.5682177Z [00:03:09.847]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:24.5682782Z [00:03:09.847]➜  EOF
2025-08-20T23:04:24.5686611Z [00:03:09.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1519/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moderation=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moderation;$WORK/b1519=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moderation -lang=go1.24 -complete -installsuffix shared -buildid OkSupqG-1sjys_nDPyMf/OkSupqG-1sjys_nDPyMf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1519/importcfg -pack ./pkg/detectors/moderation/moderation.go
2025-08-20T23:04:24.5701102Z [00:03:09.849]➜  go tool buildid -w $WORK/b1515/_pkg_.a # internal
2025-08-20T23:04:24.5702945Z [00:03:09.851]➜  cp $WORK/b1515/_pkg_.a /root/.cache/go-build/f5/f56d3aa6cdda5b013d5e0be0858d2b690f3307915c0355c8d8a46a7898ca35bc-d # internal
2025-08-20T23:04:24.5704335Z [00:03:09.851]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monday
2025-08-20T23:04:24.5705064Z [00:03:09.851]➜  mkdir -p $WORK/b1520/
2025-08-20T23:04:24.5705798Z [00:03:09.852]➜  cat >/tmp/go-build3700090427/b1520/importcfg << 'EOF' # internal
2025-08-20T23:04:24.5706483Z [00:03:09.852]➜  # import config
2025-08-20T23:04:24.5707135Z [00:03:09.852]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.5707933Z [00:03:09.852]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.5709072Z [00:03:09.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:24.5710742Z [00:03:09.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:24.5712415Z [00:03:09.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:24.5713744Z [00:03:09.852]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:24.5714647Z [00:03:09.852]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.5715445Z [00:03:09.852]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.5739710Z [00:03:09.852]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.5740516Z [00:03:09.852]➜  EOF
2025-08-20T23:04:24.5744308Z [00:03:09.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1520/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monday=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monday;$WORK/b1520=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monday -lang=go1.24 -complete -installsuffix shared -buildid 60iebJaycXDBG6y6WWOk/60iebJaycXDBG6y6WWOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1520/importcfg -pack ./pkg/detectors/monday/monday.go
2025-08-20T23:04:24.5850691Z [00:03:09.868]➜  go tool buildid -w $WORK/b1517/_pkg_.a # internal
2025-08-20T23:04:24.5863522Z [00:03:09.869]➜  cp $WORK/b1517/_pkg_.a /root/.cache/go-build/6b/6bcc5399587e7cfe958d7fefd691a9f7e605cd31fcef11026a1e41550491cd02-d # internal
2025-08-20T23:04:24.5870710Z [00:03:09.870]➜  go.mongodb.org/mongo-driver/bson/primitive
2025-08-20T23:04:24.5871615Z [00:03:09.870]➜  mkdir -p $WORK/b1528/
2025-08-20T23:04:24.5881852Z [00:03:09.870]➜  cat >/tmp/go-build3700090427/b1528/importcfg << 'EOF' # internal
2025-08-20T23:04:24.5882548Z [00:03:09.870]➜  # import config
2025-08-20T23:04:24.5883219Z [00:03:09.870]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:24.5884100Z [00:03:09.870]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:24.5884980Z [00:03:09.870]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:04:24.5886060Z [00:03:09.870]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:24.5887027Z [00:03:09.870]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:24.5888123Z [00:03:09.870]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:24.5889002Z [00:03:09.870]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:24.5890014Z [00:03:09.870]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.5890789Z [00:03:09.870]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.5891569Z [00:03:09.870]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:24.5892352Z [00:03:09.870]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:24.5893183Z [00:03:09.870]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:24.5893999Z [00:03:09.870]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.5894862Z [00:03:09.870]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:24.5895700Z [00:03:09.870]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:24.5896295Z [00:03:09.870]➜  EOF
2025-08-20T23:04:24.5901332Z [00:03:09.870]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1528/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/primitive=>go.mongodb.org/mongo-driver@v1.17.4/bson/primitive;$WORK/b1528=>" -p go.mongodb.org/mongo-driver/bson/primitive -lang=go1.18 -complete -installsuffix shared -buildid PdHVRnnUb7eH4I0muRwP/PdHVRnnUb7eH4I0muRwP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1528/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/primitive/decimal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/primitive/objectid.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/primitive/primitive.go
2025-08-20T23:04:24.6154267Z [00:03:09.898]➜  go tool buildid -w $WORK/b1519/_pkg_.a # internal
2025-08-20T23:04:24.6168099Z [00:03:09.900]➜  cp $WORK/b1519/_pkg_.a /root/.cache/go-build/41/4181bfbf5be2b1a571033effb34d58bc5b73f0980b220c2bcc0707f70f04a1af-d # internal
2025-08-20T23:04:24.6174534Z [00:03:09.901]➜  go.mongodb.org/mongo-driver/mongo/address
2025-08-20T23:04:24.6177169Z [00:03:09.901]➜  mkdir -p $WORK/b1531/
2025-08-20T23:04:24.6187217Z [00:03:09.902]➜  cat >/tmp/go-build3700090427/b1531/importcfg << 'EOF' # internal
2025-08-20T23:04:24.6188349Z [00:03:09.902]➜  # import config
2025-08-20T23:04:24.6190024Z [00:03:09.902]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:24.6191135Z [00:03:09.902]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.6192043Z [00:03:09.902]➜  EOF
2025-08-20T23:04:24.6196917Z [00:03:09.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1531/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/address=>go.mongodb.org/mongo-driver@v1.17.4/mongo/address;$WORK/b1531=>" -p go.mongodb.org/mongo-driver/mongo/address -lang=go1.18 -complete -installsuffix shared -buildid dWDuZNVr2kSVfj0EFiDx/dWDuZNVr2kSVfj0EFiDx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1531/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/address/addr.go
2025-08-20T23:04:24.6283363Z [00:03:09.911]➜  go tool buildid -w $WORK/b1520/_pkg_.a # internal
2025-08-20T23:04:24.6299164Z [00:03:09.913]➜  cp $WORK/b1520/_pkg_.a /root/.cache/go-build/84/84d02cb4b658ef6fac13918ec65ab704e84336ffa4fd7c05263c5b26ad1ac418-d # internal
2025-08-20T23:04:24.6305484Z [00:03:09.913]➜  go.mongodb.org/mongo-driver/tag
2025-08-20T23:04:24.6309471Z [00:03:09.913]➜  mkdir -p $WORK/b1537/
2025-08-20T23:04:24.6310318Z [00:03:09.914]➜  cat >/tmp/go-build3700090427/b1537/importcfg << 'EOF' # internal
2025-08-20T23:04:24.6311016Z [00:03:09.914]➜  # import config
2025-08-20T23:04:24.6311663Z [00:03:09.914]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:24.6312662Z [00:03:09.914]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.6313304Z [00:03:09.914]➜  EOF
2025-08-20T23:04:24.6316800Z [00:03:09.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1537/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/tag=>go.mongodb.org/mongo-driver@v1.17.4/tag;$WORK/b1537=>" -p go.mongodb.org/mongo-driver/tag -lang=go1.18 -complete -installsuffix shared -buildid FN9WIcXmFw91nF_49uPu/FN9WIcXmFw91nF_49uPu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1537/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/tag/tag.go
2025-08-20T23:04:24.6364988Z [00:03:09.920]➜  go tool buildid -w $WORK/b1531/_pkg_.a # internal
2025-08-20T23:04:24.6370268Z [00:03:09.920]➜  go tool buildid -w $WORK/b1518/_pkg_.a # internal
2025-08-20T23:04:24.6387761Z [00:03:09.920]➜  cp $WORK/b1531/_pkg_.a /root/.cache/go-build/64/648824ea6b4d726e4c10d04118a8af31b0618b8d375fa0116831066b521c66e4-d # internal
2025-08-20T23:04:24.6388978Z [00:03:09.920]➜  go.mongodb.org/mongo-driver/internal/csot
2025-08-20T23:04:24.6389871Z [00:03:09.921]➜  mkdir -p $WORK/b1540/
2025-08-20T23:04:24.6390631Z [00:03:09.921]➜  cat >/tmp/go-build3700090427/b1540/importcfg << 'EOF' # internal
2025-08-20T23:04:24.6391357Z [00:03:09.921]➜  # import config
2025-08-20T23:04:24.6392034Z [00:03:09.921]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.6393918Z [00:03:09.921]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:24.6394532Z [00:03:09.921]➜  EOF
2025-08-20T23:04:24.6398399Z [00:03:09.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1540/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/csot=>go.mongodb.org/mongo-driver@v1.17.4/internal/csot;$WORK/b1540=>" -p go.mongodb.org/mongo-driver/internal/csot -lang=go1.18 -complete -installsuffix shared -buildid EBB_iuoTHCkQCIvebx2d/EBB_iuoTHCkQCIvebx2d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1540/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/csot/csot.go
2025-08-20T23:04:24.6446032Z [00:03:09.927]➜  cp $WORK/b1518/_pkg_.a /root/.cache/go-build/f4/f4b3f98180486c61d0fe1423b1b35c765f13831f7cb4400ac1d7fcb9d91e6173-d # internal
2025-08-20T23:04:24.6451919Z [00:03:09.928]➜  go.mongodb.org/mongo-driver/internal/httputil
2025-08-20T23:04:24.6452535Z [00:03:09.928]➜  mkdir -p $WORK/b1541/
2025-08-20T23:04:24.6453236Z [00:03:09.928]➜  cat >/tmp/go-build3700090427/b1541/importcfg << 'EOF' # internal
2025-08-20T23:04:24.6453881Z [00:03:09.928]➜  # import config
2025-08-20T23:04:24.6454551Z [00:03:09.928]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.6455178Z [00:03:09.928]➜  EOF
2025-08-20T23:04:24.6459102Z [00:03:09.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1541/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/httputil=>go.mongodb.org/mongo-driver@v1.17.4/internal/httputil;$WORK/b1541=>" -p go.mongodb.org/mongo-driver/internal/httputil -lang=go1.18 -complete -installsuffix shared -buildid J-azfFBgt2s3ySH4fpON/J-azfFBgt2s3ySH4fpON -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1541/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/httputil/httputil.go
2025-08-20T23:04:24.6509688Z [00:03:09.934]➜  go tool buildid -w $WORK/b1540/_pkg_.a # internal
2025-08-20T23:04:24.6521209Z [00:03:09.935]➜  cp $WORK/b1540/_pkg_.a /root/.cache/go-build/06/06b1df019c95eb39e193f6df5f58b0159957aa664ab214fe375ba1031848bd9a-d # internal
2025-08-20T23:04:24.6522627Z [00:03:09.935]➜  go.mongodb.org/mongo-driver/internal/rand
2025-08-20T23:04:24.6523427Z [00:03:09.935]➜  mkdir -p $WORK/b1545/
2025-08-20T23:04:24.6577084Z [00:03:09.941]➜  cat >/tmp/go-build3700090427/b1545/importcfg << 'EOF' # internal
2025-08-20T23:04:24.6577833Z [00:03:09.941]➜  # import config
2025-08-20T23:04:24.6578583Z [00:03:09.941]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:24.6579778Z [00:03:09.941]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.6580615Z [00:03:09.941]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:24.6581625Z [00:03:09.941]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:24.6582461Z [00:03:09.941]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:24.6583061Z [00:03:09.941]➜  EOF
2025-08-20T23:04:24.6588746Z [00:03:09.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1545/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand=>go.mongodb.org/mongo-driver@v1.17.4/internal/rand;$WORK/b1545=>" -p go.mongodb.org/mongo-driver/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid 5gM8H7NU7_KtePWCyf57/5gM8H7NU7_KtePWCyf57 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1545/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand/bits.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand/exp.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand/normal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand/rand.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/rand/rng.go
2025-08-20T23:04:24.6732926Z [00:03:09.956]➜  go tool buildid -w $WORK/b1537/_pkg_.a # internal
2025-08-20T23:04:24.6751625Z [00:03:09.958]➜  cp $WORK/b1537/_pkg_.a /root/.cache/go-build/0a/0ae0bd39626d5b60302781ec852b8aca3a5de34de08ee0ee582e9a271284aa69-d # internal
2025-08-20T23:04:24.6764136Z [00:03:09.959]➜  go.mongodb.org/mongo-driver/mongo/readpref
2025-08-20T23:04:24.6764786Z [00:03:09.959]➜  mkdir -p $WORK/b1536/
2025-08-20T23:04:24.6777687Z [00:03:09.961]➜  cat >/tmp/go-build3700090427/b1536/importcfg << 'EOF' # internal
2025-08-20T23:04:24.6778372Z [00:03:09.961]➜  # import config
2025-08-20T23:04:24.6779113Z [00:03:09.961]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:24.6780705Z [00:03:09.961]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:24.6800569Z [00:03:09.961]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.6801586Z [00:03:09.961]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3700090427/b1537/_pkg_.a
2025-08-20T23:04:24.6803481Z [00:03:09.961]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.6804327Z [00:03:09.961]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:24.6804978Z [00:03:09.961]➜  EOF
2025-08-20T23:04:24.6810088Z [00:03:09.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1536/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readpref=>go.mongodb.org/mongo-driver@v1.17.4/mongo/readpref;$WORK/b1536=>" -p go.mongodb.org/mongo-driver/mongo/readpref -lang=go1.18 -complete -installsuffix shared -buildid Vk5xAt3sUdDbk6l0n8SD/Vk5xAt3sUdDbk6l0n8SD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1536/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readpref/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readpref/options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readpref/readpref.go
2025-08-20T23:04:24.6823226Z [00:03:09.966]➜  go tool buildid -w $WORK/b1541/_pkg_.a # internal
2025-08-20T23:04:24.6836460Z [00:03:09.967]➜  cp $WORK/b1541/_pkg_.a /root/.cache/go-build/f1/f1949db02e0c3ec6f706744f505dc5896309bf42f5c7477a7490d50900608155-d # internal
2025-08-20T23:04:24.6854286Z [00:03:09.969]➜  golang.org/x/crypto/pbkdf2
2025-08-20T23:04:24.6861299Z [00:03:09.969]➜  mkdir -p $WORK/b1548/
2025-08-20T23:04:24.6865739Z [00:03:09.970]➜  cat >/tmp/go-build3700090427/b1548/importcfg << 'EOF' # internal
2025-08-20T23:04:24.6866823Z [00:03:09.970]➜  # import config
2025-08-20T23:04:24.6869046Z [00:03:09.970]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:24.6871433Z [00:03:09.970]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:24.6872311Z [00:03:09.970]➜  EOF
2025-08-20T23:04:24.6875743Z [00:03:09.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1548/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/pbkdf2=>golang.org/x/crypto@v0.40.0/pbkdf2;$WORK/b1548=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid 2GJNgNqYysxJKpaMmnaE/2GJNgNqYysxJKpaMmnaE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1548/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/pbkdf2/pbkdf2.go
2025-08-20T23:04:24.7021651Z [00:03:09.985]➜  go tool buildid -w $WORK/b1528/_pkg_.a # internal
2025-08-20T23:04:24.7032852Z [00:03:09.985]➜  cp $WORK/b1528/_pkg_.a /root/.cache/go-build/ed/ed63db5172b63f425a431dbd2ccca8c2d6e8e603cb855298bd0f0fc306a0b8f5-d # internal
2025-08-20T23:04:24.7034123Z [00:03:09.985]➜  go.mongodb.org/mongo-driver/x/bsonx/bsoncore
2025-08-20T23:04:24.7034775Z [00:03:09.985]➜  mkdir -p $WORK/b1529/
2025-08-20T23:04:24.7035585Z [00:03:09.985]➜  cat >/tmp/go-build3700090427/b1529/importcfg << 'EOF' # internal
2025-08-20T23:04:24.7036314Z [00:03:09.985]➜  # import config
2025-08-20T23:04:24.7037016Z [00:03:09.985]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:24.7037929Z [00:03:09.985]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:24.7038912Z [00:03:09.985]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:24.7040103Z [00:03:09.985]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:24.7040942Z [00:03:09.985]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.7042011Z [00:03:09.985]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3700090427/b1527/_pkg_.a
2025-08-20T23:04:24.7043358Z [00:03:09.985]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:24.7044505Z [00:03:09.985]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.7045633Z [00:03:09.985]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:24.7046498Z [00:03:09.985]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:24.7047342Z [00:03:09.985]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:24.7048392Z [00:03:09.985]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.7049237Z [00:03:09.985]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:24.7050313Z [00:03:09.985]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:24.7050959Z [00:03:09.985]➜  EOF
2025-08-20T23:04:24.7073227Z [00:03:09.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1529/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore=>go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore;$WORK/b1529=>" -p go.mongodb.org/mongo-driver/x/bsonx/bsoncore -lang=go1.18 -complete -installsuffix shared -buildid ncMR-hrimYJD7GnRRbyl/ncMR-hrimYJD7GnRRbyl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1529/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/array.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/bson_arraybuilder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/bson_documentbuilder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/bsoncore.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/document.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/document_sequence.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/element.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/tables.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/bsonx/bsoncore/value.go
2025-08-20T23:04:24.7082132Z [00:03:09.986]➜  go tool buildid -w $WORK/b1548/_pkg_.a # internal
2025-08-20T23:04:24.7083436Z [00:03:09.986]➜  cp $WORK/b1548/_pkg_.a /root/.cache/go-build/89/895c42ab3de2f86c8cc0d20ac41d9aae19dc45d7523e37ad4e26f81351083b5e-d # internal
2025-08-20T23:04:24.7084750Z [00:03:09.986]➜  go.mongodb.org/mongo-driver/internal/logger
2025-08-20T23:04:24.7085385Z [00:03:09.986]➜  mkdir -p $WORK/b1542/
2025-08-20T23:04:24.7110110Z [00:03:09.986]➜  cat >/tmp/go-build3700090427/b1542/importcfg << 'EOF' # internal
2025-08-20T23:04:24.7110816Z [00:03:09.986]➜  # import config
2025-08-20T23:04:24.7111450Z [00:03:09.986]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.7112298Z [00:03:09.986]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:24.7113119Z [00:03:09.986]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.7114132Z [00:03:09.986]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:24.7115215Z [00:03:09.986]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.7116011Z [00:03:09.986]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:24.7116771Z [00:03:09.986]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:24.7117586Z [00:03:09.986]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:24.7118432Z [00:03:09.987]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.7119311Z [00:03:09.987]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:24.7120303Z [00:03:09.987]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:24.7120862Z [00:03:09.987]➜  EOF
2025-08-20T23:04:24.7126932Z [00:03:09.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1542/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger=>go.mongodb.org/mongo-driver@v1.17.4/internal/logger;$WORK/b1542=>" -p go.mongodb.org/mongo-driver/internal/logger -lang=go1.18 -complete -installsuffix shared -buildid eWJzqSJPFV3jhGpFY6IK/eWJzqSJPFV3jhGpFY6IK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1542/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger/component.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger/context.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger/io_sink.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger/level.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/logger/logger.go
2025-08-20T23:04:24.7184660Z [00:03:10.002]➜  go tool buildid -w $WORK/b1536/_pkg_.a # internal
2025-08-20T23:04:24.7194509Z [00:03:10.003]➜  cp $WORK/b1536/_pkg_.a /root/.cache/go-build/8c/8c73dddf654abef7783538167b83f22518564dfa98fa7bee6e7dbaa7bb9261ed-d # internal
2025-08-20T23:04:24.7200557Z [00:03:10.003]➜  golang.org/x/crypto/scrypt
2025-08-20T23:04:24.7205238Z [00:03:10.004]➜  mkdir -p $WORK/b1549/
2025-08-20T23:04:24.7215344Z [00:03:10.005]➜  cat >/tmp/go-build3700090427/b1549/importcfg << 'EOF' # internal
2025-08-20T23:04:24.7226900Z [00:03:10.005]➜  # import config
2025-08-20T23:04:24.7227666Z [00:03:10.005]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:24.7228607Z [00:03:10.005]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:24.7229652Z [00:03:10.005]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:24.7233798Z [00:03:10.005]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3700090427/b1548/_pkg_.a
2025-08-20T23:04:24.7234721Z [00:03:10.005]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:24.7235300Z [00:03:10.005]➜  EOF
2025-08-20T23:04:24.7238497Z [00:03:10.006]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1549/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/scrypt=>golang.org/x/crypto@v0.40.0/scrypt;$WORK/b1549=>" -p golang.org/x/crypto/scrypt -lang=go1.23 -complete -installsuffix shared -buildid DL7AI87-P6U4MmHWFuuo/DL7AI87-P6U4MmHWFuuo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1549/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/scrypt/scrypt.go
2025-08-20T23:04:24.7263318Z [00:03:10.008]➜  go tool buildid -w $WORK/b1545/_pkg_.a # internal
2025-08-20T23:04:24.7268374Z [00:03:10.010]➜  cp $WORK/b1545/_pkg_.a /root/.cache/go-build/65/652e0141499fe406d65afd16848b9670075b7af4007702d808e67e0f83d91290-d # internal
2025-08-20T23:04:24.7269816Z [00:03:10.010]➜  go.mongodb.org/mongo-driver/internal/randutil
2025-08-20T23:04:24.7270512Z [00:03:10.010]➜  mkdir -p $WORK/b1544/
2025-08-20T23:04:24.7271855Z [00:03:10.010]➜  cat >/tmp/go-build3700090427/b1544/importcfg << 'EOF' # internal
2025-08-20T23:04:24.7274117Z [00:03:10.010]➜  # import config
2025-08-20T23:04:24.7275293Z [00:03:10.010]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:24.7277984Z [00:03:10.010]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.7279079Z [00:03:10.010]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build3700090427/b1545/_pkg_.a
2025-08-20T23:04:24.7280308Z [00:03:10.010]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.7280900Z [00:03:10.010]➜  EOF
2025-08-20T23:04:24.7284705Z [00:03:10.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1544/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/randutil=>go.mongodb.org/mongo-driver@v1.17.4/internal/randutil;$WORK/b1544=>" -p go.mongodb.org/mongo-driver/internal/randutil -lang=go1.18 -complete -installsuffix shared -buildid e0XUNNZMAy_DiK_onmNX/e0XUNNZMAy_DiK_onmNX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1544/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/randutil/randutil.go
2025-08-20T23:04:24.7426167Z [00:03:10.026]➜  go tool buildid -w $WORK/b1544/_pkg_.a # internal
2025-08-20T23:04:24.7431113Z [00:03:10.026]➜  cp $WORK/b1544/_pkg_.a /root/.cache/go-build/c8/c86d3202156ab2c02425ed45f0bce3a30fad89aaccdd42f14cccecefeb5dbcd9-d # internal
2025-08-20T23:04:24.7438864Z [00:03:10.026]➜  go.mongodb.org/mongo-driver/internal/uuid
2025-08-20T23:04:24.7439883Z [00:03:10.026]➜  mkdir -p $WORK/b1543/
2025-08-20T23:04:24.7440660Z [00:03:10.027]➜  cat >/tmp/go-build3700090427/b1543/importcfg << 'EOF' # internal
2025-08-20T23:04:24.7451409Z [00:03:10.027]➜  # import config
2025-08-20T23:04:24.7454368Z [00:03:10.027]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:24.7455540Z [00:03:10.027]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3700090427/b1544/_pkg_.a
2025-08-20T23:04:24.7456638Z [00:03:10.027]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.7457266Z [00:03:10.027]➜  EOF
2025-08-20T23:04:24.7461008Z [00:03:10.028]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1543/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/uuid=>go.mongodb.org/mongo-driver@v1.17.4/internal/uuid;$WORK/b1543=>" -p go.mongodb.org/mongo-driver/internal/uuid -lang=go1.18 -complete -installsuffix shared -buildid zc90D_2qMHnOzNj1xX5J/zc90D_2qMHnOzNj1xX5J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1543/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/uuid/uuid.go
2025-08-20T23:04:24.7517189Z [00:03:10.035]➜  go tool buildid -w $WORK/b1549/_pkg_.a # internal
2025-08-20T23:04:24.7539826Z [00:03:10.035]➜  cp $WORK/b1549/_pkg_.a /root/.cache/go-build/89/898aa5d0f8a940ea2e7a743a627e550e78691f05ce9a713deea2cd2293c659e8-d # internal
2025-08-20T23:04:24.7541000Z [00:03:10.036]➜  github.com/youmark/pkcs8
2025-08-20T23:04:24.7541554Z [00:03:10.036]➜  mkdir -p $WORK/b1547/
2025-08-20T23:04:24.7542266Z [00:03:10.036]➜  cat >/tmp/go-build3700090427/b1547/importcfg << 'EOF' # internal
2025-08-20T23:04:24.7542975Z [00:03:10.036]➜  # import config
2025-08-20T23:04:24.7543641Z [00:03:10.036]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:24.7544757Z [00:03:10.036]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:24.7545728Z [00:03:10.036]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:04:24.7546610Z [00:03:10.036]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:04:24.7547538Z [00:03:10.036]➜  packagefile crypto/des=/tmp/go-build3700090427/b139/_pkg_.a
2025-08-20T23:04:24.7548521Z [00:03:10.036]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:24.7549588Z [00:03:10.036]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:24.7550522Z [00:03:10.036]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:24.7551417Z [00:03:10.036]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:24.7552322Z [00:03:10.036]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:24.7553254Z [00:03:10.036]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:24.7554192Z [00:03:10.036]➜  packagefile crypto/x509/pkix=/tmp/go-build3700090427/b182/_pkg_.a
2025-08-20T23:04:24.7555089Z [00:03:10.036]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:04:24.7555871Z [00:03:10.036]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:24.7556602Z [00:03:10.036]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.7557500Z [00:03:10.036]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3700090427/b1548/_pkg_.a
2025-08-20T23:04:24.7558580Z [00:03:10.036]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build3700090427/b1549/_pkg_.a
2025-08-20T23:04:24.7570470Z [00:03:10.036]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:24.7571183Z [00:03:10.036]➜  EOF
2025-08-20T23:04:24.7578452Z [00:03:10.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1547/_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/b1547=>" -p github.com/youmark/pkcs8 -lang=go1.17 -complete -installsuffix shared -buildid 9DYvoi0q2lQejdmHOqQ1/9DYvoi0q2lQejdmHOqQ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1547/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-20T23:04:24.7764717Z [00:03:10.059]➜  go tool buildid -w $WORK/b1543/_pkg_.a # internal
2025-08-20T23:04:24.7770862Z [00:03:10.060]➜  cp $WORK/b1543/_pkg_.a /root/.cache/go-build/e2/e265a53ec3eb52d75cd669e9c560a27c0c8106cbddccd283432e74afe5acbc68-d # internal
2025-08-20T23:04:24.7788056Z [00:03:10.060]➜  go.mongodb.org/mongo-driver/internal/driverutil
2025-08-20T23:04:24.7788727Z [00:03:10.060]➜  mkdir -p $WORK/b1553/
2025-08-20T23:04:24.7789729Z [00:03:10.061]➜  cat >/tmp/go-build3700090427/b1553/importcfg << 'EOF' # internal
2025-08-20T23:04:24.7790651Z [00:03:10.061]➜  # import config
2025-08-20T23:04:24.7791276Z [00:03:10.061]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:24.7792069Z [00:03:10.061]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.7792664Z [00:03:10.061]➜  EOF
2025-08-20T23:04:24.7797315Z [00:03:10.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1553/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/driverutil=>go.mongodb.org/mongo-driver@v1.17.4/internal/driverutil;$WORK/b1553=>" -p go.mongodb.org/mongo-driver/internal/driverutil -lang=go1.18 -complete -installsuffix shared -buildid vhQK8UxnNKvRTjN-2XQX/vhQK8UxnNKvRTjN-2XQX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1553/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/driverutil/hello.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/driverutil/operation.go
2025-08-20T23:04:24.7964314Z [00:03:10.079]➜  go tool buildid -w $WORK/b1542/_pkg_.a # internal
2025-08-20T23:04:24.7980406Z [00:03:10.081]➜  cp $WORK/b1542/_pkg_.a /root/.cache/go-build/08/085258488b2e151ed76e578b01a6561544efc52cbefd80f36af190fe45257131-d # internal
2025-08-20T23:04:24.7983016Z [00:03:10.081]➜  github.com/xdg-go/pbkdf2
2025-08-20T23:04:24.7985654Z [00:03:10.082]➜  mkdir -p $WORK/b1560/
2025-08-20T23:04:24.7987741Z [00:03:10.082]➜  cat >/tmp/go-build3700090427/b1560/importcfg << 'EOF' # internal
2025-08-20T23:04:24.7988699Z [00:03:10.082]➜  # import config
2025-08-20T23:04:24.7991751Z [00:03:10.082]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:24.7992683Z [00:03:10.082]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:24.7993545Z [00:03:10.082]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:24.7994138Z [00:03:10.082]➜  EOF
2025-08-20T23:04:24.7997323Z [00:03:10.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0=>github.com/xdg-go/pbkdf2@v1.0.0;$WORK/b1560=>" -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/b1560/importcfg -pack /root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0/pbkdf2.go
2025-08-20T23:04:24.8078154Z [00:03:10.091]➜  go tool buildid -w $WORK/b1553/_pkg_.a # internal
2025-08-20T23:04:24.8094709Z [00:03:10.093]➜  cp $WORK/b1553/_pkg_.a /root/.cache/go-build/03/03a58da50d0ffe31cccfa4d5833356e35bc2076b0640aafd68a75dfa9d05c547-d # internal
2025-08-20T23:04:24.8101633Z [00:03:10.093]➜  github.com/xdg-go/stringprep
2025-08-20T23:04:24.8102229Z [00:03:10.093]➜  mkdir -p $WORK/b1561/
2025-08-20T23:04:24.8102980Z [00:03:10.093]➜  cat >/tmp/go-build3700090427/b1561/importcfg << 'EOF' # internal
2025-08-20T23:04:24.8103647Z [00:03:10.093]➜  # import config
2025-08-20T23:04:24.8104263Z [00:03:10.093]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.8105269Z [00:03:10.093]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3700090427/b240/_pkg_.a
2025-08-20T23:04:24.8106244Z [00:03:10.093]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:24.8106858Z [00:03:10.093]➜  EOF
2025-08-20T23:04:24.8113282Z [00:03:10.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4=>github.com/xdg-go/stringprep@v1.0.4;$WORK/b1561=>" -p github.com/xdg-go/stringprep -lang=go1.11 -complete -installsuffix shared -buildid UusITyWG8PIQMzRj9g-C/UusITyWG8PIQMzRj9g-C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1561/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-20T23:04:24.8136353Z [00:03:10.097]➜  go tool buildid -w $WORK/b1560/_pkg_.a # internal
2025-08-20T23:04:24.8141543Z [00:03:10.097]➜  cp $WORK/b1560/_pkg_.a /root/.cache/go-build/f0/f0bcacfbaca53fe1b1f2abb2e41270aa46e7b5a8ff44b20f9fc155669473fa0c-d # internal
2025-08-20T23:04:24.8143099Z [00:03:10.098]➜  go.mongodb.org/mongo-driver/internal/aws/awserr
2025-08-20T23:04:24.8145381Z [00:03:10.098]➜  mkdir -p $WORK/b1563/
2025-08-20T23:04:24.8150689Z [00:03:10.098]➜  cat >/tmp/go-build3700090427/b1563/importcfg << 'EOF' # internal
2025-08-20T23:04:24.8152063Z [00:03:10.098]➜  # import config
2025-08-20T23:04:24.8153219Z [00:03:10.098]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.8154027Z [00:03:10.098]➜  EOF
2025-08-20T23:04:24.8164254Z [00:03:10.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1563/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/awserr=>go.mongodb.org/mongo-driver@v1.17.4/internal/aws/awserr;$WORK/b1563=>" -p go.mongodb.org/mongo-driver/internal/aws/awserr -lang=go1.18 -complete -installsuffix shared -buildid d8HDfZrGnZb4i6DZB-hG/d8HDfZrGnZb4i6DZB-hG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1563/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/awserr/error.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/awserr/types.go
2025-08-20T23:04:24.8168783Z [00:03:10.099]➜  go tool buildid -w $WORK/b1547/_pkg_.a # internal
2025-08-20T23:04:24.8183765Z [00:03:10.102]➜  cp $WORK/b1547/_pkg_.a /root/.cache/go-build/ce/ce41743f282f34ed014259a79080a6247197ac027c802ed9a19e989657cfba96-d # internal
2025-08-20T23:04:24.8211235Z [00:03:10.104]➜  go.mongodb.org/mongo-driver/internal/aws
2025-08-20T23:04:24.8211880Z [00:03:10.104]➜  mkdir -p $WORK/b1565/
2025-08-20T23:04:24.8212644Z [00:03:10.104]➜  cat >/tmp/go-build3700090427/b1565/importcfg << 'EOF' # internal
2025-08-20T23:04:24.8213323Z [00:03:10.104]➜  # import config
2025-08-20T23:04:24.8214044Z [00:03:10.104]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.8214662Z [00:03:10.104]➜  EOF
2025-08-20T23:04:24.8218662Z [00:03:10.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1565/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws=>go.mongodb.org/mongo-driver@v1.17.4/internal/aws;$WORK/b1565=>" -p go.mongodb.org/mongo-driver/internal/aws -lang=go1.18 -complete -installsuffix shared -buildid M0zpThwxejgc1cV06Vjm/M0zpThwxejgc1cV06Vjm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1565/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/types.go
2025-08-20T23:04:24.8406477Z [00:03:10.124]➜  go tool buildid -w $WORK/b1563/_pkg_.a # internal
2025-08-20T23:04:24.8420121Z [00:03:10.125]➜  cp $WORK/b1563/_pkg_.a /root/.cache/go-build/00/00feb5b7f03995d009bd37a6825741f8bb9f2d6fae278be6b72a65a930b8f568-d # internal
2025-08-20T23:04:24.8426346Z [00:03:10.126]➜  go.mongodb.org/mongo-driver/internal/aws/credentials
2025-08-20T23:04:24.8437543Z [00:03:10.126]➜  mkdir -p $WORK/b1562/
2025-08-20T23:04:24.8438893Z [00:03:10.127]➜  cat >/tmp/go-build3700090427/b1562/importcfg << 'EOF' # internal
2025-08-20T23:04:24.8442487Z [00:03:10.127]➜  # import config
2025-08-20T23:04:24.8444799Z [00:03:10.127]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.8446095Z [00:03:10.127]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build3700090427/b1563/_pkg_.a
2025-08-20T23:04:24.8453722Z [00:03:10.127]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build3700090427/b1069/_pkg_.a
2025-08-20T23:04:24.8454697Z [00:03:10.127]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:24.8455386Z [00:03:10.127]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:24.8455921Z [00:03:10.127]➜  EOF
2025-08-20T23:04:24.8460571Z [00:03:10.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1562/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/credentials=>go.mongodb.org/mongo-driver@v1.17.4/internal/aws/credentials;$WORK/b1562=>" -p go.mongodb.org/mongo-driver/internal/aws/credentials -lang=go1.18 -complete -installsuffix shared -buildid fmE2Nw_V5wa1wM27Fp2M/fmE2Nw_V5wa1wM27Fp2M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1562/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/credentials/chain_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/credentials/credentials.go
2025-08-20T23:04:24.8464479Z [00:03:10.127]➜  go tool buildid -w $WORK/b1565/_pkg_.a # internal
2025-08-20T23:04:24.8465605Z [00:03:10.128]➜  cp $WORK/b1565/_pkg_.a /root/.cache/go-build/0b/0bf22848b198eb99ff95864c9c0968b906f2199c8620a09a6ac4c4e469a77794-d # internal
2025-08-20T23:04:24.8602140Z [00:03:10.142]➜  go.mongodb.org/mongo-driver/x/mongo/driver/dns
2025-08-20T23:04:24.8612607Z [00:03:10.142]➜  mkdir -p $WORK/b1571/
2025-08-20T23:04:24.8613330Z [00:03:10.143]➜  cat >/tmp/go-build3700090427/b1571/importcfg << 'EOF' # internal
2025-08-20T23:04:24.8613943Z [00:03:10.143]➜  # import config
2025-08-20T23:04:24.8614537Z [00:03:10.143]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:24.8615253Z [00:03:10.143]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.8615937Z [00:03:10.143]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:24.8616688Z [00:03:10.143]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:24.8617418Z [00:03:10.143]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.8617970Z [00:03:10.143]➜  EOF
2025-08-20T23:04:24.8621895Z [00:03:10.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1571/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/dns=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/dns;$WORK/b1571=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/dns -lang=go1.18 -complete -installsuffix shared -buildid OzZDfw4qG2PF6gt1mnt7/OzZDfw4qG2PF6gt1mnt7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1571/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/dns/dns.go
2025-08-20T23:04:24.8928230Z [00:03:10.176]➜  go tool buildid -w $WORK/b1562/_pkg_.a # internal
2025-08-20T23:04:24.8939994Z [00:03:10.177]➜  cp $WORK/b1562/_pkg_.a /root/.cache/go-build/4a/4a9f508717f40faa3da78ac07e353f7f78ab7c625036e2a867821764bfab99f3-d # internal
2025-08-20T23:04:24.8943281Z [00:03:10.177]➜  go.mongodb.org/mongo-driver/internal/aws/signer/v4
2025-08-20T23:04:24.8945137Z [00:03:10.178]➜  mkdir -p $WORK/b1564/
2025-08-20T23:04:24.8951472Z [00:03:10.178]➜  cat >/tmp/go-build3700090427/b1564/importcfg << 'EOF' # internal
2025-08-20T23:04:24.8953402Z [00:03:10.178]➜  # import config
2025-08-20T23:04:24.8956247Z [00:03:10.178]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:24.8957154Z [00:03:10.178]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:24.8958030Z [00:03:10.178]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:24.8958919Z [00:03:10.178]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:24.8959904Z [00:03:10.178]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.8960999Z [00:03:10.178]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build3700090427/b1565/_pkg_.a
2025-08-20T23:04:24.8962368Z [00:03:10.178]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3700090427/b1562/_pkg_.a
2025-08-20T23:04:24.8963502Z [00:03:10.178]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:24.8964359Z [00:03:10.178]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:24.8965312Z [00:03:10.178]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.8966162Z [00:03:10.178]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:24.8966937Z [00:03:10.178]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:24.8967712Z [00:03:10.178]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:24.8968519Z [00:03:10.178]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:24.8969125Z [00:03:10.178]➜  EOF
2025-08-20T23:04:24.8975316Z [00:03:10.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1564/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4=>go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4;$WORK/b1564=>" -p go.mongodb.org/mongo-driver/internal/aws/signer/v4 -lang=go1.18 -complete -installsuffix shared -buildid f3AcbDelTNmJMBq3M3B2/f3AcbDelTNmJMBq3M3B2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1564/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4/header_rules.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4/request.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4/uri_path.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/aws/signer/v4/v4.go
2025-08-20T23:04:24.9151966Z [00:03:10.196]➜  go tool buildid -w $WORK/b1571/_pkg_.a # internal
2025-08-20T23:04:24.9164727Z [00:03:10.197]➜  cp $WORK/b1571/_pkg_.a /root/.cache/go-build/70/70e43d87ed3b733532f03787542bd2959767d998e0be772fbf8932b27c2f7281-d # internal
2025-08-20T23:04:24.9166027Z [00:03:10.198]➜  go.mongodb.org/mongo-driver/internal/credproviders
2025-08-20T23:04:24.9166740Z [00:03:10.198]➜  mkdir -p $WORK/b1566/
2025-08-20T23:04:24.9167514Z [00:03:10.199]➜  cat >/tmp/go-build3700090427/b1566/importcfg << 'EOF' # internal
2025-08-20T23:04:24.9168232Z [00:03:10.199]➜  # import config
2025-08-20T23:04:24.9168883Z [00:03:10.199]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:24.9170260Z [00:03:10.199]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:24.9171179Z [00:03:10.199]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:24.9172035Z [00:03:10.199]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:24.9173215Z [00:03:10.199]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3700090427/b1562/_pkg_.a
2025-08-20T23:04:24.9174849Z [00:03:10.199]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3700090427/b1543/_pkg_.a
2025-08-20T23:04:24.9176033Z [00:03:10.199]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:24.9176924Z [00:03:10.199]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:24.9177767Z [00:03:10.199]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:24.9178569Z [00:03:10.199]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:24.9179826Z [00:03:10.199]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:24.9180446Z [00:03:10.199]➜  EOF
2025-08-20T23:04:24.9187919Z [00:03:10.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1566/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders=>go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders;$WORK/b1566=>" -p go.mongodb.org/mongo-driver/internal/credproviders -lang=go1.18 -complete -installsuffix shared -buildid jLCgNbHBDxyvbgValw0p/jLCgNbHBDxyvbgValw0p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1566/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/assume_role_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/ec2_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/ecs_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/env_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/imds_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/credproviders/static_provider.go
2025-08-20T23:04:25.0561835Z [00:03:10.338]➜  go tool buildid -w $WORK/b1564/_pkg_.a # internal
2025-08-20T23:04:25.0596004Z [00:03:10.343]➜  cp $WORK/b1564/_pkg_.a /root/.cache/go-build/8f/8f4d03b76dfaad9921dda72e1ca07b26748458f0f39e6b987e94fcb7dfacad23-d # internal
2025-08-20T23:04:25.0608672Z [00:03:10.344]➜  github.com/montanaflynn/stats
2025-08-20T23:04:25.0610157Z [00:03:10.344]➜  mkdir -p $WORK/b1573/
2025-08-20T23:04:25.0619252Z [00:03:10.345]➜  cat >/tmp/go-build3700090427/b1573/importcfg << 'EOF' # internal
2025-08-20T23:04:25.0620169Z [00:03:10.345]➜  # import config
2025-08-20T23:04:25.0620730Z [00:03:10.345]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:25.0621403Z [00:03:10.345]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.0622125Z [00:03:10.345]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:25.0622843Z [00:03:10.345]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:25.0623585Z [00:03:10.345]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:04:25.0624275Z [00:03:10.345]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:25.0624986Z [00:03:10.345]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:25.0625835Z [00:03:10.345]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.0626842Z [00:03:10.345]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:25.0627468Z [00:03:10.345]➜  EOF
2025-08-20T23:04:25.0643772Z [00:03:10.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.1=>github.com/montanaflynn/stats@v0.7.1;$WORK/b1573=>" -p github.com/montanaflynn/stats -lang=go1.13 -complete -installsuffix shared -buildid o2bLPwWUQn1CCSKMHm8s/o2bLPwWUQn1CCSKMHm8s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1573/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-20T23:04:25.0870930Z [00:03:10.370]➜  go tool buildid -w $WORK/b1566/_pkg_.a # internal
2025-08-20T23:04:25.0891543Z [00:03:10.372]➜  cp $WORK/b1566/_pkg_.a /root/.cache/go-build/48/481638f1c42ddabe14b1f82d89864de22165a3f34834afb641d4447ff28448a4-d # internal
2025-08-20T23:04:25.0928367Z [00:03:10.375]➜  golang.org/x/crypto/ocsp
2025-08-20T23:04:25.0928968Z [00:03:10.375]➜  mkdir -p $WORK/b1575/
2025-08-20T23:04:25.0929842Z [00:03:10.375]➜  cat >/tmp/go-build3700090427/b1575/importcfg << 'EOF' # internal
2025-08-20T23:04:25.0930706Z [00:03:10.375]➜  # import config
2025-08-20T23:04:25.0931346Z [00:03:10.375]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:25.0932181Z [00:03:10.375]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:25.0933068Z [00:03:10.375]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:04:25.0933947Z [00:03:10.375]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:25.0934814Z [00:03:10.375]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:25.0935657Z [00:03:10.375]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:25.0936529Z [00:03:10.375]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:25.0937391Z [00:03:10.375]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:25.0938242Z [00:03:10.375]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:25.0939254Z [00:03:10.375]➜  packagefile crypto/x509/pkix=/tmp/go-build3700090427/b182/_pkg_.a
2025-08-20T23:04:25.0944350Z [00:03:10.375]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:04:25.0945194Z [00:03:10.375]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:25.0945955Z [00:03:10.375]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.0946732Z [00:03:10.375]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:25.0947538Z [00:03:10.375]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:25.0948312Z [00:03:10.375]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:25.0948877Z [00:03:10.375]➜  EOF
2025-08-20T23:04:25.0952202Z [00:03:10.375]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1575/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ocsp=>golang.org/x/crypto@v0.40.0/ocsp;$WORK/b1575=>" -p golang.org/x/crypto/ocsp -lang=go1.23 -complete -installsuffix shared -buildid toHjjwDVeVRKWMR04KE7/toHjjwDVeVRKWMR04KE7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1575/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ocsp/ocsp.go
2025-08-20T23:04:25.1038088Z [00:03:10.387]➜  go tool buildid -w $WORK/b1529/_pkg_.a # internal
2025-08-20T23:04:25.1125786Z [00:03:10.396]➜  cp $WORK/b1529/_pkg_.a /root/.cache/go-build/4d/4d9455c1882ba7fcbd7fa2fbd18e5973f3e065c211b5076d093f01d51a8508ec-d # internal
2025-08-20T23:04:25.1130058Z [00:03:10.396]➜  go.mongodb.org/mongo-driver/bson/bsonrw
2025-08-20T23:04:25.1130761Z [00:03:10.396]➜  mkdir -p $WORK/b1526/
2025-08-20T23:04:25.1138424Z [00:03:10.397]➜  cat >/tmp/go-build3700090427/b1526/importcfg << 'EOF' # internal
2025-08-20T23:04:25.1140652Z [00:03:10.397]➜  # import config
2025-08-20T23:04:25.1141396Z [00:03:10.397]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:25.1142416Z [00:03:10.397]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:25.1143438Z [00:03:10.397]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:25.1144668Z [00:03:10.397]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:25.1145576Z [00:03:10.397]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:25.1146461Z [00:03:10.397]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.1147563Z [00:03:10.397]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3700090427/b1527/_pkg_.a
2025-08-20T23:04:25.1148876Z [00:03:10.397]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:25.1150462Z [00:03:10.397]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:25.1151521Z [00:03:10.397]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:25.1152482Z [00:03:10.397]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:25.1153343Z [00:03:10.397]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:25.1154207Z [00:03:10.397]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:25.1155550Z [00:03:10.397]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.1156547Z [00:03:10.397]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:25.1157374Z [00:03:10.397]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:25.1158204Z [00:03:10.397]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:25.1159100Z [00:03:10.397]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:04:25.1172599Z [00:03:10.397]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:25.1173253Z [00:03:10.397]➜  EOF
2025-08-20T23:04:25.1183472Z [00:03:10.397]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1526/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw=>go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw;$WORK/b1526=>" -p go.mongodb.org/mongo-driver/bson/bsonrw -lang=go1.18 -complete -installsuffix shared -buildid b2xg__lS48eztKwLAbX_/b2xg__lS48eztKwLAbX_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1526/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/copier.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/extjson_parser.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/extjson_reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/extjson_tables.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/extjson_wrappers.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/extjson_writer.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/json_scanner.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/value_reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/value_writer.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsonrw/writer.go
2025-08-20T23:04:25.1681802Z [00:03:10.451]➜  go tool buildid -w $WORK/b1575/_pkg_.a # internal
2025-08-20T23:04:25.1702829Z [00:03:10.453]➜  cp $WORK/b1575/_pkg_.a /root/.cache/go-build/5b/5b97f2d5d3038a43b67718418e3ec839d57b4f1cd67ebf14d8caf0123002e212-d # internal
2025-08-20T23:04:25.1708394Z [00:03:10.454]➜  go.mongodb.org/mongo-driver/internal/csfle
2025-08-20T23:04:25.1732436Z [00:03:10.456]➜  mkdir -p $WORK/b1539/
2025-08-20T23:04:25.1735543Z [00:03:10.457]➜  cat >/tmp/go-build3700090427/b1539/importcfg << 'EOF' # internal
2025-08-20T23:04:25.1736264Z [00:03:10.457]➜  # import config
2025-08-20T23:04:25.1736984Z [00:03:10.457]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:25.1737821Z [00:03:10.457]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.1739152Z [00:03:10.457]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:25.1740293Z [00:03:10.457]➜  EOF
2025-08-20T23:04:25.1744057Z [00:03:10.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1539/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/csfle=>go.mongodb.org/mongo-driver@v1.17.4/internal/csfle;$WORK/b1539=>" -p go.mongodb.org/mongo-driver/internal/csfle -lang=go1.18 -complete -installsuffix shared -buildid 89sLt005v8CTUZccHQZv/89sLt005v8CTUZccHQZv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1539/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/csfle/csfle.go
2025-08-20T23:04:25.1989625Z [00:03:10.482]➜  go tool buildid -w $WORK/b1539/_pkg_.a # internal
2025-08-20T23:04:25.1996129Z [00:03:10.483]➜  cp $WORK/b1539/_pkg_.a /root/.cache/go-build/91/919fa4fbc70553486457c7102e3c6a2d83029768e3d6554400e3bcd179abc5c8-d # internal
2025-08-20T23:04:25.2001365Z [00:03:10.483]➜  go.mongodb.org/mongo-driver/mongo/readconcern
2025-08-20T23:04:25.2003285Z [00:03:10.483]➜  mkdir -p $WORK/b1550/
2025-08-20T23:04:25.2004033Z [00:03:10.483]➜  cat >/tmp/go-build3700090427/b1550/importcfg << 'EOF' # internal
2025-08-20T23:04:25.2004741Z [00:03:10.483]➜  # import config
2025-08-20T23:04:25.2005386Z [00:03:10.483]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:25.2006490Z [00:03:10.483]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3700090427/b1527/_pkg_.a
2025-08-20T23:04:25.2007846Z [00:03:10.483]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:25.2008722Z [00:03:10.483]➜  EOF
2025-08-20T23:04:25.2027671Z [00:03:10.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1550/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readconcern=>go.mongodb.org/mongo-driver@v1.17.4/mongo/readconcern;$WORK/b1550=>" -p go.mongodb.org/mongo-driver/mongo/readconcern -lang=go1.18 -complete -installsuffix shared -buildid i9WV9ad0Ljytx2ra62H6/i9WV9ad0Ljytx2ra62H6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1550/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/readconcern/readconcern.go
2025-08-20T23:04:25.2396762Z [00:03:10.523]➜  go tool buildid -w $WORK/b1550/_pkg_.a # internal
2025-08-20T23:04:25.2404538Z [00:03:10.524]➜  cp $WORK/b1550/_pkg_.a /root/.cache/go-build/ed/eda694653e54d763f7940cd6cffd73e127785ebd8e8a930f0f16dcdacdbc7928-d # internal
2025-08-20T23:04:25.2421157Z [00:03:10.524]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options
2025-08-20T23:04:25.2421915Z [00:03:10.524]➜  mkdir -p $WORK/b1555/
2025-08-20T23:04:25.2422676Z [00:03:10.524]➜  cat >/tmp/go-build3700090427/b1555/importcfg << 'EOF' # internal
2025-08-20T23:04:25.2423427Z [00:03:10.525]➜  # import config
2025-08-20T23:04:25.2426378Z [00:03:10.526]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:25.2427781Z [00:03:10.526]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:25.2428879Z [00:03:10.526]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.2429950Z [00:03:10.526]➜  EOF
2025-08-20T23:04:25.2435983Z [00:03:10.526]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1555/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/options=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/options;$WORK/b1555=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options -lang=go1.18 -complete -installsuffix shared -buildid gm0_a0Ifra6uLXRrfL_5/gm0_a0Ifra6uLXRrfL_5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1555/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/options/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/options/mongocrypt_context_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/options/mongocrypt_options.go
2025-08-20T23:04:25.2735440Z [00:03:10.557]➜  go tool buildid -w $WORK/b1555/_pkg_.a # internal
2025-08-20T23:04:25.2749042Z [00:03:10.558]➜  cp $WORK/b1555/_pkg_.a /root/.cache/go-build/87/87193474d71f2308d5d9938236ea266823ea7c0d9c563aac3e1f9dc17a73fe67-d # internal
2025-08-20T23:04:25.2772029Z [00:03:10.560]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt
2025-08-20T23:04:25.2772707Z [00:03:10.560]➜  mkdir -p $WORK/b1554/
2025-08-20T23:04:25.2780021Z [00:03:10.561]➜  cat >/tmp/go-build3700090427/b1554/importcfg << 'EOF' # internal
2025-08-20T23:04:25.2780733Z [00:03:10.561]➜  # import config
2025-08-20T23:04:25.2781385Z [00:03:10.561]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.2782695Z [00:03:10.561]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:25.2784179Z [00:03:10.561]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3700090427/b1555/_pkg_.a
2025-08-20T23:04:25.2785127Z [00:03:10.561]➜  EOF
2025-08-20T23:04:25.2798421Z [00:03:10.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1554/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt;$WORK/b1554=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt -lang=go1.18 -complete -installsuffix shared -buildid Na7JwPAO0Vxh2Cy9FevK/Na7JwPAO0Vxh2Cy9FevK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1554/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/errors_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/mongocrypt_context_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/mongocrypt_kms_context_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/mongocrypt_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/mongocrypt/state.go
2025-08-20T23:04:25.3010981Z [00:03:10.584]➜  go tool buildid -w $WORK/b1573/_pkg_.a # internal
2025-08-20T23:04:25.3041918Z [00:03:10.587]➜  cp $WORK/b1573/_pkg_.a /root/.cache/go-build/eb/eb6aefef5fdc543337307ebddd9720ca11d7c4fdec0c29a31e3811ed4542e3c5-d # internal
2025-08-20T23:04:25.3074972Z [00:03:10.587]➜  go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage
2025-08-20T23:04:25.3075619Z [00:03:10.588]➜  mkdir -p $WORK/b1557/
2025-08-20T23:04:25.3076279Z [00:03:10.588]➜  cat >/tmp/go-build3700090427/b1557/importcfg << 'EOF' # internal
2025-08-20T23:04:25.3076889Z [00:03:10.588]➜  # import config
2025-08-20T23:04:25.3077509Z [00:03:10.588]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:25.3078299Z [00:03:10.588]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:25.3079542Z [00:03:10.588]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:25.3080515Z [00:03:10.588]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.3081487Z [00:03:10.588]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:25.3082064Z [00:03:10.588]➜  EOF
2025-08-20T23:04:25.3086072Z [00:03:10.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1557/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/wiremessage=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/wiremessage;$WORK/b1557=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage -lang=go1.18 -complete -installsuffix shared -buildid 5IlF2tJDxYHd2JqJ7GD9/5IlF2tJDxYHd2JqJ7GD9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1557/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/wiremessage/wiremessage.go
2025-08-20T23:04:25.3275982Z [00:03:10.611]➜  go tool buildid -w $WORK/b1554/_pkg_.a # internal
2025-08-20T23:04:25.3286613Z [00:03:10.612]➜  cp $WORK/b1554/_pkg_.a /root/.cache/go-build/0a/0a2865b1cea81766f4c65cbb3b58b3cc33f97aa1fc3ee6dfa631c6a2d39ab7cb-d # internal
2025-08-20T23:04:25.3288548Z [00:03:10.612]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds
2025-08-20T23:04:25.3290964Z [00:03:10.612]➜  mkdir -p $WORK/b1567/
2025-08-20T23:04:25.3294151Z [00:03:10.613]➜  cat >/tmp/go-build3700090427/b1567/importcfg << 'EOF' # internal
2025-08-20T23:04:25.3294823Z [00:03:10.613]➜  # import config
2025-08-20T23:04:25.3295461Z [00:03:10.613]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.3296288Z [00:03:10.613]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:25.3299668Z [00:03:10.613]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.3300803Z [00:03:10.613]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3700090427/b1562/_pkg_.a
2025-08-20T23:04:25.3302173Z [00:03:10.613]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3700090427/b1566/_pkg_.a
2025-08-20T23:04:25.3303471Z [00:03:10.613]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:25.3304476Z [00:03:10.613]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:25.3305254Z [00:03:10.613]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.3305982Z [00:03:10.613]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:25.3306691Z [00:03:10.613]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:25.3307232Z [00:03:10.613]➜  EOF
2025-08-20T23:04:25.3313446Z [00:03:10.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1567/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds;$WORK/b1567=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds -lang=go1.18 -complete -installsuffix shared -buildid Gnba4UDXIVKPf1jAm2hT/Gnba4UDXIVKPf1jAm2hT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1567/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds/awscreds.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds/azurecreds.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/creds/gcpcreds.go
2025-08-20T23:04:25.3776645Z [00:03:10.661]➜  go tool buildid -w $WORK/b1567/_pkg_.a # internal
2025-08-20T23:04:25.3787792Z [00:03:10.662]➜  cp $WORK/b1567/_pkg_.a /root/.cache/go-build/44/445af63b842380e11692aba56dbba39b260491b90a667062f860bac9f5c4e730-d # internal
2025-08-20T23:04:25.3803386Z [00:03:10.663]➜  go.mongodb.org/mongo-driver/x/mongo/driver/ocsp
2025-08-20T23:04:25.3804348Z [00:03:10.663]➜  mkdir -p $WORK/b1574/
2025-08-20T23:04:25.3805108Z [00:03:10.663]➜  cat >/tmp/go-build3700090427/b1574/importcfg << 'EOF' # internal
2025-08-20T23:04:25.3805823Z [00:03:10.663]➜  # import config
2025-08-20T23:04:25.3806686Z [00:03:10.663]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:25.3809122Z [00:03:10.663]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.3810478Z [00:03:10.663]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:25.3811559Z [00:03:10.663]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:25.3812645Z [00:03:10.663]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:25.3813843Z [00:03:10.663]➜  packagefile crypto/x509/pkix=/tmp/go-build3700090427/b182/_pkg_.a
2025-08-20T23:04:25.3814841Z [00:03:10.663]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:04:25.3815975Z [00:03:10.663]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:25.3816765Z [00:03:10.663]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.3817852Z [00:03:10.663]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3700090427/b1541/_pkg_.a
2025-08-20T23:04:25.3819060Z [00:03:10.663]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3700090427/b1575/_pkg_.a
2025-08-20T23:04:25.3820701Z [00:03:10.663]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:04:25.3821965Z [00:03:10.663]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:25.3823526Z [00:03:10.663]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:25.3824835Z [00:03:10.663]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.3825810Z [00:03:10.663]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:25.3826622Z [00:03:10.663]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:25.3827238Z [00:03:10.663]➜  EOF
2025-08-20T23:04:25.3833316Z [00:03:10.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1574/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp;$WORK/b1574=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/ocsp -lang=go1.18 -complete -installsuffix shared -buildid uJQt0fAAurcuine5bSUO/uJQt0fAAurcuine5bSUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1574/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp/cache.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp/config.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp/ocsp.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/ocsp/options.go
2025-08-20T23:04:25.3953561Z [00:03:10.678]➜  go tool buildid -w $WORK/b1557/_pkg_.a # internal
2025-08-20T23:04:25.3982072Z [00:03:10.681]➜  cp $WORK/b1557/_pkg_.a /root/.cache/go-build/c7/c749fe623df1d16200ffa92d44c83e1f3dc914e7f1258ce5abc30a3f2ae4e940-d # internal
2025-08-20T23:04:25.3990223Z [00:03:10.682]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monkeylearn
2025-08-20T23:04:25.4004024Z [00:03:10.684]➜  mkdir -p $WORK/b1576/
2025-08-20T23:04:25.4016523Z [00:03:10.685]➜  cat >/tmp/go-build3700090427/b1576/importcfg << 'EOF' # internal
2025-08-20T23:04:25.4018090Z [00:03:10.685]➜  # import config
2025-08-20T23:04:25.4095374Z [00:03:10.685]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.4097826Z [00:03:10.685]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.4099048Z [00:03:10.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.4100884Z [00:03:10.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.4102488Z [00:03:10.685]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.4103846Z [00:03:10.685]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.4105126Z [00:03:10.685]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.4105996Z [00:03:10.685]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.4106593Z [00:03:10.685]➜  EOF
2025-08-20T23:04:25.4110958Z [00:03:10.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1576/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monkeylearn=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monkeylearn;$WORK/b1576=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monkeylearn -lang=go1.24 -complete -installsuffix shared -buildid eF7MxvJMsx6gxhoukcR2/eF7MxvJMsx6gxhoukcR2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1576/importcfg -pack ./pkg/detectors/monkeylearn/monkeylearn.go
2025-08-20T23:04:25.4365568Z [00:03:10.720]➜  go tool buildid -w $WORK/b1561/_pkg_.a # internal
2025-08-20T23:04:25.4462552Z [00:03:10.729]➜  cp $WORK/b1561/_pkg_.a /root/.cache/go-build/60/6059ad18da7c96717d7ce67ccb4bdeaeca2d0672fdf9d4aeb1278c986ee4e697-d # internal
2025-08-20T23:04:25.4468362Z [00:03:10.730]➜  github.com/xdg-go/scram
2025-08-20T23:04:25.4471100Z [00:03:10.730]➜  mkdir -p $WORK/b1559/
2025-08-20T23:04:25.4471862Z [00:03:10.730]➜  cat >/tmp/go-build3700090427/b1559/importcfg << 'EOF' # internal
2025-08-20T23:04:25.4476052Z [00:03:10.731]➜  # import config
2025-08-20T23:04:25.4476782Z [00:03:10.731]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:25.4477733Z [00:03:10.731]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:25.4478724Z [00:03:10.731]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:25.4479885Z [00:03:10.731]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:25.4480891Z [00:03:10.731]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:25.4481879Z [00:03:10.731]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:25.4482827Z [00:03:10.731]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:25.4483715Z [00:03:10.731]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.4484680Z [00:03:10.731]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build3700090427/b1560/_pkg_.a
2025-08-20T23:04:25.4485774Z [00:03:10.731]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3700090427/b1561/_pkg_.a
2025-08-20T23:04:25.4486737Z [00:03:10.731]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:25.4487579Z [00:03:10.731]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:25.4488627Z [00:03:10.731]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.4489789Z [00:03:10.731]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:25.4490409Z [00:03:10.731]➜  EOF
2025-08-20T23:04:25.4496159Z [00:03:10.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2=>github.com/xdg-go/scram@v1.1.2;$WORK/b1559=>" -p github.com/xdg-go/scram -lang=go1.11 -complete -installsuffix shared -buildid 1-z0Br5hCcsxorUyJFX_/1-z0Br5hCcsxorUyJFX_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1559/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-20T23:04:25.4526473Z [00:03:10.736]➜  go tool buildid -w $WORK/b1574/_pkg_.a # internal
2025-08-20T23:04:25.4559015Z [00:03:10.739]➜  cp $WORK/b1574/_pkg_.a /root/.cache/go-build/b7/b7e05e7bd21076d11e939b2cfe6e1a0d8c24e767f5da51e88fcedcc54cf06150-d # internal
2025-08-20T23:04:25.4564169Z [00:03:10.740]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moonclerk
2025-08-20T23:04:25.4566561Z [00:03:10.740]➜  mkdir -p $WORK/b1577/
2025-08-20T23:04:25.4571072Z [00:03:10.740]➜  cat >/tmp/go-build3700090427/b1577/importcfg << 'EOF' # internal
2025-08-20T23:04:25.4576403Z [00:03:10.741]➜  # import config
2025-08-20T23:04:25.4577084Z [00:03:10.741]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.4578305Z [00:03:10.741]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.4580176Z [00:03:10.741]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.4581875Z [00:03:10.741]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.4583199Z [00:03:10.741]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.4584124Z [00:03:10.741]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.4584932Z [00:03:10.741]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.4585549Z [00:03:10.741]➜  EOF
2025-08-20T23:04:25.4589700Z [00:03:10.741]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1577/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moonclerk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moonclerk;$WORK/b1577=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moonclerk -lang=go1.24 -complete -installsuffix shared -buildid DTDshngmTiiD07O4oAvh/DTDshngmTiiD07O4oAvh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1577/importcfg -pack ./pkg/detectors/moonclerk/moonclerk.go
2025-08-20T23:04:25.4919045Z [00:03:10.775]➜  go tool buildid -w $WORK/b1576/_pkg_.a # internal
2025-08-20T23:04:25.4931832Z [00:03:10.776]➜  cp $WORK/b1576/_pkg_.a /root/.cache/go-build/fe/fed1d90204e2c8a5b5397f5c52cccf855b4e8adb987c687f925ecf2f0cbc66c3-d # internal
2025-08-20T23:04:25.4939142Z [00:03:10.777]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moosend
2025-08-20T23:04:25.4944766Z [00:03:10.777]➜  mkdir -p $WORK/b1578/
2025-08-20T23:04:25.4945461Z [00:03:10.777]➜  cat >/tmp/go-build3700090427/b1578/importcfg << 'EOF' # internal
2025-08-20T23:04:25.4946099Z [00:03:10.777]➜  # import config
2025-08-20T23:04:25.4946768Z [00:03:10.777]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.4948038Z [00:03:10.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.4949598Z [00:03:10.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.4951076Z [00:03:10.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.4952401Z [00:03:10.777]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.4953276Z [00:03:10.777]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:25.4954006Z [00:03:10.777]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.4954808Z [00:03:10.777]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.4955425Z [00:03:10.777]➜  EOF
2025-08-20T23:04:25.4959117Z [00:03:10.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1578/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moosend=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moosend;$WORK/b1578=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moosend -lang=go1.24 -complete -installsuffix shared -buildid cBNWXJmrHXgfwWv07ywy/cBNWXJmrHXgfwWv07ywy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1578/importcfg -pack ./pkg/detectors/moosend/moosend.go
2025-08-20T23:04:25.5497079Z [00:03:10.833]➜  go tool buildid -w $WORK/b1577/_pkg_.a # internal
2025-08-20T23:04:25.5529886Z [00:03:10.834]➜  go tool buildid -w $WORK/b1559/_pkg_.a # internal
2025-08-20T23:04:25.5539512Z [00:03:10.837]➜  cp $WORK/b1559/_pkg_.a /root/.cache/go-build/dd/dd2f33184b9b5d09e97034d06e952a635a341ced610f4415adc5838d55bf9d32-d # internal
2025-08-20T23:04:25.5541323Z [00:03:10.837]➜  cp $WORK/b1577/_pkg_.a /root/.cache/go-build/91/91d9c739caf5240796ea3f9b202df1b5e2e9339a70f16d912a1c1b32bf653207-d # internal
2025-08-20T23:04:25.5542660Z [00:03:10.837]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moralis
2025-08-20T23:04:25.5543594Z [00:03:10.837]➜  mkdir -p $WORK/b1579/
2025-08-20T23:04:25.5544431Z [00:03:10.837]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mrticktock
2025-08-20T23:04:25.5545355Z [00:03:10.837]➜  mkdir -p $WORK/b1580/
2025-08-20T23:04:25.5546093Z [00:03:10.837]➜  cat >/tmp/go-build3700090427/b1579/importcfg << 'EOF' # internal
2025-08-20T23:04:25.5546845Z [00:03:10.837]➜  # import config
2025-08-20T23:04:25.5547502Z [00:03:10.837]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.5548700Z [00:03:10.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.5550453Z [00:03:10.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.5552062Z [00:03:10.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.5553420Z [00:03:10.837]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.5554386Z [00:03:10.837]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.5555245Z [00:03:10.837]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.5555876Z [00:03:10.837]➜  EOF
2025-08-20T23:04:25.5561936Z [00:03:10.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1579/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moralis=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moralis;$WORK/b1579=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moralis -lang=go1.24 -complete -installsuffix shared -buildid t5-H-2biBvcNBPZ6Kfzw/t5-H-2biBvcNBPZ6Kfzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1579/importcfg -pack ./pkg/detectors/moralis/moralis.go
2025-08-20T23:04:25.5565616Z [00:03:10.837]➜  cat >/tmp/go-build3700090427/b1580/importcfg << 'EOF' # internal
2025-08-20T23:04:25.5566298Z [00:03:10.837]➜  # import config
2025-08-20T23:04:25.5567179Z [00:03:10.837]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.5568079Z [00:03:10.837]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.5569228Z [00:03:10.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.5570966Z [00:03:10.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.5572549Z [00:03:10.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.5573951Z [00:03:10.837]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.5574892Z [00:03:10.837]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:25.5575707Z [00:03:10.837]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.5576542Z [00:03:10.837]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.5577155Z [00:03:10.837]➜  EOF
2025-08-20T23:04:25.5581157Z [00:03:10.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1580/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mrticktock=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mrticktock;$WORK/b1580=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mrticktock -lang=go1.24 -complete -installsuffix shared -buildid G_VSoaVhSubVIcS5-UAe/G_VSoaVhSubVIcS5-UAe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1580/importcfg -pack ./pkg/detectors/mrticktock/mrticktock.go
2025-08-20T23:04:25.5901554Z [00:03:10.873]➜  go tool buildid -w $WORK/b1578/_pkg_.a # internal
2025-08-20T23:04:25.5915063Z [00:03:10.875]➜  cp $WORK/b1578/_pkg_.a /root/.cache/go-build/f9/f9e39f4f693ec725b2b69bce0330374fd3e534a44da22af06d3137506a7239c1-d # internal
2025-08-20T23:04:25.5920902Z [00:03:10.875]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mux
2025-08-20T23:04:25.5934792Z [00:03:10.876]➜  mkdir -p $WORK/b1581/
2025-08-20T23:04:25.5935595Z [00:03:10.876]➜  cat >/tmp/go-build3700090427/b1581/importcfg << 'EOF' # internal
2025-08-20T23:04:25.5936433Z [00:03:10.876]➜  # import config
2025-08-20T23:04:25.5937119Z [00:03:10.876]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.5938343Z [00:03:10.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.5940002Z [00:03:10.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.5941598Z [00:03:10.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.5942932Z [00:03:10.876]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.5943919Z [00:03:10.876]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.5944812Z [00:03:10.876]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.5945453Z [00:03:10.876]➜  EOF
2025-08-20T23:04:25.5953958Z [00:03:10.878]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1581/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mux=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mux;$WORK/b1581=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mux -lang=go1.24 -complete -installsuffix shared -buildid TUYlvsrULhaFA7s1K_Qf/TUYlvsrULhaFA7s1K_Qf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1581/importcfg -pack ./pkg/detectors/mux/mux.go
2025-08-20T23:04:25.6296642Z [00:03:10.913]➜  go tool buildid -w $WORK/b1579/_pkg_.a # internal
2025-08-20T23:04:25.6318830Z [00:03:10.915]➜  cp $WORK/b1579/_pkg_.a /root/.cache/go-build/2e/2e79e0144b224f11e3cacbd8ac751dba6c9c74683e9a884b75898bf65bd5594a-d # internal
2025-08-20T23:04:25.6325746Z [00:03:10.916]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myfreshworks
2025-08-20T23:04:25.6330405Z [00:03:10.916]➜  mkdir -p $WORK/b1582/
2025-08-20T23:04:25.6363134Z [00:03:10.919]➜  cat >/tmp/go-build3700090427/b1582/importcfg << 'EOF' # internal
2025-08-20T23:04:25.6363859Z [00:03:10.919]➜  # import config
2025-08-20T23:04:25.6364534Z [00:03:10.919]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.6365420Z [00:03:10.919]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:25.6366289Z [00:03:10.919]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.6367452Z [00:03:10.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.6368947Z [00:03:10.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.6370749Z [00:03:10.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.6372101Z [00:03:10.919]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.6373035Z [00:03:10.919]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:25.6373906Z [00:03:10.919]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.6374813Z [00:03:10.919]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.6375667Z [00:03:10.919]➜  EOF
2025-08-20T23:04:25.6382608Z [00:03:10.921]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1582/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myfreshworks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myfreshworks;$WORK/b1582=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myfreshworks -lang=go1.24 -complete -installsuffix shared -buildid O0wjQxeTYgFEgCz9_O58/O0wjQxeTYgFEgCz9_O58 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1582/importcfg -pack ./pkg/detectors/myfreshworks/myfreshworks.go
2025-08-20T23:04:25.6555207Z [00:03:10.939]➜  go tool buildid -w $WORK/b1581/_pkg_.a # internal
2025-08-20T23:04:25.6568028Z [00:03:10.940]➜  cp $WORK/b1581/_pkg_.a /root/.cache/go-build/f7/f7971b6cb1dec13721238d18543489ee5b9b6bd1d86b29cbbf9aa11f3476bf62-d # internal
2025-08-20T23:04:25.6576617Z [00:03:10.941]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myintervals
2025-08-20T23:04:25.6584524Z [00:03:10.941]➜  mkdir -p $WORK/b1583/
2025-08-20T23:04:25.6585321Z [00:03:10.941]➜  cat >/tmp/go-build3700090427/b1583/importcfg << 'EOF' # internal
2025-08-20T23:04:25.6586012Z [00:03:10.941]➜  # import config
2025-08-20T23:04:25.6586688Z [00:03:10.941]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.6587594Z [00:03:10.941]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:25.6588439Z [00:03:10.941]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.6589842Z [00:03:10.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.6591335Z [00:03:10.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.6592922Z [00:03:10.941]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.6594244Z [00:03:10.941]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.6595204Z [00:03:10.941]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.6596023Z [00:03:10.941]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.6596628Z [00:03:10.941]➜  EOF
2025-08-20T23:04:25.6600946Z [00:03:10.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1583/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myintervals=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myintervals;$WORK/b1583=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myintervals -lang=go1.24 -complete -installsuffix shared -buildid Pps25XkArcZlFV3cQp_q/Pps25XkArcZlFV3cQp_q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1583/importcfg -pack ./pkg/detectors/myintervals/myintervals.go
2025-08-20T23:04:25.6652952Z [00:03:10.948]➜  go tool buildid -w $WORK/b1580/_pkg_.a # internal
2025-08-20T23:04:25.6666757Z [00:03:10.950]➜  cp $WORK/b1580/_pkg_.a /root/.cache/go-build/ef/ef7cd094257ebed78fd4d25761de3a0285985ade1a76290552d0faa02eb9c765-d # internal
2025-08-20T23:04:25.6669000Z [00:03:10.950]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nethunt
2025-08-20T23:04:25.6671192Z [00:03:10.950]➜  mkdir -p $WORK/b1584/
2025-08-20T23:04:25.6675940Z [00:03:10.951]➜  cat >/tmp/go-build3700090427/b1584/importcfg << 'EOF' # internal
2025-08-20T23:04:25.6676964Z [00:03:10.951]➜  # import config
2025-08-20T23:04:25.6679115Z [00:03:10.951]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.6680938Z [00:03:10.951]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.6682625Z [00:03:10.951]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.6684733Z [00:03:10.951]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.6686684Z [00:03:10.951]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.6688147Z [00:03:10.951]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.6690973Z [00:03:10.951]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.6691589Z [00:03:10.951]➜  EOF
2025-08-20T23:04:25.6695453Z [00:03:10.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1584/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nethunt=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nethunt;$WORK/b1584=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nethunt -lang=go1.24 -complete -installsuffix shared -buildid U6D5JqPnYT2ugUMuKtn-/U6D5JqPnYT2ugUMuKtn- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1584/importcfg -pack ./pkg/detectors/nethunt/nethunt.go
2025-08-20T23:04:25.6996001Z [00:03:10.983]➜  go tool buildid -w $WORK/b1526/_pkg_.a # internal
2025-08-20T23:04:25.7080100Z [00:03:10.991]➜  cp $WORK/b1526/_pkg_.a /root/.cache/go-build/bd/bd5bd5de0aa8cab1463dce7377e549c4095e2a7bd567afd7e474a3c3539cdb5b-d # internal
2025-08-20T23:04:25.7087114Z [00:03:10.992]➜  go.mongodb.org/mongo-driver/bson/bsoncodec
2025-08-20T23:04:25.7087753Z [00:03:10.992]➜  mkdir -p $WORK/b1524/
2025-08-20T23:04:25.7094338Z [00:03:10.992]➜  cat >/tmp/go-build3700090427/b1524/importcfg << 'EOF' # internal
2025-08-20T23:04:25.7100492Z [00:03:10.992]➜  # import config
2025-08-20T23:04:25.7101156Z [00:03:10.992]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:04:25.7102065Z [00:03:10.992]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:25.7103173Z [00:03:10.993]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:25.7104144Z [00:03:10.993]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.7112191Z [00:03:10.993]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build3700090427/b1525/_pkg_.a
2025-08-20T23:04:25.7113455Z [00:03:10.993]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3700090427/b1526/_pkg_.a
2025-08-20T23:04:25.7114681Z [00:03:10.993]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3700090427/b1527/_pkg_.a
2025-08-20T23:04:25.7115936Z [00:03:10.993]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:25.7117224Z [00:03:10.993]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:25.7118483Z [00:03:10.993]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:25.7119484Z [00:03:10.993]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:25.7120313Z [00:03:10.993]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:25.7121333Z [00:03:10.993]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:25.7122344Z [00:03:10.993]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:25.7123292Z [00:03:10.993]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.7124224Z [00:03:10.993]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:25.7125141Z [00:03:10.993]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:25.7125982Z [00:03:10.993]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:25.7126578Z [00:03:10.993]➜  EOF
2025-08-20T23:04:25.7150137Z [00:03:10.993]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1524/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec=>go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec;$WORK/b1524=>" -p go.mongodb.org/mongo-driver/bson/bsoncodec -lang=go1.18 -complete -installsuffix shared -buildid 9bUDjQ0GeuT690di0zo8/9bUDjQ0GeuT690di0zo8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1524/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/array_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/bsoncodec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/byte_slice_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/codec_cache.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/cond_addr_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/default_value_decoders.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/default_value_encoders.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/empty_interface_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/map_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/pointer_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/proxy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/registry.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/slice_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/string_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/struct_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/struct_tag_parser.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/time_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/types.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bsoncodec/uint_codec.go
2025-08-20T23:04:25.7183465Z [00:03:11.001]➜  go tool buildid -w $WORK/b1583/_pkg_.a # internal
2025-08-20T23:04:25.7201038Z [00:03:11.003]➜  cp $WORK/b1583/_pkg_.a /root/.cache/go-build/64/64ca49e1d14bf95d01827da793665e87bfe61150eda902ffa45d2bb26be4ead5-d # internal
2025-08-20T23:04:25.7205478Z [00:03:11.003]➜  go tool buildid -w $WORK/b1582/_pkg_.a # internal
2025-08-20T23:04:25.7212744Z [00:03:11.004]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v1
2025-08-20T23:04:25.7216927Z [00:03:11.005]➜  mkdir -p $WORK/b1585/
2025-08-20T23:04:25.7239660Z [00:03:11.006]➜  cp $WORK/b1582/_pkg_.a /root/.cache/go-build/b0/b010d7b13f6c240f40ba2cf6f087fff5350102714847f6846b106e963e1b1b61-d # internal
2025-08-20T23:04:25.7241109Z [00:03:11.006]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v2
2025-08-20T23:04:25.7241881Z [00:03:11.006]➜  mkdir -p $WORK/b1586/
2025-08-20T23:04:25.7242823Z [00:03:11.006]➜  cat >/tmp/go-build3700090427/b1586/importcfg << 'EOF' # internal
2025-08-20T23:04:25.7243537Z [00:03:11.006]➜  # import config
2025-08-20T23:04:25.7244211Z [00:03:11.006]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.7245024Z [00:03:11.006]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.7246197Z [00:03:11.006]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.7248114Z [00:03:11.006]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.7250318Z [00:03:11.006]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.7252016Z [00:03:11.006]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.7253105Z [00:03:11.006]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:25.7254088Z [00:03:11.006]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.7255308Z [00:03:11.006]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:25.7257224Z [00:03:11.006]➜  EOF
2025-08-20T23:04:25.7263669Z [00:03:11.006]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1586/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v2;$WORK/b1586=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v2 -lang=go1.24 -complete -installsuffix shared -buildid Z12YGw0A0a1nTyboN9JX/Z12YGw0A0a1nTyboN9JX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1586/importcfg -pack ./pkg/detectors/netlify/v2/netlify_v2.go
2025-08-20T23:04:25.7268317Z [00:03:11.007]➜  cat >/tmp/go-build3700090427/b1585/importcfg << 'EOF' # internal
2025-08-20T23:04:25.7269701Z [00:03:11.007]➜  # import config
2025-08-20T23:04:25.7270863Z [00:03:11.007]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.7271948Z [00:03:11.007]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.7273675Z [00:03:11.007]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.7275696Z [00:03:11.007]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.7277494Z [00:03:11.007]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.7278858Z [00:03:11.007]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.7280039Z [00:03:11.007]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:25.7280896Z [00:03:11.007]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.7281771Z [00:03:11.007]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:25.7282428Z [00:03:11.007]➜  EOF
2025-08-20T23:04:25.7289960Z [00:03:11.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1585/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v1;$WORK/b1585=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v1 -lang=go1.24 -complete -installsuffix shared -buildid 6MdaamAXkHEMwbzn8XxQ/6MdaamAXkHEMwbzn8XxQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1585/importcfg -pack ./pkg/detectors/netlify/v1/netlify_v1.go
2025-08-20T23:04:25.7293776Z [00:03:11.012]➜  go tool buildid -w $WORK/b1584/_pkg_.a # internal
2025-08-20T23:04:25.7307787Z [00:03:11.014]➜  cp $WORK/b1584/_pkg_.a /root/.cache/go-build/6a/6ab18fa7103109874f0484ed9e7d476b6b7e583c8e8f3f432502c7cf1483fe93-d # internal
2025-08-20T23:04:25.7314625Z [00:03:11.014]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netsuite
2025-08-20T23:04:25.7317540Z [00:03:11.015]➜  mkdir -p $WORK/b1587/
2025-08-20T23:04:25.7325006Z [00:03:11.015]➜  cat >/tmp/go-build3700090427/b1587/importcfg << 'EOF' # internal
2025-08-20T23:04:25.7329700Z [00:03:11.015]➜  # import config
2025-08-20T23:04:25.7330393Z [00:03:11.015]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.7331262Z [00:03:11.015]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:25.7332176Z [00:03:11.015]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:25.7333077Z [00:03:11.015]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:25.7334008Z [00:03:11.015]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:25.7334948Z [00:03:11.015]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:25.7335802Z [00:03:11.015]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.7336977Z [00:03:11.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.7338485Z [00:03:11.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.7344023Z [00:03:11.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.7345362Z [00:03:11.015]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.7346509Z [00:03:11.015]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.7347356Z [00:03:11.015]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:25.7348186Z [00:03:11.015]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:25.7349021Z [00:03:11.016]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.7350039Z [00:03:11.016]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:25.7350799Z [00:03:11.016]➜  EOF
2025-08-20T23:04:25.7356560Z [00:03:11.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1587/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netsuite=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netsuite;$WORK/b1587=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netsuite -lang=go1.24 -complete -installsuffix shared -buildid _9dq6700NoVLSROUWviZ/_9dq6700NoVLSROUWviZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1587/importcfg -pack ./pkg/detectors/netsuite/netsuite.go
2025-08-20T23:04:25.7856636Z [00:03:11.069]➜  go tool buildid -w $WORK/b1585/_pkg_.a # internal
2025-08-20T23:04:25.7908662Z [00:03:11.073]➜  cp $WORK/b1585/_pkg_.a /root/.cache/go-build/c6/c6fc4096be8f40f82a345edba5c617d135e5bfcc3ef664d5d5f9c380fd87ff5b-d # internal
2025-08-20T23:04:25.7916909Z [00:03:11.074]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/neutrinoapi
2025-08-20T23:04:25.7917750Z [00:03:11.074]➜  mkdir -p $WORK/b1588/
2025-08-20T23:04:25.7918557Z [00:03:11.074]➜  cat >/tmp/go-build3700090427/b1588/importcfg << 'EOF' # internal
2025-08-20T23:04:25.7919276Z [00:03:11.074]➜  # import config
2025-08-20T23:04:25.7920177Z [00:03:11.074]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:25.7921015Z [00:03:11.074]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.7921838Z [00:03:11.074]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.7922997Z [00:03:11.074]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.7924526Z [00:03:11.074]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.7926104Z [00:03:11.074]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.7927473Z [00:03:11.074]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.7928608Z [00:03:11.074]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:25.7939840Z [00:03:11.074]➜  packagefile mime/multipart=/tmp/go-build3700090427/b196/_pkg_.a
2025-08-20T23:04:25.7940852Z [00:03:11.074]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.7941737Z [00:03:11.074]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.7942574Z [00:03:11.074]➜  EOF
2025-08-20T23:04:25.7946620Z [00:03:11.074]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1588/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/neutrinoapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/neutrinoapi;$WORK/b1588=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/neutrinoapi -lang=go1.24 -complete -installsuffix shared -buildid Vbv5bTWAElE4e88vSPqe/Vbv5bTWAElE4e88vSPqe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1588/importcfg -pack ./pkg/detectors/neutrinoapi/neutrinoapi.go
2025-08-20T23:04:25.8035906Z [00:03:11.087]➜  go tool buildid -w $WORK/b1586/_pkg_.a # internal
2025-08-20T23:04:25.8057168Z [00:03:11.089]➜  cp $WORK/b1586/_pkg_.a /root/.cache/go-build/a8/a86625dc0707265770dc293397a8c3ed76ab17011fa025d200b694bff044fd87-d # internal
2025-08-20T23:04:25.8064733Z [00:03:11.090]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newrelicpersonalapikey
2025-08-20T23:04:25.8071988Z [00:03:11.090]➜  mkdir -p $WORK/b1589/
2025-08-20T23:04:25.8083748Z [00:03:11.091]➜  cat >/tmp/go-build3700090427/b1589/importcfg << 'EOF' # internal
2025-08-20T23:04:25.8085359Z [00:03:11.091]➜  # import config
2025-08-20T23:04:25.8086199Z [00:03:11.091]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.8091869Z [00:03:11.091]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.8095586Z [00:03:11.091]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.8098558Z [00:03:11.092]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.8101511Z [00:03:11.092]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.8103150Z [00:03:11.092]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.8104739Z [00:03:11.092]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.8107004Z [00:03:11.092]➜  EOF
2025-08-20T23:04:25.8112168Z [00:03:11.093]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1589/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newrelicpersonalapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newrelicpersonalapikey;$WORK/b1589=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newrelicpersonalapikey -lang=go1.24 -complete -installsuffix shared -buildid LBURc9l0lub8lkJ8dJy1/LBURc9l0lub8lkJ8dJy1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1589/importcfg -pack ./pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey.go
2025-08-20T23:04:25.8190019Z [00:03:11.102]➜  go tool buildid -w $WORK/b1587/_pkg_.a # internal
2025-08-20T23:04:25.8210286Z [00:03:11.104]➜  cp $WORK/b1587/_pkg_.a /root/.cache/go-build/b1/b101845791e8631c95187a7e8bc6add02130d085699804ea2fc60ae549b91f90-d # internal
2025-08-20T23:04:25.8214461Z [00:03:11.105]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newsapi
2025-08-20T23:04:25.8215255Z [00:03:11.105]➜  mkdir -p $WORK/b1590/
2025-08-20T23:04:25.8220856Z [00:03:11.105]➜  cat >/tmp/go-build3700090427/b1590/importcfg << 'EOF' # internal
2025-08-20T23:04:25.8221635Z [00:03:11.105]➜  # import config
2025-08-20T23:04:25.8222332Z [00:03:11.105]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.8223524Z [00:03:11.105]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.8225559Z [00:03:11.105]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.8227413Z [00:03:11.105]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.8228970Z [00:03:11.105]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.8230568Z [00:03:11.105]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.8241487Z [00:03:11.107]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.8242106Z [00:03:11.107]➜  EOF
2025-08-20T23:04:25.8245686Z [00:03:11.107]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1590/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newsapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newsapi;$WORK/b1590=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newsapi -lang=go1.24 -complete -installsuffix shared -buildid 0Mrrl6jRgFLZxOK68xA-/0Mrrl6jRgFLZxOK68xA- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1590/importcfg -pack ./pkg/detectors/newsapi/newsapi.go
2025-08-20T23:04:25.8637983Z [00:03:11.147]➜  go tool buildid -w $WORK/b1588/_pkg_.a # internal
2025-08-20T23:04:25.8654365Z [00:03:11.148]➜  cp $WORK/b1588/_pkg_.a /root/.cache/go-build/2d/2d85944d3643572e89a0391e0bbd461da23f17e143f4a3020a7a379769a4e863-d # internal
2025-08-20T23:04:25.8657084Z [00:03:11.148]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher
2025-08-20T23:04:25.8657870Z [00:03:11.148]➜  mkdir -p $WORK/b1591/
2025-08-20T23:04:25.8671367Z [00:03:11.150]➜  cat >/tmp/go-build3700090427/b1591/importcfg << 'EOF' # internal
2025-08-20T23:04:25.8677210Z [00:03:11.150]➜  # import config
2025-08-20T23:04:25.8678028Z [00:03:11.150]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.8680038Z [00:03:11.150]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.8681615Z [00:03:11.150]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.8683405Z [00:03:11.150]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.8684760Z [00:03:11.150]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.8687772Z [00:03:11.150]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.8688689Z [00:03:11.150]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.8689315Z [00:03:11.150]➜  EOF
2025-08-20T23:04:25.8693520Z [00:03:11.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1591/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newscatcher=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher;$WORK/b1591=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher -lang=go1.24 -complete -installsuffix shared -buildid bVS3ydvGqTEcrb6URoda/bVS3ydvGqTEcrb6URoda -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1591/importcfg -pack ./pkg/detectors/newscatcher/newscatcher.go
2025-08-20T23:04:25.8736557Z [00:03:11.157]➜  go tool buildid -w $WORK/b1589/_pkg_.a # internal
2025-08-20T23:04:25.8743997Z [00:03:11.158]➜  go tool buildid -w $WORK/b1590/_pkg_.a # internal
2025-08-20T23:04:25.8769811Z [00:03:11.160]➜  cp $WORK/b1590/_pkg_.a /root/.cache/go-build/51/51bc000152d82ced631924b129b91f22cc40b081cd6b2dac54c6080946005b28-d # internal
2025-08-20T23:04:25.8772267Z [00:03:11.160]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey
2025-08-20T23:04:25.8773037Z [00:03:11.160]➜  mkdir -p $WORK/b1592/
2025-08-20T23:04:25.8773774Z [00:03:11.160]➜  cat >/tmp/go-build3700090427/b1592/importcfg << 'EOF' # internal
2025-08-20T23:04:25.8774478Z [00:03:11.160]➜  # import config
2025-08-20T23:04:25.8775364Z [00:03:11.160]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.8776537Z [00:03:11.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.8778038Z [00:03:11.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.8779652Z [00:03:11.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.8781231Z [00:03:11.160]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.8782170Z [00:03:11.160]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.8782996Z [00:03:11.160]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.8783601Z [00:03:11.160]➜  EOF
2025-08-20T23:04:25.8787569Z [00:03:11.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1592/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nexmoapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey;$WORK/b1592=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey -lang=go1.24 -complete -installsuffix shared -buildid 8qJrKgA1JnAb7TYeCtKq/8qJrKgA1JnAb7TYeCtKq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1592/importcfg -pack ./pkg/detectors/nexmoapikey/nexmoapikey.go
2025-08-20T23:04:25.8792101Z [00:03:11.160]➜  cp $WORK/b1589/_pkg_.a /root/.cache/go-build/40/40d8a0d3626438215c04840caa5d246971ad2c6027bb8e379fdba1cb17ab3e74-d # internal
2025-08-20T23:04:25.8793392Z [00:03:11.160]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport
2025-08-20T23:04:25.8794149Z [00:03:11.160]➜  mkdir -p $WORK/b1593/
2025-08-20T23:04:25.8794912Z [00:03:11.160]➜  cat >/tmp/go-build3700090427/b1593/importcfg << 'EOF' # internal
2025-08-20T23:04:25.8795580Z [00:03:11.160]➜  # import config
2025-08-20T23:04:25.8796252Z [00:03:11.160]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.8797571Z [00:03:11.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.8799115Z [00:03:11.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.8800867Z [00:03:11.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.8802145Z [00:03:11.160]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.8803065Z [00:03:11.160]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.8803871Z [00:03:11.160]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.8804471Z [00:03:11.160]➜  EOF
2025-08-20T23:04:25.8808439Z [00:03:11.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1593/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nftport=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport;$WORK/b1593=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport -lang=go1.24 -complete -installsuffix shared -buildid MDn4zGCbh8zRf4DcsCNa/MDn4zGCbh8zRf4DcsCNa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1593/importcfg -pack ./pkg/detectors/nftport/nftport.go
2025-08-20T23:04:25.9183354Z [00:03:11.201]➜  go tool buildid -w $WORK/b1591/_pkg_.a # internal
2025-08-20T23:04:25.9212937Z [00:03:11.204]➜  cp $WORK/b1591/_pkg_.a /root/.cache/go-build/c9/c9e9bc485307e4ec1be73436ac034cc466082fb0df41669b58314a4c7d08c923-d # internal
2025-08-20T23:04:25.9218074Z [00:03:11.205]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc
2025-08-20T23:04:25.9218888Z [00:03:11.205]➜  mkdir -p $WORK/b1594/
2025-08-20T23:04:25.9230167Z [00:03:11.206]➜  cat >/tmp/go-build3700090427/b1594/importcfg << 'EOF' # internal
2025-08-20T23:04:25.9231154Z [00:03:11.206]➜  # import config
2025-08-20T23:04:25.9231978Z [00:03:11.206]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.9233951Z [00:03:11.206]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:25.9236489Z [00:03:11.206]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.9238097Z [00:03:11.206]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.9240102Z [00:03:11.206]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.9241364Z [00:03:11.206]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.9242328Z [00:03:11.206]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.9243160Z [00:03:11.206]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.9243766Z [00:03:11.206]➜  EOF
2025-08-20T23:04:25.9247402Z [00:03:11.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1594/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngc=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc;$WORK/b1594=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc -lang=go1.24 -complete -installsuffix shared -buildid Cd9e0sQIAW7T1NR0K7xg/Cd9e0sQIAW7T1NR0K7xg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1594/importcfg -pack ./pkg/detectors/ngc/ngc.go
2025-08-20T23:04:25.9323028Z [00:03:11.215]➜  go tool buildid -w $WORK/b1593/_pkg_.a # internal
2025-08-20T23:04:25.9338236Z [00:03:11.217]➜  cp $WORK/b1593/_pkg_.a /root/.cache/go-build/6a/6a0e53032253f92302abc2f67c30a06dd2340427e9fa771900e8d0bc2a64b015-d # internal
2025-08-20T23:04:25.9340483Z [00:03:11.217]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngrok
2025-08-20T23:04:25.9342214Z [00:03:11.217]➜  mkdir -p $WORK/b1595/
2025-08-20T23:04:25.9348487Z [00:03:11.218]➜  cat >/tmp/go-build3700090427/b1595/importcfg << 'EOF' # internal
2025-08-20T23:04:25.9349916Z [00:03:11.218]➜  # import config
2025-08-20T23:04:25.9351707Z [00:03:11.218]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.9353729Z [00:03:11.218]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.9354970Z [00:03:11.218]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.9356906Z [00:03:11.218]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.9358266Z [00:03:11.218]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.9359729Z [00:03:11.218]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.9360598Z [00:03:11.218]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:25.9361436Z [00:03:11.218]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.9362428Z [00:03:11.218]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.9363095Z [00:03:11.218]➜  EOF
2025-08-20T23:04:25.9366825Z [00:03:11.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1595/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngrok=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngrok;$WORK/b1595=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngrok -lang=go1.24 -complete -installsuffix shared -buildid SzmMWlYsxijjXtDPLMIq/SzmMWlYsxijjXtDPLMIq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1595/importcfg -pack ./pkg/detectors/ngrok/ngrok.go
2025-08-20T23:04:25.9371588Z [00:03:11.219]➜  go tool buildid -w $WORK/b1592/_pkg_.a # internal
2025-08-20T23:04:25.9372895Z [00:03:11.220]➜  cp $WORK/b1592/_pkg_.a /root/.cache/go-build/4e/4ed3dddef230554e600939e498427441ae4d53f0ab78d7e40c1fc499640431c1-d # internal
2025-08-20T23:04:25.9377262Z [00:03:11.220]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply
2025-08-20T23:04:25.9378076Z [00:03:11.220]➜  mkdir -p $WORK/b1596/
2025-08-20T23:04:25.9388158Z [00:03:11.222]➜  cat >/tmp/go-build3700090427/b1596/importcfg << 'EOF' # internal
2025-08-20T23:04:25.9400125Z [00:03:11.222]➜  # import config
2025-08-20T23:04:25.9400795Z [00:03:11.222]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.9401828Z [00:03:11.222]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:25.9402632Z [00:03:11.222]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.9403727Z [00:03:11.222]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.9405189Z [00:03:11.222]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.9406707Z [00:03:11.222]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.9407992Z [00:03:11.222]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.9409151Z [00:03:11.222]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.9410257Z [00:03:11.222]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.9410917Z [00:03:11.222]➜  EOF
2025-08-20T23:04:25.9414756Z [00:03:11.222]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1596/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nicereply=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply;$WORK/b1596=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply -lang=go1.24 -complete -installsuffix shared -buildid fgDly-KePzbNplj8jSVB/fgDly-KePzbNplj8jSVB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1596/importcfg -pack ./pkg/detectors/nicereply/nicereply.go
2025-08-20T23:04:25.9833308Z [00:03:11.266]➜  go tool buildid -w $WORK/b1594/_pkg_.a # internal
2025-08-20T23:04:25.9850982Z [00:03:11.268]➜  cp $WORK/b1594/_pkg_.a /root/.cache/go-build/25/25689059376f4fb655e38dac88320d884a280b5f3bec35ae33cfc29124922612-d # internal
2025-08-20T23:04:25.9857769Z [00:03:11.269]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall
2025-08-20T23:04:25.9861009Z [00:03:11.269]➜  mkdir -p $WORK/b1597/
2025-08-20T23:04:25.9861770Z [00:03:11.269]➜  cat >/tmp/go-build3700090427/b1597/importcfg << 'EOF' # internal
2025-08-20T23:04:25.9862427Z [00:03:11.269]➜  # import config
2025-08-20T23:04:25.9863078Z [00:03:11.269]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.9863858Z [00:03:11.269]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.9864988Z [00:03:11.269]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.9866457Z [00:03:11.269]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.9868137Z [00:03:11.269]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.9869625Z [00:03:11.269]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.9870572Z [00:03:11.269]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.9871400Z [00:03:11.269]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.9871997Z [00:03:11.269]➜  EOF
2025-08-20T23:04:25.9875918Z [00:03:11.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1597/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nightfall=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall;$WORK/b1597=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall -lang=go1.24 -complete -installsuffix shared -buildid QeOD8WzfPfOKmCTQG3r4/QeOD8WzfPfOKmCTQG3r4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1597/importcfg -pack ./pkg/detectors/nightfall/nightfall.go
2025-08-20T23:04:25.9936303Z [00:03:11.277]➜  go tool buildid -w $WORK/b1595/_pkg_.a # internal
2025-08-20T23:04:25.9939186Z [00:03:11.277]➜  go tool buildid -w $WORK/b1596/_pkg_.a # internal
2025-08-20T23:04:25.9951118Z [00:03:11.278]➜  cp $WORK/b1596/_pkg_.a /root/.cache/go-build/1b/1b14bd9053e386bfefacf41050c5a8ac940dc34c64979d20b863df0c8e968bff-d # internal
2025-08-20T23:04:25.9972319Z [00:03:11.278]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble
2025-08-20T23:04:25.9973051Z [00:03:11.278]➜  mkdir -p $WORK/b1598/
2025-08-20T23:04:25.9973842Z [00:03:11.279]➜  cat >/tmp/go-build3700090427/b1598/importcfg << 'EOF' # internal
2025-08-20T23:04:25.9974522Z [00:03:11.279]➜  # import config
2025-08-20T23:04:25.9975270Z [00:03:11.279]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.9976123Z [00:03:11.279]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:25.9977279Z [00:03:11.279]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:25.9978936Z [00:03:11.279]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:25.9981538Z [00:03:11.279]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:25.9982952Z [00:03:11.279]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:25.9983960Z [00:03:11.279]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:25.9984754Z [00:03:11.279]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:25.9985277Z [00:03:11.279]➜  EOF
2025-08-20T23:04:25.9989052Z [00:03:11.279]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1598/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nimble=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble;$WORK/b1598=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble -lang=go1.24 -complete -installsuffix shared -buildid yJfKqUDG_eA2JtWpbPfn/yJfKqUDG_eA2JtWpbPfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1598/importcfg -pack ./pkg/detectors/nimble/nimble.go
2025-08-20T23:04:25.9993292Z [00:03:11.279]➜  cp $WORK/b1595/_pkg_.a /root/.cache/go-build/37/37a058e8dadd852ad3c94248b7ae1904ca9907c21a4cde795a81c710b0a0c6e8-d # internal
2025-08-20T23:04:25.9994659Z [00:03:11.279]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/noticeable
2025-08-20T23:04:25.9995423Z [00:03:11.279]➜  mkdir -p $WORK/b1599/
2025-08-20T23:04:25.9996159Z [00:03:11.280]➜  cat >/tmp/go-build3700090427/b1599/importcfg << 'EOF' # internal
2025-08-20T23:04:25.9996838Z [00:03:11.280]➜  # import config
2025-08-20T23:04:25.9997684Z [00:03:11.280]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:25.9998541Z [00:03:11.280]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.0000078Z [00:03:11.280]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.0001651Z [00:03:11.280]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.0003165Z [00:03:11.280]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.0004531Z [00:03:11.280]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.0005534Z [00:03:11.280]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.0006404Z [00:03:11.280]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.0007042Z [00:03:11.280]➜  EOF
2025-08-20T23:04:26.0011207Z [00:03:11.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1599/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/noticeable=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/noticeable;$WORK/b1599=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/noticeable -lang=go1.24 -complete -installsuffix shared -buildid GrGW596CfFKM5h0QRlfB/GrGW596CfFKM5h0QRlfB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1599/importcfg -pack ./pkg/detectors/noticeable/noticeable.go
2025-08-20T23:04:26.0462719Z [00:03:11.329]➜  go tool buildid -w $WORK/b1598/_pkg_.a # internal
2025-08-20T23:04:26.0477020Z [00:03:11.330]➜  cp $WORK/b1598/_pkg_.a /root/.cache/go-build/cc/cc45c2511e37da08b33bb00edbca9ceb8f4a80aa71a6781dd069eedcb06cafe3-d # internal
2025-08-20T23:04:26.0478508Z [00:03:11.331]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/notion
2025-08-20T23:04:26.0484374Z [00:03:11.331]➜  mkdir -p $WORK/b1600/
2025-08-20T23:04:26.0487126Z [00:03:11.331]➜  cat >/tmp/go-build3700090427/b1600/importcfg << 'EOF' # internal
2025-08-20T23:04:26.0488589Z [00:03:11.331]➜  # import config
2025-08-20T23:04:26.0489285Z [00:03:11.331]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.0490261Z [00:03:11.331]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.0491540Z [00:03:11.331]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.0492936Z [00:03:11.331]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.0494473Z [00:03:11.331]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.0495864Z [00:03:11.331]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.0496873Z [00:03:11.331]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.0497748Z [00:03:11.331]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.0498385Z [00:03:11.331]➜  EOF
2025-08-20T23:04:26.0502430Z [00:03:11.331]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1600/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/notion=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/notion;$WORK/b1600=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/notion -lang=go1.24 -complete -installsuffix shared -buildid czwlXpQCpQ7kbrWBXXTS/czwlXpQCpQ7kbrWBXXTS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1600/importcfg -pack ./pkg/detectors/notion/notion.go
2025-08-20T23:04:26.0506042Z [00:03:11.332]➜  go tool buildid -w $WORK/b1597/_pkg_.a # internal
2025-08-20T23:04:26.0544236Z [00:03:11.337]➜  cp $WORK/b1597/_pkg_.a /root/.cache/go-build/17/17b9cbb7c1ec16014c83ec9433c57d6114a3621433e89faba807349ae7ba3456-d # internal
2025-08-20T23:04:26.0551263Z [00:03:11.338]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nozbeteams
2025-08-20T23:04:26.0552235Z [00:03:11.338]➜  mkdir -p $WORK/b1601/
2025-08-20T23:04:26.0560215Z [00:03:11.339]➜  cat >/tmp/go-build3700090427/b1601/importcfg << 'EOF' # internal
2025-08-20T23:04:26.0564466Z [00:03:11.339]➜  # import config
2025-08-20T23:04:26.0567516Z [00:03:11.339]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.0575056Z [00:03:11.339]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.0576594Z [00:03:11.339]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.0578203Z [00:03:11.339]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.0579747Z [00:03:11.339]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.0580776Z [00:03:11.339]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.0581639Z [00:03:11.339]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.0582551Z [00:03:11.339]➜  EOF
2025-08-20T23:04:26.0586617Z [00:03:11.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1601/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nozbeteams=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nozbeteams;$WORK/b1601=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nozbeteams -lang=go1.24 -complete -installsuffix shared -buildid t92LViDCOuv1Wlq6NWZC/t92LViDCOuv1Wlq6NWZC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1601/importcfg -pack ./pkg/detectors/nozbeteams/nozbeteams.go
2025-08-20T23:04:26.0678793Z [00:03:11.351]➜  go tool buildid -w $WORK/b1599/_pkg_.a # internal
2025-08-20T23:04:26.0697761Z [00:03:11.353]➜  cp $WORK/b1599/_pkg_.a /root/.cache/go-build/de/de7c69d04ce16b13c80a12a13e98daa7b7990a346a56341431bfc1cfb53be5bc-d # internal
2025-08-20T23:04:26.0700824Z [00:03:11.353]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtoken
2025-08-20T23:04:26.0704584Z [00:03:11.353]➜  mkdir -p $WORK/b1602/
2025-08-20T23:04:26.0705390Z [00:03:11.353]➜  cat >/tmp/go-build3700090427/b1602/importcfg << 'EOF' # internal
2025-08-20T23:04:26.0706054Z [00:03:11.354]➜  # import config
2025-08-20T23:04:26.0706942Z [00:03:11.354]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.0707777Z [00:03:11.354]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.0708976Z [00:03:11.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.0710666Z [00:03:11.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.0712219Z [00:03:11.354]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.0713484Z [00:03:11.354]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.0714429Z [00:03:11.354]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.0715424Z [00:03:11.354]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.0716093Z [00:03:11.354]➜  EOF
2025-08-20T23:04:26.0720275Z [00:03:11.354]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1602/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtoken;$WORK/b1602=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtoken -lang=go1.24 -complete -installsuffix shared -buildid nqrSzHuQCs4ng2nQbWBU/nqrSzHuQCs4ng2nQbWBU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1602/importcfg -pack ./pkg/detectors/npmtoken/npmtoken.go
2025-08-20T23:04:26.1077707Z [00:03:11.391]➜  go tool buildid -w $WORK/b1600/_pkg_.a # internal
2025-08-20T23:04:26.1144956Z [00:03:11.398]➜  cp $WORK/b1600/_pkg_.a /root/.cache/go-build/7c/7c4e1aaed3489dbd2c133d7437cf8e6a8a33b55f5f75e62bf3cc071db6796db9-d # internal
2025-08-20T23:04:26.1154885Z [00:03:11.399]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtokenv2
2025-08-20T23:04:26.1155690Z [00:03:11.399]➜  mkdir -p $WORK/b1603/
2025-08-20T23:04:26.1160825Z [00:03:11.399]➜  cat >/tmp/go-build3700090427/b1603/importcfg << 'EOF' # internal
2025-08-20T23:04:26.1161492Z [00:03:11.399]➜  # import config
2025-08-20T23:04:26.1162123Z [00:03:11.399]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.1162922Z [00:03:11.399]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.1164016Z [00:03:11.399]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.1165500Z [00:03:11.399]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.1167104Z [00:03:11.399]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.1168343Z [00:03:11.399]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.1169245Z [00:03:11.399]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.1170113Z [00:03:11.399]➜  EOF
2025-08-20T23:04:26.1173915Z [00:03:11.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1603/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtokenv2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtokenv2;$WORK/b1603=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtokenv2 -lang=go1.24 -complete -installsuffix shared -buildid L9JZYhvpz-jlMbz8WDpN/L9JZYhvpz-jlMbz8WDpN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1603/importcfg -pack ./pkg/detectors/npmtokenv2/npmtokenv2.go
2025-08-20T23:04:26.1236066Z [00:03:11.407]➜  go tool buildid -w $WORK/b1601/_pkg_.a # internal
2025-08-20T23:04:26.1256193Z [00:03:11.409]➜  cp $WORK/b1601/_pkg_.a /root/.cache/go-build/05/052d9b053d754a530dce204f89f43193d9ce853c866026d85a46ff1b303ed21e-d # internal
2025-08-20T23:04:26.1264193Z [00:03:11.410]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nugetapikey
2025-08-20T23:04:26.1272414Z [00:03:11.410]➜  mkdir -p $WORK/b1604/
2025-08-20T23:04:26.1276883Z [00:03:11.411]➜  go tool buildid -w $WORK/b1602/_pkg_.a # internal
2025-08-20T23:04:26.1295913Z [00:03:11.413]➜  cat >/tmp/go-build3700090427/b1604/importcfg << 'EOF' # internal
2025-08-20T23:04:26.1298378Z [00:03:11.413]➜  # import config
2025-08-20T23:04:26.1299275Z [00:03:11.413]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.1301046Z [00:03:11.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.1302858Z [00:03:11.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.1305543Z [00:03:11.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.1307144Z [00:03:11.413]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.1308185Z [00:03:11.413]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.1309090Z [00:03:11.413]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.1309974Z [00:03:11.413]➜  EOF
2025-08-20T23:04:26.1320924Z [00:03:11.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1604/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nugetapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nugetapikey;$WORK/b1604=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nugetapikey -lang=go1.24 -complete -installsuffix shared -buildid lvrtLXEADYym2yUp38D0/lvrtLXEADYym2yUp38D0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1604/importcfg -pack ./pkg/detectors/nugetapikey/nugetapikey.go
2025-08-20T23:04:26.1340155Z [00:03:11.417]➜  cp $WORK/b1602/_pkg_.a /root/.cache/go-build/fb/fb41041d7b634c5c6310e5f3c341567797e7ce3e92ede6e93ed8adf51ac19665-d # internal
2025-08-20T23:04:26.1350467Z [00:03:11.418]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/numverify
2025-08-20T23:04:26.1361573Z [00:03:11.419]➜  mkdir -p $WORK/b1605/
2025-08-20T23:04:26.1368408Z [00:03:11.420]➜  cat >/tmp/go-build3700090427/b1605/importcfg << 'EOF' # internal
2025-08-20T23:04:26.1370667Z [00:03:11.420]➜  # import config
2025-08-20T23:04:26.1373032Z [00:03:11.420]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.1374160Z [00:03:11.421]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.1377064Z [00:03:11.421]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.1378615Z [00:03:11.421]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.1380481Z [00:03:11.421]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.1381831Z [00:03:11.421]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.1382925Z [00:03:11.421]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:26.1383731Z [00:03:11.421]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.1384616Z [00:03:11.421]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.1385422Z [00:03:11.421]➜  EOF
2025-08-20T23:04:26.1390679Z [00:03:11.421]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1605/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/numverify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/numverify;$WORK/b1605=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/numverify -lang=go1.24 -complete -installsuffix shared -buildid VW4_IqCdHDVD-xwNaIEf/VW4_IqCdHDVD-xwNaIEf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1605/importcfg -pack ./pkg/detectors/numverify/numverify.go
2025-08-20T23:04:26.1788788Z [00:03:11.462]➜  go tool buildid -w $WORK/b1603/_pkg_.a # internal
2025-08-20T23:04:26.1800949Z [00:03:11.463]➜  cp $WORK/b1603/_pkg_.a /root/.cache/go-build/cc/ccbdfabb21d1852af65cb8223b6babf3da2a5b60384d2bf1c5b16b620af72f70-d # internal
2025-08-20T23:04:26.1814571Z [00:03:11.464]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nutritionix
2025-08-20T23:04:26.1815378Z [00:03:11.464]➜  mkdir -p $WORK/b1606/
2025-08-20T23:04:26.1816098Z [00:03:11.464]➜  cat >/tmp/go-build3700090427/b1606/importcfg << 'EOF' # internal
2025-08-20T23:04:26.1816744Z [00:03:11.464]➜  # import config
2025-08-20T23:04:26.1817399Z [00:03:11.464]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.1818575Z [00:03:11.464]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.1820312Z [00:03:11.464]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.1821980Z [00:03:11.464]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.1823354Z [00:03:11.464]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.1824284Z [00:03:11.464]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.1825117Z [00:03:11.464]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.1825738Z [00:03:11.464]➜  EOF
2025-08-20T23:04:26.1850290Z [00:03:11.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1606/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nutritionix=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nutritionix;$WORK/b1606=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nutritionix -lang=go1.24 -complete -installsuffix shared -buildid vgjyXGJTNIhQaInjK_mh/vgjyXGJTNIhQaInjK_mh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1606/importcfg -pack ./pkg/detectors/nutritionix/nutritionix.go
2025-08-20T23:04:26.1913011Z [00:03:11.474]➜  go tool buildid -w $WORK/b1604/_pkg_.a # internal
2025-08-20T23:04:26.1927447Z [00:03:11.476]➜  cp $WORK/b1604/_pkg_.a /root/.cache/go-build/cc/cc840d8155ee446eab55e057066717d2853db7c3acdea15e602c2683f5f11d78-d # internal
2025-08-20T23:04:26.1933627Z [00:03:11.476]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nvapi
2025-08-20T23:04:26.1935930Z [00:03:11.477]➜  mkdir -p $WORK/b1607/
2025-08-20T23:04:26.1937240Z [00:03:11.477]➜  cat >/tmp/go-build3700090427/b1607/importcfg << 'EOF' # internal
2025-08-20T23:04:26.1938295Z [00:03:11.477]➜  # import config
2025-08-20T23:04:26.1940126Z [00:03:11.477]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.1940986Z [00:03:11.477]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.1942174Z [00:03:11.477]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.1943822Z [00:03:11.477]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.1945477Z [00:03:11.477]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.1946817Z [00:03:11.477]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.1947903Z [00:03:11.477]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:26.1948713Z [00:03:11.477]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.1949671Z [00:03:11.477]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:26.1950515Z [00:03:11.477]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.1951147Z [00:03:11.477]➜  EOF
2025-08-20T23:04:26.1960343Z [00:03:11.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1607/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nvapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nvapi;$WORK/b1607=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nvapi -lang=go1.24 -complete -installsuffix shared -buildid zQDx2N4FYHPcnGZQ4yRI/zQDx2N4FYHPcnGZQ4yRI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1607/importcfg -pack ./pkg/detectors/nvapi/nvapi.go
2025-08-20T23:04:26.2393320Z [00:03:11.522]➜  go tool buildid -w $WORK/b1605/_pkg_.a # internal
2025-08-20T23:04:26.2411983Z [00:03:11.524]➜  cp $WORK/b1605/_pkg_.a /root/.cache/go-build/e7/e799263696b69818c8148b0a0fb6ceb58ff1d4b097409fe27fbde47d318fa516-d # internal
2025-08-20T23:04:26.2417438Z [00:03:11.525]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nylas
2025-08-20T23:04:26.2418190Z [00:03:11.525]➜  mkdir -p $WORK/b1608/
2025-08-20T23:04:26.2437800Z [00:03:11.527]➜  go tool buildid -w $WORK/b1606/_pkg_.a # internal
2025-08-20T23:04:26.2444005Z [00:03:11.527]➜  cat >/tmp/go-build3700090427/b1608/importcfg << 'EOF' # internal
2025-08-20T23:04:26.2444746Z [00:03:11.527]➜  # import config
2025-08-20T23:04:26.2445726Z [00:03:11.527]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.2446754Z [00:03:11.527]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.2449112Z [00:03:11.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.2450905Z [00:03:11.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.2452507Z [00:03:11.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.2453888Z [00:03:11.527]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.2454897Z [00:03:11.527]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.2455985Z [00:03:11.527]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.2456707Z [00:03:11.527]➜  EOF
2025-08-20T23:04:26.2461688Z [00:03:11.527]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1608/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nylas=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nylas;$WORK/b1608=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nylas -lang=go1.24 -complete -installsuffix shared -buildid OMxo2N1TgOdp1qrYjpCW/OMxo2N1TgOdp1qrYjpCW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1608/importcfg -pack ./pkg/detectors/nylas/nylas.go
2025-08-20T23:04:26.2465754Z [00:03:11.527]➜  cp $WORK/b1606/_pkg_.a /root/.cache/go-build/e6/e6d76382e2877bd2bf4f834395d8783b73108a924457df28ef7f0625b38ca1cd-d # internal
2025-08-20T23:04:26.2467069Z [00:03:11.527]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oanda
2025-08-20T23:04:26.2467808Z [00:03:11.527]➜  mkdir -p $WORK/b1609/
2025-08-20T23:04:26.2468547Z [00:03:11.527]➜  cat >/tmp/go-build3700090427/b1609/importcfg << 'EOF' # internal
2025-08-20T23:04:26.2469204Z [00:03:11.527]➜  # import config
2025-08-20T23:04:26.2470089Z [00:03:11.527]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.2470859Z [00:03:11.527]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.2472000Z [00:03:11.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.2473634Z [00:03:11.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.2475082Z [00:03:11.527]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.2476437Z [00:03:11.527]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.2477388Z [00:03:11.527]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.2478345Z [00:03:11.527]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.2478953Z [00:03:11.527]➜  EOF
2025-08-20T23:04:26.2482933Z [00:03:11.527]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1609/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oanda=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oanda;$WORK/b1609=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oanda -lang=go1.24 -complete -installsuffix shared -buildid kVrXeC-ac8IDw9X1bWed/kVrXeC-ac8IDw9X1bWed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1609/importcfg -pack ./pkg/detectors/oanda/oanda.go
2025-08-20T23:04:26.2746719Z [00:03:11.558]➜  go tool buildid -w $WORK/b1607/_pkg_.a # internal
2025-08-20T23:04:26.2783920Z [00:03:11.561]➜  cp $WORK/b1607/_pkg_.a /root/.cache/go-build/d4/d4c96df616df1be6ff52bb63c646403a1f6872ddf803aa8cd1abc527b9ca9de5-d # internal
2025-08-20T23:04:26.2794595Z [00:03:11.563]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/okta
2025-08-20T23:04:26.2801351Z [00:03:11.563]➜  mkdir -p $WORK/b1610/
2025-08-20T23:04:26.2802127Z [00:03:11.563]➜  cat >/tmp/go-build3700090427/b1610/importcfg << 'EOF' # internal
2025-08-20T23:04:26.2802837Z [00:03:11.563]➜  # import config
2025-08-20T23:04:26.2803518Z [00:03:11.563]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.2804355Z [00:03:11.563]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.2805566Z [00:03:11.563]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.2807163Z [00:03:11.563]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.2808513Z [00:03:11.563]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.2809635Z [00:03:11.563]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:26.2810662Z [00:03:11.563]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.2811552Z [00:03:11.563]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.2812200Z [00:03:11.563]➜  EOF
2025-08-20T23:04:26.2836261Z [00:03:11.566]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1610/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/okta=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/okta;$WORK/b1610=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/okta -lang=go1.24 -complete -installsuffix shared -buildid d2LYAZHFkq-Z0U_JcFxK/d2LYAZHFkq-Z0U_JcFxK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1610/importcfg -pack ./pkg/detectors/okta/okta.go
2025-08-20T23:04:26.2976552Z [00:03:11.581]➜  go tool buildid -w $WORK/b1608/_pkg_.a # internal
2025-08-20T23:04:26.2998274Z [00:03:11.583]➜  go tool buildid -w $WORK/b1609/_pkg_.a # internal
2025-08-20T23:04:26.2999775Z [00:03:11.583]➜  cp $WORK/b1608/_pkg_.a /root/.cache/go-build/e1/e102faa9f3f980c6c56553557ec5dc50719210c735b2cc02d1a0cb31b190d7f0-d # internal
2025-08-20T23:04:26.3001511Z [00:03:11.583]➜  cp $WORK/b1609/_pkg_.a /root/.cache/go-build/e3/e3710fde13a06d3fd257b83fcd207dff273abe428cda7a1e4bac3b648a2f04b9-d # internal
2025-08-20T23:04:26.3002814Z [00:03:11.583]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk
2025-08-20T23:04:26.3003550Z [00:03:11.583]➜  mkdir -p $WORK/b1612/
2025-08-20T23:04:26.3004506Z [00:03:11.583]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/omnisend
2025-08-20T23:04:26.3005193Z [00:03:11.583]➜  mkdir -p $WORK/b1611/
2025-08-20T23:04:26.3008552Z [00:03:11.584]➜  cat >/tmp/go-build3700090427/b1612/importcfg << 'EOF' # internal
2025-08-20T23:04:26.3009554Z [00:03:11.584]➜  # import config
2025-08-20T23:04:26.3010331Z [00:03:11.584]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.3011275Z [00:03:11.584]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.3012734Z [00:03:11.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.3015408Z [00:03:11.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.3016978Z [00:03:11.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.3018284Z [00:03:11.584]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.3019147Z [00:03:11.584]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:26.3030508Z [00:03:11.584]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.3031376Z [00:03:11.584]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.3031978Z [00:03:11.584]➜  EOF
2025-08-20T23:04:26.3032609Z [00:03:11.584]➜  cat >/tmp/go-build3700090427/b1611/importcfg << 'EOF' # internal
2025-08-20T23:04:26.3033297Z [00:03:11.584]➜  # import config
2025-08-20T23:04:26.3033957Z [00:03:11.584]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.3035142Z [00:03:11.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.3036673Z [00:03:11.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.3038288Z [00:03:11.584]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.3039896Z [00:03:11.584]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.3040884Z [00:03:11.584]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.3041729Z [00:03:11.584]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.3042513Z [00:03:11.584]➜  EOF
2025-08-20T23:04:26.3046488Z [00:03:11.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1612/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onedesk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk;$WORK/b1612=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk -lang=go1.24 -complete -installsuffix shared -buildid 9Hha7n30g2HHzHKCAVsq/9Hha7n30g2HHzHKCAVsq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1612/importcfg -pack ./pkg/detectors/onedesk/onedesk.go
2025-08-20T23:04:26.3053477Z [00:03:11.584]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1611/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/omnisend=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/omnisend;$WORK/b1611=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/omnisend -lang=go1.24 -complete -installsuffix shared -buildid zcYpGqtV2BK6g_BPztIh/zcYpGqtV2BK6g_BPztIh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1611/importcfg -pack ./pkg/detectors/omnisend/omnisend.go
2025-08-20T23:04:26.3585043Z [00:03:11.642]➜  go tool buildid -w $WORK/b1611/_pkg_.a # internal
2025-08-20T23:04:26.3631739Z [00:03:11.643]➜  cp $WORK/b1611/_pkg_.a /root/.cache/go-build/03/03aa4e255c6d9f6358b9480ec76852fef15f863f0694455aa6f1d82e02849e8a-d # internal
2025-08-20T23:04:26.3638196Z [00:03:11.647]➜  go tool buildid -w $WORK/b1612/_pkg_.a # internal
2025-08-20T23:04:26.3639619Z [00:03:11.647]➜  cp $WORK/b1612/_pkg_.a /root/.cache/go-build/ed/ed2331eee4f6c5bf14cb06e8ff0c3d38199795b628e4474133ef800c25912372-d # internal
2025-08-20T23:04:26.3641069Z [00:03:11.647]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm
2025-08-20T23:04:26.3641756Z [00:03:11.647]➜  mkdir -p $WORK/b1614/
2025-08-20T23:04:26.3642398Z [00:03:11.647]➜  cat >/tmp/go-build3700090427/b1614/importcfg << 'EOF' # internal
2025-08-20T23:04:26.3643002Z [00:03:11.647]➜  # import config
2025-08-20T23:04:26.3643615Z [00:03:11.647]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.3644847Z [00:03:11.647]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.3651049Z [00:03:11.648]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.3654419Z [00:03:11.648]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.3655649Z [00:03:11.648]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.3656536Z [00:03:11.648]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.3657263Z [00:03:11.648]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.3657810Z [00:03:11.648]➜  EOF
2025-08-20T23:04:26.3675609Z [00:03:11.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1614/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onepagecrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm;$WORK/b1614=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm -lang=go1.24 -complete -installsuffix shared -buildid 5JArsRI2Hsku2F96tXWK/5JArsRI2Hsku2F96tXWK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1614/importcfg -pack ./pkg/detectors/onepagecrm/onepagecrm.go
2025-08-20T23:04:26.3682230Z [00:03:11.648]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin
2025-08-20T23:04:26.3683058Z [00:03:11.648]➜  mkdir -p $WORK/b1613/
2025-08-20T23:04:26.3683814Z [00:03:11.648]➜  cat >/tmp/go-build3700090427/b1613/importcfg << 'EOF' # internal
2025-08-20T23:04:26.3684499Z [00:03:11.648]➜  # import config
2025-08-20T23:04:26.3685174Z [00:03:11.648]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.3685999Z [00:03:11.648]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.3687201Z [00:03:11.648]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.3689172Z [00:03:11.648]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.3690689Z [00:03:11.648]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.3691732Z [00:03:11.648]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.3692653Z [00:03:11.648]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.3693451Z [00:03:11.648]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:26.3694065Z [00:03:11.648]➜  EOF
2025-08-20T23:04:26.3697889Z [00:03:11.648]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1613/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onelogin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin;$WORK/b1613=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin -lang=go1.24 -complete -installsuffix shared -buildid UKplDpxl8axtFFvZ8pRo/UKplDpxl8axtFFvZ8pRo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1613/importcfg -pack ./pkg/detectors/onelogin/onelogin.go
2025-08-20T23:04:26.3701532Z [00:03:11.649]➜  go tool buildid -w $WORK/b1610/_pkg_.a # internal
2025-08-20T23:04:26.3702752Z [00:03:11.650]➜  cp $WORK/b1610/_pkg_.a /root/.cache/go-build/e8/e878af1503449da3a9e56c894dc0fa5a0017d3364dce8c378e82b59268f100b6-d # internal
2025-08-20T23:04:26.3704225Z [00:03:11.651]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal
2025-08-20T23:04:26.3704943Z [00:03:11.651]➜  mkdir -p $WORK/b1615/
2025-08-20T23:04:26.3705664Z [00:03:11.651]➜  cat >/tmp/go-build3700090427/b1615/importcfg << 'EOF' # internal
2025-08-20T23:04:26.3706334Z [00:03:11.651]➜  # import config
2025-08-20T23:04:26.3706992Z [00:03:11.651]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.3707874Z [00:03:11.651]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:26.3708901Z [00:03:11.651]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.3710291Z [00:03:11.651]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.3711923Z [00:03:11.651]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.3713452Z [00:03:11.651]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.3714758Z [00:03:11.651]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.3715675Z [00:03:11.651]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.3716492Z [00:03:11.651]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.3717100Z [00:03:11.651]➜  EOF
2025-08-20T23:04:26.3721168Z [00:03:11.651]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1615/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onesignal=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal;$WORK/b1615=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal -lang=go1.24 -complete -installsuffix shared -buildid p8yN6bVqnTmmcjLpUZq6/p8yN6bVqnTmmcjLpUZq6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1615/importcfg -pack ./pkg/detectors/onesignal/onesignal.go
2025-08-20T23:04:26.4468965Z [00:03:11.730]➜  go tool buildid -w $WORK/b1614/_pkg_.a # internal
2025-08-20T23:04:26.4482567Z [00:03:11.731]➜  go tool buildid -w $WORK/b1613/_pkg_.a # internal
2025-08-20T23:04:26.4490720Z [00:03:11.732]➜  cp $WORK/b1614/_pkg_.a /root/.cache/go-build/35/35c661ccfa9d866dad50ff324140f63e84af41ad71eb9ecd9a500662b9a4464a-d # internal
2025-08-20T23:04:26.4500923Z [00:03:11.732]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onfleet
2025-08-20T23:04:26.4502130Z [00:03:11.732]➜  mkdir -p $WORK/b1616/
2025-08-20T23:04:26.4506133Z [00:03:11.734]➜  cat >/tmp/go-build3700090427/b1616/importcfg << 'EOF' # internal
2025-08-20T23:04:26.4506845Z [00:03:11.734]➜  # import config
2025-08-20T23:04:26.4507510Z [00:03:11.734]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.4508424Z [00:03:11.734]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:26.4509265Z [00:03:11.734]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.4510642Z [00:03:11.734]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.4512145Z [00:03:11.734]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.4513685Z [00:03:11.734]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.4514978Z [00:03:11.734]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.4515885Z [00:03:11.734]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:26.4516665Z [00:03:11.734]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.4517272Z [00:03:11.734]➜  EOF
2025-08-20T23:04:26.4541771Z [00:03:11.734]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1616/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onfleet=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onfleet;$WORK/b1616=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onfleet -lang=go1.24 -complete -installsuffix shared -buildid R6H19tGM5KnJBFPAWi9p/R6H19tGM5KnJBFPAWi9p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1616/importcfg -pack ./pkg/detectors/onfleet/onfleet.go
2025-08-20T23:04:26.4545511Z [00:03:11.734]➜  go tool buildid -w $WORK/b1615/_pkg_.a # internal
2025-08-20T23:04:26.4551056Z [00:03:11.738]➜  cp $WORK/b1615/_pkg_.a /root/.cache/go-build/e3/e34375150758358f27dc38f1ef5ac78938dab0ac6ffe6ae3f9e1afc0907947b2-d # internal
2025-08-20T23:04:26.4553573Z [00:03:11.738]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam
2025-08-20T23:04:26.4554328Z [00:03:11.738]➜  mkdir -p $WORK/b1617/
2025-08-20T23:04:26.4555608Z [00:03:11.738]➜  cp $WORK/b1613/_pkg_.a /root/.cache/go-build/61/6169be0b7dc61634152a16f07c7954e6c9ddcb3498c190bcd22631953a27e998-d # internal
2025-08-20T23:04:26.4556798Z [00:03:11.738]➜  cat >/tmp/go-build3700090427/b1617/importcfg << 'EOF' # internal
2025-08-20T23:04:26.4557469Z [00:03:11.738]➜  # import config
2025-08-20T23:04:26.4558136Z [00:03:11.738]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.4559301Z [00:03:11.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.4561169Z [00:03:11.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.4562759Z [00:03:11.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.4564083Z [00:03:11.738]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.4565058Z [00:03:11.738]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.4565912Z [00:03:11.738]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.4566527Z [00:03:11.738]➜  EOF
2025-08-20T23:04:26.4567189Z [00:03:11.738]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openai
2025-08-20T23:04:26.4567898Z [00:03:11.738]➜  mkdir -p $WORK/b1618/
2025-08-20T23:04:26.4568608Z [00:03:11.738]➜  cat >/tmp/go-build3700090427/b1618/importcfg << 'EOF' # internal
2025-08-20T23:04:26.4569265Z [00:03:11.738]➜  # import config
2025-08-20T23:04:26.4570635Z [00:03:11.738]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.4571534Z [00:03:11.738]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:26.4572536Z [00:03:11.738]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.4573713Z [00:03:11.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.4575171Z [00:03:11.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.4576797Z [00:03:11.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.4578137Z [00:03:11.738]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.4579208Z [00:03:11.738]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:26.4580223Z [00:03:11.738]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.4581050Z [00:03:11.738]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:26.4581840Z [00:03:11.738]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:26.4582450Z [00:03:11.738]➜  EOF
2025-08-20T23:04:26.4586199Z [00:03:11.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1617/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oopspam=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam;$WORK/b1617=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam -lang=go1.24 -complete -installsuffix shared -buildid SFOnp58cFYKhSLu2r_-p/SFOnp58cFYKhSLu2r_-p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1617/importcfg -pack ./pkg/detectors/oopspam/oopspam.go
2025-08-20T23:04:26.4593422Z [00:03:11.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1618/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openai;$WORK/b1618=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openai -lang=go1.24 -complete -installsuffix shared -buildid Ur5vWGVwwqJyS57wCwIX/Ur5vWGVwwqJyS57wCwIX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1618/importcfg -pack ./pkg/detectors/openai/openai.go
2025-08-20T23:04:26.5077102Z [00:03:11.791]➜  go tool buildid -w $WORK/b1616/_pkg_.a # internal
2025-08-20T23:04:26.5099985Z [00:03:11.793]➜  cp $WORK/b1616/_pkg_.a /root/.cache/go-build/7e/7e0c8534ad88fbed82698943dbc3e2dbb2b6fe1f9ca7d9f8043d3826316ab920-d # internal
2025-08-20T23:04:26.5103625Z [00:03:11.793]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata
2025-08-20T23:04:26.5104448Z [00:03:11.794]➜  mkdir -p $WORK/b1619/
2025-08-20T23:04:26.5108596Z [00:03:11.794]➜  cat >/tmp/go-build3700090427/b1619/importcfg << 'EOF' # internal
2025-08-20T23:04:26.5112502Z [00:03:11.794]➜  # import config
2025-08-20T23:04:26.5113198Z [00:03:11.794]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.5114037Z [00:03:11.794]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.5116710Z [00:03:11.794]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.5118263Z [00:03:11.794]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.5120014Z [00:03:11.794]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.5121336Z [00:03:11.794]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.5122354Z [00:03:11.795]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.5123249Z [00:03:11.795]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.5123853Z [00:03:11.795]➜  EOF
2025-08-20T23:04:26.5127929Z [00:03:11.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1619/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opencagedata=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata;$WORK/b1619=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata -lang=go1.24 -complete -installsuffix shared -buildid FRwzHsZeKSnagQ4NLo7O/FRwzHsZeKSnagQ4NLo7O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1619/importcfg -pack ./pkg/detectors/opencagedata/opencagedata.go
2025-08-20T23:04:26.5610804Z [00:03:11.844]➜  go tool buildid -w $WORK/b1617/_pkg_.a # internal
2025-08-20T23:04:26.5636043Z [00:03:11.847]➜  cp $WORK/b1617/_pkg_.a /root/.cache/go-build/05/0564d1f7533143eba7d5c05cc24e5b48f4fbfce10961e21e14ff77f72388dd06-d # internal
2025-08-20T23:04:26.5652581Z [00:03:11.848]➜  go tool buildid -w $WORK/b1618/_pkg_.a # internal
2025-08-20T23:04:26.5655332Z [00:03:11.849]➜  go tool buildid -w $WORK/b1619/_pkg_.a # internal
2025-08-20T23:04:26.5663268Z [00:03:11.850]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openuv
2025-08-20T23:04:26.5664287Z [00:03:11.850]➜  mkdir -p $WORK/b1620/
2025-08-20T23:04:26.5673793Z [00:03:11.851]➜  cat >/tmp/go-build3700090427/b1620/importcfg << 'EOF' # internal
2025-08-20T23:04:26.5674814Z [00:03:11.851]➜  # import config
2025-08-20T23:04:26.5675544Z [00:03:11.851]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.5676990Z [00:03:11.851]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.5678928Z [00:03:11.851]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.5681273Z [00:03:11.851]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.5682994Z [00:03:11.851]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.5684004Z [00:03:11.851]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.5684837Z [00:03:11.851]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.5685443Z [00:03:11.851]➜  EOF
2025-08-20T23:04:26.5686715Z [00:03:11.851]➜  cp $WORK/b1619/_pkg_.a /root/.cache/go-build/4f/4f14d39baac5fe98b2933c7b7c7db9a2c7eb0ca7814ef5350a055266db08ea27-d # internal
2025-08-20T23:04:26.5688144Z [00:03:11.851]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openvpn
2025-08-20T23:04:26.5688755Z [00:03:11.851]➜  mkdir -p $WORK/b1621/
2025-08-20T23:04:26.5689692Z [00:03:11.851]➜  cat >/tmp/go-build3700090427/b1621/importcfg << 'EOF' # internal
2025-08-20T23:04:26.5690328Z [00:03:11.851]➜  # import config
2025-08-20T23:04:26.5690938Z [00:03:11.851]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.5691794Z [00:03:11.851]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:26.5697290Z [00:03:11.851]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.5699088Z [00:03:11.851]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.5700801Z [00:03:11.851]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.5702436Z [00:03:11.851]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.5703592Z [00:03:11.851]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.5704372Z [00:03:11.851]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.5704949Z [00:03:11.851]➜  EOF
2025-08-20T23:04:26.5708526Z [00:03:11.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1620/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openuv=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openuv;$WORK/b1620=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openuv -lang=go1.24 -complete -installsuffix shared -buildid QvdI8WgCZk3oUcoDU2aa/QvdI8WgCZk3oUcoDU2aa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1620/importcfg -pack ./pkg/detectors/openuv/openuv.go
2025-08-20T23:04:26.5715413Z [00:03:11.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1621/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openvpn=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openvpn;$WORK/b1621=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openvpn -lang=go1.24 -complete -installsuffix shared -buildid Z1JIh6FWMw_c-N0kTd9J/Z1JIh6FWMw_c-N0kTd9J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1621/importcfg -pack ./pkg/detectors/openvpn/openvpn.go
2025-08-20T23:04:26.5741256Z [00:03:11.853]➜  cp $WORK/b1618/_pkg_.a /root/.cache/go-build/2f/2f8a70e7cd8f3e54d626d99206c04a4cb66afa42eb699421bfca175099f92c8b-d # internal
2025-08-20T23:04:26.5742502Z [00:03:11.853]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openweather
2025-08-20T23:04:26.5743209Z [00:03:11.854]➜  mkdir -p $WORK/b1622/
2025-08-20T23:04:26.5743868Z [00:03:11.855]➜  cat >/tmp/go-build3700090427/b1622/importcfg << 'EOF' # internal
2025-08-20T23:04:26.5744495Z [00:03:11.855]➜  # import config
2025-08-20T23:04:26.5745110Z [00:03:11.855]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.5746188Z [00:03:11.855]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.5747542Z [00:03:11.855]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.5749002Z [00:03:11.855]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.5750426Z [00:03:11.855]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.5751356Z [00:03:11.855]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.5752173Z [00:03:11.855]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.5752778Z [00:03:11.855]➜  EOF
2025-08-20T23:04:26.5756850Z [00:03:11.856]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1622/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openweather=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openweather;$WORK/b1622=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openweather -lang=go1.24 -complete -installsuffix shared -buildid IZC1OBgijoBFEDpgfN47/IZC1OBgijoBFEDpgfN47 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1622/importcfg -pack ./pkg/detectors/openweather/openweather.go
2025-08-20T23:04:26.6268995Z [00:03:11.910]➜  go tool buildid -w $WORK/b1621/_pkg_.a # internal
2025-08-20T23:04:26.6312032Z [00:03:11.913]➜  cp $WORK/b1621/_pkg_.a /root/.cache/go-build/db/db21376fe466120a287192a83c09333ee2e7122dc8cca93e4a6f71298e53da69-d # internal
2025-08-20T23:04:26.6315025Z [00:03:11.913]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opsgenie
2025-08-20T23:04:26.6316975Z [00:03:11.913]➜  mkdir -p $WORK/b1623/
2025-08-20T23:04:26.6319748Z [00:03:11.913]➜  go tool buildid -w $WORK/b1620/_pkg_.a # internal
2025-08-20T23:04:26.6320669Z [00:03:11.913]➜  cat >/tmp/go-build3700090427/b1623/importcfg << 'EOF' # internal
2025-08-20T23:04:26.6321385Z [00:03:11.913]➜  # import config
2025-08-20T23:04:26.6322090Z [00:03:11.913]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.6323037Z [00:03:11.913]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:26.6323881Z [00:03:11.913]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.6326824Z [00:03:11.913]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.6328450Z [00:03:11.913]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.6330313Z [00:03:11.913]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.6333218Z [00:03:11.913]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.6334358Z [00:03:11.913]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:26.6335181Z [00:03:11.913]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.6336001Z [00:03:11.913]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.6336603Z [00:03:11.913]➜  EOF
2025-08-20T23:04:26.6340864Z [00:03:11.913]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1623/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opsgenie=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opsgenie;$WORK/b1623=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opsgenie -lang=go1.24 -complete -installsuffix shared -buildid OfUrh7qXq_E62srcGAGU/OfUrh7qXq_E62srcGAGU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1623/importcfg -pack ./pkg/detectors/opsgenie/opsgenie.go
2025-08-20T23:04:26.6345125Z [00:03:11.915]➜  cp $WORK/b1620/_pkg_.a /root/.cache/go-build/0b/0bf3500d83d71ba3e15dd0ae99888c2dc0c8f4163a321c82b75157783aa23ce8-d # internal
2025-08-20T23:04:26.6346434Z [00:03:11.915]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/optimizely
2025-08-20T23:04:26.6347178Z [00:03:11.915]➜  mkdir -p $WORK/b1624/
2025-08-20T23:04:26.6347956Z [00:03:11.916]➜  cat >/tmp/go-build3700090427/b1624/importcfg << 'EOF' # internal
2025-08-20T23:04:26.6348725Z [00:03:11.916]➜  # import config
2025-08-20T23:04:26.6349762Z [00:03:11.916]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.6350647Z [00:03:11.916]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.6351859Z [00:03:11.916]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.6353368Z [00:03:11.916]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.6355150Z [00:03:11.916]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.6356505Z [00:03:11.916]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.6357612Z [00:03:11.916]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.6358428Z [00:03:11.916]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.6359040Z [00:03:11.916]➜  EOF
2025-08-20T23:04:26.6369538Z [00:03:11.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1624/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/optimizely=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/optimizely;$WORK/b1624=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/optimizely -lang=go1.24 -complete -installsuffix shared -buildid z1cQT5idrBeTy9B5QdOu/z1cQT5idrBeTy9B5QdOu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1624/importcfg -pack ./pkg/detectors/optimizely/optimizely.go
2025-08-20T23:04:26.6436265Z [00:03:11.927]➜  go tool buildid -w $WORK/b1622/_pkg_.a # internal
2025-08-20T23:04:26.6460679Z [00:03:11.928]➜  cp $WORK/b1622/_pkg_.a /root/.cache/go-build/61/61c650dc16b7d4cfc0ebee701dcd5c13047cf612ce782a64aac37794fe54263e-d # internal
2025-08-20T23:04:26.6463708Z [00:03:11.929]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/overloop
2025-08-20T23:04:26.6464629Z [00:03:11.929]➜  mkdir -p $WORK/b1625/
2025-08-20T23:04:26.6466629Z [00:03:11.929]➜  cat >/tmp/go-build3700090427/b1625/importcfg << 'EOF' # internal
2025-08-20T23:04:26.6467312Z [00:03:11.929]➜  # import config
2025-08-20T23:04:26.6467988Z [00:03:11.929]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.6468764Z [00:03:11.929]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.6470154Z [00:03:11.929]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.6471662Z [00:03:11.929]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.6473119Z [00:03:11.929]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.6474426Z [00:03:11.929]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.6475432Z [00:03:11.929]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.6476510Z [00:03:11.929]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.6477111Z [00:03:11.929]➜  EOF
2025-08-20T23:04:26.6481032Z [00:03:11.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1625/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/overloop=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/overloop;$WORK/b1625=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/overloop -lang=go1.24 -complete -installsuffix shared -buildid 1rWJWEySdesm-7gtH_6t/1rWJWEySdesm-7gtH_6t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1625/importcfg -pack ./pkg/detectors/overloop/overloop.go
2025-08-20T23:04:26.6484582Z [00:03:11.930]➜  go tool buildid -w $WORK/b1524/_pkg_.a # internal
2025-08-20T23:04:26.6591937Z [00:03:11.942]➜  cp $WORK/b1524/_pkg_.a /root/.cache/go-build/39/39d438d01173f36d930ff6888d47956e372eddeb09d2bfa61416f72c329315df-d # internal
2025-08-20T23:04:26.6595231Z [00:03:11.942]➜  go.mongodb.org/mongo-driver/bson
2025-08-20T23:04:26.6600185Z [00:03:11.943]➜  mkdir -p $WORK/b1523/
2025-08-20T23:04:26.6609089Z [00:03:11.944]➜  cat >/tmp/go-build3700090427/b1523/importcfg << 'EOF' # internal
2025-08-20T23:04:26.6630267Z [00:03:11.944]➜  # import config
2025-08-20T23:04:26.6630987Z [00:03:11.944]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:26.6631873Z [00:03:11.944]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:26.6632743Z [00:03:11.944]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:26.6633770Z [00:03:11.944]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.6634891Z [00:03:11.944]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3700090427/b1524/_pkg_.a
2025-08-20T23:04:26.6636168Z [00:03:11.944]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3700090427/b1526/_pkg_.a
2025-08-20T23:04:26.6637417Z [00:03:11.944]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3700090427/b1527/_pkg_.a
2025-08-20T23:04:26.6638690Z [00:03:11.944]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:26.6640209Z [00:03:11.944]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:26.6641216Z [00:03:11.944]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:26.6642002Z [00:03:11.944]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:26.6642950Z [00:03:11.944]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:26.6643736Z [00:03:11.944]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:26.6644356Z [00:03:11.944]➜  EOF
2025-08-20T23:04:26.6652834Z [00:03:11.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1523/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson=>go.mongodb.org/mongo-driver@v1.17.4/bson;$WORK/b1523=>" -p go.mongodb.org/mongo-driver/bson -lang=go1.18 -complete -installsuffix shared -buildid xmbnOpuyX1cgCygxk4B0/xmbnOpuyX1cgCygxk4B0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1523/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/bson.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/decoder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/encoder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/marshal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/primitive_codecs.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/raw.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/raw_element.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/raw_value.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/registry.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/types.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/bson/unmarshal.go
2025-08-20T23:04:26.6933042Z [00:03:11.976]➜  go tool buildid -w $WORK/b1623/_pkg_.a # internal
2025-08-20T23:04:26.6955058Z [00:03:11.978]➜  cp $WORK/b1623/_pkg_.a /root/.cache/go-build/2e/2ea7eee049fb24d67bcd15df1ccb4b105412e256b5b3c435e2297e1bfa9412b8-d # internal
2025-08-20T23:04:26.6969298Z [00:03:11.978]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/owlbot
2025-08-20T23:04:26.6970195Z [00:03:11.979]➜  mkdir -p $WORK/b1626/
2025-08-20T23:04:26.6970953Z [00:03:11.979]➜  cat >/tmp/go-build3700090427/b1626/importcfg << 'EOF' # internal
2025-08-20T23:04:26.6971712Z [00:03:11.979]➜  # import config
2025-08-20T23:04:26.6972458Z [00:03:11.979]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.6973643Z [00:03:11.979]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.6974781Z [00:03:11.979]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.6976228Z [00:03:11.979]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.6977746Z [00:03:11.979]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.6979098Z [00:03:11.979]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.6980301Z [00:03:11.979]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.6981174Z [00:03:11.979]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.6981947Z [00:03:11.979]➜  EOF
2025-08-20T23:04:26.6985692Z [00:03:11.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1626/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/owlbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/owlbot;$WORK/b1626=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/owlbot -lang=go1.24 -complete -installsuffix shared -buildid M1svuCPhpU4gm8ktWS45/M1svuCPhpU4gm8ktWS45 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1626/importcfg -pack ./pkg/detectors/owlbot/owlbot.go
2025-08-20T23:04:26.7072101Z [00:03:11.990]➜  go tool buildid -w $WORK/b1624/_pkg_.a # internal
2025-08-20T23:04:26.7092585Z [00:03:11.992]➜  cp $WORK/b1624/_pkg_.a /root/.cache/go-build/76/76b9f6f375753e0a331f9626250a19c90ce4775af5c0724e1c73aa17a311b7da-d # internal
2025-08-20T23:04:26.7099266Z [00:03:11.992]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/packagecloud
2025-08-20T23:04:26.7100195Z [00:03:11.992]➜  mkdir -p $WORK/b1627/
2025-08-20T23:04:26.7101151Z [00:03:11.993]➜  cat >/tmp/go-build3700090427/b1627/importcfg << 'EOF' # internal
2025-08-20T23:04:26.7101842Z [00:03:11.993]➜  # import config
2025-08-20T23:04:26.7102491Z [00:03:11.993]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.7103648Z [00:03:11.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.7105202Z [00:03:11.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.7106786Z [00:03:11.993]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.7108099Z [00:03:11.993]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.7109033Z [00:03:11.993]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.7110081Z [00:03:11.993]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.7110686Z [00:03:11.993]➜  EOF
2025-08-20T23:04:26.7114685Z [00:03:11.993]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1627/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/packagecloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/packagecloud;$WORK/b1627=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/packagecloud -lang=go1.24 -complete -installsuffix shared -buildid F1nbwZrw2lN4kq9nwowS/F1nbwZrw2lN4kq9nwowS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1627/importcfg -pack ./pkg/detectors/packagecloud/packagecloud.go
2025-08-20T23:04:26.7132290Z [00:03:11.996]➜  go tool buildid -w $WORK/b1625/_pkg_.a # internal
2025-08-20T23:04:26.7191877Z [00:03:11.999]➜  cp $WORK/b1625/_pkg_.a /root/.cache/go-build/48/4808defaefcb8a88a8aa471c3f9c57e5b059e1e451ff496909b047370965a70e-d # internal
2025-08-20T23:04:26.7193350Z [00:03:11.999]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagarme
2025-08-20T23:04:26.7194126Z [00:03:11.999]➜  mkdir -p $WORK/b1628/
2025-08-20T23:04:26.7194873Z [00:03:12.000]➜  cat >/tmp/go-build3700090427/b1628/importcfg << 'EOF' # internal
2025-08-20T23:04:26.7195736Z [00:03:12.000]➜  # import config
2025-08-20T23:04:26.7196397Z [00:03:12.000]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.7197200Z [00:03:12.000]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.7198354Z [00:03:12.000]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.7200086Z [00:03:12.000]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.7201667Z [00:03:12.000]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.7202990Z [00:03:12.000]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.7204085Z [00:03:12.000]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:26.7204938Z [00:03:12.000]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.7205795Z [00:03:12.000]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.7206378Z [00:03:12.000]➜  EOF
2025-08-20T23:04:26.7210292Z [00:03:12.000]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1628/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagarme=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagarme;$WORK/b1628=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagarme -lang=go1.24 -complete -installsuffix shared -buildid eS0Qh85wKgiRPS2Y0ufi/eS0Qh85wKgiRPS2Y0ufi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1628/importcfg -pack ./pkg/detectors/pagarme/pagarme.go
2025-08-20T23:04:26.7536737Z [00:03:12.035]➜  go tool buildid -w $WORK/b1626/_pkg_.a # internal
2025-08-20T23:04:26.7541557Z [00:03:12.037]➜  cp $WORK/b1626/_pkg_.a /root/.cache/go-build/a1/a1fd90034eeb18183f9178897992a8e6db51b454d7efc4dda441bd99d1269628-d # internal
2025-08-20T23:04:26.7549044Z [00:03:12.038]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagerdutyapikey
2025-08-20T23:04:26.7550002Z [00:03:12.038]➜  mkdir -p $WORK/b1629/
2025-08-20T23:04:26.7566296Z [00:03:12.039]➜  cat >/tmp/go-build3700090427/b1629/importcfg << 'EOF' # internal
2025-08-20T23:04:26.7567132Z [00:03:12.039]➜  # import config
2025-08-20T23:04:26.7567850Z [00:03:12.039]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.7568725Z [00:03:12.039]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.7570112Z [00:03:12.039]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.7571714Z [00:03:12.039]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.7573375Z [00:03:12.039]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.7574786Z [00:03:12.039]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.7575781Z [00:03:12.039]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.7576649Z [00:03:12.039]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.7577517Z [00:03:12.039]➜  EOF
2025-08-20T23:04:26.7581973Z [00:03:12.040]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1629/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagerdutyapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagerdutyapikey;$WORK/b1629=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagerdutyapikey -lang=go1.24 -complete -installsuffix shared -buildid L2LFTSansWEv38uuz9Po/L2LFTSansWEv38uuz9Po -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1629/importcfg -pack ./pkg/detectors/pagerdutyapikey/pagerdutyapikey.go
2025-08-20T23:04:26.7668512Z [00:03:12.050]➜  go tool buildid -w $WORK/b1627/_pkg_.a # internal
2025-08-20T23:04:26.7681751Z [00:03:12.051]➜  cp $WORK/b1627/_pkg_.a /root/.cache/go-build/bd/bd59c55cd4cc6d4fe156d7636efc4f08be0384882422dee40559149e3870e3a9-d # internal
2025-08-20T23:04:26.7707617Z [00:03:12.051]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandadoc
2025-08-20T23:04:26.7708390Z [00:03:12.051]➜  mkdir -p $WORK/b1630/
2025-08-20T23:04:26.7709121Z [00:03:12.052]➜  cat >/tmp/go-build3700090427/b1630/importcfg << 'EOF' # internal
2025-08-20T23:04:26.7709970Z [00:03:12.052]➜  # import config
2025-08-20T23:04:26.7710597Z [00:03:12.052]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.7711368Z [00:03:12.052]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.7712497Z [00:03:12.052]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.7714134Z [00:03:12.052]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.7715653Z [00:03:12.052]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.7716920Z [00:03:12.052]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.7717840Z [00:03:12.052]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.7718635Z [00:03:12.052]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.7719230Z [00:03:12.052]➜  EOF
2025-08-20T23:04:26.7723246Z [00:03:12.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1630/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandadoc=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandadoc;$WORK/b1630=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandadoc -lang=go1.24 -complete -installsuffix shared -buildid pz-CMtlWfUUnow-EeCmh/pz-CMtlWfUUnow-EeCmh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1630/importcfg -pack ./pkg/detectors/pandadoc/pandadoc.go
2025-08-20T23:04:26.7803017Z [00:03:12.063]➜  go tool buildid -w $WORK/b1628/_pkg_.a # internal
2025-08-20T23:04:26.7824918Z [00:03:12.065]➜  cp $WORK/b1628/_pkg_.a /root/.cache/go-build/7e/7efcf346c2484f25e73dbffd088f61c661891df3c17d36e29cf1625764b79e50-d # internal
2025-08-20T23:04:26.7826405Z [00:03:12.066]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandascore
2025-08-20T23:04:26.7827205Z [00:03:12.066]➜  mkdir -p $WORK/b1631/
2025-08-20T23:04:26.7851414Z [00:03:12.066]➜  cat >/tmp/go-build3700090427/b1631/importcfg << 'EOF' # internal
2025-08-20T23:04:26.7852225Z [00:03:12.066]➜  # import config
2025-08-20T23:04:26.7852928Z [00:03:12.066]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.7853774Z [00:03:12.066]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.7854961Z [00:03:12.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.7856534Z [00:03:12.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.7858080Z [00:03:12.066]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.7859770Z [00:03:12.066]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.7860730Z [00:03:12.066]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.7861555Z [00:03:12.066]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.7862170Z [00:03:12.066]➜  EOF
2025-08-20T23:04:26.7866000Z [00:03:12.067]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1631/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandascore=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandascore;$WORK/b1631=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandascore -lang=go1.24 -complete -installsuffix shared -buildid 9_h-t2FfCO5VIM8ockdE/9_h-t2FfCO5VIM8ockdE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1631/importcfg -pack ./pkg/detectors/pandascore/pandascore.go
2025-08-20T23:04:26.8294636Z [00:03:12.112]➜  go tool buildid -w $WORK/b1629/_pkg_.a # internal
2025-08-20T23:04:26.8296104Z [00:03:12.112]➜  cp $WORK/b1629/_pkg_.a /root/.cache/go-build/57/57fe9c5e2ff911af1b45fe21b764298cd11f719162bb88c660b3b3fede70185e-d # internal
2025-08-20T23:04:26.8297806Z [00:03:12.113]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paperform
2025-08-20T23:04:26.8300335Z [00:03:12.113]➜  mkdir -p $WORK/b1632/
2025-08-20T23:04:26.8313140Z [00:03:12.114]➜  cat >/tmp/go-build3700090427/b1632/importcfg << 'EOF' # internal
2025-08-20T23:04:26.8314283Z [00:03:12.114]➜  # import config
2025-08-20T23:04:26.8344672Z [00:03:12.115]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.8345600Z [00:03:12.115]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.8346765Z [00:03:12.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.8348338Z [00:03:12.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.8350090Z [00:03:12.115]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.8351430Z [00:03:12.115]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.8352375Z [00:03:12.115]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.8353192Z [00:03:12.115]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.8353793Z [00:03:12.115]➜  EOF
2025-08-20T23:04:26.8357895Z [00:03:12.115]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1632/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paperform=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paperform;$WORK/b1632=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paperform -lang=go1.24 -complete -installsuffix shared -buildid YoWAKOaZ7COlPHt4fcgB/YoWAKOaZ7COlPHt4fcgB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1632/importcfg -pack ./pkg/detectors/paperform/paperform.go
2025-08-20T23:04:26.8432426Z [00:03:12.126]➜  go tool buildid -w $WORK/b1631/_pkg_.a # internal
2025-08-20T23:04:26.8472049Z [00:03:12.129]➜  cp $WORK/b1631/_pkg_.a /root/.cache/go-build/a5/a5ff7c401da4194dbb08568684d8b62cad27895d5d3c618361f5c7eb0ca59634-d # internal
2025-08-20T23:04:26.8485065Z [00:03:12.131]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paralleldots
2025-08-20T23:04:26.8485874Z [00:03:12.131]➜  mkdir -p $WORK/b1633/
2025-08-20T23:04:26.8486620Z [00:03:12.131]➜  cat >/tmp/go-build3700090427/b1633/importcfg << 'EOF' # internal
2025-08-20T23:04:26.8487326Z [00:03:12.131]➜  # import config
2025-08-20T23:04:26.8487959Z [00:03:12.131]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:26.8488764Z [00:03:12.131]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.8490086Z [00:03:12.131]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.8491737Z [00:03:12.131]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.8493229Z [00:03:12.131]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.8494487Z [00:03:12.131]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.8495364Z [00:03:12.131]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:26.8496197Z [00:03:12.131]➜  packagefile mime/multipart=/tmp/go-build3700090427/b196/_pkg_.a
2025-08-20T23:04:26.8497050Z [00:03:12.131]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.8497996Z [00:03:12.131]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.8498588Z [00:03:12.131]➜  EOF
2025-08-20T23:04:26.8502775Z [00:03:12.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1633/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paralleldots=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paralleldots;$WORK/b1633=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paralleldots -lang=go1.24 -complete -installsuffix shared -buildid lgjC1w_aZEowOw9y9l4L/lgjC1w_aZEowOw9y9l4L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1633/importcfg -pack ./pkg/detectors/paralleldots/paralleldots.go
2025-08-20T23:04:26.8656316Z [00:03:12.149]➜  go tool buildid -w $WORK/b1630/_pkg_.a # internal
2025-08-20T23:04:26.8670774Z [00:03:12.150]➜  cp $WORK/b1630/_pkg_.a /root/.cache/go-build/5b/5b5726b73c93f61227f15b553d63b0b0ba52988662ede0a080c8d5df7bc78ca5-d # internal
2025-08-20T23:04:26.8677444Z [00:03:12.151]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsehub
2025-08-20T23:04:26.8678392Z [00:03:12.151]➜  mkdir -p $WORK/b1634/
2025-08-20T23:04:26.8679272Z [00:03:12.151]➜  cat >/tmp/go-build3700090427/b1634/importcfg << 'EOF' # internal
2025-08-20T23:04:26.8680255Z [00:03:12.151]➜  # import config
2025-08-20T23:04:26.8681108Z [00:03:12.151]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.8682125Z [00:03:12.151]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.8683445Z [00:03:12.151]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.8685105Z [00:03:12.151]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.8687086Z [00:03:12.151]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.8688643Z [00:03:12.151]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.8689918Z [00:03:12.151]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.8690956Z [00:03:12.151]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.8691731Z [00:03:12.151]➜  EOF
2025-08-20T23:04:26.8695691Z [00:03:12.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1634/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsehub=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsehub;$WORK/b1634=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsehub -lang=go1.24 -complete -installsuffix shared -buildid BuRzVWl-wr9F34it1pcR/BuRzVWl-wr9F34it1pcR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1634/importcfg -pack ./pkg/detectors/parsehub/parsehub.go
2025-08-20T23:04:26.9079884Z [00:03:12.191]➜  go tool buildid -w $WORK/b1632/_pkg_.a # internal
2025-08-20T23:04:26.9099586Z [00:03:12.193]➜  cp $WORK/b1632/_pkg_.a /root/.cache/go-build/38/38630631c3cefc938edc583431878565c3690ce6c26e0fae5de2e83722561e6c-d # internal
2025-08-20T23:04:26.9104206Z [00:03:12.193]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsers
2025-08-20T23:04:26.9104992Z [00:03:12.193]➜  mkdir -p $WORK/b1635/
2025-08-20T23:04:26.9111178Z [00:03:12.194]➜  cat >/tmp/go-build3700090427/b1635/importcfg << 'EOF' # internal
2025-08-20T23:04:26.9113815Z [00:03:12.194]➜  # import config
2025-08-20T23:04:26.9116932Z [00:03:12.194]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.9128130Z [00:03:12.194]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.9138260Z [00:03:12.194]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.9140147Z [00:03:12.194]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.9141582Z [00:03:12.194]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.9142513Z [00:03:12.194]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.9143299Z [00:03:12.194]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.9143918Z [00:03:12.194]➜  EOF
2025-08-20T23:04:26.9147170Z [00:03:12.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1635/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsers=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsers;$WORK/b1635=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsers -lang=go1.24 -complete -installsuffix shared -buildid peBMHLX1Yf4DsHU7KZHz/peBMHLX1Yf4DsHU7KZHz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1635/importcfg -pack ./pkg/detectors/parsers/parsers.go
2025-08-20T23:04:26.9360634Z [00:03:12.219]➜  go tool buildid -w $WORK/b1523/_pkg_.a # internal
2025-08-20T23:04:26.9379772Z [00:03:12.221]➜  go tool buildid -w $WORK/b1633/_pkg_.a # internal
2025-08-20T23:04:26.9404991Z [00:03:12.224]➜  go tool buildid -w $WORK/b1634/_pkg_.a # internal
2025-08-20T23:04:26.9409238Z [00:03:12.224]➜  cp $WORK/b1633/_pkg_.a /root/.cache/go-build/03/030228ca3a98b569e23125779b01ffd689fec67626ec258b583724611c3dc63e-d # internal
2025-08-20T23:04:26.9410796Z [00:03:12.224]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parseur
2025-08-20T23:04:26.9411591Z [00:03:12.224]➜  mkdir -p $WORK/b1636/
2025-08-20T23:04:26.9412355Z [00:03:12.224]➜  cat >/tmp/go-build3700090427/b1636/importcfg << 'EOF' # internal
2025-08-20T23:04:26.9413064Z [00:03:12.224]➜  # import config
2025-08-20T23:04:26.9413783Z [00:03:12.224]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.9414637Z [00:03:12.224]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.9416026Z [00:03:12.224]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.9417516Z [00:03:12.224]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.9418975Z [00:03:12.224]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.9420341Z [00:03:12.224]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.9421263Z [00:03:12.224]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.9422054Z [00:03:12.224]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.9422657Z [00:03:12.224]➜  EOF
2025-08-20T23:04:26.9426442Z [00:03:12.224]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1636/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parseur=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parseur;$WORK/b1636=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parseur -lang=go1.24 -complete -installsuffix shared -buildid 4t5sNQbkGcdPjHM5vyt2/4t5sNQbkGcdPjHM5vyt2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1636/importcfg -pack ./pkg/detectors/parseur/parseur.go
2025-08-20T23:04:26.9436779Z [00:03:12.227]➜  cp $WORK/b1634/_pkg_.a /root/.cache/go-build/9d/9d3c93305efcbb46e007a0f20d652bffda0fc27e727a8260a7e04920b3b963b1-d # internal
2025-08-20T23:04:26.9442429Z [00:03:12.227]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/partnerstack
2025-08-20T23:04:26.9443423Z [00:03:12.227]➜  mkdir -p $WORK/b1637/
2025-08-20T23:04:26.9445555Z [00:03:12.227]➜  cp $WORK/b1523/_pkg_.a /root/.cache/go-build/69/69dd507073ccb4ad135079e6fae3245780536ea61701cd7fe5e06dfca18c74ba-d # internal
2025-08-20T23:04:26.9446740Z [00:03:12.227]➜  go.mongodb.org/mongo-driver/internal/bsonutil
2025-08-20T23:04:26.9447316Z [00:03:12.227]➜  mkdir -p $WORK/b1533/
2025-08-20T23:04:26.9448177Z [00:03:12.227]➜  cat >/tmp/go-build3700090427/b1637/importcfg << 'EOF' # internal
2025-08-20T23:04:26.9448978Z [00:03:12.227]➜  # import config
2025-08-20T23:04:26.9450495Z [00:03:12.227]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:26.9451572Z [00:03:12.227]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.9453390Z [00:03:12.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:26.9455638Z [00:03:12.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:26.9457580Z [00:03:12.227]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:26.9458918Z [00:03:12.227]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:26.9460776Z [00:03:12.227]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:26.9461845Z [00:03:12.227]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:26.9462763Z [00:03:12.227]➜  EOF
2025-08-20T23:04:26.9466928Z [00:03:12.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1637/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/partnerstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/partnerstack;$WORK/b1637=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/partnerstack -lang=go1.24 -complete -installsuffix shared -buildid YrZu0_LrVTGg6jQO_MPq/YrZu0_LrVTGg6jQO_MPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1637/importcfg -pack ./pkg/detectors/partnerstack/partnerstack.go
2025-08-20T23:04:26.9471549Z [00:03:12.227]➜  cat >/tmp/go-build3700090427/b1533/importcfg << 'EOF' # internal
2025-08-20T23:04:26.9472416Z [00:03:12.227]➜  # import config
2025-08-20T23:04:26.9473278Z [00:03:12.227]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.9474958Z [00:03:12.227]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:26.9476017Z [00:03:12.227]➜  EOF
2025-08-20T23:04:26.9481339Z [00:03:12.228]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1533/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/bsonutil=>go.mongodb.org/mongo-driver@v1.17.4/internal/bsonutil;$WORK/b1533=>" -p go.mongodb.org/mongo-driver/internal/bsonutil -lang=go1.18 -complete -installsuffix shared -buildid 6LJOifR8HU1ZPMD_hBOx/6LJOifR8HU1ZPMD_hBOx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1533/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/bsonutil/bsonutil.go
2025-08-20T23:04:26.9728933Z [00:03:12.256]➜  go tool buildid -w $WORK/b1635/_pkg_.a # internal
2025-08-20T23:04:26.9748342Z [00:03:12.258]➜  cp $WORK/b1635/_pkg_.a /root/.cache/go-build/c5/c5b07037be04239e4bfb7f908d87a8ea95d5e77a2bb2493b373343c50629b179-d # internal
2025-08-20T23:04:26.9750870Z [00:03:12.258]➜  go.mongodb.org/mongo-driver/internal/codecutil
2025-08-20T23:04:26.9751691Z [00:03:12.258]➜  mkdir -p $WORK/b1538/
2025-08-20T23:04:26.9760876Z [00:03:12.259]➜  cat >/tmp/go-build3700090427/b1538/importcfg << 'EOF' # internal
2025-08-20T23:04:26.9761592Z [00:03:12.259]➜  # import config
2025-08-20T23:04:26.9762275Z [00:03:12.259]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:26.9763379Z [00:03:12.259]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:26.9764164Z [00:03:12.259]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:26.9765181Z [00:03:12.259]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:26.9766499Z [00:03:12.259]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:26.9767510Z [00:03:12.259]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:26.9768516Z [00:03:12.259]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:26.9769188Z [00:03:12.259]➜  EOF
2025-08-20T23:04:26.9773555Z [00:03:12.260]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1538/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/codecutil=>go.mongodb.org/mongo-driver@v1.17.4/internal/codecutil;$WORK/b1538=>" -p go.mongodb.org/mongo-driver/internal/codecutil -lang=go1.18 -complete -installsuffix shared -buildid bmdxmwwtPtThX1WHbZer/bmdxmwwtPtThX1WHbZer -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1538/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/internal/codecutil/encoding.go
2025-08-20T23:04:26.9967245Z [00:03:12.280]➜  go tool buildid -w $WORK/b1637/_pkg_.a # internal
2025-08-20T23:04:27.0005693Z [00:03:12.284]➜  cp $WORK/b1637/_pkg_.a /root/.cache/go-build/d3/d3e3df94a4597e5dc24df084fed798ef0211426d61605cd5ea2e3bf9769e07f7-d # internal
2025-08-20T23:04:27.0015052Z [00:03:12.285]➜  go.mongodb.org/mongo-driver/mongo/writeconcern
2025-08-20T23:04:27.0015697Z [00:03:12.285]➜  mkdir -p $WORK/b1551/
2025-08-20T23:04:27.0026533Z [00:03:12.286]➜  cat >/tmp/go-build3700090427/b1551/importcfg << 'EOF' # internal
2025-08-20T23:04:27.0027229Z [00:03:12.286]➜  # import config
2025-08-20T23:04:27.0028223Z [00:03:12.286]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:27.0029808Z [00:03:12.286]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.0031394Z [00:03:12.286]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:27.0033792Z [00:03:12.286]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3700090427/b1527/_pkg_.a
2025-08-20T23:04:27.0035150Z [00:03:12.286]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:27.0036242Z [00:03:12.286]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:27.0037133Z [00:03:12.286]➜  EOF
2025-08-20T23:04:27.0047377Z [00:03:12.288]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1551/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/writeconcern=>go.mongodb.org/mongo-driver@v1.17.4/mongo/writeconcern;$WORK/b1551=>" -p go.mongodb.org/mongo-driver/mongo/writeconcern -lang=go1.18 -complete -installsuffix shared -buildid 1ZCanbHfTcz3i80glsGV/1ZCanbHfTcz3i80glsGV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1551/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/writeconcern/writeconcern.go
2025-08-20T23:04:27.0083201Z [00:03:12.291]➜  go tool buildid -w $WORK/b1636/_pkg_.a # internal
2025-08-20T23:04:27.0101287Z [00:03:12.293]➜  cp $WORK/b1636/_pkg_.a /root/.cache/go-build/c1/c155b5dbccddad053940489b7db523fd10b0117da995dbfa05e9f8f8267e512e-d # internal
2025-08-20T23:04:27.0102997Z [00:03:12.293]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pastebin
2025-08-20T23:04:27.0103827Z [00:03:12.293]➜  mkdir -p $WORK/b1638/
2025-08-20T23:04:27.0104603Z [00:03:12.293]➜  cat >/tmp/go-build3700090427/b1638/importcfg << 'EOF' # internal
2025-08-20T23:04:27.0105340Z [00:03:12.293]➜  # import config
2025-08-20T23:04:27.0106010Z [00:03:12.293]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:27.0106859Z [00:03:12.293]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.0108386Z [00:03:12.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.0110167Z [00:03:12.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.0111798Z [00:03:12.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.0113152Z [00:03:12.293]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.0114294Z [00:03:12.293]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:27.0115221Z [00:03:12.293]➜  packagefile mime/multipart=/tmp/go-build3700090427/b196/_pkg_.a
2025-08-20T23:04:27.0116334Z [00:03:12.293]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.0117191Z [00:03:12.293]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.0117855Z [00:03:12.293]➜  EOF
2025-08-20T23:04:27.0122304Z [00:03:12.294]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1638/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pastebin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pastebin;$WORK/b1638=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pastebin -lang=go1.24 -complete -installsuffix shared -buildid bWiGRRwSrOSo4vna54zo/bWiGRRwSrOSo4vna54zo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1638/importcfg -pack ./pkg/detectors/pastebin/pastebin.go
2025-08-20T23:04:27.0571217Z [00:03:12.340]➜  go tool buildid -w $WORK/b1533/_pkg_.a # internal
2025-08-20T23:04:27.0602656Z [00:03:12.343]➜  cp $WORK/b1533/_pkg_.a /root/.cache/go-build/38/386258de5bc7c80eede59937880ecdf5a6545f16641c7894358d8a46ef73a2c8-d # internal
2025-08-20T23:04:27.0611630Z [00:03:12.344]➜  go.mongodb.org/mongo-driver/mongo/description
2025-08-20T23:04:27.0617143Z [00:03:12.344]➜  mkdir -p $WORK/b1532/
2025-08-20T23:04:27.0617928Z [00:03:12.344]➜  cat >/tmp/go-build3700090427/b1532/importcfg << 'EOF' # internal
2025-08-20T23:04:27.0618588Z [00:03:12.344]➜  # import config
2025-08-20T23:04:27.0619156Z [00:03:12.344]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:27.0620110Z [00:03:12.344]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:27.0620890Z [00:03:12.344]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.0621788Z [00:03:12.344]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:27.0623171Z [00:03:12.344]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:27.0624495Z [00:03:12.345]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3700090427/b1533/_pkg_.a
2025-08-20T23:04:27.0625897Z [00:03:12.345]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3700090427/b1534/_pkg_.a
2025-08-20T23:04:27.0627313Z [00:03:12.345]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3700090427/b1535/_pkg_.a
2025-08-20T23:04:27.0628606Z [00:03:12.345]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3700090427/b1531/_pkg_.a
2025-08-20T23:04:27.0634074Z [00:03:12.345]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3700090427/b1536/_pkg_.a
2025-08-20T23:04:27.0635386Z [00:03:12.345]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3700090427/b1537/_pkg_.a
2025-08-20T23:04:27.0636389Z [00:03:12.345]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:27.0637247Z [00:03:12.345]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:27.0639759Z [00:03:12.345]➜  EOF
2025-08-20T23:04:27.0648041Z [00:03:12.345]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1532/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description=>go.mongodb.org/mongo-driver@v1.17.4/mongo/description;$WORK/b1532=>" -p go.mongodb.org/mongo-driver/mongo/description -lang=go1.18 -complete -installsuffix shared -buildid 3cfGD4ZArHtLN_pG9seN/3cfGD4ZArHtLN_pG9seN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1532/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/description.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/server.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/server_kind.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/server_selector.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/topology.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/topology_kind.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/topology_version.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/description/version_range.go
2025-08-20T23:04:27.0657844Z [00:03:12.349]➜  go tool buildid -w $WORK/b1638/_pkg_.a # internal
2025-08-20T23:04:27.0674026Z [00:03:12.350]➜  cp $WORK/b1638/_pkg_.a /root/.cache/go-build/57/576094ae38eaf32c44b68e6955daaa465b1064b3e696ddcd2ab34b69c6ecc55f-d # internal
2025-08-20T23:04:27.0677134Z [00:03:12.350]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paydirtapp
2025-08-20T23:04:27.0678132Z [00:03:12.350]➜  mkdir -p $WORK/b1639/
2025-08-20T23:04:27.0679188Z [00:03:12.350]➜  cat >/tmp/go-build3700090427/b1639/importcfg << 'EOF' # internal
2025-08-20T23:04:27.0680159Z [00:03:12.350]➜  # import config
2025-08-20T23:04:27.0680824Z [00:03:12.350]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.0682019Z [00:03:12.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.0683505Z [00:03:12.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.0685042Z [00:03:12.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.0686360Z [00:03:12.350]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.0687285Z [00:03:12.350]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.0688092Z [00:03:12.351]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.0688683Z [00:03:12.351]➜  EOF
2025-08-20T23:04:27.0693112Z [00:03:12.351]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1639/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paydirtapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paydirtapp;$WORK/b1639=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paydirtapp -lang=go1.24 -complete -installsuffix shared -buildid s0EXG0kVAv6cqCo_Qcmi/s0EXG0kVAv6cqCo_Qcmi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1639/importcfg -pack ./pkg/detectors/paydirtapp/paydirtapp.go
2025-08-20T23:04:27.1459936Z [00:03:12.429]➜  go tool buildid -w $WORK/b1538/_pkg_.a # internal
2025-08-20T23:04:27.1517930Z [00:03:12.435]➜  cp $WORK/b1538/_pkg_.a /root/.cache/go-build/dd/dd2502493a4acb25d5485574208baa88e2fb7ea5863a120522a9d0d367f6ac98-d # internal
2025-08-20T23:04:27.1519313Z [00:03:12.435]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymoapp
2025-08-20T23:04:27.1520242Z [00:03:12.435]➜  mkdir -p $WORK/b1640/
2025-08-20T23:04:27.1528172Z [00:03:12.436]➜  cat >/tmp/go-build3700090427/b1640/importcfg << 'EOF' # internal
2025-08-20T23:04:27.1528883Z [00:03:12.436]➜  # import config
2025-08-20T23:04:27.1529740Z [00:03:12.436]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.1530575Z [00:03:12.436]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.1531737Z [00:03:12.436]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.1533340Z [00:03:12.436]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.1536270Z [00:03:12.436]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.1537599Z [00:03:12.436]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.1538562Z [00:03:12.436]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.1541898Z [00:03:12.436]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.1542573Z [00:03:12.436]➜  EOF
2025-08-20T23:04:27.1551653Z [00:03:12.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1640/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymoapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymoapp;$WORK/b1640=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymoapp -lang=go1.24 -complete -installsuffix shared -buildid IfdzyE2S2GiLZIp850jU/IfdzyE2S2GiLZIp850jU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1640/importcfg -pack ./pkg/detectors/paymoapp/paymoapp.go
2025-08-20T23:04:27.1613111Z [00:03:12.445]➜  go tool buildid -w $WORK/b1639/_pkg_.a # internal
2025-08-20T23:04:27.1630727Z [00:03:12.446]➜  cp $WORK/b1639/_pkg_.a /root/.cache/go-build/f5/f53322c83797fb6ece19beb6c57a7bcd0d900e257e0a5d423f1aacf4f9fcdb2d-d # internal
2025-08-20T23:04:27.1632097Z [00:03:12.446]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymongo
2025-08-20T23:04:27.1632862Z [00:03:12.446]➜  mkdir -p $WORK/b1641/
2025-08-20T23:04:27.1641930Z [00:03:12.447]➜  cat >/tmp/go-build3700090427/b1641/importcfg << 'EOF' # internal
2025-08-20T23:04:27.1644715Z [00:03:12.447]➜  # import config
2025-08-20T23:04:27.1645282Z [00:03:12.447]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.1646466Z [00:03:12.447]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.1647960Z [00:03:12.447]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.1649730Z [00:03:12.447]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.1651074Z [00:03:12.447]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.1652080Z [00:03:12.447]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.1652961Z [00:03:12.447]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.1653585Z [00:03:12.447]➜  EOF
2025-08-20T23:04:27.1654318Z [00:03:12.447]➜  go tool buildid -w $WORK/b1551/_pkg_.a # internal
2025-08-20T23:04:27.1658380Z [00:03:12.448]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1641/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymongo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymongo;$WORK/b1641=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymongo -lang=go1.24 -complete -installsuffix shared -buildid XpNh1HQ7wgh7VnLc6cFT/XpNh1HQ7wgh7VnLc6cFT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1641/importcfg -pack ./pkg/detectors/paymongo/paymongo.go
2025-08-20T23:04:27.1693652Z [00:03:12.452]➜  cp $WORK/b1551/_pkg_.a /root/.cache/go-build/b4/b40628c2a4cb64b251365bd039aceb08ff54cb06fb1355b0d7bd2ede03ad2a1f-d # internal
2025-08-20T23:04:27.1698209Z [00:03:12.453]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paypaloauth
2025-08-20T23:04:27.1698990Z [00:03:12.453]➜  mkdir -p $WORK/b1642/
2025-08-20T23:04:27.1703763Z [00:03:12.454]➜  cat >/tmp/go-build3700090427/b1642/importcfg << 'EOF' # internal
2025-08-20T23:04:27.1712012Z [00:03:12.454]➜  # import config
2025-08-20T23:04:27.1712708Z [00:03:12.454]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.1713637Z [00:03:12.454]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:27.1714503Z [00:03:12.454]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.1715847Z [00:03:12.454]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.1741738Z [00:03:12.454]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.1743304Z [00:03:12.454]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.1744774Z [00:03:12.454]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.1745713Z [00:03:12.454]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.1746633Z [00:03:12.454]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.1747218Z [00:03:12.454]➜  EOF
2025-08-20T23:04:27.1751282Z [00:03:12.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1642/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paypaloauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paypaloauth;$WORK/b1642=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paypaloauth -lang=go1.24 -complete -installsuffix shared -buildid 9r9yC52AfaK_EBQIrQHr/9r9yC52AfaK_EBQIrQHr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1642/importcfg -pack ./pkg/detectors/paypaloauth/paypaloauth.go
2025-08-20T23:04:27.2191283Z [00:03:12.502]➜  go tool buildid -w $WORK/b1641/_pkg_.a # internal
2025-08-20T23:04:27.2209208Z [00:03:12.504]➜  cp $WORK/b1641/_pkg_.a /root/.cache/go-build/d4/d47f15f6eaa37fea2c21a1e80921d61969ec9bff233d5d5019bd14922b91c78f-d # internal
2025-08-20T23:04:27.2216086Z [00:03:12.505]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paystack
2025-08-20T23:04:27.2216859Z [00:03:12.505]➜  mkdir -p $WORK/b1643/
2025-08-20T23:04:27.2223225Z [00:03:12.505]➜  cat >/tmp/go-build3700090427/b1643/importcfg << 'EOF' # internal
2025-08-20T23:04:27.2223941Z [00:03:12.505]➜  # import config
2025-08-20T23:04:27.2224632Z [00:03:12.505]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.2225413Z [00:03:12.505]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.2226537Z [00:03:12.505]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.2228001Z [00:03:12.505]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.2229915Z [00:03:12.505]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.2231291Z [00:03:12.505]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.2232268Z [00:03:12.505]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.2233096Z [00:03:12.505]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.2233714Z [00:03:12.505]➜  EOF
2025-08-20T23:04:27.2237356Z [00:03:12.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1643/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paystack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paystack;$WORK/b1643=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paystack -lang=go1.24 -complete -installsuffix shared -buildid -wngEieT5LRHKsGo6VZJ/-wngEieT5LRHKsGo6VZJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1643/importcfg -pack ./pkg/detectors/paystack/paystack.go
2025-08-20T23:04:27.2264750Z [00:03:12.510]➜  go tool buildid -w $WORK/b1640/_pkg_.a # internal
2025-08-20T23:04:27.2281718Z [00:03:12.511]➜  cp $WORK/b1640/_pkg_.a /root/.cache/go-build/ce/ce64ac0b04711572146fed793a0b121e0cf910aadf60d709128c5b2092b556a0-d # internal
2025-08-20T23:04:27.2286979Z [00:03:12.512]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdflayer
2025-08-20T23:04:27.2313200Z [00:03:12.514]➜  mkdir -p $WORK/b1644/
2025-08-20T23:04:27.2321786Z [00:03:12.515]➜  cat >/tmp/go-build3700090427/b1644/importcfg << 'EOF' # internal
2025-08-20T23:04:27.2325507Z [00:03:12.515]➜  # import config
2025-08-20T23:04:27.2326201Z [00:03:12.515]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.2327013Z [00:03:12.515]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.2328180Z [00:03:12.515]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.2330053Z [00:03:12.515]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.2331724Z [00:03:12.515]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.2333255Z [00:03:12.515]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.2334203Z [00:03:12.515]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:27.2335032Z [00:03:12.515]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.2335865Z [00:03:12.515]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.2336505Z [00:03:12.515]➜  EOF
2025-08-20T23:04:27.2340510Z [00:03:12.516]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1644/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdflayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdflayer;$WORK/b1644=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdflayer -lang=go1.24 -complete -installsuffix shared -buildid H_HsUYYegw6z7rU1XY_v/H_HsUYYegw6z7rU1XY_v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1644/importcfg -pack ./pkg/detectors/pdflayer/pdflayer.go
2025-08-20T23:04:27.2355356Z [00:03:12.519]➜  go tool buildid -w $WORK/b1642/_pkg_.a # internal
2025-08-20T23:04:27.2372129Z [00:03:12.520]➜  cp $WORK/b1642/_pkg_.a /root/.cache/go-build/70/706dd67b8ed48dfa8d1d77658e5ccbf5cb38ed804f0ac17ef015926c684141d0-d # internal
2025-08-20T23:04:27.2380530Z [00:03:12.520]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdfshift
2025-08-20T23:04:27.2381370Z [00:03:12.520]➜  mkdir -p $WORK/b1645/
2025-08-20T23:04:27.2382085Z [00:03:12.521]➜  cat >/tmp/go-build3700090427/b1645/importcfg << 'EOF' # internal
2025-08-20T23:04:27.2382732Z [00:03:12.521]➜  # import config
2025-08-20T23:04:27.2383362Z [00:03:12.521]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.2384689Z [00:03:12.521]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.2386117Z [00:03:12.521]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.2387635Z [00:03:12.521]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.2388979Z [00:03:12.521]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.2390152Z [00:03:12.521]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.2391067Z [00:03:12.521]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.2391732Z [00:03:12.521]➜  EOF
2025-08-20T23:04:27.2395720Z [00:03:12.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1645/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdfshift=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdfshift;$WORK/b1645=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdfshift -lang=go1.24 -complete -installsuffix shared -buildid bIo4lpoKjbYVKjUDJOZ8/bIo4lpoKjbYVKjUDJOZ8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1645/importcfg -pack ./pkg/detectors/pdfshift/pdfshift.go
2025-08-20T23:04:27.2843117Z [00:03:12.567]➜  go tool buildid -w $WORK/b1643/_pkg_.a # internal
2025-08-20T23:04:27.2858110Z [00:03:12.569]➜  cp $WORK/b1643/_pkg_.a /root/.cache/go-build/c6/c641c7d698fdef3084d70c04c10f546f398853d1c9c8677f1165f1108f352548-d # internal
2025-08-20T23:04:27.2869622Z [00:03:12.570]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/peopledatalabs
2025-08-20T23:04:27.2871238Z [00:03:12.570]➜  mkdir -p $WORK/b1646/
2025-08-20T23:04:27.2875306Z [00:03:12.571]➜  cat >/tmp/go-build3700090427/b1646/importcfg << 'EOF' # internal
2025-08-20T23:04:27.2876870Z [00:03:12.571]➜  # import config
2025-08-20T23:04:27.2877551Z [00:03:12.571]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.2878904Z [00:03:12.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.2880658Z [00:03:12.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.2882333Z [00:03:12.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.2883630Z [00:03:12.571]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.2884591Z [00:03:12.571]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.2885433Z [00:03:12.571]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.2886059Z [00:03:12.571]➜  EOF
2025-08-20T23:04:27.2890463Z [00:03:12.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1646/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/peopledatalabs=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/peopledatalabs;$WORK/b1646=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/peopledatalabs -lang=go1.24 -complete -installsuffix shared -buildid BkkxhpOtGrjnUEzAgXhK/BkkxhpOtGrjnUEzAgXhK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1646/importcfg -pack ./pkg/detectors/peopledatalabs/peopledatalabs.go
2025-08-20T23:04:27.3004332Z [00:03:12.583]➜  go tool buildid -w $WORK/b1644/_pkg_.a # internal
2025-08-20T23:04:27.3025607Z [00:03:12.586]➜  cp $WORK/b1644/_pkg_.a /root/.cache/go-build/43/43c09d681e5d7dd7ecb6c0b1d147007303eee902e9ac04cac860a90fb32b7e8b-d # internal
2025-08-20T23:04:27.3031279Z [00:03:12.586]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pepipost
2025-08-20T23:04:27.3033717Z [00:03:12.587]➜  mkdir -p $WORK/b1647/
2025-08-20T23:04:27.3039994Z [00:03:12.587]➜  cat >/tmp/go-build3700090427/b1647/importcfg << 'EOF' # internal
2025-08-20T23:04:27.3042582Z [00:03:12.587]➜  # import config
2025-08-20T23:04:27.3043254Z [00:03:12.587]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.3044631Z [00:03:12.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.3046210Z [00:03:12.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.3047846Z [00:03:12.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.3049734Z [00:03:12.587]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.3050636Z [00:03:12.587]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.3051420Z [00:03:12.587]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.3051937Z [00:03:12.587]➜  EOF
2025-08-20T23:04:27.3055526Z [00:03:12.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1647/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pepipost=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pepipost;$WORK/b1647=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pepipost -lang=go1.24 -complete -installsuffix shared -buildid axSsZuHKznbkRO_LxM_R/axSsZuHKznbkRO_LxM_R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1647/importcfg -pack ./pkg/detectors/pepipost/pepipost.go
2025-08-20T23:04:27.3234084Z [00:03:12.607]➜  go tool buildid -w $WORK/b1645/_pkg_.a # internal
2025-08-20T23:04:27.3260886Z [00:03:12.608]➜  cp $WORK/b1645/_pkg_.a /root/.cache/go-build/9b/9b5f35a6abcd70de25f5ff0b64917db1e544ec46dad3af21cd9d34e6f96569aa-d # internal
2025-08-20T23:04:27.3263233Z [00:03:12.609]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/percy
2025-08-20T23:04:27.3263980Z [00:03:12.609]➜  mkdir -p $WORK/b1648/
2025-08-20T23:04:27.3264748Z [00:03:12.609]➜  cat >/tmp/go-build3700090427/b1648/importcfg << 'EOF' # internal
2025-08-20T23:04:27.3265481Z [00:03:12.610]➜  # import config
2025-08-20T23:04:27.3266409Z [00:03:12.610]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.3267255Z [00:03:12.610]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.3268662Z [00:03:12.610]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.3270424Z [00:03:12.610]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.3272094Z [00:03:12.610]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.3273517Z [00:03:12.610]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.3274541Z [00:03:12.610]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.3275452Z [00:03:12.610]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.3276094Z [00:03:12.610]➜  EOF
2025-08-20T23:04:27.3280106Z [00:03:12.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1648/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/percy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/percy;$WORK/b1648=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/percy -lang=go1.24 -complete -installsuffix shared -buildid 6GBJwnhedTpdax3LXTb7/6GBJwnhedTpdax3LXTb7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1648/importcfg -pack ./pkg/detectors/percy/percy.go
2025-08-20T23:04:27.3425705Z [00:03:12.626]➜  go tool buildid -w $WORK/b1646/_pkg_.a # internal
2025-08-20T23:04:27.3441538Z [00:03:12.627]➜  cp $WORK/b1646/_pkg_.a /root/.cache/go-build/05/0518810f7c6759c641b8695086b4f0d008805c77add4980d97a9b683e84dae15-d # internal
2025-08-20T23:04:27.3443952Z [00:03:12.628]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/phraseaccesstoken
2025-08-20T23:04:27.3455785Z [00:03:12.628]➜  mkdir -p $WORK/b1649/
2025-08-20T23:04:27.3456786Z [00:03:12.628]➜  cat >/tmp/go-build3700090427/b1649/importcfg << 'EOF' # internal
2025-08-20T23:04:27.3457715Z [00:03:12.628]➜  # import config
2025-08-20T23:04:27.3458373Z [00:03:12.628]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.3459157Z [00:03:12.628]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.3460507Z [00:03:12.628]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.3462326Z [00:03:12.628]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.3463781Z [00:03:12.628]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.3465082Z [00:03:12.628]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.3465975Z [00:03:12.628]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:27.3466769Z [00:03:12.628]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.3467364Z [00:03:12.628]➜  EOF
2025-08-20T23:04:27.3471695Z [00:03:12.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1649/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/phraseaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/phraseaccesstoken;$WORK/b1649=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/phraseaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid s1Hp1OYiSz5IR7MGGa2J/s1Hp1OYiSz5IR7MGGa2J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1649/importcfg -pack ./pkg/detectors/phraseaccesstoken/phraseaccesstoken.go
2025-08-20T23:04:27.3721444Z [00:03:12.655]➜  go tool buildid -w $WORK/b1647/_pkg_.a # internal
2025-08-20T23:04:27.3738308Z [00:03:12.657]➜  cp $WORK/b1647/_pkg_.a /root/.cache/go-build/2a/2acdae10c3e4d7512edd2d5559e79233351c100a99aa2a0c70f9f9512016fd11-d # internal
2025-08-20T23:04:27.3748054Z [00:03:12.658]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pinata
2025-08-20T23:04:27.3748881Z [00:03:12.658]➜  mkdir -p $WORK/b1650/
2025-08-20T23:04:27.3749825Z [00:03:12.658]➜  cat >/tmp/go-build3700090427/b1650/importcfg << 'EOF' # internal
2025-08-20T23:04:27.3750771Z [00:03:12.658]➜  # import config
2025-08-20T23:04:27.3751491Z [00:03:12.658]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.3752769Z [00:03:12.658]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.3754409Z [00:03:12.658]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.3756114Z [00:03:12.658]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.3757595Z [00:03:12.658]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.3758682Z [00:03:12.658]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.3759737Z [00:03:12.658]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.3760628Z [00:03:12.658]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:27.3761283Z [00:03:12.658]➜  EOF
2025-08-20T23:04:27.3765076Z [00:03:12.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1650/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pinata=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pinata;$WORK/b1650=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pinata -lang=go1.24 -complete -installsuffix shared -buildid ZKQ9iLtR-qrSu_6AQMJA/ZKQ9iLtR-qrSu_6AQMJA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1650/importcfg -pack ./pkg/detectors/pinata/pinata.go
2025-08-20T23:04:27.3893082Z [00:03:12.672]➜  go tool buildid -w $WORK/b1648/_pkg_.a # internal
2025-08-20T23:04:27.3908525Z [00:03:12.674]➜  cp $WORK/b1648/_pkg_.a /root/.cache/go-build/c1/c15262ce9a09a0614c0c42cd8c27cf0bbbdfa5dba1a11d019b5732a40155254c-d # internal
2025-08-20T23:04:27.3917628Z [00:03:12.675]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedream
2025-08-20T23:04:27.3918790Z [00:03:12.675]➜  mkdir -p $WORK/b1651/
2025-08-20T23:04:27.3929304Z [00:03:12.676]➜  cat >/tmp/go-build3700090427/b1651/importcfg << 'EOF' # internal
2025-08-20T23:04:27.3930327Z [00:03:12.676]➜  # import config
2025-08-20T23:04:27.3931649Z [00:03:12.676]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.3932641Z [00:03:12.676]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.3933951Z [00:03:12.676]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.3935494Z [00:03:12.676]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.3937428Z [00:03:12.676]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.3939233Z [00:03:12.676]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.3942105Z [00:03:12.676]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.3943843Z [00:03:12.676]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.3944628Z [00:03:12.676]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:27.3945194Z [00:03:12.676]➜  EOF
2025-08-20T23:04:27.3948945Z [00:03:12.676]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1651/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedream=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedream;$WORK/b1651=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedream -lang=go1.24 -complete -installsuffix shared -buildid jyYPz8ik2HuNq1fokkGn/jyYPz8ik2HuNq1fokkGn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1651/importcfg -pack ./pkg/detectors/pipedream/pipedream.go
2025-08-20T23:04:27.4133853Z [00:03:12.696]➜  go tool buildid -w $WORK/b1649/_pkg_.a # internal
2025-08-20T23:04:27.4165494Z [00:03:12.700]➜  go tool buildid -w $WORK/b1532/_pkg_.a # internal
2025-08-20T23:04:27.4171615Z [00:03:12.700]➜  cp $WORK/b1649/_pkg_.a /root/.cache/go-build/39/394e567c0f84a1819e7c1270cbd965c62dd4cf82dce42c757281bf59c828c813-d # internal
2025-08-20T23:04:27.4172919Z [00:03:12.700]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedrive
2025-08-20T23:04:27.4173656Z [00:03:12.700]➜  mkdir -p $WORK/b1652/
2025-08-20T23:04:27.4174336Z [00:03:12.700]➜  cat >/tmp/go-build3700090427/b1652/importcfg << 'EOF' # internal
2025-08-20T23:04:27.4174970Z [00:03:12.700]➜  # import config
2025-08-20T23:04:27.4175580Z [00:03:12.700]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.4176332Z [00:03:12.700]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.4177575Z [00:03:12.700]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.4178960Z [00:03:12.700]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.4180602Z [00:03:12.700]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.4181848Z [00:03:12.700]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.4182809Z [00:03:12.700]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.4183714Z [00:03:12.700]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.4188051Z [00:03:12.700]➜  EOF
2025-08-20T23:04:27.4197039Z [00:03:12.700]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1652/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedrive=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedrive;$WORK/b1652=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedrive -lang=go1.24 -complete -installsuffix shared -buildid iziykpl_5_yzsFua2P9l/iziykpl_5_yzsFua2P9l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1652/importcfg -pack ./pkg/detectors/pipedrive/pipedrive.go
2025-08-20T23:04:27.4202705Z [00:03:12.702]➜  cp $WORK/b1532/_pkg_.a /root/.cache/go-build/ff/ff2a8c82ac275c25aea75360424d2162818166c48371f4981b1a3f46ec99bb0f-d # internal
2025-08-20T23:04:27.4204093Z [00:03:12.702]➜  go.mongodb.org/mongo-driver/event
2025-08-20T23:04:27.4204710Z [00:03:12.702]➜  mkdir -p $WORK/b1530/
2025-08-20T23:04:27.4207368Z [00:03:12.704]➜  cat >/tmp/go-build3700090427/b1530/importcfg << 'EOF' # internal
2025-08-20T23:04:27.4208118Z [00:03:12.704]➜  # import config
2025-08-20T23:04:27.4208831Z [00:03:12.704]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.4210066Z [00:03:12.704]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:27.4211429Z [00:03:12.704]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:27.4213034Z [00:03:12.704]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3700090427/b1531/_pkg_.a
2025-08-20T23:04:27.4214465Z [00:03:12.704]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3700090427/b1532/_pkg_.a
2025-08-20T23:04:27.4215625Z [00:03:12.704]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:27.4216280Z [00:03:12.704]➜  EOF
2025-08-20T23:04:27.4220582Z [00:03:12.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1530/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/event=>go.mongodb.org/mongo-driver@v1.17.4/event;$WORK/b1530=>" -p go.mongodb.org/mongo-driver/event -lang=go1.18 -complete -installsuffix shared -buildid n8RMFSwbOQcn_amHekEY/n8RMFSwbOQcn_amHekEY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1530/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/event/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/event/monitoring.go
2025-08-20T23:04:27.4369529Z [00:03:12.720]➜  go tool buildid -w $WORK/b1650/_pkg_.a # internal
2025-08-20T23:04:27.4383464Z [00:03:12.721]➜  cp $WORK/b1650/_pkg_.a /root/.cache/go-build/07/074fe8f2dd56624e86b93e1e673bcb8ae7483ffd60d3f2324f13540dfdf9609c-d # internal
2025-08-20T23:04:27.4414524Z [00:03:12.725]➜  go.mongodb.org/mongo-driver/x/mongo/driver/session
2025-08-20T23:04:27.4421091Z [00:03:12.725]➜  mkdir -p $WORK/b1556/
2025-08-20T23:04:27.4421842Z [00:03:12.725]➜  cat >/tmp/go-build3700090427/b1556/importcfg << 'EOF' # internal
2025-08-20T23:04:27.4422529Z [00:03:12.725]➜  # import config
2025-08-20T23:04:27.4423207Z [00:03:12.725]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.4424068Z [00:03:12.725]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:27.4425333Z [00:03:12.725]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:27.4426612Z [00:03:12.725]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:27.4427941Z [00:03:12.725]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3700090427/b1543/_pkg_.a
2025-08-20T23:04:27.4429228Z [00:03:12.725]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3700090427/b1531/_pkg_.a
2025-08-20T23:04:27.4430775Z [00:03:12.725]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3700090427/b1532/_pkg_.a
2025-08-20T23:04:27.4432091Z [00:03:12.725]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3700090427/b1550/_pkg_.a
2025-08-20T23:04:27.4433396Z [00:03:12.725]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3700090427/b1536/_pkg_.a
2025-08-20T23:04:27.4434723Z [00:03:12.725]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3700090427/b1551/_pkg_.a
2025-08-20T23:04:27.4436091Z [00:03:12.725]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:27.4437131Z [00:03:12.725]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:27.4437970Z [00:03:12.725]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:27.4438804Z [00:03:12.725]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:27.4451757Z [00:03:12.725]➜  EOF
2025-08-20T23:04:27.4459058Z [00:03:12.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1556/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session;$WORK/b1556=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/session -lang=go1.18 -complete -installsuffix shared -buildid EuAcjNp7S4d1tKr4vLbG/EuAcjNp7S4d1tKr4vLbG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1556/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/client_session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/cluster_clock.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/server_session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/session/session_pool.go
2025-08-20T23:04:27.4568831Z [00:03:12.740]➜  go tool buildid -w $WORK/b1651/_pkg_.a # internal
2025-08-20T23:04:27.4587243Z [00:03:12.741]➜  cp $WORK/b1651/_pkg_.a /root/.cache/go-build/f8/f89ed7334e56467214e88479fad9b4f83aa39c4046ff5ecc760b45e676cbec28-d # internal
2025-08-20T23:04:27.4588655Z [00:03:12.742]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pivotaltracker
2025-08-20T23:04:27.4589677Z [00:03:12.742]➜  mkdir -p $WORK/b1653/
2025-08-20T23:04:27.4594798Z [00:03:12.742]➜  cat >/tmp/go-build3700090427/b1653/importcfg << 'EOF' # internal
2025-08-20T23:04:27.4606689Z [00:03:12.742]➜  # import config
2025-08-20T23:04:27.4607401Z [00:03:12.742]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.4608587Z [00:03:12.742]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.4610677Z [00:03:12.742]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.4612188Z [00:03:12.742]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.4613600Z [00:03:12.742]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.4614558Z [00:03:12.742]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.4615207Z [00:03:12.742]➜  EOF
2025-08-20T23:04:27.4619635Z [00:03:12.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1653/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pivotaltracker=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pivotaltracker;$WORK/b1653=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pivotaltracker -lang=go1.24 -complete -installsuffix shared -buildid 5EEQWagg1HJbSvfbNDcs/5EEQWagg1HJbSvfbNDcs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1653/importcfg -pack ./pkg/detectors/pivotaltracker/pivotaltracker.go
2025-08-20T23:04:27.4905228Z [00:03:12.773]➜  go tool buildid -w $WORK/b1652/_pkg_.a # internal
2025-08-20T23:04:27.4934051Z [00:03:12.775]➜  cp $WORK/b1652/_pkg_.a /root/.cache/go-build/da/da9b0e648292a2fd23e837bfd308fc33a35feef56f5beb2392cec09957b2ff30-d # internal
2025-08-20T23:04:27.4935472Z [00:03:12.776]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pixabay
2025-08-20T23:04:27.4936481Z [00:03:12.776]➜  mkdir -p $WORK/b1654/
2025-08-20T23:04:27.4937230Z [00:03:12.776]➜  cat >/tmp/go-build3700090427/b1654/importcfg << 'EOF' # internal
2025-08-20T23:04:27.4937938Z [00:03:12.777]➜  # import config
2025-08-20T23:04:27.4938574Z [00:03:12.777]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.4940147Z [00:03:12.777]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.4941387Z [00:03:12.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.4943149Z [00:03:12.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.4944734Z [00:03:12.777]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.4946057Z [00:03:12.777]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.4947022Z [00:03:12.777]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.4947938Z [00:03:12.777]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.4948590Z [00:03:12.777]➜  EOF
2025-08-20T23:04:27.4952422Z [00:03:12.777]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1654/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pixabay=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pixabay;$WORK/b1654=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pixabay -lang=go1.24 -complete -installsuffix shared -buildid 3k8t9komPm-TvUSN43m3/3k8t9komPm-TvUSN43m3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1654/importcfg -pack ./pkg/detectors/pixabay/pixabay.go
2025-08-20T23:04:27.5360769Z [00:03:12.819]➜  go tool buildid -w $WORK/b1653/_pkg_.a # internal
2025-08-20T23:04:27.5374322Z [00:03:12.821]➜  cp $WORK/b1653/_pkg_.a /root/.cache/go-build/a2/a2580dc4bd2a90b067f5caa60b3705cadec67b46874adaab99c5b71ee8d97a09-d # internal
2025-08-20T23:04:27.5400029Z [00:03:12.823]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plaidkey
2025-08-20T23:04:27.5402749Z [00:03:12.823]➜  mkdir -p $WORK/b1655/
2025-08-20T23:04:27.5406720Z [00:03:12.824]➜  cat >/tmp/go-build3700090427/b1655/importcfg << 'EOF' # internal
2025-08-20T23:04:27.5407761Z [00:03:12.824]➜  # import config
2025-08-20T23:04:27.5409244Z [00:03:12.824]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.5410794Z [00:03:12.824]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.5412173Z [00:03:12.824]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.5414312Z [00:03:12.824]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.5416190Z [00:03:12.824]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.5418824Z [00:03:12.824]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.5420246Z [00:03:12.824]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.5421178Z [00:03:12.824]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.5421891Z [00:03:12.824]➜  EOF
2025-08-20T23:04:27.5425817Z [00:03:12.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1655/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plaidkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plaidkey;$WORK/b1655=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plaidkey -lang=go1.24 -complete -installsuffix shared -buildid aiS3Wtn2svNGemHcO4xI/aiS3Wtn2svNGemHcO4xI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1655/importcfg -pack ./pkg/detectors/plaidkey/plaidkey.go
2025-08-20T23:04:27.5564839Z [00:03:12.840]➜  go tool buildid -w $WORK/b1530/_pkg_.a # internal
2025-08-20T23:04:27.5626087Z [00:03:12.846]➜  cp $WORK/b1530/_pkg_.a /root/.cache/go-build/e4/e45d578547f2134b996f21642e98b17db953f7fcde5a350f10fd1f898bb65232-d # internal
2025-08-20T23:04:27.5631410Z [00:03:12.846]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscale
2025-08-20T23:04:27.5632247Z [00:03:12.846]➜  mkdir -p $WORK/b1656/
2025-08-20T23:04:27.5666587Z [00:03:12.850]➜  cat >/tmp/go-build3700090427/b1656/importcfg << 'EOF' # internal
2025-08-20T23:04:27.5669104Z [00:03:12.850]➜  # import config
2025-08-20T23:04:27.5671700Z [00:03:12.850]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.5672776Z [00:03:12.850]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.5673940Z [00:03:12.850]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.5675519Z [00:03:12.850]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.5677178Z [00:03:12.850]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.5678583Z [00:03:12.850]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.5680069Z [00:03:12.850]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.5680700Z [00:03:12.850]➜  EOF
2025-08-20T23:04:27.5684696Z [00:03:12.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1656/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscale=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscale;$WORK/b1656=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscale -lang=go1.24 -complete -installsuffix shared -buildid 5Zy1KyC1RS6S1pzOIfw9/5Zy1KyC1RS6S1pzOIfw9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1656/importcfg -pack ./pkg/detectors/planetscale/planetscale.go
2025-08-20T23:04:27.5831939Z [00:03:12.866]➜  go tool buildid -w $WORK/b1654/_pkg_.a # internal
2025-08-20T23:04:27.5872496Z [00:03:12.869]➜  cp $WORK/b1654/_pkg_.a /root/.cache/go-build/7f/7f5108eb5d2c260038fabf8879f5fd7f991d5930d4d28682d8d9bd57f2e97c2f-d # internal
2025-08-20T23:04:27.5886281Z [00:03:12.869]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscaledb
2025-08-20T23:04:27.5887115Z [00:03:12.869]➜  mkdir -p $WORK/b1657/
2025-08-20T23:04:27.5887853Z [00:03:12.870]➜  cat >/tmp/go-build3700090427/b1657/importcfg << 'EOF' # internal
2025-08-20T23:04:27.5888544Z [00:03:12.870]➜  # import config
2025-08-20T23:04:27.5889211Z [00:03:12.870]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.5890314Z [00:03:12.870]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:04:27.5891334Z [00:03:12.870]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build3700090427/b300/_pkg_.a
2025-08-20T23:04:27.5892791Z [00:03:12.870]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.5894521Z [00:03:12.870]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.5895873Z [00:03:12.870]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.5896836Z [00:03:12.870]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.5897734Z [00:03:12.870]➜  EOF
2025-08-20T23:04:27.5902050Z [00:03:12.871]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1657/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscaledb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscaledb;$WORK/b1657=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscaledb -lang=go1.24 -complete -installsuffix shared -buildid CFQNEMhC8D_5RgTyHWed/CFQNEMhC8D_5RgTyHWed -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1657/importcfg -pack ./pkg/detectors/planetscaledb/planetscaledb.go
2025-08-20T23:04:27.6205805Z [00:03:12.904]➜  go tool buildid -w $WORK/b1655/_pkg_.a # internal
2025-08-20T23:04:27.6210045Z [00:03:12.904]➜  go tool buildid -w $WORK/b1556/_pkg_.a # internal
2025-08-20T23:04:27.6221796Z [00:03:12.905]➜  cp $WORK/b1655/_pkg_.a /root/.cache/go-build/b3/b3dbfec9e1a8b7108530ab0fd6cdf24df737cace1518aace0b15098bad9b90a1-d # internal
2025-08-20T23:04:27.6224273Z [00:03:12.906]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planviewleankit
2025-08-20T23:04:27.6227161Z [00:03:12.906]➜  mkdir -p $WORK/b1658/
2025-08-20T23:04:27.6230565Z [00:03:12.906]➜  cat >/tmp/go-build3700090427/b1658/importcfg << 'EOF' # internal
2025-08-20T23:04:27.6231522Z [00:03:12.906]➜  # import config
2025-08-20T23:04:27.6232465Z [00:03:12.906]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.6234163Z [00:03:12.906]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.6235550Z [00:03:12.906]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.6270615Z [00:03:12.906]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.6273264Z [00:03:12.906]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.6274411Z [00:03:12.906]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.6275265Z [00:03:12.906]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.6275905Z [00:03:12.906]➜  EOF
2025-08-20T23:04:27.6283625Z [00:03:12.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1658/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planviewleankit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planviewleankit;$WORK/b1658=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planviewleankit -lang=go1.24 -complete -installsuffix shared -buildid UXugWlnXx9krxI_OKX3p/UXugWlnXx9krxI_OKX3p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1658/importcfg -pack ./pkg/detectors/planviewleankit/planviewleankit.go
2025-08-20T23:04:27.6288206Z [00:03:12.909]➜  cp $WORK/b1556/_pkg_.a /root/.cache/go-build/d9/d92f82b0eb262d22a721cf6c0b4ac5d593f60336c1b4426ee4a42ba477d5dbad-d # internal
2025-08-20T23:04:27.6289552Z [00:03:12.910]➜  go.mongodb.org/mongo-driver/x/mongo/driver
2025-08-20T23:04:27.6290197Z [00:03:12.910]➜  mkdir -p $WORK/b1552/
2025-08-20T23:04:27.6290940Z [00:03:12.911]➜  cat >/tmp/go-build3700090427/b1552/importcfg << 'EOF' # internal
2025-08-20T23:04:27.6291593Z [00:03:12.911]➜  # import config
2025-08-20T23:04:27.6292292Z [00:03:12.911]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:27.6293167Z [00:03:12.911]➜  packagefile compress/zlib=/tmp/go-build3700090427/b816/_pkg_.a
2025-08-20T23:04:27.6294024Z [00:03:12.911]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.6294858Z [00:03:12.911]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:27.6295675Z [00:03:12.911]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:27.6296619Z [00:03:12.911]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.6297532Z [00:03:12.911]➜  packagefile github.com/golang/snappy=/tmp/go-build3700090427/b1202/_pkg_.a
2025-08-20T23:04:27.6298667Z [00:03:12.911]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3700090427/b764/_pkg_.a
2025-08-20T23:04:27.6300032Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:27.6301261Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3700090427/b1527/_pkg_.a
2025-08-20T23:04:27.6302517Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:27.6303718Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3700090427/b1530/_pkg_.a
2025-08-20T23:04:27.6304977Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3700090427/b1538/_pkg_.a
2025-08-20T23:04:27.6306273Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3700090427/b1540/_pkg_.a
2025-08-20T23:04:27.6307572Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3700090427/b1553/_pkg_.a
2025-08-20T23:04:27.6308880Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3700090427/b1534/_pkg_.a
2025-08-20T23:04:27.6310616Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3700090427/b1542/_pkg_.a
2025-08-20T23:04:27.6311861Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3700090427/b1531/_pkg_.a
2025-08-20T23:04:27.6313258Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3700090427/b1532/_pkg_.a
2025-08-20T23:04:27.6314592Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3700090427/b1550/_pkg_.a
2025-08-20T23:04:27.6315906Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3700090427/b1536/_pkg_.a
2025-08-20T23:04:27.6317341Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3700090427/b1551/_pkg_.a
2025-08-20T23:04:27.6318672Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:27.6320210Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3700090427/b1554/_pkg_.a
2025-08-20T23:04:27.6321719Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3700090427/b1555/_pkg_.a
2025-08-20T23:04:27.6323169Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3700090427/b1556/_pkg_.a
2025-08-20T23:04:27.6324563Z [00:03:12.911]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3700090427/b1557/_pkg_.a
2025-08-20T23:04:27.6325744Z [00:03:12.911]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:27.6326483Z [00:03:12.911]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:27.6327208Z [00:03:12.911]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:27.6327974Z [00:03:12.911]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:27.6328776Z [00:03:12.911]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.6329773Z [00:03:12.911]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:27.6330555Z [00:03:12.911]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:27.6331141Z [00:03:12.911]➜  EOF
2025-08-20T23:04:27.6339797Z [00:03:12.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1552/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver;$WORK/b1552=>" -p go.mongodb.org/mongo-driver/x/mongo/driver -lang=go1.18 -complete -installsuffix shared -buildid zBVEKt7cLSGChA9y5ryr/zBVEKt7cLSGChA9y5ryr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1552/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/batch_cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/batches.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/compression.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/crypt.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/driver.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/legacy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation_exhaust.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/serverapioptions.go
2025-08-20T23:04:27.6378569Z [00:03:12.921]➜  go tool buildid -w $WORK/b1656/_pkg_.a # internal
2025-08-20T23:04:27.6382626Z [00:03:12.921]➜  cp $WORK/b1656/_pkg_.a /root/.cache/go-build/21/214666245c398ef0b4088a724cac2f0dd26462021ae7720ce5c14f43e4a1f085-d # internal
2025-08-20T23:04:27.6388720Z [00:03:12.922]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planyo
2025-08-20T23:04:27.6391290Z [00:03:12.922]➜  mkdir -p $WORK/b1659/
2025-08-20T23:04:27.6399246Z [00:03:12.923]➜  cat >/tmp/go-build3700090427/b1659/importcfg << 'EOF' # internal
2025-08-20T23:04:27.6400424Z [00:03:12.923]➜  # import config
2025-08-20T23:04:27.6401266Z [00:03:12.923]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.6403467Z [00:03:12.923]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.6404710Z [00:03:12.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.6406499Z [00:03:12.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.6408171Z [00:03:12.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.6409970Z [00:03:12.923]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.6410932Z [00:03:12.923]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:27.6411781Z [00:03:12.923]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.6412643Z [00:03:12.923]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.6413286Z [00:03:12.923]➜  EOF
2025-08-20T23:04:27.6417077Z [00:03:12.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1659/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planyo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planyo;$WORK/b1659=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planyo -lang=go1.24 -complete -installsuffix shared -buildid OAI7SJywXojwmK5HCFNI/OAI7SJywXojwmK5HCFNI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1659/importcfg -pack ./pkg/detectors/planyo/planyo.go
2025-08-20T23:04:27.6552053Z [00:03:12.938]➜  go tool buildid -w $WORK/b1657/_pkg_.a # internal
2025-08-20T23:04:27.6565977Z [00:03:12.940]➜  cp $WORK/b1657/_pkg_.a /root/.cache/go-build/60/60689b3a007cce6aff85217d3335c8c0218bee6a4da9a4e083cedf2fba5f7c9d-d # internal
2025-08-20T23:04:27.6570756Z [00:03:12.940]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plivo
2025-08-20T23:04:27.6571518Z [00:03:12.940]➜  mkdir -p $WORK/b1660/
2025-08-20T23:04:27.6582463Z [00:03:12.940]➜  cat >/tmp/go-build3700090427/b1660/importcfg << 'EOF' # internal
2025-08-20T23:04:27.6583153Z [00:03:12.940]➜  # import config
2025-08-20T23:04:27.6583794Z [00:03:12.940]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.6584657Z [00:03:12.940]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:27.6585666Z [00:03:12.940]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.6586846Z [00:03:12.940]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.6589523Z [00:03:12.940]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.6591137Z [00:03:12.940]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.6592427Z [00:03:12.940]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.6593369Z [00:03:12.940]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.6594180Z [00:03:12.940]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.6594775Z [00:03:12.940]➜  EOF
2025-08-20T23:04:27.6598564Z [00:03:12.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1660/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plivo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plivo;$WORK/b1660=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plivo -lang=go1.24 -complete -installsuffix shared -buildid W-N0yZrWtTRfDxEJlYOF/W-N0yZrWtTRfDxEJlYOF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1660/importcfg -pack ./pkg/detectors/plivo/plivo.go
2025-08-20T23:04:27.6855359Z [00:03:12.969]➜  go tool buildid -w $WORK/b1658/_pkg_.a # internal
2025-08-20T23:04:27.6871803Z [00:03:12.970]➜  cp $WORK/b1658/_pkg_.a /root/.cache/go-build/3a/3ab80360e08c698c90b29171be49f73a58d03b258e285796b09490eb43c5947d-d # internal
2025-08-20T23:04:27.6876479Z [00:03:12.971]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/podio
2025-08-20T23:04:27.6877211Z [00:03:12.971]➜  mkdir -p $WORK/b1661/
2025-08-20T23:04:27.6886341Z [00:03:12.972]➜  cat >/tmp/go-build3700090427/b1661/importcfg << 'EOF' # internal
2025-08-20T23:04:27.6887917Z [00:03:12.972]➜  # import config
2025-08-20T23:04:27.6889289Z [00:03:12.972]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.6890818Z [00:03:12.972]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.6892904Z [00:03:12.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.6894412Z [00:03:12.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.6895960Z [00:03:12.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.6897252Z [00:03:12.972]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.6898168Z [00:03:12.972]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.6898961Z [00:03:12.972]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.6899775Z [00:03:12.972]➜  EOF
2025-08-20T23:04:27.6903355Z [00:03:12.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1661/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/podio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/podio;$WORK/b1661=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/podio -lang=go1.24 -complete -installsuffix shared -buildid nGK9jyM1G_VY_JaoZ-8X/nGK9jyM1G_VY_JaoZ-8X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1661/importcfg -pack ./pkg/detectors/podio/podio.go
2025-08-20T23:04:27.7065357Z [00:03:12.990]➜  go tool buildid -w $WORK/b1659/_pkg_.a # internal
2025-08-20T23:04:27.7075545Z [00:03:12.991]➜  cp $WORK/b1659/_pkg_.a /root/.cache/go-build/89/898a8e3e0f41e01f0781d0eb69ef5c023bd315a1194719993e0c7fc3b9d2eee5-d # internal
2025-08-20T23:04:27.7080544Z [00:03:12.991]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pollsapi
2025-08-20T23:04:27.7081346Z [00:03:12.991]➜  mkdir -p $WORK/b1662/
2025-08-20T23:04:27.7108285Z [00:03:12.994]➜  cat >/tmp/go-build3700090427/b1662/importcfg << 'EOF' # internal
2025-08-20T23:04:27.7110719Z [00:03:12.994]➜  # import config
2025-08-20T23:04:27.7111399Z [00:03:12.994]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.7112523Z [00:03:12.994]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.7113984Z [00:03:12.994]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.7115512Z [00:03:12.994]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.7116889Z [00:03:12.994]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.7117809Z [00:03:12.994]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.7118627Z [00:03:12.994]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.7119200Z [00:03:12.994]➜  EOF
2025-08-20T23:04:27.7123166Z [00:03:12.994]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1662/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pollsapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pollsapi;$WORK/b1662=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pollsapi -lang=go1.24 -complete -installsuffix shared -buildid mhYDCkmmCUOu8mDcZL8l/mhYDCkmmCUOu8mDcZL8l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1662/importcfg -pack ./pkg/detectors/pollsapi/pollsapi.go
2025-08-20T23:04:27.7287434Z [00:03:13.012]➜  go tool buildid -w $WORK/b1660/_pkg_.a # internal
2025-08-20T23:04:27.7309720Z [00:03:13.013]➜  cp $WORK/b1660/_pkg_.a /root/.cache/go-build/30/302dae301757f78fc75b810a53f956048a2c37847034d05b557dabb18393d445-d # internal
2025-08-20T23:04:27.7316168Z [00:03:13.015]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/poloniex
2025-08-20T23:04:27.7317194Z [00:03:13.015]➜  mkdir -p $WORK/b1663/
2025-08-20T23:04:27.7323147Z [00:03:13.015]➜  cat >/tmp/go-build3700090427/b1663/importcfg << 'EOF' # internal
2025-08-20T23:04:27.7324056Z [00:03:13.015]➜  # import config
2025-08-20T23:04:27.7324725Z [00:03:13.015]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.7325625Z [00:03:13.015]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:27.7326565Z [00:03:13.015]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:27.7327483Z [00:03:13.015]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:27.7328687Z [00:03:13.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.7330481Z [00:03:13.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.7332058Z [00:03:13.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.7333371Z [00:03:13.015]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.7334322Z [00:03:13.015]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.7335147Z [00:03:13.016]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:27.7335972Z [00:03:13.016]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:27.7336761Z [00:03:13.016]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.7337542Z [00:03:13.016]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:27.7338115Z [00:03:13.016]➜  EOF
2025-08-20T23:04:27.7342300Z [00:03:13.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1663/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/poloniex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/poloniex;$WORK/b1663=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/poloniex -lang=go1.24 -complete -installsuffix shared -buildid hrT3-Q5mHdLKw-DdllDi/hrT3-Q5mHdLKw-DdllDi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1663/importcfg -pack ./pkg/detectors/poloniex/poloniex.go
2025-08-20T23:04:27.7450415Z [00:03:13.026]➜  go tool buildid -w $WORK/b1661/_pkg_.a # internal
2025-08-20T23:04:27.7451803Z [00:03:13.028]➜  cp $WORK/b1661/_pkg_.a /root/.cache/go-build/51/51e515f80f49b16f589c9e4c5595173367f69aa60b809ca5ff166168fade0d73-d # internal
2025-08-20T23:04:27.7453135Z [00:03:13.028]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/polygon
2025-08-20T23:04:27.7453918Z [00:03:13.028]➜  mkdir -p $WORK/b1664/
2025-08-20T23:04:27.7464304Z [00:03:13.029]➜  cat >/tmp/go-build3700090427/b1664/importcfg << 'EOF' # internal
2025-08-20T23:04:27.7465050Z [00:03:13.029]➜  # import config
2025-08-20T23:04:27.7465728Z [00:03:13.029]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.7466979Z [00:03:13.029]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.7468540Z [00:03:13.029]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.7470638Z [00:03:13.029]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.7472181Z [00:03:13.029]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.7473143Z [00:03:13.029]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.7473991Z [00:03:13.029]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.7474611Z [00:03:13.029]➜  EOF
2025-08-20T23:04:27.7484097Z [00:03:13.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1664/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/polygon=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/polygon;$WORK/b1664=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/polygon -lang=go1.24 -complete -installsuffix shared -buildid 466VQunrxyZbv8mxi4dU/466VQunrxyZbv8mxi4dU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1664/importcfg -pack ./pkg/detectors/polygon/polygon.go
2025-08-20T23:04:27.7701241Z [00:03:13.053]➜  go tool buildid -w $WORK/b1662/_pkg_.a # internal
2025-08-20T23:04:27.7725609Z [00:03:13.056]➜  cp $WORK/b1662/_pkg_.a /root/.cache/go-build/8b/8bade9be969ec501645d0b407f8abc5b1548c1275ddf5d494431951a2e4b4d29-d # internal
2025-08-20T23:04:27.7728414Z [00:03:13.056]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainer
2025-08-20T23:04:27.7729186Z [00:03:13.056]➜  mkdir -p $WORK/b1665/
2025-08-20T23:04:27.7738022Z [00:03:13.057]➜  cat >/tmp/go-build3700090427/b1665/importcfg << 'EOF' # internal
2025-08-20T23:04:27.7746504Z [00:03:13.057]➜  # import config
2025-08-20T23:04:27.7747195Z [00:03:13.057]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.7748062Z [00:03:13.057]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.7749271Z [00:03:13.057]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.7751058Z [00:03:13.057]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.7752355Z [00:03:13.057]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.7753322Z [00:03:13.057]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.7754128Z [00:03:13.057]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.7754713Z [00:03:13.057]➜  EOF
2025-08-20T23:04:27.7759064Z [00:03:13.057]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1665/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainer;$WORK/b1665=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainer -lang=go1.24 -complete -installsuffix shared -buildid wJCniIUTFjvnmzUTXXL9/wJCniIUTFjvnmzUTXXL9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1665/importcfg -pack ./pkg/detectors/portainer/portainer.go
2025-08-20T23:04:27.8101333Z [00:03:13.093]➜  go tool buildid -w $WORK/b1663/_pkg_.a # internal
2025-08-20T23:04:27.8119978Z [00:03:13.095]➜  cp $WORK/b1663/_pkg_.a /root/.cache/go-build/ed/ed2c21f570a407779437affd74ef9d86a9f4d9c63f1a2d16bca45a9fc4db6b17-d # internal
2025-08-20T23:04:27.8122513Z [00:03:13.095]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainertoken
2025-08-20T23:04:27.8123312Z [00:03:13.095]➜  mkdir -p $WORK/b1666/
2025-08-20T23:04:27.8131332Z [00:03:13.096]➜  cat >/tmp/go-build3700090427/b1666/importcfg << 'EOF' # internal
2025-08-20T23:04:27.8132184Z [00:03:13.096]➜  # import config
2025-08-20T23:04:27.8132829Z [00:03:13.096]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.8133620Z [00:03:13.096]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.8134717Z [00:03:13.096]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.8136118Z [00:03:13.096]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.8137565Z [00:03:13.096]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.8138490Z [00:03:13.096]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.8139296Z [00:03:13.096]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.8140116Z [00:03:13.096]➜  EOF
2025-08-20T23:04:27.8147031Z [00:03:13.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1666/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainertoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainertoken;$WORK/b1666=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainertoken -lang=go1.24 -complete -installsuffix shared -buildid Dw5a0GQoC6m2F4BcnHUG/Dw5a0GQoC6m2F4BcnHUG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1666/importcfg -pack ./pkg/detectors/portainertoken/portainertoken.go
2025-08-20T23:04:27.8311565Z [00:03:13.114]➜  go tool buildid -w $WORK/b1664/_pkg_.a # internal
2025-08-20T23:04:27.8327617Z [00:03:13.116]➜  cp $WORK/b1664/_pkg_.a /root/.cache/go-build/56/56f21c5c3d08432b6efb60b6bc7349c535eb314fff19c01c534571918a68b95c-d # internal
2025-08-20T23:04:27.8329029Z [00:03:13.116]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack
2025-08-20T23:04:27.8338739Z [00:03:13.116]➜  mkdir -p $WORK/b1667/
2025-08-20T23:04:27.8339712Z [00:03:13.116]➜  cat >/tmp/go-build3700090427/b1667/importcfg << 'EOF' # internal
2025-08-20T23:04:27.8340414Z [00:03:13.117]➜  # import config
2025-08-20T23:04:27.8341100Z [00:03:13.117]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.8341899Z [00:03:13.117]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.8343038Z [00:03:13.117]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.8344507Z [00:03:13.117]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.8346057Z [00:03:13.117]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.8347355Z [00:03:13.117]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.8348287Z [00:03:13.117]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.8349096Z [00:03:13.117]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.8355158Z [00:03:13.117]➜  EOF
2025-08-20T23:04:27.8359599Z [00:03:13.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1667/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/positionstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack;$WORK/b1667=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack -lang=go1.24 -complete -installsuffix shared -buildid ufDVEk0ylhv5aABuFHbC/ufDVEk0ylhv5aABuFHbC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1667/importcfg -pack ./pkg/detectors/positionstack/positionstack.go
2025-08-20T23:04:27.8506500Z [00:03:13.134]➜  go tool buildid -w $WORK/b1665/_pkg_.a # internal
2025-08-20T23:04:27.8524599Z [00:03:13.136]➜  cp $WORK/b1665/_pkg_.a /root/.cache/go-build/c5/c5f6faba4025cf678451071d00fead5f7d45b6f3f5fb414475b83483903ac14f-d # internal
2025-08-20T23:04:27.8532160Z [00:03:13.136]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp
2025-08-20T23:04:27.8532952Z [00:03:13.136]➜  mkdir -p $WORK/b1668/
2025-08-20T23:04:27.8544870Z [00:03:13.138]➜  cat >/tmp/go-build3700090427/b1668/importcfg << 'EOF' # internal
2025-08-20T23:04:27.8545641Z [00:03:13.138]➜  # import config
2025-08-20T23:04:27.8546328Z [00:03:13.138]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.8548079Z [00:03:13.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.8549930Z [00:03:13.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.8551801Z [00:03:13.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.8553179Z [00:03:13.138]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.8554169Z [00:03:13.138]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.8555051Z [00:03:13.138]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.8555697Z [00:03:13.138]➜  EOF
2025-08-20T23:04:27.8560035Z [00:03:13.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1668/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postageapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp;$WORK/b1668=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp -lang=go1.24 -complete -installsuffix shared -buildid YbVUR2fkvDeFcXXW-ZW5/YbVUR2fkvDeFcXXW-ZW5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1668/importcfg -pack ./pkg/detectors/postageapp/postageapp.go
2025-08-20T23:04:27.8724812Z [00:03:13.155]➜  go tool buildid -w $WORK/b1666/_pkg_.a # internal
2025-08-20T23:04:27.8760053Z [00:03:13.158]➜  cp $WORK/b1666/_pkg_.a /root/.cache/go-build/a1/a1fe25e3c2816d26d4ce8c7e4987395e3a3b0bb92cd549065df694a9c4ce567d-d # internal
2025-08-20T23:04:27.8761517Z [00:03:13.158]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks
2025-08-20T23:04:27.8762299Z [00:03:13.158]➜  mkdir -p $WORK/b1669/
2025-08-20T23:04:27.8763086Z [00:03:13.158]➜  cat >/tmp/go-build3700090427/b1669/importcfg << 'EOF' # internal
2025-08-20T23:04:27.8763802Z [00:03:13.158]➜  # import config
2025-08-20T23:04:27.8764486Z [00:03:13.158]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.8765668Z [00:03:13.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.8767203Z [00:03:13.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.8768755Z [00:03:13.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.8772429Z [00:03:13.158]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.8773391Z [00:03:13.158]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.8774241Z [00:03:13.158]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.8775232Z [00:03:13.158]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:27.8775866Z [00:03:13.158]➜  EOF
2025-08-20T23:04:27.8790278Z [00:03:13.158]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1669/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postbacks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks;$WORK/b1669=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks -lang=go1.24 -complete -installsuffix shared -buildid EBmolHuaSvY__e7Igf45/EBmolHuaSvY__e7Igf45 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1669/importcfg -pack ./pkg/detectors/postbacks/postbacks.go
2025-08-20T23:04:27.8960146Z [00:03:13.179]➜  go tool buildid -w $WORK/b1667/_pkg_.a # internal
2025-08-20T23:04:27.9004565Z [00:03:13.184]➜  cp $WORK/b1667/_pkg_.a /root/.cache/go-build/a4/a402dbad220d8fff1d9870438c913b04ee2552bb6ab0c9e20562b615f45b7ccb-d # internal
2025-08-20T23:04:27.9010021Z [00:03:13.184]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postgres
2025-08-20T23:04:27.9015391Z [00:03:13.185]➜  mkdir -p $WORK/b1670/
2025-08-20T23:04:27.9021440Z [00:03:13.185]➜  cat >/tmp/go-build3700090427/b1670/importcfg << 'EOF' # internal
2025-08-20T23:04:27.9022112Z [00:03:13.185]➜  # import config
2025-08-20T23:04:27.9022769Z [00:03:13.185]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.9025149Z [00:03:13.185]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:04:27.9026016Z [00:03:13.185]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:27.9026784Z [00:03:13.185]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.9027631Z [00:03:13.185]➜  packagefile github.com/lib/pq=/tmp/go-build3700090427/b312/_pkg_.a
2025-08-20T23:04:27.9028775Z [00:03:13.185]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.9030533Z [00:03:13.185]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.9032187Z [00:03:13.185]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.9033479Z [00:03:13.185]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.9034395Z [00:03:13.185]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:27.9035207Z [00:03:13.185]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:27.9035987Z [00:03:13.185]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.9036799Z [00:03:13.185]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:27.9037381Z [00:03:13.185]➜  EOF
2025-08-20T23:04:27.9042485Z [00:03:13.185]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1670/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postgres=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postgres;$WORK/b1670=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postgres -lang=go1.24 -complete -installsuffix shared -buildid tpXUupCSFIPTuwjnux94/tpXUupCSFIPTuwjnux94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1670/importcfg -pack ./pkg/detectors/postgres/postgres.go
2025-08-20T23:04:27.9509822Z [00:03:13.234]➜  go tool buildid -w $WORK/b1668/_pkg_.a # internal
2025-08-20T23:04:27.9548939Z [00:03:13.238]➜  cp $WORK/b1668/_pkg_.a /root/.cache/go-build/69/69e0fbfdaa93a7a2f0cbd45f20569d864939e60e16ca821748fbf1faf9356865-d # internal
2025-08-20T23:04:27.9555675Z [00:03:13.239]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog
2025-08-20T23:04:27.9564886Z [00:03:13.239]➜  mkdir -p $WORK/b1671/
2025-08-20T23:04:27.9565623Z [00:03:13.239]➜  cat >/tmp/go-build3700090427/b1671/importcfg << 'EOF' # internal
2025-08-20T23:04:27.9566346Z [00:03:13.239]➜  # import config
2025-08-20T23:04:27.9567249Z [00:03:13.239]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.9568518Z [00:03:13.239]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.9570268Z [00:03:13.239]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.9575001Z [00:03:13.239]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.9576402Z [00:03:13.239]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.9577442Z [00:03:13.239]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.9578340Z [00:03:13.239]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.9579011Z [00:03:13.239]➜  EOF
2025-08-20T23:04:27.9582924Z [00:03:13.239]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1671/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/posthog=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog;$WORK/b1671=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog -lang=go1.24 -complete -installsuffix shared -buildid -Cj1hgZeeGi7wNFCsTev/-Cj1hgZeeGi7wNFCsTev -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1671/importcfg -pack ./pkg/detectors/posthog/posthog.go
2025-08-20T23:04:27.9792184Z [00:03:13.262]➜  go tool buildid -w $WORK/b1669/_pkg_.a # internal
2025-08-20T23:04:27.9808088Z [00:03:13.264]➜  cp $WORK/b1669/_pkg_.a /root/.cache/go-build/c0/c02e0f1e698099684a9a54275de14c0ce64f874ed188fb64523f9306bbf2bf7c-d # internal
2025-08-20T23:04:27.9811287Z [00:03:13.264]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman
2025-08-20T23:04:27.9812109Z [00:03:13.264]➜  mkdir -p $WORK/b1672/
2025-08-20T23:04:27.9816457Z [00:03:13.265]➜  cat >/tmp/go-build3700090427/b1672/importcfg << 'EOF' # internal
2025-08-20T23:04:27.9817715Z [00:03:13.265]➜  # import config
2025-08-20T23:04:27.9819036Z [00:03:13.265]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.9820360Z [00:03:13.265]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:27.9821877Z [00:03:13.265]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.9824448Z [00:03:13.265]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.9826108Z [00:03:13.265]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.9827502Z [00:03:13.265]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.9828518Z [00:03:13.265]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.9829472Z [00:03:13.265]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.9830080Z [00:03:13.265]➜  EOF
2025-08-20T23:04:27.9833825Z [00:03:13.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1672/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postman=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman;$WORK/b1672=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman -lang=go1.24 -complete -installsuffix shared -buildid -QtrFndzoL8fG0C2XLBy/-QtrFndzoL8fG0C2XLBy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1672/importcfg -pack ./pkg/detectors/postman/postman.go
2025-08-20T23:04:27.9914362Z [00:03:13.275]➜  go tool buildid -w $WORK/b1670/_pkg_.a # internal
2025-08-20T23:04:27.9940844Z [00:03:13.277]➜  cp $WORK/b1670/_pkg_.a /root/.cache/go-build/f6/f6471deb3f8751578d9bd7ef5df26aeb6c00ee0d1e6cb547d617f57cac3281cf-d # internal
2025-08-20T23:04:27.9963562Z [00:03:13.280]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark
2025-08-20T23:04:27.9964626Z [00:03:13.280]➜  mkdir -p $WORK/b1673/
2025-08-20T23:04:27.9970699Z [00:03:13.280]➜  cat >/tmp/go-build3700090427/b1673/importcfg << 'EOF' # internal
2025-08-20T23:04:27.9971656Z [00:03:13.280]➜  # import config
2025-08-20T23:04:27.9973202Z [00:03:13.280]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:27.9974927Z [00:03:13.280]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:27.9976698Z [00:03:13.280]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:27.9978526Z [00:03:13.280]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:27.9980356Z [00:03:13.280]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:27.9981509Z [00:03:13.280]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:27.9982521Z [00:03:13.280]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:27.9983269Z [00:03:13.280]➜  EOF
2025-08-20T23:04:27.9987220Z [00:03:13.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1673/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postmark=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark;$WORK/b1673=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark -lang=go1.24 -complete -installsuffix shared -buildid K8GfhwWrBwhetRyDNwrh/K8GfhwWrBwhetRyDNwrh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1673/importcfg -pack ./pkg/detectors/postmark/postmark.go
2025-08-20T23:04:28.0466581Z [00:03:13.330]➜  go tool buildid -w $WORK/b1671/_pkg_.a # internal
2025-08-20T23:04:28.0480118Z [00:03:13.331]➜  cp $WORK/b1671/_pkg_.a /root/.cache/go-build/75/75789e54780bcbd67b428822841e5a1d6861d7c8e4e4e96787314e979a8d1b9c-d # internal
2025-08-20T23:04:28.0485390Z [00:03:13.332]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/powrbot
2025-08-20T23:04:28.0486387Z [00:03:13.332]➜  mkdir -p $WORK/b1674/
2025-08-20T23:04:28.0491257Z [00:03:13.332]➜  cat >/tmp/go-build3700090427/b1674/importcfg << 'EOF' # internal
2025-08-20T23:04:28.0492327Z [00:03:13.332]➜  # import config
2025-08-20T23:04:28.0493196Z [00:03:13.332]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.0494180Z [00:03:13.332]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.0495515Z [00:03:13.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.0497207Z [00:03:13.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.0498913Z [00:03:13.332]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.0500545Z [00:03:13.332]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.0501686Z [00:03:13.332]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.0502682Z [00:03:13.332]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.0503416Z [00:03:13.332]➜  EOF
2025-08-20T23:04:28.0537523Z [00:03:13.337]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1674/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/powrbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/powrbot;$WORK/b1674=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/powrbot -lang=go1.24 -complete -installsuffix shared -buildid G3iOcdWvYYB0iDik7URG/G3iOcdWvYYB0iDik7URG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1674/importcfg -pack ./pkg/detectors/powrbot/powrbot.go
2025-08-20T23:04:28.0617590Z [00:03:13.345]➜  go tool buildid -w $WORK/b1672/_pkg_.a # internal
2025-08-20T23:04:28.0635290Z [00:03:13.347]➜  cp $WORK/b1672/_pkg_.a /root/.cache/go-build/f7/f7bf6444be6fce7f6af39774113fc5333736ea886f4768112e19d4b1efa4f000-d # internal
2025-08-20T23:04:28.0639300Z [00:03:13.347]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prefect
2025-08-20T23:04:28.0642185Z [00:03:13.347]➜  mkdir -p $WORK/b1675/
2025-08-20T23:04:28.0664274Z [00:03:13.349]➜  cat >/tmp/go-build3700090427/b1675/importcfg << 'EOF' # internal
2025-08-20T23:04:28.0667384Z [00:03:13.350]➜  # import config
2025-08-20T23:04:28.0670151Z [00:03:13.350]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.0673579Z [00:03:13.350]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.0674772Z [00:03:13.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.0676291Z [00:03:13.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.0677834Z [00:03:13.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.0679171Z [00:03:13.350]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.0680269Z [00:03:13.350]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.0681094Z [00:03:13.350]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.0681720Z [00:03:13.350]➜  EOF
2025-08-20T23:04:28.0685538Z [00:03:13.350]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1675/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prefect=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prefect;$WORK/b1675=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prefect -lang=go1.24 -complete -installsuffix shared -buildid MQwnqf-k838tcWuoJS0e/MQwnqf-k838tcWuoJS0e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1675/importcfg -pack ./pkg/detectors/prefect/prefect.go
2025-08-20T23:04:28.0940641Z [00:03:13.377]➜  go tool buildid -w $WORK/b1673/_pkg_.a # internal
2025-08-20T23:04:28.0955272Z [00:03:13.379]➜  cp $WORK/b1673/_pkg_.a /root/.cache/go-build/3c/3cd34988abe5fedf048bf80cd444c2dbb557b3d075b6904a23866b26ea05853f-d # internal
2025-08-20T23:04:28.0957504Z [00:03:13.379]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privacy
2025-08-20T23:04:28.0958770Z [00:03:13.379]➜  mkdir -p $WORK/b1676/
2025-08-20T23:04:28.0963934Z [00:03:13.380]➜  cat >/tmp/go-build3700090427/b1676/importcfg << 'EOF' # internal
2025-08-20T23:04:28.0975451Z [00:03:13.380]➜  # import config
2025-08-20T23:04:28.0976207Z [00:03:13.380]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.0977048Z [00:03:13.380]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.0978230Z [00:03:13.380]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.0979867Z [00:03:13.380]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.0981434Z [00:03:13.380]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.0982819Z [00:03:13.380]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.0983896Z [00:03:13.380]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.0984728Z [00:03:13.380]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.0985344Z [00:03:13.380]➜  EOF
2025-08-20T23:04:28.0989088Z [00:03:13.380]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1676/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privacy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privacy;$WORK/b1676=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privacy -lang=go1.24 -complete -installsuffix shared -buildid DG-zQKMcUBSd4xA-UB0T/DG-zQKMcUBSd4xA-UB0T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1676/importcfg -pack ./pkg/detectors/privacy/privacy.go
2025-08-20T23:04:28.1279815Z [00:03:13.411]➜  go tool buildid -w $WORK/b1674/_pkg_.a # internal
2025-08-20T23:04:28.1282052Z [00:03:13.411]➜  go tool buildid -w $WORK/b1675/_pkg_.a # internal
2025-08-20T23:04:28.1296095Z [00:03:13.413]➜  cp $WORK/b1674/_pkg_.a /root/.cache/go-build/41/415c38399dd476d8176e1fe6713cea3420a2d2ac9c77971e3e3d4660982176dc-d # internal
2025-08-20T23:04:28.1297978Z [00:03:13.413]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prodpad
2025-08-20T23:04:28.1299649Z [00:03:13.413]➜  mkdir -p $WORK/b1677/
2025-08-20T23:04:28.1301328Z [00:03:13.413]➜  cp $WORK/b1675/_pkg_.a /root/.cache/go-build/e2/e2261ec3d9451a743926e078fb4527d56ea19eb6e605d61069182f24b0827e5e-d # internal
2025-08-20T23:04:28.1303084Z [00:03:13.413]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectcrm
2025-08-20T23:04:28.1304121Z [00:03:13.413]➜  mkdir -p $WORK/b1678/
2025-08-20T23:04:28.1305324Z [00:03:13.414]➜  cat >/tmp/go-build3700090427/b1678/importcfg << 'EOF' # internal
2025-08-20T23:04:28.1306183Z [00:03:13.414]➜  # import config
2025-08-20T23:04:28.1306982Z [00:03:13.414]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.1307931Z [00:03:13.414]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.1309613Z [00:03:13.414]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.1311946Z [00:03:13.414]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.1313556Z [00:03:13.414]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.1314902Z [00:03:13.414]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.1315846Z [00:03:13.414]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.1316728Z [00:03:13.414]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.1317392Z [00:03:13.414]➜  EOF
2025-08-20T23:04:28.1331611Z [00:03:13.414]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1678/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prospectcrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectcrm;$WORK/b1678=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectcrm -lang=go1.24 -complete -installsuffix shared -buildid X0wEiuDEfMG0RTDmOvPz/X0wEiuDEfMG0RTDmOvPz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1678/importcfg -pack ./pkg/detectors/prospectcrm/prospectcrm.go
2025-08-20T23:04:28.1335405Z [00:03:13.416]➜  cat >/tmp/go-build3700090427/b1677/importcfg << 'EOF' # internal
2025-08-20T23:04:28.1336057Z [00:03:13.416]➜  # import config
2025-08-20T23:04:28.1336696Z [00:03:13.416]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.1337446Z [00:03:13.416]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.1338585Z [00:03:13.416]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.1340795Z [00:03:13.416]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.1342856Z [00:03:13.416]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.1344625Z [00:03:13.416]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.1345928Z [00:03:13.416]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.1347017Z [00:03:13.416]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.1347774Z [00:03:13.416]➜  EOF
2025-08-20T23:04:28.1353844Z [00:03:13.416]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1677/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prodpad=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prodpad;$WORK/b1677=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prodpad -lang=go1.24 -complete -installsuffix shared -buildid dBypypb_rexIgEUS_qqe/dBypypb_rexIgEUS_qqe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1677/importcfg -pack ./pkg/detectors/prodpad/prodpad.go
2025-08-20T23:04:28.1762452Z [00:03:13.459]➜  go tool buildid -w $WORK/b1676/_pkg_.a # internal
2025-08-20T23:04:28.1763990Z [00:03:13.459]➜  cp $WORK/b1676/_pkg_.a /root/.cache/go-build/da/dac0957f2f0654e1d26588b1f154ae0ab1a9523e0252a1794bf9792a0f595f81-d # internal
2025-08-20T23:04:28.1766111Z [00:03:13.460]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/protocolsio
2025-08-20T23:04:28.1766852Z [00:03:13.460]➜  mkdir -p $WORK/b1679/
2025-08-20T23:04:28.1775310Z [00:03:13.461]➜  cat >/tmp/go-build3700090427/b1679/importcfg << 'EOF' # internal
2025-08-20T23:04:28.1776459Z [00:03:13.461]➜  # import config
2025-08-20T23:04:28.1777247Z [00:03:13.461]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.1778067Z [00:03:13.461]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.1779162Z [00:03:13.461]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.1780977Z [00:03:13.461]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.1782445Z [00:03:13.461]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.1783814Z [00:03:13.461]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.1784740Z [00:03:13.461]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.1785539Z [00:03:13.461]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.1786119Z [00:03:13.461]➜  EOF
2025-08-20T23:04:28.1789830Z [00:03:13.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1679/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/protocolsio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/protocolsio;$WORK/b1679=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/protocolsio -lang=go1.24 -complete -installsuffix shared -buildid SFZY05uj_h3UZUd-MI_a/SFZY05uj_h3UZUd-MI_a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1679/importcfg -pack ./pkg/detectors/protocolsio/protocolsio.go
2025-08-20T23:04:28.1877424Z [00:03:13.471]➜  go tool buildid -w $WORK/b1678/_pkg_.a # internal
2025-08-20T23:04:28.1891976Z [00:03:13.472]➜  cp $WORK/b1678/_pkg_.a /root/.cache/go-build/c1/c13516f88b6677be046eed5404705e20f5831a2053bfe6ba3281ae7d90de50f5-d # internal
2025-08-20T23:04:28.1894291Z [00:03:13.473]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/proxycrawl
2025-08-20T23:04:28.1895754Z [00:03:13.473]➜  mkdir -p $WORK/b1680/
2025-08-20T23:04:28.1902542Z [00:03:13.473]➜  cat >/tmp/go-build3700090427/b1680/importcfg << 'EOF' # internal
2025-08-20T23:04:28.1905225Z [00:03:13.474]➜  # import config
2025-08-20T23:04:28.1906076Z [00:03:13.474]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.1906883Z [00:03:13.474]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.1909085Z [00:03:13.474]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.1910749Z [00:03:13.474]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.1912276Z [00:03:13.474]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.1913556Z [00:03:13.474]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.1914492Z [00:03:13.474]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.1915296Z [00:03:13.474]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.1916072Z [00:03:13.474]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:28.1916639Z [00:03:13.474]➜  EOF
2025-08-20T23:04:28.1920682Z [00:03:13.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1680/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/proxycrawl=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/proxycrawl;$WORK/b1680=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/proxycrawl -lang=go1.24 -complete -installsuffix shared -buildid O8rwvWLtyKv7gPA12mW9/O8rwvWLtyKv7gPA12mW9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1680/importcfg -pack ./pkg/detectors/proxycrawl/proxycrawl.go
2025-08-20T23:04:28.1976670Z [00:03:13.481]➜  go tool buildid -w $WORK/b1677/_pkg_.a # internal
2025-08-20T23:04:28.1996958Z [00:03:13.482]➜  cp $WORK/b1677/_pkg_.a /root/.cache/go-build/01/014d596cff79c0e419641fef8734e5791a5eedec7a517909f9eb2b6f1153c420-d # internal
2025-08-20T23:04:28.1998378Z [00:03:13.482]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubpublishkey
2025-08-20T23:04:28.1999166Z [00:03:13.482]➜  mkdir -p $WORK/b1681/
2025-08-20T23:04:28.2000105Z [00:03:13.483]➜  cat >/tmp/go-build3700090427/b1681/importcfg << 'EOF' # internal
2025-08-20T23:04:28.2000990Z [00:03:13.483]➜  # import config
2025-08-20T23:04:28.2001649Z [00:03:13.483]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.2002462Z [00:03:13.483]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.2003614Z [00:03:13.483]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.2005092Z [00:03:13.483]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.2006630Z [00:03:13.483]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.2008063Z [00:03:13.483]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.2009041Z [00:03:13.483]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.2010162Z [00:03:13.483]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.2010788Z [00:03:13.483]➜  EOF
2025-08-20T23:04:28.2014961Z [00:03:13.483]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1681/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubpublishkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubpublishkey;$WORK/b1681=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubpublishkey -lang=go1.24 -complete -installsuffix shared -buildid O1DYMoBhSENcxhhuU2ti/O1DYMoBhSENcxhhuU2ti -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1681/importcfg -pack ./pkg/detectors/pubnubpublishkey/pubnubpublishkey.go
2025-08-20T23:04:28.2239019Z [00:03:13.507]➜  go tool buildid -w $WORK/b1552/_pkg_.a # internal
2025-08-20T23:04:28.2323475Z [00:03:13.515]➜  cp $WORK/b1552/_pkg_.a /root/.cache/go-build/b0/b011fadcf58fab24ad5ea8cd4a3a601ff8fcddc8c472ed35451e153fd3479fa5-d # internal
2025-08-20T23:04:28.2331704Z [00:03:13.516]➜  go.mongodb.org/mongo-driver/x/mongo/driver/operation
2025-08-20T23:04:28.2333365Z [00:03:13.516]➜  mkdir -p $WORK/b1568/
2025-08-20T23:04:28.2340154Z [00:03:13.517]➜  cat >/tmp/go-build3700090427/b1568/importcfg << 'EOF' # internal
2025-08-20T23:04:28.2343433Z [00:03:13.517]➜  # import config
2025-08-20T23:04:28.2344185Z [00:03:13.517]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.2344925Z [00:03:13.517]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:28.2345711Z [00:03:13.517]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.2346623Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:28.2347795Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3700090427/b1527/_pkg_.a
2025-08-20T23:04:28.2349003Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3700090427/b1530/_pkg_.a
2025-08-20T23:04:28.2350468Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3700090427/b1533/_pkg_.a
2025-08-20T23:04:28.2351879Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3700090427/b1553/_pkg_.a
2025-08-20T23:04:28.2353442Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3700090427/b1534/_pkg_.a
2025-08-20T23:04:28.2354717Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3700090427/b1542/_pkg_.a
2025-08-20T23:04:28.2355950Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3700090427/b1531/_pkg_.a
2025-08-20T23:04:28.2357258Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3700090427/b1532/_pkg_.a
2025-08-20T23:04:28.2358644Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3700090427/b1550/_pkg_.a
2025-08-20T23:04:28.2360016Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3700090427/b1536/_pkg_.a
2025-08-20T23:04:28.2361355Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3700090427/b1551/_pkg_.a
2025-08-20T23:04:28.2362519Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build3700090427/b1569/_pkg_.a
2025-08-20T23:04:28.2363764Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:28.2364992Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3700090427/b1552/_pkg_.a
2025-08-20T23:04:28.2366245Z [00:03:13.517]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3700090427/b1556/_pkg_.a
2025-08-20T23:04:28.2367246Z [00:03:13.517]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:28.2368193Z [00:03:13.517]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:28.2369059Z [00:03:13.517]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:28.2370105Z [00:03:13.517]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.2370919Z [00:03:13.517]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:28.2371531Z [00:03:13.517]➜  EOF
2025-08-20T23:04:28.2372088Z [00:03:13.517]➜  go tool buildid -w $WORK/b1679/_pkg_.a # internal
2025-08-20T23:04:28.2392784Z [00:03:13.517]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1568/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation;$WORK/b1568=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/operation -lang=go1.18 -complete -installsuffix shared -buildid 3Pkk4sLm9Edy-EoFquC1/3Pkk4sLm9Edy-EoFquC1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1568/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/abort_transaction.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/aggregate.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/command.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/commit_transaction.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/count.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/create.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/create_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/create_search_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/delete.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/distinct.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/drop_collection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/drop_database.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/drop_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/drop_search_index.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/end_sessions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/find.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/find_and_modify.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/hello.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/insert.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/listDatabases.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/list_collections.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/list_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/update.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/operation/update_search_index.go
2025-08-20T23:04:28.2434209Z [00:03:13.523]➜  cp $WORK/b1679/_pkg_.a /root/.cache/go-build/a6/a66ece8635cb3e01f7f985cfc82d790088285fae5444884b373c807615e6e03d-d # internal
2025-08-20T23:04:28.2435723Z [00:03:13.523]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubsubscriptionkey
2025-08-20T23:04:28.2436591Z [00:03:13.523]➜  mkdir -p $WORK/b1682/
2025-08-20T23:04:28.2437353Z [00:03:13.523]➜  cat >/tmp/go-build3700090427/b1682/importcfg << 'EOF' # internal
2025-08-20T23:04:28.2438113Z [00:03:13.523]➜  # import config
2025-08-20T23:04:28.2438983Z [00:03:13.523]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.2439992Z [00:03:13.523]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.2451166Z [00:03:13.523]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.2452734Z [00:03:13.523]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.2454363Z [00:03:13.523]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.2455792Z [00:03:13.523]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.2456740Z [00:03:13.523]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.2457562Z [00:03:13.523]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.2458423Z [00:03:13.523]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.2459226Z [00:03:13.523]➜  EOF
2025-08-20T23:04:28.2463941Z [00:03:13.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1682/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubsubscriptionkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubsubscriptionkey;$WORK/b1682=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubsubscriptionkey -lang=go1.24 -complete -installsuffix shared -buildid eR8Ft63GRBHvFYQ9Y_NQ/eR8Ft63GRBHvFYQ9Y_NQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1682/importcfg -pack ./pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey.go
2025-08-20T23:04:28.2511889Z [00:03:13.534]➜  go tool buildid -w $WORK/b1680/_pkg_.a # internal
2025-08-20T23:04:28.2526391Z [00:03:13.536]➜  cp $WORK/b1680/_pkg_.a /root/.cache/go-build/f2/f2c839e603bbc3fe241ba2f5c75c2ea95ab3805d0259c58facbe7d033f870c97-d # internal
2025-08-20T23:04:28.2528326Z [00:03:13.536]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pulumi
2025-08-20T23:04:28.2530029Z [00:03:13.536]➜  mkdir -p $WORK/b1683/
2025-08-20T23:04:28.2535777Z [00:03:13.537]➜  cat >/tmp/go-build3700090427/b1683/importcfg << 'EOF' # internal
2025-08-20T23:04:28.2536845Z [00:03:13.537]➜  # import config
2025-08-20T23:04:28.2537848Z [00:03:13.537]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.2538628Z [00:03:13.537]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.2540037Z [00:03:13.537]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.2541516Z [00:03:13.537]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.2543057Z [00:03:13.537]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.2544384Z [00:03:13.537]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.2545362Z [00:03:13.537]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.2546159Z [00:03:13.537]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.2546950Z [00:03:13.537]➜  EOF
2025-08-20T23:04:28.2551834Z [00:03:13.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1683/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pulumi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pulumi;$WORK/b1683=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pulumi -lang=go1.24 -complete -installsuffix shared -buildid 94-oTdm7KzLeDLe9-QU4/94-oTdm7KzLeDLe9-QU4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1683/importcfg -pack ./pkg/detectors/pulumi/pulumi.go
2025-08-20T23:04:28.2635245Z [00:03:13.547]➜  go tool buildid -w $WORK/b1681/_pkg_.a # internal
2025-08-20T23:04:28.2650240Z [00:03:13.548]➜  cp $WORK/b1681/_pkg_.a /root/.cache/go-build/f1/f121e54e194538a1ae3f18ae08d624563dea2464816ffbc7062dec42946e8994-d # internal
2025-08-20T23:04:28.2652047Z [00:03:13.548]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/purestake
2025-08-20T23:04:28.2653111Z [00:03:13.548]➜  mkdir -p $WORK/b1684/
2025-08-20T23:04:28.2654255Z [00:03:13.549]➜  cat >/tmp/go-build3700090427/b1684/importcfg << 'EOF' # internal
2025-08-20T23:04:28.2656154Z [00:03:13.549]➜  # import config
2025-08-20T23:04:28.2656810Z [00:03:13.549]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.2658029Z [00:03:13.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.2659744Z [00:03:13.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.2661336Z [00:03:13.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.2662644Z [00:03:13.549]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.2663830Z [00:03:13.549]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.2664736Z [00:03:13.549]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.2665367Z [00:03:13.549]➜  EOF
2025-08-20T23:04:28.2669205Z [00:03:13.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1684/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/purestake=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/purestake;$WORK/b1684=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/purestake -lang=go1.24 -complete -installsuffix shared -buildid dJZyuV_l4S2pIIUZggRJ/dJZyuV_l4S2pIIUZggRJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1684/importcfg -pack ./pkg/detectors/purestake/purestake.go
2025-08-20T23:04:28.3019576Z [00:03:13.585]➜  go tool buildid -w $WORK/b1682/_pkg_.a # internal
2025-08-20T23:04:28.3037208Z [00:03:13.587]➜  cp $WORK/b1682/_pkg_.a /root/.cache/go-build/93/9364923b83abbdfb7cb55d2b7102eb54f0aff92d51cb861ba70b7fff06a65a1f-d # internal
2025-08-20T23:04:28.3044267Z [00:03:13.587]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pushbulletapikey
2025-08-20T23:04:28.3045149Z [00:03:13.587]➜  mkdir -p $WORK/b1685/
2025-08-20T23:04:28.3054020Z [00:03:13.589]➜  cat >/tmp/go-build3700090427/b1685/importcfg << 'EOF' # internal
2025-08-20T23:04:28.3062816Z [00:03:13.589]➜  # import config
2025-08-20T23:04:28.3063724Z [00:03:13.589]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.3064922Z [00:03:13.589]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.3066450Z [00:03:13.589]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.3068105Z [00:03:13.589]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.3069600Z [00:03:13.589]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.3070602Z [00:03:13.589]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.3071615Z [00:03:13.589]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.3072215Z [00:03:13.589]➜  EOF
2025-08-20T23:04:28.3076440Z [00:03:13.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1685/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pushbulletapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pushbulletapikey;$WORK/b1685=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pushbulletapikey -lang=go1.24 -complete -installsuffix shared -buildid PiFNQ2eXkvDNGUu3mex2/PiFNQ2eXkvDNGUu3mex2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1685/importcfg -pack ./pkg/detectors/pushbulletapikey/pushbulletapikey.go
2025-08-20T23:04:28.3087530Z [00:03:13.592]➜  go tool buildid -w $WORK/b1683/_pkg_.a # internal
2025-08-20T23:04:28.3119656Z [00:03:13.595]➜  cp $WORK/b1683/_pkg_.a /root/.cache/go-build/c1/c17cb97be0513cc62b10920676e9c2fd9dc96fba6ca0da46e5a28bce62bed3ca-d # internal
2025-08-20T23:04:28.3129927Z [00:03:13.595]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pusherchannelkey
2025-08-20T23:04:28.3132771Z [00:03:13.595]➜  mkdir -p $WORK/b1686/
2025-08-20T23:04:28.3133508Z [00:03:13.595]➜  cat >/tmp/go-build3700090427/b1686/importcfg << 'EOF' # internal
2025-08-20T23:04:28.3134184Z [00:03:13.595]➜  # import config
2025-08-20T23:04:28.3134855Z [00:03:13.595]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.3135725Z [00:03:13.595]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:28.3136607Z [00:03:13.595]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:04:28.3137499Z [00:03:13.595]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:28.3138408Z [00:03:13.595]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:28.3139588Z [00:03:13.595]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.3140797Z [00:03:13.595]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.3142283Z [00:03:13.595]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.3143833Z [00:03:13.595]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.3145169Z [00:03:13.595]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.3146069Z [00:03:13.595]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.3146873Z [00:03:13.595]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.3147708Z [00:03:13.595]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:28.3148527Z [00:03:13.595]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:28.3153232Z [00:03:13.595]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.3154148Z [00:03:13.595]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:28.3154763Z [00:03:13.595]➜  EOF
2025-08-20T23:04:28.3158952Z [00:03:13.595]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1686/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pusherchannelkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pusherchannelkey;$WORK/b1686=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pusherchannelkey -lang=go1.24 -complete -installsuffix shared -buildid 5AnkChDm-4gOpEcLGGbm/5AnkChDm-4gOpEcLGGbm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1686/importcfg -pack ./pkg/detectors/pusherchannelkey/pusherchannelkey.go
2025-08-20T23:04:28.3292231Z [00:03:13.611]➜  go tool buildid -w $WORK/b1684/_pkg_.a # internal
2025-08-20T23:04:28.3296926Z [00:03:13.613]➜  cp $WORK/b1684/_pkg_.a /root/.cache/go-build/bc/bc307dea283ef54b44418fb4f77c1cd4f898293b96b230d909544d9f0f067b29-d # internal
2025-08-20T23:04:28.3305024Z [00:03:13.613]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pypi
2025-08-20T23:04:28.3305790Z [00:03:13.613]➜  mkdir -p $WORK/b1687/
2025-08-20T23:04:28.3306549Z [00:03:13.613]➜  cat >/tmp/go-build3700090427/b1687/importcfg << 'EOF' # internal
2025-08-20T23:04:28.3307261Z [00:03:13.613]➜  # import config
2025-08-20T23:04:28.3307925Z [00:03:13.613]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:28.3308767Z [00:03:13.613]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.3309730Z [00:03:13.613]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.3310927Z [00:03:13.613]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.3312627Z [00:03:13.613]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.3314292Z [00:03:13.613]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.3315679Z [00:03:13.613]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.3316616Z [00:03:13.613]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.3317515Z [00:03:13.613]➜  packagefile mime/multipart=/tmp/go-build3700090427/b196/_pkg_.a
2025-08-20T23:04:28.3318433Z [00:03:13.613]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.3319072Z [00:03:13.613]➜  EOF
2025-08-20T23:04:28.3323076Z [00:03:13.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1687/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pypi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pypi;$WORK/b1687=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pypi -lang=go1.24 -complete -installsuffix shared -buildid XRhPCpdf5CSUiOTjosk4/XRhPCpdf5CSUiOTjosk4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1687/importcfg -pack ./pkg/detectors/pypi/pypi.go
2025-08-20T23:04:28.3641993Z [00:03:13.647]➜  go tool buildid -w $WORK/b1685/_pkg_.a # internal
2025-08-20T23:04:28.3670861Z [00:03:13.649]➜  cp $WORK/b1685/_pkg_.a /root/.cache/go-build/98/98ce03a75731fc41e897125abbaa9a44dd47d605451c0454b4f5607f2c3499f1-d # internal
2025-08-20T23:04:28.3673113Z [00:03:13.649]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qase
2025-08-20T23:04:28.3675689Z [00:03:13.649]➜  mkdir -p $WORK/b1688/
2025-08-20T23:04:28.3686431Z [00:03:13.652]➜  cat >/tmp/go-build3700090427/b1688/importcfg << 'EOF' # internal
2025-08-20T23:04:28.3687384Z [00:03:13.652]➜  # import config
2025-08-20T23:04:28.3691341Z [00:03:13.652]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.3692237Z [00:03:13.652]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.3693451Z [00:03:13.652]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.3694904Z [00:03:13.652]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.3696220Z [00:03:13.652]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.3697603Z [00:03:13.652]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.3698393Z [00:03:13.652]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.3699093Z [00:03:13.652]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.3699988Z [00:03:13.652]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.3700534Z [00:03:13.652]➜  EOF
2025-08-20T23:04:28.3703987Z [00:03:13.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1688/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qase;$WORK/b1688=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qase -lang=go1.24 -complete -installsuffix shared -buildid 859QgTLA-NM-9VPzLk8_/859QgTLA-NM-9VPzLk8_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1688/importcfg -pack ./pkg/detectors/qase/qase.go
2025-08-20T23:04:28.3906595Z [00:03:13.674]➜  go tool buildid -w $WORK/b1686/_pkg_.a # internal
2025-08-20T23:04:28.3916550Z [00:03:13.675]➜  go tool buildid -w $WORK/b1687/_pkg_.a # internal
2025-08-20T23:04:28.3923821Z [00:03:13.675]➜  cp $WORK/b1686/_pkg_.a /root/.cache/go-build/05/053308c39eeb1fadb29f3fb988d83a4e158a38f100c5ba902d86c40525c24cdd-d # internal
2025-08-20T23:04:28.3928549Z [00:03:13.676]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qualaroo
2025-08-20T23:04:28.3937090Z [00:03:13.676]➜  mkdir -p $WORK/b1689/
2025-08-20T23:04:28.3937920Z [00:03:13.676]➜  cat >/tmp/go-build3700090427/b1689/importcfg << 'EOF' # internal
2025-08-20T23:04:28.3938632Z [00:03:13.676]➜  # import config
2025-08-20T23:04:28.3939611Z [00:03:13.676]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.3940499Z [00:03:13.676]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.3941708Z [00:03:13.676]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.3943278Z [00:03:13.676]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.3944883Z [00:03:13.676]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.3946273Z [00:03:13.676]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.3947222Z [00:03:13.676]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.3948274Z [00:03:13.676]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.3949175Z [00:03:13.676]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.3982054Z [00:03:13.676]➜  EOF
2025-08-20T23:04:28.3985960Z [00:03:13.676]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1689/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qualaroo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qualaroo;$WORK/b1689=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qualaroo -lang=go1.24 -complete -installsuffix shared -buildid PYNrQ-iewiyQ9_q6iwgO/PYNrQ-iewiyQ9_q6iwgO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1689/importcfg -pack ./pkg/detectors/qualaroo/qualaroo.go
2025-08-20T23:04:28.3990192Z [00:03:13.677]➜  cp $WORK/b1687/_pkg_.a /root/.cache/go-build/07/078a0f417c196eefc05e79c8b96ce058957535af14c00d0d3ad84a98b779de00-d # internal
2025-08-20T23:04:28.3991509Z [00:03:13.677]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qubole
2025-08-20T23:04:28.3992239Z [00:03:13.677]➜  mkdir -p $WORK/b1690/
2025-08-20T23:04:28.3992954Z [00:03:13.678]➜  cat >/tmp/go-build3700090427/b1690/importcfg << 'EOF' # internal
2025-08-20T23:04:28.3993631Z [00:03:13.678]➜  # import config
2025-08-20T23:04:28.3994288Z [00:03:13.678]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.3995097Z [00:03:13.678]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.3996461Z [00:03:13.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.3997938Z [00:03:13.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.3999589Z [00:03:13.678]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.4001107Z [00:03:13.678]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.4002079Z [00:03:13.678]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.4003046Z [00:03:13.678]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.4003884Z [00:03:13.678]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.4004486Z [00:03:13.678]➜  EOF
2025-08-20T23:04:28.4008078Z [00:03:13.678]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1690/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qubole=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qubole;$WORK/b1690=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qubole -lang=go1.24 -complete -installsuffix shared -buildid 2k1jL6CgJYf_EFId7Ks4/2k1jL6CgJYf_EFId7Ks4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1690/importcfg -pack ./pkg/detectors/qubole/qubole.go
2025-08-20T23:04:28.4523346Z [00:03:13.735]➜  go tool buildid -w $WORK/b1688/_pkg_.a # internal
2025-08-20T23:04:28.4529796Z [00:03:13.735]➜  go tool buildid -w $WORK/b1689/_pkg_.a # internal
2025-08-20T23:04:28.4530597Z [00:03:13.736]➜  go tool buildid -w $WORK/b1690/_pkg_.a # internal
2025-08-20T23:04:28.4531886Z [00:03:13.736]➜  cp $WORK/b1689/_pkg_.a /root/.cache/go-build/d3/d3abaedd98bde2e61d346a8a90f642b9a58da7e32994159d2caf43ac4ea1fdb8-d # internal
2025-08-20T23:04:28.4533611Z [00:03:13.736]➜  cp $WORK/b1690/_pkg_.a /root/.cache/go-build/04/046a386181abdd603476197fec502ab25b950edcf9e8d4bb307f62d62a771581-d # internal
2025-08-20T23:04:28.4537300Z [00:03:13.737]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/railwayapp
2025-08-20T23:04:28.4538052Z [00:03:13.737]➜  mkdir -p $WORK/b1693/
2025-08-20T23:04:28.4543831Z [00:03:13.738]➜  cat >/tmp/go-build3700090427/b1693/importcfg << 'EOF' # internal
2025-08-20T23:04:28.4545886Z [00:03:13.738]➜  # import config
2025-08-20T23:04:28.4546524Z [00:03:13.738]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:28.4547514Z [00:03:13.738]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.4548375Z [00:03:13.738]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:28.4549192Z [00:03:13.738]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.4550451Z [00:03:13.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.4551902Z [00:03:13.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.4553422Z [00:03:13.738]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.4555920Z [00:03:13.738]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.4556851Z [00:03:13.738]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.4559044Z [00:03:13.738]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.4560033Z [00:03:13.738]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.4560638Z [00:03:13.738]➜  EOF
2025-08-20T23:04:28.4564566Z [00:03:13.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1693/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/railwayapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/railwayapp;$WORK/b1693=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/railwayapp -lang=go1.24 -complete -installsuffix shared -buildid ADIG1E70MzJjDLAtN1nk/ADIG1E70MzJjDLAtN1nk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1693/importcfg -pack ./pkg/detectors/railwayapp/railwayapp.go
2025-08-20T23:04:28.4568893Z [00:03:13.739]➜  cp $WORK/b1688/_pkg_.a /root/.cache/go-build/d6/d68a7c3c6f7806a13522c65c286ad657fe7c3dbe43682bd09e3deea017bf9733-d # internal
2025-08-20T23:04:28.4573091Z [00:03:13.740]➜  github.com/rabbitmq/amqp091-go
2025-08-20T23:04:28.4573649Z [00:03:13.740]➜  mkdir -p $WORK/b1692/
2025-08-20T23:04:28.4600771Z [00:03:13.743]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ramp
2025-08-20T23:04:28.4607740Z [00:03:13.743]➜  mkdir -p $WORK/b1694/
2025-08-20T23:04:28.4608503Z [00:03:13.743]➜  cat >/tmp/go-build3700090427/b1694/importcfg << 'EOF' # internal
2025-08-20T23:04:28.4609165Z [00:03:13.743]➜  # import config
2025-08-20T23:04:28.4610016Z [00:03:13.743]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.4610843Z [00:03:13.743]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.4611974Z [00:03:13.743]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.4613445Z [00:03:13.743]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.4614973Z [00:03:13.743]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.4616253Z [00:03:13.743]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.4617168Z [00:03:13.743]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.4617970Z [00:03:13.743]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:28.4618747Z [00:03:13.743]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.4619476Z [00:03:13.743]➜  EOF
2025-08-20T23:04:28.4623073Z [00:03:13.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1694/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ramp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ramp;$WORK/b1694=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ramp -lang=go1.24 -complete -installsuffix shared -buildid -uUFjeKMS4enOot9FZlp/-uUFjeKMS4enOot9FZlp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1694/importcfg -pack ./pkg/detectors/ramp/ramp.go
2025-08-20T23:04:28.4641281Z [00:03:13.747]➜  cat >/tmp/go-build3700090427/b1692/importcfg << 'EOF' # internal
2025-08-20T23:04:28.4642315Z [00:03:13.747]➜  # import config
2025-08-20T23:04:28.4643085Z [00:03:13.747]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:28.4644757Z [00:03:13.747]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:28.4645565Z [00:03:13.747]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.4646390Z [00:03:13.747]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:28.4647247Z [00:03:13.747]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:28.4648122Z [00:03:13.747]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:28.4648950Z [00:03:13.747]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:28.4651298Z [00:03:13.747]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.4652090Z [00:03:13.747]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.4652838Z [00:03:13.747]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:28.4653622Z [00:03:13.747]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:28.4654388Z [00:03:13.747]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:28.4655151Z [00:03:13.747]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:28.4656034Z [00:03:13.747]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:28.4656785Z [00:03:13.747]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:28.4657581Z [00:03:13.747]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:28.4658362Z [00:03:13.747]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.4659120Z [00:03:13.747]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:28.4660181Z [00:03:13.747]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:28.4661002Z [00:03:13.748]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:28.4661665Z [00:03:13.748]➜  EOF
2025-08-20T23:04:28.4671278Z [00:03:13.748]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1692/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0=>github.com/rabbitmq/amqp091-go@v1.10.0;$WORK/b1692=>" -p github.com/rabbitmq/amqp091-go -lang=go1.20 -complete -installsuffix shared -buildid pdgp-qytpZOtZ2wWLIsm/pdgp-qytpZOtZ2wWLIsm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1692/importcfg -pack /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/allocator.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/auth.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/channel.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/confirms.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/connection.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/consumers.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/delivery.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/doc.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/log.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/read.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/return.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/spec091.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/types.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/uri.go /root/go/pkg/mod/github.com/rabbitmq/amqp091-go@v1.10.0/write.go
2025-08-20T23:04:28.5402643Z [00:03:13.823]➜  go tool buildid -w $WORK/b1693/_pkg_.a # internal
2025-08-20T23:04:28.5453954Z [00:03:13.828]➜  cp $WORK/b1693/_pkg_.a /root/.cache/go-build/37/37546b082b3c563a7a333960a4eb4165739377401983d4d2363b1c4cacee6d84-d # internal
2025-08-20T23:04:28.5461038Z [00:03:13.828]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rapidapi
2025-08-20T23:04:28.5461799Z [00:03:13.828]➜  mkdir -p $WORK/b1695/
2025-08-20T23:04:28.5462768Z [00:03:13.829]➜  cat >/tmp/go-build3700090427/b1695/importcfg << 'EOF' # internal
2025-08-20T23:04:28.5463456Z [00:03:13.829]➜  # import config
2025-08-20T23:04:28.5464122Z [00:03:13.829]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.5465318Z [00:03:13.829]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.5466804Z [00:03:13.829]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.5468353Z [00:03:13.829]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.5469962Z [00:03:13.829]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.5470936Z [00:03:13.829]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.5471790Z [00:03:13.829]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.5472398Z [00:03:13.829]➜  EOF
2025-08-20T23:04:28.5476195Z [00:03:13.829]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1695/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rapidapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rapidapi;$WORK/b1695=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rapidapi -lang=go1.24 -complete -installsuffix shared -buildid ROrj5VHgEZYy1lYqAjzT/ROrj5VHgEZYy1lYqAjzT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1695/importcfg -pack ./pkg/detectors/rapidapi/rapidapi.go
2025-08-20T23:04:28.5666161Z [00:03:13.850]➜  go tool buildid -w $WORK/b1694/_pkg_.a # internal
2025-08-20T23:04:28.5692388Z [00:03:13.852]➜  cp $WORK/b1694/_pkg_.a /root/.cache/go-build/06/066d52e0894b4046dd14257b18beec68117c418a5030988eb71b660a425d874f-d # internal
2025-08-20T23:04:28.5694555Z [00:03:13.852]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rawg
2025-08-20T23:04:28.5697321Z [00:03:13.852]➜  mkdir -p $WORK/b1696/
2025-08-20T23:04:28.5699282Z [00:03:13.852]➜  cat >/tmp/go-build3700090427/b1696/importcfg << 'EOF' # internal
2025-08-20T23:04:28.5700360Z [00:03:13.852]➜  # import config
2025-08-20T23:04:28.5701058Z [00:03:13.852]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.5702281Z [00:03:13.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.5703865Z [00:03:13.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.5705488Z [00:03:13.852]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.5706848Z [00:03:13.852]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.5707876Z [00:03:13.852]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.5708764Z [00:03:13.853]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.5709580Z [00:03:13.853]➜  EOF
2025-08-20T23:04:28.5713241Z [00:03:13.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1696/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rawg=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rawg;$WORK/b1696=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rawg -lang=go1.24 -complete -installsuffix shared -buildid I6QP239tZ0l7oQoz0Ahv/I6QP239tZ0l7oQoz0Ahv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1696/importcfg -pack ./pkg/detectors/rawg/rawg.go
2025-08-20T23:04:28.6212928Z [00:03:13.904]➜  go tool buildid -w $WORK/b1696/_pkg_.a # internal
2025-08-20T23:04:28.6232073Z [00:03:13.906]➜  cp $WORK/b1696/_pkg_.a /root/.cache/go-build/72/72035f9e69ab0ab3209755d01af10fc0c0464d7895648c4f0e71efd9923ca18b-d # internal
2025-08-20T23:04:28.6233512Z [00:03:13.906]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/razorpay
2025-08-20T23:04:28.6234626Z [00:03:13.906]➜  mkdir -p $WORK/b1697/
2025-08-20T23:04:28.6244259Z [00:03:13.908]➜  cat >/tmp/go-build3700090427/b1697/importcfg << 'EOF' # internal
2025-08-20T23:04:28.6251744Z [00:03:13.908]➜  # import config
2025-08-20T23:04:28.6252486Z [00:03:13.908]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.6253390Z [00:03:13.908]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:28.6254686Z [00:03:13.908]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.6256237Z [00:03:13.908]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.6261105Z [00:03:13.908]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.6262410Z [00:03:13.908]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.6263364Z [00:03:13.908]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.6264226Z [00:03:13.908]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.6264861Z [00:03:13.908]➜  EOF
2025-08-20T23:04:28.6268415Z [00:03:13.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1697/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/razorpay=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/razorpay;$WORK/b1697=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/razorpay -lang=go1.24 -complete -installsuffix shared -buildid cfWZb5EZ1_5cBsIq78s5/cfWZb5EZ1_5cBsIq78s5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1697/importcfg -pack ./pkg/detectors/razorpay/razorpay.go
2025-08-20T23:04:28.6496923Z [00:03:13.933]➜  go tool buildid -w $WORK/b1695/_pkg_.a # internal
2025-08-20T23:04:28.6512672Z [00:03:13.934]➜  cp $WORK/b1695/_pkg_.a /root/.cache/go-build/4f/4f57c068a336b9c029e3d705c68f0432493712c6440c41aa95de523b9487b84c-d # internal
2025-08-20T23:04:28.6527601Z [00:03:13.936]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reachmail
2025-08-20T23:04:28.6531430Z [00:03:13.936]➜  mkdir -p $WORK/b1698/
2025-08-20T23:04:28.6537484Z [00:03:13.937]➜  cat >/tmp/go-build3700090427/b1698/importcfg << 'EOF' # internal
2025-08-20T23:04:28.6539736Z [00:03:13.937]➜  # import config
2025-08-20T23:04:28.6542494Z [00:03:13.937]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.6543360Z [00:03:13.937]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.6544559Z [00:03:13.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.6546081Z [00:03:13.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.6547683Z [00:03:13.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.6549070Z [00:03:13.937]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.6550307Z [00:03:13.937]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.6551166Z [00:03:13.937]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.6551794Z [00:03:13.937]➜  EOF
2025-08-20T23:04:28.6555688Z [00:03:13.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1698/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reachmail=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reachmail;$WORK/b1698=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reachmail -lang=go1.24 -complete -installsuffix shared -buildid TB7tzNUr5h1kJzBCoUVy/TB7tzNUr5h1kJzBCoUVy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1698/importcfg -pack ./pkg/detectors/reachmail/reachmail.go
2025-08-20T23:04:28.6866506Z [00:03:13.970]➜  go tool buildid -w $WORK/b1697/_pkg_.a # internal
2025-08-20T23:04:28.6872656Z [00:03:13.970]➜  cp $WORK/b1697/_pkg_.a /root/.cache/go-build/17/1799a602942c05d8215d8412142780e00d9acade4d86b2d3eb0abbfc6b870e13-d # internal
2025-08-20T23:04:28.6885555Z [00:03:13.972]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/readme
2025-08-20T23:04:28.6893245Z [00:03:13.972]➜  mkdir -p $WORK/b1699/
2025-08-20T23:04:28.6894024Z [00:03:13.972]➜  cat >/tmp/go-build3700090427/b1699/importcfg << 'EOF' # internal
2025-08-20T23:04:28.6894774Z [00:03:13.972]➜  # import config
2025-08-20T23:04:28.6895458Z [00:03:13.972]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.6896659Z [00:03:13.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.6898239Z [00:03:13.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.6900015Z [00:03:13.972]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.6901210Z [00:03:13.972]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.6902236Z [00:03:13.972]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.6902984Z [00:03:13.972]➜  EOF
2025-08-20T23:04:28.6906481Z [00:03:13.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1699/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/readme=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/readme;$WORK/b1699=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/readme -lang=go1.24 -complete -installsuffix shared -buildid f-iVwRaCiqBn3JCjrhpQ/f-iVwRaCiqBn3JCjrhpQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1699/importcfg -pack ./pkg/detectors/readme/readme.go
2025-08-20T23:04:28.7495466Z [00:03:14.033]➜  go tool buildid -w $WORK/b1699/_pkg_.a # internal
2025-08-20T23:04:28.7516186Z [00:03:14.035]➜  cp $WORK/b1699/_pkg_.a /root/.cache/go-build/e6/e698b0658fa5aae7595847286d0e1c1293cdc23cd378f4e63368b931ae5ecbea-d # internal
2025-08-20T23:04:28.7523918Z [00:03:14.036]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reallysimplesystems
2025-08-20T23:04:28.7528426Z [00:03:14.036]➜  mkdir -p $WORK/b1700/
2025-08-20T23:04:28.7540838Z [00:03:14.037]➜  cat >/tmp/go-build3700090427/b1700/importcfg << 'EOF' # internal
2025-08-20T23:04:28.7541913Z [00:03:14.037]➜  # import config
2025-08-20T23:04:28.7545085Z [00:03:14.037]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.7546025Z [00:03:14.037]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:28.7546935Z [00:03:14.037]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.7548148Z [00:03:14.037]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.7549977Z [00:03:14.037]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.7551649Z [00:03:14.037]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.7553060Z [00:03:14.037]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.7554039Z [00:03:14.037]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.7554943Z [00:03:14.037]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.7555821Z [00:03:14.037]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.7556486Z [00:03:14.037]➜  EOF
2025-08-20T23:04:28.7565520Z [00:03:14.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1700/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reallysimplesystems=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reallysimplesystems;$WORK/b1700=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reallysimplesystems -lang=go1.24 -complete -installsuffix shared -buildid 9IhWVH9AgJ-Tx-0EOhQy/9IhWVH9AgJ-Tx-0EOhQy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1700/importcfg -pack ./pkg/detectors/reallysimplesystems/reallysimplesystems.go
2025-08-20T23:04:28.8038905Z [00:03:14.087]➜  go tool buildid -w $WORK/b1698/_pkg_.a # internal
2025-08-20T23:04:28.8052643Z [00:03:14.088]➜  cp $WORK/b1698/_pkg_.a /root/.cache/go-build/20/20fe5a06fd4cae820922505d1a76c4ea49df29121c461f60e2234d635736549b-d # internal
2025-08-20T23:04:28.8063558Z [00:03:14.089]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly
2025-08-20T23:04:28.8069179Z [00:03:14.090]➜  mkdir -p $WORK/b1701/
2025-08-20T23:04:28.8073308Z [00:03:14.090]➜  cat >/tmp/go-build3700090427/b1701/importcfg << 'EOF' # internal
2025-08-20T23:04:28.8074001Z [00:03:14.090]➜  # import config
2025-08-20T23:04:28.8074682Z [00:03:14.090]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.8075874Z [00:03:14.090]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.8077371Z [00:03:14.090]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.8079000Z [00:03:14.090]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.8080690Z [00:03:14.090]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.8081611Z [00:03:14.090]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.8082433Z [00:03:14.090]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.8083046Z [00:03:14.090]➜  EOF
2025-08-20T23:04:28.8087074Z [00:03:14.090]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1701/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rebrandly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly;$WORK/b1701=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly -lang=go1.24 -complete -installsuffix shared -buildid lu7iJGZ06agOzNA5Tz0b/lu7iJGZ06agOzNA5Tz0b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1701/importcfg -pack ./pkg/detectors/rebrandly/rebrandly.go
2025-08-20T23:04:28.8548112Z [00:03:14.138]➜  go tool buildid -w $WORK/b1700/_pkg_.a # internal
2025-08-20T23:04:28.8565830Z [00:03:14.139]➜  cp $WORK/b1700/_pkg_.a /root/.cache/go-build/b7/b740ac9e9ae024e1639e6f3dc010f2b9af482e4c2356db2eec86e5aba9776652-d # internal
2025-08-20T23:04:28.8573041Z [00:03:14.140]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments
2025-08-20T23:04:28.8573863Z [00:03:14.140]➜  mkdir -p $WORK/b1702/
2025-08-20T23:04:28.8574582Z [00:03:14.140]➜  cat >/tmp/go-build3700090427/b1702/importcfg << 'EOF' # internal
2025-08-20T23:04:28.8575301Z [00:03:14.140]➜  # import config
2025-08-20T23:04:28.8575962Z [00:03:14.140]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.8584197Z [00:03:14.141]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.8585765Z [00:03:14.141]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.8587291Z [00:03:14.142]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.8588661Z [00:03:14.142]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.8589916Z [00:03:14.142]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.8590547Z [00:03:14.142]➜  EOF
2025-08-20T23:04:28.8594793Z [00:03:14.142]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1702/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rechargepayments=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments;$WORK/b1702=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments -lang=go1.24 -complete -installsuffix shared -buildid DeRuY9knYi0QEL0ZV_qH/DeRuY9knYi0QEL0ZV_qH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1702/importcfg -pack ./pkg/detectors/rechargepayments/rechargepayments.go
2025-08-20T23:04:28.9086472Z [00:03:14.192]➜  go tool buildid -w $WORK/b1568/_pkg_.a # internal
2025-08-20T23:04:28.9090385Z [00:03:14.192]➜  go tool buildid -w $WORK/b1701/_pkg_.a # internal
2025-08-20T23:04:28.9153788Z [00:03:14.199]➜  go tool buildid -w $WORK/b1702/_pkg_.a # internal
2025-08-20T23:04:28.9349884Z [00:03:14.218]➜  cp $WORK/b1701/_pkg_.a /root/.cache/go-build/4f/4fc1595bac193de7c4e44246d919bb4c60aa5602779b004c52dc72e3262ddecd-d # internal
2025-08-20T23:04:28.9356110Z [00:03:14.219]➜  github.com/go-redis/redis/internal/util
2025-08-20T23:04:28.9356761Z [00:03:14.219]➜  mkdir -p $WORK/b1707/
2025-08-20T23:04:28.9367765Z [00:03:14.220]➜  cat >/tmp/go-build3700090427/b1707/importcfg << 'EOF' # internal
2025-08-20T23:04:28.9368591Z [00:03:14.220]➜  # import config
2025-08-20T23:04:28.9369301Z [00:03:14.220]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:28.9370097Z [00:03:14.220]➜  EOF
2025-08-20T23:04:28.9374741Z [00:03:14.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1707/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/util=>github.com/go-redis/redis@v6.15.9+incompatible/internal/util;$WORK/b1707=>" -p github.com/go-redis/redis/internal/util -lang=go1.16 -complete -installsuffix shared -buildid z0yVP7P1LvdZ9sv8NUM7/z0yVP7P1LvdZ9sv8NUM7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1707/importcfg -pack /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/util/strconv.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/util/unsafe.go
2025-08-20T23:04:28.9425759Z [00:03:14.226]➜  cp $WORK/b1702/_pkg_.a /root/.cache/go-build/4c/4ce8b0bb3c195424625dd821af8d5ca5442604e444d0fe4afeefd811d587163b-d # internal
2025-08-20T23:04:28.9435456Z [00:03:14.226]➜  github.com/go-redis/redis/internal/consistenthash
2025-08-20T23:04:28.9436289Z [00:03:14.226]➜  mkdir -p $WORK/b1708/
2025-08-20T23:04:28.9436988Z [00:03:14.226]➜  cat >/tmp/go-build3700090427/b1708/importcfg << 'EOF' # internal
2025-08-20T23:04:28.9437652Z [00:03:14.226]➜  # import config
2025-08-20T23:04:28.9438326Z [00:03:14.226]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:28.9439161Z [00:03:14.226]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:28.9440120Z [00:03:14.226]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:28.9440744Z [00:03:14.226]➜  EOF
2025-08-20T23:04:28.9445109Z [00:03:14.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1708/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/consistenthash=>github.com/go-redis/redis@v6.15.9+incompatible/internal/consistenthash;$WORK/b1708=>" -p github.com/go-redis/redis/internal/consistenthash -lang=go1.16 -complete -installsuffix shared -buildid 1j96I4V_pceAD6f-Ds2z/1j96I4V_pceAD6f-Ds2z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1708/importcfg -pack /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/consistenthash/consistenthash.go
2025-08-20T23:04:28.9583285Z [00:03:14.241]➜  go tool buildid -w $WORK/b1707/_pkg_.a # internal
2025-08-20T23:04:28.9590426Z [00:03:14.242]➜  cp $WORK/b1707/_pkg_.a /root/.cache/go-build/ac/ac0d1faf04033733cd8aa623429314918eadc493ffde2997eb54ad199ceb4aed-d # internal
2025-08-20T23:04:28.9594273Z [00:03:14.243]➜  github.com/go-redis/redis/internal/proto
2025-08-20T23:04:28.9611927Z [00:03:14.244]➜  mkdir -p $WORK/b1706/
2025-08-20T23:04:28.9615280Z [00:03:14.244]➜  cat >/tmp/go-build3700090427/b1706/importcfg << 'EOF' # internal
2025-08-20T23:04:28.9615969Z [00:03:14.244]➜  # import config
2025-08-20T23:04:28.9616623Z [00:03:14.244]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:28.9617670Z [00:03:14.244]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:04:28.9618507Z [00:03:14.244]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.9619713Z [00:03:14.244]➜  packagefile github.com/go-redis/redis/internal/util=/tmp/go-build3700090427/b1707/_pkg_.a
2025-08-20T23:04:28.9623421Z [00:03:14.244]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.9624478Z [00:03:14.244]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:28.9625280Z [00:03:14.244]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:28.9625874Z [00:03:14.244]➜  EOF
2025-08-20T23:04:28.9636100Z [00:03:14.245]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1706/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/proto=>github.com/go-redis/redis@v6.15.9+incompatible/internal/proto;$WORK/b1706=>" -p github.com/go-redis/redis/internal/proto -lang=go1.16 -complete -installsuffix shared -buildid 4j-caOvRzMFd__Ya3Pva/4j-caOvRzMFd__Ya3Pva -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1706/importcfg -pack /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/proto/reader.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/proto/scan.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/proto/writer.go
2025-08-20T23:04:28.9645472Z [00:03:14.246]➜  cp $WORK/b1568/_pkg_.a /root/.cache/go-build/4d/4df05d2270b9d546615ba35ebd12cd4ba3b41755f9bd714d299601635fdf27e9-d # internal
2025-08-20T23:04:28.9646664Z [00:03:14.246]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth
2025-08-20T23:04:28.9647293Z [00:03:14.246]➜  mkdir -p $WORK/b1558/
2025-08-20T23:04:28.9648024Z [00:03:14.247]➜  cat >/tmp/go-build3700090427/b1558/importcfg << 'EOF' # internal
2025-08-20T23:04:28.9648686Z [00:03:14.247]➜  # import config
2025-08-20T23:04:28.9649317Z [00:03:14.247]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:28.9653270Z [00:03:14.247]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.9654274Z [00:03:14.247]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:04:28.9655150Z [00:03:14.247]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:28.9656364Z [00:03:14.247]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:28.9664103Z [00:03:14.247]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:28.9665199Z [00:03:14.247]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:28.9666247Z [00:03:14.247]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.9667390Z [00:03:14.247]➜  packagefile github.com/xdg-go/scram=/tmp/go-build3700090427/b1559/_pkg_.a
2025-08-20T23:04:28.9668482Z [00:03:14.247]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3700090427/b1561/_pkg_.a
2025-08-20T23:04:28.9669844Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:28.9671104Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:28.9672464Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3700090427/b1562/_pkg_.a
2025-08-20T23:04:28.9673892Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build3700090427/b1564/_pkg_.a
2025-08-20T23:04:28.9675298Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3700090427/b1566/_pkg_.a
2025-08-20T23:04:28.9676577Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3700090427/b1531/_pkg_.a
2025-08-20T23:04:28.9677865Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3700090427/b1532/_pkg_.a
2025-08-20T23:04:28.9680944Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:28.9682394Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3700090427/b1552/_pkg_.a
2025-08-20T23:04:28.9683803Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build3700090427/b1567/_pkg_.a
2025-08-20T23:04:28.9685282Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3700090427/b1568/_pkg_.a
2025-08-20T23:04:28.9687019Z [00:03:14.247]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3700090427/b1556/_pkg_.a
2025-08-20T23:04:28.9688100Z [00:03:14.247]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:28.9688927Z [00:03:14.247]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.9689891Z [00:03:14.247]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:28.9690716Z [00:03:14.247]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:28.9691526Z [00:03:14.247]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.9692327Z [00:03:14.247]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:28.9693108Z [00:03:14.247]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:28.9693705Z [00:03:14.247]➜  EOF
2025-08-20T23:04:28.9706113Z [00:03:14.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1558/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth;$WORK/b1558=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth -lang=go1.18 -complete -installsuffix shared -buildid reM4xdAQeTnVW-v5LOoc/reM4xdAQeTnVW-v5LOoc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1558/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/auth.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/aws_conv.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/conversation.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/cred.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/default.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/gssapi_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/mongodbaws.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/mongodbcr.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/oidc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/plain.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/sasl.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/scram.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/util.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/auth/x509.go
2025-08-20T23:04:28.9717182Z [00:03:14.248]➜  go tool buildid -w $WORK/b1708/_pkg_.a # internal
2025-08-20T23:04:28.9718500Z [00:03:14.249]➜  cp $WORK/b1708/_pkg_.a /root/.cache/go-build/4e/4e9374cad84c5fbea7c6db017b1264733d75ba793a42a93d16c785692d2233dd-d # internal
2025-08-20T23:04:28.9719872Z [00:03:14.249]➜  github.com/go-redis/redis/internal/hashtag
2025-08-20T23:04:28.9720498Z [00:03:14.249]➜  mkdir -p $WORK/b1709/
2025-08-20T23:04:28.9721245Z [00:03:14.250]➜  cat >/tmp/go-build3700090427/b1709/importcfg << 'EOF' # internal
2025-08-20T23:04:28.9721920Z [00:03:14.250]➜  # import config
2025-08-20T23:04:28.9722592Z [00:03:14.250]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:04:28.9723438Z [00:03:14.250]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.9724055Z [00:03:14.250]➜  EOF
2025-08-20T23:04:28.9728265Z [00:03:14.250]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1709/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/hashtag=>github.com/go-redis/redis@v6.15.9+incompatible/internal/hashtag;$WORK/b1709=>" -p github.com/go-redis/redis/internal/hashtag -lang=go1.16 -complete -installsuffix shared -buildid -pXUWxgUIvAYoQJGHF0j/-pXUWxgUIvAYoQJGHF0j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1709/importcfg -pack /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/hashtag/hashtag.go
2025-08-20T23:04:28.9796980Z [00:03:14.263]➜  go tool buildid -w $WORK/b1709/_pkg_.a # internal
2025-08-20T23:04:28.9807119Z [00:03:14.264]➜  cp $WORK/b1709/_pkg_.a /root/.cache/go-build/08/08d4a1dc5e44b2acbb57f0ac9d2d6f9ff7ea8e6ef0134ea239d3c8d61d91edf1-d # internal
2025-08-20T23:04:28.9812981Z [00:03:14.264]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner
2025-08-20T23:04:28.9816019Z [00:03:14.264]➜  mkdir -p $WORK/b1711/
2025-08-20T23:04:28.9824297Z [00:03:14.265]➜  cat >/tmp/go-build3700090427/b1711/importcfg << 'EOF' # internal
2025-08-20T23:04:28.9825008Z [00:03:14.265]➜  # import config
2025-08-20T23:04:28.9825905Z [00:03:14.265]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:28.9826728Z [00:03:14.265]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:28.9827893Z [00:03:14.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:28.9829643Z [00:03:14.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:28.9831256Z [00:03:14.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:28.9832619Z [00:03:14.266]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:28.9833601Z [00:03:14.266]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:28.9834636Z [00:03:14.266]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:28.9835288Z [00:03:14.266]➜  EOF
2025-08-20T23:04:28.9839096Z [00:03:14.266]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1711/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/refiner=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner;$WORK/b1711=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner -lang=go1.24 -complete -installsuffix shared -buildid 1ajnhmtKj9svNpjzQ3fM/1ajnhmtKj9svNpjzQ3fM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1711/importcfg -pack ./pkg/detectors/refiner/refiner.go
2025-08-20T23:04:29.0188305Z [00:03:14.302]➜  go tool buildid -w $WORK/b1692/_pkg_.a # internal
2025-08-20T23:04:29.0359046Z [00:03:14.319]➜  cp $WORK/b1692/_pkg_.a /root/.cache/go-build/af/af83353a07f49518ba5de7afee9520322d7cf617191997d925b8037dd8431078-d # internal
2025-08-20T23:04:29.0367767Z [00:03:14.320]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rabbitmq
2025-08-20T23:04:29.0381021Z [00:03:14.320]➜  mkdir -p $WORK/b1691/
2025-08-20T23:04:29.0381739Z [00:03:14.320]➜  cat >/tmp/go-build3700090427/b1691/importcfg << 'EOF' # internal
2025-08-20T23:04:29.0382369Z [00:03:14.320]➜  # import config
2025-08-20T23:04:29.0382994Z [00:03:14.320]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.0385336Z [00:03:14.320]➜  packagefile github.com/rabbitmq/amqp091-go=/tmp/go-build3700090427/b1692/_pkg_.a
2025-08-20T23:04:29.0386831Z [00:03:14.320]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.0388225Z [00:03:14.320]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.0393087Z [00:03:14.320]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.0394041Z [00:03:14.320]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:29.0394835Z [00:03:14.320]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:29.0395598Z [00:03:14.320]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.0396382Z [00:03:14.320]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:29.0396929Z [00:03:14.320]➜  EOF
2025-08-20T23:04:29.0409826Z [00:03:14.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1691/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rabbitmq=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rabbitmq;$WORK/b1691=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rabbitmq -lang=go1.24 -complete -installsuffix shared -buildid 9HsE_o3srU9HBJ8lA9Tr/9HsE_o3srU9HBJ8lA9Tr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1691/importcfg -pack ./pkg/detectors/rabbitmq/rabbitmq.go
2025-08-20T23:04:29.0417435Z [00:03:14.322]➜  go tool buildid -w $WORK/b1706/_pkg_.a # internal
2025-08-20T23:04:29.0418741Z [00:03:14.323]➜  cp $WORK/b1706/_pkg_.a /root/.cache/go-build/50/503c3e2dfd92b928ada495bbcbd8ac837bed547522d968a93327f3db582a0c28-d # internal
2025-08-20T23:04:29.0420232Z [00:03:14.324]➜  github.com/go-redis/redis/internal
2025-08-20T23:04:29.0420811Z [00:03:14.324]➜  mkdir -p $WORK/b1705/
2025-08-20T23:04:29.0421529Z [00:03:14.324]➜  cat >/tmp/go-build3700090427/b1705/importcfg << 'EOF' # internal
2025-08-20T23:04:29.0422275Z [00:03:14.324]➜  # import config
2025-08-20T23:04:29.0423002Z [00:03:14.324]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.0424056Z [00:03:14.324]➜  packagefile github.com/go-redis/redis/internal/proto=/tmp/go-build3700090427/b1706/_pkg_.a
2025-08-20T23:04:29.0425288Z [00:03:14.324]➜  packagefile github.com/go-redis/redis/internal/util=/tmp/go-build3700090427/b1707/_pkg_.a
2025-08-20T23:04:29.0426248Z [00:03:14.324]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:29.0427017Z [00:03:14.324]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:29.0428014Z [00:03:14.324]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:04:29.0428903Z [00:03:14.324]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:29.0429996Z [00:03:14.324]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.0430814Z [00:03:14.324]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:29.0431648Z [00:03:14.324]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:29.0432479Z [00:03:14.324]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:29.0433039Z [00:03:14.324]➜  EOF
2025-08-20T23:04:29.0439183Z [00:03:14.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1705/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal=>github.com/go-redis/redis@v6.15.9+incompatible/internal;$WORK/b1705=>" -p github.com/go-redis/redis/internal -lang=go1.16 -complete -installsuffix shared -buildid TLBNJTA9Wt1pp7xP2ztS/TLBNJTA9Wt1pp7xP2ztS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1705/importcfg -pack /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/error.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/internal.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/log.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/once.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/util.go
2025-08-20T23:04:29.0507813Z [00:03:14.334]➜  go tool buildid -w $WORK/b1711/_pkg_.a # internal
2025-08-20T23:04:29.0536204Z [00:03:14.337]➜  cp $WORK/b1711/_pkg_.a /root/.cache/go-build/bc/bca0e6d19a94c709c4d3666ef71239512924e10350cf3835cc18b73b4b13d403-d # internal
2025-08-20T23:04:29.0551203Z [00:03:14.337]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman
2025-08-20T23:04:29.0552030Z [00:03:14.337]➜  mkdir -p $WORK/b1712/
2025-08-20T23:04:29.0552825Z [00:03:14.337]➜  cat >/tmp/go-build3700090427/b1712/importcfg << 'EOF' # internal
2025-08-20T23:04:29.0553537Z [00:03:14.337]➜  # import config
2025-08-20T23:04:29.0554239Z [00:03:14.337]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.0555050Z [00:03:14.337]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.0556193Z [00:03:14.337]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.0557955Z [00:03:14.337]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.0560583Z [00:03:14.337]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.0562004Z [00:03:14.337]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.0563036Z [00:03:14.337]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.0563950Z [00:03:14.337]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.0564614Z [00:03:14.337]➜  EOF
2025-08-20T23:04:29.0568655Z [00:03:14.337]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1712/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rentman=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman;$WORK/b1712=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman -lang=go1.24 -complete -installsuffix shared -buildid fVt8NtKtLPt2bNqq-a7Y/fVt8NtKtLPt2bNqq-a7Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1712/importcfg -pack ./pkg/detectors/rentman/rentman.go
2025-08-20T23:04:29.0728625Z [00:03:14.356]➜  go tool buildid -w $WORK/b1705/_pkg_.a # internal
2025-08-20T23:04:29.0746326Z [00:03:14.358]➜  cp $WORK/b1705/_pkg_.a /root/.cache/go-build/2f/2ffa68a89d2966ea9bd0d6da95bcd6c018102f14a2cdf6934d96ee85513e4bc0-d # internal
2025-08-20T23:04:29.0754580Z [00:03:14.359]➜  github.com/go-redis/redis/internal/pool
2025-08-20T23:04:29.0758802Z [00:03:14.359]➜  mkdir -p $WORK/b1710/
2025-08-20T23:04:29.0768823Z [00:03:14.360]➜  cat >/tmp/go-build3700090427/b1710/importcfg << 'EOF' # internal
2025-08-20T23:04:29.0771312Z [00:03:14.360]➜  # import config
2025-08-20T23:04:29.0772244Z [00:03:14.360]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:29.0774564Z [00:03:14.360]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.0775685Z [00:03:14.360]➜  packagefile github.com/go-redis/redis/internal=/tmp/go-build3700090427/b1705/_pkg_.a
2025-08-20T23:04:29.0779801Z [00:03:14.360]➜  packagefile github.com/go-redis/redis/internal/proto=/tmp/go-build3700090427/b1706/_pkg_.a
2025-08-20T23:04:29.0780748Z [00:03:14.360]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:29.0781497Z [00:03:14.360]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:29.0782266Z [00:03:14.360]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:29.0783233Z [00:03:14.360]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:29.0783801Z [00:03:14.360]➜  EOF
2025-08-20T23:04:29.0796603Z [00:03:14.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/pool=>github.com/go-redis/redis@v6.15.9+incompatible/internal/pool;$WORK/b1710=>" -p github.com/go-redis/redis/internal/pool -lang=go1.16 -complete -installsuffix shared -buildid 8CLpRw2FHlXFZP75-j-H/8CLpRw2FHlXFZP75-j-H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1710/importcfg -pack /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/pool/conn.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/pool/pool.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/pool/pool_single.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/internal/pool/pool_sticky.go
2025-08-20T23:04:29.0914889Z [00:03:14.375]➜  go tool buildid -w $WORK/b1691/_pkg_.a # internal
2025-08-20T23:04:29.0927597Z [00:03:14.376]➜  cp $WORK/b1691/_pkg_.a /root/.cache/go-build/9f/9f4680a002e9ad0991225772b8c3301444cb0ab236c6332d6c89c234f6035f01-d # internal
2025-08-20T23:04:29.0929614Z [00:03:14.376]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr
2025-08-20T23:04:29.0931882Z [00:03:14.376]➜  mkdir -p $WORK/b1713/
2025-08-20T23:04:29.0939703Z [00:03:14.377]➜  cat >/tmp/go-build3700090427/b1713/importcfg << 'EOF' # internal
2025-08-20T23:04:29.0940719Z [00:03:14.377]➜  # import config
2025-08-20T23:04:29.0942782Z [00:03:14.377]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.0943779Z [00:03:14.377]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.0947104Z [00:03:14.377]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.0948761Z [00:03:14.377]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.0950311Z [00:03:14.377]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.0951452Z [00:03:14.377]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.0952286Z [00:03:14.377]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.0952912Z [00:03:14.377]➜  EOF
2025-08-20T23:04:29.0956884Z [00:03:14.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1713/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/repairshopr=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr;$WORK/b1713=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr -lang=go1.24 -complete -installsuffix shared -buildid nlQMoEF16Y6KoJR8tsEO/nlQMoEF16Y6KoJR8tsEO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1713/importcfg -pack ./pkg/detectors/repairshopr/repairshopr.go
2025-08-20T23:04:29.1159688Z [00:03:14.399]➜  go tool buildid -w $WORK/b1712/_pkg_.a # internal
2025-08-20T23:04:29.1172279Z [00:03:14.400]➜  cp $WORK/b1712/_pkg_.a /root/.cache/go-build/9e/9ebf007d40dc803450fa6c840aafea391f37efc6a9c87b3727c023d0924066da-d # internal
2025-08-20T23:04:29.1179284Z [00:03:14.400]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replicate
2025-08-20T23:04:29.1180329Z [00:03:14.400]➜  mkdir -p $WORK/b1714/
2025-08-20T23:04:29.1186916Z [00:03:14.402]➜  cat >/tmp/go-build3700090427/b1714/importcfg << 'EOF' # internal
2025-08-20T23:04:29.1199126Z [00:03:14.402]➜  # import config
2025-08-20T23:04:29.1200132Z [00:03:14.402]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.1200961Z [00:03:14.402]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.1202098Z [00:03:14.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.1203776Z [00:03:14.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.1205275Z [00:03:14.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.1206611Z [00:03:14.402]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.1207593Z [00:03:14.402]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.1208446Z [00:03:14.402]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.1209071Z [00:03:14.402]➜  EOF
2025-08-20T23:04:29.1213335Z [00:03:14.402]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1714/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replicate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replicate;$WORK/b1714=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replicate -lang=go1.24 -complete -installsuffix shared -buildid MMhM_2zSx7fw59O-JVam/MMhM_2zSx7fw59O-JVam -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1714/importcfg -pack ./pkg/detectors/replicate/replicate.go
2025-08-20T23:04:29.1695904Z [00:03:14.453]➜  go tool buildid -w $WORK/b1713/_pkg_.a # internal
2025-08-20T23:04:29.1711542Z [00:03:14.454]➜  cp $WORK/b1713/_pkg_.a /root/.cache/go-build/b8/b8255e6551320bba2ba5a72b1c5c8674e98c254e9de28147d78dcdfa0a6ea6fe-d # internal
2025-08-20T23:04:29.1745221Z [00:03:14.458]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replyio
2025-08-20T23:04:29.1749235Z [00:03:14.458]➜  mkdir -p $WORK/b1715/
2025-08-20T23:04:29.1755997Z [00:03:14.458]➜  cat >/tmp/go-build3700090427/b1715/importcfg << 'EOF' # internal
2025-08-20T23:04:29.1756782Z [00:03:14.458]➜  # import config
2025-08-20T23:04:29.1757455Z [00:03:14.458]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.1758248Z [00:03:14.458]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.1759558Z [00:03:14.458]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.1761088Z [00:03:14.458]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.1762807Z [00:03:14.458]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.1764107Z [00:03:14.458]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.1765013Z [00:03:14.458]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.1765803Z [00:03:14.458]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.1766374Z [00:03:14.458]➜  EOF
2025-08-20T23:04:29.1770712Z [00:03:14.459]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1715/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replyio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replyio;$WORK/b1715=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replyio -lang=go1.24 -complete -installsuffix shared -buildid xNkLscmOZNqeWoS2DBpC/xNkLscmOZNqeWoS2DBpC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1715/importcfg -pack ./pkg/detectors/replyio/replyio.go
2025-08-20T23:04:29.1807801Z [00:03:14.464]➜  go tool buildid -w $WORK/b1710/_pkg_.a # internal
2025-08-20T23:04:29.1830408Z [00:03:14.466]➜  cp $WORK/b1710/_pkg_.a /root/.cache/go-build/ac/aca07532e07060ea6e03cec37b4ed7b8a413fa6e6b028319c186463597338874-d # internal
2025-08-20T23:04:29.1840654Z [00:03:14.467]➜  github.com/go-redis/redis
2025-08-20T23:04:29.1841243Z [00:03:14.467]➜  mkdir -p $WORK/b1704/
2025-08-20T23:04:29.1848509Z [00:03:14.468]➜  cat >/tmp/go-build3700090427/b1704/importcfg << 'EOF' # internal
2025-08-20T23:04:29.1855766Z [00:03:14.468]➜  # import config
2025-08-20T23:04:29.1856417Z [00:03:14.468]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.1857454Z [00:03:14.468]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:29.1858340Z [00:03:14.468]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:29.1859228Z [00:03:14.468]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:29.1860287Z [00:03:14.468]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:29.1861085Z [00:03:14.468]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.1862192Z [00:03:14.468]➜  packagefile github.com/go-redis/redis/internal=/tmp/go-build3700090427/b1705/_pkg_.a
2025-08-20T23:04:29.1863578Z [00:03:14.468]➜  packagefile github.com/go-redis/redis/internal/consistenthash=/tmp/go-build3700090427/b1708/_pkg_.a
2025-08-20T23:04:29.1864898Z [00:03:14.468]➜  packagefile github.com/go-redis/redis/internal/hashtag=/tmp/go-build3700090427/b1709/_pkg_.a
2025-08-20T23:04:29.1866117Z [00:03:14.468]➜  packagefile github.com/go-redis/redis/internal/pool=/tmp/go-build3700090427/b1710/_pkg_.a
2025-08-20T23:04:29.1867363Z [00:03:14.468]➜  packagefile github.com/go-redis/redis/internal/proto=/tmp/go-build3700090427/b1706/_pkg_.a
2025-08-20T23:04:29.1868425Z [00:03:14.468]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:29.1869222Z [00:03:14.468]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:29.1870716Z [00:03:14.468]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:29.1871760Z [00:03:14.468]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:04:29.1872586Z [00:03:14.468]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:29.1873367Z [00:03:14.468]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:29.1874145Z [00:03:14.468]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:29.1874904Z [00:03:14.468]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:29.1875687Z [00:03:14.468]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:29.1876459Z [00:03:14.468]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:29.1877414Z [00:03:14.468]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.1878222Z [00:03:14.468]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:29.1879033Z [00:03:14.468]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:29.1880068Z [00:03:14.468]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:29.1880688Z [00:03:14.468]➜  EOF
2025-08-20T23:04:29.1892415Z [00:03:14.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1704/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible=>github.com/go-redis/redis@v6.15.9+incompatible;$WORK/b1704=>" -p github.com/go-redis/redis -lang=go1.16 -complete -installsuffix shared -buildid yBopD_r3t6QC3SWvNMjT/yBopD_r3t6QC3SWvNMjT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1704/importcfg -pack /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/cluster.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/cluster_commands.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/command.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/commands.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/doc.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/iterator.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/options.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/pipeline.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/pubsub.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/redis.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/result.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/ring.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/script.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/sentinel.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/tx.go /root/go/pkg/mod/github.com/go-redis/redis@v6.15.9+incompatible/universal.go
2025-08-20T23:04:29.2301575Z [00:03:14.513]➜  go tool buildid -w $WORK/b1714/_pkg_.a # internal
2025-08-20T23:04:29.2316605Z [00:03:14.515]➜  cp $WORK/b1714/_pkg_.a /root/.cache/go-build/38/38255cd579c57483dff0dfd5dd3c592282bc4ef229a462fc796a3be2af719469-d # internal
2025-08-20T23:04:29.2322082Z [00:03:14.515]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/requestfinance
2025-08-20T23:04:29.2322898Z [00:03:14.515]➜  mkdir -p $WORK/b1716/
2025-08-20T23:04:29.2367444Z [00:03:14.520]➜  cat >/tmp/go-build3700090427/b1716/importcfg << 'EOF' # internal
2025-08-20T23:04:29.2370372Z [00:03:14.520]➜  # import config
2025-08-20T23:04:29.2373207Z [00:03:14.520]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.2376023Z [00:03:14.520]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.2379287Z [00:03:14.520]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.2385761Z [00:03:14.520]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.2387394Z [00:03:14.520]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.2388923Z [00:03:14.520]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.2390048Z [00:03:14.520]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.2390844Z [00:03:14.520]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.2391427Z [00:03:14.520]➜  EOF
2025-08-20T23:04:29.2395543Z [00:03:14.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1716/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/requestfinance=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/requestfinance;$WORK/b1716=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/requestfinance -lang=go1.24 -complete -installsuffix shared -buildid ajuK9jVTihyUFkmjlN79/ajuK9jVTihyUFkmjlN79 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1716/importcfg -pack ./pkg/detectors/requestfinance/requestfinance.go
2025-08-20T23:04:29.2437416Z [00:03:14.527]➜  go tool buildid -w $WORK/b1715/_pkg_.a # internal
2025-08-20T23:04:29.2454234Z [00:03:14.529]➜  cp $WORK/b1715/_pkg_.a /root/.cache/go-build/4c/4c28a1cb479bdbc766c46887240bbcd6e561a69791ed419924880ee46497fb70-d # internal
2025-08-20T23:04:29.2460134Z [00:03:14.529]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi
2025-08-20T23:04:29.2461019Z [00:03:14.529]➜  mkdir -p $WORK/b1717/
2025-08-20T23:04:29.2461786Z [00:03:14.529]➜  cat >/tmp/go-build3700090427/b1717/importcfg << 'EOF' # internal
2025-08-20T23:04:29.2462485Z [00:03:14.529]➜  # import config
2025-08-20T23:04:29.2463343Z [00:03:14.529]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.2464600Z [00:03:14.529]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.2466142Z [00:03:14.529]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.2467773Z [00:03:14.529]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.2469121Z [00:03:14.529]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.2470262Z [00:03:14.529]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.2471108Z [00:03:14.529]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.2471754Z [00:03:14.529]➜  EOF
2025-08-20T23:04:29.2476395Z [00:03:14.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1717/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackhtmltopdfapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi;$WORK/b1717=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi -lang=go1.24 -complete -installsuffix shared -buildid sdei8fTArBi8vNHBsWXE/sdei8fTArBi8vNHBsWXE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1717/importcfg -pack ./pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi.go
2025-08-20T23:04:29.3028616Z [00:03:14.586]➜  go tool buildid -w $WORK/b1717/_pkg_.a # internal
2025-08-20T23:04:29.3043714Z [00:03:14.587]➜  go tool buildid -w $WORK/b1558/_pkg_.a # internal
2025-08-20T23:04:29.3051117Z [00:03:14.587]➜  cp $WORK/b1717/_pkg_.a /root/.cache/go-build/01/01c8ef39e8f676f0a52754bf2012f5293162bc445214669fc923a4f190a9b27b-d # internal
2025-08-20T23:04:29.3052413Z [00:03:14.588]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackscreenshotapi
2025-08-20T23:04:29.3053196Z [00:03:14.588]➜  mkdir -p $WORK/b1718/
2025-08-20T23:04:29.3060207Z [00:03:14.589]➜  cat >/tmp/go-build3700090427/b1718/importcfg << 'EOF' # internal
2025-08-20T23:04:29.3060978Z [00:03:14.589]➜  # import config
2025-08-20T23:04:29.3063828Z [00:03:14.589]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.3069626Z [00:03:14.589]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.3071405Z [00:03:14.589]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.3072958Z [00:03:14.589]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.3074286Z [00:03:14.589]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.3075230Z [00:03:14.589]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.3076205Z [00:03:14.589]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.3076836Z [00:03:14.589]➜  EOF
2025-08-20T23:04:29.3081382Z [00:03:14.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1718/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackscreenshotapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackscreenshotapi;$WORK/b1718=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackscreenshotapi -lang=go1.24 -complete -installsuffix shared -buildid leaEbBoG_aNRVh10ctCf/leaEbBoG_aNRVh10ctCf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1718/importcfg -pack ./pkg/detectors/restpackscreenshotapi/restpackscreenshotapi.go
2025-08-20T23:04:29.3085679Z [00:03:14.591]➜  go tool buildid -w $WORK/b1716/_pkg_.a # internal
2025-08-20T23:04:29.3096026Z [00:03:14.592]➜  cp $WORK/b1558/_pkg_.a /root/.cache/go-build/97/97a06e4cfb354d4cbcb21072c61195e8a254c8035503443c4602a161844898fd-d # internal
2025-08-20T23:04:29.3097774Z [00:03:14.593]➜  cp $WORK/b1716/_pkg_.a /root/.cache/go-build/da/da10dbc33125b8c2b799cd1869c78a34790004043e07a7b6fc85df8bc12e99d7-d # internal
2025-08-20T23:04:29.3099088Z [00:03:14.593]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/revampcrm
2025-08-20T23:04:29.3100117Z [00:03:14.593]➜  mkdir -p $WORK/b1719/
2025-08-20T23:04:29.3100793Z [00:03:14.593]➜  go.mongodb.org/mongo-driver/x/mongo/driver/connstring
2025-08-20T23:04:29.3101464Z [00:03:14.593]➜  mkdir -p $WORK/b1570/
2025-08-20T23:04:29.3108690Z [00:03:14.594]➜  cat >/tmp/go-build3700090427/b1570/importcfg << 'EOF' # internal
2025-08-20T23:04:29.3109811Z [00:03:14.594]➜  # import config
2025-08-20T23:04:29.3110489Z [00:03:14.594]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:29.3111308Z [00:03:14.594]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.3112433Z [00:03:14.594]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3700090427/b1544/_pkg_.a
2025-08-20T23:04:29.3113958Z [00:03:14.594]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3700090427/b1551/_pkg_.a
2025-08-20T23:04:29.3115370Z [00:03:14.594]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3700090427/b1558/_pkg_.a
2025-08-20T23:04:29.3116702Z [00:03:14.594]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3700090427/b1571/_pkg_.a
2025-08-20T23:04:29.3118123Z [00:03:14.594]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3700090427/b1557/_pkg_.a
2025-08-20T23:04:29.3119224Z [00:03:14.594]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:29.3120338Z [00:03:14.594]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:29.3121208Z [00:03:14.594]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:29.3122033Z [00:03:14.594]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.3135375Z [00:03:14.594]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:29.3136035Z [00:03:14.594]➜  EOF
2025-08-20T23:04:29.3153920Z [00:03:14.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1570/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/connstring=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/connstring;$WORK/b1570=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/connstring -lang=go1.18 -complete -installsuffix shared -buildid 1TCiD0rZO4NQh2eoT8bA/1TCiD0rZO4NQh2eoT8bA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1570/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/connstring/connstring.go
2025-08-20T23:04:29.3158088Z [00:03:14.594]➜  cat >/tmp/go-build3700090427/b1719/importcfg << 'EOF' # internal
2025-08-20T23:04:29.3158806Z [00:03:14.594]➜  # import config
2025-08-20T23:04:29.3159638Z [00:03:14.594]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.3161020Z [00:03:14.594]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.3162563Z [00:03:14.594]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.3164393Z [00:03:14.594]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.3165738Z [00:03:14.594]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.3166689Z [00:03:14.594]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.3167531Z [00:03:14.594]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.3168159Z [00:03:14.594]➜  EOF
2025-08-20T23:04:29.3172139Z [00:03:14.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1719/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/revampcrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/revampcrm;$WORK/b1719=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/revampcrm -lang=go1.24 -complete -installsuffix shared -buildid 3FMhOuEZK3bXpmL_L7KL/3FMhOuEZK3bXpmL_L7KL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1719/importcfg -pack ./pkg/detectors/revampcrm/revampcrm.go
2025-08-20T23:04:29.3625931Z [00:03:14.646]➜  go tool buildid -w $WORK/b1718/_pkg_.a # internal
2025-08-20T23:04:29.3682178Z [00:03:14.648]➜  cp $WORK/b1718/_pkg_.a /root/.cache/go-build/3b/3b3c86b2332c75da5e3c1eb7ea3f06745f18a35137b8031ab45587e35f11f73e-d # internal
2025-08-20T23:04:29.3684789Z [00:03:14.649]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ringcentral
2025-08-20T23:04:29.3685558Z [00:03:14.649]➜  mkdir -p $WORK/b1720/
2025-08-20T23:04:29.3686291Z [00:03:14.650]➜  cat >/tmp/go-build3700090427/b1720/importcfg << 'EOF' # internal
2025-08-20T23:04:29.3686953Z [00:03:14.650]➜  # import config
2025-08-20T23:04:29.3687608Z [00:03:14.650]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.3688582Z [00:03:14.650]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.3689931Z [00:03:14.650]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.3691464Z [00:03:14.650]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.3693039Z [00:03:14.650]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.3694372Z [00:03:14.650]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.3695325Z [00:03:14.650]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.3696171Z [00:03:14.650]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.3696799Z [00:03:14.650]➜  EOF
2025-08-20T23:04:29.3700997Z [00:03:14.650]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1720/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ringcentral=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ringcentral;$WORK/b1720=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ringcentral -lang=go1.24 -complete -installsuffix shared -buildid YmUheR4LZz6tVEECdu1m/YmUheR4LZz6tVEECdu1m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1720/importcfg -pack ./pkg/detectors/ringcentral/ringcentral.go
2025-08-20T23:04:29.3772839Z [00:03:14.660]➜  go tool buildid -w $WORK/b1719/_pkg_.a # internal
2025-08-20T23:04:29.3788099Z [00:03:14.662]➜  cp $WORK/b1719/_pkg_.a /root/.cache/go-build/76/76346db98bca2c2c19070d0d45082544080209a72508e65b57e510ece468329b-d # internal
2025-08-20T23:04:29.3789647Z [00:03:14.662]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ritekit
2025-08-20T23:04:29.3790476Z [00:03:14.662]➜  mkdir -p $WORK/b1721/
2025-08-20T23:04:29.3795487Z [00:03:14.663]➜  cat >/tmp/go-build3700090427/b1721/importcfg << 'EOF' # internal
2025-08-20T23:04:29.3796425Z [00:03:14.663]➜  # import config
2025-08-20T23:04:29.3797092Z [00:03:14.663]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.3798028Z [00:03:14.663]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.3799173Z [00:03:14.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.3800833Z [00:03:14.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.3802576Z [00:03:14.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.3803998Z [00:03:14.663]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.3804998Z [00:03:14.663]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.3805827Z [00:03:14.663]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.3806466Z [00:03:14.663]➜  EOF
2025-08-20T23:04:29.3810669Z [00:03:14.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1721/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ritekit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ritekit;$WORK/b1721=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ritekit -lang=go1.24 -complete -installsuffix shared -buildid EKzPldLe_ZUZQSnH56NQ/EKzPldLe_ZUZQSnH56NQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1721/importcfg -pack ./pkg/detectors/ritekit/ritekit.go
2025-08-20T23:04:29.4360101Z [00:03:14.719]➜  go tool buildid -w $WORK/b1720/_pkg_.a # internal
2025-08-20T23:04:29.4360901Z [00:03:14.719]➜  go tool buildid -w $WORK/b1570/_pkg_.a # internal
2025-08-20T23:04:29.4365183Z [00:03:14.720]➜  go tool buildid -w $WORK/b1721/_pkg_.a # internal
2025-08-20T23:04:29.4374587Z [00:03:14.721]➜  cp $WORK/b1570/_pkg_.a /root/.cache/go-build/1e/1eb8e190e04c17403221d08fcd65ae7c161afcfd4d05017653427408cb7689bf-d # internal
2025-08-20T23:04:29.4376524Z [00:03:14.721]➜  cp $WORK/b1720/_pkg_.a /root/.cache/go-build/c0/c013182bdb4a8c105cff4ffb0fdc2b2823a411d79e75b23d7fd36d09602e007b-d # internal
2025-08-20T23:04:29.4383365Z [00:03:14.721]➜  cp $WORK/b1721/_pkg_.a /root/.cache/go-build/18/1865556ad9c7f602ecd6c30b73934c9b8f15729100cc5baa09e544d05cc8c6fd-d # internal
2025-08-20T23:04:29.4385504Z [00:03:14.722]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/roaring
2025-08-20T23:04:29.4388232Z [00:03:14.722]➜  mkdir -p $WORK/b1722/
2025-08-20T23:04:29.4391094Z [00:03:14.722]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/robinhoodcrypto
2025-08-20T23:04:29.4392566Z [00:03:14.722]➜  mkdir -p $WORK/b1723/
2025-08-20T23:04:29.4404711Z [00:03:14.723]➜  go.mongodb.org/mongo-driver/mongo/options
2025-08-20T23:04:29.4418792Z [00:03:14.724]➜  mkdir -p $WORK/b1546/
2025-08-20T23:04:29.4421823Z [00:03:14.724]➜  cat >/tmp/go-build3700090427/b1723/importcfg << 'EOF' # internal
2025-08-20T23:04:29.4422595Z [00:03:14.724]➜  # import config
2025-08-20T23:04:29.4423272Z [00:03:14.724]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.4424162Z [00:03:14.724]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:04:29.4425085Z [00:03:14.724]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:29.4425999Z [00:03:14.724]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:29.4427073Z [00:03:14.724]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.4428224Z [00:03:14.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.4429908Z [00:03:14.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.4431484Z [00:03:14.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.4432971Z [00:03:14.724]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.4434039Z [00:03:14.724]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:29.4434811Z [00:03:14.724]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.4435604Z [00:03:14.724]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.4436367Z [00:03:14.724]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:29.4436935Z [00:03:14.724]➜  EOF
2025-08-20T23:04:29.4441071Z [00:03:14.724]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1723/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/robinhoodcrypto=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/robinhoodcrypto;$WORK/b1723=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/robinhoodcrypto -lang=go1.24 -complete -installsuffix shared -buildid lF2Hsfk7qAqBzElXLq_k/lF2Hsfk7qAqBzElXLq_k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1723/importcfg -pack ./pkg/detectors/robinhoodcrypto/robinhoodcrypto.go
2025-08-20T23:04:29.4444771Z [00:03:14.724]➜  cat >/tmp/go-build3700090427/b1546/importcfg << 'EOF' # internal
2025-08-20T23:04:29.4445327Z [00:03:14.724]➜  # import config
2025-08-20T23:04:29.4445870Z [00:03:14.724]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:29.4446677Z [00:03:14.724]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.4447537Z [00:03:14.724]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:29.4448503Z [00:03:14.724]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:29.4457928Z [00:03:14.724]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:04:29.4459242Z [00:03:14.724]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:29.4489628Z [00:03:14.724]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.4490844Z [00:03:14.724]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build3700090427/b1547/_pkg_.a
2025-08-20T23:04:29.4492356Z [00:03:14.724]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:29.4494017Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3700090427/b1524/_pkg_.a
2025-08-20T23:04:29.4495746Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:29.4497414Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3700090427/b1530/_pkg_.a
2025-08-20T23:04:29.4499149Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3700090427/b1541/_pkg_.a
2025-08-20T23:04:29.4500910Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3700090427/b1542/_pkg_.a
2025-08-20T23:04:29.4502210Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3700090427/b1550/_pkg_.a
2025-08-20T23:04:29.4503480Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3700090427/b1536/_pkg_.a
2025-08-20T23:04:29.4504771Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3700090427/b1551/_pkg_.a
2025-08-20T23:04:29.4505965Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3700090427/b1537/_pkg_.a
2025-08-20T23:04:29.4507342Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:29.4508636Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3700090427/b1552/_pkg_.a
2025-08-20T23:04:29.4510130Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3700090427/b1558/_pkg_.a
2025-08-20T23:04:29.4511498Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3700090427/b1570/_pkg_.a
2025-08-20T23:04:29.4513254Z [00:03:14.725]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3700090427/b1557/_pkg_.a
2025-08-20T23:04:29.4514545Z [00:03:14.725]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:29.4515342Z [00:03:14.725]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:29.4516106Z [00:03:14.725]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:29.4516914Z [00:03:14.725]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.4517742Z [00:03:14.725]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:29.4518563Z [00:03:14.725]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:29.4519500Z [00:03:14.725]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.4520305Z [00:03:14.725]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:29.4520928Z [00:03:14.725]➜  EOF
2025-08-20T23:04:29.4544709Z [00:03:14.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1546/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options=>go.mongodb.org/mongo-driver@v1.17.4/mongo/options;$WORK/b1546=>" -p go.mongodb.org/mongo-driver/mongo/options -lang=go1.18 -complete -installsuffix shared -buildid 8-NsIGoFJ-2B_xvZR_s_/8-NsIGoFJ-2B_xvZR_s_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1546/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/aggregateoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/autoencryptionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/bulkwriteoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/changestreamoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/clientencryptionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/clientoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/collectionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/countoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/createcollectionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/datakeyoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/dboptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/deleteoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/distinctoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/encryptoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/estimatedcountoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/findoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/gridfsoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/indexoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/insertoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/listcollectionsoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/listdatabasesoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/loggeroptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/mongooptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/replaceoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/rewrapdatakeyoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/runcmdoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/searchindexoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/serverapioptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/sessionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/transactionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/options/updateoptions.go
2025-08-20T23:04:29.4565826Z [00:03:14.725]➜  cat >/tmp/go-build3700090427/b1722/importcfg << 'EOF' # internal
2025-08-20T23:04:29.4566519Z [00:03:14.725]➜  # import config
2025-08-20T23:04:29.4567182Z [00:03:14.725]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.4568081Z [00:03:14.726]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:29.4568936Z [00:03:14.726]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.4570375Z [00:03:14.726]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.4572578Z [00:03:14.726]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.4574194Z [00:03:14.726]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.4575526Z [00:03:14.726]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.4576486Z [00:03:14.726]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.4577342Z [00:03:14.726]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.4577968Z [00:03:14.726]➜  EOF
2025-08-20T23:04:29.4581896Z [00:03:14.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1722/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/roaring=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/roaring;$WORK/b1722=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/roaring -lang=go1.24 -complete -installsuffix shared -buildid ZZbtD-tpe1vcEYCfqDyI/ZZbtD-tpe1vcEYCfqDyI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1722/importcfg -pack ./pkg/detectors/roaring/roaring.go
2025-08-20T23:04:29.5028654Z [00:03:14.786]➜  go tool buildid -w $WORK/b1722/_pkg_.a # internal
2025-08-20T23:04:29.5066444Z [00:03:14.790]➜  cp $WORK/b1722/_pkg_.a /root/.cache/go-build/cf/cf9b05b2fb7458ee083094d57f4626b631400281785fc34043bfefcb1772996c-d # internal
2025-08-20T23:04:29.5067884Z [00:03:14.790]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rocketreach
2025-08-20T23:04:29.5068663Z [00:03:14.790]➜  mkdir -p $WORK/b1724/
2025-08-20T23:04:29.5069581Z [00:03:14.790]➜  cat >/tmp/go-build3700090427/b1724/importcfg << 'EOF' # internal
2025-08-20T23:04:29.5070263Z [00:03:14.790]➜  # import config
2025-08-20T23:04:29.5070955Z [00:03:14.790]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.5072129Z [00:03:14.790]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.5073645Z [00:03:14.790]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.5075254Z [00:03:14.790]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.5076602Z [00:03:14.790]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.5077546Z [00:03:14.790]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.5078417Z [00:03:14.790]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.5079264Z [00:03:14.790]➜  EOF
2025-08-20T23:04:29.5083492Z [00:03:14.790]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1724/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rocketreach=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rocketreach;$WORK/b1724=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rocketreach -lang=go1.24 -complete -installsuffix shared -buildid vDhat2Cn-qX-gg82sEUV/vDhat2Cn-qX-gg82sEUV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1724/importcfg -pack ./pkg/detectors/rocketreach/rocketreach.go
2025-08-20T23:04:29.5160829Z [00:03:14.799]➜  go tool buildid -w $WORK/b1723/_pkg_.a # internal
2025-08-20T23:04:29.5183908Z [00:03:14.801]➜  cp $WORK/b1723/_pkg_.a /root/.cache/go-build/fe/fe24755dae52e3f8e025881e82cca67769995fcb1c2636a409ae9c03a7551f54-d # internal
2025-08-20T23:04:29.5185243Z [00:03:14.801]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rootly
2025-08-20T23:04:29.5185986Z [00:03:14.801]➜  mkdir -p $WORK/b1725/
2025-08-20T23:04:29.5186680Z [00:03:14.801]➜  cat >/tmp/go-build3700090427/b1725/importcfg << 'EOF' # internal
2025-08-20T23:04:29.5187410Z [00:03:14.801]➜  # import config
2025-08-20T23:04:29.5188020Z [00:03:14.801]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.5188790Z [00:03:14.801]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.5190161Z [00:03:14.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.5191704Z [00:03:14.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.5193256Z [00:03:14.801]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.5194573Z [00:03:14.801]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.5195564Z [00:03:14.801]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.5196201Z [00:03:14.801]➜  EOF
2025-08-20T23:04:29.5204617Z [00:03:14.801]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1725/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rootly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rootly;$WORK/b1725=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rootly -lang=go1.24 -complete -installsuffix shared -buildid ncmg66pfphPhW3ax4sRP/ncmg66pfphPhW3ax4sRP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1725/importcfg -pack ./pkg/detectors/rootly/rootly.go
2025-08-20T23:04:29.5664711Z [00:03:14.847]➜  go tool buildid -w $WORK/b1724/_pkg_.a # internal
2025-08-20T23:04:29.5666106Z [00:03:14.847]➜  cp $WORK/b1724/_pkg_.a /root/.cache/go-build/45/45ca92c84c1ea7f3da76e61aab14497bd05a54ba9ee8dc2f0cf5a3b2bf54f738-d # internal
2025-08-20T23:04:29.5667393Z [00:03:14.847]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/route4me
2025-08-20T23:04:29.5668115Z [00:03:14.847]➜  mkdir -p $WORK/b1726/
2025-08-20T23:04:29.5668802Z [00:03:14.847]➜  cat >/tmp/go-build3700090427/b1726/importcfg << 'EOF' # internal
2025-08-20T23:04:29.5669610Z [00:03:14.847]➜  # import config
2025-08-20T23:04:29.5670253Z [00:03:14.847]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.5671391Z [00:03:14.847]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.5672846Z [00:03:14.847]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.5674344Z [00:03:14.847]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.5675610Z [00:03:14.847]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.5676520Z [00:03:14.847]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.5677531Z [00:03:14.847]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.5678114Z [00:03:14.847]➜  EOF
2025-08-20T23:04:29.5682073Z [00:03:14.847]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1726/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/route4me=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/route4me;$WORK/b1726=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/route4me -lang=go1.24 -complete -installsuffix shared -buildid _9tx7fmtG4LeHBkhFx06/_9tx7fmtG4LeHBkhFx06 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1726/importcfg -pack ./pkg/detectors/route4me/route4me.go
2025-08-20T23:04:29.5791939Z [00:03:14.862]➜  go tool buildid -w $WORK/b1725/_pkg_.a # internal
2025-08-20T23:04:29.5793284Z [00:03:14.862]➜  cp $WORK/b1725/_pkg_.a /root/.cache/go-build/d8/d82b4c20b3dfb97b0e95d951a6b439b196d9b0d18e7725bdf2fc1b26c4102d78-d # internal
2025-08-20T23:04:29.5794553Z [00:03:14.862]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rownd
2025-08-20T23:04:29.5795281Z [00:03:14.862]➜  mkdir -p $WORK/b1727/
2025-08-20T23:04:29.5796015Z [00:03:14.862]➜  cat >/tmp/go-build3700090427/b1727/importcfg << 'EOF' # internal
2025-08-20T23:04:29.5796680Z [00:03:14.862]➜  # import config
2025-08-20T23:04:29.5797329Z [00:03:14.862]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.5798505Z [00:03:14.862]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.5800175Z [00:03:14.862]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.5801744Z [00:03:14.862]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.5803016Z [00:03:14.862]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.5803926Z [00:03:14.862]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.5804697Z [00:03:14.862]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.5805310Z [00:03:14.862]➜  EOF
2025-08-20T23:04:29.5809112Z [00:03:14.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1727/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rownd=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rownd;$WORK/b1727=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rownd -lang=go1.24 -complete -installsuffix shared -buildid kzq71KQGolUL3LDQ0pBQ/kzq71KQGolUL3LDQ0pBQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1727/importcfg -pack ./pkg/detectors/rownd/rownd.go
2025-08-20T23:04:29.6172419Z [00:03:14.900]➜  go tool buildid -w $WORK/b1726/_pkg_.a # internal
2025-08-20T23:04:29.6192522Z [00:03:14.902]➜  cp $WORK/b1726/_pkg_.a /root/.cache/go-build/9e/9e118cf8cfc0ce9d1f1d4faa1849adef123add913211552c3c8b811582e1d096-d # internal
2025-08-20T23:04:29.6199959Z [00:03:14.903]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rubygems
2025-08-20T23:04:29.6204970Z [00:03:14.904]➜  mkdir -p $WORK/b1728/
2025-08-20T23:04:29.6215220Z [00:03:14.905]➜  cat >/tmp/go-build3700090427/b1728/importcfg << 'EOF' # internal
2025-08-20T23:04:29.6219047Z [00:03:14.905]➜  # import config
2025-08-20T23:04:29.6219978Z [00:03:14.905]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.6221194Z [00:03:14.905]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.6222812Z [00:03:14.905]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.6224477Z [00:03:14.905]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.6225869Z [00:03:14.905]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.6227131Z [00:03:14.905]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.6228019Z [00:03:14.905]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.6228652Z [00:03:14.905]➜  EOF
2025-08-20T23:04:29.6237616Z [00:03:14.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1728/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rubygems=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rubygems;$WORK/b1728=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rubygems -lang=go1.24 -complete -installsuffix shared -buildid W98U-3bMevn6vAicFF2f/W98U-3bMevn6vAicFF2f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1728/importcfg -pack ./pkg/detectors/rubygems/rubygems.go
2025-08-20T23:04:29.6469653Z [00:03:14.930]➜  go tool buildid -w $WORK/b1727/_pkg_.a # internal
2025-08-20T23:04:29.6498611Z [00:03:14.933]➜  cp $WORK/b1727/_pkg_.a /root/.cache/go-build/82/82acbdd4efd7fcf798b5894312c78552a3fcb8ae43d34055fa428268ed3ba4bc-d # internal
2025-08-20T23:04:29.6504781Z [00:03:14.933]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/runrunit
2025-08-20T23:04:29.6505543Z [00:03:14.933]➜  mkdir -p $WORK/b1729/
2025-08-20T23:04:29.6506283Z [00:03:14.933]➜  cat >/tmp/go-build3700090427/b1729/importcfg << 'EOF' # internal
2025-08-20T23:04:29.6507013Z [00:03:14.933]➜  # import config
2025-08-20T23:04:29.6507860Z [00:03:14.933]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.6509098Z [00:03:14.933]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.6510825Z [00:03:14.933]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.6512326Z [00:03:14.933]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.6513646Z [00:03:14.933]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.6514561Z [00:03:14.933]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.6515336Z [00:03:14.933]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.6515914Z [00:03:14.933]➜  EOF
2025-08-20T23:04:29.6520264Z [00:03:14.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1729/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/runrunit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/runrunit;$WORK/b1729=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/runrunit -lang=go1.24 -complete -installsuffix shared -buildid eGOplPdqMekCdiNqfyO2/eGOplPdqMekCdiNqfyO2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1729/importcfg -pack ./pkg/detectors/runrunit/runrunit.go
2025-08-20T23:04:29.6923368Z [00:03:14.975]➜  go tool buildid -w $WORK/b1728/_pkg_.a # internal
2025-08-20T23:04:29.6942696Z [00:03:14.977]➜  cp $WORK/b1728/_pkg_.a /root/.cache/go-build/88/88f7b183924e82aa3358b750ddba48dd53abe0d338a251feb9b514fc567a021f-d # internal
2025-08-20T23:04:29.6950534Z [00:03:14.978]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saladcloudapikey
2025-08-20T23:04:29.6963924Z [00:03:14.980]➜  mkdir -p $WORK/b1730/
2025-08-20T23:04:29.6964979Z [00:03:14.980]➜  cat >/tmp/go-build3700090427/b1730/importcfg << 'EOF' # internal
2025-08-20T23:04:29.6966458Z [00:03:14.980]➜  # import config
2025-08-20T23:04:29.6967318Z [00:03:14.980]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.6969915Z [00:03:14.980]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.6971529Z [00:03:14.980]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.6973481Z [00:03:14.980]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.6977053Z [00:03:14.980]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.6980983Z [00:03:14.980]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.6981948Z [00:03:14.980]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:29.6982767Z [00:03:14.980]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.6983397Z [00:03:14.980]➜  EOF
2025-08-20T23:04:29.6987760Z [00:03:14.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1730/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saladcloudapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saladcloudapikey;$WORK/b1730=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saladcloudapikey -lang=go1.24 -complete -installsuffix shared -buildid yifmnUE2NCNgqAHohg_V/yifmnUE2NCNgqAHohg_V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1730/importcfg -pack ./pkg/detectors/saladcloudapikey/saladcloudapikey.go
2025-08-20T23:04:29.7189316Z [00:03:15.002]➜  go tool buildid -w $WORK/b1729/_pkg_.a # internal
2025-08-20T23:04:29.7203888Z [00:03:15.003]➜  cp $WORK/b1729/_pkg_.a /root/.cache/go-build/47/4798def7a1d8d7c950dab02da3b0df49dd9922f0040a73ae6505a3146bd08255-d # internal
2025-08-20T23:04:29.7213931Z [00:03:15.004]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesblink
2025-08-20T23:04:29.7214736Z [00:03:15.004]➜  mkdir -p $WORK/b1731/
2025-08-20T23:04:29.7215528Z [00:03:15.004]➜  cat >/tmp/go-build3700090427/b1731/importcfg << 'EOF' # internal
2025-08-20T23:04:29.7216294Z [00:03:15.004]➜  # import config
2025-08-20T23:04:29.7216969Z [00:03:15.004]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.7218275Z [00:03:15.004]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.7219854Z [00:03:15.004]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.7221420Z [00:03:15.004]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.7222785Z [00:03:15.004]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.7223771Z [00:03:15.004]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.7224589Z [00:03:15.004]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.7225184Z [00:03:15.004]➜  EOF
2025-08-20T23:04:29.7229248Z [00:03:15.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1731/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesblink=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesblink;$WORK/b1731=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesblink -lang=go1.24 -complete -installsuffix shared -buildid snkDEiUuyM5YGMLIK7jH/snkDEiUuyM5YGMLIK7jH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1731/importcfg -pack ./pkg/detectors/salesblink/salesblink.go
2025-08-20T23:04:29.7700954Z [00:03:15.053]➜  go tool buildid -w $WORK/b1730/_pkg_.a # internal
2025-08-20T23:04:29.7723414Z [00:03:15.055]➜  cp $WORK/b1730/_pkg_.a /root/.cache/go-build/0b/0b7158a905fd001e4a12aaa584e74aa2d084f2fab6c02fb40b4a4e4ef460f785-d # internal
2025-08-20T23:04:29.7725013Z [00:03:15.055]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salescookie
2025-08-20T23:04:29.7727756Z [00:03:15.055]➜  mkdir -p $WORK/b1732/
2025-08-20T23:04:29.7728503Z [00:03:15.055]➜  cat >/tmp/go-build3700090427/b1732/importcfg << 'EOF' # internal
2025-08-20T23:04:29.7729657Z [00:03:15.055]➜  # import config
2025-08-20T23:04:29.7730354Z [00:03:15.055]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.7731703Z [00:03:15.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.7733215Z [00:03:15.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.7734707Z [00:03:15.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.7735979Z [00:03:15.055]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.7736935Z [00:03:15.055]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.7737796Z [00:03:15.055]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.7738410Z [00:03:15.055]➜  EOF
2025-08-20T23:04:29.7742791Z [00:03:15.055]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1732/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salescookie=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salescookie;$WORK/b1732=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salescookie -lang=go1.24 -complete -installsuffix shared -buildid nTHA0T7L0P7mbh4ZbMF2/nTHA0T7L0P7mbh4ZbMF2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1732/importcfg -pack ./pkg/detectors/salescookie/salescookie.go
2025-08-20T23:04:29.7844465Z [00:03:15.067]➜  go tool buildid -w $WORK/b1731/_pkg_.a # internal
2025-08-20T23:04:29.7859886Z [00:03:15.069]➜  cp $WORK/b1731/_pkg_.a /root/.cache/go-build/db/db7ed318f4a46da5d6cda3ae0f72871c9ce2827f5b9bbc295c36f11c7ae33a7a-d # internal
2025-08-20T23:04:29.7867111Z [00:03:15.069]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesflare
2025-08-20T23:04:29.7867949Z [00:03:15.070]➜  mkdir -p $WORK/b1733/
2025-08-20T23:04:29.7878542Z [00:03:15.070]➜  cat >/tmp/go-build3700090427/b1733/importcfg << 'EOF' # internal
2025-08-20T23:04:29.7879286Z [00:03:15.070]➜  # import config
2025-08-20T23:04:29.7880180Z [00:03:15.070]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.7881082Z [00:03:15.070]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.7882259Z [00:03:15.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.7883699Z [00:03:15.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.7885131Z [00:03:15.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.7886395Z [00:03:15.070]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.7887377Z [00:03:15.070]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.7888799Z [00:03:15.070]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.7889695Z [00:03:15.070]➜  EOF
2025-08-20T23:04:29.7893594Z [00:03:15.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1733/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesflare=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesflare;$WORK/b1733=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesflare -lang=go1.24 -complete -installsuffix shared -buildid B5Acnm0OJFcyScUKmOEq/B5Acnm0OJFcyScUKmOEq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1733/importcfg -pack ./pkg/detectors/salesflare/salesflare.go
2025-08-20T23:04:29.8602724Z [00:03:15.141]➜  go tool buildid -w $WORK/b1732/_pkg_.a # internal
2025-08-20T23:04:29.8605694Z [00:03:15.143]➜  cp $WORK/b1732/_pkg_.a /root/.cache/go-build/19/197b7e9e4de1ea6d3f142b1c2c9266b9b16312956567a31c87b9efc78877e65d-d # internal
2025-08-20T23:04:29.8607091Z [00:03:15.143]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforce
2025-08-20T23:04:29.8607856Z [00:03:15.144]➜  mkdir -p $WORK/b1734/
2025-08-20T23:04:29.8608583Z [00:03:15.144]➜  cat >/tmp/go-build3700090427/b1734/importcfg << 'EOF' # internal
2025-08-20T23:04:29.8609253Z [00:03:15.144]➜  # import config
2025-08-20T23:04:29.8610262Z [00:03:15.144]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.8611104Z [00:03:15.144]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.8612242Z [00:03:15.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.8613705Z [00:03:15.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.8615243Z [00:03:15.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.8616823Z [00:03:15.144]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.8617839Z [00:03:15.144]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.8618873Z [00:03:15.144]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.8619985Z [00:03:15.144]➜  EOF
2025-08-20T23:04:29.8623713Z [00:03:15.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1734/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforce=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforce;$WORK/b1734=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforce -lang=go1.24 -complete -installsuffix shared -buildid B-tGOP-cq6LBr5k-jImY/B-tGOP-cq6LBr5k-jImY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1734/importcfg -pack ./pkg/detectors/salesforce/salesforce.go
2025-08-20T23:04:29.8701301Z [00:03:15.151]➜  go tool buildid -w $WORK/b1733/_pkg_.a # internal
2025-08-20T23:04:29.8703493Z [00:03:15.152]➜  cp $WORK/b1733/_pkg_.a /root/.cache/go-build/a9/a9c214956953d89f5f422d25ab7196305df09b63cd6377b5f4ca41ead8eeb482-d # internal
2025-08-20T23:04:29.8714031Z [00:03:15.155]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforceoauth2
2025-08-20T23:04:29.8715444Z [00:03:15.155]➜  mkdir -p $WORK/b1735/
2025-08-20T23:04:29.8719820Z [00:03:15.155]➜  cat >/tmp/go-build3700090427/b1735/importcfg << 'EOF' # internal
2025-08-20T23:04:29.8721098Z [00:03:15.155]➜  # import config
2025-08-20T23:04:29.8722145Z [00:03:15.155]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.8723182Z [00:03:15.155]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:29.8724562Z [00:03:15.155]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:29.8725805Z [00:03:15.155]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.8727228Z [00:03:15.155]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:29.8728952Z [00:03:15.155]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.8730548Z [00:03:15.155]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.8732028Z [00:03:15.155]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.8733522Z [00:03:15.155]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.8734359Z [00:03:15.155]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:29.8735103Z [00:03:15.155]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.8735908Z [00:03:15.155]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:29.8736680Z [00:03:15.155]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.8737256Z [00:03:15.155]➜  EOF
2025-08-20T23:04:29.8741436Z [00:03:15.155]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1735/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforceoauth2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforceoauth2;$WORK/b1735=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforceoauth2 -lang=go1.24 -complete -installsuffix shared -buildid hkDtJS2lT6Bn-oeI8_lT/hkDtJS2lT6Bn-oeI8_lT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1735/importcfg -pack ./pkg/detectors/salesforceoauth2/salesforceoauth2.go
2025-08-20T23:04:29.9097309Z [00:03:15.193]➜  go tool buildid -w $WORK/b1546/_pkg_.a # internal
2025-08-20T23:04:29.9232930Z [00:03:15.206]➜  cp $WORK/b1546/_pkg_.a /root/.cache/go-build/79/795e3867640f266ca80988e861a96a4af3743c5ad5c81c22c74b499dc724f9d5-d # internal
2025-08-20T23:04:29.9240316Z [00:03:15.207]➜  go.mongodb.org/mongo-driver/x/mongo/driver/topology
2025-08-20T23:04:29.9243811Z [00:03:15.208]➜  mkdir -p $WORK/b1572/
2025-08-20T23:04:29.9254773Z [00:03:15.208]➜  cat >/tmp/go-build3700090427/b1572/importcfg << 'EOF' # internal
2025-08-20T23:04:29.9256871Z [00:03:15.208]➜  # import config
2025-08-20T23:04:29.9257527Z [00:03:15.208]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:29.9258737Z [00:03:15.208]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.9259795Z [00:03:15.208]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:29.9260744Z [00:03:15.208]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:29.9261607Z [00:03:15.208]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:29.9262386Z [00:03:15.208]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.9263351Z [00:03:15.208]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build3700090427/b1573/_pkg_.a
2025-08-20T23:04:29.9264471Z [00:03:15.208]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:29.9265894Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3700090427/b1524/_pkg_.a
2025-08-20T23:04:29.9267340Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:29.9268565Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3700090427/b1530/_pkg_.a
2025-08-20T23:04:29.9270019Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3700090427/b1540/_pkg_.a
2025-08-20T23:04:29.9271328Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3700090427/b1553/_pkg_.a
2025-08-20T23:04:29.9272664Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3700090427/b1541/_pkg_.a
2025-08-20T23:04:29.9273931Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3700090427/b1542/_pkg_.a
2025-08-20T23:04:29.9275245Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3700090427/b1535/_pkg_.a
2025-08-20T23:04:29.9276448Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3700090427/b1544/_pkg_.a
2025-08-20T23:04:29.9277645Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3700090427/b1531/_pkg_.a
2025-08-20T23:04:29.9278996Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3700090427/b1532/_pkg_.a
2025-08-20T23:04:29.9280394Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3700090427/b1546/_pkg_.a
2025-08-20T23:04:29.9281647Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:29.9282894Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3700090427/b1552/_pkg_.a
2025-08-20T23:04:29.9284197Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3700090427/b1558/_pkg_.a
2025-08-20T23:04:29.9285631Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3700090427/b1570/_pkg_.a
2025-08-20T23:04:29.9287299Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3700090427/b1571/_pkg_.a
2025-08-20T23:04:29.9288679Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build3700090427/b1574/_pkg_.a
2025-08-20T23:04:29.9290309Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3700090427/b1568/_pkg_.a
2025-08-20T23:04:29.9291628Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3700090427/b1556/_pkg_.a
2025-08-20T23:04:29.9292968Z [00:03:15.209]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3700090427/b1557/_pkg_.a
2025-08-20T23:04:29.9294126Z [00:03:15.209]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:29.9294834Z [00:03:15.209]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:29.9295541Z [00:03:15.209]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:29.9296264Z [00:03:15.209]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.9297007Z [00:03:15.209]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:29.9297744Z [00:03:15.209]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.9298453Z [00:03:15.209]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:29.9299192Z [00:03:15.209]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:29.9300116Z [00:03:15.209]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:29.9300684Z [00:03:15.209]➜  EOF
2025-08-20T23:04:29.9334409Z [00:03:15.209]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1572/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology=>go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology;$WORK/b1572=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/topology -lang=go1.18 -complete -installsuffix shared -buildid TisNQox5kICguiHUZ8HX/TisNQox5kICguiHUZ8HX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1572/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/cancellation_listener.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/connection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/connection_legacy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/connection_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/diff.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/fsm.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/pool.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/pool_generation_counter.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/rtt_monitor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/server.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/server_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/tls_connection_source_1_17.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/topology.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/x/mongo/driver/topology/topology_options.go
2025-08-20T23:04:29.9631867Z [00:03:15.246]➜  go tool buildid -w $WORK/b1734/_pkg_.a # internal
2025-08-20T23:04:29.9652652Z [00:03:15.248]➜  cp $WORK/b1734/_pkg_.a /root/.cache/go-build/9b/9b8ee519cd3ea40ad2bc8ac5b6706d25e479eeb71858ddbcbb75c23bb615e90a-d # internal
2025-08-20T23:04:29.9658928Z [00:03:15.249]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforcerefreshtoken
2025-08-20T23:04:29.9662463Z [00:03:15.249]➜  mkdir -p $WORK/b1736/
2025-08-20T23:04:29.9732154Z [00:03:15.256]➜  cat >/tmp/go-build3700090427/b1736/importcfg << 'EOF' # internal
2025-08-20T23:04:29.9733512Z [00:03:15.256]➜  # import config
2025-08-20T23:04:29.9734369Z [00:03:15.256]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.9735694Z [00:03:15.256]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:29.9737675Z [00:03:15.256]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.9738723Z [00:03:15.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:29.9740276Z [00:03:15.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.9741932Z [00:03:15.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.9743186Z [00:03:15.256]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.9744034Z [00:03:15.256]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:29.9744764Z [00:03:15.256]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.9745529Z [00:03:15.256]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:29.9746281Z [00:03:15.256]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.9746835Z [00:03:15.256]➜  EOF
2025-08-20T23:04:29.9751477Z [00:03:15.256]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1736/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforcerefreshtoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforcerefreshtoken;$WORK/b1736=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforcerefreshtoken -lang=go1.24 -complete -installsuffix shared -buildid 0KUb4DziT4WSNV0noHCw/0KUb4DziT4WSNV0noHCw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1736/importcfg -pack ./pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken.go
2025-08-20T23:04:29.9755392Z [00:03:15.257]➜  go tool buildid -w $WORK/b1735/_pkg_.a # internal
2025-08-20T23:04:29.9773545Z [00:03:15.260]➜  cp $WORK/b1735/_pkg_.a /root/.cache/go-build/ca/cadf6a94bf3ddc05926d09f23ae897a3381e0df6a3ccc4187f199b4cafda84a0-d # internal
2025-08-20T23:04:29.9814270Z [00:03:15.261]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesmate
2025-08-20T23:04:29.9815089Z [00:03:15.261]➜  mkdir -p $WORK/b1737/
2025-08-20T23:04:29.9815836Z [00:03:15.262]➜  cat >/tmp/go-build3700090427/b1737/importcfg << 'EOF' # internal
2025-08-20T23:04:29.9816523Z [00:03:15.262]➜  # import config
2025-08-20T23:04:29.9817185Z [00:03:15.262]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:29.9818056Z [00:03:15.262]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:29.9819279Z [00:03:15.262]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:29.9822271Z [00:03:15.262]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:29.9823637Z [00:03:15.262]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:29.9824870Z [00:03:15.262]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:29.9825715Z [00:03:15.262]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:29.9826339Z [00:03:15.262]➜  EOF
2025-08-20T23:04:29.9830393Z [00:03:15.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1737/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesmate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesmate;$WORK/b1737=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesmate -lang=go1.24 -complete -installsuffix shared -buildid WU-_-o2k8MPUfm0D5Zlo/WU-_-o2k8MPUfm0D5Zlo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1737/importcfg -pack ./pkg/detectors/salesmate/salesmate.go
2025-08-20T23:04:30.0688964Z [00:03:15.352]➜  go tool buildid -w $WORK/b1737/_pkg_.a # internal
2025-08-20T23:04:30.0701844Z [00:03:15.353]➜  cp $WORK/b1737/_pkg_.a /root/.cache/go-build/48/484ece483f8bd3c1106c6229c1b10f701db7552e97424f2c63ba8927e5f53a21-d # internal
2025-08-20T23:04:30.0732576Z [00:03:15.356]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sanity
2025-08-20T23:04:30.0735096Z [00:03:15.356]➜  mkdir -p $WORK/b1738/
2025-08-20T23:04:30.0738770Z [00:03:15.357]➜  cat >/tmp/go-build3700090427/b1738/importcfg << 'EOF' # internal
2025-08-20T23:04:30.0739743Z [00:03:15.357]➜  # import config
2025-08-20T23:04:30.0740448Z [00:03:15.357]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.0741542Z [00:03:15.357]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.0742785Z [00:03:15.357]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.0744350Z [00:03:15.357]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.0745904Z [00:03:15.357]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.0747286Z [00:03:15.357]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.0748219Z [00:03:15.357]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:30.0749048Z [00:03:15.357]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.0750056Z [00:03:15.357]➜  EOF
2025-08-20T23:04:30.0754009Z [00:03:15.357]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1738/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sanity=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sanity;$WORK/b1738=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sanity -lang=go1.24 -complete -installsuffix shared -buildid MI6bjnej1GB3P46ScyUB/MI6bjnej1GB3P46ScyUB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1738/importcfg -pack ./pkg/detectors/sanity/sanity.go
2025-08-20T23:04:30.0911589Z [00:03:15.374]➜  go tool buildid -w $WORK/b1736/_pkg_.a # internal
2025-08-20T23:04:30.0931505Z [00:03:15.376]➜  cp $WORK/b1736/_pkg_.a /root/.cache/go-build/57/576592521f0c0b67c94aedd9cdfe50035f7614390739750492473fbeb9b0920e-d # internal
2025-08-20T23:04:30.0939153Z [00:03:15.377]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterprojectkey
2025-08-20T23:04:30.0956833Z [00:03:15.377]➜  mkdir -p $WORK/b1739/
2025-08-20T23:04:30.0957788Z [00:03:15.377]➜  cat >/tmp/go-build3700090427/b1739/importcfg << 'EOF' # internal
2025-08-20T23:04:30.0958499Z [00:03:15.377]➜  # import config
2025-08-20T23:04:30.0959233Z [00:03:15.377]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.0960361Z [00:03:15.377]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.0961561Z [00:03:15.377]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.0963074Z [00:03:15.377]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.0965028Z [00:03:15.377]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.0966425Z [00:03:15.377]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.0967478Z [00:03:15.377]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:30.0968331Z [00:03:15.377]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.0969238Z [00:03:15.377]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.0970098Z [00:03:15.377]➜  EOF
2025-08-20T23:04:30.0974764Z [00:03:15.378]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1739/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterprojectkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterprojectkey;$WORK/b1739=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterprojectkey -lang=go1.24 -complete -installsuffix shared -buildid BL5Xq7fVvXCnbTqKtdYb/BL5Xq7fVvXCnbTqKtdYb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1739/importcfg -pack ./pkg/detectors/satismeterprojectkey/satismeterprojectkey.go
2025-08-20T23:04:30.1524946Z [00:03:15.435]➜  go tool buildid -w $WORK/b1739/_pkg_.a # internal
2025-08-20T23:04:30.1542783Z [00:03:15.437]➜  cp $WORK/b1739/_pkg_.a /root/.cache/go-build/8b/8b621a7d68f7fe4adc43f3dc2ee710832719eb394f5a5fdcf576a489c714d370-d # internal
2025-08-20T23:04:30.1575876Z [00:03:15.441]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterwritekey
2025-08-20T23:04:30.1579084Z [00:03:15.441]➜  mkdir -p $WORK/b1740/
2025-08-20T23:04:30.1604149Z [00:03:15.442]➜  cat >/tmp/go-build3700090427/b1740/importcfg << 'EOF' # internal
2025-08-20T23:04:30.1604924Z [00:03:15.442]➜  # import config
2025-08-20T23:04:30.1605615Z [00:03:15.442]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:30.1606522Z [00:03:15.442]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.1607425Z [00:03:15.442]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:30.1608307Z [00:03:15.442]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.1610425Z [00:03:15.442]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.1611991Z [00:03:15.442]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.1613850Z [00:03:15.442]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.1615227Z [00:03:15.442]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.1616191Z [00:03:15.442]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:30.1617012Z [00:03:15.442]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.1617892Z [00:03:15.442]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.1618540Z [00:03:15.442]➜  EOF
2025-08-20T23:04:30.1623079Z [00:03:15.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1740/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterwritekey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterwritekey;$WORK/b1740=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterwritekey -lang=go1.24 -complete -installsuffix shared -buildid rk2vo53tBXdQaclWA0Rq/rk2vo53tBXdQaclWA0Rq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1740/importcfg -pack ./pkg/detectors/satismeterwritekey/satismeterwritekey.go
2025-08-20T23:04:30.2171403Z [00:03:15.498]➜  go tool buildid -w $WORK/b1738/_pkg_.a # internal
2025-08-20T23:04:30.2205611Z [00:03:15.504]➜  cp $WORK/b1738/_pkg_.a /root/.cache/go-build/b1/b1be87ce290341dfd249f8707c155e3eb9e2e31ce983e4d8db922cbabae144c7-d # internal
2025-08-20T23:04:30.2212220Z [00:03:15.504]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saucelabs
2025-08-20T23:04:30.2212924Z [00:03:15.504]➜  mkdir -p $WORK/b1741/
2025-08-20T23:04:30.2225013Z [00:03:15.506]➜  cat >/tmp/go-build3700090427/b1741/importcfg << 'EOF' # internal
2025-08-20T23:04:30.2226311Z [00:03:15.506]➜  # import config
2025-08-20T23:04:30.2228268Z [00:03:15.506]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.2229590Z [00:03:15.506]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.2231330Z [00:03:15.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.2235640Z [00:03:15.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.2237284Z [00:03:15.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.2238693Z [00:03:15.506]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.2239850Z [00:03:15.506]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:30.2240605Z [00:03:15.506]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.2241172Z [00:03:15.506]➜  EOF
2025-08-20T23:04:30.2245013Z [00:03:15.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1741/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saucelabs=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saucelabs;$WORK/b1741=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saucelabs -lang=go1.24 -complete -installsuffix shared -buildid bA3D0GH4UOXENSBIIiZI/bA3D0GH4UOXENSBIIiZI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1741/importcfg -pack ./pkg/detectors/saucelabs/saucelabs.go
2025-08-20T23:04:30.2406410Z [00:03:15.524]➜  go tool buildid -w $WORK/b1740/_pkg_.a # internal
2025-08-20T23:04:30.2431746Z [00:03:15.526]➜  cp $WORK/b1740/_pkg_.a /root/.cache/go-build/81/816d2c7bc3171a854868d55e5bfba8fe9a736d4fbe9f9231e08c6a8ded92599b-d # internal
2025-08-20T23:04:30.2446555Z [00:03:15.526]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalewaykey
2025-08-20T23:04:30.2447357Z [00:03:15.526]➜  mkdir -p $WORK/b1742/
2025-08-20T23:04:30.2448077Z [00:03:15.526]➜  cat >/tmp/go-build3700090427/b1742/importcfg << 'EOF' # internal
2025-08-20T23:04:30.2448735Z [00:03:15.526]➜  # import config
2025-08-20T23:04:30.2449942Z [00:03:15.526]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.2451196Z [00:03:15.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.2452727Z [00:03:15.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.2454305Z [00:03:15.526]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.2455660Z [00:03:15.526]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.2456630Z [00:03:15.526]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.2457476Z [00:03:15.526]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.2458107Z [00:03:15.526]➜  EOF
2025-08-20T23:04:30.2462177Z [00:03:15.526]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1742/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalewaykey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalewaykey;$WORK/b1742=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalewaykey -lang=go1.24 -complete -installsuffix shared -buildid ZwBxOgLCH7_UadL5YIi-/ZwBxOgLCH7_UadL5YIi- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1742/importcfg -pack ./pkg/detectors/scalewaykey/scalewaykey.go
2025-08-20T23:04:30.3012078Z [00:03:15.584]➜  go tool buildid -w $WORK/b1742/_pkg_.a # internal
2025-08-20T23:04:30.3030517Z [00:03:15.586]➜  cp $WORK/b1742/_pkg_.a /root/.cache/go-build/4c/4c3b68fa97fd96e1c21e23b42b871a566f0a0351cbc29eeae189d4223501b374-d # internal
2025-08-20T23:04:30.3050464Z [00:03:15.586]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalr
2025-08-20T23:04:30.3051305Z [00:03:15.587]➜  mkdir -p $WORK/b1743/
2025-08-20T23:04:30.3052597Z [00:03:15.587]➜  cat >/tmp/go-build3700090427/b1743/importcfg << 'EOF' # internal
2025-08-20T23:04:30.3054367Z [00:03:15.587]➜  # import config
2025-08-20T23:04:30.3055296Z [00:03:15.587]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.3056161Z [00:03:15.587]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.3057477Z [00:03:15.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.3059004Z [00:03:15.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.3060719Z [00:03:15.587]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.3061915Z [00:03:15.587]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.3062741Z [00:03:15.587]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.3063472Z [00:03:15.587]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.3064027Z [00:03:15.587]➜  EOF
2025-08-20T23:04:30.3067396Z [00:03:15.587]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1743/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalr=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalr;$WORK/b1743=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalr -lang=go1.24 -complete -installsuffix shared -buildid InroV6YGTcdXjQxBeL4I/InroV6YGTcdXjQxBeL4I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1743/importcfg -pack ./pkg/detectors/scalr/scalr.go
2025-08-20T23:04:30.3688587Z [00:03:15.652]➜  go tool buildid -w $WORK/b1741/_pkg_.a # internal
2025-08-20T23:04:30.3698390Z [00:03:15.652]➜  cp $WORK/b1741/_pkg_.a /root/.cache/go-build/8f/8f6796e67afc85de2e6bf6d3443179411ecfa5855c63f79da79ce0662467a541-d # internal
2025-08-20T23:04:30.3700030Z [00:03:15.652]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapeowl
2025-08-20T23:04:30.3700809Z [00:03:15.652]➜  mkdir -p $WORK/b1744/
2025-08-20T23:04:30.3701857Z [00:03:15.652]➜  cat >/tmp/go-build3700090427/b1744/importcfg << 'EOF' # internal
2025-08-20T23:04:30.3702599Z [00:03:15.652]➜  # import config
2025-08-20T23:04:30.3703305Z [00:03:15.652]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.3704515Z [00:03:15.652]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.3706370Z [00:03:15.652]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.3708174Z [00:03:15.652]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.3709953Z [00:03:15.652]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.3712486Z [00:03:15.652]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.3713392Z [00:03:15.652]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.3714065Z [00:03:15.652]➜  EOF
2025-08-20T23:04:30.3718020Z [00:03:15.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1744/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapeowl=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapeowl;$WORK/b1744=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapeowl -lang=go1.24 -complete -installsuffix shared -buildid vNgmmfv3ZdZo4Bbgw7hD/vNgmmfv3ZdZo4Bbgw7hD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1744/importcfg -pack ./pkg/detectors/scrapeowl/scrapeowl.go
2025-08-20T23:04:30.3774853Z [00:03:15.661]➜  go tool buildid -w $WORK/b1743/_pkg_.a # internal
2025-08-20T23:04:30.3791943Z [00:03:15.662]➜  cp $WORK/b1743/_pkg_.a /root/.cache/go-build/6d/6d7079a683c5938113d13156e914775b9fab5fce9dfc18f696a766dc0e963df0-d # internal
2025-08-20T23:04:30.3795907Z [00:03:15.663]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperapi
2025-08-20T23:04:30.3802948Z [00:03:15.663]➜  mkdir -p $WORK/b1745/
2025-08-20T23:04:30.3806787Z [00:03:15.663]➜  cat >/tmp/go-build3700090427/b1745/importcfg << 'EOF' # internal
2025-08-20T23:04:30.3807668Z [00:03:15.663]➜  # import config
2025-08-20T23:04:30.3808353Z [00:03:15.663]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.3809196Z [00:03:15.663]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.3810593Z [00:03:15.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.3812148Z [00:03:15.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.3813719Z [00:03:15.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.3815097Z [00:03:15.663]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.3816062Z [00:03:15.663]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.3816955Z [00:03:15.663]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.3817783Z [00:03:15.663]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:30.3818385Z [00:03:15.663]➜  EOF
2025-08-20T23:04:30.3822513Z [00:03:15.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1745/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperapi;$WORK/b1745=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperapi -lang=go1.24 -complete -installsuffix shared -buildid teiVssUrYQ1VyD98D7vw/teiVssUrYQ1VyD98D7vw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1745/importcfg -pack ./pkg/detectors/scraperapi/scraperapi.go
2025-08-20T23:04:30.4427143Z [00:03:15.726]➜  go tool buildid -w $WORK/b1745/_pkg_.a # internal
2025-08-20T23:04:30.4448059Z [00:03:15.728]➜  cp $WORK/b1745/_pkg_.a /root/.cache/go-build/2c/2c4197fa78e3c2cbb4f840cccf981843467fb222aacb63b0e85032997f42b74b-d # internal
2025-08-20T23:04:30.4453350Z [00:03:15.728]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperbox
2025-08-20T23:04:30.4454195Z [00:03:15.728]➜  mkdir -p $WORK/b1746/
2025-08-20T23:04:30.4460538Z [00:03:15.729]➜  cat >/tmp/go-build3700090427/b1746/importcfg << 'EOF' # internal
2025-08-20T23:04:30.4471190Z [00:03:15.729]➜  # import config
2025-08-20T23:04:30.4471919Z [00:03:15.729]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.4472762Z [00:03:15.729]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.4473931Z [00:03:15.729]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.4475498Z [00:03:15.729]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.4477170Z [00:03:15.729]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.4478543Z [00:03:15.729]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.4479778Z [00:03:15.729]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.4480662Z [00:03:15.729]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.4481757Z [00:03:15.729]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:30.4482384Z [00:03:15.729]➜  EOF
2025-08-20T23:04:30.4486390Z [00:03:15.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1746/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperbox=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperbox;$WORK/b1746=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperbox -lang=go1.24 -complete -installsuffix shared -buildid s_HXpXXznYLc-y60m-wU/s_HXpXXznYLc-y60m-wU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1746/importcfg -pack ./pkg/detectors/scraperbox/scraperbox.go
2025-08-20T23:04:30.4555602Z [00:03:15.739]➜  go tool buildid -w $WORK/b1744/_pkg_.a # internal
2025-08-20T23:04:30.4587712Z [00:03:15.742]➜  cp $WORK/b1744/_pkg_.a /root/.cache/go-build/d7/d7a1c2b7dde1633495dd352a86b5e548f827af4d3fa615c60137f2849f32e4eb-d # internal
2025-08-20T23:04:30.4592300Z [00:03:15.742]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapestack
2025-08-20T23:04:30.4593166Z [00:03:15.742]➜  mkdir -p $WORK/b1747/
2025-08-20T23:04:30.4642075Z [00:03:15.747]➜  cat >/tmp/go-build3700090427/b1747/importcfg << 'EOF' # internal
2025-08-20T23:04:30.4644928Z [00:03:15.747]➜  # import config
2025-08-20T23:04:30.4645631Z [00:03:15.747]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.4646485Z [00:03:15.747]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.4647652Z [00:03:15.747]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.4649240Z [00:03:15.747]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.4651080Z [00:03:15.747]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.4652471Z [00:03:15.747]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.4653446Z [00:03:15.747]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:30.4654274Z [00:03:15.747]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.4655107Z [00:03:15.747]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.4655722Z [00:03:15.747]➜  EOF
2025-08-20T23:04:30.4660145Z [00:03:15.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1747/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapestack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapestack;$WORK/b1747=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapestack -lang=go1.24 -complete -installsuffix shared -buildid e7TzJmQ6aS4lgfDkX5WD/e7TzJmQ6aS4lgfDkX5WD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1747/importcfg -pack ./pkg/detectors/scrapestack/scrapestack.go
2025-08-20T23:04:30.5119638Z [00:03:15.795]➜  go tool buildid -w $WORK/b1746/_pkg_.a # internal
2025-08-20T23:04:30.5140110Z [00:03:15.797]➜  cp $WORK/b1746/_pkg_.a /root/.cache/go-build/88/88199db4f1a9fe9a8acc1dd517489aa8ad5a4eee2a9774b2648abeeaef5b9b74-d # internal
2025-08-20T23:04:30.5174807Z [00:03:15.797]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapfly
2025-08-20T23:04:30.5175667Z [00:03:15.798]➜  mkdir -p $WORK/b1748/
2025-08-20T23:04:30.5176420Z [00:03:15.798]➜  cat >/tmp/go-build3700090427/b1748/importcfg << 'EOF' # internal
2025-08-20T23:04:30.5177114Z [00:03:15.798]➜  # import config
2025-08-20T23:04:30.5177781Z [00:03:15.798]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.5178673Z [00:03:15.798]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.5180680Z [00:03:15.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.5182259Z [00:03:15.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.5184214Z [00:03:15.798]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.5185595Z [00:03:15.798]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.5186550Z [00:03:15.798]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.5187414Z [00:03:15.798]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.5188265Z [00:03:15.798]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:30.5189056Z [00:03:15.798]➜  EOF
2025-08-20T23:04:30.5193182Z [00:03:15.799]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1748/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapfly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapfly;$WORK/b1748=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapfly -lang=go1.24 -complete -installsuffix shared -buildid iwot_34IXWTB47ARp3JN/iwot_34IXWTB47ARp3JN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1748/importcfg -pack ./pkg/detectors/scrapfly/scrapfly.go
2025-08-20T23:04:30.5808986Z [00:03:15.864]➜  go tool buildid -w $WORK/b1748/_pkg_.a # internal
2025-08-20T23:04:30.5841256Z [00:03:15.866]➜  cp $WORK/b1748/_pkg_.a /root/.cache/go-build/d1/d14af2827d2823dc34869616819573b776892796add4361afc0ae49eca2a375b-d # internal
2025-08-20T23:04:30.5844932Z [00:03:15.866]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingant
2025-08-20T23:04:30.5845731Z [00:03:15.867]➜  mkdir -p $WORK/b1749/
2025-08-20T23:04:30.5846537Z [00:03:15.867]➜  cat >/tmp/go-build3700090427/b1749/importcfg << 'EOF' # internal
2025-08-20T23:04:30.5847249Z [00:03:15.867]➜  # import config
2025-08-20T23:04:30.5847953Z [00:03:15.867]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.5848800Z [00:03:15.867]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.5850189Z [00:03:15.867]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.5851756Z [00:03:15.867]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.5853376Z [00:03:15.867]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.5854745Z [00:03:15.867]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.5855707Z [00:03:15.867]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:30.5856793Z [00:03:15.867]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.5857746Z [00:03:15.867]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.5858584Z [00:03:15.867]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:30.5859215Z [00:03:15.867]➜  EOF
2025-08-20T23:04:30.5863332Z [00:03:15.868]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1749/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingant=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingant;$WORK/b1749=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingant -lang=go1.24 -complete -installsuffix shared -buildid HLpwwcoeN0-xiyHNvzUn/HLpwwcoeN0-xiyHNvzUn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1749/importcfg -pack ./pkg/detectors/scrapingant/scrapingant.go
2025-08-20T23:04:30.5872397Z [00:03:15.870]➜  go tool buildid -w $WORK/b1747/_pkg_.a # internal
2025-08-20T23:04:30.5931884Z [00:03:15.875]➜  cp $WORK/b1747/_pkg_.a /root/.cache/go-build/a2/a24151e72f09a573d1d4238e251f9b44c27d58e31ca1e9c91635d1a95d6c5250-d # internal
2025-08-20T23:04:30.5949705Z [00:03:15.876]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingbee
2025-08-20T23:04:30.5950532Z [00:03:15.876]➜  mkdir -p $WORK/b1750/
2025-08-20T23:04:30.5951266Z [00:03:15.876]➜  cat >/tmp/go-build3700090427/b1750/importcfg << 'EOF' # internal
2025-08-20T23:04:30.5952304Z [00:03:15.876]➜  # import config
2025-08-20T23:04:30.5952986Z [00:03:15.876]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.5953836Z [00:03:15.876]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.5955002Z [00:03:15.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.5956535Z [00:03:15.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.5958314Z [00:03:15.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.5980388Z [00:03:15.876]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.5981372Z [00:03:15.876]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:30.5982241Z [00:03:15.876]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.5982904Z [00:03:15.876]➜  EOF
2025-08-20T23:04:30.5986884Z [00:03:15.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1750/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingbee=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingbee;$WORK/b1750=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingbee -lang=go1.24 -complete -installsuffix shared -buildid HwQ4YEg0vGUFSXFYWIjM/HwQ4YEg0vGUFSXFYWIjM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1750/importcfg -pack ./pkg/detectors/scrapingbee/scrapingbee.go
2025-08-20T23:04:30.6499297Z [00:03:15.933]➜  go tool buildid -w $WORK/b1749/_pkg_.a # internal
2025-08-20T23:04:30.6521989Z [00:03:15.935]➜  cp $WORK/b1749/_pkg_.a /root/.cache/go-build/14/14a34ce2ac35aac14e440888777b47e932591fe002fb63868994dcbc6fd7e662-d # internal
2025-08-20T23:04:30.6527326Z [00:03:15.936]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotapi
2025-08-20T23:04:30.6528232Z [00:03:15.936]➜  mkdir -p $WORK/b1751/
2025-08-20T23:04:30.6536097Z [00:03:15.937]➜  cat >/tmp/go-build3700090427/b1751/importcfg << 'EOF' # internal
2025-08-20T23:04:30.6537362Z [00:03:15.937]➜  # import config
2025-08-20T23:04:30.6539864Z [00:03:15.937]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.6541049Z [00:03:15.937]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:30.6543883Z [00:03:15.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.6545713Z [00:03:15.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.6547433Z [00:03:15.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.6548806Z [00:03:15.937]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.6550047Z [00:03:15.937]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.6550892Z [00:03:15.937]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.6551725Z [00:03:15.937]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:30.6552351Z [00:03:15.937]➜  EOF
2025-08-20T23:04:30.6556413Z [00:03:15.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1751/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotapi;$WORK/b1751=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotapi -lang=go1.24 -complete -installsuffix shared -buildid YHQjKWl5pAA_NUF0K6nn/YHQjKWl5pAA_NUF0K6nn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1751/importcfg -pack ./pkg/detectors/screenshotapi/screenshotapi.go
2025-08-20T23:04:30.6761257Z [00:03:15.959]➜  go tool buildid -w $WORK/b1750/_pkg_.a # internal
2025-08-20T23:04:30.6777815Z [00:03:15.961]➜  cp $WORK/b1750/_pkg_.a /root/.cache/go-build/d9/d9a67700ddb8cf14c64e44b0d31c0ff0aebd56c24276cec70b661dd6e6852ca5-d # internal
2025-08-20T23:04:30.6803241Z [00:03:15.961]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotlayer
2025-08-20T23:04:30.6804124Z [00:03:15.961]➜  mkdir -p $WORK/b1752/
2025-08-20T23:04:30.6804873Z [00:03:15.962]➜  cat >/tmp/go-build3700090427/b1752/importcfg << 'EOF' # internal
2025-08-20T23:04:30.6805569Z [00:03:15.962]➜  # import config
2025-08-20T23:04:30.6806520Z [00:03:15.962]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.6807396Z [00:03:15.962]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.6808772Z [00:03:15.962]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.6810592Z [00:03:15.962]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.6812240Z [00:03:15.962]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.6813615Z [00:03:15.962]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.6814516Z [00:03:15.962]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:30.6815322Z [00:03:15.962]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.6816173Z [00:03:15.962]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.6826094Z [00:03:15.962]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:30.6826756Z [00:03:15.962]➜  EOF
2025-08-20T23:04:30.6831087Z [00:03:15.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1752/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotlayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotlayer;$WORK/b1752=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotlayer -lang=go1.24 -complete -installsuffix shared -buildid _lTTxgBwC1aWMF2AQuP9/_lTTxgBwC1aWMF2AQuP9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1752/importcfg -pack ./pkg/detectors/screenshotlayer/screenshotlayer.go
2025-08-20T23:04:30.7303101Z [00:03:16.013]➜  go tool buildid -w $WORK/b1751/_pkg_.a # internal
2025-08-20T23:04:30.7322695Z [00:03:16.015]➜  cp $WORK/b1751/_pkg_.a /root/.cache/go-build/2c/2cf5a6563416c9153f7670fd950230beddfdc9ba004eab49182fec2144c16b74-d # internal
2025-08-20T23:04:30.7325628Z [00:03:16.016]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrutinizerci
2025-08-20T23:04:30.7326398Z [00:03:16.016]➜  mkdir -p $WORK/b1753/
2025-08-20T23:04:30.7332986Z [00:03:16.016]➜  cat >/tmp/go-build3700090427/b1753/importcfg << 'EOF' # internal
2025-08-20T23:04:30.7334207Z [00:03:16.016]➜  # import config
2025-08-20T23:04:30.7336066Z [00:03:16.016]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.7337202Z [00:03:16.016]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.7338522Z [00:03:16.016]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.7340110Z [00:03:16.016]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.7341325Z [00:03:16.016]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.7342217Z [00:03:16.016]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.7342941Z [00:03:16.017]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.7343498Z [00:03:16.017]➜  EOF
2025-08-20T23:04:30.7347328Z [00:03:16.017]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1753/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrutinizerci=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrutinizerci;$WORK/b1753=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrutinizerci -lang=go1.24 -complete -installsuffix shared -buildid 4dYmRDFfv7FTerAIHa9t/4dYmRDFfv7FTerAIHa9t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1753/importcfg -pack ./pkg/detectors/scrutinizerci/scrutinizerci.go
2025-08-20T23:04:30.7391420Z [00:03:16.022]➜  go tool buildid -w $WORK/b1752/_pkg_.a # internal
2025-08-20T23:04:30.7408492Z [00:03:16.024]➜  cp $WORK/b1752/_pkg_.a /root/.cache/go-build/5d/5d3ee655429808ead00366aa277ec0e79e5805e062880100b85bc5a8bfb7d660-d # internal
2025-08-20T23:04:30.7446306Z [00:03:16.024]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/securitytrails
2025-08-20T23:04:30.7447287Z [00:03:16.024]➜  mkdir -p $WORK/b1754/
2025-08-20T23:04:30.7447936Z [00:03:16.025]➜  cat >/tmp/go-build3700090427/b1754/importcfg << 'EOF' # internal
2025-08-20T23:04:30.7448545Z [00:03:16.025]➜  # import config
2025-08-20T23:04:30.7449156Z [00:03:16.025]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.7450433Z [00:03:16.025]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.7451881Z [00:03:16.025]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.7453376Z [00:03:16.025]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.7454698Z [00:03:16.025]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.7455631Z [00:03:16.025]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.7456472Z [00:03:16.025]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.7457074Z [00:03:16.025]➜  EOF
2025-08-20T23:04:30.7461327Z [00:03:16.025]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1754/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/securitytrails=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/securitytrails;$WORK/b1754=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/securitytrails -lang=go1.24 -complete -installsuffix shared -buildid PA0imuZ0_3E_wYdYt-gX/PA0imuZ0_3E_wYdYt-gX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1754/importcfg -pack ./pkg/detectors/securitytrails/securitytrails.go
2025-08-20T23:04:30.7977490Z [00:03:16.081]➜  go tool buildid -w $WORK/b1753/_pkg_.a # internal
2025-08-20T23:04:30.7992125Z [00:03:16.082]➜  cp $WORK/b1753/_pkg_.a /root/.cache/go-build/49/496b7f5f8f41693a5f5a3d007b46ffdd0dd0eeaacbb904c47d51ddc95f08492b-d # internal
2025-08-20T23:04:30.7993979Z [00:03:16.083]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/segmentapikey
2025-08-20T23:04:30.7996637Z [00:03:16.083]➜  mkdir -p $WORK/b1755/
2025-08-20T23:04:30.8003491Z [00:03:16.084]➜  cat >/tmp/go-build3700090427/b1755/importcfg << 'EOF' # internal
2025-08-20T23:04:30.8004562Z [00:03:16.084]➜  # import config
2025-08-20T23:04:30.8005637Z [00:03:16.084]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.8006856Z [00:03:16.084]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.8008335Z [00:03:16.084]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.8010264Z [00:03:16.084]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.8012227Z [00:03:16.084]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.8013820Z [00:03:16.084]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.8014934Z [00:03:16.084]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.8015861Z [00:03:16.084]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.8017589Z [00:03:16.084]➜  EOF
2025-08-20T23:04:30.8021735Z [00:03:16.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1755/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/segmentapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/segmentapikey;$WORK/b1755=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/segmentapikey -lang=go1.24 -complete -installsuffix shared -buildid 0csS9-K2-RcwdwUh0Ye-/0csS9-K2-RcwdwUh0Ye- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1755/importcfg -pack ./pkg/detectors/segmentapikey/segmentapikey.go
2025-08-20T23:04:30.8080916Z [00:03:16.091]➜  go tool buildid -w $WORK/b1754/_pkg_.a # internal
2025-08-20T23:04:30.8096082Z [00:03:16.093]➜  cp $WORK/b1754/_pkg_.a /root/.cache/go-build/11/117e8e3707bbae2225ae9c23f4269b1d945b4ab7c8ca7d7225854fefd928accd-d # internal
2025-08-20T23:04:30.8102259Z [00:03:16.093]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/selectpdf
2025-08-20T23:04:30.8103085Z [00:03:16.093]➜  mkdir -p $WORK/b1756/
2025-08-20T23:04:30.8108047Z [00:03:16.094]➜  cat >/tmp/go-build3700090427/b1756/importcfg << 'EOF' # internal
2025-08-20T23:04:30.8109622Z [00:03:16.094]➜  # import config
2025-08-20T23:04:30.8112457Z [00:03:16.094]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.8113286Z [00:03:16.094]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.8114418Z [00:03:16.094]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.8115965Z [00:03:16.094]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.8117570Z [00:03:16.094]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.8118923Z [00:03:16.094]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.8120153Z [00:03:16.094]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.8120984Z [00:03:16.094]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.8121792Z [00:03:16.094]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:30.8122396Z [00:03:16.094]➜  EOF
2025-08-20T23:04:30.8126398Z [00:03:16.094]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1756/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/selectpdf=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/selectpdf;$WORK/b1756=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/selectpdf -lang=go1.24 -complete -installsuffix shared -buildid 44mwoNVxvWMIFNe2n1eO/44mwoNVxvWMIFNe2n1eO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1756/importcfg -pack ./pkg/detectors/selectpdf/selectpdf.go
2025-08-20T23:04:30.8793049Z [00:03:16.162]➜  go tool buildid -w $WORK/b1756/_pkg_.a # internal
2025-08-20T23:04:30.8805678Z [00:03:16.162]➜  cp $WORK/b1756/_pkg_.a /root/.cache/go-build/46/46f4092c135800f1d95a6f3d395e748dd9ee0418778926684952e9646ccfb764-d # internal
2025-08-20T23:04:30.8807054Z [00:03:16.162]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/semaphore
2025-08-20T23:04:30.8807820Z [00:03:16.162]➜  mkdir -p $WORK/b1757/
2025-08-20T23:04:30.8808538Z [00:03:16.162]➜  cat >/tmp/go-build3700090427/b1757/importcfg << 'EOF' # internal
2025-08-20T23:04:30.8809201Z [00:03:16.162]➜  # import config
2025-08-20T23:04:30.8810100Z [00:03:16.162]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.8810930Z [00:03:16.162]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.8812061Z [00:03:16.162]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.8813551Z [00:03:16.162]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.8815086Z [00:03:16.162]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.8816690Z [00:03:16.162]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.8817615Z [00:03:16.162]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:30.8818408Z [00:03:16.162]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.8819233Z [00:03:16.162]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.8823720Z [00:03:16.162]➜  EOF
2025-08-20T23:04:30.8827761Z [00:03:16.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1757/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/semaphore=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/semaphore;$WORK/b1757=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/semaphore -lang=go1.24 -complete -installsuffix shared -buildid baz7rbNS5rUp9kR0CWu4/baz7rbNS5rUp9kR0CWu4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1757/importcfg -pack ./pkg/detectors/semaphore/semaphore.go
2025-08-20T23:04:30.8831721Z [00:03:16.162]➜  go tool buildid -w $WORK/b1755/_pkg_.a # internal
2025-08-20T23:04:30.8837785Z [00:03:16.166]➜  cp $WORK/b1755/_pkg_.a /root/.cache/go-build/68/6822dbc2822604697114d0c21fe43813f33cb110468e290f963d819edb8fb25e-d # internal
2025-08-20T23:04:30.8839919Z [00:03:16.166]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbird
2025-08-20T23:04:30.8844374Z [00:03:16.166]➜  mkdir -p $WORK/b1758/
2025-08-20T23:04:30.8845139Z [00:03:16.166]➜  cat >/tmp/go-build3700090427/b1758/importcfg << 'EOF' # internal
2025-08-20T23:04:30.8845808Z [00:03:16.166]➜  # import config
2025-08-20T23:04:30.8846455Z [00:03:16.166]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.8847318Z [00:03:16.166]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:30.8848147Z [00:03:16.166]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.8849286Z [00:03:16.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.8850961Z [00:03:16.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.8852471Z [00:03:16.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.8853717Z [00:03:16.166]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.8854822Z [00:03:16.166]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.8855660Z [00:03:16.166]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.8856246Z [00:03:16.166]➜  EOF
2025-08-20T23:04:30.8866155Z [00:03:16.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1758/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbird=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbird;$WORK/b1758=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbird -lang=go1.24 -complete -installsuffix shared -buildid fScw_68q1ar0c5CTretv/fScw_68q1ar0c5CTretv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1758/importcfg -pack ./pkg/detectors/sendbird/sendbird.go
2025-08-20T23:04:30.9511559Z [00:03:16.234]➜  go tool buildid -w $WORK/b1757/_pkg_.a # internal
2025-08-20T23:04:30.9527204Z [00:03:16.236]➜  go tool buildid -w $WORK/b1758/_pkg_.a # internal
2025-08-20T23:04:30.9539940Z [00:03:16.237]➜  cp $WORK/b1757/_pkg_.a /root/.cache/go-build/a8/a81261aa4e3dbe22e5d548f89ca70e76184ea3f550a9008960118c333137bd87-d # internal
2025-08-20T23:04:30.9557666Z [00:03:16.237]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbirdorganizationapi
2025-08-20T23:04:30.9558459Z [00:03:16.237]➜  mkdir -p $WORK/b1759/
2025-08-20T23:04:30.9559109Z [00:03:16.237]➜  cat >/tmp/go-build3700090427/b1759/importcfg << 'EOF' # internal
2025-08-20T23:04:30.9560042Z [00:03:16.237]➜  # import config
2025-08-20T23:04:30.9560664Z [00:03:16.237]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.9561429Z [00:03:16.237]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.9562488Z [00:03:16.237]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.9567840Z [00:03:16.237]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.9569676Z [00:03:16.237]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.9574504Z [00:03:16.237]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.9575445Z [00:03:16.237]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.9576252Z [00:03:16.237]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.9576879Z [00:03:16.237]➜  EOF
2025-08-20T23:04:30.9581353Z [00:03:16.237]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1759/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbirdorganizationapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbirdorganizationapi;$WORK/b1759=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbirdorganizationapi -lang=go1.24 -complete -installsuffix shared -buildid xnFfv6bg4oix9huSi9tZ/xnFfv6bg4oix9huSi9tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1759/importcfg -pack ./pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi.go
2025-08-20T23:04:30.9586083Z [00:03:16.238]➜  cp $WORK/b1758/_pkg_.a /root/.cache/go-build/ea/ea2816d8f179912087d1872ce01de67d93291fa5c23af5ae0e81b866a000660e-d # internal
2025-08-20T23:04:30.9587374Z [00:03:16.239]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendgrid
2025-08-20T23:04:30.9588100Z [00:03:16.239]➜  mkdir -p $WORK/b1760/
2025-08-20T23:04:30.9588831Z [00:03:16.240]➜  cat >/tmp/go-build3700090427/b1760/importcfg << 'EOF' # internal
2025-08-20T23:04:30.9610166Z [00:03:16.240]➜  # import config
2025-08-20T23:04:30.9610909Z [00:03:16.240]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:30.9611802Z [00:03:16.240]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:30.9612646Z [00:03:16.240]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:30.9614081Z [00:03:16.240]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:30.9615607Z [00:03:16.240]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:30.9617156Z [00:03:16.240]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:30.9618483Z [00:03:16.240]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:30.9619700Z [00:03:16.240]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:30.9620439Z [00:03:16.240]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:30.9621190Z [00:03:16.240]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:30.9621779Z [00:03:16.240]➜  EOF
2025-08-20T23:04:30.9625523Z [00:03:16.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1760/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendgrid=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendgrid;$WORK/b1760=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendgrid -lang=go1.24 -complete -installsuffix shared -buildid hGppGS5NcV-t5vMG3tC5/hGppGS5NcV-t5vMG3tC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1760/importcfg -pack ./pkg/detectors/sendgrid/sendgrid.go
2025-08-20T23:04:31.0133859Z [00:03:16.296]➜  go tool buildid -w $WORK/b1759/_pkg_.a # internal
2025-08-20T23:04:31.0151927Z [00:03:16.298]➜  cp $WORK/b1759/_pkg_.a /root/.cache/go-build/6b/6b005d121c40e9d827a09d52ebe6978f73148113b46779de38c95fdd5bf714bc-d # internal
2025-08-20T23:04:31.0156892Z [00:03:16.299]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendinbluev2
2025-08-20T23:04:31.0157621Z [00:03:16.299]➜  mkdir -p $WORK/b1761/
2025-08-20T23:04:31.0160848Z [00:03:16.299]➜  cat >/tmp/go-build3700090427/b1761/importcfg << 'EOF' # internal
2025-08-20T23:04:31.0162043Z [00:03:16.299]➜  # import config
2025-08-20T23:04:31.0163438Z [00:03:16.299]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.0164908Z [00:03:16.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.0166914Z [00:03:16.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.0168830Z [00:03:16.299]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.0170708Z [00:03:16.299]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.0172622Z [00:03:16.299]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.0173441Z [00:03:16.299]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.0174037Z [00:03:16.299]➜  EOF
2025-08-20T23:04:31.0178005Z [00:03:16.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1761/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendinbluev2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendinbluev2;$WORK/b1761=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendinbluev2 -lang=go1.24 -complete -installsuffix shared -buildid k0SS17EQuRtvIteGNdh5/k0SS17EQuRtvIteGNdh5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1761/importcfg -pack ./pkg/detectors/sendinbluev2/sendinbluev2.go
2025-08-20T23:04:31.0271566Z [00:03:16.310]➜  go tool buildid -w $WORK/b1760/_pkg_.a # internal
2025-08-20T23:04:31.0290212Z [00:03:16.312]➜  cp $WORK/b1760/_pkg_.a /root/.cache/go-build/0f/0f5247be2a307c526fa0e859739862ecae3694dcae712f31500982e481e07226-d # internal
2025-08-20T23:04:31.0297143Z [00:03:16.312]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentryorgtoken
2025-08-20T23:04:31.0297941Z [00:03:16.313]➜  mkdir -p $WORK/b1762/
2025-08-20T23:04:31.0300804Z [00:03:16.313]➜  cat >/tmp/go-build3700090427/b1762/importcfg << 'EOF' # internal
2025-08-20T23:04:31.0307631Z [00:03:16.313]➜  # import config
2025-08-20T23:04:31.0308559Z [00:03:16.313]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.0309613Z [00:03:16.313]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.0310700Z [00:03:16.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.0312033Z [00:03:16.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.0313637Z [00:03:16.313]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.0314910Z [00:03:16.313]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.0315821Z [00:03:16.313]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:31.0316620Z [00:03:16.313]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.0317232Z [00:03:16.313]➜  EOF
2025-08-20T23:04:31.0342102Z [00:03:16.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1762/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentryorgtoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentryorgtoken;$WORK/b1762=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentryorgtoken -lang=go1.24 -complete -installsuffix shared -buildid ZJFiKhdLSXexlV4Wr6nm/ZJFiKhdLSXexlV4Wr6nm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1762/importcfg -pack ./pkg/detectors/sentryorgtoken/sentryorgtoken.go
2025-08-20T23:04:31.0728692Z [00:03:16.356]➜  go tool buildid -w $WORK/b1761/_pkg_.a # internal
2025-08-20T23:04:31.0744960Z [00:03:16.358]➜  cp $WORK/b1761/_pkg_.a /root/.cache/go-build/38/3828f7483af82f5d5766f48d61e95f69abd3ed2d8249c3f928e048bd15355f6d-d # internal
2025-08-20T23:04:31.0749734Z [00:03:16.358]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1
2025-08-20T23:04:31.0750508Z [00:03:16.358]➜  mkdir -p $WORK/b1763/
2025-08-20T23:04:31.0757554Z [00:03:16.359]➜  cat >/tmp/go-build3700090427/b1763/importcfg << 'EOF' # internal
2025-08-20T23:04:31.0761392Z [00:03:16.359]➜  # import config
2025-08-20T23:04:31.0762100Z [00:03:16.359]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.0763020Z [00:03:16.359]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:31.0763911Z [00:03:16.359]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.0765093Z [00:03:16.359]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.0766624Z [00:03:16.359]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.0768222Z [00:03:16.359]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.0770015Z [00:03:16.359]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.0771084Z [00:03:16.359]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:31.0771933Z [00:03:16.359]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.0772796Z [00:03:16.359]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.0773430Z [00:03:16.359]➜  EOF
2025-08-20T23:04:31.0777491Z [00:03:16.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1763/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1;$WORK/b1763=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1 -lang=go1.24 -complete -installsuffix shared -buildid YjTsn70kX-jV2vJiV-TE/YjTsn70kX-jV2vJiV-TE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1763/importcfg -pack ./pkg/detectors/sentrytoken/v1/sentrytoken.go
2025-08-20T23:04:31.0975578Z [00:03:16.381]➜  go tool buildid -w $WORK/b1762/_pkg_.a # internal
2025-08-20T23:04:31.1003250Z [00:03:16.383]➜  cp $WORK/b1762/_pkg_.a /root/.cache/go-build/43/437d8e1e29488c6870135fc125903ee73fd9ecd6de67ad0236f86e67774fabfa-d # internal
2025-08-20T23:04:31.1007774Z [00:03:16.383]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serphouse
2025-08-20T23:04:31.1008514Z [00:03:16.384]➜  mkdir -p $WORK/b1765/
2025-08-20T23:04:31.1017941Z [00:03:16.384]➜  cat >/tmp/go-build3700090427/b1765/importcfg << 'EOF' # internal
2025-08-20T23:04:31.1018920Z [00:03:16.384]➜  # import config
2025-08-20T23:04:31.1019762Z [00:03:16.384]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.1020568Z [00:03:16.384]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.1021651Z [00:03:16.384]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.1033508Z [00:03:16.384]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.1035052Z [00:03:16.384]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.1036586Z [00:03:16.384]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.1037526Z [00:03:16.384]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.1038352Z [00:03:16.384]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.1038948Z [00:03:16.384]➜  EOF
2025-08-20T23:04:31.1043105Z [00:03:16.384]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1765/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serphouse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serphouse;$WORK/b1765=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serphouse -lang=go1.24 -complete -installsuffix shared -buildid pfoumn2K82udtrK2uj46/pfoumn2K82udtrK2uj46 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1765/importcfg -pack ./pkg/detectors/serphouse/serphouse.go
2025-08-20T23:04:31.1641043Z [00:03:16.445]➜  go tool buildid -w $WORK/b1765/_pkg_.a # internal
2025-08-20T23:04:31.1642650Z [00:03:16.447]➜  cp $WORK/b1765/_pkg_.a /root/.cache/go-build/5a/5a73fdfa71c57208dd0429dd00025c242372375b74f14229955de7c3005b5f59-d # internal
2025-08-20T23:04:31.1646042Z [00:03:16.447]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serpstack
2025-08-20T23:04:31.1646728Z [00:03:16.447]➜  mkdir -p $WORK/b1766/
2025-08-20T23:04:31.1648425Z [00:03:16.448]➜  cat >/tmp/go-build3700090427/b1766/importcfg << 'EOF' # internal
2025-08-20T23:04:31.1649004Z [00:03:16.448]➜  # import config
2025-08-20T23:04:31.1649773Z [00:03:16.448]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.1650561Z [00:03:16.448]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.1651703Z [00:03:16.448]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.1653354Z [00:03:16.448]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.1654924Z [00:03:16.448]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.1656264Z [00:03:16.448]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.1657075Z [00:03:16.448]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:31.1657802Z [00:03:16.448]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.1658524Z [00:03:16.448]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.1659280Z [00:03:16.448]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:31.1660025Z [00:03:16.448]➜  EOF
2025-08-20T23:04:31.1663872Z [00:03:16.448]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1766/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serpstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serpstack;$WORK/b1766=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serpstack -lang=go1.24 -complete -installsuffix shared -buildid y3K6GXsSZIgP83dD-C7a/y3K6GXsSZIgP83dD-C7a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1766/importcfg -pack ./pkg/detectors/serpstack/serpstack.go
2025-08-20T23:04:31.1731020Z [00:03:16.456]➜  go tool buildid -w $WORK/b1763/_pkg_.a # internal
2025-08-20T23:04:31.1768197Z [00:03:16.460]➜  cp $WORK/b1763/_pkg_.a /root/.cache/go-build/e6/e65f74c44b0fd3d17aa92d61c2607ee58e763dbea9dcd953189ebf005d445e8e-d # internal
2025-08-20T23:04:31.1770417Z [00:03:16.460]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v2
2025-08-20T23:04:31.1772855Z [00:03:16.460]➜  mkdir -p $WORK/b1764/
2025-08-20T23:04:31.1775090Z [00:03:16.460]➜  cat >/tmp/go-build3700090427/b1764/importcfg << 'EOF' # internal
2025-08-20T23:04:31.1776187Z [00:03:16.460]➜  # import config
2025-08-20T23:04:31.1777042Z [00:03:16.460]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.1779702Z [00:03:16.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.1781794Z [00:03:16.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.1783735Z [00:03:16.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1=/tmp/go-build3700090427/b1763/_pkg_.a
2025-08-20T23:04:31.1785722Z [00:03:16.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.1787436Z [00:03:16.460]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.1789553Z [00:03:16.460]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.1790129Z [00:03:16.460]➜  EOF
2025-08-20T23:04:31.1793852Z [00:03:16.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1764/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v2;$WORK/b1764=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v2 -lang=go1.24 -complete -installsuffix shared -buildid foZP104Plp45lDNpuA1M/foZP104Plp45lDNpuA1M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1764/importcfg -pack ./pkg/detectors/sentrytoken/v2/sentrytoken.go
2025-08-20T23:04:31.2231134Z [00:03:16.504]➜  go tool buildid -w $WORK/b1766/_pkg_.a # internal
2025-08-20T23:04:31.2233160Z [00:03:16.505]➜  cp $WORK/b1766/_pkg_.a /root/.cache/go-build/82/82d36f4a07189d44eba9c9866b41dc8964c3b454920206825c69488bc918f407-d # internal
2025-08-20T23:04:31.2234782Z [00:03:16.505]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sheety
2025-08-20T23:04:31.2236176Z [00:03:16.506]➜  mkdir -p $WORK/b1767/
2025-08-20T23:04:31.2237361Z [00:03:16.506]➜  cat >/tmp/go-build3700090427/b1767/importcfg << 'EOF' # internal
2025-08-20T23:04:31.2238274Z [00:03:16.506]➜  # import config
2025-08-20T23:04:31.2239136Z [00:03:16.506]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.2240446Z [00:03:16.506]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.2241560Z [00:03:16.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.2243009Z [00:03:16.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.2244591Z [00:03:16.506]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.2245917Z [00:03:16.506]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.2246865Z [00:03:16.506]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.2247731Z [00:03:16.506]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.2248360Z [00:03:16.506]➜  EOF
2025-08-20T23:04:31.2252298Z [00:03:16.506]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1767/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sheety=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sheety;$WORK/b1767=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sheety -lang=go1.24 -complete -installsuffix shared -buildid 1diOspLyjPiOBSfCuSWS/1diOspLyjPiOBSfCuSWS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1767/importcfg -pack ./pkg/detectors/sheety/sheety.go
2025-08-20T23:04:31.2391221Z [00:03:16.522]➜  go tool buildid -w $WORK/b1572/_pkg_.a # internal
2025-08-20T23:04:31.2550476Z [00:03:16.538]➜  go tool buildid -w $WORK/b1764/_pkg_.a # internal
2025-08-20T23:04:31.2552141Z [00:03:16.538]➜  cp $WORK/b1764/_pkg_.a /root/.cache/go-build/c8/c880afb7e68dce26df1e426b3dbc3496c3ec21e53ef51380969b93728c4ef12b-d # internal
2025-08-20T23:04:31.2553566Z [00:03:16.538]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sherpadesk
2025-08-20T23:04:31.2554618Z [00:03:16.538]➜  mkdir -p $WORK/b1768/
2025-08-20T23:04:31.2555354Z [00:03:16.538]➜  cat >/tmp/go-build3700090427/b1768/importcfg << 'EOF' # internal
2025-08-20T23:04:31.2556036Z [00:03:16.538]➜  # import config
2025-08-20T23:04:31.2556722Z [00:03:16.538]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.2557631Z [00:03:16.538]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:31.2558480Z [00:03:16.538]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.2559984Z [00:03:16.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.2561554Z [00:03:16.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.2563337Z [00:03:16.538]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.2564710Z [00:03:16.538]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.2565650Z [00:03:16.538]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.2566486Z [00:03:16.538]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.2567105Z [00:03:16.538]➜  EOF
2025-08-20T23:04:31.2583672Z [00:03:16.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1768/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sherpadesk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sherpadesk;$WORK/b1768=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sherpadesk -lang=go1.24 -complete -installsuffix shared -buildid HIvRKYfWMociHK6CFTIB/HIvRKYfWMociHK6CFTIB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1768/importcfg -pack ./pkg/detectors/sherpadesk/sherpadesk.go
2025-08-20T23:04:31.2635981Z [00:03:16.546]➜  cp $WORK/b1572/_pkg_.a /root/.cache/go-build/07/07cf508b3496b186f3538379448a5f44bbfabf704449e7731ac6c28463fc9a1d-d # internal
2025-08-20T23:04:31.2637487Z [00:03:16.547]➜  go.mongodb.org/mongo-driver/mongo
2025-08-20T23:04:31.2638250Z [00:03:16.547]➜  mkdir -p $WORK/b1522/
2025-08-20T23:04:31.2642288Z [00:03:16.547]➜  cat >/tmp/go-build3700090427/b1522/importcfg << 'EOF' # internal
2025-08-20T23:04:31.2643211Z [00:03:16.547]➜  # import config
2025-08-20T23:04:31.2645016Z [00:03:16.547]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:31.2646475Z [00:03:16.547]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.2648258Z [00:03:16.547]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:31.2649032Z [00:03:16.547]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.2650183Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:04:31.2651391Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3700090427/b1524/_pkg_.a
2025-08-20T23:04:31.2652634Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3700090427/b1526/_pkg_.a
2025-08-20T23:04:31.2653877Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3700090427/b1527/_pkg_.a
2025-08-20T23:04:31.2655433Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:04:31.2656668Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3700090427/b1530/_pkg_.a
2025-08-20T23:04:31.2657927Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3700090427/b1538/_pkg_.a
2025-08-20T23:04:31.2659249Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build3700090427/b1539/_pkg_.a
2025-08-20T23:04:31.2660790Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3700090427/b1540/_pkg_.a
2025-08-20T23:04:31.2662265Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3700090427/b1541/_pkg_.a
2025-08-20T23:04:31.2663583Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3700090427/b1542/_pkg_.a
2025-08-20T23:04:31.2665224Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3700090427/b1543/_pkg_.a
2025-08-20T23:04:31.2666546Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3700090427/b1532/_pkg_.a
2025-08-20T23:04:31.2667831Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3700090427/b1546/_pkg_.a
2025-08-20T23:04:31.2669136Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3700090427/b1550/_pkg_.a
2025-08-20T23:04:31.2670794Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3700090427/b1536/_pkg_.a
2025-08-20T23:04:31.2672169Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3700090427/b1551/_pkg_.a
2025-08-20T23:04:31.2673608Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:04:31.2674952Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3700090427/b1552/_pkg_.a
2025-08-20T23:04:31.2676258Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3700090427/b1558/_pkg_.a
2025-08-20T23:04:31.2677611Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3700090427/b1554/_pkg_.a
2025-08-20T23:04:31.2679079Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3700090427/b1555/_pkg_.a
2025-08-20T23:04:31.2680922Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3700090427/b1568/_pkg_.a
2025-08-20T23:04:31.2682368Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3700090427/b1556/_pkg_.a
2025-08-20T23:04:31.2683743Z [00:03:16.547]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build3700090427/b1572/_pkg_.a
2025-08-20T23:04:31.2684796Z [00:03:16.547]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:31.2685592Z [00:03:16.547]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:31.2686397Z [00:03:16.547]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.2687216Z [00:03:16.547]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:04:31.2688018Z [00:03:16.547]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:31.2688826Z [00:03:16.547]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:31.2689872Z [00:03:16.547]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.2690677Z [00:03:16.547]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:31.2691251Z [00:03:16.547]➜  EOF
2025-08-20T23:04:31.2705977Z [00:03:16.548]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1522/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo=>go.mongodb.org/mongo-driver@v1.17.4/mongo;$WORK/b1522=>" -p go.mongodb.org/mongo-driver/mongo -lang=go1.18 -complete -installsuffix shared -buildid L23KRUG6Znccfm7uEMZQ/L23KRUG6Znccfm7uEMZQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1522/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/background_context.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/batch_cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/bulk_write.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/bulk_write_models.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/change_stream.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/change_stream_deployment.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/client.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/client_encryption.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/collection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/crypt_retrievers.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/database.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/index_options_builder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/index_view.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/mongo.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/mongocryptd.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/results.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/search_index_view.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/single_result.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.17.4/mongo/util.go
2025-08-20T23:04:31.2887916Z [00:03:16.572]➜  go tool buildid -w $WORK/b1767/_pkg_.a # internal
2025-08-20T23:04:31.2903918Z [00:03:16.573]➜  cp $WORK/b1767/_pkg_.a /root/.cache/go-build/ed/ed31d6809286ba677c4f2b4387f9549459b9fdb38c8a6e2011b52d1d83518000-d # internal
2025-08-20T23:04:31.2908372Z [00:03:16.574]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shipday
2025-08-20T23:04:31.2909120Z [00:03:16.574]➜  mkdir -p $WORK/b1769/
2025-08-20T23:04:31.2913089Z [00:03:16.574]➜  cat >/tmp/go-build3700090427/b1769/importcfg << 'EOF' # internal
2025-08-20T23:04:31.2923403Z [00:03:16.574]➜  # import config
2025-08-20T23:04:31.2924175Z [00:03:16.574]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.2925263Z [00:03:16.574]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.2926475Z [00:03:16.574]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.2927968Z [00:03:16.574]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.2929757Z [00:03:16.574]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.2931099Z [00:03:16.574]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.2932033Z [00:03:16.574]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.2933486Z [00:03:16.574]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.2934678Z [00:03:16.574]➜  EOF
2025-08-20T23:04:31.2938612Z [00:03:16.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1769/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shipday=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shipday;$WORK/b1769=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shipday -lang=go1.24 -complete -installsuffix shared -buildid EVuzwq8QQfzF_gLvBBn6/EVuzwq8QQfzF_gLvBBn6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1769/importcfg -pack ./pkg/detectors/shipday/shipday.go
2025-08-20T23:04:31.3483282Z [00:03:16.631]➜  go tool buildid -w $WORK/b1768/_pkg_.a # internal
2025-08-20T23:04:31.3498676Z [00:03:16.633]➜  cp $WORK/b1768/_pkg_.a /root/.cache/go-build/e4/e4d60cb2b26c9392ba6dd5847411801f598d83fa42fef8ea2babf08285d73c9f-d # internal
2025-08-20T23:04:31.3527443Z [00:03:16.635]➜  go tool buildid -w $WORK/b1769/_pkg_.a # internal
2025-08-20T23:04:31.3528375Z [00:03:16.635]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shodankey
2025-08-20T23:04:31.3529123Z [00:03:16.635]➜  mkdir -p $WORK/b1770/
2025-08-20T23:04:31.3530072Z [00:03:16.635]➜  cat >/tmp/go-build3700090427/b1770/importcfg << 'EOF' # internal
2025-08-20T23:04:31.3530736Z [00:03:16.635]➜  # import config
2025-08-20T23:04:31.3531629Z [00:03:16.635]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.3532493Z [00:03:16.635]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:31.3533656Z [00:03:16.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.3535074Z [00:03:16.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.3536594Z [00:03:16.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.3537897Z [00:03:16.635]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.3538785Z [00:03:16.635]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:31.3540005Z [00:03:16.635]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.3540866Z [00:03:16.635]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.3541467Z [00:03:16.635]➜  EOF
2025-08-20T23:04:31.3545474Z [00:03:16.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1770/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shodankey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shodankey;$WORK/b1770=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shodankey -lang=go1.24 -complete -installsuffix shared -buildid OFIApXNxPMrlV1bBScWD/OFIApXNxPMrlV1bBScWD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1770/importcfg -pack ./pkg/detectors/shodankey/shodankey.go
2025-08-20T23:04:31.3549779Z [00:03:16.635]➜  cp $WORK/b1769/_pkg_.a /root/.cache/go-build/f7/f7cde7056251e912b5733c70360cec2599e8b5964680e23a55813053dceeab25-d # internal
2025-08-20T23:04:31.3551229Z [00:03:16.635]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shopify
2025-08-20T23:04:31.3551968Z [00:03:16.635]➜  mkdir -p $WORK/b1771/
2025-08-20T23:04:31.3552700Z [00:03:16.635]➜  cat >/tmp/go-build3700090427/b1771/importcfg << 'EOF' # internal
2025-08-20T23:04:31.3553343Z [00:03:16.635]➜  # import config
2025-08-20T23:04:31.3553960Z [00:03:16.635]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.3554822Z [00:03:16.635]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:31.3556028Z [00:03:16.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.3557547Z [00:03:16.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.3558838Z [00:03:16.635]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.3560014Z [00:03:16.635]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.3560839Z [00:03:16.635]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.3561448Z [00:03:16.635]➜  EOF
2025-08-20T23:04:31.3565145Z [00:03:16.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1771/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shopify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shopify;$WORK/b1771=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shopify -lang=go1.24 -complete -installsuffix shared -buildid BxXVQ85iNiMzq-hDngJu/BxXVQ85iNiMzq-hDngJu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1771/importcfg -pack ./pkg/detectors/shopify/shopify.go
2025-08-20T23:04:31.4109551Z [00:03:16.694]➜  go tool buildid -w $WORK/b1771/_pkg_.a # internal
2025-08-20T23:04:31.4114358Z [00:03:16.695]➜  go tool buildid -w $WORK/b1770/_pkg_.a # internal
2025-08-20T23:04:31.4125059Z [00:03:16.696]➜  cp $WORK/b1771/_pkg_.a /root/.cache/go-build/42/427b81b1e1295c1cc47df17f51029ef5e39e4dbffaf0fa6d3ebdffaf7ce773f9-d # internal
2025-08-20T23:04:31.4126451Z [00:03:16.696]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shortcut
2025-08-20T23:04:31.4129247Z [00:03:16.696]➜  mkdir -p $WORK/b1772/
2025-08-20T23:04:31.4133080Z [00:03:16.696]➜  cat >/tmp/go-build3700090427/b1772/importcfg << 'EOF' # internal
2025-08-20T23:04:31.4133812Z [00:03:16.697]➜  # import config
2025-08-20T23:04:31.4139073Z [00:03:16.697]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.4140319Z [00:03:16.697]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.4141631Z [00:03:16.697]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.4143015Z [00:03:16.697]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.4144192Z [00:03:16.697]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.4145044Z [00:03:16.697]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.4145811Z [00:03:16.697]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.4146338Z [00:03:16.697]➜  EOF
2025-08-20T23:04:31.4150715Z [00:03:16.697]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1772/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shortcut=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shortcut;$WORK/b1772=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shortcut -lang=go1.24 -complete -installsuffix shared -buildid EYCkKFeORqMomKziWRav/EYCkKFeORqMomKziWRav -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1772/importcfg -pack ./pkg/detectors/shortcut/shortcut.go
2025-08-20T23:04:31.4154187Z [00:03:16.697]➜  cp $WORK/b1770/_pkg_.a /root/.cache/go-build/84/8450ce1ec8893f69f0752f231134f0cf9b2be6bb8750e7ac3e1dd6e5e1654531-d # internal
2025-08-20T23:04:31.4155418Z [00:03:16.697]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shotstack
2025-08-20T23:04:31.4156055Z [00:03:16.697]➜  mkdir -p $WORK/b1773/
2025-08-20T23:04:31.4156644Z [00:03:16.698]➜  cat >/tmp/go-build3700090427/b1773/importcfg << 'EOF' # internal
2025-08-20T23:04:31.4157203Z [00:03:16.698]➜  # import config
2025-08-20T23:04:31.4157744Z [00:03:16.698]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.4158699Z [00:03:16.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.4160112Z [00:03:16.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.4161381Z [00:03:16.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.4162441Z [00:03:16.698]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.4163264Z [00:03:16.698]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.4163944Z [00:03:16.698]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.4164468Z [00:03:16.698]➜  EOF
2025-08-20T23:04:31.4168031Z [00:03:16.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1773/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shotstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shotstack;$WORK/b1773=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shotstack -lang=go1.24 -complete -installsuffix shared -buildid iL_0cnT5CVAp9CmGV3R8/iL_0cnT5CVAp9CmGV3R8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1773/importcfg -pack ./pkg/detectors/shotstack/shotstack.go
2025-08-20T23:04:31.4694963Z [00:03:16.753]➜  go tool buildid -w $WORK/b1772/_pkg_.a # internal
2025-08-20T23:04:31.4704096Z [00:03:16.754]➜  go tool buildid -w $WORK/b1773/_pkg_.a # internal
2025-08-20T23:04:31.4711435Z [00:03:16.754]➜  cp $WORK/b1772/_pkg_.a /root/.cache/go-build/74/74283dc5a762661ed4c5d222facedbd919278b6a1cb69347ab451f24ee13aff2-d # internal
2025-08-20T23:04:31.4725910Z [00:03:16.754]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstock
2025-08-20T23:04:31.4726620Z [00:03:16.754]➜  mkdir -p $WORK/b1774/
2025-08-20T23:04:31.4727277Z [00:03:16.755]➜  cat >/tmp/go-build3700090427/b1774/importcfg << 'EOF' # internal
2025-08-20T23:04:31.4727889Z [00:03:16.755]➜  # import config
2025-08-20T23:04:31.4728480Z [00:03:16.755]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.4729647Z [00:03:16.755]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.4730990Z [00:03:16.755]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.4732355Z [00:03:16.755]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.4733459Z [00:03:16.755]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.4734302Z [00:03:16.755]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.4734989Z [00:03:16.755]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.4735485Z [00:03:16.755]➜  EOF
2025-08-20T23:04:31.4738843Z [00:03:16.755]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1774/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstock=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstock;$WORK/b1774=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstock -lang=go1.24 -complete -installsuffix shared -buildid vFCfn3Mh_pfYTYRYDMdP/vFCfn3Mh_pfYTYRYDMdP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1774/importcfg -pack ./pkg/detectors/shutterstock/shutterstock.go
2025-08-20T23:04:31.4774809Z [00:03:16.756]➜  cp $WORK/b1773/_pkg_.a /root/.cache/go-build/f5/f5485572c0e30841225a7ee47bfa96a2c3efd1e5c0f07a6abe4806695541213f-d # internal
2025-08-20T23:04:31.4776046Z [00:03:16.756]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstockoauth
2025-08-20T23:04:31.4776777Z [00:03:16.756]➜  mkdir -p $WORK/b1775/
2025-08-20T23:04:31.4777405Z [00:03:16.756]➜  cat >/tmp/go-build3700090427/b1775/importcfg << 'EOF' # internal
2025-08-20T23:04:31.4778006Z [00:03:16.757]➜  # import config
2025-08-20T23:04:31.4778549Z [00:03:16.757]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.4779261Z [00:03:16.757]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.4780517Z [00:03:16.757]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.4781771Z [00:03:16.757]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.4783070Z [00:03:16.757]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.4784191Z [00:03:16.757]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.4785045Z [00:03:16.757]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.4785771Z [00:03:16.757]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.4786448Z [00:03:16.757]➜  EOF
2025-08-20T23:04:31.4790558Z [00:03:16.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1775/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstockoauth=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstockoauth;$WORK/b1775=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstockoauth -lang=go1.24 -complete -installsuffix shared -buildid 6DnkDVj_74pKH8t652l0/6DnkDVj_74pKH8t652l0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1775/importcfg -pack ./pkg/detectors/shutterstockoauth/shutterstockoauth.go
2025-08-20T23:04:31.5244295Z [00:03:16.807]➜  go tool buildid -w $WORK/b1774/_pkg_.a # internal
2025-08-20T23:04:31.5259546Z [00:03:16.809]➜  cp $WORK/b1774/_pkg_.a /root/.cache/go-build/15/15e46e572cda62989c2f1f4ce07e2b40a2853522fd40b16d3796f2e279e76e9e-d # internal
2025-08-20T23:04:31.5266025Z [00:03:16.809]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signable
2025-08-20T23:04:31.5266812Z [00:03:16.809]➜  mkdir -p $WORK/b1776/
2025-08-20T23:04:31.5269851Z [00:03:16.810]➜  cat >/tmp/go-build3700090427/b1776/importcfg << 'EOF' # internal
2025-08-20T23:04:31.5270565Z [00:03:16.810]➜  # import config
2025-08-20T23:04:31.5272456Z [00:03:16.810]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.5280551Z [00:03:16.810]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:31.5281412Z [00:03:16.810]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.5282553Z [00:03:16.810]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.5283866Z [00:03:16.810]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.5285263Z [00:03:16.810]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.5286481Z [00:03:16.810]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.5287325Z [00:03:16.810]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.5288067Z [00:03:16.810]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.5288618Z [00:03:16.810]➜  EOF
2025-08-20T23:04:31.5292461Z [00:03:16.810]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1776/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signable=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signable;$WORK/b1776=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signable -lang=go1.24 -complete -installsuffix shared -buildid tk-SDy8EjYESimZGPorh/tk-SDy8EjYESimZGPorh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1776/importcfg -pack ./pkg/detectors/signable/signable.go
2025-08-20T23:04:31.5372279Z [00:03:16.820]➜  go tool buildid -w $WORK/b1775/_pkg_.a # internal
2025-08-20T23:04:31.5375570Z [00:03:16.820]➜  cp $WORK/b1775/_pkg_.a /root/.cache/go-build/ae/ae66048ef8da6237def89e79dc3788c64a1d2ab587085f653209659d59774866-d # internal
2025-08-20T23:04:31.5447643Z [00:03:16.828]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signalwire
2025-08-20T23:04:31.5474068Z [00:03:16.828]➜  mkdir -p $WORK/b1777/
2025-08-20T23:04:31.5474824Z [00:03:16.828]➜  cat >/tmp/go-build3700090427/b1777/importcfg << 'EOF' # internal
2025-08-20T23:04:31.5475438Z [00:03:16.828]➜  # import config
2025-08-20T23:04:31.5476020Z [00:03:16.828]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.5476864Z [00:03:16.828]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:31.5477688Z [00:03:16.828]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.5478707Z [00:03:16.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.5480250Z [00:03:16.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.5481573Z [00:03:16.828]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.5482404Z [00:03:16.828]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.5483128Z [00:03:16.828]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.5483667Z [00:03:16.828]➜  EOF
2025-08-20T23:04:31.5487187Z [00:03:16.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1777/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signalwire=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signalwire;$WORK/b1777=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signalwire -lang=go1.24 -complete -installsuffix shared -buildid Lk62BxlbRu4sHdAaU-iV/Lk62BxlbRu4sHdAaU-iV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1777/importcfg -pack ./pkg/detectors/signalwire/signalwire.go
2025-08-20T23:04:31.5682391Z [00:03:16.849]➜  go tool buildid -w $WORK/b1704/_pkg_.a # internal
2025-08-20T23:04:31.5909150Z [00:03:16.874]➜  go tool buildid -w $WORK/b1776/_pkg_.a # internal
2025-08-20T23:04:31.5925690Z [00:03:16.876]➜  cp $WORK/b1776/_pkg_.a /root/.cache/go-build/44/44d4ec6b4ba8f2f348be9a43229def609a12ce045700a6f6a196a1e42244f45e-d # internal
2025-08-20T23:04:31.5934387Z [00:03:16.876]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signaturit
2025-08-20T23:04:31.5935180Z [00:03:16.876]➜  mkdir -p $WORK/b1778/
2025-08-20T23:04:31.5935965Z [00:03:16.876]➜  cat >/tmp/go-build3700090427/b1778/importcfg << 'EOF' # internal
2025-08-20T23:04:31.5936655Z [00:03:16.876]➜  # import config
2025-08-20T23:04:31.5937307Z [00:03:16.876]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.5938092Z [00:03:16.876]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.5939162Z [00:03:16.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.5942279Z [00:03:16.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.5943795Z [00:03:16.876]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.5945120Z [00:03:16.876]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.5946099Z [00:03:16.876]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.5947205Z [00:03:16.876]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.5947863Z [00:03:16.876]➜  EOF
2025-08-20T23:04:31.5951731Z [00:03:16.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1778/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signaturit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signaturit;$WORK/b1778=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signaturit -lang=go1.24 -complete -installsuffix shared -buildid reE5oucbcHMTL1YKtGMl/reE5oucbcHMTL1YKtGMl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1778/importcfg -pack ./pkg/detectors/signaturit/signaturit.go
2025-08-20T23:04:31.6021326Z [00:03:16.883]➜  go tool buildid -w $WORK/b1777/_pkg_.a # internal
2025-08-20T23:04:31.6023333Z [00:03:16.884]➜  cp $WORK/b1777/_pkg_.a /root/.cache/go-build/cc/ccfb3cef84eaaa6eb8cd1ece04d61665dffb106e86237bf181e800d72a930a0e-d # internal
2025-08-20T23:04:31.6026805Z [00:03:16.885]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signupgenius
2025-08-20T23:04:31.6028977Z [00:03:16.885]➜  mkdir -p $WORK/b1779/
2025-08-20T23:04:31.6030063Z [00:03:16.885]➜  cat >/tmp/go-build3700090427/b1779/importcfg << 'EOF' # internal
2025-08-20T23:04:31.6032811Z [00:03:16.885]➜  # import config
2025-08-20T23:04:31.6033475Z [00:03:16.885]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.6034896Z [00:03:16.885]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.6036482Z [00:03:16.885]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.6037959Z [00:03:16.885]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.6039200Z [00:03:16.885]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.6040409Z [00:03:16.885]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.6041229Z [00:03:16.885]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.6041925Z [00:03:16.885]➜  EOF
2025-08-20T23:04:31.6045823Z [00:03:16.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1779/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signupgenius=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signupgenius;$WORK/b1779=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signupgenius -lang=go1.24 -complete -installsuffix shared -buildid IaId5c-5q92dyhg_Jr3l/IaId5c-5q92dyhg_Jr3l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1779/importcfg -pack ./pkg/detectors/signupgenius/signupgenius.go
2025-08-20T23:04:31.6161993Z [00:03:16.899]➜  cp $WORK/b1704/_pkg_.a /root/.cache/go-build/47/47a92113aebe3347687ce3f7cb132b7194d5b433bed99c7c7723c04b4858369e-d # internal
2025-08-20T23:04:31.6185053Z [00:03:16.899]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/redis
2025-08-20T23:04:31.6185882Z [00:03:16.899]➜  mkdir -p $WORK/b1703/
2025-08-20T23:04:31.6186616Z [00:03:16.900]➜  cat >/tmp/go-build3700090427/b1703/importcfg << 'EOF' # internal
2025-08-20T23:04:31.6187294Z [00:03:16.900]➜  # import config
2025-08-20T23:04:31.6187947Z [00:03:16.900]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.6188749Z [00:03:16.900]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.6189788Z [00:03:16.900]➜  packagefile github.com/go-redis/redis=/tmp/go-build3700090427/b1704/_pkg_.a
2025-08-20T23:04:31.6191050Z [00:03:16.900]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.6192525Z [00:03:16.900]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.6193790Z [00:03:16.900]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.6194979Z [00:03:16.900]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:31.6195807Z [00:03:16.900]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.6196404Z [00:03:16.900]➜  EOF
2025-08-20T23:04:31.6200160Z [00:03:16.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1703/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/redis=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/redis;$WORK/b1703=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/redis -lang=go1.24 -complete -installsuffix shared -buildid _fdqrset9poIaeUtyMdl/_fdqrset9poIaeUtyMdl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1703/importcfg -pack ./pkg/detectors/redis/redis.go
2025-08-20T23:04:31.6474049Z [00:03:16.930]➜  go tool buildid -w $WORK/b1778/_pkg_.a # internal
2025-08-20T23:04:31.6493432Z [00:03:16.932]➜  cp $WORK/b1778/_pkg_.a /root/.cache/go-build/aa/aa31186515b6b98ea7b4bc42311759460699ce240ba882cfe4c165ccd6512151-d # internal
2025-08-20T23:04:31.6495521Z [00:03:16.933]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sigopt
2025-08-20T23:04:31.6497737Z [00:03:16.933]➜  mkdir -p $WORK/b1780/
2025-08-20T23:04:31.6504665Z [00:03:16.934]➜  cat >/tmp/go-build3700090427/b1780/importcfg << 'EOF' # internal
2025-08-20T23:04:31.6507781Z [00:03:16.934]➜  # import config
2025-08-20T23:04:31.6508471Z [00:03:16.934]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.6509594Z [00:03:16.934]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:31.6510403Z [00:03:16.934]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.6511530Z [00:03:16.934]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.6512963Z [00:03:16.934]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.6514657Z [00:03:16.934]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.6515988Z [00:03:16.934]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.6517208Z [00:03:16.934]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.6518058Z [00:03:16.934]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.6518746Z [00:03:16.934]➜  EOF
2025-08-20T23:04:31.6533046Z [00:03:16.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1780/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sigopt=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sigopt;$WORK/b1780=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sigopt -lang=go1.24 -complete -installsuffix shared -buildid 02K20mAKouSNQbRR90wd/02K20mAKouSNQbRR90wd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1780/importcfg -pack ./pkg/detectors/sigopt/sigopt.go
2025-08-20T23:04:31.6573631Z [00:03:16.940]➜  go tool buildid -w $WORK/b1779/_pkg_.a # internal
2025-08-20T23:04:31.6578827Z [00:03:16.941]➜  cp $WORK/b1779/_pkg_.a /root/.cache/go-build/70/705d9638a1a101530f33b3526950bfe27d0c3d0e8d4d7e62d204361aec3f1da9-d # internal
2025-08-20T23:04:31.6605176Z [00:03:16.943]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simfin
2025-08-20T23:04:31.6617438Z [00:03:16.944]➜  mkdir -p $WORK/b1781/
2025-08-20T23:04:31.6618190Z [00:03:16.944]➜  cat >/tmp/go-build3700090427/b1781/importcfg << 'EOF' # internal
2025-08-20T23:04:31.6618823Z [00:03:16.944]➜  # import config
2025-08-20T23:04:31.6619639Z [00:03:16.944]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.6620460Z [00:03:16.944]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.6621577Z [00:03:16.944]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.6623267Z [00:03:16.944]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.6624792Z [00:03:16.944]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.6626068Z [00:03:16.944]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.6626952Z [00:03:16.944]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:31.6627706Z [00:03:16.944]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.6628513Z [00:03:16.944]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.6629093Z [00:03:16.944]➜  EOF
2025-08-20T23:04:31.6633679Z [00:03:16.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1781/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simfin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simfin;$WORK/b1781=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simfin -lang=go1.24 -complete -installsuffix shared -buildid VdizCVlVI-Z64fiwZi14/VdizCVlVI-Z64fiwZi14 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1781/importcfg -pack ./pkg/detectors/simfin/simfin.go
2025-08-20T23:04:31.6870672Z [00:03:16.970]➜  go tool buildid -w $WORK/b1703/_pkg_.a # internal
2025-08-20T23:04:31.6879542Z [00:03:16.970]➜  cp $WORK/b1703/_pkg_.a /root/.cache/go-build/f2/f20234ceefbf036a9525b0faf9d50229ec0b1b299858c9d361f427f58bca7508-d # internal
2025-08-20T23:04:31.6881092Z [00:03:16.971]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplesat
2025-08-20T23:04:31.6881774Z [00:03:16.971]➜  mkdir -p $WORK/b1782/
2025-08-20T23:04:31.6882466Z [00:03:16.971]➜  cat >/tmp/go-build3700090427/b1782/importcfg << 'EOF' # internal
2025-08-20T23:04:31.6883153Z [00:03:16.971]➜  # import config
2025-08-20T23:04:31.6883824Z [00:03:16.971]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.6885219Z [00:03:16.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.6886754Z [00:03:16.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.6888501Z [00:03:16.971]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.6890069Z [00:03:16.971]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.6891072Z [00:03:16.971]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.6891950Z [00:03:16.971]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.6892610Z [00:03:16.971]➜  EOF
2025-08-20T23:04:31.6896539Z [00:03:16.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1782/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplesat=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplesat;$WORK/b1782=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplesat -lang=go1.24 -complete -installsuffix shared -buildid Vyk-3fpphOU1wdN5QXd_/Vyk-3fpphOU1wdN5QXd_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1782/importcfg -pack ./pkg/detectors/simplesat/simplesat.go
2025-08-20T23:04:31.7111114Z [00:03:16.994]➜  go tool buildid -w $WORK/b1780/_pkg_.a # internal
2025-08-20T23:04:31.7136373Z [00:03:16.997]➜  cp $WORK/b1780/_pkg_.a /root/.cache/go-build/94/94d9d1137441c802c9051f788b8913afc63d4e840c2051a549afc8ae2b6f2ef6-d # internal
2025-08-20T23:04:31.7150566Z [00:03:16.997]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplynoted
2025-08-20T23:04:31.7151435Z [00:03:16.997]➜  mkdir -p $WORK/b1783/
2025-08-20T23:04:31.7152159Z [00:03:16.998]➜  cat >/tmp/go-build3700090427/b1783/importcfg << 'EOF' # internal
2025-08-20T23:04:31.7152845Z [00:03:16.998]➜  # import config
2025-08-20T23:04:31.7153466Z [00:03:16.998]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.7154410Z [00:03:16.998]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.7155554Z [00:03:16.998]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.7158096Z [00:03:16.998]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.7159812Z [00:03:16.998]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.7161146Z [00:03:16.998]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.7161926Z [00:03:16.998]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.7163047Z [00:03:16.998]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.7163564Z [00:03:16.998]➜  EOF
2025-08-20T23:04:31.7167109Z [00:03:16.998]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1783/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplynoted=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplynoted;$WORK/b1783=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplynoted -lang=go1.24 -complete -installsuffix shared -buildid fD7io9rB0NHzAElwmuMZ/fD7io9rB0NHzAElwmuMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1783/importcfg -pack ./pkg/detectors/simplynoted/simplynoted.go
2025-08-20T23:04:31.7321139Z [00:03:17.014]➜  go tool buildid -w $WORK/b1781/_pkg_.a # internal
2025-08-20T23:04:31.7324478Z [00:03:17.015]➜  cp $WORK/b1781/_pkg_.a /root/.cache/go-build/19/19043c86a72e51f25776a2ff4395ba517e93d73eb5ad80917683e62808063170-d # internal
2025-08-20T23:04:31.7333000Z [00:03:17.017]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simvoly
2025-08-20T23:04:31.7334033Z [00:03:17.017]➜  mkdir -p $WORK/b1784/
2025-08-20T23:04:31.7343242Z [00:03:17.017]➜  cat >/tmp/go-build3700090427/b1784/importcfg << 'EOF' # internal
2025-08-20T23:04:31.7344165Z [00:03:17.017]➜  # import config
2025-08-20T23:04:31.7345298Z [00:03:17.017]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.7346458Z [00:03:17.017]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.7350575Z [00:03:17.017]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.7352111Z [00:03:17.017]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.7353733Z [00:03:17.017]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.7355048Z [00:03:17.017]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.7355986Z [00:03:17.018]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.7356811Z [00:03:17.018]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.7357405Z [00:03:17.018]➜  EOF
2025-08-20T23:04:31.7361363Z [00:03:17.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1784/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simvoly=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simvoly;$WORK/b1784=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simvoly -lang=go1.24 -complete -installsuffix shared -buildid rUbx2R791DoAZe9HrdCy/rUbx2R791DoAZe9HrdCy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1784/importcfg -pack ./pkg/detectors/simvoly/simvoly.go
2025-08-20T23:04:31.7411433Z [00:03:17.024]➜  go tool buildid -w $WORK/b1782/_pkg_.a # internal
2025-08-20T23:04:31.7426823Z [00:03:17.026]➜  cp $WORK/b1782/_pkg_.a /root/.cache/go-build/ba/ba4dcdb22e5a0502aad459fa4e7d4305c9203675f154522b5441ce27ed27c64b-d # internal
2025-08-20T23:04:31.7440423Z [00:03:17.026]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sinchmessage
2025-08-20T23:04:31.7441158Z [00:03:17.026]➜  mkdir -p $WORK/b1785/
2025-08-20T23:04:31.7441993Z [00:03:17.026]➜  cat >/tmp/go-build3700090427/b1785/importcfg << 'EOF' # internal
2025-08-20T23:04:31.7442688Z [00:03:17.026]➜  # import config
2025-08-20T23:04:31.7443315Z [00:03:17.026]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.7444074Z [00:03:17.026]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.7445182Z [00:03:17.026]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.7446638Z [00:03:17.026]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.7448230Z [00:03:17.026]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.7450257Z [00:03:17.026]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.7451234Z [00:03:17.026]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.7452023Z [00:03:17.026]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.7452601Z [00:03:17.026]➜  EOF
2025-08-20T23:04:31.7457339Z [00:03:17.027]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1785/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sinchmessage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sinchmessage;$WORK/b1785=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sinchmessage -lang=go1.24 -complete -installsuffix shared -buildid 1rgXQEAk0mCmjesWIxUk/1rgXQEAk0mCmjesWIxUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1785/importcfg -pack ./pkg/detectors/sinchmessage/sinchmessage.go
2025-08-20T23:04:31.7782442Z [00:03:17.059]➜  go tool buildid -w $WORK/b1783/_pkg_.a # internal
2025-08-20T23:04:31.7788497Z [00:03:17.061]➜  cp $WORK/b1783/_pkg_.a /root/.cache/go-build/52/52247f832a360d656b9ad69a2849536336505456504b280cbbf6de1e2285220e-d # internal
2025-08-20T23:04:31.7794110Z [00:03:17.061]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sirv
2025-08-20T23:04:31.7794930Z [00:03:17.061]➜  mkdir -p $WORK/b1786/
2025-08-20T23:04:31.7795898Z [00:03:17.062]➜  cat >/tmp/go-build3700090427/b1786/importcfg << 'EOF' # internal
2025-08-20T23:04:31.7796621Z [00:03:17.062]➜  # import config
2025-08-20T23:04:31.7797297Z [00:03:17.062]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.7798138Z [00:03:17.062]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.7799858Z [00:03:17.062]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.7802559Z [00:03:17.062]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.7804181Z [00:03:17.062]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.7805586Z [00:03:17.062]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.7806592Z [00:03:17.062]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.7807459Z [00:03:17.062]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.7808295Z [00:03:17.062]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:31.7808911Z [00:03:17.062]➜  EOF
2025-08-20T23:04:31.7812653Z [00:03:17.062]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1786/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sirv=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sirv;$WORK/b1786=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sirv -lang=go1.24 -complete -installsuffix shared -buildid K1LgPsR5bne97_yhE9Rf/K1LgPsR5bne97_yhE9Rf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1786/importcfg -pack ./pkg/detectors/sirv/sirv.go
2025-08-20T23:04:31.8011250Z [00:03:17.083]➜  go tool buildid -w $WORK/b1784/_pkg_.a # internal
2025-08-20T23:04:31.8013305Z [00:03:17.083]➜  cp $WORK/b1784/_pkg_.a /root/.cache/go-build/fb/fb7642b1a8bb13cf62cac4722da6636ad3d1cbfd0ee34af8a38bce3c3443611c-d # internal
2025-08-20T23:04:31.8015638Z [00:03:17.084]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/siteleaf
2025-08-20T23:04:31.8016368Z [00:03:17.084]➜  mkdir -p $WORK/b1787/
2025-08-20T23:04:31.8017051Z [00:03:17.084]➜  cat >/tmp/go-build3700090427/b1787/importcfg << 'EOF' # internal
2025-08-20T23:04:31.8017856Z [00:03:17.084]➜  # import config
2025-08-20T23:04:31.8018493Z [00:03:17.084]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.8019623Z [00:03:17.084]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:31.8020506Z [00:03:17.084]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.8021622Z [00:03:17.084]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.8023213Z [00:03:17.084]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.8024743Z [00:03:17.084]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.8026015Z [00:03:17.084]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.8026908Z [00:03:17.084]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.8027712Z [00:03:17.084]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.8028317Z [00:03:17.084]➜  EOF
2025-08-20T23:04:31.8032341Z [00:03:17.085]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1787/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/siteleaf=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/siteleaf;$WORK/b1787=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/siteleaf -lang=go1.24 -complete -installsuffix shared -buildid dyCDV5dx329YVIocDhcv/dyCDV5dx329YVIocDhcv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1787/importcfg -pack ./pkg/detectors/siteleaf/siteleaf.go
2025-08-20T23:04:31.8054047Z [00:03:17.089]➜  go tool buildid -w $WORK/b1785/_pkg_.a # internal
2025-08-20T23:04:31.8073968Z [00:03:17.091]➜  cp $WORK/b1785/_pkg_.a /root/.cache/go-build/64/64dd9da15ff1b74da92a8f1d68f9713a762a4c898807c1451915aae354c2b187-d # internal
2025-08-20T23:04:31.8077187Z [00:03:17.091]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skrappio
2025-08-20T23:04:31.8078279Z [00:03:17.091]➜  mkdir -p $WORK/b1788/
2025-08-20T23:04:31.8085555Z [00:03:17.092]➜  cat >/tmp/go-build3700090427/b1788/importcfg << 'EOF' # internal
2025-08-20T23:04:31.8086505Z [00:03:17.092]➜  # import config
2025-08-20T23:04:31.8089759Z [00:03:17.092]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.8090955Z [00:03:17.092]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.8092843Z [00:03:17.092]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.8096786Z [00:03:17.092]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.8098154Z [00:03:17.092]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.8099118Z [00:03:17.092]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.8100191Z [00:03:17.092]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.8100798Z [00:03:17.092]➜  EOF
2025-08-20T23:04:31.8104802Z [00:03:17.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1788/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skrappio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skrappio;$WORK/b1788=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skrappio -lang=go1.24 -complete -installsuffix shared -buildid Icyo8g4XPTYSUSRPYESW/Icyo8g4XPTYSUSRPYESW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1788/importcfg -pack ./pkg/detectors/skrappio/skrappio.go
2025-08-20T23:04:31.8717613Z [00:03:17.155]➜  go tool buildid -w $WORK/b1786/_pkg_.a # internal
2025-08-20T23:04:31.8758999Z [00:03:17.159]➜  cp $WORK/b1786/_pkg_.a /root/.cache/go-build/7c/7cac5652b1b7e8b801e20912b25d3312a56b9989e571e38072897889a229ea1e-d # internal
2025-08-20T23:04:31.8761356Z [00:03:17.159]➜  go tool buildid -w $WORK/b1787/_pkg_.a # internal
2025-08-20T23:04:31.8765869Z [00:03:17.159]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skybiometry
2025-08-20T23:04:31.8767250Z [00:03:17.159]➜  mkdir -p $WORK/b1789/
2025-08-20T23:04:31.8768340Z [00:03:17.160]➜  cat >/tmp/go-build3700090427/b1789/importcfg << 'EOF' # internal
2025-08-20T23:04:31.8769233Z [00:03:17.160]➜  # import config
2025-08-20T23:04:31.8770382Z [00:03:17.160]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.8771398Z [00:03:17.160]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.8783908Z [00:03:17.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.8785488Z [00:03:17.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.8787029Z [00:03:17.160]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.8788313Z [00:03:17.160]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.8789201Z [00:03:17.160]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:31.8790242Z [00:03:17.160]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.8790866Z [00:03:17.160]➜  EOF
2025-08-20T23:04:31.8794981Z [00:03:17.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1789/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skybiometry=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skybiometry;$WORK/b1789=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skybiometry -lang=go1.24 -complete -installsuffix shared -buildid N3toua5C1J5kg8FAtdSt/N3toua5C1J5kg8FAtdSt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1789/importcfg -pack ./pkg/detectors/skybiometry/skybiometry.go
2025-08-20T23:04:31.8799316Z [00:03:17.161]➜  cp $WORK/b1787/_pkg_.a /root/.cache/go-build/6b/6b5a0bd5a70e64e9f3a3e98299ed4872a9ad9897a61a23d1e2e83f1332c082c2-d # internal
2025-08-20T23:04:31.8822992Z [00:03:17.165]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slack
2025-08-20T23:04:31.8823794Z [00:03:17.165]➜  mkdir -p $WORK/b1790/
2025-08-20T23:04:31.8824524Z [00:03:17.165]➜  cat >/tmp/go-build3700090427/b1790/importcfg << 'EOF' # internal
2025-08-20T23:04:31.8825219Z [00:03:17.165]➜  # import config
2025-08-20T23:04:31.8826081Z [00:03:17.165]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.8827171Z [00:03:17.166]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:31.8828273Z [00:03:17.166]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.8829721Z [00:03:17.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.8831368Z [00:03:17.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.8833009Z [00:03:17.166]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.8834408Z [00:03:17.166]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.8835476Z [00:03:17.166]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.8836203Z [00:03:17.166]➜  EOF
2025-08-20T23:04:31.8840001Z [00:03:17.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1790/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slack;$WORK/b1790=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slack -lang=go1.24 -complete -installsuffix shared -buildid rtqfS2h56YECYqzfN_QS/rtqfS2h56YECYqzfN_QS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1790/importcfg -pack ./pkg/detectors/slack/slack.go
2025-08-20T23:04:31.8871603Z [00:03:17.170]➜  go tool buildid -w $WORK/b1788/_pkg_.a # internal
2025-08-20T23:04:31.8883225Z [00:03:17.171]➜  cp $WORK/b1788/_pkg_.a /root/.cache/go-build/f1/f12f9fb98ecaaee3336477208bd507bd4580010378d224242e393225afbf8d04-d # internal
2025-08-20T23:04:31.8889290Z [00:03:17.172]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slackwebhook
2025-08-20T23:04:31.8891941Z [00:03:17.172]➜  mkdir -p $WORK/b1791/
2025-08-20T23:04:31.8899607Z [00:03:17.173]➜  cat >/tmp/go-build3700090427/b1791/importcfg << 'EOF' # internal
2025-08-20T23:04:31.8911990Z [00:03:17.173]➜  # import config
2025-08-20T23:04:31.8912685Z [00:03:17.173]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:31.8913757Z [00:03:17.173]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.8914602Z [00:03:17.173]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.8915764Z [00:03:17.173]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.8917349Z [00:03:17.173]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.8918678Z [00:03:17.173]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.8919730Z [00:03:17.173]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:31.8920519Z [00:03:17.173]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.8921511Z [00:03:17.173]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.8922137Z [00:03:17.173]➜  EOF
2025-08-20T23:04:31.8926635Z [00:03:17.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1791/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slackwebhook=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slackwebhook;$WORK/b1791=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slackwebhook -lang=go1.24 -complete -installsuffix shared -buildid QmLn-33xjan73Rom3F8K/QmLn-33xjan73Rom3F8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1791/importcfg -pack ./pkg/detectors/slackwebhook/slackwebhook.go
2025-08-20T23:04:31.9612851Z [00:03:17.244]➜  go tool buildid -w $WORK/b1790/_pkg_.a # internal
2025-08-20T23:04:31.9631755Z [00:03:17.246]➜  go tool buildid -w $WORK/b1791/_pkg_.a # internal
2025-08-20T23:04:31.9645529Z [00:03:17.247]➜  cp $WORK/b1790/_pkg_.a /root/.cache/go-build/5c/5c32e0c281dee9856dfb550f5030d8697302ed0bb18d4b7fd06dc1bb325716d8-d # internal
2025-08-20T23:04:31.9662354Z [00:03:17.248]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartsheets
2025-08-20T23:04:31.9668080Z [00:03:17.248]➜  mkdir -p $WORK/b1792/
2025-08-20T23:04:31.9673237Z [00:03:17.249]➜  cp $WORK/b1791/_pkg_.a /root/.cache/go-build/ec/ecb2f60cfec17877b0edcea403891e583ffe9215943b8e284602a29ed17344fc-d # internal
2025-08-20T23:04:31.9674728Z [00:03:17.249]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartystreets
2025-08-20T23:04:31.9675452Z [00:03:17.249]➜  mkdir -p $WORK/b1793/
2025-08-20T23:04:31.9676356Z [00:03:17.249]➜  cat >/tmp/go-build3700090427/b1792/importcfg << 'EOF' # internal
2025-08-20T23:04:31.9677017Z [00:03:17.249]➜  # import config
2025-08-20T23:04:31.9677668Z [00:03:17.249]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.9678465Z [00:03:17.249]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.9679949Z [00:03:17.249]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.9681476Z [00:03:17.249]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.9682989Z [00:03:17.249]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.9684442Z [00:03:17.249]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.9685323Z [00:03:17.249]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:31.9688876Z [00:03:17.249]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.9689688Z [00:03:17.249]➜  EOF
2025-08-20T23:04:31.9690322Z [00:03:17.250]➜  cat >/tmp/go-build3700090427/b1793/importcfg << 'EOF' # internal
2025-08-20T23:04:31.9690943Z [00:03:17.250]➜  # import config
2025-08-20T23:04:31.9691555Z [00:03:17.250]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.9692326Z [00:03:17.250]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.9693588Z [00:03:17.250]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.9694952Z [00:03:17.250]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.9696478Z [00:03:17.250]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.9697729Z [00:03:17.250]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.9698646Z [00:03:17.250]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.9699663Z [00:03:17.250]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.9700273Z [00:03:17.250]➜  EOF
2025-08-20T23:04:31.9704317Z [00:03:17.250]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1793/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartystreets=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartystreets;$WORK/b1793=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartystreets -lang=go1.24 -complete -installsuffix shared -buildid lxFANC3FIA86Z0pWhjKH/lxFANC3FIA86Z0pWhjKH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1793/importcfg -pack ./pkg/detectors/smartystreets/smartystreets.go
2025-08-20T23:04:31.9711378Z [00:03:17.250]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1792/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartsheets=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartsheets;$WORK/b1792=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartsheets -lang=go1.24 -complete -installsuffix shared -buildid J8qffJEjI74GvKFYvvUq/J8qffJEjI74GvKFYvvUq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1792/importcfg -pack ./pkg/detectors/smartsheets/smartsheets.go
2025-08-20T23:04:31.9756870Z [00:03:17.259]➜  go tool buildid -w $WORK/b1789/_pkg_.a # internal
2025-08-20T23:04:31.9777448Z [00:03:17.260]➜  cp $WORK/b1789/_pkg_.a /root/.cache/go-build/30/30b84c047d0d0ad63a5f099047cf87638c6444af9197325e7a48cd87a0228882-d # internal
2025-08-20T23:04:31.9778857Z [00:03:17.261]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smooch
2025-08-20T23:04:31.9781819Z [00:03:17.261]➜  mkdir -p $WORK/b1794/
2025-08-20T23:04:31.9785440Z [00:03:17.261]➜  cat >/tmp/go-build3700090427/b1794/importcfg << 'EOF' # internal
2025-08-20T23:04:31.9811384Z [00:03:17.262]➜  # import config
2025-08-20T23:04:31.9812050Z [00:03:17.262]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:31.9812968Z [00:03:17.262]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:31.9813856Z [00:03:17.262]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:31.9815103Z [00:03:17.262]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:31.9816685Z [00:03:17.262]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:31.9818357Z [00:03:17.262]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:31.9819948Z [00:03:17.262]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:31.9821140Z [00:03:17.262]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:31.9821994Z [00:03:17.262]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:31.9822593Z [00:03:17.262]➜  EOF
2025-08-20T23:04:31.9826357Z [00:03:17.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1794/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smooch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smooch;$WORK/b1794=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smooch -lang=go1.24 -complete -installsuffix shared -buildid VygRKaa_V0I5RJopkhbn/VygRKaa_V0I5RJopkhbn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1794/importcfg -pack ./pkg/detectors/smooch/smooch.go
2025-08-20T23:04:32.0332738Z [00:03:17.316]➜  go tool buildid -w $WORK/b1793/_pkg_.a # internal
2025-08-20T23:04:32.0370945Z [00:03:17.320]➜  cp $WORK/b1793/_pkg_.a /root/.cache/go-build/9c/9cfc3e851c899de768cb40ae53c1aa55e7c60260399e2f0079db8eefa2eac067-d # internal
2025-08-20T23:04:32.0376806Z [00:03:17.320]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snipcart
2025-08-20T23:04:32.0377593Z [00:03:17.320]➜  mkdir -p $WORK/b1795/
2025-08-20T23:04:32.0403356Z [00:03:17.323]➜  cat >/tmp/go-build3700090427/b1795/importcfg << 'EOF' # internal
2025-08-20T23:04:32.0404113Z [00:03:17.323]➜  # import config
2025-08-20T23:04:32.0404827Z [00:03:17.323]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.0407435Z [00:03:17.323]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:32.0410972Z [00:03:17.323]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.0412253Z [00:03:17.323]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.0413745Z [00:03:17.323]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.0416032Z [00:03:17.323]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.0417284Z [00:03:17.323]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.0418204Z [00:03:17.323]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.0419008Z [00:03:17.323]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.0419790Z [00:03:17.323]➜  EOF
2025-08-20T23:04:32.0423750Z [00:03:17.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1795/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snipcart=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snipcart;$WORK/b1795=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snipcart -lang=go1.24 -complete -installsuffix shared -buildid Gjtx8hxYa-K5zF-YKPji/Gjtx8hxYa-K5zF-YKPji -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1795/importcfg -pack ./pkg/detectors/snipcart/snipcart.go
2025-08-20T23:04:32.0526492Z [00:03:17.335]➜  go tool buildid -w $WORK/b1792/_pkg_.a # internal
2025-08-20T23:04:32.0528128Z [00:03:17.336]➜  cp $WORK/b1792/_pkg_.a /root/.cache/go-build/74/74a4fa4b0edda47482c21dd821acfca801c8aa19242cb6ffd02b608d05c598db-d # internal
2025-08-20T23:04:32.0540202Z [00:03:17.337]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snowflake
2025-08-20T23:04:32.0541386Z [00:03:17.337]➜  mkdir -p $WORK/b1796/
2025-08-20T23:04:32.0542160Z [00:03:17.337]➜  cat >/tmp/go-build3700090427/b1796/importcfg << 'EOF' # internal
2025-08-20T23:04:32.0542821Z [00:03:17.337]➜  # import config
2025-08-20T23:04:32.0543482Z [00:03:17.337]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:32.0544287Z [00:03:17.337]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.0545131Z [00:03:17.337]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:32.0546450Z [00:03:17.337]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.0547738Z [00:03:17.337]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.0549508Z [00:03:17.337]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.0551207Z [00:03:17.337]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.0552704Z [00:03:17.337]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.0553809Z [00:03:17.338]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:32.0554989Z [00:03:17.338]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.0555973Z [00:03:17.338]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.0556906Z [00:03:17.338]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:32.0557876Z [00:03:17.338]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:32.0558620Z [00:03:17.338]➜  EOF
2025-08-20T23:04:32.0585130Z [00:03:17.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1796/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snowflake=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snowflake;$WORK/b1796=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snowflake -lang=go1.24 -complete -installsuffix shared -buildid kx4m4-YUJN7w9o4Ueop7/kx4m4-YUJN7w9o4Ueop7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1796/importcfg -pack ./pkg/detectors/snowflake/snowflake.go
2025-08-20T23:04:32.0773784Z [00:03:17.360]➜  go tool buildid -w $WORK/b1794/_pkg_.a # internal
2025-08-20T23:04:32.0800316Z [00:03:17.363]➜  cp $WORK/b1794/_pkg_.a /root/.cache/go-build/b4/b4d1c902e98eaf53820503d5699888cf02cf32dac7d91c0e79d0c381d98de8c9-d # internal
2025-08-20T23:04:32.0815537Z [00:03:17.365]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snykkey
2025-08-20T23:04:32.0816290Z [00:03:17.365]➜  mkdir -p $WORK/b1797/
2025-08-20T23:04:32.0821913Z [00:03:17.365]➜  cat >/tmp/go-build3700090427/b1797/importcfg << 'EOF' # internal
2025-08-20T23:04:32.0826254Z [00:03:17.365]➜  # import config
2025-08-20T23:04:32.0830772Z [00:03:17.365]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.0835447Z [00:03:17.365]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:32.0841332Z [00:03:17.365]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.0844329Z [00:03:17.365]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.0845801Z [00:03:17.365]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.0847201Z [00:03:17.365]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.0848381Z [00:03:17.365]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.0849226Z [00:03:17.365]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:32.0850189Z [00:03:17.365]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.0851001Z [00:03:17.365]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.0851618Z [00:03:17.365]➜  EOF
2025-08-20T23:04:32.0858351Z [00:03:17.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1797/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snykkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snykkey;$WORK/b1797=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snykkey -lang=go1.24 -complete -installsuffix shared -buildid lIL3vBW_SiwjXvfU-B70/lIL3vBW_SiwjXvfU-B70 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1797/importcfg -pack ./pkg/detectors/snykkey/snykkey.go
2025-08-20T23:04:32.1507192Z [00:03:17.434]➜  go tool buildid -w $WORK/b1795/_pkg_.a # internal
2025-08-20T23:04:32.1535415Z [00:03:17.437]➜  cp $WORK/b1795/_pkg_.a /root/.cache/go-build/a7/a7bb6762a4c9326d78e48540fd0bbf0e6c05f39b6c9bac2ff3f7c36e9234ef9e-d # internal
2025-08-20T23:04:32.1541551Z [00:03:17.437]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sonarcloud
2025-08-20T23:04:32.1544883Z [00:03:17.437]➜  mkdir -p $WORK/b1798/
2025-08-20T23:04:32.1553721Z [00:03:17.439]➜  cat >/tmp/go-build3700090427/b1798/importcfg << 'EOF' # internal
2025-08-20T23:04:32.1555469Z [00:03:17.439]➜  # import config
2025-08-20T23:04:32.1556234Z [00:03:17.439]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.1561185Z [00:03:17.439]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.1562621Z [00:03:17.439]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.1564185Z [00:03:17.439]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.1565492Z [00:03:17.439]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.1566369Z [00:03:17.439]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:32.1567154Z [00:03:17.439]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.1568137Z [00:03:17.439]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.1568743Z [00:03:17.439]➜  EOF
2025-08-20T23:04:32.1572802Z [00:03:17.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1798/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sonarcloud=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sonarcloud;$WORK/b1798=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sonarcloud -lang=go1.24 -complete -installsuffix shared -buildid opd57xB4FTSMlDiv5jZU/opd57xB4FTSMlDiv5jZU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1798/importcfg -pack ./pkg/detectors/sonarcloud/sonarcloud.go
2025-08-20T23:04:32.1667534Z [00:03:17.450]➜  go tool buildid -w $WORK/b1796/_pkg_.a # internal
2025-08-20T23:04:32.1682898Z [00:03:17.451]➜  cp $WORK/b1796/_pkg_.a /root/.cache/go-build/6d/6d264ac1aea95aecdfa407d907497e7d14cc67d983050f5b730c323bf667ba3c-d # internal
2025-08-20T23:04:32.1694656Z [00:03:17.453]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraph
2025-08-20T23:04:32.1702352Z [00:03:17.453]➜  mkdir -p $WORK/b1799/
2025-08-20T23:04:32.1703169Z [00:03:17.453]➜  cat >/tmp/go-build3700090427/b1799/importcfg << 'EOF' # internal
2025-08-20T23:04:32.1703895Z [00:03:17.453]➜  # import config
2025-08-20T23:04:32.1704580Z [00:03:17.453]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.1705405Z [00:03:17.453]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.1706903Z [00:03:17.453]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.1708654Z [00:03:17.453]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.1710612Z [00:03:17.453]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.1714838Z [00:03:17.453]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.1715821Z [00:03:17.453]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.1716620Z [00:03:17.453]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.1717306Z [00:03:17.453]➜  EOF
2025-08-20T23:04:32.1722454Z [00:03:17.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1799/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraph=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraph;$WORK/b1799=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraph -lang=go1.24 -complete -installsuffix shared -buildid Za1mcFPMFZN7Q-m31t_O/Za1mcFPMFZN7Q-m31t_O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1799/importcfg -pack ./pkg/detectors/sourcegraph/sourcegraph.go
2025-08-20T23:04:32.1895062Z [00:03:17.473]➜  go tool buildid -w $WORK/b1797/_pkg_.a # internal
2025-08-20T23:04:32.1916226Z [00:03:17.474]➜  cp $WORK/b1797/_pkg_.a /root/.cache/go-build/54/546ee80a040574bb739a1a14710e478089137c6108724a3b4fa646c009123b2d-d # internal
2025-08-20T23:04:32.1921460Z [00:03:17.475]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraphcody
2025-08-20T23:04:32.1923090Z [00:03:17.475]➜  mkdir -p $WORK/b1800/
2025-08-20T23:04:32.1925672Z [00:03:17.475]➜  cat >/tmp/go-build3700090427/b1800/importcfg << 'EOF' # internal
2025-08-20T23:04:32.1926388Z [00:03:17.475]➜  # import config
2025-08-20T23:04:32.1927311Z [00:03:17.475]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.1930492Z [00:03:17.475]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.1931583Z [00:03:17.475]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.1932984Z [00:03:17.475]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.1934619Z [00:03:17.475]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.1935784Z [00:03:17.475]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.1936748Z [00:03:17.475]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.1937585Z [00:03:17.475]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.1938213Z [00:03:17.475]➜  EOF
2025-08-20T23:04:32.1942308Z [00:03:17.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1800/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraphcody=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraphcody;$WORK/b1800=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraphcody -lang=go1.24 -complete -installsuffix shared -buildid 29vTLK9BkE7-BMl2as85/29vTLK9BkE7-BMl2as85 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1800/importcfg -pack ./pkg/detectors/sourcegraphcody/sourcegraphcody.go
2025-08-20T23:04:32.2541471Z [00:03:17.537]➜  go tool buildid -w $WORK/b1800/_pkg_.a # internal
2025-08-20T23:04:32.2582412Z [00:03:17.539]➜  cp $WORK/b1800/_pkg_.a /root/.cache/go-build/8a/8a99c7796ff616dd7e7eb75c92134d99c9968fe712a6bd148576eba777424620-d # internal
2025-08-20T23:04:32.2584026Z [00:03:17.539]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/speechtextai
2025-08-20T23:04:32.2584811Z [00:03:17.539]➜  mkdir -p $WORK/b1801/
2025-08-20T23:04:32.2585538Z [00:03:17.540]➜  cat >/tmp/go-build3700090427/b1801/importcfg << 'EOF' # internal
2025-08-20T23:04:32.2586203Z [00:03:17.540]➜  # import config
2025-08-20T23:04:32.2586862Z [00:03:17.540]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.2587678Z [00:03:17.540]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.2588820Z [00:03:17.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.2590492Z [00:03:17.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.2592027Z [00:03:17.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.2593345Z [00:03:17.540]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.2594325Z [00:03:17.540]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.2595378Z [00:03:17.540]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.2595988Z [00:03:17.540]➜  EOF
2025-08-20T23:04:32.2601033Z [00:03:17.540]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1801/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/speechtextai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/speechtextai;$WORK/b1801=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/speechtextai -lang=go1.24 -complete -installsuffix shared -buildid AqZjLaM4z2281mn3nIno/AqZjLaM4z2281mn3nIno -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1801/importcfg -pack ./pkg/detectors/speechtextai/speechtextai.go
2025-08-20T23:04:32.2646509Z [00:03:17.548]➜  go tool buildid -w $WORK/b1798/_pkg_.a # internal
2025-08-20T23:04:32.2661944Z [00:03:17.549]➜  cp $WORK/b1798/_pkg_.a /root/.cache/go-build/fb/fbc2d4535c0dd7d6ed06d24c7903258e6ec485b3cfb022ef5c38a5aa7a326b69-d # internal
2025-08-20T23:04:32.2679163Z [00:03:17.549]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/splunkobservabilitytoken
2025-08-20T23:04:32.2680280Z [00:03:17.549]➜  mkdir -p $WORK/b1802/
2025-08-20T23:04:32.2681013Z [00:03:17.550]➜  cat >/tmp/go-build3700090427/b1802/importcfg << 'EOF' # internal
2025-08-20T23:04:32.2681673Z [00:03:17.550]➜  # import config
2025-08-20T23:04:32.2682319Z [00:03:17.550]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.2683471Z [00:03:17.550]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.2684971Z [00:03:17.550]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.2686524Z [00:03:17.550]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.2687821Z [00:03:17.550]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.2688722Z [00:03:17.550]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.2689723Z [00:03:17.550]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.2690337Z [00:03:17.550]➜  EOF
2025-08-20T23:04:32.2695032Z [00:03:17.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1802/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/splunkobservabilitytoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/splunkobservabilitytoken;$WORK/b1802=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/splunkobservabilitytoken -lang=go1.24 -complete -installsuffix shared -buildid rpUbbqVogFHtPHKf-g03/rpUbbqVogFHtPHKf-g03 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1802/importcfg -pack ./pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken.go
2025-08-20T23:04:32.2986069Z [00:03:17.582]➜  go tool buildid -w $WORK/b1799/_pkg_.a # internal
2025-08-20T23:04:32.3014846Z [00:03:17.585]➜  cp $WORK/b1799/_pkg_.a /root/.cache/go-build/f7/f7251b32c70813c630cda3c1dad2d59e9cfa85daa6f16e36d47c046548c10689-d # internal
2025-08-20T23:04:32.3017074Z [00:03:17.585]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/spoonacular
2025-08-20T23:04:32.3017981Z [00:03:17.585]➜  mkdir -p $WORK/b1803/
2025-08-20T23:04:32.3018804Z [00:03:17.585]➜  cat >/tmp/go-build3700090427/b1803/importcfg << 'EOF' # internal
2025-08-20T23:04:32.3020587Z [00:03:17.585]➜  # import config
2025-08-20T23:04:32.3021233Z [00:03:17.585]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.3022112Z [00:03:17.585]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.3023270Z [00:03:17.585]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.3024759Z [00:03:17.585]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.3026304Z [00:03:17.585]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.3027952Z [00:03:17.585]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.3028916Z [00:03:17.585]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.3029911Z [00:03:17.585]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.3030534Z [00:03:17.585]➜  EOF
2025-08-20T23:04:32.3034670Z [00:03:17.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1803/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spoonacular=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/spoonacular;$WORK/b1803=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/spoonacular -lang=go1.24 -complete -installsuffix shared -buildid -8MgcbTolmL3gyyji6O3/-8MgcbTolmL3gyyji6O3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1803/importcfg -pack ./pkg/detectors/spoonacular/spoonacular.go
2025-08-20T23:04:32.3179868Z [00:03:17.601]➜  go tool buildid -w $WORK/b1801/_pkg_.a # internal
2025-08-20T23:04:32.3195530Z [00:03:17.603]➜  cp $WORK/b1801/_pkg_.a /root/.cache/go-build/8b/8b843227e8aef43b624788ebf773403be6be120fc9df1c22d8c78efd03f023be-d # internal
2025-08-20T23:04:32.3199682Z [00:03:17.603]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sportsmonk
2025-08-20T23:04:32.3200483Z [00:03:17.603]➜  mkdir -p $WORK/b1804/
2025-08-20T23:04:32.3205261Z [00:03:17.604]➜  cat >/tmp/go-build3700090427/b1804/importcfg << 'EOF' # internal
2025-08-20T23:04:32.3215124Z [00:03:17.604]➜  # import config
2025-08-20T23:04:32.3215823Z [00:03:17.604]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.3217004Z [00:03:17.604]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.3218481Z [00:03:17.604]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.3220339Z [00:03:17.604]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.3221645Z [00:03:17.604]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.3222570Z [00:03:17.604]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.3223391Z [00:03:17.604]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.3223995Z [00:03:17.604]➜  EOF
2025-08-20T23:04:32.3228085Z [00:03:17.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1804/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sportsmonk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sportsmonk;$WORK/b1804=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sportsmonk -lang=go1.24 -complete -installsuffix shared -buildid ohXtT-WjRU87dyOnkVbE/ohXtT-WjRU87dyOnkVbE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1804/importcfg -pack ./pkg/detectors/sportsmonk/sportsmonk.go
2025-08-20T23:04:32.3542060Z [00:03:17.637]➜  go tool buildid -w $WORK/b1802/_pkg_.a # internal
2025-08-20T23:04:32.3559652Z [00:03:17.639]➜  cp $WORK/b1802/_pkg_.a /root/.cache/go-build/7a/7a0ed54dfdd534575ec29f9cd6b73ced96df9eefc4c90cd685a40aad539b3ff7-d # internal
2025-08-20T23:04:32.3575941Z [00:03:17.641]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sqlserver
2025-08-20T23:04:32.3577526Z [00:03:17.641]➜  mkdir -p $WORK/b1805/
2025-08-20T23:04:32.3585963Z [00:03:17.641]➜  cat >/tmp/go-build3700090427/b1805/importcfg << 'EOF' # internal
2025-08-20T23:04:32.3586738Z [00:03:17.641]➜  # import config
2025-08-20T23:04:32.3587395Z [00:03:17.641]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.3588273Z [00:03:17.641]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:04:32.3589105Z [00:03:17.641]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.3590494Z [00:03:17.641]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build3700090427/b1422/_pkg_.a
2025-08-20T23:04:32.3591648Z [00:03:17.641]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3700090427/b1427/_pkg_.a
2025-08-20T23:04:32.3593026Z [00:03:17.641]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.3594649Z [00:03:17.641]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.3596194Z [00:03:17.641]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.3597263Z [00:03:17.641]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:32.3598247Z [00:03:17.641]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:32.3599025Z [00:03:17.641]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:32.3610846Z [00:03:17.641]➜  EOF
2025-08-20T23:04:32.3614821Z [00:03:17.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1805/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sqlserver=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sqlserver;$WORK/b1805=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sqlserver -lang=go1.24 -complete -installsuffix shared -buildid BMm9v4w8xRuDfPBRzqbh/BMm9v4w8xRuDfPBRzqbh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1805/importcfg -pack ./pkg/detectors/sqlserver/sqlserver.go
2025-08-20T23:04:32.3766479Z [00:03:17.660]➜  go tool buildid -w $WORK/b1804/_pkg_.a # internal
2025-08-20T23:04:32.3780995Z [00:03:17.661]➜  cp $WORK/b1804/_pkg_.a /root/.cache/go-build/b5/b562d1d0e87c8a623d35ea1a60d9f79e43c04758a8f4c918f9dae3d6e54f516b-d # internal
2025-08-20T23:04:32.3790588Z [00:03:17.661]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/square
2025-08-20T23:04:32.3791329Z [00:03:17.661]➜  mkdir -p $WORK/b1806/
2025-08-20T23:04:32.3792044Z [00:03:17.662]➜  cat >/tmp/go-build3700090427/b1806/importcfg << 'EOF' # internal
2025-08-20T23:04:32.3792819Z [00:03:17.662]➜  # import config
2025-08-20T23:04:32.3795238Z [00:03:17.662]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.3796416Z [00:03:17.662]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.3797707Z [00:03:17.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.3799167Z [00:03:17.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.3801025Z [00:03:17.662]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.3802301Z [00:03:17.662]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.3803201Z [00:03:17.662]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.3803928Z [00:03:17.662]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.3804462Z [00:03:17.662]➜  EOF
2025-08-20T23:04:32.3808005Z [00:03:17.662]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1806/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/square=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/square;$WORK/b1806=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/square -lang=go1.24 -complete -installsuffix shared -buildid _ckIiVxX8Aw2e3-1HF9G/_ckIiVxX8Aw2e3-1HF9G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1806/importcfg -pack ./pkg/detectors/square/square.go
2025-08-20T23:04:32.4194956Z [00:03:17.703]➜  go tool buildid -w $WORK/b1803/_pkg_.a # internal
2025-08-20T23:04:32.4209797Z [00:03:17.704]➜  cp $WORK/b1803/_pkg_.a /root/.cache/go-build/ed/ede03868015371b6f0cd51fcc499b1734e4109cbc149c4e2bc450bd74bd84646-d # internal
2025-08-20T23:04:32.4245956Z [00:03:17.708]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareapp
2025-08-20T23:04:32.4247112Z [00:03:17.708]➜  mkdir -p $WORK/b1807/
2025-08-20T23:04:32.4250214Z [00:03:17.708]➜  cat >/tmp/go-build3700090427/b1807/importcfg << 'EOF' # internal
2025-08-20T23:04:32.4252983Z [00:03:17.708]➜  # import config
2025-08-20T23:04:32.4253797Z [00:03:17.708]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:32.4254751Z [00:03:17.708]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.4255745Z [00:03:17.708]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:32.4256881Z [00:03:17.708]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.4258194Z [00:03:17.708]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.4260193Z [00:03:17.708]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.4263684Z [00:03:17.708]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.4265070Z [00:03:17.708]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.4265954Z [00:03:17.708]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:32.4266715Z [00:03:17.709]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.4267544Z [00:03:17.709]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.4268192Z [00:03:17.709]➜  EOF
2025-08-20T23:04:32.4272547Z [00:03:17.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1807/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareapp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareapp;$WORK/b1807=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareapp -lang=go1.24 -complete -installsuffix shared -buildid egjysO38NWb4TlFJ33ig/egjysO38NWb4TlFJ33ig -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1807/importcfg -pack ./pkg/detectors/squareapp/squareapp.go
2025-08-20T23:04:32.4633327Z [00:03:17.746]➜  go tool buildid -w $WORK/b1806/_pkg_.a # internal
2025-08-20T23:04:32.4653084Z [00:03:17.748]➜  cp $WORK/b1806/_pkg_.a /root/.cache/go-build/3e/3eb671becabd91e9b12cc244c70085889d6289bcae83cad35b751c1a2cf75f56-d # internal
2025-08-20T23:04:32.4659170Z [00:03:17.748]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squarespace
2025-08-20T23:04:32.4660129Z [00:03:17.748]➜  mkdir -p $WORK/b1808/
2025-08-20T23:04:32.4661029Z [00:03:17.748]➜  cat >/tmp/go-build3700090427/b1808/importcfg << 'EOF' # internal
2025-08-20T23:04:32.4661691Z [00:03:17.748]➜  # import config
2025-08-20T23:04:32.4662332Z [00:03:17.748]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.4663114Z [00:03:17.748]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.4664192Z [00:03:17.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.4665596Z [00:03:17.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.4667052Z [00:03:17.748]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.4668279Z [00:03:17.748]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.4669159Z [00:03:17.748]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.4674488Z [00:03:17.749]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.4675091Z [00:03:17.749]➜  EOF
2025-08-20T23:04:32.4678844Z [00:03:17.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1808/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squarespace=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squarespace;$WORK/b1808=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squarespace -lang=go1.24 -complete -installsuffix shared -buildid o5DrOjGBR6jvI_jOsqSM/o5DrOjGBR6jvI_jOsqSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1808/importcfg -pack ./pkg/detectors/squarespace/squarespace.go
2025-08-20T23:04:32.4704139Z [00:03:17.753]➜  go tool buildid -w $WORK/b1805/_pkg_.a # internal
2025-08-20T23:04:32.4720466Z [00:03:17.755]➜  cp $WORK/b1805/_pkg_.a /root/.cache/go-build/a6/a66893c83f9b2498e2a08115516a48fa9d929cbe4414ccabb56d1c5fec7b00fb-d # internal
2025-08-20T23:04:32.4725896Z [00:03:17.756]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareup
2025-08-20T23:04:32.4737564Z [00:03:17.756]➜  mkdir -p $WORK/b1809/
2025-08-20T23:04:32.4738399Z [00:03:17.756]➜  cat >/tmp/go-build3700090427/b1809/importcfg << 'EOF' # internal
2025-08-20T23:04:32.4738985Z [00:03:17.756]➜  # import config
2025-08-20T23:04:32.4739728Z [00:03:17.756]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.4740463Z [00:03:17.756]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.4741449Z [00:03:17.756]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.4742894Z [00:03:17.756]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.4744403Z [00:03:17.756]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.4745691Z [00:03:17.756]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.4746589Z [00:03:17.756]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.4747388Z [00:03:17.756]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.4747976Z [00:03:17.756]➜  EOF
2025-08-20T23:04:32.4751803Z [00:03:17.756]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1809/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareup=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareup;$WORK/b1809=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareup -lang=go1.24 -complete -installsuffix shared -buildid 9f7D4-UjpEuUDmaF8AUm/9f7D4-UjpEuUDmaF8AUm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1809/importcfg -pack ./pkg/detectors/squareup/squareup.go
2025-08-20T23:04:32.5180178Z [00:03:17.801]➜  go tool buildid -w $WORK/b1807/_pkg_.a # internal
2025-08-20T23:04:32.5205442Z [00:03:17.803]➜  cp $WORK/b1807/_pkg_.a /root/.cache/go-build/c9/c9b42782c0dec1f1d5ba97af33ba24fd48b110e100a4863aaed5b561e75db9d4-d # internal
2025-08-20T23:04:32.5214474Z [00:03:17.805]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sslmate
2025-08-20T23:04:32.5217004Z [00:03:17.805]➜  mkdir -p $WORK/b1810/
2025-08-20T23:04:32.5217722Z [00:03:17.805]➜  cat >/tmp/go-build3700090427/b1810/importcfg << 'EOF' # internal
2025-08-20T23:04:32.5218399Z [00:03:17.805]➜  # import config
2025-08-20T23:04:32.5219059Z [00:03:17.805]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.5219979Z [00:03:17.805]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.5223311Z [00:03:17.805]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.5224755Z [00:03:17.805]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.5226170Z [00:03:17.805]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.5227340Z [00:03:17.805]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.5228187Z [00:03:17.805]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.5228924Z [00:03:17.805]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.5229784Z [00:03:17.805]➜  EOF
2025-08-20T23:04:32.5235687Z [00:03:17.805]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1810/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sslmate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sslmate;$WORK/b1810=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sslmate -lang=go1.24 -complete -installsuffix shared -buildid KcKQVGhm9EX0ncXL-fi-/KcKQVGhm9EX0ncXL-fi- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1810/importcfg -pack ./pkg/detectors/sslmate/sslmate.go
2025-08-20T23:04:32.5239270Z [00:03:17.807]➜  go tool buildid -w $WORK/b1808/_pkg_.a # internal
2025-08-20T23:04:32.5248845Z [00:03:17.808]➜  cp $WORK/b1808/_pkg_.a /root/.cache/go-build/67/6793f816c823aa1d34fa3e8a9e082689fe752272874548339177581014e83371-d # internal
2025-08-20T23:04:32.5250710Z [00:03:17.808]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuscake
2025-08-20T23:04:32.5251437Z [00:03:17.808]➜  mkdir -p $WORK/b1811/
2025-08-20T23:04:32.5255963Z [00:03:17.809]➜  cat >/tmp/go-build3700090427/b1811/importcfg << 'EOF' # internal
2025-08-20T23:04:32.5256675Z [00:03:17.809]➜  # import config
2025-08-20T23:04:32.5257312Z [00:03:17.809]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.5258075Z [00:03:17.809]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.5259164Z [00:03:17.809]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.5260788Z [00:03:17.809]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.5262246Z [00:03:17.809]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.5263507Z [00:03:17.809]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.5264396Z [00:03:17.809]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.5265227Z [00:03:17.809]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.5265843Z [00:03:17.809]➜  EOF
2025-08-20T23:04:32.5269702Z [00:03:17.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1811/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuscake=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuscake;$WORK/b1811=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuscake -lang=go1.24 -complete -installsuffix shared -buildid _zfKOV_LxbgjaO1x2V2Q/_zfKOV_LxbgjaO1x2V2Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1811/importcfg -pack ./pkg/detectors/statuscake/statuscake.go
2025-08-20T23:04:32.5277727Z [00:03:17.811]➜  go tool buildid -w $WORK/b1809/_pkg_.a # internal
2025-08-20T23:04:32.5299845Z [00:03:17.812]➜  cp $WORK/b1809/_pkg_.a /root/.cache/go-build/48/48db246a6a32cc658c733c903354eecc718a224c92b470d488cd9b96e1efeb2c-d # internal
2025-08-20T23:04:32.5301321Z [00:03:17.812]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspage
2025-08-20T23:04:32.5302108Z [00:03:17.812]➜  mkdir -p $WORK/b1812/
2025-08-20T23:04:32.5302828Z [00:03:17.813]➜  cat >/tmp/go-build3700090427/b1812/importcfg << 'EOF' # internal
2025-08-20T23:04:32.5303487Z [00:03:17.813]➜  # import config
2025-08-20T23:04:32.5304134Z [00:03:17.813]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.5305307Z [00:03:17.813]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.5306793Z [00:03:17.813]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.5308304Z [00:03:17.813]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.5309834Z [00:03:17.813]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.5310753Z [00:03:17.813]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.5311718Z [00:03:17.813]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.5312301Z [00:03:17.813]➜  EOF
2025-08-20T23:04:32.5316272Z [00:03:17.813]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1812/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspage;$WORK/b1812=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspage -lang=go1.24 -complete -installsuffix shared -buildid PMhOZ_OFdKN36ccgZ_5-/PMhOZ_OFdKN36ccgZ_5- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1812/importcfg -pack ./pkg/detectors/statuspage/statuspage.go
2025-08-20T23:04:32.5357877Z [00:03:17.819]➜  go tool buildid -w $WORK/b1522/_pkg_.a # internal
2025-08-20T23:04:32.5529148Z [00:03:17.836]➜  cp $WORK/b1522/_pkg_.a /root/.cache/go-build/c3/c38905d415a87383457ef4b5882279505bc73c101a0a6de5a77be0009d9cb0cf-d # internal
2025-08-20T23:04:32.5536006Z [00:03:17.836]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mongodb
2025-08-20T23:04:32.5537279Z [00:03:17.836]➜  mkdir -p $WORK/b1521/
2025-08-20T23:04:32.5544185Z [00:03:17.837]➜  cat >/tmp/go-build3700090427/b1521/importcfg << 'EOF' # internal
2025-08-20T23:04:32.5544905Z [00:03:17.837]➜  # import config
2025-08-20T23:04:32.5545585Z [00:03:17.837]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.5546421Z [00:03:17.837]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:32.5547649Z [00:03:17.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:32.5549154Z [00:03:17.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.5550976Z [00:03:17.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.5552324Z [00:03:17.837]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.5553652Z [00:03:17.837]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build3700090427/b1522/_pkg_.a
2025-08-20T23:04:32.5554937Z [00:03:17.837]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3700090427/b1546/_pkg_.a
2025-08-20T23:04:32.5556220Z [00:03:17.837]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3700090427/b1536/_pkg_.a
2025-08-20T23:04:32.5557706Z [00:03:17.837]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3700090427/b1558/_pkg_.a
2025-08-20T23:04:32.5558753Z [00:03:17.837]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:32.5559760Z [00:03:17.837]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.5560551Z [00:03:17.837]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:32.5561125Z [00:03:17.837]➜  EOF
2025-08-20T23:04:32.5564719Z [00:03:17.837]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1521/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mongodb=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mongodb;$WORK/b1521=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mongodb -lang=go1.24 -complete -installsuffix shared -buildid rCTTxqJrKnC6LB4kcV1z/rCTTxqJrKnC6LB4kcV1z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1521/importcfg -pack ./pkg/detectors/mongodb/mongodb.go
2025-08-20T23:04:32.5764836Z [00:03:17.860]➜  go tool buildid -w $WORK/b1810/_pkg_.a # internal
2025-08-20T23:04:32.5786161Z [00:03:17.862]➜  cp $WORK/b1810/_pkg_.a /root/.cache/go-build/2b/2bfe9979ca137250224607e86f0d5b2922c364ceebb2e3e3b0d4cb94aec7ecf1-d # internal
2025-08-20T23:04:32.5793307Z [00:03:17.862]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspal
2025-08-20T23:04:32.5799242Z [00:03:17.863]➜  mkdir -p $WORK/b1813/
2025-08-20T23:04:32.5814933Z [00:03:17.865]➜  go tool buildid -w $WORK/b1811/_pkg_.a # internal
2025-08-20T23:04:32.5816295Z [00:03:17.865]➜  cat >/tmp/go-build3700090427/b1813/importcfg << 'EOF' # internal
2025-08-20T23:04:32.5818143Z [00:03:17.865]➜  # import config
2025-08-20T23:04:32.5818796Z [00:03:17.865]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.5825316Z [00:03:17.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.5826867Z [00:03:17.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.5828646Z [00:03:17.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.5830298Z [00:03:17.865]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.5838395Z [00:03:17.865]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.5839301Z [00:03:17.865]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.5840103Z [00:03:17.865]➜  EOF
2025-08-20T23:04:32.5844784Z [00:03:17.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1813/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspal=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspal;$WORK/b1813=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspal -lang=go1.24 -complete -installsuffix shared -buildid Y3vP4wbAX2Aju5VhXPXV/Y3vP4wbAX2Aju5VhXPXV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1813/importcfg -pack ./pkg/detectors/statuspal/statuspal.go
2025-08-20T23:04:32.5849037Z [00:03:17.866]➜  cp $WORK/b1811/_pkg_.a /root/.cache/go-build/4e/4e6cd393233adf008d6207ca3be11ca534dc9b557257d0fc4f105bd4de8e9792-d # internal
2025-08-20T23:04:32.5850539Z [00:03:17.866]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata
2025-08-20T23:04:32.5851277Z [00:03:17.866]➜  mkdir -p $WORK/b1814/
2025-08-20T23:04:32.5852001Z [00:03:17.866]➜  cat >/tmp/go-build3700090427/b1814/importcfg << 'EOF' # internal
2025-08-20T23:04:32.5852666Z [00:03:17.866]➜  # import config
2025-08-20T23:04:32.5853317Z [00:03:17.866]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.5854128Z [00:03:17.866]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.5856321Z [00:03:17.866]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.5861602Z [00:03:17.867]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.5863220Z [00:03:17.867]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.5864538Z [00:03:17.867]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.5865505Z [00:03:17.867]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.5866354Z [00:03:17.867]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.5866995Z [00:03:17.867]➜  EOF
2025-08-20T23:04:32.5871542Z [00:03:17.867]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1814/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stitchdata=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata;$WORK/b1814=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata -lang=go1.24 -complete -installsuffix shared -buildid XLd1DLtZm-oO_X5PSESD/XLd1DLtZm-oO_X5PSESD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1814/importcfg -pack ./pkg/detectors/stitchdata/stitchdata.go
2025-08-20T23:04:32.5875050Z [00:03:17.867]➜  go tool buildid -w $WORK/b1812/_pkg_.a # internal
2025-08-20T23:04:32.5876331Z [00:03:17.869]➜  cp $WORK/b1812/_pkg_.a /root/.cache/go-build/54/54e0c66afaadb382590df440d9d8ecb035de47fca2e9d5a624ebbb4409f67ecf-d # internal
2025-08-20T23:04:32.5877778Z [00:03:17.869]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata
2025-08-20T23:04:32.5878525Z [00:03:17.869]➜  mkdir -p $WORK/b1815/
2025-08-20T23:04:32.5879241Z [00:03:17.869]➜  cat >/tmp/go-build3700090427/b1815/importcfg << 'EOF' # internal
2025-08-20T23:04:32.5880099Z [00:03:17.869]➜  # import config
2025-08-20T23:04:32.5880778Z [00:03:17.869]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.5881952Z [00:03:17.869]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.5883539Z [00:03:17.869]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.5885167Z [00:03:17.869]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.5886470Z [00:03:17.869]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.5887427Z [00:03:17.869]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.5888254Z [00:03:17.869]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.5888858Z [00:03:17.869]➜  EOF
2025-08-20T23:04:32.5892918Z [00:03:17.869]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1815/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stockdata=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata;$WORK/b1815=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata -lang=go1.24 -complete -installsuffix shared -buildid YjoYmg57hH3dtWI2jK2L/YjoYmg57hH3dtWI2jK2L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1815/importcfg -pack ./pkg/detectors/stockdata/stockdata.go
2025-08-20T23:04:32.6378747Z [00:03:17.921]➜  go tool buildid -w $WORK/b1815/_pkg_.a # internal
2025-08-20T23:04:32.6392213Z [00:03:17.922]➜  cp $WORK/b1815/_pkg_.a /root/.cache/go-build/bc/bcfa020d722dd5ab1c9c1c70fdf557344b24166ef315b430d01458581d9dc8d7-d # internal
2025-08-20T23:04:32.6396349Z [00:03:17.923]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove
2025-08-20T23:04:32.6410125Z [00:03:17.923]➜  mkdir -p $WORK/b1816/
2025-08-20T23:04:32.6410884Z [00:03:17.923]➜  cat >/tmp/go-build3700090427/b1816/importcfg << 'EOF' # internal
2025-08-20T23:04:32.6411670Z [00:03:17.923]➜  # import config
2025-08-20T23:04:32.6412355Z [00:03:17.923]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.6413139Z [00:03:17.923]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.6420815Z [00:03:17.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.6423024Z [00:03:17.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.6424967Z [00:03:17.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.6426894Z [00:03:17.923]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.6428235Z [00:03:17.923]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.6429290Z [00:03:17.923]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.6430221Z [00:03:17.923]➜  EOF
2025-08-20T23:04:32.6438635Z [00:03:17.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1816/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storecove=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove;$WORK/b1816=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove -lang=go1.24 -complete -installsuffix shared -buildid CbPsi3aOnGdqmuFAclRc/CbPsi3aOnGdqmuFAclRc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1816/importcfg -pack ./pkg/detectors/storecove/storecove.go
2025-08-20T23:04:32.6453852Z [00:03:17.924]➜  go tool buildid -w $WORK/b1814/_pkg_.a # internal
2025-08-20T23:04:32.6455184Z [00:03:17.925]➜  cp $WORK/b1814/_pkg_.a /root/.cache/go-build/72/72e643bc3c4bc99487966c1621aa4b98edac5356a6c667c339cccc60348d262a-d # internal
2025-08-20T23:04:32.6456387Z [00:03:17.927]➜  go tool buildid -w $WORK/b1813/_pkg_.a # internal
2025-08-20T23:04:32.6461874Z [00:03:17.927]➜  cp $WORK/b1813/_pkg_.a /root/.cache/go-build/5a/5a39686078c21f45e69e16e21fec097b11d41174689ddc0fe3833ab67e9c575a-d # internal
2025-08-20T23:04:32.6463278Z [00:03:17.927]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass
2025-08-20T23:04:32.6464047Z [00:03:17.927]➜  mkdir -p $WORK/b1818/
2025-08-20T23:04:32.6464960Z [00:03:17.927]➜  cat >/tmp/go-build3700090427/b1818/importcfg << 'EOF' # internal
2025-08-20T23:04:32.6465917Z [00:03:17.927]➜  # import config
2025-08-20T23:04:32.6466624Z [00:03:17.927]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.6467822Z [00:03:17.927]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.6470714Z [00:03:17.928]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.6472753Z [00:03:17.928]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.6474831Z [00:03:17.928]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.6476028Z [00:03:17.928]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.6477193Z [00:03:17.928]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.6477804Z [00:03:17.928]➜  EOF
2025-08-20T23:04:32.6481807Z [00:03:17.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1818/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormglass=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass;$WORK/b1818=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass -lang=go1.24 -complete -installsuffix shared -buildid 9SOJx_1Tmlx6RigKbXi8/9SOJx_1Tmlx6RigKbXi8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1818/importcfg -pack ./pkg/detectors/stormglass/stormglass.go
2025-08-20T23:04:32.6485570Z [00:03:17.928]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard
2025-08-20T23:04:32.6486328Z [00:03:17.928]➜  mkdir -p $WORK/b1817/
2025-08-20T23:04:32.6487041Z [00:03:17.928]➜  cat >/tmp/go-build3700090427/b1817/importcfg << 'EOF' # internal
2025-08-20T23:04:32.6487698Z [00:03:17.928]➜  # import config
2025-08-20T23:04:32.6488530Z [00:03:17.928]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.6489940Z [00:03:17.928]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.6491446Z [00:03:17.928]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.6492979Z [00:03:17.928]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.6494438Z [00:03:17.928]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.6495377Z [00:03:17.928]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.6496224Z [00:03:17.928]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.6496850Z [00:03:17.928]➜  EOF
2025-08-20T23:04:32.6501633Z [00:03:17.928]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1817/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormboard=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard;$WORK/b1817=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard -lang=go1.24 -complete -installsuffix shared -buildid wFvVQDnz6xCKSre_Wuce/wFvVQDnz6xCKSre_Wuce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1817/importcfg -pack ./pkg/detectors/stormboard/stormboard.go
2025-08-20T23:04:32.6947742Z [00:03:17.978]➜  go tool buildid -w $WORK/b1816/_pkg_.a # internal
2025-08-20T23:04:32.6970574Z [00:03:17.979]➜  cp $WORK/b1816/_pkg_.a /root/.cache/go-build/c5/c55c03e6eac47463506f4e2d78fe434c991e4cd6c011e44ddcda3a138260a8ac-d # internal
2025-08-20T23:04:32.6971852Z [00:03:17.979]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok
2025-08-20T23:04:32.6972610Z [00:03:17.980]➜  mkdir -p $WORK/b1819/
2025-08-20T23:04:32.6973347Z [00:03:17.980]➜  cat >/tmp/go-build3700090427/b1819/importcfg << 'EOF' # internal
2025-08-20T23:04:32.6974247Z [00:03:17.980]➜  # import config
2025-08-20T23:04:32.6974980Z [00:03:17.980]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.6975993Z [00:03:17.980]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.6977206Z [00:03:17.980]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.6978784Z [00:03:17.980]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.6980632Z [00:03:17.980]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.6986820Z [00:03:17.982]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.6988961Z [00:03:17.982]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:32.6990511Z [00:03:17.982]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.6992195Z [00:03:17.982]➜  EOF
2025-08-20T23:04:32.6998926Z [00:03:17.982]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1819/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblok=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok;$WORK/b1819=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok -lang=go1.24 -complete -installsuffix shared -buildid oe3PbarWaLD06Avt1ZE4/oe3PbarWaLD06Avt1ZE4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1819/importcfg -pack ./pkg/detectors/storyblok/storyblok.go
2025-08-20T23:04:32.7201874Z [00:03:18.002]➜  go tool buildid -w $WORK/b1521/_pkg_.a # internal
2025-08-20T23:04:32.7215616Z [00:03:18.005]➜  go tool buildid -w $WORK/b1817/_pkg_.a # internal
2025-08-20T23:04:32.7245824Z [00:03:18.008]➜  cp $WORK/b1817/_pkg_.a /root/.cache/go-build/61/61018890896fdf781fee1d22b0a2c33b62c61ea2c84f28e80f8ea20d6901ce03-d # internal
2025-08-20T23:04:32.7254399Z [00:03:18.008]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblokpersonalaccesstoken
2025-08-20T23:04:32.7255349Z [00:03:18.008]➜  mkdir -p $WORK/b1820/
2025-08-20T23:04:32.7256058Z [00:03:18.008]➜  cat >/tmp/go-build3700090427/b1820/importcfg << 'EOF' # internal
2025-08-20T23:04:32.7256711Z [00:03:18.008]➜  # import config
2025-08-20T23:04:32.7257335Z [00:03:18.009]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.7258247Z [00:03:18.009]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.7259586Z [00:03:18.009]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.7261364Z [00:03:18.009]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.7266482Z [00:03:18.010]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.7267831Z [00:03:18.010]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.7268735Z [00:03:18.010]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:32.7269876Z [00:03:18.010]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.7270519Z [00:03:18.010]➜  EOF
2025-08-20T23:04:32.7275078Z [00:03:18.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1820/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblokpersonalaccesstoken;$WORK/b1820=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblokpersonalaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid vtv1vLPTOzd0Mpn6QI4o/vtv1vLPTOzd0Mpn6QI4o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1820/importcfg -pack ./pkg/detectors/storyblokpersonalaccesstoken/storyblok.go
2025-08-20T23:04:32.7280510Z [00:03:18.010]➜  cp $WORK/b1521/_pkg_.a /root/.cache/go-build/09/09be5b95a0baef439e4e6f79013894651cd79e2f38e162807549c73a0f85392e-d # internal
2025-08-20T23:04:32.7281932Z [00:03:18.010]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief
2025-08-20T23:04:32.7282661Z [00:03:18.010]➜  mkdir -p $WORK/b1821/
2025-08-20T23:04:32.7283359Z [00:03:18.010]➜  cat >/tmp/go-build3700090427/b1821/importcfg << 'EOF' # internal
2025-08-20T23:04:32.7284028Z [00:03:18.010]➜  # import config
2025-08-20T23:04:32.7284673Z [00:03:18.010]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.7285451Z [00:03:18.010]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.7286561Z [00:03:18.010]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.7288025Z [00:03:18.010]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.7289873Z [00:03:18.010]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.7291215Z [00:03:18.010]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.7292166Z [00:03:18.010]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.7292987Z [00:03:18.010]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.7293649Z [00:03:18.010]➜  EOF
2025-08-20T23:04:32.7297398Z [00:03:18.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1821/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storychief=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief;$WORK/b1821=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief -lang=go1.24 -complete -installsuffix shared -buildid ejK-k-_t85-jzUE4dOE2/ejK-k-_t85-jzUE4dOE2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1821/importcfg -pack ./pkg/detectors/storychief/storychief.go
2025-08-20T23:04:32.7316707Z [00:03:18.015]➜  go tool buildid -w $WORK/b1818/_pkg_.a # internal
2025-08-20T23:04:32.7335987Z [00:03:18.017]➜  cp $WORK/b1818/_pkg_.a /root/.cache/go-build/b8/b869e61bfa9505c764524d6a356b3909d5569633c830c15183cc77cbcb03118d-d # internal
2025-08-20T23:04:32.7343169Z [00:03:18.017]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/strava
2025-08-20T23:04:32.7348939Z [00:03:18.018]➜  mkdir -p $WORK/b1822/
2025-08-20T23:04:32.7358882Z [00:03:18.019]➜  cat >/tmp/go-build3700090427/b1822/importcfg << 'EOF' # internal
2025-08-20T23:04:32.7360137Z [00:03:18.019]➜  # import config
2025-08-20T23:04:32.7361476Z [00:03:18.019]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.7362651Z [00:03:18.019]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.7364104Z [00:03:18.019]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.7365624Z [00:03:18.019]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.7366911Z [00:03:18.019]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.7368000Z [00:03:18.019]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.7368826Z [00:03:18.019]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.7369610Z [00:03:18.019]➜  EOF
2025-08-20T23:04:32.7380711Z [00:03:18.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1822/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/strava=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/strava;$WORK/b1822=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/strava -lang=go1.24 -complete -installsuffix shared -buildid NyMIrQ3C4BIRgkwKa1x-/NyMIrQ3C4BIRgkwKa1x- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1822/importcfg -pack ./pkg/detectors/strava/strava.go
2025-08-20T23:04:32.7605509Z [00:03:18.041]➜  go tool buildid -w $WORK/b1819/_pkg_.a # internal
2025-08-20T23:04:32.7609809Z [00:03:18.044]➜  cp $WORK/b1819/_pkg_.a /root/.cache/go-build/37/374daf27e546b7ee847d11bfe7a41a3f6f9d9c9258f6dfd611ead9f051fff662-d # internal
2025-08-20T23:04:32.7625714Z [00:03:18.046]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/streak
2025-08-20T23:04:32.7629095Z [00:03:18.046]➜  mkdir -p $WORK/b1823/
2025-08-20T23:04:32.7632557Z [00:03:18.046]➜  cat >/tmp/go-build3700090427/b1823/importcfg << 'EOF' # internal
2025-08-20T23:04:32.7634842Z [00:03:18.047]➜  # import config
2025-08-20T23:04:32.7636009Z [00:03:18.047]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.7637202Z [00:03:18.047]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:32.7639092Z [00:03:18.047]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.7640618Z [00:03:18.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.7642253Z [00:03:18.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.7643940Z [00:03:18.047]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.7645371Z [00:03:18.047]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.7646407Z [00:03:18.047]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.7647295Z [00:03:18.047]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.7647951Z [00:03:18.047]➜  EOF
2025-08-20T23:04:32.7662244Z [00:03:18.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1823/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/streak=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/streak;$WORK/b1823=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/streak -lang=go1.24 -complete -installsuffix shared -buildid 5k_p--da3-aa3IkEOTmI/5k_p--da3-aa3IkEOTmI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1823/importcfg -pack ./pkg/detectors/streak/streak.go
2025-08-20T23:04:32.7792787Z [00:03:18.062]➜  go tool buildid -w $WORK/b1820/_pkg_.a # internal
2025-08-20T23:04:32.7805752Z [00:03:18.064]➜  cp $WORK/b1820/_pkg_.a /root/.cache/go-build/ec/ecb2633d03986b38fe36b7d2b1bac62c05feaa1e4c556605b77fe7b711e67a43-d # internal
2025-08-20T23:04:32.7810531Z [00:03:18.064]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripe
2025-08-20T23:04:32.7811292Z [00:03:18.064]➜  mkdir -p $WORK/b1824/
2025-08-20T23:04:32.7816161Z [00:03:18.065]➜  cat >/tmp/go-build3700090427/b1824/importcfg << 'EOF' # internal
2025-08-20T23:04:32.7816856Z [00:03:18.065]➜  # import config
2025-08-20T23:04:32.7817518Z [00:03:18.065]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.7818326Z [00:03:18.065]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.7819651Z [00:03:18.065]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.7821306Z [00:03:18.065]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.7822850Z [00:03:18.065]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.7824161Z [00:03:18.065]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.7825099Z [00:03:18.065]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.7825713Z [00:03:18.065]➜  EOF
2025-08-20T23:04:32.7830039Z [00:03:18.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1824/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripe=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripe;$WORK/b1824=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripe -lang=go1.24 -complete -installsuffix shared -buildid jMNxhmV_BxYnHCIalyK2/jMNxhmV_BxYnHCIalyK2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1824/importcfg -pack ./pkg/detectors/stripe/stripe.go
2025-08-20T23:04:32.7853554Z [00:03:18.068]➜  go tool buildid -w $WORK/b1821/_pkg_.a # internal
2025-08-20T23:04:32.7868345Z [00:03:18.070]➜  cp $WORK/b1821/_pkg_.a /root/.cache/go-build/cc/cc376d21b06ef233395ba35e4ac2fe5ef7aab5f615f92c05b2177a92648038aa-d # internal
2025-08-20T23:04:32.7905277Z [00:03:18.073]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripepaymentintent
2025-08-20T23:04:32.7906234Z [00:03:18.073]➜  mkdir -p $WORK/b1825/
2025-08-20T23:04:32.7906977Z [00:03:18.073]➜  cat >/tmp/go-build3700090427/b1825/importcfg << 'EOF' # internal
2025-08-20T23:04:32.7907670Z [00:03:18.073]➜  # import config
2025-08-20T23:04:32.7908342Z [00:03:18.073]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.7909575Z [00:03:18.073]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:32.7910497Z [00:03:18.073]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.7911681Z [00:03:18.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.7935836Z [00:03:18.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.7937667Z [00:03:18.073]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.7939162Z [00:03:18.073]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.7941205Z [00:03:18.073]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:32.7942042Z [00:03:18.073]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.7942894Z [00:03:18.073]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.7943560Z [00:03:18.073]➜  EOF
2025-08-20T23:04:32.7947894Z [00:03:18.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1825/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripepaymentintent=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripepaymentintent;$WORK/b1825=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripepaymentintent -lang=go1.24 -complete -installsuffix shared -buildid sEMfjCQAfiWtBU6KO_S0/sEMfjCQAfiWtBU6KO_S0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1825/importcfg -pack ./pkg/detectors/stripepaymentintent/stripepaymentintent.go
2025-08-20T23:04:32.8095530Z [00:03:18.093]➜  go tool buildid -w $WORK/b1822/_pkg_.a # internal
2025-08-20T23:04:32.8116130Z [00:03:18.095]➜  cp $WORK/b1822/_pkg_.a /root/.cache/go-build/49/4993cf787541d3f0ba80adea94386219632ac1ddda17b162207d36dacdb1c9ae-d # internal
2025-08-20T23:04:32.8122047Z [00:03:18.095]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripo
2025-08-20T23:04:32.8127833Z [00:03:18.095]➜  mkdir -p $WORK/b1826/
2025-08-20T23:04:32.8128631Z [00:03:18.096]➜  cat >/tmp/go-build3700090427/b1826/importcfg << 'EOF' # internal
2025-08-20T23:04:32.8129721Z [00:03:18.096]➜  # import config
2025-08-20T23:04:32.8130408Z [00:03:18.096]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.8131229Z [00:03:18.096]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.8132371Z [00:03:18.096]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.8133870Z [00:03:18.096]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.8135435Z [00:03:18.096]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.8136732Z [00:03:18.096]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.8137800Z [00:03:18.096]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.8138633Z [00:03:18.096]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.8139228Z [00:03:18.096]➜  EOF
2025-08-20T23:04:32.8144468Z [00:03:18.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1826/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripo;$WORK/b1826=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripo -lang=go1.24 -complete -installsuffix shared -buildid 5Kf-ztt5yJp5yrBXs-jr/5Kf-ztt5yJp5yrBXs-jr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1826/importcfg -pack ./pkg/detectors/stripo/stripo.go
2025-08-20T23:04:32.8218206Z [00:03:18.105]➜  go tool buildid -w $WORK/b1823/_pkg_.a # internal
2025-08-20T23:04:32.8231812Z [00:03:18.106]➜  cp $WORK/b1823/_pkg_.a /root/.cache/go-build/80/801f036d5a996e9120cc550a8ba06c0cc4bfb88a03b0f911bfcd19762747e51e-d # internal
2025-08-20T23:04:32.8244448Z [00:03:18.107]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stytch
2025-08-20T23:04:32.8245228Z [00:03:18.107]➜  mkdir -p $WORK/b1827/
2025-08-20T23:04:32.8246033Z [00:03:18.107]➜  cat >/tmp/go-build3700090427/b1827/importcfg << 'EOF' # internal
2025-08-20T23:04:32.8246806Z [00:03:18.108]➜  # import config
2025-08-20T23:04:32.8247508Z [00:03:18.108]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.8248657Z [00:03:18.108]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.8250302Z [00:03:18.108]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.8256690Z [00:03:18.109]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.8258108Z [00:03:18.109]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.8259080Z [00:03:18.109]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.8260277Z [00:03:18.109]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.8260898Z [00:03:18.109]➜  EOF
2025-08-20T23:04:32.8264674Z [00:03:18.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1827/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stytch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stytch;$WORK/b1827=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stytch -lang=go1.24 -complete -installsuffix shared -buildid uc1x5SuKRfhYvt6cynYG/uc1x5SuKRfhYvt6cynYG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1827/importcfg -pack ./pkg/detectors/stytch/stytch.go
2025-08-20T23:04:32.8392412Z [00:03:18.122]➜  go tool buildid -w $WORK/b1824/_pkg_.a # internal
2025-08-20T23:04:32.8410923Z [00:03:18.124]➜  cp $WORK/b1824/_pkg_.a /root/.cache/go-build/37/37c47e52cf094b977b6c4dce921fe65090c818a6e8bdebc07d74e9f936c766ac-d # internal
2025-08-20T23:04:32.8414786Z [00:03:18.125]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sugester
2025-08-20T23:04:32.8416037Z [00:03:18.125]➜  mkdir -p $WORK/b1828/
2025-08-20T23:04:32.8429628Z [00:03:18.126]➜  cat >/tmp/go-build3700090427/b1828/importcfg << 'EOF' # internal
2025-08-20T23:04:32.8430542Z [00:03:18.126]➜  # import config
2025-08-20T23:04:32.8441906Z [00:03:18.126]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.8443380Z [00:03:18.126]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.8444905Z [00:03:18.126]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.8446295Z [00:03:18.126]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.8447509Z [00:03:18.126]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.8448441Z [00:03:18.126]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.8449045Z [00:03:18.126]➜  EOF
2025-08-20T23:04:32.8452894Z [00:03:18.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1828/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sugester=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sugester;$WORK/b1828=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sugester -lang=go1.24 -complete -installsuffix shared -buildid Leqmep7J6lksWVQvuYie/Leqmep7J6lksWVQvuYie -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1828/importcfg -pack ./pkg/detectors/sugester/sugester.go
2025-08-20T23:04:32.8697878Z [00:03:18.153]➜  go tool buildid -w $WORK/b1825/_pkg_.a # internal
2025-08-20T23:04:32.8722469Z [00:03:18.155]➜  cp $WORK/b1825/_pkg_.a /root/.cache/go-build/fb/fb85821da1ec83ce1ff98442379905db46cb35f518dbccb54a88a8ccc263835f-d # internal
2025-08-20T23:04:32.8745241Z [00:03:18.157]➜  go tool buildid -w $WORK/b1826/_pkg_.a # internal
2025-08-20T23:04:32.8752734Z [00:03:18.158]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sumologickey
2025-08-20T23:04:32.8759288Z [00:03:18.158]➜  mkdir -p $WORK/b1829/
2025-08-20T23:04:32.8760282Z [00:03:18.158]➜  cat >/tmp/go-build3700090427/b1829/importcfg << 'EOF' # internal
2025-08-20T23:04:32.8761046Z [00:03:18.158]➜  # import config
2025-08-20T23:04:32.8761747Z [00:03:18.158]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.8762587Z [00:03:18.158]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.8763749Z [00:03:18.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.8765269Z [00:03:18.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.8766889Z [00:03:18.158]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.8768219Z [00:03:18.158]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.8769157Z [00:03:18.158]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:32.8770158Z [00:03:18.158]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.8771045Z [00:03:18.158]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.8771889Z [00:03:18.158]➜  EOF
2025-08-20T23:04:32.8776014Z [00:03:18.158]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1829/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sumologickey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sumologickey;$WORK/b1829=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sumologickey -lang=go1.24 -complete -installsuffix shared -buildid DpWTsL24Yx-wFpQQN7ks/DpWTsL24Yx-wFpQQN7ks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1829/importcfg -pack ./pkg/detectors/sumologickey/sumologickey.go
2025-08-20T23:04:32.8796641Z [00:03:18.163]➜  cp $WORK/b1826/_pkg_.a /root/.cache/go-build/a2/a283600e4af4c136b8fea620febc496b89c17da71a5e447a534850ff69487e6c-d # internal
2025-08-20T23:04:32.8807179Z [00:03:18.164]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supabasetoken
2025-08-20T23:04:32.8808057Z [00:03:18.164]➜  mkdir -p $WORK/b1830/
2025-08-20T23:04:32.8832077Z [00:03:18.165]➜  cat >/tmp/go-build3700090427/b1830/importcfg << 'EOF' # internal
2025-08-20T23:04:32.8833213Z [00:03:18.165]➜  # import config
2025-08-20T23:04:32.8833960Z [00:03:18.165]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.8834806Z [00:03:18.165]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.8836013Z [00:03:18.165]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.8837794Z [00:03:18.165]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.8839551Z [00:03:18.165]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.8840844Z [00:03:18.165]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.8841759Z [00:03:18.165]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.8842569Z [00:03:18.165]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.8843219Z [00:03:18.165]➜  EOF
2025-08-20T23:04:32.8847654Z [00:03:18.167]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1830/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supabasetoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supabasetoken;$WORK/b1830=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supabasetoken -lang=go1.24 -complete -installsuffix shared -buildid _9wdIdgEYsiuDsktNwdA/_9wdIdgEYsiuDsktNwdA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1830/importcfg -pack ./pkg/detectors/supabasetoken/supabasetoken.go
2025-08-20T23:04:32.8946242Z [00:03:18.178]➜  go tool buildid -w $WORK/b1828/_pkg_.a # internal
2025-08-20T23:04:32.8961578Z [00:03:18.179]➜  cp $WORK/b1828/_pkg_.a /root/.cache/go-build/2f/2f850263d98d3fa9bf1d909fbd8702b9c2e396b1fc8839fbc902ba5d9bfd1469-d # internal
2025-08-20T23:04:32.8972077Z [00:03:18.179]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supernotesapi
2025-08-20T23:04:32.8972878Z [00:03:18.180]➜  mkdir -p $WORK/b1831/
2025-08-20T23:04:32.8973595Z [00:03:18.180]➜  cat >/tmp/go-build3700090427/b1831/importcfg << 'EOF' # internal
2025-08-20T23:04:32.8974240Z [00:03:18.180]➜  # import config
2025-08-20T23:04:32.8974873Z [00:03:18.180]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.8976023Z [00:03:18.180]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.8977476Z [00:03:18.180]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.8979001Z [00:03:18.180]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.8980475Z [00:03:18.180]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.8981612Z [00:03:18.180]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.8982410Z [00:03:18.180]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.8982912Z [00:03:18.180]➜  EOF
2025-08-20T23:04:32.8986793Z [00:03:18.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1831/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supernotesapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supernotesapi;$WORK/b1831=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supernotesapi -lang=go1.24 -complete -installsuffix shared -buildid DGvET6VByesE95sba7ci/DGvET6VByesE95sba7ci -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1831/importcfg -pack ./pkg/detectors/supernotesapi/supernotesapi.go
2025-08-20T23:04:32.9005340Z [00:03:18.184]➜  go tool buildid -w $WORK/b1827/_pkg_.a # internal
2025-08-20T23:04:32.9022809Z [00:03:18.185]➜  cp $WORK/b1827/_pkg_.a /root/.cache/go-build/ee/ee6b14c8753231ee3bfe9d7ec8392a68d7906c7f6ed447f187bfa183f1e28c06-d # internal
2025-08-20T23:04:32.9024606Z [00:03:18.185]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveyanyplace
2025-08-20T23:04:32.9026651Z [00:03:18.185]➜  mkdir -p $WORK/b1832/
2025-08-20T23:04:32.9035606Z [00:03:18.187]➜  cat >/tmp/go-build3700090427/b1832/importcfg << 'EOF' # internal
2025-08-20T23:04:32.9037123Z [00:03:18.187]➜  # import config
2025-08-20T23:04:32.9042509Z [00:03:18.187]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.9043323Z [00:03:18.187]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.9044648Z [00:03:18.187]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.9046133Z [00:03:18.187]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.9047651Z [00:03:18.187]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.9048947Z [00:03:18.187]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.9050048Z [00:03:18.187]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.9050855Z [00:03:18.187]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.9051443Z [00:03:18.187]➜  EOF
2025-08-20T23:04:32.9055664Z [00:03:18.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1832/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveyanyplace=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveyanyplace;$WORK/b1832=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveyanyplace -lang=go1.24 -complete -installsuffix shared -buildid dTr6gdDLpLR-JWGIw5zT/dTr6gdDLpLR-JWGIw5zT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1832/importcfg -pack ./pkg/detectors/surveyanyplace/surveyanyplace.go
2025-08-20T23:04:32.9530968Z [00:03:18.236]➜  go tool buildid -w $WORK/b1830/_pkg_.a # internal
2025-08-20T23:04:32.9555684Z [00:03:18.239]➜  cp $WORK/b1830/_pkg_.a /root/.cache/go-build/fe/feecbf8110c95f18dcef0465bd51208a655055426cabb5b08d63480a2ff4b25f-d # internal
2025-08-20T23:04:32.9563951Z [00:03:18.239]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveybot
2025-08-20T23:04:32.9570652Z [00:03:18.240]➜  mkdir -p $WORK/b1833/
2025-08-20T23:04:32.9582431Z [00:03:18.241]➜  cat >/tmp/go-build3700090427/b1833/importcfg << 'EOF' # internal
2025-08-20T23:04:32.9600682Z [00:03:18.242]➜  # import config
2025-08-20T23:04:32.9607235Z [00:03:18.242]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.9608152Z [00:03:18.242]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:32.9612538Z [00:03:18.242]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.9614035Z [00:03:18.242]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.9615748Z [00:03:18.242]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.9616976Z [00:03:18.242]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.9617847Z [00:03:18.242]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.9618668Z [00:03:18.242]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.9619551Z [00:03:18.242]➜  EOF
2025-08-20T23:04:32.9630952Z [00:03:18.243]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1833/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveybot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveybot;$WORK/b1833=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveybot -lang=go1.24 -complete -installsuffix shared -buildid Pmx84At3btoCdTo6DT_s/Pmx84At3btoCdTo6DT_s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1833/importcfg -pack ./pkg/detectors/surveybot/surveybot.go
2025-08-20T23:04:32.9634758Z [00:03:18.244]➜  go tool buildid -w $WORK/b1831/_pkg_.a # internal
2025-08-20T23:04:32.9636073Z [00:03:18.246]➜  cp $WORK/b1831/_pkg_.a /root/.cache/go-build/68/683d970bc41c1349ba6d653a88fc549883942dd0c3f17f45c4d63ab598cc3255-d # internal
2025-08-20T23:04:32.9642792Z [00:03:18.247]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveysparrow
2025-08-20T23:04:32.9643897Z [00:03:18.247]➜  mkdir -p $WORK/b1834/
2025-08-20T23:04:32.9645447Z [00:03:18.247]➜  cat >/tmp/go-build3700090427/b1834/importcfg << 'EOF' # internal
2025-08-20T23:04:32.9646322Z [00:03:18.247]➜  # import config
2025-08-20T23:04:32.9647825Z [00:03:18.247]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.9657456Z [00:03:18.247]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.9658783Z [00:03:18.247]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.9669825Z [00:03:18.247]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.9671406Z [00:03:18.247]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.9672699Z [00:03:18.247]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.9673610Z [00:03:18.247]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.9674589Z [00:03:18.247]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.9675204Z [00:03:18.247]➜  EOF
2025-08-20T23:04:32.9679102Z [00:03:18.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1834/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveysparrow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveysparrow;$WORK/b1834=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveysparrow -lang=go1.24 -complete -installsuffix shared -buildid _yZuF54JRTlIDxESPt43/_yZuF54JRTlIDxESPt43 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1834/importcfg -pack ./pkg/detectors/surveysparrow/surveysparrow.go
2025-08-20T23:04:32.9688509Z [00:03:18.250]➜  go tool buildid -w $WORK/b1829/_pkg_.a # internal
2025-08-20T23:04:32.9695676Z [00:03:18.253]➜  cp $WORK/b1829/_pkg_.a /root/.cache/go-build/55/554eb2555743ddc2debf010bb7ab144702f55a392b29ca419d85a2f466a0c215-d # internal
2025-08-20T23:04:32.9701812Z [00:03:18.253]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/survicate
2025-08-20T23:04:32.9702925Z [00:03:18.253]➜  mkdir -p $WORK/b1835/
2025-08-20T23:04:32.9707600Z [00:03:18.253]➜  cat >/tmp/go-build3700090427/b1835/importcfg << 'EOF' # internal
2025-08-20T23:04:32.9708277Z [00:03:18.253]➜  # import config
2025-08-20T23:04:32.9708928Z [00:03:18.253]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.9716224Z [00:03:18.253]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:32.9717458Z [00:03:18.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.9718993Z [00:03:18.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.9721238Z [00:03:18.253]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.9723152Z [00:03:18.253]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.9724556Z [00:03:18.253]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.9725971Z [00:03:18.253]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.9726804Z [00:03:18.253]➜  EOF
2025-08-20T23:04:32.9732274Z [00:03:18.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1835/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/survicate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/survicate;$WORK/b1835=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/survicate -lang=go1.24 -complete -installsuffix shared -buildid BazjJlIft7XBIRR04UWW/BazjJlIft7XBIRR04UWW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1835/importcfg -pack ./pkg/detectors/survicate/survicate.go
2025-08-20T23:04:32.9961389Z [00:03:18.279]➜  go tool buildid -w $WORK/b1832/_pkg_.a # internal
2025-08-20T23:04:32.9964887Z [00:03:18.279]➜  cp $WORK/b1832/_pkg_.a /root/.cache/go-build/88/88c493b0d0e66d709333524c143ded27ed7317ba6c68f89c0f6cb2d049c06678-d # internal
2025-08-20T23:04:32.9971580Z [00:03:18.280]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swell
2025-08-20T23:04:32.9973783Z [00:03:18.280]➜  mkdir -p $WORK/b1836/
2025-08-20T23:04:32.9974952Z [00:03:18.280]➜  cat >/tmp/go-build3700090427/b1836/importcfg << 'EOF' # internal
2025-08-20T23:04:32.9975859Z [00:03:18.280]➜  # import config
2025-08-20T23:04:32.9978023Z [00:03:18.280]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:32.9979109Z [00:03:18.280]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:32.9980628Z [00:03:18.281]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:32.9982196Z [00:03:18.281]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:32.9983576Z [00:03:18.281]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:32.9984468Z [00:03:18.281]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:32.9985225Z [00:03:18.281]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:32.9985780Z [00:03:18.281]➜  EOF
2025-08-20T23:04:32.9989164Z [00:03:18.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1836/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swell=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swell;$WORK/b1836=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swell -lang=go1.24 -complete -installsuffix shared -buildid iqUUt2B_MlgQs1Jlq9Zy/iqUUt2B_MlgQs1Jlq9Zy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1836/importcfg -pack ./pkg/detectors/swell/swell.go
2025-08-20T23:04:33.0381793Z [00:03:18.321]➜  go tool buildid -w $WORK/b1834/_pkg_.a # internal
2025-08-20T23:04:33.0399262Z [00:03:18.323]➜  cp $WORK/b1834/_pkg_.a /root/.cache/go-build/4e/4e7d3bb8f5c47819ff4d5fa0df40d43541676df2b24ca35b2bd73d730261c398-d # internal
2025-08-20T23:04:33.0405366Z [00:03:18.324]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swiftype
2025-08-20T23:04:33.0406339Z [00:03:18.324]➜  mkdir -p $WORK/b1837/
2025-08-20T23:04:33.0422283Z [00:03:18.325]➜  cat >/tmp/go-build3700090427/b1837/importcfg << 'EOF' # internal
2025-08-20T23:04:33.0423231Z [00:03:18.325]➜  # import config
2025-08-20T23:04:33.0423892Z [00:03:18.325]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.0425030Z [00:03:18.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.0426560Z [00:03:18.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.0428252Z [00:03:18.325]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.0429753Z [00:03:18.325]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.0430867Z [00:03:18.325]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.0431734Z [00:03:18.325]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.0432365Z [00:03:18.325]➜  EOF
2025-08-20T23:04:33.0452839Z [00:03:18.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1837/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swiftype=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swiftype;$WORK/b1837=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swiftype -lang=go1.24 -complete -installsuffix shared -buildid _kY5WPWl9xuvlwuP-XTY/_kY5WPWl9xuvlwuP-XTY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1837/importcfg -pack ./pkg/detectors/swiftype/swiftype.go
2025-08-20T23:04:33.0478593Z [00:03:18.331]➜  go tool buildid -w $WORK/b1833/_pkg_.a # internal
2025-08-20T23:04:33.0502559Z [00:03:18.333]➜  cp $WORK/b1833/_pkg_.a /root/.cache/go-build/b1/b12162132045425f924b527c1e2cf601f4a15e6dcd7a987979aca65606e3c5c8-d # internal
2025-08-20T23:04:33.0515009Z [00:03:18.334]➜  go tool buildid -w $WORK/b1835/_pkg_.a # internal
2025-08-20T23:04:33.0515869Z [00:03:18.334]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tableau
2025-08-20T23:04:33.0516591Z [00:03:18.334]➜  mkdir -p $WORK/b1838/
2025-08-20T23:04:33.0517283Z [00:03:18.334]➜  cat >/tmp/go-build3700090427/b1838/importcfg << 'EOF' # internal
2025-08-20T23:04:33.0517924Z [00:03:18.334]➜  # import config
2025-08-20T23:04:33.0518545Z [00:03:18.334]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:33.0519511Z [00:03:18.334]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.0520380Z [00:03:18.334]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:33.0521203Z [00:03:18.334]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.0522466Z [00:03:18.334]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.0524088Z [00:03:18.334]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.0525601Z [00:03:18.334]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.0526887Z [00:03:18.334]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.0527745Z [00:03:18.334]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.0528495Z [00:03:18.334]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:04:33.0529278Z [00:03:18.334]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.0530407Z [00:03:18.334]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.0531012Z [00:03:18.334]➜  EOF
2025-08-20T23:04:33.0534736Z [00:03:18.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1838/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tableau=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tableau;$WORK/b1838=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tableau -lang=go1.24 -complete -installsuffix shared -buildid Akl7Hc14IkSFrvwH66Wa/Akl7Hc14IkSFrvwH66Wa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1838/importcfg -pack ./pkg/detectors/tableau/tableau.go
2025-08-20T23:04:33.0617058Z [00:03:18.345]➜  cp $WORK/b1835/_pkg_.a /root/.cache/go-build/80/802ad1edc9e193034d67db0ed68ecbe11d19b7c59a49414397a3153e4c492491-d # internal
2025-08-20T23:04:33.0625661Z [00:03:18.345]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tailscale
2025-08-20T23:04:33.0626452Z [00:03:18.345]➜  mkdir -p $WORK/b1839/
2025-08-20T23:04:33.0670598Z [00:03:18.348]➜  cat >/tmp/go-build3700090427/b1839/importcfg << 'EOF' # internal
2025-08-20T23:04:33.0673544Z [00:03:18.350]➜  # import config
2025-08-20T23:04:33.0674245Z [00:03:18.350]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.0675221Z [00:03:18.350]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.0676375Z [00:03:18.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.0677832Z [00:03:18.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.0679629Z [00:03:18.350]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.0680980Z [00:03:18.350]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.0681954Z [00:03:18.350]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.0682769Z [00:03:18.350]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:33.0683543Z [00:03:18.350]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.0684112Z [00:03:18.350]➜  EOF
2025-08-20T23:04:33.0687805Z [00:03:18.350]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1839/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tailscale=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tailscale;$WORK/b1839=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tailscale -lang=go1.24 -complete -installsuffix shared -buildid W43xqeAEB7_2zHyLYcAC/W43xqeAEB7_2zHyLYcAC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1839/importcfg -pack ./pkg/detectors/tailscale/tailscale.go
2025-08-20T23:04:33.0781398Z [00:03:18.361]➜  go tool buildid -w $WORK/b1836/_pkg_.a # internal
2025-08-20T23:04:33.0800781Z [00:03:18.363]➜  cp $WORK/b1836/_pkg_.a /root/.cache/go-build/67/67c53602c2686ce72b8fac38c222197edf6354999031494402a20795497e00a2-d # internal
2025-08-20T23:04:33.0808161Z [00:03:18.363]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tallyfy
2025-08-20T23:04:33.0808948Z [00:03:18.363]➜  mkdir -p $WORK/b1840/
2025-08-20T23:04:33.0818971Z [00:03:18.365]➜  cat >/tmp/go-build3700090427/b1840/importcfg << 'EOF' # internal
2025-08-20T23:04:33.0832084Z [00:03:18.365]➜  # import config
2025-08-20T23:04:33.0832814Z [00:03:18.365]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.0833687Z [00:03:18.365]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.0834907Z [00:03:18.365]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.0836437Z [00:03:18.365]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.0838048Z [00:03:18.365]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.0839918Z [00:03:18.365]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.0840974Z [00:03:18.365]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.0841873Z [00:03:18.365]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.0842531Z [00:03:18.365]➜  EOF
2025-08-20T23:04:33.0846359Z [00:03:18.365]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1840/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tallyfy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tallyfy;$WORK/b1840=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tallyfy -lang=go1.24 -complete -installsuffix shared -buildid 6Sl3OnI3z3DUlBIl01YJ/6Sl3OnI3z3DUlBIl01YJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1840/importcfg -pack ./pkg/detectors/tallyfy/tallyfy.go
2025-08-20T23:04:33.1101267Z [00:03:18.393]➜  go tool buildid -w $WORK/b1837/_pkg_.a # internal
2025-08-20T23:04:33.1121577Z [00:03:18.395]➜  cp $WORK/b1837/_pkg_.a /root/.cache/go-build/70/700ab86a445a6cce31c8103136b773db35a210e9b3e7a992b066eb7d96ecddc8-d # internal
2025-08-20T23:04:33.1126308Z [00:03:18.395]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tatumio
2025-08-20T23:04:33.1127307Z [00:03:18.395]➜  mkdir -p $WORK/b1841/
2025-08-20T23:04:33.1128079Z [00:03:18.396]➜  cat >/tmp/go-build3700090427/b1841/importcfg << 'EOF' # internal
2025-08-20T23:04:33.1128813Z [00:03:18.396]➜  # import config
2025-08-20T23:04:33.1132906Z [00:03:18.396]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.1134193Z [00:03:18.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.1135806Z [00:03:18.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.1137412Z [00:03:18.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.1138757Z [00:03:18.396]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.1140022Z [00:03:18.396]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.1140871Z [00:03:18.396]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.1141463Z [00:03:18.396]➜  EOF
2025-08-20T23:04:33.1145225Z [00:03:18.396]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1841/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tatumio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tatumio;$WORK/b1841=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tatumio -lang=go1.24 -complete -installsuffix shared -buildid wxVW2cQ_qVLcxuVkRdPs/wxVW2cQ_qVLcxuVkRdPs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1841/importcfg -pack ./pkg/detectors/tatumio/tatumio.go
2025-08-20T23:04:33.1151718Z [00:03:18.398]➜  go tool buildid -w $WORK/b1839/_pkg_.a # internal
2025-08-20T23:04:33.1163943Z [00:03:18.399]➜  cp $WORK/b1839/_pkg_.a /root/.cache/go-build/38/382b22679f786320c5cbf060b5ccdf5b32309c1bef1601029938d1775ea714bc-d # internal
2025-08-20T23:04:33.1171575Z [00:03:18.400]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/taxjar
2025-08-20T23:04:33.1172364Z [00:03:18.400]➜  mkdir -p $WORK/b1842/
2025-08-20T23:04:33.1173111Z [00:03:18.400]➜  cat >/tmp/go-build3700090427/b1842/importcfg << 'EOF' # internal
2025-08-20T23:04:33.1173846Z [00:03:18.400]➜  # import config
2025-08-20T23:04:33.1174538Z [00:03:18.400]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.1175395Z [00:03:18.400]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.1176570Z [00:03:18.400]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.1178116Z [00:03:18.400]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.1179941Z [00:03:18.400]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.1181312Z [00:03:18.400]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.1182315Z [00:03:18.400]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.1183199Z [00:03:18.400]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.1184020Z [00:03:18.400]➜  EOF
2025-08-20T23:04:33.1188368Z [00:03:18.400]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1842/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/taxjar=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/taxjar;$WORK/b1842=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/taxjar -lang=go1.24 -complete -installsuffix shared -buildid GnBhA3ffmYVKgmbQ3ywY/GnBhA3ffmYVKgmbQ3ywY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1842/importcfg -pack ./pkg/detectors/taxjar/taxjar.go
2025-08-20T23:04:33.1371318Z [00:03:18.418]➜  go tool buildid -w $WORK/b1838/_pkg_.a # internal
2025-08-20T23:04:33.1418058Z [00:03:18.425]➜  cp $WORK/b1838/_pkg_.a /root/.cache/go-build/e5/e56768e034d25fd1348ac6069e7894dbede8bf2e2d35b5d433112bfb1779a868-d # internal
2025-08-20T23:04:33.1422715Z [00:03:18.425]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamgate
2025-08-20T23:04:33.1423469Z [00:03:18.425]➜  mkdir -p $WORK/b1843/
2025-08-20T23:04:33.1424247Z [00:03:18.425]➜  cat >/tmp/go-build3700090427/b1843/importcfg << 'EOF' # internal
2025-08-20T23:04:33.1424951Z [00:03:18.425]➜  # import config
2025-08-20T23:04:33.1425679Z [00:03:18.425]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.1426905Z [00:03:18.425]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.1428450Z [00:03:18.425]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.1430244Z [00:03:18.425]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.1431574Z [00:03:18.425]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.1432494Z [00:03:18.425]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.1433346Z [00:03:18.425]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.1433968Z [00:03:18.425]➜  EOF
2025-08-20T23:04:33.1437971Z [00:03:18.425]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1843/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamgate=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamgate;$WORK/b1843=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamgate -lang=go1.24 -complete -installsuffix shared -buildid avxA4Bv3ZdeV3x0LWuXj/avxA4Bv3ZdeV3x0LWuXj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1843/importcfg -pack ./pkg/detectors/teamgate/teamgate.go
2025-08-20T23:04:33.1562359Z [00:03:18.439]➜  go tool buildid -w $WORK/b1840/_pkg_.a # internal
2025-08-20T23:04:33.1583092Z [00:03:18.441]➜  cp $WORK/b1840/_pkg_.a /root/.cache/go-build/d5/d5436c9fd5016b8ef62e18afcc02835a215c787be12370dfb20e2e30179b03cd-d # internal
2025-08-20T23:04:33.1584436Z [00:03:18.441]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkcrm
2025-08-20T23:04:33.1585256Z [00:03:18.441]➜  mkdir -p $WORK/b1844/
2025-08-20T23:04:33.1587791Z [00:03:18.442]➜  cat >/tmp/go-build3700090427/b1844/importcfg << 'EOF' # internal
2025-08-20T23:04:33.1590909Z [00:03:18.442]➜  # import config
2025-08-20T23:04:33.1591605Z [00:03:18.442]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.1592412Z [00:03:18.442]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.1593544Z [00:03:18.442]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.1595074Z [00:03:18.442]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.1596592Z [00:03:18.442]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.1597905Z [00:03:18.442]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.1599000Z [00:03:18.442]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.1600123Z [00:03:18.442]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.1600814Z [00:03:18.442]➜  EOF
2025-08-20T23:04:33.1605010Z [00:03:18.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1844/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkcrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkcrm;$WORK/b1844=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkcrm -lang=go1.24 -complete -installsuffix shared -buildid YnetYfUlLxYDytecMhat/YnetYfUlLxYDytecMhat -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1844/importcfg -pack ./pkg/detectors/teamworkcrm/teamworkcrm.go
2025-08-20T23:04:33.1751177Z [00:03:18.458]➜  go tool buildid -w $WORK/b1842/_pkg_.a # internal
2025-08-20T23:04:33.1754388Z [00:03:18.459]➜  go tool buildid -w $WORK/b1841/_pkg_.a # internal
2025-08-20T23:04:33.1756773Z [00:03:18.459]➜  cp $WORK/b1842/_pkg_.a /root/.cache/go-build/bd/bdec91ecedfe74013bef7432e69962509b08f75c583c406ebe72365b8e4376b1-d # internal
2025-08-20T23:04:33.1761314Z [00:03:18.459]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkdesk
2025-08-20T23:04:33.1762110Z [00:03:18.459]➜  mkdir -p $WORK/b1845/
2025-08-20T23:04:33.1767911Z [00:03:18.460]➜  cat >/tmp/go-build3700090427/b1845/importcfg << 'EOF' # internal
2025-08-20T23:04:33.1770311Z [00:03:18.460]➜  # import config
2025-08-20T23:04:33.1770976Z [00:03:18.460]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.1771827Z [00:03:18.460]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.1772916Z [00:03:18.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.1774316Z [00:03:18.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.1775797Z [00:03:18.460]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.1777113Z [00:03:18.460]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.1778047Z [00:03:18.460]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.1778872Z [00:03:18.460]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.1780575Z [00:03:18.460]➜  EOF
2025-08-20T23:04:33.1788983Z [00:03:18.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1845/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkdesk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkdesk;$WORK/b1845=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkdesk -lang=go1.24 -complete -installsuffix shared -buildid MwVnCmoewZqfUy-8aoJ4/MwVnCmoewZqfUy-8aoJ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1845/importcfg -pack ./pkg/detectors/teamworkdesk/teamworkdesk.go
2025-08-20T23:04:33.1799760Z [00:03:18.463]➜  cp $WORK/b1841/_pkg_.a /root/.cache/go-build/1a/1ad60dbd90b34fbc095cb9d5447b9442e26818cc4d6f376c3ce7b71c4addd824-d # internal
2025-08-20T23:04:33.1801190Z [00:03:18.463]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkspaces
2025-08-20T23:04:33.1801949Z [00:03:18.463]➜  mkdir -p $WORK/b1846/
2025-08-20T23:04:33.1807407Z [00:03:18.464]➜  cat >/tmp/go-build3700090427/b1846/importcfg << 'EOF' # internal
2025-08-20T23:04:33.1814307Z [00:03:18.464]➜  # import config
2025-08-20T23:04:33.1815044Z [00:03:18.464]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.1817713Z [00:03:18.464]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.1820795Z [00:03:18.464]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.1822234Z [00:03:18.464]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.1823901Z [00:03:18.465]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.1825157Z [00:03:18.465]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.1826079Z [00:03:18.465]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.1826875Z [00:03:18.465]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.1827515Z [00:03:18.465]➜  EOF
2025-08-20T23:04:33.1831814Z [00:03:18.465]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1846/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkspaces=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkspaces;$WORK/b1846=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkspaces -lang=go1.24 -complete -installsuffix shared -buildid wxtI9svaAuJB8dVtTV4H/wxtI9svaAuJB8dVtTV4H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1846/importcfg -pack ./pkg/detectors/teamworkspaces/teamworkspaces.go
2025-08-20T23:04:33.2131334Z [00:03:18.496]➜  go tool buildid -w $WORK/b1843/_pkg_.a # internal
2025-08-20T23:04:33.2192337Z [00:03:18.500]➜  cp $WORK/b1843/_pkg_.a /root/.cache/go-build/52/52a2b53df7c8fea6f425be2150d9fff1fe5eda16d38dc85b49d452b763fda60e-d # internal
2025-08-20T23:04:33.2213404Z [00:03:18.504]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/technicalanalysisapi
2025-08-20T23:04:33.2228443Z [00:03:18.504]➜  mkdir -p $WORK/b1847/
2025-08-20T23:04:33.2229228Z [00:03:18.504]➜  cat >/tmp/go-build3700090427/b1847/importcfg << 'EOF' # internal
2025-08-20T23:04:33.2230087Z [00:03:18.504]➜  # import config
2025-08-20T23:04:33.2230743Z [00:03:18.504]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.2231545Z [00:03:18.504]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.2232659Z [00:03:18.504]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.2234117Z [00:03:18.504]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.2235620Z [00:03:18.504]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.2236912Z [00:03:18.504]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.2237846Z [00:03:18.504]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.2238859Z [00:03:18.504]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.2240075Z [00:03:18.504]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:33.2240663Z [00:03:18.505]➜  EOF
2025-08-20T23:04:33.2245028Z [00:03:18.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1847/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/technicalanalysisapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/technicalanalysisapi;$WORK/b1847=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/technicalanalysisapi -lang=go1.24 -complete -installsuffix shared -buildid awXnjOLe9Kj9PPFjOWYV/awXnjOLe9Kj9PPFjOWYV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1847/importcfg -pack ./pkg/detectors/technicalanalysisapi/technicalanalysisapi.go
2025-08-20T23:04:33.2254633Z [00:03:18.509]➜  go tool buildid -w $WORK/b1844/_pkg_.a # internal
2025-08-20T23:04:33.2295583Z [00:03:18.512]➜  cp $WORK/b1844/_pkg_.a /root/.cache/go-build/b5/b57b701dda1359fbcb1622abebf2112f1d53a83e0ef697bcd8128ad5f6fc4473-d # internal
2025-08-20T23:04:33.2303810Z [00:03:18.513]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tefter
2025-08-20T23:04:33.2304526Z [00:03:18.513]➜  mkdir -p $WORK/b1848/
2025-08-20T23:04:33.2305222Z [00:03:18.513]➜  cat >/tmp/go-build3700090427/b1848/importcfg << 'EOF' # internal
2025-08-20T23:04:33.2306043Z [00:03:18.513]➜  # import config
2025-08-20T23:04:33.2306673Z [00:03:18.513]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.2307525Z [00:03:18.513]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:33.2308666Z [00:03:18.513]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.2310267Z [00:03:18.513]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.2311977Z [00:03:18.513]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.2313317Z [00:03:18.513]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.2314287Z [00:03:18.513]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.2314998Z [00:03:18.513]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.2315789Z [00:03:18.513]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.2316316Z [00:03:18.513]➜  EOF
2025-08-20T23:04:33.2321067Z [00:03:18.513]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1848/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tefter=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tefter;$WORK/b1848=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tefter -lang=go1.24 -complete -installsuffix shared -buildid 6OqWg4UoJErCKJjHDTLn/6OqWg4UoJErCKJjHDTLn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1848/importcfg -pack ./pkg/detectors/tefter/tefter.go
2025-08-20T23:04:33.2330989Z [00:03:18.516]➜  go tool buildid -w $WORK/b1845/_pkg_.a # internal
2025-08-20T23:04:33.2332327Z [00:03:18.516]➜  cp $WORK/b1845/_pkg_.a /root/.cache/go-build/a2/a27dcd45cb9d41038b4217b6a054ebd73bdb34a5095b4dfeaff20dedd1a93a49-d # internal
2025-08-20T23:04:33.2340606Z [00:03:18.516]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telegrambottoken
2025-08-20T23:04:33.2341344Z [00:03:18.516]➜  mkdir -p $WORK/b1849/
2025-08-20T23:04:33.2342038Z [00:03:18.517]➜  cat >/tmp/go-build3700090427/b1849/importcfg << 'EOF' # internal
2025-08-20T23:04:33.2342665Z [00:03:18.517]➜  # import config
2025-08-20T23:04:33.2343303Z [00:03:18.517]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.2344138Z [00:03:18.517]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:33.2345450Z [00:03:18.517]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.2346871Z [00:03:18.517]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.2348396Z [00:03:18.517]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.2349939Z [00:03:18.517]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.2350903Z [00:03:18.517]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.2351728Z [00:03:18.517]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.2352328Z [00:03:18.517]➜  EOF
2025-08-20T23:04:33.2356626Z [00:03:18.517]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1849/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telegrambottoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telegrambottoken;$WORK/b1849=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telegrambottoken -lang=go1.24 -complete -installsuffix shared -buildid eoEmjZhooH1EYfUe8Ffy/eoEmjZhooH1EYfUe8Ffy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1849/importcfg -pack ./pkg/detectors/telegrambottoken/telegrambottoken.go
2025-08-20T23:04:33.2366441Z [00:03:18.520]➜  go tool buildid -w $WORK/b1846/_pkg_.a # internal
2025-08-20T23:04:33.2386604Z [00:03:18.522]➜  cp $WORK/b1846/_pkg_.a /root/.cache/go-build/41/4140bc5c5b8413b91cd0190750504594bc193d49c72542cea2a13fa74f8bb896-d # internal
2025-08-20T23:04:33.2394001Z [00:03:18.523]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teletype
2025-08-20T23:04:33.2398121Z [00:03:18.523]➜  mkdir -p $WORK/b1850/
2025-08-20T23:04:33.2407443Z [00:03:18.524]➜  cat >/tmp/go-build3700090427/b1850/importcfg << 'EOF' # internal
2025-08-20T23:04:33.2408243Z [00:03:18.524]➜  # import config
2025-08-20T23:04:33.2409059Z [00:03:18.524]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.2410752Z [00:03:18.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.2412502Z [00:03:18.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.2414184Z [00:03:18.524]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.2415636Z [00:03:18.524]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.2416680Z [00:03:18.524]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.2417643Z [00:03:18.524]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.2418587Z [00:03:18.524]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.2419314Z [00:03:18.524]➜  EOF
2025-08-20T23:04:33.2430349Z [00:03:18.526]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1850/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teletype=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teletype;$WORK/b1850=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teletype -lang=go1.24 -complete -installsuffix shared -buildid TOVVsOz-CH0tljXCdcCF/TOVVsOz-CH0tljXCdcCF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1850/importcfg -pack ./pkg/detectors/teletype/teletype.go
2025-08-20T23:04:33.2840182Z [00:03:18.567]➜  go tool buildid -w $WORK/b1848/_pkg_.a # internal
2025-08-20T23:04:33.2847599Z [00:03:18.568]➜  go tool buildid -w $WORK/b1847/_pkg_.a # internal
2025-08-20T23:04:33.2864589Z [00:03:18.569]➜  cp $WORK/b1848/_pkg_.a /root/.cache/go-build/af/af54f3f405d46a8c783981c522919c5a77b9c86705c74e508d5ed3ccb827321f-d # internal
2025-08-20T23:04:33.2873742Z [00:03:18.570]➜  cp $WORK/b1847/_pkg_.a /root/.cache/go-build/94/94fb507ebbf552d27f3e8265492d5a177bbec8087c3effcc0e175465c2aff174-d # internal
2025-08-20T23:04:33.2882532Z [00:03:18.570]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/terraformcloudpersonaltoken
2025-08-20T23:04:33.2883422Z [00:03:18.570]➜  mkdir -p $WORK/b1852/
2025-08-20T23:04:33.2884136Z [00:03:18.571]➜  cat >/tmp/go-build3700090427/b1852/importcfg << 'EOF' # internal
2025-08-20T23:04:33.2884781Z [00:03:18.571]➜  # import config
2025-08-20T23:04:33.2885420Z [00:03:18.571]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.2886345Z [00:03:18.571]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.2887483Z [00:03:18.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.2888987Z [00:03:18.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.2890672Z [00:03:18.571]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.2891991Z [00:03:18.571]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.2892939Z [00:03:18.571]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.2893781Z [00:03:18.571]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.2894358Z [00:03:18.571]➜  EOF
2025-08-20T23:04:33.2898889Z [00:03:18.571]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1852/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/terraformcloudpersonaltoken;$WORK/b1852=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/terraformcloudpersonaltoken -lang=go1.24 -complete -installsuffix shared -buildid dDDhFMAph-mmD_tOdBYn/dDDhFMAph-mmD_tOdBYn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1852/importcfg -pack ./pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken.go
2025-08-20T23:04:33.2907699Z [00:03:18.574]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telnyx
2025-08-20T23:04:33.2908613Z [00:03:18.574]➜  mkdir -p $WORK/b1851/
2025-08-20T23:04:33.2917075Z [00:03:18.575]➜  cat >/tmp/go-build3700090427/b1851/importcfg << 'EOF' # internal
2025-08-20T23:04:33.2918036Z [00:03:18.575]➜  # import config
2025-08-20T23:04:33.2918796Z [00:03:18.575]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.2919842Z [00:03:18.575]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.2920949Z [00:03:18.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.2922377Z [00:03:18.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.2923801Z [00:03:18.575]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.2925108Z [00:03:18.575]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.2926179Z [00:03:18.575]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.2927024Z [00:03:18.575]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.2927630Z [00:03:18.575]➜  EOF
2025-08-20T23:04:33.2931548Z [00:03:18.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1851/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telnyx=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telnyx;$WORK/b1851=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telnyx -lang=go1.24 -complete -installsuffix shared -buildid dSAkKSwr0_pxjj5zNrnX/dSAkKSwr0_pxjj5zNrnX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1851/importcfg -pack ./pkg/detectors/telnyx/telnyx.go
2025-08-20T23:04:33.2948378Z [00:03:18.578]➜  go tool buildid -w $WORK/b1849/_pkg_.a # internal
2025-08-20T23:04:33.2979508Z [00:03:18.581]➜  cp $WORK/b1849/_pkg_.a /root/.cache/go-build/f3/f347b863ca7a6cc988d51054fd4e1d8ec5a54d5c5eb5e049c87abf967066485f-d # internal
2025-08-20T23:04:33.2989947Z [00:03:18.582]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/testingbot
2025-08-20T23:04:33.2990720Z [00:03:18.582]➜  mkdir -p $WORK/b1853/
2025-08-20T23:04:33.2991426Z [00:03:18.582]➜  cat >/tmp/go-build3700090427/b1853/importcfg << 'EOF' # internal
2025-08-20T23:04:33.2992233Z [00:03:18.582]➜  # import config
2025-08-20T23:04:33.2993056Z [00:03:18.582]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.2993856Z [00:03:18.582]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.2994982Z [00:03:18.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.2996451Z [00:03:18.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.2998126Z [00:03:18.582]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.2999649Z [00:03:18.582]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.3000791Z [00:03:18.582]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.3001596Z [00:03:18.582]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.3002238Z [00:03:18.582]➜  EOF
2025-08-20T23:04:33.3006098Z [00:03:18.582]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1853/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/testingbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/testingbot;$WORK/b1853=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/testingbot -lang=go1.24 -complete -installsuffix shared -buildid hyktfR3_PU2wW5M11eNL/hyktfR3_PU2wW5M11eNL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1853/importcfg -pack ./pkg/detectors/testingbot/testingbot.go
2025-08-20T23:04:33.3112104Z [00:03:18.594]➜  go tool buildid -w $WORK/b1850/_pkg_.a # internal
2025-08-20T23:04:33.3128786Z [00:03:18.596]➜  cp $WORK/b1850/_pkg_.a /root/.cache/go-build/7b/7bd78e5fc45d4664a936300a582d5dccfbe09424d36a3327635b23da7540f58b-d # internal
2025-08-20T23:04:33.3131041Z [00:03:18.596]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/textmagic
2025-08-20T23:04:33.3132400Z [00:03:18.597]➜  mkdir -p $WORK/b1854/
2025-08-20T23:04:33.3138659Z [00:03:18.597]➜  cat >/tmp/go-build3700090427/b1854/importcfg << 'EOF' # internal
2025-08-20T23:04:33.3143069Z [00:03:18.597]➜  # import config
2025-08-20T23:04:33.3143770Z [00:03:18.597]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.3144670Z [00:03:18.597]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:33.3145524Z [00:03:18.597]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.3146671Z [00:03:18.597]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.3148368Z [00:03:18.597]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.3150287Z [00:03:18.597]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.3151606Z [00:03:18.597]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.3152602Z [00:03:18.597]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.3153449Z [00:03:18.597]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.3154073Z [00:03:18.597]➜  EOF
2025-08-20T23:04:33.3157983Z [00:03:18.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1854/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/textmagic=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/textmagic;$WORK/b1854=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/textmagic -lang=go1.24 -complete -installsuffix shared -buildid xnACqBECXV3Hb36Gtz-8/xnACqBECXV3Hb36Gtz-8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1854/importcfg -pack ./pkg/detectors/textmagic/textmagic.go
2025-08-20T23:04:33.3526316Z [00:03:18.636]➜  go tool buildid -w $WORK/b1852/_pkg_.a # internal
2025-08-20T23:04:33.3531178Z [00:03:18.636]➜  cp $WORK/b1852/_pkg_.a /root/.cache/go-build/1f/1f23fe45dcd73dd8995496f98257df235796da9f7633419cdeeaa2e42ba91b46-d # internal
2025-08-20T23:04:33.3533433Z [00:03:18.636]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/theoddsapi
2025-08-20T23:04:33.3534204Z [00:03:18.636]➜  mkdir -p $WORK/b1855/
2025-08-20T23:04:33.3536612Z [00:03:18.637]➜  cat >/tmp/go-build3700090427/b1855/importcfg << 'EOF' # internal
2025-08-20T23:04:33.3537273Z [00:03:18.637]➜  # import config
2025-08-20T23:04:33.3537905Z [00:03:18.637]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.3539091Z [00:03:18.637]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.3541850Z [00:03:18.637]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.3543556Z [00:03:18.637]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.3544757Z [00:03:18.637]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.3545633Z [00:03:18.637]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.3546440Z [00:03:18.637]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.3548194Z [00:03:18.637]➜  EOF
2025-08-20T23:04:33.3552282Z [00:03:18.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1855/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/theoddsapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/theoddsapi;$WORK/b1855=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/theoddsapi -lang=go1.24 -complete -installsuffix shared -buildid eJ1DXBw5gDlbjNNbi02N/eJ1DXBw5gDlbjNNbi02N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1855/importcfg -pack ./pkg/detectors/theoddsapi/theoddsapi.go
2025-08-20T23:04:33.3555929Z [00:03:18.637]➜  go tool buildid -w $WORK/b1851/_pkg_.a # internal
2025-08-20T23:04:33.3557256Z [00:03:18.638]➜  go tool buildid -w $WORK/b1853/_pkg_.a # internal
2025-08-20T23:04:33.3561566Z [00:03:18.639]➜  cp $WORK/b1851/_pkg_.a /root/.cache/go-build/84/843175ed9d343b91fddff0c0d66c1a816e82d92b3dd9b3f380a7eb3484267f8f-d # internal
2025-08-20T23:04:33.3562922Z [00:03:18.639]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific
2025-08-20T23:04:33.3563687Z [00:03:18.639]➜  mkdir -p $WORK/b1856/
2025-08-20T23:04:33.3699784Z [00:03:18.653]➜  go tool buildid -w $WORK/b1854/_pkg_.a # internal
2025-08-20T23:04:33.3801985Z [00:03:18.663]➜  cat >/tmp/go-build3700090427/b1856/importcfg << 'EOF' # internal
2025-08-20T23:04:33.3841070Z [00:03:18.663]➜  # import config
2025-08-20T23:04:33.3842361Z [00:03:18.663]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.3844368Z [00:03:18.663]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.3845547Z [00:03:18.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.3847191Z [00:03:18.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.3848536Z [00:03:18.663]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.3849586Z [00:03:18.663]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.3850421Z [00:03:18.663]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.3851261Z [00:03:18.663]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.3851866Z [00:03:18.663]➜  EOF
2025-08-20T23:04:33.3855852Z [00:03:18.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1856/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thinkific=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific;$WORK/b1856=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific -lang=go1.24 -complete -installsuffix shared -buildid 2m5U7hrPLdIPYbyYvdDa/2m5U7hrPLdIPYbyYvdDa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1856/importcfg -pack ./pkg/detectors/thinkific/thinkific.go
2025-08-20T23:04:33.3860348Z [00:03:18.663]➜  cp $WORK/b1853/_pkg_.a /root/.cache/go-build/8b/8bdd286e8e08ef1e086c1f354ef7c5b3138abf014d8c5e5e16380fd5d405b527-d # internal
2025-08-20T23:04:33.3862086Z [00:03:18.663]➜  cp $WORK/b1854/_pkg_.a /root/.cache/go-build/fb/fb3b1a99d74b8807f9652949370cd3f5a23fe941939bff67e2e7401186c4d382-d # internal
2025-08-20T23:04:33.3863368Z [00:03:18.663]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster
2025-08-20T23:04:33.3864126Z [00:03:18.663]➜  mkdir -p $WORK/b1858/
2025-08-20T23:04:33.3864838Z [00:03:18.663]➜  cat >/tmp/go-build3700090427/b1858/importcfg << 'EOF' # internal
2025-08-20T23:04:33.3865649Z [00:03:18.663]➜  # import config
2025-08-20T23:04:33.3866294Z [00:03:18.663]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.3867096Z [00:03:18.663]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.3868232Z [00:03:18.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.3871170Z [00:03:18.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.3872765Z [00:03:18.663]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.3874093Z [00:03:18.663]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.3875180Z [00:03:18.663]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.3876037Z [00:03:18.663]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.3876663Z [00:03:18.663]➜  EOF
2025-08-20T23:04:33.3880816Z [00:03:18.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1858/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ticketmaster=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster;$WORK/b1858=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster -lang=go1.24 -complete -installsuffix shared -buildid NBSgta-UIBuUtAt5zf9u/NBSgta-UIBuUtAt5zf9u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1858/importcfg -pack ./pkg/detectors/ticketmaster/ticketmaster.go
2025-08-20T23:04:33.3884646Z [00:03:18.664]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes
2025-08-20T23:04:33.3885388Z [00:03:18.664]➜  mkdir -p $WORK/b1857/
2025-08-20T23:04:33.3886236Z [00:03:18.664]➜  cat >/tmp/go-build3700090427/b1857/importcfg << 'EOF' # internal
2025-08-20T23:04:33.3886899Z [00:03:18.664]➜  # import config
2025-08-20T23:04:33.3887559Z [00:03:18.664]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.3888712Z [00:03:18.664]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.3890311Z [00:03:18.664]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.3891828Z [00:03:18.664]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.3893087Z [00:03:18.664]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.3894000Z [00:03:18.664]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.3894811Z [00:03:18.664]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.3895402Z [00:03:18.664]➜  EOF
2025-08-20T23:04:33.3899732Z [00:03:18.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1857/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thousandeyes=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes;$WORK/b1857=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes -lang=go1.24 -complete -installsuffix shared -buildid RuQj53V7HuobJFYNZSfc/RuQj53V7HuobJFYNZSfc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1857/importcfg -pack ./pkg/detectors/thousandeyes/thousandeyes.go
2025-08-20T23:04:33.4059271Z [00:03:18.689]➜  go tool buildid -w $WORK/b1855/_pkg_.a # internal
2025-08-20T23:04:33.4074383Z [00:03:18.690]➜  cp $WORK/b1855/_pkg_.a /root/.cache/go-build/f6/f66c8a66e6d1bac2ff6c9ccd005fb9363668b88dbf2a92139a8f97ee30400847-d # internal
2025-08-20T23:04:33.4080712Z [00:03:18.691]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor
2025-08-20T23:04:33.4088054Z [00:03:18.692]➜  mkdir -p $WORK/b1859/
2025-08-20T23:04:33.4088858Z [00:03:18.692]➜  cat >/tmp/go-build3700090427/b1859/importcfg << 'EOF' # internal
2025-08-20T23:04:33.4090224Z [00:03:18.692]➜  # import config
2025-08-20T23:04:33.4090885Z [00:03:18.692]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.4091699Z [00:03:18.692]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.4092905Z [00:03:18.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.4094383Z [00:03:18.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.4095927Z [00:03:18.692]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.4097271Z [00:03:18.692]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.4103099Z [00:03:18.692]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.4103981Z [00:03:18.692]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.4104597Z [00:03:18.692]➜  EOF
2025-08-20T23:04:33.4108551Z [00:03:18.693]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1859/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tickettailor=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor;$WORK/b1859=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor -lang=go1.24 -complete -installsuffix shared -buildid 4TQSfEartCZ5erIHX_9Q/4TQSfEartCZ5erIHX_9Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1859/importcfg -pack ./pkg/detectors/tickettailor/tickettailor.go
2025-08-20T23:04:33.4368122Z [00:03:18.720]➜  go tool buildid -w $WORK/b1856/_pkg_.a # internal
2025-08-20T23:04:33.4374937Z [00:03:18.721]➜  go tool buildid -w $WORK/b1857/_pkg_.a # internal
2025-08-20T23:04:33.4388559Z [00:03:18.722]➜  cp $WORK/b1856/_pkg_.a /root/.cache/go-build/44/4434f8701ab5eb47fe48eb022ac9287e66af726838fc4bb261db6b52006b212d-d # internal
2025-08-20T23:04:33.4396334Z [00:03:18.722]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo
2025-08-20T23:04:33.4397179Z [00:03:18.722]➜  mkdir -p $WORK/b1860/
2025-08-20T23:04:33.4397888Z [00:03:18.722]➜  cat >/tmp/go-build3700090427/b1860/importcfg << 'EOF' # internal
2025-08-20T23:04:33.4398563Z [00:03:18.722]➜  # import config
2025-08-20T23:04:33.4399213Z [00:03:18.723]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.4400171Z [00:03:18.723]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.4401319Z [00:03:18.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.4402851Z [00:03:18.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.4404480Z [00:03:18.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.4405772Z [00:03:18.723]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.4406724Z [00:03:18.723]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.4407588Z [00:03:18.723]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.4408425Z [00:03:18.723]➜  EOF
2025-08-20T23:04:33.4418535Z [00:03:18.723]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1860/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tiingo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo;$WORK/b1860=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo -lang=go1.24 -complete -installsuffix shared -buildid NLiegcsBhvAs1wKpugpV/NLiegcsBhvAs1wKpugpV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1860/importcfg -pack ./pkg/detectors/tiingo/tiingo.go
2025-08-20T23:04:33.4423873Z [00:03:18.725]➜  cp $WORK/b1857/_pkg_.a /root/.cache/go-build/d0/d0b067d5a8ec7d51e292accd3932141464ed182cbd8e60289278d05b3b16fd35-d # internal
2025-08-20T23:04:33.4425299Z [00:03:18.725]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp
2025-08-20T23:04:33.4427343Z [00:03:18.725]➜  mkdir -p $WORK/b1861/
2025-08-20T23:04:33.4428085Z [00:03:18.725]➜  cat >/tmp/go-build3700090427/b1861/importcfg << 'EOF' # internal
2025-08-20T23:04:33.4428774Z [00:03:18.725]➜  # import config
2025-08-20T23:04:33.4429896Z [00:03:18.725]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.4431096Z [00:03:18.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.4432581Z [00:03:18.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.4434133Z [00:03:18.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.4435650Z [00:03:18.725]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.4436624Z [00:03:18.725]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.4437458Z [00:03:18.725]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.4438066Z [00:03:18.725]➜  EOF
2025-08-20T23:04:33.4442537Z [00:03:18.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1861/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timecamp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp;$WORK/b1861=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp -lang=go1.24 -complete -installsuffix shared -buildid e7USOkak7G17SQMQbn6Y/e7USOkak7G17SQMQbn6Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1861/importcfg -pack ./pkg/detectors/timecamp/timecamp.go
2025-08-20T23:04:33.4446407Z [00:03:18.725]➜  go tool buildid -w $WORK/b1858/_pkg_.a # internal
2025-08-20T23:04:33.4447831Z [00:03:18.727]➜  cp $WORK/b1858/_pkg_.a /root/.cache/go-build/ea/ea4dc4963cfac30ea4f3c6c285334140077fcac8b9572b67b62fa9c11082c1a0-d # internal
2025-08-20T23:04:33.4449192Z [00:03:18.728]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi
2025-08-20T23:04:33.4450147Z [00:03:18.728]➜  mkdir -p $WORK/b1862/
2025-08-20T23:04:33.4462888Z [00:03:18.729]➜  cat >/tmp/go-build3700090427/b1862/importcfg << 'EOF' # internal
2025-08-20T23:04:33.4465490Z [00:03:18.729]➜  # import config
2025-08-20T23:04:33.4466176Z [00:03:18.729]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.4467391Z [00:03:18.729]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.4469022Z [00:03:18.729]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.4471024Z [00:03:18.729]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.4472291Z [00:03:18.729]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.4473225Z [00:03:18.729]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.4474037Z [00:03:18.729]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.4474787Z [00:03:18.729]➜  EOF
2025-08-20T23:04:33.4478705Z [00:03:18.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1862/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timezoneapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi;$WORK/b1862=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi -lang=go1.24 -complete -installsuffix shared -buildid T41X3W8ogHTzIHsfJpZh/T41X3W8ogHTzIHsfJpZh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1862/importcfg -pack ./pkg/detectors/timezoneapi/timezoneapi.go
2025-08-20T23:04:33.4726444Z [00:03:18.756]➜  go tool buildid -w $WORK/b1859/_pkg_.a # internal
2025-08-20T23:04:33.4741723Z [00:03:18.757]➜  cp $WORK/b1859/_pkg_.a /root/.cache/go-build/14/14c515fcf5af31e6e21ffa96da0271318079e84a06927d8d480232b9d63de0e4-d # internal
2025-08-20T23:04:33.4766581Z [00:03:18.758]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tineswebhook
2025-08-20T23:04:33.4767384Z [00:03:18.758]➜  mkdir -p $WORK/b1863/
2025-08-20T23:04:33.4768137Z [00:03:18.758]➜  cat >/tmp/go-build3700090427/b1863/importcfg << 'EOF' # internal
2025-08-20T23:04:33.4768818Z [00:03:18.758]➜  # import config
2025-08-20T23:04:33.4771539Z [00:03:18.758]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.4772850Z [00:03:18.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.4774389Z [00:03:18.758]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.4775975Z [00:03:18.758]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.4776979Z [00:03:18.758]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.4777823Z [00:03:18.758]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.4778414Z [00:03:18.758]➜  EOF
2025-08-20T23:04:33.4782547Z [00:03:18.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1863/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tineswebhook=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tineswebhook;$WORK/b1863=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tineswebhook -lang=go1.24 -complete -installsuffix shared -buildid BxfTl74dHLIx2f4_iCel/BxfTl74dHLIx2f4_iCel -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1863/importcfg -pack ./pkg/detectors/tineswebhook/tineswebhook.go
2025-08-20T23:04:33.5034256Z [00:03:18.786]➜  go tool buildid -w $WORK/b1860/_pkg_.a # internal
2025-08-20T23:04:33.5039647Z [00:03:18.787]➜  go tool buildid -w $WORK/b1861/_pkg_.a # internal
2025-08-20T23:04:33.5049025Z [00:03:18.788]➜  go tool buildid -w $WORK/b1862/_pkg_.a # internal
2025-08-20T23:04:33.5071736Z [00:03:18.788]➜  cp $WORK/b1861/_pkg_.a /root/.cache/go-build/ac/acc1b143a6e82832c4567ea012d1892cabaf9efed48d575be1d96ff7f8c445b5-d # internal
2025-08-20T23:04:33.5078259Z [00:03:18.790]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tmetric
2025-08-20T23:04:33.5079089Z [00:03:18.790]➜  mkdir -p $WORK/b1864/
2025-08-20T23:04:33.5080072Z [00:03:18.791]➜  cat >/tmp/go-build3700090427/b1864/importcfg << 'EOF' # internal
2025-08-20T23:04:33.5080805Z [00:03:18.791]➜  # import config
2025-08-20T23:04:33.5081515Z [00:03:18.791]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.5082347Z [00:03:18.791]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.5083548Z [00:03:18.791]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.5085108Z [00:03:18.791]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.5086729Z [00:03:18.791]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.5088077Z [00:03:18.791]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.5089257Z [00:03:18.791]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.5098045Z [00:03:18.791]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.5098711Z [00:03:18.791]➜  EOF
2025-08-20T23:04:33.5103364Z [00:03:18.791]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1864/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tmetric=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tmetric;$WORK/b1864=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tmetric -lang=go1.24 -complete -installsuffix shared -buildid Jrx1yvqzo-Cj2LGS_kZf/Jrx1yvqzo-Cj2LGS_kZf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1864/importcfg -pack ./pkg/detectors/tmetric/tmetric.go
2025-08-20T23:04:33.5115159Z [00:03:18.791]➜  cp $WORK/b1860/_pkg_.a /root/.cache/go-build/80/8093ff9e4a515b29d157b08ce06b3918a16148af77f4e0d24f8e494258baa046-d # internal
2025-08-20T23:04:33.5116552Z [00:03:18.791]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/todoist
2025-08-20T23:04:33.5117332Z [00:03:18.791]➜  mkdir -p $WORK/b1865/
2025-08-20T23:04:33.5118108Z [00:03:18.792]➜  cat >/tmp/go-build3700090427/b1865/importcfg << 'EOF' # internal
2025-08-20T23:04:33.5118809Z [00:03:18.792]➜  # import config
2025-08-20T23:04:33.5119728Z [00:03:18.792]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.5120589Z [00:03:18.792]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.5121795Z [00:03:18.792]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.5123351Z [00:03:18.792]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.5124963Z [00:03:18.792]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.5126299Z [00:03:18.792]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.5127286Z [00:03:18.792]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.5128129Z [00:03:18.792]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.5128751Z [00:03:18.792]➜  EOF
2025-08-20T23:04:33.5132861Z [00:03:18.792]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1865/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/todoist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/todoist;$WORK/b1865=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/todoist -lang=go1.24 -complete -installsuffix shared -buildid 3hmr-vTnGpXXBe9a-0Yw/3hmr-vTnGpXXBe9a-0Yw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1865/importcfg -pack ./pkg/detectors/todoist/todoist.go
2025-08-20T23:04:33.5136957Z [00:03:18.792]➜  cp $WORK/b1862/_pkg_.a /root/.cache/go-build/b1/b1f85903e73e41155ddf1324fd638aaa24a02b9ac16a4f5ae2884331d5170455-d # internal
2025-08-20T23:04:33.5138302Z [00:03:18.792]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tokeet
2025-08-20T23:04:33.5139038Z [00:03:18.792]➜  mkdir -p $WORK/b1866/
2025-08-20T23:04:33.5139894Z [00:03:18.794]➜  cat >/tmp/go-build3700090427/b1866/importcfg << 'EOF' # internal
2025-08-20T23:04:33.5140581Z [00:03:18.794]➜  # import config
2025-08-20T23:04:33.5141236Z [00:03:18.794]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.5142059Z [00:03:18.794]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.5143219Z [00:03:18.794]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.5144742Z [00:03:18.794]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.5146321Z [00:03:18.794]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.5147827Z [00:03:18.794]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.5148826Z [00:03:18.794]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.5149803Z [00:03:18.794]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.5150428Z [00:03:18.794]➜  EOF
2025-08-20T23:04:33.5154352Z [00:03:18.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1866/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tokeet=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tokeet;$WORK/b1866=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tokeet -lang=go1.24 -complete -installsuffix shared -buildid 9MGo3N_qvcCChEUjbTqW/9MGo3N_qvcCChEUjbTqW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1866/importcfg -pack ./pkg/detectors/tokeet/tokeet.go
2025-08-20T23:04:33.5256866Z [00:03:18.809]➜  go tool buildid -w $WORK/b1863/_pkg_.a # internal
2025-08-20T23:04:33.5279103Z [00:03:18.811]➜  cp $WORK/b1863/_pkg_.a /root/.cache/go-build/1d/1d2e83b8af83acba791a5a79f296bba543a2c7d333313aff58998fe85fad01ee-d # internal
2025-08-20T23:04:33.5280985Z [00:03:18.811]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomorrowio
2025-08-20T23:04:33.5282446Z [00:03:18.811]➜  mkdir -p $WORK/b1867/
2025-08-20T23:04:33.5285313Z [00:03:18.811]➜  cat >/tmp/go-build3700090427/b1867/importcfg << 'EOF' # internal
2025-08-20T23:04:33.5287820Z [00:03:18.811]➜  # import config
2025-08-20T23:04:33.5288715Z [00:03:18.812]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.5290461Z [00:03:18.812]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.5291676Z [00:03:18.812]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.5293194Z [00:03:18.812]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.5294768Z [00:03:18.812]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.5296075Z [00:03:18.812]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.5297025Z [00:03:18.812]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.5297861Z [00:03:18.812]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.5298468Z [00:03:18.812]➜  EOF
2025-08-20T23:04:33.5302718Z [00:03:18.812]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1867/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomorrowio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomorrowio;$WORK/b1867=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomorrowio -lang=go1.24 -complete -installsuffix shared -buildid wO4_OH0VvaUe4ptbZr_a/wO4_OH0VvaUe4ptbZr_a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1867/importcfg -pack ./pkg/detectors/tomorrowio/tomorrowio.go
2025-08-20T23:04:33.5672468Z [00:03:18.850]➜  go tool buildid -w $WORK/b1864/_pkg_.a # internal
2025-08-20T23:04:33.5687121Z [00:03:18.852]➜  go tool buildid -w $WORK/b1865/_pkg_.a # internal
2025-08-20T23:04:33.5690880Z [00:03:18.852]➜  cp $WORK/b1864/_pkg_.a /root/.cache/go-build/61/61e51d9c572e107e4644091f044542abb6840c4583f2e8a793f1ed6473e9b4e0-d # internal
2025-08-20T23:04:33.5692127Z [00:03:18.852]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomtom
2025-08-20T23:04:33.5692808Z [00:03:18.852]➜  mkdir -p $WORK/b1868/
2025-08-20T23:04:33.5698772Z [00:03:18.853]➜  cat >/tmp/go-build3700090427/b1868/importcfg << 'EOF' # internal
2025-08-20T23:04:33.5703389Z [00:03:18.853]➜  # import config
2025-08-20T23:04:33.5705728Z [00:03:18.853]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.5708571Z [00:03:18.853]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.5710410Z [00:03:18.853]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.5711918Z [00:03:18.853]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.5713229Z [00:03:18.853]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.5723500Z [00:03:18.853]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.5724494Z [00:03:18.853]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.5725270Z [00:03:18.853]➜  EOF
2025-08-20T23:04:33.5729289Z [00:03:18.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1868/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomtom=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomtom;$WORK/b1868=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomtom -lang=go1.24 -complete -installsuffix shared -buildid VMzJ3iTlDuG1qcA1HQkC/VMzJ3iTlDuG1qcA1HQkC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1868/importcfg -pack ./pkg/detectors/tomtom/tomtom.go
2025-08-20T23:04:33.5733062Z [00:03:18.854]➜  go tool buildid -w $WORK/b1866/_pkg_.a # internal
2025-08-20T23:04:33.5734299Z [00:03:18.856]➜  cp $WORK/b1866/_pkg_.a /root/.cache/go-build/b7/b708b35655a9299512c041b7e9881f87d7a9bd63e9b8131c3ebcdc1f07a45ee9-d # internal
2025-08-20T23:04:33.5735545Z [00:03:18.856]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tradier
2025-08-20T23:04:33.5736253Z [00:03:18.856]➜  mkdir -p $WORK/b1869/
2025-08-20T23:04:33.5736975Z [00:03:18.856]➜  cat >/tmp/go-build3700090427/b1869/importcfg << 'EOF' # internal
2025-08-20T23:04:33.5737628Z [00:03:18.856]➜  # import config
2025-08-20T23:04:33.5738256Z [00:03:18.856]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.5739021Z [00:03:18.856]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.5740274Z [00:03:18.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.5742649Z [00:03:18.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.5745256Z [00:03:18.856]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.5748032Z [00:03:18.856]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.5751532Z [00:03:18.856]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.5753467Z [00:03:18.857]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.5754267Z [00:03:18.857]➜  EOF
2025-08-20T23:04:33.5758952Z [00:03:18.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1869/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tradier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tradier;$WORK/b1869=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tradier -lang=go1.24 -complete -installsuffix shared -buildid cEw-QBuB-aFrfVVuFNFQ/cEw-QBuB-aFrfVVuFNFQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1869/importcfg -pack ./pkg/detectors/tradier/tradier.go
2025-08-20T23:04:33.5764007Z [00:03:18.858]➜  cp $WORK/b1865/_pkg_.a /root/.cache/go-build/11/114d1d54ddfe02f522dd907c647bb968a52f121ead9dbe5760f1d735c1f3e570-d # internal
2025-08-20T23:04:33.5766403Z [00:03:18.858]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/transferwise
2025-08-20T23:04:33.5767445Z [00:03:18.858]➜  mkdir -p $WORK/b1870/
2025-08-20T23:04:33.5768356Z [00:03:18.858]➜  cat >/tmp/go-build3700090427/b1870/importcfg << 'EOF' # internal
2025-08-20T23:04:33.5769239Z [00:03:18.858]➜  # import config
2025-08-20T23:04:33.5770231Z [00:03:18.858]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.5773339Z [00:03:18.858]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.5775497Z [00:03:18.858]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.5777334Z [00:03:18.858]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.5779711Z [00:03:18.858]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.5781565Z [00:03:18.858]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.5783116Z [00:03:18.858]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.5784199Z [00:03:18.858]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.5785053Z [00:03:18.858]➜  EOF
2025-08-20T23:04:33.5789597Z [00:03:18.859]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1870/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/transferwise=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/transferwise;$WORK/b1870=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/transferwise -lang=go1.24 -complete -installsuffix shared -buildid FO_2rQPQawM5MzuKQhRq/FO_2rQPQawM5MzuKQhRq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1870/importcfg -pack ./pkg/detectors/transferwise/transferwise.go
2025-08-20T23:04:33.5882161Z [00:03:18.871]➜  go tool buildid -w $WORK/b1867/_pkg_.a # internal
2025-08-20T23:04:33.5883499Z [00:03:18.871]➜  cp $WORK/b1867/_pkg_.a /root/.cache/go-build/1b/1bdd32de6fef3211c52b0123e1f43d13e491890eea0d4eda051dc8b76e8fa7b1-d # internal
2025-08-20T23:04:33.5884862Z [00:03:18.871]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travelpayouts
2025-08-20T23:04:33.5885663Z [00:03:18.871]➜  mkdir -p $WORK/b1871/
2025-08-20T23:04:33.5886390Z [00:03:18.872]➜  cat >/tmp/go-build3700090427/b1871/importcfg << 'EOF' # internal
2025-08-20T23:04:33.5887028Z [00:03:18.872]➜  # import config
2025-08-20T23:04:33.5887664Z [00:03:18.872]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.5888419Z [00:03:18.872]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.5889681Z [00:03:18.872]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.5891188Z [00:03:18.872]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.5892759Z [00:03:18.872]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.5894393Z [00:03:18.872]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.5895451Z [00:03:18.872]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.5904547Z [00:03:18.872]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.5905282Z [00:03:18.872]➜  EOF
2025-08-20T23:04:33.5909638Z [00:03:18.872]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1871/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travelpayouts=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travelpayouts;$WORK/b1871=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travelpayouts -lang=go1.24 -complete -installsuffix shared -buildid SOY4RNsDjUjDQZaa5oBy/SOY4RNsDjUjDQZaa5oBy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1871/importcfg -pack ./pkg/detectors/travelpayouts/travelpayouts.go
2025-08-20T23:04:33.6253802Z [00:03:18.908]➜  go tool buildid -w $WORK/b1869/_pkg_.a # internal
2025-08-20T23:04:33.6269057Z [00:03:18.910]➜  cp $WORK/b1869/_pkg_.a /root/.cache/go-build/e7/e7e9293fdd2de0ab039f5e67edd711ec5cce4c489d541d578a7c64d3bf03e761-d # internal
2025-08-20T23:04:33.6274357Z [00:03:18.911]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travisci
2025-08-20T23:04:33.6275107Z [00:03:18.911]➜  mkdir -p $WORK/b1872/
2025-08-20T23:04:33.6275725Z [00:03:18.911]➜  go tool buildid -w $WORK/b1868/_pkg_.a # internal
2025-08-20T23:04:33.6300424Z [00:03:18.911]➜  cat >/tmp/go-build3700090427/b1872/importcfg << 'EOF' # internal
2025-08-20T23:04:33.6301554Z [00:03:18.911]➜  # import config
2025-08-20T23:04:33.6302392Z [00:03:18.911]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.6303309Z [00:03:18.911]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.6304429Z [00:03:18.911]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.6306024Z [00:03:18.912]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.6307662Z [00:03:18.912]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.6308934Z [00:03:18.912]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.6310154Z [00:03:18.912]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.6310954Z [00:03:18.912]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.6311535Z [00:03:18.912]➜  EOF
2025-08-20T23:04:33.6315928Z [00:03:18.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1872/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travisci=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travisci;$WORK/b1872=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travisci -lang=go1.24 -complete -installsuffix shared -buildid -QuZ4cH5DiYohiYF4VDl/-QuZ4cH5DiYohiYF4VDl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1872/importcfg -pack ./pkg/detectors/travisci/travisci.go
2025-08-20T23:04:33.6320303Z [00:03:18.914]➜  cp $WORK/b1868/_pkg_.a /root/.cache/go-build/ef/ef2c3ad7e606f11f77949648507afd928f42755a1f5a5839ec8df55a255290e2-d # internal
2025-08-20T23:04:33.6321663Z [00:03:18.914]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey
2025-08-20T23:04:33.6322417Z [00:03:18.914]➜  mkdir -p $WORK/b1873/
2025-08-20T23:04:33.6324500Z [00:03:18.914]➜  cat >/tmp/go-build3700090427/b1873/importcfg << 'EOF' # internal
2025-08-20T23:04:33.6325244Z [00:03:18.914]➜  # import config
2025-08-20T23:04:33.6325887Z [00:03:18.914]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.6327029Z [00:03:18.914]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.6328639Z [00:03:18.914]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.6340446Z [00:03:18.914]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.6341785Z [00:03:18.914]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.6342762Z [00:03:18.914]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.6343602Z [00:03:18.914]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.6344199Z [00:03:18.914]➜  EOF
2025-08-20T23:04:33.6348106Z [00:03:18.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1873/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trelloapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey;$WORK/b1873=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey -lang=go1.24 -complete -installsuffix shared -buildid S0vz3BBH3UGTDLquwUJT/S0vz3BBH3UGTDLquwUJT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1873/importcfg -pack ./pkg/detectors/trelloapikey/trelloapikey.go
2025-08-20T23:04:33.6384640Z [00:03:18.922]➜  go tool buildid -w $WORK/b1870/_pkg_.a # internal
2025-08-20T23:04:33.6412132Z [00:03:18.923]➜  cp $WORK/b1870/_pkg_.a /root/.cache/go-build/cc/cc557524833da66795bd56c932b0dd32c2327401a767eb8a9203871aeb3f6e02-d # internal
2025-08-20T23:04:33.6417428Z [00:03:18.923]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trufflehogenterprise
2025-08-20T23:04:33.6418291Z [00:03:18.923]➜  mkdir -p $WORK/b1874/
2025-08-20T23:04:33.6419009Z [00:03:18.923]➜  cat >/tmp/go-build3700090427/b1874/importcfg << 'EOF' # internal
2025-08-20T23:04:33.6419940Z [00:03:18.923]➜  # import config
2025-08-20T23:04:33.6420610Z [00:03:18.923]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.6421436Z [00:03:18.923]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.6422738Z [00:03:18.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.6424304Z [00:03:18.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.6426010Z [00:03:18.923]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.6427366Z [00:03:18.923]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.6428289Z [00:03:18.923]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.6429111Z [00:03:18.923]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.6429905Z [00:03:18.923]➜  EOF
2025-08-20T23:04:33.6434206Z [00:03:18.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1874/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trufflehogenterprise=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trufflehogenterprise;$WORK/b1874=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trufflehogenterprise -lang=go1.24 -complete -installsuffix shared -buildid tDGIKjGFrqfsUkELNrbX/tDGIKjGFrqfsUkELNrbX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1874/importcfg -pack ./pkg/detectors/trufflehogenterprise/trufflehogenterprise.go
2025-08-20T23:04:33.6514948Z [00:03:18.935]➜  go tool buildid -w $WORK/b1871/_pkg_.a # internal
2025-08-20T23:04:33.6530086Z [00:03:18.936]➜  cp $WORK/b1871/_pkg_.a /root/.cache/go-build/37/378db425d6c3f1a1dcd9e7a144f611da58a7e10671302d35dd530d1e9d7339ee-d # internal
2025-08-20T23:04:33.6542729Z [00:03:18.937]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata
2025-08-20T23:04:33.6545323Z [00:03:18.937]➜  mkdir -p $WORK/b1875/
2025-08-20T23:04:33.6546037Z [00:03:18.937]➜  cat >/tmp/go-build3700090427/b1875/importcfg << 'EOF' # internal
2025-08-20T23:04:33.6546705Z [00:03:18.937]➜  # import config
2025-08-20T23:04:33.6547562Z [00:03:18.937]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.6548757Z [00:03:18.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.6550450Z [00:03:18.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.6552018Z [00:03:18.937]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.6553378Z [00:03:18.937]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.6554301Z [00:03:18.937]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.6555119Z [00:03:18.937]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.6555957Z [00:03:18.937]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.6556577Z [00:03:18.937]➜  EOF
2025-08-20T23:04:33.6560668Z [00:03:18.937]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1875/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twelvedata=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata;$WORK/b1875=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata -lang=go1.24 -complete -installsuffix shared -buildid BjT3tUOrEOay2Sd_Vnto/BjT3tUOrEOay2Sd_Vnto -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1875/importcfg -pack ./pkg/detectors/twelvedata/twelvedata.go
2025-08-20T23:04:33.6894749Z [00:03:18.972]➜  go tool buildid -w $WORK/b1873/_pkg_.a # internal
2025-08-20T23:04:33.6911712Z [00:03:18.974]➜  cp $WORK/b1873/_pkg_.a /root/.cache/go-build/a9/a93342845e6060d4bc236214ab52047826fa2dc5155c6b901ade52bd16838a3a-d # internal
2025-08-20T23:04:33.6920155Z [00:03:18.975]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio
2025-08-20T23:04:33.6920950Z [00:03:18.975]➜  mkdir -p $WORK/b1876/
2025-08-20T23:04:33.6921808Z [00:03:18.975]➜  go tool buildid -w $WORK/b1872/_pkg_.a # internal
2025-08-20T23:04:33.6931817Z [00:03:18.976]➜  cat >/tmp/go-build3700090427/b1876/importcfg << 'EOF' # internal
2025-08-20T23:04:33.6934766Z [00:03:18.976]➜  # import config
2025-08-20T23:04:33.6935454Z [00:03:18.976]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.6936336Z [00:03:18.976]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:33.6938974Z [00:03:18.976]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.6940444Z [00:03:18.976]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.6942021Z [00:03:18.976]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.6946424Z [00:03:18.976]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.6947807Z [00:03:18.976]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.6983570Z [00:03:18.976]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.6984616Z [00:03:18.976]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.6985266Z [00:03:18.976]➜  EOF
2025-08-20T23:04:33.6986401Z [00:03:18.977]➜  cp $WORK/b1872/_pkg_.a /root/.cache/go-build/2f/2fa6395ae3ba3962b25ec40928740092517dcbf1ff5d0840854b9938ff44949c-d # internal
2025-08-20T23:04:33.6991317Z [00:03:18.977]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1876/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilio=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio;$WORK/b1876=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio -lang=go1.24 -complete -installsuffix shared -buildid A6IcF7kZZhaBLInHwYOS/A6IcF7kZZhaBLInHwYOS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1876/importcfg -pack ./pkg/detectors/twilio/twilio.go
2025-08-20T23:04:33.6995260Z [00:03:18.978]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilioapikey
2025-08-20T23:04:33.6996135Z [00:03:18.978]➜  mkdir -p $WORK/b1877/
2025-08-20T23:04:33.6996924Z [00:03:18.978]➜  cat >/tmp/go-build3700090427/b1877/importcfg << 'EOF' # internal
2025-08-20T23:04:33.6997613Z [00:03:18.978]➜  # import config
2025-08-20T23:04:33.6998273Z [00:03:18.978]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.6999171Z [00:03:18.978]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:33.7000301Z [00:03:18.978]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.7001480Z [00:03:18.978]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.7003016Z [00:03:18.978]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.7004940Z [00:03:18.978]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.7006388Z [00:03:18.978]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.7007450Z [00:03:18.978]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.7008354Z [00:03:18.978]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.7009588Z [00:03:18.978]➜  EOF
2025-08-20T23:04:33.7013686Z [00:03:18.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1877/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilioapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilioapikey;$WORK/b1877=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilioapikey -lang=go1.24 -complete -installsuffix shared -buildid 1dVGJIcvgGpgDXIA1T_e/1dVGJIcvgGpgDXIA1T_e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1877/importcfg -pack ./pkg/detectors/twilioapikey/twilioapikey.go
2025-08-20T23:04:33.7047760Z [00:03:18.988]➜  go tool buildid -w $WORK/b1874/_pkg_.a # internal
2025-08-20T23:04:33.7060250Z [00:03:18.989]➜  cp $WORK/b1874/_pkg_.a /root/.cache/go-build/aa/aa01b285a0d85831f53afbdb169fb3f3f8f8af8224fc7d5947bb8eddde3fe1b3-d # internal
2025-08-20T23:04:33.7062471Z [00:03:18.989]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twist
2025-08-20T23:04:33.7063694Z [00:03:18.989]➜  mkdir -p $WORK/b1878/
2025-08-20T23:04:33.7072608Z [00:03:18.990]➜  cat >/tmp/go-build3700090427/b1878/importcfg << 'EOF' # internal
2025-08-20T23:04:33.7073906Z [00:03:18.991]➜  # import config
2025-08-20T23:04:33.7076937Z [00:03:18.991]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.7078118Z [00:03:18.991]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.7079656Z [00:03:18.991]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.7082097Z [00:03:18.991]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.7083636Z [00:03:18.991]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.7084949Z [00:03:18.991]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.7085930Z [00:03:18.991]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.7086799Z [00:03:18.991]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.7087415Z [00:03:18.991]➜  EOF
2025-08-20T23:04:33.7091426Z [00:03:18.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1878/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twist=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twist;$WORK/b1878=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twist -lang=go1.24 -complete -installsuffix shared -buildid dBRlw1uDG7yiJAwB_cBH/dBRlw1uDG7yiJAwB_cBH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1878/importcfg -pack ./pkg/detectors/twist/twist.go
2025-08-20T23:04:33.7165498Z [00:03:19.000]➜  go tool buildid -w $WORK/b1875/_pkg_.a # internal
2025-08-20T23:04:33.7186516Z [00:03:19.002]➜  cp $WORK/b1875/_pkg_.a /root/.cache/go-build/9e/9ebcfd7dfad4ad48b2a2426ebc259037634f8e97423f741189282fca2329eaf0-d # internal
2025-08-20T23:04:33.7203831Z [00:03:19.002]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch
2025-08-20T23:04:33.7204580Z [00:03:19.002]➜  mkdir -p $WORK/b1879/
2025-08-20T23:04:33.7205282Z [00:03:19.002]➜  cat >/tmp/go-build3700090427/b1879/importcfg << 'EOF' # internal
2025-08-20T23:04:33.7205953Z [00:03:19.002]➜  # import config
2025-08-20T23:04:33.7206611Z [00:03:19.002]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.7207394Z [00:03:19.002]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.7208532Z [00:03:19.002]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.7210229Z [00:03:19.002]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.7211840Z [00:03:19.002]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.7213182Z [00:03:19.002]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.7214334Z [00:03:19.002]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.7215147Z [00:03:19.002]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:33.7215930Z [00:03:19.002]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:33.7216735Z [00:03:19.002]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.7217346Z [00:03:19.002]➜  EOF
2025-08-20T23:04:33.7221369Z [00:03:19.002]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1879/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitch=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch;$WORK/b1879=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch -lang=go1.24 -complete -installsuffix shared -buildid J6YhgFmC-oEkm9gqyzMu/J6YhgFmC-oEkm9gqyzMu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1879/importcfg -pack ./pkg/detectors/twitch/twitch.go
2025-08-20T23:04:33.7670421Z [00:03:19.050]➜  go tool buildid -w $WORK/b1877/_pkg_.a # internal
2025-08-20T23:04:33.7691862Z [00:03:19.052]➜  cp $WORK/b1877/_pkg_.a /root/.cache/go-build/b6/b6de8363899a8dc2c4b0fd3099f4afcd20fdfae193596f6842371c28797c0492-d # internal
2025-08-20T23:04:33.7693166Z [00:03:19.052]➜  go tool buildid -w $WORK/b1876/_pkg_.a # internal
2025-08-20T23:04:33.7708899Z [00:03:19.054]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitchaccesstoken
2025-08-20T23:04:33.7711043Z [00:03:19.054]➜  mkdir -p $WORK/b1880/
2025-08-20T23:04:33.7715054Z [00:03:19.055]➜  cat >/tmp/go-build3700090427/b1880/importcfg << 'EOF' # internal
2025-08-20T23:04:33.7716024Z [00:03:19.055]➜  # import config
2025-08-20T23:04:33.7717050Z [00:03:19.055]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.7718724Z [00:03:19.055]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.7723962Z [00:03:19.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.7725520Z [00:03:19.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.7727099Z [00:03:19.055]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.7728399Z [00:03:19.055]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.7729279Z [00:03:19.055]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.7730452Z [00:03:19.055]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.7731067Z [00:03:19.055]➜  EOF
2025-08-20T23:04:33.7735282Z [00:03:19.055]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1880/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitchaccesstoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitchaccesstoken;$WORK/b1880=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitchaccesstoken -lang=go1.24 -complete -installsuffix shared -buildid JrO4Lcf9ppzeypfkKy8c/JrO4Lcf9ppzeypfkKy8c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1880/importcfg -pack ./pkg/detectors/twitchaccesstoken/twitchaccesstoken.go
2025-08-20T23:04:33.7740104Z [00:03:19.056]➜  cp $WORK/b1876/_pkg_.a /root/.cache/go-build/39/3950e0a1c05d821faab63f76ab65eab9397bbb1952ddb0367f380f605ce1b8ea-d # internal
2025-08-20T23:04:33.7742876Z [00:03:19.056]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1
2025-08-20T23:04:33.7743750Z [00:03:19.056]➜  mkdir -p $WORK/b1881/
2025-08-20T23:04:33.7744603Z [00:03:19.057]➜  cat >/tmp/go-build3700090427/b1881/importcfg << 'EOF' # internal
2025-08-20T23:04:33.7745373Z [00:03:19.057]➜  # import config
2025-08-20T23:04:33.7746109Z [00:03:19.057]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.7746994Z [00:03:19.058]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.7748247Z [00:03:19.058]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.7750009Z [00:03:19.058]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.7751708Z [00:03:19.058]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.7753781Z [00:03:19.058]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.7754896Z [00:03:19.058]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.7755721Z [00:03:19.058]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.7756430Z [00:03:19.058]➜  EOF
2025-08-20T23:04:33.7760372Z [00:03:19.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1881/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1;$WORK/b1881=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1 -lang=go1.24 -complete -installsuffix shared -buildid zYqg-v20w0DkFaU38CLE/zYqg-v20w0DkFaU38CLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1881/importcfg -pack ./pkg/detectors/twitter/v1/twitter_v1.go
2025-08-20T23:04:33.7826088Z [00:03:19.066]➜  go tool buildid -w $WORK/b1878/_pkg_.a # internal
2025-08-20T23:04:33.7830175Z [00:03:19.066]➜  go tool buildid -w $WORK/b1879/_pkg_.a # internal
2025-08-20T23:04:33.7852182Z [00:03:19.068]➜  cp $WORK/b1879/_pkg_.a /root/.cache/go-build/ba/bac6ec76d3ced6b2868de544cc2b331e7e44ff1d3d359a818317c79c3b80de67-d # internal
2025-08-20T23:04:33.7857462Z [00:03:19.069]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitterconsumerkey
2025-08-20T23:04:33.7861872Z [00:03:19.069]➜  mkdir -p $WORK/b1883/
2025-08-20T23:04:33.7870656Z [00:03:19.070]➜  cp $WORK/b1878/_pkg_.a /root/.cache/go-build/6d/6d6a44d636517e62e379982f1a481bc31a19576ec4ebf2dd5553efc39044bd9e-d # internal
2025-08-20T23:04:33.7872018Z [00:03:19.070]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec
2025-08-20T23:04:33.7872756Z [00:03:19.070]➜  mkdir -p $WORK/b1884/
2025-08-20T23:04:33.7873496Z [00:03:19.070]➜  cat >/tmp/go-build3700090427/b1883/importcfg << 'EOF' # internal
2025-08-20T23:04:33.7874165Z [00:03:19.070]➜  # import config
2025-08-20T23:04:33.7874822Z [00:03:19.070]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.7875912Z [00:03:19.070]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:33.7876875Z [00:03:19.070]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:33.7877725Z [00:03:19.070]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.7878835Z [00:03:19.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.7880697Z [00:03:19.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.7882318Z [00:03:19.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.7883671Z [00:03:19.070]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.7884617Z [00:03:19.070]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.7885437Z [00:03:19.070]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.7886058Z [00:03:19.070]➜  EOF
2025-08-20T23:04:33.7890381Z [00:03:19.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1883/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitterconsumerkey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitterconsumerkey;$WORK/b1883=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitterconsumerkey -lang=go1.24 -complete -installsuffix shared -buildid Ke9uZYRlmIhv_-RQru-C/Ke9uZYRlmIhv_-RQru-C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1883/importcfg -pack ./pkg/detectors/twitterconsumerkey/twitterconsumerkey.go
2025-08-20T23:04:33.7894385Z [00:03:19.070]➜  cat >/tmp/go-build3700090427/b1884/importcfg << 'EOF' # internal
2025-08-20T23:04:33.7895068Z [00:03:19.070]➜  # import config
2025-08-20T23:04:33.7895741Z [00:03:19.070]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.7897093Z [00:03:19.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.7898651Z [00:03:19.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.7900681Z [00:03:19.070]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.7902048Z [00:03:19.070]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.7903039Z [00:03:19.070]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.7910567Z [00:03:19.070]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.7911188Z [00:03:19.070]➜  EOF
2025-08-20T23:04:33.7914878Z [00:03:19.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1884/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tyntec=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec;$WORK/b1884=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec -lang=go1.24 -complete -installsuffix shared -buildid lyRuWF0h61E2n_RYsOr9/lyRuWF0h61E2n_RYsOr9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1884/importcfg -pack ./pkg/detectors/tyntec/tyntec.go
2025-08-20T23:04:33.8421648Z [00:03:19.125]➜  go tool buildid -w $WORK/b1880/_pkg_.a # internal
2025-08-20T23:04:33.8455210Z [00:03:19.128]➜  go tool buildid -w $WORK/b1881/_pkg_.a # internal
2025-08-20T23:04:33.8459027Z [00:03:19.129]➜  go tool buildid -w $WORK/b1884/_pkg_.a # internal
2025-08-20T23:04:33.8460526Z [00:03:19.129]➜  cp $WORK/b1880/_pkg_.a /root/.cache/go-build/ae/ae7aedd19ec21f23eaddac8415efac271d55f18b98e34044b5975339db77d284-d # internal
2025-08-20T23:04:33.8466611Z [00:03:19.129]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v1
2025-08-20T23:04:33.8467413Z [00:03:19.129]➜  mkdir -p $WORK/b1885/
2025-08-20T23:04:33.8468094Z [00:03:19.129]➜  cat >/tmp/go-build3700090427/b1885/importcfg << 'EOF' # internal
2025-08-20T23:04:33.8468762Z [00:03:19.129]➜  # import config
2025-08-20T23:04:33.8469735Z [00:03:19.129]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.8470599Z [00:03:19.129]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.8471744Z [00:03:19.129]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.8473214Z [00:03:19.129]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.8474898Z [00:03:19.129]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.8476198Z [00:03:19.129]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.8477073Z [00:03:19.129]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.8477844Z [00:03:19.129]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.8478672Z [00:03:19.129]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.8479264Z [00:03:19.129]➜  EOF
2025-08-20T23:04:33.8497847Z [00:03:19.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1885/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v1=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v1;$WORK/b1885=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v1 -lang=go1.24 -complete -installsuffix shared -buildid k7ysucXL46iYMzkCBGZU/k7ysucXL46iYMzkCBGZU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1885/importcfg -pack ./pkg/detectors/typeform/v1/typeform.go
2025-08-20T23:04:33.8502217Z [00:03:19.129]➜  cp $WORK/b1881/_pkg_.a /root/.cache/go-build/ed/eda6b56478b28c7eb8e4fb5d6a7ef8bee17d713622c4d6d58e95d69b7e37e0b7-d # internal
2025-08-20T23:04:33.8503594Z [00:03:19.129]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v2
2025-08-20T23:04:33.8504320Z [00:03:19.130]➜  mkdir -p $WORK/b1882/
2025-08-20T23:04:33.8505112Z [00:03:19.130]➜  cat >/tmp/go-build3700090427/b1882/importcfg << 'EOF' # internal
2025-08-20T23:04:33.8505735Z [00:03:19.130]➜  # import config
2025-08-20T23:04:33.8506333Z [00:03:19.130]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.8507074Z [00:03:19.130]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.8508124Z [00:03:19.130]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.8510236Z [00:03:19.130]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.8511902Z [00:03:19.130]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1=/tmp/go-build3700090427/b1881/_pkg_.a
2025-08-20T23:04:33.8513537Z [00:03:19.130]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.8514972Z [00:03:19.130]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.8515896Z [00:03:19.130]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.8516704Z [00:03:19.130]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.8517271Z [00:03:19.130]➜  EOF
2025-08-20T23:04:33.8521051Z [00:03:19.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1882/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v2;$WORK/b1882=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v2 -lang=go1.24 -complete -installsuffix shared -buildid w1NSXuR9iNHzem4lsL2i/w1NSXuR9iNHzem4lsL2i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1882/importcfg -pack ./pkg/detectors/twitter/v2/twitter_v2.go
2025-08-20T23:04:33.8524775Z [00:03:19.132]➜  cp $WORK/b1884/_pkg_.a /root/.cache/go-build/a0/a09006deeb045626791b5058070680548536ebe883acc778b15e63850f2f788c-d # internal
2025-08-20T23:04:33.8525939Z [00:03:19.132]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v2
2025-08-20T23:04:33.8526625Z [00:03:19.132]➜  mkdir -p $WORK/b1886/
2025-08-20T23:04:33.8539654Z [00:03:19.137]➜  cat >/tmp/go-build3700090427/b1886/importcfg << 'EOF' # internal
2025-08-20T23:04:33.8543839Z [00:03:19.137]➜  # import config
2025-08-20T23:04:33.8545563Z [00:03:19.137]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.8547086Z [00:03:19.137]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:33.8547889Z [00:03:19.137]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.8548978Z [00:03:19.137]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.8550625Z [00:03:19.137]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.8551950Z [00:03:19.137]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.8553428Z [00:03:19.137]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.8554355Z [00:03:19.137]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.8555150Z [00:03:19.137]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.8555776Z [00:03:19.137]➜  EOF
2025-08-20T23:04:33.8559945Z [00:03:19.137]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1886/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v2=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v2;$WORK/b1886=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v2 -lang=go1.24 -complete -installsuffix shared -buildid _W7QSZdqBUJTsWyXDID_/_W7QSZdqBUJTsWyXDID_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1886/importcfg -pack ./pkg/detectors/typeform/v2/typeform.go
2025-08-20T23:04:33.8563323Z [00:03:19.137]➜  go tool buildid -w $WORK/b1883/_pkg_.a # internal
2025-08-20T23:04:33.8572383Z [00:03:19.140]➜  cp $WORK/b1883/_pkg_.a /root/.cache/go-build/26/26d30650e252ca45c6f7f643db191224ecaedcb658d6a5d7b10ea1093a77bee8-d # internal
2025-08-20T23:04:33.8573873Z [00:03:19.140]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typetalk
2025-08-20T23:04:33.8574838Z [00:03:19.140]➜  mkdir -p $WORK/b1887/
2025-08-20T23:04:33.8575766Z [00:03:19.141]➜  cat >/tmp/go-build3700090427/b1887/importcfg << 'EOF' # internal
2025-08-20T23:04:33.8576672Z [00:03:19.141]➜  # import config
2025-08-20T23:04:33.8577453Z [00:03:19.141]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.8578438Z [00:03:19.141]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.8579929Z [00:03:19.141]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.8581828Z [00:03:19.141]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.8583512Z [00:03:19.141]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.8585004Z [00:03:19.141]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.8586166Z [00:03:19.141]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.8587194Z [00:03:19.141]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.8587967Z [00:03:19.141]➜  EOF
2025-08-20T23:04:33.8592025Z [00:03:19.141]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1887/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typetalk=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typetalk;$WORK/b1887=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typetalk -lang=go1.24 -complete -installsuffix shared -buildid uZYNCPpqSSAzXxyM-ROl/uZYNCPpqSSAzXxyM-ROl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1887/importcfg -pack ./pkg/detectors/typetalk/typetalk.go
2025-08-20T23:04:33.9073015Z [00:03:19.190]➜  go tool buildid -w $WORK/b1885/_pkg_.a # internal
2025-08-20T23:04:33.9087412Z [00:03:19.192]➜  cp $WORK/b1885/_pkg_.a /root/.cache/go-build/94/94c51358c080eb5849f52bcb48b37212c99fae33a4d1f2a16b45481ff298a3c2-d # internal
2025-08-20T23:04:33.9089754Z [00:03:19.192]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ubidots
2025-08-20T23:04:33.9090502Z [00:03:19.192]➜  mkdir -p $WORK/b1888/
2025-08-20T23:04:33.9095687Z [00:03:19.193]➜  cat >/tmp/go-build3700090427/b1888/importcfg << 'EOF' # internal
2025-08-20T23:04:33.9096405Z [00:03:19.193]➜  # import config
2025-08-20T23:04:33.9097056Z [00:03:19.193]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.9098268Z [00:03:19.193]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.9099931Z [00:03:19.193]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.9101694Z [00:03:19.193]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.9103132Z [00:03:19.193]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.9104099Z [00:03:19.193]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.9104833Z [00:03:19.193]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.9105399Z [00:03:19.193]➜  EOF
2025-08-20T23:04:33.9109091Z [00:03:19.193]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1888/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ubidots=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ubidots;$WORK/b1888=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ubidots -lang=go1.24 -complete -installsuffix shared -buildid D6iqh7A7s2z5w585Aj-s/D6iqh7A7s2z5w585Aj-s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1888/importcfg -pack ./pkg/detectors/ubidots/ubidots.go
2025-08-20T23:04:33.9142633Z [00:03:19.197]➜  go tool buildid -w $WORK/b1882/_pkg_.a # internal
2025-08-20T23:04:33.9163521Z [00:03:19.199]➜  cp $WORK/b1882/_pkg_.a /root/.cache/go-build/7e/7e2afb4ff934ba63226301c684edf135442d9eedaafea518274b675d296104d6-d # internal
2025-08-20T23:04:33.9181818Z [00:03:19.200]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uclassify
2025-08-20T23:04:33.9182668Z [00:03:19.200]➜  mkdir -p $WORK/b1889/
2025-08-20T23:04:33.9183376Z [00:03:19.200]➜  cat >/tmp/go-build3700090427/b1889/importcfg << 'EOF' # internal
2025-08-20T23:04:33.9184017Z [00:03:19.200]➜  # import config
2025-08-20T23:04:33.9184665Z [00:03:19.200]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.9185501Z [00:03:19.200]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.9186885Z [00:03:19.200]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.9188350Z [00:03:19.200]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.9189942Z [00:03:19.200]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.9191214Z [00:03:19.200]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.9192107Z [00:03:19.200]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.9192917Z [00:03:19.200]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.9193544Z [00:03:19.200]➜  EOF
2025-08-20T23:04:33.9197453Z [00:03:19.200]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1889/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uclassify=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uclassify;$WORK/b1889=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uclassify -lang=go1.24 -complete -installsuffix shared -buildid qc1kZLnj36tmpscxongM/qc1kZLnj36tmpscxongM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1889/importcfg -pack ./pkg/detectors/uclassify/uclassify.go
2025-08-20T23:04:33.9233174Z [00:03:19.207]➜  go tool buildid -w $WORK/b1886/_pkg_.a # internal
2025-08-20T23:04:33.9254209Z [00:03:19.208]➜  cp $WORK/b1886/_pkg_.a /root/.cache/go-build/05/05acffdced38c6e6494ac4c6719f8769582057581c80198ae3a2cf50f8eb39c7-d # internal
2025-08-20T23:04:33.9255478Z [00:03:19.209]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unifyid
2025-08-20T23:04:33.9257111Z [00:03:19.209]➜  mkdir -p $WORK/b1890/
2025-08-20T23:04:33.9264167Z [00:03:19.209]➜  go tool buildid -w $WORK/b1887/_pkg_.a # internal
2025-08-20T23:04:33.9267304Z [00:03:19.210]➜  cat >/tmp/go-build3700090427/b1890/importcfg << 'EOF' # internal
2025-08-20T23:04:33.9268849Z [00:03:19.210]➜  # import config
2025-08-20T23:04:33.9269883Z [00:03:19.210]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.9271192Z [00:03:19.210]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.9272415Z [00:03:19.210]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.9273872Z [00:03:19.210]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.9275122Z [00:03:19.210]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.9276016Z [00:03:19.210]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.9276814Z [00:03:19.210]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.9277844Z [00:03:19.210]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.9278528Z [00:03:19.210]➜  EOF
2025-08-20T23:04:33.9282339Z [00:03:19.210]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1890/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unifyid=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unifyid;$WORK/b1890=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unifyid -lang=go1.24 -complete -installsuffix shared -buildid 3JJ5YNF8fCDA3fWJYemT/3JJ5YNF8fCDA3fWJYemT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1890/importcfg -pack ./pkg/detectors/unifyid/unifyid.go
2025-08-20T23:04:33.9298665Z [00:03:19.213]➜  cp $WORK/b1887/_pkg_.a /root/.cache/go-build/9c/9c44b77734c42f0bde7f2800a0d4024cbedf17f707a593f589d2b4e1b090475d-d # internal
2025-08-20T23:04:33.9304172Z [00:03:19.214]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unplugg
2025-08-20T23:04:33.9305864Z [00:03:19.214]➜  mkdir -p $WORK/b1891/
2025-08-20T23:04:33.9325366Z [00:03:19.216]➜  cat >/tmp/go-build3700090427/b1891/importcfg << 'EOF' # internal
2025-08-20T23:04:33.9327092Z [00:03:19.216]➜  # import config
2025-08-20T23:04:33.9327729Z [00:03:19.216]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.9328880Z [00:03:19.216]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.9330899Z [00:03:19.216]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.9332446Z [00:03:19.216]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.9333798Z [00:03:19.216]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.9334768Z [00:03:19.216]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.9335617Z [00:03:19.216]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.9336236Z [00:03:19.216]➜  EOF
2025-08-20T23:04:33.9340094Z [00:03:19.216]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1891/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unplugg=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unplugg;$WORK/b1891=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unplugg -lang=go1.24 -complete -installsuffix shared -buildid tlAKp5kSD1jshdjaviCX/tlAKp5kSD1jshdjaviCX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1891/importcfg -pack ./pkg/detectors/unplugg/unplugg.go
2025-08-20T23:04:33.9671139Z [00:03:19.250]➜  go tool buildid -w $WORK/b1888/_pkg_.a # internal
2025-08-20T23:04:33.9684716Z [00:03:19.252]➜  cp $WORK/b1888/_pkg_.a /root/.cache/go-build/8f/8fefbad932c9435e74481cebebe5d54d2378e13e72158676222f8cf4eeab65b6-d # internal
2025-08-20T23:04:33.9687582Z [00:03:19.252]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unsplash
2025-08-20T23:04:33.9688399Z [00:03:19.252]➜  mkdir -p $WORK/b1892/
2025-08-20T23:04:33.9690671Z [00:03:19.252]➜  cat >/tmp/go-build3700090427/b1892/importcfg << 'EOF' # internal
2025-08-20T23:04:33.9691369Z [00:03:19.252]➜  # import config
2025-08-20T23:04:33.9692303Z [00:03:19.252]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.9693506Z [00:03:19.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.9695090Z [00:03:19.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.9696691Z [00:03:19.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.9698101Z [00:03:19.252]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.9699134Z [00:03:19.252]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.9700219Z [00:03:19.252]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.9701069Z [00:03:19.252]➜  EOF
2025-08-20T23:04:33.9704927Z [00:03:19.252]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1892/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unsplash=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unsplash;$WORK/b1892=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unsplash -lang=go1.24 -complete -installsuffix shared -buildid meR-NP9NZ-FS08bdCG4p/meR-NP9NZ-FS08bdCG4p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1892/importcfg -pack ./pkg/detectors/unsplash/unsplash.go
2025-08-20T23:04:33.9798732Z [00:03:19.263]➜  go tool buildid -w $WORK/b1889/_pkg_.a # internal
2025-08-20T23:04:33.9813734Z [00:03:19.264]➜  cp $WORK/b1889/_pkg_.a /root/.cache/go-build/8f/8fb4a8e733206a0d6a73eadcfc6992e0b9541fd81c5eabcdc2100db350a899fd-d # internal
2025-08-20T23:04:33.9816204Z [00:03:19.265]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upcdatabase
2025-08-20T23:04:33.9817025Z [00:03:19.265]➜  mkdir -p $WORK/b1893/
2025-08-20T23:04:33.9823740Z [00:03:19.265]➜  cat >/tmp/go-build3700090427/b1893/importcfg << 'EOF' # internal
2025-08-20T23:04:33.9832724Z [00:03:19.265]➜  # import config
2025-08-20T23:04:33.9833401Z [00:03:19.265]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.9834202Z [00:03:19.265]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:33.9835350Z [00:03:19.265]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.9836824Z [00:03:19.265]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.9838330Z [00:03:19.265]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.9839787Z [00:03:19.265]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.9840715Z [00:03:19.265]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:33.9841501Z [00:03:19.265]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.9842313Z [00:03:19.265]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.9842909Z [00:03:19.265]➜  EOF
2025-08-20T23:04:33.9846862Z [00:03:19.266]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1893/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upcdatabase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upcdatabase;$WORK/b1893=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upcdatabase -lang=go1.24 -complete -installsuffix shared -buildid MNOhba3arF1leFzufZyc/MNOhba3arF1leFzufZyc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1893/importcfg -pack ./pkg/detectors/upcdatabase/upcdatabase.go
2025-08-20T23:04:33.9925082Z [00:03:19.276]➜  go tool buildid -w $WORK/b1890/_pkg_.a # internal
2025-08-20T23:04:33.9945887Z [00:03:19.278]➜  cp $WORK/b1890/_pkg_.a /root/.cache/go-build/8a/8a458573a62a79c963c4072861b9039a1df31e590c4fa9f78ea3376fe95359ae-d # internal
2025-08-20T23:04:33.9947773Z [00:03:19.278]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uplead
2025-08-20T23:04:33.9949157Z [00:03:19.278]➜  mkdir -p $WORK/b1894/
2025-08-20T23:04:33.9960018Z [00:03:19.279]➜  cat >/tmp/go-build3700090427/b1894/importcfg << 'EOF' # internal
2025-08-20T23:04:33.9962228Z [00:03:19.279]➜  # import config
2025-08-20T23:04:33.9965659Z [00:03:19.280]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:33.9966862Z [00:03:19.280]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:33.9968333Z [00:03:19.280]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:33.9969953Z [00:03:19.280]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:33.9971360Z [00:03:19.280]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:33.9972281Z [00:03:19.280]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:33.9973078Z [00:03:19.280]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:33.9973665Z [00:03:19.280]➜  EOF
2025-08-20T23:04:33.9977351Z [00:03:19.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1894/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uplead=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uplead;$WORK/b1894=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uplead -lang=go1.24 -complete -installsuffix shared -buildid 4dHruxxiUpDukyNOiJ_U/4dHruxxiUpDukyNOiJ_U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1894/importcfg -pack ./pkg/detectors/uplead/uplead.go
2025-08-20T23:04:33.9988596Z [00:03:19.282]➜  go tool buildid -w $WORK/b1891/_pkg_.a # internal
2025-08-20T23:04:34.0003942Z [00:03:19.283]➜  cp $WORK/b1891/_pkg_.a /root/.cache/go-build/97/97b54805de421f28f84038ebe9430edd5c860bd02e728924a66b38d538a8151e-d # internal
2025-08-20T23:04:34.0021611Z [00:03:19.284]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uploadcare
2025-08-20T23:04:34.0022400Z [00:03:19.284]➜  mkdir -p $WORK/b1895/
2025-08-20T23:04:34.0023132Z [00:03:19.284]➜  cat >/tmp/go-build3700090427/b1895/importcfg << 'EOF' # internal
2025-08-20T23:04:34.0023835Z [00:03:19.284]➜  # import config
2025-08-20T23:04:34.0024496Z [00:03:19.284]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.0025283Z [00:03:19.284]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.0026418Z [00:03:19.284]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.0027946Z [00:03:19.284]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.0029666Z [00:03:19.284]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.0031047Z [00:03:19.284]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.0032005Z [00:03:19.284]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.0032823Z [00:03:19.284]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.0033690Z [00:03:19.284]➜  EOF
2025-08-20T23:04:34.0037579Z [00:03:19.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1895/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uploadcare=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uploadcare;$WORK/b1895=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uploadcare -lang=go1.24 -complete -installsuffix shared -buildid lifzr4ETiUaKKkwm5H7h/lifzr4ETiUaKKkwm5H7h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1895/importcfg -pack ./pkg/detectors/uploadcare/uploadcare.go
2025-08-20T23:04:34.0258992Z [00:03:19.309]➜  go tool buildid -w $WORK/b1892/_pkg_.a # internal
2025-08-20T23:04:34.0277467Z [00:03:19.311]➜  cp $WORK/b1892/_pkg_.a /root/.cache/go-build/5b/5bc5a19a19059a4d046d8072692b226637a659f2d9b6b26146ea7263fcd37ed2-d # internal
2025-08-20T23:04:34.0280096Z [00:03:19.311]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uptimerobot
2025-08-20T23:04:34.0282079Z [00:03:19.311]➜  mkdir -p $WORK/b1896/
2025-08-20T23:04:34.0284549Z [00:03:19.312]➜  cat >/tmp/go-build3700090427/b1896/importcfg << 'EOF' # internal
2025-08-20T23:04:34.0285593Z [00:03:19.312]➜  # import config
2025-08-20T23:04:34.0286529Z [00:03:19.312]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.0287657Z [00:03:19.312]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.0289059Z [00:03:19.312]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.0291069Z [00:03:19.312]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.0292357Z [00:03:19.312]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.0293230Z [00:03:19.312]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.0294037Z [00:03:19.312]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.0294860Z [00:03:19.312]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.0295435Z [00:03:19.312]➜  EOF
2025-08-20T23:04:34.0305757Z [00:03:19.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1896/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uptimerobot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uptimerobot;$WORK/b1896=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uptimerobot -lang=go1.24 -complete -installsuffix shared -buildid dacuqUm36A8m7c_l4eYZ/dacuqUm36A8m7c_l4eYZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1896/importcfg -pack ./pkg/detectors/uptimerobot/uptimerobot.go
2025-08-20T23:04:34.0501723Z [00:03:19.333]➜  go tool buildid -w $WORK/b1893/_pkg_.a # internal
2025-08-20T23:04:34.0517118Z [00:03:19.335]➜  cp $WORK/b1893/_pkg_.a /root/.cache/go-build/be/be66486adc9a78d2c0a83c02e139e91a9bf57e911c85ef8a44c90489dcfb63c9-d # internal
2025-08-20T23:04:34.0524740Z [00:03:19.335]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upwave
2025-08-20T23:04:34.0525482Z [00:03:19.335]➜  mkdir -p $WORK/b1897/
2025-08-20T23:04:34.0526213Z [00:03:19.336]➜  cat >/tmp/go-build3700090427/b1897/importcfg << 'EOF' # internal
2025-08-20T23:04:34.0526900Z [00:03:19.336]➜  # import config
2025-08-20T23:04:34.0527569Z [00:03:19.336]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.0528405Z [00:03:19.336]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.0529726Z [00:03:19.336]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.0531246Z [00:03:19.336]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.0532802Z [00:03:19.336]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.0534349Z [00:03:19.336]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.0535317Z [00:03:19.336]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.0536164Z [00:03:19.336]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.0536777Z [00:03:19.336]➜  EOF
2025-08-20T23:04:34.0540871Z [00:03:19.336]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1897/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upwave=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upwave;$WORK/b1897=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upwave -lang=go1.24 -complete -installsuffix shared -buildid 6_PX0EK7dx7tj5wcdRCR/6_PX0EK7dx7tj5wcdRCR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1897/importcfg -pack ./pkg/detectors/upwave/upwave.go
2025-08-20T23:04:34.0624820Z [00:03:19.346]➜  go tool buildid -w $WORK/b1894/_pkg_.a # internal
2025-08-20T23:04:34.0632245Z [00:03:19.346]➜  cp $WORK/b1894/_pkg_.a /root/.cache/go-build/31/31442ba50b249a736e68670c286b5df964a690e9cafbe2a2b8eacf7881ea4da2-d # internal
2025-08-20T23:04:34.0658417Z [00:03:19.349]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uri
2025-08-20T23:04:34.0659136Z [00:03:19.349]➜  mkdir -p $WORK/b1898/
2025-08-20T23:04:34.0660028Z [00:03:19.349]➜  cat >/tmp/go-build3700090427/b1898/importcfg << 'EOF' # internal
2025-08-20T23:04:34.0660655Z [00:03:19.349]➜  # import config
2025-08-20T23:04:34.0661277Z [00:03:19.349]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.0662074Z [00:03:19.349]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:34.0682513Z [00:03:19.349]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:34.0684032Z [00:03:19.349]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:34.0685566Z [00:03:19.349]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.0686974Z [00:03:19.349]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.0688154Z [00:03:19.349]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.0688953Z [00:03:19.349]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.0689887Z [00:03:19.349]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:34.0690834Z [00:03:19.349]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.0691570Z [00:03:19.349]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:34.0692307Z [00:03:19.349]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.0693018Z [00:03:19.349]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:34.0693557Z [00:03:19.349]➜  EOF
2025-08-20T23:04:34.0696935Z [00:03:19.349]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1898/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uri=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uri;$WORK/b1898=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uri -lang=go1.24 -complete -installsuffix shared -buildid snluwYQIhGy-w4DmV95E/snluwYQIhGy-w4DmV95E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1898/importcfg -pack ./pkg/detectors/uri/uri.go
2025-08-20T23:04:34.0720742Z [00:03:19.354]➜  go tool buildid -w $WORK/b1895/_pkg_.a # internal
2025-08-20T23:04:34.0722292Z [00:03:19.355]➜  cp $WORK/b1895/_pkg_.a /root/.cache/go-build/82/821eb761acd52bd2647436abbd70c935f8602cbf8e7d3987274ca7b3ccdf8f23-d # internal
2025-08-20T23:04:34.0724397Z [00:03:19.355]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/urlscan
2025-08-20T23:04:34.0725813Z [00:03:19.356]➜  mkdir -p $WORK/b1899/
2025-08-20T23:04:34.0761080Z [00:03:19.356]➜  cat >/tmp/go-build3700090427/b1899/importcfg << 'EOF' # internal
2025-08-20T23:04:34.0761981Z [00:03:19.356]➜  # import config
2025-08-20T23:04:34.0762659Z [00:03:19.356]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.0763886Z [00:03:19.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.0765426Z [00:03:19.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.0767218Z [00:03:19.356]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.0768562Z [00:03:19.356]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.0769869Z [00:03:19.356]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.0770685Z [00:03:19.356]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.0771316Z [00:03:19.356]➜  EOF
2025-08-20T23:04:34.0778573Z [00:03:19.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1899/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/urlscan=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/urlscan;$WORK/b1899=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/urlscan -lang=go1.24 -complete -installsuffix shared -buildid k8_DBOdPeTijFOhjrwaf/k8_DBOdPeTijFOhjrwaf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1899/importcfg -pack ./pkg/detectors/urlscan/urlscan.go
2025-08-20T23:04:34.1018516Z [00:03:19.385]➜  go tool buildid -w $WORK/b1896/_pkg_.a # internal
2025-08-20T23:04:34.1034583Z [00:03:19.386]➜  cp $WORK/b1896/_pkg_.a /root/.cache/go-build/7d/7daf7746715a3bc219f82b11372074d688bf3b52ddc705822f3aee5b26668597-d # internal
2025-08-20T23:04:34.1044147Z [00:03:19.387]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userflow
2025-08-20T23:04:34.1044923Z [00:03:19.387]➜  mkdir -p $WORK/b1900/
2025-08-20T23:04:34.1045651Z [00:03:19.387]➜  cat >/tmp/go-build3700090427/b1900/importcfg << 'EOF' # internal
2025-08-20T23:04:34.1046311Z [00:03:19.387]➜  # import config
2025-08-20T23:04:34.1046949Z [00:03:19.387]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.1047712Z [00:03:19.387]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.1048849Z [00:03:19.387]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.1050560Z [00:03:19.387]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.1052085Z [00:03:19.387]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.1053377Z [00:03:19.387]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.1054328Z [00:03:19.387]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.1055198Z [00:03:19.387]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.1055892Z [00:03:19.387]➜  EOF
2025-08-20T23:04:34.1060222Z [00:03:19.387]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1900/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userflow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userflow;$WORK/b1900=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userflow -lang=go1.24 -complete -installsuffix shared -buildid Ggw3eE4MoAE6vDHFMF_c/Ggw3eE4MoAE6vDHFMF_c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1900/importcfg -pack ./pkg/detectors/userflow/userflow.go
2025-08-20T23:04:34.1126291Z [00:03:19.396]➜  go tool buildid -w $WORK/b1897/_pkg_.a # internal
2025-08-20T23:04:34.1140729Z [00:03:19.397]➜  cp $WORK/b1897/_pkg_.a /root/.cache/go-build/87/872884479c0ca5bcda7a44b6698104373bc3d4df1a9eed4250ec327f78769490-d # internal
2025-08-20T23:04:34.1156286Z [00:03:19.399]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userstack
2025-08-20T23:04:34.1158615Z [00:03:19.399]➜  mkdir -p $WORK/b1901/
2025-08-20T23:04:34.1162441Z [00:03:19.399]➜  cat >/tmp/go-build3700090427/b1901/importcfg << 'EOF' # internal
2025-08-20T23:04:34.1166875Z [00:03:19.399]➜  # import config
2025-08-20T23:04:34.1167575Z [00:03:19.400]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.1168394Z [00:03:19.400]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.1170014Z [00:03:19.400]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.1171536Z [00:03:19.400]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.1173366Z [00:03:19.400]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.1174754Z [00:03:19.400]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.1175738Z [00:03:19.400]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.1176578Z [00:03:19.400]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.1177449Z [00:03:19.400]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.1178082Z [00:03:19.400]➜  EOF
2025-08-20T23:04:34.1185420Z [00:03:19.401]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1901/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userstack;$WORK/b1901=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userstack -lang=go1.24 -complete -installsuffix shared -buildid lZsxeUp2AsR0W9RcEtSm/lZsxeUp2AsR0W9RcEtSm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1901/importcfg -pack ./pkg/detectors/userstack/userstack.go
2025-08-20T23:04:34.1358097Z [00:03:19.419]➜  go tool buildid -w $WORK/b1899/_pkg_.a # internal
2025-08-20T23:04:34.1377363Z [00:03:19.421]➜  cp $WORK/b1899/_pkg_.a /root/.cache/go-build/8c/8c5f7f342ceb0cda0fd7b5b7c897c557e8358d8213cbcd3b31182b6418064dcd-d # internal
2025-08-20T23:04:34.1382498Z [00:03:19.421]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vagrantcloudpersonaltoken
2025-08-20T23:04:34.1383396Z [00:03:19.421]➜  mkdir -p $WORK/b1902/
2025-08-20T23:04:34.1412910Z [00:03:19.424]➜  cat >/tmp/go-build3700090427/b1902/importcfg << 'EOF' # internal
2025-08-20T23:04:34.1418791Z [00:03:19.424]➜  # import config
2025-08-20T23:04:34.1419868Z [00:03:19.424]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.1420723Z [00:03:19.424]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.1421822Z [00:03:19.424]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.1423334Z [00:03:19.425]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.1424952Z [00:03:19.425]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.1426280Z [00:03:19.425]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.1427254Z [00:03:19.425]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.1428098Z [00:03:19.425]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.1428711Z [00:03:19.425]➜  EOF
2025-08-20T23:04:34.1433849Z [00:03:19.425]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1902/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vagrantcloudpersonaltoken;$WORK/b1902=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vagrantcloudpersonaltoken -lang=go1.24 -complete -installsuffix shared -buildid umx5izTRSnQlrWOnwRNR/umx5izTRSnQlrWOnwRNR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1902/importcfg -pack ./pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken.go
2025-08-20T23:04:34.1596386Z [00:03:19.443]➜  go tool buildid -w $WORK/b1898/_pkg_.a # internal
2025-08-20T23:04:34.1623293Z [00:03:19.445]➜  cp $WORK/b1898/_pkg_.a /root/.cache/go-build/0d/0d24ae1c7861de678df4fe3c752c21e059fd7b13f5948ce77fafec5d90bdb70d-d # internal
2025-08-20T23:04:34.1633878Z [00:03:19.445]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vatlayer
2025-08-20T23:04:34.1634952Z [00:03:19.445]➜  mkdir -p $WORK/b1903/
2025-08-20T23:04:34.1635803Z [00:03:19.446]➜  cat >/tmp/go-build3700090427/b1903/importcfg << 'EOF' # internal
2025-08-20T23:04:34.1636752Z [00:03:19.446]➜  # import config
2025-08-20T23:04:34.1637444Z [00:03:19.446]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.1638357Z [00:03:19.446]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.1639784Z [00:03:19.446]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.1643466Z [00:03:19.446]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.1645180Z [00:03:19.446]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.1646609Z [00:03:19.446]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.1647623Z [00:03:19.446]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.1648443Z [00:03:19.446]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.1649503Z [00:03:19.446]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.1650159Z [00:03:19.446]➜  EOF
2025-08-20T23:04:34.1653846Z [00:03:19.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1903/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vatlayer=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vatlayer;$WORK/b1903=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vatlayer -lang=go1.24 -complete -installsuffix shared -buildid wuSxndgZeNUb-LvvVLU0/wuSxndgZeNUb-LvvVLU0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1903/importcfg -pack ./pkg/detectors/vatlayer/vatlayer.go
2025-08-20T23:04:34.1807365Z [00:03:19.464]➜  go tool buildid -w $WORK/b1901/_pkg_.a # internal
2025-08-20T23:04:34.1811075Z [00:03:19.464]➜  go tool buildid -w $WORK/b1900/_pkg_.a # internal
2025-08-20T23:04:34.1836253Z [00:03:19.466]➜  cp $WORK/b1900/_pkg_.a /root/.cache/go-build/f1/f1eef6d68ca3126fe78115f9f68d87b1eb3cc147cb6cca6b4dbe019f2c57bad3-d # internal
2025-08-20T23:04:34.1842177Z [00:03:19.467]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vbout
2025-08-20T23:04:34.1842885Z [00:03:19.467]➜  mkdir -p $WORK/b1904/
2025-08-20T23:04:34.1849752Z [00:03:19.468]➜  cp $WORK/b1901/_pkg_.a /root/.cache/go-build/b6/b68daf43044b2861a9c5b9782914bed4c000b141b0c76456d993d52d7b098c28-d # internal
2025-08-20T23:04:34.1851035Z [00:03:19.468]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vercel
2025-08-20T23:04:34.1851739Z [00:03:19.468]➜  mkdir -p $WORK/b1905/
2025-08-20T23:04:34.1852445Z [00:03:19.468]➜  cat >/tmp/go-build3700090427/b1905/importcfg << 'EOF' # internal
2025-08-20T23:04:34.1853158Z [00:03:19.468]➜  # import config
2025-08-20T23:04:34.1853814Z [00:03:19.468]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.1854653Z [00:03:19.468]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.1855844Z [00:03:19.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.1857301Z [00:03:19.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.1858817Z [00:03:19.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.1860482Z [00:03:19.468]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.1861397Z [00:03:19.468]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.1862196Z [00:03:19.468]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.1862777Z [00:03:19.468]➜  EOF
2025-08-20T23:04:34.1866452Z [00:03:19.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1905/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vercel=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vercel;$WORK/b1905=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vercel -lang=go1.24 -complete -installsuffix shared -buildid cHl-AALU_M6EvxZUD6Cq/cHl-AALU_M6EvxZUD6Cq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1905/importcfg -pack ./pkg/detectors/vercel/vercel.go
2025-08-20T23:04:34.1870209Z [00:03:19.468]➜  cat >/tmp/go-build3700090427/b1904/importcfg << 'EOF' # internal
2025-08-20T23:04:34.1870861Z [00:03:19.468]➜  # import config
2025-08-20T23:04:34.1871521Z [00:03:19.468]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.1872362Z [00:03:19.468]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.1873563Z [00:03:19.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.1875071Z [00:03:19.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.1876559Z [00:03:19.468]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.1877841Z [00:03:19.468]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.1878796Z [00:03:19.468]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.1879801Z [00:03:19.468]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.1880408Z [00:03:19.468]➜  EOF
2025-08-20T23:04:34.1884316Z [00:03:19.468]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1904/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vbout=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vbout;$WORK/b1904=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vbout -lang=go1.24 -complete -installsuffix shared -buildid 3Z-nWSCCkPLxkPPen6zN/3Z-nWSCCkPLxkPPen6zN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1904/importcfg -pack ./pkg/detectors/vbout/vbout.go
2025-08-20T23:04:34.2136764Z [00:03:19.497]➜  go tool buildid -w $WORK/b1902/_pkg_.a # internal
2025-08-20T23:04:34.2138846Z [00:03:19.497]➜  cp $WORK/b1902/_pkg_.a /root/.cache/go-build/1f/1fd5c2dcf9bdbdcec105434bbea97f3e71e5a625c791f4a308a9cde23508f07b-d # internal
2025-08-20T23:04:34.2140950Z [00:03:19.497]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verifier
2025-08-20T23:04:34.2142019Z [00:03:19.497]➜  mkdir -p $WORK/b1906/
2025-08-20T23:04:34.2144079Z [00:03:19.498]➜  cat >/tmp/go-build3700090427/b1906/importcfg << 'EOF' # internal
2025-08-20T23:04:34.2145295Z [00:03:19.498]➜  # import config
2025-08-20T23:04:34.2170780Z [00:03:19.498]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.2171661Z [00:03:19.498]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.2172856Z [00:03:19.498]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.2174298Z [00:03:19.498]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.2175888Z [00:03:19.498]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.2177228Z [00:03:19.498]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.2178442Z [00:03:19.498]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.2179239Z [00:03:19.498]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.2180258Z [00:03:19.498]➜  EOF
2025-08-20T23:04:34.2184017Z [00:03:19.498]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1906/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verifier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verifier;$WORK/b1906=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verifier -lang=go1.24 -complete -installsuffix shared -buildid T_5wnmN17ZQb7l6SOSOM/T_5wnmN17ZQb7l6SOSOM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1906/importcfg -pack ./pkg/detectors/verifier/verifier.go
2025-08-20T23:04:34.2313408Z [00:03:19.513]➜  go tool buildid -w $WORK/b1903/_pkg_.a # internal
2025-08-20T23:04:34.2315923Z [00:03:19.514]➜  cp $WORK/b1903/_pkg_.a /root/.cache/go-build/d0/d0b43f5219e407ec01e9bbd246f7bc7ce1c191764d1ca3ab89850c68f6348dcf-d # internal
2025-08-20T23:04:34.2318575Z [00:03:19.515]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verimail
2025-08-20T23:04:34.2319555Z [00:03:19.515]➜  mkdir -p $WORK/b1907/
2025-08-20T23:04:34.2320330Z [00:03:19.515]➜  cat >/tmp/go-build3700090427/b1907/importcfg << 'EOF' # internal
2025-08-20T23:04:34.2321036Z [00:03:19.515]➜  # import config
2025-08-20T23:04:34.2321723Z [00:03:19.515]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.2322960Z [00:03:19.515]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.2324438Z [00:03:19.515]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.2325961Z [00:03:19.515]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.2327221Z [00:03:19.515]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.2328102Z [00:03:19.515]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.2328873Z [00:03:19.515]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.2329662Z [00:03:19.515]➜  EOF
2025-08-20T23:04:34.2334352Z [00:03:19.516]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1907/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verimail=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verimail;$WORK/b1907=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verimail -lang=go1.24 -complete -installsuffix shared -buildid t491saR8n4Aqq540EETy/t491saR8n4Aqq540EETy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1907/importcfg -pack ./pkg/detectors/verimail/verimail.go
2025-08-20T23:04:34.2422456Z [00:03:19.525]➜  go tool buildid -w $WORK/b1904/_pkg_.a # internal
2025-08-20T23:04:34.2445596Z [00:03:19.527]➜  cp $WORK/b1904/_pkg_.a /root/.cache/go-build/34/344099ed9024b70b61d73471d7145f066a72e1150eceb1308804296298aa99a8-d # internal
2025-08-20T23:04:34.2446933Z [00:03:19.528]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/veriphone
2025-08-20T23:04:34.2447631Z [00:03:19.528]➜  mkdir -p $WORK/b1908/
2025-08-20T23:04:34.2448331Z [00:03:19.528]➜  cat >/tmp/go-build3700090427/b1908/importcfg << 'EOF' # internal
2025-08-20T23:04:34.2448999Z [00:03:19.528]➜  # import config
2025-08-20T23:04:34.2449885Z [00:03:19.528]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.2451103Z [00:03:19.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.2452587Z [00:03:19.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.2454208Z [00:03:19.528]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.2455677Z [00:03:19.528]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.2456565Z [00:03:19.528]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.2457365Z [00:03:19.528]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.2457994Z [00:03:19.528]➜  EOF
2025-08-20T23:04:34.2463453Z [00:03:19.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1908/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/veriphone=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/veriphone;$WORK/b1908=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/veriphone -lang=go1.24 -complete -installsuffix shared -buildid 8zNdePZ4p6MwFnrgUw06/8zNdePZ4p6MwFnrgUw06 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1908/importcfg -pack ./pkg/detectors/veriphone/veriphone.go
2025-08-20T23:04:34.2567250Z [00:03:19.540]➜  go tool buildid -w $WORK/b1905/_pkg_.a # internal
2025-08-20T23:04:34.2589114Z [00:03:19.542]➜  cp $WORK/b1905/_pkg_.a /root/.cache/go-build/33/338967df53d60ccbae6b643660a6b34dffe2d2e7f2de34b5aac6e62b1125148e-d # internal
2025-08-20T23:04:34.2596055Z [00:03:19.542]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/versioneye
2025-08-20T23:04:34.2596829Z [00:03:19.542]➜  mkdir -p $WORK/b1909/
2025-08-20T23:04:34.2606563Z [00:03:19.544]➜  cat >/tmp/go-build3700090427/b1909/importcfg << 'EOF' # internal
2025-08-20T23:04:34.2613935Z [00:03:19.544]➜  # import config
2025-08-20T23:04:34.2625592Z [00:03:19.544]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.2626819Z [00:03:19.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.2632806Z [00:03:19.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.2634397Z [00:03:19.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.2635727Z [00:03:19.544]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.2636694Z [00:03:19.544]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.2637529Z [00:03:19.544]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.2638121Z [00:03:19.544]➜  EOF
2025-08-20T23:04:34.2642664Z [00:03:19.544]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1909/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/versioneye=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/versioneye;$WORK/b1909=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/versioneye -lang=go1.24 -complete -installsuffix shared -buildid T-0xfNWSKX4wmjwV6Hgp/T-0xfNWSKX4wmjwV6Hgp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1909/importcfg -pack ./pkg/detectors/versioneye/versioneye.go
2025-08-20T23:04:34.2837090Z [00:03:19.567]➜  go tool buildid -w $WORK/b1906/_pkg_.a # internal
2025-08-20T23:04:34.2861480Z [00:03:19.569]➜  go tool buildid -w $WORK/b1907/_pkg_.a # internal
2025-08-20T23:04:34.2868342Z [00:03:19.570]➜  cp $WORK/b1906/_pkg_.a /root/.cache/go-build/f6/f697539d33986079c0297dfbb87882fab68bda5d860da53c6651e7bc2a98eb4a-d # internal
2025-08-20T23:04:34.2874421Z [00:03:19.571]➜  cp $WORK/b1907/_pkg_.a /root/.cache/go-build/b6/b6aea510c393a180043cd6964c1c2ef65ca519d519ae999187d3199de8378504-d # internal
2025-08-20T23:04:34.2878558Z [00:03:19.571]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/virustotal
2025-08-20T23:04:34.2885844Z [00:03:19.571]➜  mkdir -p $WORK/b1911/
2025-08-20T23:04:34.2886685Z [00:03:19.571]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/viewneo
2025-08-20T23:04:34.2901541Z [00:03:19.572]➜  mkdir -p $WORK/b1910/
2025-08-20T23:04:34.2902348Z [00:03:19.572]➜  cat >/tmp/go-build3700090427/b1910/importcfg << 'EOF' # internal
2025-08-20T23:04:34.2903065Z [00:03:19.572]➜  # import config
2025-08-20T23:04:34.2903981Z [00:03:19.572]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.2904823Z [00:03:19.572]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.2905940Z [00:03:19.572]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.2907409Z [00:03:19.572]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.2909253Z [00:03:19.572]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.2910874Z [00:03:19.572]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.2912063Z [00:03:19.572]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.2912909Z [00:03:19.572]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.2913546Z [00:03:19.572]➜  EOF
2025-08-20T23:04:34.2917104Z [00:03:19.572]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1910/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/viewneo=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/viewneo;$WORK/b1910=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/viewneo -lang=go1.24 -complete -installsuffix shared -buildid vsxrDBkl0cFxOdBim1Mc/vsxrDBkl0cFxOdBim1Mc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1910/importcfg -pack ./pkg/detectors/viewneo/viewneo.go
2025-08-20T23:04:34.2920895Z [00:03:19.573]➜  cat >/tmp/go-build3700090427/b1911/importcfg << 'EOF' # internal
2025-08-20T23:04:34.2921589Z [00:03:19.573]➜  # import config
2025-08-20T23:04:34.2922248Z [00:03:19.573]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.2923421Z [00:03:19.573]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.2924899Z [00:03:19.573]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.2926454Z [00:03:19.573]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.2927756Z [00:03:19.573]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.2928688Z [00:03:19.573]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.2929681Z [00:03:19.573]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.2930473Z [00:03:19.573]➜  EOF
2025-08-20T23:04:34.2934371Z [00:03:19.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1911/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/virustotal=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/virustotal;$WORK/b1911=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/virustotal -lang=go1.24 -complete -installsuffix shared -buildid FyR0eKG930aedDLt91n9/FyR0eKG930aedDLt91n9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1911/importcfg -pack ./pkg/detectors/virustotal/virustotal.go
2025-08-20T23:04:34.3029289Z [00:03:19.586]➜  go tool buildid -w $WORK/b1908/_pkg_.a # internal
2025-08-20T23:04:34.3043882Z [00:03:19.587]➜  cp $WORK/b1908/_pkg_.a /root/.cache/go-build/8b/8b42bb720f48f0edd65ffcfa7a161c9ca770b1c14bfcca1488ff25c012820dd0-d # internal
2025-08-20T23:04:34.3069593Z [00:03:19.588]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/visualcrossing
2025-08-20T23:04:34.3070425Z [00:03:19.588]➜  mkdir -p $WORK/b1912/
2025-08-20T23:04:34.3071154Z [00:03:19.588]➜  cat >/tmp/go-build3700090427/b1912/importcfg << 'EOF' # internal
2025-08-20T23:04:34.3071794Z [00:03:19.588]➜  # import config
2025-08-20T23:04:34.3072445Z [00:03:19.588]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.3073205Z [00:03:19.588]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.3074306Z [00:03:19.588]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.3075751Z [00:03:19.588]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.3077269Z [00:03:19.588]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.3078536Z [00:03:19.589]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.3079940Z [00:03:19.589]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.3080824Z [00:03:19.589]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.3081572Z [00:03:19.589]➜  EOF
2025-08-20T23:04:34.3085786Z [00:03:19.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1912/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/visualcrossing=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/visualcrossing;$WORK/b1912=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/visualcrossing -lang=go1.24 -complete -installsuffix shared -buildid 5RZEbaZzlVffr9wwYLXV/5RZEbaZzlVffr9wwYLXV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1912/importcfg -pack ./pkg/detectors/visualcrossing/visualcrossing.go
2025-08-20T23:04:34.3333439Z [00:03:19.616]➜  go tool buildid -w $WORK/b1909/_pkg_.a # internal
2025-08-20T23:04:34.3349578Z [00:03:19.618]➜  cp $WORK/b1909/_pkg_.a /root/.cache/go-build/d9/d91e48279f8c2769caec86c14c8c9dbccbcfdde5e69cf97ceafac553a5890ad8-d # internal
2025-08-20T23:04:34.3357967Z [00:03:19.619]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voiceflow
2025-08-20T23:04:34.3361725Z [00:03:19.619]➜  mkdir -p $WORK/b1913/
2025-08-20T23:04:34.3365555Z [00:03:19.620]➜  cat >/tmp/go-build3700090427/b1913/importcfg << 'EOF' # internal
2025-08-20T23:04:34.3368621Z [00:03:19.620]➜  # import config
2025-08-20T23:04:34.3373123Z [00:03:19.620]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:34.3374027Z [00:03:19.620]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.3375780Z [00:03:19.620]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.3376931Z [00:03:19.620]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.3378431Z [00:03:19.620]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.3380443Z [00:03:19.620]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.3381844Z [00:03:19.620]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.3382820Z [00:03:19.620]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.3383662Z [00:03:19.620]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.3384809Z [00:03:19.620]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.3385485Z [00:03:19.620]➜  EOF
2025-08-20T23:04:34.3389598Z [00:03:19.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1913/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voiceflow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voiceflow;$WORK/b1913=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voiceflow -lang=go1.24 -complete -installsuffix shared -buildid MxqDLqZ8oF_2nutS5JoI/MxqDLqZ8oF_2nutS5JoI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1913/importcfg -pack ./pkg/detectors/voiceflow/voiceflow.go
2025-08-20T23:04:34.3534150Z [00:03:19.635]➜  go tool buildid -w $WORK/b1911/_pkg_.a # internal
2025-08-20T23:04:34.3540562Z [00:03:19.637]➜  go tool buildid -w $WORK/b1910/_pkg_.a # internal
2025-08-20T23:04:34.3545333Z [00:03:19.638]➜  cp $WORK/b1911/_pkg_.a /root/.cache/go-build/6c/6c6f4ef1e85e289776790b074dc798198d4159cae01b7b5c0714a652bcc86f46-d # internal
2025-08-20T23:04:34.3562815Z [00:03:19.639]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voicegain
2025-08-20T23:04:34.3563574Z [00:03:19.639]➜  mkdir -p $WORK/b1914/
2025-08-20T23:04:34.3564319Z [00:03:19.639]➜  cat >/tmp/go-build3700090427/b1914/importcfg << 'EOF' # internal
2025-08-20T23:04:34.3565042Z [00:03:19.639]➜  # import config
2025-08-20T23:04:34.3565727Z [00:03:19.639]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.3566577Z [00:03:19.639]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.3567992Z [00:03:19.639]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.3570019Z [00:03:19.639]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.3571687Z [00:03:19.639]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.3573104Z [00:03:19.639]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.3574055Z [00:03:19.639]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.3574902Z [00:03:19.639]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.3575504Z [00:03:19.639]➜  EOF
2025-08-20T23:04:34.3580039Z [00:03:19.639]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1914/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voicegain=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voicegain;$WORK/b1914=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voicegain -lang=go1.24 -complete -installsuffix shared -buildid U7g8ESQr0gDDP8Vl351j/U7g8ESQr0gDDP8Vl351j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1914/importcfg -pack ./pkg/detectors/voicegain/voicegain.go
2025-08-20T23:04:34.3584089Z [00:03:19.639]➜  cp $WORK/b1910/_pkg_.a /root/.cache/go-build/41/417a24b883b2447dda8205cbf2d1492d581bc116c42fb6121855251126e5335d-d # internal
2025-08-20T23:04:34.3585438Z [00:03:19.639]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voodoosms
2025-08-20T23:04:34.3586147Z [00:03:19.639]➜  mkdir -p $WORK/b1915/
2025-08-20T23:04:34.3586876Z [00:03:19.641]➜  cat >/tmp/go-build3700090427/b1915/importcfg << 'EOF' # internal
2025-08-20T23:04:34.3587551Z [00:03:19.641]➜  # import config
2025-08-20T23:04:34.3588207Z [00:03:19.641]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.3589225Z [00:03:19.641]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.3590563Z [00:03:19.641]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.3592016Z [00:03:19.641]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.3593550Z [00:03:19.641]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.3595005Z [00:03:19.641]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.3595939Z [00:03:19.641]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.3596753Z [00:03:19.641]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.3597367Z [00:03:19.641]➜  EOF
2025-08-20T23:04:34.3601313Z [00:03:19.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1915/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voodoosms=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voodoosms;$WORK/b1915=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voodoosms -lang=go1.24 -complete -installsuffix shared -buildid adv6BtEVPjLfBowzwJQZ/adv6BtEVPjLfBowzwJQZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1915/importcfg -pack ./pkg/detectors/voodoosms/voodoosms.go
2025-08-20T23:04:34.3659795Z [00:03:19.649]➜  go tool buildid -w $WORK/b1912/_pkg_.a # internal
2025-08-20T23:04:34.3663917Z [00:03:19.650]➜  cp $WORK/b1912/_pkg_.a /root/.cache/go-build/fe/fe3473b3d140f9a4d943237fd3b1f708d3275baec81821762b8e190a65a8a14f-d # internal
2025-08-20T23:04:34.3667228Z [00:03:19.650]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vouchery
2025-08-20T23:04:34.3670430Z [00:03:19.650]➜  mkdir -p $WORK/b1916/
2025-08-20T23:04:34.3677816Z [00:03:19.651]➜  cat >/tmp/go-build3700090427/b1916/importcfg << 'EOF' # internal
2025-08-20T23:04:34.3679060Z [00:03:19.651]➜  # import config
2025-08-20T23:04:34.3681292Z [00:03:19.651]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.3682119Z [00:03:19.651]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.3683373Z [00:03:19.651]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.3684887Z [00:03:19.651]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.3686417Z [00:03:19.651]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.3687706Z [00:03:19.651]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.3688621Z [00:03:19.651]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.3690639Z [00:03:19.651]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.3691284Z [00:03:19.651]➜  EOF
2025-08-20T23:04:34.3699492Z [00:03:19.653]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1916/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vouchery=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vouchery;$WORK/b1916=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vouchery -lang=go1.24 -complete -installsuffix shared -buildid 5JuKOrvELYH7_oG0tVza/5JuKOrvELYH7_oG0tVza -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1916/importcfg -pack ./pkg/detectors/vouchery/vouchery.go
2025-08-20T23:04:34.4088011Z [00:03:19.692]➜  go tool buildid -w $WORK/b1913/_pkg_.a # internal
2025-08-20T23:04:34.4111435Z [00:03:19.694]➜  cp $WORK/b1913/_pkg_.a /root/.cache/go-build/d8/d8609a8d6b692ed2e2fa0ffebba8ca458779e113f504bfaad5468acf34618101-d # internal
2025-08-20T23:04:34.4117824Z [00:03:19.695]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vpnapi
2025-08-20T23:04:34.4122751Z [00:03:19.696]➜  mkdir -p $WORK/b1917/
2025-08-20T23:04:34.4131937Z [00:03:19.696]➜  cat >/tmp/go-build3700090427/b1917/importcfg << 'EOF' # internal
2025-08-20T23:04:34.4134329Z [00:03:19.697]➜  # import config
2025-08-20T23:04:34.4138463Z [00:03:19.697]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.4144535Z [00:03:19.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.4147584Z [00:03:19.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.4149747Z [00:03:19.698]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.4151119Z [00:03:19.698]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.4152071Z [00:03:19.698]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.4152933Z [00:03:19.698]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.4153578Z [00:03:19.698]➜  EOF
2025-08-20T23:04:34.4182508Z [00:03:19.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1917/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vpnapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vpnapi;$WORK/b1917=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vpnapi -lang=go1.24 -complete -installsuffix shared -buildid HYTE1PfsRmKuIUTilxBF/HYTE1PfsRmKuIUTilxBF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1917/importcfg -pack ./pkg/detectors/vpnapi/vpnapi.go
2025-08-20T23:04:34.4191809Z [00:03:19.702]➜  go tool buildid -w $WORK/b1915/_pkg_.a # internal
2025-08-20T23:04:34.4194166Z [00:03:19.703]➜  go tool buildid -w $WORK/b1914/_pkg_.a # internal
2025-08-20T23:04:34.4197111Z [00:03:19.703]➜  cp $WORK/b1915/_pkg_.a /root/.cache/go-build/98/98a2ea15ad4ae52a5712a2ee8a2451f75fc1dd13ab22d4d234cf1640d3470d68-d # internal
2025-08-20T23:04:34.4201184Z [00:03:19.703]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vultrapikey
2025-08-20T23:04:34.4203644Z [00:03:19.703]➜  mkdir -p $WORK/b1918/
2025-08-20T23:04:34.4204401Z [00:03:19.703]➜  cat >/tmp/go-build3700090427/b1918/importcfg << 'EOF' # internal
2025-08-20T23:04:34.4205124Z [00:03:19.703]➜  # import config
2025-08-20T23:04:34.4205827Z [00:03:19.703]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.4209991Z [00:03:19.703]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.4211149Z [00:03:19.703]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.4212608Z [00:03:19.704]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.4214118Z [00:03:19.704]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.4215446Z [00:03:19.704]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.4216600Z [00:03:19.704]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.4217515Z [00:03:19.704]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.4218110Z [00:03:19.704]➜  EOF
2025-08-20T23:04:34.4226082Z [00:03:19.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1918/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vultrapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vultrapikey;$WORK/b1918=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vultrapikey -lang=go1.24 -complete -installsuffix shared -buildid Mb_0qoBTqQnK4axSFS8J/Mb_0qoBTqQnK4axSFS8J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1918/importcfg -pack ./pkg/detectors/vultrapikey/vultrapikey.go
2025-08-20T23:04:34.4230797Z [00:03:19.705]➜  cp $WORK/b1914/_pkg_.a /root/.cache/go-build/ee/eef5e2fb4d9e134ca210fd6e6f12f84b93e5e383a8b7af74f7b302cf141537af-d # internal
2025-08-20T23:04:34.4232173Z [00:03:19.706]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vyte
2025-08-20T23:04:34.4232896Z [00:03:19.706]➜  mkdir -p $WORK/b1919/
2025-08-20T23:04:34.4233610Z [00:03:19.706]➜  cat >/tmp/go-build3700090427/b1919/importcfg << 'EOF' # internal
2025-08-20T23:04:34.4234264Z [00:03:19.706]➜  # import config
2025-08-20T23:04:34.4234884Z [00:03:19.706]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.4236242Z [00:03:19.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.4237725Z [00:03:19.706]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.4242891Z [00:03:19.707]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.4244192Z [00:03:19.707]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.4245135Z [00:03:19.707]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.4245917Z [00:03:19.707]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.4246696Z [00:03:19.707]➜  EOF
2025-08-20T23:04:34.4250102Z [00:03:19.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1919/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vyte=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vyte;$WORK/b1919=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vyte -lang=go1.24 -complete -installsuffix shared -buildid MQLzkC45_IFl42-qytIN/MQLzkC45_IFl42-qytIN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1919/importcfg -pack ./pkg/detectors/vyte/vyte.go
2025-08-20T23:04:34.4363795Z [00:03:19.719]➜  go tool buildid -w $WORK/b1916/_pkg_.a # internal
2025-08-20T23:04:34.4386184Z [00:03:19.722]➜  cp $WORK/b1916/_pkg_.a /root/.cache/go-build/76/76c29fcbd40d19910e179b6c591764df8752df1979fca4a162f4a5d3eaf2916e-d # internal
2025-08-20T23:04:34.4395071Z [00:03:19.723]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/walkscore
2025-08-20T23:04:34.4402221Z [00:03:19.723]➜  mkdir -p $WORK/b1920/
2025-08-20T23:04:34.4414253Z [00:03:19.725]➜  cat >/tmp/go-build3700090427/b1920/importcfg << 'EOF' # internal
2025-08-20T23:04:34.4415894Z [00:03:19.725]➜  # import config
2025-08-20T23:04:34.4416952Z [00:03:19.725]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.4418377Z [00:03:19.725]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.4420037Z [00:03:19.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.4422013Z [00:03:19.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.4424413Z [00:03:19.725]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.4426226Z [00:03:19.725]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.4427702Z [00:03:19.725]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.4429165Z [00:03:19.725]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.4431356Z [00:03:19.725]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.4431980Z [00:03:19.725]➜  EOF
2025-08-20T23:04:34.4441294Z [00:03:19.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1920/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/walkscore=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/walkscore;$WORK/b1920=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/walkscore -lang=go1.24 -complete -installsuffix shared -buildid o58xISAqmHl5vfCNuzLK/o58xISAqmHl5vfCNuzLK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1920/importcfg -pack ./pkg/detectors/walkscore/walkscore.go
2025-08-20T23:04:34.4760577Z [00:03:19.759]➜  go tool buildid -w $WORK/b1918/_pkg_.a # internal
2025-08-20T23:04:34.4775172Z [00:03:19.761]➜  cp $WORK/b1918/_pkg_.a /root/.cache/go-build/a3/a3db65900b7ac4b1aad0664b3a7faaceeaa04ca0bd89e2dd78c8d27429d7bfa6-d # internal
2025-08-20T23:04:34.4779874Z [00:03:19.761]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherbit
2025-08-20T23:04:34.4780819Z [00:03:19.761]➜  mkdir -p $WORK/b1921/
2025-08-20T23:04:34.4784466Z [00:03:19.762]➜  cat >/tmp/go-build3700090427/b1921/importcfg << 'EOF' # internal
2025-08-20T23:04:34.4802641Z [00:03:19.763]➜  # import config
2025-08-20T23:04:34.4803530Z [00:03:19.763]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.4804359Z [00:03:19.763]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.4805573Z [00:03:19.763]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.4807152Z [00:03:19.763]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.4808608Z [00:03:19.763]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.4810351Z [00:03:19.763]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.4811304Z [00:03:19.763]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.4812170Z [00:03:19.763]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.4812784Z [00:03:19.763]➜  EOF
2025-08-20T23:04:34.4816866Z [00:03:19.764]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1921/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherbit=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherbit;$WORK/b1921=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherbit -lang=go1.24 -complete -installsuffix shared -buildid kMdGvanK62k6IC9sMz1T/kMdGvanK62k6IC9sMz1T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1921/importcfg -pack ./pkg/detectors/weatherbit/weatherbit.go
2025-08-20T23:04:34.4885581Z [00:03:19.772]➜  go tool buildid -w $WORK/b1917/_pkg_.a # internal
2025-08-20T23:04:34.4903209Z [00:03:19.773]➜  cp $WORK/b1917/_pkg_.a /root/.cache/go-build/6d/6d38ce2dee4defb0ef3f149ed57192edbbd63986329d552811540d1cbf9adf86-d # internal
2025-08-20T23:04:34.4907655Z [00:03:19.774]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherstack
2025-08-20T23:04:34.4908429Z [00:03:19.774]➜  mkdir -p $WORK/b1922/
2025-08-20T23:04:34.4918080Z [00:03:19.775]➜  cat >/tmp/go-build3700090427/b1922/importcfg << 'EOF' # internal
2025-08-20T23:04:34.4933605Z [00:03:19.775]➜  # import config
2025-08-20T23:04:34.4934305Z [00:03:19.775]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.4935187Z [00:03:19.775]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.4936627Z [00:03:19.775]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.4938161Z [00:03:19.775]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.4940319Z [00:03:19.775]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.4941526Z [00:03:19.775]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.4942497Z [00:03:19.775]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.4943355Z [00:03:19.775]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.4956641Z [00:03:19.775]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.4957260Z [00:03:19.775]➜  EOF
2025-08-20T23:04:34.4961453Z [00:03:19.775]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1922/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherstack;$WORK/b1922=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherstack -lang=go1.24 -complete -installsuffix shared -buildid INbzpumYYK3aZiiBAsjs/INbzpumYYK3aZiiBAsjs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1922/importcfg -pack ./pkg/detectors/weatherstack/weatherstack.go
2025-08-20T23:04:34.4965375Z [00:03:19.776]➜  go tool buildid -w $WORK/b1919/_pkg_.a # internal
2025-08-20T23:04:34.4966657Z [00:03:19.778]➜  cp $WORK/b1919/_pkg_.a /root/.cache/go-build/cb/cbd582952eb6405022f7618371b4d4e1a733d5a771773c4d78ab0ebc6259c84a-d # internal
2025-08-20T23:04:34.4967928Z [00:03:19.778]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/web3storage
2025-08-20T23:04:34.4968670Z [00:03:19.778]➜  mkdir -p $WORK/b1923/
2025-08-20T23:04:34.4973003Z [00:03:19.778]➜  cat >/tmp/go-build3700090427/b1923/importcfg << 'EOF' # internal
2025-08-20T23:04:34.4973744Z [00:03:19.778]➜  # import config
2025-08-20T23:04:34.4974418Z [00:03:19.778]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.4975217Z [00:03:19.778]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.4976605Z [00:03:19.778]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.4978067Z [00:03:19.778]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.4981772Z [00:03:19.778]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.4983254Z [00:03:19.778]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.4984175Z [00:03:19.778]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.4985057Z [00:03:19.778]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.4985644Z [00:03:19.778]➜  EOF
2025-08-20T23:04:34.4989996Z [00:03:19.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1923/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/web3storage=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/web3storage;$WORK/b1923=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/web3storage -lang=go1.24 -complete -installsuffix shared -buildid eboHBbAxzwf5q20YOJ6q/eboHBbAxzwf5q20YOJ6q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1923/importcfg -pack ./pkg/detectors/web3storage/web3storage.go
2025-08-20T23:04:34.5056367Z [00:03:19.789]➜  go tool buildid -w $WORK/b1920/_pkg_.a # internal
2025-08-20T23:04:34.5077555Z [00:03:19.791]➜  cp $WORK/b1920/_pkg_.a /root/.cache/go-build/04/0458d00cfa22e59908c32f385362d7e6f0d3ca762976aa291b71bd4a9535c7d7-d # internal
2025-08-20T23:04:34.5083651Z [00:03:19.792]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webex
2025-08-20T23:04:34.5094109Z [00:03:19.793]➜  mkdir -p $WORK/b1924/
2025-08-20T23:04:34.5096769Z [00:03:19.793]➜  cat >/tmp/go-build3700090427/b1924/importcfg << 'EOF' # internal
2025-08-20T23:04:34.5097487Z [00:03:19.793]➜  # import config
2025-08-20T23:04:34.5098134Z [00:03:19.793]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.5098972Z [00:03:19.793]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:34.5100322Z [00:03:19.793]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.5101812Z [00:03:19.793]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.5106151Z [00:03:19.793]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.5107391Z [00:03:19.793]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.5108258Z [00:03:19.793]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.5109041Z [00:03:19.793]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.5110020Z [00:03:19.793]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.5110605Z [00:03:19.793]➜  EOF
2025-08-20T23:04:34.5114162Z [00:03:19.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1924/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webex;$WORK/b1924=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webex -lang=go1.24 -complete -installsuffix shared -buildid 71Jcpvcdj5vtaBMPYOB-/71Jcpvcdj5vtaBMPYOB- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1924/importcfg -pack ./pkg/detectors/webex/webex.go
2025-08-20T23:04:34.5431652Z [00:03:19.826]➜  go tool buildid -w $WORK/b1921/_pkg_.a # internal
2025-08-20T23:04:34.5449935Z [00:03:19.828]➜  cp $WORK/b1921/_pkg_.a /root/.cache/go-build/fc/fc83db7c68085562aea03cb7cafc637c635eb41ad9d2122eea53abd7c65112c9-d # internal
2025-08-20T23:04:34.5452814Z [00:03:19.828]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webexbot
2025-08-20T23:04:34.5455263Z [00:03:19.829]➜  mkdir -p $WORK/b1925/
2025-08-20T23:04:34.5458659Z [00:03:19.829]➜  cat >/tmp/go-build3700090427/b1925/importcfg << 'EOF' # internal
2025-08-20T23:04:34.5461311Z [00:03:19.829]➜  # import config
2025-08-20T23:04:34.5462564Z [00:03:19.829]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.5467070Z [00:03:19.829]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:34.5467911Z [00:03:19.829]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.5469046Z [00:03:19.829]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.5470690Z [00:03:19.830]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.5472464Z [00:03:19.830]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.5473762Z [00:03:19.830]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.5474685Z [00:03:19.830]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.5475282Z [00:03:19.830]➜  EOF
2025-08-20T23:04:34.5478918Z [00:03:19.830]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1925/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webexbot=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webexbot;$WORK/b1925=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webexbot -lang=go1.24 -complete -installsuffix shared -buildid yq-Ze9OLPnMxFh5J1TuO/yq-Ze9OLPnMxFh5J1TuO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1925/importcfg -pack ./pkg/detectors/webexbot/webexbot.go
2025-08-20T23:04:34.5591286Z [00:03:19.842]➜  go tool buildid -w $WORK/b1922/_pkg_.a # internal
2025-08-20T23:04:34.5616631Z [00:03:19.844]➜  cp $WORK/b1922/_pkg_.a /root/.cache/go-build/e3/e324a562ff1b63de2f792f84a52f0674551be5875eda8100d65d5259a953a615-d # internal
2025-08-20T23:04:34.5618088Z [00:03:19.844]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webflow
2025-08-20T23:04:34.5618793Z [00:03:19.844]➜  mkdir -p $WORK/b1926/
2025-08-20T23:04:34.5623648Z [00:03:19.844]➜  cat >/tmp/go-build3700090427/b1926/importcfg << 'EOF' # internal
2025-08-20T23:04:34.5624358Z [00:03:19.844]➜  # import config
2025-08-20T23:04:34.5626275Z [00:03:19.844]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.5630767Z [00:03:19.844]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.5632301Z [00:03:19.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.5633796Z [00:03:19.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.5635366Z [00:03:19.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.5636697Z [00:03:19.844]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.5637649Z [00:03:19.844]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.5638467Z [00:03:19.844]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.5639487Z [00:03:19.844]➜  EOF
2025-08-20T23:04:34.5643388Z [00:03:19.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1926/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webflow=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webflow;$WORK/b1926=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webflow -lang=go1.24 -complete -installsuffix shared -buildid sJkGTAnDDODn6aMwGD1Z/sJkGTAnDDODn6aMwGD1Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1926/importcfg -pack ./pkg/detectors/webflow/webflow.go
2025-08-20T23:04:34.5679023Z [00:03:19.851]➜  go tool buildid -w $WORK/b1923/_pkg_.a # internal
2025-08-20T23:04:34.5719108Z [00:03:19.853]➜  cp $WORK/b1923/_pkg_.a /root/.cache/go-build/0a/0a66168ec1042c3580eb70c0342d1767cf46401e4242850474bed9693a355b15-d # internal
2025-08-20T23:04:34.5731342Z [00:03:19.853]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraper
2025-08-20T23:04:34.5732188Z [00:03:19.853]➜  mkdir -p $WORK/b1927/
2025-08-20T23:04:34.5732913Z [00:03:19.853]➜  cat >/tmp/go-build3700090427/b1927/importcfg << 'EOF' # internal
2025-08-20T23:04:34.5733595Z [00:03:19.853]➜  # import config
2025-08-20T23:04:34.5734239Z [00:03:19.853]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.5735029Z [00:03:19.853]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.5736162Z [00:03:19.853]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.5737904Z [00:03:19.853]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.5739626Z [00:03:19.853]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.5740911Z [00:03:19.853]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.5741875Z [00:03:19.853]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.5742690Z [00:03:19.853]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.5743287Z [00:03:19.854]➜  EOF
2025-08-20T23:04:34.5747384Z [00:03:19.854]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1927/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraper=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraper;$WORK/b1927=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraper -lang=go1.24 -complete -installsuffix shared -buildid wCQE7w1uwmS0ejrozAoI/wCQE7w1uwmS0ejrozAoI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1927/importcfg -pack ./pkg/detectors/webscraper/webscraper.go
2025-08-20T23:04:34.5828791Z [00:03:19.866]➜  go tool buildid -w $WORK/b1924/_pkg_.a # internal
2025-08-20T23:04:34.5845733Z [00:03:19.868]➜  cp $WORK/b1924/_pkg_.a /root/.cache/go-build/41/412dd3196f4af0a39a969c8c34d677040b56d735cc9eac753c02a283bdb1be00-d # internal
2025-08-20T23:04:34.5848165Z [00:03:19.868]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraping
2025-08-20T23:04:34.5849001Z [00:03:19.868]➜  mkdir -p $WORK/b1928/
2025-08-20T23:04:34.5850980Z [00:03:19.868]➜  cat >/tmp/go-build3700090427/b1928/importcfg << 'EOF' # internal
2025-08-20T23:04:34.5852955Z [00:03:19.869]➜  # import config
2025-08-20T23:04:34.5853634Z [00:03:19.869]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.5854790Z [00:03:19.869]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.5856211Z [00:03:19.869]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.5857723Z [00:03:19.869]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.5859028Z [00:03:19.869]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.5860329Z [00:03:19.869]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.5860971Z [00:03:19.869]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.5861729Z [00:03:19.869]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.5862324Z [00:03:19.869]➜  EOF
2025-08-20T23:04:34.5877736Z [00:03:19.871]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1928/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraping=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraping;$WORK/b1928=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraping -lang=go1.24 -complete -installsuffix shared -buildid YYgV62nCrfeviB_ptfdV/YYgV62nCrfeviB_ptfdV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1928/importcfg -pack ./pkg/detectors/webscraping/webscraping.go
2025-08-20T23:04:34.6211761Z [00:03:19.903]➜  go tool buildid -w $WORK/b1925/_pkg_.a # internal
2025-08-20T23:04:34.6220660Z [00:03:19.905]➜  cp $WORK/b1925/_pkg_.a /root/.cache/go-build/4d/4de08df3d4895636f6d83b34604c37eed8a2c5a83882e6511a946f96d2e78017-d # internal
2025-08-20T23:04:34.6222721Z [00:03:19.905]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/websitepulse
2025-08-20T23:04:34.6223976Z [00:03:19.906]➜  mkdir -p $WORK/b1929/
2025-08-20T23:04:34.6230365Z [00:03:19.906]➜  cat >/tmp/go-build3700090427/b1929/importcfg << 'EOF' # internal
2025-08-20T23:04:34.6231375Z [00:03:19.906]➜  # import config
2025-08-20T23:04:34.6232319Z [00:03:19.906]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.6233359Z [00:03:19.906]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.6234782Z [00:03:19.906]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.6236550Z [00:03:19.906]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.6238250Z [00:03:19.906]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.6240491Z [00:03:19.906]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.6241372Z [00:03:19.906]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.6242124Z [00:03:19.906]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.6242909Z [00:03:19.906]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.6243823Z [00:03:19.906]➜  EOF
2025-08-20T23:04:34.6247729Z [00:03:19.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1929/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/websitepulse=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/websitepulse;$WORK/b1929=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/websitepulse -lang=go1.24 -complete -installsuffix shared -buildid auDfcRNgwipvRUUq4z1Y/auDfcRNgwipvRUUq4z1Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1929/importcfg -pack ./pkg/detectors/websitepulse/websitepulse.go
2025-08-20T23:04:34.6264301Z [00:03:19.907]➜  go tool buildid -w $WORK/b1926/_pkg_.a # internal
2025-08-20T23:04:34.6265693Z [00:03:19.908]➜  cp $WORK/b1926/_pkg_.a /root/.cache/go-build/b0/b0382c21b234a52884b4f8a831eba696640e9565bce69d4fd5b34a9312388ee9-d # internal
2025-08-20T23:04:34.6267053Z [00:03:19.909]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weightsandbiases
2025-08-20T23:04:34.6267889Z [00:03:19.909]➜  mkdir -p $WORK/b1930/
2025-08-20T23:04:34.6268614Z [00:03:19.909]➜  cat >/tmp/go-build3700090427/b1930/importcfg << 'EOF' # internal
2025-08-20T23:04:34.6269316Z [00:03:19.909]➜  # import config
2025-08-20T23:04:34.6270166Z [00:03:19.909]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:34.6270997Z [00:03:19.909]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.6272127Z [00:03:19.909]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:34.6273073Z [00:03:19.909]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:34.6273890Z [00:03:19.909]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.6275005Z [00:03:19.909]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.6276447Z [00:03:19.909]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.6279582Z [00:03:19.909]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.6281038Z [00:03:19.909]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.6281969Z [00:03:19.909]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.6282807Z [00:03:19.909]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.6283687Z [00:03:19.909]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:34.6284348Z [00:03:19.909]➜  EOF
2025-08-20T23:04:34.6288598Z [00:03:19.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1930/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weightsandbiases=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weightsandbiases;$WORK/b1930=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weightsandbiases -lang=go1.24 -complete -installsuffix shared -buildid 9VmjB-i3hoqCQ_dd-APa/9VmjB-i3hoqCQ_dd-APa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1930/importcfg -pack ./pkg/detectors/weightsandbiases/weightsandbiases.go
2025-08-20T23:04:34.6351237Z [00:03:19.918]➜  go tool buildid -w $WORK/b1927/_pkg_.a # internal
2025-08-20T23:04:34.6360810Z [00:03:19.919]➜  cp $WORK/b1927/_pkg_.a /root/.cache/go-build/69/696e7036bbfb463a0382d0b96419b99cb09ad4de62966e0f9855f5adb6361281-d # internal
2025-08-20T23:04:34.6367809Z [00:03:19.919]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/whoxy
2025-08-20T23:04:34.6368533Z [00:03:19.919]➜  mkdir -p $WORK/b1931/
2025-08-20T23:04:34.6369258Z [00:03:19.920]➜  cat >/tmp/go-build3700090427/b1931/importcfg << 'EOF' # internal
2025-08-20T23:04:34.6370106Z [00:03:19.920]➜  # import config
2025-08-20T23:04:34.6370776Z [00:03:19.920]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.6371582Z [00:03:19.920]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.6372926Z [00:03:19.920]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.6374498Z [00:03:19.920]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.6376053Z [00:03:19.920]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.6377357Z [00:03:19.920]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.6378247Z [00:03:19.920]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.6379041Z [00:03:19.920]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.6380111Z [00:03:19.920]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.6380909Z [00:03:19.920]➜  EOF
2025-08-20T23:04:34.6384778Z [00:03:19.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1931/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/whoxy=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/whoxy;$WORK/b1931=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/whoxy -lang=go1.24 -complete -installsuffix shared -buildid Cpgl5Y9VuDs9xZZqRtH8/Cpgl5Y9VuDs9xZZqRtH8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1931/importcfg -pack ./pkg/detectors/whoxy/whoxy.go
2025-08-20T23:04:34.6498143Z [00:03:19.931]➜  go tool buildid -w $WORK/b1928/_pkg_.a # internal
2025-08-20T23:04:34.6500185Z [00:03:19.933]➜  cp $WORK/b1928/_pkg_.a /root/.cache/go-build/9b/9b0854748ecf7e04b0991bc55a468655dc4de7099f465cc280a94bd49dc8e430-d # internal
2025-08-20T23:04:34.6502592Z [00:03:19.933]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wistia
2025-08-20T23:04:34.6509470Z [00:03:19.934]➜  mkdir -p $WORK/b1932/
2025-08-20T23:04:34.6510466Z [00:03:19.934]➜  cat >/tmp/go-build3700090427/b1932/importcfg << 'EOF' # internal
2025-08-20T23:04:34.6511417Z [00:03:19.934]➜  # import config
2025-08-20T23:04:34.6512145Z [00:03:19.934]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.6513510Z [00:03:19.934]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.6515005Z [00:03:19.934]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.6516581Z [00:03:19.934]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.6517941Z [00:03:19.934]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.6518927Z [00:03:19.934]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.6519935Z [00:03:19.934]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.6520574Z [00:03:19.934]➜  EOF
2025-08-20T23:04:34.6530773Z [00:03:19.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1932/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wistia=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wistia;$WORK/b1932=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wistia -lang=go1.24 -complete -installsuffix shared -buildid 7RyDsBStOksJ-nCPbwW6/7RyDsBStOksJ-nCPbwW6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1932/importcfg -pack ./pkg/detectors/wistia/wistia.go
2025-08-20T23:04:34.6945282Z [00:03:19.978]➜  go tool buildid -w $WORK/b1929/_pkg_.a # internal
2025-08-20T23:04:34.6966443Z [00:03:19.980]➜  cp $WORK/b1929/_pkg_.a /root/.cache/go-build/51/5138d6131d7dd0d716b10d29f595c8cdde62102ec40078dd30a9842957eb18f1-d # internal
2025-08-20T23:04:34.6974128Z [00:03:19.980]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wiz
2025-08-20T23:04:34.6974816Z [00:03:19.981]➜  mkdir -p $WORK/b1933/
2025-08-20T23:04:34.7005579Z [00:03:19.983]➜  go tool buildid -w $WORK/b1931/_pkg_.a # internal
2025-08-20T23:04:34.7006642Z [00:03:19.983]➜  cat >/tmp/go-build3700090427/b1933/importcfg << 'EOF' # internal
2025-08-20T23:04:34.7007322Z [00:03:19.983]➜  # import config
2025-08-20T23:04:34.7007963Z [00:03:19.983]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.7008716Z [00:03:19.983]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.7010011Z [00:03:19.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.7011433Z [00:03:19.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.7012953Z [00:03:19.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.7014330Z [00:03:19.983]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.7015298Z [00:03:19.983]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.7016164Z [00:03:19.983]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.7017005Z [00:03:19.983]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:34.7017858Z [00:03:19.983]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.7018483Z [00:03:19.983]➜  EOF
2025-08-20T23:04:34.7030464Z [00:03:19.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1933/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wiz=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wiz;$WORK/b1933=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wiz -lang=go1.24 -complete -installsuffix shared -buildid Wp3RHUEK6L7b2V1OFAjD/Wp3RHUEK6L7b2V1OFAjD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1933/importcfg -pack ./pkg/detectors/wiz/wiz.go
2025-08-20T23:04:34.7035596Z [00:03:19.983]➜  cp $WORK/b1931/_pkg_.a /root/.cache/go-build/a5/a5a1b9adf46717c5fb9cf66b8eaa6110c5aee4660df5bfb0ab904ef893c1c7fa-d # internal
2025-08-20T23:04:34.7037109Z [00:03:19.983]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worksnaps
2025-08-20T23:04:34.7038001Z [00:03:19.983]➜  mkdir -p $WORK/b1934/
2025-08-20T23:04:34.7038756Z [00:03:19.983]➜  cat >/tmp/go-build3700090427/b1934/importcfg << 'EOF' # internal
2025-08-20T23:04:34.7039727Z [00:03:19.983]➜  # import config
2025-08-20T23:04:34.7040408Z [00:03:19.983]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.7041267Z [00:03:19.983]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:34.7042098Z [00:03:19.983]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.7043197Z [00:03:19.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.7044674Z [00:03:19.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.7046290Z [00:03:19.983]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.7047634Z [00:03:19.983]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.7048607Z [00:03:19.983]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.7049609Z [00:03:19.983]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.7050234Z [00:03:19.983]➜  EOF
2025-08-20T23:04:34.7054022Z [00:03:19.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1934/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worksnaps=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worksnaps;$WORK/b1934=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worksnaps -lang=go1.24 -complete -installsuffix shared -buildid En6ZHOohCkDtcpJZxtfF/En6ZHOohCkDtcpJZxtfF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1934/importcfg -pack ./pkg/detectors/worksnaps/worksnaps.go
2025-08-20T23:04:34.7057884Z [00:03:19.985]➜  go tool buildid -w $WORK/b1930/_pkg_.a # internal
2025-08-20T23:04:34.7059214Z [00:03:19.985]➜  cp $WORK/b1930/_pkg_.a /root/.cache/go-build/fc/fc855eb1c26c004e83cb57fbdc7ea482e9cfc99ee7780e703290135ac5d1587a-d # internal
2025-08-20T23:04:34.7060934Z [00:03:19.985]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/workstack
2025-08-20T23:04:34.7061723Z [00:03:19.985]➜  mkdir -p $WORK/b1935/
2025-08-20T23:04:34.7062473Z [00:03:19.986]➜  cat >/tmp/go-build3700090427/b1935/importcfg << 'EOF' # internal
2025-08-20T23:04:34.7063148Z [00:03:19.986]➜  # import config
2025-08-20T23:04:34.7063796Z [00:03:19.986]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.7064976Z [00:03:19.986]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.7066519Z [00:03:19.986]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.7068158Z [00:03:19.986]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.7069640Z [00:03:19.986]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.7070579Z [00:03:19.986]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.7071618Z [00:03:19.986]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.7072235Z [00:03:19.986]➜  EOF
2025-08-20T23:04:34.7076149Z [00:03:19.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1935/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/workstack=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/workstack;$WORK/b1935=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/workstack -lang=go1.24 -complete -installsuffix shared -buildid TBLetlC2Hz_-UMpMZr4h/TBLetlC2Hz_-UMpMZr4h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1935/importcfg -pack ./pkg/detectors/workstack/workstack.go
2025-08-20T23:04:34.7191336Z [00:03:20.001]➜  go tool buildid -w $WORK/b1932/_pkg_.a # internal
2025-08-20T23:04:34.7193391Z [00:03:20.001]➜  cp $WORK/b1932/_pkg_.a /root/.cache/go-build/d1/d19676f2a93f6eba4f85b83160cfcef6a7bd47ed6d0c4d3ba9c092c4470282ed-d # internal
2025-08-20T23:04:34.7196912Z [00:03:20.001]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldcoinindex
2025-08-20T23:04:34.7199192Z [00:03:20.001]➜  mkdir -p $WORK/b1936/
2025-08-20T23:04:34.7200352Z [00:03:20.001]➜  cat >/tmp/go-build3700090427/b1936/importcfg << 'EOF' # internal
2025-08-20T23:04:34.7201230Z [00:03:20.001]➜  # import config
2025-08-20T23:04:34.7204049Z [00:03:20.001]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.7204843Z [00:03:20.001]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.7205978Z [00:03:20.001]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.7207491Z [00:03:20.001]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.7209059Z [00:03:20.001]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.7210553Z [00:03:20.001]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.7211466Z [00:03:20.001]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.7212251Z [00:03:20.002]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.7213061Z [00:03:20.002]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.7213659Z [00:03:20.002]➜  EOF
2025-08-20T23:04:34.7217931Z [00:03:20.002]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1936/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldcoinindex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldcoinindex;$WORK/b1936=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldcoinindex -lang=go1.24 -complete -installsuffix shared -buildid i0EQWso25DRLiw_SwMlq/i0EQWso25DRLiw_SwMlq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1936/importcfg -pack ./pkg/detectors/worldcoinindex/worldcoinindex.go
2025-08-20T23:04:34.7620140Z [00:03:20.045]➜  go tool buildid -w $WORK/b1935/_pkg_.a # internal
2025-08-20T23:04:34.7636747Z [00:03:20.047]➜  cp $WORK/b1935/_pkg_.a /root/.cache/go-build/9c/9ce356ad5cf7d501b6d10ab2cbb055631ef11fc9a75c4004a9a666ee08c27674-d # internal
2025-08-20T23:04:34.7643618Z [00:03:20.047]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldweather
2025-08-20T23:04:34.7644419Z [00:03:20.047]➜  mkdir -p $WORK/b1937/
2025-08-20T23:04:34.7653501Z [00:03:20.048]➜  cat >/tmp/go-build3700090427/b1937/importcfg << 'EOF' # internal
2025-08-20T23:04:34.7667864Z [00:03:20.049]➜  # import config
2025-08-20T23:04:34.7668528Z [00:03:20.049]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.7669260Z [00:03:20.049]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.7670589Z [00:03:20.049]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.7672115Z [00:03:20.049]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.7673850Z [00:03:20.049]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.7675128Z [00:03:20.049]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.7675940Z [00:03:20.049]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.7676621Z [00:03:20.049]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.7677234Z [00:03:20.049]➜  EOF
2025-08-20T23:04:34.7681447Z [00:03:20.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1937/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldweather=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldweather;$WORK/b1937=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldweather -lang=go1.24 -complete -installsuffix shared -buildid PJsPB7v1ZVR-pUvRs3Sp/PJsPB7v1ZVR-pUvRs3Sp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1937/importcfg -pack ./pkg/detectors/worldweather/worldweather.go
2025-08-20T23:04:34.7686090Z [00:03:20.051]➜  go tool buildid -w $WORK/b1934/_pkg_.a # internal
2025-08-20T23:04:34.7711248Z [00:03:20.054]➜  cp $WORK/b1934/_pkg_.a /root/.cache/go-build/3a/3a59fff66720149fb8f88e6a37c18da11c691116335e6adcd50a3fc2be44109d-d # internal
2025-08-20T23:04:34.7723391Z [00:03:20.054]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wrike
2025-08-20T23:04:34.7724164Z [00:03:20.054]➜  mkdir -p $WORK/b1938/
2025-08-20T23:04:34.7724949Z [00:03:20.054]➜  cat >/tmp/go-build3700090427/b1938/importcfg << 'EOF' # internal
2025-08-20T23:04:34.7725635Z [00:03:20.054]➜  # import config
2025-08-20T23:04:34.7726306Z [00:03:20.054]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.7727170Z [00:03:20.054]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.7728374Z [00:03:20.054]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.7729989Z [00:03:20.054]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.7731506Z [00:03:20.054]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.7732785Z [00:03:20.054]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.7733690Z [00:03:20.054]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.7734699Z [00:03:20.054]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.7735291Z [00:03:20.054]➜  EOF
2025-08-20T23:04:34.7738814Z [00:03:20.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1938/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wrike=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wrike;$WORK/b1938=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wrike -lang=go1.24 -complete -installsuffix shared -buildid Y23PYogMLqbHtOb7_Rw8/Y23PYogMLqbHtOb7_Rw8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1938/importcfg -pack ./pkg/detectors/wrike/wrike.go
2025-08-20T23:04:34.7744448Z [00:03:20.056]➜  go tool buildid -w $WORK/b1933/_pkg_.a # internal
2025-08-20T23:04:34.7772089Z [00:03:20.058]➜  cp $WORK/b1933/_pkg_.a /root/.cache/go-build/fc/fcc05e5458cc75aba950ac3a21009f9012b555c8620811717252c52f1bcf3a97-d # internal
2025-08-20T23:04:34.7773881Z [00:03:20.059]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/xai
2025-08-20T23:04:34.7775990Z [00:03:20.059]➜  mkdir -p $WORK/b1939/
2025-08-20T23:04:34.7776736Z [00:03:20.060]➜  cat >/tmp/go-build3700090427/b1939/importcfg << 'EOF' # internal
2025-08-20T23:04:34.7777420Z [00:03:20.060]➜  # import config
2025-08-20T23:04:34.7778082Z [00:03:20.060]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.7778948Z [00:03:20.060]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:34.7780335Z [00:03:20.060]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.7781485Z [00:03:20.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.7782985Z [00:03:20.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.7784528Z [00:03:20.060]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.7786082Z [00:03:20.060]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.7787026Z [00:03:20.060]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.7787953Z [00:03:20.060]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.7788765Z [00:03:20.060]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.7789517Z [00:03:20.060]➜  EOF
2025-08-20T23:04:34.7792999Z [00:03:20.060]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1939/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/xai=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/xai;$WORK/b1939=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/xai -lang=go1.24 -complete -installsuffix shared -buildid rle0h2T1WAfB29Q09qmS/rle0h2T1WAfB29Q09qmS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1939/importcfg -pack ./pkg/detectors/xai/xai.go
2025-08-20T23:04:34.7875028Z [00:03:20.071]➜  go tool buildid -w $WORK/b1936/_pkg_.a # internal
2025-08-20T23:04:34.7891704Z [00:03:20.072]➜  cp $WORK/b1936/_pkg_.a /root/.cache/go-build/90/9001c0783c1b4be0483d48fff54d1f285263be7d03c233d415e55fd72fa582cd-d # internal
2025-08-20T23:04:34.7918531Z [00:03:20.072]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yandex
2025-08-20T23:04:34.7919462Z [00:03:20.072]➜  mkdir -p $WORK/b1940/
2025-08-20T23:04:34.7920239Z [00:03:20.072]➜  cat >/tmp/go-build3700090427/b1940/importcfg << 'EOF' # internal
2025-08-20T23:04:34.7920978Z [00:03:20.072]➜  # import config
2025-08-20T23:04:34.7921656Z [00:03:20.072]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.7922866Z [00:03:20.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.7924361Z [00:03:20.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.7926195Z [00:03:20.072]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.7927544Z [00:03:20.072]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.7928521Z [00:03:20.072]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.7929494Z [00:03:20.072]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.7930129Z [00:03:20.072]➜  EOF
2025-08-20T23:04:34.7933771Z [00:03:20.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1940/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yandex=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yandex;$WORK/b1940=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yandex -lang=go1.24 -complete -installsuffix shared -buildid 6DXrQ2bQ7TbBxCVTug1W/6DXrQ2bQ7TbBxCVTug1W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1940/importcfg -pack ./pkg/detectors/yandex/yandex.go
2025-08-20T23:04:34.8293407Z [00:03:20.112]➜  go tool buildid -w $WORK/b1937/_pkg_.a # internal
2025-08-20T23:04:34.8311911Z [00:03:20.114]➜  cp $WORK/b1937/_pkg_.a /root/.cache/go-build/76/767fea490e1ddd3f78c19694af27f670aab3b5d35d136c9072627d6d653c9d23-d # internal
2025-08-20T23:04:34.8315891Z [00:03:20.115]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yelp
2025-08-20T23:04:34.8317859Z [00:03:20.115]➜  mkdir -p $WORK/b1941/
2025-08-20T23:04:34.8328605Z [00:03:20.116]➜  cat >/tmp/go-build3700090427/b1941/importcfg << 'EOF' # internal
2025-08-20T23:04:34.8329513Z [00:03:20.116]➜  # import config
2025-08-20T23:04:34.8330193Z [00:03:20.116]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.8331112Z [00:03:20.116]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.8332774Z [00:03:20.116]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.8334627Z [00:03:20.116]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.8336369Z [00:03:20.116]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.8337854Z [00:03:20.116]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.8339008Z [00:03:20.116]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.8340175Z [00:03:20.116]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.8340862Z [00:03:20.116]➜  EOF
2025-08-20T23:04:34.8344784Z [00:03:20.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1941/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yelp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yelp;$WORK/b1941=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yelp -lang=go1.24 -complete -installsuffix shared -buildid fcIB5sUGrUyygcjpUZRQ/fcIB5sUGrUyygcjpUZRQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1941/importcfg -pack ./pkg/detectors/yelp/yelp.go
2025-08-20T23:04:34.8348363Z [00:03:20.117]➜  go tool buildid -w $WORK/b1938/_pkg_.a # internal
2025-08-20T23:04:34.8360560Z [00:03:20.119]➜  cp $WORK/b1938/_pkg_.a /root/.cache/go-build/5b/5b0732768e75bb1eb3ac5e636052c1da5efd490cc4a8bbd5e312997e5988354c-d # internal
2025-08-20T23:04:34.8370658Z [00:03:20.119]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youneedabudget
2025-08-20T23:04:34.8393629Z [00:03:20.123]➜  mkdir -p $WORK/b1942/
2025-08-20T23:04:34.8395855Z [00:03:20.123]➜  cat >/tmp/go-build3700090427/b1942/importcfg << 'EOF' # internal
2025-08-20T23:04:34.8396535Z [00:03:20.123]➜  # import config
2025-08-20T23:04:34.8398091Z [00:03:20.123]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.8398916Z [00:03:20.123]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.8400233Z [00:03:20.123]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.8401952Z [00:03:20.123]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.8403527Z [00:03:20.123]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.8404833Z [00:03:20.123]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.8405863Z [00:03:20.123]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.8406737Z [00:03:20.123]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.8407362Z [00:03:20.123]➜  EOF
2025-08-20T23:04:34.8411463Z [00:03:20.123]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1942/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youneedabudget=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youneedabudget;$WORK/b1942=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youneedabudget -lang=go1.24 -complete -installsuffix shared -buildid -4LUWqhD_MlQdw70Hiiy/-4LUWqhD_MlQdw70Hiiy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1942/importcfg -pack ./pkg/detectors/youneedabudget/youneedabudget.go
2025-08-20T23:04:34.8439913Z [00:03:20.127]➜  go tool buildid -w $WORK/b1939/_pkg_.a # internal
2025-08-20T23:04:34.8459936Z [00:03:20.129]➜  cp $WORK/b1939/_pkg_.a /root/.cache/go-build/f4/f4ef9b813cebe6e37302bdc3335ac6ee6a3b5a1025ad1c10e062254e62cd711d-d # internal
2025-08-20T23:04:34.8486036Z [00:03:20.132]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yousign
2025-08-20T23:04:34.8499677Z [00:03:20.132]➜  mkdir -p $WORK/b1943/
2025-08-20T23:04:34.8500473Z [00:03:20.132]➜  cat >/tmp/go-build3700090427/b1943/importcfg << 'EOF' # internal
2025-08-20T23:04:34.8501133Z [00:03:20.132]➜  # import config
2025-08-20T23:04:34.8501765Z [00:03:20.132]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.8502804Z [00:03:20.132]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.8503969Z [00:03:20.132]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.8505576Z [00:03:20.132]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.8507115Z [00:03:20.132]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.8508411Z [00:03:20.132]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.8514638Z [00:03:20.132]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.8515580Z [00:03:20.132]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.8516180Z [00:03:20.132]➜  EOF
2025-08-20T23:04:34.8520149Z [00:03:20.132]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1943/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yousign=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yousign;$WORK/b1943=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yousign -lang=go1.24 -complete -installsuffix shared -buildid _0q3SvY8gLxgq7mR6vUe/_0q3SvY8gLxgq7mR6vUe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1943/importcfg -pack ./pkg/detectors/yousign/yousign.go
2025-08-20T23:04:34.8564792Z [00:03:20.138]➜  go tool buildid -w $WORK/b1940/_pkg_.a # internal
2025-08-20T23:04:34.8568209Z [00:03:20.140]➜  cp $WORK/b1940/_pkg_.a /root/.cache/go-build/92/9250fc795977aaf8a4b4a639f19f75dc88347ffea7f4cc661d551f0800b73295-d # internal
2025-08-20T23:04:34.8572500Z [00:03:20.140]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youtubeapikey
2025-08-20T23:04:34.8579970Z [00:03:20.140]➜  mkdir -p $WORK/b1944/
2025-08-20T23:04:34.8580758Z [00:03:20.140]➜  cat >/tmp/go-build3700090427/b1944/importcfg << 'EOF' # internal
2025-08-20T23:04:34.8581452Z [00:03:20.140]➜  # import config
2025-08-20T23:04:34.8582380Z [00:03:20.140]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.8583624Z [00:03:20.140]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.8585141Z [00:03:20.140]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.8586983Z [00:03:20.140]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.8588340Z [00:03:20.140]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.8589296Z [00:03:20.140]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.8590367Z [00:03:20.140]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.8590974Z [00:03:20.140]➜  EOF
2025-08-20T23:04:34.8594913Z [00:03:20.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1944/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youtubeapikey=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youtubeapikey;$WORK/b1944=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youtubeapikey -lang=go1.24 -complete -installsuffix shared -buildid 4YwqvNjTnqe-vou8qtzt/4YwqvNjTnqe-vou8qtzt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1944/importcfg -pack ./pkg/detectors/youtubeapikey/youtubeapikey.go
2025-08-20T23:04:34.8949499Z [00:03:20.178]➜  go tool buildid -w $WORK/b1942/_pkg_.a # internal
2025-08-20T23:04:34.8987947Z [00:03:20.182]➜  cp $WORK/b1942/_pkg_.a /root/.cache/go-build/39/391f5630f25629fbe0f3ed6a5f64c01d044005945b784cae75bcf33df4aded93-d # internal
2025-08-20T23:04:34.9002501Z [00:03:20.182]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zendeskapi
2025-08-20T23:04:34.9003212Z [00:03:20.182]➜  mkdir -p $WORK/b1945/
2025-08-20T23:04:34.9003865Z [00:03:20.182]➜  cat >/tmp/go-build3700090427/b1945/importcfg << 'EOF' # internal
2025-08-20T23:04:34.9004692Z [00:03:20.182]➜  # import config
2025-08-20T23:04:34.9005306Z [00:03:20.182]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.9006156Z [00:03:20.182]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.9007158Z [00:03:20.182]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.9008523Z [00:03:20.182]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.9024561Z [00:03:20.182]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.9025553Z [00:03:20.182]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.9026326Z [00:03:20.182]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.9026890Z [00:03:20.182]➜  EOF
2025-08-20T23:04:34.9030906Z [00:03:20.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1945/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zendeskapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zendeskapi;$WORK/b1945=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zendeskapi -lang=go1.24 -complete -installsuffix shared -buildid op_D4Qz3ME2Xkh5GjJ7Z/op_D4Qz3ME2Xkh5GjJ7Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1945/importcfg -pack ./pkg/detectors/zendeskapi/zendeskapi.go
2025-08-20T23:04:34.9040759Z [00:03:20.187]➜  go tool buildid -w $WORK/b1941/_pkg_.a # internal
2025-08-20T23:04:34.9059748Z [00:03:20.189]➜  cp $WORK/b1941/_pkg_.a /root/.cache/go-build/35/3511d9aaadbb019a47ae584d744216c1fdfd7b3ef45add1bb66e84786eb5cbbe-d # internal
2025-08-20T23:04:34.9062425Z [00:03:20.189]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenkitapi
2025-08-20T23:04:34.9064182Z [00:03:20.190]➜  mkdir -p $WORK/b1946/
2025-08-20T23:04:34.9071870Z [00:03:20.190]➜  cat >/tmp/go-build3700090427/b1946/importcfg << 'EOF' # internal
2025-08-20T23:04:34.9073004Z [00:03:20.190]➜  # import config
2025-08-20T23:04:34.9073778Z [00:03:20.190]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.9074642Z [00:03:20.190]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.9075758Z [00:03:20.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.9077357Z [00:03:20.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.9078882Z [00:03:20.190]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.9080481Z [00:03:20.190]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.9081336Z [00:03:20.190]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.9082142Z [00:03:20.190]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.9083002Z [00:03:20.190]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.9083600Z [00:03:20.190]➜  EOF
2025-08-20T23:04:34.9087697Z [00:03:20.191]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1946/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenkitapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenkitapi;$WORK/b1946=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenkitapi -lang=go1.24 -complete -installsuffix shared -buildid w0OLRhyy-D1G7CE3TbLD/w0OLRhyy-D1G7CE3TbLD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1946/importcfg -pack ./pkg/detectors/zenkitapi/zenkitapi.go
2025-08-20T23:04:34.9140725Z [00:03:20.197]➜  go tool buildid -w $WORK/b1943/_pkg_.a # internal
2025-08-20T23:04:34.9155465Z [00:03:20.198]➜  cp $WORK/b1943/_pkg_.a /root/.cache/go-build/cb/cbaab6940bd10ac163622f180f283409888ecde54b162223f523450be53c13bd-d # internal
2025-08-20T23:04:34.9161473Z [00:03:20.199]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenrows
2025-08-20T23:04:34.9162265Z [00:03:20.199]➜  mkdir -p $WORK/b1947/
2025-08-20T23:04:34.9168277Z [00:03:20.200]➜  go tool buildid -w $WORK/b1944/_pkg_.a # internal
2025-08-20T23:04:34.9175923Z [00:03:20.200]➜  cat >/tmp/go-build3700090427/b1947/importcfg << 'EOF' # internal
2025-08-20T23:04:34.9176589Z [00:03:20.201]➜  # import config
2025-08-20T23:04:34.9177270Z [00:03:20.201]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.9178066Z [00:03:20.201]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.9179148Z [00:03:20.201]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.9180739Z [00:03:20.201]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.9182229Z [00:03:20.201]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.9183562Z [00:03:20.201]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.9184456Z [00:03:20.201]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.9185233Z [00:03:20.201]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.9186032Z [00:03:20.201]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.9186765Z [00:03:20.201]➜  EOF
2025-08-20T23:04:34.9222412Z [00:03:20.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1947/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenrows=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenrows;$WORK/b1947=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenrows -lang=go1.24 -complete -installsuffix shared -buildid CvEIES33quWa1-xE36Hy/CvEIES33quWa1-xE36Hy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1947/importcfg -pack ./pkg/detectors/zenrows/zenrows.go
2025-08-20T23:04:34.9227118Z [00:03:20.201]➜  cp $WORK/b1944/_pkg_.a /root/.cache/go-build/4b/4bee733a70d53e23e8de24bc68922b209bc9d663ad5c2aa23bde49fd25526a18-d # internal
2025-08-20T23:04:34.9228446Z [00:03:20.201]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenscrape
2025-08-20T23:04:34.9229175Z [00:03:20.201]➜  mkdir -p $WORK/b1948/
2025-08-20T23:04:34.9233100Z [00:03:20.203]➜  cat >/tmp/go-build3700090427/b1948/importcfg << 'EOF' # internal
2025-08-20T23:04:34.9233927Z [00:03:20.203]➜  # import config
2025-08-20T23:04:34.9234568Z [00:03:20.203]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.9235355Z [00:03:20.203]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.9236469Z [00:03:20.203]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.9237921Z [00:03:20.203]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.9239641Z [00:03:20.203]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.9241111Z [00:03:20.203]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.9242018Z [00:03:20.203]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.9242842Z [00:03:20.203]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.9243671Z [00:03:20.203]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.9244266Z [00:03:20.203]➜  EOF
2025-08-20T23:04:34.9248297Z [00:03:20.203]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1948/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenscrape=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenscrape;$WORK/b1948=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenscrape -lang=go1.24 -complete -installsuffix shared -buildid 3FrFdQZiOoAvVuj6nXpu/3FrFdQZiOoAvVuj6nXpu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1948/importcfg -pack ./pkg/detectors/zenscrape/zenscrape.go
2025-08-20T23:04:34.9747169Z [00:03:20.258]➜  go tool buildid -w $WORK/b1946/_pkg_.a # internal
2025-08-20T23:04:34.9750071Z [00:03:20.258]➜  go tool buildid -w $WORK/b1945/_pkg_.a # internal
2025-08-20T23:04:34.9761495Z [00:03:20.259]➜  go tool buildid -w $WORK/b1947/_pkg_.a # internal
2025-08-20T23:04:34.9782177Z [00:03:20.260]➜  cp $WORK/b1946/_pkg_.a /root/.cache/go-build/3b/3b06ebe9604b39a6ec3dd84e53746807521a95cd36b585a35d8e63faec3e57e0-d # internal
2025-08-20T23:04:34.9783535Z [00:03:20.260]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenserp
2025-08-20T23:04:34.9784277Z [00:03:20.260]➜  mkdir -p $WORK/b1949/
2025-08-20T23:04:34.9785458Z [00:03:20.260]➜  cp $WORK/b1945/_pkg_.a /root/.cache/go-build/7f/7fc0d179b6df03b293217f8d9f8d3663fa8a013ba1c151c556cc52fce8a555de-d # internal
2025-08-20T23:04:34.9786973Z [00:03:20.260]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zeplin
2025-08-20T23:04:34.9787698Z [00:03:20.260]➜  mkdir -p $WORK/b1950/
2025-08-20T23:04:34.9788421Z [00:03:20.260]➜  cat >/tmp/go-build3700090427/b1949/importcfg << 'EOF' # internal
2025-08-20T23:04:34.9789076Z [00:03:20.260]➜  # import config
2025-08-20T23:04:34.9789905Z [00:03:20.260]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.9790728Z [00:03:20.260]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.9791884Z [00:03:20.260]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.9793348Z [00:03:20.260]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.9794840Z [00:03:20.260]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.9796785Z [00:03:20.260]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.9797691Z [00:03:20.260]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.9798510Z [00:03:20.260]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.9799499Z [00:03:20.260]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.9800372Z [00:03:20.260]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:34.9801135Z [00:03:20.260]➜  EOF
2025-08-20T23:04:34.9804916Z [00:03:20.260]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1949/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenserp=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenserp;$WORK/b1949=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenserp -lang=go1.24 -complete -installsuffix shared -buildid ouAoxMIP9UqvIqyrcSL9/ouAoxMIP9UqvIqyrcSL9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1949/importcfg -pack ./pkg/detectors/zenserp/zenserp.go
2025-08-20T23:04:34.9810397Z [00:03:20.260]➜  cat >/tmp/go-build3700090427/b1950/importcfg << 'EOF' # internal
2025-08-20T23:04:34.9811197Z [00:03:20.260]➜  # import config
2025-08-20T23:04:34.9811818Z [00:03:20.260]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.9812571Z [00:03:20.260]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.9813615Z [00:03:20.260]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.9814952Z [00:03:20.260]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.9816398Z [00:03:20.260]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.9817667Z [00:03:20.260]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.9818680Z [00:03:20.260]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.9819615Z [00:03:20.260]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.9820408Z [00:03:20.260]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.9820995Z [00:03:20.260]➜  EOF
2025-08-20T23:04:34.9834103Z [00:03:20.260]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1950/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zeplin=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zeplin;$WORK/b1950=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zeplin -lang=go1.24 -complete -installsuffix shared -buildid iwe0Al0zrzDLEo9Eocp4/iwe0Al0zrzDLEo9Eocp4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1950/importcfg -pack ./pkg/detectors/zeplin/zeplin.go
2025-08-20T23:04:34.9837921Z [00:03:20.264]➜  cp $WORK/b1947/_pkg_.a /root/.cache/go-build/2f/2fe4610c4458b06cb4161c7887d3f875781c644aa119474b916b334af8484006-d # internal
2025-08-20T23:04:34.9839250Z [00:03:20.266]➜  go tool buildid -w $WORK/b1948/_pkg_.a # internal
2025-08-20T23:04:34.9840340Z [00:03:20.266]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerobounce
2025-08-20T23:04:34.9841127Z [00:03:20.266]➜  mkdir -p $WORK/b1951/
2025-08-20T23:04:34.9841842Z [00:03:20.266]➜  cat >/tmp/go-build3700090427/b1951/importcfg << 'EOF' # internal
2025-08-20T23:04:34.9842542Z [00:03:20.266]➜  # import config
2025-08-20T23:04:34.9843675Z [00:03:20.266]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.9844722Z [00:03:20.267]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.9846245Z [00:03:20.267]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.9848005Z [00:03:20.267]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.9849987Z [00:03:20.267]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.9851567Z [00:03:20.267]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.9852728Z [00:03:20.267]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.9853810Z [00:03:20.267]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.9856803Z [00:03:20.267]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.9857419Z [00:03:20.267]➜  EOF
2025-08-20T23:04:34.9865207Z [00:03:20.267]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1951/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerobounce=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerobounce;$WORK/b1951=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerobounce -lang=go1.24 -complete -installsuffix shared -buildid LUgwAQ71vEYW291ubhMi/LUgwAQ71vEYW291ubhMi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1951/importcfg -pack ./pkg/detectors/zerobounce/zerobounce.go
2025-08-20T23:04:34.9875551Z [00:03:20.269]➜  cp $WORK/b1948/_pkg_.a /root/.cache/go-build/cd/cd446bb539a2ddcb5a35cb3f0497616a0c739259339be85cf41e271c41000a10-d # internal
2025-08-20T23:04:34.9877040Z [00:03:20.270]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerotier
2025-08-20T23:04:34.9877762Z [00:03:20.270]➜  mkdir -p $WORK/b1952/
2025-08-20T23:04:34.9878473Z [00:03:20.270]➜  cat >/tmp/go-build3700090427/b1952/importcfg << 'EOF' # internal
2025-08-20T23:04:34.9879115Z [00:03:20.270]➜  # import config
2025-08-20T23:04:34.9879906Z [00:03:20.270]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:34.9880702Z [00:03:20.270]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:34.9881798Z [00:03:20.270]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:34.9883389Z [00:03:20.270]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:34.9885025Z [00:03:20.270]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:34.9886406Z [00:03:20.270]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:34.9887433Z [00:03:20.270]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:34.9888276Z [00:03:20.270]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:34.9889120Z [00:03:20.270]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:34.9889877Z [00:03:20.270]➜  EOF
2025-08-20T23:04:34.9893758Z [00:03:20.270]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1952/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerotier=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerotier;$WORK/b1952=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerotier -lang=go1.24 -complete -installsuffix shared -buildid 0Y_zbxQTJslMWUHlh9sa/0Y_zbxQTJslMWUHlh9sa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1952/importcfg -pack ./pkg/detectors/zerotier/zerotier.go
2025-08-20T23:04:35.0359207Z [00:03:20.319]➜  go tool buildid -w $WORK/b1950/_pkg_.a # internal
2025-08-20T23:04:35.0372235Z [00:03:20.320]➜  cp $WORK/b1950/_pkg_.a /root/.cache/go-build/98/986ab5e2eea97a6b98c4a7c5277fbe4959b3022905344f90dccd69091e2c03a5-d # internal
2025-08-20T23:04:35.0383730Z [00:03:20.322]➜  go tool buildid -w $WORK/b1949/_pkg_.a # internal
2025-08-20T23:04:35.0387095Z [00:03:20.322]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipapi
2025-08-20T23:04:35.0392040Z [00:03:20.322]➜  mkdir -p $WORK/b1953/
2025-08-20T23:04:35.0394965Z [00:03:20.323]➜  cat >/tmp/go-build3700090427/b1953/importcfg << 'EOF' # internal
2025-08-20T23:04:35.0396130Z [00:03:20.323]➜  # import config
2025-08-20T23:04:35.0410415Z [00:03:20.323]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.0411791Z [00:03:20.323]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.0413903Z [00:03:20.323]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:35.0415453Z [00:03:20.323]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:35.0417246Z [00:03:20.323]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:35.0418618Z [00:03:20.323]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:35.0419774Z [00:03:20.323]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.0420612Z [00:03:20.323]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:35.0421448Z [00:03:20.323]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.0422064Z [00:03:20.323]➜  EOF
2025-08-20T23:04:35.0434275Z [00:03:20.326]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1953/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipapi;$WORK/b1953=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipapi -lang=go1.24 -complete -installsuffix shared -buildid iPrMrywkwow4wpYQ02qQ/iPrMrywkwow4wpYQ02qQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1953/importcfg -pack ./pkg/detectors/zipapi/zipapi.go
2025-08-20T23:04:35.0441044Z [00:03:20.327]➜  cp $WORK/b1949/_pkg_.a /root/.cache/go-build/81/8116dc7e30c2d92c7efa2dd9c180b0d3970332afdef8e410137c458666b6c2ed-d # internal
2025-08-20T23:04:35.0457307Z [00:03:20.328]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipbooks
2025-08-20T23:04:35.0458074Z [00:03:20.328]➜  mkdir -p $WORK/b1954/
2025-08-20T23:04:35.0458781Z [00:03:20.328]➜  cat >/tmp/go-build3700090427/b1954/importcfg << 'EOF' # internal
2025-08-20T23:04:35.0459779Z [00:03:20.328]➜  # import config
2025-08-20T23:04:35.0460458Z [00:03:20.328]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.0461264Z [00:03:20.329]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.0462410Z [00:03:20.329]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:35.0463996Z [00:03:20.329]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:35.0465531Z [00:03:20.329]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:35.0466789Z [00:03:20.329]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:35.0467695Z [00:03:20.329]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.0468504Z [00:03:20.329]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:35.0469620Z [00:03:20.329]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.0470261Z [00:03:20.329]➜  EOF
2025-08-20T23:04:35.0474068Z [00:03:20.329]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1954/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipbooks=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipbooks;$WORK/b1954=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipbooks -lang=go1.24 -complete -installsuffix shared -buildid iiV6Lq06e8tW-kcoYSRA/iiV6Lq06e8tW-kcoYSRA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1954/importcfg -pack ./pkg/detectors/zipbooks/zipbooks.go
2025-08-20T23:04:35.0524833Z [00:03:20.336]➜  go tool buildid -w $WORK/b1951/_pkg_.a # internal
2025-08-20T23:04:35.0531964Z [00:03:20.336]➜  go tool buildid -w $WORK/b1952/_pkg_.a # internal
2025-08-20T23:04:35.0549206Z [00:03:20.337]➜  cp $WORK/b1951/_pkg_.a /root/.cache/go-build/0f/0ff8f225e9d869cc97377cc22fc5c2e48ffd4f439e1ab78afd748fead92ab1c0-d # internal
2025-08-20T23:04:35.0571682Z [00:03:20.338]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodeapi
2025-08-20T23:04:35.0572502Z [00:03:20.338]➜  mkdir -p $WORK/b1955/
2025-08-20T23:04:35.0573678Z [00:03:20.338]➜  cp $WORK/b1952/_pkg_.a /root/.cache/go-build/44/441eed2f2a7120602b15e752159a0d219b0b0283dcd122c509cd75c9a8ba4a32-d # internal
2025-08-20T23:04:35.0574934Z [00:03:20.338]➜  cat >/tmp/go-build3700090427/b1955/importcfg << 'EOF' # internal
2025-08-20T23:04:35.0575789Z [00:03:20.338]➜  # import config
2025-08-20T23:04:35.0576430Z [00:03:20.338]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.0577210Z [00:03:20.338]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.0578326Z [00:03:20.338]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:35.0583510Z [00:03:20.338]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:35.0585135Z [00:03:20.338]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:35.0586673Z [00:03:20.338]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:35.0587695Z [00:03:20.338]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.0588518Z [00:03:20.338]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:35.0589546Z [00:03:20.338]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.0590171Z [00:03:20.338]➜  EOF
2025-08-20T23:04:35.0594185Z [00:03:20.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1955/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodeapi=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodeapi;$WORK/b1955=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodeapi -lang=go1.24 -complete -installsuffix shared -buildid oQvT-Df9WxzflMEDuUyl/oQvT-Df9WxzflMEDuUyl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1955/importcfg -pack ./pkg/detectors/zipcodeapi/zipcodeapi.go
2025-08-20T23:04:35.0597847Z [00:03:20.339]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodebase
2025-08-20T23:04:35.0598582Z [00:03:20.339]➜  mkdir -p $WORK/b1956/
2025-08-20T23:04:35.0599264Z [00:03:20.339]➜  cat >/tmp/go-build3700090427/b1956/importcfg << 'EOF' # internal
2025-08-20T23:04:35.0600078Z [00:03:20.339]➜  # import config
2025-08-20T23:04:35.0600704Z [00:03:20.339]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.0601475Z [00:03:20.339]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.0602583Z [00:03:20.339]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:35.0604057Z [00:03:20.339]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:35.0605730Z [00:03:20.339]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:35.0607050Z [00:03:20.339]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:35.0607954Z [00:03:20.339]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.0608749Z [00:03:20.339]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:35.0618282Z [00:03:20.339]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.0618963Z [00:03:20.339]➜  EOF
2025-08-20T23:04:35.0623008Z [00:03:20.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1956/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodebase=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodebase;$WORK/b1956=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodebase -lang=go1.24 -complete -installsuffix shared -buildid 3UQ2GQaWkwpQ3XKQp1x6/3UQ2GQaWkwpQ3XKQp1x6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1956/importcfg -pack ./pkg/detectors/zipcodebase/zipcodebase.go
2025-08-20T23:04:35.1104114Z [00:03:20.393]➜  go tool buildid -w $WORK/b1955/_pkg_.a # internal
2025-08-20T23:04:35.1114268Z [00:03:20.395]➜  go tool buildid -w $WORK/b1953/_pkg_.a # internal
2025-08-20T23:04:35.1118886Z [00:03:20.395]➜  cp $WORK/b1955/_pkg_.a /root/.cache/go-build/0e/0e233e036cae924d9eddf1a313d2866ceb5b32b13ba56c80eed75fb2d5f79f05-d # internal
2025-08-20T23:04:35.1127405Z [00:03:20.395]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zohocrm
2025-08-20T23:04:35.1130149Z [00:03:20.395]➜  mkdir -p $WORK/b1957/
2025-08-20T23:04:35.1130846Z [00:03:20.396]➜  cat >/tmp/go-build3700090427/b1957/importcfg << 'EOF' # internal
2025-08-20T23:04:35.1131510Z [00:03:20.396]➜  # import config
2025-08-20T23:04:35.1138312Z [00:03:20.396]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.1139287Z [00:03:20.396]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:35.1143482Z [00:03:20.396]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.1144847Z [00:03:20.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:35.1146286Z [00:03:20.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:35.1147777Z [00:03:20.396]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:35.1149035Z [00:03:20.396]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:35.1150128Z [00:03:20.396]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.1150930Z [00:03:20.396]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:35.1151556Z [00:03:20.396]➜  EOF
2025-08-20T23:04:35.1161681Z [00:03:20.396]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1957/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zohocrm=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zohocrm;$WORK/b1957=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zohocrm -lang=go1.24 -complete -installsuffix shared -buildid 7q1V7VE4LQtct0bVP0e0/7q1V7VE4LQtct0bVP0e0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1957/importcfg -pack ./pkg/detectors/zohocrm/zohocrm.go
2025-08-20T23:04:35.1167310Z [00:03:20.397]➜  cp $WORK/b1953/_pkg_.a /root/.cache/go-build/f5/f5289203ee4beda26271e6952fd614cbd3d325e17e1d0ed2fc91ac4d59260882-d # internal
2025-08-20T23:04:35.1170159Z [00:03:20.397]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zonkafeedback
2025-08-20T23:04:35.1172889Z [00:03:20.397]➜  mkdir -p $WORK/b1958/
2025-08-20T23:04:35.1173649Z [00:03:20.397]➜  cat >/tmp/go-build3700090427/b1958/importcfg << 'EOF' # internal
2025-08-20T23:04:35.1174281Z [00:03:20.397]➜  # import config
2025-08-20T23:04:35.1175100Z [00:03:20.397]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.1175907Z [00:03:20.397]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.1185806Z [00:03:20.397]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:35.1187328Z [00:03:20.397]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:35.1188948Z [00:03:20.397]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:35.1190461Z [00:03:20.397]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:35.1191366Z [00:03:20.397]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.1192120Z [00:03:20.397]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:35.1192957Z [00:03:20.397]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.1193520Z [00:03:20.397]➜  EOF
2025-08-20T23:04:35.1199824Z [00:03:20.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1958/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zonkafeedback=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zonkafeedback;$WORK/b1958=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zonkafeedback -lang=go1.24 -complete -installsuffix shared -buildid q3W-AXLv6lA0WSHNAegz/q3W-AXLv6lA0WSHNAegz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1958/importcfg -pack ./pkg/detectors/zonkafeedback/zonkafeedback.go
2025-08-20T23:04:35.1205518Z [00:03:20.399]➜  go tool buildid -w $WORK/b1956/_pkg_.a # internal
2025-08-20T23:04:35.1207343Z [00:03:20.401]➜  cp $WORK/b1956/_pkg_.a /root/.cache/go-build/78/783a7b81006a3341d84a27be5d3954ef0619f20f752927841b9709b83ea2407d-d # internal
2025-08-20T23:04:35.1209697Z [00:03:20.401]➜  github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zulipchat
2025-08-20T23:04:35.1210789Z [00:03:20.401]➜  mkdir -p $WORK/b1959/
2025-08-20T23:04:35.1211703Z [00:03:20.402]➜  cat >/tmp/go-build3700090427/b1959/importcfg << 'EOF' # internal
2025-08-20T23:04:35.1212681Z [00:03:20.402]➜  # import config
2025-08-20T23:04:35.1213501Z [00:03:20.402]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.1214749Z [00:03:20.402]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:35.1215820Z [00:03:20.402]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.1217415Z [00:03:20.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:35.1219149Z [00:03:20.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:35.1220949Z [00:03:20.402]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:35.1223165Z [00:03:20.402]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:04:35.1224125Z [00:03:20.402]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.1224955Z [00:03:20.402]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:35.1225611Z [00:03:20.402]➜  EOF
2025-08-20T23:04:35.1229735Z [00:03:20.402]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1959/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zulipchat=>github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zulipchat;$WORK/b1959=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zulipchat -lang=go1.24 -complete -installsuffix shared -buildid l1gPxVINfu6FhTgno79Q/l1gPxVINfu6FhTgno79Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1959/importcfg -pack ./pkg/detectors/zulipchat/zulipchat.go
2025-08-20T23:04:35.1233319Z [00:03:20.402]➜  go tool buildid -w $WORK/b1954/_pkg_.a # internal
2025-08-20T23:04:35.1234822Z [00:03:20.406]➜  cp $WORK/b1954/_pkg_.a /root/.cache/go-build/e6/e65481e366f8881bb9ca3fadca4c74d3ba397a8359c36231f8c89c70509d9a49-d # internal
2025-08-20T23:04:35.1236168Z [00:03:20.406]➜  github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer
2025-08-20T23:04:35.1240123Z [00:03:20.407]➜  mkdir -p $WORK/b1961/
2025-08-20T23:04:35.1241187Z [00:03:20.407]➜  cat >/tmp/go-build3700090427/b1961/importcfg << 'EOF' # internal
2025-08-20T23:04:35.1241889Z [00:03:20.407]➜  # import config
2025-08-20T23:04:35.1242531Z [00:03:20.407]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:35.1243607Z [00:03:20.407]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:04:35.1244978Z [00:03:20.407]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:04:35.1246383Z [00:03:20.407]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:35.1247445Z [00:03:20.407]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.1248210Z [00:03:20.407]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:35.1248784Z [00:03:20.407]➜  EOF
2025-08-20T23:04:35.1252776Z [00:03:20.407]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1961/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/buffer=>github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer;$WORK/b1961=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer -lang=go1.24 -complete -installsuffix shared -buildid 13lRPIPtikEqWb6RcgLr/13lRPIPtikEqWb6RcgLr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1961/importcfg -pack ./pkg/buffers/buffer/buffer.go ./pkg/buffers/buffer/metrics.go
2025-08-20T23:04:35.1781402Z [00:03:20.460]➜  go tool buildid -w $WORK/b1958/_pkg_.a # internal
2025-08-20T23:04:35.1785022Z [00:03:20.462]➜  cp $WORK/b1958/_pkg_.a /root/.cache/go-build/af/af4fe89137a7569c33cc49c26eb4ab182210f9956e55b627c2f8d0736975854e-d # internal
2025-08-20T23:04:35.1787851Z [00:03:20.462]➜  github.com/kjk/lzma
2025-08-20T23:04:35.1788946Z [00:03:20.462]➜  mkdir -p $WORK/b1964/
2025-08-20T23:04:35.1792086Z [00:03:20.462]➜  go tool buildid -w $WORK/b1959/_pkg_.a # internal
2025-08-20T23:04:35.1796482Z [00:03:20.463]➜  cat >/tmp/go-build3700090427/b1964/importcfg << 'EOF' # internal
2025-08-20T23:04:35.1797504Z [00:03:20.463]➜  # import config
2025-08-20T23:04:35.1810356Z [00:03:20.463]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:35.1811265Z [00:03:20.463]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:35.1812127Z [00:03:20.463]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.1813749Z [00:03:20.463]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.1814506Z [00:03:20.463]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:35.1815306Z [00:03:20.463]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.1815889Z [00:03:20.463]➜  EOF
2025-08-20T23:04:35.1827306Z [00:03:20.463]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1964/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kjk/lzma@v0.0.0-20161016003348-3fd93898850d=>github.com/kjk/lzma@v0.0.0-20161016003348-3fd93898850d;$WORK/b1964=>" -p github.com/kjk/lzma -lang=go1.16 -complete -installsuffix shared -buildid DQi7P4nfN9ZEH7KSlcAl/DQi7P4nfN9ZEH7KSlcAl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1964/importcfg -pack /root/go/pkg/mod/github.com/kjk/lzma@v0.0.0-20161016003348-3fd93898850d/lz_bin_tree.go /root/go/pkg/mod/github.com/kjk/lzma@v0.0.0-20161016003348-3fd93898850d/lz_window.go /root/go/pkg/mod/github.com/kjk/lzma@v0.0.0-20161016003348-3fd93898850d/lzma_decoder.go /root/go/pkg/mod/github.com/kjk/lzma@v0.0.0-20161016003348-3fd93898850d/lzma_encoder.go /root/go/pkg/mod/github.com/kjk/lzma@v0.0.0-20161016003348-3fd93898850d/lzma_len_coder.go /root/go/pkg/mod/github.com/kjk/lzma@v0.0.0-20161016003348-3fd93898850d/lzma_lit_coder.go /root/go/pkg/mod/github.com/kjk/lzma@v0.0.0-20161016003348-3fd93898850d/range_bit_tree_coder.go /root/go/pkg/mod/github.com/kjk/lzma@v0.0.0-20161016003348-3fd93898850d/range_coder.go /root/go/pkg/mod/github.com/kjk/lzma@v0.0.0-20161016003348-3fd93898850d/util.go
2025-08-20T23:04:35.1843524Z [00:03:20.467]➜  cp $WORK/b1959/_pkg_.a /root/.cache/go-build/92/928f8ee69b49c6d7be52906ba510d5e4fecee8911d0098fe6e34baa86f7b5c9b-d # internal
2025-08-20T23:04:35.1852802Z [00:03:20.468]➜  golang.org/x/crypto/openpgp/errors
2025-08-20T23:04:35.1859156Z [00:03:20.468]➜  mkdir -p $WORK/b1967/
2025-08-20T23:04:35.1860053Z [00:03:20.468]➜  cat >/tmp/go-build3700090427/b1967/importcfg << 'EOF' # internal
2025-08-20T23:04:35.1860713Z [00:03:20.468]➜  # import config
2025-08-20T23:04:35.1861326Z [00:03:20.468]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:35.1861955Z [00:03:20.468]➜  EOF
2025-08-20T23:04:35.1865593Z [00:03:20.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1967/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/errors=>golang.org/x/crypto@v0.40.0/openpgp/errors;$WORK/b1967=>" -p golang.org/x/crypto/openpgp/errors -lang=go1.23 -complete -installsuffix shared -buildid AeNerwuTn7EpBu1VN0ZW/AeNerwuTn7EpBu1VN0ZW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1967/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/errors/errors.go
2025-08-20T23:04:35.1869106Z [00:03:20.469]➜  go tool buildid -w $WORK/b1957/_pkg_.a # internal
2025-08-20T23:04:35.1874487Z [00:03:20.471]➜  cp $WORK/b1957/_pkg_.a /root/.cache/go-build/45/45b1d7783a9e7d44b8cc902479bd44757863d3fa9647a26717dfc32d80311c0f-d # internal
2025-08-20T23:04:35.1912971Z [00:03:20.474]➜  github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults
2025-08-20T23:04:35.1915685Z [00:03:20.474]➜  mkdir -p $WORK/b924/
2025-08-20T23:04:35.2003794Z [00:03:20.480]➜  cat >/tmp/go-build3700090427/b924/importcfg << 'EOF' # internal
2025-08-20T23:04:35.2036184Z [00:03:20.480]➜  # import config
2025-08-20T23:04:35.2037363Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:35.2039627Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abuseipdb=/tmp/go-build3700090427/b925/_pkg_.a
2025-08-20T23:04:35.2041625Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abyssale=/tmp/go-build3700090427/b926/_pkg_.a
2025-08-20T23:04:35.2043379Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1=/tmp/go-build3700090427/b927/_pkg_.a
2025-08-20T23:04:35.2045136Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v2=/tmp/go-build3700090427/b928/_pkg_.a
2025-08-20T23:04:35.2046838Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adafruitio=/tmp/go-build3700090427/b929/_pkg_.a
2025-08-20T23:04:35.2048485Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adzuna=/tmp/go-build3700090427/b930/_pkg_.a
2025-08-20T23:04:35.2050300Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aeroworkflow=/tmp/go-build3700090427/b931/_pkg_.a
2025-08-20T23:04:35.2051791Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/agora=/tmp/go-build3700090427/b932/_pkg_.a
2025-08-20T23:04:35.2053230Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aha=/tmp/go-build3700090427/b933/_pkg_.a
2025-08-20T23:04:35.2054736Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeprojectkey=/tmp/go-build3700090427/b934/_pkg_.a
2025-08-20T23:04:35.2056625Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeuserkey=/tmp/go-build3700090427/b935/_pkg_.a
2025-08-20T23:04:35.2058475Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airship=/tmp/go-build3700090427/b936/_pkg_.a
2025-08-20T23:04:35.2060388Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtableoauth=/tmp/go-build3700090427/b937/_pkg_.a
2025-08-20T23:04:35.2062269Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtablepersonalaccesstoken=/tmp/go-build3700090427/b938/_pkg_.a
2025-08-20T23:04:35.2064121Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airvisual=/tmp/go-build3700090427/b939/_pkg_.a
2025-08-20T23:04:35.2068373Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aiven=/tmp/go-build3700090427/b940/_pkg_.a
2025-08-20T23:04:35.2072622Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alchemy=/tmp/go-build3700090427/b941/_pkg_.a
2025-08-20T23:04:35.2075726Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alegra=/tmp/go-build3700090427/b942/_pkg_.a
2025-08-20T23:04:35.2078660Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aletheiaapi=/tmp/go-build3700090427/b943/_pkg_.a
2025-08-20T23:04:35.2081504Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/algoliaadminkey=/tmp/go-build3700090427/b944/_pkg_.a
2025-08-20T23:04:35.2083417Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alibaba=/tmp/go-build3700090427/b945/_pkg_.a
2025-08-20T23:04:35.2085013Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alienvault=/tmp/go-build3700090427/b946/_pkg_.a
2025-08-20T23:04:35.2086623Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/allsports=/tmp/go-build3700090427/b947/_pkg_.a
2025-08-20T23:04:35.2088406Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amadeus=/tmp/go-build3700090427/b948/_pkg_.a
2025-08-20T23:04:35.2101992Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ambee=/tmp/go-build3700090427/b949/_pkg_.a
2025-08-20T23:04:35.2104034Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amplitudeapikey=/tmp/go-build3700090427/b950/_pkg_.a
2025-08-20T23:04:35.2105796Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anthropic=/tmp/go-build3700090427/b951/_pkg_.a
2025-08-20T23:04:35.2107428Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anypoint=/tmp/go-build3700090427/b952/_pkg_.a
2025-08-20T23:04:35.2109008Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apacta=/tmp/go-build3700090427/b953/_pkg_.a
2025-08-20T23:04:35.2110793Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/api2cart=/tmp/go-build3700090427/b954/_pkg_.a
2025-08-20T23:04:35.2112436Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apideck=/tmp/go-build3700090427/b955/_pkg_.a
2025-08-20T23:04:35.2114143Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apiflash=/tmp/go-build3700090427/b956/_pkg_.a
2025-08-20T23:04:35.2115817Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apifonica=/tmp/go-build3700090427/b957/_pkg_.a
2025-08-20T23:04:35.2117534Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apify=/tmp/go-build3700090427/b958/_pkg_.a
2025-08-20T23:04:35.2119183Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apilayer=/tmp/go-build3700090427/b959/_pkg_.a
2025-08-20T23:04:35.2121035Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimatic=/tmp/go-build3700090427/b960/_pkg_.a
2025-08-20T23:04:35.2130138Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimetrics=/tmp/go-build3700090427/b961/_pkg_.a
2025-08-20T23:04:35.2132006Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apitemplate=/tmp/go-build3700090427/b962/_pkg_.a
2025-08-20T23:04:35.2136676Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appcues=/tmp/go-build3700090427/b963/_pkg_.a
2025-08-20T23:04:35.2138354Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appfollow=/tmp/go-build3700090427/b964/_pkg_.a
2025-08-20T23:04:35.2140308Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appointedd=/tmp/go-build3700090427/b965/_pkg_.a
2025-08-20T23:04:35.2141987Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appoptics=/tmp/go-build3700090427/b966/_pkg_.a
2025-08-20T23:04:35.2144335Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appsynergy=/tmp/go-build3700090427/b967/_pkg_.a
2025-08-20T23:04:35.2146506Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apptivo=/tmp/go-build3700090427/b968/_pkg_.a
2025-08-20T23:04:35.2148942Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artifactory=/tmp/go-build3700090427/b969/_pkg_.a
2025-08-20T23:04:35.2151490Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artsy=/tmp/go-build3700090427/b970/_pkg_.a
2025-08-20T23:04:35.2154207Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanaoauth=/tmp/go-build3700090427/b971/_pkg_.a
2025-08-20T23:04:35.2156662Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanapersonalaccesstoken=/tmp/go-build3700090427/b972/_pkg_.a
2025-08-20T23:04:35.2159016Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/assemblyai=/tmp/go-build3700090427/b973/_pkg_.a
2025-08-20T23:04:35.2161519Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atera=/tmp/go-build3700090427/b974/_pkg_.a
2025-08-20T23:04:35.2163819Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v1=/tmp/go-build3700090427/b975/_pkg_.a
2025-08-20T23:04:35.2165897Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v2=/tmp/go-build3700090427/b976/_pkg_.a
2025-08-20T23:04:35.2167534Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/audd=/tmp/go-build3700090427/b977/_pkg_.a
2025-08-20T23:04:35.2169241Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0managementapitoken=/tmp/go-build3700090427/b978/_pkg_.a
2025-08-20T23:04:35.2171641Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0oauth=/tmp/go-build3700090427/b979/_pkg_.a
2025-08-20T23:04:35.2173961Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autodesk=/tmp/go-build3700090427/b980/_pkg_.a
2025-08-20T23:04:35.2177121Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autoklose=/tmp/go-build3700090427/b981/_pkg_.a
2025-08-20T23:04:35.2188392Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autopilot=/tmp/go-build3700090427/b982/_pkg_.a
2025-08-20T23:04:35.2190712Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/avazapersonalaccesstoken=/tmp/go-build3700090427/b983/_pkg_.a
2025-08-20T23:04:35.2192570Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aviationstack=/tmp/go-build3700090427/b984/_pkg_.a
2025-08-20T23:04:35.2201863Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/access_keys=/tmp/go-build3700090427/b985/_pkg_.a
2025-08-20T23:04:35.2203630Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/session_keys=/tmp/go-build3700090427/b1061/_pkg_.a
2025-08-20T23:04:35.2205539Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/axonaut=/tmp/go-build3700090427/b1062/_pkg_.a
2025-08-20T23:04:35.2207198Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aylien=/tmp/go-build3700090427/b1063/_pkg_.a
2025-08-20T23:04:35.2208842Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ayrshare=/tmp/go-build3700090427/b1064/_pkg_.a
2025-08-20T23:04:35.2210874Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_batch=/tmp/go-build3700090427/b1065/_pkg_.a
2025-08-20T23:04:35.2212579Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_cosmosdb=/tmp/go-build3700090427/b1066/_pkg_.a
2025-08-20T23:04:35.2214366Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/refreshtoken=/tmp/go-build3700090427/b1067/_pkg_.a
2025-08-20T23:04:35.2216296Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v1=/tmp/go-build3700090427/b1070/_pkg_.a
2025-08-20T23:04:35.2218292Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2=/tmp/go-build3700090427/b1072/_pkg_.a
2025-08-20T23:04:35.2229708Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_openai=/tmp/go-build3700090427/b1073/_pkg_.a
2025-08-20T23:04:35.2231781Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_storage=/tmp/go-build3700090427/b1074/_pkg_.a
2025-08-20T23:04:35.2233840Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagement/repositorykey=/tmp/go-build3700090427/b1075/_pkg_.a
2025-08-20T23:04:35.2235945Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagementsubscriptionkey=/tmp/go-build3700090427/b1076/_pkg_.a
2025-08-20T23:04:35.2238189Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureappconfigconnectionstring=/tmp/go-build3700090427/b1077/_pkg_.a
2025-08-20T23:04:35.2251700Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurecontainerregistry=/tmp/go-build3700090427/b1078/_pkg_.a
2025-08-20T23:04:35.2254030Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredevopspersonalaccesstoken=/tmp/go-build3700090427/b1079/_pkg_.a
2025-08-20T23:04:35.2256152Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredirectmanagementkey=/tmp/go-build3700090427/b1080/_pkg_.a
2025-08-20T23:04:35.2258030Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresastoken=/tmp/go-build3700090427/b1081/_pkg_.a
2025-08-20T23:04:35.2260128Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchadminkey=/tmp/go-build3700090427/b1082/_pkg_.a
2025-08-20T23:04:35.2262028Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchquerykey=/tmp/go-build3700090427/b1083/_pkg_.a
2025-08-20T23:04:35.2263868Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v1=/tmp/go-build3700090427/b1084/_pkg_.a
2025-08-20T23:04:35.2265654Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v2=/tmp/go-build3700090427/b1085/_pkg_.a
2025-08-20T23:04:35.2267494Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/baremetrics=/tmp/go-build3700090427/b1086/_pkg_.a
2025-08-20T23:04:35.2269175Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beamer=/tmp/go-build3700090427/b1087/_pkg_.a
2025-08-20T23:04:35.2278981Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beebole=/tmp/go-build3700090427/b1088/_pkg_.a
2025-08-20T23:04:35.2281160Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besttime=/tmp/go-build3700090427/b1089/_pkg_.a
2025-08-20T23:04:35.2282910Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/betterstack=/tmp/go-build3700090427/b1090/_pkg_.a
2025-08-20T23:04:35.2284587Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/billomat=/tmp/go-build3700090427/b1091/_pkg_.a
2025-08-20T23:04:35.2286430Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bingsubscriptionkey=/tmp/go-build3700090427/b1092/_pkg_.a
2025-08-20T23:04:35.2288268Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbar=/tmp/go-build3700090427/b1093/_pkg_.a
2025-08-20T23:04:35.2290374Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbucketapppassword=/tmp/go-build3700090427/b1094/_pkg_.a
2025-08-20T23:04:35.2292261Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitcoinaverage=/tmp/go-build3700090427/b1095/_pkg_.a
2025-08-20T23:04:35.2293992Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitfinex=/tmp/go-build3700090427/b1096/_pkg_.a
2025-08-20T23:04:35.2297981Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitlyaccesstoken=/tmp/go-build3700090427/b1097/_pkg_.a
2025-08-20T23:04:35.2301050Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex=/tmp/go-build3700090427/b1098/_pkg_.a
2025-08-20T23:04:35.2302762Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter=/tmp/go-build3700090427/b1099/_pkg_.a
2025-08-20T23:04:35.2304477Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp=/tmp/go-build3700090427/b1100/_pkg_.a
2025-08-20T23:04:35.2306305Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blogger=/tmp/go-build3700090427/b1101/_pkg_.a
2025-08-20T23:04:35.2307995Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bombbomb=/tmp/go-build3700090427/b1102/_pkg_.a
2025-08-20T23:04:35.2311389Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boostnote=/tmp/go-build3700090427/b1103/_pkg_.a
2025-08-20T23:04:35.2313132Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/borgbase=/tmp/go-build3700090427/b1104/_pkg_.a
2025-08-20T23:04:35.2314737Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/box=/tmp/go-build3700090427/b1105/_pkg_.a
2025-08-20T23:04:35.2316330Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boxoauth=/tmp/go-build3700090427/b1106/_pkg_.a
2025-08-20T23:04:35.2318090Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/braintreepayments=/tmp/go-build3700090427/b1107/_pkg_.a
2025-08-20T23:04:35.2320103Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v1=/tmp/go-build3700090427/b1108/_pkg_.a
2025-08-20T23:04:35.2337136Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2=/tmp/go-build3700090427/b1109/_pkg_.a
2025-08-20T23:04:35.2338928Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browserstack=/tmp/go-build3700090427/b1110/_pkg_.a
2025-08-20T23:04:35.2341086Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browshot=/tmp/go-build3700090427/b1113/_pkg_.a
2025-08-20T23:04:35.2342759Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bscscan=/tmp/go-build3700090427/b1114/_pkg_.a
2025-08-20T23:04:35.2344443Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buddyns=/tmp/go-build3700090427/b1115/_pkg_.a
2025-08-20T23:04:35.2346341Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/budibase=/tmp/go-build3700090427/b1116/_pkg_.a
2025-08-20T23:04:35.2348188Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugherd=/tmp/go-build3700090427/b1117/_pkg_.a
2025-08-20T23:04:35.2350095Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag=/tmp/go-build3700090427/b1118/_pkg_.a
2025-08-20T23:04:35.2351868Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1=/tmp/go-build3700090427/b1119/_pkg_.a
2025-08-20T23:04:35.2353619Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v2=/tmp/go-build3700090427/b1120/_pkg_.a
2025-08-20T23:04:35.2355325Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul=/tmp/go-build3700090427/b1121/_pkg_.a
2025-08-20T23:04:35.2357001Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms=/tmp/go-build3700090427/b1122/_pkg_.a
2025-08-20T23:04:35.2358670Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms=/tmp/go-build3700090427/b1123/_pkg_.a
2025-08-20T23:04:35.2360466Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou=/tmp/go-build3700090427/b1124/_pkg_.a
2025-08-20T23:04:35.2362050Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific=/tmp/go-build3700090427/b1125/_pkg_.a
2025-08-20T23:04:35.2363923Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendlyapikey=/tmp/go-build3700090427/b1126/_pkg_.a
2025-08-20T23:04:35.2365596Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calorieninja=/tmp/go-build3700090427/b1127/_pkg_.a
2025-08-20T23:04:35.2367138Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/campayn=/tmp/go-build3700090427/b1128/_pkg_.a
2025-08-20T23:04:35.2368797Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cannyio=/tmp/go-build3700090427/b1129/_pkg_.a
2025-08-20T23:04:35.2370747Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/capsulecrm=/tmp/go-build3700090427/b1130/_pkg_.a
2025-08-20T23:04:35.2372353Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v1=/tmp/go-build3700090427/b1131/_pkg_.a
2025-08-20T23:04:35.2374027Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v2=/tmp/go-build3700090427/b1132/_pkg_.a
2025-08-20T23:04:35.2375770Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/carboninterface=/tmp/go-build3700090427/b1133/_pkg_.a
2025-08-20T23:04:35.2377459Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cashboard=/tmp/go-build3700090427/b1134/_pkg_.a
2025-08-20T23:04:35.2379114Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caspio=/tmp/go-build3700090427/b1135/_pkg_.a
2025-08-20T23:04:35.2410831Z [00:03:20.480]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/censys=/tmp/go-build3700090427/b1136/_pkg_.a
2025-08-20T23:04:35.2412621Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/centralstationcrm=/tmp/go-build3700090427/b1137/_pkg_.a
2025-08-20T23:04:35.2414263Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cexio=/tmp/go-build3700090427/b1138/_pkg_.a
2025-08-20T23:04:35.2415902Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chartmogul=/tmp/go-build3700090427/b1139/_pkg_.a
2025-08-20T23:04:35.2417516Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatbot=/tmp/go-build3700090427/b1140/_pkg_.a
2025-08-20T23:04:35.2419587Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatfule=/tmp/go-build3700090427/b1141/_pkg_.a
2025-08-20T23:04:35.2421195Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checio=/tmp/go-build3700090427/b1142/_pkg_.a
2025-08-20T23:04:35.2422899Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checklyhq=/tmp/go-build3700090427/b1143/_pkg_.a
2025-08-20T23:04:35.2424556Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkout=/tmp/go-build3700090427/b1144/_pkg_.a
2025-08-20T23:04:35.2426199Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkvist=/tmp/go-build3700090427/b1145/_pkg_.a
2025-08-20T23:04:35.2427844Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cicero=/tmp/go-build3700090427/b1146/_pkg_.a
2025-08-20T23:04:35.2429703Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1=/tmp/go-build3700090427/b1147/_pkg_.a
2025-08-20T23:04:35.2431399Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v2=/tmp/go-build3700090427/b1148/_pkg_.a
2025-08-20T23:04:35.2433056Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clarifai=/tmp/go-build3700090427/b1149/_pkg_.a
2025-08-20T23:04:35.2434648Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clearbit=/tmp/go-build3700090427/b1150/_pkg_.a
2025-08-20T23:04:35.2436481Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickhelp=/tmp/go-build3700090427/b1151/_pkg_.a
2025-08-20T23:04:35.2438136Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clicksendsms=/tmp/go-build3700090427/b1152/_pkg_.a
2025-08-20T23:04:35.2440072Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickuppersonaltoken=/tmp/go-build3700090427/b1153/_pkg_.a
2025-08-20T23:04:35.2441962Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cliengo=/tmp/go-build3700090427/b1154/_pkg_.a
2025-08-20T23:04:35.2443646Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clientary=/tmp/go-build3700090427/b1155/_pkg_.a
2025-08-20T23:04:35.2445412Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clinchpad=/tmp/go-build3700090427/b1156/_pkg_.a
2025-08-20T23:04:35.2447034Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockify=/tmp/go-build3700090427/b1157/_pkg_.a
2025-08-20T23:04:35.2448763Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockworksms=/tmp/go-build3700090427/b1158/_pkg_.a
2025-08-20T23:04:35.2450626Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/closecrm=/tmp/go-build3700090427/b1159/_pkg_.a
2025-08-20T23:04:35.2452281Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudconvert=/tmp/go-build3700090427/b1160/_pkg_.a
2025-08-20T23:04:35.2453975Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudelements=/tmp/go-build3700090427/b1161/_pkg_.a
2025-08-20T23:04:35.2455732Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareapitoken=/tmp/go-build3700090427/b1162/_pkg_.a
2025-08-20T23:04:35.2457489Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflarecakey=/tmp/go-build3700090427/b1163/_pkg_.a
2025-08-20T23:04:35.2459298Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareglobalapikey=/tmp/go-build3700090427/b1164/_pkg_.a
2025-08-20T23:04:35.2461332Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudimage=/tmp/go-build3700090427/b1165/_pkg_.a
2025-08-20T23:04:35.2463047Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudmersive=/tmp/go-build3700090427/b1166/_pkg_.a
2025-08-20T23:04:35.2464899Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudplan=/tmp/go-build3700090427/b1167/_pkg_.a
2025-08-20T23:04:35.2466651Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudsmith=/tmp/go-build3700090427/b1168/_pkg_.a
2025-08-20T23:04:35.2468328Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloverly=/tmp/go-build3700090427/b1169/_pkg_.a
2025-08-20T23:04:35.2481457Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloze=/tmp/go-build3700090427/b1170/_pkg_.a
2025-08-20T23:04:35.2483194Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clustdoc=/tmp/go-build3700090427/b1171/_pkg_.a
2025-08-20T23:04:35.2484841Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coda=/tmp/go-build3700090427/b1172/_pkg_.a
2025-08-20T23:04:35.2486499Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codacy=/tmp/go-build3700090427/b1173/_pkg_.a
2025-08-20T23:04:35.2488291Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codeclimate=/tmp/go-build3700090427/b1174/_pkg_.a
2025-08-20T23:04:35.2490234Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codemagic=/tmp/go-build3700090427/b1175/_pkg_.a
2025-08-20T23:04:35.2492183Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codequiry=/tmp/go-build3700090427/b1176/_pkg_.a
2025-08-20T23:04:35.2493874Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinapi=/tmp/go-build3700090427/b1177/_pkg_.a
2025-08-20T23:04:35.2495581Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinbase=/tmp/go-build3700090427/b1178/_pkg_.a
2025-08-20T23:04:35.2497434Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlayer=/tmp/go-build3700090427/b1179/_pkg_.a
2025-08-20T23:04:35.2499132Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlib=/tmp/go-build3700090427/b1180/_pkg_.a
2025-08-20T23:04:35.2501173Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/collect2=/tmp/go-build3700090427/b1181/_pkg_.a
2025-08-20T23:04:35.2502795Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/column=/tmp/go-build3700090427/b1182/_pkg_.a
2025-08-20T23:04:35.2504465Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commercejs=/tmp/go-build3700090427/b1183/_pkg_.a
2025-08-20T23:04:35.2506218Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commodities=/tmp/go-build3700090427/b1184/_pkg_.a
2025-08-20T23:04:35.2507936Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/companyhub=/tmp/go-build3700090427/b1185/_pkg_.a
2025-08-20T23:04:35.2528793Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/confluent=/tmp/go-build3700090427/b1186/_pkg_.a
2025-08-20T23:04:35.2531018Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/contentfulpersonalaccesstoken=/tmp/go-build3700090427/b1187/_pkg_.a
2025-08-20T23:04:35.2532902Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/conversiontools=/tmp/go-build3700090427/b1188/_pkg_.a
2025-08-20T23:04:35.2534652Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertapi=/tmp/go-build3700090427/b1189/_pkg_.a
2025-08-20T23:04:35.2536319Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertkit=/tmp/go-build3700090427/b1190/_pkg_.a
2025-08-20T23:04:35.2537958Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convier=/tmp/go-build3700090427/b1191/_pkg_.a
2025-08-20T23:04:35.2539903Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/copper=/tmp/go-build3700090427/b1192/_pkg_.a
2025-08-20T23:04:35.2541560Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/couchbase=/tmp/go-build3700090427/b1193/_pkg_.a
2025-08-20T23:04:35.2543231Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/countrylayer=/tmp/go-build3700090427/b1217/_pkg_.a
2025-08-20T23:04:35.2545093Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/courier=/tmp/go-build3700090427/b1218/_pkg_.a
2025-08-20T23:04:35.2546769Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coveralls=/tmp/go-build3700090427/b1219/_pkg_.a
2025-08-20T23:04:35.2548434Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/craftmypdf=/tmp/go-build3700090427/b1220/_pkg_.a
2025-08-20T23:04:35.2550404Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/crowdin=/tmp/go-build3700090427/b1221/_pkg_.a
2025-08-20T23:04:35.2552131Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cryptocompare=/tmp/go-build3700090427/b1222/_pkg_.a
2025-08-20T23:04:35.2553913Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencycloud=/tmp/go-build3700090427/b1223/_pkg_.a
2025-08-20T23:04:35.2555694Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyfreaks=/tmp/go-build3700090427/b1224/_pkg_.a
2025-08-20T23:04:35.2557455Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencylayer=/tmp/go-build3700090427/b1225/_pkg_.a
2025-08-20T23:04:35.2559218Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyscoop=/tmp/go-build3700090427/b1226/_pkg_.a
2025-08-20T23:04:35.2561081Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currentsapi=/tmp/go-build3700090427/b1227/_pkg_.a
2025-08-20T23:04:35.2562755Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerguru=/tmp/go-build3700090427/b1228/_pkg_.a
2025-08-20T23:04:35.2564555Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerio=/tmp/go-build3700090427/b1229/_pkg_.a
2025-08-20T23:04:35.2566124Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/d7network=/tmp/go-build3700090427/b1230/_pkg_.a
2025-08-20T23:04:35.2567741Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dandelion=/tmp/go-build3700090427/b1231/_pkg_.a
2025-08-20T23:04:35.2569558Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dareboost=/tmp/go-build3700090427/b1232/_pkg_.a
2025-08-20T23:04:35.2571215Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databox=/tmp/go-build3700090427/b1233/_pkg_.a
2025-08-20T23:04:35.2572951Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databrickstoken=/tmp/go-build3700090427/b1234/_pkg_.a
2025-08-20T23:04:35.2574762Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datadogtoken=/tmp/go-build3700090427/b1235/_pkg_.a
2025-08-20T23:04:35.2576436Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datagov=/tmp/go-build3700090427/b1236/_pkg_.a
2025-08-20T23:04:35.2578115Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepai=/tmp/go-build3700090427/b1237/_pkg_.a
2025-08-20T23:04:35.2579930Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepgram=/tmp/go-build3700090427/b1238/_pkg_.a
2025-08-20T23:04:35.2581637Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepseek=/tmp/go-build3700090427/b1239/_pkg_.a
2025-08-20T23:04:35.2583460Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/delighted=/tmp/go-build3700090427/b1240/_pkg_.a
2025-08-20T23:04:35.2585122Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/demio=/tmp/go-build3700090427/b1241/_pkg_.a
2025-08-20T23:04:35.2586706Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deno=/tmp/go-build3700090427/b1242/_pkg_.a
2025-08-20T23:04:35.2588628Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deputy=/tmp/go-build3700090427/b1243/_pkg_.a
2025-08-20T23:04:35.2590409Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectify=/tmp/go-build3700090427/b1244/_pkg_.a
2025-08-20T23:04:35.2592147Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectlanguage=/tmp/go-build3700090427/b1245/_pkg_.a
2025-08-20T23:04:35.2593865Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dfuse=/tmp/go-build3700090427/b1246/_pkg_.a
2025-08-20T23:04:35.2595527Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diffbot=/tmp/go-build3700090427/b1247/_pkg_.a
2025-08-20T23:04:35.2597248Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diggernaut=/tmp/go-build3700090427/b1248/_pkg_.a
2025-08-20T23:04:35.2599018Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceantoken=/tmp/go-build3700090427/b1249/_pkg_.a
2025-08-20T23:04:35.2600910Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceanv2=/tmp/go-build3700090427/b1250/_pkg_.a
2025-08-20T23:04:35.2602668Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordbottoken=/tmp/go-build3700090427/b1251/_pkg_.a
2025-08-20T23:04:35.2604410Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordwebhook=/tmp/go-build3700090427/b1252/_pkg_.a
2025-08-20T23:04:35.2606239Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/disqus=/tmp/go-build3700090427/b1253/_pkg_.a
2025-08-20T23:04:35.2608034Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ditto=/tmp/go-build3700090427/b1254/_pkg_.a
2025-08-20T23:04:35.2611381Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dnscheck=/tmp/go-build3700090427/b1255/_pkg_.a
2025-08-20T23:04:35.2612922Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docker=/tmp/go-build3700090427/b1256/_pkg_.a
2025-08-20T23:04:35.2614583Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v1=/tmp/go-build3700090427/b1257/_pkg_.a
2025-08-20T23:04:35.2616201Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v2=/tmp/go-build3700090427/b1258/_pkg_.a
2025-08-20T23:04:35.2617917Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docparser=/tmp/go-build3700090427/b1259/_pkg_.a
2025-08-20T23:04:35.2619776Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/documo=/tmp/go-build3700090427/b1260/_pkg_.a
2025-08-20T23:04:35.2621366Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docusign=/tmp/go-build3700090427/b1261/_pkg_.a
2025-08-20T23:04:35.2622974Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/doppler=/tmp/go-build3700090427/b1262/_pkg_.a
2025-08-20T23:04:35.2624587Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dotdigital=/tmp/go-build3700090427/b1263/_pkg_.a
2025-08-20T23:04:35.2626239Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dovico=/tmp/go-build3700090427/b1264/_pkg_.a
2025-08-20T23:04:35.2627905Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dronahq=/tmp/go-build3700090427/b1265/_pkg_.a
2025-08-20T23:04:35.2629946Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/droneci=/tmp/go-build3700090427/b1266/_pkg_.a
2025-08-20T23:04:35.2631612Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dropbox=/tmp/go-build3700090427/b1267/_pkg_.a
2025-08-20T23:04:35.2633211Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/duply=/tmp/go-build3700090427/b1268/_pkg_.a
2025-08-20T23:04:35.2634959Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dwolla=/tmp/go-build3700090427/b1269/_pkg_.a
2025-08-20T23:04:35.2636615Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dynalist=/tmp/go-build3700090427/b1270/_pkg_.a
2025-08-20T23:04:35.2638289Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dyspatch=/tmp/go-build3700090427/b1271/_pkg_.a
2025-08-20T23:04:35.2640210Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eagleeyenetworks=/tmp/go-build3700090427/b1272/_pkg_.a
2025-08-20T23:04:35.2641979Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/easyinsight=/tmp/go-build3700090427/b1273/_pkg_.a
2025-08-20T23:04:35.2643698Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ecostruxureit=/tmp/go-build3700090427/b1274/_pkg_.a
2025-08-20T23:04:35.2645423Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edamam=/tmp/go-build3700090427/b1275/_pkg_.a
2025-08-20T23:04:35.2647034Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edenai=/tmp/go-build3700090427/b1276/_pkg_.a
2025-08-20T23:04:35.2648698Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eightxeight=/tmp/go-build3700090427/b1277/_pkg_.a
2025-08-20T23:04:35.2650647Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elasticemail=/tmp/go-build3700090427/b1278/_pkg_.a
2025-08-20T23:04:35.2652306Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v1=/tmp/go-build3700090427/b1279/_pkg_.a
2025-08-20T23:04:35.2656314Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v2=/tmp/go-build3700090427/b1280/_pkg_.a
2025-08-20T23:04:35.2658324Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enablex=/tmp/go-build3700090427/b1281/_pkg_.a
2025-08-20T23:04:35.2660656Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/endorlabs=/tmp/go-build3700090427/b1282/_pkg_.a
2025-08-20T23:04:35.2662710Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enigma=/tmp/go-build3700090427/b1283/_pkg_.a
2025-08-20T23:04:35.2664920Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/envoyapikey=/tmp/go-build3700090427/b1284/_pkg_.a
2025-08-20T23:04:35.2667200Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eraser=/tmp/go-build3700090427/b1285/_pkg_.a
2025-08-20T23:04:35.2669781Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/etherscan=/tmp/go-build3700090427/b1286/_pkg_.a
2025-08-20T23:04:35.2671778Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ethplorer=/tmp/go-build3700090427/b1287/_pkg_.a
2025-08-20T23:04:35.2673897Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eventbrite=/tmp/go-build3700090427/b1288/_pkg_.a
2025-08-20T23:04:35.2675848Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/everhour=/tmp/go-build3700090427/b1289/_pkg_.a
2025-08-20T23:04:35.2678133Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangerateapi=/tmp/go-build3700090427/b1290/_pkg_.a
2025-08-20T23:04:35.2680823Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangeratesapi=/tmp/go-build3700090427/b1291/_pkg_.a
2025-08-20T23:04:35.2683160Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exportsdk=/tmp/go-build3700090427/b1292/_pkg_.a
2025-08-20T23:04:35.2685377Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/extractorapi=/tmp/go-build3700090427/b1293/_pkg_.a
2025-08-20T23:04:35.2687877Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/facebookoauth=/tmp/go-build3700090427/b1294/_pkg_.a
2025-08-20T23:04:35.2690074Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/faceplusplus=/tmp/go-build3700090427/b1295/_pkg_.a
2025-08-20T23:04:35.2692310Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastforex=/tmp/go-build3700090427/b1296/_pkg_.a
2025-08-20T23:04:35.2694641Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastlypersonaltoken=/tmp/go-build3700090427/b1297/_pkg_.a
2025-08-20T23:04:35.2696747Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/feedier=/tmp/go-build3700090427/b1298/_pkg_.a
2025-08-20T23:04:35.2698931Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fetchrss=/tmp/go-build3700090427/b1299/_pkg_.a
2025-08-20T23:04:35.2700963Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fibery=/tmp/go-build3700090427/b1300/_pkg_.a
2025-08-20T23:04:35.2702616Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v1=/tmp/go-build3700090427/b1301/_pkg_.a
2025-08-20T23:04:35.2704489Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v2=/tmp/go-build3700090427/b1302/_pkg_.a
2025-08-20T23:04:35.2706623Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fileio=/tmp/go-build3700090427/b1303/_pkg_.a
2025-08-20T23:04:35.2708242Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finage=/tmp/go-build3700090427/b1304/_pkg_.a
2025-08-20T23:04:35.2710195Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/financialmodelingprep=/tmp/go-build3700090427/b1305/_pkg_.a
2025-08-20T23:04:35.2712176Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/findl=/tmp/go-build3700090427/b1306/_pkg_.a
2025-08-20T23:04:35.2713885Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finnhub=/tmp/go-build3700090427/b1307/_pkg_.a
2025-08-20T23:04:35.2715588Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fixerio=/tmp/go-build3700090427/b1308/_pkg_.a
2025-08-20T23:04:35.2717190Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flatio=/tmp/go-build3700090427/b1309/_pkg_.a
2025-08-20T23:04:35.2718897Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fleetbase=/tmp/go-build3700090427/b1310/_pkg_.a
2025-08-20T23:04:35.2720741Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flexport=/tmp/go-build3700090427/b1311/_pkg_.a
2025-08-20T23:04:35.2722368Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flickr=/tmp/go-build3700090427/b1312/_pkg_.a
2025-08-20T23:04:35.2724036Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightapi=/tmp/go-build3700090427/b1313/_pkg_.a
2025-08-20T23:04:35.2725927Z [00:03:20.481]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightlabs=/tmp/go-build3700090427/b1314/_pkg_.a
2025-08-20T23:04:35.2727540Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightstats=/tmp/go-build3700090427/b1315/_pkg_.a
2025-08-20T23:04:35.2729221Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/float=/tmp/go-build3700090427/b1316/_pkg_.a
2025-08-20T23:04:35.2730991Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flowflu=/tmp/go-build3700090427/b1317/_pkg_.a
2025-08-20T23:04:35.2732612Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flutterwave=/tmp/go-build3700090427/b1318/_pkg_.a
2025-08-20T23:04:35.2734430Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fmfw=/tmp/go-build3700090427/b1319/_pkg_.a
2025-08-20T23:04:35.2736032Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formbucket=/tmp/go-build3700090427/b1320/_pkg_.a
2025-08-20T23:04:35.2737608Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formcraft=/tmp/go-build3700090427/b1321/_pkg_.a
2025-08-20T23:04:35.2739251Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formio=/tmp/go-build3700090427/b1322/_pkg_.a
2025-08-20T23:04:35.2741130Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formsite=/tmp/go-build3700090427/b1323/_pkg_.a
2025-08-20T23:04:35.2742934Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/foursquare=/tmp/go-build3700090427/b1324/_pkg_.a
2025-08-20T23:04:35.2744572Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/frameio=/tmp/go-build3700090427/b1325/_pkg_.a
2025-08-20T23:04:35.2746153Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshbooks=/tmp/go-build3700090427/b1326/_pkg_.a
2025-08-20T23:04:35.2747905Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshdesk=/tmp/go-build3700090427/b1327/_pkg_.a
2025-08-20T23:04:35.2749780Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/front=/tmp/go-build3700090427/b1328/_pkg_.a
2025-08-20T23:04:35.2751779Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ftp=/tmp/go-build3700090427/b1329/_pkg_.a
2025-08-20T23:04:35.2753448Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fulcrum=/tmp/go-build3700090427/b1331/_pkg_.a
2025-08-20T23:04:35.2755226Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v1=/tmp/go-build3700090427/b1332/_pkg_.a
2025-08-20T23:04:35.2756990Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v2=/tmp/go-build3700090427/b1333/_pkg_.a
2025-08-20T23:04:35.2758644Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fxmarket=/tmp/go-build3700090427/b1334/_pkg_.a
2025-08-20T23:04:35.2760462Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcp=/tmp/go-build3700090427/b1335/_pkg_.a
2025-08-20T23:04:35.2762511Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcpapplicationdefaultcredentials=/tmp/go-build3700090427/b1336/_pkg_.a
2025-08-20T23:04:35.2764457Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geckoboard=/tmp/go-build3700090427/b1337/_pkg_.a
2025-08-20T23:04:35.2766143Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gemini=/tmp/go-build3700090427/b1338/_pkg_.a
2025-08-20T23:04:35.2767725Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gengo=/tmp/go-build3700090427/b1339/_pkg_.a
2025-08-20T23:04:35.2769284Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoapify=/tmp/go-build3700090427/b1340/_pkg_.a
2025-08-20T23:04:35.2771075Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocode=/tmp/go-build3700090427/b1341/_pkg_.a
2025-08-20T23:04:35.2772684Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodify=/tmp/go-build3700090427/b1342/_pkg_.a
2025-08-20T23:04:35.2774340Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodio=/tmp/go-build3700090427/b1343/_pkg_.a
2025-08-20T23:04:35.2776056Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoipifi=/tmp/go-build3700090427/b1344/_pkg_.a
2025-08-20T23:04:35.2777772Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgeoapi=/tmp/go-build3700090427/b1345/_pkg_.a
2025-08-20T23:04:35.2780013Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgist=/tmp/go-build3700090427/b1346/_pkg_.a
2025-08-20T23:04:35.2781783Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getresponse=/tmp/go-build3700090427/b1347/_pkg_.a
2025-08-20T23:04:35.2783495Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getsandbox=/tmp/go-build3700090427/b1348/_pkg_.a
2025-08-20T23:04:35.2785199Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1=/tmp/go-build3700090427/b1349/_pkg_.a
2025-08-20T23:04:35.2786934Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v2=/tmp/go-build3700090427/b1350/_pkg_.a
2025-08-20T23:04:35.2788934Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github_oauth2=/tmp/go-build3700090427/b1351/_pkg_.a
2025-08-20T23:04:35.2790944Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/githubapp=/tmp/go-build3700090427/b1355/_pkg_.a
2025-08-20T23:04:35.2792613Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1=/tmp/go-build3700090427/b1356/_pkg_.a
2025-08-20T23:04:35.2794317Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v2=/tmp/go-build3700090427/b1357/_pkg_.a
2025-08-20T23:04:35.2796153Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitter=/tmp/go-build3700090427/b1358/_pkg_.a
2025-08-20T23:04:35.2797819Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/glassnode=/tmp/go-build3700090427/b1359/_pkg_.a
2025-08-20T23:04:35.2799761Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocanvas=/tmp/go-build3700090427/b1360/_pkg_.a
2025-08-20T23:04:35.2801516Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocardless=/tmp/go-build3700090427/b1361/_pkg_.a
2025-08-20T23:04:35.2803263Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1=/tmp/go-build3700090427/b1362/_pkg_.a
2025-08-20T23:04:35.2805412Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v2=/tmp/go-build3700090427/b1363/_pkg_.a
2025-08-20T23:04:35.2807070Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/goodday=/tmp/go-build3700090427/b1364/_pkg_.a
2025-08-20T23:04:35.2808875Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/googleoauth2=/tmp/go-build3700090427/b1365/_pkg_.a
2025-08-20T23:04:35.2810772Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafana=/tmp/go-build3700090427/b1366/_pkg_.a
2025-08-20T23:04:35.2812485Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafanaserviceaccount=/tmp/go-build3700090427/b1367/_pkg_.a
2025-08-20T23:04:35.2814236Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphcms=/tmp/go-build3700090427/b1368/_pkg_.a
2025-08-20T23:04:35.2815909Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphhopper=/tmp/go-build3700090427/b1369/_pkg_.a
2025-08-20T23:04:35.2817557Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groovehq=/tmp/go-build3700090427/b1370/_pkg_.a
2025-08-20T23:04:35.2819124Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groq=/tmp/go-build3700090427/b1371/_pkg_.a
2025-08-20T23:04:35.2820881Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gtmetrix=/tmp/go-build3700090427/b1372/_pkg_.a
2025-08-20T23:04:35.2822534Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/guardianapi=/tmp/go-build3700090427/b1373/_pkg_.a
2025-08-20T23:04:35.2824364Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gumroad=/tmp/go-build3700090427/b1374/_pkg_.a
2025-08-20T23:04:35.2825963Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gyazo=/tmp/go-build3700090427/b1375/_pkg_.a
2025-08-20T23:04:35.2827571Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/happyscribe=/tmp/go-build3700090427/b1376/_pkg_.a
2025-08-20T23:04:35.2829241Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harness=/tmp/go-build3700090427/b1377/_pkg_.a
2025-08-20T23:04:35.2831102Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harvest=/tmp/go-build3700090427/b1378/_pkg_.a
2025-08-20T23:04:35.2833020Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hashicorpvaultauth=/tmp/go-build3700090427/b1379/_pkg_.a
2025-08-20T23:04:35.2834671Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hasura=/tmp/go-build3700090427/b1380/_pkg_.a
2025-08-20T23:04:35.2836243Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hellosign=/tmp/go-build3700090427/b1381/_pkg_.a
2025-08-20T23:04:35.2837848Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpcrunch=/tmp/go-build3700090427/b1382/_pkg_.a
2025-08-20T23:04:35.2839781Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpscout=/tmp/go-build3700090427/b1383/_pkg_.a
2025-08-20T23:04:35.2841743Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hereapi=/tmp/go-build3700090427/b1384/_pkg_.a
2025-08-20T23:04:35.2843496Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1=/tmp/go-build3700090427/b1385/_pkg_.a
2025-08-20T23:04:35.2845183Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v2=/tmp/go-build3700090427/b1386/_pkg_.a
2025-08-20T23:04:35.2847027Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hiveage=/tmp/go-build3700090427/b1387/_pkg_.a
2025-08-20T23:04:35.2848672Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holidayapi=/tmp/go-build3700090427/b1388/_pkg_.a
2025-08-20T23:04:35.2850794Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holistic=/tmp/go-build3700090427/b1389/_pkg_.a
2025-08-20T23:04:35.2852644Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/honeycomb=/tmp/go-build3700090427/b1390/_pkg_.a
2025-08-20T23:04:35.2854330Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/host=/tmp/go-build3700090427/b1391/_pkg_.a
2025-08-20T23:04:35.2856018Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/html2pdf=/tmp/go-build3700090427/b1392/_pkg_.a
2025-08-20T23:04:35.2857817Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v1=/tmp/go-build3700090427/b1393/_pkg_.a
2025-08-20T23:04:35.2859871Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v2=/tmp/go-build3700090427/b1394/_pkg_.a
2025-08-20T23:04:35.2861668Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/huggingface=/tmp/go-build3700090427/b1395/_pkg_.a
2025-08-20T23:04:35.2863399Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/humanity=/tmp/go-build3700090427/b1396/_pkg_.a
2025-08-20T23:04:35.2865091Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hunter=/tmp/go-build3700090427/b1397/_pkg_.a
2025-08-20T23:04:35.2866818Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hybiscus=/tmp/go-build3700090427/b1398/_pkg_.a
2025-08-20T23:04:35.2868272Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hypertrack=/tmp/go-build3700090427/b1399/_pkg_.a
2025-08-20T23:04:35.2870357Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iconfinder=/tmp/go-build3700090427/b1400/_pkg_.a
2025-08-20T23:04:35.2872113Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexapis=/tmp/go-build3700090427/b1401/_pkg_.a
2025-08-20T23:04:35.2873795Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexcloud=/tmp/go-build3700090427/b1402/_pkg_.a
2025-08-20T23:04:35.2875562Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagekit=/tmp/go-build3700090427/b1403/_pkg_.a
2025-08-20T23:04:35.2877529Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagga=/tmp/go-build3700090427/b1404/_pkg_.a
2025-08-20T23:04:35.2879270Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/impala=/tmp/go-build3700090427/b1405/_pkg_.a
2025-08-20T23:04:35.2881107Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/infura=/tmp/go-build3700090427/b1406/_pkg_.a
2025-08-20T23:04:35.2882733Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly=/tmp/go-build3700090427/b1407/_pkg_.a
2025-08-20T23:04:35.2884419Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instabot=/tmp/go-build3700090427/b1408/_pkg_.a
2025-08-20T23:04:35.2886231Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instamojo=/tmp/go-build3700090427/b1409/_pkg_.a
2025-08-20T23:04:35.2888045Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom=/tmp/go-build3700090427/b1410/_pkg_.a
2025-08-20T23:04:35.2890000Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller=/tmp/go-build3700090427/b1411/_pkg_.a
2025-08-20T23:04:35.2891681Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intra42=/tmp/go-build3700090427/b1412/_pkg_.a
2025-08-20T23:04:35.2893290Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio=/tmp/go-build3700090427/b1413/_pkg_.a
2025-08-20T23:04:35.2895000Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean=/tmp/go-build3700090427/b1414/_pkg_.a
2025-08-20T23:04:35.2896715Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ip2location=/tmp/go-build3700090427/b1415/_pkg_.a
2025-08-20T23:04:35.2898539Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi=/tmp/go-build3700090427/b1416/_pkg_.a
2025-08-20T23:04:35.2900613Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipgeolocation=/tmp/go-build3700090427/b1417/_pkg_.a
2025-08-20T23:04:35.2902323Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipinfodb=/tmp/go-build3700090427/b1418/_pkg_.a
2025-08-20T23:04:35.2903978Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipquality=/tmp/go-build3700090427/b1419/_pkg_.a
2025-08-20T23:04:35.2906068Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipstack=/tmp/go-build3700090427/b1420/_pkg_.a
2025-08-20T23:04:35.2907661Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jdbc=/tmp/go-build3700090427/b1421/_pkg_.a
2025-08-20T23:04:35.2909634Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1=/tmp/go-build3700090427/b1438/_pkg_.a
2025-08-20T23:04:35.2911436Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v2=/tmp/go-build3700090427/b1439/_pkg_.a
2025-08-20T23:04:35.2913113Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jotform=/tmp/go-build3700090427/b1440/_pkg_.a
2025-08-20T23:04:35.2915044Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jumpcloud=/tmp/go-build3700090427/b1441/_pkg_.a
2025-08-20T23:04:35.2916828Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jupiterone=/tmp/go-build3700090427/b1442/_pkg_.a
2025-08-20T23:04:35.2918492Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/juro=/tmp/go-build3700090427/b1443/_pkg_.a
2025-08-20T23:04:35.2920338Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanban=/tmp/go-build3700090427/b1444/_pkg_.a
2025-08-20T23:04:35.2922074Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanbantool=/tmp/go-build3700090427/b1445/_pkg_.a
2025-08-20T23:04:35.2924032Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/karmacrm=/tmp/go-build3700090427/b1446/_pkg_.a
2025-08-20T23:04:35.2925762Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/keenio=/tmp/go-build3700090427/b1447/_pkg_.a
2025-08-20T23:04:35.2927503Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kickbox=/tmp/go-build3700090427/b1448/_pkg_.a
2025-08-20T23:04:35.2929218Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klaviyo=/tmp/go-build3700090427/b1449/_pkg_.a
2025-08-20T23:04:35.2930946Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klipfolio=/tmp/go-build3700090427/b1450/_pkg_.a
2025-08-20T23:04:35.2932680Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/knapsackpro=/tmp/go-build3700090427/b1451/_pkg_.a
2025-08-20T23:04:35.2934323Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kontent=/tmp/go-build3700090427/b1452/_pkg_.a
2025-08-20T23:04:35.2935928Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kraken=/tmp/go-build3700090427/b1453/_pkg_.a
2025-08-20T23:04:35.2937551Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kucoin=/tmp/go-build3700090427/b1454/_pkg_.a
2025-08-20T23:04:35.2939190Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kylas=/tmp/go-build3700090427/b1455/_pkg_.a
2025-08-20T23:04:35.2941066Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langfuse=/tmp/go-build3700090427/b1456/_pkg_.a
2025-08-20T23:04:35.2942933Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langsmith=/tmp/go-build3700090427/b1457/_pkg_.a
2025-08-20T23:04:35.2944724Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/languagelayer=/tmp/go-build3700090427/b1458/_pkg_.a
2025-08-20T23:04:35.2946524Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuite=/tmp/go-build3700090427/b1459/_pkg_.a
2025-08-20T23:04:35.2948373Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuiteapikey=/tmp/go-build3700090427/b1460/_pkg_.a
2025-08-20T23:04:35.2950435Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/launchdarkly=/tmp/go-build3700090427/b1461/_pkg_.a
2025-08-20T23:04:35.2952179Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ldap=/tmp/go-build3700090427/b1462/_pkg_.a
2025-08-20T23:04:35.2953884Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/leadfeeder=/tmp/go-build3700090427/b1466/_pkg_.a
2025-08-20T23:04:35.2955654Z [00:03:20.482]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemlist=/tmp/go-build3700090427/b1467/_pkg_.a
2025-08-20T23:04:35.2957461Z [00:03:20.483]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemonsqueezy=/tmp/go-build3700090427/b1468/_pkg_.a
2025-08-20T23:04:35.2959224Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lendflow=/tmp/go-build3700090427/b1469/_pkg_.a
2025-08-20T23:04:35.2961481Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lessannoyingcrm=/tmp/go-build3700090427/b1470/_pkg_.a
2025-08-20T23:04:35.2963294Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lexigram=/tmp/go-build3700090427/b1471/_pkg_.a
2025-08-20T23:04:35.2965049Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linearapi=/tmp/go-build3700090427/b1472/_pkg_.a
2025-08-20T23:04:35.2966821Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linenotify=/tmp/go-build3700090427/b1473/_pkg_.a
2025-08-20T23:04:35.2968807Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linkpreview=/tmp/go-build3700090427/b1474/_pkg_.a
2025-08-20T23:04:35.2970687Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/liveagent=/tmp/go-build3700090427/b1475/_pkg_.a
2025-08-20T23:04:35.2987543Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/livestorm=/tmp/go-build3700090427/b1476/_pkg_.a
2025-08-20T23:04:35.2989275Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loadmill=/tmp/go-build3700090427/b1477/_pkg_.a
2025-08-20T23:04:35.2991178Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/locationiq=/tmp/go-build3700090427/b1478/_pkg_.a
2025-08-20T23:04:35.2992995Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loggly=/tmp/go-build3700090427/b1479/_pkg_.a
2025-08-20T23:04:35.2994718Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loginradius=/tmp/go-build3700090427/b1480/_pkg_.a
2025-08-20T23:04:35.2996402Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/logzio=/tmp/go-build3700090427/b1481/_pkg_.a
2025-08-20T23:04:35.2998121Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lokalisetoken=/tmp/go-build3700090427/b1482/_pkg_.a
2025-08-20T23:04:35.3000182Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loyverse=/tmp/go-build3700090427/b1483/_pkg_.a
2025-08-20T23:04:35.3001870Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lunchmoney=/tmp/go-build3700090427/b1484/_pkg_.a
2025-08-20T23:04:35.3003583Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/luno=/tmp/go-build3700090427/b1485/_pkg_.a
2025-08-20T23:04:35.3005859Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/madkudu=/tmp/go-build3700090427/b1486/_pkg_.a
2025-08-20T23:04:35.3007622Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magicbell=/tmp/go-build3700090427/b1487/_pkg_.a
2025-08-20T23:04:35.3009645Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailboxlayer=/tmp/go-build3700090427/b1488/_pkg_.a
2025-08-20T23:04:35.3011388Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailchimp=/tmp/go-build3700090427/b1489/_pkg_.a
2025-08-20T23:04:35.3013093Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailerlite=/tmp/go-build3700090427/b1490/_pkg_.a
2025-08-20T23:04:35.3014743Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailgun=/tmp/go-build3700090427/b1491/_pkg_.a
2025-08-20T23:04:35.3016525Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetbasicauth=/tmp/go-build3700090427/b1492/_pkg_.a
2025-08-20T23:04:35.3018273Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetsms=/tmp/go-build3700090427/b1493/_pkg_.a
2025-08-20T23:04:35.3020252Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailmodo=/tmp/go-build3700090427/b1494/_pkg_.a
2025-08-20T23:04:35.3022139Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailsac=/tmp/go-build3700090427/b1495/_pkg_.a
2025-08-20T23:04:35.3023840Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mandrill=/tmp/go-build3700090427/b1496/_pkg_.a
2025-08-20T23:04:35.3025531Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapbox=/tmp/go-build3700090427/b1497/_pkg_.a
2025-08-20T23:04:35.3027227Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapquest=/tmp/go-build3700090427/b1498/_pkg_.a
2025-08-20T23:04:35.3028963Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/marketstack=/tmp/go-build3700090427/b1499/_pkg_.a
2025-08-20T23:04:35.3031209Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mattermostpersonaltoken=/tmp/go-build3700090427/b1500/_pkg_.a
2025-08-20T23:04:35.3033004Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mavenlink=/tmp/go-build3700090427/b1501/_pkg_.a
2025-08-20T23:04:35.3034784Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v1=/tmp/go-build3700090427/b1502/_pkg_.a
2025-08-20T23:04:35.3036620Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v2=/tmp/go-build3700090427/b1503/_pkg_.a
2025-08-20T23:04:35.3038578Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meaningcloud=/tmp/go-build3700090427/b1504/_pkg_.a
2025-08-20T23:04:35.3040588Z [00:03:20.484]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mediastack=/tmp/go-build3700090427/b1505/_pkg_.a
2025-08-20T23:04:35.3042316Z [00:03:20.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meistertask=/tmp/go-build3700090427/b1506/_pkg_.a
2025-08-20T23:04:35.3043970Z [00:03:20.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meraki=/tmp/go-build3700090427/b1507/_pkg_.a
2025-08-20T23:04:35.3045598Z [00:03:20.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mesibo=/tmp/go-build3700090427/b1508/_pkg_.a
2025-08-20T23:04:35.3047276Z [00:03:20.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/messagebird=/tmp/go-build3700090427/b1509/_pkg_.a
2025-08-20T23:04:35.3048974Z [00:03:20.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metaapi=/tmp/go-build3700090427/b1510/_pkg_.a
2025-08-20T23:04:35.3051105Z [00:03:20.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metabase=/tmp/go-build3700090427/b1511/_pkg_.a
2025-08-20T23:04:35.3052877Z [00:03:20.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metrilo=/tmp/go-build3700090427/b1512/_pkg_.a
2025-08-20T23:04:35.3054751Z [00:03:20.485]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/microsoftteamswebhook=/tmp/go-build3700090427/b1513/_pkg_.a
2025-08-20T23:04:35.3056631Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mindmeister=/tmp/go-build3700090427/b1514/_pkg_.a
2025-08-20T23:04:35.3058356Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/miro=/tmp/go-build3700090427/b1515/_pkg_.a
2025-08-20T23:04:35.3060194Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mite=/tmp/go-build3700090427/b1516/_pkg_.a
2025-08-20T23:04:35.3061899Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mixmax=/tmp/go-build3700090427/b1517/_pkg_.a
2025-08-20T23:04:35.3063511Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mockaroo=/tmp/go-build3700090427/b1518/_pkg_.a
2025-08-20T23:04:35.3065266Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moderation=/tmp/go-build3700090427/b1519/_pkg_.a
2025-08-20T23:04:35.3067208Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monday=/tmp/go-build3700090427/b1520/_pkg_.a
2025-08-20T23:04:35.3068961Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mongodb=/tmp/go-build3700090427/b1521/_pkg_.a
2025-08-20T23:04:35.3070927Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monkeylearn=/tmp/go-build3700090427/b1576/_pkg_.a
2025-08-20T23:04:35.3072721Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moonclerk=/tmp/go-build3700090427/b1577/_pkg_.a
2025-08-20T23:04:35.3074614Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moosend=/tmp/go-build3700090427/b1578/_pkg_.a
2025-08-20T23:04:35.3076539Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moralis=/tmp/go-build3700090427/b1579/_pkg_.a
2025-08-20T23:04:35.3078312Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mrticktock=/tmp/go-build3700090427/b1580/_pkg_.a
2025-08-20T23:04:35.3080270Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mux=/tmp/go-build3700090427/b1581/_pkg_.a
2025-08-20T23:04:35.3082037Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myfreshworks=/tmp/go-build3700090427/b1582/_pkg_.a
2025-08-20T23:04:35.3083808Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myintervals=/tmp/go-build3700090427/b1583/_pkg_.a
2025-08-20T23:04:35.3085575Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nethunt=/tmp/go-build3700090427/b1584/_pkg_.a
2025-08-20T23:04:35.3087279Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v1=/tmp/go-build3700090427/b1585/_pkg_.a
2025-08-20T23:04:35.3089026Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v2=/tmp/go-build3700090427/b1586/_pkg_.a
2025-08-20T23:04:35.3090904Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netsuite=/tmp/go-build3700090427/b1587/_pkg_.a
2025-08-20T23:04:35.3092590Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/neutrinoapi=/tmp/go-build3700090427/b1588/_pkg_.a
2025-08-20T23:04:35.3094351Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newrelicpersonalapikey=/tmp/go-build3700090427/b1589/_pkg_.a
2025-08-20T23:04:35.3096198Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newsapi=/tmp/go-build3700090427/b1590/_pkg_.a
2025-08-20T23:04:35.3097920Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher=/tmp/go-build3700090427/b1591/_pkg_.a
2025-08-20T23:04:35.3099809Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey=/tmp/go-build3700090427/b1592/_pkg_.a
2025-08-20T23:04:35.3101476Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport=/tmp/go-build3700090427/b1593/_pkg_.a
2025-08-20T23:04:35.3102947Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc=/tmp/go-build3700090427/b1594/_pkg_.a
2025-08-20T23:04:35.3104522Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngrok=/tmp/go-build3700090427/b1595/_pkg_.a
2025-08-20T23:04:35.3106555Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply=/tmp/go-build3700090427/b1596/_pkg_.a
2025-08-20T23:04:35.3108294Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall=/tmp/go-build3700090427/b1597/_pkg_.a
2025-08-20T23:04:35.3110108Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble=/tmp/go-build3700090427/b1598/_pkg_.a
2025-08-20T23:04:35.3111724Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/noticeable=/tmp/go-build3700090427/b1599/_pkg_.a
2025-08-20T23:04:35.3113523Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/notion=/tmp/go-build3700090427/b1600/_pkg_.a
2025-08-20T23:04:35.3115140Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nozbeteams=/tmp/go-build3700090427/b1601/_pkg_.a
2025-08-20T23:04:35.3116772Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtoken=/tmp/go-build3700090427/b1602/_pkg_.a
2025-08-20T23:04:35.3118567Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtokenv2=/tmp/go-build3700090427/b1603/_pkg_.a
2025-08-20T23:04:35.3120611Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nugetapikey=/tmp/go-build3700090427/b1604/_pkg_.a
2025-08-20T23:04:35.3122605Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/numverify=/tmp/go-build3700090427/b1605/_pkg_.a
2025-08-20T23:04:35.3124301Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nutritionix=/tmp/go-build3700090427/b1606/_pkg_.a
2025-08-20T23:04:35.3125885Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nvapi=/tmp/go-build3700090427/b1607/_pkg_.a
2025-08-20T23:04:35.3127525Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nylas=/tmp/go-build3700090427/b1608/_pkg_.a
2025-08-20T23:04:35.3129205Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oanda=/tmp/go-build3700090427/b1609/_pkg_.a
2025-08-20T23:04:35.3131053Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/okta=/tmp/go-build3700090427/b1610/_pkg_.a
2025-08-20T23:04:35.3132537Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/omnisend=/tmp/go-build3700090427/b1611/_pkg_.a
2025-08-20T23:04:35.3133985Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk=/tmp/go-build3700090427/b1612/_pkg_.a
2025-08-20T23:04:35.3135620Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin=/tmp/go-build3700090427/b1613/_pkg_.a
2025-08-20T23:04:35.3137286Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm=/tmp/go-build3700090427/b1614/_pkg_.a
2025-08-20T23:04:35.3138953Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal=/tmp/go-build3700090427/b1615/_pkg_.a
2025-08-20T23:04:35.3140977Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onfleet=/tmp/go-build3700090427/b1616/_pkg_.a
2025-08-20T23:04:35.3142645Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam=/tmp/go-build3700090427/b1617/_pkg_.a
2025-08-20T23:04:35.3144245Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openai=/tmp/go-build3700090427/b1618/_pkg_.a
2025-08-20T23:04:35.3145912Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata=/tmp/go-build3700090427/b1619/_pkg_.a
2025-08-20T23:04:35.3147564Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openuv=/tmp/go-build3700090427/b1620/_pkg_.a
2025-08-20T23:04:35.3149167Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openvpn=/tmp/go-build3700090427/b1621/_pkg_.a
2025-08-20T23:04:35.3151005Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openweather=/tmp/go-build3700090427/b1622/_pkg_.a
2025-08-20T23:04:35.3152714Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opsgenie=/tmp/go-build3700090427/b1623/_pkg_.a
2025-08-20T23:04:35.3154410Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/optimizely=/tmp/go-build3700090427/b1624/_pkg_.a
2025-08-20T23:04:35.3156110Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/overloop=/tmp/go-build3700090427/b1625/_pkg_.a
2025-08-20T23:04:35.3157954Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/owlbot=/tmp/go-build3700090427/b1626/_pkg_.a
2025-08-20T23:04:35.3159946Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/packagecloud=/tmp/go-build3700090427/b1627/_pkg_.a
2025-08-20T23:04:35.3161673Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagarme=/tmp/go-build3700090427/b1628/_pkg_.a
2025-08-20T23:04:35.3163586Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagerdutyapikey=/tmp/go-build3700090427/b1629/_pkg_.a
2025-08-20T23:04:35.3165533Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandadoc=/tmp/go-build3700090427/b1630/_pkg_.a
2025-08-20T23:04:35.3167306Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandascore=/tmp/go-build3700090427/b1631/_pkg_.a
2025-08-20T23:04:35.3169117Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paperform=/tmp/go-build3700090427/b1632/_pkg_.a
2025-08-20T23:04:35.3171116Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paralleldots=/tmp/go-build3700090427/b1633/_pkg_.a
2025-08-20T23:04:35.3172872Z [00:03:20.486]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsehub=/tmp/go-build3700090427/b1634/_pkg_.a
2025-08-20T23:04:35.3174578Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsers=/tmp/go-build3700090427/b1635/_pkg_.a
2025-08-20T23:04:35.3176266Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parseur=/tmp/go-build3700090427/b1636/_pkg_.a
2025-08-20T23:04:35.3178005Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/partnerstack=/tmp/go-build3700090427/b1637/_pkg_.a
2025-08-20T23:04:35.3179973Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pastebin=/tmp/go-build3700090427/b1638/_pkg_.a
2025-08-20T23:04:35.3181479Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paydirtapp=/tmp/go-build3700090427/b1639/_pkg_.a
2025-08-20T23:04:35.3182936Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymoapp=/tmp/go-build3700090427/b1640/_pkg_.a
2025-08-20T23:04:35.3184522Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymongo=/tmp/go-build3700090427/b1641/_pkg_.a
2025-08-20T23:04:35.3186014Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paypaloauth=/tmp/go-build3700090427/b1642/_pkg_.a
2025-08-20T23:04:35.3187683Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paystack=/tmp/go-build3700090427/b1643/_pkg_.a
2025-08-20T23:04:35.3189219Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdflayer=/tmp/go-build3700090427/b1644/_pkg_.a
2025-08-20T23:04:35.3190875Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdfshift=/tmp/go-build3700090427/b1645/_pkg_.a
2025-08-20T23:04:35.3192406Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/peopledatalabs=/tmp/go-build3700090427/b1646/_pkg_.a
2025-08-20T23:04:35.3194042Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pepipost=/tmp/go-build3700090427/b1647/_pkg_.a
2025-08-20T23:04:35.3195644Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/percy=/tmp/go-build3700090427/b1648/_pkg_.a
2025-08-20T23:04:35.3197307Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/phraseaccesstoken=/tmp/go-build3700090427/b1649/_pkg_.a
2025-08-20T23:04:35.3198978Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pinata=/tmp/go-build3700090427/b1650/_pkg_.a
2025-08-20T23:04:35.3200968Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedream=/tmp/go-build3700090427/b1651/_pkg_.a
2025-08-20T23:04:35.3202585Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedrive=/tmp/go-build3700090427/b1652/_pkg_.a
2025-08-20T23:04:35.3204283Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pivotaltracker=/tmp/go-build3700090427/b1653/_pkg_.a
2025-08-20T23:04:35.3206138Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pixabay=/tmp/go-build3700090427/b1654/_pkg_.a
2025-08-20T23:04:35.3207794Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plaidkey=/tmp/go-build3700090427/b1655/_pkg_.a
2025-08-20T23:04:35.3209747Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscale=/tmp/go-build3700090427/b1656/_pkg_.a
2025-08-20T23:04:35.3211468Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscaledb=/tmp/go-build3700090427/b1657/_pkg_.a
2025-08-20T23:04:35.3213187Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planviewleankit=/tmp/go-build3700090427/b1658/_pkg_.a
2025-08-20T23:04:35.3214913Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planyo=/tmp/go-build3700090427/b1659/_pkg_.a
2025-08-20T23:04:35.3216584Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plivo=/tmp/go-build3700090427/b1660/_pkg_.a
2025-08-20T23:04:35.3218221Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/podio=/tmp/go-build3700090427/b1661/_pkg_.a
2025-08-20T23:04:35.3220098Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pollsapi=/tmp/go-build3700090427/b1662/_pkg_.a
2025-08-20T23:04:35.3221752Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/poloniex=/tmp/go-build3700090427/b1663/_pkg_.a
2025-08-20T23:04:35.3223434Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/polygon=/tmp/go-build3700090427/b1664/_pkg_.a
2025-08-20T23:04:35.3225170Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainer=/tmp/go-build3700090427/b1665/_pkg_.a
2025-08-20T23:04:35.3226892Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainertoken=/tmp/go-build3700090427/b1666/_pkg_.a
2025-08-20T23:04:35.3245056Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack=/tmp/go-build3700090427/b1667/_pkg_.a
2025-08-20T23:04:35.3246998Z [00:03:20.487]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp=/tmp/go-build3700090427/b1668/_pkg_.a
2025-08-20T23:04:35.3248776Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks=/tmp/go-build3700090427/b1669/_pkg_.a
2025-08-20T23:04:35.3250627Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postgres=/tmp/go-build3700090427/b1670/_pkg_.a
2025-08-20T23:04:35.3252179Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog=/tmp/go-build3700090427/b1671/_pkg_.a
2025-08-20T23:04:35.3253791Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman=/tmp/go-build3700090427/b1672/_pkg_.a
2025-08-20T23:04:35.3255310Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark=/tmp/go-build3700090427/b1673/_pkg_.a
2025-08-20T23:04:35.3256792Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/powrbot=/tmp/go-build3700090427/b1674/_pkg_.a
2025-08-20T23:04:35.3258270Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prefect=/tmp/go-build3700090427/b1675/_pkg_.a
2025-08-20T23:04:35.3260189Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privacy=/tmp/go-build3700090427/b1676/_pkg_.a
2025-08-20T23:04:35.3261852Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey=/tmp/go-build3700090427/b319/_pkg_.a
2025-08-20T23:04:35.3263487Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prodpad=/tmp/go-build3700090427/b1677/_pkg_.a
2025-08-20T23:04:35.3265262Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectcrm=/tmp/go-build3700090427/b1678/_pkg_.a
2025-08-20T23:04:35.3266890Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/protocolsio=/tmp/go-build3700090427/b1679/_pkg_.a
2025-08-20T23:04:35.3268763Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/proxycrawl=/tmp/go-build3700090427/b1680/_pkg_.a
2025-08-20T23:04:35.3270663Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubpublishkey=/tmp/go-build3700090427/b1681/_pkg_.a
2025-08-20T23:04:35.3272584Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubsubscriptionkey=/tmp/go-build3700090427/b1682/_pkg_.a
2025-08-20T23:04:35.3274429Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pulumi=/tmp/go-build3700090427/b1683/_pkg_.a
2025-08-20T23:04:35.3276111Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/purestake=/tmp/go-build3700090427/b1684/_pkg_.a
2025-08-20T23:04:35.3277868Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pushbulletapikey=/tmp/go-build3700090427/b1685/_pkg_.a
2025-08-20T23:04:35.3279909Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pusherchannelkey=/tmp/go-build3700090427/b1686/_pkg_.a
2025-08-20T23:04:35.3281572Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pypi=/tmp/go-build3700090427/b1687/_pkg_.a
2025-08-20T23:04:35.3283163Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qase=/tmp/go-build3700090427/b1688/_pkg_.a
2025-08-20T23:04:35.3284759Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qualaroo=/tmp/go-build3700090427/b1689/_pkg_.a
2025-08-20T23:04:35.3286374Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qubole=/tmp/go-build3700090427/b1690/_pkg_.a
2025-08-20T23:04:35.3288265Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rabbitmq=/tmp/go-build3700090427/b1691/_pkg_.a
2025-08-20T23:04:35.3290137Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/railwayapp=/tmp/go-build3700090427/b1693/_pkg_.a
2025-08-20T23:04:35.3291768Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ramp=/tmp/go-build3700090427/b1694/_pkg_.a
2025-08-20T23:04:35.3293352Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rapidapi=/tmp/go-build3700090427/b1695/_pkg_.a
2025-08-20T23:04:35.3294888Z [00:03:20.492]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rawg=/tmp/go-build3700090427/b1696/_pkg_.a
2025-08-20T23:04:35.3296461Z [00:03:20.493]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/razorpay=/tmp/go-build3700090427/b1697/_pkg_.a
2025-08-20T23:04:35.3298114Z [00:03:20.493]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reachmail=/tmp/go-build3700090427/b1698/_pkg_.a
2025-08-20T23:04:35.3299883Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/readme=/tmp/go-build3700090427/b1699/_pkg_.a
2025-08-20T23:04:35.3301616Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reallysimplesystems=/tmp/go-build3700090427/b1700/_pkg_.a
2025-08-20T23:04:35.3303297Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly=/tmp/go-build3700090427/b1701/_pkg_.a
2025-08-20T23:04:35.3305211Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments=/tmp/go-build3700090427/b1702/_pkg_.a
2025-08-20T23:04:35.3306836Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/redis=/tmp/go-build3700090427/b1703/_pkg_.a
2025-08-20T23:04:35.3308439Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner=/tmp/go-build3700090427/b1711/_pkg_.a
2025-08-20T23:04:35.3310403Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman=/tmp/go-build3700090427/b1712/_pkg_.a
2025-08-20T23:04:35.3312252Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr=/tmp/go-build3700090427/b1713/_pkg_.a
2025-08-20T23:04:35.3313994Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replicate=/tmp/go-build3700090427/b1714/_pkg_.a
2025-08-20T23:04:35.3315539Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replyio=/tmp/go-build3700090427/b1715/_pkg_.a
2025-08-20T23:04:35.3317116Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/requestfinance=/tmp/go-build3700090427/b1716/_pkg_.a
2025-08-20T23:04:35.3318793Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi=/tmp/go-build3700090427/b1717/_pkg_.a
2025-08-20T23:04:35.3320829Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackscreenshotapi=/tmp/go-build3700090427/b1718/_pkg_.a
2025-08-20T23:04:35.3322513Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/revampcrm=/tmp/go-build3700090427/b1719/_pkg_.a
2025-08-20T23:04:35.3324155Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ringcentral=/tmp/go-build3700090427/b1720/_pkg_.a
2025-08-20T23:04:35.3325892Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ritekit=/tmp/go-build3700090427/b1721/_pkg_.a
2025-08-20T23:04:35.3327536Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/roaring=/tmp/go-build3700090427/b1722/_pkg_.a
2025-08-20T23:04:35.3329511Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/robinhoodcrypto=/tmp/go-build3700090427/b1723/_pkg_.a
2025-08-20T23:04:35.3331478Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rocketreach=/tmp/go-build3700090427/b1724/_pkg_.a
2025-08-20T23:04:35.3333165Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rootly=/tmp/go-build3700090427/b1725/_pkg_.a
2025-08-20T23:04:35.3334879Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/route4me=/tmp/go-build3700090427/b1726/_pkg_.a
2025-08-20T23:04:35.3336504Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rownd=/tmp/go-build3700090427/b1727/_pkg_.a
2025-08-20T23:04:35.3338107Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rubygems=/tmp/go-build3700090427/b1728/_pkg_.a
2025-08-20T23:04:35.3339955Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/runrunit=/tmp/go-build3700090427/b1729/_pkg_.a
2025-08-20T23:04:35.3341779Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saladcloudapikey=/tmp/go-build3700090427/b1730/_pkg_.a
2025-08-20T23:04:35.3343629Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesblink=/tmp/go-build3700090427/b1731/_pkg_.a
2025-08-20T23:04:35.3345377Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salescookie=/tmp/go-build3700090427/b1732/_pkg_.a
2025-08-20T23:04:35.3347147Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesflare=/tmp/go-build3700090427/b1733/_pkg_.a
2025-08-20T23:04:35.3349060Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforce=/tmp/go-build3700090427/b1734/_pkg_.a
2025-08-20T23:04:35.3350968Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforceoauth2=/tmp/go-build3700090427/b1735/_pkg_.a
2025-08-20T23:04:35.3352882Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforcerefreshtoken=/tmp/go-build3700090427/b1736/_pkg_.a
2025-08-20T23:04:35.3354907Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesmate=/tmp/go-build3700090427/b1737/_pkg_.a
2025-08-20T23:04:35.3356860Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sanity=/tmp/go-build3700090427/b1738/_pkg_.a
2025-08-20T23:04:35.3358682Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterprojectkey=/tmp/go-build3700090427/b1739/_pkg_.a
2025-08-20T23:04:35.3360925Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterwritekey=/tmp/go-build3700090427/b1740/_pkg_.a
2025-08-20T23:04:35.3362757Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saucelabs=/tmp/go-build3700090427/b1741/_pkg_.a
2025-08-20T23:04:35.3364510Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalewaykey=/tmp/go-build3700090427/b1742/_pkg_.a
2025-08-20T23:04:35.3366228Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalr=/tmp/go-build3700090427/b1743/_pkg_.a
2025-08-20T23:04:35.3367927Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapeowl=/tmp/go-build3700090427/b1744/_pkg_.a
2025-08-20T23:04:35.3369894Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperapi=/tmp/go-build3700090427/b1745/_pkg_.a
2025-08-20T23:04:35.3371677Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperbox=/tmp/go-build3700090427/b1746/_pkg_.a
2025-08-20T23:04:35.3373469Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapestack=/tmp/go-build3700090427/b1747/_pkg_.a
2025-08-20T23:04:35.3375216Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapfly=/tmp/go-build3700090427/b1748/_pkg_.a
2025-08-20T23:04:35.3376948Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingant=/tmp/go-build3700090427/b1749/_pkg_.a
2025-08-20T23:04:35.3378828Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingbee=/tmp/go-build3700090427/b1750/_pkg_.a
2025-08-20T23:04:35.3380816Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotapi=/tmp/go-build3700090427/b1751/_pkg_.a
2025-08-20T23:04:35.3382567Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotlayer=/tmp/go-build3700090427/b1752/_pkg_.a
2025-08-20T23:04:35.3384336Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrutinizerci=/tmp/go-build3700090427/b1753/_pkg_.a
2025-08-20T23:04:35.3386116Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/securitytrails=/tmp/go-build3700090427/b1754/_pkg_.a
2025-08-20T23:04:35.3387940Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/segmentapikey=/tmp/go-build3700090427/b1755/_pkg_.a
2025-08-20T23:04:35.3390050Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/selectpdf=/tmp/go-build3700090427/b1756/_pkg_.a
2025-08-20T23:04:35.3391744Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/semaphore=/tmp/go-build3700090427/b1757/_pkg_.a
2025-08-20T23:04:35.3393411Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbird=/tmp/go-build3700090427/b1758/_pkg_.a
2025-08-20T23:04:35.3395389Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbirdorganizationapi=/tmp/go-build3700090427/b1759/_pkg_.a
2025-08-20T23:04:35.3397160Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendgrid=/tmp/go-build3700090427/b1760/_pkg_.a
2025-08-20T23:04:35.3398876Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendinbluev2=/tmp/go-build3700090427/b1761/_pkg_.a
2025-08-20T23:04:35.3401024Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentryorgtoken=/tmp/go-build3700090427/b1762/_pkg_.a
2025-08-20T23:04:35.3402785Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1=/tmp/go-build3700090427/b1763/_pkg_.a
2025-08-20T23:04:35.3404733Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v2=/tmp/go-build3700090427/b1764/_pkg_.a
2025-08-20T23:04:35.3406522Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serphouse=/tmp/go-build3700090427/b1765/_pkg_.a
2025-08-20T23:04:35.3408258Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serpstack=/tmp/go-build3700090427/b1766/_pkg_.a
2025-08-20T23:04:35.3410194Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sheety=/tmp/go-build3700090427/b1767/_pkg_.a
2025-08-20T23:04:35.3411962Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sherpadesk=/tmp/go-build3700090427/b1768/_pkg_.a
2025-08-20T23:04:35.3413704Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shipday=/tmp/go-build3700090427/b1769/_pkg_.a
2025-08-20T23:04:35.3415418Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shodankey=/tmp/go-build3700090427/b1770/_pkg_.a
2025-08-20T23:04:35.3417156Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shopify=/tmp/go-build3700090427/b1771/_pkg_.a
2025-08-20T23:04:35.3418862Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shortcut=/tmp/go-build3700090427/b1772/_pkg_.a
2025-08-20T23:04:35.3420755Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shotstack=/tmp/go-build3700090427/b1773/_pkg_.a
2025-08-20T23:04:35.3422513Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstock=/tmp/go-build3700090427/b1774/_pkg_.a
2025-08-20T23:04:35.3424536Z [00:03:20.494]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstockoauth=/tmp/go-build3700090427/b1775/_pkg_.a
2025-08-20T23:04:35.3426382Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signable=/tmp/go-build3700090427/b1776/_pkg_.a
2025-08-20T23:04:35.3428093Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signalwire=/tmp/go-build3700090427/b1777/_pkg_.a
2025-08-20T23:04:35.3445968Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signaturit=/tmp/go-build3700090427/b1778/_pkg_.a
2025-08-20T23:04:35.3447887Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signupgenius=/tmp/go-build3700090427/b1779/_pkg_.a
2025-08-20T23:04:35.3449871Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sigopt=/tmp/go-build3700090427/b1780/_pkg_.a
2025-08-20T23:04:35.3451619Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simfin=/tmp/go-build3700090427/b1781/_pkg_.a
2025-08-20T23:04:35.3453266Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplesat=/tmp/go-build3700090427/b1782/_pkg_.a
2025-08-20T23:04:35.3454936Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplynoted=/tmp/go-build3700090427/b1783/_pkg_.a
2025-08-20T23:04:35.3456704Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simvoly=/tmp/go-build3700090427/b1784/_pkg_.a
2025-08-20T23:04:35.3458319Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sinchmessage=/tmp/go-build3700090427/b1785/_pkg_.a
2025-08-20T23:04:35.3460094Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sirv=/tmp/go-build3700090427/b1786/_pkg_.a
2025-08-20T23:04:35.3461867Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/siteleaf=/tmp/go-build3700090427/b1787/_pkg_.a
2025-08-20T23:04:35.3463488Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skrappio=/tmp/go-build3700090427/b1788/_pkg_.a
2025-08-20T23:04:35.3465368Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skybiometry=/tmp/go-build3700090427/b1789/_pkg_.a
2025-08-20T23:04:35.3466969Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slack=/tmp/go-build3700090427/b1790/_pkg_.a
2025-08-20T23:04:35.3468615Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slackwebhook=/tmp/go-build3700090427/b1791/_pkg_.a
2025-08-20T23:04:35.3470510Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartsheets=/tmp/go-build3700090427/b1792/_pkg_.a
2025-08-20T23:04:35.3472235Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartystreets=/tmp/go-build3700090427/b1793/_pkg_.a
2025-08-20T23:04:35.3473864Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smooch=/tmp/go-build3700090427/b1794/_pkg_.a
2025-08-20T23:04:35.3475549Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snipcart=/tmp/go-build3700090427/b1795/_pkg_.a
2025-08-20T23:04:35.3477222Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snowflake=/tmp/go-build3700090427/b1796/_pkg_.a
2025-08-20T23:04:35.3478946Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snykkey=/tmp/go-build3700090427/b1797/_pkg_.a
2025-08-20T23:04:35.3481099Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sonarcloud=/tmp/go-build3700090427/b1798/_pkg_.a
2025-08-20T23:04:35.3482874Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraph=/tmp/go-build3700090427/b1799/_pkg_.a
2025-08-20T23:04:35.3484902Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraphcody=/tmp/go-build3700090427/b1800/_pkg_.a
2025-08-20T23:04:35.3486760Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/speechtextai=/tmp/go-build3700090427/b1801/_pkg_.a
2025-08-20T23:04:35.3488753Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/splunkobservabilitytoken=/tmp/go-build3700090427/b1802/_pkg_.a
2025-08-20T23:04:35.3490895Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/spoonacular=/tmp/go-build3700090427/b1803/_pkg_.a
2025-08-20T23:04:35.3492675Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sportsmonk=/tmp/go-build3700090427/b1804/_pkg_.a
2025-08-20T23:04:35.3494395Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sqlserver=/tmp/go-build3700090427/b1805/_pkg_.a
2025-08-20T23:04:35.3496055Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/square=/tmp/go-build3700090427/b1806/_pkg_.a
2025-08-20T23:04:35.3497727Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareapp=/tmp/go-build3700090427/b1807/_pkg_.a
2025-08-20T23:04:35.3499625Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squarespace=/tmp/go-build3700090427/b1808/_pkg_.a
2025-08-20T23:04:35.3501342Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareup=/tmp/go-build3700090427/b1809/_pkg_.a
2025-08-20T23:04:35.3503195Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sslmate=/tmp/go-build3700090427/b1810/_pkg_.a
2025-08-20T23:04:35.3504892Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuscake=/tmp/go-build3700090427/b1811/_pkg_.a
2025-08-20T23:04:35.3506588Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspage=/tmp/go-build3700090427/b1812/_pkg_.a
2025-08-20T23:04:35.3508424Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspal=/tmp/go-build3700090427/b1813/_pkg_.a
2025-08-20T23:04:35.3510467Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata=/tmp/go-build3700090427/b1814/_pkg_.a
2025-08-20T23:04:35.3512203Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata=/tmp/go-build3700090427/b1815/_pkg_.a
2025-08-20T23:04:35.3513936Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove=/tmp/go-build3700090427/b1816/_pkg_.a
2025-08-20T23:04:35.3515633Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard=/tmp/go-build3700090427/b1817/_pkg_.a
2025-08-20T23:04:35.3517352Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass=/tmp/go-build3700090427/b1818/_pkg_.a
2025-08-20T23:04:35.3519066Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok=/tmp/go-build3700090427/b1819/_pkg_.a
2025-08-20T23:04:35.3521176Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblokpersonalaccesstoken=/tmp/go-build3700090427/b1820/_pkg_.a
2025-08-20T23:04:35.3523076Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief=/tmp/go-build3700090427/b1821/_pkg_.a
2025-08-20T23:04:35.3524768Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/strava=/tmp/go-build3700090427/b1822/_pkg_.a
2025-08-20T23:04:35.3526406Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/streak=/tmp/go-build3700090427/b1823/_pkg_.a
2025-08-20T23:04:35.3528042Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripe=/tmp/go-build3700090427/b1824/_pkg_.a
2025-08-20T23:04:35.3530441Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripepaymentintent=/tmp/go-build3700090427/b1825/_pkg_.a
2025-08-20T23:04:35.3532273Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripo=/tmp/go-build3700090427/b1826/_pkg_.a
2025-08-20T23:04:35.3533938Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stytch=/tmp/go-build3700090427/b1827/_pkg_.a
2025-08-20T23:04:35.3535799Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sugester=/tmp/go-build3700090427/b1828/_pkg_.a
2025-08-20T23:04:35.3537532Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sumologickey=/tmp/go-build3700090427/b1829/_pkg_.a
2025-08-20T23:04:35.3539301Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supabasetoken=/tmp/go-build3700090427/b1830/_pkg_.a
2025-08-20T23:04:35.3541129Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supernotesapi=/tmp/go-build3700090427/b1831/_pkg_.a
2025-08-20T23:04:35.3542939Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveyanyplace=/tmp/go-build3700090427/b1832/_pkg_.a
2025-08-20T23:04:35.3544715Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveybot=/tmp/go-build3700090427/b1833/_pkg_.a
2025-08-20T23:04:35.3546473Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveysparrow=/tmp/go-build3700090427/b1834/_pkg_.a
2025-08-20T23:04:35.3548222Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/survicate=/tmp/go-build3700090427/b1835/_pkg_.a
2025-08-20T23:04:35.3550000Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swell=/tmp/go-build3700090427/b1836/_pkg_.a
2025-08-20T23:04:35.3551641Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swiftype=/tmp/go-build3700090427/b1837/_pkg_.a
2025-08-20T23:04:35.3553486Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tableau=/tmp/go-build3700090427/b1838/_pkg_.a
2025-08-20T23:04:35.3555242Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tailscale=/tmp/go-build3700090427/b1839/_pkg_.a
2025-08-20T23:04:35.3556867Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tallyfy=/tmp/go-build3700090427/b1840/_pkg_.a
2025-08-20T23:04:35.3558566Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tatumio=/tmp/go-build3700090427/b1841/_pkg_.a
2025-08-20T23:04:35.3560387Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/taxjar=/tmp/go-build3700090427/b1842/_pkg_.a
2025-08-20T23:04:35.3562015Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamgate=/tmp/go-build3700090427/b1843/_pkg_.a
2025-08-20T23:04:35.3563762Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkcrm=/tmp/go-build3700090427/b1844/_pkg_.a
2025-08-20T23:04:35.3565533Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkdesk=/tmp/go-build3700090427/b1845/_pkg_.a
2025-08-20T23:04:35.3567205Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkspaces=/tmp/go-build3700090427/b1846/_pkg_.a
2025-08-20T23:04:35.3568952Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/technicalanalysisapi=/tmp/go-build3700090427/b1847/_pkg_.a
2025-08-20T23:04:35.3570801Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tefter=/tmp/go-build3700090427/b1848/_pkg_.a
2025-08-20T23:04:35.3572510Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telegrambottoken=/tmp/go-build3700090427/b1849/_pkg_.a
2025-08-20T23:04:35.3574250Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teletype=/tmp/go-build3700090427/b1850/_pkg_.a
2025-08-20T23:04:35.3576179Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telnyx=/tmp/go-build3700090427/b1851/_pkg_.a
2025-08-20T23:04:35.3578079Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/terraformcloudpersonaltoken=/tmp/go-build3700090427/b1852/_pkg_.a
2025-08-20T23:04:35.3580197Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/testingbot=/tmp/go-build3700090427/b1853/_pkg_.a
2025-08-20T23:04:35.3582119Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/textmagic=/tmp/go-build3700090427/b1854/_pkg_.a
2025-08-20T23:04:35.3583836Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/theoddsapi=/tmp/go-build3700090427/b1855/_pkg_.a
2025-08-20T23:04:35.3585570Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific=/tmp/go-build3700090427/b1856/_pkg_.a
2025-08-20T23:04:35.3587336Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes=/tmp/go-build3700090427/b1857/_pkg_.a
2025-08-20T23:04:35.3589213Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster=/tmp/go-build3700090427/b1858/_pkg_.a
2025-08-20T23:04:35.3591221Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor=/tmp/go-build3700090427/b1859/_pkg_.a
2025-08-20T23:04:35.3592983Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo=/tmp/go-build3700090427/b1860/_pkg_.a
2025-08-20T23:04:35.3594689Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp=/tmp/go-build3700090427/b1861/_pkg_.a
2025-08-20T23:04:35.3596426Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi=/tmp/go-build3700090427/b1862/_pkg_.a
2025-08-20T23:04:35.3598293Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tineswebhook=/tmp/go-build3700090427/b1863/_pkg_.a
2025-08-20T23:04:35.3600290Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tmetric=/tmp/go-build3700090427/b1864/_pkg_.a
2025-08-20T23:04:35.3602179Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/todoist=/tmp/go-build3700090427/b1865/_pkg_.a
2025-08-20T23:04:35.3603904Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tokeet=/tmp/go-build3700090427/b1866/_pkg_.a
2025-08-20T23:04:35.3605608Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomorrowio=/tmp/go-build3700090427/b1867/_pkg_.a
2025-08-20T23:04:35.3607188Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomtom=/tmp/go-build3700090427/b1868/_pkg_.a
2025-08-20T23:04:35.3608793Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tradier=/tmp/go-build3700090427/b1869/_pkg_.a
2025-08-20T23:04:35.3610722Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/transferwise=/tmp/go-build3700090427/b1870/_pkg_.a
2025-08-20T23:04:35.3612476Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travelpayouts=/tmp/go-build3700090427/b1871/_pkg_.a
2025-08-20T23:04:35.3614185Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travisci=/tmp/go-build3700090427/b1872/_pkg_.a
2025-08-20T23:04:35.3615896Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey=/tmp/go-build3700090427/b1873/_pkg_.a
2025-08-20T23:04:35.3617709Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trufflehogenterprise=/tmp/go-build3700090427/b1874/_pkg_.a
2025-08-20T23:04:35.3619649Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata=/tmp/go-build3700090427/b1875/_pkg_.a
2025-08-20T23:04:35.3621470Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio=/tmp/go-build3700090427/b1876/_pkg_.a
2025-08-20T23:04:35.3623175Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilioapikey=/tmp/go-build3700090427/b1877/_pkg_.a
2025-08-20T23:04:35.3624840Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twist=/tmp/go-build3700090427/b1878/_pkg_.a
2025-08-20T23:04:35.3626524Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch=/tmp/go-build3700090427/b1879/_pkg_.a
2025-08-20T23:04:35.3628219Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitchaccesstoken=/tmp/go-build3700090427/b1880/_pkg_.a
2025-08-20T23:04:35.3630247Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1=/tmp/go-build3700090427/b1881/_pkg_.a
2025-08-20T23:04:35.3632001Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v2=/tmp/go-build3700090427/b1882/_pkg_.a
2025-08-20T23:04:35.3633835Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitterconsumerkey=/tmp/go-build3700090427/b1883/_pkg_.a
2025-08-20T23:04:35.3635844Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec=/tmp/go-build3700090427/b1884/_pkg_.a
2025-08-20T23:04:35.3637634Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v1=/tmp/go-build3700090427/b1885/_pkg_.a
2025-08-20T23:04:35.3639598Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v2=/tmp/go-build3700090427/b1886/_pkg_.a
2025-08-20T23:04:35.3641333Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typetalk=/tmp/go-build3700090427/b1887/_pkg_.a
2025-08-20T23:04:35.3643231Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ubidots=/tmp/go-build3700090427/b1888/_pkg_.a
2025-08-20T23:04:35.3644960Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uclassify=/tmp/go-build3700090427/b1889/_pkg_.a
2025-08-20T23:04:35.3646693Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unifyid=/tmp/go-build3700090427/b1890/_pkg_.a
2025-08-20T23:04:35.3648375Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unplugg=/tmp/go-build3700090427/b1891/_pkg_.a
2025-08-20T23:04:35.3650293Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unsplash=/tmp/go-build3700090427/b1892/_pkg_.a
2025-08-20T23:04:35.3652040Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upcdatabase=/tmp/go-build3700090427/b1893/_pkg_.a
2025-08-20T23:04:35.3653770Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uplead=/tmp/go-build3700090427/b1894/_pkg_.a
2025-08-20T23:04:35.3655613Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uploadcare=/tmp/go-build3700090427/b1895/_pkg_.a
2025-08-20T23:04:35.3657382Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uptimerobot=/tmp/go-build3700090427/b1896/_pkg_.a
2025-08-20T23:04:35.3659067Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upwave=/tmp/go-build3700090427/b1897/_pkg_.a
2025-08-20T23:04:35.3660851Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uri=/tmp/go-build3700090427/b1898/_pkg_.a
2025-08-20T23:04:35.3662493Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/urlscan=/tmp/go-build3700090427/b1899/_pkg_.a
2025-08-20T23:04:35.3664198Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userflow=/tmp/go-build3700090427/b1900/_pkg_.a
2025-08-20T23:04:35.3665902Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userstack=/tmp/go-build3700090427/b1901/_pkg_.a
2025-08-20T23:04:35.3667785Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vagrantcloudpersonaltoken=/tmp/go-build3700090427/b1902/_pkg_.a
2025-08-20T23:04:35.3669847Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vatlayer=/tmp/go-build3700090427/b1903/_pkg_.a
2025-08-20T23:04:35.3670898Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vbout=/tmp/go-build3700090427/b1904/_pkg_.a
2025-08-20T23:04:35.3671726Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vercel=/tmp/go-build3700090427/b1905/_pkg_.a
2025-08-20T23:04:35.3672567Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verifier=/tmp/go-build3700090427/b1906/_pkg_.a
2025-08-20T23:04:35.3673397Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verimail=/tmp/go-build3700090427/b1907/_pkg_.a
2025-08-20T23:04:35.3674270Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/veriphone=/tmp/go-build3700090427/b1908/_pkg_.a
2025-08-20T23:04:35.3675251Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/versioneye=/tmp/go-build3700090427/b1909/_pkg_.a
2025-08-20T23:04:35.3676077Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/viewneo=/tmp/go-build3700090427/b1910/_pkg_.a
2025-08-20T23:04:35.3676928Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/virustotal=/tmp/go-build3700090427/b1911/_pkg_.a
2025-08-20T23:04:35.3677793Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/visualcrossing=/tmp/go-build3700090427/b1912/_pkg_.a
2025-08-20T23:04:35.3678584Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voiceflow=/tmp/go-build3700090427/b1913/_pkg_.a
2025-08-20T23:04:35.3679688Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voicegain=/tmp/go-build3700090427/b1914/_pkg_.a
2025-08-20T23:04:35.3680519Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voodoosms=/tmp/go-build3700090427/b1915/_pkg_.a
2025-08-20T23:04:35.3681328Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vouchery=/tmp/go-build3700090427/b1916/_pkg_.a
2025-08-20T23:04:35.3682146Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vpnapi=/tmp/go-build3700090427/b1917/_pkg_.a
2025-08-20T23:04:35.3683019Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vultrapikey=/tmp/go-build3700090427/b1918/_pkg_.a
2025-08-20T23:04:35.3683821Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vyte=/tmp/go-build3700090427/b1919/_pkg_.a
2025-08-20T23:04:35.3684779Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/walkscore=/tmp/go-build3700090427/b1920/_pkg_.a
2025-08-20T23:04:35.3685667Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherbit=/tmp/go-build3700090427/b1921/_pkg_.a
2025-08-20T23:04:35.3686544Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherstack=/tmp/go-build3700090427/b1922/_pkg_.a
2025-08-20T23:04:35.3687416Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/web3storage=/tmp/go-build3700090427/b1923/_pkg_.a
2025-08-20T23:04:35.3688290Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webex=/tmp/go-build3700090427/b1924/_pkg_.a
2025-08-20T23:04:35.3689132Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webexbot=/tmp/go-build3700090427/b1925/_pkg_.a
2025-08-20T23:04:35.3690146Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webflow=/tmp/go-build3700090427/b1926/_pkg_.a
2025-08-20T23:04:35.3691025Z [00:03:20.495]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraper=/tmp/go-build3700090427/b1927/_pkg_.a
2025-08-20T23:04:35.3691886Z [00:03:20.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraping=/tmp/go-build3700090427/b1928/_pkg_.a
2025-08-20T23:04:35.3692766Z [00:03:20.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/websitepulse=/tmp/go-build3700090427/b1929/_pkg_.a
2025-08-20T23:04:35.3693779Z [00:03:20.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weightsandbiases=/tmp/go-build3700090427/b1930/_pkg_.a
2025-08-20T23:04:35.3694588Z [00:03:20.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/whoxy=/tmp/go-build3700090427/b1931/_pkg_.a
2025-08-20T23:04:35.3695389Z [00:03:20.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wistia=/tmp/go-build3700090427/b1932/_pkg_.a
2025-08-20T23:04:35.3696206Z [00:03:20.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wiz=/tmp/go-build3700090427/b1933/_pkg_.a
2025-08-20T23:04:35.3697177Z [00:03:20.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worksnaps=/tmp/go-build3700090427/b1934/_pkg_.a
2025-08-20T23:04:35.3698035Z [00:03:20.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/workstack=/tmp/go-build3700090427/b1935/_pkg_.a
2025-08-20T23:04:35.3698945Z [00:03:20.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldcoinindex=/tmp/go-build3700090427/b1936/_pkg_.a
2025-08-20T23:04:35.3700007Z [00:03:20.496]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldweather=/tmp/go-build3700090427/b1937/_pkg_.a
2025-08-20T23:04:35.3700810Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wrike=/tmp/go-build3700090427/b1938/_pkg_.a
2025-08-20T23:04:35.3701710Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/xai=/tmp/go-build3700090427/b1939/_pkg_.a
2025-08-20T23:04:35.3702557Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yandex=/tmp/go-build3700090427/b1940/_pkg_.a
2025-08-20T23:04:35.3703356Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yelp=/tmp/go-build3700090427/b1941/_pkg_.a
2025-08-20T23:04:35.3704251Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youneedabudget=/tmp/go-build3700090427/b1942/_pkg_.a
2025-08-20T23:04:35.3705084Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yousign=/tmp/go-build3700090427/b1943/_pkg_.a
2025-08-20T23:04:35.3705975Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youtubeapikey=/tmp/go-build3700090427/b1944/_pkg_.a
2025-08-20T23:04:35.3706818Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zendeskapi=/tmp/go-build3700090427/b1945/_pkg_.a
2025-08-20T23:04:35.3707793Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenkitapi=/tmp/go-build3700090427/b1946/_pkg_.a
2025-08-20T23:04:35.3708651Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenrows=/tmp/go-build3700090427/b1947/_pkg_.a
2025-08-20T23:04:35.3709683Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenscrape=/tmp/go-build3700090427/b1948/_pkg_.a
2025-08-20T23:04:35.3710550Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenserp=/tmp/go-build3700090427/b1949/_pkg_.a
2025-08-20T23:04:35.3711392Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zeplin=/tmp/go-build3700090427/b1950/_pkg_.a
2025-08-20T23:04:35.3712225Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerobounce=/tmp/go-build3700090427/b1951/_pkg_.a
2025-08-20T23:04:35.3713073Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerotier=/tmp/go-build3700090427/b1952/_pkg_.a
2025-08-20T23:04:35.3713893Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipapi=/tmp/go-build3700090427/b1953/_pkg_.a
2025-08-20T23:04:35.3714729Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipbooks=/tmp/go-build3700090427/b1954/_pkg_.a
2025-08-20T23:04:35.3715747Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodeapi=/tmp/go-build3700090427/b1955/_pkg_.a
2025-08-20T23:04:35.3716625Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodebase=/tmp/go-build3700090427/b1956/_pkg_.a
2025-08-20T23:04:35.3717487Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zohocrm=/tmp/go-build3700090427/b1957/_pkg_.a
2025-08-20T23:04:35.3718433Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zonkafeedback=/tmp/go-build3700090427/b1958/_pkg_.a
2025-08-20T23:04:35.3719450Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zulipchat=/tmp/go-build3700090427/b1959/_pkg_.a
2025-08-20T23:04:35.3720506Z [00:03:20.497]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:35.3720724Z [00:03:20.497]➜  EOF
2025-08-20T23:04:35.3724228Z [00:03:20.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b924/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/defaults=>github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults;$WORK/b924=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults -lang=go1.24 -complete -installsuffix shared -buildid ZZhiKeLsCbHzmO7dXL8p/ZZhiKeLsCbHzmO7dXL8p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b924/importcfg -pack ./pkg/engine/defaults/defaults.go
2025-08-20T23:04:35.3724667Z [00:03:20.497]➜  go tool buildid -w $WORK/b1967/_pkg_.a # internal
2025-08-20T23:04:35.3725756Z [00:03:20.497]➜  cp $WORK/b1967/_pkg_.a /root/.cache/go-build/ad/ad5b4b6de7ed92bae144d516e5b24ec4647dd870352f051e37147ed29ee39b0c-d # internal
2025-08-20T23:04:35.3726115Z [00:03:20.501]➜  golang.org/x/crypto/openpgp/armor
2025-08-20T23:04:35.3726371Z [00:03:20.501]➜  mkdir -p $WORK/b1966/
2025-08-20T23:04:35.3726815Z [00:03:20.501]➜  cat >/tmp/go-build3700090427/b1966/importcfg << 'EOF' # internal
2025-08-20T23:04:35.3727038Z [00:03:20.501]➜  # import config
2025-08-20T23:04:35.3727423Z [00:03:20.501]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:35.3727789Z [00:03:20.501]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:35.3728253Z [00:03:20.501]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:35.3728869Z [00:03:20.501]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3700090427/b1967/_pkg_.a
2025-08-20T23:04:35.3729252Z [00:03:20.501]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.3729746Z [00:03:20.502]➜  EOF
2025-08-20T23:04:35.3733609Z [00:03:20.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1966/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/armor=>golang.org/x/crypto@v0.40.0/openpgp/armor;$WORK/b1966=>" -p golang.org/x/crypto/openpgp/armor -lang=go1.23 -complete -installsuffix shared -buildid Ic2C20cRRGbuBhq42YSI/Ic2C20cRRGbuBhq42YSI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1966/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/armor/armor.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/armor/encode.go
2025-08-20T23:04:35.3734037Z [00:03:20.506]➜  go tool buildid -w $WORK/b1961/_pkg_.a # internal
2025-08-20T23:04:35.3734937Z [00:03:20.509]➜  cp $WORK/b1961/_pkg_.a /root/.cache/go-build/e7/e744c055a7532280f06e822f5f2928de0d58af9418a3c45d939fbf8484cbc239-d # internal
2025-08-20T23:04:35.3735368Z [00:03:20.511]➜  github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool
2025-08-20T23:04:35.3735624Z [00:03:20.511]➜  mkdir -p $WORK/b1962/
2025-08-20T23:04:35.3736056Z [00:03:20.511]➜  cat >/tmp/go-build3700090427/b1962/importcfg << 'EOF' # internal
2025-08-20T23:04:35.3736282Z [00:03:20.511]➜  # import config
2025-08-20T23:04:35.3736657Z [00:03:20.511]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:35.3737362Z [00:03:20.511]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:04:35.3738314Z [00:03:20.511]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:04:35.3739154Z [00:03:20.511]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer=/tmp/go-build3700090427/b1961/_pkg_.a
2025-08-20T23:04:35.3740046Z [00:03:20.511]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:35.3740418Z [00:03:20.511]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:35.3740618Z [00:03:20.511]➜  EOF
2025-08-20T23:04:35.3744029Z [00:03:20.513]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1962/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/pool=>github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool;$WORK/b1962=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool -lang=go1.24 -complete -installsuffix shared -buildid zwEIGunNjDC8kcHBlvqu/zwEIGunNjDC8kcHBlvqu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1962/importcfg -pack ./pkg/buffers/pool/metrics.go ./pkg/buffers/pool/pool.go
2025-08-20T23:04:35.3744596Z [00:03:20.540]➜  go tool buildid -w $WORK/b1966/_pkg_.a # internal
2025-08-20T23:04:35.3745492Z [00:03:20.540]➜  cp $WORK/b1966/_pkg_.a /root/.cache/go-build/af/af1384dd7684f20d5dbb436efc7d66302000ea2b86c7c8fca51304a85d481dc3-d # internal
2025-08-20T23:04:35.3745804Z [00:03:20.541]➜  golang.org/x/crypto/openpgp/elgamal
2025-08-20T23:04:35.3746050Z [00:03:20.542]➜  mkdir -p $WORK/b1969/
2025-08-20T23:04:35.3746627Z [00:03:20.542]➜  cat >/tmp/go-build3700090427/b1969/importcfg << 'EOF' # internal
2025-08-20T23:04:35.3746870Z [00:03:20.542]➜  # import config
2025-08-20T23:04:35.3747324Z [00:03:20.542]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:35.3747779Z [00:03:20.542]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:35.3748159Z [00:03:20.542]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:35.3748520Z [00:03:20.542]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.3748913Z [00:03:20.542]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:35.3749099Z [00:03:20.542]➜  EOF
2025-08-20T23:04:35.3752775Z [00:03:20.542]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1969/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/elgamal=>golang.org/x/crypto@v0.40.0/openpgp/elgamal;$WORK/b1969=>" -p golang.org/x/crypto/openpgp/elgamal -lang=go1.23 -complete -installsuffix shared -buildid F_lqcrelsqhQV24B6G9D/F_lqcrelsqhQV24B6G9D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1969/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/elgamal/elgamal.go
2025-08-20T23:04:35.3753244Z [00:03:20.603]➜  go tool buildid -w $WORK/b1969/_pkg_.a # internal
2025-08-20T23:04:35.3754129Z [00:03:20.603]➜  cp $WORK/b1969/_pkg_.a /root/.cache/go-build/79/7998843e2e6ede6364486ba089592c3443f5bc478c70abdb21a57d3922419de2-d # internal
2025-08-20T23:04:35.3754410Z [00:03:20.604]➜  golang.org/x/crypto/openpgp/s2k
2025-08-20T23:04:35.3754637Z [00:03:20.604]➜  mkdir -p $WORK/b1970/
2025-08-20T23:04:35.3755051Z [00:03:20.605]➜  cat >/tmp/go-build3700090427/b1970/importcfg << 'EOF' # internal
2025-08-20T23:04:35.3755267Z [00:03:20.605]➜  # import config
2025-08-20T23:04:35.3755649Z [00:03:20.605]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:35.3756248Z [00:03:20.605]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3700090427/b1967/_pkg_.a
2025-08-20T23:04:35.3756635Z [00:03:20.605]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:35.3756995Z [00:03:20.605]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.3757373Z [00:03:20.605]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:35.3757558Z [00:03:20.605]➜  EOF
2025-08-20T23:04:35.3761026Z [00:03:20.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1970/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/s2k=>golang.org/x/crypto@v0.40.0/openpgp/s2k;$WORK/b1970=>" -p golang.org/x/crypto/openpgp/s2k -lang=go1.23 -complete -installsuffix shared -buildid JpFshSlqZgMcoiv_BoqN/JpFshSlqZgMcoiv_BoqN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1970/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/s2k/s2k.go
2025-08-20T23:04:35.3761429Z [00:03:20.614]➜  go tool buildid -w $WORK/b1962/_pkg_.a # internal
2025-08-20T23:04:35.3762320Z [00:03:20.617]➜  cp $WORK/b1962/_pkg_.a /root/.cache/go-build/8e/8e8d315d9e4ae8a8fa4dafe5501760851abf252b268a1c482e582141ca6438d4-d # internal
2025-08-20T23:04:35.3762831Z [00:03:20.617]➜  github.com/trufflesecurity/trufflehog/v3/pkg/iobuf
2025-08-20T23:04:35.3763060Z [00:03:20.618]➜  mkdir -p $WORK/b1960/
2025-08-20T23:04:35.3763469Z [00:03:20.618]➜  cat >/tmp/go-build3700090427/b1960/importcfg << 'EOF' # internal
2025-08-20T23:04:35.3763695Z [00:03:20.618]➜  # import config
2025-08-20T23:04:35.3764070Z [00:03:20.618]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:35.3764440Z [00:03:20.618]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.3765243Z [00:03:20.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer=/tmp/go-build3700090427/b1961/_pkg_.a
2025-08-20T23:04:35.3766030Z [00:03:20.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool=/tmp/go-build3700090427/b1962/_pkg_.a
2025-08-20T23:04:35.3766931Z [00:03:20.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp=/tmp/go-build3700090427/b700/_pkg_.a
2025-08-20T23:04:35.3767336Z [00:03:20.618]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.3767683Z [00:03:20.618]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:35.3767868Z [00:03:20.618]➜  EOF
2025-08-20T23:04:35.3771319Z [00:03:20.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1960/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/iobuf=>github.com/trufflesecurity/trufflehog/v3/pkg/iobuf;$WORK/b1960=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/iobuf -lang=go1.24 -complete -installsuffix shared -buildid uurFqF60IDZPJoKi9jhI/uurFqF60IDZPJoKi9jhI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1960/importcfg -pack ./pkg/iobuf/bufferedreaderseeker.go
2025-08-20T23:04:35.3771749Z [00:03:20.647]➜  go tool buildid -w $WORK/b1970/_pkg_.a # internal
2025-08-20T23:04:35.3772766Z [00:03:20.648]➜  cp $WORK/b1970/_pkg_.a /root/.cache/go-build/08/0807e805ca49f47b877049a4f0e03b32496d92ec09e0743d16e85aa319ced9de-d # internal
2025-08-20T23:04:35.3773118Z [00:03:20.655]➜  golang.org/x/crypto/openpgp/packet
2025-08-20T23:04:35.3773362Z [00:03:20.655]➜  mkdir -p $WORK/b1968/
2025-08-20T23:04:35.3773801Z [00:03:20.656]➜  cat >/tmp/go-build3700090427/b1968/importcfg << 'EOF' # internal
2025-08-20T23:04:35.3774018Z [00:03:20.656]➜  # import config
2025-08-20T23:04:35.3774429Z [00:03:20.656]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:35.3774811Z [00:03:20.656]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:35.3775265Z [00:03:20.656]➜  packagefile compress/bzip2=/tmp/go-build3700090427/b843/_pkg_.a
2025-08-20T23:04:35.3775703Z [00:03:20.656]➜  packagefile compress/flate=/tmp/go-build3700090427/b104/_pkg_.a
2025-08-20T23:04:35.3776144Z [00:03:20.656]➜  packagefile compress/zlib=/tmp/go-build3700090427/b816/_pkg_.a
2025-08-20T23:04:35.3776547Z [00:03:20.656]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:35.3776972Z [00:03:20.656]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:04:35.3777425Z [00:03:20.656]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:04:35.3777846Z [00:03:20.656]➜  packagefile crypto/des=/tmp/go-build3700090427/b139/_pkg_.a
2025-08-20T23:04:35.3778262Z [00:03:20.656]➜  packagefile crypto/dsa=/tmp/go-build3700090427/b181/_pkg_.a
2025-08-20T23:04:35.3778856Z [00:03:20.656]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:35.3779309Z [00:03:20.656]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:04:35.3779980Z [00:03:20.656]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:04:35.3780411Z [00:03:20.656]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:35.3780829Z [00:03:20.656]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:35.3781254Z [00:03:20.656]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:35.3781679Z [00:03:20.656]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:35.3782283Z [00:03:20.656]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:35.3782714Z [00:03:20.656]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:35.3783129Z [00:03:20.656]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:04:35.3783579Z [00:03:20.656]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:35.3783949Z [00:03:20.656]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.3784480Z [00:03:20.656]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build3700090427/b888/_pkg_.a
2025-08-20T23:04:35.3785084Z [00:03:20.656]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build3700090427/b1969/_pkg_.a
2025-08-20T23:04:35.3785894Z [00:03:20.656]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3700090427/b1967/_pkg_.a
2025-08-20T23:04:35.3786458Z [00:03:20.656]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build3700090427/b1970/_pkg_.a
2025-08-20T23:04:35.3786850Z [00:03:20.656]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:35.3787230Z [00:03:20.656]➜  packagefile image=/tmp/go-build3700090427/b916/_pkg_.a
2025-08-20T23:04:35.3787743Z [00:03:20.656]➜  packagefile image/jpeg=/tmp/go-build3700090427/b918/_pkg_.a
2025-08-20T23:04:35.3788114Z [00:03:20.656]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.3788517Z [00:03:20.656]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:35.3788928Z [00:03:20.656]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:35.3789680Z [00:03:20.656]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:35.3790148Z [00:03:20.656]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.3790688Z [00:03:20.656]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:35.3790902Z [00:03:20.656]➜  EOF
2025-08-20T23:04:35.3803044Z [00:03:20.658]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1968/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet=>golang.org/x/crypto@v0.40.0/openpgp/packet;$WORK/b1968=>" -p golang.org/x/crypto/openpgp/packet -lang=go1.23 -complete -installsuffix shared -buildid zNIiIPl0YynUNyRAFbU-/zNIiIPl0YynUNyRAFbU- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1968/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/compressed.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/config.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/encrypted_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/literal.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/ocfb.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/one_pass_signature.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/opaque.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/packet.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/private_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/public_key.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/public_key_v3.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/reader.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/signature.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/signature_v3.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/symmetric_key_encrypted.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/symmetrically_encrypted.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/userattribute.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/packet/userid.go
2025-08-20T23:04:35.4154946Z [00:03:20.699]➜  go tool buildid -w $WORK/b1960/_pkg_.a # internal
2025-08-20T23:04:35.4170375Z [00:03:20.700]➜  go tool buildid -w $WORK/b1964/_pkg_.a # internal
2025-08-20T23:04:35.4171989Z [00:03:20.700]➜  cp $WORK/b1960/_pkg_.a /root/.cache/go-build/e6/e6dedb44bb7bf8f4566304781083d093d427d197846c6a915834bfb21c212178-d # internal
2025-08-20T23:04:35.4188778Z [00:03:20.702]➜  pault.ag/go/debian/version
2025-08-20T23:04:35.4193890Z [00:03:20.702]➜  mkdir -p $WORK/b1974/
2025-08-20T23:04:35.4196386Z [00:03:20.703]➜  cp $WORK/b1964/_pkg_.a /root/.cache/go-build/bc/bc57e790188bb715f4ae751646524fa5c2093ec1e4f681feb022d9e5a315ae5b-d # internal
2025-08-20T23:04:35.4196944Z [00:03:20.703]➜  cat >/tmp/go-build3700090427/b1974/importcfg << 'EOF' # internal
2025-08-20T23:04:35.4197182Z [00:03:20.703]➜  # import config
2025-08-20T23:04:35.4198787Z [00:03:20.703]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:35.4199234Z [00:03:20.703]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.4199919Z [00:03:20.703]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:35.4200401Z [00:03:20.703]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.4200779Z [00:03:20.703]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:35.4200958Z [00:03:20.703]➜  EOF
2025-08-20T23:04:35.4204016Z [00:03:20.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1974/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/version=>pault.ag/go/debian@v0.18.0/version;$WORK/b1974=>" -p pault.ag/go/debian/version -lang=go1.19 -complete -installsuffix shared -buildid PcfexTL1KS5f37lvd00g/PcfexTL1KS5f37lvd00g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1974/importcfg -pack /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/version/version.go
2025-08-20T23:04:35.4210697Z [00:03:20.704]➜  pault.ag/go/debian/hashio
2025-08-20T23:04:35.4210961Z [00:03:20.704]➜  mkdir -p $WORK/b1975/
2025-08-20T23:04:35.4216748Z [00:03:20.705]➜  cat >/tmp/go-build3700090427/b1975/importcfg << 'EOF' # internal
2025-08-20T23:04:35.4217777Z [00:03:20.705]➜  # import config
2025-08-20T23:04:35.4218296Z [00:03:20.705]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:04:35.4218761Z [00:03:20.705]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:04:35.4230469Z [00:03:20.705]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:35.4231536Z [00:03:20.705]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:35.4233217Z [00:03:20.705]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:35.4233618Z [00:03:20.705]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.4233991Z [00:03:20.705]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:35.4234351Z [00:03:20.705]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.4234523Z [00:03:20.705]➜  EOF
2025-08-20T23:04:35.4238409Z [00:03:20.705]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1975/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/hashio=>pault.ag/go/debian@v0.18.0/hashio;$WORK/b1975=>" -p pault.ag/go/debian/hashio -lang=go1.19 -complete -installsuffix shared -buildid CTXYWS0c1MLUBy7Tt9dm/CTXYWS0c1MLUBy7Tt9dm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1975/importcfg -pack /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/hashio/compressors.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/hashio/construct.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/hashio/hash.go
2025-08-20T23:04:35.4597906Z [00:03:20.743]➜  go tool buildid -w $WORK/b1974/_pkg_.a # internal
2025-08-20T23:04:35.4611167Z [00:03:20.744]➜  cp $WORK/b1974/_pkg_.a /root/.cache/go-build/be/be97be7b8540e42f3521b6dfb85f682ffba421c2159b8441156f2f34908144cc-d # internal
2025-08-20T23:04:35.4648137Z [00:03:20.748]➜  pault.ag/go/debian/dependency
2025-08-20T23:04:35.4649023Z [00:03:20.748]➜  mkdir -p $WORK/b1973/
2025-08-20T23:04:35.4663842Z [00:03:20.750]➜  go tool buildid -w $WORK/b1975/_pkg_.a # internal
2025-08-20T23:04:35.4675658Z [00:03:20.751]➜  cp $WORK/b1975/_pkg_.a /root/.cache/go-build/a2/a2bbcba3a6823b690fa24955e39b6ec93880e79b8adc0a2159cb91668242888e-d # internal
2025-08-20T23:04:35.4680179Z [00:03:20.751]➜  cat >/tmp/go-build3700090427/b1973/importcfg << 'EOF' # internal
2025-08-20T23:04:35.4680845Z [00:03:20.751]➜  # import config
2025-08-20T23:04:35.4681364Z [00:03:20.751]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:35.4682162Z [00:03:20.751]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.4683117Z [00:03:20.751]➜  packagefile pault.ag/go/debian/version=/tmp/go-build3700090427/b1974/_pkg_.a
2025-08-20T23:04:35.4684098Z [00:03:20.751]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.4684724Z [00:03:20.751]➜  EOF
2025-08-20T23:04:35.4690858Z [00:03:20.751]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1973/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/dependency=>pault.ag/go/debian@v0.18.0/dependency;$WORK/b1973=>" -p pault.ag/go/debian/dependency -lang=go1.19 -complete -installsuffix shared -buildid JSagd_ZBLJR7eU4IYNVF/JSagd_ZBLJR7eU4IYNVF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1973/importcfg -pack /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/dependency/arch.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/dependency/consts.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/dependency/dependency.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/dependency/doc.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/dependency/models.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/dependency/parser.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/dependency/string.go
2025-08-20T23:04:35.4710642Z [00:03:20.753]➜  pault.ag/go/debian/internal
2025-08-20T23:04:35.4716461Z [00:03:20.753]➜  mkdir -p $WORK/b1976/
2025-08-20T23:04:35.4717202Z [00:03:20.753]➜  cat >/tmp/go-build3700090427/b1976/importcfg << 'EOF' # internal
2025-08-20T23:04:35.4718052Z [00:03:20.753]➜  # import config
2025-08-20T23:04:35.4718700Z [00:03:20.754]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.4720380Z [00:03:20.754]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:35.4720991Z [00:03:20.754]➜  EOF
2025-08-20T23:04:35.4724206Z [00:03:20.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1976/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/internal=>pault.ag/go/debian@v0.18.0/internal;$WORK/b1976=>" -p pault.ag/go/debian/internal -lang=go1.19 -complete -installsuffix shared -buildid aR5U0WWn-pf-A_onRTd8/aR5U0WWn-pf-A_onRTd8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1976/importcfg -pack /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/internal/copy.go
2025-08-20T23:04:35.4893670Z [00:03:20.772]➜  go tool buildid -w $WORK/b1976/_pkg_.a # internal
2025-08-20T23:04:35.4901760Z [00:03:20.773]➜  cp $WORK/b1976/_pkg_.a /root/.cache/go-build/8a/8ab9b475abda82f5f543102a835effb3f72630e6e0728047ac3a029818010066-d # internal
2025-08-20T23:04:35.4904351Z [00:03:20.774]➜  pault.ag/go/topsort
2025-08-20T23:04:35.4904932Z [00:03:20.774]➜  mkdir -p $WORK/b1977/
2025-08-20T23:04:35.4909787Z [00:03:20.774]➜  cat >/tmp/go-build3700090427/b1977/importcfg << 'EOF' # internal
2025-08-20T23:04:35.4911583Z [00:03:20.774]➜  # import config
2025-08-20T23:04:35.4912225Z [00:03:20.774]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:35.4913032Z [00:03:20.774]➜  EOF
2025-08-20T23:04:35.4915779Z [00:03:20.774]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1977/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/topsort@v0.1.1=>pault.ag/go/topsort@v0.1.1;$WORK/b1977=>" -p pault.ag/go/topsort -lang=go1.16 -complete -installsuffix shared -buildid S8t2Ys3VXOJmbVLkseFT/S8t2Ys3VXOJmbVLkseFT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1977/importcfg -pack /root/go/pkg/mod/pault.ag/go/topsort@v0.1.1/topsort.go
2025-08-20T23:04:35.5177178Z [00:03:20.801]➜  go tool buildid -w $WORK/b1977/_pkg_.a # internal
2025-08-20T23:04:35.5188223Z [00:03:20.802]➜  cp $WORK/b1977/_pkg_.a /root/.cache/go-build/97/97ddb0c1fd9b2e471e1b5f865e6ba6ffccb26d7e9d149eaa1594c4b9f6b69bed-d # internal
2025-08-20T23:04:35.5191245Z [00:03:20.802]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer
2025-08-20T23:04:35.5193413Z [00:03:20.802]➜  mkdir -p $WORK/b1978/
2025-08-20T23:04:35.5194164Z [00:03:20.802]➜  cat >/tmp/go-build3700090427/b1978/importcfg << 'EOF' # internal
2025-08-20T23:04:35.5194704Z [00:03:20.802]➜  # import config
2025-08-20T23:04:35.5195299Z [00:03:20.802]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.5195902Z [00:03:20.802]➜  EOF
2025-08-20T23:04:35.5199270Z [00:03:20.803]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1978/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sanitizer=>github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer;$WORK/b1978=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer -lang=go1.24 -complete -installsuffix shared -buildid UpIZlYvlGQuWtxhE5YUA/UpIZlYvlGQuWtxhE5YUA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1978/importcfg -pack ./pkg/sanitizer/utf8.go
2025-08-20T23:04:35.5295565Z [00:03:20.813]➜  go tool buildid -w $WORK/b1978/_pkg_.a # internal
2025-08-20T23:04:35.5300317Z [00:03:20.813]➜  cp $WORK/b1978/_pkg_.a /root/.cache/go-build/64/645fadf5461080f0c02330d8c508754258bced580085fb6e9b62e4457a2915aa-d # internal
2025-08-20T23:04:35.5306007Z [00:03:20.814]➜  cloud.google.com/go/internal
2025-08-20T23:04:35.5313919Z [00:03:20.815]➜  mkdir -p $WORK/b1981/
2025-08-20T23:04:35.5314971Z [00:03:20.815]➜  cat >/tmp/go-build3700090427/b1981/importcfg << 'EOF' # internal
2025-08-20T23:04:35.5316761Z [00:03:20.815]➜  # import config
2025-08-20T23:04:35.5317442Z [00:03:20.815]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.5318245Z [00:03:20.815]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.5319660Z [00:03:20.815]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3700090427/b435/_pkg_.a
2025-08-20T23:04:35.5320861Z [00:03:20.815]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3700090427/b439/_pkg_.a
2025-08-20T23:04:35.5321987Z [00:03:20.815]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:35.5322948Z [00:03:20.815]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:35.5323554Z [00:03:20.815]➜  EOF
2025-08-20T23:04:35.5327373Z [00:03:20.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1981/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.4/internal=>cloud.google.com/go@v0.121.4/internal;$WORK/b1981=>" -p cloud.google.com/go/internal -lang=go1.23 -complete -installsuffix shared -buildid KuWEHJXj6J_Kfl-z6xmX/KuWEHJXj6J_Kfl-z6xmX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1981/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.4/internal/annotate.go /root/go/pkg/mod/cloud.google.com/go@v0.121.4/internal/retry.go
2025-08-20T23:04:35.5532244Z [00:03:20.836]➜  go tool buildid -w $WORK/b1973/_pkg_.a # internal
2025-08-20T23:04:35.5547963Z [00:03:20.838]➜  cp $WORK/b1973/_pkg_.a /root/.cache/go-build/ec/ecc1e26afc4708388e1cd6cb36868b8e194fa0dffb8cf51224983b940f7043c9-d # internal
2025-08-20T23:04:35.5555214Z [00:03:20.838]➜  cloud.google.com/go/internal/optional
2025-08-20T23:04:35.5556104Z [00:03:20.839]➜  mkdir -p $WORK/b1982/
2025-08-20T23:04:35.5564224Z [00:03:20.839]➜  cat >/tmp/go-build3700090427/b1982/importcfg << 'EOF' # internal
2025-08-20T23:04:35.5566783Z [00:03:20.839]➜  # import config
2025-08-20T23:04:35.5570063Z [00:03:20.840]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.5572184Z [00:03:20.840]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.5601366Z [00:03:20.840]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:35.5602119Z [00:03:20.840]➜  EOF
2025-08-20T23:04:35.5606039Z [00:03:20.840]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1982/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.4/internal/optional=>cloud.google.com/go@v0.121.4/internal/optional;$WORK/b1982=>" -p cloud.google.com/go/internal/optional -lang=go1.23 -complete -installsuffix shared -buildid -0ttOBP1qPZL01MR2KDO/-0ttOBP1qPZL01MR2KDO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1982/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.4/internal/optional/optional.go
2025-08-20T23:04:35.5731389Z [00:03:20.856]➜  go tool buildid -w $WORK/b1982/_pkg_.a # internal
2025-08-20T23:04:35.5741510Z [00:03:20.857]➜  cp $WORK/b1982/_pkg_.a /root/.cache/go-build/83/8323e4a6d5237d70d5310df1237f851e74d8e3af763f5c0b71c8626886288a52-d # internal
2025-08-20T23:04:35.5744737Z [00:03:20.858]➜  cloud.google.com/go/internal/trace
2025-08-20T23:04:35.5748407Z [00:03:20.858]➜  mkdir -p $WORK/b1983/
2025-08-20T23:04:35.5763111Z [00:03:20.859]➜  cat >/tmp/go-build3700090427/b1983/importcfg << 'EOF' # internal
2025-08-20T23:04:35.5763832Z [00:03:20.859]➜  # import config
2025-08-20T23:04:35.5764477Z [00:03:20.859]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.5765348Z [00:03:20.859]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:35.5766169Z [00:03:20.859]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.5767080Z [00:03:20.859]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3700090427/b523/_pkg_.a
2025-08-20T23:04:35.5768191Z [00:03:20.859]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:35.5770404Z [00:03:20.859]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:04:35.5771764Z [00:03:20.859]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:04:35.5772977Z [00:03:20.859]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3700090427/b439/_pkg_.a
2025-08-20T23:04:35.5774347Z [00:03:20.859]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:35.5775124Z [00:03:20.859]➜  EOF
2025-08-20T23:04:35.5778590Z [00:03:20.860]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1983/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.4/internal/trace=>cloud.google.com/go@v0.121.4/internal/trace;$WORK/b1983=>" -p cloud.google.com/go/internal/trace -lang=go1.23 -complete -installsuffix shared -buildid E4YsyYvbGm1q0QpQanpy/E4YsyYvbGm1q0QpQanpy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1983/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.4/internal/trace/trace.go
2025-08-20T23:04:35.6148642Z [00:03:20.898]➜  go tool buildid -w $WORK/b1981/_pkg_.a # internal
2025-08-20T23:04:35.6163567Z [00:03:20.900]➜  cp $WORK/b1981/_pkg_.a /root/.cache/go-build/2f/2fef9de05095c23d85deedb54f9bb48e9e8a7ce1b6f11936a94f5edb3452e661-d # internal
2025-08-20T23:04:35.6168170Z [00:03:20.900]➜  cloud.google.com/go/internal/version
2025-08-20T23:04:35.6168775Z [00:03:20.900]➜  mkdir -p $WORK/b1984/
2025-08-20T23:04:35.6169684Z [00:03:20.900]➜  cat >/tmp/go-build3700090427/b1984/importcfg << 'EOF' # internal
2025-08-20T23:04:35.6170402Z [00:03:20.900]➜  # import config
2025-08-20T23:04:35.6171043Z [00:03:20.900]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:35.6171909Z [00:03:20.900]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.6172937Z [00:03:20.900]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:35.6173552Z [00:03:20.900]➜  EOF
2025-08-20T23:04:35.6177283Z [00:03:20.900]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1984/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.4/internal/version=>cloud.google.com/go@v0.121.4/internal/version;$WORK/b1984=>" -p cloud.google.com/go/internal/version -lang=go1.23 -complete -installsuffix shared -buildid biBIWcKYMR-UK-6ABQwq/biBIWcKYMR-UK-6ABQwq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1984/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.4/internal/version/version.go
2025-08-20T23:04:35.6530896Z [00:03:20.936]➜  go tool buildid -w $WORK/b1983/_pkg_.a # internal
2025-08-20T23:04:35.6553833Z [00:03:20.939]➜  go tool buildid -w $WORK/b1984/_pkg_.a # internal
2025-08-20T23:04:35.6558957Z [00:03:20.939]➜  cp $WORK/b1984/_pkg_.a /root/.cache/go-build/00/00bfc361e3e1bbe05ce1e049a0df3798e1ca990ea322000bdf95a1beb8ce46cc-d # internal
2025-08-20T23:04:35.6564109Z [00:03:20.940]➜  go.opentelemetry.io/otel/sdk/instrumentation
2025-08-20T23:04:35.6571088Z [00:03:20.940]➜  mkdir -p $WORK/b1988/
2025-08-20T23:04:35.6574277Z [00:03:20.940]➜  cp $WORK/b1983/_pkg_.a /root/.cache/go-build/14/148516ee0afcf982ed5a3f28520750bb61111d2c63f2f77ce0f0ba7457b1a503-d # internal
2025-08-20T23:04:35.6578462Z [00:03:20.941]➜  cat >/tmp/go-build3700090427/b1988/importcfg << 'EOF' # internal
2025-08-20T23:04:35.6582679Z [00:03:20.941]➜  # import config
2025-08-20T23:04:35.6584691Z [00:03:20.941]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:35.6587986Z [00:03:20.941]➜  EOF
2025-08-20T23:04:35.6593467Z [00:03:20.941]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1988/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/instrumentation=>go.opentelemetry.io/otel/sdk@v1.36.0/instrumentation;$WORK/b1988=>" -p go.opentelemetry.io/otel/sdk/instrumentation -lang=go1.23 -complete -installsuffix shared -buildid pytTMJSxtmpb1_Nzeg_3/pytTMJSxtmpb1_Nzeg_3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1988/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/instrumentation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/instrumentation/library.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/instrumentation/scope.go
2025-08-20T23:04:35.6598606Z [00:03:20.942]➜  go.opentelemetry.io/otel/sdk/metric/exemplar
2025-08-20T23:04:35.6599891Z [00:03:20.942]➜  mkdir -p $WORK/b1989/
2025-08-20T23:04:35.6601275Z [00:03:20.942]➜  cat >/tmp/go-build3700090427/b1989/importcfg << 'EOF' # internal
2025-08-20T23:04:35.6602429Z [00:03:20.942]➜  # import config
2025-08-20T23:04:35.6603916Z [00:03:20.942]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.6604875Z [00:03:20.942]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:35.6605959Z [00:03:20.942]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:04:35.6606834Z [00:03:20.942]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:35.6607611Z [00:03:20.942]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:35.6608390Z [00:03:20.942]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:35.6609112Z [00:03:20.942]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:35.6610078Z [00:03:20.942]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:35.6610654Z [00:03:20.942]➜  EOF
2025-08-20T23:04:35.6618572Z [00:03:20.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1989/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar=>go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar;$WORK/b1989=>" -p go.opentelemetry.io/otel/sdk/metric/exemplar -lang=go1.23 -complete -installsuffix shared -buildid iifED295b4uB-ovE0Ory/iifED295b4uB-ovE0Ory -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1989/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/exemplar.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/fixed_size_reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/histogram_reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/storage.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar/value.go
2025-08-20T23:04:35.6826379Z [00:03:20.966]➜  go tool buildid -w $WORK/b1988/_pkg_.a # internal
2025-08-20T23:04:35.6838434Z [00:03:20.967]➜  cp $WORK/b1988/_pkg_.a /root/.cache/go-build/fd/fd15aed7c374def41a2c21510886e7b43180a5c513824373ff11d1147626d7bc-d # internal
2025-08-20T23:04:35.6839952Z [00:03:20.967]➜  go.opentelemetry.io/otel/sdk/internal/x
2025-08-20T23:04:35.6850709Z [00:03:20.967]➜  mkdir -p $WORK/b1995/
2025-08-20T23:04:35.6851479Z [00:03:20.968]➜  cat >/tmp/go-build3700090427/b1995/importcfg << 'EOF' # internal
2025-08-20T23:04:35.6852165Z [00:03:20.968]➜  # import config
2025-08-20T23:04:35.6852772Z [00:03:20.968]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:35.6853587Z [00:03:20.968]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.6854247Z [00:03:20.968]➜  EOF
2025-08-20T23:04:35.6894462Z [00:03:20.968]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1995/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/internal/x=>go.opentelemetry.io/otel/sdk@v1.36.0/internal/x;$WORK/b1995=>" -p go.opentelemetry.io/otel/sdk/internal/x -lang=go1.23 -complete -installsuffix shared -buildid 2YmOQjYzOofQpMxTXU8y/2YmOQjYzOofQpMxTXU8y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1995/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/internal/x/x.go
2025-08-20T23:04:35.7108976Z [00:03:20.994]➜  go tool buildid -w $WORK/b1995/_pkg_.a # internal
2025-08-20T23:04:35.7124077Z [00:03:20.995]➜  go tool buildid -w $WORK/b1968/_pkg_.a # internal
2025-08-20T23:04:35.7128810Z [00:03:20.996]➜  cp $WORK/b1995/_pkg_.a /root/.cache/go-build/85/853d77ace84ede0195edf22cb812cc2a5132140a8fb6fd271561a17a7f399647-d # internal
2025-08-20T23:04:35.7143899Z [00:03:20.998]➜  go.opentelemetry.io/otel/sdk/resource
2025-08-20T23:04:35.7147412Z [00:03:20.998]➜  mkdir -p $WORK/b1993/
2025-08-20T23:04:35.7153266Z [00:03:20.998]➜  cat >/tmp/go-build3700090427/b1993/importcfg << 'EOF' # internal
2025-08-20T23:04:35.7157442Z [00:03:20.998]➜  # import config
2025-08-20T23:04:35.7160819Z [00:03:20.998]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:35.7161716Z [00:03:20.998]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.7162866Z [00:03:20.998]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:35.7165998Z [00:03:20.998]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.7166911Z [00:03:20.998]➜  packagefile github.com/google/uuid=/tmp/go-build3700090427/b278/_pkg_.a
2025-08-20T23:04:35.7167954Z [00:03:20.998]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3700090427/b523/_pkg_.a
2025-08-20T23:04:35.7169094Z [00:03:20.998]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:35.7170509Z [00:03:20.998]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build3700090427/b1994/_pkg_.a
2025-08-20T23:04:35.7171738Z [00:03:20.998]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build3700090427/b1995/_pkg_.a
2025-08-20T23:04:35.7173024Z [00:03:20.998]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3700090427/b530/_pkg_.a
2025-08-20T23:04:35.7174409Z [00:03:20.998]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:04:35.7175306Z [00:03:20.998]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.7176140Z [00:03:20.998]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:35.7176963Z [00:03:20.998]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:35.7177776Z [00:03:20.998]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:04:35.7178679Z [00:03:20.998]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:35.7179966Z [00:03:20.998]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:35.7181021Z [00:03:20.998]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:35.7181955Z [00:03:20.998]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.7185757Z [00:03:20.998]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:35.7186390Z [00:03:20.999]➜  EOF
2025-08-20T23:04:35.7196871Z [00:03:20.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1993/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource=>go.opentelemetry.io/otel/sdk@v1.36.0/resource;$WORK/b1993=>" -p go.opentelemetry.io/otel/sdk/resource -lang=go1.23 -complete -installsuffix shared -buildid 6BR8rlUY5IeJzWNMlpsT/6BR8rlUY5IeJzWNMlpsT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1993/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/builtin.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/container.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/host_id.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/host_id_linux.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/host_id_readfile.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/os.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/os_release_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/os_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/process.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.36.0/resource/resource.go
2025-08-20T23:04:35.7207003Z [00:03:21.002]➜  cp $WORK/b1968/_pkg_.a /root/.cache/go-build/b4/b4ee9eb395b775d7dadc9e535f62d5c989df9a661888d14044e36d5fde25e7d5-d # internal
2025-08-20T23:04:35.7258256Z [00:03:21.009]➜  golang.org/x/crypto/openpgp
2025-08-20T23:04:35.7262473Z [00:03:21.009]➜  mkdir -p $WORK/b1965/
2025-08-20T23:04:35.7267169Z [00:03:21.010]➜  cat >/tmp/go-build3700090427/b1965/importcfg << 'EOF' # internal
2025-08-20T23:04:35.7267731Z [00:03:21.010]➜  # import config
2025-08-20T23:04:35.7268404Z [00:03:21.010]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:35.7269236Z [00:03:21.010]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:35.7270261Z [00:03:21.010]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:35.7271293Z [00:03:21.010]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build3700090427/b1966/_pkg_.a
2025-08-20T23:04:35.7272459Z [00:03:21.010]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3700090427/b1967/_pkg_.a
2025-08-20T23:04:35.7273770Z [00:03:21.010]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build3700090427/b1968/_pkg_.a
2025-08-20T23:04:35.7275111Z [00:03:21.010]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build3700090427/b1970/_pkg_.a
2025-08-20T23:04:35.7276239Z [00:03:21.010]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:35.7276981Z [00:03:21.010]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.7277951Z [00:03:21.010]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:35.7278696Z [00:03:21.010]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:35.7279263Z [00:03:21.010]➜  EOF
2025-08-20T23:04:35.7286518Z [00:03:21.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1965/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp=>golang.org/x/crypto@v0.40.0/openpgp;$WORK/b1965=>" -p golang.org/x/crypto/openpgp -lang=go1.23 -complete -installsuffix shared -buildid jIxp7yXCKgQgo9zCyz2Y/jIxp7yXCKgQgo9zCyz2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1965/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/canonical_text.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/read.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/write.go
2025-08-20T23:04:35.7361386Z [00:03:21.019]➜  go tool buildid -w $WORK/b1989/_pkg_.a # internal
2025-08-20T23:04:35.7363077Z [00:03:21.019]➜  cp $WORK/b1989/_pkg_.a /root/.cache/go-build/56/5678a4f687b552ba739edcb2fda41ec669552186fb1d5b0b2a0469479f4fffac-d # internal
2025-08-20T23:04:35.7370455Z [00:03:21.020]➜  golang.org/x/crypto/openpgp/clearsign
2025-08-20T23:04:35.7371050Z [00:03:21.020]➜  mkdir -p $WORK/b1972/
2025-08-20T23:04:35.7371764Z [00:03:21.020]➜  cat >/tmp/go-build3700090427/b1972/importcfg << 'EOF' # internal
2025-08-20T23:04:35.7372437Z [00:03:21.020]➜  # import config
2025-08-20T23:04:35.7373094Z [00:03:21.020]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:35.7373947Z [00:03:21.020]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:35.7374796Z [00:03:21.020]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:35.7375580Z [00:03:21.020]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.7376537Z [00:03:21.020]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build3700090427/b1966/_pkg_.a
2025-08-20T23:04:35.7377713Z [00:03:21.020]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3700090427/b1967/_pkg_.a
2025-08-20T23:04:35.7378882Z [00:03:21.020]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build3700090427/b1968/_pkg_.a
2025-08-20T23:04:35.7380004Z [00:03:21.020]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:35.7403127Z [00:03:21.020]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.7405126Z [00:03:21.020]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:04:35.7406215Z [00:03:21.020]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:35.7407056Z [00:03:21.020]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.7407672Z [00:03:21.020]➜  EOF
2025-08-20T23:04:35.7411489Z [00:03:21.020]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1972/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/clearsign=>golang.org/x/crypto@v0.40.0/openpgp/clearsign;$WORK/b1972=>" -p golang.org/x/crypto/openpgp/clearsign -lang=go1.23 -complete -installsuffix shared -buildid MiUTgvO2ZPdihnxdL3yt/MiUTgvO2ZPdihnxdL3yt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1972/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/openpgp/clearsign/clearsign.go
2025-08-20T23:04:35.7868313Z [00:03:21.070]➜  go tool buildid -w $WORK/b1972/_pkg_.a # internal
2025-08-20T23:04:35.7878880Z [00:03:21.071]➜  cp $WORK/b1972/_pkg_.a /root/.cache/go-build/62/627f083f10f230d03928fbbb1314c8d6b2986d0e72425743e07d3d55563cd72c-d # internal
2025-08-20T23:04:35.7883388Z [00:03:21.071]➜  go.opentelemetry.io/otel/sdk/metric/internal/x
2025-08-20T23:04:35.7885186Z [00:03:21.071]➜  mkdir -p $WORK/b1996/
2025-08-20T23:04:35.7887084Z [00:03:21.071]➜  cat >/tmp/go-build3700090427/b1996/importcfg << 'EOF' # internal
2025-08-20T23:04:35.7920937Z [00:03:21.071]➜  # import config
2025-08-20T23:04:35.7921872Z [00:03:21.071]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.7922699Z [00:03:21.071]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:35.7923513Z [00:03:21.071]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:35.7924113Z [00:03:21.071]➜  EOF
2025-08-20T23:04:35.7928244Z [00:03:21.071]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1996/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/x=>go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/x;$WORK/b1996=>" -p go.opentelemetry.io/otel/sdk/metric/internal/x -lang=go1.23 -complete -installsuffix shared -buildid FCqKna2wvcKSGQb6vSbc/FCqKna2wvcKSGQb6vSbc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1996/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/x/x.go
2025-08-20T23:04:35.8076518Z [00:03:21.091]➜  go tool buildid -w $WORK/b1996/_pkg_.a # internal
2025-08-20T23:04:35.8082948Z [00:03:21.091]➜  cp $WORK/b1996/_pkg_.a /root/.cache/go-build/c8/c814028142f023b84e060455ddd78c74d8044c570ca003273325733bfcc26e38-d # internal
2025-08-20T23:04:35.8086876Z [00:03:21.091]➜  google.golang.org/genproto/googleapis/type/date
2025-08-20T23:04:35.8087519Z [00:03:21.091]➜  mkdir -p $WORK/b1999/
2025-08-20T23:04:35.8091185Z [00:03:21.092]➜  cat >/tmp/go-build3700090427/b1999/importcfg << 'EOF' # internal
2025-08-20T23:04:35.8091869Z [00:03:21.092]➜  # import config
2025-08-20T23:04:35.8092859Z [00:03:21.092]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:35.8094358Z [00:03:21.092]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:35.8095455Z [00:03:21.092]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:35.8096296Z [00:03:21.092]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:35.8096915Z [00:03:21.092]➜  EOF
2025-08-20T23:04:35.8101822Z [00:03:21.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1999/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/date=>google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/date;$WORK/b1999=>" -p google.golang.org/genproto/googleapis/type/date -lang=go1.23 -complete -installsuffix shared -buildid kNpOzVY_61DOq2Yd9-rK/kNpOzVY_61DOq2Yd9-rK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1999/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/date/date.pb.go
2025-08-20T23:04:35.8607914Z [00:03:21.144]➜  go tool buildid -w $WORK/b1965/_pkg_.a # internal
2025-08-20T23:04:35.8627800Z [00:03:21.146]➜  cp $WORK/b1965/_pkg_.a /root/.cache/go-build/39/3910ead55b96874ff00132034718342f92148778d77a1019f237e64ab55220a8-d # internal
2025-08-20T23:04:35.8687875Z [00:03:21.152]➜  pault.ag/go/debian/control
2025-08-20T23:04:35.8693653Z [00:03:21.152]➜  mkdir -p $WORK/b1971/
2025-08-20T23:04:35.8702818Z [00:03:21.152]➜  cat >/tmp/go-build3700090427/b1971/importcfg << 'EOF' # internal
2025-08-20T23:04:35.8703521Z [00:03:21.152]➜  # import config
2025-08-20T23:04:35.8704173Z [00:03:21.152]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:35.8704988Z [00:03:21.152]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:35.8705828Z [00:03:21.152]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:35.8706711Z [00:03:21.152]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:35.8707608Z [00:03:21.152]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:35.8708440Z [00:03:21.152]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:35.8710228Z [00:03:21.152]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build3700090427/b1965/_pkg_.a
2025-08-20T23:04:35.8711473Z [00:03:21.153]➜  packagefile golang.org/x/crypto/openpgp/clearsign=/tmp/go-build3700090427/b1972/_pkg_.a
2025-08-20T23:04:35.8712496Z [00:03:21.153]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:35.8713265Z [00:03:21.153]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:35.8714064Z [00:03:21.153]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:35.8714866Z [00:03:21.153]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:35.8715638Z [00:03:21.153]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:35.8716556Z [00:03:21.153]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:35.8717422Z [00:03:21.153]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:35.8718609Z [00:03:21.153]➜  packagefile pault.ag/go/debian/dependency=/tmp/go-build3700090427/b1973/_pkg_.a
2025-08-20T23:04:35.8719885Z [00:03:21.153]➜  packagefile pault.ag/go/debian/hashio=/tmp/go-build3700090427/b1975/_pkg_.a
2025-08-20T23:04:35.8720965Z [00:03:21.153]➜  packagefile pault.ag/go/debian/internal=/tmp/go-build3700090427/b1976/_pkg_.a
2025-08-20T23:04:35.8722016Z [00:03:21.153]➜  packagefile pault.ag/go/debian/version=/tmp/go-build3700090427/b1974/_pkg_.a
2025-08-20T23:04:35.8723011Z [00:03:21.153]➜  packagefile pault.ag/go/topsort=/tmp/go-build3700090427/b1977/_pkg_.a
2025-08-20T23:04:35.8723881Z [00:03:21.153]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:35.8724682Z [00:03:21.153]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:35.8725490Z [00:03:21.153]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:35.8726285Z [00:03:21.153]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:35.8726957Z [00:03:21.153]➜  EOF
2025-08-20T23:04:35.8733780Z [00:03:21.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1971/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/control=>pault.ag/go/debian@v0.18.0/control;$WORK/b1971=>" -p pault.ag/go/debian/control -lang=go1.19 -complete -installsuffix shared -buildid oudvFSYJ-JjleiYo-Mtp/oudvFSYJ-JjleiYo-Mtp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1971/importcfg -pack /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/control/changes.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/control/control.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/control/decode.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/control/doc.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/control/dsc.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/control/encode.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/control/filehash.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/control/index.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/control/parse.go
2025-08-20T23:04:35.8755312Z [00:03:21.158]➜  go tool buildid -w $WORK/b1999/_pkg_.a # internal
2025-08-20T23:04:35.8773947Z [00:03:21.159]➜  cp $WORK/b1999/_pkg_.a /root/.cache/go-build/d3/d3691470791cb3b93725788fffadb5d0e5940430aea292ff104975610f102156-d # internal
2025-08-20T23:04:35.8775369Z [00:03:21.159]➜  cloud.google.com/go/storage/internal/apiv2/storagepb
2025-08-20T23:04:35.8776017Z [00:03:21.159]➜  mkdir -p $WORK/b1998/
2025-08-20T23:04:35.8776740Z [00:03:21.159]➜  cat >/tmp/go-build3700090427/b1998/importcfg << 'EOF' # internal
2025-08-20T23:04:35.8777706Z [00:03:21.159]➜  # import config
2025-08-20T23:04:35.8778711Z [00:03:21.159]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3700090427/b323/_pkg_.a
2025-08-20T23:04:35.8780050Z [00:03:21.159]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.8782338Z [00:03:21.159]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3700090427/b324/_pkg_.a
2025-08-20T23:04:35.8783855Z [00:03:21.159]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3700090427/b403/_pkg_.a
2025-08-20T23:04:35.8785240Z [00:03:21.159]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3700090427/b1999/_pkg_.a
2025-08-20T23:04:35.8786439Z [00:03:21.159]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:35.8787510Z [00:03:21.159]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:35.8788605Z [00:03:21.159]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:35.8791100Z [00:03:21.159]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:35.8792651Z [00:03:21.159]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:35.8794056Z [00:03:21.159]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:35.8795599Z [00:03:21.159]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3700090427/b445/_pkg_.a
2025-08-20T23:04:35.8796972Z [00:03:21.159]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3700090427/b434/_pkg_.a
2025-08-20T23:04:35.8798393Z [00:03:21.159]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:35.8799693Z [00:03:21.159]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:35.8800507Z [00:03:21.159]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:35.8801094Z [00:03:21.159]➜  EOF
2025-08-20T23:04:35.8805145Z [00:03:21.159]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1998/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/apiv2/storagepb=>cloud.google.com/go/storage@v1.56.0/internal/apiv2/storagepb;$WORK/b1998=>" -p cloud.google.com/go/storage/internal/apiv2/storagepb -lang=go1.23 -complete -installsuffix shared -buildid hnQDiN0Eat_dmoUtC8xx/hnQDiN0Eat_dmoUtC8xx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1998/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/apiv2/storagepb/storage.pb.go
2025-08-20T23:04:35.9085031Z [00:03:21.191]➜  go tool buildid -w $WORK/b1993/_pkg_.a # internal
2025-08-20T23:04:35.9120555Z [00:03:21.195]➜  cp $WORK/b1993/_pkg_.a /root/.cache/go-build/f0/f09a5b2bd0cc06680fb240f8120549b837bf8aa0c3d34ee035b5a0d2a3410f5d-d # internal
2025-08-20T23:04:35.9165998Z [00:03:21.200]➜  go.opentelemetry.io/otel/sdk/metric/metricdata
2025-08-20T23:04:35.9168937Z [00:03:21.200]➜  mkdir -p $WORK/b1992/
2025-08-20T23:04:35.9177124Z [00:03:21.201]➜  cat >/tmp/go-build3700090427/b1992/importcfg << 'EOF' # internal
2025-08-20T23:04:35.9178852Z [00:03:21.201]➜  # import config
2025-08-20T23:04:35.9181450Z [00:03:21.201]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:35.9182726Z [00:03:21.201]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:35.9184407Z [00:03:21.201]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3700090427/b1988/_pkg_.a
2025-08-20T23:04:35.9187243Z [00:03:21.201]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3700090427/b1993/_pkg_.a
2025-08-20T23:04:35.9190010Z [00:03:21.201]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:35.9191269Z [00:03:21.201]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:35.9193151Z [00:03:21.201]➜  EOF
2025-08-20T23:04:35.9198768Z [00:03:21.201]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1992/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/metricdata=>go.opentelemetry.io/otel/sdk/metric@v1.36.0/metricdata;$WORK/b1992=>" -p go.opentelemetry.io/otel/sdk/metric/metricdata -lang=go1.23 -complete -installsuffix shared -buildid OnVq2zPbgj7BaZg6VFPs/OnVq2zPbgj7BaZg6VFPs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1992/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/metricdata/data.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/metricdata/temporality.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/metricdata/temporality_string.go
2025-08-20T23:04:35.9691158Z [00:03:21.252]➜  go tool buildid -w $WORK/b1992/_pkg_.a # internal
2025-08-20T23:04:35.9701259Z [00:03:21.253]➜  cp $WORK/b1992/_pkg_.a /root/.cache/go-build/36/369f03771ba0b180765c60905066041d23c1f74cc52d88fe576ad2a264c139d2-d # internal
2025-08-20T23:04:35.9705962Z [00:03:21.253]➜  go.opentelemetry.io/otel/sdk/metric/internal/aggregate
2025-08-20T23:04:35.9709521Z [00:03:21.254]➜  mkdir -p $WORK/b1991/
2025-08-20T23:04:35.9710444Z [00:03:21.254]➜  cat >/tmp/go-build3700090427/b1991/importcfg << 'EOF' # internal
2025-08-20T23:04:35.9711096Z [00:03:21.254]➜  # import config
2025-08-20T23:04:35.9711840Z [00:03:21.254]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:35.9712600Z [00:03:21.254]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:35.9713397Z [00:03:21.254]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3700090427/b523/_pkg_.a
2025-08-20T23:04:35.9714360Z [00:03:21.254]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:35.9715501Z [00:03:21.254]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3700090427/b1989/_pkg_.a
2025-08-20T23:04:35.9716618Z [00:03:21.254]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3700090427/b1992/_pkg_.a
2025-08-20T23:04:35.9717567Z [00:03:21.254]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:35.9718328Z [00:03:21.254]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:35.9719071Z [00:03:21.254]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:35.9719959Z [00:03:21.254]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:35.9720666Z [00:03:21.254]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:35.9721203Z [00:03:21.254]➜  EOF
2025-08-20T23:04:35.9731210Z [00:03:21.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1991/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate=>go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate;$WORK/b1991=>" -p go.opentelemetry.io/otel/sdk/metric/internal/aggregate -lang=go1.23 -complete -installsuffix shared -buildid LIRVW4n19Yg5CCujZZEW/LIRVW4n19Yg5CCujZZEW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1991/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/aggregate.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/drop.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/exemplar.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/exponential_histogram.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/filtered_reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/histogram.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/lastvalue.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/limit.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/internal/aggregate/sum.go
2025-08-20T23:04:36.0806356Z [00:03:21.364]➜  go tool buildid -w $WORK/b1991/_pkg_.a # internal
2025-08-20T23:04:36.0820680Z [00:03:21.365]➜  cp $WORK/b1991/_pkg_.a /root/.cache/go-build/86/865414b9a0fbd6226336867613f348741b067bb622f34346cba5452125fe74a5-d # internal
2025-08-20T23:04:36.0924836Z [00:03:21.375]➜  go.opentelemetry.io/otel/sdk/metric
2025-08-20T23:04:36.0925636Z [00:03:21.375]➜  mkdir -p $WORK/b1987/
2025-08-20T23:04:36.0926260Z [00:03:21.375]➜  cat >/tmp/go-build3700090427/b1987/importcfg << 'EOF' # internal
2025-08-20T23:04:36.0927983Z [00:03:21.375]➜  # import config
2025-08-20T23:04:36.0929840Z [00:03:21.375]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:04:36.0931624Z [00:03:21.375]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:36.0933295Z [00:03:21.375]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:36.0934771Z [00:03:21.375]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:36.0936285Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3700090427/b523/_pkg_.a
2025-08-20T23:04:36.0937658Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:36.0938825Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3700090427/b524/_pkg_.a
2025-08-20T23:04:36.0942008Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3700090427/b535/_pkg_.a
2025-08-20T23:04:36.0946380Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3700090427/b536/_pkg_.a
2025-08-20T23:04:36.0947791Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3700090427/b540/_pkg_.a
2025-08-20T23:04:36.0950870Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3700090427/b1988/_pkg_.a
2025-08-20T23:04:36.0952206Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3700090427/b1989/_pkg_.a
2025-08-20T23:04:36.0953484Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build3700090427/b1990/_pkg_.a
2025-08-20T23:04:36.0955214Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build3700090427/b1991/_pkg_.a
2025-08-20T23:04:36.0956523Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build3700090427/b1996/_pkg_.a
2025-08-20T23:04:36.0957882Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3700090427/b1992/_pkg_.a
2025-08-20T23:04:36.0959139Z [00:03:21.376]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3700090427/b1993/_pkg_.a
2025-08-20T23:04:36.0960227Z [00:03:21.376]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:36.0960886Z [00:03:21.376]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:36.0961661Z [00:03:21.376]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:36.0962466Z [00:03:21.376]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:36.0963275Z [00:03:21.376]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:36.0964096Z [00:03:21.376]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:36.0964897Z [00:03:21.376]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:36.0965720Z [00:03:21.376]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:36.0966575Z [00:03:21.376]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:36.0967333Z [00:03:21.376]➜  EOF
2025-08-20T23:04:36.1000448Z [00:03:21.376]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1987/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0=>go.opentelemetry.io/otel/sdk/metric@v1.36.0;$WORK/b1987=>" -p go.opentelemetry.io/otel/sdk/metric -lang=go1.23 -complete -installsuffix shared -buildid ITTZauEtfwqnKMh4QVfA/ITTZauEtfwqnKMh4QVfA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1987/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/aggregation.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/cache.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exemplar.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/instrumentkind_string.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/manual_reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/periodic_reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/pipeline.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/version.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.36.0/view.go
2025-08-20T23:04:36.1011009Z [00:03:21.381]➜  go tool buildid -w $WORK/b924/_pkg_.a # internal
2025-08-20T23:04:36.1011699Z [00:03:21.381]➜  go tool buildid -w $WORK/b1971/_pkg_.a # internal
2025-08-20T23:04:36.1015043Z [00:03:21.385]➜  cp $WORK/b1971/_pkg_.a /root/.cache/go-build/c5/c57d216a0e8c95dd86f4b706fbb38f89d8073041715d503e059a529f29e5f80f-d # internal
2025-08-20T23:04:36.1053123Z [00:03:21.388]➜  pault.ag/go/debian/deb
2025-08-20T23:04:36.1054810Z [00:03:21.389]➜  mkdir -p $WORK/b1963/
2025-08-20T23:04:36.1076380Z [00:03:21.391]➜  cat >/tmp/go-build3700090427/b1963/importcfg << 'EOF' # internal
2025-08-20T23:04:36.1078242Z [00:03:21.391]➜  # import config
2025-08-20T23:04:36.1078965Z [00:03:21.391]➜  packagefile archive/tar=/tmp/go-build3700090427/b710/_pkg_.a
2025-08-20T23:04:36.1081925Z [00:03:21.391]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:36.1083055Z [00:03:21.391]➜  packagefile compress/bzip2=/tmp/go-build3700090427/b843/_pkg_.a
2025-08-20T23:04:36.1083982Z [00:03:21.391]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:04:36.1084794Z [00:03:21.391]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:36.1085684Z [00:03:21.391]➜  packagefile github.com/kjk/lzma=/tmp/go-build3700090427/b1964/_pkg_.a
2025-08-20T23:04:36.1086776Z [00:03:21.391]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3700090427/b764/_pkg_.a
2025-08-20T23:04:36.1087866Z [00:03:21.391]➜  packagefile github.com/xi2/xz=/tmp/go-build3700090427/b923/_pkg_.a
2025-08-20T23:04:36.1088959Z [00:03:21.391]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build3700090427/b1965/_pkg_.a
2025-08-20T23:04:36.1090085Z [00:03:21.391]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:36.1090903Z [00:03:21.391]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:36.1091737Z [00:03:21.391]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:36.1092570Z [00:03:21.391]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:36.1093579Z [00:03:21.391]➜  packagefile pault.ag/go/debian/control=/tmp/go-build3700090427/b1971/_pkg_.a
2025-08-20T23:04:36.1094689Z [00:03:21.391]➜  packagefile pault.ag/go/debian/dependency=/tmp/go-build3700090427/b1973/_pkg_.a
2025-08-20T23:04:36.1096017Z [00:03:21.391]➜  packagefile pault.ag/go/debian/version=/tmp/go-build3700090427/b1974/_pkg_.a
2025-08-20T23:04:36.1096986Z [00:03:21.391]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:36.1097814Z [00:03:21.391]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:36.1098419Z [00:03:21.391]➜  EOF
2025-08-20T23:04:36.1103277Z [00:03:21.391]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1963/_pkg_.a -trimpath "/root/go/pkg/mod/pault.ag/go/debian@v0.18.0/deb=>pault.ag/go/debian@v0.18.0/deb;$WORK/b1963=>" -p pault.ag/go/debian/deb -lang=go1.19 -complete -installsuffix shared -buildid IrNz7n-ntGO2mwh3r9YO/IrNz7n-ntGO2mwh3r9YO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1963/importcfg -pack /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/deb/ar.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/deb/deb.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/deb/doc.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/deb/sigcheck.go /root/go/pkg/mod/pault.ag/go/debian@v0.18.0/deb/tarfile.go
2025-08-20T23:04:36.1108071Z [00:03:21.391]➜  cp $WORK/b924/_pkg_.a /root/.cache/go-build/56/5681e27f70cc8df335bd4d9e49316af7f8c37964cebcaae854be4744e5be4e6a-d # internal
2025-08-20T23:04:36.1116014Z [00:03:21.391]➜  google.golang.org/genproto/googleapis/api/distribution
2025-08-20T23:04:36.1116824Z [00:03:21.391]➜  mkdir -p $WORK/b2003/
2025-08-20T23:04:36.1117567Z [00:03:21.391]➜  cat >/tmp/go-build3700090427/b2003/importcfg << 'EOF' # internal
2025-08-20T23:04:36.1118277Z [00:03:21.391]➜  # import config
2025-08-20T23:04:36.1119589Z [00:03:21.391]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:36.1121106Z [00:03:21.391]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:36.1122443Z [00:03:21.391]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:36.1123821Z [00:03:21.391]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:36.1124922Z [00:03:21.391]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:36.1125724Z [00:03:21.391]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:36.1126324Z [00:03:21.391]➜  EOF
2025-08-20T23:04:36.1131523Z [00:03:21.391]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2003/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/distribution=>google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/distribution;$WORK/b2003=>" -p google.golang.org/genproto/googleapis/api/distribution -lang=go1.23 -complete -installsuffix shared -buildid jFRyMSqHcupdqWKkUpv0/jFRyMSqHcupdqWKkUpv0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2003/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/distribution/distribution.pb.go
2025-08-20T23:04:36.1951026Z [00:03:21.476]➜  go tool buildid -w $WORK/b2003/_pkg_.a # internal
2025-08-20T23:04:36.1957060Z [00:03:21.479]➜  cp $WORK/b2003/_pkg_.a /root/.cache/go-build/b3/b324bc078fd5f768c7f3c76eb2f93224a9562886e27043f2670c0a5392694780-d # internal
2025-08-20T23:04:36.1958299Z [00:03:21.479]➜  google.golang.org/genproto/googleapis/api/label
2025-08-20T23:04:36.1958964Z [00:03:21.479]➜  mkdir -p $WORK/b2004/
2025-08-20T23:04:36.1959988Z [00:03:21.479]➜  cat >/tmp/go-build3700090427/b2004/importcfg << 'EOF' # internal
2025-08-20T23:04:36.1960757Z [00:03:21.479]➜  # import config
2025-08-20T23:04:36.1961739Z [00:03:21.479]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:36.1963144Z [00:03:21.479]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:36.1964212Z [00:03:21.479]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:36.1965260Z [00:03:21.479]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:36.1965863Z [00:03:21.479]➜  EOF
2025-08-20T23:04:36.1970499Z [00:03:21.479]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2004/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/label=>google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/label;$WORK/b2004=>" -p google.golang.org/genproto/googleapis/api/label -lang=go1.23 -complete -installsuffix shared -buildid hJ1ec_gaNfKWOD4HNKpG/hJ1ec_gaNfKWOD4HNKpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2004/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/label/label.pb.go
2025-08-20T23:04:36.2050815Z [00:03:21.486]➜  go tool buildid -w $WORK/b1963/_pkg_.a # internal
2025-08-20T23:04:36.2052196Z [00:03:21.488]➜  cp $WORK/b1963/_pkg_.a /root/.cache/go-build/90/9052a1b2777d04394c68f4c688b24afffcb4c5f8247dbbabf72b820c8c94c7c9-d # internal
2025-08-20T23:04:36.2066241Z [00:03:21.490]➜  github.com/trufflesecurity/trufflehog/v3/pkg/handlers
2025-08-20T23:04:36.2069642Z [00:03:21.490]➜  mkdir -p $WORK/b805/
2025-08-20T23:04:36.2074686Z [00:03:21.491]➜  cat >/tmp/go-build3700090427/b805/importcfg << 'EOF' # internal
2025-08-20T23:04:36.2075388Z [00:03:21.491]➜  # import config
2025-08-20T23:04:36.2076097Z [00:03:21.491]➜  packagefile archive/zip=/tmp/go-build3700090427/b806/_pkg_.a
2025-08-20T23:04:36.2077188Z [00:03:21.491]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:36.2078063Z [00:03:21.491]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:36.2078902Z [00:03:21.491]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:36.2079997Z [00:03:21.491]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:04:36.2080868Z [00:03:21.491]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:36.2081680Z [00:03:21.491]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:36.2082689Z [00:03:21.491]➜  packagefile github.com/BobuSumisu/aho-corasick=/tmp/go-build3700090427/b620/_pkg_.a
2025-08-20T23:04:36.2083821Z [00:03:21.491]➜  packagefile github.com/avast/apkparser=/tmp/go-build3700090427/b808/_pkg_.a
2025-08-20T23:04:36.2084879Z [00:03:21.491]➜  packagefile github.com/csnewman/dextk=/tmp/go-build3700090427/b809/_pkg_.a
2025-08-20T23:04:36.2086021Z [00:03:21.491]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build3700090427/b810/_pkg_.a
2025-08-20T23:04:36.2087286Z [00:03:21.491]➜  packagefile github.com/mholt/archives=/tmp/go-build3700090427/b819/_pkg_.a
2025-08-20T23:04:36.2088511Z [00:03:21.491]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:04:36.2093614Z [00:03:21.491]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:04:36.2095071Z [00:03:21.491]➜  packagefile github.com/sassoftware/go-rpmutils=/tmp/go-build3700090427/b877/_pkg_.a
2025-08-20T23:04:36.2096406Z [00:03:21.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:36.2097886Z [00:03:21.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:36.2099947Z [00:03:21.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults=/tmp/go-build3700090427/b924/_pkg_.a
2025-08-20T23:04:36.2101550Z [00:03:21.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build3700090427/b618/_pkg_.a
2025-08-20T23:04:36.2103013Z [00:03:21.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/iobuf=/tmp/go-build3700090427/b1960/_pkg_.a
2025-08-20T23:04:36.2104565Z [00:03:21.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:04:36.2106315Z [00:03:21.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:36.2107418Z [00:03:21.491]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:36.2108258Z [00:03:21.491]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:36.2110779Z [00:03:21.491]➜  packagefile pault.ag/go/debian/deb=/tmp/go-build3700090427/b1963/_pkg_.a
2025-08-20T23:04:36.2111732Z [00:03:21.491]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:36.2112587Z [00:03:21.491]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:36.2113399Z [00:03:21.491]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:36.2114396Z [00:03:21.491]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:36.2114993Z [00:03:21.491]➜  EOF
2025-08-20T23:04:36.2119534Z [00:03:21.493]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b805/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers=>github.com/trufflesecurity/trufflehog/v3/pkg/handlers;$WORK/b805=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/handlers -lang=go1.24 -complete -installsuffix shared -buildid 9FhB9ZXOqu-r4JjltU9q/9FhB9ZXOqu-r4JjltU9q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack ./pkg/handlers/apk.go ./pkg/handlers/ar.go ./pkg/handlers/archive.go ./pkg/handlers/default.go ./pkg/handlers/handlers.go ./pkg/handlers/metrics.go ./pkg/handlers/rpm.go
2025-08-20T23:04:36.2422451Z [00:03:21.525]➜  go tool buildid -w $WORK/b2004/_pkg_.a # internal
2025-08-20T23:04:36.2441519Z [00:03:21.527]➜  cp $WORK/b2004/_pkg_.a /root/.cache/go-build/2f/2f580b7a1fa385a637bf103cc569cac6cdbbabcc7b2b01a3cc1d2e7666e93dd0-d # internal
2025-08-20T23:04:36.2449110Z [00:03:21.528]➜  google.golang.org/genproto/googleapis/api/metric
2025-08-20T23:04:36.2451156Z [00:03:21.528]➜  mkdir -p $WORK/b2005/
2025-08-20T23:04:36.2461711Z [00:03:21.529]➜  cat >/tmp/go-build3700090427/b2005/importcfg << 'EOF' # internal
2025-08-20T23:04:36.2462832Z [00:03:21.529]➜  # import config
2025-08-20T23:04:36.2463957Z [00:03:21.529]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3700090427/b325/_pkg_.a
2025-08-20T23:04:36.2465525Z [00:03:21.529]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3700090427/b2004/_pkg_.a
2025-08-20T23:04:36.2468372Z [00:03:21.529]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:36.2470208Z [00:03:21.529]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:36.2471669Z [00:03:21.529]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:36.2472783Z [00:03:21.529]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:36.2473625Z [00:03:21.529]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:36.2474240Z [00:03:21.529]➜  EOF
2025-08-20T23:04:36.2485023Z [00:03:21.531]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2005/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/metric=>google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/metric;$WORK/b2005=>" -p google.golang.org/genproto/googleapis/api/metric -lang=go1.23 -complete -installsuffix shared -buildid dIESeoeC9UaFwqMtt3QW/dIESeoeC9UaFwqMtt3QW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2005/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/metric/metric.pb.go
2025-08-20T23:04:36.3226588Z [00:03:21.606]➜  go tool buildid -w $WORK/b2005/_pkg_.a # internal
2025-08-20T23:04:36.3300869Z [00:03:21.613]➜  cp $WORK/b2005/_pkg_.a /root/.cache/go-build/eb/eb9d7df6bc4b89ff9d35ebcec55862836d0069ff52c43952a30614337ae9a4fe-d # internal
2025-08-20T23:04:36.3305832Z [00:03:21.614]➜  google.golang.org/protobuf/types/known/structpb
2025-08-20T23:04:36.3307232Z [00:03:21.614]➜  mkdir -p $WORK/b2007/
2025-08-20T23:04:36.3314276Z [00:03:21.615]➜  cat >/tmp/go-build3700090427/b2007/importcfg << 'EOF' # internal
2025-08-20T23:04:36.3314942Z [00:03:21.615]➜  # import config
2025-08-20T23:04:36.3315640Z [00:03:21.615]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:36.3316523Z [00:03:21.615]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:36.3317631Z [00:03:21.615]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:04:36.3318933Z [00:03:21.615]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:36.3320624Z [00:03:21.615]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:36.3321641Z [00:03:21.615]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:36.3322402Z [00:03:21.615]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:36.3323135Z [00:03:21.615]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:36.3323946Z [00:03:21.615]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:36.3324515Z [00:03:21.615]➜  EOF
2025-08-20T23:04:36.3329863Z [00:03:21.616]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2007/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/structpb=>google.golang.org/protobuf@v1.36.8/types/known/structpb;$WORK/b2007=>" -p google.golang.org/protobuf/types/known/structpb -lang=go1.23 -complete -installsuffix shared -buildid JxWolqXavlN4YN4YTMjs/JxWolqXavlN4YN4YTMjs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2007/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/structpb/struct.pb.go
2025-08-20T23:04:36.5085031Z [00:03:21.792]➜  go tool buildid -w $WORK/b2007/_pkg_.a # internal
2025-08-20T23:04:36.5097320Z [00:03:21.793]➜  cp $WORK/b2007/_pkg_.a /root/.cache/go-build/e1/e173e3f7051e59a44a174a1c9f5efb9e6cc5b61824e9177a7af3a193cea7b499-d # internal
2025-08-20T23:04:36.5099462Z [00:03:21.793]➜  google.golang.org/genproto/googleapis/api/monitoredres
2025-08-20T23:04:36.5101929Z [00:03:21.793]➜  mkdir -p $WORK/b2006/
2025-08-20T23:04:36.5119100Z [00:03:21.795]➜  cat >/tmp/go-build3700090427/b2006/importcfg << 'EOF' # internal
2025-08-20T23:04:36.5120005Z [00:03:21.795]➜  # import config
2025-08-20T23:04:36.5121168Z [00:03:21.795]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3700090427/b325/_pkg_.a
2025-08-20T23:04:36.5122722Z [00:03:21.795]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3700090427/b2004/_pkg_.a
2025-08-20T23:04:36.5124125Z [00:03:21.795]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:36.5125534Z [00:03:21.795]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:36.5126904Z [00:03:21.795]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:36.5128024Z [00:03:21.795]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:36.5128846Z [00:03:21.795]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:36.5129663Z [00:03:21.795]➜  EOF
2025-08-20T23:04:36.5134619Z [00:03:21.796]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2006/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/monitoredres=>google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/monitoredres;$WORK/b2006=>" -p google.golang.org/genproto/googleapis/api/monitoredres -lang=go1.23 -complete -installsuffix shared -buildid slgEx7eUK-7F0PnC-hcz/slgEx7eUK-7F0PnC-hcz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2006/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/monitoredres/monitored_resource.pb.go
2025-08-20T23:04:36.5270489Z [00:03:21.810]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T23:04:36.5416638Z [00:03:21.825]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/94/9453fc5e050110599b25bffea37ea3086662c9a11d26a9a97a18988f38bfb818-d # internal
2025-08-20T23:04:36.5442312Z [00:03:21.827]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem
2025-08-20T23:04:36.5443178Z [00:03:21.827]➜  mkdir -p $WORK/b803/
2025-08-20T23:04:36.5452478Z [00:03:21.828]➜  cat >/tmp/go-build3700090427/b803/importcfg << 'EOF' # internal
2025-08-20T23:04:36.5455858Z [00:03:21.828]➜  # import config
2025-08-20T23:04:36.5457690Z [00:03:21.828]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:36.5458639Z [00:03:21.828]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:04:36.5460001Z [00:03:21.828]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:04:36.5461324Z [00:03:21.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:36.5462831Z [00:03:21.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:36.5464373Z [00:03:21.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build3700090427/b618/_pkg_.a
2025-08-20T23:04:36.5466131Z [00:03:21.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build3700090427/b805/_pkg_.a
2025-08-20T23:04:36.5467768Z [00:03:21.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:04:36.5469609Z [00:03:21.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:04:36.5471256Z [00:03:21.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build3700090427/b1978/_pkg_.a
2025-08-20T23:04:36.5472845Z [00:03:21.828]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:36.5474205Z [00:03:21.828]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:04:36.5475432Z [00:03:21.828]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:36.5476930Z [00:03:21.828]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:36.5478079Z [00:03:21.828]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:36.5478896Z [00:03:21.828]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:04:36.5479872Z [00:03:21.828]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:36.5480768Z [00:03:21.828]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:36.5481440Z [00:03:21.828]➜  EOF
2025-08-20T23:04:36.5485361Z [00:03:21.829]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b803/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/filesystem=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem;$WORK/b803=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem -lang=go1.24 -complete -installsuffix shared -buildid ElNF3MYxfoarV24ZCGnO/ElNF3MYxfoarV24ZCGnO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack ./pkg/sources/filesystem/filesystem.go
2025-08-20T23:04:36.6087231Z [00:03:21.892]➜  go tool buildid -w $WORK/b2006/_pkg_.a # internal
2025-08-20T23:04:36.6101861Z [00:03:21.893]➜  cp $WORK/b2006/_pkg_.a /root/.cache/go-build/22/22756865a17a6b9aae67507fcad6060ff576e0d7861cb0ef64ad7faf6144b2dd-d # internal
2025-08-20T23:04:36.6116289Z [00:03:21.895]➜  google.golang.org/genproto/googleapis/type/calendarperiod
2025-08-20T23:04:36.6117316Z [00:03:21.895]➜  mkdir -p $WORK/b2008/
2025-08-20T23:04:36.6119664Z [00:03:21.895]➜  cat >/tmp/go-build3700090427/b2008/importcfg << 'EOF' # internal
2025-08-20T23:04:36.6123207Z [00:03:21.895]➜  # import config
2025-08-20T23:04:36.6124207Z [00:03:21.895]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:36.6125589Z [00:03:21.895]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:36.6126834Z [00:03:21.895]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:36.6127715Z [00:03:21.895]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:36.6128476Z [00:03:21.895]➜  EOF
2025-08-20T23:04:36.6133811Z [00:03:21.895]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2008/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/calendarperiod=>google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/calendarperiod;$WORK/b2008=>" -p google.golang.org/genproto/googleapis/type/calendarperiod -lang=go1.23 -complete -installsuffix shared -buildid Scsf1AUkkCrNss43FLz_/Scsf1AUkkCrNss43FLz_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2008/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/calendarperiod/calendar_period.pb.go
2025-08-20T23:04:36.6975545Z [00:03:21.981]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T23:04:36.6978566Z [00:03:21.981]➜  go tool buildid -w $WORK/b2008/_pkg_.a # internal
2025-08-20T23:04:36.7000088Z [00:03:21.983]➜  cp $WORK/b2008/_pkg_.a /root/.cache/go-build/7f/7ffb122e8a2af44ce19f1262eeb91496b6f5afe0c8398beb092001e0633414a5-d # internal
2025-08-20T23:04:36.7013225Z [00:03:21.983]➜  google.golang.org/genproto/googleapis/type/timeofday
2025-08-20T23:04:36.7013889Z [00:03:21.984]➜  mkdir -p $WORK/b2009/
2025-08-20T23:04:36.7014595Z [00:03:21.985]➜  cat >/tmp/go-build3700090427/b2009/importcfg << 'EOF' # internal
2025-08-20T23:04:36.7015273Z [00:03:21.985]➜  # import config
2025-08-20T23:04:36.7020374Z [00:03:21.985]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:36.7021796Z [00:03:21.985]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:36.7022834Z [00:03:21.985]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:36.7023847Z [00:03:21.985]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:36.7024488Z [00:03:21.985]➜  EOF
2025-08-20T23:04:36.7029249Z [00:03:21.985]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2009/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/timeofday=>google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/timeofday;$WORK/b2009=>" -p google.golang.org/genproto/googleapis/type/timeofday -lang=go1.23 -complete -installsuffix shared -buildid YJiW75Hil6xwPJx7NHzD/YJiW75Hil6xwPJx7NHzD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2009/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250603155806-513f23925822/googleapis/type/timeofday/timeofday.pb.go
2025-08-20T23:04:36.7044011Z [00:03:21.987]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/76/7684bc2f986434b0e9bf50f2720d15a1fcdf8149868a4c4fceee27ec80699ee8-d # internal
2025-08-20T23:04:36.7051030Z [00:03:21.988]➜  google.golang.org/protobuf/types/known/wrapperspb
2025-08-20T23:04:36.7051661Z [00:03:21.988]➜  mkdir -p $WORK/b2010/
2025-08-20T23:04:36.7056534Z [00:03:21.989]➜  cat >/tmp/go-build3700090427/b2010/importcfg << 'EOF' # internal
2025-08-20T23:04:36.7059161Z [00:03:21.989]➜  # import config
2025-08-20T23:04:36.7060323Z [00:03:21.989]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:36.7061791Z [00:03:21.989]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:36.7062782Z [00:03:21.989]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:36.7063524Z [00:03:21.989]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:36.7064058Z [00:03:21.989]➜  EOF
2025-08-20T23:04:36.7067972Z [00:03:21.989]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2010/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/wrapperspb=>google.golang.org/protobuf@v1.36.8/types/known/wrapperspb;$WORK/b2010=>" -p google.golang.org/protobuf/types/known/wrapperspb -lang=go1.23 -complete -installsuffix shared -buildid BcJxP-VTLlj81nPwqD4Y/BcJxP-VTLlj81nPwqD4Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2010/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.8/types/known/wrapperspb/wrappers.pb.go
2025-08-20T23:04:36.7468723Z [00:03:22.030]➜  go tool buildid -w $WORK/b2009/_pkg_.a # internal
2025-08-20T23:04:36.7484707Z [00:03:22.032]➜  cp $WORK/b2009/_pkg_.a /root/.cache/go-build/12/127f42b6281a87dd295edd03523c55dd3592752baf5d5c8449f4fa51f56ab230-d # internal
2025-08-20T23:04:36.7491970Z [00:03:22.032]➜  go.opentelemetry.io/otel/semconv/v1.24.0
2025-08-20T23:04:36.7495719Z [00:03:22.033]➜  mkdir -p $WORK/b2013/
2025-08-20T23:04:36.7499839Z [00:03:22.033]➜  cat >/tmp/go-build3700090427/b2013/importcfg << 'EOF' # internal
2025-08-20T23:04:36.7532645Z [00:03:22.033]➜  # import config
2025-08-20T23:04:36.7533582Z [00:03:22.033]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:36.7534362Z [00:03:22.033]➜  EOF
2025-08-20T23:04:36.7541904Z [00:03:22.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2013/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0=>go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0;$WORK/b2013=>" -p go.opentelemetry.io/otel/semconv/v1.24.0 -lang=go1.23 -complete -installsuffix shared -buildid IkQ1VFoXx41t6NmAeNfP/IkQ1VFoXx41t6NmAeNfP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2013/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.36.0/semconv/v1.24.0/trace.go
2025-08-20T23:04:36.7645539Z [00:03:22.048]➜  go tool buildid -w $WORK/b1998/_pkg_.a # internal
2025-08-20T23:04:36.7810439Z [00:03:22.064]➜  cp $WORK/b1998/_pkg_.a /root/.cache/go-build/21/212075a800cba1225c57a57e8e6669b69a9e9f0d17e59e055ef7314ef1c0d454-d # internal
2025-08-20T23:04:36.7813678Z [00:03:22.065]➜  cloud.google.com/go/storage/internal/apiv2
2025-08-20T23:04:36.7815424Z [00:03:22.065]➜  mkdir -p $WORK/b1997/
2025-08-20T23:04:36.7823838Z [00:03:22.065]➜  cat >/tmp/go-build3700090427/b1997/importcfg << 'EOF' # internal
2025-08-20T23:04:36.7824742Z [00:03:22.065]➜  # import config
2025-08-20T23:04:36.7825758Z [00:03:22.065]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3700090427/b323/_pkg_.a
2025-08-20T23:04:36.7828584Z [00:03:22.065]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3700090427/b1986/_pkg_.a
2025-08-20T23:04:36.7830029Z [00:03:22.066]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3700090427/b1998/_pkg_.a
2025-08-20T23:04:36.7831078Z [00:03:22.066]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:36.7831842Z [00:03:22.066]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:36.7832968Z [00:03:22.066]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3700090427/b435/_pkg_.a
2025-08-20T23:04:36.7834200Z [00:03:22.066]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3700090427/b449/_pkg_.a
2025-08-20T23:04:36.7835470Z [00:03:22.066]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3700090427/b450/_pkg_.a
2025-08-20T23:04:36.7836614Z [00:03:22.066]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3700090427/b451/_pkg_.a
2025-08-20T23:04:36.7837760Z [00:03:22.066]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:04:36.7838850Z [00:03:22.066]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3700090427/b513/_pkg_.a
2025-08-20T23:04:36.7840287Z [00:03:22.066]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3700090427/b514/_pkg_.a
2025-08-20T23:04:36.7841283Z [00:03:22.066]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:36.7842221Z [00:03:22.066]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:36.7843208Z [00:03:22.066]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:36.7844367Z [00:03:22.066]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:36.7845330Z [00:03:22.066]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:04:36.7846086Z [00:03:22.066]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:04:36.7846884Z [00:03:22.066]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:36.7847620Z [00:03:22.066]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:36.7848383Z [00:03:22.066]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:36.7849170Z [00:03:22.066]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:36.7850944Z [00:03:22.066]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:36.7851520Z [00:03:22.066]➜  EOF
2025-08-20T23:04:36.7858238Z [00:03:22.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1997/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/apiv2=>cloud.google.com/go/storage@v1.56.0/internal/apiv2;$WORK/b1997=>" -p cloud.google.com/go/storage/internal/apiv2 -lang=go1.23 -complete -installsuffix shared -buildid P_IVHxgaxB-5rpyYD9fi/P_IVHxgaxB-5rpyYD9fi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1997/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/apiv2/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/apiv2/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/apiv2/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/apiv2/helpers.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/apiv2/storage_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/internal/apiv2/version.go
2025-08-20T23:04:36.8382741Z [00:03:22.121]➜  go tool buildid -w $WORK/b2010/_pkg_.a # internal
2025-08-20T23:04:36.8444975Z [00:03:22.128]➜  cp $WORK/b2010/_pkg_.a /root/.cache/go-build/5c/5cc6d8382216384d7f345efb976466ba333c0da36b27d427d8343bb64e0637b7-d # internal
2025-08-20T23:04:36.8459186Z [00:03:22.129]➜  cloud.google.com/go/monitoring/apiv3/v2/monitoringpb
2025-08-20T23:04:36.8462579Z [00:03:22.129]➜  mkdir -p $WORK/b2002/
2025-08-20T23:04:36.8472232Z [00:03:22.130]➜  cat >/tmp/go-build3700090427/b2002/importcfg << 'EOF' # internal
2025-08-20T23:04:36.8480709Z [00:03:22.130]➜  # import config
2025-08-20T23:04:36.8481407Z [00:03:22.130]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:36.8482533Z [00:03:22.130]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3700090427/b325/_pkg_.a
2025-08-20T23:04:36.8484041Z [00:03:22.130]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3700090427/b324/_pkg_.a
2025-08-20T23:04:36.8485856Z [00:03:22.130]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3700090427/b2003/_pkg_.a
2025-08-20T23:04:36.8487358Z [00:03:22.130]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3700090427/b2004/_pkg_.a
2025-08-20T23:04:36.8492454Z [00:03:22.130]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3700090427/b2005/_pkg_.a
2025-08-20T23:04:36.8494166Z [00:03:22.130]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3700090427/b2006/_pkg_.a
2025-08-20T23:04:36.8495706Z [00:03:22.130]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3700090427/b403/_pkg_.a
2025-08-20T23:04:36.8497433Z [00:03:22.130]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build3700090427/b2008/_pkg_.a
2025-08-20T23:04:36.8499026Z [00:03:22.130]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build3700090427/b2009/_pkg_.a
2025-08-20T23:04:36.8500564Z [00:03:22.130]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:36.8501647Z [00:03:22.130]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:36.8502790Z [00:03:22.130]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:36.8504082Z [00:03:22.130]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:36.8505532Z [00:03:22.130]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:36.8506965Z [00:03:22.130]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:36.8508376Z [00:03:22.130]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3700090427/b445/_pkg_.a
2025-08-20T23:04:36.8510113Z [00:03:22.130]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3700090427/b434/_pkg_.a
2025-08-20T23:04:36.8511607Z [00:03:22.130]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:36.8513064Z [00:03:22.130]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:36.8514198Z [00:03:22.130]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:36.8515024Z [00:03:22.130]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:36.8515804Z [00:03:22.130]➜  EOF
2025-08-20T23:04:36.8534535Z [00:03:22.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2002/_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/b2002=>" -p cloud.google.com/go/monitoring/apiv3/v2/monitoringpb -lang=go1.23 -complete -installsuffix shared -buildid cYQN29KGu1V7r7lBRFBq/cYQN29KGu1V7r7lBRFBq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2002/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-20T23:04:37.0185650Z [00:03:22.302]➜  go tool buildid -w $WORK/b2013/_pkg_.a # internal
2025-08-20T23:04:37.0265909Z [00:03:22.310]➜  cp $WORK/b2013/_pkg_.a /root/.cache/go-build/46/46ed6dbffbfaff1f0b4ce41c0a6a90f5101b02f8b49a420f2483beea38d554f7-d # internal
2025-08-20T23:04:37.0285253Z [00:03:22.312]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
2025-08-20T23:04:37.0288700Z [00:03:22.312]➜  mkdir -p $WORK/b2012/
2025-08-20T23:04:37.0306927Z [00:03:22.314]➜  cat >/tmp/go-build3700090427/b2012/importcfg << 'EOF' # internal
2025-08-20T23:04:37.0309662Z [00:03:22.314]➜  # import config
2025-08-20T23:04:37.0310623Z [00:03:22.314]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3700090427/b2013/_pkg_.a
2025-08-20T23:04:37.0312059Z [00:03:22.314]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3700090427/b2006/_pkg_.a
2025-08-20T23:04:37.0313262Z [00:03:22.314]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:37.0313903Z [00:03:22.314]➜  EOF
2025-08-20T23:04:37.0319675Z [00:03:22.314]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2012/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/internal/resourcemapping@v0.53.0=>github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping@v0.53.0;$WORK/b2012=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping -lang=go1.23 -complete -installsuffix shared -buildid S7cdHhHQdyuGLFmD-uyC/S7cdHhHQdyuGLFmD-uyC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2012/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/internal/resourcemapping@v0.53.0/resourcemapping.go
2025-08-20T23:04:37.0973892Z [00:03:22.381]➜  go tool buildid -w $WORK/b2012/_pkg_.a # internal
2025-08-20T23:04:37.0989275Z [00:03:22.382]➜  cp $WORK/b2012/_pkg_.a /root/.cache/go-build/13/13729542d089cf810fd6eb6917059b59c077da3ca5c414ee80ca5643522d8be7-d # internal
2025-08-20T23:04:37.0992601Z [00:03:22.382]➜  google.golang.org/grpc/encoding/gzip
2025-08-20T23:04:37.0993205Z [00:03:22.382]➜  mkdir -p $WORK/b2014/
2025-08-20T23:04:37.0996756Z [00:03:22.383]➜  cat >/tmp/go-build3700090427/b2014/importcfg << 'EOF' # internal
2025-08-20T23:04:37.0999114Z [00:03:22.383]➜  # import config
2025-08-20T23:04:37.0999996Z [00:03:22.383]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:04:37.1000935Z [00:03:22.383]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:37.1001822Z [00:03:22.383]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:37.1002810Z [00:03:22.383]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3700090427/b392/_pkg_.a
2025-08-20T23:04:37.1003746Z [00:03:22.383]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:37.1004531Z [00:03:22.383]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:37.1005122Z [00:03:22.383]➜  EOF
2025-08-20T23:04:37.1008933Z [00:03:22.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2014/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/gzip=>google.golang.org/grpc@v1.74.2/encoding/gzip;$WORK/b2014=>" -p google.golang.org/grpc/encoding/gzip -lang=go1.23 -complete -installsuffix shared -buildid -jW0p5z3eqJXImj1kbzq/-jW0p5z3eqJXImj1kbzq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2014/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/encoding/gzip/gzip.go
2025-08-20T23:04:37.1405660Z [00:03:22.424]➜  go tool buildid -w $WORK/b2014/_pkg_.a # internal
2025-08-20T23:04:37.1421294Z [00:03:22.425]➜  cp $WORK/b2014/_pkg_.a /root/.cache/go-build/b7/b7d0077147f16e0339e9c45bede929496ff2973ebbebcf2f027f1be35aae0546-d # internal
2025-08-20T23:04:37.1425553Z [00:03:22.426]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
2025-08-20T23:04:37.1426311Z [00:03:22.426]➜  mkdir -p $WORK/b2016/
2025-08-20T23:04:37.1431574Z [00:03:22.426]➜  cat >/tmp/go-build3700090427/b2016/importcfg << 'EOF' # internal
2025-08-20T23:04:37.1433243Z [00:03:22.426]➜  # import config
2025-08-20T23:04:37.1435314Z [00:03:22.426]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3700090427/b455/_pkg_.a
2025-08-20T23:04:37.1451538Z [00:03:22.426]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:37.1453591Z [00:03:22.426]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:37.1454361Z [00:03:22.426]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:37.1455101Z [00:03:22.426]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:37.1455794Z [00:03:22.426]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:37.1456531Z [00:03:22.426]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:37.1457111Z [00:03:22.426]➜  EOF
2025-08-20T23:04:37.1465734Z [00:03:22.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2016/_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/b2016=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp -lang=go1.22 -complete -installsuffix shared -buildid d_pobm12e7Fbe5kOXC1r/d_pobm12e7Fbe5kOXC1r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2016/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-20T23:04:37.2028329Z [00:03:22.486]➜  go tool buildid -w $WORK/b2016/_pkg_.a # internal
2025-08-20T23:04:37.2051603Z [00:03:22.488]➜  cp $WORK/b2016/_pkg_.a /root/.cache/go-build/5d/5d13ff7a31a06158ba24db795f113c4795798ca8246ba9374acd948c8bef0358-d # internal
2025-08-20T23:04:37.2054272Z [00:03:22.488]➜  go.opentelemetry.io/contrib/detectors/gcp
2025-08-20T23:04:37.2054851Z [00:03:22.488]➜  mkdir -p $WORK/b2015/
2025-08-20T23:04:37.2058586Z [00:03:22.489]➜  cat >/tmp/go-build3700090427/b2015/importcfg << 'EOF' # internal
2025-08-20T23:04:37.2060556Z [00:03:22.489]➜  # import config
2025-08-20T23:04:37.2061390Z [00:03:22.489]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3700090427/b455/_pkg_.a
2025-08-20T23:04:37.2062333Z [00:03:22.489]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:37.2063069Z [00:03:22.489]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:37.2064038Z [00:03:22.489]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:37.2065263Z [00:03:22.489]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build3700090427/b2016/_pkg_.a
2025-08-20T23:04:37.2066666Z [00:03:22.489]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:37.2067782Z [00:03:22.489]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3700090427/b1993/_pkg_.a
2025-08-20T23:04:37.2069045Z [00:03:22.489]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3700090427/b530/_pkg_.a
2025-08-20T23:04:37.2070145Z [00:03:22.489]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:37.2071022Z [00:03:22.489]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:37.2071766Z [00:03:22.489]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:37.2072330Z [00:03:22.489]➜  EOF
2025-08-20T23:04:37.2080708Z [00:03:22.489]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2015/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.36.0=>go.opentelemetry.io/contrib/detectors/gcp@v1.36.0;$WORK/b2015=>" -p go.opentelemetry.io/contrib/detectors/gcp -lang=go1.23 -complete -installsuffix shared -buildid Fhmudg7zHS8CfWq07oCZ/Fhmudg7zHS8CfWq07oCZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2015/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.36.0/cloud-function.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.36.0/cloud-run.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.36.0/detector.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.36.0/gce.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.36.0/gke.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.36.0/types.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.36.0/version.go
2025-08-20T23:04:37.2733172Z [00:03:22.556]➜  go tool buildid -w $WORK/b1997/_pkg_.a # internal
2025-08-20T23:04:37.2796097Z [00:03:22.563]➜  cp $WORK/b1997/_pkg_.a /root/.cache/go-build/58/58f602f6c490b257a03416a5c798c1ecec482425baf2af801caa6bb44e88f519-d # internal
2025-08-20T23:04:37.2801538Z [00:03:22.563]➜  google.golang.org/api/internal/gensupport
2025-08-20T23:04:37.2802358Z [00:03:22.564]➜  mkdir -p $WORK/b2018/
2025-08-20T23:04:37.2812779Z [00:03:22.564]➜  cat >/tmp/go-build3700090427/b2018/importcfg << 'EOF' # internal
2025-08-20T23:04:37.2813484Z [00:03:22.564]➜  # import config
2025-08-20T23:04:37.2814380Z [00:03:22.564]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:37.2815219Z [00:03:22.564]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:37.2816094Z [00:03:22.564]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:37.2816924Z [00:03:22.564]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:37.2817711Z [00:03:22.564]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:37.2818583Z [00:03:22.564]➜  packagefile github.com/google/uuid=/tmp/go-build3700090427/b278/_pkg_.a
2025-08-20T23:04:37.2819980Z [00:03:22.564]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3700090427/b435/_pkg_.a
2025-08-20T23:04:37.2821222Z [00:03:22.564]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3700090427/b436/_pkg_.a
2025-08-20T23:04:37.2822470Z [00:03:22.564]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3700090427/b442/_pkg_.a
2025-08-20T23:04:37.2823666Z [00:03:22.564]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3700090427/b439/_pkg_.a
2025-08-20T23:04:37.2824770Z [00:03:22.564]➜  packagefile google.golang.org/api/internal=/tmp/go-build3700090427/b467/_pkg_.a
2025-08-20T23:04:37.2825669Z [00:03:22.564]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:37.2826423Z [00:03:22.564]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:37.2827397Z [00:03:22.564]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:04:37.2828248Z [00:03:22.564]➜  packagefile mime/multipart=/tmp/go-build3700090427/b196/_pkg_.a
2025-08-20T23:04:37.2829039Z [00:03:22.564]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:37.2830018Z [00:03:22.564]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:37.2830877Z [00:03:22.564]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:04:37.2831870Z [00:03:22.564]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:37.2832733Z [00:03:22.564]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:37.2833702Z [00:03:22.564]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:37.2834496Z [00:03:22.564]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:37.2835265Z [00:03:22.564]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:37.2836025Z [00:03:22.564]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:37.2836791Z [00:03:22.564]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:37.2837376Z [00:03:22.564]➜  EOF
2025-08-20T23:04:37.2866969Z [00:03:22.565]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2018/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport=>google.golang.org/api@v0.243.0/internal/gensupport;$WORK/b2018=>" -p google.golang.org/api/internal/gensupport -lang=go1.23 -complete -installsuffix shared -buildid h1gAqnhSu1z0YIEXg5or/h1gAqnhSu1z0YIEXg5or -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2018/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport/buffer.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport/doc.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport/error.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport/json.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport/jsonfloat.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport/media.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport/params.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport/resumable.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport/retry.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport/send.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/internal/gensupport/version.go
2025-08-20T23:04:37.3669633Z [00:03:22.650]➜  go tool buildid -w $WORK/b2015/_pkg_.a # internal
2025-08-20T23:04:37.3700455Z [00:03:22.653]➜  cp $WORK/b2015/_pkg_.a /root/.cache/go-build/0e/0e20a79c4d5ded94eff5c80b7ab2c2d288bc973becb49345959a90c1077867c9-d # internal
2025-08-20T23:04:37.3704007Z [00:03:22.654]➜  google.golang.org/api/transport
2025-08-20T23:04:37.3704578Z [00:03:22.654]➜  mkdir -p $WORK/b2020/
2025-08-20T23:04:37.3712075Z [00:03:22.654]➜  cat >/tmp/go-build3700090427/b2020/importcfg << 'EOF' # internal
2025-08-20T23:04:37.3713125Z [00:03:22.654]➜  # import config
2025-08-20T23:04:37.3713917Z [00:03:22.654]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:37.3716404Z [00:03:22.654]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3700090427/b459/_pkg_.a
2025-08-20T23:04:37.3717496Z [00:03:22.654]➜  packagefile google.golang.org/api/internal=/tmp/go-build3700090427/b467/_pkg_.a
2025-08-20T23:04:37.3718593Z [00:03:22.654]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:04:37.3719972Z [00:03:22.655]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3700090427/b514/_pkg_.a
2025-08-20T23:04:37.3721181Z [00:03:22.655]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3700090427/b557/_pkg_.a
2025-08-20T23:04:37.3722245Z [00:03:22.655]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:37.3723334Z [00:03:22.655]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:37.3723932Z [00:03:22.655]➜  EOF
2025-08-20T23:04:37.3727876Z [00:03:22.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2020/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/transport=>google.golang.org/api@v0.243.0/transport;$WORK/b2020=>" -p google.golang.org/api/transport -lang=go1.23 -complete -installsuffix shared -buildid jvkN_zXGNdH0Aw_KbGUX/jvkN_zXGNdH0Aw_KbGUX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2020/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/transport/dial.go /root/go/pkg/mod/google.golang.org/api@v0.243.0/transport/doc.go
2025-08-20T23:04:37.4700765Z [00:03:22.753]➜  go tool buildid -w $WORK/b2020/_pkg_.a # internal
2025-08-20T23:04:37.4735017Z [00:03:22.757]➜  cp $WORK/b2020/_pkg_.a /root/.cache/go-build/ec/ec4a38a591f4d40df65046f85487048af4d4a4f29b553eab0a7f49e893157093-d # internal
2025-08-20T23:04:37.4739259Z [00:03:22.757]➜  google.golang.org/grpc/balancer/rls/internal/adaptive
2025-08-20T23:04:37.4740134Z [00:03:22.757]➜  mkdir -p $WORK/b2022/
2025-08-20T23:04:37.4743493Z [00:03:22.757]➜  cat >/tmp/go-build3700090427/b2022/importcfg << 'EOF' # internal
2025-08-20T23:04:37.4749694Z [00:03:22.757]➜  # import config
2025-08-20T23:04:37.4750351Z [00:03:22.758]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:37.4751112Z [00:03:22.758]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:37.4751833Z [00:03:22.758]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:37.4752359Z [00:03:22.758]➜  EOF
2025-08-20T23:04:37.4758127Z [00:03:22.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2022/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/internal/adaptive=>google.golang.org/grpc@v1.74.2/balancer/rls/internal/adaptive;$WORK/b2022=>" -p google.golang.org/grpc/balancer/rls/internal/adaptive -lang=go1.23 -complete -installsuffix shared -buildid W4iS1h16Vm-C0_oI4ZiE/W4iS1h16Vm-C0_oI4ZiE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2022/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/internal/adaptive/adaptive.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/internal/adaptive/lookback.go
2025-08-20T23:04:37.4874515Z [00:03:22.770]➜  go tool buildid -w $WORK/b2018/_pkg_.a # internal
2025-08-20T23:04:37.4899589Z [00:03:22.773]➜  cp $WORK/b2018/_pkg_.a /root/.cache/go-build/79/79e198845d708cab27a00ed9c3cf28b849afbddef165d17200665520dd65de78-d # internal
2025-08-20T23:04:37.4905360Z [00:03:22.774]➜  google.golang.org/api/iamcredentials/v1
2025-08-20T23:04:37.4905967Z [00:03:22.774]➜  mkdir -p $WORK/b2017/
2025-08-20T23:04:37.4908875Z [00:03:22.774]➜  cat >/tmp/go-build3700090427/b2017/importcfg << 'EOF' # internal
2025-08-20T23:04:37.4909895Z [00:03:22.774]➜  # import config
2025-08-20T23:04:37.4910587Z [00:03:22.774]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:37.4913641Z [00:03:22.774]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:37.4914466Z [00:03:22.774]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:37.4915253Z [00:03:22.774]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:37.4915982Z [00:03:22.774]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:37.4916937Z [00:03:22.774]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:04:37.4918030Z [00:03:22.774]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3700090427/b439/_pkg_.a
2025-08-20T23:04:37.4919030Z [00:03:22.774]➜  packagefile google.golang.org/api/internal=/tmp/go-build3700090427/b467/_pkg_.a
2025-08-20T23:04:37.4920401Z [00:03:22.774]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3700090427/b2018/_pkg_.a
2025-08-20T23:04:37.4921471Z [00:03:22.774]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:04:37.4922550Z [00:03:22.774]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3700090427/b513/_pkg_.a
2025-08-20T23:04:37.4923645Z [00:03:22.774]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3700090427/b557/_pkg_.a
2025-08-20T23:04:37.4924448Z [00:03:22.774]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:37.4925105Z [00:03:22.774]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:04:37.4925897Z [00:03:22.774]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:37.4926559Z [00:03:22.774]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:37.4927323Z [00:03:22.774]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:37.4927991Z [00:03:22.774]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:37.4928504Z [00:03:22.774]➜  EOF
2025-08-20T23:04:37.4932295Z [00:03:22.774]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2017/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/iamcredentials/v1=>google.golang.org/api@v0.243.0/iamcredentials/v1;$WORK/b2017=>" -p google.golang.org/api/iamcredentials/v1 -lang=go1.23 -complete -installsuffix shared -buildid YSRpAkIf_jyyjTs8wPQU/YSRpAkIf_jyyjTs8wPQU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2017/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/iamcredentials/v1/iamcredentials-gen.go
2025-08-20T23:04:37.4977522Z [00:03:22.781]➜  go tool buildid -w $WORK/b1987/_pkg_.a # internal
2025-08-20T23:04:37.4980596Z [00:03:22.781]➜  go tool buildid -w $WORK/b2022/_pkg_.a # internal
2025-08-20T23:04:37.5007264Z [00:03:22.784]➜  cp $WORK/b2022/_pkg_.a /root/.cache/go-build/66/66fdf73680a57a6cc95d2be2ab618adad8e6bac8bc6e6c4573f28ef5646b60ef-d # internal
2025-08-20T23:04:37.5024308Z [00:03:22.784]➜  google.golang.org/api/storage/v1
2025-08-20T23:04:37.5024861Z [00:03:22.784]➜  mkdir -p $WORK/b2019/
2025-08-20T23:04:37.5025515Z [00:03:22.784]➜  cat >/tmp/go-build3700090427/b2019/importcfg << 'EOF' # internal
2025-08-20T23:04:37.5026115Z [00:03:22.784]➜  # import config
2025-08-20T23:04:37.5026680Z [00:03:22.784]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:37.5027416Z [00:03:22.784]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:37.5028177Z [00:03:22.784]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:37.5028934Z [00:03:22.784]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:37.5030883Z [00:03:22.784]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:37.5031815Z [00:03:22.784]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3700090427/b435/_pkg_.a
2025-08-20T23:04:37.5032894Z [00:03:22.784]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:04:37.5034086Z [00:03:22.784]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3700090427/b439/_pkg_.a
2025-08-20T23:04:37.5035074Z [00:03:22.784]➜  packagefile google.golang.org/api/internal=/tmp/go-build3700090427/b467/_pkg_.a
2025-08-20T23:04:37.5036147Z [00:03:22.784]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3700090427/b2018/_pkg_.a
2025-08-20T23:04:37.5037176Z [00:03:22.784]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:04:37.5038241Z [00:03:22.784]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3700090427/b513/_pkg_.a
2025-08-20T23:04:37.5039497Z [00:03:22.784]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3700090427/b557/_pkg_.a
2025-08-20T23:04:37.5040390Z [00:03:22.784]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:37.5041088Z [00:03:22.784]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:04:37.5041807Z [00:03:22.784]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:37.5042523Z [00:03:22.784]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:37.5043230Z [00:03:22.784]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:37.5043930Z [00:03:22.784]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:37.5044452Z [00:03:22.784]➜  EOF
2025-08-20T23:04:37.5047750Z [00:03:22.784]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2019/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.243.0/storage/v1=>google.golang.org/api@v0.243.0/storage/v1;$WORK/b2019=>" -p google.golang.org/api/storage/v1 -lang=go1.23 -complete -installsuffix shared -buildid 4wjyZcgfAbSzeM1fvbZJ/4wjyZcgfAbSzeM1fvbZJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2019/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.243.0/storage/v1/storage-gen.go
2025-08-20T23:04:37.5201812Z [00:03:22.803]➜  cp $WORK/b1987/_pkg_.a /root/.cache/go-build/ac/acd47d8579c9a2f3e8b7d2dc6a7f0b085a4bcac4c83d9487d73989c309dd9299-d # internal
2025-08-20T23:04:37.5207625Z [00:03:22.803]➜  cloud.google.com/go/storage/experimental
2025-08-20T23:04:37.5208225Z [00:03:22.803]➜  mkdir -p $WORK/b1985/
2025-08-20T23:04:37.5208925Z [00:03:22.804]➜  cat >/tmp/go-build3700090427/b1985/importcfg << 'EOF' # internal
2025-08-20T23:04:37.5209784Z [00:03:22.804]➜  # import config
2025-08-20T23:04:37.5210630Z [00:03:22.804]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3700090427/b1986/_pkg_.a
2025-08-20T23:04:37.5211825Z [00:03:22.804]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3700090427/b1987/_pkg_.a
2025-08-20T23:04:37.5212908Z [00:03:22.804]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:04:37.5213813Z [00:03:22.804]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:37.5214390Z [00:03:22.804]➜  EOF
2025-08-20T23:04:37.5218109Z [00:03:22.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1985/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/experimental=>cloud.google.com/go/storage@v1.56.0/experimental;$WORK/b1985=>" -p cloud.google.com/go/storage/experimental -lang=go1.23 -complete -installsuffix shared -buildid 6Xt_1knugRJVBhlV-y14/6Xt_1knugRJVBhlV-y14 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1985/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/experimental/experimental.go
2025-08-20T23:04:37.6135749Z [00:03:22.897]➜  go tool buildid -w $WORK/b1985/_pkg_.a # internal
2025-08-20T23:04:37.6193888Z [00:03:22.902]➜  cp $WORK/b1985/_pkg_.a /root/.cache/go-build/1a/1a65c28d287d0ba8d46e75db73caca8d6bb795b32d4b14630ef2dedd1b86de5e-d # internal
2025-08-20T23:04:37.6225645Z [00:03:22.906]➜  google.golang.org/grpc/internal/proto/grpc_lookup_v1
2025-08-20T23:04:37.6228624Z [00:03:22.906]➜  mkdir -p $WORK/b2024/
2025-08-20T23:04:37.6231269Z [00:03:22.906]➜  cat >/tmp/go-build3700090427/b2024/importcfg << 'EOF' # internal
2025-08-20T23:04:37.6232786Z [00:03:22.906]➜  # import config
2025-08-20T23:04:37.6235094Z [00:03:22.906]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:37.6236553Z [00:03:22.906]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:37.6238232Z [00:03:22.906]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:37.6240159Z [00:03:22.906]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:37.6242076Z [00:03:22.906]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:37.6244160Z [00:03:22.906]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:37.6246360Z [00:03:22.906]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:37.6248379Z [00:03:22.906]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:37.6250304Z [00:03:22.906]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:37.6251745Z [00:03:22.906]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:37.6252922Z [00:03:22.906]➜  EOF
2025-08-20T23:04:37.6268541Z [00:03:22.907]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2024/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/proto/grpc_lookup_v1=>google.golang.org/grpc@v1.74.2/internal/proto/grpc_lookup_v1;$WORK/b2024=>" -p google.golang.org/grpc/internal/proto/grpc_lookup_v1 -lang=go1.23 -complete -installsuffix shared -buildid LJBCPKKVOfkLtpgXEg5N/LJBCPKKVOfkLtpgXEg5N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2024/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/proto/grpc_lookup_v1/rls.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/proto/grpc_lookup_v1/rls_config.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/proto/grpc_lookup_v1/rls_grpc.pb.go
2025-08-20T23:04:37.6641413Z [00:03:22.947]➜  go tool buildid -w $WORK/b2017/_pkg_.a # internal
2025-08-20T23:04:37.6681681Z [00:03:22.951]➜  cp $WORK/b2017/_pkg_.a /root/.cache/go-build/11/11265cfa729a25f5df71ac6fb2ef8e2125e83be0375062dab065ca1904704822-d # internal
2025-08-20T23:04:37.6686218Z [00:03:22.951]➜  google.golang.org/grpc/internal/cache
2025-08-20T23:04:37.6686944Z [00:03:22.951]➜  mkdir -p $WORK/b2026/
2025-08-20T23:04:37.6687721Z [00:03:22.952]➜  cat >/tmp/go-build3700090427/b2026/importcfg << 'EOF' # internal
2025-08-20T23:04:37.6688611Z [00:03:22.952]➜  # import config
2025-08-20T23:04:37.6689287Z [00:03:22.952]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:37.6690286Z [00:03:22.952]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:37.6690898Z [00:03:22.952]➜  EOF
2025-08-20T23:04:37.6694544Z [00:03:22.952]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2026/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/cache=>google.golang.org/grpc@v1.74.2/internal/cache;$WORK/b2026=>" -p google.golang.org/grpc/internal/cache -lang=go1.23 -complete -installsuffix shared -buildid oiZcjV4Sqgnu3E7UJ7t4/oiZcjV4Sqgnu3E7UJ7t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2026/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/cache/timeoutCache.go
2025-08-20T23:04:37.6928961Z [00:03:22.975]➜  go tool buildid -w $WORK/b2026/_pkg_.a # internal
2025-08-20T23:04:37.6938306Z [00:03:22.975]➜  cp $WORK/b2026/_pkg_.a /root/.cache/go-build/ec/ec3ee524550bdf7b53a5368dd929066f585b43febc929b9dd172913b54f3d808-d # internal
2025-08-20T23:04:37.6939724Z [00:03:22.976]➜  google.golang.org/grpc/internal/balancergroup
2025-08-20T23:04:37.6940381Z [00:03:22.976]➜  mkdir -p $WORK/b2025/
2025-08-20T23:04:37.6941108Z [00:03:22.976]➜  cat >/tmp/go-build3700090427/b2025/importcfg << 'EOF' # internal
2025-08-20T23:04:37.6942067Z [00:03:22.976]➜  # import config
2025-08-20T23:04:37.6942783Z [00:03:22.976]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:37.6943648Z [00:03:22.976]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:37.6944612Z [00:03:22.976]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:37.6945781Z [00:03:22.976]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:37.6947173Z [00:03:22.976]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3700090427/b397/_pkg_.a
2025-08-20T23:04:37.6948569Z [00:03:22.976]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build3700090427/b2026/_pkg_.a
2025-08-20T23:04:37.6950393Z [00:03:22.976]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:37.6951597Z [00:03:22.976]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:37.6952785Z [00:03:22.976]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:37.6953765Z [00:03:22.976]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:37.6954554Z [00:03:22.976]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:37.6955139Z [00:03:22.976]➜  EOF
2025-08-20T23:04:37.6960121Z [00:03:22.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2025/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancergroup=>google.golang.org/grpc@v1.74.2/internal/balancergroup;$WORK/b2025=>" -p google.golang.org/grpc/internal/balancergroup -lang=go1.23 -complete -installsuffix shared -buildid TGtNtKvVig4dgVjVaR6F/TGtNtKvVig4dgVjVaR6F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2025/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancergroup/balancergroup.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancergroup/balancerstateaggregator.go
2025-08-20T23:04:37.7574596Z [00:03:23.041]➜  go tool buildid -w $WORK/b2024/_pkg_.a # internal
2025-08-20T23:04:37.7621922Z [00:03:23.045]➜  cp $WORK/b2024/_pkg_.a /root/.cache/go-build/67/67002806d0127145c3cd88cbc12303b640dee155dc072531aa6b05eeb4c038e7-d # internal
2025-08-20T23:04:37.7623722Z [00:03:23.046]➜  google.golang.org/grpc/balancer/rls/internal/keys
2025-08-20T23:04:37.7625736Z [00:03:23.046]➜  mkdir -p $WORK/b2023/
2025-08-20T23:04:37.7634151Z [00:03:23.047]➜  cat >/tmp/go-build3700090427/b2023/importcfg << 'EOF' # internal
2025-08-20T23:04:37.7635197Z [00:03:23.047]➜  # import config
2025-08-20T23:04:37.7637749Z [00:03:23.047]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:37.7638441Z [00:03:23.047]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:37.7639614Z [00:03:23.047]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3700090427/b2024/_pkg_.a
2025-08-20T23:04:37.7640712Z [00:03:23.047]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:37.7641505Z [00:03:23.047]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:37.7642195Z [00:03:23.047]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:37.7642758Z [00:03:23.047]➜  EOF
2025-08-20T23:04:37.7646290Z [00:03:23.047]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2023/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/internal/keys=>google.golang.org/grpc@v1.74.2/balancer/rls/internal/keys;$WORK/b2023=>" -p google.golang.org/grpc/balancer/rls/internal/keys -lang=go1.23 -complete -installsuffix shared -buildid bMmivgfYMmJy6Fp8A9FP/bMmivgfYMmJy6Fp8A9FP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2023/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/internal/keys/builder.go
2025-08-20T23:04:37.7671113Z [00:03:23.050]➜  go tool buildid -w $WORK/b2025/_pkg_.a # internal
2025-08-20T23:04:37.7691128Z [00:03:23.052]➜  cp $WORK/b2025/_pkg_.a /root/.cache/go-build/b4/b4f2d9e87227da8ebf3156f603317afed96064d7b01bcb2f56333a6b2f21de61-d # internal
2025-08-20T23:04:37.7696143Z [00:03:23.053]➜  google.golang.org/grpc/experimental/opentelemetry
2025-08-20T23:04:37.7696791Z [00:03:23.053]➜  mkdir -p $WORK/b2028/
2025-08-20T23:04:37.7703145Z [00:03:23.053]➜  cat >/tmp/go-build3700090427/b2028/importcfg << 'EOF' # internal
2025-08-20T23:04:37.7709811Z [00:03:23.053]➜  # import config
2025-08-20T23:04:37.7710727Z [00:03:23.053]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3700090427/b537/_pkg_.a
2025-08-20T23:04:37.7711902Z [00:03:23.053]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:04:37.7712800Z [00:03:23.053]➜  EOF
2025-08-20T23:04:37.7717041Z [00:03:23.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2028/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/experimental/opentelemetry=>google.golang.org/grpc@v1.74.2/experimental/opentelemetry;$WORK/b2028=>" -p google.golang.org/grpc/experimental/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid fPD8c4U3HcF1A2hLgb_v/fPD8c4U3HcF1A2hLgb_v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2028/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/experimental/opentelemetry/trace_options.go
2025-08-20T23:04:37.8067090Z [00:03:23.090]➜  go tool buildid -w $WORK/b2028/_pkg_.a # internal
2025-08-20T23:04:37.8103850Z [00:03:23.093]➜  cp $WORK/b2028/_pkg_.a /root/.cache/go-build/ea/eaf972e43e05a55d333372ed04411d0d38ce74e12fa404f24d30f96b8c38ca88-d # internal
2025-08-20T23:04:37.8107854Z [00:03:23.094]➜  google.golang.org/grpc/stats/opentelemetry/internal
2025-08-20T23:04:37.8110580Z [00:03:23.094]➜  mkdir -p $WORK/b2029/
2025-08-20T23:04:37.8120155Z [00:03:23.095]➜  cat >/tmp/go-build3700090427/b2029/importcfg << 'EOF' # internal
2025-08-20T23:04:37.8121506Z [00:03:23.095]➜  # import config
2025-08-20T23:04:37.8124049Z [00:03:23.095]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:37.8125171Z [00:03:23.095]➜  EOF
2025-08-20T23:04:37.8133489Z [00:03:23.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2029/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/internal=>google.golang.org/grpc@v1.74.2/stats/opentelemetry/internal;$WORK/b2029=>" -p google.golang.org/grpc/stats/opentelemetry/internal -lang=go1.23 -complete -installsuffix shared -buildid Ilv_cNxutMeitUhn5RV_/Ilv_cNxutMeitUhn5RV_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2029/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/internal/pluginoption.go
2025-08-20T23:04:37.8236518Z [00:03:23.107]➜  go tool buildid -w $WORK/b2029/_pkg_.a # internal
2025-08-20T23:04:37.8242104Z [00:03:23.107]➜  cp $WORK/b2029/_pkg_.a /root/.cache/go-build/b0/b03731207a49a546c7c3145d4cf989b285b372b71b5eca37c1a272d328f83581-d # internal
2025-08-20T23:04:37.8243419Z [00:03:23.107]➜  google.golang.org/grpc/stats/opentelemetry/internal/tracing
2025-08-20T23:04:37.8244105Z [00:03:23.107]➜  mkdir -p $WORK/b2030/
2025-08-20T23:04:37.8251341Z [00:03:23.108]➜  cat >/tmp/go-build3700090427/b2030/importcfg << 'EOF' # internal
2025-08-20T23:04:37.8253791Z [00:03:23.108]➜  # import config
2025-08-20T23:04:37.8254478Z [00:03:23.108]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:37.8255451Z [00:03:23.108]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:37.8256590Z [00:03:23.108]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:37.8257340Z [00:03:23.108]➜  EOF
2025-08-20T23:04:37.8262955Z [00:03:23.108]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2030/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/internal/tracing=>google.golang.org/grpc@v1.74.2/stats/opentelemetry/internal/tracing;$WORK/b2030=>" -p google.golang.org/grpc/stats/opentelemetry/internal/tracing -lang=go1.23 -complete -installsuffix shared -buildid Luz0EHyKniFkvslbjUgl/Luz0EHyKniFkvslbjUgl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2030/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/internal/tracing/carrier.go
2025-08-20T23:04:37.8271820Z [00:03:23.110]➜  go tool buildid -w $WORK/b2023/_pkg_.a # internal
2025-08-20T23:04:37.8297962Z [00:03:23.112]➜  cp $WORK/b2023/_pkg_.a /root/.cache/go-build/be/be60c345c3d4e654093928c7b6ac1d6411e3765e2b51a94b6846792adf26be82-d # internal
2025-08-20T23:04:37.8311828Z [00:03:23.114]➜  google.golang.org/grpc/balancer/rls
2025-08-20T23:04:37.8313941Z [00:03:23.114]➜  mkdir -p $WORK/b2021/
2025-08-20T23:04:37.8315119Z [00:03:23.115]➜  cat >/tmp/go-build3700090427/b2021/importcfg << 'EOF' # internal
2025-08-20T23:04:37.8315768Z [00:03:23.115]➜  # import config
2025-08-20T23:04:37.8316410Z [00:03:23.115]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:37.8317233Z [00:03:23.115]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:04:37.8318057Z [00:03:23.115]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:37.8318873Z [00:03:23.115]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:37.8319899Z [00:03:23.115]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:37.8320676Z [00:03:23.115]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:37.8321673Z [00:03:23.115]➜  packagefile github.com/google/uuid=/tmp/go-build3700090427/b278/_pkg_.a
2025-08-20T23:04:37.8322660Z [00:03:23.115]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:37.8323691Z [00:03:23.115]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:37.8324774Z [00:03:23.115]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:04:37.8326052Z [00:03:23.115]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build3700090427/b2022/_pkg_.a
2025-08-20T23:04:37.8327405Z [00:03:23.115]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build3700090427/b2023/_pkg_.a
2025-08-20T23:04:37.8328568Z [00:03:23.115]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:37.8329832Z [00:03:23.115]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:37.8331175Z [00:03:23.115]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3700090427/b391/_pkg_.a
2025-08-20T23:04:37.8332404Z [00:03:23.115]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:04:37.8333543Z [00:03:23.115]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:37.8334601Z [00:03:23.115]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:04:37.8335729Z [00:03:23.115]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3700090427/b396/_pkg_.a
2025-08-20T23:04:37.8336963Z [00:03:23.115]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3700090427/b2025/_pkg_.a
2025-08-20T23:04:37.8338152Z [00:03:23.115]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3700090427/b407/_pkg_.a
2025-08-20T23:04:37.8339301Z [00:03:23.115]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:37.8340661Z [00:03:23.115]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:04:37.8341811Z [00:03:23.115]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:04:37.8343050Z [00:03:23.115]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3700090427/b2024/_pkg_.a
2025-08-20T23:04:37.8344419Z [00:03:23.115]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:37.8345484Z [00:03:23.115]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:37.8346599Z [00:03:23.115]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:37.8347689Z [00:03:23.115]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:37.8348901Z [00:03:23.115]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:04:37.8350522Z [00:03:23.115]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:37.8351560Z [00:03:23.115]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:37.8352329Z [00:03:23.115]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:37.8353098Z [00:03:23.115]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:37.8353895Z [00:03:23.115]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:37.8354673Z [00:03:23.115]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:37.8355230Z [00:03:23.115]➜  EOF
2025-08-20T23:04:37.8361302Z [00:03:23.115]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2021/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls=>google.golang.org/grpc@v1.74.2/balancer/rls;$WORK/b2021=>" -p google.golang.org/grpc/balancer/rls -lang=go1.23 -complete -installsuffix shared -buildid v2MnGvfLbMjFvN59azVe/v2MnGvfLbMjFvN59azVe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2021/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/cache.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/child_policy.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/control_channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/rls/picker.go
2025-08-20T23:04:37.8520469Z [00:03:23.133]➜  go tool buildid -w $WORK/b2030/_pkg_.a # internal
2025-08-20T23:04:37.8523386Z [00:03:23.135]➜  cp $WORK/b2030/_pkg_.a /root/.cache/go-build/01/01b4bc1785c8a139618092eba3fb193dafb0822222c606c4578449028b627c32-d # internal
2025-08-20T23:04:37.8524594Z [00:03:23.135]➜  google.golang.org/grpc/stats/opentelemetry
2025-08-20T23:04:37.8525422Z [00:03:23.135]➜  mkdir -p $WORK/b2027/
2025-08-20T23:04:37.8526187Z [00:03:23.135]➜  cat >/tmp/go-build3700090427/b2027/importcfg << 'EOF' # internal
2025-08-20T23:04:37.8526906Z [00:03:23.136]➜  # import config
2025-08-20T23:04:37.8527581Z [00:03:23.136]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:37.8528629Z [00:03:23.136]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:37.8530070Z [00:03:23.136]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:04:37.8531228Z [00:03:23.136]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3700090427/b535/_pkg_.a
2025-08-20T23:04:37.8532408Z [00:03:23.136]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3700090427/b540/_pkg_.a
2025-08-20T23:04:37.8533633Z [00:03:23.136]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3700090427/b537/_pkg_.a
2025-08-20T23:04:37.8534817Z [00:03:23.136]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:04:37.8535905Z [00:03:23.136]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:37.8536976Z [00:03:23.136]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:37.8538268Z [00:03:23.136]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build3700090427/b2028/_pkg_.a
2025-08-20T23:04:37.8540109Z [00:03:23.136]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:04:37.8541330Z [00:03:23.136]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:37.8542459Z [00:03:23.136]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:04:37.8543622Z [00:03:23.136]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3700090427/b429/_pkg_.a
2025-08-20T23:04:37.8544793Z [00:03:23.136]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:37.8546071Z [00:03:23.136]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3700090427/b376/_pkg_.a
2025-08-20T23:04:37.8547362Z [00:03:23.136]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build3700090427/b2029/_pkg_.a
2025-08-20T23:04:37.8548894Z [00:03:23.136]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build3700090427/b2030/_pkg_.a
2025-08-20T23:04:37.8552665Z [00:03:23.136]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:37.8553655Z [00:03:23.136]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:37.8554469Z [00:03:23.136]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:37.8555306Z [00:03:23.136]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:37.8556371Z [00:03:23.136]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:37.8557003Z [00:03:23.136]➜  EOF
2025-08-20T23:04:37.8564519Z [00:03:23.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2027/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry=>google.golang.org/grpc@v1.74.2/stats/opentelemetry;$WORK/b2027=>" -p google.golang.org/grpc/stats/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid abIvf8JhBn_VdWkbmstq/abIvf8JhBn_VdWkbmstq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2027/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/client_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/client_tracing.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/grpc_trace_bin_propagator.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/opentelemetry.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/server_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/server_tracing.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/stats/opentelemetry/trace.go
2025-08-20T23:04:38.1226946Z [00:03:23.406]➜  go tool buildid -w $WORK/b2021/_pkg_.a # internal
2025-08-20T23:04:38.1404355Z [00:03:23.423]➜  cp $WORK/b2021/_pkg_.a /root/.cache/go-build/e4/e43e4b5d5dacefcef1e89361d9c09c60bb243c83621ffeec042ccf35b5a37e96-d # internal
2025-08-20T23:04:38.1412721Z [00:03:23.424]➜  github.com/cncf/xds/go/udpa/annotations
2025-08-20T23:04:38.1415707Z [00:03:23.424]➜  mkdir -p $WORK/b2034/
2025-08-20T23:04:38.1449777Z [00:03:23.428]➜  cat >/tmp/go-build3700090427/b2034/importcfg << 'EOF' # internal
2025-08-20T23:04:38.1450861Z [00:03:23.428]➜  # import config
2025-08-20T23:04:38.1451819Z [00:03:23.428]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:38.1454111Z [00:03:23.428]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:38.1455066Z [00:03:23.428]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:38.1456267Z [00:03:23.428]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:38.1457734Z [00:03:23.428]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:38.1459167Z [00:03:23.428]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3700090427/b354/_pkg_.a
2025-08-20T23:04:38.1461117Z [00:03:23.428]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:38.1462199Z [00:03:23.428]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:38.1463018Z [00:03:23.428]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:38.1463846Z [00:03:23.428]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:38.1464703Z [00:03:23.428]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:38.1465569Z [00:03:23.428]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:38.1466611Z [00:03:23.428]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:38.1467439Z [00:03:23.428]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:38.1468256Z [00:03:23.428]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:38.1469063Z [00:03:23.428]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:38.1470179Z [00:03:23.428]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:38.1470842Z [00:03:23.428]➜  EOF
2025-08-20T23:04:38.1548104Z [00:03:23.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2034/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations=>github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations;$WORK/b2034=>" -p github.com/cncf/xds/go/udpa/annotations -lang=go1.19 -complete -installsuffix shared -buildid eLXBrAJ2q0faXQmT2TMt/eLXBrAJ2q0faXQmT2TMt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2034/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations/migrate.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations/migrate.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations/security.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations/security.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations/sensitive.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations/sensitive.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations/status.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations/status.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations/versioning.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/annotations/versioning.pb.validate.go
2025-08-20T23:04:38.2053480Z [00:03:23.488]➜  go tool buildid -w $WORK/b2027/_pkg_.a # internal
2025-08-20T23:04:38.2120769Z [00:03:23.495]➜  cp $WORK/b2027/_pkg_.a /root/.cache/go-build/ba/ba5052434df687aafb965ff845d415e2af097100928a08d4d1143858211b4151-d # internal
2025-08-20T23:04:38.2133500Z [00:03:23.495]➜  github.com/cncf/xds/go/xds/annotations/v3
2025-08-20T23:04:38.2134163Z [00:03:23.495]➜  mkdir -p $WORK/b2035/
2025-08-20T23:04:38.2134925Z [00:03:23.495]➜  cat >/tmp/go-build3700090427/b2035/importcfg << 'EOF' # internal
2025-08-20T23:04:38.2135626Z [00:03:23.495]➜  # import config
2025-08-20T23:04:38.2136299Z [00:03:23.495]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:38.2137140Z [00:03:23.495]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:38.2137929Z [00:03:23.495]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:38.2139043Z [00:03:23.495]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:38.2140516Z [00:03:23.495]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:38.2142001Z [00:03:23.495]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3700090427/b354/_pkg_.a
2025-08-20T23:04:38.2143269Z [00:03:23.495]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:38.2144242Z [00:03:23.495]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:38.2145024Z [00:03:23.495]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:38.2145830Z [00:03:23.495]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:38.2146782Z [00:03:23.495]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:38.2147585Z [00:03:23.495]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:38.2148470Z [00:03:23.495]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:38.2149218Z [00:03:23.495]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:38.2170487Z [00:03:23.495]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:38.2171259Z [00:03:23.495]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:38.2172062Z [00:03:23.495]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:38.2172689Z [00:03:23.495]➜  EOF
2025-08-20T23:04:38.2184739Z [00:03:23.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2035/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3=>github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3;$WORK/b2035=>" -p github.com/cncf/xds/go/xds/annotations/v3 -lang=go1.19 -complete -installsuffix shared -buildid ckAFgkAvsgOSPIalssn-/ckAFgkAvsgOSPIalssn- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2035/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3/migrate.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3/migrate.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3/security.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3/security.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3/sensitive.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3/sensitive.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3/status.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3/status.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3/versioning.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/annotations/v3/versioning.pb.validate.go
2025-08-20T23:04:38.4696518Z [00:03:23.753]➜  go tool buildid -w $WORK/b2034/_pkg_.a # internal
2025-08-20T23:04:38.4767235Z [00:03:23.760]➜  cp $WORK/b2034/_pkg_.a /root/.cache/go-build/d5/d5bd79600efd6d010eddb72e81950a66eebae904c2b4d906ec73626c98fc1f43-d # internal
2025-08-20T23:04:38.4780963Z [00:03:23.761]➜  github.com/envoyproxy/go-control-plane/envoy/annotations
2025-08-20T23:04:38.4781944Z [00:03:23.761]➜  mkdir -p $WORK/b2037/
2025-08-20T23:04:38.4788281Z [00:03:23.762]➜  cat >/tmp/go-build3700090427/b2037/importcfg << 'EOF' # internal
2025-08-20T23:04:38.4790644Z [00:03:23.762]➜  # import config
2025-08-20T23:04:38.4793357Z [00:03:23.762]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:38.4794078Z [00:03:23.762]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:38.4794769Z [00:03:23.762]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:38.4795821Z [00:03:23.762]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:38.4797303Z [00:03:23.762]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:38.4798603Z [00:03:23.762]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3700090427/b354/_pkg_.a
2025-08-20T23:04:38.4800188Z [00:03:23.762]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:38.4801329Z [00:03:23.762]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:38.4802165Z [00:03:23.762]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:38.4803094Z [00:03:23.762]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:38.4803984Z [00:03:23.762]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:38.4804735Z [00:03:23.762]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:38.4805495Z [00:03:23.762]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:38.4806287Z [00:03:23.762]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:38.4807113Z [00:03:23.762]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:38.4807891Z [00:03:23.762]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:38.4808707Z [00:03:23.762]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:38.4839996Z [00:03:23.762]➜  EOF
2025-08-20T23:04:38.4846347Z [00:03:23.762]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2037/_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/b2037=>" -p github.com/envoyproxy/go-control-plane/envoy/annotations -lang=go1.22 -complete -installsuffix shared -buildid ouURGbin7nRqYS4P3ftb/ouURGbin7nRqYS4P3ftb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2037/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-20T23:04:38.6039910Z [00:03:23.887]➜  go tool buildid -w $WORK/b2035/_pkg_.a # internal
2025-08-20T23:04:38.6180615Z [00:03:23.901]➜  cp $WORK/b2035/_pkg_.a /root/.cache/go-build/c1/c1d65f3a4adaae22da4e93f62431d7c36a6ae02651dd0e6464efb5b3847656cf-d # internal
2025-08-20T23:04:38.6193558Z [00:03:23.902]➜  github.com/cncf/xds/go/xds/core/v3
2025-08-20T23:04:38.6198777Z [00:03:23.903]➜  mkdir -p $WORK/b2036/
2025-08-20T23:04:38.6210924Z [00:03:23.904]➜  cat >/tmp/go-build3700090427/b2036/importcfg << 'EOF' # internal
2025-08-20T23:04:38.6225227Z [00:03:23.904]➜  # import config
2025-08-20T23:04:38.6225945Z [00:03:23.904]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:38.6226834Z [00:03:23.904]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:38.6227656Z [00:03:23.904]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:38.6228735Z [00:03:23.904]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3700090427/b2035/_pkg_.a
2025-08-20T23:04:38.6230291Z [00:03:23.904]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:38.6231761Z [00:03:23.904]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:38.6233152Z [00:03:23.904]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:38.6234534Z [00:03:23.904]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:38.6235976Z [00:03:23.904]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:38.6237343Z [00:03:23.904]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:38.6238170Z [00:03:23.904]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:38.6239029Z [00:03:23.904]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:38.6262775Z [00:03:23.904]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:38.6263638Z [00:03:23.904]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:38.6264638Z [00:03:23.904]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:38.6265470Z [00:03:23.904]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:38.6266442Z [00:03:23.904]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:38.6267234Z [00:03:23.904]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:38.6268084Z [00:03:23.904]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:38.6268725Z [00:03:23.904]➜  EOF
2025-08-20T23:04:38.6285248Z [00:03:23.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3=>github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3;$WORK/b2036=>" -p github.com/cncf/xds/go/xds/core/v3 -lang=go1.19 -complete -installsuffix shared -buildid oiehhUjGWzoLoifeIiBs/oiehhUjGWzoLoifeIiBs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2036/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/authority.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/authority.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/cidr.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/cidr.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/collection_entry.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/collection_entry.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/context_params.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/context_params.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/extension.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/extension.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/resource.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/resource.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/resource_locator.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/resource_locator.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/resource_name.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/core/v3/resource_name.pb.validate.go
2025-08-20T23:04:38.6816724Z [00:03:23.965]➜  go tool buildid -w $WORK/b2037/_pkg_.a # internal
2025-08-20T23:04:38.6833984Z [00:03:23.966]➜  cp $WORK/b2037/_pkg_.a /root/.cache/go-build/b8/b8f217bbfe06199e9ba285226101ece19122f3bb9a548c0e3a0186ae583aa2e2-d # internal
2025-08-20T23:04:38.6871050Z [00:03:23.970]➜  github.com/envoyproxy/go-control-plane/envoy/type/v3
2025-08-20T23:04:38.6893555Z [00:03:23.972]➜  mkdir -p $WORK/b2039/
2025-08-20T23:04:38.6900565Z [00:03:23.973]➜  cat >/tmp/go-build3700090427/b2039/importcfg << 'EOF' # internal
2025-08-20T23:04:38.6927911Z [00:03:23.973]➜  # import config
2025-08-20T23:04:38.6928628Z [00:03:23.973]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:38.6929849Z [00:03:23.973]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:38.6930665Z [00:03:23.973]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:38.6931717Z [00:03:23.973]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:38.6933013Z [00:03:23.973]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3700090427/b2035/_pkg_.a
2025-08-20T23:04:38.6934553Z [00:03:23.973]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:38.6935985Z [00:03:23.973]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:38.6937510Z [00:03:23.973]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:38.6938832Z [00:03:23.973]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:38.6940994Z [00:03:23.973]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:38.6942403Z [00:03:23.975]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:38.6943493Z [00:03:23.975]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:38.6944281Z [00:03:23.975]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:38.6945112Z [00:03:23.975]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:38.6945908Z [00:03:23.975]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:38.6946733Z [00:03:23.975]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:38.6947538Z [00:03:23.975]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:38.6948349Z [00:03:23.975]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:38.6949169Z [00:03:23.975]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:38.6950202Z [00:03:23.975]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:38.6950927Z [00:03:23.975]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:38.6951510Z [00:03:23.975]➜  EOF
2025-08-20T23:04:38.6966633Z [00:03:23.975]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2039/_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/b2039=>" -p github.com/envoyproxy/go-control-plane/envoy/type/v3 -lang=go1.22 -complete -installsuffix shared -buildid Oi5pZMKc9CB7LZHG0qCg/Oi5pZMKc9CB7LZHG0qCg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2039/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-20T23:04:38.9650109Z [00:03:24.248]➜  go tool buildid -w $WORK/b2036/_pkg_.a # internal
2025-08-20T23:04:38.9707295Z [00:03:24.254]➜  cp $WORK/b2036/_pkg_.a /root/.cache/go-build/38/384638159bba1c47a5dc46494613afed03a1c1538c07630ad58bcfec8e96b02d-d # internal
2025-08-20T23:04:38.9725678Z [00:03:24.254]➜  github.com/go-jose/go-jose/v4/cipher
2025-08-20T23:04:38.9726368Z [00:03:24.254]➜  mkdir -p $WORK/b2043/
2025-08-20T23:04:38.9727115Z [00:03:24.255]➜  cat >/tmp/go-build3700090427/b2043/importcfg << 'EOF' # internal
2025-08-20T23:04:38.9727827Z [00:03:24.255]➜  # import config
2025-08-20T23:04:38.9728503Z [00:03:24.255]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:38.9729525Z [00:03:24.255]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:38.9730446Z [00:03:24.255]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:04:38.9731404Z [00:03:24.255]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:38.9732374Z [00:03:24.255]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:04:38.9733318Z [00:03:24.255]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:38.9734261Z [00:03:24.255]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:38.9735207Z [00:03:24.255]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:38.9736144Z [00:03:24.255]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:38.9737117Z [00:03:24.255]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:38.9738061Z [00:03:24.255]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:38.9738918Z [00:03:24.255]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:38.9741766Z [00:03:24.255]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:38.9742428Z [00:03:24.255]➜  EOF
2025-08-20T23:04:38.9747712Z [00:03:24.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2043/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/cipher=>github.com/go-jose/go-jose/v4@v4.0.5/cipher;$WORK/b2043=>" -p github.com/go-jose/go-jose/v4/cipher -lang=go1.21 -complete -installsuffix shared -buildid e2PizXXasEbii0gXuspD/e2PizXXasEbii0gXuspD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2043/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/cipher/cbc_hmac.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/cipher/concat_kdf.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/cipher/ecdh_es.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/cipher/key_wrap.go
2025-08-20T23:04:39.0020696Z [00:03:24.285]➜  go tool buildid -w $WORK/b2002/_pkg_.a # internal
2025-08-20T23:04:39.0067204Z [00:03:24.290]➜  go tool buildid -w $WORK/b2019/_pkg_.a # internal
2025-08-20T23:04:39.0394567Z [00:03:24.322]➜  cp $WORK/b2019/_pkg_.a /root/.cache/go-build/b7/b73a24ecbfb1a9568191113efe380da65be33ad26bc43b98eb0729543934e6c6-d # internal
2025-08-20T23:04:39.0403133Z [00:03:24.323]➜  github.com/go-jose/go-jose/v4/json
2025-08-20T23:04:39.0407637Z [00:03:24.324]➜  mkdir -p $WORK/b2044/
2025-08-20T23:04:39.0423862Z [00:03:24.325]➜  cat >/tmp/go-build3700090427/b2044/importcfg << 'EOF' # internal
2025-08-20T23:04:39.0424915Z [00:03:24.325]➜  # import config
2025-08-20T23:04:39.0426118Z [00:03:24.325]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:39.0427094Z [00:03:24.325]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:04:39.0428101Z [00:03:24.325]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:39.0429227Z [00:03:24.325]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:39.0430283Z [00:03:24.325]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:39.0431315Z [00:03:24.325]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:39.0432256Z [00:03:24.325]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:39.0433505Z [00:03:24.325]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:39.0434434Z [00:03:24.325]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:39.0435324Z [00:03:24.325]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:39.0436224Z [00:03:24.325]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:39.0437139Z [00:03:24.325]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:39.0438000Z [00:03:24.325]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:39.0439027Z [00:03:24.325]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:39.0440146Z [00:03:24.325]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:04:39.0441193Z [00:03:24.325]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:39.0441813Z [00:03:24.325]➜  EOF
2025-08-20T23:04:39.0447212Z [00:03:24.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json=>github.com/go-jose/go-jose/v4@v4.0.5/json;$WORK/b2044=>" -p github.com/go-jose/go-jose/v4/json -lang=go1.21 -complete -installsuffix shared -buildid ORGEPJAI1ndino2G181-/ORGEPJAI1ndino2G181- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2044/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/decode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/encode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/indent.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/scanner.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/stream.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/tags.go
2025-08-20T23:04:39.0513061Z [00:03:24.334]➜  go tool buildid -w $WORK/b2043/_pkg_.a # internal
2025-08-20T23:04:39.0524147Z [00:03:24.335]➜  cp $WORK/b2043/_pkg_.a /root/.cache/go-build/86/86fd7bebca812f396291356644eb33e09492b99e70ffef43f6026895cbb746b2-d # internal
2025-08-20T23:04:39.0527746Z [00:03:24.336]➜  github.com/spiffe/go-spiffe/v2/internal/cryptoutil
2025-08-20T23:04:39.0531623Z [00:03:24.336]➜  mkdir -p $WORK/b2047/
2025-08-20T23:04:39.0532307Z [00:03:24.336]➜  cat >/tmp/go-build3700090427/b2047/importcfg << 'EOF' # internal
2025-08-20T23:04:39.0532948Z [00:03:24.336]➜  # import config
2025-08-20T23:04:39.0533550Z [00:03:24.336]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:39.0534289Z [00:03:24.336]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:39.0535079Z [00:03:24.336]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:39.0535922Z [00:03:24.336]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:04:39.0536751Z [00:03:24.336]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:39.0537500Z [00:03:24.336]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:39.0538040Z [00:03:24.336]➜  EOF
2025-08-20T23:04:39.0542006Z [00:03:24.336]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2047/_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/b2047=>" -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/b2047/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/cryptoutil/keys.go
2025-08-20T23:04:39.0554629Z [00:03:24.338]➜  cp $WORK/b2002/_pkg_.a /root/.cache/go-build/91/91226f04e7bd218546f2b531e5e66c4703f77ef833cdd4809532fa7b400b05e3-d # internal
2025-08-20T23:04:39.0559001Z [00:03:24.339]➜  cloud.google.com/go/monitoring/apiv3/v2
2025-08-20T23:04:39.0565709Z [00:03:24.339]➜  mkdir -p $WORK/b2001/
2025-08-20T23:04:39.0570870Z [00:03:24.340]➜  cat >/tmp/go-build3700090427/b2001/importcfg << 'EOF' # internal
2025-08-20T23:04:39.0572104Z [00:03:24.340]➜  # import config
2025-08-20T23:04:39.0574597Z [00:03:24.340]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3700090427/b2002/_pkg_.a
2025-08-20T23:04:39.0576918Z [00:03:24.340]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build3700090427/b2011/_pkg_.a
2025-08-20T23:04:39.0580070Z [00:03:24.340]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:39.0580912Z [00:03:24.340]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:39.0581873Z [00:03:24.340]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3700090427/b435/_pkg_.a
2025-08-20T23:04:39.0583116Z [00:03:24.340]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3700090427/b449/_pkg_.a
2025-08-20T23:04:39.0584424Z [00:03:24.340]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3700090427/b450/_pkg_.a
2025-08-20T23:04:39.0585587Z [00:03:24.340]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3700090427/b451/_pkg_.a
2025-08-20T23:04:39.0586665Z [00:03:24.340]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:04:39.0587854Z [00:03:24.340]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3700090427/b513/_pkg_.a
2025-08-20T23:04:39.0589081Z [00:03:24.340]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3700090427/b514/_pkg_.a
2025-08-20T23:04:39.0591686Z [00:03:24.340]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3700090427/b2005/_pkg_.a
2025-08-20T23:04:39.0593092Z [00:03:24.340]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3700090427/b2006/_pkg_.a
2025-08-20T23:04:39.0594494Z [00:03:24.340]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:39.0595563Z [00:03:24.340]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:39.0596689Z [00:03:24.340]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:39.0597620Z [00:03:24.340]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:04:39.0598430Z [00:03:24.340]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:04:39.0599210Z [00:03:24.340]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:39.0600313Z [00:03:24.340]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:39.0601102Z [00:03:24.340]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:39.0601674Z [00:03:24.340]➜  EOF
2025-08-20T23:04:39.0612607Z [00:03:24.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2001/_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/b2001=>" -p cloud.google.com/go/monitoring/apiv3/v2 -lang=go1.23 -complete -installsuffix shared -buildid I5Ij72RB4Upvk-K2owxm/I5Ij72RB4Upvk-K2owxm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2001/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-20T23:04:39.0737794Z [00:03:24.357]➜  go tool buildid -w $WORK/b2047/_pkg_.a # internal
2025-08-20T23:04:39.0748331Z [00:03:24.358]➜  cp $WORK/b2047/_pkg_.a /root/.cache/go-build/69/699b357a2852c7f917b727cf2e1534f75b9242d439f8fe007920e7e917ee7b69-d # internal
2025-08-20T23:04:39.0749971Z [00:03:24.358]➜  github.com/spiffe/go-spiffe/v2/internal/jwtutil
2025-08-20T23:04:39.0750911Z [00:03:24.358]➜  mkdir -p $WORK/b2046/
2025-08-20T23:04:39.0754610Z [00:03:24.358]➜  cat >/tmp/go-build3700090427/b2046/importcfg << 'EOF' # internal
2025-08-20T23:04:39.0755309Z [00:03:24.358]➜  # import config
2025-08-20T23:04:39.0758594Z [00:03:24.358]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:39.0759906Z [00:03:24.358]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build3700090427/b2047/_pkg_.a
2025-08-20T23:04:39.0760814Z [00:03:24.358]➜  EOF
2025-08-20T23:04:39.0764622Z [00:03:24.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2046/_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/b2046=>" -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/b2046/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/jwtutil/util.go
2025-08-20T23:04:39.0871868Z [00:03:24.370]➜  go tool buildid -w $WORK/b2046/_pkg_.a # internal
2025-08-20T23:04:39.0877328Z [00:03:24.371]➜  cp $WORK/b2046/_pkg_.a /root/.cache/go-build/84/84fc308a9cbb0c5aba9b1eb65c7f1e8b3973881377d87510d7571d4e83e1877b-d # internal
2025-08-20T23:04:39.0882283Z [00:03:24.371]➜  github.com/spiffe/go-spiffe/v2/spiffeid
2025-08-20T23:04:39.0886827Z [00:03:24.371]➜  mkdir -p $WORK/b2048/
2025-08-20T23:04:39.0887578Z [00:03:24.372]➜  cat >/tmp/go-build3700090427/b2048/importcfg << 'EOF' # internal
2025-08-20T23:04:39.0888223Z [00:03:24.372]➜  # import config
2025-08-20T23:04:39.0888865Z [00:03:24.372]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:39.0900267Z [00:03:24.372]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:39.0901170Z [00:03:24.372]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:39.0902039Z [00:03:24.372]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:39.0902649Z [00:03:24.372]➜  EOF
2025-08-20T23:04:39.0908885Z [00:03:24.372]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2048/_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/b2048=>" -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/b2048/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-20T23:04:39.0915122Z [00:03:24.373]➜  go tool buildid -w $WORK/b2039/_pkg_.a # internal
2025-08-20T23:04:39.0972838Z [00:03:24.380]➜  cp $WORK/b2039/_pkg_.a /root/.cache/go-build/0f/0f415ccbd6b099b55f0571d20d003d27097ac19abbee803611f6b73c13132200-d # internal
2025-08-20T23:04:39.0986245Z [00:03:24.382]➜  github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3
2025-08-20T23:04:39.0987262Z [00:03:24.382]➜  mkdir -p $WORK/b2038/
2025-08-20T23:04:39.0995092Z [00:03:24.382]➜  cat >/tmp/go-build3700090427/b2038/importcfg << 'EOF' # internal
2025-08-20T23:04:39.0995809Z [00:03:24.382]➜  # import config
2025-08-20T23:04:39.0996472Z [00:03:24.382]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:39.0997253Z [00:03:24.382]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:39.0997876Z [00:03:24.382]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:39.0998859Z [00:03:24.382]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:39.1000173Z [00:03:24.382]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3700090427/b2036/_pkg_.a
2025-08-20T23:04:39.1001539Z [00:03:24.382]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:39.1003074Z [00:03:24.382]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:39.1004488Z [00:03:24.382]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:39.1005918Z [00:03:24.382]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:39.1007227Z [00:03:24.382]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:39.1008487Z [00:03:24.382]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:39.1010008Z [00:03:24.382]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:39.1011309Z [00:03:24.382]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:39.1012192Z [00:03:24.382]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:39.1013046Z [00:03:24.383]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:39.1013881Z [00:03:24.383]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:39.1014705Z [00:03:24.383]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:39.1015525Z [00:03:24.383]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:39.1016318Z [00:03:24.383]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:39.1017101Z [00:03:24.383]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:39.1017867Z [00:03:24.383]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:39.1018708Z [00:03:24.383]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:39.1019525Z [00:03:24.383]➜  EOF
2025-08-20T23:04:39.1041012Z [00:03:24.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2038/_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/b2038=>" -p github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid 5Nvf4W3Cyow14h5MOS-p/5Nvf4W3Cyow14h5MOS-p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2038/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-20T23:04:39.1671174Z [00:03:24.450]➜  go tool buildid -w $WORK/b2048/_pkg_.a # internal
2025-08-20T23:04:39.1693287Z [00:03:24.452]➜  cp $WORK/b2048/_pkg_.a /root/.cache/go-build/53/533c9cf356bb03e6cfc3e4167f1f8fca304f6d7b87aa777087d82f1a9b4f49b8-d # internal
2025-08-20T23:04:39.1697313Z [00:03:24.453]➜  github.com/zeebo/errs
2025-08-20T23:04:39.1703589Z [00:03:24.454]➜  mkdir -p $WORK/b2049/
2025-08-20T23:04:39.1707662Z [00:03:24.454]➜  cat >/tmp/go-build3700090427/b2049/importcfg << 'EOF' # internal
2025-08-20T23:04:39.1709892Z [00:03:24.454]➜  # import config
2025-08-20T23:04:39.1710919Z [00:03:24.454]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:39.1712048Z [00:03:24.454]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:39.1713036Z [00:03:24.454]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:39.1714027Z [00:03:24.454]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:39.1714643Z [00:03:24.454]➜  EOF
2025-08-20T23:04:39.1718298Z [00:03:24.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2049/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/errs@v1.4.0=>github.com/zeebo/errs@v1.4.0;$WORK/b2049=>" -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/b2049/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-20T23:04:39.2340126Z [00:03:24.517]➜  go tool buildid -w $WORK/b2049/_pkg_.a # internal
2025-08-20T23:04:39.2375465Z [00:03:24.521]➜  cp $WORK/b2049/_pkg_.a /root/.cache/go-build/54/5451e01b7ef2878814837a8e5224a4a436f76fbc3b9088d237d55f8ed1577c3a-d # internal
2025-08-20T23:04:39.2384582Z [00:03:24.522]➜  github.com/spiffe/go-spiffe/v2/internal/pemutil
2025-08-20T23:04:39.2389618Z [00:03:24.522]➜  mkdir -p $WORK/b2051/
2025-08-20T23:04:39.2402409Z [00:03:24.523]➜  cat >/tmp/go-build3700090427/b2051/importcfg << 'EOF' # internal
2025-08-20T23:04:39.2403348Z [00:03:24.523]➜  # import config
2025-08-20T23:04:39.2404270Z [00:03:24.523]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:39.2405135Z [00:03:24.523]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:39.2406034Z [00:03:24.523]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:04:39.2406893Z [00:03:24.523]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:39.2407692Z [00:03:24.523]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:39.2408276Z [00:03:24.523]➜  EOF
2025-08-20T23:04:39.2416872Z [00:03:24.525]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2051/_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/b2051=>" -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/b2051/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/pemutil/pem.go
2025-08-20T23:04:39.2875966Z [00:03:24.571]➜  go tool buildid -w $WORK/b2051/_pkg_.a # internal
2025-08-20T23:04:39.2890691Z [00:03:24.572]➜  cp $WORK/b2051/_pkg_.a /root/.cache/go-build/91/9161489dce2a7c18aad9fccc870b32e3bf0924e076de03b4d3c5ef1bde863bbd-d # internal
2025-08-20T23:04:39.2894166Z [00:03:24.572]➜  github.com/spiffe/go-spiffe/v2/internal/x509util
2025-08-20T23:04:39.2894811Z [00:03:24.572]➜  mkdir -p $WORK/b2052/
2025-08-20T23:04:39.2895547Z [00:03:24.572]➜  cat >/tmp/go-build3700090427/b2052/importcfg << 'EOF' # internal
2025-08-20T23:04:39.2896230Z [00:03:24.572]➜  # import config
2025-08-20T23:04:39.2896920Z [00:03:24.572]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:39.2897594Z [00:03:24.572]➜  EOF
2025-08-20T23:04:39.2902056Z [00:03:24.572]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2052/_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/b2052=>" -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/b2052/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/x509util/util.go
2025-08-20T23:04:39.3318077Z [00:03:24.615]➜  go tool buildid -w $WORK/b2052/_pkg_.a # internal
2025-08-20T23:04:39.3348484Z [00:03:24.618]➜  cp $WORK/b2052/_pkg_.a /root/.cache/go-build/47/479fadec10fd3c82e16072550f42225b7202cc5e417f3144809081feded24dc4-d # internal
2025-08-20T23:04:39.3353810Z [00:03:24.619]➜  github.com/spiffe/go-spiffe/v2/bundle/x509bundle
2025-08-20T23:04:39.3356542Z [00:03:24.619]➜  mkdir -p $WORK/b2050/
2025-08-20T23:04:39.3370561Z [00:03:24.620]➜  cat >/tmp/go-build3700090427/b2050/importcfg << 'EOF' # internal
2025-08-20T23:04:39.3372737Z [00:03:24.620]➜  # import config
2025-08-20T23:04:39.3373447Z [00:03:24.620]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:39.3374637Z [00:03:24.620]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build3700090427/b2051/_pkg_.a
2025-08-20T23:04:39.3376089Z [00:03:24.620]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build3700090427/b2052/_pkg_.a
2025-08-20T23:04:39.3381804Z [00:03:24.620]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3700090427/b2048/_pkg_.a
2025-08-20T23:04:39.3383060Z [00:03:24.620]➜  packagefile github.com/zeebo/errs=/tmp/go-build3700090427/b2049/_pkg_.a
2025-08-20T23:04:39.3383926Z [00:03:24.620]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:39.3384706Z [00:03:24.620]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:39.3385613Z [00:03:24.620]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:39.3386271Z [00:03:24.620]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:39.3386939Z [00:03:24.620]➜  EOF
2025-08-20T23:04:39.3392049Z [00:03:24.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2050/_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/b2050=>" -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/b2050/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-20T23:04:39.3911080Z [00:03:24.674]➜  go tool buildid -w $WORK/b2044/_pkg_.a # internal
2025-08-20T23:04:39.3986916Z [00:03:24.681]➜  go tool buildid -w $WORK/b2050/_pkg_.a # internal
2025-08-20T23:04:39.3993084Z [00:03:24.681]➜  cp $WORK/b2044/_pkg_.a /root/.cache/go-build/1d/1dc47e78aa55a94de425da64e27e1f0a362de1c217b82f907b5e36142ac19976-d # internal
2025-08-20T23:04:39.3994312Z [00:03:24.682]➜  github.com/go-jose/go-jose/v4
2025-08-20T23:04:39.3994916Z [00:03:24.682]➜  mkdir -p $WORK/b2042/
2025-08-20T23:04:39.4001086Z [00:03:24.683]➜  cat >/tmp/go-build3700090427/b2042/importcfg << 'EOF' # internal
2025-08-20T23:04:39.4001807Z [00:03:24.683]➜  # import config
2025-08-20T23:04:39.4004439Z [00:03:24.683]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:39.4006503Z [00:03:24.683]➜  packagefile compress/flate=/tmp/go-build3700090427/b104/_pkg_.a
2025-08-20T23:04:39.4007479Z [00:03:24.683]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:39.4008605Z [00:03:24.683]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:04:39.4009829Z [00:03:24.683]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:04:39.4024602Z [00:03:24.683]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:39.4025638Z [00:03:24.683]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:04:39.4026849Z [00:03:24.683]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:04:39.4027783Z [00:03:24.683]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:39.4028709Z [00:03:24.683]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:39.4032721Z [00:03:24.683]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:39.4033759Z [00:03:24.683]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:39.4034724Z [00:03:24.683]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:39.4035670Z [00:03:24.683]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:39.4036622Z [00:03:24.683]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:39.4037558Z [00:03:24.683]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:39.4038511Z [00:03:24.683]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:39.4044035Z [00:03:24.683]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:39.4045192Z [00:03:24.683]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:39.4045979Z [00:03:24.683]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:39.4046622Z [00:03:24.683]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:39.4047706Z [00:03:24.683]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build3700090427/b2043/_pkg_.a
2025-08-20T23:04:39.4048985Z [00:03:24.683]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build3700090427/b2044/_pkg_.a
2025-08-20T23:04:39.4050577Z [00:03:24.683]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3700090427/b1548/_pkg_.a
2025-08-20T23:04:39.4051548Z [00:03:24.683]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:39.4052365Z [00:03:24.683]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:39.4053187Z [00:03:24.683]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:39.4054037Z [00:03:24.683]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:39.4054877Z [00:03:24.683]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:39.4055696Z [00:03:24.683]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:39.4056512Z [00:03:24.683]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:39.4057323Z [00:03:24.683]➜  EOF
2025-08-20T23:04:39.4058484Z [00:03:24.683]➜  cp $WORK/b2050/_pkg_.a /root/.cache/go-build/e1/e12f2747cb1b5f638df6516c6392a65cdc0b23b48016e6da1c436e6d53e99507-d # internal
2025-08-20T23:04:39.4064471Z [00:03:24.684]➜  cel.dev/expr
2025-08-20T23:04:39.4065038Z [00:03:24.684]➜  mkdir -p $WORK/b2065/
2025-08-20T23:04:39.4065777Z [00:03:24.685]➜  cat >/tmp/go-build3700090427/b2065/importcfg << 'EOF' # internal
2025-08-20T23:04:39.4066525Z [00:03:24.685]➜  # import config
2025-08-20T23:04:39.4067534Z [00:03:24.685]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:39.4068937Z [00:03:24.685]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:39.4070529Z [00:03:24.685]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:39.4071954Z [00:03:24.685]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:39.4073391Z [00:03:24.685]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3700090427/b445/_pkg_.a
2025-08-20T23:04:39.4074867Z [00:03:24.685]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:39.4076361Z [00:03:24.685]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:39.4077760Z [00:03:24.685]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:39.4078574Z [00:03:24.685]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:39.4079176Z [00:03:24.685]➜  EOF
2025-08-20T23:04:39.4083694Z [00:03:24.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2065/_pkg_.a -trimpath "/root/go/pkg/mod/cel.dev/expr@v0.24.0=>cel.dev/expr@v0.24.0;$WORK/b2065=>" -p cel.dev/expr -lang=go1.22 -complete -installsuffix shared -buildid P1apXuujegH2eZdVLr6w/P1apXuujegH2eZdVLr6w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2065/importcfg -pack /root/go/pkg/mod/cel.dev/expr@v0.24.0/checked.pb.go /root/go/pkg/mod/cel.dev/expr@v0.24.0/eval.pb.go /root/go/pkg/mod/cel.dev/expr@v0.24.0/explain.pb.go /root/go/pkg/mod/cel.dev/expr@v0.24.0/syntax.pb.go /root/go/pkg/mod/cel.dev/expr@v0.24.0/value.pb.go
2025-08-20T23:04:39.4100229Z [00:03:24.685]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2042/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5=>github.com/go-jose/go-jose/v4@v4.0.5;$WORK/b2042=>" -p github.com/go-jose/go-jose/v4 -lang=go1.21 -complete -installsuffix shared -buildid XAKmhQIxV5WjXtmCpaZl/XAKmhQIxV5WjXtmCpaZl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2042/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/asymmetric.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/crypter.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/doc.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/encoding.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/jwe.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/jwk.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/jws.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/opaque.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/shared.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/signing.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/symmetric.go
2025-08-20T23:04:39.7844401Z [00:03:25.067]➜  go tool buildid -w $WORK/b2065/_pkg_.a # internal
2025-08-20T23:04:39.7953092Z [00:03:25.078]➜  cp $WORK/b2065/_pkg_.a /root/.cache/go-build/82/8288de1c46d7658bf390767a497fc46f18e0b1de9936debeff016f87c4fc4ad8-d # internal
2025-08-20T23:04:39.7964359Z [00:03:25.079]➜  google.golang.org/genproto/googleapis/api/expr/v1alpha1
2025-08-20T23:04:39.7969194Z [00:03:25.079]➜  mkdir -p $WORK/b2066/
2025-08-20T23:04:39.7981398Z [00:03:25.079]➜  cat >/tmp/go-build3700090427/b2066/importcfg << 'EOF' # internal
2025-08-20T23:04:39.7982362Z [00:03:25.079]➜  # import config
2025-08-20T23:04:39.7983369Z [00:03:25.079]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3700090427/b403/_pkg_.a
2025-08-20T23:04:39.7984809Z [00:03:25.079]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:39.7986229Z [00:03:25.079]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:39.7987644Z [00:03:25.079]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:39.7989044Z [00:03:25.079]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:39.7990712Z [00:03:25.079]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3700090427/b445/_pkg_.a
2025-08-20T23:04:39.7992181Z [00:03:25.080]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:39.7993642Z [00:03:25.080]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:39.7994838Z [00:03:25.080]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:39.7995685Z [00:03:25.080]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:39.7996505Z [00:03:25.080]➜  EOF
2025-08-20T23:04:39.8006105Z [00:03:25.080]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2066/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/expr/v1alpha1=>google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/expr/v1alpha1;$WORK/b2066=>" -p google.golang.org/genproto/googleapis/api/expr/v1alpha1 -lang=go1.23 -complete -installsuffix shared -buildid PW5IpZsuY_KAPxP9jSjr/PW5IpZsuY_KAPxP9jSjr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2066/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/expr/v1alpha1/checked.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/expr/v1alpha1/eval.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/expr/v1alpha1/explain.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/expr/v1alpha1/syntax.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250721164621-a45f3dfb1074/expr/v1alpha1/value.pb.go
2025-08-20T23:04:39.8786498Z [00:03:25.162]➜  go tool buildid -w $WORK/b2001/_pkg_.a # internal
2025-08-20T23:04:39.8926093Z [00:03:25.176]➜  cp $WORK/b2001/_pkg_.a /root/.cache/go-build/d4/d4636b48e093ae7b61bb88ef7f39dbedf4b4390aa78658d21ebcf8cc0bd913b0-d # internal
2025-08-20T23:04:39.8930118Z [00:03:25.176]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
2025-08-20T23:04:39.8931346Z [00:03:25.176]➜  mkdir -p $WORK/b2000/
2025-08-20T23:04:39.8939648Z [00:03:25.177]➜  cat >/tmp/go-build3700090427/b2000/importcfg << 'EOF' # internal
2025-08-20T23:04:39.8940338Z [00:03:25.177]➜  # import config
2025-08-20T23:04:39.8940955Z [00:03:25.177]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:39.8943066Z [00:03:25.177]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build3700090427/b2001/_pkg_.a
2025-08-20T23:04:39.8945452Z [00:03:25.177]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3700090427/b2002/_pkg_.a
2025-08-20T23:04:39.8947011Z [00:03:25.177]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:39.8949680Z [00:03:25.177]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:39.8951584Z [00:03:25.177]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:39.8952325Z [00:03:25.177]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:39.8953830Z [00:03:25.177]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build3700090427/b2012/_pkg_.a
2025-08-20T23:04:39.8955277Z [00:03:25.177]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3700090427/b435/_pkg_.a
2025-08-20T23:04:39.8956224Z [00:03:25.177]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3700090427/b523/_pkg_.a
2025-08-20T23:04:39.8957204Z [00:03:25.177]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:39.8958335Z [00:03:25.177]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3700090427/b1988/_pkg_.a
2025-08-20T23:04:39.8960358Z [00:03:25.177]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3700090427/b1987/_pkg_.a
2025-08-20T23:04:39.8961533Z [00:03:25.177]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3700090427/b1992/_pkg_.a
2025-08-20T23:04:39.8962649Z [00:03:25.177]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3700090427/b1993/_pkg_.a
2025-08-20T23:04:39.8963742Z [00:03:25.177]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3700090427/b2013/_pkg_.a
2025-08-20T23:04:39.8964797Z [00:03:25.177]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:04:39.8965754Z [00:03:25.177]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3700090427/b459/_pkg_.a
2025-08-20T23:04:39.8966868Z [00:03:25.177]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:04:39.8968024Z [00:03:25.177]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3700090427/b2003/_pkg_.a
2025-08-20T23:04:39.8969289Z [00:03:25.177]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3700090427/b2004/_pkg_.a
2025-08-20T23:04:39.8970794Z [00:03:25.177]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3700090427/b2005/_pkg_.a
2025-08-20T23:04:39.8972324Z [00:03:25.177]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3700090427/b2006/_pkg_.a
2025-08-20T23:04:39.8973559Z [00:03:25.177]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:39.8974537Z [00:03:25.177]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build3700090427/b2014/_pkg_.a
2025-08-20T23:04:39.8975584Z [00:03:25.177]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:39.8976756Z [00:03:25.177]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:39.8978079Z [00:03:25.177]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:39.8979114Z [00:03:25.177]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:39.8980041Z [00:03:25.177]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:39.8980971Z [00:03:25.177]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:39.8981764Z [00:03:25.177]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:39.8982478Z [00:03:25.177]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:39.8983134Z [00:03:25.177]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:39.8983804Z [00:03:25.177]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:39.8984517Z [00:03:25.177]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:39.8985100Z [00:03:25.177]➜  EOF
2025-08-20T23:04:39.8994585Z [00:03:25.177]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2000/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.53.0=>github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric@v0.53.0;$WORK/b2000=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric -lang=go1.23 -complete -installsuffix shared -buildid R8y6l-Ksf13DdYFkwd9S/R8y6l-Ksf13DdYFkwd9S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2000/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.53.0/cloudmonitoring.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.53.0/constants.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.53.0/error.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.53.0/metric.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.53.0/option.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.53.0/version.go
2025-08-20T23:04:39.9002526Z [00:03:25.183]➜  go tool buildid -w $WORK/b2038/_pkg_.a # internal
2025-08-20T23:04:39.9095419Z [00:03:25.193]➜  cp $WORK/b2038/_pkg_.a /root/.cache/go-build/9c/9c109286562a1742cde0f690fdc78ace8852a63aaf7344544e569dfd0e3de110-d # internal
2025-08-20T23:04:39.9118287Z [00:03:25.195]➜  github.com/envoyproxy/go-control-plane/envoy/config/core/v3
2025-08-20T23:04:39.9119151Z [00:03:25.195]➜  mkdir -p $WORK/b2033/
2025-08-20T23:04:39.9128199Z [00:03:25.196]➜  cat >/tmp/go-build3700090427/b2033/importcfg << 'EOF' # internal
2025-08-20T23:04:39.9129089Z [00:03:25.196]➜  # import config
2025-08-20T23:04:39.9129878Z [00:03:25.196]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:39.9130662Z [00:03:25.196]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:39.9131450Z [00:03:25.196]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:39.9132497Z [00:03:25.196]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:39.9133805Z [00:03:25.196]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3700090427/b2035/_pkg_.a
2025-08-20T23:04:39.9135054Z [00:03:25.196]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3700090427/b2036/_pkg_.a
2025-08-20T23:04:39.9136629Z [00:03:25.196]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:39.9138174Z [00:03:25.196]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3700090427/b2038/_pkg_.a
2025-08-20T23:04:39.9139893Z [00:03:25.196]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:39.9141311Z [00:03:25.196]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:39.9142697Z [00:03:25.196]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:39.9144201Z [00:03:25.196]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:39.9145563Z [00:03:25.196]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:39.9146933Z [00:03:25.196]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:39.9148294Z [00:03:25.196]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3700090427/b445/_pkg_.a
2025-08-20T23:04:39.9149889Z [00:03:25.196]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:39.9151302Z [00:03:25.196]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:39.9152408Z [00:03:25.196]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:39.9153220Z [00:03:25.196]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:39.9154056Z [00:03:25.196]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:39.9155027Z [00:03:25.196]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:39.9155864Z [00:03:25.196]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:39.9156639Z [00:03:25.196]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:39.9157422Z [00:03:25.196]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:39.9158228Z [00:03:25.196]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:39.9159010Z [00:03:25.196]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:39.9160190Z [00:03:25.196]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:39.9160830Z [00:03:25.196]➜  EOF
2025-08-20T23:04:39.9192782Z [00:03:25.196]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2033/_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/b2033=>" -p github.com/envoyproxy/go-control-plane/envoy/config/core/v3 -lang=go1.22 -complete -installsuffix shared -buildid RzoMWI4s0XKtKRhrPblu/RzoMWI4s0XKtKRhrPblu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2033/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-20T23:04:39.9619085Z [00:03:25.245]➜  go tool buildid -w $WORK/b2042/_pkg_.a # internal
2025-08-20T23:04:39.9692450Z [00:03:25.252]➜  cp $WORK/b2042/_pkg_.a /root/.cache/go-build/5e/5ea294874a9e632e40bfc8840f5623b6ae5c3bf01d1493a066f3e4e3a6c3cf96-d # internal
2025-08-20T23:04:39.9693994Z [00:03:25.253]➜  github.com/spiffe/go-spiffe/v2/bundle/jwtbundle
2025-08-20T23:04:39.9694632Z [00:03:25.253]➜  mkdir -p $WORK/b2045/
2025-08-20T23:04:39.9700757Z [00:03:25.253]➜  cat >/tmp/go-build3700090427/b2045/importcfg << 'EOF' # internal
2025-08-20T23:04:39.9701441Z [00:03:25.253]➜  # import config
2025-08-20T23:04:39.9702104Z [00:03:25.253]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:39.9712613Z [00:03:25.253]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:39.9713549Z [00:03:25.253]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:39.9714530Z [00:03:25.253]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build3700090427/b2042/_pkg_.a
2025-08-20T23:04:39.9715963Z [00:03:25.253]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build3700090427/b2046/_pkg_.a
2025-08-20T23:04:39.9717248Z [00:03:25.253]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3700090427/b2048/_pkg_.a
2025-08-20T23:04:39.9718352Z [00:03:25.253]➜  packagefile github.com/zeebo/errs=/tmp/go-build3700090427/b2049/_pkg_.a
2025-08-20T23:04:39.9719225Z [00:03:25.253]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:39.9720202Z [00:03:25.253]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:39.9720966Z [00:03:25.253]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:39.9721736Z [00:03:25.253]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:39.9722315Z [00:03:25.253]➜  EOF
2025-08-20T23:04:39.9727981Z [00:03:25.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2045/_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/b2045=>" -p github.com/spiffe/go-spiffe/v2/bundle/jwtbundle -lang=go1.22 -complete -installsuffix shared -buildid vQzvfPmTviJzz3xCCqNh/vQzvfPmTviJzz3xCCqNh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2045/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-20T23:04:40.0327902Z [00:03:25.316]➜  go tool buildid -w $WORK/b2045/_pkg_.a # internal
2025-08-20T23:04:40.0346105Z [00:03:25.318]➜  cp $WORK/b2045/_pkg_.a /root/.cache/go-build/d1/d1650c60be52f258bc84eb8df0cfe0f0d451ce11b35b92d2eef23dc31fe15d17-d # internal
2025-08-20T23:04:40.0350526Z [00:03:25.318]➜  github.com/spiffe/go-spiffe/v2/bundle/spiffebundle
2025-08-20T23:04:40.0356063Z [00:03:25.319]➜  mkdir -p $WORK/b2041/
2025-08-20T23:04:40.0362200Z [00:03:25.319]➜  cat >/tmp/go-build3700090427/b2041/importcfg << 'EOF' # internal
2025-08-20T23:04:40.0363623Z [00:03:25.319]➜  # import config
2025-08-20T23:04:40.0364318Z [00:03:25.319]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:40.0365204Z [00:03:25.319]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:40.0366089Z [00:03:25.319]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:40.0366913Z [00:03:25.319]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.0367855Z [00:03:25.319]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build3700090427/b2042/_pkg_.a
2025-08-20T23:04:40.0369071Z [00:03:25.319]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build3700090427/b2045/_pkg_.a
2025-08-20T23:04:40.0370535Z [00:03:25.319]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build3700090427/b2050/_pkg_.a
2025-08-20T23:04:40.0371900Z [00:03:25.319]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build3700090427/b2046/_pkg_.a
2025-08-20T23:04:40.0373231Z [00:03:25.319]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build3700090427/b2052/_pkg_.a
2025-08-20T23:04:40.0374695Z [00:03:25.319]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3700090427/b2048/_pkg_.a
2025-08-20T23:04:40.0375799Z [00:03:25.319]➜  packagefile github.com/zeebo/errs=/tmp/go-build3700090427/b2049/_pkg_.a
2025-08-20T23:04:40.0376671Z [00:03:25.319]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:40.0377441Z [00:03:25.319]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:40.0378201Z [00:03:25.319]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:40.0378983Z [00:03:25.319]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.0379948Z [00:03:25.319]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.0380758Z [00:03:25.319]➜  EOF
2025-08-20T23:04:40.0387972Z [00:03:25.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2041/_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/b2041=>" -p github.com/spiffe/go-spiffe/v2/bundle/spiffebundle -lang=go1.22 -complete -installsuffix shared -buildid cKBtEkeNZTSF7AlQzADD/cKBtEkeNZTSF7AlQzADD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2041/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-20T23:04:40.1375332Z [00:03:25.421]➜  go tool buildid -w $WORK/b2066/_pkg_.a # internal
2025-08-20T23:04:40.1446872Z [00:03:25.428]➜  cp $WORK/b2066/_pkg_.a /root/.cache/go-build/19/1938c09d6448233fa79b992a2bdc2670c49f6c69ca564a4e2d2650b74e08da9a-d # internal
2025-08-20T23:04:40.1468025Z [00:03:25.428]➜  github.com/cncf/xds/go/xds/type/v3
2025-08-20T23:04:40.1468594Z [00:03:25.428]➜  mkdir -p $WORK/b2064/
2025-08-20T23:04:40.1469216Z [00:03:25.428]➜  cat >/tmp/go-build3700090427/b2064/importcfg << 'EOF' # internal
2025-08-20T23:04:40.1470111Z [00:03:25.428]➜  # import config
2025-08-20T23:04:40.1470692Z [00:03:25.428]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:40.1471472Z [00:03:25.428]➜  packagefile cel.dev/expr=/tmp/go-build3700090427/b2065/_pkg_.a
2025-08-20T23:04:40.1472239Z [00:03:25.428]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.1473123Z [00:03:25.428]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.1474031Z [00:03:25.428]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3700090427/b2035/_pkg_.a
2025-08-20T23:04:40.1475237Z [00:03:25.428]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:40.1477531Z [00:03:25.428]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3700090427/b2066/_pkg_.a
2025-08-20T23:04:40.1479597Z [00:03:25.429]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:40.1480920Z [00:03:25.429]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:40.1482081Z [00:03:25.429]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:40.1483246Z [00:03:25.429]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:40.1484456Z [00:03:25.429]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:40.1485386Z [00:03:25.429]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:40.1486062Z [00:03:25.429]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:40.1486759Z [00:03:25.429]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:40.1487625Z [00:03:25.429]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:40.1488313Z [00:03:25.429]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:40.1489009Z [00:03:25.429]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:40.1489894Z [00:03:25.429]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:40.1490600Z [00:03:25.429]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.1491270Z [00:03:25.429]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.1491970Z [00:03:25.429]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:40.1492676Z [00:03:25.429]➜  EOF
2025-08-20T23:04:40.1513118Z [00:03:25.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2064/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/v3=>github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/v3;$WORK/b2064=>" -p github.com/cncf/xds/go/xds/type/v3 -lang=go1.19 -complete -installsuffix shared -buildid VVI74hDw0cAuI-mjEsow/VVI74hDw0cAuI-mjEsow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2064/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/v3/cel.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/v3/cel.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/v3/range.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/v3/range.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/v3/typed_struct.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/v3/typed_struct.pb.validate.go
2025-08-20T23:04:40.1536169Z [00:03:25.431]➜  go tool buildid -w $WORK/b2041/_pkg_.a # internal
2025-08-20T23:04:40.1537410Z [00:03:25.433]➜  cp $WORK/b2041/_pkg_.a /root/.cache/go-build/70/703937ae72a73226c26e7540655853c66979fb8baa9972e452aee12cb2fdf7e7-d # internal
2025-08-20T23:04:40.1538481Z [00:03:25.434]➜  google.golang.org/grpc/credentials/tls/certprovider
2025-08-20T23:04:40.1539062Z [00:03:25.434]➜  mkdir -p $WORK/b2040/
2025-08-20T23:04:40.1539922Z [00:03:25.435]➜  cat >/tmp/go-build3700090427/b2040/importcfg << 'EOF' # internal
2025-08-20T23:04:40.1540515Z [00:03:25.435]➜  # import config
2025-08-20T23:04:40.1541122Z [00:03:25.435]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:40.1542039Z [00:03:25.435]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:40.1542842Z [00:03:25.435]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:40.1543585Z [00:03:25.435]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.1544280Z [00:03:25.435]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.1545309Z [00:03:25.435]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build3700090427/b2041/_pkg_.a
2025-08-20T23:04:40.1546421Z [00:03:25.435]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:04:40.1547482Z [00:03:25.435]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:04:40.1548368Z [00:03:25.435]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.1549099Z [00:03:25.435]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:40.1549866Z [00:03:25.435]➜  EOF
2025-08-20T23:04:40.1554874Z [00:03:25.436]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2040/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/tls/certprovider=>google.golang.org/grpc@v1.74.2/credentials/tls/certprovider;$WORK/b2040=>" -p google.golang.org/grpc/credentials/tls/certprovider -lang=go1.23 -complete -installsuffix shared -buildid Tn51AwaFKH1TWGVcjjmy/Tn51AwaFKH1TWGVcjjmy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2040/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/tls/certprovider/distributor.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/tls/certprovider/provider.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/tls/certprovider/store.go
2025-08-20T23:04:40.2373350Z [00:03:25.520]➜  go tool buildid -w $WORK/b2040/_pkg_.a # internal
2025-08-20T23:04:40.2403595Z [00:03:25.523]➜  cp $WORK/b2040/_pkg_.a /root/.cache/go-build/2b/2bc21b2387c900184d99589f4e7fa0ff2394125fd58a6e61a835a2aecbf41073-d # internal
2025-08-20T23:04:40.2408274Z [00:03:25.524]➜  google.golang.org/grpc/internal/credentials/spiffe
2025-08-20T23:04:40.2412285Z [00:03:25.524]➜  mkdir -p $WORK/b2056/
2025-08-20T23:04:40.2434555Z [00:03:25.527]➜  cat >/tmp/go-build3700090427/b2056/importcfg << 'EOF' # internal
2025-08-20T23:04:40.2436165Z [00:03:25.527]➜  # import config
2025-08-20T23:04:40.2437789Z [00:03:25.527]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:40.2440578Z [00:03:25.527]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:40.2443755Z [00:03:25.527]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.2445004Z [00:03:25.527]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build3700090427/b2041/_pkg_.a
2025-08-20T23:04:40.2446422Z [00:03:25.527]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3700090427/b2048/_pkg_.a
2025-08-20T23:04:40.2447350Z [00:03:25.527]➜  EOF
2025-08-20T23:04:40.2451693Z [00:03:25.527]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2056/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/spiffe=>google.golang.org/grpc@v1.74.2/internal/credentials/spiffe;$WORK/b2056=>" -p google.golang.org/grpc/internal/credentials/spiffe -lang=go1.23 -complete -installsuffix shared -buildid OJ63C8i9ew-oDoDx_qeo/OJ63C8i9ew-oDoDx_qeo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2056/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/spiffe/spiffe.go
2025-08-20T23:04:40.2725687Z [00:03:25.556]➜  go tool buildid -w $WORK/b2000/_pkg_.a # internal
2025-08-20T23:04:40.2792284Z [00:03:25.562]➜  cp $WORK/b2000/_pkg_.a /root/.cache/go-build/13/139740cbf6a21d29278e0d5194cc8ddf1cdca3c879b123f2ab0f2987e3da5c02-d # internal
2025-08-20T23:04:40.2797008Z [00:03:25.563]➜  github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3
2025-08-20T23:04:40.2805183Z [00:03:25.564]➜  mkdir -p $WORK/b2067/
2025-08-20T23:04:40.2832023Z [00:03:25.564]➜  cat >/tmp/go-build3700090427/b2067/importcfg << 'EOF' # internal
2025-08-20T23:04:40.2832791Z [00:03:25.564]➜  # import config
2025-08-20T23:04:40.2833467Z [00:03:25.564]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:40.2834293Z [00:03:25.564]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.2835143Z [00:03:25.564]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.2836169Z [00:03:25.564]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:40.2837516Z [00:03:25.564]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:40.2838912Z [00:03:25.564]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:40.2840443Z [00:03:25.564]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:40.2841693Z [00:03:25.564]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:40.2842660Z [00:03:25.564]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:40.2843405Z [00:03:25.564]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:40.2844380Z [00:03:25.564]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:40.2845131Z [00:03:25.564]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:40.2845893Z [00:03:25.564]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:40.2846632Z [00:03:25.564]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:40.2847362Z [00:03:25.564]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:40.2848215Z [00:03:25.564]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.2848949Z [00:03:25.564]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.2850256Z [00:03:25.564]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:40.2850864Z [00:03:25.564]➜  EOF
2025-08-20T23:04:40.2855961Z [00:03:25.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2067/_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/b2067=>" -p github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3 -lang=go1.22 -complete -installsuffix shared -buildid bU6JcfCetwU2fqqT_r2A/bU6JcfCetwU2fqqT_r2A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2067/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-20T23:04:40.3041793Z [00:03:25.587]➜  go tool buildid -w $WORK/b2056/_pkg_.a # internal
2025-08-20T23:04:40.3051320Z [00:03:25.588]➜  cp $WORK/b2056/_pkg_.a /root/.cache/go-build/67/67aa90f285d3f5d5f7d63749df4a014b56636c4dad35b48293119d114b06eea0-d # internal
2025-08-20T23:04:40.3069937Z [00:03:25.589]➜  google.golang.org/grpc/credentials/tls/certprovider/pemfile
2025-08-20T23:04:40.3070722Z [00:03:25.589]➜  mkdir -p $WORK/b2055/
2025-08-20T23:04:40.3071460Z [00:03:25.589]➜  cat >/tmp/go-build3700090427/b2055/importcfg << 'EOF' # internal
2025-08-20T23:04:40.3072149Z [00:03:25.589]➜  # import config
2025-08-20T23:04:40.3072794Z [00:03:25.589]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:40.3076734Z [00:03:25.589]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:40.3077631Z [00:03:25.589]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:40.3078532Z [00:03:25.589]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:40.3079798Z [00:03:25.589]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:40.3080698Z [00:03:25.589]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.3081516Z [00:03:25.589]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.3082692Z [00:03:25.589]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3700090427/b2040/_pkg_.a
2025-08-20T23:04:40.3084061Z [00:03:25.589]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:40.3085371Z [00:03:25.589]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build3700090427/b2056/_pkg_.a
2025-08-20T23:04:40.3086706Z [00:03:25.589]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:04:40.3087967Z [00:03:25.589]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:04:40.3089305Z [00:03:25.589]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:40.3090566Z [00:03:25.589]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:40.3091381Z [00:03:25.589]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:40.3092169Z [00:03:25.589]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.3092888Z [00:03:25.589]➜  EOF
2025-08-20T23:04:40.3098330Z [00:03:25.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2055/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/tls/certprovider/pemfile=>google.golang.org/grpc@v1.74.2/credentials/tls/certprovider/pemfile;$WORK/b2055=>" -p google.golang.org/grpc/credentials/tls/certprovider/pemfile -lang=go1.23 -complete -installsuffix shared -buildid XSOtN-vN4nzgXQS_WBQC/XSOtN-vN4nzgXQS_WBQC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2055/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/tls/certprovider/pemfile/builder.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/credentials/tls/certprovider/pemfile/watcher.go
2025-08-20T23:04:40.3137848Z [00:03:25.597]➜  go tool buildid -w $WORK/b2064/_pkg_.a # internal
2025-08-20T23:04:40.3176227Z [00:03:25.600]➜  cp $WORK/b2064/_pkg_.a /root/.cache/go-build/79/79908a3f0c3a7149be1a0498ed4195d435c811273c18989cb973d7254b7093ca-d # internal
2025-08-20T23:04:40.3180227Z [00:03:25.601]➜  github.com/cncf/xds/go/xds/type/matcher/v3
2025-08-20T23:04:40.3180879Z [00:03:25.601]➜  mkdir -p $WORK/b2063/
2025-08-20T23:04:40.3184949Z [00:03:25.601]➜  cat >/tmp/go-build3700090427/b2063/importcfg << 'EOF' # internal
2025-08-20T23:04:40.3190316Z [00:03:25.601]➜  # import config
2025-08-20T23:04:40.3190970Z [00:03:25.601]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:40.3191775Z [00:03:25.601]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.3192722Z [00:03:25.601]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.3193791Z [00:03:25.601]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3700090427/b2035/_pkg_.a
2025-08-20T23:04:40.3195003Z [00:03:25.601]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3700090427/b2036/_pkg_.a
2025-08-20T23:04:40.3196101Z [00:03:25.601]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3700090427/b2064/_pkg_.a
2025-08-20T23:04:40.3197304Z [00:03:25.601]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:40.3198635Z [00:03:25.601]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:40.3200211Z [00:03:25.601]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:40.3201562Z [00:03:25.601]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:40.3202825Z [00:03:25.601]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:40.3203691Z [00:03:25.601]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:40.3204543Z [00:03:25.601]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:40.3205378Z [00:03:25.601]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:40.3206225Z [00:03:25.601]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:40.3207103Z [00:03:25.601]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:40.3207972Z [00:03:25.601]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:40.3208771Z [00:03:25.601]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.3223937Z [00:03:25.601]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.3224925Z [00:03:25.601]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:40.3225608Z [00:03:25.601]➜  EOF
2025-08-20T23:04:40.3242614Z [00:03:25.602]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2063/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3=>github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3;$WORK/b2063=>" -p github.com/cncf/xds/go/xds/type/matcher/v3 -lang=go1.19 -complete -installsuffix shared -buildid NmyUHe2TpJyCkZ6fjUhj/NmyUHe2TpJyCkZ6fjUhj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2063/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/cel.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/cel.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/domain.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/domain.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/http_inputs.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/http_inputs.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/ip.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/ip.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/matcher.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/matcher.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/range.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/range.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/regex.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/regex.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/string.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/type/matcher/v3/string.pb.validate.go
2025-08-20T23:04:40.3709063Z [00:03:25.654]➜  go tool buildid -w $WORK/b2055/_pkg_.a # internal
2025-08-20T23:04:40.3728325Z [00:03:25.656]➜  cp $WORK/b2055/_pkg_.a /root/.cache/go-build/df/df9e6d2285a24f219c844aa3764fefa8afcb6cccf52378d8a65f23a9479b8be5-d # internal
2025-08-20T23:04:40.3729876Z [00:03:25.656]➜  google.golang.org/grpc/internal/xds/bootstrap/tlscreds
2025-08-20T23:04:40.3730592Z [00:03:25.656]➜  mkdir -p $WORK/b2054/
2025-08-20T23:04:40.3736224Z [00:03:25.657]➜  cat >/tmp/go-build3700090427/b2054/importcfg << 'EOF' # internal
2025-08-20T23:04:40.3743261Z [00:03:25.657]➜  # import config
2025-08-20T23:04:40.3744156Z [00:03:25.657]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:40.3745041Z [00:03:25.657]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:40.3746013Z [00:03:25.657]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:40.3746922Z [00:03:25.657]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:40.3747765Z [00:03:25.657]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.3748807Z [00:03:25.657]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.3750224Z [00:03:25.657]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build3700090427/b2041/_pkg_.a
2025-08-20T23:04:40.3751650Z [00:03:25.657]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:04:40.3753095Z [00:03:25.657]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3700090427/b2040/_pkg_.a
2025-08-20T23:04:40.3754868Z [00:03:25.657]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3700090427/b2055/_pkg_.a
2025-08-20T23:04:40.3757262Z [00:03:25.657]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build3700090427/b2056/_pkg_.a
2025-08-20T23:04:40.3758539Z [00:03:25.657]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:04:40.3770948Z [00:03:25.657]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:40.3771757Z [00:03:25.657]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.3772565Z [00:03:25.657]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.3773201Z [00:03:25.657]➜  EOF
2025-08-20T23:04:40.3777616Z [00:03:25.657]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2054/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/bootstrap/tlscreds=>google.golang.org/grpc@v1.74.2/internal/xds/bootstrap/tlscreds;$WORK/b2054=>" -p google.golang.org/grpc/internal/xds/bootstrap/tlscreds -lang=go1.23 -complete -installsuffix shared -buildid 99VJDEJ3MnJ6IvDYNzrY/99VJDEJ3MnJ6IvDYNzrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2054/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/bootstrap/tlscreds/bundle.go
2025-08-20T23:04:40.4138717Z [00:03:25.697]➜  go tool buildid -w $WORK/b2054/_pkg_.a # internal
2025-08-20T23:04:40.4148472Z [00:03:25.698]➜  cp $WORK/b2054/_pkg_.a /root/.cache/go-build/0a/0a174a528ebefa8038dcb5796d653106b823e8df1ca2a5090f4c095c862688eb-d # internal
2025-08-20T23:04:40.4164827Z [00:03:25.700]➜  google.golang.org/grpc/xds/bootstrap
2025-08-20T23:04:40.4166857Z [00:03:25.700]➜  mkdir -p $WORK/b2053/
2025-08-20T23:04:40.4171926Z [00:03:25.700]➜  cat >/tmp/go-build3700090427/b2053/importcfg << 'EOF' # internal
2025-08-20T23:04:40.4172831Z [00:03:25.700]➜  # import config
2025-08-20T23:04:40.4173747Z [00:03:25.700]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:40.4175602Z [00:03:25.700]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:04:40.4177200Z [00:03:25.700]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3700090427/b542/_pkg_.a
2025-08-20T23:04:40.4178685Z [00:03:25.700]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3700090427/b391/_pkg_.a
2025-08-20T23:04:40.4181302Z [00:03:25.700]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build3700090427/b2054/_pkg_.a
2025-08-20T23:04:40.4182245Z [00:03:25.700]➜  EOF
2025-08-20T23:04:40.4207554Z [00:03:25.704]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2053/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/bootstrap=>google.golang.org/grpc@v1.74.2/xds/bootstrap;$WORK/b2053=>" -p google.golang.org/grpc/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid Patn7K_TR-_eZZ2tUFoe/Patn7K_TR-_eZZ2tUFoe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2053/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/bootstrap/bootstrap.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/bootstrap/credentials.go
2025-08-20T23:04:40.4418332Z [00:03:25.725]➜  go tool buildid -w $WORK/b2053/_pkg_.a # internal
2025-08-20T23:04:40.4427599Z [00:03:25.726]➜  cp $WORK/b2053/_pkg_.a /root/.cache/go-build/13/1396dda5435853b3c770bc2f8e1e87cdf785da9cdb15a9e7f995a5ef01e70829-d # internal
2025-08-20T23:04:40.4439054Z [00:03:25.726]➜  github.com/envoyproxy/go-control-plane/envoy/config/overload/v3
2025-08-20T23:04:40.4440052Z [00:03:25.726]➜  mkdir -p $WORK/b2074/
2025-08-20T23:04:40.4463659Z [00:03:25.727]➜  cat >/tmp/go-build3700090427/b2074/importcfg << 'EOF' # internal
2025-08-20T23:04:40.4464645Z [00:03:25.727]➜  # import config
2025-08-20T23:04:40.4465402Z [00:03:25.727]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:40.4467802Z [00:03:25.727]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.4468603Z [00:03:25.727]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.4469888Z [00:03:25.727]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:40.4471224Z [00:03:25.727]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:40.4472779Z [00:03:25.727]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:40.4474141Z [00:03:25.727]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:40.4475467Z [00:03:25.727]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:40.4476746Z [00:03:25.727]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:40.4478271Z [00:03:25.727]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:40.4480550Z [00:03:25.727]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:40.4481548Z [00:03:25.727]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:40.4482351Z [00:03:25.727]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:40.4483195Z [00:03:25.727]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:40.4484035Z [00:03:25.727]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:40.4484847Z [00:03:25.727]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:40.4485653Z [00:03:25.727]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:40.4486473Z [00:03:25.727]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.4487271Z [00:03:25.727]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.4488124Z [00:03:25.727]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:40.4488779Z [00:03:25.727]➜  EOF
2025-08-20T23:04:40.4494384Z [00:03:25.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2074/_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/b2074=>" -p github.com/envoyproxy/go-control-plane/envoy/config/overload/v3 -lang=go1.22 -complete -installsuffix shared -buildid h0LFGfBLam18cysSYrrJ/h0LFGfBLam18cysSYrrJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2074/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-20T23:04:40.4679699Z [00:03:25.751]➜  go tool buildid -w $WORK/b2067/_pkg_.a # internal
2025-08-20T23:04:40.4719191Z [00:03:25.755]➜  cp $WORK/b2067/_pkg_.a /root/.cache/go-build/68/68b4faabc97a4bb274d2d07d27d2f53831fddfa3b297b38ec0fe13d2dd198346-d # internal
2025-08-20T23:04:40.4725732Z [00:03:25.756]➜  github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3
2025-08-20T23:04:40.4730509Z [00:03:25.756]➜  mkdir -p $WORK/b2068/
2025-08-20T23:04:40.4740170Z [00:03:25.757]➜  cat >/tmp/go-build3700090427/b2068/importcfg << 'EOF' # internal
2025-08-20T23:04:40.4744139Z [00:03:25.757]➜  # import config
2025-08-20T23:04:40.4744780Z [00:03:25.757]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:40.4745598Z [00:03:25.757]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.4746441Z [00:03:25.757]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.4747519Z [00:03:25.757]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:40.4749021Z [00:03:25.757]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3700090427/b2067/_pkg_.a
2025-08-20T23:04:40.4750777Z [00:03:25.757]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:40.4752249Z [00:03:25.757]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:40.4753643Z [00:03:25.757]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:40.4755217Z [00:03:25.757]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:40.4756284Z [00:03:25.757]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:40.4757113Z [00:03:25.757]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:40.4757956Z [00:03:25.757]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:40.4758933Z [00:03:25.757]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:40.4760004Z [00:03:25.757]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:40.4760993Z [00:03:25.757]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:40.4761817Z [00:03:25.757]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:40.4762630Z [00:03:25.757]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.4763445Z [00:03:25.757]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.4764298Z [00:03:25.757]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:40.4764936Z [00:03:25.757]➜  EOF
2025-08-20T23:04:40.4776338Z [00:03:25.760]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2068/_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/b2068=>" -p github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3 -lang=go1.22 -complete -installsuffix shared -buildid Yu_gCHTmys-zPF0L-7bp/Yu_gCHTmys-zPF0L-7bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2068/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-20T23:04:40.6507519Z [00:03:25.934]➜  go tool buildid -w $WORK/b2068/_pkg_.a # internal
2025-08-20T23:04:40.6594357Z [00:03:25.942]➜  cp $WORK/b2068/_pkg_.a /root/.cache/go-build/b1/b180e992e1e93e54811d4db9c53f18af2e5d14418d179a777cce4c895488aeaa-d # internal
2025-08-20T23:04:40.6603327Z [00:03:25.943]➜  google.golang.org/grpc/internal/admin
2025-08-20T23:04:40.6608159Z [00:03:25.944]➜  mkdir -p $WORK/b2079/
2025-08-20T23:04:40.6648310Z [00:03:25.948]➜  cat >/tmp/go-build3700090427/b2079/importcfg << 'EOF' # internal
2025-08-20T23:04:40.6656148Z [00:03:25.948]➜  # import config
2025-08-20T23:04:40.6657283Z [00:03:25.948]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:40.6658040Z [00:03:25.948]➜  EOF
2025-08-20T23:04:40.6662072Z [00:03:25.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2079/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/admin=>google.golang.org/grpc@v1.74.2/internal/admin;$WORK/b2079=>" -p google.golang.org/grpc/internal/admin -lang=go1.23 -complete -installsuffix shared -buildid F5qvJUsOKkOv6sIQWaQw/F5qvJUsOKkOv6sIQWaQw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2079/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/admin/admin.go
2025-08-20T23:04:40.6906052Z [00:03:25.974]➜  go tool buildid -w $WORK/b2079/_pkg_.a # internal
2025-08-20T23:04:40.6916827Z [00:03:25.975]➜  cp $WORK/b2079/_pkg_.a /root/.cache/go-build/82/82a1fccbf14ba42ecb014ff265d44f9d22be2cb05c96854c414cd568d1b7f41c-d # internal
2025-08-20T23:04:40.6920990Z [00:03:25.975]➜  google.golang.org/grpc/xds/internal/clients
2025-08-20T23:04:40.6921595Z [00:03:25.975]➜  mkdir -p $WORK/b2082/
2025-08-20T23:04:40.6929286Z [00:03:25.976]➜  cat >/tmp/go-build3700090427/b2082/importcfg << 'EOF' # internal
2025-08-20T23:04:40.6930158Z [00:03:25.976]➜  # import config
2025-08-20T23:04:40.6930784Z [00:03:25.976]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:40.6931383Z [00:03:25.976]➜  EOF
2025-08-20T23:04:40.6936767Z [00:03:25.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2082/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients=>google.golang.org/grpc@v1.74.2/xds/internal/clients;$WORK/b2082=>" -p google.golang.org/grpc/xds/internal/clients -lang=go1.23 -complete -installsuffix shared -buildid RmLHcwwYZB_MH0RCraX0/RmLHcwwYZB_MH0RCraX0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2082/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/transport_builder.go
2025-08-20T23:04:40.7071264Z [00:03:25.990]➜  go tool buildid -w $WORK/b2074/_pkg_.a # internal
2025-08-20T23:04:40.7125290Z [00:03:25.996]➜  cp $WORK/b2074/_pkg_.a /root/.cache/go-build/29/297a74f02c1d59ada2d6f9f078ea5fcf54cbf43856f3331545f70d671d2e8f6b-d # internal
2025-08-20T23:04:40.7157390Z [00:03:25.999]➜  google.golang.org/grpc/xds/internal/clients/internal/backoff
2025-08-20T23:04:40.7158325Z [00:03:25.999]➜  mkdir -p $WORK/b2087/
2025-08-20T23:04:40.7158990Z [00:03:25.999]➜  go tool buildid -w $WORK/b2082/_pkg_.a # internal
2025-08-20T23:04:40.7164345Z [00:03:25.999]➜  cat >/tmp/go-build3700090427/b2087/importcfg << 'EOF' # internal
2025-08-20T23:04:40.7167063Z [00:03:25.999]➜  # import config
2025-08-20T23:04:40.7167786Z [00:03:25.999]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:40.7168668Z [00:03:25.999]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.7169765Z [00:03:25.999]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:40.7170656Z [00:03:25.999]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.7171279Z [00:03:25.999]➜  EOF
2025-08-20T23:04:40.7175709Z [00:03:26.000]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2087/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/backoff=>google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/backoff;$WORK/b2087=>" -p google.golang.org/grpc/xds/internal/clients/internal/backoff -lang=go1.23 -complete -installsuffix shared -buildid s4oJ_f8JnkCDNLiJzohw/s4oJ_f8JnkCDNLiJzohw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2087/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/backoff/backoff.go
2025-08-20T23:04:40.7180592Z [00:03:26.000]➜  cp $WORK/b2082/_pkg_.a /root/.cache/go-build/95/95e76a371884f7ee0a85a9ce5a566a546706c17a4bec5b83cd5b0b6e85599a8c-d # internal
2025-08-20T23:04:40.7185082Z [00:03:26.002]➜  google.golang.org/grpc/xds/internal/clients/grpctransport
2025-08-20T23:04:40.7191367Z [00:03:26.002]➜  mkdir -p $WORK/b2083/
2025-08-20T23:04:40.7194659Z [00:03:26.002]➜  cat >/tmp/go-build3700090427/b2083/importcfg << 'EOF' # internal
2025-08-20T23:04:40.7195392Z [00:03:26.002]➜  # import config
2025-08-20T23:04:40.7197434Z [00:03:26.002]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:40.7221466Z [00:03:26.002]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.7223694Z [00:03:26.002]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:40.7225434Z [00:03:26.002]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:04:40.7228117Z [00:03:26.002]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:40.7229684Z [00:03:26.002]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3700090427/b424/_pkg_.a
2025-08-20T23:04:40.7231068Z [00:03:26.002]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build3700090427/b2082/_pkg_.a
2025-08-20T23:04:40.7232185Z [00:03:26.002]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.7232996Z [00:03:26.002]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.7233618Z [00:03:26.002]➜  EOF
2025-08-20T23:04:40.7238369Z [00:03:26.002]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2083/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/grpctransport=>google.golang.org/grpc@v1.74.2/xds/internal/clients/grpctransport;$WORK/b2083=>" -p google.golang.org/grpc/xds/internal/clients/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid xV_tKAITHYrrEl43eBYC/xV_tKAITHYrrEl43eBYC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2083/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/grpctransport/grpc_transport.go
2025-08-20T23:04:40.7376559Z [00:03:26.021]➜  go tool buildid -w $WORK/b2087/_pkg_.a # internal
2025-08-20T23:04:40.7385839Z [00:03:26.021]➜  cp $WORK/b2087/_pkg_.a /root/.cache/go-build/91/9184727974b2eca73df34b4adeceba2c40689d1c23ad3c0af695164461f1c179-d # internal
2025-08-20T23:04:40.7387585Z [00:03:26.022]➜  google.golang.org/grpc/xds/internal/clients/lrsclient/internal
2025-08-20T23:04:40.7392160Z [00:03:26.022]➜  mkdir -p $WORK/b2088/
2025-08-20T23:04:40.7392943Z [00:03:26.022]➜  cat >/tmp/go-build3700090427/b2088/importcfg << 'EOF' # internal
2025-08-20T23:04:40.7393658Z [00:03:26.022]➜  # import config
2025-08-20T23:04:40.7394340Z [00:03:26.022]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.7398539Z [00:03:26.022]➜  EOF
2025-08-20T23:04:40.7403474Z [00:03:26.022]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2088/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/lrsclient/internal=>google.golang.org/grpc@v1.74.2/xds/internal/clients/lrsclient/internal;$WORK/b2088=>" -p google.golang.org/grpc/xds/internal/clients/lrsclient/internal -lang=go1.23 -complete -installsuffix shared -buildid jIDEQIauDjMDsupWZ3BH/jIDEQIauDjMDsupWZ3BH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2088/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/lrsclient/internal/internal.go
2025-08-20T23:04:40.7562515Z [00:03:26.039]➜  go tool buildid -w $WORK/b2088/_pkg_.a # internal
2025-08-20T23:04:40.7565503Z [00:03:26.039]➜  cp $WORK/b2088/_pkg_.a /root/.cache/go-build/6e/6e8cda2bb3c2bb39ebffe3e7223ec941a4b95d56ccd670c898d97811c635328b-d # internal
2025-08-20T23:04:40.7594832Z [00:03:26.043]➜  google.golang.org/grpc/xds/internal/clients/internal/buffer
2025-08-20T23:04:40.7596234Z [00:03:26.043]➜  mkdir -p $WORK/b2091/
2025-08-20T23:04:40.7600606Z [00:03:26.043]➜  cat >/tmp/go-build3700090427/b2091/importcfg << 'EOF' # internal
2025-08-20T23:04:40.7601375Z [00:03:26.043]➜  # import config
2025-08-20T23:04:40.7602286Z [00:03:26.043]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.7603107Z [00:03:26.043]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.7603708Z [00:03:26.043]➜  EOF
2025-08-20T23:04:40.7608789Z [00:03:26.044]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2091/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/buffer=>google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/buffer;$WORK/b2091=>" -p google.golang.org/grpc/xds/internal/clients/internal/buffer -lang=go1.23 -complete -installsuffix shared -buildid fuDnOpYSr0k-qvoSOEkY/fuDnOpYSr0k-qvoSOEkY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2091/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/buffer/unbounded.go
2025-08-20T23:04:40.7897207Z [00:03:26.073]➜  go tool buildid -w $WORK/b2091/_pkg_.a # internal
2025-08-20T23:04:40.7910362Z [00:03:26.074]➜  cp $WORK/b2091/_pkg_.a /root/.cache/go-build/3a/3a147ac5cd328d2bb6d08ab8ceae4cb4d7ef6042dd2b3402d644f8192605414a-d # internal
2025-08-20T23:04:40.7915178Z [00:03:26.074]➜  google.golang.org/grpc/xds/internal/clients/internal/pretty
2025-08-20T23:04:40.7915942Z [00:03:26.074]➜  mkdir -p $WORK/b2092/
2025-08-20T23:04:40.7916690Z [00:03:26.074]➜  cat >/tmp/go-build3700090427/b2092/importcfg << 'EOF' # internal
2025-08-20T23:04:40.7917422Z [00:03:26.074]➜  # import config
2025-08-20T23:04:40.7918112Z [00:03:26.074]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:40.7918981Z [00:03:26.074]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:40.7920094Z [00:03:26.074]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.7921231Z [00:03:26.074]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:04:40.7922820Z [00:03:26.074]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3700090427/b387/_pkg_.a
2025-08-20T23:04:40.7923717Z [00:03:26.074]➜  EOF
2025-08-20T23:04:40.7928125Z [00:03:26.074]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2092/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/pretty=>google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/pretty;$WORK/b2092=>" -p google.golang.org/grpc/xds/internal/clients/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid qH78dEfK0-C4BQyAd99x/qH78dEfK0-C4BQyAd99x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2092/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/pretty/pretty.go
2025-08-20T23:04:40.8367025Z [00:03:26.120]➜  go tool buildid -w $WORK/b2092/_pkg_.a # internal
2025-08-20T23:04:40.8378092Z [00:03:26.121]➜  cp $WORK/b2092/_pkg_.a /root/.cache/go-build/b4/b483b68ad9dbe9b10169b27dbaafd0aa13d2076bd8290a8a17829d9b9709bfc7-d # internal
2025-08-20T23:04:40.8380383Z [00:03:26.121]➜  google.golang.org/grpc/xds/internal/clients/internal/syncutil
2025-08-20T23:04:40.8381131Z [00:03:26.121]➜  mkdir -p $WORK/b2093/
2025-08-20T23:04:40.8386750Z [00:03:26.122]➜  cat >/tmp/go-build3700090427/b2093/importcfg << 'EOF' # internal
2025-08-20T23:04:40.8389593Z [00:03:26.122]➜  # import config
2025-08-20T23:04:40.8390310Z [00:03:26.122]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:40.8391595Z [00:03:26.122]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/buffer=/tmp/go-build3700090427/b2091/_pkg_.a
2025-08-20T23:04:40.8392797Z [00:03:26.122]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.8393653Z [00:03:26.122]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:40.8394297Z [00:03:26.122]➜  EOF
2025-08-20T23:04:40.8399977Z [00:03:26.122]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2093/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/syncutil=>google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/syncutil;$WORK/b2093=>" -p google.golang.org/grpc/xds/internal/clients/internal/syncutil -lang=go1.23 -complete -installsuffix shared -buildid D5iS9_8nE8XgCHLuJn7V/D5iS9_8nE8XgCHLuJn7V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2093/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/syncutil/callback_serializer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/syncutil/event.go
2025-08-20T23:04:40.8539817Z [00:03:26.137]➜  go tool buildid -w $WORK/b2083/_pkg_.a # internal
2025-08-20T23:04:40.8602482Z [00:03:26.143]➜  cp $WORK/b2083/_pkg_.a /root/.cache/go-build/48/48157f0d4b2d8a47ee42bc4cb4698fd9e3de965257ad595e8191a60bdaacb55d-d # internal
2025-08-20T23:04:40.8603933Z [00:03:26.143]➜  google.golang.org/grpc/xds/internal/clients/xdsclient/internal
2025-08-20T23:04:40.8604664Z [00:03:26.143]➜  mkdir -p $WORK/b2094/
2025-08-20T23:04:40.8610755Z [00:03:26.144]➜  cat >/tmp/go-build3700090427/b2094/importcfg << 'EOF' # internal
2025-08-20T23:04:40.8611554Z [00:03:26.144]➜  # import config
2025-08-20T23:04:40.8612239Z [00:03:26.144]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.8612861Z [00:03:26.144]➜  EOF
2025-08-20T23:04:40.8617779Z [00:03:26.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2094/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/internal=>google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/internal;$WORK/b2094=>" -p google.golang.org/grpc/xds/internal/clients/xdsclient/internal -lang=go1.23 -complete -installsuffix shared -buildid buDycW9QOjMd1c65dLsn/buDycW9QOjMd1c65dLsn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2094/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/internal/internal.go
2025-08-20T23:04:40.8707456Z [00:03:26.154]➜  go tool buildid -w $WORK/b2093/_pkg_.a # internal
2025-08-20T23:04:40.8716797Z [00:03:26.155]➜  cp $WORK/b2093/_pkg_.a /root/.cache/go-build/5c/5cda901f381a57676bf6690438551939535aa7189104aabf18d375f9cfaf9d29-d # internal
2025-08-20T23:04:40.8725983Z [00:03:26.156]➜  github.com/cncf/xds/go/udpa/type/v1
2025-08-20T23:04:40.8726835Z [00:03:26.156]➜  mkdir -p $WORK/b2098/
2025-08-20T23:04:40.8728945Z [00:03:26.156]➜  cat >/tmp/go-build3700090427/b2098/importcfg << 'EOF' # internal
2025-08-20T23:04:40.8730250Z [00:03:26.156]➜  # import config
2025-08-20T23:04:40.8731080Z [00:03:26.156]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:40.8732101Z [00:03:26.156]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.8733118Z [00:03:26.156]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.8735469Z [00:03:26.156]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:40.8736878Z [00:03:26.156]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:40.8738236Z [00:03:26.156]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:40.8739776Z [00:03:26.156]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:40.8740843Z [00:03:26.156]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:40.8741681Z [00:03:26.156]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:40.8742534Z [00:03:26.156]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:40.8743378Z [00:03:26.156]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:40.8744235Z [00:03:26.156]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:40.8745062Z [00:03:26.156]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:40.8745893Z [00:03:26.156]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:40.8746904Z [00:03:26.156]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.8747772Z [00:03:26.156]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.8748669Z [00:03:26.156]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:40.8750569Z [00:03:26.156]➜  EOF
2025-08-20T23:04:40.8755911Z [00:03:26.156]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/type/v1=>github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/type/v1;$WORK/b2098=>" -p github.com/cncf/xds/go/udpa/type/v1 -lang=go1.19 -complete -installsuffix shared -buildid 1IQu_R23iwLyFhV3MJAJ/1IQu_R23iwLyFhV3MJAJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2098/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/type/v1/typed_struct.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/udpa/type/v1/typed_struct.pb.validate.go
2025-08-20T23:04:40.8794877Z [00:03:26.163]➜  go tool buildid -w $WORK/b2094/_pkg_.a # internal
2025-08-20T23:04:40.8803546Z [00:03:26.163]➜  cp $WORK/b2094/_pkg_.a /root/.cache/go-build/2a/2a6db35cb77f9a1cd3167d0deca73354c5b2b6e587b0e88100002cd46d74cfa7-d # internal
2025-08-20T23:04:40.8814693Z [00:03:26.163]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3
2025-08-20T23:04:40.8815544Z [00:03:26.163]➜  mkdir -p $WORK/b2099/
2025-08-20T23:04:40.8816284Z [00:03:26.164]➜  cat >/tmp/go-build3700090427/b2099/importcfg << 'EOF' # internal
2025-08-20T23:04:40.8816944Z [00:03:26.164]➜  # import config
2025-08-20T23:04:40.8817578Z [00:03:26.164]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:40.8818376Z [00:03:26.164]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.8819154Z [00:03:26.164]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.8820636Z [00:03:26.164]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:40.8822015Z [00:03:26.164]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:40.8824880Z [00:03:26.164]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:40.8826359Z [00:03:26.164]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:40.8827746Z [00:03:26.164]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:40.8828765Z [00:03:26.164]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:40.8829760Z [00:03:26.164]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:40.8830621Z [00:03:26.164]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:40.8831645Z [00:03:26.164]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:40.8832535Z [00:03:26.164]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:40.8833385Z [00:03:26.164]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:40.8834218Z [00:03:26.164]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:40.8835081Z [00:03:26.164]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.8835875Z [00:03:26.164]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.8836743Z [00:03:26.164]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:40.8837413Z [00:03:26.164]➜  EOF
2025-08-20T23:04:40.8843582Z [00:03:26.165]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2099/_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/b2099=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3 -lang=go1.22 -complete -installsuffix shared -buildid nSetRL76zAJ-jZT6MIJ1/nSetRL76zAJ-jZT6MIJ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2099/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-20T23:04:40.9468669Z [00:03:26.230]➜  go tool buildid -w $WORK/b2098/_pkg_.a # internal
2025-08-20T23:04:40.9499121Z [00:03:26.233]➜  cp $WORK/b2098/_pkg_.a /root/.cache/go-build/fd/fdb30858980cdc0f32760c3fe56e6bb73d2120a8faeeb21f1b94426c5f8a68c3-d # internal
2025-08-20T23:04:40.9500646Z [00:03:26.233]➜  github.com/envoyproxy/go-control-plane/envoy/type/http/v3
2025-08-20T23:04:40.9501325Z [00:03:26.233]➜  mkdir -p $WORK/b2101/
2025-08-20T23:04:40.9524228Z [00:03:26.235]➜  cat >/tmp/go-build3700090427/b2101/importcfg << 'EOF' # internal
2025-08-20T23:04:40.9531642Z [00:03:26.235]➜  # import config
2025-08-20T23:04:40.9532493Z [00:03:26.235]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:40.9533296Z [00:03:26.235]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.9534071Z [00:03:26.235]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.9535085Z [00:03:26.235]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:40.9536388Z [00:03:26.235]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:40.9537738Z [00:03:26.235]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:40.9539067Z [00:03:26.235]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:40.9540760Z [00:03:26.235]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:40.9542121Z [00:03:26.235]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:40.9543166Z [00:03:26.235]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:40.9543942Z [00:03:26.235]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:40.9544728Z [00:03:26.235]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:40.9545481Z [00:03:26.235]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:40.9546250Z [00:03:26.235]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:40.9546988Z [00:03:26.235]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:40.9547755Z [00:03:26.235]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:40.9548644Z [00:03:26.235]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:40.9549571Z [00:03:26.235]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:40.9550390Z [00:03:26.235]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:40.9551002Z [00:03:26.235]➜  EOF
2025-08-20T23:04:40.9557242Z [00:03:26.235]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2101/_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/b2101=>" -p github.com/envoyproxy/go-control-plane/envoy/type/http/v3 -lang=go1.22 -complete -installsuffix shared -buildid BzVUj1adPa5OfKsWVdoe/BzVUj1adPa5OfKsWVdoe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2101/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-20T23:04:40.9586627Z [00:03:26.241]➜  go tool buildid -w $WORK/b2099/_pkg_.a # internal
2025-08-20T23:04:40.9596233Z [00:03:26.243]➜  cp $WORK/b2099/_pkg_.a /root/.cache/go-build/b4/b42a5e0ece907e74d9cdca24326a6c7e46711bdb097f8fd1cb40e8edc6178a6a-d # internal
2025-08-20T23:04:40.9601952Z [00:03:26.243]➜  google.golang.org/grpc/internal/xds/matcher
2025-08-20T23:04:40.9602794Z [00:03:26.243]➜  mkdir -p $WORK/b2102/
2025-08-20T23:04:40.9618715Z [00:03:26.244]➜  cat >/tmp/go-build3700090427/b2102/importcfg << 'EOF' # internal
2025-08-20T23:04:40.9627788Z [00:03:26.244]➜  # import config
2025-08-20T23:04:40.9628466Z [00:03:26.244]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:40.9629217Z [00:03:26.244]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.9630575Z [00:03:26.244]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3700090427/b2038/_pkg_.a
2025-08-20T23:04:40.9632191Z [00:03:26.244]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3700090427/b393/_pkg_.a
2025-08-20T23:04:40.9633299Z [00:03:26.244]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:40.9634187Z [00:03:26.244]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:40.9634920Z [00:03:26.244]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:40.9635635Z [00:03:26.244]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:40.9636179Z [00:03:26.244]➜  EOF
2025-08-20T23:04:40.9646924Z [00:03:26.244]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2102/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/matcher=>google.golang.org/grpc@v1.74.2/internal/xds/matcher;$WORK/b2102=>" -p google.golang.org/grpc/internal/xds/matcher -lang=go1.23 -complete -installsuffix shared -buildid HpI3DRBDud925f0RQ4-S/HpI3DRBDud925f0RQ4-S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2102/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/matcher/matcher_header.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/matcher/string_matcher.go
2025-08-20T23:04:40.9861950Z [00:03:26.268]➜  go tool buildid -w $WORK/b2063/_pkg_.a # internal
2025-08-20T23:04:40.9967801Z [00:03:26.280]➜  cp $WORK/b2063/_pkg_.a /root/.cache/go-build/a7/a75a28f6ad284de8a9e53cc5cb16b906b88e6d76c9cb4d0425153bedc1434c8b-d # internal
2025-08-20T23:04:40.9975062Z [00:03:26.280]➜  google.golang.org/grpc/xds/internal
2025-08-20T23:04:40.9975718Z [00:03:26.280]➜  mkdir -p $WORK/b2103/
2025-08-20T23:04:40.9976477Z [00:03:26.280]➜  cat >/tmp/go-build3700090427/b2103/importcfg << 'EOF' # internal
2025-08-20T23:04:40.9977460Z [00:03:26.280]➜  # import config
2025-08-20T23:04:40.9978195Z [00:03:26.280]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:40.9979241Z [00:03:26.280]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:40.9980758Z [00:03:26.280]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build3700090427/b2082/_pkg_.a
2025-08-20T23:04:40.9981662Z [00:03:26.280]➜  EOF
2025-08-20T23:04:40.9985210Z [00:03:26.280]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2103/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal=>google.golang.org/grpc@v1.74.2/xds/internal;$WORK/b2103=>" -p google.golang.org/grpc/xds/internal -lang=go1.23 -complete -installsuffix shared -buildid fW-4ZCz6N0P0jS9xZy1D/fW-4ZCz6N0P0jS9xZy1D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2103/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/internal.go
2025-08-20T23:04:41.0177964Z [00:03:26.301]➜  go tool buildid -w $WORK/b2103/_pkg_.a # internal
2025-08-20T23:04:41.0187727Z [00:03:26.302]➜  cp $WORK/b2103/_pkg_.a /root/.cache/go-build/5e/5ee1a9d1049a469b812b8811bec7e0ba4a08551891bda29f2071271a95037738-d # internal
2025-08-20T23:04:41.0190890Z [00:03:26.302]➜  google.golang.org/grpc/xds/internal/clusterspecifier
2025-08-20T23:04:41.0191545Z [00:03:26.302]➜  mkdir -p $WORK/b2104/
2025-08-20T23:04:41.0198348Z [00:03:26.303]➜  cat >/tmp/go-build3700090427/b2104/importcfg << 'EOF' # internal
2025-08-20T23:04:41.0199808Z [00:03:26.303]➜  # import config
2025-08-20T23:04:41.0200657Z [00:03:26.303]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:41.0201423Z [00:03:26.303]➜  EOF
2025-08-20T23:04:41.0205509Z [00:03:26.303]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2104/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clusterspecifier=>google.golang.org/grpc@v1.74.2/xds/internal/clusterspecifier;$WORK/b2104=>" -p google.golang.org/grpc/xds/internal/clusterspecifier -lang=go1.23 -complete -installsuffix shared -buildid vJ5BouZpyVtXQu1V--Dx/vJ5BouZpyVtXQu1V--Dx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2104/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clusterspecifier/cluster_specifier.go
2025-08-20T23:04:41.0253129Z [00:03:26.308]➜  go tool buildid -w $WORK/b2102/_pkg_.a # internal
2025-08-20T23:04:41.0305565Z [00:03:26.312]➜  cp $WORK/b2102/_pkg_.a /root/.cache/go-build/f7/f75d20ff917fe171170cbbd75db3caa50d28aef384d41ac60cea55fbae0b8606-d # internal
2025-08-20T23:04:41.0323337Z [00:03:26.312]➜  google.golang.org/grpc/xds/internal/httpfilter
2025-08-20T23:04:41.0324008Z [00:03:26.312]➜  mkdir -p $WORK/b2105/
2025-08-20T23:04:41.0324737Z [00:03:26.312]➜  cat >/tmp/go-build3700090427/b2105/importcfg << 'EOF' # internal
2025-08-20T23:04:41.0325367Z [00:03:26.312]➜  # import config
2025-08-20T23:04:41.0326495Z [00:03:26.312]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3700090427/b410/_pkg_.a
2025-08-20T23:04:41.0327731Z [00:03:26.312]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:41.0328500Z [00:03:26.312]➜  EOF
2025-08-20T23:04:41.0332556Z [00:03:26.312]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2105/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter=>google.golang.org/grpc@v1.74.2/xds/internal/httpfilter;$WORK/b2105=>" -p google.golang.org/grpc/xds/internal/httpfilter -lang=go1.23 -complete -installsuffix shared -buildid JNWMCzfudIjUQUfkE9aC/JNWMCzfudIjUQUfkE9aC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2105/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/httpfilter.go
2025-08-20T23:04:41.0373500Z [00:03:26.320]➜  go tool buildid -w $WORK/b2104/_pkg_.a # internal
2025-08-20T23:04:41.0383302Z [00:03:26.321]➜  cp $WORK/b2104/_pkg_.a /root/.cache/go-build/cc/cc9abe7763ed2871e82c7ecc5e0ff7f7fef707a05be29af3fa701dd484240925-d # internal
2025-08-20T23:04:41.0393982Z [00:03:26.322]➜  google.golang.org/grpc/balancer/leastrequest
2025-08-20T23:04:41.0411665Z [00:03:26.322]➜  mkdir -p $WORK/b2109/
2025-08-20T23:04:41.0412332Z [00:03:26.322]➜  cat >/tmp/go-build3700090427/b2109/importcfg << 'EOF' # internal
2025-08-20T23:04:41.0412920Z [00:03:26.322]➜  # import config
2025-08-20T23:04:41.0413544Z [00:03:26.322]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:41.0414260Z [00:03:26.322]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.0415089Z [00:03:26.322]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.0416203Z [00:03:26.322]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3700090427/b389/_pkg_.a
2025-08-20T23:04:41.0417453Z [00:03:26.322]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3700090427/b382/_pkg_.a
2025-08-20T23:04:41.0418625Z [00:03:26.323]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:41.0419828Z [00:03:26.323]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:41.0420882Z [00:03:26.323]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:41.0422119Z [00:03:26.323]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.0423115Z [00:03:26.323]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:41.0423987Z [00:03:26.323]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:41.0424711Z [00:03:26.323]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.0425419Z [00:03:26.323]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:41.0425968Z [00:03:26.323]➜  EOF
2025-08-20T23:04:41.0429273Z [00:03:26.323]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2109/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/leastrequest=>google.golang.org/grpc@v1.74.2/balancer/leastrequest;$WORK/b2109=>" -p google.golang.org/grpc/balancer/leastrequest -lang=go1.23 -complete -installsuffix shared -buildid K0v5-4-qT-Y3WMazHleS/K0v5-4-qT-Y3WMazHleS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2109/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/leastrequest/leastrequest.go
2025-08-20T23:04:41.0670828Z [00:03:26.350]➜  go tool buildid -w $WORK/b2105/_pkg_.a # internal
2025-08-20T23:04:41.0678834Z [00:03:26.351]➜  cp $WORK/b2105/_pkg_.a /root/.cache/go-build/51/51cf81df815c2c56eb05d730611e81053946bed90963cbd48bd88e8df6b13036-d # internal
2025-08-20T23:04:41.0694586Z [00:03:26.353]➜  google.golang.org/grpc/internal/wrr
2025-08-20T23:04:41.0698152Z [00:03:26.353]➜  mkdir -p $WORK/b2112/
2025-08-20T23:04:41.0711441Z [00:03:26.353]➜  cat >/tmp/go-build3700090427/b2112/importcfg << 'EOF' # internal
2025-08-20T23:04:41.0712136Z [00:03:26.353]➜  # import config
2025-08-20T23:04:41.0712826Z [00:03:26.353]➜  packagefile container/heap=/tmp/go-build3700090427/b580/_pkg_.a
2025-08-20T23:04:41.0720061Z [00:03:26.353]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.0720879Z [00:03:26.353]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:41.0721862Z [00:03:26.353]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:41.0722617Z [00:03:26.353]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.0723181Z [00:03:26.353]➜  EOF
2025-08-20T23:04:41.0727562Z [00:03:26.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2112/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/wrr=>google.golang.org/grpc@v1.74.2/internal/wrr;$WORK/b2112=>" -p google.golang.org/grpc/internal/wrr -lang=go1.23 -complete -installsuffix shared -buildid Mt9sHJrdmKSIegFJpph7/Mt9sHJrdmKSIegFJpph7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2112/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/wrr/edf.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/wrr/random.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/wrr/wrr.go
2025-08-20T23:04:41.1133951Z [00:03:26.396]➜  go tool buildid -w $WORK/b2112/_pkg_.a # internal
2025-08-20T23:04:41.1138309Z [00:03:26.397]➜  go tool buildid -w $WORK/b2101/_pkg_.a # internal
2025-08-20T23:04:41.1154719Z [00:03:26.398]➜  cp $WORK/b2112/_pkg_.a /root/.cache/go-build/d7/d762c084c4c2cb8ed72d0070855b7569b682669a13cdcf14717ecb8ca66c4e32-d # internal
2025-08-20T23:04:41.1161462Z [00:03:26.399]➜  google.golang.org/grpc/balancer/weightedtarget/weightedaggregator
2025-08-20T23:04:41.1162252Z [00:03:26.399]➜  mkdir -p $WORK/b2111/
2025-08-20T23:04:41.1162971Z [00:03:26.399]➜  cat >/tmp/go-build3700090427/b2111/importcfg << 'EOF' # internal
2025-08-20T23:04:41.1163655Z [00:03:26.399]➜  # import config
2025-08-20T23:04:41.1164290Z [00:03:26.399]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.1165067Z [00:03:26.399]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.1165982Z [00:03:26.399]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.1167135Z [00:03:26.399]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:04:41.1168552Z [00:03:26.399]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:41.1169848Z [00:03:26.399]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:41.1171099Z [00:03:26.399]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3700090427/b2112/_pkg_.a
2025-08-20T23:04:41.1172069Z [00:03:26.399]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.1172615Z [00:03:26.399]➜  EOF
2025-08-20T23:04:41.1177189Z [00:03:26.399]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2111/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedtarget/weightedaggregator=>google.golang.org/grpc@v1.74.2/balancer/weightedtarget/weightedaggregator;$WORK/b2111=>" -p google.golang.org/grpc/balancer/weightedtarget/weightedaggregator -lang=go1.23 -complete -installsuffix shared -buildid YI2yvh5Rh3Lw8c6HeHhR/YI2yvh5Rh3Lw8c6HeHhR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2111/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedtarget/weightedaggregator/aggregator.go
2025-08-20T23:04:41.1186924Z [00:03:26.402]➜  cp $WORK/b2101/_pkg_.a /root/.cache/go-build/61/619ba9fe1047673a03cd04b220accc2b8de698b2c1bc6eb9f14e769eb5d58e53-d # internal
2025-08-20T23:04:41.1188058Z [00:03:26.402]➜  google.golang.org/grpc/internal/hierarchy
2025-08-20T23:04:41.1188661Z [00:03:26.402]➜  mkdir -p $WORK/b2113/
2025-08-20T23:04:41.1189720Z [00:03:26.402]➜  cat >/tmp/go-build3700090427/b2113/importcfg << 'EOF' # internal
2025-08-20T23:04:41.1190414Z [00:03:26.402]➜  # import config
2025-08-20T23:04:41.1191204Z [00:03:26.402]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.1191961Z [00:03:26.402]➜  EOF
2025-08-20T23:04:41.1195567Z [00:03:26.402]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2113/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/hierarchy=>google.golang.org/grpc@v1.74.2/internal/hierarchy;$WORK/b2113=>" -p google.golang.org/grpc/internal/hierarchy -lang=go1.23 -complete -installsuffix shared -buildid AMAFIow-qAJjns6SBZif/AMAFIow-qAJjns6SBZif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2113/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/hierarchy/hierarchy.go
2025-08-20T23:04:41.1223513Z [00:03:26.405]➜  go tool buildid -w $WORK/b2109/_pkg_.a # internal
2025-08-20T23:04:41.1264608Z [00:03:26.409]➜  cp $WORK/b2109/_pkg_.a /root/.cache/go-build/c0/c04ae3ea8bb50f2152f94e690cb937c2f93dc2b77bd64df62831f56598341a57-d # internal
2025-08-20T23:04:41.1276757Z [00:03:26.409]➜  google.golang.org/grpc/internal/balancer/nop
2025-08-20T23:04:41.1277421Z [00:03:26.409]➜  mkdir -p $WORK/b2115/
2025-08-20T23:04:41.1278149Z [00:03:26.409]➜  cat >/tmp/go-build3700090427/b2115/importcfg << 'EOF' # internal
2025-08-20T23:04:41.1278846Z [00:03:26.409]➜  # import config
2025-08-20T23:04:41.1279841Z [00:03:26.409]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.1281065Z [00:03:26.409]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:04:41.1282314Z [00:03:26.409]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:41.1283124Z [00:03:26.409]➜  EOF
2025-08-20T23:04:41.1287008Z [00:03:26.409]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2115/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/nop=>google.golang.org/grpc@v1.74.2/internal/balancer/nop;$WORK/b2115=>" -p google.golang.org/grpc/internal/balancer/nop -lang=go1.23 -complete -installsuffix shared -buildid FJsjMd2Zak5H-ch9b93Z/FJsjMd2Zak5H-ch9b93Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2115/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/nop/nop.go
2025-08-20T23:04:41.1415669Z [00:03:26.424]➜  go tool buildid -w $WORK/b2113/_pkg_.a # internal
2025-08-20T23:04:41.1420000Z [00:03:26.425]➜  cp $WORK/b2113/_pkg_.a /root/.cache/go-build/61/616efed0a963bacc3c86a9096017c93ce004df4aca3e52e23a8730ade7b0be00-d # internal
2025-08-20T23:04:41.1430945Z [00:03:26.426]➜  google.golang.org/grpc/internal/credentials/xds
2025-08-20T23:04:41.1450237Z [00:03:26.426]➜  mkdir -p $WORK/b2116/
2025-08-20T23:04:41.1450996Z [00:03:26.426]➜  cat >/tmp/go-build3700090427/b2116/importcfg << 'EOF' # internal
2025-08-20T23:04:41.1451730Z [00:03:26.426]➜  # import config
2025-08-20T23:04:41.1452414Z [00:03:26.426]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:41.1453494Z [00:03:26.426]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:41.1454369Z [00:03:26.426]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:41.1455205Z [00:03:26.426]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.1455955Z [00:03:26.426]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.1456819Z [00:03:26.426]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3700090427/b370/_pkg_.a
2025-08-20T23:04:41.1458102Z [00:03:26.426]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3700090427/b2040/_pkg_.a
2025-08-20T23:04:41.1459575Z [00:03:26.426]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:04:41.1461073Z [00:03:26.426]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build3700090427/b2056/_pkg_.a
2025-08-20T23:04:41.1462426Z [00:03:26.426]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3700090427/b2102/_pkg_.a
2025-08-20T23:04:41.1463654Z [00:03:26.426]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.1464610Z [00:03:26.426]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:41.1465241Z [00:03:26.426]➜  EOF
2025-08-20T23:04:41.1469229Z [00:03:26.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2116/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/xds=>google.golang.org/grpc@v1.74.2/internal/credentials/xds;$WORK/b2116=>" -p google.golang.org/grpc/internal/credentials/xds -lang=go1.23 -complete -installsuffix shared -buildid s1elZ6X2nZ-RXsIwwxFD/s1elZ6X2nZ-RXsIwwxFD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2116/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/credentials/xds/handshake_info.go
2025-08-20T23:04:41.1508599Z [00:03:26.434]➜  go tool buildid -w $WORK/b2115/_pkg_.a # internal
2025-08-20T23:04:41.1521410Z [00:03:26.435]➜  cp $WORK/b2115/_pkg_.a /root/.cache/go-build/51/515624bb41d622b399313989c466510533b0b3fe724143079370b4e3664e58d2-d # internal
2025-08-20T23:04:41.1522579Z [00:03:26.435]➜  google.golang.org/grpc/internal/balancer/weight
2025-08-20T23:04:41.1523222Z [00:03:26.435]➜  mkdir -p $WORK/b2118/
2025-08-20T23:04:41.1531371Z [00:03:26.436]➜  cat >/tmp/go-build3700090427/b2118/importcfg << 'EOF' # internal
2025-08-20T23:04:41.1532133Z [00:03:26.436]➜  # import config
2025-08-20T23:04:41.1532796Z [00:03:26.436]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.1533745Z [00:03:26.436]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.1534494Z [00:03:26.436]➜  EOF
2025-08-20T23:04:41.1538339Z [00:03:26.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2118/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/weight=>google.golang.org/grpc@v1.74.2/internal/balancer/weight;$WORK/b2118=>" -p google.golang.org/grpc/internal/balancer/weight -lang=go1.23 -complete -installsuffix shared -buildid msybbRca0w1ljsmcnJya/msybbRca0w1ljsmcnJya -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2118/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/balancer/weight/weight.go
2025-08-20T23:04:41.1676837Z [00:03:26.451]➜  go tool buildid -w $WORK/b2111/_pkg_.a # internal
2025-08-20T23:04:41.1688180Z [00:03:26.452]➜  go tool buildid -w $WORK/b2118/_pkg_.a # internal
2025-08-20T23:04:41.1690244Z [00:03:26.452]➜  cp $WORK/b2111/_pkg_.a /root/.cache/go-build/a2/a2cc781ec7bfd69863f5d67a8c531a92fdf6f4fa7fc16de5727cadc8acaf7959-d # internal
2025-08-20T23:04:41.1691998Z [00:03:26.452]➜  google.golang.org/grpc/balancer/weightedtarget
2025-08-20T23:04:41.1692639Z [00:03:26.452]➜  mkdir -p $WORK/b2110/
2025-08-20T23:04:41.1697618Z [00:03:26.453]➜  cat >/tmp/go-build3700090427/b2110/importcfg << 'EOF' # internal
2025-08-20T23:04:41.1700413Z [00:03:26.453]➜  # import config
2025-08-20T23:04:41.1701149Z [00:03:26.453]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:41.1701975Z [00:03:26.453]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.1702928Z [00:03:26.453]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.1704359Z [00:03:26.453]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build3700090427/b2111/_pkg_.a
2025-08-20T23:04:41.1705746Z [00:03:26.453]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:41.1707063Z [00:03:26.453]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3700090427/b2025/_pkg_.a
2025-08-20T23:04:41.1708359Z [00:03:26.453]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:41.1710742Z [00:03:26.453]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3700090427/b2113/_pkg_.a
2025-08-20T23:04:41.1713815Z [00:03:26.453]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:04:41.1716941Z [00:03:26.453]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:04:41.1718239Z [00:03:26.453]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3700090427/b2112/_pkg_.a
2025-08-20T23:04:41.1719529Z [00:03:26.453]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.1720644Z [00:03:26.453]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:41.1721579Z [00:03:26.453]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.1722147Z [00:03:26.453]➜  EOF
2025-08-20T23:04:41.1727473Z [00:03:26.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2110/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedtarget=>google.golang.org/grpc@v1.74.2/balancer/weightedtarget;$WORK/b2110=>" -p google.golang.org/grpc/balancer/weightedtarget -lang=go1.23 -complete -installsuffix shared -buildid zETe408YIkHc8tJGsN_V/zETe408YIkHc8tJGsN_V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2110/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedtarget/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedtarget/weightedtarget.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedtarget/weightedtarget_config.go
2025-08-20T23:04:41.1737228Z [00:03:26.455]➜  cp $WORK/b2118/_pkg_.a /root/.cache/go-build/61/613f4b91633a249c7cab3734310e838a16b3d6649e5cc5012fa659e6b057a239-d # internal
2025-08-20T23:04:41.1738366Z [00:03:26.455]➜  google.golang.org/grpc/resolver/ringhash
2025-08-20T23:04:41.1738990Z [00:03:26.455]➜  mkdir -p $WORK/b2119/
2025-08-20T23:04:41.1741939Z [00:03:26.455]➜  cat >/tmp/go-build3700090427/b2119/importcfg << 'EOF' # internal
2025-08-20T23:04:41.1742662Z [00:03:26.455]➜  # import config
2025-08-20T23:04:41.1743502Z [00:03:26.455]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.1744243Z [00:03:26.455]➜  EOF
2025-08-20T23:04:41.1748132Z [00:03:26.455]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2119/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/ringhash=>google.golang.org/grpc@v1.74.2/resolver/ringhash;$WORK/b2119=>" -p google.golang.org/grpc/resolver/ringhash -lang=go1.23 -complete -installsuffix shared -buildid YRJ-IruqehVCgAdhnRDs/YRJ-IruqehVCgAdhnRDs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2119/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/resolver/ringhash/attr.go
2025-08-20T23:04:41.1826708Z [00:03:26.466]➜  go tool buildid -w $WORK/b2119/_pkg_.a # internal
2025-08-20T23:04:41.1834522Z [00:03:26.467]➜  cp $WORK/b2119/_pkg_.a /root/.cache/go-build/ff/ff2ac64491a2624109745bc9897fd15075d0d09c4980e0ba583bc46801039ccb-d # internal
2025-08-20T23:04:41.1851993Z [00:03:26.467]➜  github.com/cncf/xds/go/xds/data/orca/v3
2025-08-20T23:04:41.1852607Z [00:03:26.467]➜  mkdir -p $WORK/b2121/
2025-08-20T23:04:41.1859524Z [00:03:26.469]➜  cat >/tmp/go-build3700090427/b2121/importcfg << 'EOF' # internal
2025-08-20T23:04:41.1860566Z [00:03:26.469]➜  # import config
2025-08-20T23:04:41.1861283Z [00:03:26.469]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:41.1862113Z [00:03:26.469]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.1862934Z [00:03:26.469]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.1864032Z [00:03:26.469]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:41.1865498Z [00:03:26.469]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:41.1866895Z [00:03:26.469]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:41.1868200Z [00:03:26.469]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:41.1869222Z [00:03:26.469]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:41.1870276Z [00:03:26.469]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:41.1871107Z [00:03:26.469]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:41.1871935Z [00:03:26.469]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:41.1872770Z [00:03:26.469]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:41.1873554Z [00:03:26.469]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:41.1874591Z [00:03:26.469]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:41.1875373Z [00:03:26.469]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.1876154Z [00:03:26.469]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.1876984Z [00:03:26.469]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:41.1877616Z [00:03:26.469]➜  EOF
2025-08-20T23:04:41.1886721Z [00:03:26.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2121/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/data/orca/v3=>github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/data/orca/v3;$WORK/b2121=>" -p github.com/cncf/xds/go/xds/data/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid 9Vvt_sTCpnblDOElWm09/9Vvt_sTCpnblDOElWm09 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2121/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/data/orca/v3/orca_load_report.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/data/orca/v3/orca_load_report.pb.validate.go
2025-08-20T23:04:41.2145931Z [00:03:26.498]➜  go tool buildid -w $WORK/b2110/_pkg_.a # internal
2025-08-20T23:04:41.2165283Z [00:03:26.500]➜  cp $WORK/b2110/_pkg_.a /root/.cache/go-build/d0/d072c0da3741102f2349f6d26a2a10af689ed75f1233ff2d82f0cf8066ae4f15-d # internal
2025-08-20T23:04:41.2166951Z [00:03:26.500]➜  google.golang.org/grpc/xds/internal/balancer/outlierdetection
2025-08-20T23:04:41.2167743Z [00:03:26.500]➜  mkdir -p $WORK/b2123/
2025-08-20T23:04:41.2168399Z [00:03:26.500]➜  go tool buildid -w $WORK/b2116/_pkg_.a # internal
2025-08-20T23:04:41.2172253Z [00:03:26.500]➜  cat >/tmp/go-build3700090427/b2123/importcfg << 'EOF' # internal
2025-08-20T23:04:41.2172968Z [00:03:26.500]➜  # import config
2025-08-20T23:04:41.2173687Z [00:03:26.500]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:41.2189524Z [00:03:26.500]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.2190616Z [00:03:26.500]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.2191998Z [00:03:26.500]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:41.2193162Z [00:03:26.500]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:41.2194566Z [00:03:26.500]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3700090427/b397/_pkg_.a
2025-08-20T23:04:41.2195973Z [00:03:26.500]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3700090427/b407/_pkg_.a
2025-08-20T23:04:41.2197266Z [00:03:26.500]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3700090427/b365/_pkg_.a
2025-08-20T23:04:41.2198568Z [00:03:26.500]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:41.2231182Z [00:03:26.500]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:04:41.2232707Z [00:03:26.500]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:04:41.2233981Z [00:03:26.500]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.2235179Z [00:03:26.500]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:41.2236175Z [00:03:26.500]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:41.2237039Z [00:03:26.500]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:41.2237920Z [00:03:26.500]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:41.2238748Z [00:03:26.500]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.2239807Z [00:03:26.500]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:41.2240908Z [00:03:26.500]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.2241559Z [00:03:26.500]➜  EOF
2025-08-20T23:04:41.2248988Z [00:03:26.500]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2123/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/outlierdetection=>google.golang.org/grpc@v1.74.2/xds/internal/balancer/outlierdetection;$WORK/b2123=>" -p google.golang.org/grpc/xds/internal/balancer/outlierdetection -lang=go1.23 -complete -installsuffix shared -buildid oud2Ccdpz23o7LsB9OaF/oud2Ccdpz23o7LsB9OaF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2123/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/outlierdetection/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/outlierdetection/callcounter.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/outlierdetection/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/outlierdetection/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/outlierdetection/subconn_wrapper.go
2025-08-20T23:04:41.2256222Z [00:03:26.501]➜  cp $WORK/b2116/_pkg_.a /root/.cache/go-build/d1/d12ad30744ea6ce5607eca55028d1130422a8fb9cb86ebe7e61d6acfc479aacf-d # internal
2025-08-20T23:04:41.2257410Z [00:03:26.502]➜  google.golang.org/grpc/xds/internal/balancer/priority
2025-08-20T23:04:41.2258323Z [00:03:26.502]➜  mkdir -p $WORK/b2124/
2025-08-20T23:04:41.2259026Z [00:03:26.502]➜  cat >/tmp/go-build3700090427/b2124/importcfg << 'EOF' # internal
2025-08-20T23:04:41.2259920Z [00:03:26.502]➜  # import config
2025-08-20T23:04:41.2260637Z [00:03:26.502]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:41.2261461Z [00:03:26.502]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.2262222Z [00:03:26.502]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.2263325Z [00:03:26.502]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.2264511Z [00:03:26.502]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:04:41.2265867Z [00:03:26.502]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:41.2267007Z [00:03:26.502]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:41.2268270Z [00:03:26.502]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3700090427/b2025/_pkg_.a
2025-08-20T23:04:41.2269811Z [00:03:26.502]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3700090427/b407/_pkg_.a
2025-08-20T23:04:41.2271050Z [00:03:26.502]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:41.2272338Z [00:03:26.502]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:04:41.2273597Z [00:03:26.502]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3700090427/b2113/_pkg_.a
2025-08-20T23:04:41.2274915Z [00:03:26.502]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:04:41.2276256Z [00:03:26.502]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:04:41.2277551Z [00:03:26.502]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.2278625Z [00:03:26.502]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:41.2279755Z [00:03:26.502]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.2280464Z [00:03:26.502]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:41.2281135Z [00:03:26.502]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.2281662Z [00:03:26.502]➜  EOF
2025-08-20T23:04:41.2290185Z [00:03:26.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2124/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/priority=>google.golang.org/grpc@v1.74.2/xds/internal/balancer/priority;$WORK/b2124=>" -p google.golang.org/grpc/xds/internal/balancer/priority -lang=go1.23 -complete -installsuffix shared -buildid dXwWKOmMZdcGrd6yET8n/dXwWKOmMZdcGrd6yET8n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2124/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/priority/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/priority/balancer_child.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/priority/balancer_priority.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/priority/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/priority/ignore_resolve_now.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/priority/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/priority/utils.go
2025-08-20T23:04:41.2617289Z [00:03:26.545]➜  go tool buildid -w $WORK/b2121/_pkg_.a # internal
2025-08-20T23:04:41.2633925Z [00:03:26.547]➜  cp $WORK/b2121/_pkg_.a /root/.cache/go-build/36/36b1b1bf5387948bd8a3bf875eb110aee30513343884088f94d120e29a0b8dbd-d # internal
2025-08-20T23:04:41.2643442Z [00:03:26.547]➜  google.golang.org/grpc/xds/internal/balancer/wrrlocality
2025-08-20T23:04:41.2644210Z [00:03:26.547]➜  mkdir -p $WORK/b2125/
2025-08-20T23:04:41.2644905Z [00:03:26.547]➜  cat >/tmp/go-build3700090427/b2125/importcfg << 'EOF' # internal
2025-08-20T23:04:41.2645542Z [00:03:26.547]➜  # import config
2025-08-20T23:04:41.2646219Z [00:03:26.547]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:41.2647040Z [00:03:26.547]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.2648032Z [00:03:26.547]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.2649054Z [00:03:26.547]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.2650786Z [00:03:26.547]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3700090427/b2110/_pkg_.a
2025-08-20T23:04:41.2652045Z [00:03:26.547]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:41.2653243Z [00:03:26.547]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:41.2654456Z [00:03:26.547]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:04:41.2655643Z [00:03:26.547]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.2656822Z [00:03:26.547]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:41.2658055Z [00:03:26.547]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3700090427/b2103/_pkg_.a
2025-08-20T23:04:41.2658840Z [00:03:26.547]➜  EOF
2025-08-20T23:04:41.2663828Z [00:03:26.547]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2125/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/wrrlocality=>google.golang.org/grpc@v1.74.2/xds/internal/balancer/wrrlocality;$WORK/b2125=>" -p google.golang.org/grpc/xds/internal/balancer/wrrlocality -lang=go1.23 -complete -installsuffix shared -buildid zbpIaepFzxvwNDQBsS1p/zbpIaepFzxvwNDQBsS1p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2125/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/wrrlocality/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/wrrlocality/logging.go
2025-08-20T23:04:41.2957008Z [00:03:26.579]➜  go tool buildid -w $WORK/b2124/_pkg_.a # internal
2025-08-20T23:04:41.3004749Z [00:03:26.583]➜  cp $WORK/b2124/_pkg_.a /root/.cache/go-build/29/29d87b510eb3937e2102c4ea36072ce2289e57d4c77377bce28b5f1f46145fba-d # internal
2025-08-20T23:04:41.3013474Z [00:03:26.584]➜  google.golang.org/grpc/xds/internal/balancer/clustermanager
2025-08-20T23:04:41.3014273Z [00:03:26.584]➜  mkdir -p $WORK/b2126/
2025-08-20T23:04:41.3020925Z [00:03:26.585]➜  cat >/tmp/go-build3700090427/b2126/importcfg << 'EOF' # internal
2025-08-20T23:04:41.3021716Z [00:03:26.585]➜  # import config
2025-08-20T23:04:41.3023007Z [00:03:26.585]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:41.3023989Z [00:03:26.585]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:41.3025119Z [00:03:26.585]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.3026485Z [00:03:26.585]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.3027741Z [00:03:26.585]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:04:41.3028984Z [00:03:26.585]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:41.3030388Z [00:03:26.585]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:41.3031449Z [00:03:26.585]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:41.3032552Z [00:03:26.585]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3700090427/b2025/_pkg_.a
2025-08-20T23:04:41.3034010Z [00:03:26.585]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:41.3035271Z [00:03:26.585]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3700090427/b2113/_pkg_.a
2025-08-20T23:04:41.3036526Z [00:03:26.585]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:04:41.3037932Z [00:03:26.585]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:04:41.3039179Z [00:03:26.585]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.3040668Z [00:03:26.585]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:41.3042583Z [00:03:26.585]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:41.3043741Z [00:03:26.585]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.3044561Z [00:03:26.585]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.3045164Z [00:03:26.585]➜  EOF
2025-08-20T23:04:41.3052082Z [00:03:26.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2126/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clustermanager=>google.golang.org/grpc@v1.74.2/xds/internal/balancer/clustermanager;$WORK/b2126=>" -p google.golang.org/grpc/xds/internal/balancer/clustermanager -lang=go1.23 -complete -installsuffix shared -buildid 03ApjNdnqBnzhz6RqyHT/03ApjNdnqBnzhz6RqyHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2126/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clustermanager/balancerstateaggregator.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clustermanager/clustermanager.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clustermanager/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clustermanager/picker.go
2025-08-20T23:04:41.3116394Z [00:03:26.595]➜  go tool buildid -w $WORK/b2125/_pkg_.a # internal
2025-08-20T23:04:41.3129566Z [00:03:26.596]➜  cp $WORK/b2125/_pkg_.a /root/.cache/go-build/66/66f2327f56eab2e0ca33d216c2cb93150c6d565ce3056eb3ce95842be8cf192c-d # internal
2025-08-20T23:04:41.3130958Z [00:03:26.596]➜  google.golang.org/grpc/xds/internal/clusterspecifier/rls
2025-08-20T23:04:41.3143256Z [00:03:26.597]➜  mkdir -p $WORK/b2127/
2025-08-20T23:04:41.3144218Z [00:03:26.597]➜  cat >/tmp/go-build3700090427/b2127/importcfg << 'EOF' # internal
2025-08-20T23:04:41.3144862Z [00:03:26.597]➜  # import config
2025-08-20T23:04:41.3145495Z [00:03:26.597]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:41.3146270Z [00:03:26.597]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.3147246Z [00:03:26.597]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.3148336Z [00:03:26.597]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:04:41.3149898Z [00:03:26.597]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3700090427/b2024/_pkg_.a
2025-08-20T23:04:41.3151397Z [00:03:26.597]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3700090427/b2104/_pkg_.a
2025-08-20T23:04:41.3152854Z [00:03:26.597]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:04:41.3154105Z [00:03:26.597]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:41.3155368Z [00:03:26.597]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:41.3156228Z [00:03:26.597]➜  EOF
2025-08-20T23:04:41.3160627Z [00:03:26.597]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2127/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clusterspecifier/rls=>google.golang.org/grpc@v1.74.2/xds/internal/clusterspecifier/rls;$WORK/b2127=>" -p google.golang.org/grpc/xds/internal/clusterspecifier/rls -lang=go1.23 -complete -installsuffix shared -buildid U6y32aCAm4DMOgxSzYpb/U6y32aCAm4DMOgxSzYpb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2127/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clusterspecifier/rls/rls.go
2025-08-20T23:04:41.3903897Z [00:03:26.673]➜  go tool buildid -w $WORK/b2126/_pkg_.a # internal
2025-08-20T23:04:41.3915589Z [00:03:26.675]➜  cp $WORK/b2126/_pkg_.a /root/.cache/go-build/5c/5c767394af67613876eb257b1867cd2109158dc9e4bfe010e04fe33711fdf417-d # internal
2025-08-20T23:04:41.3923528Z [00:03:26.675]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3
2025-08-20T23:04:41.3925838Z [00:03:26.676]➜  mkdir -p $WORK/b2129/
2025-08-20T23:04:41.3941566Z [00:03:26.677]➜  cat >/tmp/go-build3700090427/b2129/importcfg << 'EOF' # internal
2025-08-20T23:04:41.3942258Z [00:03:26.677]➜  # import config
2025-08-20T23:04:41.3942865Z [00:03:26.677]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:41.3943620Z [00:03:26.677]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.3944386Z [00:03:26.677]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.3945397Z [00:03:26.677]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:41.3946665Z [00:03:26.677]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:41.3948009Z [00:03:26.677]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:41.3949601Z [00:03:26.677]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:41.3950966Z [00:03:26.677]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:41.3952256Z [00:03:26.677]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:41.3953565Z [00:03:26.677]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:41.3954591Z [00:03:26.677]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:41.3955608Z [00:03:26.677]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:41.3956423Z [00:03:26.677]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:41.3957239Z [00:03:26.677]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:41.3958033Z [00:03:26.677]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:41.3958791Z [00:03:26.677]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:41.3959757Z [00:03:26.677]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:41.3960541Z [00:03:26.677]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.3961300Z [00:03:26.677]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.3962139Z [00:03:26.677]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:41.3962773Z [00:03:26.677]➜  EOF
2025-08-20T23:04:41.3968678Z [00:03:26.677]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2129/_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/b2129=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid 7Bs0ERo9NY5eb0eAM2FK/7Bs0ERo9NY5eb0eAM2FK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2129/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-20T23:04:41.4175471Z [00:03:26.701]➜  go tool buildid -w $WORK/b2127/_pkg_.a # internal
2025-08-20T23:04:41.4196670Z [00:03:26.703]➜  cp $WORK/b2127/_pkg_.a /root/.cache/go-build/a4/a40ea20f2a0ac5682037e9d6fdbca8bb7eeb5426e6b777104b78cfd9b21cd615-d # internal
2025-08-20T23:04:41.4198605Z [00:03:26.703]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3
2025-08-20T23:04:41.4199957Z [00:03:26.703]➜  mkdir -p $WORK/b2135/
2025-08-20T23:04:41.4200793Z [00:03:26.703]➜  cat >/tmp/go-build3700090427/b2135/importcfg << 'EOF' # internal
2025-08-20T23:04:41.4201561Z [00:03:26.703]➜  # import config
2025-08-20T23:04:41.4202260Z [00:03:26.703]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:41.4203196Z [00:03:26.703]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.4210276Z [00:03:26.703]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.4211611Z [00:03:26.703]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:41.4213255Z [00:03:26.703]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:41.4214887Z [00:03:26.703]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:41.4216280Z [00:03:26.703]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:41.4217380Z [00:03:26.703]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:41.4218249Z [00:03:26.703]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:41.4219136Z [00:03:26.703]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:41.4220247Z [00:03:26.703]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:41.4221168Z [00:03:26.703]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:41.4221941Z [00:03:26.703]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:41.4222689Z [00:03:26.703]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:41.4223567Z [00:03:26.703]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.4224623Z [00:03:26.703]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.4225462Z [00:03:26.703]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:41.4226103Z [00:03:26.703]➜  EOF
2025-08-20T23:04:41.4235154Z [00:03:26.703]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2135/_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/b2135=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3 -lang=go1.22 -complete -installsuffix shared -buildid aKJICcxj7SUwpefepyY_/aKJICcxj7SUwpefepyY_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2135/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-20T23:04:41.4510958Z [00:03:26.734]➜  go tool buildid -w $WORK/b2123/_pkg_.a # internal
2025-08-20T23:04:41.4592045Z [00:03:26.742]➜  cp $WORK/b2123/_pkg_.a /root/.cache/go-build/5f/5f4bbf5aa56ec444fd84723fc3ae3e6f0e282aa827e459ca5067eee4868cf320-d # internal
2025-08-20T23:04:41.4600662Z [00:03:26.742]➜  google.golang.org/grpc/authz/audit
2025-08-20T23:04:41.4603878Z [00:03:26.742]➜  mkdir -p $WORK/b2136/
2025-08-20T23:04:41.4614784Z [00:03:26.745]➜  cat >/tmp/go-build3700090427/b2136/importcfg << 'EOF' # internal
2025-08-20T23:04:41.4622558Z [00:03:26.745]➜  # import config
2025-08-20T23:04:41.4623363Z [00:03:26.745]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:41.4624364Z [00:03:26.745]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.4625016Z [00:03:26.745]➜  EOF
2025-08-20T23:04:41.4628730Z [00:03:26.745]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2136/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/authz/audit=>google.golang.org/grpc@v1.74.2/authz/audit;$WORK/b2136=>" -p google.golang.org/grpc/authz/audit -lang=go1.23 -complete -installsuffix shared -buildid jZR5z9l4yi--ljGu-Bew/jZR5z9l4yi--ljGu-Bew -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2136/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/authz/audit/audit_logger.go
2025-08-20T23:04:41.4926414Z [00:03:26.776]➜  go tool buildid -w $WORK/b2135/_pkg_.a # internal
2025-08-20T23:04:41.4937202Z [00:03:26.776]➜  cp $WORK/b2135/_pkg_.a /root/.cache/go-build/33/33bf84f5f856560ed89c247b9ebfee19ecbd7e62e61a03383beec5fe08bcd384-d # internal
2025-08-20T23:04:41.4938511Z [00:03:26.776]➜  google.golang.org/grpc/internal/ringhash
2025-08-20T23:04:41.4939181Z [00:03:26.776]➜  mkdir -p $WORK/b2141/
2025-08-20T23:04:41.4940114Z [00:03:26.776]➜  cat >/tmp/go-build3700090427/b2141/importcfg << 'EOF' # internal
2025-08-20T23:04:41.4940789Z [00:03:26.776]➜  # import config
2025-08-20T23:04:41.4941514Z [00:03:26.776]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:41.4942582Z [00:03:26.776]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:41.4943410Z [00:03:26.776]➜  EOF
2025-08-20T23:04:41.4955936Z [00:03:26.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2141/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/ringhash=>google.golang.org/grpc@v1.74.2/internal/ringhash;$WORK/b2141=>" -p google.golang.org/grpc/internal/ringhash -lang=go1.23 -complete -installsuffix shared -buildid MOol5EBxyxuabfzOuGaT/MOol5EBxyxuabfzOuGaT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2141/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/ringhash/ringhash.go
2025-08-20T23:04:41.4989872Z [00:03:26.782]➜  go tool buildid -w $WORK/b2136/_pkg_.a # internal
2025-08-20T23:04:41.5024454Z [00:03:26.785]➜  cp $WORK/b2136/_pkg_.a /root/.cache/go-build/34/34ea44961a9da9229299a5653d7c91d294a229c90e63e050c23cf359f0595e05-d # internal
2025-08-20T23:04:41.5032766Z [00:03:26.786]➜  google.golang.org/grpc/authz/audit/stdout
2025-08-20T23:04:41.5033598Z [00:03:26.786]➜  mkdir -p $WORK/b2137/
2025-08-20T23:04:41.5034356Z [00:03:26.786]➜  cat >/tmp/go-build3700090427/b2137/importcfg << 'EOF' # internal
2025-08-20T23:04:41.5035077Z [00:03:26.786]➜  # import config
2025-08-20T23:04:41.5036039Z [00:03:26.786]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:41.5037173Z [00:03:26.786]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3700090427/b2136/_pkg_.a
2025-08-20T23:04:41.5038426Z [00:03:26.786]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:41.5039645Z [00:03:26.786]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:41.5040473Z [00:03:26.786]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:41.5041311Z [00:03:26.786]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.5041939Z [00:03:26.786]➜  EOF
2025-08-20T23:04:41.5045763Z [00:03:26.786]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2137/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/authz/audit/stdout=>google.golang.org/grpc@v1.74.2/authz/audit/stdout;$WORK/b2137=>" -p google.golang.org/grpc/authz/audit/stdout -lang=go1.23 -complete -installsuffix shared -buildid FQt_q-TWjQ8YApS7cWbr/FQt_q-TWjQ8YApS7cWbr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2137/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/authz/audit/stdout/stdout_logger.go
2025-08-20T23:04:41.5230307Z [00:03:26.805]➜  go tool buildid -w $WORK/b2141/_pkg_.a # internal
2025-08-20T23:04:41.5231678Z [00:03:26.805]➜  cp $WORK/b2141/_pkg_.a /root/.cache/go-build/a7/a7ce925274c20d5e15327dd868c57a46e3e95fd6af973f2ebf5edc66fe8703da-d # internal
2025-08-20T23:04:41.5233597Z [00:03:26.806]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3
2025-08-20T23:04:41.5234648Z [00:03:26.806]➜  mkdir -p $WORK/b2145/
2025-08-20T23:04:41.5235549Z [00:03:26.806]➜  cat >/tmp/go-build3700090427/b2145/importcfg << 'EOF' # internal
2025-08-20T23:04:41.5236197Z [00:03:26.806]➜  # import config
2025-08-20T23:04:41.5236826Z [00:03:26.806]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:41.5237627Z [00:03:26.806]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.5238402Z [00:03:26.806]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.5239713Z [00:03:26.806]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:41.5241104Z [00:03:26.806]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:41.5242503Z [00:03:26.806]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:41.5243862Z [00:03:26.806]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:41.5245208Z [00:03:26.806]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:41.5246546Z [00:03:26.806]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:41.5247970Z [00:03:26.806]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:41.5249092Z [00:03:26.806]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:41.5250528Z [00:03:26.806]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:41.5251366Z [00:03:26.806]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:41.5252185Z [00:03:26.806]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:41.5253228Z [00:03:26.806]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:41.5254093Z [00:03:26.806]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:41.5254951Z [00:03:26.806]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:41.5255789Z [00:03:26.806]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.5256782Z [00:03:26.806]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.5257642Z [00:03:26.806]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:41.5258410Z [00:03:26.806]➜  EOF
2025-08-20T23:04:41.5266095Z [00:03:26.806]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2145/_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/b2145=>" -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 LS7a8N17nL-T43EhJyTL/LS7a8N17nL-T43EhJyTL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2145/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-20T23:04:41.5774557Z [00:03:26.861]➜  go tool buildid -w $WORK/b2137/_pkg_.a # internal
2025-08-20T23:04:41.5792505Z [00:03:26.862]➜  cp $WORK/b2137/_pkg_.a /root/.cache/go-build/b6/b686cb16f617ae7ad499a36363a823675daed34695df84e516e0e1675a762946-d # internal
2025-08-20T23:04:41.5839129Z [00:03:26.867]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3
2025-08-20T23:04:41.5842601Z [00:03:26.867]➜  mkdir -p $WORK/b2148/
2025-08-20T23:04:41.5854049Z [00:03:26.868]➜  cat >/tmp/go-build3700090427/b2148/importcfg << 'EOF' # internal
2025-08-20T23:04:41.5855028Z [00:03:26.869]➜  # import config
2025-08-20T23:04:41.5855905Z [00:03:26.869]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:41.5858521Z [00:03:26.869]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.5860126Z [00:03:26.869]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.5862720Z [00:03:26.869]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:41.5864163Z [00:03:26.869]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:41.5865626Z [00:03:26.869]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:41.5867015Z [00:03:26.869]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:41.5868058Z [00:03:26.869]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:41.5868896Z [00:03:26.869]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:41.5870033Z [00:03:26.869]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:41.5870933Z [00:03:26.869]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:41.5871782Z [00:03:26.869]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:41.5872620Z [00:03:26.869]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:41.5873451Z [00:03:26.869]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:41.5874268Z [00:03:26.869]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.5875364Z [00:03:26.869]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.5876313Z [00:03:26.869]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:41.5877005Z [00:03:26.869]➜  EOF
2025-08-20T23:04:41.5923994Z [00:03:26.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2148/_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/b2148=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3 -lang=go1.22 -complete -installsuffix shared -buildid PgahV_Tq5TxYOVmoj0oo/PgahV_Tq5TxYOVmoj0oo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2148/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-20T23:04:41.6252646Z [00:03:26.908]➜  go tool buildid -w $WORK/b2145/_pkg_.a # internal
2025-08-20T23:04:41.6277443Z [00:03:26.911]➜  cp $WORK/b2145/_pkg_.a /root/.cache/go-build/f3/f3662a36f1646e4513874ba25a6831427e9db9382528631082005b92d7a97824-d # internal
2025-08-20T23:04:41.6285229Z [00:03:26.912]➜  google.golang.org/grpc/balancer/lazy
2025-08-20T23:04:41.6288219Z [00:03:26.912]➜  mkdir -p $WORK/b2152/
2025-08-20T23:04:41.6299056Z [00:03:26.913]➜  cat >/tmp/go-build3700090427/b2152/importcfg << 'EOF' # internal
2025-08-20T23:04:41.6306815Z [00:03:26.913]➜  # import config
2025-08-20T23:04:41.6307462Z [00:03:26.913]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.6308423Z [00:03:26.913]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.6309970Z [00:03:26.913]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:41.6311203Z [00:03:26.913]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:41.6312505Z [00:03:26.913]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:41.6313706Z [00:03:26.913]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.6314715Z [00:03:26.913]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.6315335Z [00:03:26.913]➜  EOF
2025-08-20T23:04:41.6324590Z [00:03:26.915]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2152/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/lazy=>google.golang.org/grpc@v1.74.2/balancer/lazy;$WORK/b2152=>" -p google.golang.org/grpc/balancer/lazy -lang=go1.23 -complete -installsuffix shared -buildid TWecRoNU2Ti8sN1AbONL/TWecRoNU2Ti8sN1AbONL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2152/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/lazy/lazy.go
2025-08-20T23:04:41.6677951Z [00:03:26.951]➜  go tool buildid -w $WORK/b2148/_pkg_.a # internal
2025-08-20T23:04:41.6702887Z [00:03:26.953]➜  cp $WORK/b2148/_pkg_.a /root/.cache/go-build/9e/9eeb8c81ec55e6cdaafc56ca53ec52e174f8254baf1ecaa417e15cb171f44f0a-d # internal
2025-08-20T23:04:41.6711414Z [00:03:26.953]➜  google.golang.org/grpc/balancer/weightedroundrobin/internal
2025-08-20T23:04:41.6712314Z [00:03:26.953]➜  mkdir -p $WORK/b2154/
2025-08-20T23:04:41.6712993Z [00:03:26.953]➜  go tool buildid -w $WORK/b2152/_pkg_.a # internal
2025-08-20T23:04:41.6713811Z [00:03:26.954]➜  cat >/tmp/go-build3700090427/b2154/importcfg << 'EOF' # internal
2025-08-20T23:04:41.6714504Z [00:03:26.954]➜  # import config
2025-08-20T23:04:41.6715166Z [00:03:26.954]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.6715761Z [00:03:26.954]➜  EOF
2025-08-20T23:04:41.6720319Z [00:03:26.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2154/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedroundrobin/internal=>google.golang.org/grpc@v1.74.2/balancer/weightedroundrobin/internal;$WORK/b2154=>" -p google.golang.org/grpc/balancer/weightedroundrobin/internal -lang=go1.23 -complete -installsuffix shared -buildid g0R3RdQ1VP-_2eurAY61/g0R3RdQ1VP-_2eurAY61 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2154/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedroundrobin/internal/internal.go
2025-08-20T23:04:41.6742642Z [00:03:26.955]➜  cp $WORK/b2152/_pkg_.a /root/.cache/go-build/03/033fb048ee2c7a1ccfdb43b0110fdb7e43ba22ff1589280a329f2ca7138e93f9-d # internal
2025-08-20T23:04:41.6743850Z [00:03:26.956]➜  google.golang.org/grpc/balancer/ringhash
2025-08-20T23:04:41.6744435Z [00:03:26.957]➜  mkdir -p $WORK/b2151/
2025-08-20T23:04:41.6751039Z [00:03:26.958]➜  cat >/tmp/go-build3700090427/b2151/importcfg << 'EOF' # internal
2025-08-20T23:04:41.6756963Z [00:03:26.958]➜  # import config
2025-08-20T23:04:41.6757589Z [00:03:26.958]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:41.6758663Z [00:03:26.958]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.6759626Z [00:03:26.958]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.6761779Z [00:03:26.958]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3700090427/b632/_pkg_.a
2025-08-20T23:04:41.6763204Z [00:03:26.958]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.6764328Z [00:03:26.958]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:04:41.6765495Z [00:03:26.958]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3700090427/b389/_pkg_.a
2025-08-20T23:04:41.6766656Z [00:03:26.958]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build3700090427/b2152/_pkg_.a
2025-08-20T23:04:41.6768177Z [00:03:26.958]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3700090427/b382/_pkg_.a
2025-08-20T23:04:41.6769772Z [00:03:26.958]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:41.6770905Z [00:03:26.958]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:41.6772152Z [00:03:26.958]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build3700090427/b2118/_pkg_.a
2025-08-20T23:04:41.6773449Z [00:03:26.958]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:04:41.6774793Z [00:03:26.958]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:41.6776140Z [00:03:26.958]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3700090427/b409/_pkg_.a
2025-08-20T23:04:41.6777521Z [00:03:26.958]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:04:41.6778736Z [00:03:26.958]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build3700090427/b2141/_pkg_.a
2025-08-20T23:04:41.6781416Z [00:03:26.958]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:41.6782608Z [00:03:26.958]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:41.6783856Z [00:03:26.958]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build3700090427/b2119/_pkg_.a
2025-08-20T23:04:41.6785110Z [00:03:26.958]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:41.6786087Z [00:03:26.958]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:41.6786938Z [00:03:26.958]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:41.6787779Z [00:03:26.958]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:41.6788612Z [00:03:26.958]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:41.6789659Z [00:03:26.958]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:41.6790457Z [00:03:26.958]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.6791046Z [00:03:26.958]➜  EOF
2025-08-20T23:04:41.6796632Z [00:03:26.958]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2151/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/ringhash=>google.golang.org/grpc@v1.74.2/balancer/ringhash;$WORK/b2151=>" -p google.golang.org/grpc/balancer/ringhash -lang=go1.23 -complete -installsuffix shared -buildid lqDh7TDKHrVThV31ePhT/lqDh7TDKHrVThV31ePhT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2151/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/ringhash/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/ringhash/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/ringhash/picker.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/ringhash/ring.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/ringhash/ringhash.go
2025-08-20T23:04:41.6801852Z [00:03:26.960]➜  go tool buildid -w $WORK/b2129/_pkg_.a # internal
2025-08-20T23:04:41.6852795Z [00:03:26.968]➜  go tool buildid -w $WORK/b2154/_pkg_.a # internal
2025-08-20T23:04:41.6858880Z [00:03:26.969]➜  cp $WORK/b2129/_pkg_.a /root/.cache/go-build/e1/e1959431bf25e21e85f5c35186e30fbc06312a1f95f8970ad503c855c2297bad-d # internal
2025-08-20T23:04:41.6864243Z [00:03:26.970]➜  cp $WORK/b2154/_pkg_.a /root/.cache/go-build/10/1081788ef1d1b627399d8138f322afc41dd95c7739ffad6d3c210c42f01460d0-d # internal
2025-08-20T23:04:41.6873006Z [00:03:26.970]➜  google.golang.org/grpc/orca/internal
2025-08-20T23:04:41.6873654Z [00:03:26.970]➜  mkdir -p $WORK/b2157/
2025-08-20T23:04:41.6874276Z [00:03:26.970]➜  github.com/cncf/xds/go/xds/service/orca/v3
2025-08-20T23:04:41.6874891Z [00:03:26.970]➜  mkdir -p $WORK/b2156/
2025-08-20T23:04:41.6875821Z [00:03:26.970]➜  cat >/tmp/go-build3700090427/b2157/importcfg << 'EOF' # internal
2025-08-20T23:04:41.6876549Z [00:03:26.970]➜  # import config
2025-08-20T23:04:41.6877212Z [00:03:26.970]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.6878063Z [00:03:26.970]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.6879206Z [00:03:26.970]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3700090427/b2121/_pkg_.a
2025-08-20T23:04:41.6880760Z [00:03:26.970]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3700090427/b396/_pkg_.a
2025-08-20T23:04:41.6882021Z [00:03:26.970]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:41.6883277Z [00:03:26.970]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:41.6884083Z [00:03:26.970]➜  EOF
2025-08-20T23:04:41.6901748Z [00:03:26.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2157/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/orca/internal=>google.golang.org/grpc@v1.74.2/orca/internal;$WORK/b2157=>" -p google.golang.org/grpc/orca/internal -lang=go1.23 -complete -installsuffix shared -buildid YpOa1CCgSNtLMSR1J1Ml/YpOa1CCgSNtLMSR1J1Ml -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2157/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/orca/internal/internal.go
2025-08-20T23:04:41.6908869Z [00:03:26.972]➜  cat >/tmp/go-build3700090427/b2156/importcfg << 'EOF' # internal
2025-08-20T23:04:41.6909735Z [00:03:26.972]➜  # import config
2025-08-20T23:04:41.6910399Z [00:03:26.972]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:41.6911269Z [00:03:26.972]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:41.6912191Z [00:03:26.972]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.6913058Z [00:03:26.972]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.6914155Z [00:03:26.972]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3700090427/b2121/_pkg_.a
2025-08-20T23:04:41.6915334Z [00:03:26.972]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:41.6916436Z [00:03:26.972]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:41.6917767Z [00:03:26.972]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:41.6919058Z [00:03:26.972]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:41.6920630Z [00:03:26.972]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:41.6922021Z [00:03:26.972]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:41.6923463Z [00:03:26.972]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:41.6924595Z [00:03:26.972]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:41.6925664Z [00:03:26.972]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:41.6926511Z [00:03:26.972]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:41.6927357Z [00:03:26.972]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:41.6928229Z [00:03:26.972]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:41.6929051Z [00:03:26.972]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:41.6929986Z [00:03:26.972]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:41.6930718Z [00:03:26.972]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.6931411Z [00:03:26.972]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.6932356Z [00:03:26.972]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:41.6932970Z [00:03:26.972]➜  EOF
2025-08-20T23:04:41.6938768Z [00:03:26.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2156/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/service/orca/v3=>github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/service/orca/v3;$WORK/b2156=>" -p github.com/cncf/xds/go/xds/service/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid 0VcSl4VliCZskU_iwTHg/0VcSl4VliCZskU_iwTHg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2156/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/service/orca/v3/orca.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/service/orca/v3/orca.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250501225837-2ac532fd4443/xds/service/orca/v3/orca_grpc.pb.go
2025-08-20T23:04:41.7612475Z [00:03:27.044]➜  go tool buildid -w $WORK/b2157/_pkg_.a # internal
2025-08-20T23:04:41.7632264Z [00:03:27.046]➜  cp $WORK/b2157/_pkg_.a /root/.cache/go-build/d0/d012a55ef612fe7f8536b296d095b98dafa6898636fe64ae70b18d6b07f74de5-d # internal
2025-08-20T23:04:41.7777111Z [00:03:27.061]➜  github.com/trufflesecurity/trufflehog/v3/pkg/cache
2025-08-20T23:04:41.7780059Z [00:03:27.061]➜  mkdir -p $WORK/b2158/
2025-08-20T23:04:41.7783598Z [00:03:27.062]➜  cat >/tmp/go-build3700090427/b2158/importcfg << 'EOF' # internal
2025-08-20T23:04:41.7784515Z [00:03:27.062]➜  # import config
2025-08-20T23:04:41.7785762Z [00:03:27.062]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:04:41.7810817Z [00:03:27.062]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:04:41.7813812Z [00:03:27.062]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:41.7814786Z [00:03:27.062]➜  EOF
2025-08-20T23:04:41.7818374Z [00:03:27.062]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2158/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache=>github.com/trufflesecurity/trufflehog/v3/pkg/cache;$WORK/b2158=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/cache -lang=go1.24 -complete -installsuffix shared -buildid Ck0TkW336voD2PK9Vic2/Ck0TkW336voD2PK9Vic2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2158/importcfg -pack ./pkg/cache/cache.go ./pkg/cache/decorator.go ./pkg/cache/metrics.go
2025-08-20T23:04:41.8042328Z [00:03:27.087]➜  go tool buildid -w $WORK/b2151/_pkg_.a # internal
2025-08-20T23:04:41.8117575Z [00:03:27.095]➜  cp $WORK/b2151/_pkg_.a /root/.cache/go-build/b6/b64a27a62efec9ce27adadc9d2179e94e7827f4ecb90a2a7d9cea55cc89bf4e1-d # internal
2025-08-20T23:04:41.8122518Z [00:03:27.095]➜  dario.cat/mergo
2025-08-20T23:04:41.8123086Z [00:03:27.095]➜  mkdir -p $WORK/b2161/
2025-08-20T23:04:41.8123881Z [00:03:27.095]➜  cat >/tmp/go-build3700090427/b2161/importcfg << 'EOF' # internal
2025-08-20T23:04:41.8124583Z [00:03:27.095]➜  # import config
2025-08-20T23:04:41.8125556Z [00:03:27.095]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.8126416Z [00:03:27.095]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.8127273Z [00:03:27.095]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:41.8128182Z [00:03:27.095]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:41.8129087Z [00:03:27.095]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:41.8130009Z [00:03:27.095]➜  EOF
2025-08-20T23:04:41.8134101Z [00:03:27.095]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2161/_pkg_.a -trimpath "/root/go/pkg/mod/dario.cat/mergo@v1.0.0=>dario.cat/mergo@v1.0.0;$WORK/b2161=>" -p dario.cat/mergo -lang=go1.13 -complete -installsuffix shared -buildid WZeFgvMDAMY9jReo0Z8n/WZeFgvMDAMY9jReo0Z8n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2161/importcfg -pack /root/go/pkg/mod/dario.cat/mergo@v1.0.0/doc.go /root/go/pkg/mod/dario.cat/mergo@v1.0.0/map.go /root/go/pkg/mod/dario.cat/mergo@v1.0.0/merge.go /root/go/pkg/mod/dario.cat/mergo@v1.0.0/mergo.go
2025-08-20T23:04:41.8547615Z [00:03:27.138]➜  go tool buildid -w $WORK/b2158/_pkg_.a # internal
2025-08-20T23:04:41.8568804Z [00:03:27.140]➜  cp $WORK/b2158/_pkg_.a /root/.cache/go-build/f6/f60626a09a8946a037f2e5aaa6f6cf350b56797d575e30553a13faba0ed778f0-d # internal
2025-08-20T23:04:41.8572667Z [00:03:27.140]➜  github.com/go-git/go-billy/v5
2025-08-20T23:04:41.8574741Z [00:03:27.141]➜  mkdir -p $WORK/b2162/
2025-08-20T23:04:41.8581550Z [00:03:27.141]➜  cat >/tmp/go-build3700090427/b2162/importcfg << 'EOF' # internal
2025-08-20T23:04:41.8582574Z [00:03:27.141]➜  # import config
2025-08-20T23:04:41.8585385Z [00:03:27.141]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.8586215Z [00:03:27.141]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:41.8587175Z [00:03:27.141]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:41.8587975Z [00:03:27.141]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.8588564Z [00:03:27.141]➜  EOF
2025-08-20T23:04:41.8592122Z [00:03:27.142]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2=>github.com/go-git/go-billy/v5@v5.6.2;$WORK/b2162=>" -p github.com/go-git/go-billy/v5 -lang=go1.21 -complete -installsuffix shared -buildid kqtHNYFdZXeH99GLsV4J/kqtHNYFdZXeH99GLsV4J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2162/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/fs.go
2025-08-20T23:04:41.8697693Z [00:03:27.153]➜  go tool buildid -w $WORK/b2156/_pkg_.a # internal
2025-08-20T23:04:41.8784813Z [00:03:27.161]➜  cp $WORK/b2156/_pkg_.a /root/.cache/go-build/09/093264e16275cad540b97983d5231fdb50229a3ba0518cd994ed366561d8a367-d # internal
2025-08-20T23:04:41.8786045Z [00:03:27.162]➜  google.golang.org/grpc/orca
2025-08-20T23:04:41.8786754Z [00:03:27.162]➜  mkdir -p $WORK/b2155/
2025-08-20T23:04:41.8809821Z [00:03:27.164]➜  cat >/tmp/go-build3700090427/b2155/importcfg << 'EOF' # internal
2025-08-20T23:04:41.8814031Z [00:03:27.164]➜  # import config
2025-08-20T23:04:41.8814759Z [00:03:27.164]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:41.8815832Z [00:03:27.164]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.8816923Z [00:03:27.164]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3700090427/b2121/_pkg_.a
2025-08-20T23:04:41.8818244Z [00:03:27.164]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build3700090427/b2156/_pkg_.a
2025-08-20T23:04:41.8819566Z [00:03:27.164]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:41.8820701Z [00:03:27.164]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:41.8821846Z [00:03:27.164]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:41.8823159Z [00:03:27.164]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:41.8824301Z [00:03:27.164]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:04:41.8825514Z [00:03:27.164]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3700090427/b396/_pkg_.a
2025-08-20T23:04:41.8826808Z [00:03:27.164]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3700090427/b398/_pkg_.a
2025-08-20T23:04:41.8828051Z [00:03:27.164]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:41.8829246Z [00:03:27.164]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build3700090427/b2157/_pkg_.a
2025-08-20T23:04:41.8830931Z [00:03:27.164]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:41.8832155Z [00:03:27.164]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:41.8833492Z [00:03:27.164]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:41.8834627Z [00:03:27.164]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.8835498Z [00:03:27.164]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:41.8836336Z [00:03:27.164]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:41.8836933Z [00:03:27.164]➜  EOF
2025-08-20T23:04:41.8862597Z [00:03:27.164]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2155/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/orca=>google.golang.org/grpc@v1.74.2/orca;$WORK/b2155=>" -p google.golang.org/grpc/orca -lang=go1.23 -complete -installsuffix shared -buildid iw7AysVJErIT2mEK9bIs/iw7AysVJErIT2mEK9bIs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2155/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/orca/call_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/orca/orca.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/orca/producer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/orca/server_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/orca/service.go
2025-08-20T23:04:41.9045807Z [00:03:27.188]➜  go tool buildid -w $WORK/b2162/_pkg_.a # internal
2025-08-20T23:04:41.9056335Z [00:03:27.189]➜  cp $WORK/b2162/_pkg_.a /root/.cache/go-build/91/917400b8a669a142f74120fc00cec6d49373c0acd5c9ebe9ee0092bd63937918-d # internal
2025-08-20T23:04:41.9061375Z [00:03:27.189]➜  github.com/cyphar/filepath-securejoin
2025-08-20T23:04:41.9112916Z [00:03:27.194]➜  mkdir -p $WORK/b2164/
2025-08-20T23:04:41.9119817Z [00:03:27.195]➜  cat >/tmp/go-build3700090427/b2164/importcfg << 'EOF' # internal
2025-08-20T23:04:41.9120901Z [00:03:27.195]➜  # import config
2025-08-20T23:04:41.9121766Z [00:03:27.195]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:41.9123693Z [00:03:27.195]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:41.9124657Z [00:03:27.195]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:04:41.9125694Z [00:03:27.195]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:41.9126759Z [00:03:27.195]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:41.9127608Z [00:03:27.195]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:41.9128466Z [00:03:27.195]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:41.9129269Z [00:03:27.195]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:41.9130272Z [00:03:27.195]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:41.9131082Z [00:03:27.195]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:41.9131880Z [00:03:27.195]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:41.9132698Z [00:03:27.195]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:04:41.9133472Z [00:03:27.195]➜  EOF
2025-08-20T23:04:41.9142932Z [00:03:27.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2164/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6=>github.com/cyphar/filepath-securejoin@v0.3.6;$WORK/b2164=>" -p github.com/cyphar/filepath-securejoin -lang=go1.18 -complete -installsuffix shared -buildid _tImAqp4Mzj1tIc0oE_R/_tImAqp4Mzj1tIc0oE_R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2164/importcfg -pack /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6/doc.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6/gocompat_errors_go120.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6/gocompat_generics_go121.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6/join.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6/lookup_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6/mkdir_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6/open_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6/openat2_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6/openat_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6/procfs_linux.go /root/go/pkg/mod/github.com/cyphar/filepath-securejoin@v0.3.6/vfs.go
2025-08-20T23:04:42.0067259Z [00:03:27.290]➜  go tool buildid -w $WORK/b2161/_pkg_.a # internal
2025-08-20T23:04:42.0084221Z [00:03:27.291]➜  cp $WORK/b2161/_pkg_.a /root/.cache/go-build/fe/fe99971257af1e520dd75b0463b6e014107b76d642b8e1ec6ae453c673d0c1a3-d # internal
2025-08-20T23:04:42.0098432Z [00:03:27.292]➜  github.com/go-git/go-billy/v5/helper/polyfill
2025-08-20T23:04:42.0099100Z [00:03:27.292]➜  mkdir -p $WORK/b2166/
2025-08-20T23:04:42.0100242Z [00:03:27.292]➜  cat >/tmp/go-build3700090427/b2166/importcfg << 'EOF' # internal
2025-08-20T23:04:42.0100907Z [00:03:27.292]➜  # import config
2025-08-20T23:04:42.0101700Z [00:03:27.292]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:04:42.0102796Z [00:03:27.292]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:42.0103667Z [00:03:27.292]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:42.0104387Z [00:03:27.292]➜  EOF
2025-08-20T23:04:42.0108246Z [00:03:27.292]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2166/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill=>github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill;$WORK/b2166=>" -p github.com/go-git/go-billy/v5/helper/polyfill -lang=go1.21 -complete -installsuffix shared -buildid PKBt8kajB4F4MllXg0kr/PKBt8kajB4F4MllXg0kr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2166/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/polyfill/polyfill.go
2025-08-20T23:04:42.0544739Z [00:03:27.337]➜  go tool buildid -w $WORK/b2166/_pkg_.a # internal
2025-08-20T23:04:42.0560689Z [00:03:27.339]➜  cp $WORK/b2166/_pkg_.a /root/.cache/go-build/2e/2e67b3089605cbeebd4b97772b05d43da4cca6ca59d141588e638408b13a8cef-d # internal
2025-08-20T23:04:42.0566957Z [00:03:27.340]➜  github.com/go-git/go-billy/v5/helper/chroot
2025-08-20T23:04:42.0570186Z [00:03:27.340]➜  mkdir -p $WORK/b2165/
2025-08-20T23:04:42.0580481Z [00:03:27.341]➜  cat >/tmp/go-build3700090427/b2165/importcfg << 'EOF' # internal
2025-08-20T23:04:42.0586182Z [00:03:27.341]➜  # import config
2025-08-20T23:04:42.0587070Z [00:03:27.341]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:04:42.0588344Z [00:03:27.341]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build3700090427/b2166/_pkg_.a
2025-08-20T23:04:42.0589551Z [00:03:27.341]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:42.0591865Z [00:03:27.341]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:42.0592798Z [00:03:27.341]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.0593623Z [00:03:27.341]➜  EOF
2025-08-20T23:04:42.0597351Z [00:03:27.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2165/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/chroot=>github.com/go-git/go-billy/v5@v5.6.2/helper/chroot;$WORK/b2165=>" -p github.com/go-git/go-billy/v5/helper/chroot -lang=go1.21 -complete -installsuffix shared -buildid SEm_5AP_BiuwgQ6Z37qY/SEm_5AP_BiuwgQ6Z37qY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2165/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/helper/chroot/chroot.go
2025-08-20T23:04:42.1463756Z [00:03:27.429]➜  go tool buildid -w $WORK/b2165/_pkg_.a # internal
2025-08-20T23:04:42.1485217Z [00:03:27.432]➜  cp $WORK/b2165/_pkg_.a /root/.cache/go-build/46/46b7d2a200a21497858c39f66dcf928af5c99da8308a0ceadacbac49abcd1e7c-d # internal
2025-08-20T23:04:42.1511030Z [00:03:27.432]➜  github.com/go-git/go-billy/v5/util
2025-08-20T23:04:42.1512515Z [00:03:27.432]➜  mkdir -p $WORK/b2167/
2025-08-20T23:04:42.1513647Z [00:03:27.432]➜  cat >/tmp/go-build3700090427/b2167/importcfg << 'EOF' # internal
2025-08-20T23:04:42.1514383Z [00:03:27.432]➜  # import config
2025-08-20T23:04:42.1515094Z [00:03:27.432]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:42.1516127Z [00:03:27.432]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:04:42.1517000Z [00:03:27.432]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.1517738Z [00:03:27.432]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:42.1518503Z [00:03:27.432]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:42.1519313Z [00:03:27.432]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:42.1520501Z [00:03:27.432]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:42.1521226Z [00:03:27.432]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.1521914Z [00:03:27.432]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:42.1522588Z [00:03:27.432]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:42.1523107Z [00:03:27.432]➜  EOF
2025-08-20T23:04:42.1527000Z [00:03:27.432]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2167/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util=>github.com/go-git/go-billy/v5@v5.6.2/util;$WORK/b2167=>" -p github.com/go-git/go-billy/v5/util -lang=go1.21 -complete -installsuffix shared -buildid O05HXaBSs38io4biCLXs/O05HXaBSs38io4biCLXs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2167/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util/glob.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util/util.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/util/walk.go
2025-08-20T23:04:42.1552364Z [00:03:27.438]➜  go tool buildid -w $WORK/b2155/_pkg_.a # internal
2025-08-20T23:04:42.1613540Z [00:03:27.444]➜  cp $WORK/b2155/_pkg_.a /root/.cache/go-build/62/62bf4dc720891e15597dd629aee16cabb7c49137ea62a2cdebbc0e9d2b311589-d # internal
2025-08-20T23:04:42.1635678Z [00:03:27.447]➜  google.golang.org/grpc/balancer/weightedroundrobin
2025-08-20T23:04:42.1638676Z [00:03:27.447]➜  mkdir -p $WORK/b2153/
2025-08-20T23:04:42.1648007Z [00:03:27.448]➜  cat >/tmp/go-build3700090427/b2153/importcfg << 'EOF' # internal
2025-08-20T23:04:42.1648814Z [00:03:27.448]➜  # import config
2025-08-20T23:04:42.1649732Z [00:03:27.448]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:42.1651344Z [00:03:27.448]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.1660667Z [00:03:27.448]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3700090427/b2121/_pkg_.a
2025-08-20T23:04:42.1662219Z [00:03:27.448]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:42.1664887Z [00:03:27.448]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3700090427/b389/_pkg_.a
2025-08-20T23:04:42.1666376Z [00:03:27.448]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3700090427/b382/_pkg_.a
2025-08-20T23:04:42.1667829Z [00:03:27.448]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build3700090427/b2154/_pkg_.a
2025-08-20T23:04:42.1669299Z [00:03:27.448]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3700090427/b2110/_pkg_.a
2025-08-20T23:04:42.1670814Z [00:03:27.448]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:42.1672079Z [00:03:27.448]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:04:42.1673391Z [00:03:27.448]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:42.1674616Z [00:03:27.448]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:42.1675878Z [00:03:27.448]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:04:42.1677198Z [00:03:27.448]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:04:42.1678459Z [00:03:27.448]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build3700090427/b2155/_pkg_.a
2025-08-20T23:04:42.1680864Z [00:03:27.448]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:42.1682071Z [00:03:27.448]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:42.1683041Z [00:03:27.448]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:42.1684065Z [00:03:27.448]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:42.1684929Z [00:03:27.448]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:42.1685741Z [00:03:27.448]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:42.1686552Z [00:03:27.448]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:42.1687159Z [00:03:27.448]➜  EOF
2025-08-20T23:04:42.1693089Z [00:03:27.448]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2153/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedroundrobin=>google.golang.org/grpc@v1.74.2/balancer/weightedroundrobin;$WORK/b2153=>" -p google.golang.org/grpc/balancer/weightedroundrobin -lang=go1.23 -complete -installsuffix shared -buildid 4fkGcweES6j4n__C5-gA/4fkGcweES6j4n__C5-gA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2153/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedroundrobin/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedroundrobin/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedroundrobin/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/balancer/weightedroundrobin/scheduler.go
2025-08-20T23:04:42.2235880Z [00:03:27.507]➜  go tool buildid -w $WORK/b2167/_pkg_.a # internal
2025-08-20T23:04:42.2264091Z [00:03:27.509]➜  cp $WORK/b2167/_pkg_.a /root/.cache/go-build/78/780c6bd3d085377aa2d2ed36e092e8d5cd008ab848c48e5f7a9af109f5a7d974-d # internal
2025-08-20T23:04:42.2265924Z [00:03:27.510]➜  github.com/go-git/go-git/v5/internal/url
2025-08-20T23:04:42.2266826Z [00:03:27.510]➜  mkdir -p $WORK/b2169/
2025-08-20T23:04:42.2268946Z [00:03:27.510]➜  cat >/tmp/go-build3700090427/b2169/importcfg << 'EOF' # internal
2025-08-20T23:04:42.2272496Z [00:03:27.510]➜  # import config
2025-08-20T23:04:42.2273205Z [00:03:27.510]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:42.2273832Z [00:03:27.510]➜  EOF
2025-08-20T23:04:42.2277549Z [00:03:27.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2169/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/internal/url=>github.com/go-git/go-git/v5@v5.13.2/internal/url;$WORK/b2169=>" -p github.com/go-git/go-git/v5/internal/url -lang=go1.21 -complete -installsuffix shared -buildid -H_GPAQUGTqEj8L55Skx/-H_GPAQUGTqEj8L55Skx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2169/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/internal/url/url.go
2025-08-20T23:04:42.2482086Z [00:03:27.531]➜  go tool buildid -w $WORK/b2164/_pkg_.a # internal
2025-08-20T23:04:42.2528050Z [00:03:27.536]➜  cp $WORK/b2164/_pkg_.a /root/.cache/go-build/ab/abb40f18c12822b805465931b020071b41f1f9617324c5993140541cc6beb40c-d # internal
2025-08-20T23:04:42.2529293Z [00:03:27.536]➜  github.com/go-git/go-billy/v5/osfs
2025-08-20T23:04:42.2530156Z [00:03:27.536]➜  mkdir -p $WORK/b2163/
2025-08-20T23:04:42.2530967Z [00:03:27.536]➜  cat >/tmp/go-build3700090427/b2163/importcfg << 'EOF' # internal
2025-08-20T23:04:42.2531669Z [00:03:27.536]➜  # import config
2025-08-20T23:04:42.2532337Z [00:03:27.536]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.2533406Z [00:03:27.536]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build3700090427/b2164/_pkg_.a
2025-08-20T23:04:42.2534582Z [00:03:27.536]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:04:42.2535823Z [00:03:27.536]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build3700090427/b2165/_pkg_.a
2025-08-20T23:04:42.2536987Z [00:03:27.536]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:04:42.2537913Z [00:03:27.536]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:04:42.2538719Z [00:03:27.536]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:42.2539780Z [00:03:27.536]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:42.2540933Z [00:03:27.536]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.2541802Z [00:03:27.536]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:42.2542653Z [00:03:27.536]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:04:42.2543266Z [00:03:27.536]➜  EOF
2025-08-20T23:04:42.2548414Z [00:03:27.536]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2163/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs=>github.com/go-git/go-billy/v5@v5.6.2/osfs;$WORK/b2163=>" -p github.com/go-git/go-billy/v5/osfs -lang=go1.21 -complete -installsuffix shared -buildid gUk1GqJJMPOwtatIsyJr/gUk1GqJJMPOwtatIsyJr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2163/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_bound.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_chroot.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_options.go /root/go/pkg/mod/github.com/go-git/go-billy/v5@v5.6.2/osfs/os_posix.go
2025-08-20T23:04:42.2736865Z [00:03:27.557]➜  go tool buildid -w $WORK/b2169/_pkg_.a # internal
2025-08-20T23:04:42.2743994Z [00:03:27.557]➜  cp $WORK/b2169/_pkg_.a /root/.cache/go-build/2f/2fbdd9a84bef046122e9dec7da2462ee7fbe6ee8f928fcea4b2339c0574a2aea-d # internal
2025-08-20T23:04:42.2747204Z [00:03:27.558]➜  github.com/pjbgf/sha1cd
2025-08-20T23:04:42.2747793Z [00:03:27.558]➜  mkdir -p $WORK/b2172/
2025-08-20T23:04:42.2757666Z [00:03:27.558]➜  echo -n > $WORK/b2172/go_asm.h # internal
2025-08-20T23:04:42.2758395Z [00:03:27.558]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2
2025-08-20T23:04:42.2761239Z [00:03:27.559]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b2172=>" -I $WORK/b2172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -gensymabis -o $WORK/b2172/symabis ./sha1cdblock_amd64.s
2025-08-20T23:04:42.2894643Z [00:03:27.573]➜  cat >/tmp/go-build3700090427/b2172/importcfg << 'EOF' # internal
2025-08-20T23:04:42.2897107Z [00:03:27.573]➜  # import config
2025-08-20T23:04:42.2897753Z [00:03:27.573]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:42.2898639Z [00:03:27.573]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:42.2899710Z [00:03:27.573]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:42.2900509Z [00:03:27.573]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.2901480Z [00:03:27.573]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build3700090427/b2173/_pkg_.a
2025-08-20T23:04:42.2902599Z [00:03:27.573]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build3700090427/b2174/_pkg_.a
2025-08-20T23:04:42.2903511Z [00:03:27.573]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:42.2904346Z [00:03:27.573]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:42.2905179Z [00:03:27.573]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:42.2905899Z [00:03:27.573]➜  EOF
2025-08-20T23:04:42.2906366Z [00:03:27.573]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:42.2926728Z [00:03:27.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2172/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b2172=>" -p github.com/pjbgf/sha1cd -lang=go1.21 -installsuffix shared -buildid Ob09oaQC0KXxxhbrKuBk/Ob09oaQC0KXxxhbrKuBk -goversion go1.25.0 -symabis $WORK/b2172/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b2172/importcfg -pack -asmhdr $WORK/b2172/go_asm.h /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/detection.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cd.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cdblock_amd64.go /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2/sha1cdblock_generic.go
2025-08-20T23:04:42.3516646Z [00:03:27.635]➜  go tool buildid -w $WORK/b2153/_pkg_.a # internal
2025-08-20T23:04:42.3542056Z [00:03:27.637]➜  cp $WORK/b2153/_pkg_.a /root/.cache/go-build/08/08bacea05afc089b49e682c48daee82045ceea836e819d651d75c57d409c719b-d # internal
2025-08-20T23:04:42.3575709Z [00:03:27.641]➜  github.com/go-git/gcfg/token
2025-08-20T23:04:42.3576287Z [00:03:27.641]➜  mkdir -p $WORK/b2178/
2025-08-20T23:04:42.3589021Z [00:03:27.642]➜  cat >/tmp/go-build3700090427/b2178/importcfg << 'EOF' # internal
2025-08-20T23:04:42.3589946Z [00:03:27.642]➜  # import config
2025-08-20T23:04:42.3590572Z [00:03:27.642]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.3591356Z [00:03:27.642]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:42.3592165Z [00:03:27.642]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:42.3592986Z [00:03:27.642]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:42.3593601Z [00:03:27.642]➜  EOF
2025-08-20T23:04:42.3598839Z [00:03:27.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token;$WORK/b2178=>" -p github.com/go-git/gcfg/token -lang=go1.13 -complete -installsuffix shared -buildid 01fAkkNqL4ilP6kSfnKm/01fAkkNqL4ilP6kSfnKm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2178/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token/position.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token/serialize.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/token/token.go
2025-08-20T23:04:42.3615771Z [00:03:27.645]➜  cd /root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2
2025-08-20T23:04:42.3618659Z [00:03:27.645]➜  /root/.go/pkg/tool/linux_amd64/asm -p github.com/pjbgf/sha1cd -trimpath "/root/go/pkg/mod/github.com/pjbgf/sha1cd@v0.3.2=>github.com/pjbgf/sha1cd@v0.3.2;$WORK/b2172=>" -I $WORK/b2172/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_amd64 -shared -D GOAMD64_v1 -o $WORK/b2172/sha1cdblock_amd64.o ./sha1cdblock_amd64.s
2025-08-20T23:04:42.3816014Z [00:03:27.665]➜  go tool pack r $WORK/b2172/_pkg_.a $WORK/b2172/sha1cdblock_amd64.o # internal
2025-08-20T23:04:42.3817002Z [00:03:27.665]➜  go tool buildid -w $WORK/b2172/_pkg_.a # internal
2025-08-20T23:04:42.3853732Z [00:03:27.668]➜  cp $WORK/b2172/_pkg_.a /root/.cache/go-build/10/1091d94db3ba4771f5e59bc3d428b10186e33177122786f635e5a1edef281436-d # internal
2025-08-20T23:04:42.3876111Z [00:03:27.671]➜  github.com/go-git/go-git/v5/plumbing/hash
2025-08-20T23:04:42.3876846Z [00:03:27.671]➜  mkdir -p $WORK/b2171/
2025-08-20T23:04:42.3885504Z [00:03:27.672]➜  cat >/tmp/go-build3700090427/b2171/importcfg << 'EOF' # internal
2025-08-20T23:04:42.3887344Z [00:03:27.672]➜  # import config
2025-08-20T23:04:42.3888080Z [00:03:27.672]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:42.3888846Z [00:03:27.672]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.3890048Z [00:03:27.672]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build3700090427/b2172/_pkg_.a
2025-08-20T23:04:42.3891032Z [00:03:27.672]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:42.3891633Z [00:03:27.672]➜  EOF
2025-08-20T23:04:42.3894206Z [00:03:27.673]➜  cd /tmp/tmp.a3DMfrd74X/TEMPREPO
2025-08-20T23:04:42.3898898Z [00:03:27.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/hash=>github.com/go-git/go-git/v5@v5.13.2/plumbing/hash;$WORK/b2171=>" -p github.com/go-git/go-git/v5/plumbing/hash -lang=go1.21 -complete -installsuffix shared -buildid Txl93N5euplaTjitDLfO/Txl93N5euplaTjitDLfO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2171/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/hash/hash.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/hash/hash_sha1.go
2025-08-20T23:04:42.4256532Z [00:03:27.709]➜  go tool buildid -w $WORK/b2171/_pkg_.a # internal
2025-08-20T23:04:42.4266386Z [00:03:27.710]➜  cp $WORK/b2171/_pkg_.a /root/.cache/go-build/b1/b1b63447243fd64be55649b323b54d7a98e669385c2c7f5e9a6d5cc1794ac7ff-d # internal
2025-08-20T23:04:42.4285025Z [00:03:27.712]➜  github.com/go-git/go-git/v5/plumbing
2025-08-20T23:04:42.4288372Z [00:03:27.712]➜  mkdir -p $WORK/b2170/
2025-08-20T23:04:42.4291857Z [00:03:27.712]➜  cat >/tmp/go-build3700090427/b2170/importcfg << 'EOF' # internal
2025-08-20T23:04:42.4297018Z [00:03:27.713]➜  # import config
2025-08-20T23:04:42.4297731Z [00:03:27.713]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:42.4298587Z [00:03:27.713]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:42.4299548Z [00:03:27.713]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:42.4300391Z [00:03:27.713]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.4301532Z [00:03:27.713]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3700090427/b2171/_pkg_.a
2025-08-20T23:04:42.4302611Z [00:03:27.713]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.4303506Z [00:03:27.713]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:42.4304571Z [00:03:27.713]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:42.4305443Z [00:03:27.713]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:42.4306368Z [00:03:27.713]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.4307106Z [00:03:27.713]➜  EOF
2025-08-20T23:04:42.4313898Z [00:03:27.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing=>github.com/go-git/go-git/v5@v5.13.2/plumbing;$WORK/b2170=>" -p github.com/go-git/go-git/v5/plumbing -lang=go1.21 -complete -installsuffix shared -buildid pTXdKiuotDh9nFhfFJdv/pTXdKiuotDh9nFhfFJdv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2170/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/error.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/hash.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/memory.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/reference.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/revision.go
2025-08-20T23:04:42.4465343Z [00:03:27.730]➜  go tool buildid -w $WORK/b2178/_pkg_.a # internal
2025-08-20T23:04:42.4477826Z [00:03:27.731]➜  cp $WORK/b2178/_pkg_.a /root/.cache/go-build/12/12c4e7debe68d87830a09a6b5cb495a7c5b352b4ab129ab5d83bb46ce2a4c66e-d # internal
2025-08-20T23:04:42.4481389Z [00:03:27.731]➜  github.com/go-git/gcfg/scanner
2025-08-20T23:04:42.4481989Z [00:03:27.731]➜  mkdir -p $WORK/b2177/
2025-08-20T23:04:42.4506129Z [00:03:27.733]➜  cat >/tmp/go-build3700090427/b2177/importcfg << 'EOF' # internal
2025-08-20T23:04:42.4507836Z [00:03:27.733]➜  # import config
2025-08-20T23:04:42.4508481Z [00:03:27.733]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.4509694Z [00:03:27.733]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build3700090427/b2178/_pkg_.a
2025-08-20T23:04:42.4510721Z [00:03:27.733]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.4511611Z [00:03:27.733]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:42.4512501Z [00:03:27.733]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:42.4513318Z [00:03:27.733]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:42.4514224Z [00:03:27.733]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:42.4514905Z [00:03:27.733]➜  EOF
2025-08-20T23:04:42.4524244Z [00:03:27.734]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2177/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner;$WORK/b2177=>" -p github.com/go-git/gcfg/scanner -lang=go1.13 -complete -installsuffix shared -buildid v6Br_8raFq_g1rTqZ_RV/v6Br_8raFq_g1rTqZ_RV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2177/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner/errors.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/scanner/scanner.go
2025-08-20T23:04:42.5406784Z [00:03:27.824]➜  go tool buildid -w $WORK/b2163/_pkg_.a # internal
2025-08-20T23:04:42.5466150Z [00:03:27.830]➜  cp $WORK/b2163/_pkg_.a /root/.cache/go-build/67/677d5b48269a3757145d365167ce1ed813b7b01c0bc3c61f228a8db687306c6b-d # internal
2025-08-20T23:04:42.5468335Z [00:03:27.830]➜  github.com/go-git/gcfg/types
2025-08-20T23:04:42.5470381Z [00:03:27.830]➜  mkdir -p $WORK/b2179/
2025-08-20T23:04:42.5476333Z [00:03:27.831]➜  cat >/tmp/go-build3700090427/b2179/importcfg << 'EOF' # internal
2025-08-20T23:04:42.5477042Z [00:03:27.831]➜  # import config
2025-08-20T23:04:42.5479103Z [00:03:27.831]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.5480133Z [00:03:27.831]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.5481112Z [00:03:27.831]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:42.5482760Z [00:03:27.831]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.5483410Z [00:03:27.831]➜  EOF
2025-08-20T23:04:42.5490085Z [00:03:27.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types;$WORK/b2179=>" -p github.com/go-git/gcfg/types -lang=go1.13 -complete -installsuffix shared -buildid RxCHvnYhuk2DfHZK41oq/RxCHvnYhuk2DfHZK41oq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2179/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/bool.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/doc.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/enum.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/int.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/types/scan.go
2025-08-20T23:04:42.5560291Z [00:03:27.839]➜  go tool buildid -w $WORK/b2170/_pkg_.a # internal
2025-08-20T23:04:42.5590157Z [00:03:27.842]➜  cp $WORK/b2170/_pkg_.a /root/.cache/go-build/d5/d5699be1695c9d6ef095d0b78026559327bbac2b888ce5fbfdcbfc3d2d60d299-d # internal
2025-08-20T23:04:42.5597605Z [00:03:27.843]➜  gopkg.in/warnings.v0
2025-08-20T23:04:42.5598673Z [00:03:27.843]➜  mkdir -p $WORK/b2180/
2025-08-20T23:04:42.5613372Z [00:03:27.845]➜  cat >/tmp/go-build3700090427/b2180/importcfg << 'EOF' # internal
2025-08-20T23:04:42.5615389Z [00:03:27.845]➜  # import config
2025-08-20T23:04:42.5616100Z [00:03:27.845]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:42.5616867Z [00:03:27.845]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.5617333Z [00:03:27.845]➜  EOF
2025-08-20T23:04:42.5622987Z [00:03:27.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2180/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2=>gopkg.in/warnings.v0@v0.1.2;$WORK/b2180=>" -p gopkg.in/warnings.v0 -lang=go1.16 -complete -installsuffix shared -buildid J8eSlY089lkgNoEeSLim/J8eSlY089lkgNoEeSLim -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2180/importcfg -pack /root/go/pkg/mod/gopkg.in/warnings.v0@v0.1.2/warnings.go
2025-08-20T23:04:42.5736171Z [00:03:27.853]➜  go tool buildid -w $WORK/b2177/_pkg_.a # internal
2025-08-20T23:04:42.5789023Z [00:03:27.853]➜  cp $WORK/b2177/_pkg_.a /root/.cache/go-build/bf/bf1bfb7bd46dd4558808e5b09ce8f5dbd05a49e1b11bbc970c484e1feffa1813-d # internal
2025-08-20T23:04:42.5791001Z [00:03:27.853]➜  github.com/go-git/go-git/v5/internal/path_util
2025-08-20T23:04:42.5792796Z [00:03:27.853]➜  mkdir -p $WORK/b2181/
2025-08-20T23:04:42.5793743Z [00:03:27.853]➜  cat >/tmp/go-build3700090427/b2181/importcfg << 'EOF' # internal
2025-08-20T23:04:42.5794580Z [00:03:27.853]➜  # import config
2025-08-20T23:04:42.5795526Z [00:03:27.853]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:42.5796716Z [00:03:27.853]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:04:42.5797761Z [00:03:27.853]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.5799867Z [00:03:27.853]➜  EOF
2025-08-20T23:04:42.5803676Z [00:03:27.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2181/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/internal/path_util=>github.com/go-git/go-git/v5@v5.13.2/internal/path_util;$WORK/b2181=>" -p github.com/go-git/go-git/v5/internal/path_util -lang=go1.21 -complete -installsuffix shared -buildid -xoxDUg_x_MaCTcHoqxb/-xoxDUg_x_MaCTcHoqxb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2181/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/internal/path_util/path_util.go
2025-08-20T23:04:42.5870534Z [00:03:27.870]➜  go tool buildid -w $WORK/b2180/_pkg_.a # internal
2025-08-20T23:04:42.5901070Z [00:03:27.873]➜  cp $WORK/b2180/_pkg_.a /root/.cache/go-build/38/385e2e890329378bbd42441cf6d31d55e88cd1ea97761f294868b4d7bd79f28b-d # internal
2025-08-20T23:04:42.5934882Z [00:03:27.877]➜  github.com/go-git/go-git/v5/internal/revision
2025-08-20T23:04:42.5942986Z [00:03:27.877]➜  mkdir -p $WORK/b2182/
2025-08-20T23:04:42.5943801Z [00:03:27.877]➜  cat >/tmp/go-build3700090427/b2182/importcfg << 'EOF' # internal
2025-08-20T23:04:42.5944551Z [00:03:27.877]➜  # import config
2025-08-20T23:04:42.5945524Z [00:03:27.877]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:42.5946399Z [00:03:27.877]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:42.5947446Z [00:03:27.877]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.5948257Z [00:03:27.877]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.5949091Z [00:03:27.877]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:42.5950190Z [00:03:27.877]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:42.5951005Z [00:03:27.877]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:42.5951794Z [00:03:27.877]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:42.5952404Z [00:03:27.877]➜  EOF
2025-08-20T23:04:42.5957368Z [00:03:27.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2182/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/internal/revision=>github.com/go-git/go-git/v5@v5.13.2/internal/revision;$WORK/b2182=>" -p github.com/go-git/go-git/v5/internal/revision -lang=go1.21 -complete -installsuffix shared -buildid GfUrHGMclNCoAIA8Es-U/GfUrHGMclNCoAIA8Es-U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2182/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/internal/revision/parser.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/internal/revision/scanner.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/internal/revision/token.go
2025-08-20T23:04:42.6036604Z [00:03:27.887]➜  go tool buildid -w $WORK/b2181/_pkg_.a # internal
2025-08-20T23:04:42.6038996Z [00:03:27.887]➜  cp $WORK/b2181/_pkg_.a /root/.cache/go-build/3a/3a353c5e4c08a335b23bbc1c1e0df2e8ceb662636b0d292e261081fa8cc1552b-d # internal
2025-08-20T23:04:42.6075448Z [00:03:27.891]➜  github.com/go-git/go-git/v5/plumbing/cache
2025-08-20T23:04:42.6078427Z [00:03:27.891]➜  mkdir -p $WORK/b2183/
2025-08-20T23:04:42.6105703Z [00:03:27.894]➜  cat >/tmp/go-build3700090427/b2183/importcfg << 'EOF' # internal
2025-08-20T23:04:42.6114855Z [00:03:27.894]➜  # import config
2025-08-20T23:04:42.6115625Z [00:03:27.894]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:04:42.6116832Z [00:03:27.894]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:42.6118965Z [00:03:27.894]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:42.6119866Z [00:03:27.894]➜  EOF
2025-08-20T23:04:42.6124662Z [00:03:27.894]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2183/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/cache=>github.com/go-git/go-git/v5@v5.13.2/plumbing/cache;$WORK/b2183=>" -p github.com/go-git/go-git/v5/plumbing/cache -lang=go1.21 -complete -installsuffix shared -buildid G8WQnwvuhQsOLAqMlBDH/G8WQnwvuhQsOLAqMlBDH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2183/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/cache/buffer_lru.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/cache/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/cache/object_lru.go
2025-08-20T23:04:42.6128960Z [00:03:27.894]➜  go tool buildid -w $WORK/b2179/_pkg_.a # internal
2025-08-20T23:04:42.6133406Z [00:03:27.895]➜  cp $WORK/b2179/_pkg_.a /root/.cache/go-build/5c/5c597824341bef4c98496b5b2099a322be1a00bbd64f40f274f556be8073c47d-d # internal
2025-08-20T23:04:42.6134635Z [00:03:27.896]➜  github.com/go-git/gcfg
2025-08-20T23:04:42.6135122Z [00:03:27.896]➜  mkdir -p $WORK/b2176/
2025-08-20T23:04:42.6135779Z [00:03:27.896]➜  cat >/tmp/go-build3700090427/b2176/importcfg << 'EOF' # internal
2025-08-20T23:04:42.6136361Z [00:03:27.896]➜  # import config
2025-08-20T23:04:42.6136955Z [00:03:27.896]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:42.6137683Z [00:03:27.896]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:04:42.6138595Z [00:03:27.896]➜  packagefile encoding/gob=/tmp/go-build3700090427/b475/_pkg_.a
2025-08-20T23:04:42.6139503Z [00:03:27.896]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.6140511Z [00:03:27.896]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build3700090427/b2177/_pkg_.a
2025-08-20T23:04:42.6141495Z [00:03:27.896]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build3700090427/b2178/_pkg_.a
2025-08-20T23:04:42.6142511Z [00:03:27.896]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build3700090427/b2179/_pkg_.a
2025-08-20T23:04:42.6143701Z [00:03:27.896]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build3700090427/b2180/_pkg_.a
2025-08-20T23:04:42.6144749Z [00:03:27.896]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.6145644Z [00:03:27.896]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:42.6146619Z [00:03:27.896]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:42.6147331Z [00:03:27.896]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:42.6148072Z [00:03:27.896]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.6148820Z [00:03:27.896]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:42.6149716Z [00:03:27.896]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:42.6150301Z [00:03:27.896]➜  EOF
2025-08-20T23:04:42.6155380Z [00:03:27.896]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2176/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376=>github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376;$WORK/b2176=>" -p github.com/go-git/gcfg -lang=go1.13 -complete -installsuffix shared -buildid jl5iEn-ugJvPYIty26RN/jl5iEn-ugJvPYIty26RN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2176/importcfg -pack /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/doc.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/errors.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/read.go /root/go/pkg/mod/github.com/go-git/gcfg@v1.5.1-0.20230307220236-3a3c6141e376/set.go
2025-08-20T23:04:42.6848080Z [00:03:27.968]➜  go tool buildid -w $WORK/b2183/_pkg_.a # internal
2025-08-20T23:04:42.6861720Z [00:03:27.969]➜  cp $WORK/b2183/_pkg_.a /root/.cache/go-build/81/81397798f31da115eadc96a8ca57ce381fd0feac06e8f65a5e0183de6ea585e2-d # internal
2025-08-20T23:04:42.6867617Z [00:03:27.970]➜  github.com/go-git/go-git/v5/plumbing/filemode
2025-08-20T23:04:42.6870405Z [00:03:27.970]➜  mkdir -p $WORK/b2184/
2025-08-20T23:04:42.6881384Z [00:03:27.971]➜  cat >/tmp/go-build3700090427/b2184/importcfg << 'EOF' # internal
2025-08-20T23:04:42.6882315Z [00:03:27.971]➜  # import config
2025-08-20T23:04:42.6883335Z [00:03:27.971]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:42.6884442Z [00:03:27.971]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.6887594Z [00:03:27.971]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:42.6888366Z [00:03:27.971]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:42.6888957Z [00:03:27.971]➜  EOF
2025-08-20T23:04:42.6893015Z [00:03:27.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2184/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/filemode=>github.com/go-git/go-git/v5@v5.13.2/plumbing/filemode;$WORK/b2184=>" -p github.com/go-git/go-git/v5/plumbing/filemode -lang=go1.21 -complete -installsuffix shared -buildid qgb2ldW9Xlb4zwRqQdys/qgb2ldW9Xlb4zwRqQdys -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2184/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/filemode/filemode.go
2025-08-20T23:04:42.7039626Z [00:03:27.987]➜  go tool buildid -w $WORK/b2182/_pkg_.a # internal
2025-08-20T23:04:42.7051200Z [00:03:27.988]➜  cp $WORK/b2182/_pkg_.a /root/.cache/go-build/a1/a1ea7e241842ece9e2331430ed22701a7dd783af18d20952472dd17d43d73a2e-d # internal
2025-08-20T23:04:42.7073567Z [00:03:27.991]➜  golang.org/x/net/context
2025-08-20T23:04:42.7076533Z [00:03:27.991]➜  mkdir -p $WORK/b2188/
2025-08-20T23:04:42.7079714Z [00:03:27.991]➜  cat >/tmp/go-build3700090427/b2188/importcfg << 'EOF' # internal
2025-08-20T23:04:42.7084478Z [00:03:27.991]➜  # import config
2025-08-20T23:04:42.7085131Z [00:03:27.991]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:42.7085898Z [00:03:27.991]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:42.7086449Z [00:03:27.991]➜  EOF
2025-08-20T23:04:42.7089588Z [00:03:27.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2188/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/context=>golang.org/x/net@v0.42.0/context;$WORK/b2188=>" -p golang.org/x/net/context -lang=go1.23 -complete -installsuffix shared -buildid ZQ9FQnm0lisdg38STYSV/ZQ9FQnm0lisdg38STYSV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2188/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/context/context.go
2025-08-20T23:04:42.7337213Z [00:03:28.017]➜  go tool buildid -w $WORK/b2184/_pkg_.a # internal
2025-08-20T23:04:42.7352997Z [00:03:28.018]➜  cp $WORK/b2184/_pkg_.a /root/.cache/go-build/6c/6c0f95e1b0e70ef4a9684aaf5652cdcf34ed86588d3069e2905d6c545c7a4a42-d # internal
2025-08-20T23:04:42.7393477Z [00:03:28.022]➜  github.com/go-git/go-git/v5/utils/binary
2025-08-20T23:04:42.7394145Z [00:03:28.023]➜  mkdir -p $WORK/b2190/
2025-08-20T23:04:42.7399763Z [00:03:28.023]➜  cat >/tmp/go-build3700090427/b2190/importcfg << 'EOF' # internal
2025-08-20T23:04:42.7403476Z [00:03:28.023]➜  # import config
2025-08-20T23:04:42.7404140Z [00:03:28.023]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:42.7405037Z [00:03:28.023]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:42.7406121Z [00:03:28.023]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:42.7407266Z [00:03:28.023]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.7407863Z [00:03:28.023]➜  EOF
2025-08-20T23:04:42.7412059Z [00:03:28.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2190/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/binary=>github.com/go-git/go-git/v5@v5.13.2/utils/binary;$WORK/b2190=>" -p github.com/go-git/go-git/v5/utils/binary -lang=go1.21 -complete -installsuffix shared -buildid BLKNPHH_o94kVCzO6taD/BLKNPHH_o94kVCzO6taD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2190/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/binary/read.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/binary/write.go
2025-08-20T23:04:42.7430830Z [00:03:28.024]➜  go tool buildid -w $WORK/b2188/_pkg_.a # internal
2025-08-20T23:04:42.7433221Z [00:03:28.025]➜  cp $WORK/b2188/_pkg_.a /root/.cache/go-build/56/561f8c21dd8094ff21e902e96981cc7cf45ba6836185ead28a7a8d9550c900ee-d # internal
2025-08-20T23:04:42.7434325Z [00:03:28.025]➜  github.com/jbenet/go-context/io
2025-08-20T23:04:42.7434906Z [00:03:28.025]➜  mkdir -p $WORK/b2187/
2025-08-20T23:04:42.7435625Z [00:03:28.025]➜  cat >/tmp/go-build3700090427/b2187/importcfg << 'EOF' # internal
2025-08-20T23:04:42.7438521Z [00:03:28.025]➜  # import config
2025-08-20T23:04:42.7439302Z [00:03:28.025]➜  packagefile golang.org/x/net/context=/tmp/go-build3700090427/b2188/_pkg_.a
2025-08-20T23:04:42.7440356Z [00:03:28.025]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.7440930Z [00:03:28.025]➜  EOF
2025-08-20T23:04:42.7445109Z [00:03:28.027]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2187/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io=>github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io;$WORK/b2187=>" -p github.com/jbenet/go-context/io -lang=go1.16 -complete -installsuffix shared -buildid Tjz4B8T-P-d1i1l5YSFm/Tjz4B8T-P-d1i1l5YSFm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2187/importcfg -pack /root/go/pkg/mod/github.com/jbenet/go-context@v0.0.0-20150711004518-d14ea06fba99/io/ctxio.go
2025-08-20T23:04:42.7686913Z [00:03:28.052]➜  go tool buildid -w $WORK/b2187/_pkg_.a # internal
2025-08-20T23:04:42.7693039Z [00:03:28.052]➜  cp $WORK/b2187/_pkg_.a /root/.cache/go-build/95/956cb3bcf4e0a9e9377c2644522c4e95189e9368bb9456100e8bb00921318eac-d # internal
2025-08-20T23:04:42.7701015Z [00:03:28.053]➜  github.com/go-git/go-git/v5/utils/ioutil
2025-08-20T23:04:42.7703670Z [00:03:28.053]➜  mkdir -p $WORK/b2186/
2025-08-20T23:04:42.7704664Z [00:03:28.053]➜  go tool buildid -w $WORK/b2190/_pkg_.a # internal
2025-08-20T23:04:42.7706692Z [00:03:28.054]➜  cat >/tmp/go-build3700090427/b2186/importcfg << 'EOF' # internal
2025-08-20T23:04:42.7707392Z [00:03:28.054]➜  # import config
2025-08-20T23:04:42.7708058Z [00:03:28.054]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:42.7708874Z [00:03:28.054]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:42.7710006Z [00:03:28.054]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:42.7711027Z [00:03:28.054]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build3700090427/b2187/_pkg_.a
2025-08-20T23:04:42.7711976Z [00:03:28.054]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.7712593Z [00:03:28.054]➜  EOF
2025-08-20T23:04:42.7716348Z [00:03:28.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2186/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/ioutil=>github.com/go-git/go-git/v5@v5.13.2/utils/ioutil;$WORK/b2186=>" -p github.com/go-git/go-git/v5/utils/ioutil -lang=go1.21 -complete -installsuffix shared -buildid rRCv15UGuCrGs5bSPLXa/rRCv15UGuCrGs5bSPLXa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2186/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/ioutil/common.go
2025-08-20T23:04:42.7720751Z [00:03:28.054]➜  cp $WORK/b2190/_pkg_.a /root/.cache/go-build/91/91fec5f0ae004d0605b3a862eb716ad6c9c6cceb38130825e86aa956b8f790bc-d # internal
2025-08-20T23:04:42.7741825Z [00:03:28.057]➜  github.com/go-git/go-git/v5/plumbing/format/index
2025-08-20T23:04:42.7742698Z [00:03:28.057]➜  mkdir -p $WORK/b2189/
2025-08-20T23:04:42.7745234Z [00:03:28.057]➜  cat >/tmp/go-build3700090427/b2189/importcfg << 'EOF' # internal
2025-08-20T23:04:42.7746082Z [00:03:28.057]➜  # import config
2025-08-20T23:04:42.7746719Z [00:03:28.057]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:42.7747538Z [00:03:28.057]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:42.7748327Z [00:03:28.057]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:42.7749101Z [00:03:28.057]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.7750259Z [00:03:28.057]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:42.7751474Z [00:03:28.058]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3700090427/b2184/_pkg_.a
2025-08-20T23:04:42.7752846Z [00:03:28.058]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3700090427/b2171/_pkg_.a
2025-08-20T23:04:42.7754007Z [00:03:28.058]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3700090427/b2190/_pkg_.a
2025-08-20T23:04:42.7754971Z [00:03:28.058]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.7755710Z [00:03:28.058]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:42.7756520Z [00:03:28.058]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:42.7757377Z [00:03:28.058]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:42.7758179Z [00:03:28.058]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:42.7758958Z [00:03:28.058]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:42.7760114Z [00:03:28.058]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.7760928Z [00:03:28.058]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:42.7761762Z [00:03:28.058]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:42.7762393Z [00:03:28.058]➜  EOF
2025-08-20T23:04:42.7768578Z [00:03:28.058]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2189/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/index=>github.com/go-git/go-git/v5@v5.13.2/plumbing/format/index;$WORK/b2189=>" -p github.com/go-git/go-git/v5/plumbing/format/index -lang=go1.21 -complete -installsuffix shared -buildid wSL1-XbgNx0UOWzIO8bq/wSL1-XbgNx0UOWzIO8bq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2189/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/index/decoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/index/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/index/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/index/index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/index/match.go
2025-08-20T23:04:42.7811742Z [00:03:28.064]➜  go tool buildid -w $WORK/b2176/_pkg_.a # internal
2025-08-20T23:04:42.7813395Z [00:03:28.064]➜  cp $WORK/b2176/_pkg_.a /root/.cache/go-build/b6/b6f94551a5a3d3094657fc84b4e92b07571792fac87d8119e25b557c0ee70404-d # internal
2025-08-20T23:04:42.7837193Z [00:03:28.067]➜  github.com/go-git/go-git/v5/plumbing/format/config
2025-08-20T23:04:42.7838127Z [00:03:28.067]➜  mkdir -p $WORK/b2175/
2025-08-20T23:04:42.7846464Z [00:03:28.068]➜  cat >/tmp/go-build3700090427/b2175/importcfg << 'EOF' # internal
2025-08-20T23:04:42.7847334Z [00:03:28.068]➜  # import config
2025-08-20T23:04:42.7849001Z [00:03:28.068]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.7851371Z [00:03:28.068]➜  packagefile github.com/go-git/gcfg=/tmp/go-build3700090427/b2176/_pkg_.a
2025-08-20T23:04:42.7853566Z [00:03:28.068]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.7858334Z [00:03:28.068]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.7858990Z [00:03:28.068]➜  EOF
2025-08-20T23:04:42.7866675Z [00:03:28.068]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2175/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/config=>github.com/go-git/go-git/v5@v5.13.2/plumbing/format/config;$WORK/b2175=>" -p github.com/go-git/go-git/v5/plumbing/format/config -lang=go1.21 -complete -installsuffix shared -buildid d12afcSsBLuonGBOgzyI/d12afcSsBLuonGBOgzyI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2175/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/config/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/config/decoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/config/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/config/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/config/format.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/config/option.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/config/section.go
2025-08-20T23:04:42.8132836Z [00:03:28.096]➜  go tool buildid -w $WORK/b2186/_pkg_.a # internal
2025-08-20T23:04:42.8137255Z [00:03:28.097]➜  cp $WORK/b2186/_pkg_.a /root/.cache/go-build/28/280a9fc52f6fcb9e93185a94feba6dcb631ec3c8cabd0cfec9ee07fd703823f4-d # internal
2025-08-20T23:04:42.8174175Z [00:03:28.101]➜  github.com/go-git/go-git/v5/plumbing/format/idxfile
2025-08-20T23:04:42.8177324Z [00:03:28.101]➜  mkdir -p $WORK/b2192/
2025-08-20T23:04:42.8180499Z [00:03:28.101]➜  cat >/tmp/go-build3700090427/b2192/importcfg << 'EOF' # internal
2025-08-20T23:04:42.8181243Z [00:03:28.101]➜  # import config
2025-08-20T23:04:42.8200958Z [00:03:28.101]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:42.8201856Z [00:03:28.101]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:42.8202771Z [00:03:28.101]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:42.8203670Z [00:03:28.101]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:42.8204512Z [00:03:28.101]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.8205559Z [00:03:28.101]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:42.8206808Z [00:03:28.101]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3700090427/b2171/_pkg_.a
2025-08-20T23:04:42.8208085Z [00:03:28.101]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3700090427/b2190/_pkg_.a
2025-08-20T23:04:42.8209095Z [00:03:28.101]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.8210297Z [00:03:28.101]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:42.8211141Z [00:03:28.101]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:42.8211966Z [00:03:28.101]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:42.8212587Z [00:03:28.101]➜  EOF
2025-08-20T23:04:42.8220430Z [00:03:28.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2192/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/idxfile=>github.com/go-git/go-git/v5@v5.13.2/plumbing/format/idxfile;$WORK/b2192=>" -p github.com/go-git/go-git/v5/plumbing/format/idxfile -lang=go1.21 -complete -installsuffix shared -buildid DMsfwBi4RayJCwfeM2hT/DMsfwBi4RayJCwfeM2hT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2192/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/idxfile/decoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/idxfile/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/idxfile/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/idxfile/idxfile.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/idxfile/writer.go
2025-08-20T23:04:42.8558754Z [00:03:28.139]➜  go tool buildid -w $WORK/b2175/_pkg_.a # internal
2025-08-20T23:04:42.8574419Z [00:03:28.140]➜  cp $WORK/b2175/_pkg_.a /root/.cache/go-build/f5/f53ea1f6f17f620f2cd3b214b9897e55973b652e6027f19966302d290f5e06c8-d # internal
2025-08-20T23:04:42.8606687Z [00:03:28.144]➜  github.com/go-git/go-git/v5/config
2025-08-20T23:04:42.8610106Z [00:03:28.144]➜  mkdir -p $WORK/b2168/
2025-08-20T23:04:42.8615251Z [00:03:28.145]➜  cat >/tmp/go-build3700090427/b2168/importcfg << 'EOF' # internal
2025-08-20T23:04:42.8617781Z [00:03:28.145]➜  # import config
2025-08-20T23:04:42.8618787Z [00:03:28.145]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:42.8620002Z [00:03:28.145]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:42.8623005Z [00:03:28.145]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.8624244Z [00:03:28.145]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3700090427/b2163/_pkg_.a
2025-08-20T23:04:42.8625451Z [00:03:28.145]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3700090427/b2169/_pkg_.a
2025-08-20T23:04:42.8626676Z [00:03:28.145]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:42.8627974Z [00:03:28.145]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3700090427/b2175/_pkg_.a
2025-08-20T23:04:42.8629011Z [00:03:28.145]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.8629997Z [00:03:28.145]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:42.8630828Z [00:03:28.145]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:42.8631849Z [00:03:28.145]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:42.8632682Z [00:03:28.145]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:42.8633507Z [00:03:28.145]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:42.8634327Z [00:03:28.145]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.8634964Z [00:03:28.145]➜  EOF
2025-08-20T23:04:42.8641589Z [00:03:28.145]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2168/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/config=>github.com/go-git/go-git/v5@v5.13.2/config;$WORK/b2168=>" -p github.com/go-git/go-git/v5/config -lang=go1.21 -complete -installsuffix shared -buildid oqOXT2VcuE1dt6cRGRX-/oqOXT2VcuE1dt6cRGRX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2168/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/config/branch.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/config/config.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/config/modules.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/config/refspec.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/config/url.go
2025-08-20T23:04:42.8835385Z [00:03:28.167]➜  go tool buildid -w $WORK/b2189/_pkg_.a # internal
2025-08-20T23:04:42.8838772Z [00:03:28.167]➜  cp $WORK/b2189/_pkg_.a /root/.cache/go-build/6f/6f9e13ba5d2299f596429c3d78a100d31fecf1798a22bbaf28558dab1c0a9f29-d # internal
2025-08-20T23:04:42.8930073Z [00:03:28.176]➜  github.com/go-git/go-git/v5/plumbing/format/gitignore
2025-08-20T23:04:42.8942854Z [00:03:28.176]➜  mkdir -p $WORK/b2185/
2025-08-20T23:04:42.8943582Z [00:03:28.176]➜  cat >/tmp/go-build3700090427/b2185/importcfg << 'EOF' # internal
2025-08-20T23:04:42.8944192Z [00:03:28.176]➜  # import config
2025-08-20T23:04:42.8944744Z [00:03:28.176]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:42.8945412Z [00:03:28.176]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:42.8946263Z [00:03:28.176]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:04:42.8947300Z [00:03:28.176]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build3700090427/b2181/_pkg_.a
2025-08-20T23:04:42.8948423Z [00:03:28.176]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3700090427/b2175/_pkg_.a
2025-08-20T23:04:42.8950093Z [00:03:28.176]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:42.8950933Z [00:03:28.176]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.8951611Z [00:03:28.176]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:42.8952356Z [00:03:28.176]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:42.8953124Z [00:03:28.176]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.8953662Z [00:03:28.176]➜  EOF
2025-08-20T23:04:42.8958770Z [00:03:28.177]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/gitignore=>github.com/go-git/go-git/v5@v5.13.2/plumbing/format/gitignore;$WORK/b2185=>" -p github.com/go-git/go-git/v5/plumbing/format/gitignore -lang=go1.21 -complete -installsuffix shared -buildid eIPAy4I0i6xif1zvcDDn/eIPAy4I0i6xif1zvcDDn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2185/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/gitignore/dir.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/gitignore/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/gitignore/matcher.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/gitignore/pattern.go
2025-08-20T23:04:42.9080475Z [00:03:28.191]➜  go tool buildid -w $WORK/b2033/_pkg_.a # internal
2025-08-20T23:04:42.9317547Z [00:03:28.215]➜  go tool buildid -w $WORK/b2192/_pkg_.a # internal
2025-08-20T23:04:42.9341375Z [00:03:28.217]➜  cp $WORK/b2192/_pkg_.a /root/.cache/go-build/d2/d247a370be1d922f2155992b9e7686ac00950a134ecd9e6c67f69c5d58ee4356-d # internal
2025-08-20T23:04:42.9386399Z [00:03:28.222]➜  go tool buildid -w $WORK/b2185/_pkg_.a # internal
2025-08-20T23:04:42.9390686Z [00:03:28.222]➜  github.com/go-git/go-git/v5/plumbing/storer
2025-08-20T23:04:42.9391297Z [00:03:28.222]➜  mkdir -p $WORK/b2193/
2025-08-20T23:04:42.9395259Z [00:03:28.223]➜  cat >/tmp/go-build3700090427/b2193/importcfg << 'EOF' # internal
2025-08-20T23:04:42.9396213Z [00:03:28.223]➜  # import config
2025-08-20T23:04:42.9397461Z [00:03:28.223]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:42.9398852Z [00:03:28.223]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:42.9400463Z [00:03:28.223]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3700090427/b2189/_pkg_.a
2025-08-20T23:04:42.9401843Z [00:03:28.223]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.9402719Z [00:03:28.223]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:42.9403363Z [00:03:28.223]➜  EOF
2025-08-20T23:04:42.9410127Z [00:03:28.223]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2193/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/storer=>github.com/go-git/go-git/v5@v5.13.2/plumbing/storer;$WORK/b2193=>" -p github.com/go-git/go-git/v5/plumbing/storer -lang=go1.21 -complete -installsuffix shared -buildid EZtcDDz2Px0yo-K3bQVe/EZtcDDz2Px0yo-K3bQVe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2193/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/storer/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/storer/index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/storer/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/storer/reference.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/storer/shallow.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/storer/storer.go
2025-08-20T23:04:42.9416328Z [00:03:28.223]➜  cp $WORK/b2185/_pkg_.a /root/.cache/go-build/a5/a5c02f53629ec917a87238072342a2aaa2d762afd4ced25c3bcaa911d62dc1e1-d # internal
2025-08-20T23:04:42.9431191Z [00:03:28.226]➜  github.com/go-git/go-git/v5/utils/sync
2025-08-20T23:04:42.9432072Z [00:03:28.226]➜  mkdir -p $WORK/b2194/
2025-08-20T23:04:42.9432813Z [00:03:28.226]➜  cat >/tmp/go-build3700090427/b2194/importcfg << 'EOF' # internal
2025-08-20T23:04:42.9433503Z [00:03:28.226]➜  # import config
2025-08-20T23:04:42.9434146Z [00:03:28.226]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:42.9434943Z [00:03:28.226]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:42.9435771Z [00:03:28.226]➜  packagefile compress/zlib=/tmp/go-build3700090427/b816/_pkg_.a
2025-08-20T23:04:42.9436668Z [00:03:28.226]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:42.9437445Z [00:03:28.226]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:42.9438279Z [00:03:28.227]➜  EOF
2025-08-20T23:04:42.9443106Z [00:03:28.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2194/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/sync=>github.com/go-git/go-git/v5@v5.13.2/utils/sync;$WORK/b2194=>" -p github.com/go-git/go-git/v5/utils/sync -lang=go1.21 -complete -installsuffix shared -buildid Xh0-_HfOaD90GVkmDCfd/Xh0-_HfOaD90GVkmDCfd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2194/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/sync/bufio.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/sync/bytes.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/sync/zlib.go
2025-08-20T23:04:42.9617656Z [00:03:28.245]➜  cp $WORK/b2033/_pkg_.a /root/.cache/go-build/cb/cb9ddaf2e15fc8698a92029b4e0b0faa90d95c19942a17962a0fa9778c9ebb9e-d # internal
2025-08-20T23:04:42.9623348Z [00:03:28.246]➜  google.golang.org/grpc/internal/xds/bootstrap
2025-08-20T23:04:42.9625276Z [00:03:28.246]➜  mkdir -p $WORK/b2032/
2025-08-20T23:04:42.9630794Z [00:03:28.246]➜  cat >/tmp/go-build3700090427/b2032/importcfg << 'EOF' # internal
2025-08-20T23:04:42.9632610Z [00:03:28.246]➜  # import config
2025-08-20T23:04:42.9633285Z [00:03:28.246]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:42.9634172Z [00:03:28.246]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:42.9635010Z [00:03:28.246]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.9636222Z [00:03:28.246]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:42.9637511Z [00:03:28.246]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:42.9638979Z [00:03:28.246]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3700090427/b2040/_pkg_.a
2025-08-20T23:04:42.9640471Z [00:03:28.246]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:42.9642119Z [00:03:28.246]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:04:42.9643738Z [00:03:28.246]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:04:42.9645084Z [00:03:28.246]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:42.9646340Z [00:03:28.246]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build3700090427/b2053/_pkg_.a
2025-08-20T23:04:42.9647513Z [00:03:28.246]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:42.9648808Z [00:03:28.246]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:42.9650163Z [00:03:28.246]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:04:42.9651081Z [00:03:28.246]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:42.9651933Z [00:03:28.246]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:42.9652732Z [00:03:28.246]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:42.9653552Z [00:03:28.246]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:42.9654364Z [00:03:28.246]➜  EOF
2025-08-20T23:04:42.9659761Z [00:03:28.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2032/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/bootstrap=>google.golang.org/grpc@v1.74.2/internal/xds/bootstrap;$WORK/b2032=>" -p google.golang.org/grpc/internal/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid Ry46LgCjYOUxMqJCxVXq/Ry46LgCjYOUxMqJCxVXq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2032/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/bootstrap/bootstrap.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/bootstrap/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/bootstrap/template.go
2025-08-20T23:04:42.9944566Z [00:03:28.278]➜  go tool buildid -w $WORK/b2194/_pkg_.a # internal
2025-08-20T23:04:42.9949016Z [00:03:28.278]➜  go tool buildid -w $WORK/b2168/_pkg_.a # internal
2025-08-20T23:04:42.9956021Z [00:03:28.279]➜  cp $WORK/b2194/_pkg_.a /root/.cache/go-build/7b/7b3d586cc91ca0768df6f7aec3cab8f770035263b4599ac8ba5b195be236ba11-d # internal
2025-08-20T23:04:42.9971649Z [00:03:28.280]➜  github.com/envoyproxy/go-control-plane/envoy/config/route/v3
2025-08-20T23:04:42.9972412Z [00:03:28.280]➜  mkdir -p $WORK/b2062/
2025-08-20T23:04:42.9975330Z [00:03:28.281]➜  cat >/tmp/go-build3700090427/b2062/importcfg << 'EOF' # internal
2025-08-20T23:04:42.9977793Z [00:03:28.281]➜  # import config
2025-08-20T23:04:42.9978729Z [00:03:28.281]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:42.9979757Z [00:03:28.281]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:42.9980598Z [00:03:28.281]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:42.9981649Z [00:03:28.281]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:42.9984308Z [00:03:28.281]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3700090427/b2063/_pkg_.a
2025-08-20T23:04:42.9985736Z [00:03:28.281]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:42.9987336Z [00:03:28.281]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:42.9988913Z [00:03:28.281]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3700090427/b2038/_pkg_.a
2025-08-20T23:04:42.9990818Z [00:03:28.281]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3700090427/b2067/_pkg_.a
2025-08-20T23:04:42.9992382Z [00:03:28.281]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3700090427/b2068/_pkg_.a
2025-08-20T23:04:42.9993931Z [00:03:28.281]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:42.9995425Z [00:03:28.281]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:42.9996867Z [00:03:28.281]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:42.9998180Z [00:03:28.281]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:43.0000876Z [00:03:28.281]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:43.0003298Z [00:03:28.281]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:43.0004633Z [00:03:28.281]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:43.0005682Z [00:03:28.281]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:43.0006491Z [00:03:28.281]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:43.0007419Z [00:03:28.281]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:43.0008237Z [00:03:28.281]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:43.0009019Z [00:03:28.281]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:43.0010053Z [00:03:28.281]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:43.0010851Z [00:03:28.281]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:43.0011645Z [00:03:28.281]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:43.0012392Z [00:03:28.281]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:43.0013323Z [00:03:28.281]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:43.0013958Z [00:03:28.281]➜  EOF
2025-08-20T23:04:43.0015061Z [00:03:28.282]➜  cp $WORK/b2168/_pkg_.a /root/.cache/go-build/18/18aa06968d099563bdfaacc4ce58f0a394e986cec8d58f270772a6c43916eed6-d # internal
2025-08-20T23:04:43.0023808Z [00:03:28.282]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2062/_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/b2062=>" -p github.com/envoyproxy/go-control-plane/envoy/config/route/v3 -lang=go1.22 -complete -installsuffix shared -buildid 3Ts6n3ED0kuCMQAdDPcD/3Ts6n3ED0kuCMQAdDPcD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2062/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-20T23:04:43.0031529Z [00:03:28.282]➜  github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3
2025-08-20T23:04:43.0032298Z [00:03:28.282]➜  mkdir -p $WORK/b2069/
2025-08-20T23:04:43.0032989Z [00:03:28.283]➜  cat >/tmp/go-build3700090427/b2069/importcfg << 'EOF' # internal
2025-08-20T23:04:43.0033636Z [00:03:28.283]➜  # import config
2025-08-20T23:04:43.0034460Z [00:03:28.283]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:43.0035257Z [00:03:28.283]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:43.0036016Z [00:03:28.283]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:43.0037005Z [00:03:28.283]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:43.0038370Z [00:03:28.283]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:43.0040127Z [00:03:28.283]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:43.0041631Z [00:03:28.283]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:43.0043041Z [00:03:28.283]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:43.0044372Z [00:03:28.283]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:43.0045673Z [00:03:28.283]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:43.0047013Z [00:03:28.283]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:43.0048612Z [00:03:28.283]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:43.0050236Z [00:03:28.283]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:43.0051320Z [00:03:28.283]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:43.0052126Z [00:03:28.283]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:43.0052959Z [00:03:28.283]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:43.0053914Z [00:03:28.283]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:43.0054756Z [00:03:28.283]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:43.0055683Z [00:03:28.283]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:43.0056476Z [00:03:28.283]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:43.0057265Z [00:03:28.283]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:43.0058050Z [00:03:28.283]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:43.0058877Z [00:03:28.283]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:43.0073358Z [00:03:28.283]➜  EOF
2025-08-20T23:04:43.0078682Z [00:03:28.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2069/_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/b2069=>" -p github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid jAjWNV5YbQWpmnS6iUmN/jAjWNV5YbQWpmnS6iUmN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2069/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-20T23:04:43.0084919Z [00:03:28.292]➜  go tool buildid -w $WORK/b2193/_pkg_.a # internal
2025-08-20T23:04:43.0099515Z [00:03:28.293]➜  cp $WORK/b2193/_pkg_.a /root/.cache/go-build/6e/6ea93fc7bef0fd74cfa35ebfce4da26c87c057b207af280d6e80176f8883cdf1-d # internal
2025-08-20T23:04:43.0123973Z [00:03:28.295]➜  github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3
2025-08-20T23:04:43.0126892Z [00:03:28.296]➜  mkdir -p $WORK/b2071/
2025-08-20T23:04:43.0141445Z [00:03:28.297]➜  cat >/tmp/go-build3700090427/b2071/importcfg << 'EOF' # internal
2025-08-20T23:04:43.0160331Z [00:03:28.297]➜  # import config
2025-08-20T23:04:43.0163750Z [00:03:28.297]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:43.0165280Z [00:03:28.297]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:43.0166107Z [00:03:28.297]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:43.0167151Z [00:03:28.297]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:43.0168470Z [00:03:28.297]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3700090427/b2035/_pkg_.a
2025-08-20T23:04:43.0170082Z [00:03:28.297]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:43.0171712Z [00:03:28.297]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:43.0173174Z [00:03:28.297]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:43.0174574Z [00:03:28.297]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:43.0176141Z [00:03:28.297]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:43.0177519Z [00:03:28.297]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:43.0179062Z [00:03:28.297]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:43.0180945Z [00:03:28.297]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:43.0182375Z [00:03:28.297]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:43.0183473Z [00:03:28.297]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:43.0184441Z [00:03:28.297]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:43.0185370Z [00:03:28.297]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:43.0186182Z [00:03:28.297]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:43.0186983Z [00:03:28.297]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:43.0187851Z [00:03:28.297]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:43.0188629Z [00:03:28.297]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:43.0189566Z [00:03:28.297]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:43.0190362Z [00:03:28.297]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:43.0191179Z [00:03:28.297]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:43.0191862Z [00:03:28.297]➜  EOF
2025-08-20T23:04:43.0200746Z [00:03:28.297]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2071/_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/b2071=>" -p github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3 -lang=go1.22 -complete -installsuffix shared -buildid tWEYpsfLMZkvm6mcZf2X/tWEYpsfLMZkvm6mcZf2X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2071/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-20T23:04:43.1247878Z [00:03:28.408]➜  go tool buildid -w $WORK/b2032/_pkg_.a # internal
2025-08-20T23:04:43.1249707Z [00:03:28.408]➜  cp $WORK/b2032/_pkg_.a /root/.cache/go-build/43/438ed8fef44a7b3c90972ae142671518a76ad88ce253fe003d6025dd25f00bf9-d # internal
2025-08-20T23:04:43.1252313Z [00:03:28.408]➜  github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3
2025-08-20T23:04:43.1253051Z [00:03:28.408]➜  mkdir -p $WORK/b2073/
2025-08-20T23:04:43.1253695Z [00:03:28.408]➜  cat >/tmp/go-build3700090427/b2073/importcfg << 'EOF' # internal
2025-08-20T23:04:43.1254338Z [00:03:28.408]➜  # import config
2025-08-20T23:04:43.1254944Z [00:03:28.408]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:43.1255671Z [00:03:28.408]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:43.1256454Z [00:03:28.408]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:43.1257444Z [00:03:28.408]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:43.1258797Z [00:03:28.408]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:43.1260495Z [00:03:28.408]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3700090427/b2038/_pkg_.a
2025-08-20T23:04:43.1262129Z [00:03:28.408]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:43.1263414Z [00:03:28.408]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:43.1264711Z [00:03:28.408]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:43.1266111Z [00:03:28.408]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:43.1267439Z [00:03:28.408]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:43.1268599Z [00:03:28.408]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:43.1270410Z [00:03:28.408]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:43.1271263Z [00:03:28.408]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:43.1271934Z [00:03:28.408]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:43.1272655Z [00:03:28.408]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:43.1273413Z [00:03:28.408]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:43.1274173Z [00:03:28.408]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:43.1274921Z [00:03:28.408]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:43.1275662Z [00:03:28.408]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:43.1276451Z [00:03:28.408]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:43.1277074Z [00:03:28.408]➜  EOF
2025-08-20T23:04:43.1283921Z [00:03:28.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2073/_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/b2073=>" -p github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3 -lang=go1.22 -complete -installsuffix shared -buildid ASds0b5fvHmxSZP0ndmQ/ASds0b5fvHmxSZP0ndmQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2073/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-20T23:04:43.4642881Z [00:03:28.747]➜  go tool buildid -w $WORK/b2073/_pkg_.a # internal
2025-08-20T23:04:43.4756446Z [00:03:28.759]➜  cp $WORK/b2073/_pkg_.a /root/.cache/go-build/9f/9fdb5f2bd983cdeac89ba230da976e7c294fd0ad19db390ca508a761b44988ae-d # internal
2025-08-20T23:04:43.4764676Z [00:03:28.760]➜  github.com/envoyproxy/go-control-plane/envoy/config/trace/v3
2025-08-20T23:04:43.4767780Z [00:03:28.760]➜  mkdir -p $WORK/b2075/
2025-08-20T23:04:43.4774742Z [00:03:28.760]➜  cat >/tmp/go-build3700090427/b2075/importcfg << 'EOF' # internal
2025-08-20T23:04:43.4788779Z [00:03:28.760]➜  # import config
2025-08-20T23:04:43.4789693Z [00:03:28.760]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:43.4790541Z [00:03:28.760]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:43.4791397Z [00:03:28.760]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:43.4792700Z [00:03:28.760]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:43.4794307Z [00:03:28.761]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:43.4796208Z [00:03:28.761]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:43.4798984Z [00:03:28.761]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:43.4800595Z [00:03:28.761]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:43.4801948Z [00:03:28.761]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:43.4803416Z [00:03:28.761]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:43.4804780Z [00:03:28.761]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:43.4806299Z [00:03:28.761]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:43.4807693Z [00:03:28.761]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:43.4808819Z [00:03:28.761]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:43.4820862Z [00:03:28.761]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:43.4821706Z [00:03:28.761]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:43.4822503Z [00:03:28.761]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:43.4823284Z [00:03:28.761]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:43.4824056Z [00:03:28.761]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:43.4824830Z [00:03:28.761]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:43.4825605Z [00:03:28.761]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:43.4826356Z [00:03:28.761]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:43.4827164Z [00:03:28.761]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:43.4827793Z [00:03:28.761]➜  EOF
2025-08-20T23:04:43.4846883Z [00:03:28.761]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2075/_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/b2075=>" -p github.com/envoyproxy/go-control-plane/envoy/config/trace/v3 -lang=go1.22 -complete -installsuffix shared -buildid 7QmYudJ_gt9vEiROgps0/7QmYudJ_gt9vEiROgps0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2075/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-20T23:04:43.5222056Z [00:03:28.805]➜  go tool buildid -w $WORK/b2069/_pkg_.a # internal
2025-08-20T23:04:43.5303791Z [00:03:28.813]➜  cp $WORK/b2069/_pkg_.a /root/.cache/go-build/eb/ebea73f6fde8299a6c9fcfa7bbf41138b167e973a6827abc1a6bdff573dd2ffe-d # internal
2025-08-20T23:04:43.5308564Z [00:03:28.814]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3
2025-08-20T23:04:43.5311833Z [00:03:28.814]➜  mkdir -p $WORK/b2076/
2025-08-20T23:04:43.5317732Z [00:03:28.815]➜  cat >/tmp/go-build3700090427/b2076/importcfg << 'EOF' # internal
2025-08-20T23:04:43.5334120Z [00:03:28.815]➜  # import config
2025-08-20T23:04:43.5334875Z [00:03:28.815]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:43.5335751Z [00:03:28.815]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:43.5336498Z [00:03:28.815]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:43.5337333Z [00:03:28.815]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:43.5338733Z [00:03:28.815]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:43.5340542Z [00:03:28.815]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:43.5342149Z [00:03:28.815]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3700090427/b2038/_pkg_.a
2025-08-20T23:04:43.5343675Z [00:03:28.815]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:43.5345102Z [00:03:28.815]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:43.5346730Z [00:03:28.815]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:43.5348139Z [00:03:28.815]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:43.5349792Z [00:03:28.815]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:43.5351209Z [00:03:28.815]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:43.5352279Z [00:03:28.815]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:43.5353085Z [00:03:28.815]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:43.5353898Z [00:03:28.815]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:43.5354717Z [00:03:28.815]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:43.5355524Z [00:03:28.815]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:43.5356338Z [00:03:28.815]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:43.5357139Z [00:03:28.815]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:43.5357952Z [00:03:28.815]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:43.5358752Z [00:03:28.815]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:43.5360216Z [00:03:28.815]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:43.5361361Z [00:03:28.815]➜  EOF
2025-08-20T23:04:43.5378650Z [00:03:28.815]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2076/_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/b2076=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3 -lang=go1.22 -complete -installsuffix shared -buildid fLa-NGSu0-RHw_BRi0Wv/fLa-NGSu0-RHw_BRi0Wv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2076/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-20T23:04:43.5394783Z [00:03:28.816]➜  go tool buildid -w $WORK/b2071/_pkg_.a # internal
2025-08-20T23:04:43.5504625Z [00:03:28.833]➜  cp $WORK/b2071/_pkg_.a /root/.cache/go-build/3e/3e52560ada79ccd9a79a82d99c5b7acb553bc0c7cfe97e9027d48bd2c2fe3e2d-d # internal
2025-08-20T23:04:43.5506055Z [00:03:28.833]➜  github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3
2025-08-20T23:04:43.5506807Z [00:03:28.833]➜  mkdir -p $WORK/b2070/
2025-08-20T23:04:43.5507521Z [00:03:28.833]➜  cat >/tmp/go-build3700090427/b2070/importcfg << 'EOF' # internal
2025-08-20T23:04:43.5508198Z [00:03:28.833]➜  # import config
2025-08-20T23:04:43.5509109Z [00:03:28.833]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:43.5510224Z [00:03:28.833]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:43.5511056Z [00:03:28.833]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:43.5512172Z [00:03:28.833]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:43.5513402Z [00:03:28.833]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3700090427/b2036/_pkg_.a
2025-08-20T23:04:43.5514775Z [00:03:28.833]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:43.5516337Z [00:03:28.833]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:43.5517942Z [00:03:28.833]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3700090427/b2071/_pkg_.a
2025-08-20T23:04:43.5519789Z [00:03:28.833]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3700090427/b2067/_pkg_.a
2025-08-20T23:04:43.5521370Z [00:03:28.833]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:43.5522710Z [00:03:28.833]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:43.5524101Z [00:03:28.833]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:43.5525438Z [00:03:28.833]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:43.5526763Z [00:03:28.833]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:43.5528149Z [00:03:28.833]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:43.5529978Z [00:03:28.833]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:43.5531759Z [00:03:28.833]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:43.5532866Z [00:03:28.833]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:43.5533669Z [00:03:28.833]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:43.5534506Z [00:03:28.833]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:43.5535323Z [00:03:28.833]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:43.5536150Z [00:03:28.833]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:43.5536953Z [00:03:28.833]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:43.5537762Z [00:03:28.833]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:43.5538587Z [00:03:28.833]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:43.5539581Z [00:03:28.833]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:43.5540458Z [00:03:28.834]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:43.5541108Z [00:03:28.834]➜  EOF
2025-08-20T23:04:43.5551456Z [00:03:28.834]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2070/_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/b2070=>" -p github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3 -lang=go1.22 -complete -installsuffix shared -buildid kkb0V6VbSUgOushIayVC/kkb0V6VbSUgOushIayVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2070/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-20T23:04:43.8577512Z [00:03:29.141]➜  go tool buildid -w $WORK/b2075/_pkg_.a # internal
2025-08-20T23:04:43.8694936Z [00:03:29.152]➜  cp $WORK/b2075/_pkg_.a /root/.cache/go-build/72/722a21f644188f1d1e345608ed93d9d3fe277b080bf314980d47254ea15e6ed8-d # internal
2025-08-20T23:04:43.8696449Z [00:03:29.153]➜  github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3
2025-08-20T23:04:43.8697306Z [00:03:29.153]➜  mkdir -p $WORK/b2085/
2025-08-20T23:04:43.8702482Z [00:03:29.153]➜  cat >/tmp/go-build3700090427/b2085/importcfg << 'EOF' # internal
2025-08-20T23:04:43.8707219Z [00:03:29.153]➜  # import config
2025-08-20T23:04:43.8707929Z [00:03:29.153]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:43.8709107Z [00:03:29.153]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:43.8710228Z [00:03:29.153]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:43.8711090Z [00:03:29.153]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:43.8712200Z [00:03:29.153]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:43.8713684Z [00:03:29.153]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:43.8715531Z [00:03:29.153]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3700090427/b2071/_pkg_.a
2025-08-20T23:04:43.8717066Z [00:03:29.153]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:43.8718168Z [00:03:29.153]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:43.8719556Z [00:03:29.153]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:43.8720974Z [00:03:29.153]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:43.8722427Z [00:03:29.153]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:43.8723832Z [00:03:29.153]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:43.8725313Z [00:03:29.153]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:43.8726465Z [00:03:29.153]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:43.8727335Z [00:03:29.153]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:43.8728223Z [00:03:29.153]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:43.8729085Z [00:03:29.153]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:43.8730357Z [00:03:29.153]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:43.8731003Z [00:03:29.153]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:43.8731645Z [00:03:29.153]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:43.8732334Z [00:03:29.153]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:43.8733092Z [00:03:29.153]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:43.8734076Z [00:03:29.153]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:43.8734743Z [00:03:29.153]➜  EOF
2025-08-20T23:04:43.8740764Z [00:03:29.153]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2085/_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/b2085=>" -p github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3 -lang=go1.22 -complete -installsuffix shared -buildid XzE6nIoVIP_Rx_iqaQVV/XzE6nIoVIP_Rx_iqaQVV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2085/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-20T23:04:44.0344371Z [00:03:29.317]➜  go tool buildid -w $WORK/b2085/_pkg_.a # internal
2025-08-20T23:04:44.0380904Z [00:03:29.321]➜  cp $WORK/b2085/_pkg_.a /root/.cache/go-build/ba/ba59a4ca2457f0b844a34c11d6f46d17902dfbde74826085f6b2ccf4f947bd76-d # internal
2025-08-20T23:04:44.0393806Z [00:03:29.321]➜  google.golang.org/grpc/xds/internal/clients/internal
2025-08-20T23:04:44.0394456Z [00:03:29.321]➜  mkdir -p $WORK/b2086/
2025-08-20T23:04:44.0395364Z [00:03:29.322]➜  cat >/tmp/go-build3700090427/b2086/importcfg << 'EOF' # internal
2025-08-20T23:04:44.0396003Z [00:03:29.322]➜  # import config
2025-08-20T23:04:44.0396964Z [00:03:29.322]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:44.0398294Z [00:03:29.322]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build3700090427/b2082/_pkg_.a
2025-08-20T23:04:44.0399636Z [00:03:29.322]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:44.0400984Z [00:03:29.322]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:44.0401968Z [00:03:29.322]➜  EOF
2025-08-20T23:04:44.0405976Z [00:03:29.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2086/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal=>google.golang.org/grpc@v1.74.2/xds/internal/clients/internal;$WORK/b2086=>" -p google.golang.org/grpc/xds/internal/clients/internal -lang=go1.23 -complete -installsuffix shared -buildid WlZBuqt0lAwpu9odOUBP/WlZBuqt0lAwpu9odOUBP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2086/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/internal/internal.go
2025-08-20T23:04:44.0736772Z [00:03:29.357]➜  go tool buildid -w $WORK/b2086/_pkg_.a # internal
2025-08-20T23:04:44.0747130Z [00:03:29.358]➜  cp $WORK/b2086/_pkg_.a /root/.cache/go-build/c0/c098d5f1a44b6210c30572871917edaf6999de87676dbe2ef319a11c759fdb3d-d # internal
2025-08-20T23:04:44.0750146Z [00:03:29.358]➜  google.golang.org/grpc/xds/internal/clients/lrsclient
2025-08-20T23:04:44.0750799Z [00:03:29.358]➜  mkdir -p $WORK/b2084/
2025-08-20T23:04:44.0757160Z [00:03:29.359]➜  cat >/tmp/go-build3700090427/b2084/importcfg << 'EOF' # internal
2025-08-20T23:04:44.0758680Z [00:03:29.359]➜  # import config
2025-08-20T23:04:44.0760042Z [00:03:29.359]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:44.0761193Z [00:03:29.359]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:44.0780672Z [00:03:29.359]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:44.0782368Z [00:03:29.359]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:44.0784678Z [00:03:29.359]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3700090427/b2071/_pkg_.a
2025-08-20T23:04:44.0787869Z [00:03:29.359]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build3700090427/b2085/_pkg_.a
2025-08-20T23:04:44.0789234Z [00:03:29.359]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:44.0790626Z [00:03:29.359]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3700090427/b396/_pkg_.a
2025-08-20T23:04:44.0791862Z [00:03:29.359]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:44.0793096Z [00:03:29.359]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:04:44.0794351Z [00:03:29.359]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build3700090427/b2082/_pkg_.a
2025-08-20T23:04:44.0795726Z [00:03:29.359]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal=/tmp/go-build3700090427/b2086/_pkg_.a
2025-08-20T23:04:44.0797297Z [00:03:29.359]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/backoff=/tmp/go-build3700090427/b2087/_pkg_.a
2025-08-20T23:04:44.0798896Z [00:03:29.359]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient/internal=/tmp/go-build3700090427/b2088/_pkg_.a
2025-08-20T23:04:44.0801349Z [00:03:29.359]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:44.0802511Z [00:03:29.359]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:44.0803638Z [00:03:29.359]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:44.0804294Z [00:03:29.359]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:44.0805072Z [00:03:29.359]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:44.0805834Z [00:03:29.359]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:44.0806371Z [00:03:29.359]➜  EOF
2025-08-20T23:04:44.0813598Z [00:03:29.359]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2084/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/lrsclient=>google.golang.org/grpc@v1.74.2/xds/internal/clients/lrsclient;$WORK/b2084=>" -p google.golang.org/grpc/xds/internal/clients/lrsclient -lang=go1.23 -complete -installsuffix shared -buildid H6otW60bhHAZJzfyHron/H6otW60bhHAZJzfyHron -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2084/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/lrsclient/load_store.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/lrsclient/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/lrsclient/lrs_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/lrsclient/lrsclient.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/lrsclient/lrsconfig.go
2025-08-20T23:04:44.1860580Z [00:03:29.469]➜  go tool buildid -w $WORK/b2076/_pkg_.a # internal
2025-08-20T23:04:44.1971692Z [00:03:29.480]➜  cp $WORK/b2076/_pkg_.a /root/.cache/go-build/f1/f1d4c7f55aebc24dee394df2a2ccc6610abb54180e73ee9f809a4848618ce422-d # internal
2025-08-20T23:04:44.1987612Z [00:03:29.482]➜  github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3
2025-08-20T23:04:44.1990310Z [00:03:29.482]➜  mkdir -p $WORK/b2090/
2025-08-20T23:04:44.1993085Z [00:03:29.482]➜  cat >/tmp/go-build3700090427/b2090/importcfg << 'EOF' # internal
2025-08-20T23:04:44.1999095Z [00:03:29.482]➜  # import config
2025-08-20T23:04:44.1999910Z [00:03:29.482]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:44.2000670Z [00:03:29.482]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:44.2001416Z [00:03:29.482]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:44.2002129Z [00:03:29.482]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:44.2003048Z [00:03:29.482]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:44.2004593Z [00:03:29.482]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:44.2005982Z [00:03:29.482]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:44.2007286Z [00:03:29.482]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3700090427/b403/_pkg_.a
2025-08-20T23:04:44.2008509Z [00:03:29.482]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:44.2020616Z [00:03:29.482]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:44.2021891Z [00:03:29.482]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:44.2023200Z [00:03:29.482]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:44.2024656Z [00:03:29.482]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:44.2026049Z [00:03:29.482]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:44.2027479Z [00:03:29.482]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:44.2028596Z [00:03:29.482]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:44.2029880Z [00:03:29.482]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:44.2030785Z [00:03:29.482]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:44.2031666Z [00:03:29.482]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:44.2032508Z [00:03:29.482]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:44.2033330Z [00:03:29.482]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:44.2034416Z [00:03:29.482]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:44.2035371Z [00:03:29.482]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:44.2036391Z [00:03:29.482]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:44.2037262Z [00:03:29.482]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:44.2037941Z [00:03:29.482]➜  EOF
2025-08-20T23:04:44.2045800Z [00:03:29.482]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2090/_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/b2090=>" -p github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 -lang=go1.22 -complete -installsuffix shared -buildid GuyO796QAwmlX-hcj1Y1/GuyO796QAwmlX-hcj1Y1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2090/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-20T23:04:44.4106402Z [00:03:29.694]➜  go tool buildid -w $WORK/b2084/_pkg_.a # internal
2025-08-20T23:04:44.4207680Z [00:03:29.704]➜  cp $WORK/b2084/_pkg_.a /root/.cache/go-build/36/364707392bcb740883ea7283129000c99febae022d05e91b7d5d2c41ab15b5d9-d # internal
2025-08-20T23:04:44.4257527Z [00:03:29.709]➜  google.golang.org/grpc/xds/internal/balancer/loadstore
2025-08-20T23:04:44.4261354Z [00:03:29.709]➜  mkdir -p $WORK/b2122/
2025-08-20T23:04:44.4269799Z [00:03:29.710]➜  cat >/tmp/go-build3700090427/b2122/importcfg << 'EOF' # internal
2025-08-20T23:04:44.4280933Z [00:03:29.710]➜  # import config
2025-08-20T23:04:44.4281823Z [00:03:29.710]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build3700090427/b2082/_pkg_.a
2025-08-20T23:04:44.4283090Z [00:03:29.710]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build3700090427/b2084/_pkg_.a
2025-08-20T23:04:44.4284059Z [00:03:29.710]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:44.4284737Z [00:03:29.710]➜  EOF
2025-08-20T23:04:44.4288498Z [00:03:29.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2122/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/loadstore=>google.golang.org/grpc@v1.74.2/xds/internal/balancer/loadstore;$WORK/b2122=>" -p google.golang.org/grpc/xds/internal/balancer/loadstore -lang=go1.23 -complete -installsuffix shared -buildid M4y5tyrGURyql2NcKBO5/M4y5tyrGURyql2NcKBO5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2122/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/loadstore/load_store_wrapper.go
2025-08-20T23:04:44.7486691Z [00:03:30.032]➜  go tool buildid -w $WORK/b2122/_pkg_.a # internal
2025-08-20T23:04:44.7637628Z [00:03:30.047]➜  cp $WORK/b2122/_pkg_.a /root/.cache/go-build/23/2327ef0a76082b7455617d774d505166ea9ffded27c081a93a80b3d27cb1d6cd-d # internal
2025-08-20T23:04:44.7639298Z [00:03:30.047]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3
2025-08-20T23:04:44.7640491Z [00:03:30.047]➜  mkdir -p $WORK/b2147/
2025-08-20T23:04:44.7641225Z [00:03:30.047]➜  cat >/tmp/go-build3700090427/b2147/importcfg << 'EOF' # internal
2025-08-20T23:04:44.7641912Z [00:03:30.047]➜  # import config
2025-08-20T23:04:44.7642557Z [00:03:30.047]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:44.7643382Z [00:03:30.047]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:44.7644281Z [00:03:30.047]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:44.7645195Z [00:03:30.047]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:44.7646618Z [00:03:30.047]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:44.7648007Z [00:03:30.047]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:44.7649595Z [00:03:30.047]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:44.7650862Z [00:03:30.047]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:44.7652075Z [00:03:30.047]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:44.7653311Z [00:03:30.047]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:44.7654632Z [00:03:30.047]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:44.7655961Z [00:03:30.047]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:44.7656983Z [00:03:30.047]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:44.7657747Z [00:03:30.047]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:44.7658481Z [00:03:30.047]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:44.7659232Z [00:03:30.047]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:44.7670387Z [00:03:30.047]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:44.7671141Z [00:03:30.047]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:44.7671907Z [00:03:30.047]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:44.7672831Z [00:03:30.047]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:44.7673603Z [00:03:30.047]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:44.7674420Z [00:03:30.047]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:44.7675051Z [00:03:30.047]➜  EOF
2025-08-20T23:04:44.7681451Z [00:03:30.047]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2147/_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/b2147=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3 -lang=go1.22 -complete -installsuffix shared -buildid RhdP-2IctAq6DGiJES2S/RhdP-2IctAq6DGiJES2S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2147/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-20T23:04:44.9563141Z [00:03:30.239]➜  go tool buildid -w $WORK/b2147/_pkg_.a # internal
2025-08-20T23:04:44.9596858Z [00:03:30.243]➜  cp $WORK/b2147/_pkg_.a /root/.cache/go-build/e7/e7d80cf933574c3f353d1d182b0da5a0889fb0ce1836ea5647bf942f6c1b4b0b-d # internal
2025-08-20T23:04:44.9608885Z [00:03:30.243]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3
2025-08-20T23:04:44.9610009Z [00:03:30.243]➜  mkdir -p $WORK/b2146/
2025-08-20T23:04:44.9612691Z [00:03:30.244]➜  cat >/tmp/go-build3700090427/b2146/importcfg << 'EOF' # internal
2025-08-20T23:04:44.9613357Z [00:03:30.244]➜  # import config
2025-08-20T23:04:44.9614004Z [00:03:30.244]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:44.9614992Z [00:03:30.244]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:44.9615900Z [00:03:30.244]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:44.9617002Z [00:03:30.244]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:44.9618363Z [00:03:30.244]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:44.9620035Z [00:03:30.244]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:44.9621755Z [00:03:30.244]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3700090427/b2147/_pkg_.a
2025-08-20T23:04:44.9623435Z [00:03:30.244]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:44.9625023Z [00:03:30.244]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:44.9626354Z [00:03:30.244]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:44.9627648Z [00:03:30.244]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:44.9628942Z [00:03:30.244]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:44.9635249Z [00:03:30.244]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:44.9636059Z [00:03:30.244]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:44.9636831Z [00:03:30.244]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:44.9637684Z [00:03:30.244]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:44.9638519Z [00:03:30.244]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:44.9639660Z [00:03:30.244]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:44.9640464Z [00:03:30.244]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:44.9641249Z [00:03:30.244]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:44.9642127Z [00:03:30.244]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:44.9642936Z [00:03:30.244]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:44.9643743Z [00:03:30.244]➜  EOF
2025-08-20T23:04:44.9655086Z [00:03:30.244]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2146/_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/b2146=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3 -lang=go1.22 -complete -installsuffix shared -buildid c8YH693OsAHoD2veDQx-/c8YH693OsAHoD2veDQx- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2146/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-20T23:04:45.0295426Z [00:03:30.313]➜  go tool buildid -w $WORK/b2090/_pkg_.a # internal
2025-08-20T23:04:45.0523862Z [00:03:30.335]➜  cp $WORK/b2090/_pkg_.a /root/.cache/go-build/2f/2fc89378d34e026c659d20e0c70d943ed81d2cf7d178b58bd15294234a468b04-d # internal
2025-08-20T23:04:45.0546933Z [00:03:30.338]➜  google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource
2025-08-20T23:04:45.0549759Z [00:03:30.338]➜  mkdir -p $WORK/b2095/
2025-08-20T23:04:45.0559744Z [00:03:30.339]➜  cat >/tmp/go-build3700090427/b2095/importcfg << 'EOF' # internal
2025-08-20T23:04:45.0560693Z [00:03:30.339]➜  # import config
2025-08-20T23:04:45.0561353Z [00:03:30.339]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.0562154Z [00:03:30.339]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.0563497Z [00:03:30.339]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3700090427/b2090/_pkg_.a
2025-08-20T23:04:45.0564874Z [00:03:30.339]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:45.0566090Z [00:03:30.339]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:45.0567142Z [00:03:30.339]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:45.0567926Z [00:03:30.339]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:45.0568710Z [00:03:30.339]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.0569829Z [00:03:30.339]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:45.0570430Z [00:03:30.339]➜  EOF
2025-08-20T23:04:45.0592309Z [00:03:30.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2095/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/internal/xdsresource=>google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/internal/xdsresource;$WORK/b2095=>" -p google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource -lang=go1.23 -complete -installsuffix shared -buildid ZH7HliUO0E4j6jYSxIky/ZH7HliUO0E4j6jYSxIky -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2095/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/internal/xdsresource/ads_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/internal/xdsresource/errors.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/internal/xdsresource/name.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/internal/xdsresource/type.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/internal/xdsresource/version.go
2025-08-20T23:04:45.0669164Z [00:03:30.349]➜  go tool buildid -w $WORK/b2146/_pkg_.a # internal
2025-08-20T23:04:45.0684944Z [00:03:30.352]➜  cp $WORK/b2146/_pkg_.a /root/.cache/go-build/80/80eed24f70b1678c6cec3d79b6677710fc40673ac403a3d0c64995d5d6e801ee-d # internal
2025-08-20T23:04:45.0688977Z [00:03:30.352]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3
2025-08-20T23:04:45.0690125Z [00:03:30.352]➜  mkdir -p $WORK/b2149/
2025-08-20T23:04:45.0696358Z [00:03:30.353]➜  cat >/tmp/go-build3700090427/b2149/importcfg << 'EOF' # internal
2025-08-20T23:04:45.0697075Z [00:03:30.353]➜  # import config
2025-08-20T23:04:45.0697740Z [00:03:30.353]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.0698627Z [00:03:30.353]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.0699769Z [00:03:30.353]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.0701105Z [00:03:30.353]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:45.0702496Z [00:03:30.353]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:45.0704308Z [00:03:30.353]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3700090427/b2147/_pkg_.a
2025-08-20T23:04:45.0705954Z [00:03:30.353]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:45.0707357Z [00:03:30.353]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:45.0708709Z [00:03:30.353]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:45.0710301Z [00:03:30.353]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:45.0711640Z [00:03:30.353]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:45.0712719Z [00:03:30.353]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:45.0713548Z [00:03:30.353]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:45.0714347Z [00:03:30.353]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:45.0715206Z [00:03:30.353]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:45.0715994Z [00:03:30.353]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:45.0716823Z [00:03:30.353]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:45.0717633Z [00:03:30.353]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.0718699Z [00:03:30.353]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:45.0729032Z [00:03:30.353]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:45.0730242Z [00:03:30.353]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:45.0730917Z [00:03:30.353]➜  EOF
2025-08-20T23:04:45.0737142Z [00:03:30.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2149/_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/b2149=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3 -lang=go1.22 -complete -installsuffix shared -buildid wlRqv1Byao8tDTc1mMpa/wlRqv1Byao8tDTc1mMpa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2149/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-20T23:04:45.1441844Z [00:03:30.427]➜  go tool buildid -w $WORK/b2149/_pkg_.a # internal
2025-08-20T23:04:45.1464435Z [00:03:30.429]➜  cp $WORK/b2149/_pkg_.a /root/.cache/go-build/5b/5b5a41e7bfbae30a79ff3f90251ec2a03524e96803ab82ffdf8eb2fe46641915-d # internal
2025-08-20T23:04:45.1474863Z [00:03:30.431]➜  go tool buildid -w $WORK/b2070/_pkg_.a # internal
2025-08-20T23:04:45.1552011Z [00:03:30.436]➜  github.com/go-git/go-git/v5/plumbing/format/packfile
2025-08-20T23:04:45.1567383Z [00:03:30.436]➜  mkdir -p $WORK/b2191/
2025-08-20T23:04:45.1568118Z [00:03:30.437]➜  cat >/tmp/go-build3700090427/b2191/importcfg << 'EOF' # internal
2025-08-20T23:04:45.1568791Z [00:03:30.437]➜  # import config
2025-08-20T23:04:45.1569609Z [00:03:30.437]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:45.1570395Z [00:03:30.437]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.1571419Z [00:03:30.437]➜  packagefile compress/zlib=/tmp/go-build3700090427/b816/_pkg_.a
2025-08-20T23:04:45.1572237Z [00:03:30.437]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.1572998Z [00:03:30.437]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.1573931Z [00:03:30.437]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:04:45.1575029Z [00:03:30.437]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:45.1576251Z [00:03:30.437]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3700090427/b2183/_pkg_.a
2025-08-20T23:04:45.1577552Z [00:03:30.437]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3700090427/b2192/_pkg_.a
2025-08-20T23:04:45.1578910Z [00:03:30.437]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3700090427/b2171/_pkg_.a
2025-08-20T23:04:45.1581229Z [00:03:30.437]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3700090427/b2193/_pkg_.a
2025-08-20T23:04:45.1582471Z [00:03:30.437]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3700090427/b2190/_pkg_.a
2025-08-20T23:04:45.1583620Z [00:03:30.437]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:45.1584773Z [00:03:30.437]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3700090427/b2194/_pkg_.a
2025-08-20T23:04:45.1585663Z [00:03:30.437]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:45.1586406Z [00:03:30.437]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:45.1587135Z [00:03:30.437]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:45.1587846Z [00:03:30.437]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:45.1588686Z [00:03:30.437]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:45.1589677Z [00:03:30.437]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:45.1590470Z [00:03:30.437]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:45.1591046Z [00:03:30.437]➜  EOF
2025-08-20T23:04:45.1602350Z [00:03:30.437]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2191/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile=>github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile;$WORK/b2191=>" -p github.com/go-git/go-git/v5/plumbing/format/packfile -lang=go1.21 -complete -installsuffix shared -buildid y9XV6RyFhqxwau_qhwgB/y9XV6RyFhqxwau_qhwgB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2191/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/delta_index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/delta_selector.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/diff_delta.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/error.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/fsobject.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/object_pack.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/packfile.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/parser.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/patch_delta.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/packfile/scanner.go
2025-08-20T23:04:45.1637026Z [00:03:30.447]➜  go tool buildid -w $WORK/b2095/_pkg_.a # internal
2025-08-20T23:04:45.1653166Z [00:03:30.448]➜  cp $WORK/b2095/_pkg_.a /root/.cache/go-build/5f/5fd45398f2ef37f425448bbab4500b8612b2b3f3fb6de1d444125903e16711ea-d # internal
2025-08-20T23:04:45.1661163Z [00:03:30.449]➜  github.com/emirpasic/gods/utils
2025-08-20T23:04:45.1661827Z [00:03:30.449]➜  mkdir -p $WORK/b2198/
2025-08-20T23:04:45.1669752Z [00:03:30.450]➜  cat >/tmp/go-build3700090427/b2198/importcfg << 'EOF' # internal
2025-08-20T23:04:45.1673732Z [00:03:30.450]➜  # import config
2025-08-20T23:04:45.1674423Z [00:03:30.450]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.1675295Z [00:03:30.450]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:45.1676072Z [00:03:30.450]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:45.1676836Z [00:03:30.450]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:45.1677622Z [00:03:30.450]➜  EOF
2025-08-20T23:04:45.1693967Z [00:03:30.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils=>github.com/emirpasic/gods@v1.18.1/utils;$WORK/b2198=>" -p github.com/emirpasic/gods/utils -lang=go1.2 -complete -installsuffix shared -buildid t0iWSR-uQt1J4ohLw48q/t0iWSR-uQt1J4ohLw48q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2198/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/comparator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/sort.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/utils/utils.go
2025-08-20T23:04:45.1763869Z [00:03:30.459]➜  cp $WORK/b2070/_pkg_.a /root/.cache/go-build/01/01041e6d0c2d42b1d8d11fd56106fcda2666721e214ee37ff98e9d3391d8f000-d # internal
2025-08-20T23:04:45.1767855Z [00:03:30.460]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry
2025-08-20T23:04:45.1768551Z [00:03:30.460]➜  mkdir -p $WORK/b2106/
2025-08-20T23:04:45.1772939Z [00:03:30.460]➜  cat >/tmp/go-build3700090427/b2106/importcfg << 'EOF' # internal
2025-08-20T23:04:45.1773647Z [00:03:30.461]➜  # import config
2025-08-20T23:04:45.1774299Z [00:03:30.461]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:45.1775080Z [00:03:30.461]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.1776194Z [00:03:30.461]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3700090427/b2070/_pkg_.a
2025-08-20T23:04:45.1777050Z [00:03:30.461]➜  EOF
2025-08-20T23:04:45.1781174Z [00:03:30.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2106/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdslbregistry=>google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdslbregistry;$WORK/b2106=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry -lang=go1.23 -complete -installsuffix shared -buildid 8WedXxklx-9rYzTavMUj/8WedXxklx-9rYzTavMUj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2106/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdslbregistry/xdslbregistry.go
2025-08-20T23:04:45.2214658Z [00:03:30.504]➜  go tool buildid -w $WORK/b2106/_pkg_.a # internal
2025-08-20T23:04:45.2243372Z [00:03:30.507]➜  cp $WORK/b2106/_pkg_.a /root/.cache/go-build/f4/f4e86688f3f389fd6c4c2bc7fcb5cd4aa47f214be23c8dbdc2825559151dc07d-d # internal
2025-08-20T23:04:45.2246305Z [00:03:30.507]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3
2025-08-20T23:04:45.2247276Z [00:03:30.507]➜  mkdir -p $WORK/b2150/
2025-08-20T23:04:45.2248014Z [00:03:30.507]➜  cat >/tmp/go-build3700090427/b2150/importcfg << 'EOF' # internal
2025-08-20T23:04:45.2248678Z [00:03:30.507]➜  # import config
2025-08-20T23:04:45.2249503Z [00:03:30.507]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.2252240Z [00:03:30.507]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.2253147Z [00:03:30.507]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.2254439Z [00:03:30.507]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:45.2255897Z [00:03:30.507]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3700090427/b2070/_pkg_.a
2025-08-20T23:04:45.2257424Z [00:03:30.507]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:45.2258822Z [00:03:30.507]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:45.2260394Z [00:03:30.507]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:45.2261751Z [00:03:30.507]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:45.2263114Z [00:03:30.507]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:45.2263975Z [00:03:30.507]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:45.2264829Z [00:03:30.507]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:45.2265649Z [00:03:30.507]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:45.2266482Z [00:03:30.507]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:45.2267323Z [00:03:30.507]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:45.2268153Z [00:03:30.507]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.2268976Z [00:03:30.507]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:45.2274083Z [00:03:30.507]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:45.2274993Z [00:03:30.507]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:45.2275651Z [00:03:30.507]➜  EOF
2025-08-20T23:04:45.2282532Z [00:03:30.507]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2150/_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/b2150=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3 -lang=go1.22 -complete -installsuffix shared -buildid lDgFabfD5QFjb-lBJnRs/lDgFabfD5QFjb-lBJnRs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2150/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-20T23:04:45.2435867Z [00:03:30.527]➜  go tool buildid -w $WORK/b2198/_pkg_.a # internal
2025-08-20T23:04:45.2445208Z [00:03:30.528]➜  cp $WORK/b2198/_pkg_.a /root/.cache/go-build/82/829bb60f7da3cf1d85f07ddd32fa19af10bf873c7793bdd03a05a66c509a6ac0-d # internal
2025-08-20T23:04:45.2446451Z [00:03:30.528]➜  github.com/emirpasic/gods/containers
2025-08-20T23:04:45.2451207Z [00:03:30.528]➜  mkdir -p $WORK/b2197/
2025-08-20T23:04:45.2453824Z [00:03:30.528]➜  cat >/tmp/go-build3700090427/b2197/importcfg << 'EOF' # internal
2025-08-20T23:04:45.2454732Z [00:03:30.528]➜  # import config
2025-08-20T23:04:45.2471113Z [00:03:30.528]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3700090427/b2198/_pkg_.a
2025-08-20T23:04:45.2471920Z [00:03:30.528]➜  EOF
2025-08-20T23:04:45.2476960Z [00:03:30.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers=>github.com/emirpasic/gods@v1.18.1/containers;$WORK/b2197=>" -p github.com/emirpasic/gods/containers -lang=go1.2 -complete -installsuffix shared -buildid vWbfdvo7g93My2ZPy5t6/vWbfdvo7g93My2ZPy5t6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2197/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/containers.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/enumerable.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/containers/serialization.go
2025-08-20T23:04:45.2947163Z [00:03:30.578]➜  go tool buildid -w $WORK/b2197/_pkg_.a # internal
2025-08-20T23:04:45.2955667Z [00:03:30.579]➜  cp $WORK/b2197/_pkg_.a /root/.cache/go-build/f0/f073670cddc41a77a8c95cc096afa18a2ced9e785c66d91a9cdc63b99c694514-d # internal
2025-08-20T23:04:45.2976057Z [00:03:30.581]➜  github.com/emirpasic/gods/lists
2025-08-20T23:04:45.2977936Z [00:03:30.581]➜  mkdir -p $WORK/b2200/
2025-08-20T23:04:45.2978887Z [00:03:30.581]➜  cat >/tmp/go-build3700090427/b2200/importcfg << 'EOF' # internal
2025-08-20T23:04:45.2980055Z [00:03:30.581]➜  # import config
2025-08-20T23:04:45.2981172Z [00:03:30.581]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3700090427/b2197/_pkg_.a
2025-08-20T23:04:45.2982272Z [00:03:30.581]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3700090427/b2198/_pkg_.a
2025-08-20T23:04:45.2982973Z [00:03:30.581]➜  EOF
2025-08-20T23:04:45.2986195Z [00:03:30.581]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists=>github.com/emirpasic/gods@v1.18.1/lists;$WORK/b2200=>" -p github.com/emirpasic/gods/lists -lang=go1.2 -complete -installsuffix shared -buildid nevUovoLL3db4feIR0-Q/nevUovoLL3db4feIR0-Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2200/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/lists.go
2025-08-20T23:04:45.3266206Z [00:03:30.610]➜  go tool buildid -w $WORK/b2200/_pkg_.a # internal
2025-08-20T23:04:45.3273856Z [00:03:30.610]➜  cp $WORK/b2200/_pkg_.a /root/.cache/go-build/32/3236f2a1b569c4c14f5685c4c7cbf582f3bd9d6630a3e2105673a22116d41afb-d # internal
2025-08-20T23:04:45.3278451Z [00:03:30.611]➜  github.com/emirpasic/gods/lists/arraylist
2025-08-20T23:04:45.3279290Z [00:03:30.611]➜  mkdir -p $WORK/b2199/
2025-08-20T23:04:45.3280317Z [00:03:30.611]➜  cat >/tmp/go-build3700090427/b2199/importcfg << 'EOF' # internal
2025-08-20T23:04:45.3280984Z [00:03:30.611]➜  # import config
2025-08-20T23:04:45.3281686Z [00:03:30.611]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:45.3282525Z [00:03:30.611]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.3283520Z [00:03:30.611]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3700090427/b2197/_pkg_.a
2025-08-20T23:04:45.3284659Z [00:03:30.611]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build3700090427/b2200/_pkg_.a
2025-08-20T23:04:45.3285759Z [00:03:30.611]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3700090427/b2198/_pkg_.a
2025-08-20T23:04:45.3286696Z [00:03:30.611]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.3287242Z [00:03:30.611]➜  EOF
2025-08-20T23:04:45.3292440Z [00:03:30.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2199/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist=>github.com/emirpasic/gods@v1.18.1/lists/arraylist;$WORK/b2199=>" -p github.com/emirpasic/gods/lists/arraylist -lang=go1.2 -complete -installsuffix shared -buildid Kyh5ck9BatcqiExU4yZA/Kyh5ck9BatcqiExU4yZA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2199/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/arraylist.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/enumerable.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/lists/arraylist/serialization.go
2025-08-20T23:04:45.3322758Z [00:03:30.615]➜  go tool buildid -w $WORK/b2150/_pkg_.a # internal
2025-08-20T23:04:45.3340783Z [00:03:30.617]➜  cp $WORK/b2150/_pkg_.a /root/.cache/go-build/7f/7fe16adfac6bff283ce1b4d21faecb3207c443952882fdbac31eddbb7536252f-d # internal
2025-08-20T23:04:45.3346670Z [00:03:30.617]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter
2025-08-20T23:04:45.3347440Z [00:03:30.618]➜  mkdir -p $WORK/b2144/
2025-08-20T23:04:45.3354364Z [00:03:30.618]➜  cat >/tmp/go-build3700090427/b2144/importcfg << 'EOF' # internal
2025-08-20T23:04:45.3355057Z [00:03:30.618]➜  # import config
2025-08-20T23:04:45.3355736Z [00:03:30.618]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:45.3356567Z [00:03:30.618]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.3357616Z [00:03:30.618]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3700090427/b2098/_pkg_.a
2025-08-20T23:04:45.3358793Z [00:03:30.618]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3700090427/b2064/_pkg_.a
2025-08-20T23:04:45.3360738Z [00:03:30.618]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build3700090427/b2145/_pkg_.a
2025-08-20T23:04:45.3362671Z [00:03:30.618]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build3700090427/b2146/_pkg_.a
2025-08-20T23:04:45.3364591Z [00:03:30.618]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build3700090427/b2148/_pkg_.a
2025-08-20T23:04:45.3366519Z [00:03:30.618]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build3700090427/b2149/_pkg_.a
2025-08-20T23:04:45.3368491Z [00:03:30.618]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build3700090427/b2150/_pkg_.a
2025-08-20T23:04:45.3370574Z [00:03:30.618]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:45.3371905Z [00:03:30.618]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3700090427/b2109/_pkg_.a
2025-08-20T23:04:45.3373176Z [00:03:30.618]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3700090427/b380/_pkg_.a
2025-08-20T23:04:45.3374358Z [00:03:30.618]➜  packagefile google.golang.org/grpc/balancer/ringhash=/tmp/go-build3700090427/b2151/_pkg_.a
2025-08-20T23:04:45.3375583Z [00:03:30.618]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3700090427/b388/_pkg_.a
2025-08-20T23:04:45.3376929Z [00:03:30.618]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build3700090427/b2153/_pkg_.a
2025-08-20T23:04:45.3378308Z [00:03:30.619]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build3700090427/b2141/_pkg_.a
2025-08-20T23:04:45.3400175Z [00:03:30.619]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:04:45.3401992Z [00:03:30.619]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3700090427/b2125/_pkg_.a
2025-08-20T23:04:45.3403488Z [00:03:30.619]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3700090427/b2106/_pkg_.a
2025-08-20T23:04:45.3404861Z [00:03:30.619]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:45.3406540Z [00:03:30.619]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:45.3407663Z [00:03:30.619]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.3408280Z [00:03:30.619]➜  EOF
2025-08-20T23:04:45.3413416Z [00:03:30.619]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2144/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdslbregistry/converter=>google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdslbregistry/converter;$WORK/b2144=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter -lang=go1.23 -complete -installsuffix shared -buildid bl-p8frnCK3iP6YLgsTx/bl-p8frnCK3iP6YLgsTx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2144/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdslbregistry/converter/converter.go
2025-08-20T23:04:45.3939037Z [00:03:30.677]➜  go tool buildid -w $WORK/b2144/_pkg_.a # internal
2025-08-20T23:04:45.3985908Z [00:03:30.682]➜  cp $WORK/b2144/_pkg_.a /root/.cache/go-build/18/18ed050a2384edcbdeabf3141fb70e00bb901c7743ba71e7b124bd241d38f51f-d # internal
2025-08-20T23:04:45.3988903Z [00:03:30.682]➜  github.com/emirpasic/gods/trees
2025-08-20T23:04:45.3992388Z [00:03:30.682]➜  mkdir -p $WORK/b2201/
2025-08-20T23:04:45.4002167Z [00:03:30.683]➜  cat >/tmp/go-build3700090427/b2201/importcfg << 'EOF' # internal
2025-08-20T23:04:45.4003925Z [00:03:30.683]➜  # import config
2025-08-20T23:04:45.4004853Z [00:03:30.683]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3700090427/b2197/_pkg_.a
2025-08-20T23:04:45.4005671Z [00:03:30.683]➜  EOF
2025-08-20T23:04:45.4008998Z [00:03:30.683]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees=>github.com/emirpasic/gods@v1.18.1/trees;$WORK/b2201=>" -p github.com/emirpasic/gods/trees -lang=go1.2 -complete -installsuffix shared -buildid ez4lupU_5MsbP4UrQKWc/ez4lupU_5MsbP4UrQKWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2201/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/trees.go
2025-08-20T23:04:45.4117983Z [00:03:30.695]➜  go tool buildid -w $WORK/b2201/_pkg_.a # internal
2025-08-20T23:04:45.4124394Z [00:03:30.696]➜  cp $WORK/b2201/_pkg_.a /root/.cache/go-build/1a/1aff72d002cbd40ee7bd3cdde6c39ec9b62f965b2fecaee3a6f9ab0821b70148-d # internal
2025-08-20T23:04:45.4146415Z [00:03:30.698]➜  github.com/go-git/go-git/v5/plumbing/format/diff
2025-08-20T23:04:45.4149541Z [00:03:30.698]➜  mkdir -p $WORK/b2202/
2025-08-20T23:04:45.4156112Z [00:03:30.699]➜  cat >/tmp/go-build3700090427/b2202/importcfg << 'EOF' # internal
2025-08-20T23:04:45.4158197Z [00:03:30.699]➜  # import config
2025-08-20T23:04:45.4158822Z [00:03:30.699]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.4159949Z [00:03:30.699]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:45.4161102Z [00:03:30.699]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build3700090427/b2203/_pkg_.a
2025-08-20T23:04:45.4162248Z [00:03:30.699]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3700090427/b2184/_pkg_.a
2025-08-20T23:04:45.4163141Z [00:03:30.699]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:45.4163841Z [00:03:30.699]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:45.4164632Z [00:03:30.699]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:45.4165402Z [00:03:30.699]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.4165988Z [00:03:30.699]➜  EOF
2025-08-20T23:04:45.4180646Z [00:03:30.701]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/diff=>github.com/go-git/go-git/v5@v5.13.2/plumbing/format/diff;$WORK/b2202=>" -p github.com/go-git/go-git/v5/plumbing/format/diff -lang=go1.21 -complete -installsuffix shared -buildid U7p7llte8hkx-rN8kY9k/U7p7llte8hkx-rN8kY9k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2202/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/diff/colorconfig.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/diff/patch.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/diff/unified_encoder.go
2025-08-20T23:04:45.4427288Z [00:03:30.726]➜  go tool buildid -w $WORK/b2199/_pkg_.a # internal
2025-08-20T23:04:45.4438257Z [00:03:30.727]➜  cp $WORK/b2199/_pkg_.a /root/.cache/go-build/d5/d532842e8cefdf0eebf6ca23e950aedd00f256024945cd19c9ad1779eec605fd-d # internal
2025-08-20T23:04:45.4476655Z [00:03:30.731]➜  github.com/emirpasic/gods/trees/binaryheap
2025-08-20T23:04:45.4477431Z [00:03:30.731]➜  mkdir -p $WORK/b2196/
2025-08-20T23:04:45.4478216Z [00:03:30.731]➜  cat >/tmp/go-build3700090427/b2196/importcfg << 'EOF' # internal
2025-08-20T23:04:45.4478975Z [00:03:30.731]➜  # import config
2025-08-20T23:04:45.4479860Z [00:03:30.731]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.4480958Z [00:03:30.731]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3700090427/b2197/_pkg_.a
2025-08-20T23:04:45.4482307Z [00:03:30.731]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build3700090427/b2199/_pkg_.a
2025-08-20T23:04:45.4483602Z [00:03:30.731]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build3700090427/b2201/_pkg_.a
2025-08-20T23:04:45.4484868Z [00:03:30.731]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3700090427/b2198/_pkg_.a
2025-08-20T23:04:45.4485926Z [00:03:30.731]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.4486546Z [00:03:30.731]➜  EOF
2025-08-20T23:04:45.4491861Z [00:03:30.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap=>github.com/emirpasic/gods@v1.18.1/trees/binaryheap;$WORK/b2196=>" -p github.com/emirpasic/gods/trees/binaryheap -lang=go1.2 -complete -installsuffix shared -buildid Y-jZ6ZK8jEZj5HPZXMwt/Y-jZ6ZK8jEZj5HPZXMwt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2196/importcfg -pack /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/binaryheap.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/iterator.go /root/go/pkg/mod/github.com/emirpasic/gods@v1.18.1/trees/binaryheap/serialization.go
2025-08-20T23:04:45.5454798Z [00:03:30.828]➜  go tool buildid -w $WORK/b2196/_pkg_.a # internal
2025-08-20T23:04:45.5466344Z [00:03:30.830]➜  cp $WORK/b2196/_pkg_.a /root/.cache/go-build/ca/ca960ee7d0a8944e768e31662bab6f7559006e3b1c555f04186db6054cf0f6fc-d # internal
2025-08-20T23:04:45.5472977Z [00:03:30.830]➜  github.com/go-git/go-git/v5/storage
2025-08-20T23:04:45.5474600Z [00:03:30.831]➜  mkdir -p $WORK/b2204/
2025-08-20T23:04:45.5487123Z [00:03:30.832]➜  cat >/tmp/go-build3700090427/b2204/importcfg << 'EOF' # internal
2025-08-20T23:04:45.5488472Z [00:03:30.832]➜  # import config
2025-08-20T23:04:45.5491353Z [00:03:30.832]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.5492904Z [00:03:30.832]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3700090427/b2168/_pkg_.a
2025-08-20T23:04:45.5494425Z [00:03:30.832]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3700090427/b2193/_pkg_.a
2025-08-20T23:04:45.5495560Z [00:03:30.832]➜  EOF
2025-08-20T23:04:45.5499878Z [00:03:30.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2204/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage=>github.com/go-git/go-git/v5@v5.13.2/storage;$WORK/b2204=>" -p github.com/go-git/go-git/v5/storage -lang=go1.21 -complete -installsuffix shared -buildid bD08s9d4mICGODNPuKMF/bD08s9d4mICGODNPuKMF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2204/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/storer.go
2025-08-20T23:04:45.5630083Z [00:03:30.846]➜  go tool buildid -w $WORK/b2202/_pkg_.a # internal
2025-08-20T23:04:45.5643717Z [00:03:30.847]➜  cp $WORK/b2202/_pkg_.a /root/.cache/go-build/a1/a16f340404c8a1621ac91700af1ebd81f19f2dbb4f618f66b0390309f140bef4-d # internal
2025-08-20T23:04:45.5697398Z [00:03:30.853]➜  github.com/sergi/go-diff/diffmatchpatch
2025-08-20T23:04:45.5699827Z [00:03:30.853]➜  mkdir -p $WORK/b2206/
2025-08-20T23:04:45.5703742Z [00:03:30.854]➜  cat >/tmp/go-build3700090427/b2206/importcfg << 'EOF' # internal
2025-08-20T23:04:45.5704742Z [00:03:30.854]➜  # import config
2025-08-20T23:04:45.5705580Z [00:03:30.854]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.5731775Z [00:03:30.854]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.5732617Z [00:03:30.854]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.5733421Z [00:03:30.854]➜  packagefile html=/tmp/go-build3700090427/b222/_pkg_.a
2025-08-20T23:04:45.5734168Z [00:03:30.854]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:45.5734916Z [00:03:30.854]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:45.5735691Z [00:03:30.854]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:45.5736474Z [00:03:30.854]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:45.5737277Z [00:03:30.854]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.5738062Z [00:03:30.854]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:45.5738908Z [00:03:30.854]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:45.5739849Z [00:03:30.854]➜  EOF
2025-08-20T23:04:45.5748952Z [00:03:30.854]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch=>github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch;$WORK/b2206=>" -p github.com/sergi/go-diff/diffmatchpatch -lang=go1.13 -complete -installsuffix shared -buildid stIPimP-YJ9sQcEBnOmV/stIPimP-YJ9sQcEBnOmV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2206/importcfg -pack /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/diff.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/diffmatchpatch.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/match.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/mathutil.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/operation_string.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/patch.go /root/go/pkg/mod/github.com/sergi/go-diff@v1.3.2-0.20230802210424-5b0b94c5c0d3/diffmatchpatch/stringutil.go
2025-08-20T23:04:45.5827309Z [00:03:30.866]➜  go tool buildid -w $WORK/b2204/_pkg_.a # internal
2025-08-20T23:04:45.5837934Z [00:03:30.867]➜  cp $WORK/b2204/_pkg_.a /root/.cache/go-build/35/35f8da9e5ae90aa0ebd9d95e5925a2045a57c3964292354e2dd1d7446c4e433a-d # internal
2025-08-20T23:04:45.5847322Z [00:03:30.868]➜  github.com/go-git/go-git/v5/utils/merkletrie/noder
2025-08-20T23:04:45.5848769Z [00:03:30.868]➜  mkdir -p $WORK/b2209/
2025-08-20T23:04:45.5859134Z [00:03:30.869]➜  cat >/tmp/go-build3700090427/b2209/importcfg << 'EOF' # internal
2025-08-20T23:04:45.5861418Z [00:03:30.869]➜  # import config
2025-08-20T23:04:45.5861999Z [00:03:30.869]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.5862722Z [00:03:30.869]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.5863458Z [00:03:30.869]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.5863997Z [00:03:30.869]➜  EOF
2025-08-20T23:04:45.5873223Z [00:03:30.870]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/noder=>github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/noder;$WORK/b2209=>" -p github.com/go-git/go-git/v5/utils/merkletrie/noder -lang=go1.21 -complete -installsuffix shared -buildid uIS926353E-ZetPSeSuN/uIS926353E-ZetPSeSuN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2209/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/noder/noder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/noder/path.go
2025-08-20T23:04:45.5988333Z [00:03:30.882]➜  go tool buildid -w $WORK/b2191/_pkg_.a # internal
2025-08-20T23:04:45.6040469Z [00:03:30.887]➜  cp $WORK/b2191/_pkg_.a /root/.cache/go-build/51/51ef46cad064d3dd78ef4ef3ae845e44395d72a2da9cdf3ad61b8465b377c955-d # internal
2025-08-20T23:04:45.6046481Z [00:03:30.888]➜  github.com/go-git/go-git/v5/utils/trace
2025-08-20T23:04:45.6047689Z [00:03:30.888]➜  mkdir -p $WORK/b2212/
2025-08-20T23:04:45.6048790Z [00:03:30.888]➜  cat >/tmp/go-build3700090427/b2212/importcfg << 'EOF' # internal
2025-08-20T23:04:45.6049948Z [00:03:30.888]➜  # import config
2025-08-20T23:04:45.6050910Z [00:03:30.888]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.6052130Z [00:03:30.888]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:45.6053095Z [00:03:30.888]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:45.6054354Z [00:03:30.888]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:45.6056293Z [00:03:30.888]➜  EOF
2025-08-20T23:04:45.6059977Z [00:03:30.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2212/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/trace=>github.com/go-git/go-git/v5@v5.13.2/utils/trace;$WORK/b2212=>" -p github.com/go-git/go-git/v5/utils/trace -lang=go1.21 -complete -installsuffix shared -buildid 6u02HqdKrFUurq5Li9hl/6u02HqdKrFUurq5Li9hl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2212/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/trace/trace.go
2025-08-20T23:04:45.6137857Z [00:03:30.897]➜  go tool buildid -w $WORK/b2209/_pkg_.a # internal
2025-08-20T23:04:45.6146942Z [00:03:30.897]➜  cp $WORK/b2209/_pkg_.a /root/.cache/go-build/21/2130c30852e1591a920e4337ca66f5ded6f6530198e6e5f38522b1a94b40df03-d # internal
2025-08-20T23:04:45.6148198Z [00:03:30.897]➜  github.com/go-git/go-git/v5/utils/merkletrie/internal/frame
2025-08-20T23:04:45.6149181Z [00:03:30.897]➜  mkdir -p $WORK/b2208/
2025-08-20T23:04:45.6150114Z [00:03:30.897]➜  cat >/tmp/go-build3700090427/b2208/importcfg << 'EOF' # internal
2025-08-20T23:04:45.6150788Z [00:03:30.897]➜  # import config
2025-08-20T23:04:45.6151465Z [00:03:30.897]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.6152310Z [00:03:30.897]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.6153388Z [00:03:30.897]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3700090427/b2209/_pkg_.a
2025-08-20T23:04:45.6154375Z [00:03:30.897]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:45.6155131Z [00:03:30.897]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.6155699Z [00:03:30.898]➜  EOF
2025-08-20T23:04:45.6176705Z [00:03:30.899]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/internal/frame=>github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/internal/frame;$WORK/b2208=>" -p github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -lang=go1.21 -complete -installsuffix shared -buildid Fc_-fhsPpVqZ5Ty8z8Fy/Fc_-fhsPpVqZ5Ty8z8Fy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2208/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/internal/frame/frame.go
2025-08-20T23:04:45.6355233Z [00:03:30.919]➜  go tool buildid -w $WORK/b2212/_pkg_.a # internal
2025-08-20T23:04:45.6360829Z [00:03:30.919]➜  go tool buildid -w $WORK/b2208/_pkg_.a # internal
2025-08-20T23:04:45.6368111Z [00:03:30.920]➜  cp $WORK/b2208/_pkg_.a /root/.cache/go-build/83/8391ea6f6418731942e7b29afc975a6ccab8aa9d7635914443616c4b8cf9d8d5-d # internal
2025-08-20T23:04:45.6371157Z [00:03:30.920]➜  cp $WORK/b2212/_pkg_.a /root/.cache/go-build/72/72409a23afd90b7c947ffece1aa6944f7cbdc707e8f23c614cd9410651205200-d # internal
2025-08-20T23:04:45.6378297Z [00:03:30.921]➜  github.com/go-git/go-git/v5/plumbing/format/pktline
2025-08-20T23:04:45.6379565Z [00:03:30.921]➜  mkdir -p $WORK/b2211/
2025-08-20T23:04:45.6391173Z [00:03:30.922]➜  cat >/tmp/go-build3700090427/b2211/importcfg << 'EOF' # internal
2025-08-20T23:04:45.6393116Z [00:03:30.922]➜  # import config
2025-08-20T23:04:45.6422256Z [00:03:30.922]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.6423124Z [00:03:30.922]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.6423914Z [00:03:30.922]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.6424889Z [00:03:30.922]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build3700090427/b2212/_pkg_.a
2025-08-20T23:04:45.6425804Z [00:03:30.922]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:45.6426561Z [00:03:30.922]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.6427207Z [00:03:30.922]➜  EOF
2025-08-20T23:04:45.6466439Z [00:03:30.922]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/pktline=>github.com/go-git/go-git/v5@v5.13.2/plumbing/format/pktline;$WORK/b2211=>" -p github.com/go-git/go-git/v5/plumbing/format/pktline -lang=go1.21 -complete -installsuffix shared -buildid mZfnVLdCpLXoXAwJFgnl/mZfnVLdCpLXoXAwJFgnl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2211/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/pktline/encoder.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/pktline/error.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/pktline/scanner.go
2025-08-20T23:04:45.6471691Z [00:03:30.925]➜  github.com/go-git/go-git/v5/utils/merkletrie
2025-08-20T23:04:45.6472331Z [00:03:30.925]➜  mkdir -p $WORK/b2207/
2025-08-20T23:04:45.6473123Z [00:03:30.929]➜  cat >/tmp/go-build3700090427/b2207/importcfg << 'EOF' # internal
2025-08-20T23:04:45.6474043Z [00:03:30.929]➜  # import config
2025-08-20T23:04:45.6474749Z [00:03:30.929]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:45.6475601Z [00:03:30.929]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.6476422Z [00:03:30.929]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.6477633Z [00:03:30.929]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build3700090427/b2208/_pkg_.a
2025-08-20T23:04:45.6479127Z [00:03:30.929]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3700090427/b2209/_pkg_.a
2025-08-20T23:04:45.6480462Z [00:03:30.929]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:45.6481061Z [00:03:30.929]➜  EOF
2025-08-20T23:04:45.6487142Z [00:03:30.929]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie=>github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie;$WORK/b2207=>" -p github.com/go-git/go-git/v5/utils/merkletrie -lang=go1.21 -complete -installsuffix shared -buildid AYCABJUCgIFrptnqZT8H/AYCABJUCgIFrptnqZT8H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2207/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/change.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/difftree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/doubleiter.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/iter.go
2025-08-20T23:04:45.6630340Z [00:03:30.946]➜  go tool buildid -w $WORK/b2062/_pkg_.a # internal
2025-08-20T23:04:45.6916797Z [00:03:30.975]➜  cp $WORK/b2062/_pkg_.a /root/.cache/go-build/6f/6f84cb3709cd4a3bc6d23c3cf1273efad5fea1bc367556ca4087d8d1130ca358-d # internal
2025-08-20T23:04:45.6920949Z [00:03:30.975]➜  github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3
2025-08-20T23:04:45.6921949Z [00:03:30.975]➜  mkdir -p $WORK/b2061/
2025-08-20T23:04:45.6929267Z [00:03:30.976]➜  cat >/tmp/go-build3700090427/b2061/importcfg << 'EOF' # internal
2025-08-20T23:04:45.6930436Z [00:03:30.976]➜  # import config
2025-08-20T23:04:45.6931188Z [00:03:30.976]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.6932092Z [00:03:30.976]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.6933007Z [00:03:30.976]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.6934153Z [00:03:30.976]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:45.6935506Z [00:03:30.976]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:45.6936974Z [00:03:30.976]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3700090427/b2062/_pkg_.a
2025-08-20T23:04:45.6938495Z [00:03:30.976]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build3700090427/b2069/_pkg_.a
2025-08-20T23:04:45.6940168Z [00:03:30.976]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3700090427/b2038/_pkg_.a
2025-08-20T23:04:45.6941703Z [00:03:30.976]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:45.6943141Z [00:03:30.976]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:45.6944555Z [00:03:30.976]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:45.6945916Z [00:03:30.976]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:45.6947256Z [00:03:30.976]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:45.6948802Z [00:03:30.976]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:45.6950090Z [00:03:30.976]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:45.6950923Z [00:03:30.976]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:45.6951769Z [00:03:30.976]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:45.6952581Z [00:03:30.976]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:45.6953422Z [00:03:30.976]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:45.6954231Z [00:03:30.976]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:45.6955077Z [00:03:30.976]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.6955899Z [00:03:30.976]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:45.6956725Z [00:03:30.976]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:45.6957616Z [00:03:30.976]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:45.6958302Z [00:03:30.976]➜  EOF
2025-08-20T23:04:45.6965785Z [00:03:30.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2061/_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/b2061=>" -p github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid GNtB59gM3irdLyIrzz_c/GNtB59gM3irdLyIrzz_c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2061/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-20T23:04:45.6972353Z [00:03:30.979]➜  go tool buildid -w $WORK/b2211/_pkg_.a # internal
2025-08-20T23:04:45.6973729Z [00:03:30.979]➜  cp $WORK/b2211/_pkg_.a /root/.cache/go-build/ce/ceb53c13ff43a8558f72a6fd0ea221ac9f3c2cdd14e4af9886e77925118b44f8-d # internal
2025-08-20T23:04:45.6975362Z [00:03:30.980]➜  github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3
2025-08-20T23:04:45.6976154Z [00:03:30.980]➜  mkdir -p $WORK/b2078/
2025-08-20T23:04:45.6983279Z [00:03:30.981]➜  cat >/tmp/go-build3700090427/b2078/importcfg << 'EOF' # internal
2025-08-20T23:04:45.6984945Z [00:03:30.981]➜  # import config
2025-08-20T23:04:45.6985604Z [00:03:30.981]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.6986399Z [00:03:30.981]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.6987154Z [00:03:30.981]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.6988165Z [00:03:30.981]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:45.6989712Z [00:03:30.981]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:45.6991282Z [00:03:30.981]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3700090427/b2062/_pkg_.a
2025-08-20T23:04:45.6992855Z [00:03:30.981]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3700090427/b2038/_pkg_.a
2025-08-20T23:04:45.6994342Z [00:03:30.981]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:45.6995728Z [00:03:30.981]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:45.6997073Z [00:03:30.981]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:45.6998367Z [00:03:30.981]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:45.6999715Z [00:03:30.981]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:45.7000538Z [00:03:30.981]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:45.7001354Z [00:03:30.981]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:45.7002149Z [00:03:30.981]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:45.7002940Z [00:03:30.981]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:45.7003712Z [00:03:30.981]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:45.7004496Z [00:03:30.981]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.7005263Z [00:03:30.981]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:45.7006023Z [00:03:30.982]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:45.7006860Z [00:03:30.982]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:45.7007515Z [00:03:30.982]➜  EOF
2025-08-20T23:04:45.7014227Z [00:03:30.982]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2078/_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/b2078=>" -p github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid 6MaDVdNA2RVErvo__nbd/6MaDVdNA2RVErvo__nbd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2078/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-20T23:04:45.7436178Z [00:03:31.027]➜  go tool buildid -w $WORK/b2207/_pkg_.a # internal
2025-08-20T23:04:45.7474414Z [00:03:31.031]➜  cp $WORK/b2207/_pkg_.a /root/.cache/go-build/a7/a72bc48ea5429f517122ce887ff9abdff6550582c57daebc2d7e1f6f83bb0b78-d # internal
2025-08-20T23:04:45.7479085Z [00:03:31.031]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3
2025-08-20T23:04:45.7481208Z [00:03:31.031]➜  mkdir -p $WORK/b2130/
2025-08-20T23:04:45.7481988Z [00:03:31.031]➜  cat >/tmp/go-build3700090427/b2130/importcfg << 'EOF' # internal
2025-08-20T23:04:45.7482897Z [00:03:31.031]➜  # import config
2025-08-20T23:04:45.7484650Z [00:03:31.032]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.7485715Z [00:03:31.032]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.7486674Z [00:03:31.032]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.7487929Z [00:03:31.032]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:45.7489652Z [00:03:31.032]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3700090427/b2062/_pkg_.a
2025-08-20T23:04:45.7491808Z [00:03:31.032]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3700090427/b2129/_pkg_.a
2025-08-20T23:04:45.7493752Z [00:03:31.032]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:45.7495768Z [00:03:31.032]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:45.7497641Z [00:03:31.032]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:45.7498959Z [00:03:31.033]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:45.7510650Z [00:03:31.033]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:45.7512000Z [00:03:31.033]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:45.7513552Z [00:03:31.033]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:45.7514662Z [00:03:31.033]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:45.7515455Z [00:03:31.033]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:45.7516286Z [00:03:31.033]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:45.7520686Z [00:03:31.033]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:45.7521510Z [00:03:31.033]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:45.7522281Z [00:03:31.033]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:45.7523012Z [00:03:31.033]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.7523716Z [00:03:31.033]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:45.7524479Z [00:03:31.033]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:45.7525294Z [00:03:31.033]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:45.7525940Z [00:03:31.033]➜  EOF
2025-08-20T23:04:45.7532121Z [00:03:31.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2130/_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/b2130=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid tujYCXrnl2sEQKZPlKRf/tujYCXrnl2sEQKZPlKRf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2130/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-20T23:04:45.7577899Z [00:03:31.041]➜  go tool buildid -w $WORK/b2206/_pkg_.a # internal
2025-08-20T23:04:45.7603690Z [00:03:31.044]➜  cp $WORK/b2206/_pkg_.a /root/.cache/go-build/36/36bcaa4287d47a5232219f994b3d58b7c51366fb07469f45789912fe466855b9-d # internal
2025-08-20T23:04:45.7607569Z [00:03:31.044]➜  github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3
2025-08-20T23:04:45.7608305Z [00:03:31.044]➜  mkdir -p $WORK/b2132/
2025-08-20T23:04:45.7616454Z [00:03:31.045]➜  cat >/tmp/go-build3700090427/b2132/importcfg << 'EOF' # internal
2025-08-20T23:04:45.7617154Z [00:03:31.045]➜  # import config
2025-08-20T23:04:45.7617810Z [00:03:31.045]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.7618439Z [00:03:31.045]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.7619858Z [00:03:31.045]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.7620951Z [00:03:31.045]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:45.7622286Z [00:03:31.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:45.7623789Z [00:03:31.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:45.7625307Z [00:03:31.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3700090427/b2062/_pkg_.a
2025-08-20T23:04:45.7626923Z [00:03:31.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3700090427/b2038/_pkg_.a
2025-08-20T23:04:45.7628452Z [00:03:31.045]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:45.7630000Z [00:03:31.045]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:45.7631615Z [00:03:31.045]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3700090427/b2066/_pkg_.a
2025-08-20T23:04:45.7633080Z [00:03:31.045]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:45.7634418Z [00:03:31.045]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:45.7635675Z [00:03:31.045]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:45.7636814Z [00:03:31.045]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:45.7637577Z [00:03:31.045]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:45.7638336Z [00:03:31.045]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:45.7639107Z [00:03:31.045]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:45.7641653Z [00:03:31.045]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:45.7642474Z [00:03:31.045]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:45.7643285Z [00:03:31.045]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:45.7644045Z [00:03:31.045]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:45.7644799Z [00:03:31.045]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:45.7652510Z [00:03:31.045]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:45.7653156Z [00:03:31.045]➜  EOF
2025-08-20T23:04:45.7659268Z [00:03:31.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2132/_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/b2132=>" -p github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid zw8kcILAMwyPKrfXU9c9/zw8kcILAMwyPKrfXU9c9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2132/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-20T23:04:45.8894592Z [00:03:31.173]➜  go tool buildid -w $WORK/b2130/_pkg_.a # internal
2025-08-20T23:04:45.8945534Z [00:03:31.177]➜  cp $WORK/b2130/_pkg_.a /root/.cache/go-build/0c/0c5f5fcb37342f39e853255498812d39b4c33f7ecafb66b0387414481b338666-d # internal
2025-08-20T23:04:45.8947820Z [00:03:31.178]➜  google.golang.org/grpc/xds/internal/httpfilter/fault
2025-08-20T23:04:45.8948568Z [00:03:31.178]➜  mkdir -p $WORK/b2128/
2025-08-20T23:04:45.8963409Z [00:03:31.179]➜  cat >/tmp/go-build3700090427/b2128/importcfg << 'EOF' # internal
2025-08-20T23:04:45.8964177Z [00:03:31.179]➜  # import config
2025-08-20T23:04:45.8964892Z [00:03:31.179]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:45.8965828Z [00:03:31.179]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:45.8966688Z [00:03:31.179]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:45.8968135Z [00:03:31.179]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3700090427/b2129/_pkg_.a
2025-08-20T23:04:45.8970339Z [00:03:31.179]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build3700090427/b2130/_pkg_.a
2025-08-20T23:04:45.8972101Z [00:03:31.179]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:45.8973468Z [00:03:31.179]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:45.8974729Z [00:03:31.179]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3700090427/b410/_pkg_.a
2025-08-20T23:04:45.8976035Z [00:03:31.179]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:45.8977501Z [00:03:31.179]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:45.8978868Z [00:03:31.179]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3700090427/b2105/_pkg_.a
2025-08-20T23:04:45.8980432Z [00:03:31.179]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:45.8999532Z [00:03:31.179]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:45.9000743Z [00:03:31.179]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:45.9001647Z [00:03:31.179]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:45.9002570Z [00:03:31.179]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:45.9003497Z [00:03:31.179]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:45.9004421Z [00:03:31.179]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:45.9005053Z [00:03:31.179]➜  EOF
2025-08-20T23:04:45.9009317Z [00:03:31.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2128/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/fault=>google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/fault;$WORK/b2128=>" -p google.golang.org/grpc/xds/internal/httpfilter/fault -lang=go1.23 -complete -installsuffix shared -buildid 8rupVXyopSnNIxxCQHiq/8rupVXyopSnNIxxCQHiq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2128/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/fault/fault.go
2025-08-20T23:04:45.9662095Z [00:03:31.249]➜  go tool buildid -w $WORK/b2128/_pkg_.a # internal
2025-08-20T23:04:45.9675269Z [00:03:31.251]➜  cp $WORK/b2128/_pkg_.a /root/.cache/go-build/60/6092cf4a241809bf518d69994a34343ba4531021fa1cd93219d8cc7a817dd35e-d # internal
2025-08-20T23:04:45.9688743Z [00:03:31.252]➜  github.com/go-git/go-git/v5/utils/diff
2025-08-20T23:04:45.9691792Z [00:03:31.252]➜  mkdir -p $WORK/b2205/
2025-08-20T23:04:45.9700037Z [00:03:31.253]➜  cat >/tmp/go-build3700090427/b2205/importcfg << 'EOF' # internal
2025-08-20T23:04:45.9707472Z [00:03:31.253]➜  # import config
2025-08-20T23:04:45.9708152Z [00:03:31.253]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:45.9709197Z [00:03:31.253]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3700090427/b2206/_pkg_.a
2025-08-20T23:04:45.9710475Z [00:03:31.253]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:45.9711075Z [00:03:31.253]➜  EOF
2025-08-20T23:04:45.9714807Z [00:03:31.253]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/diff=>github.com/go-git/go-git/v5@v5.13.2/utils/diff;$WORK/b2205=>" -p github.com/go-git/go-git/v5/utils/diff -lang=go1.21 -complete -installsuffix shared -buildid nwllNL4yjrV7vyHza8yj/nwllNL4yjrV7vyHza8yj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2205/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/diff/diff.go
2025-08-20T23:04:46.0138609Z [00:03:31.297]➜  go tool buildid -w $WORK/b2205/_pkg_.a # internal
2025-08-20T23:04:46.0146823Z [00:03:31.298]➜  cp $WORK/b2205/_pkg_.a /root/.cache/go-build/1b/1b8bca4bf5581401337de7ec09109ede393b2a221281fb7a8b3f70d8adc6f608-d # internal
2025-08-20T23:04:46.0203252Z [00:03:31.303]➜  github.com/go-git/go-git/v5/plumbing/object
2025-08-20T23:04:46.0204354Z [00:03:31.304]➜  mkdir -p $WORK/b2195/
2025-08-20T23:04:46.0211291Z [00:03:31.304]➜  cat >/tmp/go-build3700090427/b2195/importcfg << 'EOF' # internal
2025-08-20T23:04:46.0212171Z [00:03:31.304]➜  # import config
2025-08-20T23:04:46.0213017Z [00:03:31.304]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:46.0230571Z [00:03:31.304]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:04:46.0231978Z [00:03:31.304]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:46.0233097Z [00:03:31.304]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:46.0234562Z [00:03:31.304]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:46.0235968Z [00:03:31.304]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3700090427/b879/_pkg_.a
2025-08-20T23:04:46.0237902Z [00:03:31.304]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build3700090427/b2196/_pkg_.a
2025-08-20T23:04:46.0239626Z [00:03:31.304]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:46.0241199Z [00:03:31.304]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3700090427/b2184/_pkg_.a
2025-08-20T23:04:46.0243685Z [00:03:31.304]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build3700090427/b2202/_pkg_.a
2025-08-20T23:04:46.0245093Z [00:03:31.304]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3700090427/b2193/_pkg_.a
2025-08-20T23:04:46.0246392Z [00:03:31.304]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3700090427/b2204/_pkg_.a
2025-08-20T23:04:46.0247844Z [00:03:31.304]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3700090427/b2190/_pkg_.a
2025-08-20T23:04:46.0249089Z [00:03:31.304]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build3700090427/b2205/_pkg_.a
2025-08-20T23:04:46.0251973Z [00:03:31.304]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:46.0253292Z [00:03:31.304]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build3700090427/b2207/_pkg_.a
2025-08-20T23:04:46.0254667Z [00:03:31.304]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3700090427/b2209/_pkg_.a
2025-08-20T23:04:46.0256198Z [00:03:31.304]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3700090427/b2194/_pkg_.a
2025-08-20T23:04:46.0257544Z [00:03:31.304]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3700090427/b2206/_pkg_.a
2025-08-20T23:04:46.0258592Z [00:03:31.304]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:46.0259601Z [00:03:31.304]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:46.0260522Z [00:03:31.304]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:46.0261396Z [00:03:31.304]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:46.0262226Z [00:03:31.304]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:46.0263079Z [00:03:31.304]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:46.0263895Z [00:03:31.304]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:46.0264509Z [00:03:31.304]➜  EOF
2025-08-20T23:04:46.0279158Z [00:03:31.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object=>github.com/go-git/go-git/v5@v5.13.2/plumbing/object;$WORK/b2195=>" -p github.com/go-git/go-git/v5/plumbing/object -lang=go1.21 -complete -installsuffix shared -buildid FPTEQhVOyxzMJNdeMXkY/FPTEQhVOyxzMJNdeMXkY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2195/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/blob.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/change.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/change_adaptor.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/commit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/commit_walker.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/commit_walker_bfs.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/commit_walker_bfs_filtered.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/commit_walker_ctime.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/commit_walker_limit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/commit_walker_path.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/difftree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/file.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/merge_base.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/patch.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/rename.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/signature.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/tag.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/tree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/object/treenoder.go
2025-08-20T23:04:46.2008780Z [00:03:31.484]➜  go tool buildid -w $WORK/b2061/_pkg_.a # internal
2025-08-20T23:04:46.2138053Z [00:03:31.497]➜  cp $WORK/b2061/_pkg_.a /root/.cache/go-build/3f/3fee06a5ed4d81274bc4225c81f1c030e9522f613874e9982e58aa345d69e6ce-d # internal
2025-08-20T23:04:46.2149513Z [00:03:31.498]➜  github.com/envoyproxy/go-control-plane/envoy/config/listener/v3
2025-08-20T23:04:46.2150658Z [00:03:31.498]➜  mkdir -p $WORK/b2072/
2025-08-20T23:04:46.2160530Z [00:03:31.499]➜  cat >/tmp/go-build3700090427/b2072/importcfg << 'EOF' # internal
2025-08-20T23:04:46.2164492Z [00:03:31.499]➜  # import config
2025-08-20T23:04:46.2165172Z [00:03:31.499]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:46.2166006Z [00:03:31.499]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:46.2166823Z [00:03:31.499]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:46.2168109Z [00:03:31.499]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:46.2169616Z [00:03:31.499]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3700090427/b2035/_pkg_.a
2025-08-20T23:04:46.2170875Z [00:03:31.499]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3700090427/b2036/_pkg_.a
2025-08-20T23:04:46.2172106Z [00:03:31.499]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3700090427/b2063/_pkg_.a
2025-08-20T23:04:46.2173491Z [00:03:31.499]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:46.2175002Z [00:03:31.499]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3700090427/b2061/_pkg_.a
2025-08-20T23:04:46.2176554Z [00:03:31.499]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:46.2178151Z [00:03:31.499]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:46.2179706Z [00:03:31.499]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:46.2181081Z [00:03:31.499]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:46.2182410Z [00:03:31.499]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:46.2183708Z [00:03:31.499]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:46.2185054Z [00:03:31.499]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:46.2186488Z [00:03:31.499]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:46.2187569Z [00:03:31.499]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:46.2188387Z [00:03:31.499]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:46.2189209Z [00:03:31.499]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:46.2191317Z [00:03:31.499]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:46.2192150Z [00:03:31.499]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:46.2193116Z [00:03:31.499]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:46.2193888Z [00:03:31.499]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:46.2194631Z [00:03:31.499]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:46.2195381Z [00:03:31.499]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:46.2196198Z [00:03:31.500]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:46.2196840Z [00:03:31.500]➜  EOF
2025-08-20T23:04:46.2208685Z [00:03:31.500]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2072/_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/b2072=>" -p github.com/envoyproxy/go-control-plane/envoy/config/listener/v3 -lang=go1.22 -complete -installsuffix shared -buildid 35VSq_69Lo5VAudgL7O8/35VSq_69Lo5VAudgL7O8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2072/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-20T23:04:46.2262155Z [00:03:31.509]➜  go tool buildid -w $WORK/b2078/_pkg_.a # internal
2025-08-20T23:04:46.2335940Z [00:03:31.517]➜  cp $WORK/b2078/_pkg_.a /root/.cache/go-build/52/52d35210f2a17bdf2ac30aff143f623c768f337c88e23ee721e737412429c2bd-d # internal
2025-08-20T23:04:46.2341786Z [00:03:31.517]➜  github.com/envoyproxy/go-control-plane/envoy/config/tap/v3
2025-08-20T23:04:46.2344591Z [00:03:31.517]➜  mkdir -p $WORK/b2077/
2025-08-20T23:04:46.2378364Z [00:03:31.521]➜  cat >/tmp/go-build3700090427/b2077/importcfg << 'EOF' # internal
2025-08-20T23:04:46.2386366Z [00:03:31.521]➜  # import config
2025-08-20T23:04:46.2387056Z [00:03:31.521]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:46.2387925Z [00:03:31.521]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:46.2388775Z [00:03:31.521]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:46.2389981Z [00:03:31.521]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:46.2391226Z [00:03:31.521]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:46.2396001Z [00:03:31.521]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build3700090427/b2078/_pkg_.a
2025-08-20T23:04:46.2397583Z [00:03:31.521]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:46.2399067Z [00:03:31.521]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3700090427/b2062/_pkg_.a
2025-08-20T23:04:46.2400796Z [00:03:31.521]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:46.2402200Z [00:03:31.521]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:46.2403804Z [00:03:31.521]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:46.2405145Z [00:03:31.521]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:46.2406490Z [00:03:31.521]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:46.2407888Z [00:03:31.521]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:46.2408951Z [00:03:31.521]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:46.2410123Z [00:03:31.521]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:46.2410947Z [00:03:31.521]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:46.2411758Z [00:03:31.521]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:46.2412588Z [00:03:31.521]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:46.2413416Z [00:03:31.521]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:46.2414224Z [00:03:31.521]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:46.2415032Z [00:03:31.521]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:46.2415809Z [00:03:31.521]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:46.2416797Z [00:03:31.521]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:46.2417468Z [00:03:31.521]➜  EOF
2025-08-20T23:04:46.2422459Z [00:03:31.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2077/_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/b2077=>" -p github.com/envoyproxy/go-control-plane/envoy/config/tap/v3 -lang=go1.22 -complete -installsuffix shared -buildid bZFl_kP4h81ygMt5AeB2/bZFl_kP4h81ygMt5AeB2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2077/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-20T23:04:46.3426657Z [00:03:31.626]➜  go tool buildid -w $WORK/b2132/_pkg_.a # internal
2025-08-20T23:04:46.3505607Z [00:03:31.633]➜  cp $WORK/b2132/_pkg_.a /root/.cache/go-build/52/5283b7245dd10edf397d73916d4e049ae666506a3bfe69278c8a2c70bd21c5b2-d # internal
2025-08-20T23:04:46.3516409Z [00:03:31.635]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3
2025-08-20T23:04:46.3520301Z [00:03:31.635]➜  mkdir -p $WORK/b2100/
2025-08-20T23:04:46.3530679Z [00:03:31.636]➜  cat >/tmp/go-build3700090427/b2100/importcfg << 'EOF' # internal
2025-08-20T23:04:46.3536399Z [00:03:31.636]➜  # import config
2025-08-20T23:04:46.3537758Z [00:03:31.637]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:46.3538880Z [00:03:31.637]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:46.3541323Z [00:03:31.637]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:46.3559109Z [00:03:31.637]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:46.3561857Z [00:03:31.637]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:46.3565094Z [00:03:31.637]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3700090427/b2061/_pkg_.a
2025-08-20T23:04:46.3566635Z [00:03:31.637]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:46.3568175Z [00:03:31.637]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3700090427/b2062/_pkg_.a
2025-08-20T23:04:46.3571233Z [00:03:31.637]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3700090427/b2075/_pkg_.a
2025-08-20T23:04:46.3572797Z [00:03:31.637]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build3700090427/b2101/_pkg_.a
2025-08-20T23:04:46.3574345Z [00:03:31.637]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3700090427/b2068/_pkg_.a
2025-08-20T23:04:46.3575908Z [00:03:31.637]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:46.3577562Z [00:03:31.637]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:46.3579019Z [00:03:31.637]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:46.3580662Z [00:03:31.637]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:46.3582049Z [00:03:31.637]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:46.3583476Z [00:03:31.637]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:46.3584914Z [00:03:31.637]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:46.3586207Z [00:03:31.637]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:46.3587057Z [00:03:31.637]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:46.3587899Z [00:03:31.637]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:46.3588722Z [00:03:31.637]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:46.3589889Z [00:03:31.637]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:46.3590738Z [00:03:31.637]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:46.3591564Z [00:03:31.637]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:46.3592368Z [00:03:31.637]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:46.3593158Z [00:03:31.637]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:46.3594017Z [00:03:31.637]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:46.3594682Z [00:03:31.637]➜  EOF
2025-08-20T23:04:46.3602010Z [00:03:31.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2100/_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/b2100=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3 -lang=go1.22 -complete -installsuffix shared -buildid 1Ajbl_77QFBtA_BvYq0x/1Ajbl_77QFBtA_BvYq0x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2100/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-20T23:04:46.5516240Z [00:03:31.835]➜  go tool buildid -w $WORK/b2195/_pkg_.a # internal
2025-08-20T23:04:46.5637355Z [00:03:31.847]➜  cp $WORK/b2195/_pkg_.a /root/.cache/go-build/26/26bb1e914bb197e3a13e5ffd4efbdf0f05c65039c1791b1a77f9310e4c54a92f-d # internal
2025-08-20T23:04:46.5645826Z [00:03:31.848]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3
2025-08-20T23:04:46.5649651Z [00:03:31.848]➜  mkdir -p $WORK/b2133/
2025-08-20T23:04:46.5656906Z [00:03:31.849]➜  cat >/tmp/go-build3700090427/b2133/importcfg << 'EOF' # internal
2025-08-20T23:04:46.5660563Z [00:03:31.849]➜  # import config
2025-08-20T23:04:46.5662078Z [00:03:31.849]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:46.5663241Z [00:03:31.849]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:46.5665258Z [00:03:31.849]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:46.5666326Z [00:03:31.849]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:46.5667636Z [00:03:31.849]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3700090427/b2035/_pkg_.a
2025-08-20T23:04:46.5669142Z [00:03:31.849]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3700090427/b2063/_pkg_.a
2025-08-20T23:04:46.5670781Z [00:03:31.849]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3700090427/b2132/_pkg_.a
2025-08-20T23:04:46.5672231Z [00:03:31.849]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:46.5673578Z [00:03:31.849]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:46.5674874Z [00:03:31.849]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:46.5675903Z [00:03:31.849]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:46.5676871Z [00:03:31.849]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:46.5677753Z [00:03:31.849]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:46.5678567Z [00:03:31.849]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:46.5680478Z [00:03:31.849]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:46.5681332Z [00:03:31.849]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:46.5682166Z [00:03:31.849]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:46.5682961Z [00:03:31.849]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:46.5683724Z [00:03:31.849]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:46.5684563Z [00:03:31.849]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:46.5685183Z [00:03:31.849]➜  EOF
2025-08-20T23:04:46.5691296Z [00:03:31.849]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2133/_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/b2133=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid l29d7U0l4xKhZxnhvjwC/l29d7U0l4xKhZxnhvjwC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2133/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-20T23:04:46.7382181Z [00:03:32.019]➜  go tool buildid -w $WORK/b2133/_pkg_.a # internal
2025-08-20T23:04:46.7489827Z [00:03:32.032]➜  cp $WORK/b2133/_pkg_.a /root/.cache/go-build/0e/0eb379ee73b99d26a66e81ab6b5949fd6bf63577d578bbb5fe8933bdf8abc06f-d # internal
2025-08-20T23:04:46.7503515Z [00:03:32.032]➜  google.golang.org/grpc/internal/xds/rbac
2025-08-20T23:04:46.7504242Z [00:03:32.032]➜  mkdir -p $WORK/b2134/
2025-08-20T23:04:46.7504964Z [00:03:32.033]➜  cat >/tmp/go-build3700090427/b2134/importcfg << 'EOF' # internal
2025-08-20T23:04:46.7505616Z [00:03:32.033]➜  # import config
2025-08-20T23:04:46.7506275Z [00:03:32.033]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:46.7507137Z [00:03:32.033]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:46.7508280Z [00:03:32.033]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:46.7509165Z [00:03:32.033]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:46.7510225Z [00:03:32.033]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:46.7511266Z [00:03:32.033]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3700090427/b2098/_pkg_.a
2025-08-20T23:04:46.7512493Z [00:03:32.033]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3700090427/b2064/_pkg_.a
2025-08-20T23:04:46.7513951Z [00:03:32.033]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:46.7515720Z [00:03:32.033]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3700090427/b2132/_pkg_.a
2025-08-20T23:04:46.7517285Z [00:03:32.033]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3700090427/b2062/_pkg_.a
2025-08-20T23:04:46.7519075Z [00:03:32.033]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build3700090427/b2135/_pkg_.a
2025-08-20T23:04:46.7520906Z [00:03:32.033]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3700090427/b2038/_pkg_.a
2025-08-20T23:04:46.7522131Z [00:03:32.033]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:46.7523419Z [00:03:32.033]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3700090427/b2136/_pkg_.a
2025-08-20T23:04:46.7524586Z [00:03:32.033]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build3700090427/b2137/_pkg_.a
2025-08-20T23:04:46.7525788Z [00:03:32.033]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:46.7526982Z [00:03:32.033]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:04:46.7528210Z [00:03:32.033]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:46.7529721Z [00:03:32.033]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3700090427/b414/_pkg_.a
2025-08-20T23:04:46.7531105Z [00:03:32.033]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3700090427/b2102/_pkg_.a
2025-08-20T23:04:46.7532428Z [00:03:32.033]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:46.7533800Z [00:03:32.033]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3700090427/b425/_pkg_.a
2025-08-20T23:04:46.7535010Z [00:03:32.033]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:46.7536319Z [00:03:32.033]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:04:46.7537733Z [00:03:32.033]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:46.7539202Z [00:03:32.033]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:46.7540625Z [00:03:32.033]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:46.7541488Z [00:03:32.033]➜  packagefile net/netip=/tmp/go-build3700090427/b088/_pkg_.a
2025-08-20T23:04:46.7542373Z [00:03:32.033]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:46.7543247Z [00:03:32.033]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:46.7544135Z [00:03:32.033]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:46.7544803Z [00:03:32.033]➜  EOF
2025-08-20T23:04:46.7549938Z [00:03:32.033]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2134/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/rbac=>google.golang.org/grpc@v1.74.2/internal/xds/rbac;$WORK/b2134=>" -p google.golang.org/grpc/internal/xds/rbac -lang=go1.23 -complete -installsuffix shared -buildid 4ZHaFYQ39daOyC1K0DLt/4ZHaFYQ39daOyC1K0DLt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2134/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/rbac/converter.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/rbac/matchers.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/internal/xds/rbac/rbac_engine.go
2025-08-20T23:04:46.7848185Z [00:03:32.068]➜  go tool buildid -w $WORK/b2077/_pkg_.a # internal
2025-08-20T23:04:46.7922195Z [00:03:32.075]➜  cp $WORK/b2077/_pkg_.a /root/.cache/go-build/52/528e49e585eb4303b32c0f791a228d74ead248bab298f55f37ddd17402b78f3a-d # internal
2025-08-20T23:04:46.7939095Z [00:03:32.077]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/capability
2025-08-20T23:04:46.7940105Z [00:03:32.077]➜  mkdir -p $WORK/b2213/
2025-08-20T23:04:46.7942748Z [00:03:32.077]➜  cat >/tmp/go-build3700090427/b2213/importcfg << 'EOF' # internal
2025-08-20T23:04:46.7944436Z [00:03:32.077]➜  # import config
2025-08-20T23:04:46.7945121Z [00:03:32.077]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:46.7945917Z [00:03:32.077]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:46.7946658Z [00:03:32.077]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:46.7947380Z [00:03:32.077]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:46.7948123Z [00:03:32.077]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:46.7948670Z [00:03:32.077]➜  EOF
2025-08-20T23:04:46.7953656Z [00:03:32.077]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2213/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/capability=>github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/capability;$WORK/b2213=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -lang=go1.21 -complete -installsuffix shared -buildid GHbEeNYroQ4zzk9x7vP9/GHbEeNYroQ4zzk9x7vP9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2213/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/capability/capability.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/capability/list.go
2025-08-20T23:04:46.8344525Z [00:03:32.118]➜  go tool buildid -w $WORK/b2213/_pkg_.a # internal
2025-08-20T23:04:46.8353691Z [00:03:32.119]➜  cp $WORK/b2213/_pkg_.a /root/.cache/go-build/b2/b2f3853a994eb0f2000503ecc95922b9288c543cac47b0883ee8b1f148dfc523-d # internal
2025-08-20T23:04:46.8400362Z [00:03:32.123]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband
2025-08-20T23:04:46.8401145Z [00:03:32.123]➜  mkdir -p $WORK/b2214/
2025-08-20T23:04:46.8406632Z [00:03:32.124]➜  cat >/tmp/go-build3700090427/b2214/importcfg << 'EOF' # internal
2025-08-20T23:04:46.8407333Z [00:03:32.124]➜  # import config
2025-08-20T23:04:46.8407922Z [00:03:32.124]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:46.8408689Z [00:03:32.124]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:46.8409914Z [00:03:32.124]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3700090427/b2211/_pkg_.a
2025-08-20T23:04:46.8410913Z [00:03:32.124]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:46.8411464Z [00:03:32.124]➜  EOF
2025-08-20T23:04:46.8417377Z [00:03:32.124]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2214/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/sideband=>github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/sideband;$WORK/b2214=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -lang=go1.21 -complete -installsuffix shared -buildid 5tXYXiFuOh7-3JJnU-m8/5tXYXiFuOh7-3JJnU-m8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2214/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/sideband/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/sideband/demux.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/sideband/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/sideband/muxer.go
2025-08-20T23:04:46.8762623Z [00:03:32.159]➜  go tool buildid -w $WORK/b2214/_pkg_.a # internal
2025-08-20T23:04:46.8775102Z [00:03:32.161]➜  cp $WORK/b2214/_pkg_.a /root/.cache/go-build/fc/fcd0b189d1b4ad8a5d7f5595455cacf9a60f7e3427d0bd663cfbd242b96c932f-d # internal
2025-08-20T23:04:46.8782426Z [00:03:32.161]➜  github.com/go-git/go-git/v5/storage/memory
2025-08-20T23:04:46.8783137Z [00:03:32.161]➜  mkdir -p $WORK/b2215/
2025-08-20T23:04:46.8791852Z [00:03:32.162]➜  cat >/tmp/go-build3700090427/b2215/importcfg << 'EOF' # internal
2025-08-20T23:04:46.8794074Z [00:03:32.162]➜  # import config
2025-08-20T23:04:46.8809119Z [00:03:32.162]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:46.8810476Z [00:03:32.162]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3700090427/b2168/_pkg_.a
2025-08-20T23:04:46.8811719Z [00:03:32.162]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:46.8813079Z [00:03:32.162]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3700090427/b2189/_pkg_.a
2025-08-20T23:04:46.8814476Z [00:03:32.162]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3700090427/b2193/_pkg_.a
2025-08-20T23:04:46.8815776Z [00:03:32.162]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3700090427/b2204/_pkg_.a
2025-08-20T23:04:46.8816808Z [00:03:32.162]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:46.8817497Z [00:03:32.162]➜  EOF
2025-08-20T23:04:46.8821424Z [00:03:32.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2215/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/memory=>github.com/go-git/go-git/v5@v5.13.2/storage/memory;$WORK/b2215=>" -p github.com/go-git/go-git/v5/storage/memory -lang=go1.21 -complete -installsuffix shared -buildid 5xHP62kW5TZli08HreK5/5xHP62kW5TZli08HreK5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2215/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/memory/storage.go
2025-08-20T23:04:46.9592543Z [00:03:32.242]➜  go tool buildid -w $WORK/b2134/_pkg_.a # internal
2025-08-20T23:04:46.9617459Z [00:03:32.245]➜  cp $WORK/b2134/_pkg_.a /root/.cache/go-build/b2/b2e5e406a4fb0a4575d7df015a5a06802c454267947852cc43a8f03ab4195887-d # internal
2025-08-20T23:04:46.9620180Z [00:03:32.245]➜  google.golang.org/grpc/xds/internal/httpfilter/rbac
2025-08-20T23:04:46.9620801Z [00:03:32.245]➜  mkdir -p $WORK/b2131/
2025-08-20T23:04:46.9626179Z [00:03:32.246]➜  cat >/tmp/go-build3700090427/b2131/importcfg << 'EOF' # internal
2025-08-20T23:04:46.9626893Z [00:03:32.246]➜  # import config
2025-08-20T23:04:46.9627516Z [00:03:32.246]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:46.9628308Z [00:03:32.246]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:46.9629067Z [00:03:32.246]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:46.9630450Z [00:03:32.246]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3700090427/b2132/_pkg_.a
2025-08-20T23:04:46.9632154Z [00:03:32.246]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build3700090427/b2133/_pkg_.a
2025-08-20T23:04:46.9633627Z [00:03:32.246]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:04:46.9635262Z [00:03:32.246]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3700090427/b410/_pkg_.a
2025-08-20T23:04:46.9636660Z [00:03:32.246]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build3700090427/b2134/_pkg_.a
2025-08-20T23:04:46.9638081Z [00:03:32.246]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3700090427/b2105/_pkg_.a
2025-08-20T23:04:46.9640082Z [00:03:32.246]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:46.9641498Z [00:03:32.246]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:46.9642562Z [00:03:32.246]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:46.9643185Z [00:03:32.246]➜  EOF
2025-08-20T23:04:46.9646917Z [00:03:32.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2131/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/rbac=>google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/rbac;$WORK/b2131=>" -p google.golang.org/grpc/xds/internal/httpfilter/rbac -lang=go1.23 -complete -installsuffix shared -buildid RhvrznXm2fXJzVkrfo8l/RhvrznXm2fXJzVkrfo8l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2131/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/rbac/rbac.go
2025-08-20T23:04:46.9706302Z [00:03:32.254]➜  go tool buildid -w $WORK/b2215/_pkg_.a # internal
2025-08-20T23:04:46.9745459Z [00:03:32.258]➜  go tool buildid -w $WORK/b2072/_pkg_.a # internal
2025-08-20T23:04:46.9821521Z [00:03:32.265]➜  cp $WORK/b2215/_pkg_.a /root/.cache/go-build/a2/a23cc68fabc0aec1701fd928d49d0663bebcd11d23c444a5fdd06e7fdf45f14b-d # internal
2025-08-20T23:04:46.9874017Z [00:03:32.270]➜  cp $WORK/b2072/_pkg_.a /root/.cache/go-build/a8/a8108e2d0c402644c9e98e90229e403d1fffbf505b850c227b7adbe28960eaf3-d # internal
2025-08-20T23:04:46.9886454Z [00:03:32.272]➜  github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3
2025-08-20T23:04:46.9893104Z [00:03:32.272]➜  mkdir -p $WORK/b2060/
2025-08-20T23:04:46.9915836Z [00:03:32.274]➜  cat >/tmp/go-build3700090427/b2060/importcfg << 'EOF' # internal
2025-08-20T23:04:46.9916582Z [00:03:32.274]➜  # import config
2025-08-20T23:04:46.9917276Z [00:03:32.274]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:46.9918163Z [00:03:32.274]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:46.9918969Z [00:03:32.274]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:46.9920298Z [00:03:32.274]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:46.9922058Z [00:03:32.274]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:46.9925335Z [00:03:32.274]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3700090427/b2061/_pkg_.a
2025-08-20T23:04:46.9928716Z [00:03:32.274]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3700090427/b2070/_pkg_.a
2025-08-20T23:04:46.9930582Z [00:03:32.274]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:46.9932220Z [00:03:32.274]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3700090427/b2072/_pkg_.a
2025-08-20T23:04:46.9933956Z [00:03:32.274]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build3700090427/b2073/_pkg_.a
2025-08-20T23:04:46.9935599Z [00:03:32.274]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build3700090427/b2074/_pkg_.a
2025-08-20T23:04:46.9937172Z [00:03:32.274]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3700090427/b2075/_pkg_.a
2025-08-20T23:04:46.9938919Z [00:03:32.274]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3700090427/b2076/_pkg_.a
2025-08-20T23:04:46.9940719Z [00:03:32.274]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:46.9941998Z [00:03:32.274]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:46.9943479Z [00:03:32.274]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:46.9944771Z [00:03:32.274]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:46.9946009Z [00:03:32.274]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:46.9947443Z [00:03:32.274]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:46.9948781Z [00:03:32.274]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:46.9953391Z [00:03:32.274]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:46.9954438Z [00:03:32.274]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:46.9955290Z [00:03:32.274]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:46.9956118Z [00:03:32.274]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:46.9956956Z [00:03:32.274]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:46.9957788Z [00:03:32.274]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:46.9958636Z [00:03:32.274]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:46.9959694Z [00:03:32.274]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:46.9960578Z [00:03:32.274]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:46.9961409Z [00:03:32.274]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:46.9962268Z [00:03:32.274]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:46.9962866Z [00:03:32.274]➜  EOF
2025-08-20T23:04:46.9968337Z [00:03:32.274]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2060/_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/b2060=>" -p github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3 -lang=go1.22 -complete -installsuffix shared -buildid 1pyCcTKFK7tlHnJhjcPa/1pyCcTKFK7tlHnJhjcPa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2060/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-20T23:04:47.0008740Z [00:03:32.283]➜  github.com/go-git/go-git/v5/plumbing/protocol/packp
2025-08-20T23:04:47.0009890Z [00:03:32.283]➜  mkdir -p $WORK/b2210/
2025-08-20T23:04:47.0027674Z [00:03:32.284]➜  cat >/tmp/go-build3700090427/b2210/importcfg << 'EOF' # internal
2025-08-20T23:04:47.0028712Z [00:03:32.284]➜  # import config
2025-08-20T23:04:47.0029676Z [00:03:32.284]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:47.0030527Z [00:03:32.284]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.0031391Z [00:03:32.284]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:47.0032235Z [00:03:32.284]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.0033113Z [00:03:32.284]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.0034158Z [00:03:32.284]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:47.0035502Z [00:03:32.284]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3700090427/b2211/_pkg_.a
2025-08-20T23:04:47.0037080Z [00:03:32.284]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3700090427/b2213/_pkg_.a
2025-08-20T23:04:47.0038676Z [00:03:32.284]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3700090427/b2214/_pkg_.a
2025-08-20T23:04:47.0040621Z [00:03:32.284]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3700090427/b2193/_pkg_.a
2025-08-20T23:04:47.0041914Z [00:03:32.284]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build3700090427/b2215/_pkg_.a
2025-08-20T23:04:47.0043141Z [00:03:32.284]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:47.0044308Z [00:03:32.284]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.0045157Z [00:03:32.284]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:47.0046124Z [00:03:32.284]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:47.0046929Z [00:03:32.284]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:47.0047767Z [00:03:32.284]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:47.0048608Z [00:03:32.284]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:47.0049203Z [00:03:32.284]➜  EOF
2025-08-20T23:04:47.0068148Z [00:03:32.284]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp=>github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp;$WORK/b2210=>" -p github.com/go-git/go-git/v5/plumbing/protocol/packp -lang=go1.21 -complete -installsuffix shared -buildid 16tWs0XahgUkjNdxTxrW/16tWs0XahgUkjNdxTxrW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2210/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/advrefs.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/advrefs_decode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/advrefs_encode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/filter.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/gitproto.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/report_status.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/shallowupd.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/srvresp.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/ulreq.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/ulreq_decode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/ulreq_encode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/updreq.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/updreq_decode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/updreq_encode.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/uppackreq.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/protocol/packp/uppackresp.go
2025-08-20T23:04:47.0371597Z [00:03:32.320]➜  go tool buildid -w $WORK/b2131/_pkg_.a # internal
2025-08-20T23:04:47.0382817Z [00:03:32.321]➜  cp $WORK/b2131/_pkg_.a /root/.cache/go-build/fc/fc0b9a723e653ea0e14c4d1c257b24ac8cd150deadf4b59567b223a52d2bee32-d # internal
2025-08-20T23:04:47.0409717Z [00:03:32.324]➜  github.com/go-git/go-git/v5/plumbing/revlist
2025-08-20T23:04:47.0412345Z [00:03:32.324]➜  mkdir -p $WORK/b2216/
2025-08-20T23:04:47.0413739Z [00:03:32.324]➜  cat >/tmp/go-build3700090427/b2216/importcfg << 'EOF' # internal
2025-08-20T23:04:47.0414701Z [00:03:32.324]➜  # import config
2025-08-20T23:04:47.0415666Z [00:03:32.324]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.0416770Z [00:03:32.324]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:47.0418413Z [00:03:32.324]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3700090427/b2184/_pkg_.a
2025-08-20T23:04:47.0420023Z [00:03:32.324]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build3700090427/b2195/_pkg_.a
2025-08-20T23:04:47.0421402Z [00:03:32.324]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3700090427/b2193/_pkg_.a
2025-08-20T23:04:47.0422458Z [00:03:32.324]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.0423297Z [00:03:32.324]➜  EOF
2025-08-20T23:04:47.0427249Z [00:03:32.324]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2216/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/revlist=>github.com/go-git/go-git/v5@v5.13.2/plumbing/revlist;$WORK/b2216=>" -p github.com/go-git/go-git/v5/plumbing/revlist -lang=go1.21 -complete -installsuffix shared -buildid NFcTqmJaf86SSJ0Cb8ov/NFcTqmJaf86SSJ0Cb8ov -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2216/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/revlist/revlist.go
2025-08-20T23:04:47.1037376Z [00:03:32.387]➜  go tool buildid -w $WORK/b2216/_pkg_.a # internal
2025-08-20T23:04:47.1046339Z [00:03:32.388]➜  cp $WORK/b2216/_pkg_.a /root/.cache/go-build/45/45d0af9fe246685531fcf53def490488b2189c77c60a06d3163e49bccd72dffd-d # internal
2025-08-20T23:04:47.1052924Z [00:03:32.389]➜  github.com/go-git/go-git/v5/plumbing/format/objfile
2025-08-20T23:04:47.1053998Z [00:03:32.389]➜  mkdir -p $WORK/b2223/
2025-08-20T23:04:47.1073281Z [00:03:32.390]➜  cat >/tmp/go-build3700090427/b2223/importcfg << 'EOF' # internal
2025-08-20T23:04:47.1073944Z [00:03:32.390]➜  # import config
2025-08-20T23:04:47.1074582Z [00:03:32.390]➜  packagefile compress/zlib=/tmp/go-build3700090427/b816/_pkg_.a
2025-08-20T23:04:47.1075376Z [00:03:32.390]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.1076295Z [00:03:32.390]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:47.1077484Z [00:03:32.390]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3700090427/b2191/_pkg_.a
2025-08-20T23:04:47.1078636Z [00:03:32.391]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3700090427/b2194/_pkg_.a
2025-08-20T23:04:47.1079667Z [00:03:32.391]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.1080345Z [00:03:32.391]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:47.1081074Z [00:03:32.391]➜  EOF
2025-08-20T23:04:47.1085680Z [00:03:32.391]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/objfile=>github.com/go-git/go-git/v5@v5.13.2/plumbing/format/objfile;$WORK/b2223=>" -p github.com/go-git/go-git/v5/plumbing/format/objfile -lang=go1.21 -complete -installsuffix shared -buildid lsvIDbIveE9YnacLiCQ_/lsvIDbIveE9YnacLiCQ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2223/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/objfile/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/objfile/reader.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/format/objfile/writer.go
2025-08-20T23:04:47.1601000Z [00:03:32.443]➜  go tool buildid -w $WORK/b2223/_pkg_.a # internal
2025-08-20T23:04:47.1611587Z [00:03:32.444]➜  cp $WORK/b2223/_pkg_.a /root/.cache/go-build/f0/f0f95493cff977b2c6056bcd40faee816180c634e1b06ca97c7b0058daec3525-d # internal
2025-08-20T23:04:47.1674382Z [00:03:32.450]➜  github.com/go-git/go-git/v5/storage/filesystem/dotgit
2025-08-20T23:04:47.1686898Z [00:03:32.450]➜  mkdir -p $WORK/b2224/
2025-08-20T23:04:47.1687552Z [00:03:32.450]➜  cat >/tmp/go-build3700090427/b2224/importcfg << 'EOF' # internal
2025-08-20T23:04:47.1688113Z [00:03:32.450]➜  # import config
2025-08-20T23:04:47.1688890Z [00:03:32.451]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:47.1689787Z [00:03:32.451]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.1690432Z [00:03:32.451]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.1691049Z [00:03:32.451]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.1691840Z [00:03:32.451]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:04:47.1693019Z [00:03:32.451]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build3700090427/b2165/_pkg_.a
2025-08-20T23:04:47.1694133Z [00:03:32.451]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:47.1695399Z [00:03:32.451]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3700090427/b2192/_pkg_.a
2025-08-20T23:04:47.1696575Z [00:03:32.451]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build3700090427/b2223/_pkg_.a
2025-08-20T23:04:47.1697770Z [00:03:32.451]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3700090427/b2191/_pkg_.a
2025-08-20T23:04:47.1698880Z [00:03:32.451]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3700090427/b2171/_pkg_.a
2025-08-20T23:04:47.1700365Z [00:03:32.451]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3700090427/b2204/_pkg_.a
2025-08-20T23:04:47.1701453Z [00:03:32.451]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:47.1702358Z [00:03:32.451]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.1703098Z [00:03:32.451]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:47.1703872Z [00:03:32.451]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:47.1704685Z [00:03:32.451]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:47.1705514Z [00:03:32.451]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:47.1706274Z [00:03:32.451]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:47.1707026Z [00:03:32.451]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:47.1707769Z [00:03:32.451]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:47.1708561Z [00:03:32.451]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:47.1709490Z [00:03:32.451]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:47.1710259Z [00:03:32.451]➜  EOF
2025-08-20T23:04:47.1717313Z [00:03:32.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2224/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/dotgit=>github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/dotgit;$WORK/b2224=>" -p github.com/go-git/go-git/v5/storage/filesystem/dotgit -lang=go1.21 -complete -installsuffix shared -buildid UCcrx552iOfYLb37iLbg/UCcrx552iOfYLb37iLbg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2224/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/dotgit/dotgit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/dotgit/dotgit_rewrite_packed_refs.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/dotgit/dotgit_setref.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/dotgit/reader.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/dotgit/repository_filesystem.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/dotgit/writers.go
2025-08-20T23:04:47.3807715Z [00:03:32.664]➜  go tool buildid -w $WORK/b2210/_pkg_.a # internal
2025-08-20T23:04:47.3864845Z [00:03:32.669]➜  cp $WORK/b2210/_pkg_.a /root/.cache/go-build/4a/4ab371f4fd3b87b647e2bc32fe82c61ab6f25d420179262562c4366b45a05152-d # internal
2025-08-20T23:04:47.3888676Z [00:03:32.672]➜  github.com/go-git/go-git/v5/plumbing/transport
2025-08-20T23:04:47.3891487Z [00:03:32.672]➜  mkdir -p $WORK/b2217/
2025-08-20T23:04:47.3907410Z [00:03:32.674]➜  cat >/tmp/go-build3700090427/b2217/importcfg << 'EOF' # internal
2025-08-20T23:04:47.3914299Z [00:03:32.674]➜  # import config
2025-08-20T23:04:47.3914897Z [00:03:32.674]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.3915627Z [00:03:32.674]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:47.3916361Z [00:03:32.674]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.3917295Z [00:03:32.674]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.3918220Z [00:03:32.674]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3700090427/b2169/_pkg_.a
2025-08-20T23:04:47.3919638Z [00:03:32.674]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:47.3920806Z [00:03:32.674]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3700090427/b2210/_pkg_.a
2025-08-20T23:04:47.3922205Z [00:03:32.674]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3700090427/b2213/_pkg_.a
2025-08-20T23:04:47.3923212Z [00:03:32.674]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.3923910Z [00:03:32.674]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:47.3924698Z [00:03:32.674]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:47.3925539Z [00:03:32.674]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:47.3926285Z [00:03:32.674]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:47.3926840Z [00:03:32.674]➜  EOF
2025-08-20T23:04:47.3931233Z [00:03:32.674]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2217/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport=>github.com/go-git/go-git/v5@v5.13.2/plumbing/transport;$WORK/b2217=>" -p github.com/go-git/go-git/v5/plumbing/transport -lang=go1.21 -complete -installsuffix shared -buildid zE5Drl28QESL8pxdZiQw/zE5Drl28QESL8pxdZiQw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2217/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/common.go
2025-08-20T23:04:47.4145016Z [00:03:32.697]➜  go tool buildid -w $WORK/b2224/_pkg_.a # internal
2025-08-20T23:04:47.4260561Z [00:03:32.709]➜  cp $WORK/b2224/_pkg_.a /root/.cache/go-build/c3/c3a1e7ad2538833f1f025096ef0056c43d0564ace037453a8545253deb0649b8-d # internal
2025-08-20T23:04:47.4321212Z [00:03:32.715]➜  github.com/go-git/go-git/v5/storage/filesystem
2025-08-20T23:04:47.4321997Z [00:03:32.715]➜  mkdir -p $WORK/b2222/
2025-08-20T23:04:47.4325550Z [00:03:32.716]➜  cat >/tmp/go-build3700090427/b2222/importcfg << 'EOF' # internal
2025-08-20T23:04:47.4327677Z [00:03:32.716]➜  # import config
2025-08-20T23:04:47.4329657Z [00:03:32.716]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:47.4330531Z [00:03:32.716]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.4331320Z [00:03:32.716]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.4332256Z [00:03:32.716]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:04:47.4333365Z [00:03:32.716]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3700090427/b2168/_pkg_.a
2025-08-20T23:04:47.4334531Z [00:03:32.716]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:47.4335723Z [00:03:32.716]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3700090427/b2183/_pkg_.a
2025-08-20T23:04:47.4337036Z [00:03:32.716]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3700090427/b2192/_pkg_.a
2025-08-20T23:04:47.4338392Z [00:03:32.716]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3700090427/b2189/_pkg_.a
2025-08-20T23:04:47.4340138Z [00:03:32.716]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build3700090427/b2223/_pkg_.a
2025-08-20T23:04:47.4341590Z [00:03:32.716]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3700090427/b2191/_pkg_.a
2025-08-20T23:04:47.4342907Z [00:03:32.716]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3700090427/b2193/_pkg_.a
2025-08-20T23:04:47.4344099Z [00:03:32.716]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3700090427/b2204/_pkg_.a
2025-08-20T23:04:47.4345536Z [00:03:32.716]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build3700090427/b2224/_pkg_.a
2025-08-20T23:04:47.4346977Z [00:03:32.716]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:47.4347939Z [00:03:32.716]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.4348694Z [00:03:32.716]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:47.4349606Z [00:03:32.716]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:47.4350367Z [00:03:32.716]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:47.4350897Z [00:03:32.716]➜  EOF
2025-08-20T23:04:47.4358483Z [00:03:32.716]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem=>github.com/go-git/go-git/v5@v5.13.2/storage/filesystem;$WORK/b2222=>" -p github.com/go-git/go-git/v5/storage/filesystem -lang=go1.21 -complete -installsuffix shared -buildid 9Rr5Swwpn8Tql8QLZs0X/9Rr5Swwpn8Tql8QLZs0X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2222/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/config.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/deltaobject.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/index.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/module.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/object.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/reference.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/shallow.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/storage/filesystem/storage.go
2025-08-20T23:04:47.4466052Z [00:03:32.730]➜  go tool buildid -w $WORK/b2217/_pkg_.a # internal
2025-08-20T23:04:47.4478013Z [00:03:32.731]➜  cp $WORK/b2217/_pkg_.a /root/.cache/go-build/b9/b9b4129a52b964db3f82ef0f449a536d89eba9038d6c9b420cc4580a0ea74e48-d # internal
2025-08-20T23:04:47.4491317Z [00:03:32.732]➜  github.com/go-git/go-git/v5/plumbing/transport/internal/common
2025-08-20T23:04:47.4498834Z [00:03:32.732]➜  mkdir -p $WORK/b2220/
2025-08-20T23:04:47.4499789Z [00:03:32.733]➜  cat >/tmp/go-build3700090427/b2220/importcfg << 'EOF' # internal
2025-08-20T23:04:47.4500679Z [00:03:32.733]➜  # import config
2025-08-20T23:04:47.4501302Z [00:03:32.733]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:47.4502073Z [00:03:32.733]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.4502847Z [00:03:32.733]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:47.4503622Z [00:03:32.733]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.4504367Z [00:03:32.733]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.4505476Z [00:03:32.733]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3700090427/b2211/_pkg_.a
2025-08-20T23:04:47.4506845Z [00:03:32.733]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3700090427/b2210/_pkg_.a
2025-08-20T23:04:47.4508283Z [00:03:32.733]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3700090427/b2213/_pkg_.a
2025-08-20T23:04:47.4512529Z [00:03:32.733]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3700090427/b2214/_pkg_.a
2025-08-20T23:04:47.4514458Z [00:03:32.733]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3700090427/b2217/_pkg_.a
2025-08-20T23:04:47.4515742Z [00:03:32.733]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:47.4516908Z [00:03:32.733]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.4518086Z [00:03:32.733]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:47.4519498Z [00:03:32.733]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:47.4520470Z [00:03:32.733]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:47.4521141Z [00:03:32.733]➜  EOF
2025-08-20T23:04:47.4526768Z [00:03:32.733]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2220/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/internal/common=>github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/internal/common;$WORK/b2220=>" -p github.com/go-git/go-git/v5/plumbing/transport/internal/common -lang=go1.21 -complete -installsuffix shared -buildid amu_D3BEIgvnhPciE058/amu_D3BEIgvnhPciE058 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2220/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/internal/common/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/internal/common/mocks.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/internal/common/server.go
2025-08-20T23:04:47.5211424Z [00:03:32.802]➜  go tool buildid -w $WORK/b2100/_pkg_.a # internal
2025-08-20T23:04:47.5415914Z [00:03:32.824]➜  cp $WORK/b2100/_pkg_.a /root/.cache/go-build/6c/6cf77cd64bd1c0cdffe1371503c4a19d82d5557d04540dd15e3d27a7e0923055-d # internal
2025-08-20T23:04:47.5436656Z [00:03:32.827]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3
2025-08-20T23:04:47.5439842Z [00:03:32.827]➜  mkdir -p $WORK/b2139/
2025-08-20T23:04:47.5446594Z [00:03:32.828]➜  cat >/tmp/go-build3700090427/b2139/importcfg << 'EOF' # internal
2025-08-20T23:04:47.5453084Z [00:03:32.828]➜  # import config
2025-08-20T23:04:47.5453740Z [00:03:32.828]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.5454532Z [00:03:32.828]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.5455292Z [00:03:32.828]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.5456500Z [00:03:32.828]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:47.5457881Z [00:03:32.828]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:47.5459655Z [00:03:32.828]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3700090427/b2061/_pkg_.a
2025-08-20T23:04:47.5461662Z [00:03:32.828]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3700090427/b2100/_pkg_.a
2025-08-20T23:04:47.5463404Z [00:03:32.828]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:47.5464780Z [00:03:32.828]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:47.5466122Z [00:03:32.828]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:47.5467408Z [00:03:32.828]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:47.5468742Z [00:03:32.828]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:47.5470283Z [00:03:32.828]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:04:47.5471338Z [00:03:32.828]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:47.5472109Z [00:03:32.828]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:47.5472900Z [00:03:32.828]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:47.5473677Z [00:03:32.828]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:47.5474441Z [00:03:32.828]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:47.5475378Z [00:03:32.828]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:47.5476166Z [00:03:32.828]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:47.5477060Z [00:03:32.828]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:47.5477800Z [00:03:32.828]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:47.5478598Z [00:03:32.828]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:47.5479203Z [00:03:32.828]➜  EOF
2025-08-20T23:04:47.5484619Z [00:03:32.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2139/_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/b2139=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3 -lang=go1.22 -complete -installsuffix shared -buildid z0mXAJ0IXDe_58M98dCd/z0mXAJ0IXDe_58M98dCd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2139/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-20T23:04:47.5496893Z [00:03:32.833]➜  go tool buildid -w $WORK/b2220/_pkg_.a # internal
2025-08-20T23:04:47.5517477Z [00:03:32.835]➜  cp $WORK/b2220/_pkg_.a /root/.cache/go-build/97/9791677469f7757ab400375d7f9d20357717097806e0f477deea6072af432dfe-d # internal
2025-08-20T23:04:47.5545645Z [00:03:32.837]➜  github.com/go-git/go-git/v5/plumbing/transport/git
2025-08-20T23:04:47.5546419Z [00:03:32.838]➜  mkdir -p $WORK/b2225/
2025-08-20T23:04:47.5547107Z [00:03:32.838]➜  cat >/tmp/go-build3700090427/b2225/importcfg << 'EOF' # internal
2025-08-20T23:04:47.5547739Z [00:03:32.838]➜  # import config
2025-08-20T23:04:47.5548866Z [00:03:32.838]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3700090427/b2210/_pkg_.a
2025-08-20T23:04:47.5550312Z [00:03:32.838]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3700090427/b2217/_pkg_.a
2025-08-20T23:04:47.5551725Z [00:03:32.838]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3700090427/b2220/_pkg_.a
2025-08-20T23:04:47.5553283Z [00:03:32.838]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:47.5554257Z [00:03:32.838]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.5555025Z [00:03:32.838]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:47.5555812Z [00:03:32.838]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:47.5556417Z [00:03:32.838]➜  EOF
2025-08-20T23:04:47.5563101Z [00:03:32.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2225/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/git=>github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/git;$WORK/b2225=>" -p github.com/go-git/go-git/v5/plumbing/transport/git -lang=go1.21 -complete -installsuffix shared -buildid gpoBTfTYoTO4ErPlBMwn/gpoBTfTYoTO4ErPlBMwn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2225/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/git/common.go
2025-08-20T23:04:47.6157096Z [00:03:32.899]➜  go tool buildid -w $WORK/b2225/_pkg_.a # internal
2025-08-20T23:04:47.6165608Z [00:03:32.900]➜  cp $WORK/b2225/_pkg_.a /root/.cache/go-build/b0/b0f97ae9232b51f4730c215f7131d9d7b104ecdeb5997e8a3636993989f58d69-d # internal
2025-08-20T23:04:47.6177507Z [00:03:32.901]➜  github.com/go-git/go-git/v5/plumbing/transport/http
2025-08-20T23:04:47.6184366Z [00:03:32.902]➜  mkdir -p $WORK/b2226/
2025-08-20T23:04:47.6190998Z [00:03:32.902]➜  cat >/tmp/go-build3700090427/b2226/importcfg << 'EOF' # internal
2025-08-20T23:04:47.6199914Z [00:03:32.903]➜  # import config
2025-08-20T23:04:47.6200682Z [00:03:32.903]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.6201539Z [00:03:32.903]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:47.6202369Z [00:03:32.903]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:47.6203250Z [00:03:32.903]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:47.6204091Z [00:03:32.903]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.6205080Z [00:03:32.903]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:47.6206370Z [00:03:32.903]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3700090427/b2211/_pkg_.a
2025-08-20T23:04:47.6207780Z [00:03:32.903]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3700090427/b2210/_pkg_.a
2025-08-20T23:04:47.6209794Z [00:03:32.903]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3700090427/b2213/_pkg_.a
2025-08-20T23:04:47.6211424Z [00:03:32.903]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3700090427/b2214/_pkg_.a
2025-08-20T23:04:47.6212875Z [00:03:32.903]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3700090427/b2217/_pkg_.a
2025-08-20T23:04:47.6214379Z [00:03:32.903]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3700090427/b2220/_pkg_.a
2025-08-20T23:04:47.6215795Z [00:03:32.903]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:47.6217011Z [00:03:32.903]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3700090427/b2227/_pkg_.a
2025-08-20T23:04:47.6217977Z [00:03:32.903]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.6218748Z [00:03:32.903]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:47.6239994Z [00:03:32.903]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:47.6240998Z [00:03:32.903]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:47.6241877Z [00:03:32.903]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:47.6242730Z [00:03:32.903]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:47.6243841Z [00:03:32.903]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:47.6244665Z [00:03:32.903]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:47.6245278Z [00:03:32.903]➜  EOF
2025-08-20T23:04:47.6251467Z [00:03:32.903]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2226/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/http=>github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/http;$WORK/b2226=>" -p github.com/go-git/go-git/v5/plumbing/transport/http -lang=go1.21 -complete -installsuffix shared -buildid JULDvNrRNIwfJAhLXHzL/JULDvNrRNIwfJAhLXHzL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2226/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/http/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/http/receive_pack.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/http/transport.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/http/upload_pack.go
2025-08-20T23:04:47.6419269Z [00:03:32.925]➜  go tool buildid -w $WORK/b2222/_pkg_.a # internal
2025-08-20T23:04:47.6475557Z [00:03:32.930]➜  cp $WORK/b2222/_pkg_.a /root/.cache/go-build/f7/f71dfc3141ab5311f012a85e1601074e1b7344d3eff5c0c1fd1bc4adfb69072c-d # internal
2025-08-20T23:04:47.6481899Z [00:03:32.931]➜  github.com/go-git/go-git/v5/plumbing/transport/server
2025-08-20T23:04:47.6484876Z [00:03:32.931]➜  mkdir -p $WORK/b2221/
2025-08-20T23:04:47.6487836Z [00:03:32.932]➜  cat >/tmp/go-build3700090427/b2221/importcfg << 'EOF' # internal
2025-08-20T23:04:47.6490659Z [00:03:32.932]➜  # import config
2025-08-20T23:04:47.6491349Z [00:03:32.932]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:47.6492157Z [00:03:32.932]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.6492889Z [00:03:32.932]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.6493779Z [00:03:32.932]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:04:47.6494803Z [00:03:32.932]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3700090427/b2163/_pkg_.a
2025-08-20T23:04:47.6495858Z [00:03:32.932]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:47.6496974Z [00:03:32.932]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3700090427/b2183/_pkg_.a
2025-08-20T23:04:47.6498369Z [00:03:32.932]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3700090427/b2191/_pkg_.a
2025-08-20T23:04:47.6499937Z [00:03:32.932]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3700090427/b2210/_pkg_.a
2025-08-20T23:04:47.6501370Z [00:03:32.932]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3700090427/b2213/_pkg_.a
2025-08-20T23:04:47.6502683Z [00:03:32.932]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build3700090427/b2216/_pkg_.a
2025-08-20T23:04:47.6503854Z [00:03:32.932]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3700090427/b2193/_pkg_.a
2025-08-20T23:04:47.6505046Z [00:03:32.932]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3700090427/b2217/_pkg_.a
2025-08-20T23:04:47.6506275Z [00:03:32.932]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build3700090427/b2222/_pkg_.a
2025-08-20T23:04:47.6507458Z [00:03:32.932]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:47.6508359Z [00:03:32.932]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.6508907Z [00:03:32.932]➜  EOF
2025-08-20T23:04:47.7619644Z [00:03:32.932]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2221/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/server=>github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/server;$WORK/b2221=>" -p github.com/go-git/go-git/v5/plumbing/transport/server -lang=go1.21 -complete -installsuffix shared -buildid 3xXoACemnLkP2v82wBHk/3xXoACemnLkP2v82wBHk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2221/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/server/loader.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/server/server.go
2025-08-20T23:04:47.7624458Z [00:03:33.045]➜  go tool buildid -w $WORK/b2226/_pkg_.a # internal
2025-08-20T23:04:47.7646485Z [00:03:33.048]➜  cp $WORK/b2226/_pkg_.a /root/.cache/go-build/a2/a2408b9984f8cfa623e2c78b8111df8615496e8b268562c1f200d6f4c0845f29-d # internal
2025-08-20T23:04:47.7653790Z [00:03:33.048]➜  github.com/kevinburke/ssh_config
2025-08-20T23:04:47.7654427Z [00:03:33.049]➜  mkdir -p $WORK/b2229/
2025-08-20T23:04:47.7663192Z [00:03:33.049]➜  cat >/tmp/go-build3700090427/b2229/importcfg << 'EOF' # internal
2025-08-20T23:04:47.7665136Z [00:03:33.049]➜  # import config
2025-08-20T23:04:47.7666292Z [00:03:33.049]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.7668153Z [00:03:33.049]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.7670167Z [00:03:33.049]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.7671139Z [00:03:33.049]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.7672462Z [00:03:33.049]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:47.7674197Z [00:03:33.049]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:04:47.7675549Z [00:03:33.050]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:47.7680677Z [00:03:33.050]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:47.7682018Z [00:03:33.050]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:47.7683196Z [00:03:33.050]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:47.7684754Z [00:03:33.050]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:47.7686358Z [00:03:33.050]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:47.7687601Z [00:03:33.050]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:47.7720019Z [00:03:33.050]➜  EOF
2025-08-20T23:04:47.7726841Z [00:03:33.050]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2229/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0=>github.com/kevinburke/ssh_config@v1.2.0;$WORK/b2229=>" -p github.com/kevinburke/ssh_config -lang=go1.16 -complete -installsuffix shared -buildid bnYHY21Agcl2ZOcnoMgI/bnYHY21Agcl2ZOcnoMgI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2229/importcfg -pack /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/config.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/lexer.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/parser.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/position.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/token.go /root/go/pkg/mod/github.com/kevinburke/ssh_config@v1.2.0/validators.go
2025-08-20T23:04:47.8197200Z [00:03:33.103]➜  go tool buildid -w $WORK/b2139/_pkg_.a # internal
2025-08-20T23:04:47.8225659Z [00:03:33.106]➜  cp $WORK/b2139/_pkg_.a /root/.cache/go-build/50/50ad2a1f0a6d8a2dcaf49bf5df1e7dcfec4a3da055549e0743399cc3fb314968-d # internal
2025-08-20T23:04:47.8231777Z [00:03:33.106]➜  google.golang.org/grpc/xds/internal/httpfilter/router
2025-08-20T23:04:47.8235120Z [00:03:33.107]➜  mkdir -p $WORK/b2138/
2025-08-20T23:04:47.8243978Z [00:03:33.108]➜  cat >/tmp/go-build3700090427/b2138/importcfg << 'EOF' # internal
2025-08-20T23:04:47.8247065Z [00:03:33.108]➜  # import config
2025-08-20T23:04:47.8247647Z [00:03:33.108]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.8248888Z [00:03:33.108]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build3700090427/b2139/_pkg_.a
2025-08-20T23:04:47.8250664Z [00:03:33.108]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3700090427/b410/_pkg_.a
2025-08-20T23:04:47.8251888Z [00:03:33.108]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3700090427/b2105/_pkg_.a
2025-08-20T23:04:47.8253091Z [00:03:33.108]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:47.8254297Z [00:03:33.108]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:47.8255121Z [00:03:33.108]➜  EOF
2025-08-20T23:04:47.8264502Z [00:03:33.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2138/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/router=>google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/router;$WORK/b2138=>" -p google.golang.org/grpc/xds/internal/httpfilter/router -lang=go1.23 -complete -installsuffix shared -buildid lEAUWnctOkaGrQFa7zOo/lEAUWnctOkaGrQFa7zOo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2138/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/httpfilter/router/router.go
2025-08-20T23:04:47.8273067Z [00:03:33.110]➜  go tool buildid -w $WORK/b2221/_pkg_.a # internal
2025-08-20T23:04:47.8279529Z [00:03:33.111]➜  cp $WORK/b2221/_pkg_.a /root/.cache/go-build/5c/5cd347a11a92d49b8bd877846ab050489cc82ad3b4c73ae8099b35398061e144-d # internal
2025-08-20T23:04:47.8289254Z [00:03:33.112]➜  github.com/go-git/go-git/v5/plumbing/transport/file
2025-08-20T23:04:47.8294374Z [00:03:33.113]➜  mkdir -p $WORK/b2219/
2025-08-20T23:04:47.8302471Z [00:03:33.113]➜  cat >/tmp/go-build3700090427/b2219/importcfg << 'EOF' # internal
2025-08-20T23:04:47.8304600Z [00:03:33.113]➜  # import config
2025-08-20T23:04:47.8305515Z [00:03:33.113]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:47.8306319Z [00:03:33.113]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.8307102Z [00:03:33.113]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.8308134Z [00:03:33.113]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3700090427/b2217/_pkg_.a
2025-08-20T23:04:47.8309856Z [00:03:33.113]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3700090427/b2220/_pkg_.a
2025-08-20T23:04:47.8311350Z [00:03:33.113]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build3700090427/b2221/_pkg_.a
2025-08-20T23:04:47.8312907Z [00:03:33.114]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:47.8314122Z [00:03:33.114]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build3700090427/b249/_pkg_.a
2025-08-20T23:04:47.8315082Z [00:03:33.114]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.8315819Z [00:03:33.114]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:47.8316665Z [00:03:33.114]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:47.8317516Z [00:03:33.114]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:47.8318328Z [00:03:33.114]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:47.8318958Z [00:03:33.114]➜  EOF
2025-08-20T23:04:47.8323784Z [00:03:33.114]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2219/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/file=>github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/file;$WORK/b2219=>" -p github.com/go-git/go-git/v5/plumbing/transport/file -lang=go1.21 -complete -installsuffix shared -buildid bOJNVzBi-Ofs34xkU36N/bOJNVzBi-Ofs34xkU36N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2219/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/file/client.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/file/server.go
2025-08-20T23:04:47.8738441Z [00:03:33.157]➜  go tool buildid -w $WORK/b2219/_pkg_.a # internal
2025-08-20T23:04:47.8757047Z [00:03:33.159]➜  cp $WORK/b2219/_pkg_.a /root/.cache/go-build/64/6405f8c9af3f33441ef9cf76483dd8dbda4949fdf0899ba8a8c6b5ed75c6a34f-d # internal
2025-08-20T23:04:47.8772283Z [00:03:33.160]➜  golang.org/x/crypto/ssh/knownhosts
2025-08-20T23:04:47.8773182Z [00:03:33.160]➜  mkdir -p $WORK/b2231/
2025-08-20T23:04:47.8785794Z [00:03:33.162]➜  cat >/tmp/go-build3700090427/b2231/importcfg << 'EOF' # internal
2025-08-20T23:04:47.8786822Z [00:03:33.162]➜  # import config
2025-08-20T23:04:47.8788638Z [00:03:33.162]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:47.8791761Z [00:03:33.162]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.8792798Z [00:03:33.162]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:47.8793733Z [00:03:33.162]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:47.8794671Z [00:03:33.162]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:47.8795588Z [00:03:33.162]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:47.8796476Z [00:03:33.162]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.8797299Z [00:03:33.162]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.8798242Z [00:03:33.162]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3700090427/b682/_pkg_.a
2025-08-20T23:04:47.8799566Z [00:03:33.162]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.8800436Z [00:03:33.162]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:47.8801263Z [00:03:33.162]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
﻿2025-08-20T23:04:47.8805005Z [00:03:33.162]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:47.8805648Z [00:03:33.162]➜  EOF
2025-08-20T23:04:47.8809272Z [00:03:33.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2231/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/knownhosts=>golang.org/x/crypto@v0.40.0/ssh/knownhosts;$WORK/b2231=>" -p golang.org/x/crypto/ssh/knownhosts -lang=go1.23 -complete -installsuffix shared -buildid Ztstz4Bss1Z0tbAl612J/Ztstz4Bss1Z0tbAl612J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2231/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/knownhosts/knownhosts.go
2025-08-20T23:04:47.8988764Z [00:03:33.182]➜  go tool buildid -w $WORK/b2138/_pkg_.a # internal
2025-08-20T23:04:47.9006511Z [00:03:33.184]➜  cp $WORK/b2138/_pkg_.a /root/.cache/go-build/b5/b5974749aa73f7b14f33c4600fbbb7949919848ce109b8b38f94ea43c9b24c9d-d # internal
2025-08-20T23:04:47.9027854Z [00:03:33.186]➜  golang.org/x/crypto/ssh/agent
2025-08-20T23:04:47.9035785Z [00:03:33.186]➜  mkdir -p $WORK/b2233/
2025-08-20T23:04:47.9036584Z [00:03:33.187]➜  cat >/tmp/go-build3700090427/b2233/importcfg << 'EOF' # internal
2025-08-20T23:04:47.9037233Z [00:03:33.187]➜  # import config
2025-08-20T23:04:47.9037863Z [00:03:33.187]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.9038677Z [00:03:33.187]➜  packagefile crypto/dsa=/tmp/go-build3700090427/b181/_pkg_.a
2025-08-20T23:04:47.9039732Z [00:03:33.187]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:47.9040591Z [00:03:33.187]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:04:47.9041468Z [00:03:33.187]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:04:47.9042338Z [00:03:33.187]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:47.9043099Z [00:03:33.187]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:47.9043817Z [00:03:33.187]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:47.9044712Z [00:03:33.187]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:47.9045673Z [00:03:33.187]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:47.9046498Z [00:03:33.187]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.9047272Z [00:03:33.187]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.9048170Z [00:03:33.187]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3700090427/b682/_pkg_.a
2025-08-20T23:04:47.9049033Z [00:03:33.187]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.9049966Z [00:03:33.187]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:47.9050784Z [00:03:33.187]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:47.9051847Z [00:03:33.187]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:47.9052603Z [00:03:33.187]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:47.9053395Z [00:03:33.187]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:47.9053955Z [00:03:33.187]➜  EOF
2025-08-20T23:04:47.9058605Z [00:03:33.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2233/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/agent=>golang.org/x/crypto@v0.40.0/ssh/agent;$WORK/b2233=>" -p golang.org/x/crypto/ssh/agent -lang=go1.23 -complete -installsuffix shared -buildid _MuyxESCW_gRAhnjqqLu/_MuyxESCW_gRAhnjqqLu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2233/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/agent/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/agent/forward.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/agent/keyring.go /root/go/pkg/mod/golang.org/x/crypto@v0.40.0/ssh/agent/server.go
2025-08-20T23:04:47.9103975Z [00:03:33.194]➜  go tool buildid -w $WORK/b2060/_pkg_.a # internal
2025-08-20T23:04:47.9180959Z [00:03:33.199]➜  go tool buildid -w $WORK/b2229/_pkg_.a # internal
2025-08-20T23:04:47.9187183Z [00:03:33.202]➜  cp $WORK/b2229/_pkg_.a /root/.cache/go-build/d1/d1b4b08c9276307f45b216c021e6b0e5d3b45e03b8346e218fef142d2dca77d7-d # internal
2025-08-20T23:04:47.9194490Z [00:03:33.203]➜  golang.org/x/net/internal/socks
2025-08-20T23:04:47.9197336Z [00:03:33.203]➜  mkdir -p $WORK/b2235/
2025-08-20T23:04:47.9206389Z [00:03:33.204]➜  cat >/tmp/go-build3700090427/b2235/importcfg << 'EOF' # internal
2025-08-20T23:04:47.9207114Z [00:03:33.204]➜  # import config
2025-08-20T23:04:47.9207792Z [00:03:33.204]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:47.9210283Z [00:03:33.204]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.9211202Z [00:03:33.204]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.9227152Z [00:03:33.204]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:47.9228086Z [00:03:33.204]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:47.9228901Z [00:03:33.204]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:47.9229667Z [00:03:33.204]➜  EOF
2025-08-20T23:04:47.9233478Z [00:03:33.204]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2235/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/socks=>golang.org/x/net@v0.42.0/internal/socks;$WORK/b2235=>" -p golang.org/x/net/internal/socks -lang=go1.23 -complete -installsuffix shared -buildid Trn_hgTKrnn-PZpH-LT1/Trn_hgTKrnn-PZpH-LT1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2235/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/socks/client.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/internal/socks/socks.go
2025-08-20T23:04:47.9237674Z [00:03:33.204]➜  cp $WORK/b2060/_pkg_.a /root/.cache/go-build/6b/6b6e315b4eb10c19a12d07817f4b6a70ce4f327e8b768860ff11304e47503042-d # internal
2025-08-20T23:04:47.9238930Z [00:03:33.206]➜  github.com/envoyproxy/go-control-plane/envoy/admin/v3
2025-08-20T23:04:47.9239795Z [00:03:33.206]➜  mkdir -p $WORK/b2059/
2025-08-20T23:04:47.9240472Z [00:03:33.206]➜  cat >/tmp/go-build3700090427/b2059/importcfg << 'EOF' # internal
2025-08-20T23:04:47.9241159Z [00:03:33.206]➜  # import config
2025-08-20T23:04:47.9241812Z [00:03:33.206]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.9242644Z [00:03:33.206]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.9243454Z [00:03:33.206]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.9244517Z [00:03:33.206]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:47.9246044Z [00:03:33.206]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build3700090427/b2060/_pkg_.a
2025-08-20T23:04:47.9247967Z [00:03:33.206]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3700090427/b2070/_pkg_.a
2025-08-20T23:04:47.9249969Z [00:03:33.206]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:47.9251604Z [00:03:33.206]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build3700090427/b2077/_pkg_.a
2025-08-20T23:04:47.9253096Z [00:03:33.206]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:47.9254554Z [00:03:33.206]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:04:47.9256226Z [00:03:33.206]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:47.9257712Z [00:03:33.206]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:47.9259081Z [00:03:33.206]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:47.9260975Z [00:03:33.206]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:47.9262460Z [00:03:33.206]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:47.9263701Z [00:03:33.206]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:47.9264643Z [00:03:33.206]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:47.9265520Z [00:03:33.206]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:47.9266324Z [00:03:33.206]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:47.9267305Z [00:03:33.206]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:47.9268144Z [00:03:33.206]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:47.9268972Z [00:03:33.206]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:47.9269987Z [00:03:33.206]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:47.9270803Z [00:03:33.206]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:47.9271677Z [00:03:33.206]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:47.9272330Z [00:03:33.206]➜  EOF
2025-08-20T23:04:47.9301401Z [00:03:33.206]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2059/_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/b2059=>" -p github.com/envoyproxy/go-control-plane/envoy/admin/v3 -lang=go1.22 -complete -installsuffix shared -buildid GLI1Y5CSbJKi_730RkwD/GLI1Y5CSbJKi_730RkwD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2059/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-20T23:04:47.9896625Z [00:03:33.273]➜  go tool buildid -w $WORK/b2231/_pkg_.a # internal
2025-08-20T23:04:47.9909959Z [00:03:33.274]➜  cp $WORK/b2231/_pkg_.a /root/.cache/go-build/ee/eebdd870e4408774cf73c9d8e0f04515706a802ff525e282f7fa14907be36d83-d # internal
2025-08-20T23:04:47.9911505Z [00:03:33.274]➜  github.com/skeema/knownhosts
2025-08-20T23:04:47.9912140Z [00:03:33.274]➜  mkdir -p $WORK/b2230/
2025-08-20T23:04:47.9915378Z [00:03:33.275]➜  cat >/tmp/go-build3700090427/b2230/importcfg << 'EOF' # internal
2025-08-20T23:04:47.9916076Z [00:03:33.275]➜  # import config
2025-08-20T23:04:47.9916738Z [00:03:33.275]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:47.9917734Z [00:03:33.275]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:47.9918470Z [00:03:33.275]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:47.9919205Z [00:03:33.275]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:47.9921019Z [00:03:33.275]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:47.9921886Z [00:03:33.275]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3700090427/b682/_pkg_.a
2025-08-20T23:04:47.9922953Z [00:03:33.275]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build3700090427/b2231/_pkg_.a
2025-08-20T23:04:47.9923897Z [00:03:33.275]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:47.9924705Z [00:03:33.275]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:47.9925479Z [00:03:33.275]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:47.9926309Z [00:03:33.275]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:47.9927137Z [00:03:33.275]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:47.9927725Z [00:03:33.275]➜  EOF
2025-08-20T23:04:47.9931065Z [00:03:33.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2230/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.0=>github.com/skeema/knownhosts@v1.3.0;$WORK/b2230=>" -p github.com/skeema/knownhosts -lang=go1.17 -complete -installsuffix shared -buildid MNWlS4gjqPywb6-XaxMv/MNWlS4gjqPywb6-XaxMv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2230/importcfg -pack /root/go/pkg/mod/github.com/skeema/knownhosts@v1.3.0/knownhosts.go
2025-08-20T23:04:47.9956775Z [00:03:33.279]➜  go tool buildid -w $WORK/b2235/_pkg_.a # internal
2025-08-20T23:04:47.9973627Z [00:03:33.281]➜  cp $WORK/b2235/_pkg_.a /root/.cache/go-build/cf/cfbae85327762d879c17b7edcbd24c6ade80412552cf8f746445ba77e1e75cde-d # internal
2025-08-20T23:04:48.0019852Z [00:03:33.285]➜  golang.org/x/net/proxy
2025-08-20T23:04:48.0021901Z [00:03:33.285]➜  mkdir -p $WORK/b2234/
2025-08-20T23:04:48.0032733Z [00:03:33.286]➜  cat >/tmp/go-build3700090427/b2234/importcfg << 'EOF' # internal
2025-08-20T23:04:48.0033970Z [00:03:33.286]➜  # import config
2025-08-20T23:04:48.0050254Z [00:03:33.286]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:48.0053220Z [00:03:33.286]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:48.0054242Z [00:03:33.286]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build3700090427/b2235/_pkg_.a
2025-08-20T23:04:48.0055218Z [00:03:33.286]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:48.0056049Z [00:03:33.286]➜  packagefile net/netip=/tmp/go-build3700090427/b088/_pkg_.a
2025-08-20T23:04:48.0056874Z [00:03:33.286]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:48.0057648Z [00:03:33.286]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:48.0058426Z [00:03:33.286]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:48.0059262Z [00:03:33.286]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:48.0060147Z [00:03:33.286]➜  EOF
2025-08-20T23:04:48.0064587Z [00:03:33.287]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2234/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy=>golang.org/x/net@v0.42.0/proxy;$WORK/b2234=>" -p golang.org/x/net/proxy -lang=go1.23 -complete -installsuffix shared -buildid Vc2Zt5WbOMQOHoHTRtjH/Vc2Zt5WbOMQOHoHTRtjH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2234/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/dial.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/direct.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/per_host.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/proxy.go /root/go/pkg/mod/golang.org/x/net@v0.42.0/proxy/socks5.go
2025-08-20T23:04:48.0677936Z [00:03:33.351]➜  go tool buildid -w $WORK/b2233/_pkg_.a # internal
2025-08-20T23:04:48.0706753Z [00:03:33.354]➜  cp $WORK/b2233/_pkg_.a /root/.cache/go-build/df/df5b3554eacfecd362f88f3c619c0d61f8e6159ad5755aa0eb91606b62e3ebc5-d # internal
2025-08-20T23:04:48.0757825Z [00:03:33.359]➜  github.com/xanzy/ssh-agent
2025-08-20T23:04:48.0758542Z [00:03:33.359]➜  mkdir -p $WORK/b2232/
2025-08-20T23:04:48.0762228Z [00:03:33.359]➜  cat >/tmp/go-build3700090427/b2232/importcfg << 'EOF' # internal
2025-08-20T23:04:48.0769060Z [00:03:33.359]➜  # import config
2025-08-20T23:04:48.0769944Z [00:03:33.359]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:48.0770745Z [00:03:33.359]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:48.0771717Z [00:03:33.359]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build3700090427/b2233/_pkg_.a
2025-08-20T23:04:48.0772718Z [00:03:33.359]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:48.0773507Z [00:03:33.359]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:48.0774342Z [00:03:33.359]➜  EOF
2025-08-20T23:04:48.0797905Z [00:03:33.363]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3=>github.com/xanzy/ssh-agent@v0.3.3;$WORK/b2232=>" -p github.com/xanzy/ssh-agent -lang=go1.16 -complete -installsuffix shared -buildid oXoYYHlJMRQSKIEphzab/oXoYYHlJMRQSKIEphzab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2232/importcfg -pack /root/go/pkg/mod/github.com/xanzy/ssh-agent@v0.3.3/sshagent.go
2025-08-20T23:04:48.0931168Z [00:03:33.376]➜  go tool buildid -w $WORK/b2234/_pkg_.a # internal
2025-08-20T23:04:48.0943716Z [00:03:33.377]➜  cp $WORK/b2234/_pkg_.a /root/.cache/go-build/cc/cc805cc6408983300f89da7a58c77e003f8d1bb83d50a2c84c0a3388848d94b4-d # internal
2025-08-20T23:04:48.0959842Z [00:03:33.379]➜  github.com/go-git/go-git/v5/utils/merkletrie/filesystem
2025-08-20T23:04:48.0960791Z [00:03:33.379]➜  mkdir -p $WORK/b2236/
2025-08-20T23:04:48.0968285Z [00:03:33.380]➜  cat >/tmp/go-build3700090427/b2236/importcfg << 'EOF' # internal
2025-08-20T23:04:48.0969199Z [00:03:33.380]➜  # import config
2025-08-20T23:04:48.0970169Z [00:03:33.380]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:04:48.0973108Z [00:03:33.380]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:48.0974477Z [00:03:33.380]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3700090427/b2184/_pkg_.a
2025-08-20T23:04:48.0975941Z [00:03:33.380]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3700090427/b2209/_pkg_.a
2025-08-20T23:04:48.0977004Z [00:03:33.380]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:48.0977729Z [00:03:33.380]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:48.0978477Z [00:03:33.380]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:48.0979041Z [00:03:33.380]➜  EOF
2025-08-20T23:04:48.1008082Z [00:03:33.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/filesystem=>github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/filesystem;$WORK/b2236=>" -p github.com/go-git/go-git/v5/utils/merkletrie/filesystem -lang=go1.21 -complete -installsuffix shared -buildid MLBL6dVSlL2hf6_MzPS_/MLBL6dVSlL2hf6_MzPS_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2236/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/filesystem/node.go
2025-08-20T23:04:48.1040708Z [00:03:33.386]➜  go tool buildid -w $WORK/b2232/_pkg_.a # internal
2025-08-20T23:04:48.1043343Z [00:03:33.386]➜  cp $WORK/b2232/_pkg_.a /root/.cache/go-build/a8/a8962de9ba0ce5b359659d4701d6fd835141e96f650b50f4ae7a0644057d3686-d # internal
2025-08-20T23:04:48.1044516Z [00:03:33.386]➜  github.com/go-git/go-git/v5/utils/merkletrie/index
2025-08-20T23:04:48.1045147Z [00:03:33.386]➜  mkdir -p $WORK/b2237/
2025-08-20T23:04:48.1045979Z [00:03:33.386]➜  go tool buildid -w $WORK/b2230/_pkg_.a # internal
2025-08-20T23:04:48.1046785Z [00:03:33.386]➜  cat >/tmp/go-build3700090427/b2237/importcfg << 'EOF' # internal
2025-08-20T23:04:48.1047446Z [00:03:33.386]➜  # import config
2025-08-20T23:04:48.1048389Z [00:03:33.386]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3700090427/b2189/_pkg_.a
2025-08-20T23:04:48.1049962Z [00:03:33.386]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3700090427/b2209/_pkg_.a
2025-08-20T23:04:48.1051003Z [00:03:33.386]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:48.1051799Z [00:03:33.386]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:48.1052465Z [00:03:33.386]➜  EOF
2025-08-20T23:04:48.1056566Z [00:03:33.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/index=>github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/index;$WORK/b2237=>" -p github.com/go-git/go-git/v5/utils/merkletrie/index -lang=go1.21 -complete -installsuffix shared -buildid C2oa0Mqu97k78EGsPZS2/C2oa0Mqu97k78EGsPZS2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2237/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/utils/merkletrie/index/node.go
2025-08-20T23:04:48.1062647Z [00:03:33.386]➜  cp $WORK/b2230/_pkg_.a /root/.cache/go-build/75/759b7933a6ccd41c638739525aa71715c9185344a338d0dbff8710157aff5ba4-d # internal
2025-08-20T23:04:48.1072010Z [00:03:33.390]➜  github.com/go-git/go-git/v5/plumbing/transport/ssh
2025-08-20T23:04:48.1074382Z [00:03:33.391]➜  mkdir -p $WORK/b2228/
2025-08-20T23:04:48.1084632Z [00:03:33.392]➜  cat >/tmp/go-build3700090427/b2228/importcfg << 'EOF' # internal
2025-08-20T23:04:48.1085589Z [00:03:33.392]➜  # import config
2025-08-20T23:04:48.1092302Z [00:03:33.392]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:48.1093572Z [00:03:33.392]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:48.1095777Z [00:03:33.392]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:48.1097083Z [00:03:33.392]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3700090427/b2217/_pkg_.a
2025-08-20T23:04:48.1098636Z [00:03:33.392]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3700090427/b2220/_pkg_.a
2025-08-20T23:04:48.1100257Z [00:03:33.392]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build3700090427/b2229/_pkg_.a
2025-08-20T23:04:48.1101446Z [00:03:33.392]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build3700090427/b2230/_pkg_.a
2025-08-20T23:04:48.1102578Z [00:03:33.392]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build3700090427/b2232/_pkg_.a
2025-08-20T23:04:48.1103650Z [00:03:33.392]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3700090427/b682/_pkg_.a
2025-08-20T23:04:48.1104708Z [00:03:33.392]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3700090427/b2234/_pkg_.a
2025-08-20T23:04:48.1105618Z [00:03:33.392]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:48.1106367Z [00:03:33.392]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:48.1107151Z [00:03:33.392]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:04:48.1108152Z [00:03:33.392]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:48.1108977Z [00:03:33.392]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:48.1109927Z [00:03:33.392]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:48.1110709Z [00:03:33.392]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:48.1111288Z [00:03:33.392]➜  EOF
2025-08-20T23:04:48.1116153Z [00:03:33.393]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2228/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/ssh=>github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/ssh;$WORK/b2228=>" -p github.com/go-git/go-git/v5/plumbing/transport/ssh -lang=go1.21 -complete -installsuffix shared -buildid 87e8bdbO96cLPlWk0z5y/87e8bdbO96cLPlWk0z5y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2228/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/ssh/auth_method.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/ssh/common.go
2025-08-20T23:04:48.1279181Z [00:03:33.411]➜  go tool buildid -w $WORK/b2237/_pkg_.a # internal
2025-08-20T23:04:48.1296533Z [00:03:33.413]➜  cp $WORK/b2237/_pkg_.a /root/.cache/go-build/f1/f1b79c305c6a93c09213e7b6e9b482fc3f9759092284f335ac79d668a30147f9-d # internal
2025-08-20T23:04:48.1297935Z [00:03:33.413]➜  github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffer_writer
2025-08-20T23:04:48.1298716Z [00:03:33.413]➜  mkdir -p $WORK/b2239/
2025-08-20T23:04:48.1299658Z [00:03:33.413]➜  cat >/tmp/go-build3700090427/b2239/importcfg << 'EOF' # internal
2025-08-20T23:04:48.1300392Z [00:03:33.413]➜  # import config
2025-08-20T23:04:48.1301039Z [00:03:33.413]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:48.1302133Z [00:03:33.413]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:04:48.1303622Z [00:03:33.413]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:04:48.1305177Z [00:03:33.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer=/tmp/go-build3700090427/b1961/_pkg_.a
2025-08-20T23:04:48.1306776Z [00:03:33.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool=/tmp/go-build3700090427/b1962/_pkg_.a
2025-08-20T23:04:48.1309037Z [00:03:33.413]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:48.1310399Z [00:03:33.413]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:48.1311441Z [00:03:33.413]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:48.1312050Z [00:03:33.413]➜  EOF
2025-08-20T23:04:48.1316380Z [00:03:33.413]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2239/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffer_writer=>github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffer_writer;$WORK/b2239=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffer_writer -lang=go1.24 -complete -installsuffix shared -buildid rEhhSa7QxxJCbafaNu5K/rEhhSa7QxxJCbafaNu5K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2239/importcfg -pack ./pkg/writers/buffer_writer/bufferwriter.go ./pkg/writers/buffer_writer/metrics.go
2025-08-20T23:04:48.1327837Z [00:03:33.413]➜  go tool buildid -w $WORK/b2236/_pkg_.a # internal
2025-08-20T23:04:48.1329200Z [00:03:33.414]➜  cp $WORK/b2236/_pkg_.a /root/.cache/go-build/64/64f280f1a6821c6f1777abdff13a50cf585971416828ccd53ca9c010ed656ced-d # internal
2025-08-20T23:04:48.1330756Z [00:03:33.414]➜  github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffered_file_writer
2025-08-20T23:04:48.1331496Z [00:03:33.414]➜  mkdir -p $WORK/b2240/
2025-08-20T23:04:48.1332202Z [00:03:33.415]➜  cat >/tmp/go-build3700090427/b2240/importcfg << 'EOF' # internal
2025-08-20T23:04:48.1336893Z [00:03:33.415]➜  # import config
2025-08-20T23:04:48.1337584Z [00:03:33.415]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:48.1338407Z [00:03:33.415]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:48.1339181Z [00:03:33.415]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:48.1340411Z [00:03:33.415]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:04:48.1341831Z [00:03:33.415]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:04:48.1343592Z [00:03:33.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer=/tmp/go-build3700090427/b1961/_pkg_.a
2025-08-20T23:04:48.1345153Z [00:03:33.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool=/tmp/go-build3700090427/b1962/_pkg_.a
2025-08-20T23:04:48.1346711Z [00:03:33.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp=/tmp/go-build3700090427/b700/_pkg_.a
2025-08-20T23:04:48.1348226Z [00:03:33.415]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:48.1349610Z [00:03:33.415]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:48.1350479Z [00:03:33.415]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:48.1351329Z [00:03:33.415]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:48.1351943Z [00:03:33.415]➜  EOF
2025-08-20T23:04:48.1356431Z [00:03:33.416]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2240/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffered_file_writer=>github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffered_file_writer;$WORK/b2240=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffered_file_writer -lang=go1.24 -complete -installsuffix shared -buildid uqtyb4qkNSRNA7XW5Jwh/uqtyb4qkNSRNA7XW5Jwh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2240/importcfg -pack ./pkg/writers/buffered_file_writer/bufferedfilewriter.go ./pkg/writers/buffered_file_writer/metrics.go
2025-08-20T23:04:48.1813935Z [00:03:33.464]➜  go tool buildid -w $WORK/b2239/_pkg_.a # internal
2025-08-20T23:04:48.1820066Z [00:03:33.465]➜  cp $WORK/b2239/_pkg_.a /root/.cache/go-build/c4/c4c925330612513ba0ec72c4fa6bde8dde92d1303b02cb68f35b9da9dbf4ee2f-d # internal
2025-08-20T23:04:48.1834688Z [00:03:33.467]➜  github.com/golang-jwt/jwt/v4
2025-08-20T23:04:48.1836459Z [00:03:33.467]➜  mkdir -p $WORK/b2243/
2025-08-20T23:04:48.1837688Z [00:03:33.467]➜  cat >/tmp/go-build3700090427/b2243/importcfg << 'EOF' # internal
2025-08-20T23:04:48.1838373Z [00:03:33.467]➜  # import config
2025-08-20T23:04:48.1839295Z [00:03:33.467]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:48.1840551Z [00:03:33.467]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:48.1841446Z [00:03:33.467]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:48.1842425Z [00:03:33.467]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:04:48.1843320Z [00:03:33.467]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:48.1844265Z [00:03:33.467]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:48.1845212Z [00:03:33.467]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:48.1846196Z [00:03:33.467]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:04:48.1847115Z [00:03:33.467]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:48.1848103Z [00:03:33.467]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:48.1849088Z [00:03:33.467]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:48.1850243Z [00:03:33.467]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:04:48.1851415Z [00:03:33.467]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:48.1852236Z [00:03:33.467]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:48.1853087Z [00:03:33.467]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:48.1853916Z [00:03:33.467]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:48.1854755Z [00:03:33.467]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:48.1855626Z [00:03:33.467]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:48.1856467Z [00:03:33.467]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:48.1857486Z [00:03:33.467]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:48.1858358Z [00:03:33.467]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:48.1858962Z [00:03:33.467]➜  EOF
2025-08-20T23:04:48.1869646Z [00:03:33.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2=>github.com/golang-jwt/jwt/v4@v4.5.2;$WORK/b2243=>" -p github.com/golang-jwt/jwt/v4 -lang=go1.16 -complete -installsuffix shared -buildid gv34A4vNvCClwd6oKglI/gv34A4vNvCClwd6oKglI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2243/importcfg -pack /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/doc.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ecdsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ecdsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ed25519.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/ed25519_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/errors.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/hmac.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/map_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/none.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/parser.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/parser_option.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/rsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/rsa_pss.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/rsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/signing_method.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/token.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v4@v4.5.2/types.go
2025-08-20T23:04:48.2305990Z [00:03:33.514]➜  go tool buildid -w $WORK/b2228/_pkg_.a # internal
2025-08-20T23:04:48.2325929Z [00:03:33.516]➜  cp $WORK/b2228/_pkg_.a /root/.cache/go-build/20/2020034084d2ec230878dccb97b9eaf7443f8f86bdef21e5eb44b1c807b3f075-d # internal
2025-08-20T23:04:48.2359613Z [00:03:33.519]➜  github.com/go-git/go-git/v5/plumbing/transport/client
2025-08-20T23:04:48.2360606Z [00:03:33.519]➜  mkdir -p $WORK/b2218/
2025-08-20T23:04:48.2365973Z [00:03:33.520]➜  cat >/tmp/go-build3700090427/b2218/importcfg << 'EOF' # internal
2025-08-20T23:04:48.2367980Z [00:03:33.520]➜  # import config
2025-08-20T23:04:48.2368632Z [00:03:33.520]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:48.2369905Z [00:03:33.520]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3700090427/b2217/_pkg_.a
2025-08-20T23:04:48.2371263Z [00:03:33.520]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build3700090427/b2219/_pkg_.a
2025-08-20T23:04:48.2372756Z [00:03:33.520]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build3700090427/b2225/_pkg_.a
2025-08-20T23:04:48.2374165Z [00:03:33.520]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build3700090427/b2226/_pkg_.a
2025-08-20T23:04:48.2375575Z [00:03:33.520]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build3700090427/b2228/_pkg_.a
2025-08-20T23:04:48.2376465Z [00:03:33.520]➜  EOF
2025-08-20T23:04:48.2400004Z [00:03:33.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/client=>github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/client;$WORK/b2218=>" -p github.com/go-git/go-git/v5/plumbing/transport/client -lang=go1.21 -complete -installsuffix shared -buildid ffcemSNphMlu4slxZ3wo/ffcemSNphMlu4slxZ3wo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2218/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/plumbing/transport/client/client.go
2025-08-20T23:04:48.2554011Z [00:03:33.538]➜  go tool buildid -w $WORK/b2240/_pkg_.a # internal
2025-08-20T23:04:48.2594534Z [00:03:33.542]➜  go tool buildid -w $WORK/b2218/_pkg_.a # internal
2025-08-20T23:04:48.2604001Z [00:03:33.543]➜  cp $WORK/b2218/_pkg_.a /root/.cache/go-build/49/4938216c51a13581fe3197461686fa238c8a8d2e8bb51ef6dc78271b4dfaad8c-d # internal
2025-08-20T23:04:48.2677412Z [00:03:33.550]➜  cp $WORK/b2240/_pkg_.a /root/.cache/go-build/4f/4f14b36aa6d2c86c2b8269a9beb73e46a0f6b6f3dcf6239d3a5f96c99883b8fb-d # internal
2025-08-20T23:04:48.2692330Z [00:03:33.551]➜  github.com/trufflesecurity/trufflehog/v3/pkg/gitparse
2025-08-20T23:04:48.2693154Z [00:03:33.552]➜  mkdir -p $WORK/b2238/
2025-08-20T23:04:48.2705332Z [00:03:33.553]➜  cat >/tmp/go-build3700090427/b2238/importcfg << 'EOF' # internal
2025-08-20T23:04:48.2706139Z [00:03:33.553]➜  # import config
2025-08-20T23:04:48.2706796Z [00:03:33.553]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:48.2707606Z [00:03:33.553]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:48.2708457Z [00:03:33.553]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:48.2709597Z [00:03:33.553]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:04:48.2710935Z [00:03:33.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:48.2712465Z [00:03:33.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:48.2714103Z [00:03:33.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffer_writer=/tmp/go-build3700090427/b2239/_pkg_.a
2025-08-20T23:04:48.2715847Z [00:03:33.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffered_file_writer=/tmp/go-build3700090427/b2240/_pkg_.a
2025-08-20T23:04:48.2724396Z [00:03:33.553]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:48.2730826Z [00:03:33.553]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:48.2731633Z [00:03:33.553]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:04:48.2732489Z [00:03:33.553]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:48.2733352Z [00:03:33.553]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:48.2734365Z [00:03:33.553]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:48.2735189Z [00:03:33.553]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:48.2735799Z [00:03:33.553]➜  EOF
2025-08-20T23:04:48.2739638Z [00:03:33.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2238/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/gitparse=>github.com/trufflesecurity/trufflehog/v3/pkg/gitparse;$WORK/b2238=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/gitparse -lang=go1.24 -complete -installsuffix shared -buildid 6xpqz0IUjaAU4gAilX1j/6xpqz0IUjaAU4gAilX1j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2238/importcfg -pack ./pkg/gitparse/gitparse.go
2025-08-20T23:04:48.2742814Z [00:03:33.556]➜  github.com/go-git/go-git/v5
2025-08-20T23:04:48.2743400Z [00:03:33.556]➜  mkdir -p $WORK/b2160/
2025-08-20T23:04:48.2744081Z [00:03:33.556]➜  cat >/tmp/go-build3700090427/b2160/importcfg << 'EOF' # internal
2025-08-20T23:04:48.2744758Z [00:03:33.556]➜  # import config
2025-08-20T23:04:48.2745422Z [00:03:33.556]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:48.2746500Z [00:03:33.556]➜  packagefile container/heap=/tmp/go-build3700090427/b580/_pkg_.a
2025-08-20T23:04:48.2747382Z [00:03:33.556]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:48.2748211Z [00:03:33.556]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:48.2749094Z [00:03:33.556]➜  packagefile dario.cat/mergo=/tmp/go-build3700090427/b2161/_pkg_.a
2025-08-20T23:04:48.2750239Z [00:03:33.556]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:48.2751175Z [00:03:33.556]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:48.2752089Z [00:03:33.556]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:48.2753149Z [00:03:33.556]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3700090427/b879/_pkg_.a
2025-08-20T23:04:48.2754457Z [00:03:33.556]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3700090427/b909/_pkg_.a
2025-08-20T23:04:48.2755709Z [00:03:33.556]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:04:48.2756773Z [00:03:33.556]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3700090427/b2163/_pkg_.a
2025-08-20T23:04:48.2757858Z [00:03:33.556]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build3700090427/b2167/_pkg_.a
2025-08-20T23:04:48.2758975Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3700090427/b2168/_pkg_.a
2025-08-20T23:04:48.2760397Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build3700090427/b2181/_pkg_.a
2025-08-20T23:04:48.2761755Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build3700090427/b2182/_pkg_.a
2025-08-20T23:04:48.2763033Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3700090427/b2169/_pkg_.a
2025-08-20T23:04:48.2764241Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:48.2765462Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3700090427/b2183/_pkg_.a
2025-08-20T23:04:48.2766715Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3700090427/b2184/_pkg_.a
2025-08-20T23:04:48.2768084Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3700090427/b2175/_pkg_.a
2025-08-20T23:04:48.2769764Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build3700090427/b2185/_pkg_.a
2025-08-20T23:04:48.2771139Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3700090427/b2189/_pkg_.a
2025-08-20T23:04:48.2772469Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3700090427/b2191/_pkg_.a
2025-08-20T23:04:48.2773913Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3700090427/b2171/_pkg_.a
2025-08-20T23:04:48.2775116Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build3700090427/b2195/_pkg_.a
2025-08-20T23:04:48.2776400Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3700090427/b2210/_pkg_.a
2025-08-20T23:04:48.2777859Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3700090427/b2213/_pkg_.a
2025-08-20T23:04:48.2779682Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3700090427/b2214/_pkg_.a
2025-08-20T23:04:48.2781098Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build3700090427/b2216/_pkg_.a
2025-08-20T23:04:48.2782370Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3700090427/b2193/_pkg_.a
2025-08-20T23:04:48.2783648Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3700090427/b2217/_pkg_.a
2025-08-20T23:04:48.2785160Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build3700090427/b2218/_pkg_.a
2025-08-20T23:04:48.2786409Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3700090427/b2204/_pkg_.a
2025-08-20T23:04:48.2787599Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build3700090427/b2222/_pkg_.a
2025-08-20T23:04:48.2789079Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build3700090427/b2224/_pkg_.a
2025-08-20T23:04:48.2790745Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build3700090427/b2215/_pkg_.a
2025-08-20T23:04:48.2791952Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build3700090427/b2205/_pkg_.a
2025-08-20T23:04:48.2793124Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:04:48.2794517Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build3700090427/b2207/_pkg_.a
2025-08-20T23:04:48.2795952Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build3700090427/b2236/_pkg_.a
2025-08-20T23:04:48.2797372Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build3700090427/b2237/_pkg_.a
2025-08-20T23:04:48.2798773Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3700090427/b2209/_pkg_.a
2025-08-20T23:04:48.2800309Z [00:03:33.556]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3700090427/b2194/_pkg_.a
2025-08-20T23:04:48.2801581Z [00:03:33.556]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3700090427/b2206/_pkg_.a
2025-08-20T23:04:48.2802604Z [00:03:33.556]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:48.2803357Z [00:03:33.556]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:48.2804128Z [00:03:33.556]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:48.2804987Z [00:03:33.556]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:48.2805852Z [00:03:33.556]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:48.2806678Z [00:03:33.556]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:48.2807480Z [00:03:33.556]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:48.2808300Z [00:03:33.556]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:48.2809130Z [00:03:33.556]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:48.2810137Z [00:03:33.556]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:04:48.2811086Z [00:03:33.556]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:48.2811932Z [00:03:33.556]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:48.2812578Z [00:03:33.556]➜  EOF
2025-08-20T23:04:48.2822117Z [00:03:33.556]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2160/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2=>github.com/go-git/go-git/v5@v5.13.2;$WORK/b2160=>" -p github.com/go-git/go-git/v5 -lang=go1.21 -complete -installsuffix shared -buildid Bly5TVqHHRsn4TTrFkUD/Bly5TVqHHRsn4TTrFkUD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2160/importcfg -pack /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/blame.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/common.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/doc.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/object_walker.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/options.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/prune.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/remote.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/repository.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/signer.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/status.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/submodule.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/worktree.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/worktree_commit.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/worktree_linux.go /root/go/pkg/mod/github.com/go-git/go-git/v5@v5.13.2/worktree_status.go
2025-08-20T23:04:48.4428360Z [00:03:33.726]➜  go tool buildid -w $WORK/b2238/_pkg_.a # internal
2025-08-20T23:04:48.4455110Z [00:03:33.729]➜  cp $WORK/b2238/_pkg_.a /root/.cache/go-build/d1/d178c42071375ded40905146122b4d82abaaf44fb7d2ff57933ee314f32d35b7-d # internal
2025-08-20T23:04:48.4544244Z [00:03:33.737]➜  go tool buildid -w $WORK/b2243/_pkg_.a # internal
2025-08-20T23:04:48.4616174Z [00:03:33.745]➜  cp $WORK/b2243/_pkg_.a /root/.cache/go-build/2d/2d6341e822b2571661cf27271ae688df5731bb5bcb0c90f6d2457f2513b53509-d # internal
2025-08-20T23:04:48.4642141Z [00:03:33.747]➜  github.com/trufflesecurity/trufflehog/v3/pkg/giturl
2025-08-20T23:04:48.4643407Z [00:03:33.747]➜  mkdir -p $WORK/b2245/
2025-08-20T23:04:48.4644512Z [00:03:33.747]➜  cat >/tmp/go-build3700090427/b2245/importcfg << 'EOF' # internal
2025-08-20T23:04:48.4645258Z [00:03:33.747]➜  # import config
2025-08-20T23:04:48.4646079Z [00:03:33.747]➜  packagefile github.com/pkg/errors=/tmp/go-build3700090427/b570/_pkg_.a
2025-08-20T23:04:48.4647411Z [00:03:33.747]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:48.4648622Z [00:03:33.747]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:48.4649734Z [00:03:33.747]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:48.4650584Z [00:03:33.747]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:48.4651399Z [00:03:33.747]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:48.4652039Z [00:03:33.747]➜  EOF
2025-08-20T23:04:48.4655331Z [00:03:33.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2245/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/giturl=>github.com/trufflesecurity/trufflehog/v3/pkg/giturl;$WORK/b2245=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/giturl -lang=go1.24 -complete -installsuffix shared -buildid _fqwl9Bht9fdvjjV8ICS/_fqwl9Bht9fdvjjV8ICS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2245/importcfg -pack ./pkg/giturl/giturl.go
2025-08-20T23:04:48.4844058Z [00:03:33.768]➜  github.com/google/go-github/v72/github
2025-08-20T23:04:48.4844723Z [00:03:33.768]➜  mkdir -p $WORK/b2244/
2025-08-20T23:04:48.4848252Z [00:03:33.768]➜  cat >/tmp/go-build3700090427/b2244/importcfg << 'EOF' # internal
2025-08-20T23:04:48.4850165Z [00:03:33.768]➜  # import config
2025-08-20T23:04:48.4854945Z [00:03:33.768]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:48.4856558Z [00:03:33.768]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:48.4857657Z [00:03:33.768]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:48.4861352Z [00:03:33.768]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:48.4862197Z [00:03:33.768]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:48.4863015Z [00:03:33.768]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:04:48.4863860Z [00:03:33.768]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:48.4864693Z [00:03:33.768]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:48.4865505Z [00:03:33.768]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:48.4866273Z [00:03:33.768]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:48.4866985Z [00:03:33.768]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:48.4868044Z [00:03:33.768]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3700090427/b284/_pkg_.a
2025-08-20T23:04:48.4868919Z [00:03:33.768]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:48.4869829Z [00:03:33.768]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:48.4870526Z [00:03:33.768]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:04:48.4871240Z [00:03:33.768]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:48.4872093Z [00:03:33.768]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:48.4872809Z [00:03:33.768]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:48.4873640Z [00:03:33.768]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:48.4874410Z [00:03:33.769]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:48.4875179Z [00:03:33.769]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:48.4875907Z [00:03:33.769]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:48.4876577Z [00:03:33.769]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:48.4877281Z [00:03:33.769]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:48.4878000Z [00:03:33.769]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:48.4878727Z [00:03:33.769]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:48.4879622Z [00:03:33.769]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:48.4880177Z [00:03:33.769]➜  EOF
2025-08-20T23:04:48.4982696Z [00:03:33.769]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github=>github.com/google/go-github/v72@v72.0.0/github;$WORK/b2244=>" -p github.com/google/go-github/v72/github -lang=go1.23 -complete -installsuffix shared -buildid UYMK07KUMb0HE35efM40/UYMK07KUMb0HE35efM40 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2244/importcfg -pack /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_artifacts.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_cache.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_hosted_runners.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_oidc.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_permissions_enterprise.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_permissions_orgs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_runner_groups.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_runners.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_secrets.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_variables.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_workflow_jobs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_workflow_runs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/actions_workflows.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/activity.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/activity_events.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/activity_notifications.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/activity_star.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/activity_watching.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/admin.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/admin_orgs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/admin_stats.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/admin_users.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps_hooks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps_hooks_deliveries.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps_installation.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps_manifest.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/apps_marketplace.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/attestations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/authorizations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/billing.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/checks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/code_scanning.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/codesofconduct.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/codespaces.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/codespaces_secrets.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/copilot.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/dependabot.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/dependabot_alerts.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/dependabot_secrets.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/dependency_graph.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/dependency_graph_snapshots.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/doc.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/emojis.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_actions_hosted_runners.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_actions_runner_groups.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_actions_runners.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_audit_log.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_code_security_and_analysis.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_manage_ghes.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_manage_ghes_config.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_manage_ghes_maintenance.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_manage_ghes_ssh.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_network_configurations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_properties.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/enterprise_rules.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/event.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/event_types.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/gists.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/gists_comments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git_blobs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git_commits.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git_refs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git_tags.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/git_trees.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/github-accessors.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/github.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/gitignore.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/interactions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/interactions_orgs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/interactions_repos.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issue_import.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_assignees.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_comments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_events.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_labels.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_milestones.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/issues_timeline.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/licenses.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/markdown.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/messages.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/meta.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/migrations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/migrations_source_import.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/migrations_user.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_actions_allowed.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_actions_permissions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_attestations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_audit_log.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_codesecurity_configurations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_credential_authorizations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_custom_repository_roles.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_hooks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_hooks_configuration.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_hooks_deliveries.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_issue_types.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_members.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_network_configurations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_organization_roles.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_outside_collaborators.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_packages.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_personal_access_tokens.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_properties.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_rules.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_security_managers.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/orgs_users_blocking.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/packages.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/pulls.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/pulls_comments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/pulls_reviewers.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/pulls_reviews.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/pulls_threads.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/rate_limit.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/reactions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_actions_access.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_actions_allowed.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_actions_permissions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_attestations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_autolinks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_codeowners.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_collaborators.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_comments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_commits.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_community_health.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_contents.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_deployment_branch_policies.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_deployment_protection_rules.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_deployments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_environments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_forks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_hooks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_hooks_configuration.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_hooks_deliveries.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_invitations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_keys.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_lfs.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_merging.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_pages.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_prereceive_hooks.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_properties.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_releases.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_rules.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_stats.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_statuses.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_tags.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/repos_traffic.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/rules.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/scim.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/search.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/secret_scanning.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/security_advisories.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/strings.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/teams.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/teams_discussion_comments.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/teams_discussions.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/teams_members.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/timestamp.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_administration.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_attestations.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_blocking.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_emails.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_followers.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_gpg_keys.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_keys.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_packages.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/users_ssh_signing_keys.go /root/go/pkg/mod/github.com/google/go-github/v72@v72.0.0/github/without_appengine.go
2025-08-20T23:04:48.5347221Z [00:03:33.818]➜  go tool buildid -w $WORK/b2245/_pkg_.a # internal
2025-08-20T23:04:48.5362455Z [00:03:33.819]➜  cp $WORK/b2245/_pkg_.a /root/.cache/go-build/14/14d8a03391160e06f19474623cc2796723576e63287f7fa60f1de9531b4e8ead-d # internal
2025-08-20T23:04:48.5421329Z [00:03:33.825]➜  gitlab.com/gitlab-org/api/client-go
2025-08-20T23:04:48.5424082Z [00:03:33.825]➜  mkdir -p $WORK/b2247/
2025-08-20T23:04:48.5434488Z [00:03:33.827]➜  cat >/tmp/go-build3700090427/b2247/importcfg << 'EOF' # internal
2025-08-20T23:04:48.5441350Z [00:03:33.827]➜  # import config
2025-08-20T23:04:48.5445425Z [00:03:33.827]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:48.5447910Z [00:03:33.827]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:48.5450648Z [00:03:33.827]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:48.5453422Z [00:03:33.827]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:48.5458811Z [00:03:33.827]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:48.5468899Z [00:03:33.827]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3700090427/b284/_pkg_.a
2025-08-20T23:04:48.5470447Z [00:03:33.827]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3700090427/b568/_pkg_.a
2025-08-20T23:04:48.5471700Z [00:03:33.827]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build3700090427/b567/_pkg_.a
2025-08-20T23:04:48.5472831Z [00:03:33.827]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:04:48.5474025Z [00:03:33.827]➜  packagefile golang.org/x/time/rate=/tmp/go-build3700090427/b541/_pkg_.a
2025-08-20T23:04:48.5474917Z [00:03:33.827]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:48.5475685Z [00:03:33.827]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:04:48.5476467Z [00:03:33.827]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:04:48.5477237Z [00:03:33.827]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:48.5478034Z [00:03:33.827]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:48.5478867Z [00:03:33.827]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:04:48.5490521Z [00:03:33.827]➜  packagefile mime/multipart=/tmp/go-build3700090427/b196/_pkg_.a
2025-08-20T23:04:48.5491446Z [00:03:33.827]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:48.5492295Z [00:03:33.827]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:48.5493146Z [00:03:33.827]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:48.5493976Z [00:03:33.827]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:48.5494837Z [00:03:33.827]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:48.5495695Z [00:03:33.827]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:48.5496542Z [00:03:33.828]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:48.5497391Z [00:03:33.828]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:48.5498232Z [00:03:33.828]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:48.5499063Z [00:03:33.828]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:48.5500287Z [00:03:33.828]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:48.5500833Z [00:03:33.828]➜  EOF
2025-08-20T23:04:48.5617177Z [00:03:33.832]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2247/_pkg_.a -trimpath "/root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0=>gitlab.com/gitlab-org/api/client-go@v0.129.0;$WORK/b2247=>" -p gitlab.com/gitlab-org/api/client-go -lang=go1.23 -complete -installsuffix shared -buildid 1dgiKi0Ho-rOsnzNU87C/1dgiKi0Ho-rOsnzNU87C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2247/importcfg -pack /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/access_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/alert_management.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/appearance.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/application_statistics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/applications.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/audit_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/avatar.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/award_emojis.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/branches.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/broadcast_messages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/bulk_imports.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/ci_yml_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/client_options.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/cluster_agents.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/commits.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/container_registry.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/container_registry_protection_rules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/context.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/custom_attributes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/database_migrations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/dependencies.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/dependency_list_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/dependency_proxy.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/deploy_keys.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/deploy_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/deployments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/deployments_merge_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/discussions.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/dockerfile_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/dora_metrics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/draft_notes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/enterprise_users.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/epic_issues.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/epics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/error_tracking.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/event_parsing.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/event_systemhook_types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/event_webhook_types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/external_status_checks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/feature_flag_user_lists.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/feature_flags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/freeze_periods.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/generic_packages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/geo_nodes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/geo_sites.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/gitignore_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/gitlab.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/graphql.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_activity_analytics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_badges.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_epic_boards.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_hooks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_import_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_iterations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_labels.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_members.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_milestones.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_protected_environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_releases.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_scim.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_security_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_serviceaccounts.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_ssh_certificates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/group_wikis.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/groups.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/import.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/instance_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/instance_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/invites.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/issue_links.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/issues.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/issues_statistics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/job_token_scope.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/jobs.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/keys.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/labels.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/license.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/license_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/markdown.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/member_roles.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/merge_request_approval_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/merge_request_approvals.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/merge_requests.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/merge_trains.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/metadata.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/milestones.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/namespaces.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/notes.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/notifications.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/packages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/pages.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/pages_domains.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/pagination.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/personal_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/pipeline_schedules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/pipeline_triggers.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/pipelines.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/plan_limits.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_access_tokens.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_badges.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_clusters.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_feature_flags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_import_export.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_iterations.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_markdown_uploads.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_members.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_mirror.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_security_settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_snippets.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_templates.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_variables.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/project_vulnerabilities.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/projects.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/protected_branches.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/protected_environments.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/protected_tags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/releaselinks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/releases.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/repositories.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/repository_files.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/repository_submodules.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/request_options.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/resource_group.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/resource_iteration_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/resource_label_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/resource_milestone_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/resource_state_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/resource_weight_events.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/runners.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/search.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/secure_files.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/services.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/settings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/sidekiq_metrics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/snippet_repository_storage_move.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/snippets.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/strings.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/system_hooks.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/tags.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/time_stats.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/todos.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/topics.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/types.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/usage_data.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/users.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/validate.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/version.go /root/go/pkg/mod/gitlab.com/gitlab-org/api/client-go@v0.129.0/wikis.go
2025-08-20T23:04:49.0753810Z [00:03:34.358]➜  go tool buildid -w $WORK/b2160/_pkg_.a # internal
2025-08-20T23:04:49.0932163Z [00:03:34.376]➜  cp $WORK/b2160/_pkg_.a /root/.cache/go-build/08/08341a0436def402b49e7776414671b380dc35dded399d362139a481bda1c231-d # internal
2025-08-20T23:04:49.0948057Z [00:03:34.378]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/git
2025-08-20T23:04:49.0974251Z [00:03:34.380]➜  mkdir -p $WORK/b2159/
2025-08-20T23:04:49.0989155Z [00:03:34.382]➜  cat >/tmp/go-build3700090427/b2159/importcfg << 'EOF' # internal
2025-08-20T23:04:49.1001200Z [00:03:34.382]➜  # import config
2025-08-20T23:04:49.1001886Z [00:03:34.382]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:49.1002672Z [00:03:34.382]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:49.1003574Z [00:03:34.382]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:49.1022265Z [00:03:34.382]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:49.1023130Z [00:03:34.382]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:49.1024201Z [00:03:34.382]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:49.1025148Z [00:03:34.382]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:04:49.1026152Z [00:03:34.382]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build3700090427/b2160/_pkg_.a
2025-08-20T23:04:49.1027203Z [00:03:34.382]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:49.1028353Z [00:03:34.382]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build3700090427/b2195/_pkg_.a
2025-08-20T23:04:49.1031644Z [00:03:34.382]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build3700090427/b283/_pkg_.a
2025-08-20T23:04:49.1033019Z [00:03:34.382]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:04:49.1034427Z [00:03:34.382]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:04:49.1035884Z [00:03:34.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp=/tmp/go-build3700090427/b700/_pkg_.a
2025-08-20T23:04:49.1037334Z [00:03:34.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:49.1038736Z [00:03:34.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:49.1040491Z [00:03:34.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build3700090427/b618/_pkg_.a
2025-08-20T23:04:49.1041923Z [00:03:34.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/gitparse=/tmp/go-build3700090427/b2238/_pkg_.a
2025-08-20T23:04:49.1043570Z [00:03:34.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build3700090427/b805/_pkg_.a
2025-08-20T23:04:49.1045113Z [00:03:34.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:04:49.1046634Z [00:03:34.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:04:49.1048243Z [00:03:34.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build3700090427/b1978/_pkg_.a
2025-08-20T23:04:49.1049877Z [00:03:34.382]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:49.1051049Z [00:03:34.382]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:04:49.1052048Z [00:03:34.382]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3700090427/b546/_pkg_.a
2025-08-20T23:04:49.1053283Z [00:03:34.382]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:49.1054508Z [00:03:34.382]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:49.1055496Z [00:03:34.382]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:49.1056249Z [00:03:34.382]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:49.1057008Z [00:03:34.382]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:49.1057759Z [00:03:34.382]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:04:49.1058588Z [00:03:34.382]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:49.1059608Z [00:03:34.382]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:49.1060385Z [00:03:34.382]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:49.1061169Z [00:03:34.382]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:49.1061941Z [00:03:34.382]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:49.1062757Z [00:03:34.382]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:49.1063884Z [00:03:34.382]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:49.1064452Z [00:03:34.382]➜  EOF
2025-08-20T23:04:49.1068744Z [00:03:34.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2159/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/git;$WORK/b2159=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/git -lang=go1.24 -complete -installsuffix shared -buildid qFT2K8WQYoNdVH4wEPBv/qFT2K8WQYoNdVH4wEPBv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2159/importcfg -pack ./pkg/sources/git/cmd_check.go ./pkg/sources/git/git.go ./pkg/sources/git/metrics.go ./pkg/sources/git/scan_options.go ./pkg/sources/git/unit.go
2025-08-20T23:04:49.2673497Z [00:03:34.550]➜  go tool buildid -w $WORK/b2059/_pkg_.a # internal
2025-08-20T23:04:49.2861511Z [00:03:34.569]➜  cp $WORK/b2059/_pkg_.a /root/.cache/go-build/b2/b27d31d4f42a1aa19d3e182a046d3b978e0b1091328785e67353dcb1d2b1c900-d # internal
2025-08-20T23:04:49.2872087Z [00:03:34.570]➜  github.com/envoyproxy/go-control-plane/envoy/service/status/v3
2025-08-20T23:04:49.2876025Z [00:03:34.570]➜  mkdir -p $WORK/b2058/
2025-08-20T23:04:49.2876789Z [00:03:34.570]➜  cat >/tmp/go-build3700090427/b2058/importcfg << 'EOF' # internal
2025-08-20T23:04:49.2877413Z [00:03:34.570]➜  # import config
2025-08-20T23:04:49.2878029Z [00:03:34.570]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:49.2878815Z [00:03:34.570]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:49.2879781Z [00:03:34.570]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:49.2880597Z [00:03:34.570]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:49.2881818Z [00:03:34.570]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:04:49.2883152Z [00:03:34.570]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3700090427/b2059/_pkg_.a
2025-08-20T23:04:49.2884619Z [00:03:34.570]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:04:49.2886243Z [00:03:34.570]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:49.2887718Z [00:03:34.570]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3700090427/b2038/_pkg_.a
2025-08-20T23:04:49.2889174Z [00:03:34.570]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3700090427/b324/_pkg_.a
2025-08-20T23:04:49.2890910Z [00:03:34.570]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:49.2892110Z [00:03:34.570]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:49.2893213Z [00:03:34.570]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:49.2894432Z [00:03:34.570]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:49.2895737Z [00:03:34.570]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:04:49.2897006Z [00:03:34.570]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:49.2898306Z [00:03:34.570]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:49.2899570Z [00:03:34.570]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:49.2900387Z [00:03:34.570]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:04:49.2901167Z [00:03:34.570]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:49.2901962Z [00:03:34.570]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:49.2902733Z [00:03:34.570]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:49.2903664Z [00:03:34.570]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:49.2904457Z [00:03:34.570]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:49.2905226Z [00:03:34.570]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:49.2905972Z [00:03:34.570]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:49.2906777Z [00:03:34.570]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:49.2907398Z [00:03:34.570]➜  EOF
2025-08-20T23:04:49.2913345Z [00:03:34.570]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2058/_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/b2058=>" -p github.com/envoyproxy/go-control-plane/envoy/service/status/v3 -lang=go1.22 -complete -installsuffix shared -buildid 6ToDU0TUEE9Wtu4x9okP/6ToDU0TUEE9Wtu4x9okP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2058/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-20T23:04:49.5960947Z [00:03:34.879]➜  go tool buildid -w $WORK/b2159/_pkg_.a # internal
2025-08-20T23:04:49.6026990Z [00:03:34.886]➜  cp $WORK/b2159/_pkg_.a /root/.cache/go-build/cf/cf2c11c1eec9f4f8c3d8145c3876a71933ca6993b2fbb05315fb5bbf57f86c1f-d # internal
2025-08-20T23:04:49.6031896Z [00:03:34.886]➜  github.com/trufflesecurity/trufflehog/v3/pkg/roundtripper
2025-08-20T23:04:49.6036877Z [00:03:34.887]➜  mkdir -p $WORK/b2249/
2025-08-20T23:04:49.6037823Z [00:03:34.887]➜  cat >/tmp/go-build3700090427/b2249/importcfg << 'EOF' # internal
2025-08-20T23:04:49.6038426Z [00:03:34.887]➜  # import config
2025-08-20T23:04:49.6039031Z [00:03:34.887]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:49.6040196Z [00:03:34.887]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:49.6041100Z [00:03:34.887]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:04:49.6042273Z [00:03:34.887]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:49.6044999Z [00:03:34.887]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:49.6046191Z [00:03:34.887]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:49.6047199Z [00:03:34.887]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:49.6048047Z [00:03:34.887]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:49.6048862Z [00:03:34.887]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:49.6049608Z [00:03:34.887]➜  EOF
2025-08-20T23:04:49.6053069Z [00:03:34.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2249/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/roundtripper=>github.com/trufflesecurity/trufflehog/v3/pkg/roundtripper;$WORK/b2249=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/roundtripper -lang=go1.24 -complete -installsuffix shared -buildid Ah_7domaPCVYyQ6kX8pD/Ah_7domaPCVYyQ6kX8pD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2249/importcfg -pack ./pkg/roundtripper/roundtripper.go
2025-08-20T23:04:49.6192060Z [00:03:34.902]➜  go tool buildid -w $WORK/b2058/_pkg_.a # internal
2025-08-20T23:04:49.6235880Z [00:03:34.907]➜  cp $WORK/b2058/_pkg_.a /root/.cache/go-build/3b/3b375c93545107c730ecc9b5c29aeda79283f67ca47d7f455d9f59799ec85bcc-d # internal
2025-08-20T23:04:49.6243581Z [00:03:34.908]➜  google.golang.org/grpc/xds/internal/clients/xdsclient
2025-08-20T23:04:49.6244268Z [00:03:34.908]➜  mkdir -p $WORK/b2089/
2025-08-20T23:04:49.6253137Z [00:03:34.908]➜  cat >/tmp/go-build3700090427/b2089/importcfg << 'EOF' # internal
2025-08-20T23:04:49.6253854Z [00:03:34.908]➜  # import config
2025-08-20T23:04:49.6254504Z [00:03:34.908]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:49.6255355Z [00:03:34.908]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:49.6256128Z [00:03:34.908]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:49.6257312Z [00:03:34.908]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3700090427/b2059/_pkg_.a
2025-08-20T23:04:49.6258926Z [00:03:34.908]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:49.6261277Z [00:03:34.908]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3700090427/b2090/_pkg_.a
2025-08-20T23:04:49.6262919Z [00:03:34.908]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3700090427/b2058/_pkg_.a
2025-08-20T23:04:49.6264433Z [00:03:34.908]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3700090427/b438/_pkg_.a
2025-08-20T23:04:49.6266091Z [00:03:34.908]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3700090427/b403/_pkg_.a
2025-08-20T23:04:49.6267408Z [00:03:34.908]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:49.6268665Z [00:03:34.908]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:49.6270201Z [00:03:34.908]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build3700090427/b2082/_pkg_.a
2025-08-20T23:04:49.6271872Z [00:03:34.908]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal=/tmp/go-build3700090427/b2086/_pkg_.a
2025-08-20T23:04:49.6273563Z [00:03:34.908]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/backoff=/tmp/go-build3700090427/b2087/_pkg_.a
2025-08-20T23:04:49.6275159Z [00:03:34.908]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/buffer=/tmp/go-build3700090427/b2091/_pkg_.a
2025-08-20T23:04:49.6276767Z [00:03:34.908]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/pretty=/tmp/go-build3700090427/b2092/_pkg_.a
2025-08-20T23:04:49.6278390Z [00:03:34.908]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/syncutil=/tmp/go-build3700090427/b2093/_pkg_.a
2025-08-20T23:04:49.6280642Z [00:03:34.909]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal=/tmp/go-build3700090427/b2094/_pkg_.a
2025-08-20T23:04:49.6282596Z [00:03:34.909]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource=/tmp/go-build3700090427/b2095/_pkg_.a
2025-08-20T23:04:49.6284353Z [00:03:34.909]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/metrics=/tmp/go-build3700090427/b2096/_pkg_.a
2025-08-20T23:04:49.6285735Z [00:03:34.909]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:49.6286997Z [00:03:34.909]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:49.6288348Z [00:03:34.909]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:49.6289854Z [00:03:34.909]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:49.6290729Z [00:03:34.909]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:49.6291569Z [00:03:34.909]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:49.6292420Z [00:03:34.909]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:49.6293021Z [00:03:34.909]➜  EOF
2025-08-20T23:04:49.6302795Z [00:03:34.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2089/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient=>google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient;$WORK/b2089=>" -p google.golang.org/grpc/xds/internal/clients/xdsclient -lang=go1.23 -complete -installsuffix shared -buildid tWyG7s8AhbSpcZt-doTL/tWyG7s8AhbSpcZt-doTL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2089/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/ads_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/authority.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/clientimpl_watchers.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/resource_watcher.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/xdsclient.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/clients/xdsclient/xdsconfig.go
2025-08-20T23:04:49.6804058Z [00:03:34.964]➜  go tool buildid -w $WORK/b2249/_pkg_.a # internal
2025-08-20T23:04:49.6823990Z [00:03:34.966]➜  cp $WORK/b2249/_pkg_.a /root/.cache/go-build/14/144e7029d88521fdb8c494e5b0b76d90a89134464243bedef43cd8712666ebd2-d # internal
2025-08-20T23:04:49.6882533Z [00:03:34.971]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins
2025-08-20T23:04:49.6883315Z [00:03:34.971]➜  mkdir -p $WORK/b2248/
2025-08-20T23:04:49.6892137Z [00:03:34.972]➜  cat >/tmp/go-build3700090427/b2248/importcfg << 'EOF' # internal
2025-08-20T23:04:49.6892871Z [00:03:34.972]➜  # import config
2025-08-20T23:04:49.6893808Z [00:03:34.972]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:49.6894683Z [00:03:34.972]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:49.6895689Z [00:03:34.972]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:04:49.6897012Z [00:03:34.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:49.6898431Z [00:03:34.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:49.6900067Z [00:03:34.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build3700090427/b805/_pkg_.a
2025-08-20T23:04:49.6901507Z [00:03:34.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:04:49.6903153Z [00:03:34.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:04:49.6904717Z [00:03:34.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:04:49.6906204Z [00:03:34.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/roundtripper=/tmp/go-build3700090427/b2249/_pkg_.a
2025-08-20T23:04:49.6907631Z [00:03:34.972]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:49.6908858Z [00:03:34.972]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:49.6910243Z [00:03:34.972]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:49.6911227Z [00:03:34.972]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:49.6911976Z [00:03:34.972]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:49.6912761Z [00:03:34.972]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:49.6913527Z [00:03:34.972]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:49.6914247Z [00:03:34.972]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:49.6915169Z [00:03:34.972]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:49.6915722Z [00:03:34.972]➜  EOF
2025-08-20T23:04:49.6919060Z [00:03:34.973]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2248/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/jenkins=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins;$WORK/b2248=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins -lang=go1.24 -complete -installsuffix shared -buildid 0EF6sgpFagYq3N0rkhbE/0EF6sgpFagYq3N0rkhbE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2248/importcfg -pack ./pkg/sources/jenkins/jenkins.go
2025-08-20T23:04:49.8798757Z [00:03:35.163]➜  go tool buildid -w $WORK/b2089/_pkg_.a # internal
2025-08-20T23:04:49.8831874Z [00:03:35.166]➜  go tool buildid -w $WORK/b2248/_pkg_.a # internal
2025-08-20T23:04:49.8840895Z [00:03:35.167]➜  cp $WORK/b2089/_pkg_.a /root/.cache/go-build/c0/c08556c1bbc76b67f0ec558ebcd78de4f0958f81ce31bdd105214b28b0dd4912-d # internal
2025-08-20T23:04:49.8848018Z [00:03:35.168]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource
2025-08-20T23:04:49.8850772Z [00:03:35.168]➜  mkdir -p $WORK/b2097/
2025-08-20T23:04:49.8854337Z [00:03:35.169]➜  cat >/tmp/go-build3700090427/b2097/importcfg << 'EOF' # internal
2025-08-20T23:04:49.8854980Z [00:03:35.169]➜  # import config
2025-08-20T23:04:49.8863648Z [00:03:35.169]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:49.8864540Z [00:03:35.169]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:49.8865350Z [00:03:35.169]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:49.8866720Z [00:03:35.169]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3700090427/b2098/_pkg_.a
2025-08-20T23:04:49.8870804Z [00:03:35.169]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3700090427/b2064/_pkg_.a
2025-08-20T23:04:49.8872236Z [00:03:35.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3700090427/b2070/_pkg_.a
2025-08-20T23:04:49.8873769Z [00:03:35.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:04:49.8882252Z [00:03:35.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3700090427/b2071/_pkg_.a
2025-08-20T23:04:49.8883930Z [00:03:35.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3700090427/b2072/_pkg_.a
2025-08-20T23:04:49.8885557Z [00:03:35.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3700090427/b2062/_pkg_.a
2025-08-20T23:04:49.8887457Z [00:03:35.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build3700090427/b2099/_pkg_.a
2025-08-20T23:04:49.8892497Z [00:03:35.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3700090427/b2100/_pkg_.a
2025-08-20T23:04:49.8894588Z [00:03:35.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3700090427/b2076/_pkg_.a
2025-08-20T23:04:49.8896387Z [00:03:35.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3700090427/b2090/_pkg_.a
2025-08-20T23:04:49.8897940Z [00:03:35.169]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:04:49.8899176Z [00:03:35.169]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:49.8900507Z [00:03:35.169]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:49.8901763Z [00:03:35.169]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:04:49.8903100Z [00:03:35.169]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:49.8927696Z [00:03:35.169]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3700090427/b393/_pkg_.a
2025-08-20T23:04:49.8928993Z [00:03:35.169]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:04:49.8930471Z [00:03:35.169]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3700090427/b410/_pkg_.a
2025-08-20T23:04:49.8931749Z [00:03:35.169]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:04:49.8933156Z [00:03:35.169]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3700090427/b2032/_pkg_.a
2025-08-20T23:04:49.8934646Z [00:03:35.169]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3700090427/b2102/_pkg_.a
2025-08-20T23:04:49.8935930Z [00:03:35.169]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:49.8937105Z [00:03:35.169]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:49.8938532Z [00:03:35.169]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3700090427/b2103/_pkg_.a
2025-08-20T23:04:49.8940172Z [00:03:35.169]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build3700090427/b2082/_pkg_.a
2025-08-20T23:04:49.8941681Z [00:03:35.169]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient=/tmp/go-build3700090427/b2089/_pkg_.a
2025-08-20T23:04:49.8943139Z [00:03:35.169]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3700090427/b2104/_pkg_.a
2025-08-20T23:04:49.8944546Z [00:03:35.169]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3700090427/b2105/_pkg_.a
2025-08-20T23:04:49.8946176Z [00:03:35.169]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3700090427/b2106/_pkg_.a
2025-08-20T23:04:49.8947788Z [00:03:35.169]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build3700090427/b2107/_pkg_.a
2025-08-20T23:04:49.8949140Z [00:03:35.169]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:49.8950514Z [00:03:35.169]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:49.8951797Z [00:03:35.169]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:04:49.8952845Z [00:03:35.169]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:49.8953669Z [00:03:35.169]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:49.8954605Z [00:03:35.169]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:49.8955408Z [00:03:35.169]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:49.8956209Z [00:03:35.169]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:49.8956999Z [00:03:35.169]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:49.8957801Z [00:03:35.169]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:49.8958606Z [00:03:35.169]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:49.8959632Z [00:03:35.169]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:49.8960426Z [00:03:35.169]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:49.8960972Z [00:03:35.169]➜  EOF
2025-08-20T23:04:49.8983007Z [00:03:35.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2097/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource=>google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource;$WORK/b2097=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource -lang=go1.23 -complete -installsuffix shared -buildid LJoQPgDBSAuQ4f4GJHRc/LJoQPgDBSAuQ4f4GJHRc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2097/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/cluster_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/endpoints_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/errors.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/filter_chain.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/listener_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/matcher.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/matcher_path.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/name.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/route_config_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/type.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/type_cds.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/type_eds.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/type_lds.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/type_rds.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/unmarshal_cds.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/unmarshal_eds.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/unmarshal_lds.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/xdsresource/unmarshal_rds.go
2025-08-20T23:04:49.8999957Z [00:03:35.170]➜  cp $WORK/b2248/_pkg_.a /root/.cache/go-build/d3/d34fb001bcf81838490fd9947fcb6bce87626209a1bdfe9d3db46cd463e5e24d-d # internal
2025-08-20T23:04:49.9001255Z [00:03:35.171]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman
2025-08-20T23:04:49.9001920Z [00:03:35.171]➜  mkdir -p $WORK/b2250/
2025-08-20T23:04:49.9002585Z [00:03:35.181]➜  cat >/tmp/go-build3700090427/b2250/importcfg << 'EOF' # internal
2025-08-20T23:04:49.9003208Z [00:03:35.181]➜  # import config
2025-08-20T23:04:49.9003859Z [00:03:35.181]➜  packagefile archive/zip=/tmp/go-build3700090427/b806/_pkg_.a
2025-08-20T23:04:49.9004726Z [00:03:35.181]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:49.9005704Z [00:03:35.181]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:49.9006475Z [00:03:35.181]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:49.9007389Z [00:03:35.181]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:04:49.9008605Z [00:03:35.181]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:04:49.9010300Z [00:03:35.181]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:04:49.9011572Z [00:03:35.181]➜  packagefile github.com/repeale/fp-go=/tmp/go-build3700090427/b2251/_pkg_.a
2025-08-20T23:04:49.9012806Z [00:03:35.181]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:49.9014189Z [00:03:35.181]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:49.9015571Z [00:03:35.181]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:04:49.9017040Z [00:03:35.181]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:04:49.9018774Z [00:03:35.181]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:04:49.9020698Z [00:03:35.182]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:49.9021997Z [00:03:35.182]➜  packagefile golang.org/x/time/rate=/tmp/go-build3700090427/b541/_pkg_.a
2025-08-20T23:04:49.9023159Z [00:03:35.182]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:49.9024448Z [00:03:35.182]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:49.9025524Z [00:03:35.182]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:49.9026327Z [00:03:35.182]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:49.9027171Z [00:03:35.182]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:49.9027993Z [00:03:35.182]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:49.9028965Z [00:03:35.182]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:49.9030036Z [00:03:35.182]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:49.9030902Z [00:03:35.182]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:49.9031675Z [00:03:35.182]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:49.9032451Z [00:03:35.182]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:49.9033255Z [00:03:35.182]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:49.9034128Z [00:03:35.182]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:49.9034766Z [00:03:35.182]➜  EOF
2025-08-20T23:04:49.9039535Z [00:03:35.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2250/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman;$WORK/b2250=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman -lang=go1.24 -complete -installsuffix shared -buildid CLd14c-t_HR_FBv5Sg-9/CLd14c-t_HR_FBv5Sg-9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2250/importcfg -pack ./pkg/sources/postman/metrics.go ./pkg/sources/postman/postman.go ./pkg/sources/postman/postman_client.go ./pkg/sources/postman/substitution.go
2025-08-20T23:04:50.1956035Z [00:03:35.479]➜  go tool buildid -w $WORK/b2250/_pkg_.a # internal
2025-08-20T23:04:50.2005381Z [00:03:35.484]➜  cp $WORK/b2250/_pkg_.a /root/.cache/go-build/f4/f44fe157f457829857bfd7a45697b1a5d2374641de7677546b38e99c2103d1e1-d # internal
2025-08-20T23:04:50.2027100Z [00:03:35.486]➜  github.com/aws/aws-sdk-go-v2/aws/arn
2025-08-20T23:04:50.2031910Z [00:03:35.486]➜  mkdir -p $WORK/b2254/
2025-08-20T23:04:50.2040913Z [00:03:35.487]➜  cat >/tmp/go-build3700090427/b2254/importcfg << 'EOF' # internal
2025-08-20T23:04:50.2041846Z [00:03:35.487]➜  # import config
2025-08-20T23:04:50.2042549Z [00:03:35.487]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:50.2044382Z [00:03:35.487]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:50.2045015Z [00:03:35.487]➜  EOF
2025-08-20T23:04:50.2055472Z [00:03:35.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/arn=>github.com/aws/aws-sdk-go-v2@v1.36.6/aws/arn;$WORK/b2254=>" -p github.com/aws/aws-sdk-go-v2/aws/arn -lang=go1.22 -complete -installsuffix shared -buildid YBSyMGsIfOUVOlfLwrPH/YBSyMGsIfOUVOlfLwrPH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2254/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/aws/arn/arn.go
2025-08-20T23:04:50.2347063Z [00:03:35.518]➜  go tool buildid -w $WORK/b2254/_pkg_.a # internal
2025-08-20T23:04:50.2355205Z [00:03:35.519]➜  cp $WORK/b2254/_pkg_.a /root/.cache/go-build/4b/4b56bf322298a841799001a2e000f83064d6a27141be37de726fcc4cf44e7ad9-d # internal
2025-08-20T23:04:50.2374075Z [00:03:35.520]➜  github.com/aws/aws-sdk-go-v2/internal/awsutil
2025-08-20T23:04:50.2376815Z [00:03:35.520]➜  mkdir -p $WORK/b2255/
2025-08-20T23:04:50.2377563Z [00:03:35.521]➜  cat >/tmp/go-build3700090427/b2255/importcfg << 'EOF' # internal
2025-08-20T23:04:50.2378217Z [00:03:35.521]➜  # import config
2025-08-20T23:04:50.2378866Z [00:03:35.521]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:50.2379897Z [00:03:35.521]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:50.2380682Z [00:03:35.521]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:50.2381486Z [00:03:35.521]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:50.2382318Z [00:03:35.521]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:50.2383202Z [00:03:35.521]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:50.2383798Z [00:03:35.521]➜  EOF
2025-08-20T23:04:50.2389259Z [00:03:35.521]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2255/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/awsutil=>github.com/aws/aws-sdk-go-v2@v1.36.6/internal/awsutil;$WORK/b2255=>" -p github.com/aws/aws-sdk-go-v2/internal/awsutil -lang=go1.22 -complete -installsuffix shared -buildid mGdhZTjhd2q1JsOmjda9/mGdhZTjhd2q1JsOmjda9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2255/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/awsutil/copy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/awsutil/equal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/awsutil/prettify.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.6/internal/awsutil/string_value.go
2025-08-20T23:04:50.3777459Z [00:03:35.661]➜  go tool buildid -w $WORK/b2255/_pkg_.a # internal
2025-08-20T23:04:50.3786374Z [00:03:35.662]➜  cp $WORK/b2255/_pkg_.a /root/.cache/go-build/5d/5d8a207b2dd7f893243cbe4fb5409a1bef4828a018b398fbcc7d62248dc32334-d # internal
2025-08-20T23:04:50.3791341Z [00:03:35.662]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
2025-08-20T23:04:50.3794116Z [00:03:35.662]➜  mkdir -p $WORK/b2257/
2025-08-20T23:04:50.3797292Z [00:03:35.662]➜  cat >/tmp/go-build3700090427/b2257/importcfg << 'EOF' # internal
2025-08-20T23:04:50.3802113Z [00:03:35.662]➜  # import config
2025-08-20T23:04:50.3802778Z [00:03:35.662]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:50.3803629Z [00:03:35.662]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:50.3811118Z [00:03:35.662]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:50.3812099Z [00:03:35.662]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:50.3812997Z [00:03:35.662]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:50.3813830Z [00:03:35.662]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:50.3814772Z [00:03:35.662]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:50.3815710Z [00:03:35.662]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:50.3816518Z [00:03:35.662]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:50.3817311Z [00:03:35.662]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:50.3818087Z [00:03:35.662]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:50.3818887Z [00:03:35.662]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:50.3819818Z [00:03:35.662]➜  EOF
2025-08-20T23:04:50.3828289Z [00:03:35.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11=>github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11;$WORK/b2257=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream -lang=go1.22 -complete -installsuffix shared -buildid Zaggt2KczPhq0BC-_IIZ/Zaggt2KczPhq0BC-_IIZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2257/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/debug.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/decode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/encode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/header.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/header_value.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/message.go
2025-08-20T23:04:50.6065828Z [00:03:35.890]➜  go tool buildid -w $WORK/b2097/_pkg_.a # internal
2025-08-20T23:04:50.6324452Z [00:03:35.915]➜  cp $WORK/b2097/_pkg_.a /root/.cache/go-build/cc/cceaa6c8cda05cec68e3379e003e1587ed71773de00ed673a5bd19cff11c7a97-d # internal
2025-08-20T23:04:50.6351067Z [00:03:35.918]➜  google.golang.org/grpc/xds/internal/xdsclient
2025-08-20T23:04:50.6353677Z [00:03:35.918]➜  mkdir -p $WORK/b2081/
2025-08-20T23:04:50.6354466Z [00:03:35.918]➜  cat >/tmp/go-build3700090427/b2081/importcfg << 'EOF' # internal
2025-08-20T23:04:50.6355171Z [00:03:35.918]➜  # import config
2025-08-20T23:04:50.6355855Z [00:03:35.918]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:50.6356732Z [00:03:35.918]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:50.6358135Z [00:03:35.918]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3700090427/b2058/_pkg_.a
2025-08-20T23:04:50.6359747Z [00:03:35.918]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:50.6361011Z [00:03:35.918]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:04:50.6362243Z [00:03:35.918]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:50.6363462Z [00:03:35.918]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3700090427/b396/_pkg_.a
2025-08-20T23:04:50.6364785Z [00:03:35.918]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:04:50.6366076Z [00:03:35.918]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:50.6367498Z [00:03:35.918]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3700090427/b429/_pkg_.a
2025-08-20T23:04:50.6368884Z [00:03:35.918]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3700090427/b2032/_pkg_.a
2025-08-20T23:04:50.6370914Z [00:03:35.918]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:50.6372255Z [00:03:35.918]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build3700090427/b2053/_pkg_.a
2025-08-20T23:04:50.6373581Z [00:03:35.918]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build3700090427/b2082/_pkg_.a
2025-08-20T23:04:50.6375048Z [00:03:35.918]➜  packagefile google.golang.org/grpc/xds/internal/clients/grpctransport=/tmp/go-build3700090427/b2083/_pkg_.a
2025-08-20T23:04:50.6376629Z [00:03:35.918]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build3700090427/b2084/_pkg_.a
2025-08-20T23:04:50.6378180Z [00:03:35.918]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient=/tmp/go-build3700090427/b2089/_pkg_.a
2025-08-20T23:04:50.6380015Z [00:03:35.918]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/metrics=/tmp/go-build3700090427/b2096/_pkg_.a
2025-08-20T23:04:50.6381728Z [00:03:35.918]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3700090427/b2097/_pkg_.a
2025-08-20T23:04:50.6383646Z [00:03:35.918]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build3700090427/b2107/_pkg_.a
2025-08-20T23:04:50.6385342Z [00:03:35.918]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:50.6386326Z [00:03:35.918]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:50.6387197Z [00:03:35.918]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:50.6397230Z [00:03:35.918]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:50.6397989Z [00:03:35.918]➜  EOF
2025-08-20T23:04:50.6407226Z [00:03:35.919]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2081/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient=>google.golang.org/grpc@v1.74.2/xds/internal/xdsclient;$WORK/b2081=>" -p google.golang.org/grpc/xds/internal/xdsclient -lang=go1.23 -complete -installsuffix shared -buildid Wpjm82KZqd6oul3F8uH5/Wpjm82KZqd6oul3F8uH5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2081/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/attributes.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/client.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/clientimpl.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/clientimpl_loadreport.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/clientimpl_watchers.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/requests_counter.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/xdsclient/resource_types.go
2025-08-20T23:04:50.6746085Z [00:03:35.958]➜  go tool buildid -w $WORK/b2257/_pkg_.a # internal
2025-08-20T23:04:50.6847923Z [00:03:35.968]➜  cp $WORK/b2257/_pkg_.a /root/.cache/go-build/0e/0e01834d25a82163b7f7a9332b28249f1195f5b6743e35fd77359553aaf86d60-d # internal
2025-08-20T23:04:50.6858953Z [00:03:35.969]➜  google.golang.org/grpc/xds/internal/server
2025-08-20T23:04:50.6862109Z [00:03:35.969]➜  mkdir -p $WORK/b2143/
2025-08-20T23:04:50.6871287Z [00:03:35.970]➜  cat >/tmp/go-build3700090427/b2143/importcfg << 'EOF' # internal
2025-08-20T23:04:50.6878385Z [00:03:35.970]➜  # import config
2025-08-20T23:04:50.6879087Z [00:03:35.970]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:50.6880469Z [00:03:35.970]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3700090427/b362/_pkg_.a
2025-08-20T23:04:50.6881720Z [00:03:35.970]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:50.6883121Z [00:03:35.970]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3700090427/b2040/_pkg_.a
2025-08-20T23:04:50.6884477Z [00:03:35.970]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:50.6886025Z [00:03:35.970]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3700090427/b396/_pkg_.a
2025-08-20T23:04:50.6887605Z [00:03:35.970]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3700090427/b2116/_pkg_.a
2025-08-20T23:04:50.6890573Z [00:03:35.970]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:50.6891939Z [00:03:35.970]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:04:50.6893295Z [00:03:35.970]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3700090427/b414/_pkg_.a
2025-08-20T23:04:50.6894691Z [00:03:35.970]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3700090427/b2032/_pkg_.a
2025-08-20T23:04:50.6896438Z [00:03:35.970]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3700090427/b2097/_pkg_.a
2025-08-20T23:04:50.6897708Z [00:03:35.970]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:50.6898557Z [00:03:35.970]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:50.6920796Z [00:03:35.970]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:50.6921958Z [00:03:35.970]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:50.6922610Z [00:03:35.970]➜  EOF
2025-08-20T23:04:50.6927702Z [00:03:35.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2143/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/server=>google.golang.org/grpc@v1.74.2/xds/internal/server;$WORK/b2143=>" -p google.golang.org/grpc/xds/internal/server -lang=go1.23 -complete -installsuffix shared -buildid xSVkq-BfPCNXMuKAP2SB/xSVkq-BfPCNXMuKAP2SB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2143/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/server/conn_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/server/listener_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/server/rds_handler.go
2025-08-20T23:04:51.0154503Z [00:03:36.298]➜  go tool buildid -w $WORK/b2143/_pkg_.a # internal
2025-08-20T23:04:51.0254279Z [00:03:36.308]➜  cp $WORK/b2143/_pkg_.a /root/.cache/go-build/33/33d50d79986b7bf6c801ec98707732b41e59c9fba074349fe0aade2190e21d70-d # internal
2025-08-20T23:04:51.0255907Z [00:03:36.309]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
2025-08-20T23:04:51.0256879Z [00:03:36.309]➜  mkdir -p $WORK/b2258/
2025-08-20T23:04:51.0278763Z [00:03:36.311]➜  cat >/tmp/go-build3700090427/b2258/importcfg << 'EOF' # internal
2025-08-20T23:04:51.0279865Z [00:03:36.311]➜  # import config
2025-08-20T23:04:51.0280545Z [00:03:36.311]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:51.0281375Z [00:03:36.311]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:51.0282385Z [00:03:36.311]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:51.0283555Z [00:03:36.311]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:51.0284523Z [00:03:36.311]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:51.0285101Z [00:03:36.311]➜  EOF
2025-08-20T23:04:51.0291629Z [00:03:36.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/eventstreamapi=>github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/eventstreamapi;$WORK/b2258=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi -lang=go1.22 -complete -installsuffix shared -buildid 8ZxpWpH0iKHOkiTTAUVN/8ZxpWpH0iKHOkiTTAUVN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2258/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/eventstreamapi/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/eventstreamapi/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.11/eventstreamapi/transport.go
2025-08-20T23:04:51.1178559Z [00:03:36.401]➜  go tool buildid -w $WORK/b2258/_pkg_.a # internal
2025-08-20T23:04:51.1192576Z [00:03:36.402]➜  cp $WORK/b2258/_pkg_.a /root/.cache/go-build/47/470b1a3e9916a77930116333a301ab15b01912de85f69828abe4697e4e7e456e-d # internal
2025-08-20T23:04:51.1226383Z [00:03:36.406]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
2025-08-20T23:04:51.1228892Z [00:03:36.406]➜  mkdir -p $WORK/b2260/
2025-08-20T23:04:51.1267426Z [00:03:36.410]➜  cat >/tmp/go-build3700090427/b2260/importcfg << 'EOF' # internal
2025-08-20T23:04:51.1295213Z [00:03:36.410]➜  # import config
2025-08-20T23:04:51.1296302Z [00:03:36.410]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:51.1297184Z [00:03:36.410]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:51.1298153Z [00:03:36.410]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:04:51.1299081Z [00:03:36.410]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:51.1300197Z [00:03:36.410]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:04:51.1301174Z [00:03:36.410]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:51.1302003Z [00:03:36.410]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:51.1302801Z [00:03:36.410]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:51.1303609Z [00:03:36.410]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:51.1304423Z [00:03:36.410]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:51.1305082Z [00:03:36.410]➜  EOF
2025-08-20T23:04:51.1310199Z [00:03:36.410]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/crypto=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/crypto;$WORK/b2260=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto -lang=go1.22 -complete -installsuffix shared -buildid sMtfgtxHXRfT6ABZMgAZ/sMtfgtxHXRfT6ABZMgAZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2260/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/crypto/compare.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/crypto/ecc.go
2025-08-20T23:04:51.1624367Z [00:03:36.446]➜  go tool buildid -w $WORK/b2260/_pkg_.a # internal
2025-08-20T23:04:51.1638586Z [00:03:36.447]➜  cp $WORK/b2260/_pkg_.a /root/.cache/go-build/2c/2cb16f743df03834f2482952ea2f4ffc07ea6e0ae0837d293542a30d3179d762-d # internal
2025-08-20T23:04:51.1646836Z [00:03:36.448]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4
2025-08-20T23:04:51.1649860Z [00:03:36.448]➜  mkdir -p $WORK/b2261/
2025-08-20T23:04:51.1681571Z [00:03:36.449]➜  cat >/tmp/go-build3700090427/b2261/importcfg << 'EOF' # internal
2025-08-20T23:04:51.1683829Z [00:03:36.449]➜  # import config
2025-08-20T23:04:51.1689159Z [00:03:36.449]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:51.1690311Z [00:03:36.449]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:51.1691478Z [00:03:36.449]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3700090427/b1027/_pkg_.a
2025-08-20T23:04:51.1692599Z [00:03:36.449]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:51.1693476Z [00:03:36.449]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:51.1694322Z [00:03:36.449]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:51.1695165Z [00:03:36.449]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:51.1695775Z [00:03:36.449]➜  EOF
2025-08-20T23:04:51.1703702Z [00:03:36.449]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/v4=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/v4;$WORK/b2261=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid mOghPPL3OHHSD8SugaFi/mOghPPL3OHHSD8SugaFi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2261/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/v4/const.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/v4/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/v4/hmac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/v4/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/v4/time.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/internal/v4/util.go
2025-08-20T23:04:51.1832570Z [00:03:36.466]➜  go tool buildid -w $WORK/b2081/_pkg_.a # internal
2025-08-20T23:04:51.2052980Z [00:03:36.488]➜  cp $WORK/b2081/_pkg_.a /root/.cache/go-build/67/67e667d98f708c07517a62305005ae93344868e40396f05e4bc204061e37c6e4-d # internal
2025-08-20T23:04:51.2073615Z [00:03:36.490]➜  google.golang.org/grpc/xds/csds
2025-08-20T23:04:51.2076345Z [00:03:36.490]➜  mkdir -p $WORK/b2080/
2025-08-20T23:04:51.2121452Z [00:03:36.493]➜  cat >/tmp/go-build3700090427/b2080/importcfg << 'EOF' # internal
2025-08-20T23:04:51.2145669Z [00:03:36.493]➜  # import config
2025-08-20T23:04:51.2146460Z [00:03:36.493]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:51.2147293Z [00:03:36.493]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:51.2148627Z [00:03:36.493]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3700090427/b2058/_pkg_.a
2025-08-20T23:04:51.2150520Z [00:03:36.493]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:51.2151626Z [00:03:36.493]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:51.2152828Z [00:03:36.493]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:51.2154011Z [00:03:36.493]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:51.2155435Z [00:03:36.493]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3700090427/b2081/_pkg_.a
2025-08-20T23:04:51.2156698Z [00:03:36.493]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:51.2157309Z [00:03:36.493]➜  EOF
2025-08-20T23:04:51.2160922Z [00:03:36.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2080/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/csds=>google.golang.org/grpc@v1.74.2/xds/csds;$WORK/b2080=>" -p google.golang.org/grpc/xds/csds -lang=go1.23 -complete -installsuffix shared -buildid fInvf-zGIIR3lRGzY_D8/fInvf-zGIIR3lRGzY_D8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2080/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/csds/csds.go
2025-08-20T23:04:51.2863250Z [00:03:36.569]➜  go tool buildid -w $WORK/b2261/_pkg_.a # internal
2025-08-20T23:04:51.2888195Z [00:03:36.572]➜  cp $WORK/b2261/_pkg_.a /root/.cache/go-build/f3/f367231bb0c49ab76d28a51436ccc3de32913d0c5808ceec4cd5a12688097f00-d # internal
2025-08-20T23:04:51.2894487Z [00:03:36.573]➜  google.golang.org/grpc/xds/internal/balancer/clusterimpl
2025-08-20T23:04:51.2897475Z [00:03:36.573]➜  mkdir -p $WORK/b2120/
2025-08-20T23:04:51.2908436Z [00:03:36.574]➜  cat >/tmp/go-build3700090427/b2120/importcfg << 'EOF' # internal
2025-08-20T23:04:51.2911283Z [00:03:36.574]➜  # import config
2025-08-20T23:04:51.2917144Z [00:03:36.575]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:51.2918574Z [00:03:36.575]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:51.2921396Z [00:03:36.575]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:51.2922989Z [00:03:36.575]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3700090427/b2121/_pkg_.a
2025-08-20T23:04:51.2925507Z [00:03:36.575]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:51.2926852Z [00:03:36.575]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:51.2930958Z [00:03:36.575]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:51.2932368Z [00:03:36.575]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:51.2933764Z [00:03:36.575]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:04:51.2935120Z [00:03:36.575]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3700090427/b397/_pkg_.a
2025-08-20T23:04:51.2936510Z [00:03:36.575]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:51.2937763Z [00:03:36.575]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:04:51.2939060Z [00:03:36.575]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:04:51.2940607Z [00:03:36.575]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3700090427/b429/_pkg_.a
2025-08-20T23:04:51.2941841Z [00:03:36.575]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3700090427/b2112/_pkg_.a
2025-08-20T23:04:51.2943049Z [00:03:36.575]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3700090427/b553/_pkg_.a
2025-08-20T23:04:51.2944348Z [00:03:36.575]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3700090427/b2032/_pkg_.a
2025-08-20T23:04:51.2945847Z [00:03:36.575]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:51.2947055Z [00:03:36.575]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:51.2948211Z [00:03:36.575]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:51.2951184Z [00:03:36.575]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3700090427/b2103/_pkg_.a
2025-08-20T23:04:51.2952819Z [00:03:36.575]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build3700090427/b2122/_pkg_.a
2025-08-20T23:04:51.2954435Z [00:03:36.575]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build3700090427/b2082/_pkg_.a
2025-08-20T23:04:51.2955904Z [00:03:36.575]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build3700090427/b2084/_pkg_.a
2025-08-20T23:04:51.2957343Z [00:03:36.575]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3700090427/b2081/_pkg_.a
2025-08-20T23:04:51.2958424Z [00:03:36.575]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:51.2959285Z [00:03:36.575]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:51.2960444Z [00:03:36.575]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:51.2961018Z [00:03:36.575]➜  EOF
2025-08-20T23:04:51.2967233Z [00:03:36.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2120/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterimpl=>google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterimpl;$WORK/b2120=>" -p google.golang.org/grpc/xds/internal/balancer/clusterimpl -lang=go1.23 -complete -installsuffix shared -buildid KQHx3sznRcrkR5sTSU8N/KQHx3sznRcrkR5sTSU8N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2120/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterimpl/clusterimpl.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterimpl/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterimpl/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterimpl/picker.go
2025-08-20T23:04:51.4387103Z [00:03:36.722]➜  go tool buildid -w $WORK/b2080/_pkg_.a # internal
2025-08-20T23:04:51.4413122Z [00:03:36.724]➜  cp $WORK/b2080/_pkg_.a /root/.cache/go-build/4d/4d2126090ed3d947636dae1035cc5ff2ca38ef30287d56428ea3c2f25916cf91-d # internal
2025-08-20T23:04:51.4489595Z [00:03:36.732]➜  google.golang.org/grpc/xds/internal/resolver
2025-08-20T23:04:51.4493074Z [00:03:36.732]➜  mkdir -p $WORK/b2140/
2025-08-20T23:04:51.4520817Z [00:03:36.733]➜  cat >/tmp/go-build3700090427/b2140/importcfg << 'EOF' # internal
2025-08-20T23:04:51.4539868Z [00:03:36.733]➜  # import config
2025-08-20T23:04:51.4540572Z [00:03:36.733]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:51.4541551Z [00:03:36.733]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:51.4542442Z [00:03:36.733]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:51.4543432Z [00:03:36.733]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3700090427/b632/_pkg_.a
2025-08-20T23:04:51.4544562Z [00:03:36.733]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:51.4545810Z [00:03:36.733]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:04:51.4547046Z [00:03:36.733]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:51.4548237Z [00:03:36.733]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:04:51.4549935Z [00:03:36.733]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:51.4551454Z [00:03:36.733]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:04:51.4552744Z [00:03:36.733]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3700090427/b393/_pkg_.a
2025-08-20T23:04:51.4554028Z [00:03:36.733]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:04:51.4555312Z [00:03:36.733]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3700090427/b410/_pkg_.a
2025-08-20T23:04:51.4556779Z [00:03:36.733]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build3700090427/b2141/_pkg_.a
2025-08-20T23:04:51.4558321Z [00:03:36.733]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:04:51.4559839Z [00:03:36.733]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3700090427/b2112/_pkg_.a
2025-08-20T23:04:51.4561114Z [00:03:36.733]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3700090427/b2032/_pkg_.a
2025-08-20T23:04:51.4562303Z [00:03:36.733]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:51.4563380Z [00:03:36.733]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:51.4564451Z [00:03:36.733]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:51.4565794Z [00:03:36.733]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3700090427/b2126/_pkg_.a
2025-08-20T23:04:51.4567289Z [00:03:36.733]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3700090427/b2105/_pkg_.a
2025-08-20T23:04:51.4568734Z [00:03:36.733]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build3700090427/b2142/_pkg_.a
2025-08-20T23:04:51.4570610Z [00:03:36.733]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3700090427/b2081/_pkg_.a
2025-08-20T23:04:51.4572135Z [00:03:36.733]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3700090427/b2097/_pkg_.a
2025-08-20T23:04:51.4573313Z [00:03:36.733]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:04:51.4574250Z [00:03:36.733]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:51.4575099Z [00:03:36.733]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:51.4575946Z [00:03:36.733]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:51.4576812Z [00:03:36.733]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:51.4577431Z [00:03:36.733]➜  EOF
2025-08-20T23:04:51.4583353Z [00:03:36.736]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2140/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/resolver=>google.golang.org/grpc@v1.74.2/xds/internal/resolver;$WORK/b2140=>" -p google.golang.org/grpc/xds/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid r0fwmkzH7qMjTwmPOyc6/r0fwmkzH7qMjTwmPOyc6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2140/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/resolver/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/resolver/serviceconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/resolver/watch_service.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/resolver/xds_resolver.go
2025-08-20T23:04:51.7878718Z [00:03:37.071]➜  go tool buildid -w $WORK/b2120/_pkg_.a # internal
2025-08-20T23:04:51.8022446Z [00:03:37.085]➜  cp $WORK/b2120/_pkg_.a /root/.cache/go-build/4b/4b13426a86dd6b56346b6f7580f49fa9600e79bd2a905909f8a7118b48599a1e-d # internal
2025-08-20T23:04:51.8136951Z [00:03:37.097]➜  google.golang.org/grpc/xds/internal/balancer/clusterresolver
2025-08-20T23:04:51.8139638Z [00:03:37.097]➜  mkdir -p $WORK/b2117/
2025-08-20T23:04:51.8146441Z [00:03:37.098]➜  cat >/tmp/go-build3700090427/b2117/importcfg << 'EOF' # internal
2025-08-20T23:04:51.8152649Z [00:03:37.098]➜  # import config
2025-08-20T23:04:51.8153635Z [00:03:37.098]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:51.8154617Z [00:03:37.098]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:51.8157405Z [00:03:37.098]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:51.8158303Z [00:03:37.098]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:51.8159254Z [00:03:37.098]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:51.8160477Z [00:03:37.098]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3700090427/b370/_pkg_.a
2025-08-20T23:04:51.8161612Z [00:03:37.098]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:51.8162793Z [00:03:37.098]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:04:51.8164023Z [00:03:37.098]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:51.8165202Z [00:03:37.098]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:51.8166432Z [00:03:37.098]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3700090427/b2115/_pkg_.a
2025-08-20T23:04:51.8167748Z [00:03:37.098]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build3700090427/b2118/_pkg_.a
2025-08-20T23:04:51.8169029Z [00:03:37.098]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3700090427/b407/_pkg_.a
2025-08-20T23:04:51.8174382Z [00:03:37.098]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:51.8175729Z [00:03:37.098]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:04:51.8177295Z [00:03:37.098]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3700090427/b2113/_pkg_.a
2025-08-20T23:04:51.8178635Z [00:03:37.098]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:04:51.8180268Z [00:03:37.098]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:04:51.8181713Z [00:03:37.098]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3700090427/b2032/_pkg_.a
2025-08-20T23:04:51.8183031Z [00:03:37.098]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:51.8184302Z [00:03:37.098]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build3700090427/b2119/_pkg_.a
2025-08-20T23:04:51.8185615Z [00:03:37.098]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:51.8186863Z [00:03:37.098]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3700090427/b2103/_pkg_.a
2025-08-20T23:04:51.8188312Z [00:03:37.098]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3700090427/b2120/_pkg_.a
2025-08-20T23:04:51.8190204Z [00:03:37.098]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3700090427/b2123/_pkg_.a
2025-08-20T23:04:51.8191880Z [00:03:37.098]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3700090427/b2124/_pkg_.a
2025-08-20T23:04:51.8193454Z [00:03:37.098]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3700090427/b2125/_pkg_.a
2025-08-20T23:04:51.8194966Z [00:03:37.098]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build3700090427/b2082/_pkg_.a
2025-08-20T23:04:51.8196558Z [00:03:37.098]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3700090427/b2081/_pkg_.a
2025-08-20T23:04:51.8198201Z [00:03:37.098]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3700090427/b2097/_pkg_.a
2025-08-20T23:04:51.8203446Z [00:03:37.098]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:51.8204673Z [00:03:37.098]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:51.8205712Z [00:03:37.098]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:51.8206597Z [00:03:37.098]➜  EOF
2025-08-20T23:04:51.8217792Z [00:03:37.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2117/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterresolver=>google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterresolver;$WORK/b2117=>" -p google.golang.org/grpc/xds/internal/balancer/clusterresolver -lang=go1.23 -complete -installsuffix shared -buildid W7n3zk2b5dXrnZWaO9ej/W7n3zk2b5dXrnZWaO9ej -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2117/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterresolver/clusterresolver.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterresolver/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterresolver/configbuilder.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterresolver/configbuilder_childname.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterresolver/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterresolver/resource_resolver.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterresolver/resource_resolver_dns.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/clusterresolver/resource_resolver_eds.go
2025-08-20T23:04:51.9099089Z [00:03:37.193]➜  go tool buildid -w $WORK/b2140/_pkg_.a # internal
2025-08-20T23:04:51.9182408Z [00:03:37.200]➜  cp $WORK/b2140/_pkg_.a /root/.cache/go-build/70/70f160b69af4e715e26d7123d47c3c1a5886ba80e122096e4e1e2463e18d2c4e-d # internal
2025-08-20T23:04:51.9277250Z [00:03:37.211]➜  github.com/aws/aws-sdk-go-v2/internal/v4a
2025-08-20T23:04:51.9280468Z [00:03:37.211]➜  mkdir -p $WORK/b2259/
2025-08-20T23:04:51.9285955Z [00:03:37.212]➜  cat >/tmp/go-build3700090427/b2259/importcfg << 'EOF' # internal
2025-08-20T23:04:51.9292486Z [00:03:37.212]➜  # import config
2025-08-20T23:04:51.9295621Z [00:03:37.212]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:51.9300247Z [00:03:37.212]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:51.9301079Z [00:03:37.212]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:51.9301973Z [00:03:37.212]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:04:51.9302906Z [00:03:37.212]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:04:51.9303834Z [00:03:37.212]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:51.9304724Z [00:03:37.212]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:51.9305616Z [00:03:37.212]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:51.9306444Z [00:03:37.212]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:51.9307401Z [00:03:37.212]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:51.9308609Z [00:03:37.212]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:51.9311100Z [00:03:37.212]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3700090427/b1025/_pkg_.a
2025-08-20T23:04:51.9312573Z [00:03:37.212]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3700090427/b1028/_pkg_.a
2025-08-20T23:04:51.9313870Z [00:03:37.212]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3700090427/b1012/_pkg_.a
2025-08-20T23:04:51.9315149Z [00:03:37.212]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:04:51.9316692Z [00:03:37.212]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build3700090427/b2260/_pkg_.a
2025-08-20T23:04:51.9318135Z [00:03:37.212]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build3700090427/b2261/_pkg_.a
2025-08-20T23:04:51.9319517Z [00:03:37.212]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:51.9320621Z [00:03:37.212]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3700090427/b997/_pkg_.a
2025-08-20T23:04:51.9322021Z [00:03:37.212]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3700090427/b1029/_pkg_.a
2025-08-20T23:04:51.9323326Z [00:03:37.212]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:51.9324497Z [00:03:37.212]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:51.9325701Z [00:03:37.212]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:51.9326708Z [00:03:37.212]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:51.9338434Z [00:03:37.212]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:04:51.9339549Z [00:03:37.212]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:51.9340507Z [00:03:37.212]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:04:51.9341416Z [00:03:37.212]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:51.9342282Z [00:03:37.212]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:51.9343160Z [00:03:37.212]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:51.9344021Z [00:03:37.212]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:51.9345054Z [00:03:37.212]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:51.9345904Z [00:03:37.212]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:51.9346734Z [00:03:37.212]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:51.9347316Z [00:03:37.212]➜  EOF
2025-08-20T23:04:51.9354988Z [00:03:37.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37;$WORK/b2259=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a -lang=go1.22 -complete -installsuffix shared -buildid AMHuqZHALgNAyuVLnQxz/AMHuqZHALgNAyuVLnQxz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2259/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/presign_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.37/v4a.go
2025-08-20T23:04:52.1376885Z [00:03:37.421]➜  go tool buildid -w $WORK/b2259/_pkg_.a # internal
2025-08-20T23:04:52.1394365Z [00:03:37.423]➜  cp $WORK/b2259/_pkg_.a /root/.cache/go-build/c6/c6f1608639ba336527eb47c1ca09a9a3dd6b80cb04c4acff55434b75d576782b-d # internal
2025-08-20T23:04:52.1493356Z [00:03:37.433]➜  github.com/aws/aws-sdk-go-v2/service/internal/checksum
2025-08-20T23:04:52.1496899Z [00:03:37.433]➜  mkdir -p $WORK/b2262/
2025-08-20T23:04:52.1501376Z [00:03:37.433]➜  cat >/tmp/go-build3700090427/b2262/importcfg << 'EOF' # internal
2025-08-20T23:04:52.1504500Z [00:03:37.434]➜  # import config
2025-08-20T23:04:52.1505653Z [00:03:37.434]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:52.1507229Z [00:03:37.434]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:52.1508468Z [00:03:37.434]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:04:52.1510024Z [00:03:37.434]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:04:52.1511181Z [00:03:37.434]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:52.1512266Z [00:03:37.434]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:52.1515128Z [00:03:37.434]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:52.1516160Z [00:03:37.434]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:52.1517187Z [00:03:37.434]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:52.1518419Z [00:03:37.434]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:52.1519877Z [00:03:37.434]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3700090427/b1025/_pkg_.a
2025-08-20T23:04:52.1521178Z [00:03:37.434]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3700090427/b1012/_pkg_.a
2025-08-20T23:04:52.1522568Z [00:03:37.434]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3700090427/b1050/_pkg_.a
2025-08-20T23:04:52.1523804Z [00:03:37.434]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:52.1524896Z [00:03:37.434]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:52.1526067Z [00:03:37.434]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:52.1527261Z [00:03:37.434]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:52.1528397Z [00:03:37.434]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:04:52.1529213Z [00:03:37.434]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:52.1530258Z [00:03:37.434]➜  packagefile hash/crc64=/tmp/go-build3700090427/b614/_pkg_.a
2025-08-20T23:04:52.1531085Z [00:03:37.434]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:52.1531952Z [00:03:37.434]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:52.1532805Z [00:03:37.434]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:52.1533665Z [00:03:37.434]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:52.1534529Z [00:03:37.434]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:52.1535179Z [00:03:37.434]➜  EOF
2025-08-20T23:04:52.1559300Z [00:03:37.435]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.5=>github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.5;$WORK/b2262=>" -p github.com/aws/aws-sdk-go-v2/service/internal/checksum -lang=go1.22 -complete -installsuffix shared -buildid unPaDxjbld6yhYc-eln_/unPaDxjbld6yhYc-eln_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2262/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.5/algorithms.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.5/aws_chunked_encoding.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.5/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.5/middleware_add.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.5/middleware_checksum_metrics_tracking.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.5/middleware_compute_input_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.5/middleware_setup_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.5/middleware_validate_output.go
2025-08-20T23:04:52.4477655Z [00:03:37.731]➜  go tool buildid -w $WORK/b2117/_pkg_.a # internal
2025-08-20T23:04:52.4545755Z [00:03:37.738]➜  cp $WORK/b2117/_pkg_.a /root/.cache/go-build/ea/ea568ee02c0fd8420ee1b8e6537653da07f9bb5e0cdada001c4f848d368c7d2f-d # internal
2025-08-20T23:04:52.4589236Z [00:03:37.738]➜  google.golang.org/grpc/xds/internal/balancer/cdsbalancer
2025-08-20T23:04:52.4590227Z [00:03:37.738]➜  mkdir -p $WORK/b2114/
2025-08-20T23:04:52.4590971Z [00:03:37.739]➜  cat >/tmp/go-build3700090427/b2114/importcfg << 'EOF' # internal
2025-08-20T23:04:52.4591910Z [00:03:37.739]➜  # import config
2025-08-20T23:04:52.4592621Z [00:03:37.739]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:52.4593486Z [00:03:37.739]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:52.4594371Z [00:03:37.739]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:52.4595251Z [00:03:37.739]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:52.4602439Z [00:03:37.739]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:04:52.4603702Z [00:03:37.739]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:04:52.4604916Z [00:03:37.739]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:52.4606077Z [00:03:37.739]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:04:52.4607391Z [00:03:37.739]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3700090427/b2040/_pkg_.a
2025-08-20T23:04:52.4608686Z [00:03:37.739]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:52.4610376Z [00:03:37.739]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3700090427/b2115/_pkg_.a
2025-08-20T23:04:52.4611777Z [00:03:37.739]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3700090427/b2116/_pkg_.a
2025-08-20T23:04:52.4613100Z [00:03:37.739]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:52.4614392Z [00:03:37.739]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:04:52.4615641Z [00:03:37.739]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:04:52.4632099Z [00:03:37.739]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:52.4633270Z [00:03:37.739]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:04:52.4634682Z [00:03:37.739]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3700090427/b2117/_pkg_.a
2025-08-20T23:04:52.4636183Z [00:03:37.739]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3700090427/b2081/_pkg_.a
2025-08-20T23:04:52.4637939Z [00:03:37.739]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3700090427/b2097/_pkg_.a
2025-08-20T23:04:52.4639059Z [00:03:37.739]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:52.4639844Z [00:03:37.739]➜  EOF
2025-08-20T23:04:52.4646377Z [00:03:37.739]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2114/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/cdsbalancer=>google.golang.org/grpc@v1.74.2/xds/internal/balancer/cdsbalancer;$WORK/b2114=>" -p google.golang.org/grpc/xds/internal/balancer/cdsbalancer -lang=go1.23 -complete -installsuffix shared -buildid wK_D7S5WLqDGuJQhC9OQ/wK_D7S5WLqDGuJQhC9OQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2114/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/cdsbalancer/cdsbalancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/cdsbalancer/cluster_watcher.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/cdsbalancer/logging.go
2025-08-20T23:04:52.4651746Z [00:03:37.740]➜  go tool buildid -w $WORK/b2262/_pkg_.a # internal
2025-08-20T23:04:52.4653122Z [00:03:37.743]➜  cp $WORK/b2262/_pkg_.a /root/.cache/go-build/f0/f083a39b43d9889045c9bbb0b37d7067923894c75490a90ff49d73d868ddfaf9-d # internal
2025-08-20T23:04:52.4654367Z [00:03:37.743]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
2025-08-20T23:04:52.4655047Z [00:03:37.743]➜  mkdir -p $WORK/b2264/
2025-08-20T23:04:52.4676125Z [00:03:37.751]➜  cat >/tmp/go-build3700090427/b2264/importcfg << 'EOF' # internal
2025-08-20T23:04:52.4680523Z [00:03:37.751]➜  # import config
2025-08-20T23:04:52.4684539Z [00:03:37.752]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:52.4690722Z [00:03:37.752]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3700090427/b2254/_pkg_.a
2025-08-20T23:04:52.4691780Z [00:03:37.752]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:52.4692400Z [00:03:37.752]➜  EOF
2025-08-20T23:04:52.4702857Z [00:03:37.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2264/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/arn=>github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/arn;$WORK/b2264=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn -lang=go1.22 -complete -installsuffix shared -buildid ER1VzvKxdZt9zUejF6fO/ER1VzvKxdZt9zUejF6fO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2264/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/arn/accesspoint_arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/arn/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/arn/arn_member.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/arn/outpost_arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/arn/s3_object_lambda_arn.go
2025-08-20T23:04:52.5607224Z [00:03:37.844]➜  go tool buildid -w $WORK/b2264/_pkg_.a # internal
2025-08-20T23:04:52.5623711Z [00:03:37.845]➜  cp $WORK/b2264/_pkg_.a /root/.cache/go-build/72/72a920e7767a619f04e82b6e0fde75b1af1ba5e77a3889fb12cd13c92c69c5a0-d # internal
2025-08-20T23:04:52.5657638Z [00:03:37.849]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared
2025-08-20T23:04:52.5661035Z [00:03:37.849]➜  mkdir -p $WORK/b2263/
2025-08-20T23:04:52.5670546Z [00:03:37.850]➜  cat >/tmp/go-build3700090427/b2263/importcfg << 'EOF' # internal
2025-08-20T23:04:52.5671703Z [00:03:37.850]➜  # import config
2025-08-20T23:04:52.5673702Z [00:03:37.850]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:52.5675523Z [00:03:37.850]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:04:52.5676448Z [00:03:37.850]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:52.5677469Z [00:03:37.850]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:52.5678467Z [00:03:37.850]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3700090427/b2254/_pkg_.a
2025-08-20T23:04:52.5679916Z [00:03:37.850]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:52.5681237Z [00:03:37.850]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3700090427/b1003/_pkg_.a
2025-08-20T23:04:52.5682671Z [00:03:37.850]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3700090427/b2264/_pkg_.a
2025-08-20T23:04:52.5684157Z [00:03:37.850]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:52.5685330Z [00:03:37.850]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:04:52.5686504Z [00:03:37.850]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:52.5687527Z [00:03:37.850]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:52.5688325Z [00:03:37.850]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:52.5689150Z [00:03:37.850]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:52.5703436Z [00:03:37.850]➜  EOF
2025-08-20T23:04:52.5715511Z [00:03:37.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18=>github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18;$WORK/b2263=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared -lang=go1.22 -complete -installsuffix shared -buildid 9uopHp_BWGqtQuHeiq-z/9uopHp_BWGqtQuHeiq-z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2263/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/arn_lookup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/endpoint_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/host_id.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/metadata_retriever.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/resource_request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/response_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/response_error_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/s3100continue.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/update_endpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/xml_utils.go
2025-08-20T23:04:52.7090361Z [00:03:37.992]➜  go tool buildid -w $WORK/b2263/_pkg_.a # internal
2025-08-20T23:04:52.7136261Z [00:03:37.997]➜  cp $WORK/b2263/_pkg_.a /root/.cache/go-build/76/7637d4a614fe596260476c8ff5f9acf86c2fc79cf061e895a2a4cde19961a3e2-d # internal
2025-08-20T23:04:52.7149176Z [00:03:37.997]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
2025-08-20T23:04:52.7150167Z [00:03:37.997]➜  mkdir -p $WORK/b2265/
2025-08-20T23:04:52.7150956Z [00:03:37.998]➜  cat >/tmp/go-build3700090427/b2265/importcfg << 'EOF' # internal
2025-08-20T23:04:52.7151640Z [00:03:37.998]➜  # import config
2025-08-20T23:04:52.7152303Z [00:03:37.998]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:52.7152943Z [00:03:37.998]➜  EOF
2025-08-20T23:04:52.7165395Z [00:03:37.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2265/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/config=>github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/config;$WORK/b2265=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config -lang=go1.22 -complete -installsuffix shared -buildid hyTkzvR3_p5hLZ0L_086/hyTkzvR3_p5hLZ0L_086 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2265/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.18/config/config.go
2025-08-20T23:04:52.7385665Z [00:03:38.022]➜  go tool buildid -w $WORK/b2265/_pkg_.a # internal
2025-08-20T23:04:52.7400463Z [00:03:38.023]➜  cp $WORK/b2265/_pkg_.a /root/.cache/go-build/cc/ccced5c8628493af75fcba299950effb45259a0611445928a2e0c2edb6eb1b86-d # internal
2025-08-20T23:04:52.7403709Z [00:03:38.024]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
2025-08-20T23:04:52.7406566Z [00:03:38.024]➜  mkdir -p $WORK/b2267/
2025-08-20T23:04:52.7420852Z [00:03:38.025]➜  cat >/tmp/go-build3700090427/b2267/importcfg << 'EOF' # internal
2025-08-20T23:04:52.7421647Z [00:03:38.025]➜  # import config
2025-08-20T23:04:52.7422332Z [00:03:38.025]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:52.7423384Z [00:03:38.025]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3700090427/b2254/_pkg_.a
2025-08-20T23:04:52.7424810Z [00:03:38.025]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3700090427/b2264/_pkg_.a
2025-08-20T23:04:52.7426799Z [00:03:38.026]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:52.7427711Z [00:03:38.026]➜  EOF
2025-08-20T23:04:52.7432379Z [00:03:38.026]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2267/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/arn=>github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/arn;$WORK/b2267=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/arn -lang=go1.22 -complete -installsuffix shared -buildid peldNsWcRdX7zBOntH_X/peldNsWcRdX7zBOntH_X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2267/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/arn/arn_parser.go
2025-08-20T23:04:52.7969268Z [00:03:38.080]➜  go tool buildid -w $WORK/b2267/_pkg_.a # internal
2025-08-20T23:04:52.7978480Z [00:03:38.081]➜  cp $WORK/b2267/_pkg_.a /root/.cache/go-build/7b/7b5af4e7e98466adccb06e8e3efcfc8c223671d231768795b36acbbe5c3dab0c-d # internal
2025-08-20T23:04:52.7979991Z [00:03:38.081]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
2025-08-20T23:04:52.7980751Z [00:03:38.081]➜  mkdir -p $WORK/b2268/
2025-08-20T23:04:52.7981505Z [00:03:38.081]➜  cat >/tmp/go-build3700090427/b2268/importcfg << 'EOF' # internal
2025-08-20T23:04:52.7994004Z [00:03:38.082]➜  # import config
2025-08-20T23:04:52.7994753Z [00:03:38.082]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:52.7995982Z [00:03:38.082]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:52.7997305Z [00:03:38.082]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3700090427/b1036/_pkg_.a
2025-08-20T23:04:52.7998571Z [00:03:38.082]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:52.7999875Z [00:03:38.082]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:52.8000741Z [00:03:38.082]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:52.8001387Z [00:03:38.082]➜  EOF
2025-08-20T23:04:52.8005561Z [00:03:38.082]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2268/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/endpoints;$WORK/b2268=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid T94p-5yC3OJBjFaf_Ied/T94p-5yC3OJBjFaf_Ied -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2268/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/endpoints/endpoints.go
2025-08-20T23:04:52.8577187Z [00:03:38.141]➜  go tool buildid -w $WORK/b2114/_pkg_.a # internal
2025-08-20T23:04:52.8628879Z [00:03:38.146]➜  cp $WORK/b2114/_pkg_.a /root/.cache/go-build/77/77a966f983f375e596041b9db26689d9a890c10823201d51e56582bf343a8b6d-d # internal
2025-08-20T23:04:52.8630427Z [00:03:38.146]➜  google.golang.org/grpc/xds/internal/balancer
2025-08-20T23:04:52.8631677Z [00:03:38.146]➜  mkdir -p $WORK/b2108/
2025-08-20T23:04:52.8638195Z [00:03:38.147]➜  cat >/tmp/go-build3700090427/b2108/importcfg << 'EOF' # internal
2025-08-20T23:04:52.8638991Z [00:03:38.147]➜  # import config
2025-08-20T23:04:52.8641353Z [00:03:38.147]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3700090427/b2109/_pkg_.a
2025-08-20T23:04:52.8642630Z [00:03:38.147]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3700090427/b2110/_pkg_.a
2025-08-20T23:04:52.8644021Z [00:03:38.147]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build3700090427/b2114/_pkg_.a
2025-08-20T23:04:52.8645366Z [00:03:38.147]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3700090427/b2120/_pkg_.a
2025-08-20T23:04:52.8646827Z [00:03:38.147]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3700090427/b2126/_pkg_.a
2025-08-20T23:04:52.8648452Z [00:03:38.147]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3700090427/b2117/_pkg_.a
2025-08-20T23:04:52.8650539Z [00:03:38.147]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3700090427/b2123/_pkg_.a
2025-08-20T23:04:52.8652161Z [00:03:38.147]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3700090427/b2124/_pkg_.a
2025-08-20T23:04:52.8653118Z [00:03:38.147]➜  EOF
2025-08-20T23:04:52.8657504Z [00:03:38.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2108/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer=>google.golang.org/grpc@v1.74.2/xds/internal/balancer;$WORK/b2108=>" -p google.golang.org/grpc/xds/internal/balancer -lang=go1.23 -complete -installsuffix shared -buildid cCM8rumkwmKO_YyGSRn6/cCM8rumkwmKO_YyGSRn6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2108/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/internal/balancer/balancer.go
2025-08-20T23:04:52.8672576Z [00:03:38.150]➜  go tool buildid -w $WORK/b2268/_pkg_.a # internal
2025-08-20T23:04:52.8691006Z [00:03:38.152]➜  cp $WORK/b2268/_pkg_.a /root/.cache/go-build/2b/2babd436e8222a6b4e525d6b59964b99b797d7f9c4c1ceef3a720cb44af6c69e-d # internal
2025-08-20T23:04:52.8693494Z [00:03:38.152]➜  go tool buildid -w $WORK/b2247/_pkg_.a # internal
2025-08-20T23:04:52.8714732Z [00:03:38.155]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
2025-08-20T23:04:52.8715990Z [00:03:38.155]➜  mkdir -p $WORK/b2266/
2025-08-20T23:04:52.8726470Z [00:03:38.156]➜  cat >/tmp/go-build3700090427/b2266/importcfg << 'EOF' # internal
2025-08-20T23:04:52.8728274Z [00:03:38.156]➜  # import config
2025-08-20T23:04:52.8728945Z [00:03:38.156]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:52.8729977Z [00:03:38.156]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:52.8730856Z [00:03:38.156]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:04:52.8731684Z [00:03:38.156]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:52.8732654Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:52.8733830Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:52.8735180Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3700090427/b1025/_pkg_.a
2025-08-20T23:04:52.8736678Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3700090427/b1030/_pkg_.a
2025-08-20T23:04:52.8738026Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3700090427/b1012/_pkg_.a
2025-08-20T23:04:52.8739311Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:04:52.8740731Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3700090427/b2259/_pkg_.a
2025-08-20T23:04:52.8742083Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3700090427/b2262/_pkg_.a
2025-08-20T23:04:52.8743658Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3700090427/b2263/_pkg_.a
2025-08-20T23:04:52.8745153Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3700090427/b2264/_pkg_.a
2025-08-20T23:04:52.8746511Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build3700090427/b2267/_pkg_.a
2025-08-20T23:04:52.8747876Z [00:03:38.156]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3700090427/b2268/_pkg_.a
2025-08-20T23:04:52.8749125Z [00:03:38.156]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:52.8761252Z [00:03:38.156]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3700090427/b997/_pkg_.a
2025-08-20T23:04:52.8762650Z [00:03:38.156]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3700090427/b1029/_pkg_.a
2025-08-20T23:04:52.8763953Z [00:03:38.156]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3700090427/b1053/_pkg_.a
2025-08-20T23:04:52.8765123Z [00:03:38.156]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:52.8766298Z [00:03:38.156]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:52.8767543Z [00:03:38.156]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:52.8768537Z [00:03:38.156]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:52.8769542Z [00:03:38.156]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:52.8770360Z [00:03:38.156]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:52.8771175Z [00:03:38.156]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:52.8772032Z [00:03:38.156]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:52.8772893Z [00:03:38.156]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:52.8773718Z [00:03:38.156]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:52.8774727Z [00:03:38.156]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:52.8775347Z [00:03:38.156]➜  EOF
2025-08-20T23:04:52.8802150Z [00:03:38.156]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2266/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations=>github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations;$WORK/b2266=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations -lang=go1.22 -complete -installsuffix shared -buildid BIEASH6GoMyHomKOVYUE/BIEASH6GoMyHomKOVYUE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2266/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/express.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/express_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/express_default_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/express_properties.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/express_signer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/express_signer_smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/handle_200_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/presigned_expires.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/process_arn_resource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/remove_bucket_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/s3_object_lambda.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/signer_wrapper.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/internal/customizations/update_endpoint.go
2025-08-20T23:04:52.8817087Z [00:03:38.164]➜  go tool buildid -w $WORK/b2108/_pkg_.a # internal
2025-08-20T23:04:52.8818404Z [00:03:38.164]➜  cp $WORK/b2108/_pkg_.a /root/.cache/go-build/4d/4db77153b59c7b50e691c064b1c575bc57be9088ab2c209804aecd07b2631aef-d # internal
2025-08-20T23:04:52.8819722Z [00:03:38.164]➜  google.golang.org/grpc/xds
2025-08-20T23:04:52.8820435Z [00:03:38.164]➜  mkdir -p $WORK/b2057/
2025-08-20T23:04:52.8850986Z [00:03:38.168]➜  cat >/tmp/go-build3700090427/b2057/importcfg << 'EOF' # internal
2025-08-20T23:04:52.8853350Z [00:03:38.168]➜  # import config
2025-08-20T23:04:52.8854421Z [00:03:38.168]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:52.8855749Z [00:03:38.168]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:52.8856667Z [00:03:38.168]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:52.8857926Z [00:03:38.168]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3700090427/b2058/_pkg_.a
2025-08-20T23:04:52.8859240Z [00:03:38.168]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:52.8860486Z [00:03:38.168]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:52.8861659Z [00:03:38.168]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:04:52.8863092Z [00:03:38.168]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3700090427/b2055/_pkg_.a
2025-08-20T23:04:52.8864541Z [00:03:38.168]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:04:52.8865997Z [00:03:38.168]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:52.8867126Z [00:03:38.168]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:04:52.8868335Z [00:03:38.168]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build3700090427/b2079/_pkg_.a
2025-08-20T23:04:52.8869887Z [00:03:38.168]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:52.8871191Z [00:03:38.168]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:04:52.8872484Z [00:03:38.168]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3700090427/b410/_pkg_.a
2025-08-20T23:04:52.8873740Z [00:03:38.168]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3700090427/b429/_pkg_.a
2025-08-20T23:04:52.8875025Z [00:03:38.168]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3700090427/b414/_pkg_.a
2025-08-20T23:04:52.8876589Z [00:03:38.168]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3700090427/b2032/_pkg_.a
2025-08-20T23:04:52.8877827Z [00:03:38.168]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:52.8878992Z [00:03:38.168]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:52.8895608Z [00:03:38.168]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:52.8896796Z [00:03:38.168]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build3700090427/b2080/_pkg_.a
2025-08-20T23:04:52.8898271Z [00:03:38.168]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build3700090427/b2108/_pkg_.a
2025-08-20T23:04:52.8900076Z [00:03:38.168]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build3700090427/b2127/_pkg_.a
2025-08-20T23:04:52.8901661Z [00:03:38.168]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build3700090427/b2128/_pkg_.a
2025-08-20T23:04:52.8903142Z [00:03:38.168]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build3700090427/b2131/_pkg_.a
2025-08-20T23:04:52.8904611Z [00:03:38.168]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build3700090427/b2138/_pkg_.a
2025-08-20T23:04:52.8906066Z [00:03:38.168]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build3700090427/b2140/_pkg_.a
2025-08-20T23:04:52.8907417Z [00:03:38.168]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build3700090427/b2143/_pkg_.a
2025-08-20T23:04:52.8908942Z [00:03:38.168]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3700090427/b2081/_pkg_.a
2025-08-20T23:04:52.8910780Z [00:03:38.168]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build3700090427/b2144/_pkg_.a
2025-08-20T23:04:52.8912476Z [00:03:38.168]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3700090427/b2097/_pkg_.a
2025-08-20T23:04:52.8913651Z [00:03:38.168]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:52.8914265Z [00:03:38.168]➜  EOF
2025-08-20T23:04:52.8918362Z [00:03:38.168]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2057/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds=>google.golang.org/grpc@v1.74.2/xds;$WORK/b2057=>" -p google.golang.org/grpc/xds -lang=go1.23 -complete -installsuffix shared -buildid oJk-2BkA2-6PqCT_3GhJ/oJk-2BkA2-6PqCT_3GhJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2057/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/server_options.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/xds.go
2025-08-20T23:04:52.9792824Z [00:03:38.262]➜  cp $WORK/b2247/_pkg_.a /root/.cache/go-build/a0/a0a50aa989e2e632e67b177443917355f284c4a79325bb1b67d6657ec06b0496-d # internal
2025-08-20T23:04:52.9816253Z [00:03:38.265]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab
2025-08-20T23:04:52.9817022Z [00:03:38.265]➜  mkdir -p $WORK/b2246/
2025-08-20T23:04:52.9827236Z [00:03:38.266]➜  cat >/tmp/go-build3700090427/b2246/importcfg << 'EOF' # internal
2025-08-20T23:04:52.9827995Z [00:03:38.266]➜  # import config
2025-08-20T23:04:52.9828765Z [00:03:38.266]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:52.9829927Z [00:03:38.266]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build3700090427/b2160/_pkg_.a
2025-08-20T23:04:52.9831085Z [00:03:38.266]➜  packagefile github.com/gobwas/glob=/tmp/go-build3700090427/b795/_pkg_.a
2025-08-20T23:04:52.9832378Z [00:03:38.266]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:04:52.9833879Z [00:03:38.266]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:04:52.9835494Z [00:03:38.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:52.9837282Z [00:03:38.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:52.9838835Z [00:03:38.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build3700090427/b618/_pkg_.a
2025-08-20T23:04:52.9840521Z [00:03:38.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build3700090427/b2245/_pkg_.a
2025-08-20T23:04:52.9842029Z [00:03:38.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:04:52.9843828Z [00:03:38.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:04:52.9845519Z [00:03:38.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:04:52.9847086Z [00:03:38.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build3700090427/b1978/_pkg_.a
2025-08-20T23:04:52.9848631Z [00:03:38.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:52.9851241Z [00:03:38.266]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build3700090427/b2159/_pkg_.a
2025-08-20T23:04:52.9852744Z [00:03:38.266]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3700090427/b2247/_pkg_.a
2025-08-20T23:04:52.9854076Z [00:03:38.266]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:04:52.9855293Z [00:03:38.266]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:52.9856661Z [00:03:38.266]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:52.9857791Z [00:03:38.266]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:52.9858863Z [00:03:38.266]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:52.9859931Z [00:03:38.266]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:52.9860825Z [00:03:38.266]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:52.9861663Z [00:03:38.266]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:52.9862493Z [00:03:38.266]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:52.9863117Z [00:03:38.266]➜  EOF
2025-08-20T23:04:52.9867125Z [00:03:38.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2246/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gitlab=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab;$WORK/b2246=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab -lang=go1.24 -complete -installsuffix shared -buildid kpNFR1IUpyWtWoOodCq2/kpNFR1IUpyWtWoOodCq2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2246/importcfg -pack ./pkg/sources/gitlab/gitlab.go ./pkg/sources/gitlab/metrics.go
2025-08-20T23:04:53.0550260Z [00:03:38.338]➜  go tool buildid -w $WORK/b2266/_pkg_.a # internal
2025-08-20T23:04:53.0594803Z [00:03:38.343]➜  cp $WORK/b2266/_pkg_.a /root/.cache/go-build/47/477bda270b2df5c2faffd42d31b9e26ee8ed87f79666ce1c372e5547016f4a8b-d # internal
2025-08-20T23:04:53.0605817Z [00:03:38.344]➜  github.com/aws/aws-sdk-go-v2/service/s3/types
2025-08-20T23:04:53.0612937Z [00:03:38.344]➜  mkdir -p $WORK/b2269/
2025-08-20T23:04:53.0620094Z [00:03:38.345]➜  cat >/tmp/go-build3700090427/b2269/importcfg << 'EOF' # internal
2025-08-20T23:04:53.0622897Z [00:03:38.345]➜  # import config
2025-08-20T23:04:53.0624762Z [00:03:38.346]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:53.0626559Z [00:03:38.346]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:53.0627795Z [00:03:38.346]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3700090427/b1038/_pkg_.a
2025-08-20T23:04:53.0629002Z [00:03:38.346]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:53.0629787Z [00:03:38.346]➜  EOF
2025-08-20T23:04:53.0641475Z [00:03:38.347]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2269/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/types=>github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/types;$WORK/b2269=>" -p github.com/aws/aws-sdk-go-v2/service/s3/types -lang=go1.22 -complete -installsuffix shared -buildid aNGtvjOvp2TXtvssJhg2/aNGtvjOvp2TXtvssJhg2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2269/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/types/types.go
2025-08-20T23:04:53.2243841Z [00:03:38.507]➜  go tool buildid -w $WORK/b2057/_pkg_.a # internal
2025-08-20T23:04:53.2362171Z [00:03:38.519]➜  cp $WORK/b2057/_pkg_.a /root/.cache/go-build/58/58f89f23219b0877d5235df5efd69b16b8d0ed03d19f33ddbb27e71e83b7582f-d # internal
2025-08-20T23:04:53.2398357Z [00:03:38.520]➜  google.golang.org/grpc/xds/googledirectpath
2025-08-20T23:04:53.2399097Z [00:03:38.520]➜  mkdir -p $WORK/b2031/
2025-08-20T23:04:53.2400873Z [00:03:38.520]➜  cat >/tmp/go-build3700090427/b2031/importcfg << 'EOF' # internal
2025-08-20T23:04:53.2401648Z [00:03:38.520]➜  # import config
2025-08-20T23:04:53.2402314Z [00:03:38.520]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:53.2403547Z [00:03:38.520]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:53.2404520Z [00:03:38.520]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:53.2405549Z [00:03:38.520]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:04:53.2406824Z [00:03:38.520]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:04:53.2408226Z [00:03:38.520]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3700090427/b551/_pkg_.a
2025-08-20T23:04:53.2409775Z [00:03:38.520]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:04:53.2411160Z [00:03:38.520]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3700090427/b2032/_pkg_.a
2025-08-20T23:04:53.2412465Z [00:03:38.520]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:04:53.2413651Z [00:03:38.520]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build3700090427/b2057/_pkg_.a
2025-08-20T23:04:53.2414952Z [00:03:38.520]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3700090427/b2081/_pkg_.a
2025-08-20T23:04:53.2416289Z [00:03:38.521]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:53.2417153Z [00:03:38.521]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:53.2418075Z [00:03:38.521]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:53.2418959Z [00:03:38.521]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:53.2420208Z [00:03:38.521]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:53.2421078Z [00:03:38.521]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:53.2421892Z [00:03:38.521]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:53.2422537Z [00:03:38.521]➜  EOF
2025-08-20T23:04:53.2427048Z [00:03:38.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2031/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/googledirectpath=>google.golang.org/grpc@v1.74.2/xds/googledirectpath;$WORK/b2031=>" -p google.golang.org/grpc/xds/googledirectpath -lang=go1.23 -complete -installsuffix shared -buildid wEKyL0tUr0fleIs-Lp5q/wEKyL0tUr0fleIs-Lp5q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2031/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/googledirectpath/googlec2p.go /root/go/pkg/mod/google.golang.org/grpc@v1.74.2/xds/googledirectpath/utils.go
2025-08-20T23:04:53.3754328Z [00:03:38.658]➜  go tool buildid -w $WORK/b2246/_pkg_.a # internal
2025-08-20T23:04:53.3858905Z [00:03:38.669]➜  cp $WORK/b2246/_pkg_.a /root/.cache/go-build/00/00155629e63b7a763d10ef3c44d3d15ca94ceddd4e184f39fcd048c43ada1970-d # internal
2025-08-20T23:04:53.3968648Z [00:03:38.680]➜  github.com/aws/smithy-go/endpoints/private/rulesfn
2025-08-20T23:04:53.3970020Z [00:03:38.680]➜  mkdir -p $WORK/b2272/
2025-08-20T23:04:53.3972246Z [00:03:38.680]➜  cat >/tmp/go-build3700090427/b2272/importcfg << 'EOF' # internal
2025-08-20T23:04:53.3972888Z [00:03:38.680]➜  # import config
2025-08-20T23:04:53.3973465Z [00:03:38.680]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:53.3974420Z [00:03:38.680]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:53.3975311Z [00:03:38.680]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:53.3976049Z [00:03:38.680]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:53.3976794Z [00:03:38.680]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:53.3977340Z [00:03:38.680]➜  EOF
2025-08-20T23:04:53.3982408Z [00:03:38.680]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2272/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/endpoints/private/rulesfn=>github.com/aws/smithy-go@v1.22.5/endpoints/private/rulesfn;$WORK/b2272=>" -p github.com/aws/smithy-go/endpoints/private/rulesfn -lang=go1.22 -complete -installsuffix shared -buildid v9_aWoBcBnLYUC0uZc0R/v9_aWoBcBnLYUC0uZc0R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2272/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/endpoints/private/rulesfn/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/endpoints/private/rulesfn/strings.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/endpoints/private/rulesfn/uri.go
2025-08-20T23:04:53.4573723Z [00:03:38.740]➜  go tool buildid -w $WORK/b2269/_pkg_.a # internal
2025-08-20T23:04:53.4600005Z [00:03:38.743]➜  go tool buildid -w $WORK/b2272/_pkg_.a # internal
2025-08-20T23:04:53.4609751Z [00:03:38.744]➜  cp $WORK/b2272/_pkg_.a /root/.cache/go-build/11/11ce8c8e033323b024bfe5490788cd7fd1517832653c7f114241d7a7267907f3-d # internal
2025-08-20T23:04:53.4615334Z [00:03:38.745]➜  github.com/aws/smithy-go/sync
2025-08-20T23:04:53.4617943Z [00:03:38.745]➜  mkdir -p $WORK/b2273/
2025-08-20T23:04:53.4625330Z [00:03:38.746]➜  cat >/tmp/go-build3700090427/b2273/importcfg << 'EOF' # internal
2025-08-20T23:04:53.4632840Z [00:03:38.746]➜  # import config
2025-08-20T23:04:53.4633427Z [00:03:38.746]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:53.4634251Z [00:03:38.746]➜  EOF
2025-08-20T23:04:53.4637427Z [00:03:38.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2273/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/sync=>github.com/aws/smithy-go@v1.22.5/sync;$WORK/b2273=>" -p github.com/aws/smithy-go/sync -lang=go1.22 -complete -installsuffix shared -buildid yXdVYxPfhxx_xIBrYDEi/yXdVYxPfhxx_xIBrYDEi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2273/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/sync/error.go
2025-08-20T23:04:53.4704012Z [00:03:38.754]➜  cp $WORK/b2269/_pkg_.a /root/.cache/go-build/79/79e53ef5651c601b6fe0e07e92737639caf38f8ccb7f0e41c9ce8463a80122a3-d # internal
2025-08-20T23:04:53.4731176Z [00:03:38.756]➜  github.com/aws/smithy-go/waiter
2025-08-20T23:04:53.4737461Z [00:03:38.756]➜  mkdir -p $WORK/b2274/
2025-08-20T23:04:53.4747324Z [00:03:38.758]➜  cat >/tmp/go-build3700090427/b2274/importcfg << 'EOF' # internal
2025-08-20T23:04:53.4748453Z [00:03:38.758]➜  # import config
2025-08-20T23:04:53.4749678Z [00:03:38.758]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:53.4751313Z [00:03:38.758]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:53.4752611Z [00:03:38.758]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:53.4754341Z [00:03:38.758]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:53.4756104Z [00:03:38.758]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3700090427/b1005/_pkg_.a
2025-08-20T23:04:53.4757479Z [00:03:38.758]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:53.4758863Z [00:03:38.758]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:53.4760057Z [00:03:38.758]➜  EOF
2025-08-20T23:04:53.4764512Z [00:03:38.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2274/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/waiter=>github.com/aws/smithy-go@v1.22.5/waiter;$WORK/b2274=>" -p github.com/aws/smithy-go/waiter -lang=go1.22 -complete -installsuffix shared -buildid 83JrK6aXmPLBsduDB7wg/83JrK6aXmPLBsduDB7wg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2274/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/waiter/logger.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.5/waiter/waiter.go
2025-08-20T23:04:53.4851509Z [00:03:38.767]➜  go tool buildid -w $WORK/b2273/_pkg_.a # internal
2025-08-20T23:04:53.4853145Z [00:03:38.767]➜  cp $WORK/b2273/_pkg_.a /root/.cache/go-build/1e/1e6c03068af9f9b8fd1d6c1ead9dcf93f7a015dab36e1f90c275f7f3abd7be1b-d # internal
2025-08-20T23:04:53.4947417Z [00:03:38.778]➜  github.com/adrg/strutil/metrics
2025-08-20T23:04:53.4952318Z [00:03:38.778]➜  mkdir -p $WORK/b2280/
2025-08-20T23:04:53.4957768Z [00:03:38.779]➜  cat >/tmp/go-build3700090427/b2280/importcfg << 'EOF' # internal
2025-08-20T23:04:53.4958888Z [00:03:38.779]➜  # import config
2025-08-20T23:04:53.4978312Z [00:03:38.779]➜  packagefile github.com/adrg/strutil/internal/mathutil=/tmp/go-build3700090427/b2278/_pkg_.a
2025-08-20T23:04:53.4980087Z [00:03:38.779]➜  packagefile github.com/adrg/strutil/internal/ngram=/tmp/go-build3700090427/b2277/_pkg_.a
2025-08-20T23:04:53.4981774Z [00:03:38.779]➜  packagefile github.com/adrg/strutil/internal/stringutil=/tmp/go-build3700090427/b2279/_pkg_.a
2025-08-20T23:04:53.4983316Z [00:03:38.779]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:53.4984553Z [00:03:38.779]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:53.4985562Z [00:03:38.779]➜  EOF
2025-08-20T23:04:53.5003330Z [00:03:38.782]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2280/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics=>github.com/adrg/strutil@v0.3.1/metrics;$WORK/b2280=>" -p github.com/adrg/strutil/metrics -lang=go1.14 -complete -installsuffix shared -buildid 37cn6sjqEgtm2Wq7eiaS/37cn6sjqEgtm2Wq7eiaS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2280/importcfg -pack /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics/hamming.go /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics/jaccard.go /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics/jaro.go /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics/jaro_winkler.go /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics/levenshtein.go /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics/match_mismatch.go /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics/overlap_coefficient.go /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics/smith_waterman_gotoh.go /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics/sorensen_dice.go /root/go/pkg/mod/github.com/adrg/strutil@v0.3.1/metrics/substitution.go
2025-08-20T23:04:53.5077405Z [00:03:38.791]➜  go tool buildid -w $WORK/b2274/_pkg_.a # internal
2025-08-20T23:04:53.5090740Z [00:03:38.792]➜  cp $WORK/b2274/_pkg_.a /root/.cache/go-build/95/958b680e2bde5551712180103e735dc8c0812a68bcfca0f838f7f4e55103d08c-d # internal
2025-08-20T23:04:53.5158522Z [00:03:38.799]➜  github.com/aws/aws-sdk-go-v2/service/s3
2025-08-20T23:04:53.5163051Z [00:03:38.799]➜  mkdir -p $WORK/b2256/
2025-08-20T23:04:53.5173549Z [00:03:38.800]➜  cat >/tmp/go-build3700090427/b2256/importcfg << 'EOF' # internal
2025-08-20T23:04:53.5191915Z [00:03:38.801]➜  # import config
2025-08-20T23:04:53.5192635Z [00:03:38.801]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:53.5193511Z [00:03:38.801]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:53.5194418Z [00:03:38.801]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:04:53.5195547Z [00:03:38.801]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:53.5196658Z [00:03:38.801]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:53.5197611Z [00:03:38.801]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:53.5198564Z [00:03:38.801]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:53.5206488Z [00:03:38.801]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:53.5207554Z [00:03:38.801]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:04:53.5208460Z [00:03:38.801]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:53.5209283Z [00:03:38.801]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:53.5210508Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:04:53.5211849Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3700090427/b1023/_pkg_.a
2025-08-20T23:04:53.5213182Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:04:53.5214604Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build3700090427/b2257/_pkg_.a
2025-08-20T23:04:53.5216223Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build3700090427/b2258/_pkg_.a
2025-08-20T23:04:53.5217721Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3700090427/b1048/_pkg_.a
2025-08-20T23:04:53.5218982Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3700090427/b1010/_pkg_.a
2025-08-20T23:04:53.5220511Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3700090427/b1025/_pkg_.a
2025-08-20T23:04:53.5221892Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3700090427/b1003/_pkg_.a
2025-08-20T23:04:53.5223274Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3700090427/b1028/_pkg_.a
2025-08-20T23:04:53.5224721Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3700090427/b1030/_pkg_.a
2025-08-20T23:04:53.5226505Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3700090427/b1031/_pkg_.a
2025-08-20T23:04:53.5227948Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3700090427/b1012/_pkg_.a
2025-08-20T23:04:53.5235808Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3700090427/b1032/_pkg_.a
2025-08-20T23:04:53.5237414Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3700090427/b1033/_pkg_.a
2025-08-20T23:04:53.5238904Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3700090427/b1034/_pkg_.a
2025-08-20T23:04:53.5240561Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:04:53.5241961Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3700090427/b989/_pkg_.a
2025-08-20T23:04:53.5243378Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3700090427/b2259/_pkg_.a
2025-08-20T23:04:53.5245020Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3700090427/b1049/_pkg_.a
2025-08-20T23:04:53.5246570Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3700090427/b2262/_pkg_.a
2025-08-20T23:04:53.5248110Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3700090427/b1050/_pkg_.a
2025-08-20T23:04:53.5249830Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3700090427/b2263/_pkg_.a
2025-08-20T23:04:53.5251515Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build3700090427/b2265/_pkg_.a
2025-08-20T23:04:53.5254656Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build3700090427/b2266/_pkg_.a
2025-08-20T23:04:53.5256201Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3700090427/b2268/_pkg_.a
2025-08-20T23:04:53.5257555Z [00:03:38.801]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3700090427/b2269/_pkg_.a
2025-08-20T23:04:53.5258799Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:04:53.5299040Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3700090427/b997/_pkg_.a
2025-08-20T23:04:53.5300606Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3700090427/b2270/_pkg_.a
2025-08-20T23:04:53.5302123Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build3700090427/b2271/_pkg_.a
2025-08-20T23:04:53.5303503Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3700090427/b1038/_pkg_.a
2025-08-20T23:04:53.5304830Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3700090427/b1029/_pkg_.a
2025-08-20T23:04:53.5306209Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3700090427/b1053/_pkg_.a
2025-08-20T23:04:53.5307486Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3700090427/b1039/_pkg_.a
2025-08-20T23:04:53.5308864Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build3700090427/b2272/_pkg_.a
2025-08-20T23:04:53.5310441Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3700090427/b1015/_pkg_.a
2025-08-20T23:04:53.5311561Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:04:53.5312731Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3700090427/b998/_pkg_.a
2025-08-20T23:04:53.5314160Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:04:53.5315297Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3700090427/b1002/_pkg_.a
2025-08-20T23:04:53.5316410Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3700090427/b1005/_pkg_.a
2025-08-20T23:04:53.5317521Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build3700090427/b2273/_pkg_.a
2025-08-20T23:04:53.5318607Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3700090427/b999/_pkg_.a
2025-08-20T23:04:53.5334509Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:04:53.5335751Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:04:53.5337131Z [00:03:38.801]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build3700090427/b2274/_pkg_.a
2025-08-20T23:04:53.5338087Z [00:03:38.801]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:53.5338921Z [00:03:38.801]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:53.5340112Z [00:03:38.801]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:53.5341005Z [00:03:38.801]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:53.5341932Z [00:03:38.801]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:53.5342812Z [00:03:38.801]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:53.5343569Z [00:03:38.801]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:04:53.5344382Z [00:03:38.801]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:53.5345311Z [00:03:38.801]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:53.5346149Z [00:03:38.801]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:53.5347092Z [00:03:38.801]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:53.5347967Z [00:03:38.801]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:53.5348584Z [00:03:38.801]➜  EOF
2025-08-20T23:04:53.5468374Z [00:03:38.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1=>github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1;$WORK/b2256=>" -p github.com/aws/aws-sdk-go-v2/service/s3 -lang=go1.22 -complete -installsuffix shared -buildid K5dqRh-1hWYlr9psKhLr/K5dqRh-1hWYlr9psKhLr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2256/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_AbortMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_CompleteMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_CopyObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_CreateBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_CreateBucketMetadataConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_CreateBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_CreateMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_CreateSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketLifecycle.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketMetadataConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeleteObjects.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_DeletePublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketAccelerateConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketLifecycleConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketLocation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketLogging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketMetadataConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketNotificationConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketPolicyStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketRequestPayment.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketVersioning.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetObjectAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetObjectAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetObjectLegalHold.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetObjectLockConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetObjectRetention.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetObjectTorrent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_GetPublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_HeadBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_HeadObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_ListBucketAnalyticsConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_ListBucketIntelligentTieringConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_ListBucketInventoryConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_ListBucketMetricsConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_ListBuckets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_ListDirectoryBuckets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_ListMultipartUploads.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_ListObjectVersions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_ListObjects.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_ListObjectsV2.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_ListParts.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketAccelerateConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketLifecycleConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketLogging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketNotificationConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketRequestPayment.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketVersioning.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutObjectAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutObjectLegalHold.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutObjectLockConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutObjectRetention.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_PutPublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_RenameObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_RestoreObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_SelectObjectContent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_UpdateBucketMetadataInventoryTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_UpdateBucketMetadataJournalTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_UploadPart.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_UploadPartCopy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/api_op_WriteGetObjectResponse.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/bucket_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/bucketer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/create_mpu_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/endpoint_auth_resolver.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/eventstream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/express.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/express_default.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/express_resolve.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/express_user_agent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/handwritten_paginators.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/presign_post.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/serialize_immutable_hostname_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/uri_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.84.1/validators.go
2025-08-20T23:04:53.5542573Z [00:03:38.809]➜  go tool buildid -w $WORK/b2031/_pkg_.a # internal
2025-08-20T23:04:53.5543890Z [00:03:38.816]➜  cp $WORK/b2031/_pkg_.a /root/.cache/go-build/c1/c1907474d0a2d4217dadb872f764dfa68014a0f6941864717d5e285be7fcdeea-d # internal
2025-08-20T23:04:53.5545027Z [00:03:38.816]➜  cloud.google.com/go/storage
2025-08-20T23:04:53.5545611Z [00:03:38.816]➜  mkdir -p $WORK/b1980/
2025-08-20T23:04:53.5546340Z [00:03:38.816]➜  cat >/tmp/go-build3700090427/b1980/importcfg << 'EOF' # internal
2025-08-20T23:04:53.5547013Z [00:03:38.816]➜  # import config
2025-08-20T23:04:53.5547935Z [00:03:38.816]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:53.5548893Z [00:03:38.816]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:04:53.5550403Z [00:03:38.816]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3700090427/b455/_pkg_.a
2025-08-20T23:04:53.5551529Z [00:03:38.816]➜  packagefile cloud.google.com/go/iam=/tmp/go-build3700090427/b322/_pkg_.a
2025-08-20T23:04:53.5552645Z [00:03:38.816]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3700090427/b323/_pkg_.a
2025-08-20T23:04:53.5553716Z [00:03:38.816]➜  packagefile cloud.google.com/go/internal=/tmp/go-build3700090427/b1981/_pkg_.a
2025-08-20T23:04:53.5554880Z [00:03:38.816]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build3700090427/b1982/_pkg_.a
2025-08-20T23:04:53.5556028Z [00:03:38.816]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build3700090427/b1983/_pkg_.a
2025-08-20T23:04:53.5557212Z [00:03:38.816]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build3700090427/b1984/_pkg_.a
2025-08-20T23:04:53.5558449Z [00:03:38.816]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build3700090427/b1985/_pkg_.a
2025-08-20T23:04:53.5559875Z [00:03:38.816]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3700090427/b1986/_pkg_.a
2025-08-20T23:04:53.5561135Z [00:03:38.816]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build3700090427/b1997/_pkg_.a
2025-08-20T23:04:53.5562517Z [00:03:38.816]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3700090427/b1998/_pkg_.a
2025-08-20T23:04:53.5563628Z [00:03:38.816]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:53.5564445Z [00:03:38.816]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:04:53.5565445Z [00:03:38.816]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:04:53.5566321Z [00:03:38.816]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:53.5567206Z [00:03:38.816]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:53.5568233Z [00:03:38.816]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:53.5569133Z [00:03:38.816]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:53.5570319Z [00:03:38.816]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:53.5571250Z [00:03:38.816]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:53.5572177Z [00:03:38.816]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:53.5573132Z [00:03:38.816]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:04:53.5574134Z [00:03:38.816]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:53.5574949Z [00:03:38.816]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:53.5576318Z [00:03:38.816]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build3700090427/b2000/_pkg_.a
2025-08-20T23:04:53.5577740Z [00:03:38.816]➜  packagefile github.com/google/uuid=/tmp/go-build3700090427/b278/_pkg_.a
2025-08-20T23:04:53.5578832Z [00:03:38.816]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3700090427/b435/_pkg_.a
2025-08-20T23:04:53.5580271Z [00:03:38.816]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3700090427/b442/_pkg_.a
2025-08-20T23:04:53.5581529Z [00:03:38.816]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build3700090427/b2015/_pkg_.a
2025-08-20T23:04:53.5582592Z [00:03:38.816]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3700090427/b523/_pkg_.a
2025-08-20T23:04:53.5583689Z [00:03:38.816]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:53.5584815Z [00:03:38.816]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:04:53.5586066Z [00:03:38.816]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3700090427/b1987/_pkg_.a
2025-08-20T23:04:53.5587317Z [00:03:38.816]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3700090427/b1992/_pkg_.a
2025-08-20T23:04:53.5588554Z [00:03:38.816]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3700090427/b1993/_pkg_.a
2025-08-20T23:04:53.5589848Z [00:03:38.816]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:04:53.5590927Z [00:03:38.816]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3700090427/b439/_pkg_.a
2025-08-20T23:04:53.5592095Z [00:03:38.816]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build3700090427/b2017/_pkg_.a
2025-08-20T23:04:53.5593230Z [00:03:38.816]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3700090427/b451/_pkg_.a
2025-08-20T23:04:53.5594275Z [00:03:38.816]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:04:53.5595444Z [00:03:38.816]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3700090427/b513/_pkg_.a
2025-08-20T23:04:53.5596650Z [00:03:38.816]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build3700090427/b2019/_pkg_.a
2025-08-20T23:04:53.5597763Z [00:03:38.816]➜  packagefile google.golang.org/api/transport=/tmp/go-build3700090427/b2020/_pkg_.a
2025-08-20T23:04:53.5598890Z [00:03:38.816]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3700090427/b557/_pkg_.a
2025-08-20T23:04:53.5600339Z [00:03:38.816]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3700090427/b1999/_pkg_.a
2025-08-20T23:04:53.5601655Z [00:03:38.816]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3700090427/b356/_pkg_.a
2025-08-20T23:04:53.5602943Z [00:03:38.816]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:04:53.5604023Z [00:03:38.816]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build3700090427/b2021/_pkg_.a
2025-08-20T23:04:53.5605174Z [00:03:38.816]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:04:53.5606497Z [00:03:38.816]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3700090427/b392/_pkg_.a
2025-08-20T23:04:53.5607693Z [00:03:38.816]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:04:53.5608859Z [00:03:38.816]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3700090427/b394/_pkg_.a
2025-08-20T23:04:53.5610130Z [00:03:38.816]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:04:53.5611480Z [00:03:38.816]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build3700090427/b2027/_pkg_.a
2025-08-20T23:04:53.5612669Z [00:03:38.816]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:04:53.5613897Z [00:03:38.816]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build3700090427/b2031/_pkg_.a
2025-08-20T23:04:53.5615165Z [00:03:38.816]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3700090427/b327/_pkg_.a
2025-08-20T23:04:53.5616393Z [00:03:38.816]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:53.5617677Z [00:03:38.816]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:04:53.5619022Z [00:03:38.816]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:04:53.5620639Z [00:03:38.816]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3700090427/b434/_pkg_.a
2025-08-20T23:04:53.5622020Z [00:03:38.816]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:04:53.5623163Z [00:03:38.816]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:04:53.5624232Z [00:03:38.816]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:53.5625002Z [00:03:38.816]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:53.5625762Z [00:03:38.816]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:53.5626527Z [00:03:38.816]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:53.5631436Z [00:03:38.816]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:53.5632337Z [00:03:38.816]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:53.5633163Z [00:03:38.816]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:53.5633983Z [00:03:38.816]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:04:53.5634820Z [00:03:38.816]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:53.5635625Z [00:03:38.816]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:53.5636485Z [00:03:38.816]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:53.5637306Z [00:03:38.816]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:53.5638111Z [00:03:38.816]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:53.5638906Z [00:03:38.816]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:53.5639981Z [00:03:38.816]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:53.5640651Z [00:03:38.816]➜  EOF
2025-08-20T23:04:53.5654072Z [00:03:38.816]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1980/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0=>cloud.google.com/go/storage@v1.56.0;$WORK/b1980=>" -p cloud.google.com/go/storage -lang=go1.23 -complete -installsuffix shared -buildid tkatzMa9UYvqKWf3Uxl4/tkatzMa9UYvqKWf3Uxl4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1980/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/acl.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/bucket.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/copy.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/dynamic_delay.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/grpc_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/grpc_dp.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/grpc_metrics.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/grpc_reader.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/grpc_reader_multi_range.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/grpc_writer.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/hmac.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/http_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/iam.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/invoke.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/notifications.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/option.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/post_policy_v4.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/reader.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/storage.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/trace.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.56.0/writer.go
2025-08-20T23:04:53.5782975Z [00:03:38.861]➜  go tool buildid -w $WORK/b2280/_pkg_.a # internal
2025-08-20T23:04:53.5795200Z [00:03:38.863]➜  cp $WORK/b2280/_pkg_.a /root/.cache/go-build/e4/e4e5153aa7ef9dc68cc785a3575ca06b0e407f8a70a22daf0d11f6dc3914754b-d # internal
2025-08-20T23:04:53.5801849Z [00:03:38.863]➜  github.com/trufflesecurity/trufflehog/v3/pkg/decoders
2025-08-20T23:04:53.5804347Z [00:03:38.863]➜  mkdir -p $WORK/b2281/
2025-08-20T23:04:53.5813983Z [00:03:38.865]➜  cat >/tmp/go-build3700090427/b2281/importcfg << 'EOF' # internal
2025-08-20T23:04:53.5846272Z [00:03:38.865]➜  # import config
2025-08-20T23:04:53.5846934Z [00:03:38.865]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:53.5847786Z [00:03:38.865]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:04:53.5848676Z [00:03:38.865]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:04:53.5850166Z [00:03:38.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:53.5851684Z [00:03:38.865]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:53.5852783Z [00:03:38.865]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:53.5853565Z [00:03:38.865]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:53.5854348Z [00:03:38.865]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:04:53.5855141Z [00:03:38.865]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:04:53.5855750Z [00:03:38.865]➜  EOF
2025-08-20T23:04:53.5860164Z [00:03:38.865]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2281/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders=>github.com/trufflesecurity/trufflehog/v3/pkg/decoders;$WORK/b2281=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/decoders -lang=go1.24 -complete -installsuffix shared -buildid v6jBSmOqweV5qnYq5aRM/v6jBSmOqweV5qnYq5aRM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2281/importcfg -pack ./pkg/decoders/base64.go ./pkg/decoders/decoders.go ./pkg/decoders/escaped_unicode.go ./pkg/decoders/utf16.go ./pkg/decoders/utf8.go
2025-08-20T23:04:53.7051724Z [00:03:38.988]➜  go tool buildid -w $WORK/b2281/_pkg_.a # internal
2025-08-20T23:04:53.7071747Z [00:03:38.990]➜  cp $WORK/b2281/_pkg_.a /root/.cache/go-build/99/99988026cf6433b18b27a518e635aa662d592736a057cfcf1ed60a151678a2fe-d # internal
2025-08-20T23:04:53.7076641Z [00:03:38.991]➜  github.com/trufflesecurity/trufflehog/v3/pkg/engine/ahocorasick
2025-08-20T23:04:53.7079292Z [00:03:38.991]➜  mkdir -p $WORK/b2282/
2025-08-20T23:04:53.7083046Z [00:03:38.991]➜  cat >/tmp/go-build3700090427/b2282/importcfg << 'EOF' # internal
2025-08-20T23:04:53.7084431Z [00:03:38.991]➜  # import config
2025-08-20T23:04:53.7085971Z [00:03:38.991]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:53.7087393Z [00:03:38.991]➜  packagefile github.com/BobuSumisu/aho-corasick=/tmp/go-build3700090427/b620/_pkg_.a
2025-08-20T23:04:53.7090985Z [00:03:38.991]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors=/tmp/go-build3700090427/b703/_pkg_.a
2025-08-20T23:04:53.7092840Z [00:03:38.991]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:53.7095033Z [00:03:38.991]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:53.7096992Z [00:03:38.991]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:53.7098412Z [00:03:38.992]➜  EOF
2025-08-20T23:04:53.7103250Z [00:03:38.992]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2282/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/ahocorasick=>github.com/trufflesecurity/trufflehog/v3/pkg/engine/ahocorasick;$WORK/b2282=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/engine/ahocorasick -lang=go1.24 -complete -installsuffix shared -buildid lAIiqO1UFnjWlw-Mf8nu/lAIiqO1UFnjWlw-Mf8nu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2282/importcfg -pack ./pkg/engine/ahocorasick/ahocorasickcore.go
2025-08-20T23:04:53.7117929Z [00:03:38.995]➜  go tool buildid -w $WORK/b2244/_pkg_.a # internal
2025-08-20T23:04:53.7635086Z [00:03:39.046]➜  go tool buildid -w $WORK/b2282/_pkg_.a # internal
2025-08-20T23:04:53.7661329Z [00:03:39.049]➜  cp $WORK/b2282/_pkg_.a /root/.cache/go-build/bc/bc31d4935c8fff16cf173b17c07a4fd4b711b389371ad29a708bd8f20aac0297-d # internal
2025-08-20T23:04:53.7681258Z [00:03:39.050]➜  github.com/trufflesecurity/trufflehog/v3/pkg/output
2025-08-20T23:04:53.7686272Z [00:03:39.052]➜  mkdir -p $WORK/b2283/
2025-08-20T23:04:53.7687325Z [00:03:39.052]➜  cat >/tmp/go-build3700090427/b2283/importcfg << 'EOF' # internal
2025-08-20T23:04:53.7689570Z [00:03:39.052]➜  # import config
2025-08-20T23:04:53.7690273Z [00:03:39.052]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:53.7691190Z [00:03:39.052]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:53.7692069Z [00:03:39.052]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:53.7692910Z [00:03:39.052]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:53.7693705Z [00:03:39.052]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:53.7694596Z [00:03:39.052]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:04:53.7695692Z [00:03:39.052]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build3700090427/b2160/_pkg_.a
2025-08-20T23:04:53.7696783Z [00:03:39.052]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:04:53.7698430Z [00:03:39.052]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build3700090427/b2195/_pkg_.a
2025-08-20T23:04:53.7699873Z [00:03:39.052]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3700090427/b2206/_pkg_.a
2025-08-20T23:04:53.7701221Z [00:03:39.052]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:53.7702676Z [00:03:39.052]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:04:53.7704357Z [00:03:39.052]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:04:53.7705972Z [00:03:39.052]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:04:53.7707542Z [00:03:39.052]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:04:53.7709037Z [00:03:39.052]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:53.7710739Z [00:03:39.052]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build3700090427/b2159/_pkg_.a
2025-08-20T23:04:53.7711999Z [00:03:39.052]➜  packagefile golang.org/x/text/cases=/tmp/go-build3700090427/b234/_pkg_.a
2025-08-20T23:04:53.7713203Z [00:03:39.052]➜  packagefile golang.org/x/text/language=/tmp/go-build3700090427/b236/_pkg_.a
2025-08-20T23:04:53.7714168Z [00:03:39.052]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:04:53.7714980Z [00:03:39.052]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:53.7715760Z [00:03:39.052]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:53.7716512Z [00:03:39.052]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:53.7717322Z [00:03:39.052]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:53.7718099Z [00:03:39.052]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:53.7718694Z [00:03:39.052]➜  EOF
2025-08-20T23:04:53.7722799Z [00:03:39.052]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2283/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/output=>github.com/trufflesecurity/trufflehog/v3/pkg/output;$WORK/b2283=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/output -lang=go1.24 -complete -installsuffix shared -buildid CrjBTGokzvfzPFJdjR7p/CrjBTGokzvfzPFJdjR7p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2283/importcfg -pack ./pkg/output/github_actions.go ./pkg/output/json.go ./pkg/output/legacy_json.go ./pkg/output/plain.go
2025-08-20T23:04:53.7946211Z [00:03:39.077]➜  cp $WORK/b2244/_pkg_.a /root/.cache/go-build/27/279bd3608ed18bc09a9b8a772dc2f2b2f0c67a16edfb8a3df56d45118243ad43-d # internal
2025-08-20T23:04:53.7956184Z [00:03:39.079]➜  github.com/bradleyfalzon/ghinstallation/v2
2025-08-20T23:04:53.7961663Z [00:03:39.079]➜  mkdir -p $WORK/b2242/
2025-08-20T23:04:53.7991415Z [00:03:39.081]➜  cat >/tmp/go-build3700090427/b2242/importcfg << 'EOF' # internal
2025-08-20T23:04:53.8001656Z [00:03:39.081]➜  # import config
2025-08-20T23:04:53.8002337Z [00:03:39.081]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:53.8003189Z [00:03:39.081]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:53.8004032Z [00:03:39.081]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:04:53.8004953Z [00:03:39.081]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:53.8005814Z [00:03:39.081]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:53.8006600Z [00:03:39.081]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:53.8007527Z [00:03:39.081]➜  packagefile github.com/golang-jwt/jwt/v4=/tmp/go-build3700090427/b2243/_pkg_.a
2025-08-20T23:04:53.8019579Z [00:03:39.081]➜  packagefile github.com/google/go-github/v72/github=/tmp/go-build3700090427/b2244/_pkg_.a
2025-08-20T23:04:53.8020645Z [00:03:39.081]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:53.8021467Z [00:03:39.081]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:53.8022255Z [00:03:39.081]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:53.8023040Z [00:03:39.081]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:53.8023856Z [00:03:39.081]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:53.8024843Z [00:03:39.081]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:53.8025653Z [00:03:39.081]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:53.8026246Z [00:03:39.081]➜  EOF
2025-08-20T23:04:53.8031272Z [00:03:39.081]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bradleyfalzon/ghinstallation/v2@v2.16.0=>github.com/bradleyfalzon/ghinstallation/v2@v2.16.0;$WORK/b2242=>" -p github.com/bradleyfalzon/ghinstallation/v2 -lang=go1.23 -complete -installsuffix shared -buildid YFPXMxKKPEuOQK_Dyl-E/YFPXMxKKPEuOQK_Dyl-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2242/importcfg -pack /root/go/pkg/mod/github.com/bradleyfalzon/ghinstallation/v2@v2.16.0/appsTransport.go /root/go/pkg/mod/github.com/bradleyfalzon/ghinstallation/v2@v2.16.0/sign.go /root/go/pkg/mod/github.com/bradleyfalzon/ghinstallation/v2@v2.16.0/transport.go
2025-08-20T23:04:53.8950854Z [00:03:39.178]➜  go tool buildid -w $WORK/b2242/_pkg_.a # internal
2025-08-20T23:04:53.9003567Z [00:03:39.183]➜  cp $WORK/b2242/_pkg_.a /root/.cache/go-build/a2/a2e5b19b78e952dae12a9b216c5e4180c8f4135110dba6b909e6a5157c3cede8-d # internal
2025-08-20T23:04:53.9010593Z [00:03:39.183]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/github
2025-08-20T23:04:53.9011396Z [00:03:39.183]➜  mkdir -p $WORK/b2241/
2025-08-20T23:04:53.9029011Z [00:03:39.186]➜  cat >/tmp/go-build3700090427/b2241/importcfg << 'EOF' # internal
2025-08-20T23:04:53.9031379Z [00:03:39.186]➜  # import config
2025-08-20T23:04:53.9032016Z [00:03:39.186]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:53.9032801Z [00:03:39.186]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:53.9033860Z [00:03:39.186]➜  packagefile github.com/bradleyfalzon/ghinstallation/v2=/tmp/go-build3700090427/b2242/_pkg_.a
2025-08-20T23:04:53.9035043Z [00:03:39.186]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build3700090427/b2160/_pkg_.a
2025-08-20T23:04:53.9036097Z [00:03:39.186]➜  packagefile github.com/gobwas/glob=/tmp/go-build3700090427/b795/_pkg_.a
2025-08-20T23:04:53.9037181Z [00:03:39.186]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build3700090427/b283/_pkg_.a
2025-08-20T23:04:53.9038649Z [00:03:39.186]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:04:53.9040260Z [00:03:39.186]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:04:53.9041684Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache=/tmp/go-build3700090427/b2158/_pkg_.a
2025-08-20T23:04:53.9043140Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:53.9049302Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:53.9051078Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:53.9052530Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build3700090427/b2245/_pkg_.a
2025-08-20T23:04:53.9054026Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build3700090427/b805/_pkg_.a
2025-08-20T23:04:53.9055812Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:04:53.9057371Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb=/tmp/go-build3700090427/b626/_pkg_.a
2025-08-20T23:04:53.9059077Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:04:53.9071150Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:04:53.9072985Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build3700090427/b1978/_pkg_.a
2025-08-20T23:04:53.9074600Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:53.9076194Z [00:03:39.186]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build3700090427/b2159/_pkg_.a
2025-08-20T23:04:53.9077526Z [00:03:39.186]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:04:53.9078612Z [00:03:39.186]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:04:53.9080010Z [00:03:39.186]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:53.9081320Z [00:03:39.186]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:53.9082588Z [00:03:39.186]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:53.9083533Z [00:03:39.186]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:04:53.9084463Z [00:03:39.186]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:53.9085335Z [00:03:39.186]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:53.9086158Z [00:03:39.186]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:53.9087033Z [00:03:39.186]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:04:53.9087933Z [00:03:39.186]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:04:53.9088793Z [00:03:39.186]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:04:53.9089884Z [00:03:39.186]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:53.9090715Z [00:03:39.186]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:53.9091587Z [00:03:39.186]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:53.9092435Z [00:03:39.186]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:53.9093513Z [00:03:39.186]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:53.9094358Z [00:03:39.186]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:53.9094979Z [00:03:39.186]➜  EOF
2025-08-20T23:04:53.9100893Z [00:03:39.186]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2241/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/github;$WORK/b2241=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/github -lang=go1.24 -complete -installsuffix shared -buildid EZKcFJM3hrNzu6GfpgGl/EZKcFJM3hrNzu6GfpgGl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2241/importcfg -pack ./pkg/sources/github/connector.go ./pkg/sources/github/connector_app.go ./pkg/sources/github/connector_basicauth.go ./pkg/sources/github/connector_token.go ./pkg/sources/github/connector_unauthenticated.go ./pkg/sources/github/github.go ./pkg/sources/github/metrics.go ./pkg/sources/github/repo.go
2025-08-20T23:04:53.9574227Z [00:03:39.240]➜  go tool buildid -w $WORK/b2283/_pkg_.a # internal
2025-08-20T23:04:53.9676437Z [00:03:39.251]➜  cp $WORK/b2283/_pkg_.a /root/.cache/go-build/85/853cc3a2292d241d98616a3bae529b36c993601bd7f6e8f0bc6334acdf0016ad-d # internal
2025-08-20T23:04:53.9686286Z [00:03:39.251]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/circleci
2025-08-20T23:04:53.9687031Z [00:03:39.251]➜  mkdir -p $WORK/b2284/
2025-08-20T23:04:53.9687754Z [00:03:39.252]➜  cat >/tmp/go-build3700090427/b2284/importcfg << 'EOF' # internal
2025-08-20T23:04:53.9688406Z [00:03:39.252]➜  # import config
2025-08-20T23:04:53.9689031Z [00:03:39.252]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:53.9690070Z [00:03:39.252]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:53.9690894Z [00:03:39.252]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:53.9691941Z [00:03:39.252]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:04:53.9693215Z [00:03:39.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:53.9694616Z [00:03:39.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:53.9696016Z [00:03:39.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:04:53.9697493Z [00:03:39.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:04:53.9699021Z [00:03:39.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:04:53.9700813Z [00:03:39.252]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:53.9702060Z [00:03:39.252]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:04:53.9703118Z [00:03:39.252]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:53.9704297Z [00:03:39.252]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:53.9705278Z [00:03:39.252]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:53.9706051Z [00:03:39.252]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:53.9706835Z [00:03:39.252]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:53.9707612Z [00:03:39.252]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:53.9708411Z [00:03:39.252]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:53.9709024Z [00:03:39.252]➜  EOF
2025-08-20T23:04:53.9724239Z [00:03:39.252]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2284/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/circleci=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/circleci;$WORK/b2284=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/circleci -lang=go1.24 -complete -installsuffix shared -buildid DH5ysSCpZcmzZkn9c2su/DH5ysSCpZcmzZkn9c2su -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2284/importcfg -pack ./pkg/sources/circleci/circleci.go
2025-08-20T23:04:54.0798904Z [00:03:39.363]➜  go tool buildid -w $WORK/b2284/_pkg_.a # internal
2025-08-20T23:04:54.0838475Z [00:03:39.367]➜  cp $WORK/b2284/_pkg_.a /root/.cache/go-build/d4/d49431072414a1bae704f0c369a608f30f22525137310952cbd9726ce95ef1bb-d # internal
2025-08-20T23:04:54.0848288Z [00:03:39.368]➜  github.com/elastic/elastic-transport-go/v8/elastictransport
2025-08-20T23:04:54.0853406Z [00:03:39.369]➜  mkdir -p $WORK/b2287/
2025-08-20T23:04:54.0865816Z [00:03:39.370]➜  cat >/tmp/go-build3700090427/b2287/importcfg << 'EOF' # internal
2025-08-20T23:04:54.0866854Z [00:03:39.370]➜  # import config
2025-08-20T23:04:54.0868041Z [00:03:39.370]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:04:54.0868948Z [00:03:39.370]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:54.0871011Z [00:03:39.370]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:04:54.0871833Z [00:03:39.370]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:54.0872625Z [00:03:39.370]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:04:54.0873411Z [00:03:39.370]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:04:54.0874187Z [00:03:39.370]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:04:54.0874971Z [00:03:39.370]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:54.0875775Z [00:03:39.370]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:54.0876684Z [00:03:39.370]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:54.0877404Z [00:03:39.370]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:54.0878223Z [00:03:39.370]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3700090427/b523/_pkg_.a
2025-08-20T23:04:54.0879241Z [00:03:39.370]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:04:54.0880551Z [00:03:39.370]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:04:54.0881567Z [00:03:39.370]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:04:54.0882398Z [00:03:39.370]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:54.0883121Z [00:03:39.370]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:54.0884109Z [00:03:39.370]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:54.0884820Z [00:03:39.370]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:04:54.0885543Z [00:03:39.370]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:54.0886296Z [00:03:39.370]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:54.0887001Z [00:03:39.370]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:54.0887689Z [00:03:39.370]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:04:54.0888418Z [00:03:39.370]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:54.0889163Z [00:03:39.370]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.0902077Z [00:03:39.370]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:54.0902833Z [00:03:39.370]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:54.0903388Z [00:03:39.370]➜  EOF
2025-08-20T23:04:54.0912540Z [00:03:39.370]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2287/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport=>github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport;$WORK/b2287=>" -p github.com/elastic/elastic-transport-go/v8/elastictransport -lang=go1.20 -complete -installsuffix shared -buildid 9i1ELLGmV_D_vWKbUx8O/9i1ELLGmV_D_vWKbUx8O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2287/importcfg -pack /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/connection.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/discovery.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/doc.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/elastictransport.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/gzip.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/instrumentation.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/logger.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.1/elastictransport/metrics.go
2025-08-20T23:04:54.4068033Z [00:03:39.690]➜  go tool buildid -w $WORK/b2287/_pkg_.a # internal
2025-08-20T23:04:54.4133483Z [00:03:39.696]➜  cp $WORK/b2287/_pkg_.a /root/.cache/go-build/e3/e3e762363a07f62079d807fae3989d6b96865f1c77f570a61d110eed4899c670-d # internal
2025-08-20T23:04:54.4508991Z [00:03:39.734]➜  go tool buildid -w $WORK/b2241/_pkg_.a # internal
2025-08-20T23:04:54.4714250Z [00:03:39.754]➜  cp $WORK/b2241/_pkg_.a /root/.cache/go-build/48/4863475eb15586a7deb4619e592ee0f1e53e55a8c1e852531cf77fc097f65e8c-d # internal
2025-08-20T23:04:54.4779935Z [00:03:39.761]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions
2025-08-20T23:04:54.4782689Z [00:03:39.761]➜  mkdir -p $WORK/b2294/
2025-08-20T23:04:54.4805826Z [00:03:39.764]➜  cat >/tmp/go-build3700090427/b2294/importcfg << 'EOF' # internal
2025-08-20T23:04:54.4815788Z [00:03:39.764]➜  # import config
2025-08-20T23:04:54.4816412Z [00:03:39.764]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.4816992Z [00:03:39.764]➜  EOF
2025-08-20T23:04:54.4822096Z [00:03:39.764]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2294/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/acknowledgementoptions=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/acknowledgementoptions;$WORK/b2294=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions -lang=go1.22 -complete -installsuffix shared -buildid v1IiBa0elkVwIaEsS0ni/v1IiBa0elkVwIaEsS0ni -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2294/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/acknowledgementoptions/acknowledgementoptions.go
2025-08-20T23:04:54.4851305Z [00:03:39.768]➜  github.com/elastic/go-elasticsearch/v8/esapi
2025-08-20T23:04:54.4855203Z [00:03:39.768]➜  mkdir -p $WORK/b2289/
2025-08-20T23:04:54.4860194Z [00:03:39.769]➜  cat >/tmp/go-build3700090427/b2289/importcfg << 'EOF' # internal
2025-08-20T23:04:54.4860839Z [00:03:39.769]➜  # import config
2025-08-20T23:04:54.4861456Z [00:03:39.769]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:54.4863425Z [00:03:39.769]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:54.4869256Z [00:03:39.769]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:54.4870219Z [00:03:39.769]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:54.4871341Z [00:03:39.769]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:04:54.4893096Z [00:03:39.769]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build3700090427/b2290/_pkg_.a
2025-08-20T23:04:54.4894710Z [00:03:39.769]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:54.4895473Z [00:03:39.769]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:04:54.4896452Z [00:03:39.769]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:54.4897232Z [00:03:39.769]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:54.4897989Z [00:03:39.769]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.4898774Z [00:03:39.769]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:54.4899484Z [00:03:39.769]➜  EOF
2025-08-20T23:04:54.5317776Z [00:03:39.773]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2289/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi=>github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi;$WORK/b2289=>" -p github.com/elastic/go-elasticsearch/v8/esapi -lang=go1.22 -complete -installsuffix shared -buildid e0zyjPpSzXO7Y1-kLZU5/e0zyjPpSzXO7Y1-kLZU5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2289/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api._.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.capabilities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.aliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.allocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.component_templates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.fielddata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.help.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.master.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.nodeattrs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.nodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.plugins.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.repositories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.segments.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.shards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.snapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.templates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cat.thread_pool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.clear_scroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.allocation_explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.delete_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.delete_voting_config_exclusions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.exists_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.get_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.post_voting_config_exclusions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.put_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.remote_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.reroute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.state.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.cluster.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.check_in.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.last_sync.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.secret_delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.secret_get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.secret_post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.secret_put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.sync_job_cancel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.sync_job_check_in.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.sync_job_claim.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.sync_job_delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.sync_job_error.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.sync_job_get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.sync_job_list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.sync_job_post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.sync_job_update_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_active_filtering.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_api_key_id.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_configuration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_error.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_filtering.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_filtering_validation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_index_name.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_name.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_native.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_scheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_service_type.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.connector.update_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.dangling_indices.delete_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.dangling_indices.import_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.dangling_indices.list_dangling_indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.delete_by_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.delete_by_query_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.delete_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.exists.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.exists_source.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.features.get_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.features.reset_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.field_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.fleet.delete_secret.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.fleet.get_secret.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.fleet.global_checkpoints.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.fleet.msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.fleet.post_secret.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.fleet.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.get_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.get_script_context.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.get_script_languages.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.get_source.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.health_report.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.add_block.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.analyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.close.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.delete_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.delete_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.delete_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.delete_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.disk_usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.downsample.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.exists.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.exists_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.exists_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.exists_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.explain_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.field_usage_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.flush.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.forcemerge.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.get_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.get_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.get_field_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.get_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.get_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.get_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.modify_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.open.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.put_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.put_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.put_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.put_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.put_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.refresh.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.resolve_cluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.resolve_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.rollover.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.segments.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.shard_stores.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.shrink.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.simulate_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.simulate_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.split.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.update_aliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.indices.validate_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.inference.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.inference.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.inference.inference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.inference.put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.inference.stream_inference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.delete_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.delete_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.delete_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.geo_ip_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.get_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.get_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.processor_grok.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.put_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.put_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ingest.simulate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.knn_search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.mget.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.msearch_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.mtermvectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.nodes.clear_repositories_metering_archive.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.nodes.get_repositories_metering_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.nodes.hot_threads.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.nodes.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.nodes.reload_secure_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.nodes.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.nodes.usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.ping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.profiling.stacktraces.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.profiling.status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.profiling.topn_functions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.put_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.query_rules.delete_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.query_rules.delete_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.query_rules.get_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.query_rules.get_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.query_rules.list_rulesets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.query_rules.put_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.query_rules.put_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.query_rules.test.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.rank_eval.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.reindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.reindex_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.render_search_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.scripts_painless_execute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.scroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_application.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_application.delete_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_application.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_application.get_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_application.list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_application.post_behavioral_analytics_event.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_application.put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_application.put_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_application.render_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_application.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_mvt.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_shards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.search_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.shutdown.delete_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.shutdown.get_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.shutdown.put_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.simulate.ingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.cleanup_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.create_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.delete_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.get_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.repository_analyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.repository_verify_integrity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.restore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.snapshot.verify_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.synonyms.delete_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.synonyms.delete_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.synonyms.get_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.synonyms.get_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.synonyms.get_synonyms_sets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.synonyms.put_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.synonyms.put_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.tasks.cancel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.tasks.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.tasks.list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.terms_enum.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.termvectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.update.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.update_by_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.update_by_query_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.async_search.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.async_search.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.async_search.status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.async_search.submit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.autoscaling.delete_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.autoscaling.get_autoscaling_capacity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.autoscaling.get_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.autoscaling.put_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.cat.ml_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.cat.ml_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.cat.ml_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.cat.ml_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.cat.transforms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.delete_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.follow_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.follow_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.forget_follower.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.get_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.pause_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.pause_follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.put_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.resume_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.resume_follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ccr.unfollow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.close_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.enrich.delete_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.enrich.execute_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.enrich.get_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.enrich.put_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.enrich.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.eql.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.eql.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.eql.get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.eql.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.esql.async_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.esql.async_query_get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.esql.query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.graph.explore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ilm.delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ilm.explain_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ilm.get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ilm.get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ilm.migrate_to_data_tiers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ilm.move_to_step.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ilm.put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ilm.remove_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ilm.retry.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ilm.start.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ilm.stop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.indices.create_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.indices.data_streams_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.indices.delete_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.indices.get_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.indices.migrate_to_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.indices.promote_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.indices.reload_search_analyzers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.indices.unfreeze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.license.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.license.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.license.get_basic_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.license.get_trial_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.license.post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.license.post_start_basic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.license.post_start_trial.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.logstash.delete_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.logstash.get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.logstash.put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.migration.deprecations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.migration.get_feature_upgrade_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.migration.post_feature_upgrade.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.clear_trained_model_deployment_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.close_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_calendar_event.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_expired_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.delete_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.estimate_model_memory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.evaluate_data_frame.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.explain_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.flush_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_calendars.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_categories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_data_frame_analytics_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_datafeed_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_filters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_influencers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_job_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_memory_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_model_snapshot_upgrade_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_model_snapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_overall_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_records.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.get_trained_models_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.infer_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.open_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.post_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.post_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.preview_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.preview_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.put_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.put_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.put_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.put_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.put_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.put_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.put_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.put_trained_model_definition_part.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.put_trained_model_vocabulary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.reset_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.revert_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.set_upgrade_mode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.start_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.start_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.start_trained_model_deployment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.stop_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.stop_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.stop_trained_model_deployment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.update_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.update_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.update_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.update_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.update_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.update_trained_model_deployment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.upgrade_job_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.validate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ml.validate_detector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.monitoring.bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.open_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.profiling.flamegraph.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.rollup.delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.rollup.get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.rollup.get_rollup_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.rollup.get_rollup_index_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.rollup.put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.rollup.rollup_search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.rollup.start_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.rollup.stop_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.searchable_snapshots.cache_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.searchable_snapshots.clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.searchable_snapshots.mount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.searchable_snapshots.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.activate_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.bulk_delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.bulk_put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.bulk_update_api_keys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.change_password.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.clear_api_key_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.clear_cached_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.clear_cached_realms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.clear_cached_roles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.clear_cached_service_tokens.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.create_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.create_cross_cluster_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.create_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.delete_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.delete_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.delete_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.delete_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.disable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.disable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.enable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.enable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.enroll_kibana.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.enroll_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_builtin_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_service_accounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_service_credentials.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_user_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.get_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.grant_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.has_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.has_privileges_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.invalidate_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.invalidate_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.oidc_authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.oidc_logout.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.oidc_prepare_authentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.put_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.put_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.put_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.query_api_keys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.query_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.query_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.saml_authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.saml_complete_logout.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.saml_invalidate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.saml_logout.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.saml_prepare_authentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.saml_service_provider_metadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.suggest_user_profiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.update_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.update_cross_cluster_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.update_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.security.update_user_profile_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.slm.delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.slm.execute_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.slm.execute_retention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.slm.get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.slm.get_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.slm.get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.slm.put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.slm.start.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.slm.stop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.sql.clear_cursor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.sql.delete_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.sql.get_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.sql.get_async_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.sql.query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.sql.translate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.ssl.certificates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.text_structure.find_field_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.text_structure.find_message_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.text_structure.find_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.text_structure.test_grok_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.delete_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.get_node_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.get_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.get_transform_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.preview_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.put_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.reset_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.schedule_now_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.start_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.stop_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.update_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.transform.upgrade_transforms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.ack_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.activate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.deactivate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.delete_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.execute_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.get_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.put_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.query_watches.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.start.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.stop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.watcher.update_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.xpack.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/api.xpack.xpack.usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/doc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/esapi.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/esapi.request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/esapi/esapi.response.go
2025-08-20T23:04:54.5637497Z [00:03:39.830]➜  go tool buildid -w $WORK/b2294/_pkg_.a # internal
2025-08-20T23:04:54.5638716Z [00:03:39.830]➜  cp $WORK/b2294/_pkg_.a /root/.cache/go-build/31/31579ee6c46f15bf467ace952a3ec4e7b93b31cda1c76dcd531b953b85ea2d96-d # internal
2025-08-20T23:04:54.5640178Z [00:03:39.830]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions
2025-08-20T23:04:54.5641305Z [00:03:39.830]➜  mkdir -p $WORK/b2295/
2025-08-20T23:04:54.5641981Z [00:03:39.831]➜  cat >/tmp/go-build3700090427/b2295/importcfg << 'EOF' # internal
2025-08-20T23:04:54.5642575Z [00:03:39.831]➜  # import config
2025-08-20T23:04:54.5643185Z [00:03:39.831]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.5643759Z [00:03:39.831]➜  EOF
2025-08-20T23:04:54.5648708Z [00:03:39.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2295/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/actionstatusoptions=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/actionstatusoptions;$WORK/b2295=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions -lang=go1.22 -complete -installsuffix shared -buildid uT-vdXKOJLjpQcvQ-MNM/uT-vdXKOJLjpQcvQ-MNM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2295/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/actionstatusoptions/actionstatusoptions.go
2025-08-20T23:04:54.6106604Z [00:03:39.894]➜  go tool buildid -w $WORK/b2295/_pkg_.a # internal
2025-08-20T23:04:54.6114628Z [00:03:39.894]➜  cp $WORK/b2295/_pkg_.a /root/.cache/go-build/74/74c38ee9693af97ab08ef1cb11c5fe12d1f31e3647bde8f4491f2a5c75683d23-d # internal
2025-08-20T23:04:54.6141994Z [00:03:39.895]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype
2025-08-20T23:04:54.6142935Z [00:03:39.895]➜  mkdir -p $WORK/b2296/
2025-08-20T23:04:54.6143895Z [00:03:39.895]➜  cat >/tmp/go-build3700090427/b2296/importcfg << 'EOF' # internal
2025-08-20T23:04:54.6144595Z [00:03:39.895]➜  # import config
2025-08-20T23:04:54.6145261Z [00:03:39.895]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.6145899Z [00:03:39.895]➜  EOF
2025-08-20T23:04:54.6150683Z [00:03:39.895]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/actiontype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/actiontype;$WORK/b2296=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype -lang=go1.22 -complete -installsuffix shared -buildid JEgkrTQeUEDv1BJTHRSu/JEgkrTQeUEDv1BJTHRSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2296/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/actiontype/actiontype.go
2025-08-20T23:04:54.6350439Z [00:03:39.918]➜  go tool buildid -w $WORK/b2296/_pkg_.a # internal
2025-08-20T23:04:54.6358814Z [00:03:39.919]➜  cp $WORK/b2296/_pkg_.a /root/.cache/go-build/01/017399451f83b457722eab3ac2b56f924af77920f56f844186f1bd1128a52fb1-d # internal
2025-08-20T23:04:54.6379471Z [00:03:39.919]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision
2025-08-20T23:04:54.6380411Z [00:03:39.919]➜  mkdir -p $WORK/b2297/
2025-08-20T23:04:54.6381216Z [00:03:39.920]➜  cat >/tmp/go-build3700090427/b2297/importcfg << 'EOF' # internal
2025-08-20T23:04:54.6381939Z [00:03:39.920]➜  # import config
2025-08-20T23:04:54.6382634Z [00:03:39.920]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.6383280Z [00:03:39.920]➜  EOF
2025-08-20T23:04:54.6388786Z [00:03:39.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/allocationexplaindecision=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/allocationexplaindecision;$WORK/b2297=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision -lang=go1.22 -complete -installsuffix shared -buildid PxgCDKPL1_NdXkndtLYy/PxgCDKPL1_NdXkndtLYy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2297/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/allocationexplaindecision/allocationexplaindecision.go
2025-08-20T23:04:54.7002753Z [00:03:39.983]➜  go tool buildid -w $WORK/b2297/_pkg_.a # internal
2025-08-20T23:04:54.7010627Z [00:03:39.984]➜  cp $WORK/b2297/_pkg_.a /root/.cache/go-build/81/8137961c224455e92cab94a7c90c3aa70873b710b7da469b4aa0ad21a8ca0435-d # internal
2025-08-20T23:04:54.7018597Z [00:03:39.985]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype
2025-08-20T23:04:54.7020195Z [00:03:39.985]➜  mkdir -p $WORK/b2298/
2025-08-20T23:04:54.7031475Z [00:03:39.985]➜  cat >/tmp/go-build3700090427/b2298/importcfg << 'EOF' # internal
2025-08-20T23:04:54.7034122Z [00:03:39.985]➜  # import config
2025-08-20T23:04:54.7035017Z [00:03:39.985]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.7035661Z [00:03:39.985]➜  EOF
2025-08-20T23:04:54.7040458Z [00:03:39.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/apikeytype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/apikeytype;$WORK/b2298=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype -lang=go1.22 -complete -installsuffix shared -buildid KzmvJEPS21N44mgd1TVT/KzmvJEPS21N44mgd1TVT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2298/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/apikeytype/apikeytype.go
2025-08-20T23:04:54.7246551Z [00:03:40.008]➜  go tool buildid -w $WORK/b2298/_pkg_.a # internal
2025-08-20T23:04:54.7258028Z [00:03:40.009]➜  cp $WORK/b2298/_pkg_.a /root/.cache/go-build/cd/cdf5e08252da551026ee487690d804794b9c624bd5d9948c628238e73e6b8433-d # internal
2025-08-20T23:04:54.7259588Z [00:03:40.009]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto
2025-08-20T23:04:54.7260380Z [00:03:40.009]➜  mkdir -p $WORK/b2299/
2025-08-20T23:04:54.7265105Z [00:03:40.010]➜  cat >/tmp/go-build3700090427/b2299/importcfg << 'EOF' # internal
2025-08-20T23:04:54.7271258Z [00:03:40.010]➜  # import config
2025-08-20T23:04:54.7271897Z [00:03:40.010]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.7272488Z [00:03:40.010]➜  EOF
2025-08-20T23:04:54.7277004Z [00:03:40.010]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/appliesto=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/appliesto;$WORK/b2299=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto -lang=go1.22 -complete -installsuffix shared -buildid SUrYbEpitTSUrrFfuF4a/SUrYbEpitTSUrrFfuF4a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2299/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/appliesto/appliesto.go
2025-08-20T23:04:54.7575252Z [00:03:40.040]➜  go tool buildid -w $WORK/b2299/_pkg_.a # internal
2025-08-20T23:04:54.7588407Z [00:03:40.041]➜  cp $WORK/b2299/_pkg_.a /root/.cache/go-build/c0/c093e59f32d7d68bc7e3f5be06d3d5944411e825e44e2fbde4e53a7e48c6cb13-d # internal
2025-08-20T23:04:54.7590117Z [00:03:40.042]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner
2025-08-20T23:04:54.7590972Z [00:03:40.042]➜  mkdir -p $WORK/b2300/
2025-08-20T23:04:54.7596098Z [00:03:40.043]➜  cat >/tmp/go-build3700090427/b2300/importcfg << 'EOF' # internal
2025-08-20T23:04:54.7601706Z [00:03:40.043]➜  # import config
2025-08-20T23:04:54.7602442Z [00:03:40.043]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.7603100Z [00:03:40.043]➜  EOF
2025-08-20T23:04:54.7607981Z [00:03:40.043]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/boundaryscanner=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/boundaryscanner;$WORK/b2300=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner -lang=go1.22 -complete -installsuffix shared -buildid PxhYVTmqGiB55gXBxNTH/PxhYVTmqGiB55gXBxNTH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2300/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/boundaryscanner/boundaryscanner.go
2025-08-20T23:04:54.7777727Z [00:03:40.061]➜  go tool buildid -w $WORK/b2300/_pkg_.a # internal
2025-08-20T23:04:54.7790673Z [00:03:40.062]➜  cp $WORK/b2300/_pkg_.a /root/.cache/go-build/f9/f97f83278ceb53eacffb2c7fb92f1f0311aa7edd23a9bc717fc78e61826175e5-d # internal
2025-08-20T23:04:54.7792425Z [00:03:40.062]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval
2025-08-20T23:04:54.7793468Z [00:03:40.062]➜  mkdir -p $WORK/b2301/
2025-08-20T23:04:54.7801358Z [00:03:40.063]➜  cat >/tmp/go-build3700090427/b2301/importcfg << 'EOF' # internal
2025-08-20T23:04:54.7802205Z [00:03:40.063]➜  # import config
2025-08-20T23:04:54.7802924Z [00:03:40.063]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.7803561Z [00:03:40.063]➜  EOF
2025-08-20T23:04:54.7810097Z [00:03:40.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2301/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/calendarinterval=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/calendarinterval;$WORK/b2301=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval -lang=go1.22 -complete -installsuffix shared -buildid tYSfO1ijqUzWRqKjnMsm/tYSfO1ijqUzWRqKjnMsm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2301/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/calendarinterval/calendarinterval.go
2025-08-20T23:04:54.8146707Z [00:03:40.098]➜  go tool buildid -w $WORK/b2301/_pkg_.a # internal
2025-08-20T23:04:54.8157963Z [00:03:40.098]➜  cp $WORK/b2301/_pkg_.a /root/.cache/go-build/df/df28245fdd21625da09c4bb06e55c957ae24d883ce68ec1b74cbcbdaa11a121e-d # internal
2025-08-20T23:04:54.8160218Z [00:03:40.098]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode
2025-08-20T23:04:54.8161297Z [00:03:40.098]➜  mkdir -p $WORK/b2302/
2025-08-20T23:04:54.8162240Z [00:03:40.098]➜  cat >/tmp/go-build3700090427/b2302/importcfg << 'EOF' # internal
2025-08-20T23:04:54.8163127Z [00:03:40.098]➜  # import config
2025-08-20T23:04:54.8164023Z [00:03:40.098]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.8164812Z [00:03:40.098]➜  EOF
2025-08-20T23:04:54.8172996Z [00:03:40.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2302/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/cardinalityexecutionmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/cardinalityexecutionmode;$WORK/b2302=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode -lang=go1.22 -complete -installsuffix shared -buildid lhETzXX9RN3AUqSXLX33/lhETzXX9RN3AUqSXLX33 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2302/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/cardinalityexecutionmode/cardinalityexecutionmode.go
2025-08-20T23:04:54.8442784Z [00:03:40.127]➜  go tool buildid -w $WORK/b2302/_pkg_.a # internal
2025-08-20T23:04:54.8450932Z [00:03:40.128]➜  cp $WORK/b2302/_pkg_.a /root/.cache/go-build/61/61f5d5ed05471b4bb8ec0a883194fc1b777737cb7bbc71c842772a5a00d7a49f-d # internal
2025-08-20T23:04:54.8467685Z [00:03:40.130]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn
2025-08-20T23:04:54.8471842Z [00:03:40.130]➜  mkdir -p $WORK/b2303/
2025-08-20T23:04:54.8476414Z [00:03:40.130]➜  cat >/tmp/go-build3700090427/b2303/importcfg << 'EOF' # internal
2025-08-20T23:04:54.8477125Z [00:03:40.130]➜  # import config
2025-08-20T23:04:54.8477785Z [00:03:40.130]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.8478650Z [00:03:40.130]➜  EOF
2025-08-20T23:04:54.8484516Z [00:03:40.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2303/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/catanomalydetectorcolumn=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/catanomalydetectorcolumn;$WORK/b2303=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn -lang=go1.22 -complete -installsuffix shared -buildid MfXhGSCTp-0CUW6dpB1d/MfXhGSCTp-0CUW6dpB1d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2303/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/catanomalydetectorcolumn/catanomalydetectorcolumn.go
2025-08-20T23:04:54.9178108Z [00:03:40.201]➜  go tool buildid -w $WORK/b2303/_pkg_.a # internal
2025-08-20T23:04:54.9199562Z [00:03:40.203]➜  cp $WORK/b2303/_pkg_.a /root/.cache/go-build/86/86aec71e2b4d46858f7b039487b79eecd6eac8d80cea2c2486082a0cdc5f0dd0-d # internal
2025-08-20T23:04:54.9206733Z [00:03:40.204]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn
2025-08-20T23:04:54.9217208Z [00:03:40.205]➜  mkdir -p $WORK/b2304/
2025-08-20T23:04:54.9232378Z [00:03:40.206]➜  cat >/tmp/go-build3700090427/b2304/importcfg << 'EOF' # internal
2025-08-20T23:04:54.9249806Z [00:03:40.206]➜  # import config
2025-08-20T23:04:54.9250431Z [00:03:40.206]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.9250997Z [00:03:40.206]➜  EOF
2025-08-20T23:04:54.9255724Z [00:03:40.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2304/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/catdatafeedcolumn=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/catdatafeedcolumn;$WORK/b2304=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn -lang=go1.22 -complete -installsuffix shared -buildid LFWkifazh-AQHVyahhpw/LFWkifazh-AQHVyahhpw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2304/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/catdatafeedcolumn/catdatafeedcolumn.go
2025-08-20T23:04:54.9597148Z [00:03:40.243]➜  go tool buildid -w $WORK/b2304/_pkg_.a # internal
2025-08-20T23:04:54.9608944Z [00:03:40.244]➜  cp $WORK/b2304/_pkg_.a /root/.cache/go-build/cb/cbfa15999acf2a031d98033a47fd1c9b914d6a052c22691c7e70c9eb2c9c45f9-d # internal
2025-08-20T23:04:54.9613554Z [00:03:40.244]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn
2025-08-20T23:04:54.9617245Z [00:03:40.245]➜  mkdir -p $WORK/b2305/
2025-08-20T23:04:54.9625813Z [00:03:40.246]➜  cat >/tmp/go-build3700090427/b2305/importcfg << 'EOF' # internal
2025-08-20T23:04:54.9626905Z [00:03:40.246]➜  # import config
2025-08-20T23:04:54.9627611Z [00:03:40.246]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:54.9630282Z [00:03:40.246]➜  EOF
2025-08-20T23:04:54.9634872Z [00:03:40.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2305/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/catdfacolumn=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/catdfacolumn;$WORK/b2305=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn -lang=go1.22 -complete -installsuffix shared -buildid 23wlrUo2lHYLGixa5s8D/23wlrUo2lHYLGixa5s8D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2305/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/catdfacolumn/catdfacolumn.go
2025-08-20T23:04:55.0422412Z [00:03:40.323]➜  go tool buildid -w $WORK/b2305/_pkg_.a # internal
2025-08-20T23:04:55.0492925Z [00:03:40.330]➜  cp $WORK/b2305/_pkg_.a /root/.cache/go-build/3e/3e45496693452481f772f632c4d7307d138f231746f11642dca9aa28480fef09-d # internal
2025-08-20T23:04:55.0526478Z [00:03:40.333]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus
2025-08-20T23:04:55.0530141Z [00:03:40.333]➜  mkdir -p $WORK/b2306/
2025-08-20T23:04:55.0559143Z [00:03:40.337]➜  cat >/tmp/go-build3700090427/b2306/importcfg << 'EOF' # internal
2025-08-20T23:04:55.0560425Z [00:03:40.338]➜  # import config
2025-08-20T23:04:55.0561250Z [00:03:40.338]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.0562914Z [00:03:40.338]➜  EOF
2025-08-20T23:04:55.0568433Z [00:03:40.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2306/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/categorizationstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/categorizationstatus;$WORK/b2306=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus -lang=go1.22 -complete -installsuffix shared -buildid oMH9e05Qf3Yaaug1I7lz/oMH9e05Qf3Yaaug1I7lz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2306/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/categorizationstatus/categorizationstatus.go
2025-08-20T23:04:55.0961524Z [00:03:40.379]➜  go tool buildid -w $WORK/b2306/_pkg_.a # internal
2025-08-20T23:04:55.0971096Z [00:03:40.380]➜  cp $WORK/b2306/_pkg_.a /root/.cache/go-build/3d/3d083ce08ebf3faaccfc654082df307e9eaf425bfe1686d1715407e959bff13e-d # internal
2025-08-20T23:04:55.0979713Z [00:03:40.381]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn
2025-08-20T23:04:55.0982131Z [00:03:40.381]➜  mkdir -p $WORK/b2307/
2025-08-20T23:04:55.1004992Z [00:03:40.383]➜  cat >/tmp/go-build3700090427/b2307/importcfg << 'EOF' # internal
2025-08-20T23:04:55.1005711Z [00:03:40.383]➜  # import config
2025-08-20T23:04:55.1006398Z [00:03:40.383]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.1006992Z [00:03:40.383]➜  EOF
2025-08-20T23:04:55.1152586Z [00:03:40.398]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2307/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/cattrainedmodelscolumn=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/cattrainedmodelscolumn;$WORK/b2307=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn -lang=go1.22 -complete -installsuffix shared -buildid oeu8zweQ9H926VQGV5Xb/oeu8zweQ9H926VQGV5Xb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2307/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/cattrainedmodelscolumn/cattrainedmodelscolumn.go
2025-08-20T23:04:55.1546541Z [00:03:40.438]➜  go tool buildid -w $WORK/b2307/_pkg_.a # internal
2025-08-20T23:04:55.1554327Z [00:03:40.438]➜  cp $WORK/b2307/_pkg_.a /root/.cache/go-build/8e/8e1c6c3a58b2c90769630b918487288729dde3f0b864860ab79989a83440cfe2-d # internal
2025-08-20T23:04:55.1555987Z [00:03:40.439]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn
2025-08-20T23:04:55.1556748Z [00:03:40.439]➜  mkdir -p $WORK/b2308/
2025-08-20T23:04:55.1558437Z [00:03:40.439]➜  cat >/tmp/go-build3700090427/b2308/importcfg << 'EOF' # internal
2025-08-20T23:04:55.1559120Z [00:03:40.439]➜  # import config
2025-08-20T23:04:55.1559875Z [00:03:40.439]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.1560424Z [00:03:40.439]➜  EOF
2025-08-20T23:04:55.1566114Z [00:03:40.439]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2308/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/cattransformcolumn=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/cattransformcolumn;$WORK/b2308=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn -lang=go1.22 -complete -installsuffix shared -buildid bur5Y8GZ5xYyPMYcSFr9/bur5Y8GZ5xYyPMYcSFr9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2308/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/cattransformcolumn/cattransformcolumn.go
2025-08-20T23:04:55.2094024Z [00:03:40.492]➜  go tool buildid -w $WORK/b2308/_pkg_.a # internal
2025-08-20T23:04:55.2104833Z [00:03:40.494]➜  cp $WORK/b2308/_pkg_.a /root/.cache/go-build/88/88cb9f371ab691aea9ca97625d3e28829fd12e7c34c25e2d6efd73394c2dd647-d # internal
2025-08-20T23:04:55.2106249Z [00:03:40.494]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode
2025-08-20T23:04:55.2108052Z [00:03:40.494]➜  mkdir -p $WORK/b2309/
2025-08-20T23:04:55.2112018Z [00:03:40.494]➜  cat >/tmp/go-build3700090427/b2309/importcfg << 'EOF' # internal
2025-08-20T23:04:55.2113722Z [00:03:40.494]➜  # import config
2025-08-20T23:04:55.2116161Z [00:03:40.494]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.2116804Z [00:03:40.494]➜  EOF
2025-08-20T23:04:55.2121602Z [00:03:40.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2309/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/childscoremode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/childscoremode;$WORK/b2309=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode -lang=go1.22 -complete -installsuffix shared -buildid 3GXvY9e-hludE7DmI5t9/3GXvY9e-hludE7DmI5t9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2309/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/childscoremode/childscoremode.go
2025-08-20T23:04:55.2261472Z [00:03:40.509]➜  go tool buildid -w $WORK/b2309/_pkg_.a # internal
2025-08-20T23:04:55.2270097Z [00:03:40.510]➜  cp $WORK/b2309/_pkg_.a /root/.cache/go-build/ac/accffe2f9457cab46168f3433b8632b3a0744de0e9383c34359cd7e8590b509e-d # internal
2025-08-20T23:04:55.2273417Z [00:03:40.510]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode
2025-08-20T23:04:55.2274416Z [00:03:40.511]➜  mkdir -p $WORK/b2310/
2025-08-20T23:04:55.2282115Z [00:03:40.511]➜  cat >/tmp/go-build3700090427/b2310/importcfg << 'EOF' # internal
2025-08-20T23:04:55.2282829Z [00:03:40.511]➜  # import config
2025-08-20T23:04:55.2283515Z [00:03:40.511]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.2284162Z [00:03:40.511]➜  EOF
2025-08-20T23:04:55.2289990Z [00:03:40.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2310/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/chunkingmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/chunkingmode;$WORK/b2310=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode -lang=go1.22 -complete -installsuffix shared -buildid 4XBpqBwErnOU067iQzal/4XBpqBwErnOU067iQzal -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2310/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/chunkingmode/chunkingmode.go
2025-08-20T23:04:55.2443266Z [00:03:40.527]➜  go tool buildid -w $WORK/b2310/_pkg_.a # internal
2025-08-20T23:04:55.2450525Z [00:03:40.528]➜  cp $WORK/b2310/_pkg_.a /root/.cache/go-build/d8/d8335e52c64d65c75c72a307cf80bf2d4d652b3657ea359df49c262fafbb93c3-d # internal
2025-08-20T23:04:55.2453986Z [00:03:40.529]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget
2025-08-20T23:04:55.2454991Z [00:03:40.529]➜  mkdir -p $WORK/b2311/
2025-08-20T23:04:55.2460115Z [00:03:40.529]➜  cat >/tmp/go-build3700090427/b2311/importcfg << 'EOF' # internal
2025-08-20T23:04:55.2461019Z [00:03:40.529]➜  # import config
2025-08-20T23:04:55.2461925Z [00:03:40.529]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.2462767Z [00:03:40.529]➜  EOF
2025-08-20T23:04:55.2468765Z [00:03:40.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2311/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/clusterinfotarget=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/clusterinfotarget;$WORK/b2311=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget -lang=go1.22 -complete -installsuffix shared -buildid 35OWZ22aMUbq9sLYnSfJ/35OWZ22aMUbq9sLYnSfJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2311/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/clusterinfotarget/clusterinfotarget.go
2025-08-20T23:04:55.2641222Z [00:03:40.547]➜  go tool buildid -w $WORK/b2311/_pkg_.a # internal
2025-08-20T23:04:55.2649316Z [00:03:40.548]➜  cp $WORK/b2311/_pkg_.a /root/.cache/go-build/2c/2c7e348b4c20e15bd17c723ff75404bcd8528f78f31392fb06f39fbf5589601b-d # internal
2025-08-20T23:04:55.2652770Z [00:03:40.548]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege
2025-08-20T23:04:55.2653659Z [00:03:40.549]➜  mkdir -p $WORK/b2312/
2025-08-20T23:04:55.2659897Z [00:03:40.549]➜  cat >/tmp/go-build3700090427/b2312/importcfg << 'EOF' # internal
2025-08-20T23:04:55.2662069Z [00:03:40.549]➜  # import config
2025-08-20T23:04:55.2662733Z [00:03:40.549]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.2663384Z [00:03:40.549]➜  EOF
2025-08-20T23:04:55.2668409Z [00:03:40.549]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/clusterprivilege=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/clusterprivilege;$WORK/b2312=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege -lang=go1.22 -complete -installsuffix shared -buildid R1yaQIRe6SDEcqvu0cOW/R1yaQIRe6SDEcqvu0cOW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2312/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/clusterprivilege/clusterprivilege.go
2025-08-20T23:04:55.3156493Z [00:03:40.599]➜  go tool buildid -w $WORK/b2312/_pkg_.a # internal
2025-08-20T23:04:55.3166227Z [00:03:40.600]➜  cp $WORK/b2312/_pkg_.a /root/.cache/go-build/4d/4de82b38efbf9a69bebfa12dfe8174bb7d2753a6b98988e91fafa047b8f87fb7-d # internal
2025-08-20T23:04:55.3168863Z [00:03:40.600]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus
2025-08-20T23:04:55.3171150Z [00:03:40.600]➜  mkdir -p $WORK/b2313/
2025-08-20T23:04:55.3176035Z [00:03:40.601]➜  cat >/tmp/go-build3700090427/b2313/importcfg << 'EOF' # internal
2025-08-20T23:04:55.3176738Z [00:03:40.601]➜  # import config
2025-08-20T23:04:55.3177434Z [00:03:40.601]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.3178047Z [00:03:40.601]➜  EOF
2025-08-20T23:04:55.3183338Z [00:03:40.601]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2313/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/clustersearchstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/clustersearchstatus;$WORK/b2313=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus -lang=go1.22 -complete -installsuffix shared -buildid MJdby4VdWmzhqJEpa0HT/MJdby4VdWmzhqJEpa0HT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2313/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/clustersearchstatus/clustersearchstatus.go
2025-08-20T23:04:55.3383064Z [00:03:40.620]➜  go tool buildid -w $WORK/b2313/_pkg_.a # internal
2025-08-20T23:04:55.3384403Z [00:03:40.620]➜  cp $WORK/b2313/_pkg_.a /root/.cache/go-build/e1/e18ee9084a471101d6e09ef9710054e9bc633f817386206eb232a4e08e770532-d # internal
2025-08-20T23:04:55.3385881Z [00:03:40.620]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator
2025-08-20T23:04:55.3386771Z [00:03:40.620]➜  mkdir -p $WORK/b2314/
2025-08-20T23:04:55.3387500Z [00:03:40.620]➜  cat >/tmp/go-build3700090427/b2314/importcfg << 'EOF' # internal
2025-08-20T23:04:55.3388447Z [00:03:40.620]➜  # import config
2025-08-20T23:04:55.3389106Z [00:03:40.620]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.3389945Z [00:03:40.620]➜  EOF
2025-08-20T23:04:55.3395531Z [00:03:40.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2314/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/combinedfieldsoperator=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/combinedfieldsoperator;$WORK/b2314=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator -lang=go1.22 -complete -installsuffix shared -buildid 8AS_o02k8tzSwgUwXqfC/8AS_o02k8tzSwgUwXqfC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2314/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/combinedfieldsoperator/combinedfieldsoperator.go
2025-08-20T23:04:55.3559802Z [00:03:40.639]➜  go tool buildid -w $WORK/b2314/_pkg_.a # internal
2025-08-20T23:04:55.3568775Z [00:03:40.640]➜  cp $WORK/b2314/_pkg_.a /root/.cache/go-build/87/87bbfbff9d8f65f0952c22f13985fe234d746203421d0e2e68d1eca638ac289e-d # internal
2025-08-20T23:04:55.3571869Z [00:03:40.640]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms
2025-08-20T23:04:55.3572760Z [00:03:40.640]➜  mkdir -p $WORK/b2315/
2025-08-20T23:04:55.3577268Z [00:03:40.641]➜  cat >/tmp/go-build3700090427/b2315/importcfg << 'EOF' # internal
2025-08-20T23:04:55.3577972Z [00:03:40.641]➜  # import config
2025-08-20T23:04:55.3578649Z [00:03:40.641]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.3579222Z [00:03:40.641]➜  EOF
2025-08-20T23:04:55.3605960Z [00:03:40.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2315/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/combinedfieldszeroterms=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/combinedfieldszeroterms;$WORK/b2315=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms -lang=go1.22 -complete -installsuffix shared -buildid Lwzwvml7tUp81kADT2nt/Lwzwvml7tUp81kADT2nt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2315/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/combinedfieldszeroterms/combinedfieldszeroterms.go
2025-08-20T23:04:55.3880268Z [00:03:40.671]➜  go tool buildid -w $WORK/b2315/_pkg_.a # internal
2025-08-20T23:04:55.3890154Z [00:03:40.672]➜  cp $WORK/b2315/_pkg_.a /root/.cache/go-build/49/49b5e88dc9e9c6f87ebbd2fe9e0a6ae7c3f2d64334961b8d1832b0f434fb8eda-d # internal
2025-08-20T23:04:55.3893316Z [00:03:40.672]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop
2025-08-20T23:04:55.3894090Z [00:03:40.672]➜  mkdir -p $WORK/b2316/
2025-08-20T23:04:55.3900870Z [00:03:40.673]➜  cat >/tmp/go-build3700090427/b2316/importcfg << 'EOF' # internal
2025-08-20T23:04:55.3920782Z [00:03:40.673]➜  # import config
2025-08-20T23:04:55.3921474Z [00:03:40.673]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.3922092Z [00:03:40.673]➜  EOF
2025-08-20T23:04:55.3927003Z [00:03:40.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2316/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conditionop=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conditionop;$WORK/b2316=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop -lang=go1.22 -complete -installsuffix shared -buildid LRC9uKuLOSyzsWQLViGz/LRC9uKuLOSyzsWQLViGz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2316/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conditionop/conditionop.go
2025-08-20T23:04:55.4393855Z [00:03:40.722]➜  go tool buildid -w $WORK/b2316/_pkg_.a # internal
2025-08-20T23:04:55.4402998Z [00:03:40.723]➜  cp $WORK/b2316/_pkg_.a /root/.cache/go-build/6d/6df3df96c4a5ed6c8b2da000875e6afc7da262e2edc5e3fdbbc62fd8b39c4434-d # internal
2025-08-20T23:04:55.4407364Z [00:03:40.724]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator
2025-08-20T23:04:55.4408152Z [00:03:40.724]➜  mkdir -p $WORK/b2317/
2025-08-20T23:04:55.4416618Z [00:03:40.724]➜  cat >/tmp/go-build3700090427/b2317/importcfg << 'EOF' # internal
2025-08-20T23:04:55.4417377Z [00:03:40.724]➜  # import config
2025-08-20T23:04:55.4418014Z [00:03:40.724]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.4418816Z [00:03:40.724]➜  EOF
2025-08-20T23:04:55.4423822Z [00:03:40.725]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2317/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conditionoperator=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conditionoperator;$WORK/b2317=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator -lang=go1.22 -complete -installsuffix shared -buildid 8bNA66WM1l_RkdYlbHje/8bNA66WM1l_RkdYlbHje -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2317/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conditionoperator/conditionoperator.go
2025-08-20T23:04:55.4707446Z [00:03:40.754]➜  go tool buildid -w $WORK/b2317/_pkg_.a # internal
2025-08-20T23:04:55.4713910Z [00:03:40.754]➜  cp $WORK/b2317/_pkg_.a /root/.cache/go-build/e7/e7d450552551cbcf7c5ce571507e13343f70e624ae100244a28d734a4cdcbd03-d # internal
2025-08-20T23:04:55.4715267Z [00:03:40.755]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype
2025-08-20T23:04:55.4743037Z [00:03:40.757]➜  mkdir -p $WORK/b2318/
2025-08-20T23:04:55.4748233Z [00:03:40.758]➜  cat >/tmp/go-build3700090427/b2318/importcfg << 'EOF' # internal
2025-08-20T23:04:55.4749685Z [00:03:40.758]➜  # import config
2025-08-20T23:04:55.4750504Z [00:03:40.758]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.4751293Z [00:03:40.758]➜  EOF
2025-08-20T23:04:55.4756282Z [00:03:40.758]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conditiontype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conditiontype;$WORK/b2318=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype -lang=go1.22 -complete -installsuffix shared -buildid Q92Bho4pcDnlm7sr_lK1/Q92Bho4pcDnlm7sr_lK1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2318/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conditiontype/conditiontype.go
2025-08-20T23:04:55.4996506Z [00:03:40.783]➜  go tool buildid -w $WORK/b2318/_pkg_.a # internal
2025-08-20T23:04:55.5019272Z [00:03:40.784]➜  cp $WORK/b2318/_pkg_.a /root/.cache/go-build/d1/d14fd5b994533b931eb818852ef99718792ee97108893f531f1e0efe41249f66-d # internal
2025-08-20T23:04:55.5020903Z [00:03:40.784]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme
2025-08-20T23:04:55.5021618Z [00:03:40.784]➜  mkdir -p $WORK/b2319/
2025-08-20T23:04:55.5022258Z [00:03:40.784]➜  cat >/tmp/go-build3700090427/b2319/importcfg << 'EOF' # internal
2025-08-20T23:04:55.5022867Z [00:03:40.784]➜  # import config
2025-08-20T23:04:55.5023476Z [00:03:40.784]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.5024050Z [00:03:40.784]➜  EOF
2025-08-20T23:04:55.5029194Z [00:03:40.785]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2319/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/connectionscheme=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/connectionscheme;$WORK/b2319=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme -lang=go1.22 -complete -installsuffix shared -buildid tPsoVLNXqQAYuCabzcLV/tPsoVLNXqQAYuCabzcLV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2319/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/connectionscheme/connectionscheme.go
2025-08-20T23:04:55.5243579Z [00:03:40.807]➜  go tool buildid -w $WORK/b2319/_pkg_.a # internal
2025-08-20T23:04:55.5250626Z [00:03:40.808]➜  cp $WORK/b2319/_pkg_.a /root/.cache/go-build/48/4836f153a359170882eeba26bf524e784a6096fa9d85f60d625853b9c62d2fde-d # internal
2025-08-20T23:04:55.5253649Z [00:03:40.808]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype
2025-08-20T23:04:55.5254660Z [00:03:40.808]➜  mkdir -p $WORK/b2320/
2025-08-20T23:04:55.5255497Z [00:03:40.809]➜  cat >/tmp/go-build3700090427/b2320/importcfg << 'EOF' # internal
2025-08-20T23:04:55.5259058Z [00:03:40.809]➜  # import config
2025-08-20T23:04:55.5259823Z [00:03:40.809]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.5260420Z [00:03:40.809]➜  EOF
2025-08-20T23:04:55.5265108Z [00:03:40.809]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/connectorfieldtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/connectorfieldtype;$WORK/b2320=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype -lang=go1.22 -complete -installsuffix shared -buildid 36pBiB87rQ71z0W10Igb/36pBiB87rQ71z0W10Igb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2320/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/connectorfieldtype/connectorfieldtype.go
2025-08-20T23:04:55.5556309Z [00:03:40.839]➜  go tool buildid -w $WORK/b2320/_pkg_.a # internal
2025-08-20T23:04:55.5564864Z [00:03:40.839]➜  cp $WORK/b2320/_pkg_.a /root/.cache/go-build/46/46caf58ebd6d8e113a66825948e231bd0e8bcef2ce3591cfe5fea4b2c833c028-d # internal
2025-08-20T23:04:55.5566558Z [00:03:40.840]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus
2025-08-20T23:04:55.5567360Z [00:03:40.840]➜  mkdir -p $WORK/b2321/
2025-08-20T23:04:55.5570739Z [00:03:40.840]➜  cat >/tmp/go-build3700090427/b2321/importcfg << 'EOF' # internal
2025-08-20T23:04:55.5571409Z [00:03:40.840]➜  # import config
2025-08-20T23:04:55.5572012Z [00:03:40.840]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.5572582Z [00:03:40.840]➜  EOF
2025-08-20T23:04:55.5577272Z [00:03:40.840]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2321/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/connectorstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/connectorstatus;$WORK/b2321=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus -lang=go1.22 -complete -installsuffix shared -buildid tSKTjyt6PalUKosYvGbL/tSKTjyt6PalUKosYvGbL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2321/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/connectorstatus/connectorstatus.go
2025-08-20T23:04:55.5904613Z [00:03:40.873]➜  go tool buildid -w $WORK/b2321/_pkg_.a # internal
2025-08-20T23:04:55.5947871Z [00:03:40.875]➜  cp $WORK/b2321/_pkg_.a /root/.cache/go-build/2b/2b7296fb4897150e700e2e5cc6956e10d9dd26b53c4d78e00ab03a1205b98452-d # internal
2025-08-20T23:04:55.5949185Z [00:03:40.876]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype
2025-08-20T23:04:55.5950064Z [00:03:40.876]➜  mkdir -p $WORK/b2322/
2025-08-20T23:04:55.5950772Z [00:03:40.877]➜  cat >/tmp/go-build3700090427/b2322/importcfg << 'EOF' # internal
2025-08-20T23:04:55.5951626Z [00:03:40.877]➜  # import config
2025-08-20T23:04:55.5952250Z [00:03:40.877]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.5952831Z [00:03:40.877]➜  EOF
2025-08-20T23:04:55.5957228Z [00:03:40.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2322/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/converttype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/converttype;$WORK/b2322=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype -lang=go1.22 -complete -installsuffix shared -buildid EVe26IvC0PFnkSn1AbtA/EVe26IvC0PFnkSn1AbtA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2322/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/converttype/converttype.go
2025-08-20T23:04:55.6236661Z [00:03:40.907]➜  go tool buildid -w $WORK/b2322/_pkg_.a # internal
2025-08-20T23:04:55.6243472Z [00:03:40.907]➜  cp $WORK/b2322/_pkg_.a /root/.cache/go-build/07/0709529d1e5b3ba684ca6dc65bbba5d3ffe19895a254a7731a45c4edd607e7e2-d # internal
2025-08-20T23:04:55.6246966Z [00:03:40.908]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat
2025-08-20T23:04:55.6253662Z [00:03:40.908]➜  mkdir -p $WORK/b2323/
2025-08-20T23:04:55.6254410Z [00:03:40.908]➜  cat >/tmp/go-build3700090427/b2323/importcfg << 'EOF' # internal
2025-08-20T23:04:55.6255074Z [00:03:40.908]➜  # import config
2025-08-20T23:04:55.6255731Z [00:03:40.908]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.6256347Z [00:03:40.908]➜  EOF
2025-08-20T23:04:55.6261772Z [00:03:40.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2323/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dataattachmentformat=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dataattachmentformat;$WORK/b2323=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat -lang=go1.22 -complete -installsuffix shared -buildid nmoVUenOVzHaWlArzPhB/nmoVUenOVzHaWlArzPhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2323/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dataattachmentformat/dataattachmentformat.go
2025-08-20T23:04:55.6536976Z [00:03:40.937]➜  go tool buildid -w $WORK/b2323/_pkg_.a # internal
2025-08-20T23:04:55.6577483Z [00:03:40.941]➜  cp $WORK/b2323/_pkg_.a /root/.cache/go-build/79/797d9282bab8029b9d0d1ae8272bc2c1188205d7a5bd22f46630ad91b5d59411-d # internal
2025-08-20T23:04:55.6589904Z [00:03:40.942]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate
2025-08-20T23:04:55.6594291Z [00:03:40.942]➜  mkdir -p $WORK/b2324/
2025-08-20T23:04:55.6595090Z [00:03:40.942]➜  cat >/tmp/go-build3700090427/b2324/importcfg << 'EOF' # internal
2025-08-20T23:04:55.6595759Z [00:03:40.942]➜  # import config
2025-08-20T23:04:55.6596471Z [00:03:40.942]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.6597137Z [00:03:40.942]➜  EOF
2025-08-20T23:04:55.6602166Z [00:03:40.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/datafeedstate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/datafeedstate;$WORK/b2324=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate -lang=go1.22 -complete -installsuffix shared -buildid PLKdRttB5GxR8P23i0Dh/PLKdRttB5GxR8P23i0Dh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2324/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/datafeedstate/datafeedstate.go
2025-08-20T23:04:55.6898362Z [00:03:40.973]➜  go tool buildid -w $WORK/b2324/_pkg_.a # internal
2025-08-20T23:04:55.6904682Z [00:03:40.974]➜  cp $WORK/b2324/_pkg_.a /root/.cache/go-build/d2/d26e6b65a18ac0475896f37c33373083e252fc794898f08bc3a3e5f2ad44bc24-d # internal
2025-08-20T23:04:55.6907734Z [00:03:40.974]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate
2025-08-20T23:04:55.6910323Z [00:03:40.974]➜  mkdir -p $WORK/b2325/
2025-08-20T23:04:55.6911072Z [00:03:40.974]➜  cat >/tmp/go-build3700090427/b2325/importcfg << 'EOF' # internal
2025-08-20T23:04:55.6911977Z [00:03:40.974]➜  # import config
2025-08-20T23:04:55.6912654Z [00:03:40.974]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.6913265Z [00:03:40.974]➜  EOF
2025-08-20T23:04:55.6918337Z [00:03:40.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dataframestate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dataframestate;$WORK/b2325=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate -lang=go1.22 -complete -installsuffix shared -buildid Xg8C4BpUOTt-oMs_AhQM/Xg8C4BpUOTt-oMs_AhQM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2325/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dataframestate/dataframestate.go
2025-08-20T23:04:55.7189093Z [00:03:41.002]➜  go tool buildid -w $WORK/b2325/_pkg_.a # internal
2025-08-20T23:04:55.7195833Z [00:03:41.003]➜  cp $WORK/b2325/_pkg_.a /root/.cache/go-build/57/5767e4d7cf44021440ab775442f07468b33afc7b8499fad1fa77976b282ff69f-d # internal
2025-08-20T23:04:55.7205987Z [00:03:41.003]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day
2025-08-20T23:04:55.7206765Z [00:03:41.003]➜  mkdir -p $WORK/b2326/
2025-08-20T23:04:55.7207539Z [00:03:41.003]➜  cat >/tmp/go-build3700090427/b2326/importcfg << 'EOF' # internal
2025-08-20T23:04:55.7208235Z [00:03:41.003]➜  # import config
2025-08-20T23:04:55.7208933Z [00:03:41.003]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.7209727Z [00:03:41.003]➜  EOF
2025-08-20T23:04:55.7214299Z [00:03:41.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2326/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/day=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/day;$WORK/b2326=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day -lang=go1.22 -complete -installsuffix shared -buildid SqzHKFEv1PRUx6QCXFp4/SqzHKFEv1PRUx6QCXFp4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2326/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/day/day.go
2025-08-20T23:04:55.7528363Z [00:03:41.036]➜  go tool buildid -w $WORK/b2326/_pkg_.a # internal
2025-08-20T23:04:55.7542065Z [00:03:41.037]➜  cp $WORK/b2326/_pkg_.a /root/.cache/go-build/4a/4ac45cb8b64c8dab311b0cb4c32590f3f671ac9b73ebcabd75d719a19cdf17d1-d # internal
2025-08-20T23:04:55.7558466Z [00:03:41.037]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision
2025-08-20T23:04:55.7559598Z [00:03:41.037]➜  mkdir -p $WORK/b2327/
2025-08-20T23:04:55.7560450Z [00:03:41.037]➜  cat >/tmp/go-build3700090427/b2327/importcfg << 'EOF' # internal
2025-08-20T23:04:55.7561151Z [00:03:41.037]➜  # import config
2025-08-20T23:04:55.7561817Z [00:03:41.037]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.7562455Z [00:03:41.037]➜  EOF
2025-08-20T23:04:55.7567449Z [00:03:41.037]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2327/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/decision=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/decision;$WORK/b2327=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision -lang=go1.22 -complete -installsuffix shared -buildid NH32Or0EzPkbMNhV7JVt/NH32Or0EzPkbMNhV7JVt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2327/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/decision/decision.go
2025-08-20T23:04:55.8023631Z [00:03:41.085]➜  go tool buildid -w $WORK/b2327/_pkg_.a # internal
2025-08-20T23:04:55.8027218Z [00:03:41.085]➜  cp $WORK/b2327/_pkg_.a /root/.cache/go-build/b6/b6a6270574035ed59c753ee2939bf5541622f7f8e4f46dd4c5983578f060ae3b-d # internal
2025-08-20T23:04:55.8029032Z [00:03:41.086]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding
2025-08-20T23:04:55.8030139Z [00:03:41.086]➜  mkdir -p $WORK/b2328/
2025-08-20T23:04:55.8035994Z [00:03:41.087]➜  cat >/tmp/go-build3700090427/b2328/importcfg << 'EOF' # internal
2025-08-20T23:04:55.8040921Z [00:03:41.087]➜  # import config
2025-08-20T23:04:55.8041639Z [00:03:41.087]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.8042264Z [00:03:41.087]➜  EOF
2025-08-20T23:04:55.8047830Z [00:03:41.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/delimitedpayloadencoding=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/delimitedpayloadencoding;$WORK/b2328=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding -lang=go1.22 -complete -installsuffix shared -buildid NtTGCCp9lE5JWUs9gSP_/NtTGCCp9lE5JWUs9gSP_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2328/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/delimitedpayloadencoding/delimitedpayloadencoding.go
2025-08-20T23:04:55.8273063Z [00:03:41.110]➜  go tool buildid -w $WORK/b2328/_pkg_.a # internal
2025-08-20T23:04:55.8290647Z [00:03:41.112]➜  cp $WORK/b2328/_pkg_.a /root/.cache/go-build/1d/1d63d1768739a835bf21a3148b4f468b779bbd9bf532cd9f4b48cd577b6b4388-d # internal
2025-08-20T23:04:55.8292780Z [00:03:41.112]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate
2025-08-20T23:04:55.8295712Z [00:03:41.112]➜  mkdir -p $WORK/b2329/
2025-08-20T23:04:55.8296439Z [00:03:41.112]➜  cat >/tmp/go-build3700090427/b2329/importcfg << 'EOF' # internal
2025-08-20T23:04:55.8297314Z [00:03:41.112]➜  # import config
2025-08-20T23:04:55.8297936Z [00:03:41.112]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.8298546Z [00:03:41.112]➜  EOF
2025-08-20T23:04:55.8304126Z [00:03:41.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2329/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/deploymentallocationstate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/deploymentallocationstate;$WORK/b2329=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate -lang=go1.22 -complete -installsuffix shared -buildid Ovq1WgpteNUjLQtu2HRz/Ovq1WgpteNUjLQtu2HRz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2329/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/deploymentallocationstate/deploymentallocationstate.go
2025-08-20T23:04:55.8817117Z [00:03:41.165]➜  go tool buildid -w $WORK/b2329/_pkg_.a # internal
2025-08-20T23:04:55.8822222Z [00:03:41.165]➜  cp $WORK/b2329/_pkg_.a /root/.cache/go-build/27/2726a0dfe939d78215b56949e37ed855f8045ff198a745f5bb6573223f38a33d-d # internal
2025-08-20T23:04:55.8837625Z [00:03:41.165]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate
2025-08-20T23:04:55.8838484Z [00:03:41.166]➜  mkdir -p $WORK/b2330/
2025-08-20T23:04:55.8839204Z [00:03:41.166]➜  cat >/tmp/go-build3700090427/b2330/importcfg << 'EOF' # internal
2025-08-20T23:04:55.8840052Z [00:03:41.166]➜  # import config
2025-08-20T23:04:55.8840698Z [00:03:41.166]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.8841298Z [00:03:41.166]➜  EOF
2025-08-20T23:04:55.8846819Z [00:03:41.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/deploymentassignmentstate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/deploymentassignmentstate;$WORK/b2330=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate -lang=go1.22 -complete -installsuffix shared -buildid ktRjnknycsWBlR5OajxG/ktRjnknycsWBlR5OajxG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2330/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/deploymentassignmentstate/deploymentassignmentstate.go
2025-08-20T23:04:55.9117875Z [00:03:41.195]➜  go tool buildid -w $WORK/b2330/_pkg_.a # internal
2025-08-20T23:04:55.9122582Z [00:03:41.195]➜  cp $WORK/b2330/_pkg_.a /root/.cache/go-build/c5/c547e0524c697a5cfe87be93af1711f45736f65e34d205d1bc8f4ea4284b1468-d # internal
2025-08-20T23:04:55.9124590Z [00:03:41.196]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel
2025-08-20T23:04:55.9152835Z [00:03:41.199]➜  mkdir -p $WORK/b2331/
2025-08-20T23:04:55.9156822Z [00:03:41.199]➜  cat >/tmp/go-build3700090427/b2331/importcfg << 'EOF' # internal
2025-08-20T23:04:55.9157874Z [00:03:41.199]➜  # import config
2025-08-20T23:04:55.9159028Z [00:03:41.199]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.9160267Z [00:03:41.199]➜  EOF
2025-08-20T23:04:55.9165300Z [00:03:41.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2331/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/deprecationlevel=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/deprecationlevel;$WORK/b2331=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel -lang=go1.22 -complete -installsuffix shared -buildid 9qam9wgEjE5HyVndC8hV/9qam9wgEjE5HyVndC8hV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2331/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/deprecationlevel/deprecationlevel.go
2025-08-20T23:04:55.9516978Z [00:03:41.235]➜  go tool buildid -w $WORK/b2331/_pkg_.a # internal
2025-08-20T23:04:55.9523419Z [00:03:41.235]➜  cp $WORK/b2331/_pkg_.a /root/.cache/go-build/6c/6cd50f534607093b4ce111dc85c93bec208d32dbcf4ac3499b5956338c568ac6-d # internal
2025-08-20T23:04:55.9525565Z [00:03:41.236]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure
2025-08-20T23:04:55.9528198Z [00:03:41.236]➜  mkdir -p $WORK/b2332/
2025-08-20T23:04:55.9529170Z [00:03:41.236]➜  cat >/tmp/go-build3700090427/b2332/importcfg << 'EOF' # internal
2025-08-20T23:04:55.9530194Z [00:03:41.236]➜  # import config
2025-08-20T23:04:55.9530990Z [00:03:41.236]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.9531819Z [00:03:41.236]➜  EOF
2025-08-20T23:04:55.9537232Z [00:03:41.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2332/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dfiindependencemeasure=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dfiindependencemeasure;$WORK/b2332=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure -lang=go1.22 -complete -installsuffix shared -buildid uY4okc0-Gatvuu8gcGwA/uY4okc0-Gatvuu8gcGwA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2332/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dfiindependencemeasure/dfiindependencemeasure.go
2025-08-20T23:04:55.9682393Z [00:03:41.251]➜  go tool buildid -w $WORK/b2332/_pkg_.a # internal
2025-08-20T23:04:55.9694840Z [00:03:41.253]➜  cp $WORK/b2332/_pkg_.a /root/.cache/go-build/8f/8f8d54195924542e1f37fd71a106357bc9381f89af3c7f493d26170867bd3ed3-d # internal
2025-08-20T23:04:55.9704015Z [00:03:41.253]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect
2025-08-20T23:04:55.9704863Z [00:03:41.253]➜  mkdir -p $WORK/b2333/
2025-08-20T23:04:55.9712479Z [00:03:41.253]➜  cat >/tmp/go-build3700090427/b2333/importcfg << 'EOF' # internal
2025-08-20T23:04:55.9714530Z [00:03:41.253]➜  # import config
2025-08-20T23:04:55.9715215Z [00:03:41.253]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.9715822Z [00:03:41.253]➜  EOF
2025-08-20T23:04:55.9720913Z [00:03:41.254]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2333/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dfraftereffect=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dfraftereffect;$WORK/b2333=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect -lang=go1.22 -complete -installsuffix shared -buildid FQjHTOCzAl5FEpOXeOBd/FQjHTOCzAl5FEpOXeOBd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2333/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dfraftereffect/dfraftereffect.go
2025-08-20T23:04:55.9944275Z [00:03:41.277]➜  go tool buildid -w $WORK/b2333/_pkg_.a # internal
2025-08-20T23:04:55.9975887Z [00:03:41.280]➜  cp $WORK/b2333/_pkg_.a /root/.cache/go-build/82/824e4dde48570852c3616a17d011e0d169ed8ef0c17e9309f09031a5748959c7-d # internal
2025-08-20T23:04:55.9977378Z [00:03:41.280]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel
2025-08-20T23:04:55.9978208Z [00:03:41.280]➜  mkdir -p $WORK/b2334/
2025-08-20T23:04:55.9978958Z [00:03:41.281]➜  cat >/tmp/go-build3700090427/b2334/importcfg << 'EOF' # internal
2025-08-20T23:04:55.9980239Z [00:03:41.281]➜  # import config
2025-08-20T23:04:55.9980841Z [00:03:41.281]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:55.9981384Z [00:03:41.281]➜  EOF
2025-08-20T23:04:55.9986611Z [00:03:41.281]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dfrbasicmodel=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dfrbasicmodel;$WORK/b2334=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel -lang=go1.22 -complete -installsuffix shared -buildid KpcuWQdH61UyxxsWk72R/KpcuWQdH61UyxxsWk72R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2334/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dfrbasicmodel/dfrbasicmodel.go
2025-08-20T23:04:56.0161067Z [00:03:41.298]➜  go tool buildid -w $WORK/b2334/_pkg_.a # internal
2025-08-20T23:04:56.0167693Z [00:03:41.300]➜  cp $WORK/b2334/_pkg_.a /root/.cache/go-build/bf/bfe20fe639606a0ac313d715dc9cf4e5518f4d55ad0c9d7b6820e819921005c3-d # internal
2025-08-20T23:04:56.0168876Z [00:03:41.300]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype
2025-08-20T23:04:56.0169723Z [00:03:41.300]➜  mkdir -p $WORK/b2335/
2025-08-20T23:04:56.0170961Z [00:03:41.300]➜  cat >/tmp/go-build3700090427/b2335/importcfg << 'EOF' # internal
2025-08-20T23:04:56.0174377Z [00:03:41.300]➜  # import config
2025-08-20T23:04:56.0176231Z [00:03:41.300]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.0178032Z [00:03:41.300]➜  EOF
2025-08-20T23:04:56.0184041Z [00:03:41.300]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2335/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/displaytype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/displaytype;$WORK/b2335=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype -lang=go1.22 -complete -installsuffix shared -buildid 8CznOHBnCrDIruRjEaH7/8CznOHBnCrDIruRjEaH7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2335/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/displaytype/displaytype.go
2025-08-20T23:04:56.0477662Z [00:03:41.331]➜  go tool buildid -w $WORK/b2335/_pkg_.a # internal
2025-08-20T23:04:56.0487034Z [00:03:41.332]➜  cp $WORK/b2335/_pkg_.a /root/.cache/go-build/54/540572a911f8225cfcd6a33459bba2775155efeac62638cb3772dae4b9d06e2a-d # internal
2025-08-20T23:04:56.0504966Z [00:03:41.332]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit
2025-08-20T23:04:56.0505714Z [00:03:41.332]➜  mkdir -p $WORK/b2336/
2025-08-20T23:04:56.0516642Z [00:03:41.335]➜  cat >/tmp/go-build3700090427/b2336/importcfg << 'EOF' # internal
2025-08-20T23:04:56.0518594Z [00:03:41.335]➜  # import config
2025-08-20T23:04:56.0519243Z [00:03:41.335]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.0520063Z [00:03:41.335]➜  EOF
2025-08-20T23:04:56.0524777Z [00:03:41.335]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2336/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/distanceunit=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/distanceunit;$WORK/b2336=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit -lang=go1.22 -complete -installsuffix shared -buildid 0vsjuaFNrlgN5w3NO-iI/0vsjuaFNrlgN5w3NO-iI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2336/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/distanceunit/distanceunit.go
2025-08-20T23:04:56.0921059Z [00:03:41.373]➜  go tool buildid -w $WORK/b2336/_pkg_.a # internal
2025-08-20T23:04:56.0929259Z [00:03:41.373]➜  cp $WORK/b2336/_pkg_.a /root/.cache/go-build/1d/1d21821f198fcd991acf9833411b86e9a978223cc2b794eb2773b288b50dd8a9-d # internal
2025-08-20T23:04:56.0930715Z [00:03:41.373]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping
2025-08-20T23:04:56.0931447Z [00:03:41.373]➜  mkdir -p $WORK/b2337/
2025-08-20T23:04:56.0932118Z [00:03:41.374]➜  cat >/tmp/go-build3700090427/b2337/importcfg << 'EOF' # internal
2025-08-20T23:04:56.0932719Z [00:03:41.374]➜  # import config
2025-08-20T23:04:56.0933359Z [00:03:41.374]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.0933918Z [00:03:41.374]➜  EOF
2025-08-20T23:04:56.0938527Z [00:03:41.374]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2337/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dynamicmapping=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dynamicmapping;$WORK/b2337=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping -lang=go1.22 -complete -installsuffix shared -buildid rAnHhlKoIC4U5xrqwjhD/rAnHhlKoIC4U5xrqwjhD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2337/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/dynamicmapping/dynamicmapping.go
2025-08-20T23:04:56.1218168Z [00:03:41.405]➜  go tool buildid -w $WORK/b2337/_pkg_.a # internal
2025-08-20T23:04:56.1225191Z [00:03:41.406]➜  cp $WORK/b2337/_pkg_.a /root/.cache/go-build/91/91ab7296f24c3588fb999c08b01ca17b4c0d491a302c7c7a81b4d6532513bef8-d # internal
2025-08-20T23:04:56.1227832Z [00:03:41.406]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside
2025-08-20T23:04:56.1232253Z [00:03:41.406]➜  mkdir -p $WORK/b2338/
2025-08-20T23:04:56.1232956Z [00:03:41.406]➜  cat >/tmp/go-build3700090427/b2338/importcfg << 'EOF' # internal
2025-08-20T23:04:56.1233761Z [00:03:41.406]➜  # import config
2025-08-20T23:04:56.1234368Z [00:03:41.406]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.1234937Z [00:03:41.406]➜  EOF
2025-08-20T23:04:56.1239740Z [00:03:41.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2338/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/edgengramside=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/edgengramside;$WORK/b2338=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside -lang=go1.22 -complete -installsuffix shared -buildid 3H0SdncDkLv0NAsF2Hzf/3H0SdncDkLv0NAsF2Hzf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2338/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/edgengramside/edgengramside.go
2025-08-20T23:04:56.1488129Z [00:03:41.432]➜  go tool buildid -w $WORK/b2338/_pkg_.a # internal
2025-08-20T23:04:56.1493780Z [00:03:41.432]➜  cp $WORK/b2338/_pkg_.a /root/.cache/go-build/bc/bc1659578b1ba49a90aaa069ff0c330bbd37f18344aee6cfc5c65b4bd4615881-d # internal
2025-08-20T23:04:56.1498800Z [00:03:41.433]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority
2025-08-20T23:04:56.1499702Z [00:03:41.433]➜  mkdir -p $WORK/b2339/
2025-08-20T23:04:56.1504407Z [00:03:41.434]➜  cat >/tmp/go-build3700090427/b2339/importcfg << 'EOF' # internal
2025-08-20T23:04:56.1507583Z [00:03:41.434]➜  # import config
2025-08-20T23:04:56.1508234Z [00:03:41.434]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.1509004Z [00:03:41.434]➜  EOF
2025-08-20T23:04:56.1513797Z [00:03:41.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2339/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/emailpriority=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/emailpriority;$WORK/b2339=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority -lang=go1.22 -complete -installsuffix shared -buildid gMvaBsZg7rOE5B5z2Yhe/gMvaBsZg7rOE5B5z2Yhe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2339/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/emailpriority/emailpriority.go
2025-08-20T23:04:56.1789925Z [00:03:41.461]➜  go tool buildid -w $WORK/b2339/_pkg_.a # internal
2025-08-20T23:04:56.1798822Z [00:03:41.462]➜  cp $WORK/b2339/_pkg_.a /root/.cache/go-build/e3/e36b589143f6aaa0bd78691e4c49ef1d06c18a31bba0d6925920d04110c0762f-d # internal
2025-08-20T23:04:56.1800224Z [00:03:41.462]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase
2025-08-20T23:04:56.1800919Z [00:03:41.462]➜  mkdir -p $WORK/b2340/
2025-08-20T23:04:56.1801528Z [00:03:41.463]➜  cat >/tmp/go-build3700090427/b2340/importcfg << 'EOF' # internal
2025-08-20T23:04:56.1802325Z [00:03:41.463]➜  # import config
2025-08-20T23:04:56.1802893Z [00:03:41.463]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.1803413Z [00:03:41.463]➜  EOF
2025-08-20T23:04:56.1817824Z [00:03:41.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/enrichpolicyphase=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/enrichpolicyphase;$WORK/b2340=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase -lang=go1.22 -complete -installsuffix shared -buildid SKTDHqGKONtF_TDhg69b/SKTDHqGKONtF_TDhg69b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2340/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/enrichpolicyphase/enrichpolicyphase.go
2025-08-20T23:04:56.1960287Z [00:03:41.479]➜  go tool buildid -w $WORK/b2340/_pkg_.a # internal
2025-08-20T23:04:56.1970805Z [00:03:41.480]➜  cp $WORK/b2340/_pkg_.a /root/.cache/go-build/57/5710a0dd33c179a8d1b3a96245855b8e00a2f27241934112173631f55bc6b18c-d # internal
2025-08-20T23:04:56.1976097Z [00:03:41.480]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent
2025-08-20T23:04:56.1976899Z [00:03:41.480]➜  mkdir -p $WORK/b2341/
2025-08-20T23:04:56.1983217Z [00:03:41.481]➜  cat >/tmp/go-build3700090427/b2341/importcfg << 'EOF' # internal
2025-08-20T23:04:56.1983877Z [00:03:41.481]➜  # import config
2025-08-20T23:04:56.1984497Z [00:03:41.481]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.1985076Z [00:03:41.481]➜  EOF
2025-08-20T23:04:56.1990213Z [00:03:41.481]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/excludefrequent=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/excludefrequent;$WORK/b2341=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent -lang=go1.22 -complete -installsuffix shared -buildid W7tKWuhvJnGdIR8ZSmr7/W7tKWuhvJnGdIR8ZSmr7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2341/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/excludefrequent/excludefrequent.go
2025-08-20T23:04:56.2127352Z [00:03:41.496]➜  go tool buildid -w $WORK/b2341/_pkg_.a # internal
2025-08-20T23:04:56.2135567Z [00:03:41.497]➜  cp $WORK/b2341/_pkg_.a /root/.cache/go-build/bb/bb8f6345ce2ee9429369831a883e9642c032b134a76fe281fd19d3b6220ad1ea-d # internal
2025-08-20T23:04:56.2137866Z [00:03:41.497]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase
2025-08-20T23:04:56.2140528Z [00:03:41.497]➜  mkdir -p $WORK/b2342/
2025-08-20T23:04:56.2145832Z [00:03:41.498]➜  cat >/tmp/go-build3700090427/b2342/importcfg << 'EOF' # internal
2025-08-20T23:04:56.2147294Z [00:03:41.498]➜  # import config
2025-08-20T23:04:56.2149473Z [00:03:41.498]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.2150149Z [00:03:41.498]➜  EOF
2025-08-20T23:04:56.2154955Z [00:03:41.498]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/executionphase=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/executionphase;$WORK/b2342=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase -lang=go1.22 -complete -installsuffix shared -buildid ukgix0bW16WXBE9XD4Ov/ukgix0bW16WXBE9XD4Ov -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2342/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/executionphase/executionphase.go
2025-08-20T23:04:56.2338210Z [00:03:41.517]➜  go tool buildid -w $WORK/b2342/_pkg_.a # internal
2025-08-20T23:04:56.2346955Z [00:03:41.518]➜  cp $WORK/b2342/_pkg_.a /root/.cache/go-build/1a/1a230f309c98d38d07d287933f2c2f48c041be6a1dfa2e03fa510914fabc6340-d # internal
2025-08-20T23:04:56.2349080Z [00:03:41.518]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus
2025-08-20T23:04:56.2350633Z [00:03:41.518]➜  mkdir -p $WORK/b2343/
2025-08-20T23:04:56.2357675Z [00:03:41.519]➜  cat >/tmp/go-build3700090427/b2343/importcfg << 'EOF' # internal
2025-08-20T23:04:56.2358418Z [00:03:41.519]➜  # import config
2025-08-20T23:04:56.2359060Z [00:03:41.519]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.2359905Z [00:03:41.519]➜  EOF
2025-08-20T23:04:56.2364546Z [00:03:41.519]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2343/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/executionstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/executionstatus;$WORK/b2343=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus -lang=go1.22 -complete -installsuffix shared -buildid sFWKgusryc5YRBmAP3qX/sFWKgusryc5YRBmAP3qX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2343/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/executionstatus/executionstatus.go
2025-08-20T23:04:56.2528119Z [00:03:41.536]➜  go tool buildid -w $WORK/b2343/_pkg_.a # internal
2025-08-20T23:04:56.2536812Z [00:03:41.537]➜  cp $WORK/b2343/_pkg_.a /root/.cache/go-build/6e/6ec8031845b86333c69637a4ea9d1a4f8b43b0a2549fa002e3c3bc2a226c18d8-d # internal
2025-08-20T23:04:56.2539193Z [00:03:41.537]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard
2025-08-20T23:04:56.2540796Z [00:03:41.537]➜  mkdir -p $WORK/b2344/
2025-08-20T23:04:56.2547176Z [00:03:41.538]➜  cat >/tmp/go-build3700090427/b2344/importcfg << 'EOF' # internal
2025-08-20T23:04:56.2547849Z [00:03:41.538]➜  # import config
2025-08-20T23:04:56.2548684Z [00:03:41.538]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.2550288Z [00:03:41.538]➜  EOF
2025-08-20T23:04:56.2554686Z [00:03:41.538]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2344/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/expandwildcard=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/expandwildcard;$WORK/b2344=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard -lang=go1.22 -complete -installsuffix shared -buildid zOyDzFWr902-UaWBheIc/zOyDzFWr902-UaWBheIc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2344/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/expandwildcard/expandwildcard.go
2025-08-20T23:04:56.2825572Z [00:03:41.566]➜  go tool buildid -w $WORK/b1980/_pkg_.a # internal
2025-08-20T23:04:56.2880536Z [00:03:41.571]➜  go tool buildid -w $WORK/b2344/_pkg_.a # internal
2025-08-20T23:04:56.2888744Z [00:03:41.572]➜  cp $WORK/b2344/_pkg_.a /root/.cache/go-build/f2/f2db922ddfa9319eb533899bb97454dc4e7994e3ca60fdb67192519ce5b68cdc-d # internal
2025-08-20T23:04:56.2925294Z [00:03:41.576]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature
2025-08-20T23:04:56.2927634Z [00:03:41.576]➜  mkdir -p $WORK/b2345/
2025-08-20T23:04:56.2931958Z [00:03:41.576]➜  cat >/tmp/go-build3700090427/b2345/importcfg << 'EOF' # internal
2025-08-20T23:04:56.2932979Z [00:03:41.576]➜  # import config
2025-08-20T23:04:56.2933787Z [00:03:41.576]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.2934383Z [00:03:41.576]➜  EOF
2025-08-20T23:04:56.2941179Z [00:03:41.577]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2345/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/feature=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/feature;$WORK/b2345=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature -lang=go1.22 -complete -installsuffix shared -buildid l0agxSUW3PfGFnc3XIRI/l0agxSUW3PfGFnc3XIRI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2345/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/feature/feature.go
2025-08-20T23:04:56.3111887Z [00:03:41.594]➜  go tool buildid -w $WORK/b2345/_pkg_.a # internal
2025-08-20T23:04:56.3120372Z [00:03:41.595]➜  cp $WORK/b2345/_pkg_.a /root/.cache/go-build/67/675f0f02cf4f6641cb13b678225785783b082b5c127fe3d7d7cb85192297d007-d # internal
2025-08-20T23:04:56.3145310Z [00:03:41.595]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype
2025-08-20T23:04:56.3146160Z [00:03:41.596]➜  mkdir -p $WORK/b2346/
2025-08-20T23:04:56.3146900Z [00:03:41.596]➜  cat >/tmp/go-build3700090427/b2346/importcfg << 'EOF' # internal
2025-08-20T23:04:56.3147579Z [00:03:41.596]➜  # import config
2025-08-20T23:04:56.3148245Z [00:03:41.596]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.3148891Z [00:03:41.596]➜  EOF
2025-08-20T23:04:56.3154043Z [00:03:41.597]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2346/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fieldsortnumerictype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fieldsortnumerictype;$WORK/b2346=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype -lang=go1.22 -complete -installsuffix shared -buildid hgF6DqnXG72MRSOpVH-4/hgF6DqnXG72MRSOpVH-4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2346/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fieldsortnumerictype/fieldsortnumerictype.go
2025-08-20T23:04:56.3303605Z [00:03:41.613]➜  cp $WORK/b1980/_pkg_.a /root/.cache/go-build/2e/2ed81eddc02f0c493603d7b330d8017b4df4c617803f0d7d0f1678bae5529ed5-d # internal
2025-08-20T23:04:56.3314357Z [00:03:41.615]➜  go tool buildid -w $WORK/b2346/_pkg_.a # internal
2025-08-20T23:04:56.3319682Z [00:03:41.615]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs
2025-08-20T23:04:56.3321485Z [00:03:41.615]➜  mkdir -p $WORK/b1979/
2025-08-20T23:04:56.3327612Z [00:03:41.616]➜  cp $WORK/b2346/_pkg_.a /root/.cache/go-build/33/3377ddf6abeda01cc00257a6fd874533ab0cce303945201e363de25ed02a21b2-d # internal
2025-08-20T23:04:56.3329791Z [00:03:41.616]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype
2025-08-20T23:04:56.3333280Z [00:03:41.616]➜  mkdir -p $WORK/b2347/
2025-08-20T23:04:56.3352250Z [00:03:41.618]➜  cat >/tmp/go-build3700090427/b1979/importcfg << 'EOF' # internal
2025-08-20T23:04:56.3353197Z [00:03:41.618]➜  # import config
2025-08-20T23:04:56.3355191Z [00:03:41.618]➜  packagefile cloud.google.com/go/storage=/tmp/go-build3700090427/b1980/_pkg_.a
2025-08-20T23:04:56.3356392Z [00:03:41.618]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:56.3357337Z [00:03:41.618]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:04:56.3358249Z [00:03:41.618]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:56.3359290Z [00:03:41.618]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:04:56.3360528Z [00:03:41.618]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:04:56.3361539Z [00:03:41.618]➜  packagefile github.com/gobwas/glob=/tmp/go-build3700090427/b795/_pkg_.a
2025-08-20T23:04:56.3362596Z [00:03:41.618]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3700090427/b435/_pkg_.a
2025-08-20T23:04:56.3363656Z [00:03:41.618]➜  packagefile github.com/pkg/errors=/tmp/go-build3700090427/b570/_pkg_.a
2025-08-20T23:04:56.3364913Z [00:03:41.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache=/tmp/go-build3700090427/b2158/_pkg_.a
2025-08-20T23:04:56.3366417Z [00:03:41.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:04:56.3367948Z [00:03:41.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:04:56.3369911Z [00:03:41.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:04:56.3371382Z [00:03:41.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build3700090427/b805/_pkg_.a
2025-08-20T23:04:56.3372803Z [00:03:41.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:04:56.3374251Z [00:03:41.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb=/tmp/go-build3700090427/b626/_pkg_.a
2025-08-20T23:04:56.3375869Z [00:03:41.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:04:56.3377403Z [00:03:41.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:04:56.3378895Z [00:03:41.618]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:04:56.3391737Z [00:03:41.618]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:04:56.3392834Z [00:03:41.618]➜  packagefile golang.org/x/oauth2/endpoints=/tmp/go-build3700090427/b1354/_pkg_.a
2025-08-20T23:04:56.3394013Z [00:03:41.618]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:04:56.3395065Z [00:03:41.618]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3700090427/b451/_pkg_.a
2025-08-20T23:04:56.3396140Z [00:03:41.618]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:04:56.3397246Z [00:03:41.618]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:04:56.3398655Z [00:03:41.618]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:04:56.3399904Z [00:03:41.618]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:56.3400705Z [00:03:41.618]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:56.3401514Z [00:03:41.618]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:04:56.3402332Z [00:03:41.618]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:04:56.3403160Z [00:03:41.618]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:56.3403975Z [00:03:41.618]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.3404788Z [00:03:41.618]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:04:56.3405795Z [00:03:41.618]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:04:56.3406675Z [00:03:41.618]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:04:56.3407291Z [00:03:41.618]➜  EOF
2025-08-20T23:04:56.3407935Z [00:03:41.618]➜  cat >/tmp/go-build3700090427/b2347/importcfg << 'EOF' # internal
2025-08-20T23:04:56.3408623Z [00:03:41.618]➜  # import config
2025-08-20T23:04:56.3409267Z [00:03:41.618]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.3410180Z [00:03:41.618]➜  EOF
2025-08-20T23:04:56.3414009Z [00:03:41.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b1979/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs;$WORK/b1979=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs -lang=go1.24 -complete -installsuffix shared -buildid -nyPxDM8mWGUkfp7s6Qm/-nyPxDM8mWGUkfp7s6Qm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1979/importcfg -pack ./pkg/sources/gcs/gcs.go ./pkg/sources/gcs/gcs_manager.go
2025-08-20T23:04:56.3434289Z [00:03:41.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2347/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fieldtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fieldtype;$WORK/b2347=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype -lang=go1.22 -complete -installsuffix shared -buildid Bw8mXp3UzwvUIgqobSBS/Bw8mXp3UzwvUIgqobSBS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2347/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fieldtype/fieldtype.go
2025-08-20T23:04:56.4055072Z [00:03:41.688]➜  go tool buildid -w $WORK/b2347/_pkg_.a # internal
2025-08-20T23:04:56.4062271Z [00:03:41.689]➜  cp $WORK/b2347/_pkg_.a /root/.cache/go-build/01/01532df3a73b72c18f6b74d11a7ab399a76204b0a091ebcc7ce9aa866381e675-d # internal
2025-08-20T23:04:56.4066146Z [00:03:41.690]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier
2025-08-20T23:04:56.4091169Z [00:03:41.692]➜  mkdir -p $WORK/b2348/
2025-08-20T23:04:56.4095114Z [00:03:41.692]➜  cat >/tmp/go-build3700090427/b2348/importcfg << 'EOF' # internal
2025-08-20T23:04:56.4095827Z [00:03:41.692]➜  # import config
2025-08-20T23:04:56.4096513Z [00:03:41.692]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.4097585Z [00:03:41.692]➜  EOF
2025-08-20T23:04:56.4103455Z [00:03:41.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2348/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fieldvaluefactormodifier=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fieldvaluefactormodifier;$WORK/b2348=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier -lang=go1.22 -complete -installsuffix shared -buildid BakELNvCRVXWKfHGiO89/BakELNvCRVXWKfHGiO89 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2348/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fieldvaluefactormodifier/fieldvaluefactormodifier.go
2025-08-20T23:04:56.4356489Z [00:03:41.719]➜  go tool buildid -w $WORK/b2348/_pkg_.a # internal
2025-08-20T23:04:56.4372840Z [00:03:41.719]➜  cp $WORK/b2348/_pkg_.a /root/.cache/go-build/f0/f0112e8df82e2c5df787f07a9330837286fd7d144a6dc1cd03a3d28719056ccc-d # internal
2025-08-20T23:04:56.4394465Z [00:03:41.723]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy
2025-08-20T23:04:56.4397764Z [00:03:41.723]➜  mkdir -p $WORK/b2349/
2025-08-20T23:04:56.4398610Z [00:03:41.723]➜  cat >/tmp/go-build3700090427/b2349/importcfg << 'EOF' # internal
2025-08-20T23:04:56.4401917Z [00:03:41.723]➜  # import config
2025-08-20T23:04:56.4404562Z [00:03:41.723]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.4413345Z [00:03:41.723]➜  EOF
2025-08-20T23:04:56.4419887Z [00:03:41.723]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2349/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filteringpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filteringpolicy;$WORK/b2349=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy -lang=go1.22 -complete -installsuffix shared -buildid 7gF3kduW8DJDxJIDTmxf/7gF3kduW8DJDxJIDTmxf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2349/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filteringpolicy/filteringpolicy.go
2025-08-20T23:04:56.4677664Z [00:03:41.751]➜  go tool buildid -w $WORK/b2349/_pkg_.a # internal
2025-08-20T23:04:56.4686074Z [00:03:41.752]➜  cp $WORK/b2349/_pkg_.a /root/.cache/go-build/b8/b8e8d0c640c820ab6f92be4ac88cb76cd37d827371e0a332bb7830f7584de479-d # internal
2025-08-20T23:04:56.4690368Z [00:03:41.752]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule
2025-08-20T23:04:56.4691191Z [00:03:41.752]➜  mkdir -p $WORK/b2350/
2025-08-20T23:04:56.4695562Z [00:03:41.753]➜  cat >/tmp/go-build3700090427/b2350/importcfg << 'EOF' # internal
2025-08-20T23:04:56.4698914Z [00:03:41.753]➜  # import config
2025-08-20T23:04:56.4700084Z [00:03:41.753]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.4703566Z [00:03:41.754]➜  EOF
2025-08-20T23:04:56.4708608Z [00:03:41.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2350/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filteringrulerule=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filteringrulerule;$WORK/b2350=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule -lang=go1.22 -complete -installsuffix shared -buildid nPcdE8HqTpJtYZUDtup7/nPcdE8HqTpJtYZUDtup7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2350/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filteringrulerule/filteringrulerule.go
2025-08-20T23:04:56.4915357Z [00:03:41.775]➜  go tool buildid -w $WORK/b2350/_pkg_.a # internal
2025-08-20T23:04:56.4922375Z [00:03:41.775]➜  cp $WORK/b2350/_pkg_.a /root/.cache/go-build/75/7543ae3dce42cfbde8ca994dbbc30d30eed964d0d4a3ebc0ba3190700b03805e-d # internal
2025-08-20T23:04:56.4926377Z [00:03:41.776]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate
2025-08-20T23:04:56.4927232Z [00:03:41.776]➜  mkdir -p $WORK/b2351/
2025-08-20T23:04:56.4930745Z [00:03:41.776]➜  cat >/tmp/go-build3700090427/b2351/importcfg << 'EOF' # internal
2025-08-20T23:04:56.4932638Z [00:03:41.776]➜  # import config
2025-08-20T23:04:56.4933314Z [00:03:41.776]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.4933938Z [00:03:41.776]➜  EOF
2025-08-20T23:04:56.4939753Z [00:03:41.776]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2351/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filteringvalidationstate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filteringvalidationstate;$WORK/b2351=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate -lang=go1.22 -complete -installsuffix shared -buildid fKDL5P4FHhtJkYuqlnjF/fKDL5P4FHhtJkYuqlnjF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2351/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filteringvalidationstate/filteringvalidationstate.go
2025-08-20T23:04:56.5106702Z [00:03:41.794]➜  go tool buildid -w $WORK/b2351/_pkg_.a # internal
2025-08-20T23:04:56.5122636Z [00:03:41.795]➜  cp $WORK/b2351/_pkg_.a /root/.cache/go-build/55/5580c2ce63465d382146d0815ae4d93bd6754586405a976948acb6cfa8908e2d-d # internal
2025-08-20T23:04:56.5125359Z [00:03:41.795]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype
2025-08-20T23:04:56.5127263Z [00:03:41.795]➜  mkdir -p $WORK/b2352/
2025-08-20T23:04:56.5128042Z [00:03:41.795]➜  cat >/tmp/go-build3700090427/b2352/importcfg << 'EOF' # internal
2025-08-20T23:04:56.5128728Z [00:03:41.795]➜  # import config
2025-08-20T23:04:56.5129642Z [00:03:41.795]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.5130264Z [00:03:41.795]➜  EOF
2025-08-20T23:04:56.5134838Z [00:03:41.795]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filtertype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filtertype;$WORK/b2352=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype -lang=go1.22 -complete -installsuffix shared -buildid VIR7E-vdjMagcKF7xlBx/VIR7E-vdjMagcKF7xlBx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2352/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/filtertype/filtertype.go
2025-08-20T23:04:56.5256510Z [00:03:41.809]➜  go tool buildid -w $WORK/b2352/_pkg_.a # internal
2025-08-20T23:04:56.5266038Z [00:03:41.809]➜  cp $WORK/b2352/_pkg_.a /root/.cache/go-build/cf/cfeed3fe554ce7fe77bde6def6cd6501a64603d853621b8254cc419b29a65e28-d # internal
2025-08-20T23:04:56.5268155Z [00:03:41.809]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest
2025-08-20T23:04:56.5269039Z [00:03:41.810]➜  mkdir -p $WORK/b2353/
2025-08-20T23:04:56.5270064Z [00:03:41.810]➜  cat >/tmp/go-build3700090427/b2353/importcfg << 'EOF' # internal
2025-08-20T23:04:56.5270765Z [00:03:41.810]➜  # import config
2025-08-20T23:04:56.5271434Z [00:03:41.810]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.5272056Z [00:03:41.810]➜  EOF
2025-08-20T23:04:56.5276582Z [00:03:41.810]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2353/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fingerprintdigest=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fingerprintdigest;$WORK/b2353=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest -lang=go1.22 -complete -installsuffix shared -buildid 4d53gZQRaX9h8PiZddxS/4d53gZQRaX9h8PiZddxS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2353/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/fingerprintdigest/fingerprintdigest.go
2025-08-20T23:04:56.5405879Z [00:03:41.824]➜  go tool buildid -w $WORK/b2353/_pkg_.a # internal
2025-08-20T23:04:56.5411422Z [00:03:41.824]➜  cp $WORK/b2353/_pkg_.a /root/.cache/go-build/6b/6b8585e907eae7cfe23a59f70e438dac30a5fb13bd077db8ec57d5879b65b245-d # internal
2025-08-20T23:04:56.5417375Z [00:03:41.825]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus
2025-08-20T23:04:56.5418456Z [00:03:41.825]➜  mkdir -p $WORK/b2354/
2025-08-20T23:04:56.5420786Z [00:03:41.825]➜  cat >/tmp/go-build3700090427/b2354/importcfg << 'EOF' # internal
2025-08-20T23:04:56.5422429Z [00:03:41.825]➜  # import config
2025-08-20T23:04:56.5423187Z [00:03:41.825]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.5423741Z [00:03:41.825]➜  EOF
2025-08-20T23:04:56.5428139Z [00:03:41.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2354/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/followerindexstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/followerindexstatus;$WORK/b2354=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus -lang=go1.22 -complete -installsuffix shared -buildid EyzRmhDGB4NUhx6w5qMT/EyzRmhDGB4NUhx6w5qMT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2354/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/followerindexstatus/followerindexstatus.go
2025-08-20T23:04:56.5589857Z [00:03:41.842]➜  go tool buildid -w $WORK/b2354/_pkg_.a # internal
2025-08-20T23:04:56.5600534Z [00:03:41.842]➜  cp $WORK/b2354/_pkg_.a /root/.cache/go-build/0e/0e9ddf3e240fa64f9965ff2ac1cf1580ad770cd8215331b03f2e458f0b25f89c-d # internal
2025-08-20T23:04:56.5601915Z [00:03:41.842]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode
2025-08-20T23:04:56.5602682Z [00:03:41.842]➜  mkdir -p $WORK/b2355/
2025-08-20T23:04:56.5603357Z [00:03:41.842]➜  cat >/tmp/go-build3700090427/b2355/importcfg << 'EOF' # internal
2025-08-20T23:04:56.5603983Z [00:03:41.842]➜  # import config
2025-08-20T23:04:56.5604599Z [00:03:41.842]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.5605167Z [00:03:41.842]➜  EOF
2025-08-20T23:04:56.5610289Z [00:03:41.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/functionboostmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/functionboostmode;$WORK/b2355=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode -lang=go1.22 -complete -installsuffix shared -buildid PZN6WO4jtLrpV8fTiBwV/PZN6WO4jtLrpV8fTiBwV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2355/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/functionboostmode/functionboostmode.go
2025-08-20T23:04:56.5732214Z [00:03:41.856]➜  go tool buildid -w $WORK/b2355/_pkg_.a # internal
2025-08-20T23:04:56.5740776Z [00:03:41.857]➜  cp $WORK/b2355/_pkg_.a /root/.cache/go-build/78/7847f04c8bbfd653944a0ce992b2eeef9d55f0a20ec77cf1ba9834cc29e338e3-d # internal
2025-08-20T23:04:56.5742252Z [00:03:41.857]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode
2025-08-20T23:04:56.5750720Z [00:03:41.857]➜  mkdir -p $WORK/b2356/
2025-08-20T23:04:56.5751502Z [00:03:41.858]➜  cat >/tmp/go-build3700090427/b2356/importcfg << 'EOF' # internal
2025-08-20T23:04:56.5752195Z [00:03:41.858]➜  # import config
2025-08-20T23:04:56.5754497Z [00:03:41.858]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.5755743Z [00:03:41.858]➜  EOF
2025-08-20T23:04:56.5763489Z [00:03:41.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2356/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/functionscoremode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/functionscoremode;$WORK/b2356=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode -lang=go1.22 -complete -installsuffix shared -buildid ahIJGuJ67Cf2yxFEJ2Lu/ahIJGuJ67Cf2yxFEJ2Lu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2356/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/functionscoremode/functionscoremode.go
2025-08-20T23:04:56.5890309Z [00:03:41.872]➜  go tool buildid -w $WORK/b2356/_pkg_.a # internal
2025-08-20T23:04:56.5900546Z [00:03:41.873]➜  cp $WORK/b2356/_pkg_.a /root/.cache/go-build/76/766161bfaf784aa5a49ff3ff41010f9a19529893c958e133836539eb01ce9b09-d # internal
2025-08-20T23:04:56.5901851Z [00:03:41.873]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy
2025-08-20T23:04:56.5905485Z [00:03:41.873]➜  mkdir -p $WORK/b2357/
2025-08-20T23:04:56.5919770Z [00:03:41.874]➜  cat >/tmp/go-build3700090427/b2357/importcfg << 'EOF' # internal
2025-08-20T23:04:56.5920475Z [00:03:41.874]➜  # import config
2025-08-20T23:04:56.5921041Z [00:03:41.874]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.5921561Z [00:03:41.874]➜  EOF
2025-08-20T23:04:56.5925666Z [00:03:41.874]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2357/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/gappolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/gappolicy;$WORK/b2357=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy -lang=go1.22 -complete -installsuffix shared -buildid 4KqbEvtDC0bWwhofSnyU/4KqbEvtDC0bWwhofSnyU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2357/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/gappolicy/gappolicy.go
2025-08-20T23:04:56.6036432Z [00:03:41.887]➜  go tool buildid -w $WORK/b2357/_pkg_.a # internal
2025-08-20T23:04:56.6042961Z [00:03:41.887]➜  cp $WORK/b2357/_pkg_.a /root/.cache/go-build/92/9259f2acf372a678757e4a38b7d50b76a9934714349a039821407b31856d6334-d # internal
2025-08-20T23:04:56.6046004Z [00:03:41.887]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype
2025-08-20T23:04:56.6046823Z [00:03:41.887]➜  mkdir -p $WORK/b2358/
2025-08-20T23:04:56.6049043Z [00:03:41.888]➜  cat >/tmp/go-build3700090427/b2358/importcfg << 'EOF' # internal
2025-08-20T23:04:56.6049894Z [00:03:41.888]➜  # import config
2025-08-20T23:04:56.6050548Z [00:03:41.888]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.6051128Z [00:03:41.888]➜  EOF
2025-08-20T23:04:56.6055895Z [00:03:41.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2358/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geodistancetype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geodistancetype;$WORK/b2358=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype -lang=go1.22 -complete -installsuffix shared -buildid 76xJ3y7IcoFTN3go0Fdl/76xJ3y7IcoFTN3go0Fdl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2358/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geodistancetype/geodistancetype.go
2025-08-20T23:04:56.6174251Z [00:03:41.900]➜  go tool buildid -w $WORK/b2358/_pkg_.a # internal
2025-08-20T23:04:56.6175642Z [00:03:41.901]➜  cp $WORK/b2358/_pkg_.a /root/.cache/go-build/03/038308ab9117bf8383d21dcfbca7c54687deb2c5c63270ce5aa075d7459571fa-d # internal
2025-08-20T23:04:56.6176943Z [00:03:41.901]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution
2025-08-20T23:04:56.6177714Z [00:03:41.901]➜  mkdir -p $WORK/b2359/
2025-08-20T23:04:56.6180350Z [00:03:41.901]➜  cat >/tmp/go-build3700090427/b2359/importcfg << 'EOF' # internal
2025-08-20T23:04:56.6181015Z [00:03:41.901]➜  # import config
2025-08-20T23:04:56.6181875Z [00:03:41.901]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.6182479Z [00:03:41.901]➜  EOF
2025-08-20T23:04:56.6187212Z [00:03:41.901]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2359/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geoexecution=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geoexecution;$WORK/b2359=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution -lang=go1.22 -complete -installsuffix shared -buildid cU78dsXzsY1-vQC1-1Az/cU78dsXzsY1-vQC1-1Az -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2359/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geoexecution/geoexecution.go
2025-08-20T23:04:56.6306305Z [00:03:41.914]➜  go tool buildid -w $WORK/b2359/_pkg_.a # internal
2025-08-20T23:04:56.6314042Z [00:03:41.915]➜  cp $WORK/b2359/_pkg_.a /root/.cache/go-build/06/061fb1ec69a52602c398e8b24523ed72b44ecec4a17d77aeb390cbbb85d6f62c-d # internal
2025-08-20T23:04:56.6317833Z [00:03:41.915]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat
2025-08-20T23:04:56.6318648Z [00:03:41.915]➜  mkdir -p $WORK/b2360/
2025-08-20T23:04:56.6325103Z [00:03:41.916]➜  cat >/tmp/go-build3700090427/b2360/importcfg << 'EOF' # internal
2025-08-20T23:04:56.6326196Z [00:03:41.916]➜  # import config
2025-08-20T23:04:56.6326943Z [00:03:41.916]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.6327605Z [00:03:41.916]➜  EOF
2025-08-20T23:04:56.6332936Z [00:03:41.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2360/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geogridtargetformat=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geogridtargetformat;$WORK/b2360=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat -lang=go1.22 -complete -installsuffix shared -buildid qJny85ZLUZ2FNFHII7l6/qJny85ZLUZ2FNFHII7l6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2360/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geogridtargetformat/geogridtargetformat.go
2025-08-20T23:04:56.6463255Z [00:03:41.928]➜  go tool buildid -w $WORK/b2360/_pkg_.a # internal
2025-08-20T23:04:56.6473502Z [00:03:41.929]➜  cp $WORK/b2360/_pkg_.a /root/.cache/go-build/b4/b457b2744c628b236bea3db32dfc385eaa227beab5fe8428b7e03a31442b5733-d # internal
2025-08-20T23:04:56.6475026Z [00:03:41.929]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype
2025-08-20T23:04:56.6475908Z [00:03:41.929]➜  mkdir -p $WORK/b2361/
2025-08-20T23:04:56.6476683Z [00:03:41.929]➜  cat >/tmp/go-build3700090427/b2361/importcfg << 'EOF' # internal
2025-08-20T23:04:56.6477630Z [00:03:41.929]➜  # import config
2025-08-20T23:04:56.6478330Z [00:03:41.930]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.6478970Z [00:03:41.930]➜  EOF
2025-08-20T23:04:56.6485126Z [00:03:41.930]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2361/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geogridtiletype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geogridtiletype;$WORK/b2361=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype -lang=go1.22 -complete -installsuffix shared -buildid GPd27iTZJzrho7KjO3hx/GPd27iTZJzrho7KjO3hx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2361/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geogridtiletype/geogridtiletype.go
2025-08-20T23:04:56.6643513Z [00:03:41.947]➜  go tool buildid -w $WORK/b2361/_pkg_.a # internal
2025-08-20T23:04:56.6647242Z [00:03:41.947]➜  cp $WORK/b2361/_pkg_.a /root/.cache/go-build/fe/fe973cb9003a00ce6bdb091d598a49a46292bc4df26b0ed346222d9597e4244c-d # internal
2025-08-20T23:04:56.6648651Z [00:03:41.947]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation
2025-08-20T23:04:56.6649645Z [00:03:41.947]➜  mkdir -p $WORK/b2362/
2025-08-20T23:04:56.6650381Z [00:03:41.948]➜  cat >/tmp/go-build3700090427/b2362/importcfg << 'EOF' # internal
2025-08-20T23:04:56.6651044Z [00:03:41.948]➜  # import config
2025-08-20T23:04:56.6651687Z [00:03:41.948]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.6652302Z [00:03:41.948]➜  EOF
2025-08-20T23:04:56.6657351Z [00:03:41.948]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2362/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geoorientation=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geoorientation;$WORK/b2362=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation -lang=go1.22 -complete -installsuffix shared -buildid KwKCtVV59xo55roqJ98I/KwKCtVV59xo55roqJ98I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2362/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geoorientation/geoorientation.go
2025-08-20T23:04:56.6766951Z [00:03:41.960]➜  go tool buildid -w $WORK/b2362/_pkg_.a # internal
2025-08-20T23:04:56.6776090Z [00:03:41.961]➜  cp $WORK/b2362/_pkg_.a /root/.cache/go-build/f9/f978a223140af512a85f3a44452851e7fe2c324374361b6933e86a9fe7fb7921-d # internal
2025-08-20T23:04:56.6777445Z [00:03:41.961]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation
2025-08-20T23:04:56.6779061Z [00:03:41.961]➜  mkdir -p $WORK/b2363/
2025-08-20T23:04:56.6779962Z [00:03:41.961]➜  cat >/tmp/go-build3700090427/b2363/importcfg << 'EOF' # internal
2025-08-20T23:04:56.6781032Z [00:03:41.961]➜  # import config
2025-08-20T23:04:56.6781888Z [00:03:41.961]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.6783613Z [00:03:41.961]➜  EOF
2025-08-20T23:04:56.6787882Z [00:03:41.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2363/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geoshaperelation=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geoshaperelation;$WORK/b2363=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation -lang=go1.22 -complete -installsuffix shared -buildid qW0ySoHTNHFLtuR9P9Cx/qW0ySoHTNHFLtuR9P9Cx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2363/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geoshaperelation/geoshaperelation.go
2025-08-20T23:04:56.6933426Z [00:03:41.975]➜  go tool buildid -w $WORK/b2363/_pkg_.a # internal
2025-08-20T23:04:56.6936500Z [00:03:41.977]➜  cp $WORK/b2363/_pkg_.a /root/.cache/go-build/27/275b4e06586d2a43542978d0c6d31cd3c7bd4b8356795196d0880f6d2640a9b7-d # internal
2025-08-20T23:04:56.6938063Z [00:03:41.977]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy
2025-08-20T23:04:56.6938829Z [00:03:41.977]➜  mkdir -p $WORK/b2364/
2025-08-20T23:04:56.6939733Z [00:03:41.977]➜  cat >/tmp/go-build3700090427/b2364/importcfg << 'EOF' # internal
2025-08-20T23:04:56.6940416Z [00:03:41.977]➜  # import config
2025-08-20T23:04:56.6941079Z [00:03:41.977]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.6941713Z [00:03:41.977]➜  EOF
2025-08-20T23:04:56.6946326Z [00:03:41.977]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2364/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geostrategy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geostrategy;$WORK/b2364=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy -lang=go1.22 -complete -installsuffix shared -buildid riLMxczSs81afKsAUTDa/riLMxczSs81afKsAUTDa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2364/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geostrategy/geostrategy.go
2025-08-20T23:04:56.7048309Z [00:03:41.988]➜  go tool buildid -w $WORK/b2364/_pkg_.a # internal
2025-08-20T23:04:56.7054079Z [00:03:41.988]➜  cp $WORK/b2364/_pkg_.a /root/.cache/go-build/aa/aa981d008279f193131c4067ee83fbfb5ff3c437e52942df46f83ebe4e97f84e-d # internal
2025-08-20T23:04:56.7057752Z [00:03:41.989]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod
2025-08-20T23:04:56.7058491Z [00:03:41.989]➜  mkdir -p $WORK/b2365/
2025-08-20T23:04:56.7059157Z [00:03:41.989]➜  cat >/tmp/go-build3700090427/b2365/importcfg << 'EOF' # internal
2025-08-20T23:04:56.7060150Z [00:03:41.989]➜  # import config
2025-08-20T23:04:56.7060853Z [00:03:41.989]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.7061381Z [00:03:41.989]➜  EOF
2025-08-20T23:04:56.7065656Z [00:03:41.989]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2365/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geovalidationmethod=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geovalidationmethod;$WORK/b2365=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod -lang=go1.22 -complete -installsuffix shared -buildid _-c4da88ZrJflvNzdmNZ/_-c4da88ZrJflvNzdmNZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2365/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/geovalidationmethod/geovalidationmethod.go
2025-08-20T23:04:56.7236552Z [00:03:42.007]➜  go tool buildid -w $WORK/b2365/_pkg_.a # internal
2025-08-20T23:04:56.7247312Z [00:03:42.008]➜  cp $WORK/b2365/_pkg_.a /root/.cache/go-build/9d/9d5bc04ee70404e8e0a2f79de1f569cd8f9d4de6efe9555479f432e41b5709e4-d # internal
2025-08-20T23:04:56.7248436Z [00:03:42.008]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus
2025-08-20T23:04:56.7249080Z [00:03:42.008]➜  mkdir -p $WORK/b2366/
2025-08-20T23:04:56.7249873Z [00:03:42.008]➜  cat >/tmp/go-build3700090427/b2366/importcfg << 'EOF' # internal
2025-08-20T23:04:56.7250404Z [00:03:42.008]➜  # import config
2025-08-20T23:04:56.7250928Z [00:03:42.008]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.7251419Z [00:03:42.008]➜  EOF
2025-08-20T23:04:56.7255185Z [00:03:42.008]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2366/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/healthstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/healthstatus;$WORK/b2366=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus -lang=go1.22 -complete -installsuffix shared -buildid LXR3EkG6uEzDQCgl0Vju/LXR3EkG6uEzDQCgl0Vju -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2366/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/healthstatus/healthstatus.go
2025-08-20T23:04:56.7526294Z [00:03:42.036]➜  go tool buildid -w $WORK/b2366/_pkg_.a # internal
2025-08-20T23:04:56.7534131Z [00:03:42.036]➜  cp $WORK/b2366/_pkg_.a /root/.cache/go-build/12/12c7c26c4d37434fe9e3f59e5c7798a03cd4bbd18ac6322938fa8d36c1ca566f-d # internal
2025-08-20T23:04:56.7535595Z [00:03:42.037]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder
2025-08-20T23:04:56.7536453Z [00:03:42.037]➜  mkdir -p $WORK/b2367/
2025-08-20T23:04:56.7539170Z [00:03:42.037]➜  cat >/tmp/go-build3700090427/b2367/importcfg << 'EOF' # internal
2025-08-20T23:04:56.7542584Z [00:03:42.037]➜  # import config
2025-08-20T23:04:56.7548024Z [00:03:42.037]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.7551074Z [00:03:42.037]➜  EOF
2025-08-20T23:04:56.7558978Z [00:03:42.037]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2367/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlighterencoder=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlighterencoder;$WORK/b2367=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder -lang=go1.22 -complete -installsuffix shared -buildid XhESkzTLHgAzqDc2iMdN/XhESkzTLHgAzqDc2iMdN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2367/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlighterencoder/highlighterencoder.go
2025-08-20T23:04:56.7832738Z [00:03:42.066]➜  go tool buildid -w $WORK/b2367/_pkg_.a # internal
2025-08-20T23:04:56.7835926Z [00:03:42.067]➜  cp $WORK/b2367/_pkg_.a /root/.cache/go-build/96/963c803c5e1f8a7eba557724b4b0faa17d97c83556acdff8f9a95bc5380dfbdf-d # internal
2025-08-20T23:04:56.7839193Z [00:03:42.067]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter
2025-08-20T23:04:56.7846476Z [00:03:42.067]➜  mkdir -p $WORK/b2368/
2025-08-20T23:04:56.7847269Z [00:03:42.067]➜  cat >/tmp/go-build3700090427/b2368/importcfg << 'EOF' # internal
2025-08-20T23:04:56.7852417Z [00:03:42.067]➜  # import config
2025-08-20T23:04:56.7853478Z [00:03:42.067]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.7871070Z [00:03:42.067]➜  EOF
2025-08-20T23:04:56.7876620Z [00:03:42.068]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2368/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlighterfragmenter=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlighterfragmenter;$WORK/b2368=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter -lang=go1.22 -complete -installsuffix shared -buildid SJHSA0KMPLiMSDUMRBlX/SJHSA0KMPLiMSDUMRBlX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2368/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlighterfragmenter/highlighterfragmenter.go
2025-08-20T23:04:56.8178717Z [00:03:42.101]➜  go tool buildid -w $WORK/b2368/_pkg_.a # internal
2025-08-20T23:04:56.8202082Z [00:03:42.102]➜  cp $WORK/b2368/_pkg_.a /root/.cache/go-build/fc/fc8006b1880e224c2c0f8d6d83006f9199f3a117f8a55ac9ed1b95f50e92e9ac-d # internal
2025-08-20T23:04:56.8207039Z [00:03:42.102]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder
2025-08-20T23:04:56.8207919Z [00:03:42.102]➜  mkdir -p $WORK/b2369/
2025-08-20T23:04:56.8208681Z [00:03:42.102]➜  cat >/tmp/go-build3700090427/b2369/importcfg << 'EOF' # internal
2025-08-20T23:04:56.8209544Z [00:03:42.102]➜  # import config
2025-08-20T23:04:56.8210281Z [00:03:42.102]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.8210946Z [00:03:42.102]➜  EOF
2025-08-20T23:04:56.8216042Z [00:03:42.102]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2369/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlighterorder=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlighterorder;$WORK/b2369=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder -lang=go1.22 -complete -installsuffix shared -buildid LMhrnENXWNUSlSMaNbWb/LMhrnENXWNUSlSMaNbWb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2369/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlighterorder/highlighterorder.go
2025-08-20T23:04:56.8525545Z [00:03:42.136]➜  go tool buildid -w $WORK/b2369/_pkg_.a # internal
2025-08-20T23:04:56.8534391Z [00:03:42.137]➜  cp $WORK/b2369/_pkg_.a /root/.cache/go-build/70/70d012421e922482d17aa6b91e9df6de03c359fb72d514080b6ab7b11d807df0-d # internal
2025-08-20T23:04:56.8537131Z [00:03:42.137]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema
2025-08-20T23:04:56.8552717Z [00:03:42.138]➜  mkdir -p $WORK/b2370/
2025-08-20T23:04:56.8561656Z [00:03:42.139]➜  cat >/tmp/go-build3700090427/b2370/importcfg << 'EOF' # internal
2025-08-20T23:04:56.8563729Z [00:03:42.139]➜  # import config
2025-08-20T23:04:56.8565915Z [00:03:42.139]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.8570512Z [00:03:42.139]➜  EOF
2025-08-20T23:04:56.8581530Z [00:03:42.139]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2370/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlightertagsschema=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlightertagsschema;$WORK/b2370=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema -lang=go1.22 -complete -installsuffix shared -buildid ngz2_WnlTH7CA_7KZIsn/ngz2_WnlTH7CA_7KZIsn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2370/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlightertagsschema/highlightertagsschema.go
2025-08-20T23:04:56.9011598Z [00:03:42.184]➜  go tool buildid -w $WORK/b2370/_pkg_.a # internal
2025-08-20T23:04:56.9022993Z [00:03:42.185]➜  cp $WORK/b2370/_pkg_.a /root/.cache/go-build/23/239025c3107a0ea25022f6ec4a921eaccae8e8ec98b633c60aa6b93a1a9c1ed7-d # internal
2025-08-20T23:04:56.9024507Z [00:03:42.185]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype
2025-08-20T23:04:56.9025326Z [00:03:42.186]➜  mkdir -p $WORK/b2371/
2025-08-20T23:04:56.9036770Z [00:03:42.186]➜  cat >/tmp/go-build3700090427/b2371/importcfg << 'EOF' # internal
2025-08-20T23:04:56.9037485Z [00:03:42.186]➜  # import config
2025-08-20T23:04:56.9038195Z [00:03:42.186]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.9038842Z [00:03:42.186]➜  EOF
2025-08-20T23:04:56.9043678Z [00:03:42.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2371/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlightertype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlightertype;$WORK/b2371=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype -lang=go1.22 -complete -installsuffix shared -buildid tQwJbEnOOlone6yZIuQ4/tQwJbEnOOlone6yZIuQ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2371/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/highlightertype/highlightertype.go
2025-08-20T23:04:56.9194407Z [00:03:42.201]➜  go tool buildid -w $WORK/b2371/_pkg_.a # internal
2025-08-20T23:04:56.9235517Z [00:03:42.207]➜  cp $WORK/b2371/_pkg_.a /root/.cache/go-build/df/df2e731cc67b55973e06a2bdbe171eb6077d31611a9c481d98d2dc100bca4e88-d # internal
2025-08-20T23:04:56.9239536Z [00:03:42.207]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype
2025-08-20T23:04:56.9240410Z [00:03:42.207]➜  mkdir -p $WORK/b2372/
2025-08-20T23:04:56.9241123Z [00:03:42.207]➜  cat >/tmp/go-build3700090427/b2372/importcfg << 'EOF' # internal
2025-08-20T23:04:56.9241807Z [00:03:42.207]➜  # import config
2025-08-20T23:04:56.9242498Z [00:03:42.207]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.9243142Z [00:03:42.207]➜  EOF
2025-08-20T23:04:56.9248265Z [00:03:42.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2372/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/holtwinterstype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/holtwinterstype;$WORK/b2372=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype -lang=go1.22 -complete -installsuffix shared -buildid bNSac0hFVb8a1-5Dj92P/bNSac0hFVb8a1-5Dj92P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2372/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/holtwinterstype/holtwinterstype.go
2025-08-20T23:04:56.9368821Z [00:03:42.220]➜  go tool buildid -w $WORK/b2372/_pkg_.a # internal
2025-08-20T23:04:56.9382377Z [00:03:42.221]➜  cp $WORK/b2372/_pkg_.a /root/.cache/go-build/06/06bf72ed30662bff089a3f47d601531c371257a25d8aef03e95cdf74a3ce00ed-d # internal
2025-08-20T23:04:56.9390974Z [00:03:42.222]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod
2025-08-20T23:04:56.9395447Z [00:03:42.222]➜  mkdir -p $WORK/b2373/
2025-08-20T23:04:56.9410690Z [00:03:42.224]➜  cat >/tmp/go-build3700090427/b2373/importcfg << 'EOF' # internal
2025-08-20T23:04:56.9420836Z [00:03:42.224]➜  # import config
2025-08-20T23:04:56.9421560Z [00:03:42.224]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.9422222Z [00:03:42.224]➜  EOF
2025-08-20T23:04:56.9427404Z [00:03:42.225]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2373/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/httpinputmethod=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/httpinputmethod;$WORK/b2373=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod -lang=go1.22 -complete -installsuffix shared -buildid mFk57iqkHpjB4TuDICpj/mFk57iqkHpjB4TuDICpj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2373/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/httpinputmethod/httpinputmethod.go
2025-08-20T23:04:56.9816099Z [00:03:42.265]➜  go tool buildid -w $WORK/b2373/_pkg_.a # internal
2025-08-20T23:04:56.9828964Z [00:03:42.266]➜  cp $WORK/b2373/_pkg_.a /root/.cache/go-build/0e/0ee205a6199608d25416803ddb8162fb774d8b73f2ec04c0bcd1e7da687a7837-d # internal
2025-08-20T23:04:56.9844595Z [00:03:42.267]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution
2025-08-20T23:04:56.9848570Z [00:03:42.267]➜  mkdir -p $WORK/b2374/
2025-08-20T23:04:56.9849518Z [00:03:42.268]➜  cat >/tmp/go-build3700090427/b2374/importcfg << 'EOF' # internal
2025-08-20T23:04:56.9850206Z [00:03:42.268]➜  # import config
2025-08-20T23:04:56.9851140Z [00:03:42.268]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:56.9851785Z [00:03:42.268]➜  EOF
2025-08-20T23:04:56.9856661Z [00:03:42.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2374/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ibdistribution=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ibdistribution;$WORK/b2374=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution -lang=go1.22 -complete -installsuffix shared -buildid zay_v8yjA1x_pBxXdnhN/zay_v8yjA1x_pBxXdnhN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2374/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ibdistribution/ibdistribution.go
2025-08-20T23:04:57.0181539Z [00:03:42.301]➜  go tool buildid -w $WORK/b2374/_pkg_.a # internal
2025-08-20T23:04:57.0189899Z [00:03:42.302]➜  cp $WORK/b2374/_pkg_.a /root/.cache/go-build/b7/b79ecac42ea40d6c460bc7930709e6abba57022c9ba58158706cc1f422326561-d # internal
2025-08-20T23:04:57.0191197Z [00:03:42.302]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda
2025-08-20T23:04:57.0191907Z [00:03:42.302]➜  mkdir -p $WORK/b2375/
2025-08-20T23:04:57.0241703Z [00:03:42.307]➜  cat >/tmp/go-build3700090427/b2375/importcfg << 'EOF' # internal
2025-08-20T23:04:57.0252518Z [00:03:42.307]➜  # import config
2025-08-20T23:04:57.0253224Z [00:03:42.307]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.0253869Z [00:03:42.307]➜  EOF
2025-08-20T23:04:57.0258741Z [00:03:42.308]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2375/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/iblambda=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/iblambda;$WORK/b2375=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda -lang=go1.22 -complete -installsuffix shared -buildid -EaNmKLYIy3bxEyq6vry/-EaNmKLYIy3bxEyq6vry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2375/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/iblambda/iblambda.go
2025-08-20T23:04:57.0515442Z [00:03:42.335]➜  go tool buildid -w $WORK/b2375/_pkg_.a # internal
2025-08-20T23:04:57.0527909Z [00:03:42.336]➜  cp $WORK/b2375/_pkg_.a /root/.cache/go-build/96/966f0e68f77e376814d857ec2c64a44468ecfa134b6576c9f8ac459e861b00f7-d # internal
2025-08-20T23:04:57.0534103Z [00:03:42.336]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate
2025-08-20T23:04:57.0534974Z [00:03:42.336]➜  mkdir -p $WORK/b2376/
2025-08-20T23:04:57.0541395Z [00:03:42.337]➜  cat >/tmp/go-build3700090427/b2376/importcfg << 'EOF' # internal
2025-08-20T23:04:57.0542127Z [00:03:42.337]➜  # import config
2025-08-20T23:04:57.0542840Z [00:03:42.337]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.0543444Z [00:03:42.337]➜  EOF
2025-08-20T23:04:57.0554987Z [00:03:42.338]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationalternate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationalternate;$WORK/b2376=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate -lang=go1.22 -complete -installsuffix shared -buildid lU99RU4th99h_rNAqVRw/lU99RU4th99h_rNAqVRw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2376/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationalternate/icucollationalternate.go
2025-08-20T23:04:57.0857778Z [00:03:42.369]➜  go tool buildid -w $WORK/b2376/_pkg_.a # internal
2025-08-20T23:04:57.0862846Z [00:03:42.369]➜  cp $WORK/b2376/_pkg_.a /root/.cache/go-build/e7/e7a8dccd6cdacb703207757917de8caa5131a37aa83773ece8483ea468e06664-d # internal
2025-08-20T23:04:57.0865729Z [00:03:42.369]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst
2025-08-20T23:04:57.0866908Z [00:03:42.370]➜  mkdir -p $WORK/b2377/
2025-08-20T23:04:57.0894039Z [00:03:42.372]➜  cat >/tmp/go-build3700090427/b2377/importcfg << 'EOF' # internal
2025-08-20T23:04:57.0894948Z [00:03:42.372]➜  # import config
2025-08-20T23:04:57.0895739Z [00:03:42.372]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.0896325Z [00:03:42.372]➜  EOF
2025-08-20T23:04:57.0901771Z [00:03:42.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2377/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationcasefirst=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationcasefirst;$WORK/b2377=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst -lang=go1.22 -complete -installsuffix shared -buildid QX89rBHNzfDncM0xCqro/QX89rBHNzfDncM0xCqro -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2377/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationcasefirst/icucollationcasefirst.go
2025-08-20T23:04:57.1065544Z [00:03:42.390]➜  go tool buildid -w $WORK/b2377/_pkg_.a # internal
2025-08-20T23:04:57.1073751Z [00:03:42.391]➜  cp $WORK/b2377/_pkg_.a /root/.cache/go-build/b0/b00bb98e929954bdf86f6f19e61274b1cf0eae7bed1110103331e22e527d5ae7-d # internal
2025-08-20T23:04:57.1075925Z [00:03:42.391]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition
2025-08-20T23:04:57.1076866Z [00:03:42.391]➜  mkdir -p $WORK/b2378/
2025-08-20T23:04:57.1081102Z [00:03:42.391]➜  cat >/tmp/go-build3700090427/b2378/importcfg << 'EOF' # internal
2025-08-20T23:04:57.1082869Z [00:03:42.391]➜  # import config
2025-08-20T23:04:57.1083903Z [00:03:42.391]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.1084602Z [00:03:42.391]➜  EOF
2025-08-20T23:04:57.1090267Z [00:03:42.392]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2378/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationdecomposition=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationdecomposition;$WORK/b2378=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition -lang=go1.22 -complete -installsuffix shared -buildid as65XAMpde2zV0SQgkkz/as65XAMpde2zV0SQgkkz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2378/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationdecomposition/icucollationdecomposition.go
2025-08-20T23:04:57.1288683Z [00:03:42.412]➜  go tool buildid -w $WORK/b2378/_pkg_.a # internal
2025-08-20T23:04:57.1301215Z [00:03:42.413]➜  cp $WORK/b2378/_pkg_.a /root/.cache/go-build/46/46b1f5ce8951c7cc1612e0708dcd884965b288ca2d3df8ab751379004b93fce5-d # internal
2025-08-20T23:04:57.1308790Z [00:03:42.414]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength
2025-08-20T23:04:57.1310759Z [00:03:42.414]➜  mkdir -p $WORK/b2379/
2025-08-20T23:04:57.1319079Z [00:03:42.415]➜  cat >/tmp/go-build3700090427/b2379/importcfg << 'EOF' # internal
2025-08-20T23:04:57.1321540Z [00:03:42.415]➜  # import config
2025-08-20T23:04:57.1322227Z [00:03:42.415]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.1322857Z [00:03:42.415]➜  EOF
2025-08-20T23:04:57.1332505Z [00:03:42.416]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationstrength=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationstrength;$WORK/b2379=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength -lang=go1.22 -complete -installsuffix shared -buildid dvVb1UuDcaG6XZLqIn4J/dvVb1UuDcaG6XZLqIn4J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2379/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icucollationstrength/icucollationstrength.go
2025-08-20T23:04:57.1499834Z [00:03:42.433]➜  go tool buildid -w $WORK/b2379/_pkg_.a # internal
2025-08-20T23:04:57.1506301Z [00:03:42.434]➜  cp $WORK/b2379/_pkg_.a /root/.cache/go-build/51/51c55a5305d5fa58f2c303ad1af3ab814b07206d74e2ccedccc07cf705b0791d-d # internal
2025-08-20T23:04:57.1514289Z [00:03:42.434]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode
2025-08-20T23:04:57.1515027Z [00:03:42.434]➜  mkdir -p $WORK/b2380/
2025-08-20T23:04:57.1521197Z [00:03:42.435]➜  cat >/tmp/go-build3700090427/b2380/importcfg << 'EOF' # internal
2025-08-20T23:04:57.1521954Z [00:03:42.435]➜  # import config
2025-08-20T23:04:57.1522612Z [00:03:42.435]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.1526203Z [00:03:42.435]➜  EOF
2025-08-20T23:04:57.1531525Z [00:03:42.435]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2380/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icunormalizationmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icunormalizationmode;$WORK/b2380=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode -lang=go1.22 -complete -installsuffix shared -buildid xD0p8TlaTxXArQImkG59/xD0p8TlaTxXArQImkG59 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2380/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icunormalizationmode/icunormalizationmode.go
2025-08-20T23:04:57.1665566Z [00:03:42.450]➜  go tool buildid -w $WORK/b2380/_pkg_.a # internal
2025-08-20T23:04:57.1673961Z [00:03:42.450]➜  cp $WORK/b2380/_pkg_.a /root/.cache/go-build/83/834f40432101365b7f327a7e30ae1274de3fcd8ebf470d96b4e071fd556fc732-d # internal
2025-08-20T23:04:57.1675512Z [00:03:42.451]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype
2025-08-20T23:04:57.1691670Z [00:03:42.452]➜  mkdir -p $WORK/b2381/
2025-08-20T23:04:57.1693294Z [00:03:42.452]➜  cat >/tmp/go-build3700090427/b2381/importcfg << 'EOF' # internal
2025-08-20T23:04:57.1694584Z [00:03:42.452]➜  # import config
2025-08-20T23:04:57.1695429Z [00:03:42.452]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.1696032Z [00:03:42.452]➜  EOF
2025-08-20T23:04:57.1702280Z [00:03:42.452]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2381/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icunormalizationtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icunormalizationtype;$WORK/b2381=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype -lang=go1.22 -complete -installsuffix shared -buildid bZtwxxB-EYfxxsZAC4Q8/bZtwxxB-EYfxxsZAC4Q8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2381/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icunormalizationtype/icunormalizationtype.go
2025-08-20T23:04:57.1843229Z [00:03:42.467]➜  go tool buildid -w $WORK/b2381/_pkg_.a # internal
2025-08-20T23:04:57.1856122Z [00:03:42.469]➜  cp $WORK/b2381/_pkg_.a /root/.cache/go-build/68/68567624f333381b0513faacf330d6af4955d79b235241aa6c7345f62623ea01-d # internal
2025-08-20T23:04:57.1861988Z [00:03:42.469]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection
2025-08-20T23:04:57.1873831Z [00:03:42.471]➜  mkdir -p $WORK/b2382/
2025-08-20T23:04:57.1875129Z [00:03:42.471]➜  cat >/tmp/go-build3700090427/b2382/importcfg << 'EOF' # internal
2025-08-20T23:04:57.1877114Z [00:03:42.471]➜  # import config
2025-08-20T23:04:57.1877800Z [00:03:42.471]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.1878353Z [00:03:42.471]➜  EOF
2025-08-20T23:04:57.1886167Z [00:03:42.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2382/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icutransformdirection=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icutransformdirection;$WORK/b2382=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection -lang=go1.22 -complete -installsuffix shared -buildid sDLUhx2G1ZVWUpSMifLg/sDLUhx2G1ZVWUpSMifLg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2382/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/icutransformdirection/icutransformdirection.go
2025-08-20T23:04:57.2028796Z [00:03:42.486]➜  go tool buildid -w $WORK/b2382/_pkg_.a # internal
2025-08-20T23:04:57.2046609Z [00:03:42.488]➜  cp $WORK/b2382/_pkg_.a /root/.cache/go-build/f9/f96be23b8febc5c4e0d00eff5ae88a79ada1044447df70ad0b67a7ad5443166b-d # internal
2025-08-20T23:04:57.2048287Z [00:03:42.488]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea
2025-08-20T23:04:57.2049603Z [00:03:42.488]➜  mkdir -p $WORK/b2383/
2025-08-20T23:04:57.2050488Z [00:03:42.488]➜  cat >/tmp/go-build3700090427/b2383/importcfg << 'EOF' # internal
2025-08-20T23:04:57.2051497Z [00:03:42.488]➜  # import config
2025-08-20T23:04:57.2053626Z [00:03:42.488]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.2054135Z [00:03:42.488]➜  EOF
2025-08-20T23:04:57.2058118Z [00:03:42.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2383/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/impactarea=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/impactarea;$WORK/b2383=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea -lang=go1.22 -complete -installsuffix shared -buildid aDzKf4bUv94e73JHMt-k/aDzKf4bUv94e73JHMt-k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2383/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/impactarea/impactarea.go
2025-08-20T23:04:57.2207550Z [00:03:42.504]➜  go tool buildid -w $WORK/b2383/_pkg_.a # internal
2025-08-20T23:04:57.2213071Z [00:03:42.504]➜  cp $WORK/b2383/_pkg_.a /root/.cache/go-build/62/621b625497a01f3133cb44fca36b013efe618c7eabe17082aa73dc9d3d7a4667-d # internal
2025-08-20T23:04:57.2219209Z [00:03:42.505]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup
2025-08-20T23:04:57.2232471Z [00:03:42.505]➜  mkdir -p $WORK/b2384/
2025-08-20T23:04:57.2233216Z [00:03:42.505]➜  cat >/tmp/go-build3700090427/b2384/importcfg << 'EOF' # internal
2025-08-20T23:04:57.2233884Z [00:03:42.505]➜  # import config
2025-08-20T23:04:57.2234730Z [00:03:42.505]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.2235358Z [00:03:42.505]➜  EOF
2025-08-20T23:04:57.2240852Z [00:03:42.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2384/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexcheckonstartup=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexcheckonstartup;$WORK/b2384=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup -lang=go1.22 -complete -installsuffix shared -buildid t65dEYxI8N133ArW79PW/t65dEYxI8N133ArW79PW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2384/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexcheckonstartup/indexcheckonstartup.go
2025-08-20T23:04:57.2369986Z [00:03:42.520]➜  go tool buildid -w $WORK/b2384/_pkg_.a # internal
2025-08-20T23:04:57.2377534Z [00:03:42.521]➜  cp $WORK/b2384/_pkg_.a /root/.cache/go-build/80/8092ddec04bef436a5b117bc68ec819dd9b410cad22f1ca03b3a35cb3e60ca08-d # internal
2025-08-20T23:04:57.2382067Z [00:03:42.521]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate
2025-08-20T23:04:57.2382950Z [00:03:42.521]➜  mkdir -p $WORK/b2385/
2025-08-20T23:04:57.2386731Z [00:03:42.522]➜  cat >/tmp/go-build3700090427/b2385/importcfg << 'EOF' # internal
2025-08-20T23:04:57.2387412Z [00:03:42.522]➜  # import config
2025-08-20T23:04:57.2388036Z [00:03:42.522]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.2388613Z [00:03:42.522]➜  EOF
2025-08-20T23:04:57.2396087Z [00:03:42.522]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2385/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexingjobstate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexingjobstate;$WORK/b2385=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate -lang=go1.22 -complete -installsuffix shared -buildid vxN7_IL2QJcrrLSfx2kV/vxN7_IL2QJcrrLSfx2kV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2385/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexingjobstate/indexingjobstate.go
2025-08-20T23:04:57.2643111Z [00:03:42.547]➜  go tool buildid -w $WORK/b2385/_pkg_.a # internal
2025-08-20T23:04:57.2644431Z [00:03:42.547]➜  cp $WORK/b2385/_pkg_.a /root/.cache/go-build/0f/0f0d984b5d593f9089580db528c7ff702b9ec3cdac073985d39e4477600019d3-d # internal
2025-08-20T23:04:57.2651413Z [00:03:42.548]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate
2025-08-20T23:04:57.2652140Z [00:03:42.548]➜  mkdir -p $WORK/b2386/
2025-08-20T23:04:57.2674534Z [00:03:42.550]➜  cat >/tmp/go-build3700090427/b2386/importcfg << 'EOF' # internal
2025-08-20T23:04:57.2675229Z [00:03:42.550]➜  # import config
2025-08-20T23:04:57.2700375Z [00:03:42.550]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.2701995Z [00:03:42.550]➜  EOF
2025-08-20T23:04:57.2707084Z [00:03:42.551]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2386/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexmetadatastate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexmetadatastate;$WORK/b2386=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate -lang=go1.22 -complete -installsuffix shared -buildid B0lyl5wJjA0TnoEQ3Du6/B0lyl5wJjA0TnoEQ3Du6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2386/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexmetadatastate/indexmetadatastate.go
2025-08-20T23:04:57.2978407Z [00:03:42.581]➜  go tool buildid -w $WORK/b2386/_pkg_.a # internal
2025-08-20T23:04:57.2984531Z [00:03:42.582]➜  cp $WORK/b2386/_pkg_.a /root/.cache/go-build/84/844dacb6053305478fad049dafa1006598712c4d1419d6346555d0e1e4dcba9a-d # internal
2025-08-20T23:04:57.2987880Z [00:03:42.582]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions
2025-08-20T23:04:57.2988688Z [00:03:42.582]➜  mkdir -p $WORK/b2387/
2025-08-20T23:04:57.2991155Z [00:03:42.582]➜  cat >/tmp/go-build3700090427/b2387/importcfg << 'EOF' # internal
2025-08-20T23:04:57.2993720Z [00:03:42.583]➜  # import config
2025-08-20T23:04:57.2994378Z [00:03:42.583]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.2994990Z [00:03:42.583]➜  EOF
2025-08-20T23:04:57.2999859Z [00:03:42.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2387/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexoptions=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexoptions;$WORK/b2387=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions -lang=go1.22 -complete -installsuffix shared -buildid --s-INwfXcgw3lWtfkb6/--s-INwfXcgw3lWtfkb6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2387/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexoptions/indexoptions.go
2025-08-20T23:04:57.3286817Z [00:03:42.612]➜  go tool buildid -w $WORK/b2387/_pkg_.a # internal
2025-08-20T23:04:57.3293960Z [00:03:42.613]➜  cp $WORK/b2387/_pkg_.a /root/.cache/go-build/6e/6ed2b5e97da2444cc4e3ba304d20be21b3ba1e668ee0188471ea07479447e216-d # internal
2025-08-20T23:04:57.3301632Z [00:03:42.613]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege
2025-08-20T23:04:57.3305613Z [00:03:42.614]➜  mkdir -p $WORK/b2388/
2025-08-20T23:04:57.3306345Z [00:03:42.614]➜  cat >/tmp/go-build3700090427/b2388/importcfg << 'EOF' # internal
2025-08-20T23:04:57.3306983Z [00:03:42.614]➜  # import config
2025-08-20T23:04:57.3307596Z [00:03:42.614]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.3308112Z [00:03:42.614]➜  EOF
2025-08-20T23:04:57.3312707Z [00:03:42.614]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2388/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexprivilege=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexprivilege;$WORK/b2388=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege -lang=go1.22 -complete -installsuffix shared -buildid PCRSAoWfWVPE3creCSUZ/PCRSAoWfWVPE3creCSUZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2388/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexprivilege/indexprivilege.go
2025-08-20T23:04:57.3771547Z [00:03:42.658]➜  go tool buildid -w $WORK/b2388/_pkg_.a # internal
2025-08-20T23:04:57.3774831Z [00:03:42.661]➜  cp $WORK/b2388/_pkg_.a /root/.cache/go-build/cc/cc46de13caa905cc72f7b1a50f7c4ecfb70279fc31fc0850f687e45b5faf3754-d # internal
2025-08-20T23:04:57.3776315Z [00:03:42.661]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions
2025-08-20T23:04:57.3777184Z [00:03:42.661]➜  mkdir -p $WORK/b2389/
2025-08-20T23:04:57.3777997Z [00:03:42.661]➜  cat >/tmp/go-build3700090427/b2389/importcfg << 'EOF' # internal
2025-08-20T23:04:57.3778586Z [00:03:42.661]➜  # import config
2025-08-20T23:04:57.3779155Z [00:03:42.661]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.3779894Z [00:03:42.661]➜  EOF
2025-08-20T23:04:57.3787134Z [00:03:42.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2389/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexroutingallocationoptions=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexroutingallocationoptions;$WORK/b2389=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions -lang=go1.22 -complete -installsuffix shared -buildid WOOW04-DHHFqPOKv11hW/WOOW04-DHHFqPOKv11hW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2389/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexroutingallocationoptions/indexroutingallocationoptions.go
2025-08-20T23:04:57.4105126Z [00:03:42.694]➜  go tool buildid -w $WORK/b2389/_pkg_.a # internal
2025-08-20T23:04:57.4111017Z [00:03:42.694]➜  cp $WORK/b2389/_pkg_.a /root/.cache/go-build/53/53b2edac84089273c9bb3d197ffdf8192d52098000baf953b6b3083abab472fb-d # internal
2025-08-20T23:04:57.4114193Z [00:03:42.695]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions
2025-08-20T23:04:57.4115088Z [00:03:42.695]➜  mkdir -p $WORK/b2390/
2025-08-20T23:04:57.4118816Z [00:03:42.695]➜  cat >/tmp/go-build3700090427/b2390/importcfg << 'EOF' # internal
2025-08-20T23:04:57.4122185Z [00:03:42.695]➜  # import config
2025-08-20T23:04:57.4122842Z [00:03:42.695]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.4123430Z [00:03:42.695]➜  EOF
2025-08-20T23:04:57.4128950Z [00:03:42.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2390/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexroutingrebalanceoptions=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexroutingrebalanceoptions;$WORK/b2390=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions -lang=go1.22 -complete -installsuffix shared -buildid SvAKBcttBtAglHOqTO0S/SvAKBcttBtAglHOqTO0S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2390/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indexroutingrebalanceoptions/indexroutingrebalanceoptions.go
2025-08-20T23:04:57.4458924Z [00:03:42.729]➜  go tool buildid -w $WORK/b2390/_pkg_.a # internal
2025-08-20T23:04:57.4466325Z [00:03:42.730]➜  cp $WORK/b2390/_pkg_.a /root/.cache/go-build/bd/bd52cce6339c9578f8dac41769ca4129098c8a519c454f6844694aeb486f4eea-d # internal
2025-08-20T23:04:57.4503978Z [00:03:42.730]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus
2025-08-20T23:04:57.4504854Z [00:03:42.730]➜  mkdir -p $WORK/b2391/
2025-08-20T23:04:57.4505560Z [00:03:42.730]➜  cat >/tmp/go-build3700090427/b2391/importcfg << 'EOF' # internal
2025-08-20T23:04:57.4506245Z [00:03:42.730]➜  # import config
2025-08-20T23:04:57.4506905Z [00:03:42.730]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.4507681Z [00:03:42.730]➜  EOF
2025-08-20T23:04:57.4513136Z [00:03:42.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2391/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indicatorhealthstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indicatorhealthstatus;$WORK/b2391=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus -lang=go1.22 -complete -installsuffix shared -buildid 1tqbLGc3yzCUCTy9gEaS/1tqbLGc3yzCUCTy9gEaS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2391/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/indicatorhealthstatus/indicatorhealthstatus.go
2025-08-20T23:04:57.4825059Z [00:03:42.766]➜  go tool buildid -w $WORK/b2391/_pkg_.a # internal
2025-08-20T23:04:57.4831854Z [00:03:42.766]➜  cp $WORK/b2391/_pkg_.a /root/.cache/go-build/33/3381460a72aeff07498f015947e0b93104480df9997ece5df9ad3b5741d62b94-d # internal
2025-08-20T23:04:57.4836904Z [00:03:42.767]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype
2025-08-20T23:04:57.4840280Z [00:03:42.767]➜  mkdir -p $WORK/b2392/
2025-08-20T23:04:57.4840982Z [00:03:42.767]➜  cat >/tmp/go-build3700090427/b2392/importcfg << 'EOF' # internal
2025-08-20T23:04:57.4841659Z [00:03:42.767]➜  # import config
2025-08-20T23:04:57.4842291Z [00:03:42.767]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.4842873Z [00:03:42.767]➜  EOF
2025-08-20T23:04:57.4847679Z [00:03:42.767]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2392/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/inputtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/inputtype;$WORK/b2392=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype -lang=go1.22 -complete -installsuffix shared -buildid tXw_oBj6Zwo-IIEHyeZt/tXw_oBj6Zwo-IIEHyeZt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2392/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/inputtype/inputtype.go
2025-08-20T23:04:57.5215452Z [00:03:42.805]➜  go tool buildid -w $WORK/b2392/_pkg_.a # internal
2025-08-20T23:04:57.5233918Z [00:03:42.805]➜  cp $WORK/b2392/_pkg_.a /root/.cache/go-build/07/07fb8b015cdcd7d9a6e3da7163d0a180c77d5a50e1831feed59fd281565a9d81-d # internal
2025-08-20T23:04:57.5237433Z [00:03:42.806]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason
2025-08-20T23:04:57.5238240Z [00:03:42.806]➜  mkdir -p $WORK/b2393/
2025-08-20T23:04:57.5238911Z [00:03:42.807]➜  cat >/tmp/go-build3700090427/b2393/importcfg << 'EOF' # internal
2025-08-20T23:04:57.5239788Z [00:03:42.807]➜  # import config
2025-08-20T23:04:57.5240400Z [00:03:42.807]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.5241162Z [00:03:42.807]➜  EOF
2025-08-20T23:04:57.5245788Z [00:03:42.807]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2393/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/jobblockedreason=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/jobblockedreason;$WORK/b2393=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason -lang=go1.22 -complete -installsuffix shared -buildid kFWspr6Wn-HVT7_UtSaZ/kFWspr6Wn-HVT7_UtSaZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2393/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/jobblockedreason/jobblockedreason.go
2025-08-20T23:04:57.5413827Z [00:03:42.825]➜  go tool buildid -w $WORK/b2393/_pkg_.a # internal
2025-08-20T23:04:57.5423423Z [00:03:42.825]➜  cp $WORK/b2393/_pkg_.a /root/.cache/go-build/a2/a245aef97887db7777ed8c07b200bd458bca7dc40e0ca5b067c59cf22b253256-d # internal
2025-08-20T23:04:57.5425793Z [00:03:42.826]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate
2025-08-20T23:04:57.5428069Z [00:03:42.826]➜  mkdir -p $WORK/b2394/
2025-08-20T23:04:57.5432902Z [00:03:42.827]➜  cat >/tmp/go-build3700090427/b2394/importcfg << 'EOF' # internal
2025-08-20T23:04:57.5433771Z [00:03:42.827]➜  # import config
2025-08-20T23:04:57.5435986Z [00:03:42.827]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.5436647Z [00:03:42.827]➜  EOF
2025-08-20T23:04:57.5441608Z [00:03:42.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2394/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/jobstate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/jobstate;$WORK/b2394=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate -lang=go1.22 -complete -installsuffix shared -buildid bgzXuGWBvo7LLf7wRIgE/bgzXuGWBvo7LLf7wRIgE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2394/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/jobstate/jobstate.go
2025-08-20T23:04:57.5594398Z [00:03:42.842]➜  go tool buildid -w $WORK/b2394/_pkg_.a # internal
2025-08-20T23:04:57.5603678Z [00:03:42.843]➜  cp $WORK/b2394/_pkg_.a /root/.cache/go-build/2c/2c7b54d6c23d5bd82b2a07c4118b724f3d553a7f1db84988ea63060a92e5c862-d # internal
2025-08-20T23:04:57.5613840Z [00:03:42.844]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy
2025-08-20T23:04:57.5614844Z [00:03:42.844]➜  mkdir -p $WORK/b2395/
2025-08-20T23:04:57.5615621Z [00:03:42.844]➜  cat >/tmp/go-build3700090427/b2395/importcfg << 'EOF' # internal
2025-08-20T23:04:57.5616535Z [00:03:42.844]➜  # import config
2025-08-20T23:04:57.5617704Z [00:03:42.844]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.5618698Z [00:03:42.844]➜  EOF
2025-08-20T23:04:57.5636185Z [00:03:42.846]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2395/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/jsonprocessorconflictstrategy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/jsonprocessorconflictstrategy;$WORK/b2395=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy -lang=go1.22 -complete -installsuffix shared -buildid 4ZDX3RZadd_wnVOj8s_T/4ZDX3RZadd_wnVOj8s_T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2395/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/jsonprocessorconflictstrategy/jsonprocessorconflictstrategy.go
2025-08-20T23:04:57.5761884Z [00:03:42.859]➜  go tool buildid -w $WORK/b2395/_pkg_.a # internal
2025-08-20T23:04:57.5770710Z [00:03:42.860]➜  cp $WORK/b2395/_pkg_.a /root/.cache/go-build/16/165aabdaeb5a9d4f2a56899cd57a4e9eb44729b274ee261ee97688499feed716-d # internal
2025-08-20T23:04:57.5775413Z [00:03:42.860]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode
2025-08-20T23:04:57.5776263Z [00:03:42.861]➜  mkdir -p $WORK/b2396/
2025-08-20T23:04:57.5781159Z [00:03:42.861]➜  cat >/tmp/go-build3700090427/b2396/importcfg << 'EOF' # internal
2025-08-20T23:04:57.5786739Z [00:03:42.861]➜  # import config
2025-08-20T23:04:57.5787428Z [00:03:42.861]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.5788055Z [00:03:42.861]➜  EOF
2025-08-20T23:04:57.5793074Z [00:03:42.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2396/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/keeptypesmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/keeptypesmode;$WORK/b2396=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode -lang=go1.22 -complete -installsuffix shared -buildid 5SWsPmpuK-fur6-cn03r/5SWsPmpuK-fur6-cn03r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2396/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/keeptypesmode/keeptypesmode.go
2025-08-20T23:04:57.5815122Z [00:03:42.865]➜  go tool buildid -w $WORK/b1979/_pkg_.a # internal
2025-08-20T23:04:57.5906531Z [00:03:42.874]➜  go tool buildid -w $WORK/b2396/_pkg_.a # internal
2025-08-20T23:04:57.5917692Z [00:03:42.874]➜  cp $WORK/b2396/_pkg_.a /root/.cache/go-build/5b/5bec5362ca1b1d29c14cbce79ae1ce662259e74dee2b8f3deaf539ebfd6faf01-d # internal
2025-08-20T23:04:57.5919299Z [00:03:42.875]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode
2025-08-20T23:04:57.5922509Z [00:03:42.875]➜  mkdir -p $WORK/b2397/
2025-08-20T23:04:57.5931007Z [00:03:42.875]➜  cat >/tmp/go-build3700090427/b2397/importcfg << 'EOF' # internal
2025-08-20T23:04:57.5931969Z [00:03:42.875]➜  # import config
2025-08-20T23:04:57.5933096Z [00:03:42.875]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.5933978Z [00:03:42.875]➜  EOF
2025-08-20T23:04:57.5939665Z [00:03:42.876]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2397/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/kuromojitokenizationmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/kuromojitokenizationmode;$WORK/b2397=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode -lang=go1.22 -complete -installsuffix shared -buildid n_FCAyfi-wHG_yj-bf__/n_FCAyfi-wHG_yj-bf__ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2397/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/kuromojitokenizationmode/kuromojitokenizationmode.go
2025-08-20T23:04:57.6047945Z [00:03:42.888]➜  go tool buildid -w $WORK/b2397/_pkg_.a # internal
2025-08-20T23:04:57.6056545Z [00:03:42.889]➜  cp $WORK/b2397/_pkg_.a /root/.cache/go-build/ba/ba19828a1820c03e812a6dc2a1a022ea20792da2f3f6f9bcdc6d6af6055f1db8-d # internal
2025-08-20T23:04:57.6057955Z [00:03:42.889]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language
2025-08-20T23:04:57.6064436Z [00:03:42.890]➜  mkdir -p $WORK/b2398/
2025-08-20T23:04:57.6069964Z [00:03:42.890]➜  cat >/tmp/go-build3700090427/b2398/importcfg << 'EOF' # internal
2025-08-20T23:04:57.6074424Z [00:03:42.890]➜  # import config
2025-08-20T23:04:57.6075199Z [00:03:42.890]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.6075841Z [00:03:42.890]➜  EOF
2025-08-20T23:04:57.6080731Z [00:03:42.890]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2398/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/language=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/language;$WORK/b2398=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language -lang=go1.22 -complete -installsuffix shared -buildid 1YkmgCOfbK_ryHrnMWgz/1YkmgCOfbK_ryHrnMWgz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2398/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/language/language.go
2025-08-20T23:04:57.6085718Z [00:03:42.890]➜  cp $WORK/b1979/_pkg_.a /root/.cache/go-build/02/02fb2ad65e9abf0c19197e7690941d73a2bef7b2c72b88ba29055130c9637dba-d # internal
2025-08-20T23:04:57.6087147Z [00:03:42.890]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus
2025-08-20T23:04:57.6087961Z [00:03:42.890]➜  mkdir -p $WORK/b2399/
2025-08-20T23:04:57.6096575Z [00:03:42.893]➜  cat >/tmp/go-build3700090427/b2399/importcfg << 'EOF' # internal
2025-08-20T23:04:57.6102032Z [00:03:42.893]➜  # import config
2025-08-20T23:04:57.6102765Z [00:03:42.893]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.6103429Z [00:03:42.893]➜  EOF
2025-08-20T23:04:57.6109903Z [00:03:42.893]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2399/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/licensestatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/licensestatus;$WORK/b2399=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus -lang=go1.22 -complete -installsuffix shared -buildid P39-DHro8jalc9hZDdzw/P39-DHro8jalc9hZDdzw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2399/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/licensestatus/licensestatus.go
2025-08-20T23:04:57.6238255Z [00:03:42.906]➜  go tool buildid -w $WORK/b2399/_pkg_.a # internal
2025-08-20T23:04:57.6254003Z [00:03:42.908]➜  cp $WORK/b2399/_pkg_.a /root/.cache/go-build/7a/7ae330e84bf22eb4d0a9660492149e4e2c6d7e6ed24460fb7bae497ee61e85f1-d # internal
2025-08-20T23:04:57.6258483Z [00:03:42.909]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype
2025-08-20T23:04:57.6260758Z [00:03:42.909]➜  mkdir -p $WORK/b2400/
2025-08-20T23:04:57.6261552Z [00:03:42.909]➜  cat >/tmp/go-build3700090427/b2400/importcfg << 'EOF' # internal
2025-08-20T23:04:57.6262248Z [00:03:42.909]➜  # import config
2025-08-20T23:04:57.6262939Z [00:03:42.909]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.6263567Z [00:03:42.909]➜  EOF
2025-08-20T23:04:57.6268512Z [00:03:42.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2400/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/licensetype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/licensetype;$WORK/b2400=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype -lang=go1.22 -complete -installsuffix shared -buildid B7F8nuE47aoiCn69rGUb/B7F8nuE47aoiCn69rGUb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2400/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/licensetype/licensetype.go
2025-08-20T23:04:57.6396308Z [00:03:42.922]➜  go tool buildid -w $WORK/b2398/_pkg_.a # internal
2025-08-20T23:04:57.6409890Z [00:03:42.923]➜  cp $WORK/b2398/_pkg_.a /root/.cache/go-build/76/7663805cb62145aacb5ce9ae7d9c487c6c731cbf195749638552229a2bfcd19b-d # internal
2025-08-20T23:04:57.6411480Z [00:03:42.923]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode
2025-08-20T23:04:57.6412357Z [00:03:42.924]➜  mkdir -p $WORK/b2401/
2025-08-20T23:04:57.6413095Z [00:03:42.924]➜  cat >/tmp/go-build3700090427/b2401/importcfg << 'EOF' # internal
2025-08-20T23:04:57.6423298Z [00:03:42.925]➜  # import config
2025-08-20T23:04:57.6424000Z [00:03:42.925]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.6424627Z [00:03:42.925]➜  EOF
2025-08-20T23:04:57.6433639Z [00:03:42.925]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/lifecycleoperationmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/lifecycleoperationmode;$WORK/b2401=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode -lang=go1.22 -complete -installsuffix shared -buildid 7PUv17JG44_X3OaZDpwJ/7PUv17JG44_X3OaZDpwJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2401/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/lifecycleoperationmode/lifecycleoperationmode.go
2025-08-20T23:04:57.6457404Z [00:03:42.929]➜  go tool buildid -w $WORK/b2400/_pkg_.a # internal
2025-08-20T23:04:57.6471388Z [00:03:42.930]➜  cp $WORK/b2400/_pkg_.a /root/.cache/go-build/85/859f2c012f005aff9638a7c955bf6c98971cbfe718b75043626467df88e1b732-d # internal
2025-08-20T23:04:57.6478375Z [00:03:42.931]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby
2025-08-20T23:04:57.6479197Z [00:03:42.931]➜  mkdir -p $WORK/b2402/
2025-08-20T23:04:57.6485628Z [00:03:42.932]➜  cat >/tmp/go-build3700090427/b2402/importcfg << 'EOF' # internal
2025-08-20T23:04:57.6488719Z [00:03:42.932]➜  # import config
2025-08-20T23:04:57.6489979Z [00:03:42.932]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.6491161Z [00:03:42.932]➜  EOF
2025-08-20T23:04:57.6498083Z [00:03:42.932]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2402/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/managedby=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/managedby;$WORK/b2402=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby -lang=go1.22 -complete -installsuffix shared -buildid iGImxNnEIe1uF2VBu0ZX/iGImxNnEIe1uF2VBu0ZX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2402/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/managedby/managedby.go
2025-08-20T23:04:57.6551093Z [00:03:42.938]➜  go tool buildid -w $WORK/b2401/_pkg_.a # internal
2025-08-20T23:04:57.6558797Z [00:03:42.939]➜  cp $WORK/b2401/_pkg_.a /root/.cache/go-build/f1/f1b477b9ac21f6f6e443fc8f9a145c6880541e3b4f08358ff101981695275ae1-d # internal
2025-08-20T23:04:57.6561839Z [00:03:42.939]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype
2025-08-20T23:04:57.6563376Z [00:03:42.939]➜  mkdir -p $WORK/b2403/
2025-08-20T23:04:57.6567045Z [00:03:42.940]➜  cat >/tmp/go-build3700090427/b2403/importcfg << 'EOF' # internal
2025-08-20T23:04:57.6570295Z [00:03:42.940]➜  # import config
2025-08-20T23:04:57.6571000Z [00:03:42.940]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.6571646Z [00:03:42.940]➜  EOF
2025-08-20T23:04:57.6576509Z [00:03:42.940]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2403/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/matchtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/matchtype;$WORK/b2403=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype -lang=go1.22 -complete -installsuffix shared -buildid 4kQ08kHJNolM-OAVaXTF/4kQ08kHJNolM-OAVaXTF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2403/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/matchtype/matchtype.go
2025-08-20T23:04:57.6657643Z [00:03:42.949]➜  go tool buildid -w $WORK/b2402/_pkg_.a # internal
2025-08-20T23:04:57.6667513Z [00:03:42.950]➜  cp $WORK/b2402/_pkg_.a /root/.cache/go-build/45/450033bdfc1dcbb8e41804c46e32fdd58280fafc756a741e0ea6f5e40391119c-d # internal
2025-08-20T23:04:57.6669115Z [00:03:42.950]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus
2025-08-20T23:04:57.6670130Z [00:03:42.950]➜  mkdir -p $WORK/b2404/
2025-08-20T23:04:57.6674317Z [00:03:42.950]➜  cat >/tmp/go-build3700090427/b2404/importcfg << 'EOF' # internal
2025-08-20T23:04:57.6678454Z [00:03:42.951]➜  # import config
2025-08-20T23:04:57.6679158Z [00:03:42.951]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.6680205Z [00:03:42.951]➜  EOF
2025-08-20T23:04:57.6684766Z [00:03:42.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2404/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/memorystatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/memorystatus;$WORK/b2404=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus -lang=go1.22 -complete -installsuffix shared -buildid LZo5rrts4wP2XbkhOFmi/LZo5rrts4wP2XbkhOFmi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2404/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/memorystatus/memorystatus.go
2025-08-20T23:04:57.6697637Z [00:03:42.953]➜  go tool buildid -w $WORK/b2403/_pkg_.a # internal
2025-08-20T23:04:57.6705293Z [00:03:42.954]➜  cp $WORK/b2403/_pkg_.a /root/.cache/go-build/bb/bb610cba92ffc5f337fcb1fa6abda960d4925a605d383824e35bd79a21f2f2a2-d # internal
2025-08-20T23:04:57.6709039Z [00:03:42.954]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric
2025-08-20T23:04:57.6711963Z [00:03:42.954]➜  mkdir -p $WORK/b2405/
2025-08-20T23:04:57.6713907Z [00:03:42.954]➜  cat >/tmp/go-build3700090427/b2405/importcfg << 'EOF' # internal
2025-08-20T23:04:57.6714589Z [00:03:42.954]➜  # import config
2025-08-20T23:04:57.6715275Z [00:03:42.954]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.6715923Z [00:03:42.954]➜  EOF
2025-08-20T23:04:57.6720895Z [00:03:42.955]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/metric=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/metric;$WORK/b2405=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric -lang=go1.22 -complete -installsuffix shared -buildid YRqWCceXHvgXnk0uDITL/YRqWCceXHvgXnk0uDITL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2405/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/metric/metric.go
2025-08-20T23:04:57.6832309Z [00:03:42.965]➜  go tool buildid -w $WORK/b2404/_pkg_.a # internal
2025-08-20T23:04:57.6837855Z [00:03:42.967]➜  cp $WORK/b2404/_pkg_.a /root/.cache/go-build/97/97acfb3b742ea2ad1e9517bec5414eb2f196927c5ead43c627d1ae42e02163da-d # internal
2025-08-20T23:04:57.6839301Z [00:03:42.967]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus
2025-08-20T23:04:57.6844520Z [00:03:42.967]➜  mkdir -p $WORK/b2406/
2025-08-20T23:04:57.6845293Z [00:03:42.967]➜  cat >/tmp/go-build3700090427/b2406/importcfg << 'EOF' # internal
2025-08-20T23:04:57.6845919Z [00:03:42.967]➜  # import config
2025-08-20T23:04:57.6846947Z [00:03:42.967]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.6847629Z [00:03:42.967]➜  EOF
2025-08-20T23:04:57.6852759Z [00:03:42.967]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2406/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/migrationstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/migrationstatus;$WORK/b2406=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus -lang=go1.22 -complete -installsuffix shared -buildid VFTEcMq50VsSZleZPArQ/VFTEcMq50VsSZleZPArQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2406/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/migrationstatus/migrationstatus.go
2025-08-20T23:04:57.6861620Z [00:03:42.969]➜  go tool buildid -w $WORK/b2405/_pkg_.a # internal
2025-08-20T23:04:57.6865923Z [00:03:42.969]➜  cp $WORK/b2405/_pkg_.a /root/.cache/go-build/2f/2fe98e9592a7c109ad8dfae4d2581876f4bd7bb50ab0b1e93714be5b5c38cc3d-d # internal
2025-08-20T23:04:57.6867322Z [00:03:42.970]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval
2025-08-20T23:04:57.6869895Z [00:03:42.970]➜  mkdir -p $WORK/b2407/
2025-08-20T23:04:57.6870897Z [00:03:42.970]➜  cat >/tmp/go-build3700090427/b2407/importcfg << 'EOF' # internal
2025-08-20T23:04:57.6875617Z [00:03:42.971]➜  # import config
2025-08-20T23:04:57.6876328Z [00:03:42.971]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.6876986Z [00:03:42.971]➜  EOF
2025-08-20T23:04:57.6882324Z [00:03:42.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2407/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/minimuminterval=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/minimuminterval;$WORK/b2407=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval -lang=go1.22 -complete -installsuffix shared -buildid EJcoErTdJmTN-Z6U3umj/EJcoErTdJmTN-Z6U3umj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2407/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/minimuminterval/minimuminterval.go
2025-08-20T23:04:57.6978723Z [00:03:42.981]➜  go tool buildid -w $WORK/b2406/_pkg_.a # internal
2025-08-20T23:04:57.6985538Z [00:03:42.982]➜  cp $WORK/b2406/_pkg_.a /root/.cache/go-build/ad/ad064d9fbd8b5edadfcc9efe5f281835a99e9cd639964f913add423bbb61d858-d # internal
2025-08-20T23:04:57.6995358Z [00:03:42.983]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder
2025-08-20T23:04:57.6997053Z [00:03:42.983]➜  mkdir -p $WORK/b2408/
2025-08-20T23:04:57.6999002Z [00:03:42.983]➜  cat >/tmp/go-build3700090427/b2408/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7000299Z [00:03:42.983]➜  # import config
2025-08-20T23:04:57.7001996Z [00:03:42.983]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7002640Z [00:03:42.983]➜  EOF
2025-08-20T23:04:57.7007636Z [00:03:42.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2408/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/missingorder=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/missingorder;$WORK/b2408=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder -lang=go1.22 -complete -installsuffix shared -buildid L9NnmIfCFRaq-HQuflnQ/L9NnmIfCFRaq-HQuflnQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2408/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/missingorder/missingorder.go
2025-08-20T23:04:57.7014876Z [00:03:42.985]➜  go tool buildid -w $WORK/b2407/_pkg_.a # internal
2025-08-20T23:04:57.7016815Z [00:03:42.985]➜  cp $WORK/b2407/_pkg_.a /root/.cache/go-build/49/497fcfc3359c9fe33eed1c5fe48df8584cdd259b338aec55c70536be3efe32c7-d # internal
2025-08-20T23:04:57.7019576Z [00:03:42.985]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month
2025-08-20T23:04:57.7030530Z [00:03:42.985]➜  mkdir -p $WORK/b2409/
2025-08-20T23:04:57.7031388Z [00:03:42.985]➜  cat >/tmp/go-build3700090427/b2409/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7032156Z [00:03:42.985]➜  # import config
2025-08-20T23:04:57.7032860Z [00:03:42.986]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7033538Z [00:03:42.986]➜  EOF
2025-08-20T23:04:57.7038080Z [00:03:42.986]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2409/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/month=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/month;$WORK/b2409=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month -lang=go1.22 -complete -installsuffix shared -buildid AjRYPjoHsIJqECEiF9AV/AjRYPjoHsIJqECEiF9AV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2409/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/month/month.go
2025-08-20T23:04:57.7147677Z [00:03:42.998]➜  go tool buildid -w $WORK/b2408/_pkg_.a # internal
2025-08-20T23:04:57.7153112Z [00:03:42.998]➜  cp $WORK/b2408/_pkg_.a /root/.cache/go-build/cd/cd4f284f83440ec5ee6ec951aa2a4ae8e7e4a605a6f5676ad33a5177516cc8ef-d # internal
2025-08-20T23:04:57.7159144Z [00:03:42.999]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode
2025-08-20T23:04:57.7160127Z [00:03:42.999]➜  mkdir -p $WORK/b2410/
2025-08-20T23:04:57.7160814Z [00:03:42.999]➜  cat >/tmp/go-build3700090427/b2410/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7161440Z [00:03:42.999]➜  # import config
2025-08-20T23:04:57.7162050Z [00:03:42.999]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7162610Z [00:03:42.999]➜  EOF
2025-08-20T23:04:57.7168829Z [00:03:42.999]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2410/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/multivaluemode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/multivaluemode;$WORK/b2410=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode -lang=go1.22 -complete -installsuffix shared -buildid oe4wbNFqt0QXCBdFl00M/oe4wbNFqt0QXCBdFl00M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2410/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/multivaluemode/multivaluemode.go
2025-08-20T23:04:57.7193306Z [00:03:43.002]➜  go tool buildid -w $WORK/b2409/_pkg_.a # internal
2025-08-20T23:04:57.7199303Z [00:03:43.003]➜  cp $WORK/b2409/_pkg_.a /root/.cache/go-build/ff/ff77f176c587ce784158394c6044d96fc0f8b740b2c67acad95ee5eb64ea7965-d # internal
2025-08-20T23:04:57.7201871Z [00:03:43.003]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole
2025-08-20T23:04:57.7204133Z [00:03:43.003]➜  mkdir -p $WORK/b2411/
2025-08-20T23:04:57.7205387Z [00:03:43.004]➜  cat >/tmp/go-build3700090427/b2411/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7206169Z [00:03:43.004]➜  # import config
2025-08-20T23:04:57.7206789Z [00:03:43.004]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7207369Z [00:03:43.004]➜  EOF
2025-08-20T23:04:57.7211911Z [00:03:43.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/noderole=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/noderole;$WORK/b2411=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole -lang=go1.22 -complete -installsuffix shared -buildid iqj7vv2ZNtwA4xTZ_J4H/iqj7vv2ZNtwA4xTZ_J4H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2411/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/noderole/noderole.go
2025-08-20T23:04:57.7309505Z [00:03:43.014]➜  go tool buildid -w $WORK/b2410/_pkg_.a # internal
2025-08-20T23:04:57.7314845Z [00:03:43.015]➜  cp $WORK/b2410/_pkg_.a /root/.cache/go-build/64/6441a525bd561eb64b29bc61d3ae1d5a5a1e4deb2b682e969b0cc36fb3e8195e-d # internal
2025-08-20T23:04:57.7316243Z [00:03:43.015]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode
2025-08-20T23:04:57.7317033Z [00:03:43.015]➜  mkdir -p $WORK/b2412/
2025-08-20T23:04:57.7318969Z [00:03:43.015]➜  cat >/tmp/go-build3700090427/b2412/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7319975Z [00:03:43.015]➜  # import config
2025-08-20T23:04:57.7320641Z [00:03:43.015]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7321228Z [00:03:43.015]➜  EOF
2025-08-20T23:04:57.7326101Z [00:03:43.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/noridecompoundmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/noridecompoundmode;$WORK/b2412=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode -lang=go1.22 -complete -installsuffix shared -buildid Ciga0SZNiZ2FNU1ioBRR/Ciga0SZNiZ2FNU1ioBRR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2412/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/noridecompoundmode/noridecompoundmode.go
2025-08-20T23:04:57.7410619Z [00:03:43.024]➜  go tool buildid -w $WORK/b2411/_pkg_.a # internal
2025-08-20T23:04:57.7416662Z [00:03:43.025]➜  cp $WORK/b2411/_pkg_.a /root/.cache/go-build/5f/5f252e3ad4234b43ec721281ffc1113319532f2e21c8b247d56de59a37d1b98f-d # internal
2025-08-20T23:04:57.7418009Z [00:03:43.025]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization
2025-08-20T23:04:57.7418755Z [00:03:43.025]➜  mkdir -p $WORK/b2413/
2025-08-20T23:04:57.7422057Z [00:03:43.025]➜  cat >/tmp/go-build3700090427/b2413/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7422720Z [00:03:43.025]➜  # import config
2025-08-20T23:04:57.7423340Z [00:03:43.025]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7423903Z [00:03:43.025]➜  EOF
2025-08-20T23:04:57.7428469Z [00:03:43.025]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/normalization=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/normalization;$WORK/b2413=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization -lang=go1.22 -complete -installsuffix shared -buildid Qm2PUCJU7B8bZap7cubI/Qm2PUCJU7B8bZap7cubI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2413/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/normalization/normalization.go
2025-08-20T23:04:57.7470577Z [00:03:43.027]➜  go tool buildid -w $WORK/b2412/_pkg_.a # internal
2025-08-20T23:04:57.7472019Z [00:03:43.028]➜  cp $WORK/b2412/_pkg_.a /root/.cache/go-build/e1/e19fda59ededa902cf0004a29980272f59e812c37c9ad7ddd629e5c318940534-d # internal
2025-08-20T23:04:57.7473469Z [00:03:43.028]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod
2025-08-20T23:04:57.7474227Z [00:03:43.028]➜  mkdir -p $WORK/b2414/
2025-08-20T23:04:57.7474897Z [00:03:43.028]➜  cat >/tmp/go-build3700090427/b2414/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7475585Z [00:03:43.028]➜  # import config
2025-08-20T23:04:57.7476172Z [00:03:43.028]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7476740Z [00:03:43.028]➜  EOF
2025-08-20T23:04:57.7481555Z [00:03:43.028]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/normalizemethod=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/normalizemethod;$WORK/b2414=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod -lang=go1.22 -complete -installsuffix shared -buildid p2Wo3yuTgpcPPDgWWtHQ/p2Wo3yuTgpcPPDgWWtHQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2414/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/normalizemethod/normalizemethod.go
2025-08-20T23:04:57.7572579Z [00:03:43.040]➜  go tool buildid -w $WORK/b2413/_pkg_.a # internal
2025-08-20T23:04:57.7580311Z [00:03:43.041]➜  cp $WORK/b2413/_pkg_.a /root/.cache/go-build/3f/3feb260ec71f2d325b3ec575a9c641571f5002aeef094822b7242681a0c562fe-d # internal
2025-08-20T23:04:57.7582205Z [00:03:43.041]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat
2025-08-20T23:04:57.7583224Z [00:03:43.042]➜  mkdir -p $WORK/b2415/
2025-08-20T23:04:57.7589521Z [00:03:43.042]➜  cat >/tmp/go-build3700090427/b2415/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7590196Z [00:03:43.042]➜  # import config
2025-08-20T23:04:57.7590856Z [00:03:43.042]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7591496Z [00:03:43.042]➜  EOF
2025-08-20T23:04:57.7596607Z [00:03:43.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/numericfielddataformat=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/numericfielddataformat;$WORK/b2415=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat -lang=go1.22 -complete -installsuffix shared -buildid Sm9HoOn9dwWi58SbZg5b/Sm9HoOn9dwWi58SbZg5b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2415/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/numericfielddataformat/numericfielddataformat.go
2025-08-20T23:04:57.7605616Z [00:03:43.044]➜  go tool buildid -w $WORK/b2414/_pkg_.a # internal
2025-08-20T23:04:57.7612439Z [00:03:43.044]➜  cp $WORK/b2414/_pkg_.a /root/.cache/go-build/39/39a7bb9ac75fdd365597699145bcf598c9807bc7feec99315dcbbaa79f60431b-d # internal
2025-08-20T23:04:57.7613760Z [00:03:43.045]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror
2025-08-20T23:04:57.7614508Z [00:03:43.045]➜  mkdir -p $WORK/b2416/
2025-08-20T23:04:57.7615520Z [00:03:43.045]➜  cat >/tmp/go-build3700090427/b2416/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7617483Z [00:03:43.045]➜  # import config
2025-08-20T23:04:57.7618106Z [00:03:43.045]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7618659Z [00:03:43.045]➜  EOF
2025-08-20T23:04:57.7623562Z [00:03:43.045]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/onscripterror=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/onscripterror;$WORK/b2416=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror -lang=go1.22 -complete -installsuffix shared -buildid 6AgmY08knlGVcn-AhSFg/6AgmY08knlGVcn-AhSFg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2416/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/onscripterror/onscripterror.go
2025-08-20T23:04:57.7727347Z [00:03:43.056]➜  go tool buildid -w $WORK/b2415/_pkg_.a # internal
2025-08-20T23:04:57.7728629Z [00:03:43.056]➜  cp $WORK/b2415/_pkg_.a /root/.cache/go-build/4b/4b488a352e2c83ed907049bbb44db975b6497f1dc7d56cc689651e0bed482b10-d # internal
2025-08-20T23:04:57.7730199Z [00:03:43.056]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator
2025-08-20T23:04:57.7730962Z [00:03:43.056]➜  mkdir -p $WORK/b2417/
2025-08-20T23:04:57.7731672Z [00:03:43.056]➜  cat >/tmp/go-build3700090427/b2417/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7732295Z [00:03:43.056]➜  # import config
2025-08-20T23:04:57.7732895Z [00:03:43.056]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7733458Z [00:03:43.056]➜  EOF
2025-08-20T23:04:57.7737953Z [00:03:43.056]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/operator=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/operator;$WORK/b2417=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator -lang=go1.22 -complete -installsuffix shared -buildid 4Vg_7EK5OLQmdE-lLSVH/4Vg_7EK5OLQmdE-lLSVH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2417/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/operator/operator.go
2025-08-20T23:04:57.7759068Z [00:03:43.059]➜  go tool buildid -w $WORK/b2416/_pkg_.a # internal
2025-08-20T23:04:57.7765766Z [00:03:43.060]➜  cp $WORK/b2416/_pkg_.a /root/.cache/go-build/33/335474973fb9cf188f09f7c5b60f018dbd55958daf72b84a37b2eb59ab1e7430-d # internal
2025-08-20T23:04:57.7767074Z [00:03:43.060]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype
2025-08-20T23:04:57.7767785Z [00:03:43.060]➜  mkdir -p $WORK/b2418/
2025-08-20T23:04:57.7777265Z [00:03:43.060]➜  cat >/tmp/go-build3700090427/b2418/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7778344Z [00:03:43.060]➜  # import config
2025-08-20T23:04:57.7778970Z [00:03:43.060]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7779744Z [00:03:43.060]➜  EOF
2025-08-20T23:04:57.7784113Z [00:03:43.061]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/optype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/optype;$WORK/b2418=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype -lang=go1.22 -complete -installsuffix shared -buildid fJ3vA2lK-QHtYgZpRc10/fJ3vA2lK-QHtYgZpRc10 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2418/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/optype/optype.go
2025-08-20T23:04:57.7848996Z [00:03:43.068]➜  go tool buildid -w $WORK/b2417/_pkg_.a # internal
2025-08-20T23:04:57.7854637Z [00:03:43.069]➜  cp $WORK/b2417/_pkg_.a /root/.cache/go-build/c7/c71d920c23a6381a8a3bb707aabe1b4a74958bd90df3b951f22e8b21ea688771-d # internal
2025-08-20T23:04:57.7879955Z [00:03:43.069]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype
2025-08-20T23:04:57.7881038Z [00:03:43.069]➜  mkdir -p $WORK/b2419/
2025-08-20T23:04:57.7881727Z [00:03:43.069]➜  cat >/tmp/go-build3700090427/b2419/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7882328Z [00:03:43.069]➜  # import config
2025-08-20T23:04:57.7882903Z [00:03:43.069]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7883442Z [00:03:43.069]➜  EOF
2025-08-20T23:04:57.7888354Z [00:03:43.069]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/pagerdutycontexttype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/pagerdutycontexttype;$WORK/b2419=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype -lang=go1.22 -complete -installsuffix shared -buildid SrK2QgV5M63PgUDZaW6z/SrK2QgV5M63PgUDZaW6z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2419/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/pagerdutycontexttype/pagerdutycontexttype.go
2025-08-20T23:04:57.7931362Z [00:03:43.076]➜  go tool buildid -w $WORK/b2418/_pkg_.a # internal
2025-08-20T23:04:57.7959645Z [00:03:43.079]➜  cp $WORK/b2418/_pkg_.a /root/.cache/go-build/55/5565fa6baaffcd7f10dad3988c39b7cd2ff002a6b08e816732234a7a62d5e603-d # internal
2025-08-20T23:04:57.7960944Z [00:03:43.079]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype
2025-08-20T23:04:57.7961698Z [00:03:43.079]➜  mkdir -p $WORK/b2420/
2025-08-20T23:04:57.7962389Z [00:03:43.079]➜  cat >/tmp/go-build3700090427/b2420/importcfg << 'EOF' # internal
2025-08-20T23:04:57.7963040Z [00:03:43.079]➜  # import config
2025-08-20T23:04:57.7963655Z [00:03:43.079]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.7964239Z [00:03:43.079]➜  EOF
2025-08-20T23:04:57.7969186Z [00:03:43.079]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/pagerdutyeventtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/pagerdutyeventtype;$WORK/b2420=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype -lang=go1.22 -complete -installsuffix shared -buildid JJlDP4zDA_Smnq_egqim/JJlDP4zDA_Smnq_egqim -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2420/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/pagerdutyeventtype/pagerdutyeventtype.go
2025-08-20T23:04:57.8003770Z [00:03:43.084]➜  go tool buildid -w $WORK/b2419/_pkg_.a # internal
2025-08-20T23:04:57.8019014Z [00:03:43.085]➜  cp $WORK/b2419/_pkg_.a /root/.cache/go-build/1b/1be53a7f5bfee56da8e1ec704e19f969e1cf670f7d83faea1513e6d5261a3689-d # internal
2025-08-20T23:04:57.8020657Z [00:03:43.085]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder
2025-08-20T23:04:57.8021372Z [00:03:43.085]➜  mkdir -p $WORK/b2421/
2025-08-20T23:04:57.8031486Z [00:03:43.086]➜  cat >/tmp/go-build3700090427/b2421/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8032197Z [00:03:43.086]➜  # import config
2025-08-20T23:04:57.8032843Z [00:03:43.086]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8033403Z [00:03:43.086]➜  EOF
2025-08-20T23:04:57.8037956Z [00:03:43.086]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticencoder=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticencoder;$WORK/b2421=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder -lang=go1.22 -complete -installsuffix shared -buildid UpTeQ_YNxb2pjupwQFFX/UpTeQ_YNxb2pjupwQFFX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2421/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticencoder/phoneticencoder.go
2025-08-20T23:04:57.8090097Z [00:03:43.092]➜  go tool buildid -w $WORK/b2420/_pkg_.a # internal
2025-08-20T23:04:57.8100727Z [00:03:43.093]➜  cp $WORK/b2420/_pkg_.a /root/.cache/go-build/2f/2f57361d3f23feac95b6ee7725c0399455287f16b2ac86236342cf06a2f4b7a8-d # internal
2025-08-20T23:04:57.8102166Z [00:03:43.093]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage
2025-08-20T23:04:57.8122959Z [00:03:43.095]➜  mkdir -p $WORK/b2422/
2025-08-20T23:04:57.8123924Z [00:03:43.095]➜  cat >/tmp/go-build3700090427/b2422/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8124640Z [00:03:43.095]➜  # import config
2025-08-20T23:04:57.8125454Z [00:03:43.095]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8126090Z [00:03:43.096]➜  EOF
2025-08-20T23:04:57.8131314Z [00:03:43.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticlanguage=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticlanguage;$WORK/b2422=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage -lang=go1.22 -complete -installsuffix shared -buildid na79t0kNLWhLXQS8Z7nJ/na79t0kNLWhLXQS8Z7nJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2422/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticlanguage/phoneticlanguage.go
2025-08-20T23:04:57.8256862Z [00:03:43.109]➜  go tool buildid -w $WORK/b2421/_pkg_.a # internal
2025-08-20T23:04:57.8264024Z [00:03:43.109]➜  cp $WORK/b2421/_pkg_.a /root/.cache/go-build/64/648e62bad8d880b67820c4761f45c91d1903a44c9c04b122be29b03c67b504d5-d # internal
2025-08-20T23:04:57.8265385Z [00:03:43.109]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype
2025-08-20T23:04:57.8266182Z [00:03:43.109]➜  mkdir -p $WORK/b2423/
2025-08-20T23:04:57.8266895Z [00:03:43.109]➜  cat >/tmp/go-build3700090427/b2423/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8267526Z [00:03:43.109]➜  # import config
2025-08-20T23:04:57.8268163Z [00:03:43.109]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8268769Z [00:03:43.109]➜  EOF
2025-08-20T23:04:57.8276771Z [00:03:43.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticnametype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticnametype;$WORK/b2423=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype -lang=go1.22 -complete -installsuffix shared -buildid MM2RwzJStP54Oew_k-Bn/MM2RwzJStP54Oew_k-Bn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2423/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticnametype/phoneticnametype.go
2025-08-20T23:04:57.8310029Z [00:03:43.114]➜  go tool buildid -w $WORK/b2422/_pkg_.a # internal
2025-08-20T23:04:57.8318365Z [00:03:43.115]➜  cp $WORK/b2422/_pkg_.a /root/.cache/go-build/1c/1c0992c23a3f7a9b24766b46fbcebd6f4c5e01d08b27ca574991082b6c562560-d # internal
2025-08-20T23:04:57.8338637Z [00:03:43.117]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype
2025-08-20T23:04:57.8339641Z [00:03:43.117]➜  mkdir -p $WORK/b2424/
2025-08-20T23:04:57.8340365Z [00:03:43.117]➜  cat >/tmp/go-build3700090427/b2424/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8341037Z [00:03:43.117]➜  # import config
2025-08-20T23:04:57.8341865Z [00:03:43.117]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8342728Z [00:03:43.117]➜  EOF
2025-08-20T23:04:57.8347580Z [00:03:43.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticruletype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticruletype;$WORK/b2424=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype -lang=go1.22 -complete -installsuffix shared -buildid j8smRGHOhSnnv8BeddSY/j8smRGHOhSnnv8BeddSY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2424/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/phoneticruletype/phoneticruletype.go
2025-08-20T23:04:57.8388381Z [00:03:43.122]➜  go tool buildid -w $WORK/b2423/_pkg_.a # internal
2025-08-20T23:04:57.8416259Z [00:03:43.125]➜  cp $WORK/b2423/_pkg_.a /root/.cache/go-build/18/18fbd1cc84fa67a0dd01666a35fd9918e7265d3c415c337707f417c4ee8464a4-d # internal
2025-08-20T23:04:57.8430325Z [00:03:43.126]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype
2025-08-20T23:04:57.8431200Z [00:03:43.126]➜  mkdir -p $WORK/b2425/
2025-08-20T23:04:57.8431944Z [00:03:43.126]➜  cat >/tmp/go-build3700090427/b2425/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8432638Z [00:03:43.126]➜  # import config
2025-08-20T23:04:57.8433301Z [00:03:43.126]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8433931Z [00:03:43.126]➜  EOF
2025-08-20T23:04:57.8438560Z [00:03:43.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/policytype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/policytype;$WORK/b2425=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype -lang=go1.22 -complete -installsuffix shared -buildid z443PE-ckvcVw2Dy2w4F/z443PE-ckvcVw2Dy2w4F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2425/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/policytype/policytype.go
2025-08-20T23:04:57.8446363Z [00:03:43.128]➜  go tool buildid -w $WORK/b2424/_pkg_.a # internal
2025-08-20T23:04:57.8447766Z [00:03:43.128]➜  cp $WORK/b2424/_pkg_.a /root/.cache/go-build/6b/6bc82dd713afa5c6f0062d76387e330eb6be6e54e66deaffa82d0e07a0d7d0ac-d # internal
2025-08-20T23:04:57.8449164Z [00:03:43.128]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier
2025-08-20T23:04:57.8450124Z [00:03:43.128]➜  mkdir -p $WORK/b2426/
2025-08-20T23:04:57.8450864Z [00:03:43.128]➜  cat >/tmp/go-build3700090427/b2426/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8451544Z [00:03:43.128]➜  # import config
2025-08-20T23:04:57.8452228Z [00:03:43.128]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8452879Z [00:03:43.128]➜  EOF
2025-08-20T23:04:57.8457660Z [00:03:43.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/quantifier=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/quantifier;$WORK/b2426=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier -lang=go1.22 -complete -installsuffix shared -buildid XTxvbXp7rbq4RpqXH_RL/XTxvbXp7rbq4RpqXH_RL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2426/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/quantifier/quantifier.go
2025-08-20T23:04:57.8578288Z [00:03:43.141]➜  go tool buildid -w $WORK/b2426/_pkg_.a # internal
2025-08-20T23:04:57.8579113Z [00:03:43.141]➜  go tool buildid -w $WORK/b2425/_pkg_.a # internal
2025-08-20T23:04:57.8585154Z [00:03:43.142]➜  cp $WORK/b2425/_pkg_.a /root/.cache/go-build/60/60b6a8b31412ab6d33ee3ae5b700060916ed9d8b8c1abd4ef6c601d53f4d1803-d # internal
2025-08-20T23:04:57.8587222Z [00:03:43.142]➜  cp $WORK/b2426/_pkg_.a /root/.cache/go-build/80/808fdc9a6605b84b52d73c841fed0ff991fc8913dd41d8ace738a6fa6ecfd33f-d # internal
2025-08-20T23:04:57.8588750Z [00:03:43.142]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype
2025-08-20T23:04:57.8589758Z [00:03:43.142]➜  mkdir -p $WORK/b2427/
2025-08-20T23:04:57.8590679Z [00:03:43.142]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype
2025-08-20T23:04:57.8591474Z [00:03:43.142]➜  mkdir -p $WORK/b2428/
2025-08-20T23:04:57.8596069Z [00:03:43.143]➜  cat >/tmp/go-build3700090427/b2427/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8596779Z [00:03:43.143]➜  # import config
2025-08-20T23:04:57.8597463Z [00:03:43.143]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8598130Z [00:03:43.143]➜  EOF
2025-08-20T23:04:57.8603819Z [00:03:43.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/queryrulecriteriatype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/queryrulecriteriatype;$WORK/b2427=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype -lang=go1.22 -complete -installsuffix shared -buildid 95vJYoET3hbVYdVU2-8W/95vJYoET3hbVYdVU2-8W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2427/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/queryrulecriteriatype/queryrulecriteriatype.go
2025-08-20T23:04:57.8608626Z [00:03:43.143]➜  cat >/tmp/go-build3700090427/b2428/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8609302Z [00:03:43.143]➜  # import config
2025-08-20T23:04:57.8610216Z [00:03:43.143]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8610871Z [00:03:43.143]➜  EOF
2025-08-20T23:04:57.8624596Z [00:03:43.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/queryruletype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/queryruletype;$WORK/b2428=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype -lang=go1.22 -complete -installsuffix shared -buildid O-qF5yMFPZVaDkJ7rvH4/O-qF5yMFPZVaDkJ7rvH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2428/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/queryruletype/queryruletype.go
2025-08-20T23:04:57.8753477Z [00:03:43.159]➜  go tool buildid -w $WORK/b2428/_pkg_.a # internal
2025-08-20T23:04:57.8771378Z [00:03:43.160]➜  cp $WORK/b2428/_pkg_.a /root/.cache/go-build/dc/dc3644063257241ecf37308cf0fd8778a640224f100585c1be78eb843fe03a77-d # internal
2025-08-20T23:04:57.8772837Z [00:03:43.160]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation
2025-08-20T23:04:57.8773724Z [00:03:43.160]➜  mkdir -p $WORK/b2429/
2025-08-20T23:04:57.8774466Z [00:03:43.160]➜  cat >/tmp/go-build3700090427/b2429/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8775135Z [00:03:43.160]➜  # import config
2025-08-20T23:04:57.8775888Z [00:03:43.160]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8776496Z [00:03:43.160]➜  EOF
2025-08-20T23:04:57.8783794Z [00:03:43.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/rangerelation=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/rangerelation;$WORK/b2429=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation -lang=go1.22 -complete -installsuffix shared -buildid 0g-QBbVSQIZ7I0vPGSfi/0g-QBbVSQIZ7I0vPGSfi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2429/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/rangerelation/rangerelation.go
2025-08-20T23:04:57.8788500Z [00:03:43.161]➜  go tool buildid -w $WORK/b2427/_pkg_.a # internal
2025-08-20T23:04:57.8790635Z [00:03:43.161]➜  cp $WORK/b2427/_pkg_.a /root/.cache/go-build/7a/7a0e28a14e031084316691f2341aa33bb1a8716ca51b14c9bd315f16be2166eb-d # internal
2025-08-20T23:04:57.8796152Z [00:03:43.163]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode
2025-08-20T23:04:57.8797945Z [00:03:43.163]➜  mkdir -p $WORK/b2430/
2025-08-20T23:04:57.8807582Z [00:03:43.164]➜  cat >/tmp/go-build3700090427/b2430/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8813107Z [00:03:43.164]➜  # import config
2025-08-20T23:04:57.8813793Z [00:03:43.165]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8814403Z [00:03:43.165]➜  EOF
2025-08-20T23:04:57.8820336Z [00:03:43.165]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ratemode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ratemode;$WORK/b2430=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode -lang=go1.22 -complete -installsuffix shared -buildid rCllmSSwhQnb7Y8kxnzd/rCllmSSwhQnb7Y8kxnzd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2430/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ratemode/ratemode.go
2025-08-20T23:04:57.8918268Z [00:03:43.174]➜  go tool buildid -w $WORK/b2429/_pkg_.a # internal
2025-08-20T23:04:57.8927640Z [00:03:43.175]➜  cp $WORK/b2429/_pkg_.a /root/.cache/go-build/54/5434b092eb348a960caa541bcf42809c58c65efe6d6358344154b8267a3d0515-d # internal
2025-08-20T23:04:57.8929057Z [00:03:43.175]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh
2025-08-20T23:04:57.8930081Z [00:03:43.175]➜  mkdir -p $WORK/b2431/
2025-08-20T23:04:57.8930845Z [00:03:43.175]➜  cat >/tmp/go-build3700090427/b2431/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8931550Z [00:03:43.175]➜  # import config
2025-08-20T23:04:57.8932232Z [00:03:43.175]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8932855Z [00:03:43.175]➜  EOF
2025-08-20T23:04:57.8937487Z [00:03:43.175]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/refresh=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/refresh;$WORK/b2431=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh -lang=go1.22 -complete -installsuffix shared -buildid JOVQH5or_X7_Nt483Tp0/JOVQH5or_X7_Nt483Tp0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2431/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/refresh/refresh.go
2025-08-20T23:04:57.8942727Z [00:03:43.177]➜  go tool buildid -w $WORK/b2430/_pkg_.a # internal
2025-08-20T23:04:57.8945153Z [00:03:43.178]➜  cp $WORK/b2430/_pkg_.a /root/.cache/go-build/c2/c27f863fb98c413bdee7ae420e92b41fd4f8652db4cff2bdabb6456cd0963d45-d # internal
2025-08-20T23:04:57.8947996Z [00:03:43.178]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege
2025-08-20T23:04:57.8948922Z [00:03:43.178]➜  mkdir -p $WORK/b2432/
2025-08-20T23:04:57.8950990Z [00:03:43.178]➜  cat >/tmp/go-build3700090427/b2432/importcfg << 'EOF' # internal
2025-08-20T23:04:57.8952611Z [00:03:43.178]➜  # import config
2025-08-20T23:04:57.8953301Z [00:03:43.178]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.8953915Z [00:03:43.178]➜  EOF
2025-08-20T23:04:57.8959566Z [00:03:43.178]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/remoteclusterprivilege=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/remoteclusterprivilege;$WORK/b2432=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege -lang=go1.22 -complete -installsuffix shared -buildid 6jAV0ubJ6dhivEAy_IEC/6jAV0ubJ6dhivEAy_IEC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2432/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/remoteclusterprivilege/remoteclusterprivilege.go
2025-08-20T23:04:57.9082951Z [00:03:43.191]➜  go tool buildid -w $WORK/b2431/_pkg_.a # internal
2025-08-20T23:04:57.9085284Z [00:03:43.192]➜  go tool buildid -w $WORK/b2432/_pkg_.a # internal
2025-08-20T23:04:57.9119664Z [00:03:43.194]➜  cp $WORK/b2431/_pkg_.a /root/.cache/go-build/f0/f0ec16195e87e4bd021d29b59e20cd9646f5a2dd74c57708b1e2c0a94a3cbc60-d # internal
2025-08-20T23:04:57.9132496Z [00:03:43.194]➜  cp $WORK/b2432/_pkg_.a /root/.cache/go-build/29/298f18151701b247cff3c1b7ccd8dddcda524e4b0b941b52eef384f07c953848-d # internal
2025-08-20T23:04:57.9134001Z [00:03:43.194]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow
2025-08-20T23:04:57.9135084Z [00:03:43.195]➜  mkdir -p $WORK/b2434/
2025-08-20T23:04:57.9136051Z [00:03:43.195]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype
2025-08-20T23:04:57.9136897Z [00:03:43.195]➜  mkdir -p $WORK/b2433/
2025-08-20T23:04:57.9137652Z [00:03:43.195]➜  cat >/tmp/go-build3700090427/b2434/importcfg << 'EOF' # internal
2025-08-20T23:04:57.9138346Z [00:03:43.195]➜  # import config
2025-08-20T23:04:57.9139025Z [00:03:43.195]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.9139879Z [00:03:43.195]➜  EOF
2025-08-20T23:04:57.9148929Z [00:03:43.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/restrictionworkflow=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/restrictionworkflow;$WORK/b2434=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow -lang=go1.22 -complete -installsuffix shared -buildid 1v3xLFDW8ofW9FTgK3hh/1v3xLFDW8ofW9FTgK3hh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2434/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/restrictionworkflow/restrictionworkflow.go
2025-08-20T23:04:57.9154488Z [00:03:43.195]➜  cat >/tmp/go-build3700090427/b2433/importcfg << 'EOF' # internal
2025-08-20T23:04:57.9155183Z [00:03:43.195]➜  # import config
2025-08-20T23:04:57.9155780Z [00:03:43.195]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.9156406Z [00:03:43.195]➜  EOF
2025-08-20T23:04:57.9168019Z [00:03:43.195]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/responsecontenttype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/responsecontenttype;$WORK/b2433=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype -lang=go1.22 -complete -installsuffix shared -buildid liF36mHdT3JcDJGATFWy/liF36mHdT3JcDJGATFWy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2433/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/responsecontenttype/responsecontenttype.go
2025-08-20T23:04:57.9300871Z [00:03:43.213]➜  go tool buildid -w $WORK/b2434/_pkg_.a # internal
2025-08-20T23:04:57.9312176Z [00:03:43.214]➜  cp $WORK/b2434/_pkg_.a /root/.cache/go-build/8c/8ccf9251bfbba0d2dd2eb0e917ddbccf0e7076701b0b2ce33ab0cd1fc47f6a57-d # internal
2025-08-20T23:04:57.9318908Z [00:03:43.214]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result
2025-08-20T23:04:57.9319909Z [00:03:43.214]➜  mkdir -p $WORK/b2435/
2025-08-20T23:04:57.9320807Z [00:03:43.215]➜  cat >/tmp/go-build3700090427/b2435/importcfg << 'EOF' # internal
2025-08-20T23:04:57.9321492Z [00:03:43.215]➜  # import config
2025-08-20T23:04:57.9322185Z [00:03:43.215]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.9322805Z [00:03:43.215]➜  EOF
2025-08-20T23:04:57.9327683Z [00:03:43.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/result=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/result;$WORK/b2435=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result -lang=go1.22 -complete -installsuffix shared -buildid FwqZWgN50ySKnd9Kg8tZ/FwqZWgN50ySKnd9Kg8tZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2435/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/result/result.go
2025-08-20T23:04:57.9395208Z [00:03:43.223]➜  go tool buildid -w $WORK/b2433/_pkg_.a # internal
2025-08-20T23:04:57.9420852Z [00:03:43.224]➜  cp $WORK/b2433/_pkg_.a /root/.cache/go-build/f5/f5ebb820c0d076222cfe9b97d4cf18cdd8d6c1e79c228b88781742e45f675502-d # internal
2025-08-20T23:04:57.9423712Z [00:03:43.225]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate
2025-08-20T23:04:57.9424591Z [00:03:43.225]➜  mkdir -p $WORK/b2436/
2025-08-20T23:04:57.9432445Z [00:03:43.226]➜  cat >/tmp/go-build3700090427/b2436/importcfg << 'EOF' # internal
2025-08-20T23:04:57.9434333Z [00:03:43.226]➜  # import config
2025-08-20T23:04:57.9434994Z [00:03:43.226]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.9435638Z [00:03:43.226]➜  EOF
2025-08-20T23:04:57.9442052Z [00:03:43.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/routingstate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/routingstate;$WORK/b2436=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate -lang=go1.22 -complete -installsuffix shared -buildid djc9Bho6QRyHsnaUoKu5/djc9Bho6QRyHsnaUoKu5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2436/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/routingstate/routingstate.go
2025-08-20T23:04:57.9581525Z [00:03:43.241]➜  go tool buildid -w $WORK/b2435/_pkg_.a # internal
2025-08-20T23:04:57.9584414Z [00:03:43.241]➜  cp $WORK/b2435/_pkg_.a /root/.cache/go-build/26/263df716478225ff08f00c2baa8dae23c29cd4df19f8af8fdb148166ed437fb1-d # internal
2025-08-20T23:04:57.9585780Z [00:03:43.241]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction
2025-08-20T23:04:57.9586562Z [00:03:43.241]➜  mkdir -p $WORK/b2437/
2025-08-20T23:04:57.9587358Z [00:03:43.241]➜  cat >/tmp/go-build3700090427/b2437/importcfg << 'EOF' # internal
2025-08-20T23:04:57.9588029Z [00:03:43.241]➜  # import config
2025-08-20T23:04:57.9588653Z [00:03:43.241]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.9589257Z [00:03:43.241]➜  EOF
2025-08-20T23:04:57.9594076Z [00:03:43.241]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ruleaction=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ruleaction;$WORK/b2437=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction -lang=go1.22 -complete -installsuffix shared -buildid 06SedyxtBP03btcRF0nS/06SedyxtBP03btcRF0nS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2437/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ruleaction/ruleaction.go
2025-08-20T23:04:57.9624793Z [00:03:43.246]➜  go tool buildid -w $WORK/b2436/_pkg_.a # internal
2025-08-20T23:04:57.9632970Z [00:03:43.246]➜  cp $WORK/b2436/_pkg_.a /root/.cache/go-build/76/76da15b7913a93b656830bec67baf754ffab64a8bb1bf2e7cbacf6ce9604d735-d # internal
2025-08-20T23:04:57.9634753Z [00:03:43.247]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype
2025-08-20T23:04:57.9636655Z [00:03:43.247]➜  mkdir -p $WORK/b2438/
2025-08-20T23:04:57.9645331Z [00:03:43.248]➜  cat >/tmp/go-build3700090427/b2438/importcfg << 'EOF' # internal
2025-08-20T23:04:57.9646550Z [00:03:43.248]➜  # import config
2025-08-20T23:04:57.9648559Z [00:03:43.248]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.9649260Z [00:03:43.248]➜  EOF
2025-08-20T23:04:57.9655884Z [00:03:43.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/runtimefieldtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/runtimefieldtype;$WORK/b2438=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype -lang=go1.22 -complete -installsuffix shared -buildid 05PKWRhqt9xYXuz_UZmq/05PKWRhqt9xYXuz_UZmq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2438/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/runtimefieldtype/runtimefieldtype.go
2025-08-20T23:04:57.9701681Z [00:03:43.253]➜  go tool buildid -w $WORK/b2437/_pkg_.a # internal
2025-08-20T23:04:57.9712932Z [00:03:43.254]➜  cp $WORK/b2437/_pkg_.a /root/.cache/go-build/cf/cf01e0796aaf819ead229be0f71d6428d495c68401eed818e1c57d378f2cb8c8-d # internal
2025-08-20T23:04:57.9717043Z [00:03:43.255]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint
2025-08-20T23:04:57.9721971Z [00:03:43.255]➜  mkdir -p $WORK/b2439/
2025-08-20T23:04:57.9729075Z [00:03:43.256]➜  cat >/tmp/go-build3700090427/b2439/importcfg << 'EOF' # internal
2025-08-20T23:04:57.9730602Z [00:03:43.256]➜  # import config
2025-08-20T23:04:57.9732846Z [00:03:43.256]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.9733536Z [00:03:43.256]➜  EOF
2025-08-20T23:04:57.9739655Z [00:03:43.256]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2439/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sampleraggregationexecutionhint=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sampleraggregationexecutionhint;$WORK/b2439=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint -lang=go1.22 -complete -installsuffix shared -buildid JVtCigXC09I0kcwuxUMf/JVtCigXC09I0kcwuxUMf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2439/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sampleraggregationexecutionhint/sampleraggregationexecutionhint.go
2025-08-20T23:04:57.9847628Z [00:03:43.268]➜  go tool buildid -w $WORK/b2438/_pkg_.a # internal
2025-08-20T23:04:57.9853986Z [00:03:43.268]➜  cp $WORK/b2438/_pkg_.a /root/.cache/go-build/00/004307acac3d141580bb4536edf13465fad1e3d9c90a396a66b16189486a699d-d # internal
2025-08-20T23:04:57.9864857Z [00:03:43.269]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode
2025-08-20T23:04:57.9865703Z [00:03:43.269]➜  mkdir -p $WORK/b2440/
2025-08-20T23:04:57.9866527Z [00:03:43.269]➜  cat >/tmp/go-build3700090427/b2440/importcfg << 'EOF' # internal
2025-08-20T23:04:57.9867290Z [00:03:43.269]➜  # import config
2025-08-20T23:04:57.9867966Z [00:03:43.269]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.9868621Z [00:03:43.269]➜  EOF
2025-08-20T23:04:57.9886097Z [00:03:43.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2440/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/scoremode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/scoremode;$WORK/b2440=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode -lang=go1.22 -complete -installsuffix shared -buildid dEEAG4Qosq-F0GqIJsfl/dEEAG4Qosq-F0GqIJsfl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2440/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/scoremode/scoremode.go
2025-08-20T23:04:57.9890965Z [00:03:43.270]➜  go tool buildid -w $WORK/b2439/_pkg_.a # internal
2025-08-20T23:04:57.9892433Z [00:03:43.271]➜  cp $WORK/b2439/_pkg_.a /root/.cache/go-build/f5/f5d8c09319846e742ab5846f3451464747a91aa6e16a03f9f41ebeb71d235ab8-d # internal
2025-08-20T23:04:57.9893864Z [00:03:43.271]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage
2025-08-20T23:04:57.9894696Z [00:03:43.271]➜  mkdir -p $WORK/b2441/
2025-08-20T23:04:57.9895452Z [00:03:43.271]➜  cat >/tmp/go-build3700090427/b2441/importcfg << 'EOF' # internal
2025-08-20T23:04:57.9896130Z [00:03:43.271]➜  # import config
2025-08-20T23:04:57.9896792Z [00:03:43.271]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:57.9897410Z [00:03:43.271]➜  EOF
2025-08-20T23:04:57.9902655Z [00:03:43.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2441/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/scriptlanguage=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/scriptlanguage;$WORK/b2441=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage -lang=go1.22 -complete -installsuffix shared -buildid z7NQCiBi5o4T1MJmfRzh/z7NQCiBi5o4T1MJmfRzh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2441/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/scriptlanguage/scriptlanguage.go
2025-08-20T23:04:58.0047509Z [00:03:43.288]➜  go tool buildid -w $WORK/b2440/_pkg_.a # internal
2025-08-20T23:04:58.0055695Z [00:03:43.289]➜  cp $WORK/b2440/_pkg_.a /root/.cache/go-build/cf/cf9ed03b82ba039154f0031974eaa87fb2fc4fdeddca8c99a31671cc2a13fbff-d # internal
2025-08-20T23:04:58.0057895Z [00:03:43.289]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype
2025-08-20T23:04:58.0058984Z [00:03:43.289]➜  mkdir -p $WORK/b2442/
2025-08-20T23:04:58.0072647Z [00:03:43.290]➜  cat >/tmp/go-build3700090427/b2442/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0081144Z [00:03:43.291]➜  # import config
2025-08-20T23:04:58.0084810Z [00:03:43.291]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0085504Z [00:03:43.291]➜  EOF
2025-08-20T23:04:58.0090649Z [00:03:43.291]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/scriptsorttype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/scriptsorttype;$WORK/b2442=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype -lang=go1.22 -complete -installsuffix shared -buildid VNKZITqOVBn1HY8kxfYA/VNKZITqOVBn1HY8kxfYA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2442/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/scriptsorttype/scriptsorttype.go
2025-08-20T23:04:58.0095401Z [00:03:43.291]➜  go tool buildid -w $WORK/b2441/_pkg_.a # internal
2025-08-20T23:04:58.0096719Z [00:03:43.291]➜  cp $WORK/b2441/_pkg_.a /root/.cache/go-build/37/371368d6172ba3c03777daca201f48d8286c1b79d9ad3968918dd8f560e1f89a-d # internal
2025-08-20T23:04:58.0098060Z [00:03:43.291]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype
2025-08-20T23:04:58.0098861Z [00:03:43.291]➜  mkdir -p $WORK/b2443/
2025-08-20T23:04:58.0102527Z [00:03:43.293]➜  cat >/tmp/go-build3700090427/b2443/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0103885Z [00:03:43.293]➜  # import config
2025-08-20T23:04:58.0104825Z [00:03:43.293]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0105731Z [00:03:43.293]➜  EOF
2025-08-20T23:04:58.0112451Z [00:03:43.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/searchtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/searchtype;$WORK/b2443=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype -lang=go1.22 -complete -installsuffix shared -buildid K84c-2Z-BJq4RUrNhuyF/K84c-2Z-BJq4RUrNhuyF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2443/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/searchtype/searchtype.go
2025-08-20T23:04:58.0227322Z [00:03:43.306]➜  go tool buildid -w $WORK/b2442/_pkg_.a # internal
2025-08-20T23:04:58.0229052Z [00:03:43.306]➜  cp $WORK/b2442/_pkg_.a /root/.cache/go-build/24/240024667136a74cacdbc18fb4d6bed5b3de639a08e6d17e8ec22ecab46b8a82-d # internal
2025-08-20T23:04:58.0231667Z [00:03:43.306]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing
2025-08-20T23:04:58.0232511Z [00:03:43.306]➜  mkdir -p $WORK/b2444/
2025-08-20T23:04:58.0233214Z [00:03:43.306]➜  cat >/tmp/go-build3700090427/b2444/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0233852Z [00:03:43.306]➜  # import config
2025-08-20T23:04:58.0234675Z [00:03:43.306]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0235311Z [00:03:43.306]➜  EOF
2025-08-20T23:04:58.0248126Z [00:03:43.306]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/segmentsortmissing=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/segmentsortmissing;$WORK/b2444=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing -lang=go1.22 -complete -installsuffix shared -buildid AgR9X_ywGeEyPruMtwqt/AgR9X_ywGeEyPruMtwqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2444/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/segmentsortmissing/segmentsortmissing.go
2025-08-20T23:04:58.0273425Z [00:03:43.309]➜  go tool buildid -w $WORK/b2443/_pkg_.a # internal
2025-08-20T23:04:58.0277669Z [00:03:43.309]➜  cp $WORK/b2443/_pkg_.a /root/.cache/go-build/7d/7db66e846f02ecf4db4e2da188723432ba9b2721807f0d920c9dc3fbf80f0a86-d # internal
2025-08-20T23:04:58.0279118Z [00:03:43.310]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode
2025-08-20T23:04:58.0280176Z [00:03:43.310]➜  mkdir -p $WORK/b2445/
2025-08-20T23:04:58.0281172Z [00:03:43.310]➜  cat >/tmp/go-build3700090427/b2445/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0281856Z [00:03:43.310]➜  # import config
2025-08-20T23:04:58.0282544Z [00:03:43.311]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0283154Z [00:03:43.311]➜  EOF
2025-08-20T23:04:58.0288051Z [00:03:43.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/segmentsortmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/segmentsortmode;$WORK/b2445=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode -lang=go1.22 -complete -installsuffix shared -buildid EHbKaA3V1lL1RghaqRM5/EHbKaA3V1lL1RghaqRM5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2445/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/segmentsortmode/segmentsortmode.go
2025-08-20T23:04:58.0348536Z [00:03:43.318]➜  go tool buildid -w $WORK/b2444/_pkg_.a # internal
2025-08-20T23:04:58.0359466Z [00:03:43.319]➜  cp $WORK/b2444/_pkg_.a /root/.cache/go-build/3c/3cad0b236b483a81ec1dc931ffd658067e4d99e42fef385ea972c24713207e6e-d # internal
2025-08-20T23:04:58.0372173Z [00:03:43.319]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder
2025-08-20T23:04:58.0373040Z [00:03:43.319]➜  mkdir -p $WORK/b2446/
2025-08-20T23:04:58.0373806Z [00:03:43.320]➜  cat >/tmp/go-build3700090427/b2446/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0374501Z [00:03:43.320]➜  # import config
2025-08-20T23:04:58.0375190Z [00:03:43.320]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0375837Z [00:03:43.320]➜  EOF
2025-08-20T23:04:58.0381261Z [00:03:43.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2446/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/segmentsortorder=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/segmentsortorder;$WORK/b2446=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder -lang=go1.22 -complete -installsuffix shared -buildid rI5F-kzJUmcpJgihiP2M/rI5F-kzJUmcpJgihiP2M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2446/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/segmentsortorder/segmentsortorder.go
2025-08-20T23:04:58.0426375Z [00:03:43.326]➜  go tool buildid -w $WORK/b2445/_pkg_.a # internal
2025-08-20T23:04:58.0433151Z [00:03:43.326]➜  cp $WORK/b2445/_pkg_.a /root/.cache/go-build/25/255e5ef9bbeaf0c1627e355bb4b27a24879f2120c80220140fd83eb04cb326e7-d # internal
2025-08-20T23:04:58.0435409Z [00:03:43.327]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype
2025-08-20T23:04:58.0441135Z [00:03:43.327]➜  mkdir -p $WORK/b2447/
2025-08-20T23:04:58.0441963Z [00:03:43.327]➜  cat >/tmp/go-build3700090427/b2447/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0442681Z [00:03:43.327]➜  # import config
2025-08-20T23:04:58.0443400Z [00:03:43.327]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0444051Z [00:03:43.327]➜  EOF
2025-08-20T23:04:58.0448684Z [00:03:43.327]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shapetype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shapetype;$WORK/b2447=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype -lang=go1.22 -complete -installsuffix shared -buildid SVichAYYIPBm9pofcwK7/SVichAYYIPBm9pofcwK7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2447/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shapetype/shapetype.go
2025-08-20T23:04:58.0495249Z [00:03:43.333]➜  go tool buildid -w $WORK/b2446/_pkg_.a # internal
2025-08-20T23:04:58.0503473Z [00:03:43.333]➜  cp $WORK/b2446/_pkg_.a /root/.cache/go-build/27/27feaf33aad5c4128f79a68a0f7ed7d5f642a23f77c1bb22cbac34dfb036d1f1-d # internal
2025-08-20T23:04:58.0511743Z [00:03:43.334]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate
2025-08-20T23:04:58.0515055Z [00:03:43.334]➜  mkdir -p $WORK/b2448/
2025-08-20T23:04:58.0520612Z [00:03:43.334]➜  cat >/tmp/go-build3700090427/b2448/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0521612Z [00:03:43.334]➜  # import config
2025-08-20T23:04:58.0522280Z [00:03:43.334]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0522910Z [00:03:43.334]➜  EOF
2025-08-20T23:04:58.0531879Z [00:03:43.336]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2448/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardroutingstate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardroutingstate;$WORK/b2448=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate -lang=go1.22 -complete -installsuffix shared -buildid 7DKOyrh4RaxYVlmS-E_5/7DKOyrh4RaxYVlmS-E_5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2448/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardroutingstate/shardroutingstate.go
2025-08-20T23:04:58.0580627Z [00:03:43.341]➜  go tool buildid -w $WORK/b2447/_pkg_.a # internal
2025-08-20T23:04:58.0594306Z [00:03:43.343]➜  cp $WORK/b2447/_pkg_.a /root/.cache/go-build/fd/fd7f0f7d20ca86adff87d3e975687c593fa9d336b33fe70e3c001d8eade331cc-d # internal
2025-08-20T23:04:58.0596444Z [00:03:43.343]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage
2025-08-20T23:04:58.0600563Z [00:03:43.343]➜  mkdir -p $WORK/b2449/
2025-08-20T23:04:58.0601354Z [00:03:43.343]➜  cat >/tmp/go-build3700090427/b2449/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0602226Z [00:03:43.343]➜  # import config
2025-08-20T23:04:58.0602924Z [00:03:43.343]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0603503Z [00:03:43.343]➜  EOF
2025-08-20T23:04:58.0608790Z [00:03:43.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardsstatsstage=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardsstatsstage;$WORK/b2449=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage -lang=go1.22 -complete -installsuffix shared -buildid TgcfxXez8uTGSyfes4-g/TgcfxXez8uTGSyfes4-g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2449/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardsstatsstage/shardsstatsstage.go
2025-08-20T23:04:58.0668031Z [00:03:43.350]➜  go tool buildid -w $WORK/b2448/_pkg_.a # internal
2025-08-20T23:04:58.0681477Z [00:03:43.351]➜  cp $WORK/b2448/_pkg_.a /root/.cache/go-build/f9/f94bbb493cce54caa56b52f0bd8b8ed61f803a59db658a0a5b353cbe703e76ed-d # internal
2025-08-20T23:04:58.0683029Z [00:03:43.351]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation
2025-08-20T23:04:58.0683935Z [00:03:43.351]➜  mkdir -p $WORK/b2450/
2025-08-20T23:04:58.0693366Z [00:03:43.352]➜  cat >/tmp/go-build3700090427/b2450/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0696825Z [00:03:43.352]➜  # import config
2025-08-20T23:04:58.0697527Z [00:03:43.352]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0698102Z [00:03:43.352]➜  EOF
2025-08-20T23:04:58.0703596Z [00:03:43.352]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2450/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardstoreallocation=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardstoreallocation;$WORK/b2450=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation -lang=go1.22 -complete -installsuffix shared -buildid c4L8W5v5sKgJhZ63uW5o/c4L8W5v5sKgJhZ63uW5o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2450/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardstoreallocation/shardstoreallocation.go
2025-08-20T23:04:58.0760920Z [00:03:43.359]➜  go tool buildid -w $WORK/b2449/_pkg_.a # internal
2025-08-20T23:04:58.0769987Z [00:03:43.360]➜  cp $WORK/b2449/_pkg_.a /root/.cache/go-build/8e/8eef5fa02c330f46f3be95e459203c2e8ff7b4c5a71d3b56872d0b8817ec6eb9-d # internal
2025-08-20T23:04:58.0775946Z [00:03:43.360]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus
2025-08-20T23:04:58.0776762Z [00:03:43.361]➜  mkdir -p $WORK/b2451/
2025-08-20T23:04:58.0784073Z [00:03:43.361]➜  cat >/tmp/go-build3700090427/b2451/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0784877Z [00:03:43.361]➜  # import config
2025-08-20T23:04:58.0785584Z [00:03:43.361]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0786236Z [00:03:43.361]➜  EOF
2025-08-20T23:04:58.0791569Z [00:03:43.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2451/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shutdownstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shutdownstatus;$WORK/b2451=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus -lang=go1.22 -complete -installsuffix shared -buildid UoqOgEEeahbvcKOONvYI/UoqOgEEeahbvcKOONvYI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2451/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shutdownstatus/shutdownstatus.go
2025-08-20T23:04:58.0840075Z [00:03:43.367]➜  go tool buildid -w $WORK/b2450/_pkg_.a # internal
2025-08-20T23:04:58.0848126Z [00:03:43.368]➜  cp $WORK/b2450/_pkg_.a /root/.cache/go-build/19/1907726374c68f4cca903634006307b0c9e2c9af2fb8f848e6a5e7b06379bcf4-d # internal
2025-08-20T23:04:58.0852889Z [00:03:43.368]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype
2025-08-20T23:04:58.0854334Z [00:03:43.369]➜  mkdir -p $WORK/b2452/
2025-08-20T23:04:58.0855822Z [00:03:43.369]➜  cat >/tmp/go-build3700090427/b2452/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0857978Z [00:03:43.369]➜  # import config
2025-08-20T23:04:58.0858717Z [00:03:43.369]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0859573Z [00:03:43.369]➜  EOF
2025-08-20T23:04:58.0864630Z [00:03:43.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2452/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shutdowntype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shutdowntype;$WORK/b2452=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype -lang=go1.22 -complete -installsuffix shared -buildid FDjqijI25mktLv-pRRHY/FDjqijI25mktLv-pRRHY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2452/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shutdowntype/shutdowntype.go
2025-08-20T23:04:58.0923319Z [00:03:43.375]➜  go tool buildid -w $WORK/b2451/_pkg_.a # internal
2025-08-20T23:04:58.0931776Z [00:03:43.376]➜  cp $WORK/b2451/_pkg_.a /root/.cache/go-build/d0/d03c151ed5b0e113256f526a707cce81e53e3cf09b1e867e142bee287020a7fc-d # internal
2025-08-20T23:04:58.0933347Z [00:03:43.376]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate
2025-08-20T23:04:58.0939269Z [00:03:43.377]➜  mkdir -p $WORK/b2453/
2025-08-20T23:04:58.0940243Z [00:03:43.377]➜  cat >/tmp/go-build3700090427/b2453/importcfg << 'EOF' # internal
2025-08-20T23:04:58.0940942Z [00:03:43.377]➜  # import config
2025-08-20T23:04:58.0941659Z [00:03:43.377]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.0942309Z [00:03:43.377]➜  EOF
2025-08-20T23:04:58.0947625Z [00:03:43.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2453/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/snapshotupgradestate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/snapshotupgradestate;$WORK/b2453=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate -lang=go1.22 -complete -installsuffix shared -buildid 9M5gTJ0Cff_HyKtF-j37/9M5gTJ0Cff_HyKtF-j37 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2453/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/snapshotupgradestate/snapshotupgradestate.go
2025-08-20T23:04:58.0985318Z [00:03:43.382]➜  go tool buildid -w $WORK/b2452/_pkg_.a # internal
2025-08-20T23:04:58.0992608Z [00:03:43.382]➜  cp $WORK/b2452/_pkg_.a /root/.cache/go-build/14/144054692ecede6a4ad719ec53bf3d3785c541d8898dc5f86a597f9c2be84b5a-d # internal
2025-08-20T23:04:58.0995192Z [00:03:43.382]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage
2025-08-20T23:04:58.0998851Z [00:03:43.382]➜  mkdir -p $WORK/b2454/
2025-08-20T23:04:58.1013142Z [00:03:43.383]➜  cat >/tmp/go-build3700090427/b2454/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1014144Z [00:03:43.383]➜  # import config
2025-08-20T23:04:58.1014866Z [00:03:43.383]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1015506Z [00:03:43.383]➜  EOF
2025-08-20T23:04:58.1020903Z [00:03:43.383]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2454/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/snowballlanguage=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/snowballlanguage;$WORK/b2454=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage -lang=go1.22 -complete -installsuffix shared -buildid XKVvBxGeGwy7SbU1sEa_/XKVvBxGeGwy7SbU1sEa_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2454/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/snowballlanguage/snowballlanguage.go
2025-08-20T23:04:58.1116354Z [00:03:43.395]➜  go tool buildid -w $WORK/b2453/_pkg_.a # internal
2025-08-20T23:04:58.1118081Z [00:03:43.395]➜  cp $WORK/b2453/_pkg_.a /root/.cache/go-build/0d/0d57c1a3e3f59944df2ff738f17c923e0ab4cfd737e35b3f07febb8f7fecef31-d # internal
2025-08-20T23:04:58.1119937Z [00:03:43.395]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode
2025-08-20T23:04:58.1121806Z [00:03:43.395]➜  mkdir -p $WORK/b2455/
2025-08-20T23:04:58.1122544Z [00:03:43.395]➜  cat >/tmp/go-build3700090427/b2455/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1123239Z [00:03:43.395]➜  # import config
2025-08-20T23:04:58.1124141Z [00:03:43.395]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1124814Z [00:03:43.395]➜  EOF
2025-08-20T23:04:58.1129655Z [00:03:43.395]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sortmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sortmode;$WORK/b2455=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode -lang=go1.22 -complete -installsuffix shared -buildid CRT61BD7HdZj7ZxqUo0n/CRT61BD7HdZj7ZxqUo0n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2455/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sortmode/sortmode.go
2025-08-20T23:04:58.1234923Z [00:03:43.407]➜  go tool buildid -w $WORK/b2454/_pkg_.a # internal
2025-08-20T23:04:58.1248330Z [00:03:43.407]➜  go tool buildid -w $WORK/b2455/_pkg_.a # internal
2025-08-20T23:04:58.1254399Z [00:03:43.407]➜  cp $WORK/b2454/_pkg_.a /root/.cache/go-build/3c/3c94b2d1d090549516e4c852089ae392d5328f9b5b06e864377f62ff2543dfda-d # internal
2025-08-20T23:04:58.1255830Z [00:03:43.407]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder
2025-08-20T23:04:58.1258747Z [00:03:43.407]➜  mkdir -p $WORK/b2456/
2025-08-20T23:04:58.1261539Z [00:03:43.408]➜  cat >/tmp/go-build3700090427/b2456/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1262236Z [00:03:43.408]➜  # import config
2025-08-20T23:04:58.1262940Z [00:03:43.408]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1263605Z [00:03:43.408]➜  EOF
2025-08-20T23:04:58.1268287Z [00:03:43.408]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2456/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sortorder=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sortorder;$WORK/b2456=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder -lang=go1.22 -complete -installsuffix shared -buildid YKQGVC2QlkRBAV_vQ-b7/YKQGVC2QlkRBAV_vQ-b7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2456/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sortorder/sortorder.go
2025-08-20T23:04:58.1273353Z [00:03:43.408]➜  cp $WORK/b2455/_pkg_.a /root/.cache/go-build/4d/4dbddce95a79166843a08baaa06fd8d5dc6d69ec5a199e2d7d15d2a171e82ebd-d # internal
2025-08-20T23:04:58.1274997Z [00:03:43.409]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode
2025-08-20T23:04:58.1275821Z [00:03:43.409]➜  mkdir -p $WORK/b2457/
2025-08-20T23:04:58.1276539Z [00:03:43.409]➜  cat >/tmp/go-build3700090427/b2457/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1277276Z [00:03:43.409]➜  # import config
2025-08-20T23:04:58.1277932Z [00:03:43.409]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1278480Z [00:03:43.409]➜  EOF
2025-08-20T23:04:58.1284023Z [00:03:43.409]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2457/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sourcefieldmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sourcefieldmode;$WORK/b2457=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode -lang=go1.22 -complete -installsuffix shared -buildid yyYMQLci7di1WlKlicTy/yyYMQLci7di1WlKlicTy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2457/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sourcefieldmode/sourcefieldmode.go
2025-08-20T23:04:58.1391345Z [00:03:43.422]➜  go tool buildid -w $WORK/b2457/_pkg_.a # internal
2025-08-20T23:04:58.1401525Z [00:03:43.423]➜  cp $WORK/b2457/_pkg_.a /root/.cache/go-build/a5/a55d85d9c293a33dc343256ffba48d2e6013bf9b30733363e8ed3af527a037f6-d # internal
2025-08-20T23:04:58.1402860Z [00:03:43.423]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype
2025-08-20T23:04:58.1403786Z [00:03:43.423]➜  mkdir -p $WORK/b2458/
2025-08-20T23:04:58.1404437Z [00:03:43.423]➜  go tool buildid -w $WORK/b2456/_pkg_.a # internal
2025-08-20T23:04:58.1405242Z [00:03:43.423]➜  cat >/tmp/go-build3700090427/b2458/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1405911Z [00:03:43.423]➜  # import config
2025-08-20T23:04:58.1406579Z [00:03:43.423]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1407286Z [00:03:43.423]➜  EOF
2025-08-20T23:04:58.1412309Z [00:03:43.423]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2458/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/storagetype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/storagetype;$WORK/b2458=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype -lang=go1.22 -complete -installsuffix shared -buildid IXbhtBbuxfx0JcM0P1TX/IXbhtBbuxfx0JcM0P1TX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2458/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/storagetype/storagetype.go
2025-08-20T23:04:58.1425920Z [00:03:43.426]➜  cp $WORK/b2456/_pkg_.a /root/.cache/go-build/5d/5d45fa1e76a3636c3fb2c8ec830bcb58265357ce3dacb4b912e89076de70e9cb-d # internal
2025-08-20T23:04:58.1427506Z [00:03:43.426]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance
2025-08-20T23:04:58.1437347Z [00:03:43.427]➜  mkdir -p $WORK/b2459/
2025-08-20T23:04:58.1444649Z [00:03:43.427]➜  cat >/tmp/go-build3700090427/b2459/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1445375Z [00:03:43.427]➜  # import config
2025-08-20T23:04:58.1446033Z [00:03:43.427]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1446637Z [00:03:43.427]➜  EOF
2025-08-20T23:04:58.1451813Z [00:03:43.427]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2459/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/stringdistance=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/stringdistance;$WORK/b2459=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance -lang=go1.22 -complete -installsuffix shared -buildid ZPOSqUhPt1Ha0EK8nlu8/ZPOSqUhPt1Ha0EK8nlu8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2459/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/stringdistance/stringdistance.go
2025-08-20T23:04:58.1513047Z [00:03:43.434]➜  go tool buildid -w $WORK/b2458/_pkg_.a # internal
2025-08-20T23:04:58.1523957Z [00:03:43.435]➜  cp $WORK/b2458/_pkg_.a /root/.cache/go-build/28/2899de25ee8c69f3c1771bd5ad999597ec38ad3c2b273dc5e8f1fce4ac8e9db0-d # internal
2025-08-20T23:04:58.1529944Z [00:03:43.436]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode
2025-08-20T23:04:58.1535012Z [00:03:43.437]➜  mkdir -p $WORK/b2460/
2025-08-20T23:04:58.1548044Z [00:03:43.437]➜  cat >/tmp/go-build3700090427/b2460/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1548847Z [00:03:43.437]➜  # import config
2025-08-20T23:04:58.1550725Z [00:03:43.437]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1551453Z [00:03:43.437]➜  EOF
2025-08-20T23:04:58.1556319Z [00:03:43.438]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2460/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/suggestmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/suggestmode;$WORK/b2460=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode -lang=go1.22 -complete -installsuffix shared -buildid laWY24kWifOJAqc7xTu-/laWY24kWifOJAqc7xTu- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2460/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/suggestmode/suggestmode.go
2025-08-20T23:04:58.1603942Z [00:03:43.444]➜  go tool buildid -w $WORK/b2459/_pkg_.a # internal
2025-08-20T23:04:58.1611265Z [00:03:43.444]➜  cp $WORK/b2459/_pkg_.a /root/.cache/go-build/ff/ff8ae68bc8866a6745266653f5e4a387ca5de1442c64776f270ec28d21d55d2e-d # internal
2025-08-20T23:04:58.1612973Z [00:03:43.444]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort
2025-08-20T23:04:58.1614799Z [00:03:43.444]➜  mkdir -p $WORK/b2461/
2025-08-20T23:04:58.1615582Z [00:03:43.445]➜  cat >/tmp/go-build3700090427/b2461/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1617391Z [00:03:43.445]➜  # import config
2025-08-20T23:04:58.1617989Z [00:03:43.445]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1618606Z [00:03:43.445]➜  EOF
2025-08-20T23:04:58.1623609Z [00:03:43.445]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2461/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/suggestsort=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/suggestsort;$WORK/b2461=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort -lang=go1.22 -complete -installsuffix shared -buildid RTu_2qgcUhGd1mo1bWse/RTu_2qgcUhGd1mo1bWse -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2461/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/suggestsort/suggestsort.go
2025-08-20T23:04:58.1715440Z [00:03:43.455]➜  go tool buildid -w $WORK/b2460/_pkg_.a # internal
2025-08-20T23:04:58.1741514Z [00:03:43.457]➜  cp $WORK/b2460/_pkg_.a /root/.cache/go-build/17/179d12702d77345d2fc2d3d2f16e764caa78b612f68b2062fe42f78a0cf2670f-d # internal
2025-08-20T23:04:58.1743703Z [00:03:43.457]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod
2025-08-20T23:04:58.1745749Z [00:03:43.457]➜  mkdir -p $WORK/b2462/
2025-08-20T23:04:58.1746513Z [00:03:43.457]➜  cat >/tmp/go-build3700090427/b2462/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1747219Z [00:03:43.457]➜  # import config
2025-08-20T23:04:58.1747909Z [00:03:43.457]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1748556Z [00:03:43.457]➜  EOF
2025-08-20T23:04:58.1753912Z [00:03:43.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2462/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/syncjobtriggermethod=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/syncjobtriggermethod;$WORK/b2462=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod -lang=go1.22 -complete -installsuffix shared -buildid msJ03Dz6uXez5EzCLqnd/msJ03Dz6uXez5EzCLqnd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2462/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/syncjobtriggermethod/syncjobtriggermethod.go
2025-08-20T23:04:58.1758951Z [00:03:43.457]➜  go tool buildid -w $WORK/b2461/_pkg_.a # internal
2025-08-20T23:04:58.1765200Z [00:03:43.459]➜  cp $WORK/b2461/_pkg_.a /root/.cache/go-build/ae/aefe987cf49e187180cf809b60d57a583ebc7cde7cc642b05567494aef076dce-d # internal
2025-08-20T23:04:58.1766751Z [00:03:43.459]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype
2025-08-20T23:04:58.1767550Z [00:03:43.459]➜  mkdir -p $WORK/b2463/
2025-08-20T23:04:58.1768289Z [00:03:43.459]➜  cat >/tmp/go-build3700090427/b2463/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1769000Z [00:03:43.459]➜  # import config
2025-08-20T23:04:58.1769891Z [00:03:43.459]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1770514Z [00:03:43.459]➜  EOF
2025-08-20T23:04:58.1779025Z [00:03:43.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/syncjobtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/syncjobtype;$WORK/b2463=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype -lang=go1.22 -complete -installsuffix shared -buildid A9vPdBUeczgDYktAhmMn/A9vPdBUeczgDYktAhmMn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2463/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/syncjobtype/syncjobtype.go
2025-08-20T23:04:58.1886913Z [00:03:43.471]➜  go tool buildid -w $WORK/b2462/_pkg_.a # internal
2025-08-20T23:04:58.1895448Z [00:03:43.472]➜  cp $WORK/b2462/_pkg_.a /root/.cache/go-build/76/760a9bc20dc97809d8e23ecde221dce1832a177d9d41eb22a51b725fb5e39129-d # internal
2025-08-20T23:04:58.1897670Z [00:03:43.472]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus
2025-08-20T23:04:58.1898499Z [00:03:43.472]➜  mkdir -p $WORK/b2464/
2025-08-20T23:04:58.1899113Z [00:03:43.472]➜  go tool buildid -w $WORK/b2463/_pkg_.a # internal
2025-08-20T23:04:58.1900004Z [00:03:43.473]➜  cat >/tmp/go-build3700090427/b2464/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1900670Z [00:03:43.473]➜  # import config
2025-08-20T23:04:58.1901364Z [00:03:43.473]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1901995Z [00:03:43.473]➜  EOF
2025-08-20T23:04:58.1906887Z [00:03:43.473]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2464/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/syncstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/syncstatus;$WORK/b2464=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus -lang=go1.22 -complete -installsuffix shared -buildid OvVS3SGKsl7w233yPAvt/OvVS3SGKsl7w233yPAvt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2464/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/syncstatus/syncstatus.go
2025-08-20T23:04:58.1936548Z [00:03:43.475]➜  cp $WORK/b2463/_pkg_.a /root/.cache/go-build/32/326d494f56d7b980166e3e0fbd791147070d5baf24f22622661e98989fbcd1e0-d # internal
2025-08-20T23:04:58.1937957Z [00:03:43.477]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat
2025-08-20T23:04:58.1938937Z [00:03:43.477]➜  mkdir -p $WORK/b2465/
2025-08-20T23:04:58.1942062Z [00:03:43.477]➜  cat >/tmp/go-build3700090427/b2465/importcfg << 'EOF' # internal
2025-08-20T23:04:58.1942737Z [00:03:43.477]➜  # import config
2025-08-20T23:04:58.1943436Z [00:03:43.477]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.1944314Z [00:03:43.477]➜  EOF
2025-08-20T23:04:58.1949137Z [00:03:43.477]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2465/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/synonymformat=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/synonymformat;$WORK/b2465=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat -lang=go1.22 -complete -installsuffix shared -buildid enptNqzfvFmS2B1E9qE7/enptNqzfvFmS2B1E9qE7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2465/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/synonymformat/synonymformat.go
2025-08-20T23:04:58.2066102Z [00:03:43.490]➜  go tool buildid -w $WORK/b2465/_pkg_.a # internal
2025-08-20T23:04:58.2067360Z [00:03:43.490]➜  go tool buildid -w $WORK/b2464/_pkg_.a # internal
2025-08-20T23:04:58.2080040Z [00:03:43.491]➜  cp $WORK/b2465/_pkg_.a /root/.cache/go-build/6e/6ec1e13cc0fc658789e92a2fc60fbbdbdd192e810c072717697dbf144ca988c8-d # internal
2025-08-20T23:04:58.2083103Z [00:03:43.492]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype
2025-08-20T23:04:58.2083892Z [00:03:43.492]➜  mkdir -p $WORK/b2466/
2025-08-20T23:04:58.2085001Z [00:03:43.492]➜  cp $WORK/b2464/_pkg_.a /root/.cache/go-build/72/7237a4c8b2a4fde3e85bdcc15a2225a7fb0f142ab84f55d34de0f1245d3f2179-d # internal
2025-08-20T23:04:58.2086404Z [00:03:43.492]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat
2025-08-20T23:04:58.2087233Z [00:03:43.492]➜  mkdir -p $WORK/b2467/
2025-08-20T23:04:58.2089913Z [00:03:43.492]➜  cat >/tmp/go-build3700090427/b2466/importcfg << 'EOF' # internal
2025-08-20T23:04:58.2090701Z [00:03:43.492]➜  # import config
2025-08-20T23:04:58.2091291Z [00:03:43.492]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.2091862Z [00:03:43.492]➜  EOF
2025-08-20T23:04:58.2096576Z [00:03:43.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2466/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/tasktype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/tasktype;$WORK/b2466=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype -lang=go1.22 -complete -installsuffix shared -buildid abRWWdLfQhUwNPMzavss/abRWWdLfQhUwNPMzavss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2466/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/tasktype/tasktype.go
2025-08-20T23:04:58.2107990Z [00:03:43.494]➜  cat >/tmp/go-build3700090427/b2467/importcfg << 'EOF' # internal
2025-08-20T23:04:58.2108752Z [00:03:43.494]➜  # import config
2025-08-20T23:04:58.2109732Z [00:03:43.494]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.2117057Z [00:03:43.494]➜  EOF
2025-08-20T23:04:58.2122291Z [00:03:43.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2467/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/templateformat=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/templateformat;$WORK/b2467=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat -lang=go1.22 -complete -installsuffix shared -buildid o-07yAdPZZniJ5HNjuSe/o-07yAdPZZniJ5HNjuSe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2467/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/templateformat/templateformat.go
2025-08-20T23:04:58.2257837Z [00:03:43.508]➜  go tool buildid -w $WORK/b2466/_pkg_.a # internal
2025-08-20T23:04:58.2260945Z [00:03:43.509]➜  cp $WORK/b2466/_pkg_.a /root/.cache/go-build/21/214df79f262b27113ce06baac9367a030132e9e7a5f50c76671403e4b34750f8-d # internal
2025-08-20T23:04:58.2263673Z [00:03:43.509]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode
2025-08-20T23:04:58.2264770Z [00:03:43.509]➜  mkdir -p $WORK/b2468/
2025-08-20T23:04:58.2268385Z [00:03:43.510]➜  cat >/tmp/go-build3700090427/b2468/importcfg << 'EOF' # internal
2025-08-20T23:04:58.2270146Z [00:03:43.510]➜  # import config
2025-08-20T23:04:58.2271611Z [00:03:43.510]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.2272673Z [00:03:43.510]➜  EOF
2025-08-20T23:04:58.2285687Z [00:03:43.510]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2468/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/termsaggregationcollectmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/termsaggregationcollectmode;$WORK/b2468=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode -lang=go1.22 -complete -installsuffix shared -buildid -vnOFqmRoCfR5aBN8kmJ/-vnOFqmRoCfR5aBN8kmJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2468/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/termsaggregationcollectmode/termsaggregationcollectmode.go
2025-08-20T23:04:58.2293110Z [00:03:43.510]➜  go tool buildid -w $WORK/b2467/_pkg_.a # internal
2025-08-20T23:04:58.2294384Z [00:03:43.511]➜  cp $WORK/b2467/_pkg_.a /root/.cache/go-build/5e/5efb2aa12548de0d1fb72981f14096c43ed6c2ffce17966320a588488bd0951a-d # internal
2025-08-20T23:04:58.2295862Z [00:03:43.512]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint
2025-08-20T23:04:58.2296784Z [00:03:43.512]➜  mkdir -p $WORK/b2469/
2025-08-20T23:04:58.2297590Z [00:03:43.512]➜  cat >/tmp/go-build3700090427/b2469/importcfg << 'EOF' # internal
2025-08-20T23:04:58.2298317Z [00:03:43.512]➜  # import config
2025-08-20T23:04:58.2298974Z [00:03:43.512]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.2300032Z [00:03:43.512]➜  EOF
2025-08-20T23:04:58.2305653Z [00:03:43.512]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2469/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/termsaggregationexecutionhint=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/termsaggregationexecutionhint;$WORK/b2469=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint -lang=go1.22 -complete -installsuffix shared -buildid l9pmsd9tR8SB7glY5EPo/l9pmsd9tR8SB7glY5EPo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2469/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/termsaggregationexecutionhint/termsaggregationexecutionhint.go
2025-08-20T23:04:58.2423801Z [00:03:43.526]➜  go tool buildid -w $WORK/b2469/_pkg_.a # internal
2025-08-20T23:04:58.2430067Z [00:03:43.526]➜  cp $WORK/b2469/_pkg_.a /root/.cache/go-build/85/85d9e05a7d6711424357dfe511346ba92cafc23d9ce5ddc23ad8eee328765a8f-d # internal
2025-08-20T23:04:58.2432515Z [00:03:43.527]➜  go tool buildid -w $WORK/b2468/_pkg_.a # internal
2025-08-20T23:04:58.2437521Z [00:03:43.527]➜  cp $WORK/b2468/_pkg_.a /root/.cache/go-build/ca/caeb1c04f589376b14d10ea7abd3c500884278cad28a48be6a791b72dce45701-d # internal
2025-08-20T23:04:58.2441780Z [00:03:43.527]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption
2025-08-20T23:04:58.2446380Z [00:03:43.527]➜  mkdir -p $WORK/b2470/
2025-08-20T23:04:58.2449309Z [00:03:43.528]➜  cat >/tmp/go-build3700090427/b2470/importcfg << 'EOF' # internal
2025-08-20T23:04:58.2450240Z [00:03:43.528]➜  # import config
2025-08-20T23:04:58.2451255Z [00:03:43.528]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.2452078Z [00:03:43.528]➜  EOF
2025-08-20T23:04:58.2453675Z [00:03:43.528]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype
2025-08-20T23:04:58.2454530Z [00:03:43.528]➜  mkdir -p $WORK/b2471/
2025-08-20T23:04:58.2455303Z [00:03:43.528]➜  cat >/tmp/go-build3700090427/b2471/importcfg << 'EOF' # internal
2025-08-20T23:04:58.2456007Z [00:03:43.528]➜  # import config
2025-08-20T23:04:58.2456889Z [00:03:43.528]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.2457520Z [00:03:43.528]➜  EOF
2025-08-20T23:04:58.2463061Z [00:03:43.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2471/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/textquerytype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/textquerytype;$WORK/b2471=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype -lang=go1.22 -complete -installsuffix shared -buildid AndAB1Xek8DfuZcJjATe/AndAB1Xek8DfuZcJjATe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2471/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/textquerytype/textquerytype.go
2025-08-20T23:04:58.2476348Z [00:03:43.530]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2470/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/termvectoroption=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/termvectoroption;$WORK/b2470=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption -lang=go1.22 -complete -installsuffix shared -buildid mAA1wYV4Crxw1GbMbml3/mAA1wYV4Crxw1GbMbml3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2470/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/termvectoroption/termvectoroption.go
2025-08-20T23:04:58.2615466Z [00:03:43.544]➜  go tool buildid -w $WORK/b2471/_pkg_.a # internal
2025-08-20T23:04:58.2618144Z [00:03:43.544]➜  cp $WORK/b2471/_pkg_.a /root/.cache/go-build/5f/5f61c2695f7456ba176020a148c83aca2503461d089521c9b884d5f8daa114be-d # internal
2025-08-20T23:04:58.2619950Z [00:03:43.544]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype
2025-08-20T23:04:58.2620843Z [00:03:43.544]➜  mkdir -p $WORK/b2472/
2025-08-20T23:04:58.2621590Z [00:03:43.545]➜  cat >/tmp/go-build3700090427/b2472/importcfg << 'EOF' # internal
2025-08-20T23:04:58.2622267Z [00:03:43.545]➜  # import config
2025-08-20T23:04:58.2622940Z [00:03:43.545]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.2623562Z [00:03:43.545]➜  EOF
2025-08-20T23:04:58.2628726Z [00:03:43.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2472/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/timeseriesmetrictype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/timeseriesmetrictype;$WORK/b2472=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype -lang=go1.22 -complete -installsuffix shared -buildid ld5WoAjpoebtQCDyhmxV/ld5WoAjpoebtQCDyhmxV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2472/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/timeseriesmetrictype/timeseriesmetrictype.go
2025-08-20T23:04:58.2648107Z [00:03:43.548]➜  go tool buildid -w $WORK/b2470/_pkg_.a # internal
2025-08-20T23:04:58.2667136Z [00:03:43.550]➜  cp $WORK/b2470/_pkg_.a /root/.cache/go-build/25/251fb04021855ec60e35c6206ac0bc5fa4e256d1cddfc680e2812e6638ce2f1a-d # internal
2025-08-20T23:04:58.2669970Z [00:03:43.550]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar
2025-08-20T23:04:58.2670812Z [00:03:43.550]➜  mkdir -p $WORK/b2473/
2025-08-20T23:04:58.2671576Z [00:03:43.550]➜  cat >/tmp/go-build3700090427/b2473/importcfg << 'EOF' # internal
2025-08-20T23:04:58.2672263Z [00:03:43.550]➜  # import config
2025-08-20T23:04:58.2672974Z [00:03:43.550]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.2673631Z [00:03:43.550]➜  EOF
2025-08-20T23:04:58.2678451Z [00:03:43.550]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2473/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/tokenchar=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/tokenchar;$WORK/b2473=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar -lang=go1.22 -complete -installsuffix shared -buildid bv34r0XDBaNZF-3o2D9q/bv34r0XDBaNZF-3o2D9q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2473/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/tokenchar/tokenchar.go
2025-08-20T23:04:58.2757934Z [00:03:43.559]➜  go tool buildid -w $WORK/b2472/_pkg_.a # internal
2025-08-20T23:04:58.2765029Z [00:03:43.560]➜  cp $WORK/b2472/_pkg_.a /root/.cache/go-build/ae/ae8284b0ae1ebc6ae5f3466da2eb42f49748998bc747975ff77139b9d0cefbc9-d # internal
2025-08-20T23:04:58.2768485Z [00:03:43.560]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate
2025-08-20T23:04:58.2769596Z [00:03:43.560]➜  mkdir -p $WORK/b2474/
2025-08-20T23:04:58.2775457Z [00:03:43.560]➜  cat >/tmp/go-build3700090427/b2474/importcfg << 'EOF' # internal
2025-08-20T23:04:58.2776174Z [00:03:43.560]➜  # import config
2025-08-20T23:04:58.2776804Z [00:03:43.561]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.2777473Z [00:03:43.561]➜  EOF
2025-08-20T23:04:58.2783575Z [00:03:43.561]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2474/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/tokenizationtruncate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/tokenizationtruncate;$WORK/b2474=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate -lang=go1.22 -complete -installsuffix shared -buildid eymtjelBmr63Nu-rIbDQ/eymtjelBmr63Nu-rIbDQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2474/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/tokenizationtruncate/tokenizationtruncate.go
2025-08-20T23:04:58.2913749Z [00:03:43.574]➜  go tool buildid -w $WORK/b2474/_pkg_.a # internal
2025-08-20T23:04:58.2935440Z [00:03:43.577]➜  cp $WORK/b2474/_pkg_.a /root/.cache/go-build/e0/e06a76f58d403d1e83513975cfb118539c0b6f33cb2cb28d896fa0791f0e30d0-d # internal
2025-08-20T23:04:58.2940153Z [00:03:43.577]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation
2025-08-20T23:04:58.2940938Z [00:03:43.577]➜  mkdir -p $WORK/b2475/
2025-08-20T23:04:58.2941586Z [00:03:43.577]➜  cat >/tmp/go-build3700090427/b2475/importcfg << 'EOF' # internal
2025-08-20T23:04:58.2942192Z [00:03:43.577]➜  # import config
2025-08-20T23:04:58.2942804Z [00:03:43.577]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.2943354Z [00:03:43.577]➜  EOF
2025-08-20T23:04:58.2948035Z [00:03:43.577]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2475/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/totalhitsrelation=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/totalhitsrelation;$WORK/b2475=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation -lang=go1.22 -complete -installsuffix shared -buildid MNS5JRuftumoqZBKXOsI/MNS5JRuftumoqZBKXOsI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2475/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/totalhitsrelation/totalhitsrelation.go
2025-08-20T23:04:58.3033590Z [00:03:43.586]➜  go tool buildid -w $WORK/b2473/_pkg_.a # internal
2025-08-20T23:04:58.3039154Z [00:03:43.587]➜  cp $WORK/b2473/_pkg_.a /root/.cache/go-build/57/5716ecc486c64221368acba395581015512f2cee32cfac512a0f8f55df91db04-d # internal
2025-08-20T23:04:58.3073128Z [00:03:43.591]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype
2025-08-20T23:04:58.3074320Z [00:03:43.591]➜  mkdir -p $WORK/b2476/
2025-08-20T23:04:58.3079528Z [00:03:43.591]➜  cat >/tmp/go-build3700090427/b2476/importcfg << 'EOF' # internal
2025-08-20T23:04:58.3080179Z [00:03:43.591]➜  # import config
2025-08-20T23:04:58.3080981Z [00:03:43.591]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.3081544Z [00:03:43.591]➜  EOF
2025-08-20T23:04:58.3086438Z [00:03:43.591]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2476/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/trainedmodeltype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/trainedmodeltype;$WORK/b2476=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype -lang=go1.22 -complete -installsuffix shared -buildid Ae8j8ZscYcOhL7if4agb/Ae8j8ZscYcOhL7if4agb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2476/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/trainedmodeltype/trainedmodeltype.go
2025-08-20T23:04:58.3127011Z [00:03:43.596]➜  go tool buildid -w $WORK/b2475/_pkg_.a # internal
2025-08-20T23:04:58.3133069Z [00:03:43.596]➜  cp $WORK/b2475/_pkg_.a /root/.cache/go-build/d5/d580a096279e00b8ea325fa6ef4e3b7bb90a0732747f5e609683c77f65bdc243-d # internal
2025-08-20T23:04:58.3140986Z [00:03:43.596]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority
2025-08-20T23:04:58.3141883Z [00:03:43.596]➜  mkdir -p $WORK/b2477/
2025-08-20T23:04:58.3142633Z [00:03:43.597]➜  cat >/tmp/go-build3700090427/b2477/importcfg << 'EOF' # internal
2025-08-20T23:04:58.3143218Z [00:03:43.597]➜  # import config
2025-08-20T23:04:58.3143902Z [00:03:43.597]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.3144561Z [00:03:43.597]➜  EOF
2025-08-20T23:04:58.3149814Z [00:03:43.597]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2477/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/trainingpriority=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/trainingpriority;$WORK/b2477=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority -lang=go1.22 -complete -installsuffix shared -buildid 8EHwGTavaw_1JWghqQkh/8EHwGTavaw_1JWghqQkh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2477/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/trainingpriority/trainingpriority.go
2025-08-20T23:04:58.3466376Z [00:03:43.630]➜  go tool buildid -w $WORK/b2476/_pkg_.a # internal
2025-08-20T23:04:58.3488414Z [00:03:43.632]➜  cp $WORK/b2476/_pkg_.a /root/.cache/go-build/da/da69fea0eb673da719be6b5048d4ddf731aed430ec72ac5dc7c617d3cd375447-d # internal
2025-08-20T23:04:58.3491941Z [00:03:43.632]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability
2025-08-20T23:04:58.3492828Z [00:03:43.632]➜  mkdir -p $WORK/b2478/
2025-08-20T23:04:58.3493587Z [00:03:43.632]➜  cat >/tmp/go-build3700090427/b2478/importcfg << 'EOF' # internal
2025-08-20T23:04:58.3494496Z [00:03:43.632]➜  # import config
2025-08-20T23:04:58.3495194Z [00:03:43.632]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.3495855Z [00:03:43.632]➜  EOF
2025-08-20T23:04:58.3501318Z [00:03:43.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2478/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/translogdurability=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/translogdurability;$WORK/b2478=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability -lang=go1.22 -complete -installsuffix shared -buildid 0eYTwi2h2VJBiTUDFkah/0eYTwi2h2VJBiTUDFkah -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2478/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/translogdurability/translogdurability.go
2025-08-20T23:04:58.3511012Z [00:03:43.632]➜  go tool buildid -w $WORK/b2477/_pkg_.a # internal
2025-08-20T23:04:58.3512223Z [00:03:43.632]➜  cp $WORK/b2477/_pkg_.a /root/.cache/go-build/59/59fe0f466627c0e78b65dbb5b71a9ac279e32f7cce83da613b83b3094fea18f3-d # internal
2025-08-20T23:04:58.3513630Z [00:03:43.632]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype
2025-08-20T23:04:58.3514326Z [00:03:43.632]➜  mkdir -p $WORK/b2479/
2025-08-20T23:04:58.3514985Z [00:03:43.632]➜  cat >/tmp/go-build3700090427/b2479/importcfg << 'EOF' # internal
2025-08-20T23:04:58.3515604Z [00:03:43.632]➜  # import config
2025-08-20T23:04:58.3516197Z [00:03:43.632]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.3516753Z [00:03:43.632]➜  EOF
2025-08-20T23:04:58.3526547Z [00:03:43.632]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2479/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ttesttype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ttesttype;$WORK/b2479=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype -lang=go1.22 -complete -installsuffix shared -buildid X1XOZzhF-_04f9c7pX8-/X1XOZzhF-_04f9c7pX8- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2479/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/ttesttype/ttesttype.go
2025-08-20T23:04:58.3665446Z [00:03:43.650]➜  go tool buildid -w $WORK/b2478/_pkg_.a # internal
2025-08-20T23:04:58.3673885Z [00:03:43.650]➜  cp $WORK/b2478/_pkg_.a /root/.cache/go-build/c7/c7906703f4680bad77fec46082d33884130d38b1dbfd14fa9bb713c2174aae14-d # internal
2025-08-20T23:04:58.3678287Z [00:03:43.651]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason
2025-08-20T23:04:58.3679723Z [00:03:43.651]➜  mkdir -p $WORK/b2480/
2025-08-20T23:04:58.3686659Z [00:03:43.651]➜  cat >/tmp/go-build3700090427/b2480/importcfg << 'EOF' # internal
2025-08-20T23:04:58.3687317Z [00:03:43.651]➜  # import config
2025-08-20T23:04:58.3687927Z [00:03:43.651]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.3688505Z [00:03:43.651]➜  EOF
2025-08-20T23:04:58.3718507Z [00:03:43.655]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2480/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/unassignedinformationreason=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/unassignedinformationreason;$WORK/b2480=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason -lang=go1.22 -complete -installsuffix shared -buildid Q6p4TnQGc5_NZx4EGjwd/Q6p4TnQGc5_NZx4EGjwd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2480/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/unassignedinformationreason/unassignedinformationreason.go
2025-08-20T23:04:58.3771531Z [00:03:43.660]➜  go tool buildid -w $WORK/b2479/_pkg_.a # internal
2025-08-20T23:04:58.3784868Z [00:03:43.661]➜  cp $WORK/b2479/_pkg_.a /root/.cache/go-build/f6/f67802e263788d2f3675edd2920a16b14461ab98b683a10fc3f13f3291f86a75-d # internal
2025-08-20T23:04:58.3786543Z [00:03:43.661]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty
2025-08-20T23:04:58.3803969Z [00:03:43.661]➜  mkdir -p $WORK/b2481/
2025-08-20T23:04:58.3804681Z [00:03:43.661]➜  cat >/tmp/go-build3700090427/b2481/importcfg << 'EOF' # internal
2025-08-20T23:04:58.3805358Z [00:03:43.661]➜  # import config
2025-08-20T23:04:58.3805982Z [00:03:43.661]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.3806576Z [00:03:43.661]➜  EOF
2025-08-20T23:04:58.3811742Z [00:03:43.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2481/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/useragentproperty=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/useragentproperty;$WORK/b2481=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty -lang=go1.22 -complete -installsuffix shared -buildid ruaHjg1Ryf0PuMiweZzV/ruaHjg1Ryf0PuMiweZzV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2481/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/useragentproperty/useragentproperty.go
2025-08-20T23:04:58.4078518Z [00:03:43.691]➜  go tool buildid -w $WORK/b2481/_pkg_.a # internal
2025-08-20T23:04:58.4084544Z [00:03:43.691]➜  cp $WORK/b2481/_pkg_.a /root/.cache/go-build/2d/2d9c4078042ea24205f431e71f1f7b18d0db694dff5f567a3b805f2dd2ccd67d-d # internal
2025-08-20T23:04:58.4088149Z [00:03:43.692]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype
2025-08-20T23:04:58.4088948Z [00:03:43.692]➜  mkdir -p $WORK/b2482/
2025-08-20T23:04:58.4090109Z [00:03:43.692]➜  cat >/tmp/go-build3700090427/b2482/importcfg << 'EOF' # internal
2025-08-20T23:04:58.4090857Z [00:03:43.692]➜  # import config
2025-08-20T23:04:58.4091546Z [00:03:43.692]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.4092211Z [00:03:43.692]➜  EOF
2025-08-20T23:04:58.4096791Z [00:03:43.692]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2482/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/valuetype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/valuetype;$WORK/b2482=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype -lang=go1.22 -complete -installsuffix shared -buildid WkT0PvbeO4yDNuFJZlrZ/WkT0PvbeO4yDNuFJZlrZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2482/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/valuetype/valuetype.go
2025-08-20T23:04:58.4125141Z [00:03:43.695]➜  go tool buildid -w $WORK/b2480/_pkg_.a # internal
2025-08-20T23:04:58.4126569Z [00:03:43.695]➜  cp $WORK/b2480/_pkg_.a /root/.cache/go-build/7d/7dead0f90faf7d9f81408d0511e539a1d0033b2ab25d16eb081501aeb5d2a81c-d # internal
2025-08-20T23:04:58.4133835Z [00:03:43.696]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype
2025-08-20T23:04:58.4134568Z [00:03:43.696]➜  mkdir -p $WORK/b2483/
2025-08-20T23:04:58.4135250Z [00:03:43.696]➜  cat >/tmp/go-build3700090427/b2483/importcfg << 'EOF' # internal
2025-08-20T23:04:58.4135923Z [00:03:43.696]➜  # import config
2025-08-20T23:04:58.4136527Z [00:03:43.696]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.4137149Z [00:03:43.696]➜  EOF
2025-08-20T23:04:58.4141982Z [00:03:43.696]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2483/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/versiontype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/versiontype;$WORK/b2483=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype -lang=go1.22 -complete -installsuffix shared -buildid EhC4zfyoLus6Hww0-m5q/EhC4zfyoLus6Hww0-m5q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2483/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/versiontype/versiontype.go
2025-08-20T23:04:58.4245430Z [00:03:43.708]➜  go tool buildid -w $WORK/b2482/_pkg_.a # internal
2025-08-20T23:04:58.4274273Z [00:03:43.711]➜  cp $WORK/b2482/_pkg_.a /root/.cache/go-build/a4/a4e9e7f6164d47ef83c78092d7d64a7fc6dca2a2bbe9c1c974840ff2a4bd8d4e-d # internal
2025-08-20T23:04:58.4275936Z [00:03:43.711]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate
2025-08-20T23:04:58.4287097Z [00:03:43.711]➜  mkdir -p $WORK/b2484/
2025-08-20T23:04:58.4287843Z [00:03:43.711]➜  cat >/tmp/go-build3700090427/b2484/importcfg << 'EOF' # internal
2025-08-20T23:04:58.4288646Z [00:03:43.711]➜  # import config
2025-08-20T23:04:58.4289676Z [00:03:43.711]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.4290621Z [00:03:43.711]➜  EOF
2025-08-20T23:04:58.4295063Z [00:03:43.711]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2484/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/watcherstate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/watcherstate;$WORK/b2484=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate -lang=go1.22 -complete -installsuffix shared -buildid W_YRA6EAnCAnBRRN9GAj/W_YRA6EAnCAnBRRN9GAj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2484/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/watcherstate/watcherstate.go
2025-08-20T23:04:58.4337239Z [00:03:43.717]➜  go tool buildid -w $WORK/b2483/_pkg_.a # internal
2025-08-20T23:04:58.4345165Z [00:03:43.718]➜  cp $WORK/b2483/_pkg_.a /root/.cache/go-build/fe/fec7d1196854cffd38e163876cc5525dba5c0f0b7abb534f8fe1c3480b1c092c-d # internal
2025-08-20T23:04:58.4354577Z [00:03:43.719]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery
2025-08-20T23:04:58.4362674Z [00:03:43.719]➜  mkdir -p $WORK/b2485/
2025-08-20T23:04:58.4363534Z [00:03:43.719]➜  cat >/tmp/go-build3700090427/b2485/importcfg << 'EOF' # internal
2025-08-20T23:04:58.4364241Z [00:03:43.719]➜  # import config
2025-08-20T23:04:58.4364882Z [00:03:43.719]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.4365528Z [00:03:43.719]➜  EOF
2025-08-20T23:04:58.4398546Z [00:03:43.723]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2485/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/zerotermsquery=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/zerotermsquery;$WORK/b2485=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery -lang=go1.22 -complete -installsuffix shared -buildid iQ5RNNyA3XQnvkylEnEq/iQ5RNNyA3XQnvkylEnEq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2485/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/zerotermsquery/zerotermsquery.go
2025-08-20T23:04:58.4491461Z [00:03:43.732]➜  go tool buildid -w $WORK/b2484/_pkg_.a # internal
2025-08-20T23:04:58.4499859Z [00:03:43.732]➜  cp $WORK/b2484/_pkg_.a /root/.cache/go-build/9d/9d2bdbac7bcc02a74ffc056deb69228e81047a0cd5966c4b07cf3939267b0d67-d # internal
2025-08-20T23:04:58.4501120Z [00:03:43.732]➜  github.com/elastic/go-elasticsearch/v8/typedapi/capabilities
2025-08-20T23:04:58.4501782Z [00:03:43.732]➜  mkdir -p $WORK/b2493/
2025-08-20T23:04:58.4502597Z [00:03:43.732]➜  cat >/tmp/go-build3700090427/b2493/importcfg << 'EOF' # internal
2025-08-20T23:04:58.4503249Z [00:03:43.732]➜  # import config
2025-08-20T23:04:58.4503872Z [00:03:43.732]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:58.4504680Z [00:03:43.732]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:58.4505485Z [00:03:43.732]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:58.4506634Z [00:03:43.732]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:04:58.4507749Z [00:03:43.732]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:58.4508558Z [00:03:43.732]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:58.4509509Z [00:03:43.732]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:58.4510285Z [00:03:43.732]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.4510873Z [00:03:43.732]➜  EOF
2025-08-20T23:04:58.4515348Z [00:03:43.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2493/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/capabilities=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/capabilities;$WORK/b2493=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/capabilities -lang=go1.22 -complete -installsuffix shared -buildid T9IuKjuJPemj9U23eBHM/T9IuKjuJPemj9U23eBHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2493/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/capabilities/capabilities.go
2025-08-20T23:04:58.4607733Z [00:03:43.744]➜  go tool buildid -w $WORK/b2485/_pkg_.a # internal
2025-08-20T23:04:58.4614005Z [00:03:43.744]➜  cp $WORK/b2485/_pkg_.a /root/.cache/go-build/9d/9d24a67be083e9364c07d61a49028c5ba65ed35694f556d187669fb590123929-d # internal
2025-08-20T23:04:58.5351978Z [00:03:43.818]➜  go tool buildid -w $WORK/b2493/_pkg_.a # internal
2025-08-20T23:04:58.5415175Z [00:03:43.825]➜  cp $WORK/b2493/_pkg_.a /root/.cache/go-build/e8/e800840c5872a4f680f96c3dc8546921282725709326e798ab223f76a57555b1-d # internal
2025-08-20T23:04:58.5427090Z [00:03:43.825]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes
2025-08-20T23:04:58.5427920Z [00:03:43.825]➜  mkdir -p $WORK/b2496/
2025-08-20T23:04:58.5428705Z [00:03:43.825]➜  cat >/tmp/go-build3700090427/b2496/importcfg << 'EOF' # internal
2025-08-20T23:04:58.5429696Z [00:03:43.825]➜  # import config
2025-08-20T23:04:58.5430421Z [00:03:43.825]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.5431101Z [00:03:43.825]➜  EOF
2025-08-20T23:04:58.5435731Z [00:03:43.825]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2496/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/bytes=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/bytes;$WORK/b2496=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes -lang=go1.22 -complete -installsuffix shared -buildid d1eQiJHFdoX0bwJivL-T/d1eQiJHFdoX0bwJivL-T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2496/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/bytes/bytes.go
2025-08-20T23:04:58.6236879Z [00:03:43.907]➜  go tool buildid -w $WORK/b2496/_pkg_.a # internal
2025-08-20T23:04:58.6249784Z [00:03:43.908]➜  cp $WORK/b2496/_pkg_.a /root/.cache/go-build/36/367319868de66e0025d68ffa7c2cd7860110ae6e5b5f0eabc89e9b5597304376-d # internal
2025-08-20T23:04:58.6257344Z [00:03:43.909]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit
2025-08-20T23:04:58.6262402Z [00:03:43.909]➜  mkdir -p $WORK/b2501/
2025-08-20T23:04:58.6270538Z [00:03:43.910]➜  cat >/tmp/go-build3700090427/b2501/importcfg << 'EOF' # internal
2025-08-20T23:04:58.6271534Z [00:03:43.910]➜  # import config
2025-08-20T23:04:58.6272352Z [00:03:43.910]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.6275236Z [00:03:43.910]➜  EOF
2025-08-20T23:04:58.6286813Z [00:03:43.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2501/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/timeunit=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/timeunit;$WORK/b2501=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit -lang=go1.22 -complete -installsuffix shared -buildid HMlf_ODgnP64hFkjftas/HMlf_ODgnP64hFkjftas -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2501/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/timeunit/timeunit.go
2025-08-20T23:04:58.6536251Z [00:03:43.937]➜  go tool buildid -w $WORK/b2501/_pkg_.a # internal
2025-08-20T23:04:58.6549305Z [00:03:43.938]➜  cp $WORK/b2501/_pkg_.a /root/.cache/go-build/db/dbbce94a2f208df32c1959e77318a6d7da10f324757dedd773829c23580f740b-d # internal
2025-08-20T23:04:58.6556947Z [00:03:43.939]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions
2025-08-20T23:04:58.6562051Z [00:03:43.939]➜  mkdir -p $WORK/b2537/
2025-08-20T23:04:58.6571274Z [00:03:43.940]➜  cat >/tmp/go-build3700090427/b2537/importcfg << 'EOF' # internal
2025-08-20T23:04:58.6573686Z [00:03:43.940]➜  # import config
2025-08-20T23:04:58.6574580Z [00:03:43.940]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:58.6575476Z [00:03:43.940]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:58.6576318Z [00:03:43.940]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:58.6577714Z [00:03:43.940]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:04:58.6578950Z [00:03:43.940]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:58.6581482Z [00:03:43.940]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:58.6582355Z [00:03:43.940]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:58.6583253Z [00:03:43.940]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:58.6584280Z [00:03:43.940]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.6584948Z [00:03:43.940]➜  EOF
2025-08-20T23:04:58.6596092Z [00:03:43.942]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2537/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/deletevotingconfigexclusions=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/deletevotingconfigexclusions;$WORK/b2537=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions -lang=go1.22 -complete -installsuffix shared -buildid u51DjJ4PgynDk_U7AhXV/u51DjJ4PgynDk_U7AhXV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2537/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/deletevotingconfigexclusions/delete_voting_config_exclusions.go
2025-08-20T23:04:58.6715849Z [00:03:43.955]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types
2025-08-20T23:04:58.6729279Z [00:03:43.955]➜  mkdir -p $WORK/b2293/
2025-08-20T23:04:58.6732397Z [00:03:43.956]➜  cat >/tmp/go-build3700090427/b2293/importcfg << 'EOF' # internal
2025-08-20T23:04:58.6733108Z [00:03:43.956]➜  # import config
2025-08-20T23:04:58.6733759Z [00:03:43.956]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:04:58.6734784Z [00:03:43.956]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:04:58.6735642Z [00:03:43.956]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:58.6736429Z [00:03:43.956]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:58.6737830Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions=/tmp/go-build3700090427/b2294/_pkg_.a
2025-08-20T23:04:58.6739994Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions=/tmp/go-build3700090427/b2295/_pkg_.a
2025-08-20T23:04:58.6741834Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype=/tmp/go-build3700090427/b2296/_pkg_.a
2025-08-20T23:04:58.6743762Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision=/tmp/go-build3700090427/b2297/_pkg_.a
2025-08-20T23:04:58.6745635Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype=/tmp/go-build3700090427/b2298/_pkg_.a
2025-08-20T23:04:58.6747348Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto=/tmp/go-build3700090427/b2299/_pkg_.a
2025-08-20T23:04:58.6749094Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner=/tmp/go-build3700090427/b2300/_pkg_.a
2025-08-20T23:04:58.6761215Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval=/tmp/go-build3700090427/b2301/_pkg_.a
2025-08-20T23:04:58.6763160Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode=/tmp/go-build3700090427/b2302/_pkg_.a
2025-08-20T23:04:58.6765293Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build3700090427/b2303/_pkg_.a
2025-08-20T23:04:58.6767204Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build3700090427/b2304/_pkg_.a
2025-08-20T23:04:58.6769073Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build3700090427/b2305/_pkg_.a
2025-08-20T23:04:58.6771116Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus=/tmp/go-build3700090427/b2306/_pkg_.a
2025-08-20T23:04:58.6773028Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build3700090427/b2307/_pkg_.a
2025-08-20T23:04:58.6775050Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build3700090427/b2308/_pkg_.a
2025-08-20T23:04:58.6800597Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode=/tmp/go-build3700090427/b2309/_pkg_.a
2025-08-20T23:04:58.6802442Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode=/tmp/go-build3700090427/b2310/_pkg_.a
2025-08-20T23:04:58.6804301Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget=/tmp/go-build3700090427/b2311/_pkg_.a
2025-08-20T23:04:58.6806190Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3700090427/b2312/_pkg_.a
2025-08-20T23:04:58.6808141Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus=/tmp/go-build3700090427/b2313/_pkg_.a
2025-08-20T23:04:58.6816679Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator=/tmp/go-build3700090427/b2314/_pkg_.a
2025-08-20T23:04:58.6818766Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms=/tmp/go-build3700090427/b2315/_pkg_.a
2025-08-20T23:04:58.6820969Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop=/tmp/go-build3700090427/b2316/_pkg_.a
2025-08-20T23:04:58.6822816Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator=/tmp/go-build3700090427/b2317/_pkg_.a
2025-08-20T23:04:58.6824655Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype=/tmp/go-build3700090427/b2318/_pkg_.a
2025-08-20T23:04:58.6826433Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme=/tmp/go-build3700090427/b2319/_pkg_.a
2025-08-20T23:04:58.6828455Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype=/tmp/go-build3700090427/b2320/_pkg_.a
2025-08-20T23:04:58.6832228Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3700090427/b2321/_pkg_.a
2025-08-20T23:04:58.6834092Z [00:03:43.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype=/tmp/go-build3700090427/b2322/_pkg_.a
2025-08-20T23:04:58.6836112Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat=/tmp/go-build3700090427/b2323/_pkg_.a
2025-08-20T23:04:58.6838054Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate=/tmp/go-build3700090427/b2324/_pkg_.a
2025-08-20T23:04:58.6840047Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate=/tmp/go-build3700090427/b2325/_pkg_.a
2025-08-20T23:04:58.6841952Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day=/tmp/go-build3700090427/b2326/_pkg_.a
2025-08-20T23:04:58.6843637Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build3700090427/b2327/_pkg_.a
2025-08-20T23:04:58.6845480Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding=/tmp/go-build3700090427/b2328/_pkg_.a
2025-08-20T23:04:58.6847527Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build3700090427/b2329/_pkg_.a
2025-08-20T23:04:58.6849723Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate=/tmp/go-build3700090427/b2330/_pkg_.a
2025-08-20T23:04:58.6851788Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel=/tmp/go-build3700090427/b2331/_pkg_.a
2025-08-20T23:04:58.6853835Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure=/tmp/go-build3700090427/b2332/_pkg_.a
2025-08-20T23:04:58.6855723Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect=/tmp/go-build3700090427/b2333/_pkg_.a
2025-08-20T23:04:58.6857575Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel=/tmp/go-build3700090427/b2334/_pkg_.a
2025-08-20T23:04:58.6859582Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype=/tmp/go-build3700090427/b2335/_pkg_.a
2025-08-20T23:04:58.6872632Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit=/tmp/go-build3700090427/b2336/_pkg_.a
2025-08-20T23:04:58.6874736Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build3700090427/b2337/_pkg_.a
2025-08-20T23:04:58.6878868Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside=/tmp/go-build3700090427/b2338/_pkg_.a
2025-08-20T23:04:58.6880859Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority=/tmp/go-build3700090427/b2339/_pkg_.a
2025-08-20T23:04:58.6882840Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase=/tmp/go-build3700090427/b2340/_pkg_.a
2025-08-20T23:04:58.6884733Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build3700090427/b2341/_pkg_.a
2025-08-20T23:04:58.6886606Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase=/tmp/go-build3700090427/b2342/_pkg_.a
2025-08-20T23:04:58.6888498Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus=/tmp/go-build3700090427/b2343/_pkg_.a
2025-08-20T23:04:58.6923010Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:04:58.6924834Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build3700090427/b2345/_pkg_.a
2025-08-20T23:04:58.6926641Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype=/tmp/go-build3700090427/b2346/_pkg_.a
2025-08-20T23:04:58.6928588Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype=/tmp/go-build3700090427/b2347/_pkg_.a
2025-08-20T23:04:58.6930760Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier=/tmp/go-build3700090427/b2348/_pkg_.a
2025-08-20T23:04:58.6932624Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy=/tmp/go-build3700090427/b2349/_pkg_.a
2025-08-20T23:04:58.6934562Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule=/tmp/go-build3700090427/b2350/_pkg_.a
2025-08-20T23:04:58.6936418Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate=/tmp/go-build3700090427/b2351/_pkg_.a
2025-08-20T23:04:58.6938265Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype=/tmp/go-build3700090427/b2352/_pkg_.a
2025-08-20T23:04:58.6940270Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest=/tmp/go-build3700090427/b2353/_pkg_.a
2025-08-20T23:04:58.6942068Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus=/tmp/go-build3700090427/b2354/_pkg_.a
2025-08-20T23:04:58.6944099Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode=/tmp/go-build3700090427/b2355/_pkg_.a
2025-08-20T23:04:58.6946004Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode=/tmp/go-build3700090427/b2356/_pkg_.a
2025-08-20T23:04:58.6947825Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy=/tmp/go-build3700090427/b2357/_pkg_.a
2025-08-20T23:04:58.6949776Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype=/tmp/go-build3700090427/b2358/_pkg_.a
2025-08-20T23:04:58.6951632Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution=/tmp/go-build3700090427/b2359/_pkg_.a
2025-08-20T23:04:58.6953489Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat=/tmp/go-build3700090427/b2360/_pkg_.a
2025-08-20T23:04:58.6955383Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype=/tmp/go-build3700090427/b2361/_pkg_.a
2025-08-20T23:04:58.6957150Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation=/tmp/go-build3700090427/b2362/_pkg_.a
2025-08-20T23:04:58.6959208Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation=/tmp/go-build3700090427/b2363/_pkg_.a
2025-08-20T23:04:58.6961250Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy=/tmp/go-build3700090427/b2364/_pkg_.a
2025-08-20T23:04:58.6963100Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod=/tmp/go-build3700090427/b2365/_pkg_.a
2025-08-20T23:04:58.6964962Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3700090427/b2366/_pkg_.a
2025-08-20T23:04:58.6966807Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder=/tmp/go-build3700090427/b2367/_pkg_.a
2025-08-20T23:04:58.6968733Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter=/tmp/go-build3700090427/b2368/_pkg_.a
2025-08-20T23:04:58.6970968Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder=/tmp/go-build3700090427/b2369/_pkg_.a
2025-08-20T23:04:58.6973046Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema=/tmp/go-build3700090427/b2370/_pkg_.a
2025-08-20T23:04:58.6975038Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype=/tmp/go-build3700090427/b2371/_pkg_.a
2025-08-20T23:04:58.6976876Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype=/tmp/go-build3700090427/b2372/_pkg_.a
2025-08-20T23:04:58.6978774Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod=/tmp/go-build3700090427/b2373/_pkg_.a
2025-08-20T23:04:58.6980931Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution=/tmp/go-build3700090427/b2374/_pkg_.a
2025-08-20T23:04:58.6982803Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda=/tmp/go-build3700090427/b2375/_pkg_.a
2025-08-20T23:04:58.6984694Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate=/tmp/go-build3700090427/b2376/_pkg_.a
2025-08-20T23:04:58.6986696Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst=/tmp/go-build3700090427/b2377/_pkg_.a
2025-08-20T23:04:58.6988727Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition=/tmp/go-build3700090427/b2378/_pkg_.a
2025-08-20T23:04:58.6991224Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength=/tmp/go-build3700090427/b2379/_pkg_.a
2025-08-20T23:04:58.6993316Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode=/tmp/go-build3700090427/b2380/_pkg_.a
2025-08-20T23:04:58.6995270Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype=/tmp/go-build3700090427/b2381/_pkg_.a
2025-08-20T23:04:58.6997247Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection=/tmp/go-build3700090427/b2382/_pkg_.a
2025-08-20T23:04:58.6999108Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea=/tmp/go-build3700090427/b2383/_pkg_.a
2025-08-20T23:04:58.7001119Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build3700090427/b2384/_pkg_.a
2025-08-20T23:04:58.7003021Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate=/tmp/go-build3700090427/b2385/_pkg_.a
2025-08-20T23:04:58.7004926Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate=/tmp/go-build3700090427/b2386/_pkg_.a
2025-08-20T23:04:58.7006903Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions=/tmp/go-build3700090427/b2387/_pkg_.a
2025-08-20T23:04:58.7008705Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege=/tmp/go-build3700090427/b2388/_pkg_.a
2025-08-20T23:04:58.7010874Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions=/tmp/go-build3700090427/b2389/_pkg_.a
2025-08-20T23:04:58.7012967Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions=/tmp/go-build3700090427/b2390/_pkg_.a
2025-08-20T23:04:58.7015014Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build3700090427/b2391/_pkg_.a
2025-08-20T23:04:58.7016854Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype=/tmp/go-build3700090427/b2392/_pkg_.a
2025-08-20T23:04:58.7018647Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason=/tmp/go-build3700090427/b2393/_pkg_.a
2025-08-20T23:04:58.7020791Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate=/tmp/go-build3700090427/b2394/_pkg_.a
2025-08-20T23:04:58.7022722Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy=/tmp/go-build3700090427/b2395/_pkg_.a
2025-08-20T23:04:58.7024687Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode=/tmp/go-build3700090427/b2396/_pkg_.a
2025-08-20T23:04:58.7026768Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode=/tmp/go-build3700090427/b2397/_pkg_.a
2025-08-20T23:04:58.7028655Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language=/tmp/go-build3700090427/b2398/_pkg_.a
2025-08-20T23:04:58.7030622Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build3700090427/b2399/_pkg_.a
2025-08-20T23:04:58.7032408Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3700090427/b2400/_pkg_.a
2025-08-20T23:04:58.7034292Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3700090427/b2401/_pkg_.a
2025-08-20T23:04:58.7036255Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby=/tmp/go-build3700090427/b2402/_pkg_.a
2025-08-20T23:04:58.7037993Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype=/tmp/go-build3700090427/b2403/_pkg_.a
2025-08-20T23:04:58.7039954Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus=/tmp/go-build3700090427/b2404/_pkg_.a
2025-08-20T23:04:58.7041712Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric=/tmp/go-build3700090427/b2405/_pkg_.a
2025-08-20T23:04:58.7043458Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build3700090427/b2406/_pkg_.a
2025-08-20T23:04:58.7045276Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval=/tmp/go-build3700090427/b2407/_pkg_.a
2025-08-20T23:04:58.7047038Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder=/tmp/go-build3700090427/b2408/_pkg_.a
2025-08-20T23:04:58.7048755Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month=/tmp/go-build3700090427/b2409/_pkg_.a
2025-08-20T23:04:58.7080952Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode=/tmp/go-build3700090427/b2410/_pkg_.a
2025-08-20T23:04:58.7082960Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole=/tmp/go-build3700090427/b2411/_pkg_.a
2025-08-20T23:04:58.7084794Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode=/tmp/go-build3700090427/b2412/_pkg_.a
2025-08-20T23:04:58.7086638Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization=/tmp/go-build3700090427/b2413/_pkg_.a
2025-08-20T23:04:58.7088475Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod=/tmp/go-build3700090427/b2414/_pkg_.a
2025-08-20T23:04:58.7090680Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat=/tmp/go-build3700090427/b2415/_pkg_.a
2025-08-20T23:04:58.7092605Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror=/tmp/go-build3700090427/b2416/_pkg_.a
2025-08-20T23:04:58.7094382Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3700090427/b2417/_pkg_.a
2025-08-20T23:04:58.7096265Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build3700090427/b2418/_pkg_.a
2025-08-20T23:04:58.7098074Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype=/tmp/go-build3700090427/b2419/_pkg_.a
2025-08-20T23:04:58.7100197Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype=/tmp/go-build3700090427/b2420/_pkg_.a
2025-08-20T23:04:58.7102213Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder=/tmp/go-build3700090427/b2421/_pkg_.a
2025-08-20T23:04:58.7104070Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage=/tmp/go-build3700090427/b2422/_pkg_.a
2025-08-20T23:04:58.7105951Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype=/tmp/go-build3700090427/b2423/_pkg_.a
2025-08-20T23:04:58.7107813Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype=/tmp/go-build3700090427/b2424/_pkg_.a
2025-08-20T23:04:58.7109806Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype=/tmp/go-build3700090427/b2425/_pkg_.a
2025-08-20T23:04:58.7111604Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier=/tmp/go-build3700090427/b2426/_pkg_.a
2025-08-20T23:04:58.7113583Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype=/tmp/go-build3700090427/b2427/_pkg_.a
2025-08-20T23:04:58.7115502Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3700090427/b2428/_pkg_.a
2025-08-20T23:04:58.7117332Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation=/tmp/go-build3700090427/b2429/_pkg_.a
2025-08-20T23:04:58.7119096Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode=/tmp/go-build3700090427/b2430/_pkg_.a
2025-08-20T23:04:58.7121012Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:04:58.7122861Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build3700090427/b2432/_pkg_.a
2025-08-20T23:04:58.7124829Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype=/tmp/go-build3700090427/b2433/_pkg_.a
2025-08-20T23:04:58.7126727Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow=/tmp/go-build3700090427/b2434/_pkg_.a
2025-08-20T23:04:58.7128738Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:04:58.7130756Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate=/tmp/go-build3700090427/b2436/_pkg_.a
2025-08-20T23:04:58.7132594Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction=/tmp/go-build3700090427/b2437/_pkg_.a
2025-08-20T23:04:58.7134426Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype=/tmp/go-build3700090427/b2438/_pkg_.a
2025-08-20T23:04:58.7136448Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint=/tmp/go-build3700090427/b2439/_pkg_.a
2025-08-20T23:04:58.7138404Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode=/tmp/go-build3700090427/b2440/_pkg_.a
2025-08-20T23:04:58.7140417Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage=/tmp/go-build3700090427/b2441/_pkg_.a
2025-08-20T23:04:58.7142398Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype=/tmp/go-build3700090427/b2442/_pkg_.a
2025-08-20T23:04:58.7144180Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3700090427/b2443/_pkg_.a
2025-08-20T23:04:58.7146008Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing=/tmp/go-build3700090427/b2444/_pkg_.a
2025-08-20T23:04:58.7148079Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode=/tmp/go-build3700090427/b2445/_pkg_.a
2025-08-20T23:04:58.7150481Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder=/tmp/go-build3700090427/b2446/_pkg_.a
2025-08-20T23:04:58.7152396Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype=/tmp/go-build3700090427/b2447/_pkg_.a
2025-08-20T23:04:58.7154211Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate=/tmp/go-build3700090427/b2448/_pkg_.a
2025-08-20T23:04:58.7156061Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage=/tmp/go-build3700090427/b2449/_pkg_.a
2025-08-20T23:04:58.7158088Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation=/tmp/go-build3700090427/b2450/_pkg_.a
2025-08-20T23:04:58.7160201Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus=/tmp/go-build3700090427/b2451/_pkg_.a
2025-08-20T23:04:58.7162039Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype=/tmp/go-build3700090427/b2452/_pkg_.a
2025-08-20T23:04:58.7163915Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate=/tmp/go-build3700090427/b2453/_pkg_.a
2025-08-20T23:04:58.7165798Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage=/tmp/go-build3700090427/b2454/_pkg_.a
2025-08-20T23:04:58.7167578Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode=/tmp/go-build3700090427/b2455/_pkg_.a
2025-08-20T23:04:58.7169520Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build3700090427/b2456/_pkg_.a
2025-08-20T23:04:58.7171396Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode=/tmp/go-build3700090427/b2457/_pkg_.a
2025-08-20T23:04:58.7173272Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype=/tmp/go-build3700090427/b2458/_pkg_.a
2025-08-20T23:04:58.7175297Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance=/tmp/go-build3700090427/b2459/_pkg_.a
2025-08-20T23:04:58.7177128Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3700090427/b2460/_pkg_.a
2025-08-20T23:04:58.7179048Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort=/tmp/go-build3700090427/b2461/_pkg_.a
2025-08-20T23:04:58.7181210Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3700090427/b2462/_pkg_.a
2025-08-20T23:04:58.7183126Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3700090427/b2463/_pkg_.a
2025-08-20T23:04:58.7184956Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3700090427/b2464/_pkg_.a
2025-08-20T23:04:58.7187035Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat=/tmp/go-build3700090427/b2465/_pkg_.a
2025-08-20T23:04:58.7188906Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3700090427/b2466/_pkg_.a
2025-08-20T23:04:58.7191033Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat=/tmp/go-build3700090427/b2467/_pkg_.a
2025-08-20T23:04:58.7193072Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode=/tmp/go-build3700090427/b2468/_pkg_.a
2025-08-20T23:04:58.7195445Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint=/tmp/go-build3700090427/b2469/_pkg_.a
2025-08-20T23:04:58.7197575Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption=/tmp/go-build3700090427/b2470/_pkg_.a
2025-08-20T23:04:58.7199740Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype=/tmp/go-build3700090427/b2471/_pkg_.a
2025-08-20T23:04:58.7201665Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype=/tmp/go-build3700090427/b2472/_pkg_.a
2025-08-20T23:04:58.7203507Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar=/tmp/go-build3700090427/b2473/_pkg_.a
2025-08-20T23:04:58.7205473Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate=/tmp/go-build3700090427/b2474/_pkg_.a
2025-08-20T23:04:58.7207389Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation=/tmp/go-build3700090427/b2475/_pkg_.a
2025-08-20T23:04:58.7209244Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build3700090427/b2476/_pkg_.a
2025-08-20T23:04:58.7211342Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build3700090427/b2477/_pkg_.a
2025-08-20T23:04:58.7213210Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability=/tmp/go-build3700090427/b2478/_pkg_.a
2025-08-20T23:04:58.7215031Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype=/tmp/go-build3700090427/b2479/_pkg_.a
2025-08-20T23:04:58.7216950Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason=/tmp/go-build3700090427/b2480/_pkg_.a
2025-08-20T23:04:58.7218940Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty=/tmp/go-build3700090427/b2481/_pkg_.a
2025-08-20T23:04:58.7221116Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype=/tmp/go-build3700090427/b2482/_pkg_.a
2025-08-20T23:04:58.7222922Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3700090427/b2483/_pkg_.a
2025-08-20T23:04:58.7224692Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate=/tmp/go-build3700090427/b2484/_pkg_.a
2025-08-20T23:04:58.7226485Z [00:03:43.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery=/tmp/go-build3700090427/b2485/_pkg_.a
2025-08-20T23:04:58.7227756Z [00:03:43.957]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:58.7228559Z [00:03:43.957]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:04:58.7229561Z [00:03:43.957]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:58.7230393Z [00:03:43.957]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:58.7231013Z [00:03:43.957]➜  EOF
2025-08-20T23:04:58.8696196Z [00:03:43.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2293/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types;$WORK/b2293=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types -lang=go1.22 -complete -installsuffix shared -buildid xzf8DXR8oiV4yqDylKrv/xzf8DXR8oiV4yqDylKrv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2293/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/access.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/acknowledgement.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/acknowledgestate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/actionstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/activationstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/activationstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/adaptiveallocationssettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/adaptiveselection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/addaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/adjacencymatrixaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/adjacencymatrixaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/adjacencymatrixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aggregatemetricdoubleproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aggregateorder.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aggregateoutput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aggregationbreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aggregationprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aggregationprofiledebug.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aggregationprofiledelegatedebugfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aggregationrange.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aggregations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aliasdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/aliasesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/allfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/allocateaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/allocationdecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/allocationrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/allocationstore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/alwayscondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/analysisconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/analysisconfigread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/analysislimits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/analysismemorylimit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/analyticscollection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/analyticsstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/analyzedetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/analyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/analyzerdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/analyzetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/anomaly.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/anomalycause.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/anomalydetectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/anomalyexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/apikey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/apikeyaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/apikeyaggregationcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/apikeyauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/apikeyfiltersaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/apikeyquerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/appendprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/applicationglobaluserprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/applicationprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/applicationprivilegescheck.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/applicationsprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/arabicanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/archive.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/armeniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/arraycomparecondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/arraycompareopparams.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/arraypercentilesitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/asciifoldingtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/asyncsearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/attachmentprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/audit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/authenticateapikey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/authenticateduser.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/authenticatetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/authenticationprovider.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autodatehistogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autodatehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autofollowedcluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autofollowpattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autofollowpatternsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autofollowstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autoscalingcapacity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autoscalingdecider.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autoscalingdeciders.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autoscalingnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autoscalingpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/autoscalingresources.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/averageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/averagebucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/avgaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/azurerepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/azurerepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/base.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/baseindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/basenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/basqueanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bengalianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/binaryproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/booleanproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/boolquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/boostingquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/boxplotaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/boxplotaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/braziliananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/breaker.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketcorrelationaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketcorrelationfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketcorrelationfunctioncountcorrelation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketcorrelationfunctioncountcorrelationindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketinfluencer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketksaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketmetricvalueaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketpathaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsadjacencymatrixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsapikeyquerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketscompositebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketscriptaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsdatehistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsdoubletermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketselectoraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsfiltersbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsfrequentitemsetsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsgeohashgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsgeohexgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsgeotilegridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketshistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsipprefixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsiprangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketslongraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketslongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsmultitermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsortaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketspath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsrangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketssignificantlongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketssignificantstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsstringraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketstimeseriesbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsvariablewidthhistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bucketsvoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/buildinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bulgariananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bulkerror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bulkindexbyscrollfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bulkstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bytenumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bytesize.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/bytesprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cachequeries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cachestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/calendarevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cardinalityaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cardinalityaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/catalananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/catanonalydetectorcolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/catcomponenttemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/catdatafeedcolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/catdfacolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/categorizationanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/categorizationanalyzerdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/categorizetextaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/categorizetextanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/category.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cattrainedmodelscolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cattransformcolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ccr.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ccrshardstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/certificateinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cgroup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cgroupcpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cgroupcpustat.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cgroupmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/chaininput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/charfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/charfilterdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/charfilterdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/charfiltertypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/chargrouptokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/checkpointing.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/checkpointstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/childrenaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/childrenaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/chineseanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/chisquareheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/chunkingconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/circleprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cjkanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/classictokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/classificationinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cleanuprepositoryresults.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/client.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/closeindexresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/closeshardresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterappliedstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clustercomponenttemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterdetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterfilesystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterindexingpressure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterindices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterindicesshards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterindicesshardsindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterinfotargets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusteringest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterjvm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterjvmmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterjvmversion.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusternetworktypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusternode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusternodecount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusternodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusteroperatingsystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusteroperatingsystemarchitecture.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusteroperatingsystemname.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusteroperatingsystemprettyname.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterpressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterprocess.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterprocesscpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterprocessopenfiledescriptors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterremoteinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterremoteproxyinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterremotesniffinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterruntimefieldtypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clustershardmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterstatequeue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterstateupdate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/clusterstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/collector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/column.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/combinedfieldsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/command.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/commandallocateprimaryaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/commandallocatereplicaaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/commandcancelaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/commandmoveaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/commoncatqueryparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/commongramstokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/commonqueryparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/commontermsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/commontokenizationconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/communityidprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/compactnodeinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/completioncontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/completionproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/completionresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/completionstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/completionsuggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/completionsuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/completionsuggestoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/componenttemplatenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/componenttemplatesummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/compositeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/compositeaggregatekey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/compositeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/compositeaggregationsource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/compositebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/compositedatehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/compositegeotilegridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/compositehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/compositesubfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/compositetermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/conditiontokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/configuration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/confusionmatrixitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/confusionmatrixprediction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/confusionmatrixthreshold.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/connection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/connector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/connectorconfigproperties.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/connectorconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/connectorcustomscheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/connectorfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/connectorscheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/connectorsyncjob.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/constantkeywordproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/constantscorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/context.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/contextmethod.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/contextmethodparam.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/convertprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/coordinatorstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/coordsgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/coreknnquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/counter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/countrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cpuacct.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/createdstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/createoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/csvprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cumulativecardinalityaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cumulativecardinalityaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/cumulativesumaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/currentnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/customanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/customcategorizetextanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/customnormalizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/customscheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/customschedulingconfigurationoverrides.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/czechanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dailyschedule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/danglingindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/danishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/databaseconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/databaseconfigurationmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datacounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datadescription.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataemailattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datafeedauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datafeedconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datafeedrunningstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datafeedsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datafeedstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datafeedtimingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysisanalyzedfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysisclassification.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysiscontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysisfeatureprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysisfeatureprocessorfrequencyencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysisfeatureprocessormultiencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysisfeatureprocessorngramencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysisfeatureprocessoronehotencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysisfeatureprocessortargetmeanencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysisoutlierdetection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalysisregression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticsauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticsdestination.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticsfieldselection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticsmemoryestimation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticssource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticsstatscontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticsstatsdatacounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticsstatshyperparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticsstatsmemoryusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticsstatsoutlierdetection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticsstatsprogress.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeanalyticssummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeclassificationsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeclassificationsummaryaccuracy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeclassificationsummarymulticlassconfusionmatrix.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeclassificationsummaryprecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeclassificationsummaryrecall.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationclass.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationclassification.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationclassificationmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationclassificationmetricsaucroc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationoutlierdetection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationoutlierdetectionmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationregression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationregressionmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationregressionmetricshuber.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationregressionmetricsmsle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationsummaryaucroc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationsummaryaucroccurveitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeevaluationvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeoutlierdetectionsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframepreviewconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dataframeregressionsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datapathstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamlifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamlifecycledetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamlifecycledownsampling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamlifecycleexplain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamlifecycleindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamlifecyclerolloverconditions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamlifecyclewithrollover.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamnames.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreams.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamsstatsitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamtimestamp.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamtimestampfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamvisibility.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datastreamwithlifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datatierphasestatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datatiers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datedecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datedistancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datehistogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datehistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datehistogramgrouping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dateindexnameprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datenanosproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dateprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dateproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/daterangeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/daterangeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/daterangeexpression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/daterangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/daterangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/datetime.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/decayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/decayfunctionbasedatemathduration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/decayfunctionbasedoubledouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/decayfunctionbasegeolocationdistance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/decayplacement.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/decayplacementdatemathduration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/decayplacementdoubledouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/decayplacementgeolocationdistance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/defaults.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/definition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/delayeddatacheckconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/deleteaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/deleteinferenceendpointresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/deleteoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/delimitedpayloadtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/densevectorindexoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/densevectorproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dependency.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/deprecation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/deprecationindexing.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/derivativeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/derivativeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/detectionrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/detector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/detectorread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/detectorupdate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dfsknnprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dfsprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dfsstatisticsbreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dfsstatisticsprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/diagnosis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/diagnosisaffectedresources.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dictionarydecompoundertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/directgenerator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/discovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/discoverynode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/discoverynodecompact.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/discoverynodecontent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/diskindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/diskindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/diskusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dismaxquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dissectprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/distancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/distancefeaturequerybasedatemathduration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/distancefeaturequerybasegeolocationdistance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/diversifiedsampleraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/docstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/document.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/documentrating.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/documentsimulation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dotexpanderprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/doublenumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/doublerangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/doubletermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/doubletermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/downsampleaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/downsampleconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/downsamplinground.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dropprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/duration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/durationvalueunitfloatmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/durationvalueunitmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/durationvalueunitnanos.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/durationvalueunitseconds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dutchanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dynamicproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/dynamictemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/edgengramtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/edgengramtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/elasticsearcherror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/elasticsearchversioninfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/elasticsearchversionmininfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/elisiontokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/email.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/emailaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/emailattachmentcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/emailbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/emailresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/emptyobject.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/englishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enrichpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enrichprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ensemble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/epochtimeunitmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/epochtimeunitseconds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/eql.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/eqlfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/eqlfeaturesjoin.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/eqlfeatureskeys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/eqlfeaturespipes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/eqlfeaturessequences.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/eqlhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/errorcause.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/errorresponsebase.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/esqlcolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/estoniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/eventdatastream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ewmamodelsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ewmamovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/executeenrichpolicystatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/executingpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/executionresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/executionresultaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/executionresultcondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/executionresultinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/executionstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/executionthreadpool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/existsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/expandwildcards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/explainanalyzetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/explanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/explanationdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/explorecontrols.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/exponentialaveragecalculationcontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/extendedboundsdouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/extendedboundsfielddatemath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/extendedmemorystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/extendedstatsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/extendedstatsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/extendedstatsbucketaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/extendedstatsbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/failprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/failurestore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/feature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/featureenabled.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/featuretoggle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fetchprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fetchprofilebreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fetchprofiledebug.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldaliasproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldandformat.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldcapability.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldcollapse.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fielddatafrequencyfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fielddatarecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fielddatastats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fielddatemath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldlookup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldmapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldmemoryusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldmetric.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldnamesfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldsecurity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldsizeusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldsort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldstat.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldsuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldsusagebody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldtypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldtypesmappings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fieldvaluefactorscorefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filecountsnapshotstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filedetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filesystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filesystemtotal.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fillmaskinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fillmaskinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filteraggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filteringadvancedsnippet.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filteringconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filteringrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filteringrules.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filteringrulesvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filteringvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filterref.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filtersaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filtersaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/filtersbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fingerprintanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fingerprintprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fingerprinttokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/finnishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/flattened.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/flattenedproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/float64.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/floatnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/floatrangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/flushstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/followerindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/followerindexparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/followindexstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/followstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/forcemergeaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/forcemergeresponsebody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/foreachprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/formattablemetricaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/foundstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/frenchanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/frequencyencodingpreprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/frequentitemsetsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/frequentitemsetsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/frequentitemsetsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/frequentitemsetsfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/frozenindices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/functionscore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/functionscorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fuzziness.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/fuzzyquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/galiciananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/garbagecollector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/garbagecollectortotal.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/gcsrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/gcsrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geoboundingboxquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geoboundsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geoboundsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geocentroidaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geocentroidaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geodecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geodistanceaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geodistanceaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geodistancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geodistancequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geodistancesort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geogridprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geohashgridaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geohashgridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geohashgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geohashlocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geohashprecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geohexgridaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geohexgridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geohexgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geoipdownloadstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geoipnodedatabasename.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geoipnodedatabases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geoipprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geoline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geolineaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geolineaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geolinepoint.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geolinesort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geolocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geopointproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geopolygonpoints.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geopolygonquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/georesults.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geoshapefieldquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geoshapeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geoshapequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geotilegridaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geotilegridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/geotilegridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/germananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/getmigrationfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/getresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/getscriptcontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/getstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/getuserprofileerrors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/globalaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/globalaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/globalprivilege.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/googlenormalizeddistanceheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/grantapikey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/greaterthanvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/greekanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/grokprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/groupings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/gsubprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/halffloatnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/haschildquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hasparentquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hasprivilegesuserprofileerrors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hdrmethod.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hdrpercentileranksaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hdrpercentilesaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/healthrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/healthresponsebody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/healthstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/helprecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/highlight.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/highlightfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hindianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hint.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/histogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/histogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/histogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/histogramgrouping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/histogramproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hitsevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hitsmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hitssequence.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/holtlinearmodelsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/holtmovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/holtwintersmodelsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/holtwintersmovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hourandminute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hourlyschedule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/htmlstripcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/htmlstripprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/http.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httpemailattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httpheaders.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httpinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httpinputauthentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httpinputbasicauthentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httpinputproxy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httpinputrequestdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httpinputrequestresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httpinputresponseresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httproute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httprouterequests.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/httprouteresponses.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hungariananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hunspelltokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hyperparameter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hyperparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/hyphenationdecompoundertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/icuanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/icucollationproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/icucollationtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/icufoldingtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/icunormalizationcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/icunormalizationtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/icutokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/icutransformtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ids.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/idsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ilm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ilmactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ilmindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ilmindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ilmpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ilmpolicystatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/impact.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/includedinvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexaliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexanddatastreamaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexcapabilities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexdetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexhealthstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexingpressurememorysummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexingslowlogsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexingslowlogtresholds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexmappingrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexprivilegescheck.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexresultsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexrouting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexroutingallocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexroutingallocationdisk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexroutingallocationinclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexroutingallocationinitialrecovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexroutingrebalance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexsegment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexsegmentsort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexsettingblocks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexsettingsanalysis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexsettingslifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexsettingslifecyclestep.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexsettingstimeseries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indextemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indextemplatedatastreamconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indextemplateitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indextemplatemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indextemplatesummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indexversioning.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicatornode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicators.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesblockstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesindexingpressure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesindexingpressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesmodifyaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesprivilegesquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesshardsstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesshardstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesshardstores.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesvalidationexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indicesversions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/indonesiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceclassimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceconfigclassification.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceconfigcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceconfigcreatecontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceconfigregression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceconfigupdatecontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceendpoint.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceendpointinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferencefeatureimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceresponseresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferenceresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inferencetopclassentry.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/influence.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/influencer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/infofeaturestate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ingestpipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ingestpipelineparams.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ingeststats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ingesttotal.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inlineget.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inlinegetdictuserdefined.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/innerhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/innerhitsresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/inprogress.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/input.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/integernumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/integerrangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/intervals.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/intervalsallof.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/intervalsanyof.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/intervalsfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/intervalsfuzzy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/intervalsmatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/intervalsprefix.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/intervalsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/intervalswildcard.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/invertedindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/invocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/invocations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/iostatdevice.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/iostats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ipfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/iplocationprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ipprefixaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ipprefixaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ipprefixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ipproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/iprangeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/iprangeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/iprangeaggregationrange.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/iprangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/iprangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/irishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/italiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jobblocked.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jobconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jobforecaststatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jobsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jobstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jobstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jobtimingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jobusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/joinprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/joinproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jsonprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jvm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jvmclasses.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jvmmemorystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jvmstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/jvmthreads.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/keeptypestokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/keepwordstokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/keyedpercentiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/keyedprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/keyvalueprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/keywordanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/keywordmarkertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/keywordproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/keywordtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/kibanatoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/knncollectorresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/knnquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/knnqueryprofilebreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/knnqueryprofileresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/knnretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/knnsearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/kstemtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/kuromojianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/kuromojiiterationmarkcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/kuromojipartofspeechtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/kuromojireadingformtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/kuromojistemmertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/kuromojitokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/languageanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/languagecontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/laplacesmoothingmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/latest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/latlongeolocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/latviananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/learningtorank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lengthtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lessthanvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lettertokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/license.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/licenseinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lifecycleexplain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lifecycleexplainmanaged.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lifecycleexplainphaseexecution.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lifecycleexplainunmanaged.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/like.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/likedocument.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/limits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/limittokencounttokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/linearinterpolationsmoothingmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/linearmovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/listtypevalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lithuaniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/loggingaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/loggingresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/logstashpipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/longnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/longrangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/longraretermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/longraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/longtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/longtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lowercasenormalizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lowercaseprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lowercasetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/lowercasetokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/machinelearning.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/manageuserprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mapboxvectortiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mappingcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mappinglimitsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mappinglimitsettingsdepth.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mappinglimitsettingsdimensionfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mappinglimitsettingsfieldnamelength.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mappinglimitsettingsnestedfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mappinglimitsettingsnestedobjects.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mappinglimitsettingstotalfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mappingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/masterisstableindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/masterisstableindicatorclusterformationnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/masterisstableindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/masterisstableindicatorexceptionfetchinghistory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/masterrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matchallquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matchboolprefixquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matchedfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matchedtext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matchnonequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matchonlytextproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matchphraseprefixquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matchphrasequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matchquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matrixaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matrixstatsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matrixstatsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/matrixstatsfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/maxaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/maxaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/maxbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/maxmind.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/medianabsolutedeviationaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/medianabsolutedeviationaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/memmlstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/memory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/memorystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/memstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/merge.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mergescheduler.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mergesstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/metadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/metrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mgetoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mgetresponseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/migrateaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/migrationfeatureindexinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/minaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/minaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/minbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/minimallicenseinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/minimumshouldmatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/missing.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/missingaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/missingaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mlcounter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mldatafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mldataframeanalyticsjobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mldataframeanalyticsjobsanalysis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mldataframeanalyticsjobscount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mldataframeanalyticsjobsmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mlfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mlinference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mlinferencedeployments.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mlinferencedeploymentstimems.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mlinferenceingestprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mlinferenceingestprocessorcount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mlinferencetrainedmodels.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mlinferencetrainedmodelscount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mljobforecasts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/modelpackageconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/modelplotconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/modelsizestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/modelsnapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/modelsnapshotupgrade.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/monitoring.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/morelikethisquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mountedsnapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/movingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/movingfunctionaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/movingpercentilesaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/msearchrequestitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/msearchresponseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mtermvectorsoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebaseadjacencymatrixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasecompositebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasedatehistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasedoubletermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasefiltersbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasefrequentitemsetsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasegeohashgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasegeohexgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasegeotilegridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasehistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebaseipprefixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebaseiprangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebaselongraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebaselongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasemultitermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebaserangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasesignificantlongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasesignificantstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasestringraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasestringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasetimeseriesbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasevariablewidthhistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multibucketaggregatebasevoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multigeterror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multimatchquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multiplexertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multisearchbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multisearchheader.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multisearchitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multisearchresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multitermlookup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multitermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multitermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/multitermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/murmur3hashproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/mutualinformationheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/names.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nativecode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nativecodeinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nerinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nerinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nestedaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nestedaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nestedidentity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nestedproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nestedquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nestedsortvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/networkdirectionprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nevercondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ngramtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ngramtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nlpberttokenizationconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nlprobertatokenizationconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nlptokenizationupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeallocationexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeattributes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeattributesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodebufferpool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodediskusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeids.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfobootstrap.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoclient.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfodiscover.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfohttp.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoingestdownloader.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoingestinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoingestprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfojvmmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfomemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfonetwork.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfonetworkinterface.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfooscpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfopath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinforepositories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinforepositoriesurl.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoscript.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosearchremote.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosettingscluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosettingsclusterelection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosettingshttp.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosettingshttptype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosettingsingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosettingsnetwork.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosettingsnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosettingstransport.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosettingstransportfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfosettingstransporttype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfotransport.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoxpack.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoxpacklicense.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoxpacklicensetype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoxpackml.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoxpacksecurity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoxpacksecurityauthc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoxpacksecurityauthcrealms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoxpacksecurityauthcrealmsstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoxpacksecurityauthctoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeinfoxpacksecurityssl.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodejvminfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeoperatingsysteminfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodepackagingtype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeprocessinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodereloaderror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodereloadresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodescontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodescredentials.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodescredentialsfiletoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeshard.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeshutdownstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodesindexingpressure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodesindexingpressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodesingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodestatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodetasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodethreadpoolinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nodeusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/norianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/noripartofspeechtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/noritokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/normalizeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/normalizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/norwegiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/nullvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/numberrangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/numericdecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/numericfielddata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/objectproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/onehotencodingpreprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/operatingsystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/operatingsystemmemoryinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/operationcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/outlierdetectionparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/overallbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/overallbucketjob.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/overlapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/page.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pagerdutyaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pagerdutycontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pagerdutyevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pagerdutyeventproxy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pagerdutyresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/painlesscontextsetup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/parentaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/parentaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/parentidquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/parenttaskinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/passthroughinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/passthroughinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pathhierarchytokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/patternanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/patterncapturetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/patternreplacecharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/patternreplacetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/patterntokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pendingtask.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pendingtasksrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/percentage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/percentagescoreheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/percentileranksaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/percentiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/percentilesaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/percentilesbucketaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/percentilesbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/percolatequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/percolatorproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/perpartitioncategorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/persiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/persistenttaskstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/phase.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/phases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/phonetictokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/phrasesuggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/phrasesuggestcollate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/phrasesuggestcollatequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/phrasesuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/phrasesuggesthighlight.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/phrasesuggestoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pinneddoc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pinnedquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pipelineconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pipelinemetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pipelineprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pipelinesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pipelinesimulation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pipeseparatedflagssimplequerystringflag.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pivot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pivotgroupbycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pluginsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pluginsstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pluginstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pointintimereference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pointproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/porterstemtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/portugueseanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/postmigrationfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/predicatetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/predictedvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/prefixquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/preprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/pressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/privilegesactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/privilegescheck.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/process.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/processor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/processorcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/property.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/publishedclusterstates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/queries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/querybreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/querycachestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/queryprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/queryrole.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/queryrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/queryruleactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/queryrulecriteria.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/queryruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/queryrulesetlistitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/queryrulesetmatchedrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/querystringquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/queryuser.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/queryvectorbuilder.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/querywatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/questionansweringinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/questionansweringinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/randomsampleraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/randomscorefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rangeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rangeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rangequerybasedatemath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rangequerybasedouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rangequerybasestring.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankeddocument.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalhit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalhititem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalmetric.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalmetricdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalmetricdiscountedcumulativegain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalmetricexpectedreciprocalrank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalmetricmeanreciprocalrank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalmetricprecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalmetricratingtreshold.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalmetricrecall.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankevalrequestitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankfeaturefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankfeaturefunctionlinear.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankfeaturefunctionlogarithm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankfeaturefunctionsaturation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankfeaturefunctionsigmoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankfeatureproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankfeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rankfeaturesproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/raretermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rateaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rateaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/readexception.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/readonlyurlrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/readonlyurlrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/realmcache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/realminfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/recording.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/recoverybytes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/recoveryfiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/recoveryindexstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/recoveryorigin.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/recoveryrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/recoverystartstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/recoverystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/recoverystatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/redact.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/redactprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/refreshstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/regexoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/regexpquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/regexvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/registereddomainprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/regressioninferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reindexdestination.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reindexnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reindexsource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reindexstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reindextask.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reloaddetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reloadresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/relocationfailureinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/remoteclusterprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/remoteindicesprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/remotesource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/removeaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/removeduplicatestokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/removeindexaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/removeprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/renameprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/replicationaccess.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reportingemailattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/repositoriesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/repositoryintegrityindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/repositoryintegrityindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/repositorylocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/repositorymeteringinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/requestcachestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/requestcounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/requestitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reroutedecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rerouteexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rerouteparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rerouteprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rescore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rescorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reservedsize.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/resolveclusterinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/resolveindexaliasitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/resolveindexdatastreamsitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/resolveindexitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/resourceprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/responsebody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/responseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/restriction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/retention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/retentionlease.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/retentionpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/retentionpolicycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/retries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/retrievercontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reversenestedaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reversenestedaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/reversetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/roledescriptor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/roledescriptorread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/roledescriptorwrapper.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rolemappingrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rolequerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/roletemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/roletemplateinlinequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/roletemplatequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/roletemplatescript.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rolloveraction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rolloverconditions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rollupcapabilities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rollupcapabilitysummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rollupfieldsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rollupjob.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rollupjobconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rollupjobstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rollupjobstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rollupjobsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rollupjobsummaryfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/romaniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/routingfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rrfrank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rrfretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rulecondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/rulequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ruleretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/runningstatesearchinterval.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/runtimefield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/runtimefieldfetchfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/runtimefields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/runtimefieldstype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/russiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/s3repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/s3repositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/samplediversity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sampleraggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sampleraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scalarvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scaledfloatnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/schedulecontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scheduletimeofday.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scheduletriggerevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/schedulingconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scoresort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scriptcache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scriptcondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scriptedheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scriptedmetricaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scriptedmetricaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scriptfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scripting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scriptprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scriptquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scriptscorefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scriptscorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scriptsort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scripttransform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/scrollids.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchablesnapshotaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchablesnapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchaccess.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchapplication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchapplicationlistitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchapplicationtemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchasyoutypeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchidle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchinputrequestbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchinputrequestdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchshardsnodeattributes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchtemplaterequestbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/searchtransform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/security.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/securityrolemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/securityroles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/securityrolesdls.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/securityrolesdlsbitsetcache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/securityrolesfile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/securityrolesnative.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/segment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/segmentsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/segmentsstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/selectoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/semanticquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/semantictextproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/serbiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/serialdifferencingaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/serializedclusterstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/serializedclusterstatedetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/servicetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/setpriorityaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/setprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/setsecurityuserprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingsanalyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingshighlight.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingsquerystring.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingssearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingssimilarity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingssimilaritybm25.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingssimilarityboolean.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingssimilaritydfi.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingssimilaritydfr.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingssimilarityib.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingssimilaritylmd.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingssimilaritylmj.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/settingssimilarityscripted.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shapefieldquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shapeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shapequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardcommit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardfilesizeinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardhealthstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardlease.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardmigrationstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardpath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardquerycache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardrecovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardretentionleases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardrouting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardsavailabilityindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardsavailabilityindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardscapacityindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardscapacityindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardscapacityindicatortierdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardsegmentrouting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardsequencenumber.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardssegment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardsstatssummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardsstatssummaryitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardstore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardstoreexception.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardstoreindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardstorenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardstorewrapper.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shardstotalstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shared.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sharedfilesystemrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sharedfilesystemrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shingletokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shortnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/shrinkaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/significantlongtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/significantlongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/significantstringtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/significantstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/significanttermsaggregatebasesignificantlongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/significanttermsaggregatebasesignificantstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/significanttermsaggregatebasevoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/significanttermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/significanttextaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/simpleanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/simplemovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/simplepatternsplittokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/simplepatterntokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/simplequerystringflags.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/simplequerystringquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/simplevalueaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/simulatedactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/simulatedocumentresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/simulateingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sizefield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sizehttphistogram.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slackaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slackattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slackattachmentfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slackdynamicattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slackmessage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slackresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slicedscroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slmindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slmindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slmindicatorunhealthypolicies.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slmpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slowlogsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slowlogtresholdlevels.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/slowlogtresholds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/smoothingmodelcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snapshotindexstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snapshotinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snapshotlifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snapshotresponseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snapshotrestore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snapshotshardfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snapshotshardsstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snapshotshardsstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snapshotsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snapshotstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snowballanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/snowballtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/softdeletes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/soranianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sortcombinations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sortoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sortprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sourceconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sourceconfigparam.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sourcefield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sourcefilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sourceonlyrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sourceonlyrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spancontainingquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spanfieldmaskingquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spanfirstquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spangapquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spanishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spanmultitermquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spannearquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spannotquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spanorquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spanquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spantermquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/spanwithinquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sparseembeddingresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sparsevector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sparsevectorproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sparsevectorquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/splitprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sql.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ssl.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stagnatingbackingindices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/standardanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/standarddeviationbounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/standarddeviationboundsasstring.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/standardretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/standardtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/statistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/statsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/statsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/statsbucketaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/statsbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stemmeroverridetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stemmertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stepkey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stopanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stoptokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stopwords.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/storage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/storedscript.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/storestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringifiedboolean.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringifieddouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringifiedepochtimeunitmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringifiedepochtimeunitseconds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringifiedinteger.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringifiedversionnumber.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringraretermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringstatsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringstatsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/stupidbackoffsmoothingmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/suggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/suggestcontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/suggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/suggestfuzziness.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sumaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sumaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/sumbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/summary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/swedishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/synccontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/syncjobconnectorreference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/syncrulesfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/synonymgraphtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/synonymrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/synonymruleread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/synonymssetitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/synonymsupdateresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/synonymtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tablevaluescontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tablevaluesintegervalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tablevalueskeywordvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tablevalueslongdouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tablevalueslongvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/targetmeanencodingpreprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/taskfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/taskid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/taskinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/taskinfos.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tasksrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tdigest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tdigestpercentileranksaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tdigestpercentilesaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/templateconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/templatemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/templatesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/term.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/terminateprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termrangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsaggregatebasedoubletermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsaggregatebaselongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsaggregatebasemultitermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsaggregatebasestringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsaggregatebasevoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsexclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsgrouping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsinclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termslookup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termspartition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsqueryfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termssetquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsuggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termsuggestoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termvector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termvectorsfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termvectorsresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/termvectorstoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/testpopulation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textclassificationinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textclassificationinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textembedding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textembeddingbyteresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textembeddinginferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textembeddinginferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textembeddingresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textexpansioninferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textexpansioninferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textexpansionquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textindexprefixes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/textsimilarityreranker.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/texttoanalyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/thaianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/thaitokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/threadcount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/threadpoolrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/throttlestate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/timehttphistogram.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/timeofmonth.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/timeofweek.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/timeofyear.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/timeseriesaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/timeseriesaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/timeseriesbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/timesync.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/timingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tokencountproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tokendetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tokenfilterdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tokenizationconfigcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tokenizerdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tokenpruningconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/topclassentry.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tophit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tophitsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/tophitsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/topleftbottomrightgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/topmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/topmetricsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/topmetricsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/topmetricsvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/toprightbottomleftgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/totalfeatureimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/totalfeatureimportanceclass.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/totalfeatureimportancestatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/totalhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/totaluserprofiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trackhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelassignment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelassignmentroutingtable.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelassignmenttaskparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelconfiginput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelconfigmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodeldeploymentallocationstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodeldeploymentnodesstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodeldeploymentstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelentities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelinferenceclassimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelinferencefeatureimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelinferencestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodellocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodellocationindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelprefixstrings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelsizestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodelstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodeltree.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trainedmodeltreenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transformauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transformcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transformdestination.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transformindexerstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transformprogress.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transformsource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transformsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transformstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transformstatshealth.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transformsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/translog.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/translogretention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/translogstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/translogstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transport.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/transporthistogram.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/triggercontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/triggereventcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/triggereventresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trimprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/trimtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/truncatetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ttestaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/ttestaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/turkishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/typefieldmappings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/typemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/typequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/uaxemailurltokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/unassignedinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/uniquetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/unmappedraretermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/unmappedsampleraggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/unmappedsignificanttermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/unmappedtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/unrateddocument.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/unsignedlongnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/untypeddecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/untypeddistancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/untypedrangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/updateaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/updatebyqueryrethrottlenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/updateoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/uppercaseprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/uppercasetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/uripartsprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/urldecodeprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/usagestatsindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/usagestatsshards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/useragentprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/userindicesprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/userprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/userprofilehitmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/userprofileuser.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/userprofilewithmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/userquerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/userrealm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/validation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/validationloss.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/valuecountaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/valuecountaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/variablewidthhistogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/variablewidthhistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/variablewidthhistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/vector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/verifyindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/versionproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/vertex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/vertexdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/vertexinclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/vocabulary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/waitforactiveshards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/waitforsnapshotaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/warmerstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watcher.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watcheraction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watcheractions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watcheractiontotals.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watchercondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watcherinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watchernodestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watcherstatusactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watcherwatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watcherwatchtrigger.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watcherwatchtriggerschedule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watchrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watchrecordqueuedstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watchrecordstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/watchstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/webhookaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/webhookresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/weightedaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/weightedaveragevalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/weightedavgaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/weightedtokensquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/weights.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/whitespaceanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/whitespacetokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/wildcardproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/wildcardquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/wktgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/worddelimitergraphtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/worddelimitertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/wrapperquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/writeoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/xpackdatafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/xpackfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/xpackfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/xpackquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/xpackrealm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/xpackrolemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/xpackruntimefieldtypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/zeroshotclassificationinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/zeroshotclassificationinferenceupdateoptions.go
2025-08-20T23:04:59.0176940Z [00:03:44.063]➜  go tool buildid -w $WORK/b2537/_pkg_.a # internal
2025-08-20T23:04:59.0178208Z [00:03:44.064]➜  cp $WORK/b2537/_pkg_.a /root/.cache/go-build/a2/a2d0dd799a6d3ec92520e04534c86bf882a13ed4adad12c18bb45cfd5d2a94de-d # internal
2025-08-20T23:04:59.0179856Z [00:03:44.065]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate
2025-08-20T23:04:59.0180658Z [00:03:44.065]➜  mkdir -p $WORK/b2538/
2025-08-20T23:04:59.0181373Z [00:03:44.065]➜  cat >/tmp/go-build3700090427/b2538/importcfg << 'EOF' # internal
2025-08-20T23:04:59.0182006Z [00:03:44.065]➜  # import config
2025-08-20T23:04:59.0182637Z [00:03:44.065]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:59.0183695Z [00:03:44.065]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:59.0184427Z [00:03:44.065]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:59.0185563Z [00:03:44.065]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:04:59.0186614Z [00:03:44.065]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:59.0187374Z [00:03:44.065]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:59.0188138Z [00:03:44.065]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:59.0188891Z [00:03:44.065]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:59.0189831Z [00:03:44.065]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.0190399Z [00:03:44.065]➜  EOF
2025-08-20T23:04:59.0195427Z [00:03:44.065]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2538/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/existscomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/existscomponenttemplate;$WORK/b2538=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid clNUguuLDSPT30wkOlHS/clNUguuLDSPT30wkOlHS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2538/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/existscomponenttemplate/exists_component_template.go
2025-08-20T23:04:59.0200320Z [00:03:44.238]➜  go tool buildid -w $WORK/b2538/_pkg_.a # internal
2025-08-20T23:04:59.0201531Z [00:03:44.239]➜  cp $WORK/b2538/_pkg_.a /root/.cache/go-build/c5/c5a9d99ba9c1ec35ec313be56eb79b05610fcf3988f20283d6c0a3230a1ec751-d # internal
2025-08-20T23:04:59.0202863Z [00:03:44.239]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level
2025-08-20T23:04:59.0203544Z [00:03:44.239]➜  mkdir -p $WORK/b2542/
2025-08-20T23:04:59.0204213Z [00:03:44.241]➜  cat >/tmp/go-build3700090427/b2542/importcfg << 'EOF' # internal
2025-08-20T23:04:59.0204831Z [00:03:44.241]➜  # import config
2025-08-20T23:04:59.0205440Z [00:03:44.241]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.0206015Z [00:03:44.242]➜  EOF
2025-08-20T23:04:59.0210637Z [00:03:44.242]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2542/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/level=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/level;$WORK/b2542=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level -lang=go1.22 -complete -installsuffix shared -buildid x08cqXC40nJcwm8y2pJY/x08cqXC40nJcwm8y2pJY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2542/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/level/level.go
2025-08-20T23:04:59.0214635Z [00:03:44.287]➜  go tool buildid -w $WORK/b2542/_pkg_.a # internal
2025-08-20T23:04:59.0215853Z [00:03:44.287]➜  cp $WORK/b2542/_pkg_.a /root/.cache/go-build/b9/b997d9862125b16edce3a2516cdfd870221d5400af4d8da0180f96f909759ef9-d # internal
2025-08-20T23:04:59.0217132Z [00:03:44.288]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents
2025-08-20T23:04:59.0217878Z [00:03:44.288]➜  mkdir -p $WORK/b2543/
2025-08-20T23:04:59.0218532Z [00:03:44.290]➜  cat >/tmp/go-build3700090427/b2543/importcfg << 'EOF' # internal
2025-08-20T23:04:59.0219147Z [00:03:44.290]➜  # import config
2025-08-20T23:04:59.0219899Z [00:03:44.290]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.0220458Z [00:03:44.290]➜  EOF
2025-08-20T23:04:59.0225198Z [00:03:44.290]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2543/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/waitforevents=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/waitforevents;$WORK/b2543=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents -lang=go1.22 -complete -installsuffix shared -buildid IpnxggFnL3WKJcoyZ7g8/IpnxggFnL3WKJcoyZ7g8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2543/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/waitforevents/waitforevents.go
2025-08-20T23:04:59.0541449Z [00:03:44.337]➜  go tool buildid -w $WORK/b2543/_pkg_.a # internal
2025-08-20T23:04:59.0551425Z [00:03:44.338]➜  cp $WORK/b2543/_pkg_.a /root/.cache/go-build/0f/0ff71dc7ff128437679d061eb65177982b05d9aef7f9327884ac42aaf00afb21-d # internal
2025-08-20T23:04:59.0553678Z [00:03:44.338]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions
2025-08-20T23:04:59.0555957Z [00:03:44.338]➜  mkdir -p $WORK/b2546/
2025-08-20T23:04:59.0558592Z [00:03:44.339]➜  cat >/tmp/go-build3700090427/b2546/importcfg << 'EOF' # internal
2025-08-20T23:04:59.0559505Z [00:03:44.339]➜  # import config
2025-08-20T23:04:59.0560215Z [00:03:44.339]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:59.0566502Z [00:03:44.339]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:59.0567364Z [00:03:44.339]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:59.0568632Z [00:03:44.339]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:04:59.0570068Z [00:03:44.339]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:59.0570887Z [00:03:44.339]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:59.0571755Z [00:03:44.339]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:59.0572552Z [00:03:44.339]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:59.0586960Z [00:03:44.339]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.0587726Z [00:03:44.339]➜  EOF
2025-08-20T23:04:59.0593604Z [00:03:44.340]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2546/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/postvotingconfigexclusions=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/postvotingconfigexclusions;$WORK/b2546=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions -lang=go1.22 -complete -installsuffix shared -buildid h0HEA60ROS0vR7Bj0LRH/h0HEA60ROS0vR7Bj0LRH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2546/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/postvotingconfigexclusions/post_voting_config_exclusions.go
2025-08-20T23:04:59.1598050Z [00:03:44.443]➜  go tool buildid -w $WORK/b2546/_pkg_.a # internal
2025-08-20T23:04:59.1618735Z [00:03:44.445]➜  cp $WORK/b2546/_pkg_.a /root/.cache/go-build/8d/8d9cc8dd5f7f84d034b745b76f20c664a1931ae6a85d573cebc8ed347a5c6dff-d # internal
2025-08-20T23:04:59.1621848Z [00:03:44.445]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost
2025-08-20T23:04:59.1622650Z [00:03:44.445]➜  mkdir -p $WORK/b2560/
2025-08-20T23:04:59.1629013Z [00:03:44.446]➜  cat >/tmp/go-build3700090427/b2560/importcfg << 'EOF' # internal
2025-08-20T23:04:59.1631039Z [00:03:44.446]➜  # import config
2025-08-20T23:04:59.1631748Z [00:03:44.446]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:59.1632597Z [00:03:44.446]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:59.1633634Z [00:03:44.446]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:59.1634876Z [00:03:44.446]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:04:59.1636065Z [00:03:44.446]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:59.1636913Z [00:03:44.446]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:59.1638053Z [00:03:44.446]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:59.1638895Z [00:03:44.446]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.1639718Z [00:03:44.446]➜  EOF
2025-08-20T23:04:59.1644346Z [00:03:44.446]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/secretpost=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/secretpost;$WORK/b2560=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost -lang=go1.22 -complete -installsuffix shared -buildid mszpcIk-OHBlqFGHpH5x/mszpcIk-OHBlqFGHpH5x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2560/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/secretpost/secret_post.go
2025-08-20T23:04:59.2341042Z [00:03:44.517]➜  go tool buildid -w $WORK/b2560/_pkg_.a # internal
2025-08-20T23:04:59.2358119Z [00:03:44.519]➜  cp $WORK/b2560/_pkg_.a /root/.cache/go-build/87/874ac8dfbf1d06ef22c63eb7aff132d4417d2604cb83fc114f0566ff64433af8-d # internal
2025-08-20T23:04:59.2363345Z [00:03:44.519]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype
2025-08-20T23:04:59.2366450Z [00:03:44.519]➜  mkdir -p $WORK/b2580/
2025-08-20T23:04:59.2372936Z [00:03:44.520]➜  cat >/tmp/go-build3700090427/b2580/importcfg << 'EOF' # internal
2025-08-20T23:04:59.2373660Z [00:03:44.520]➜  # import config
2025-08-20T23:04:59.2374361Z [00:03:44.520]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.2375037Z [00:03:44.520]➜  EOF
2025-08-20T23:04:59.2380306Z [00:03:44.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/operationtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/operationtype;$WORK/b2580=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype -lang=go1.22 -complete -installsuffix shared -buildid n2rVn4uP-4ogHByG3Jwd/n2rVn4uP-4ogHByG3Jwd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2580/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/operationtype/operationtype.go
2025-08-20T23:04:59.2643782Z [00:03:44.547]➜  go tool buildid -w $WORK/b2580/_pkg_.a # internal
2025-08-20T23:04:59.2884192Z [00:03:44.571]➜  cp $WORK/b2580/_pkg_.a /root/.cache/go-build/53/538462edae714c451ff5e1e3df307dbb54d90195ef7a3289e7a778c8c328a424-d # internal
2025-08-20T23:04:59.2916696Z [00:03:44.573]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts
2025-08-20T23:04:59.2918459Z [00:03:44.573]➜  mkdir -p $WORK/b2587/
2025-08-20T23:04:59.2921089Z [00:03:44.573]➜  cat >/tmp/go-build3700090427/b2587/importcfg << 'EOF' # internal
2025-08-20T23:04:59.2921825Z [00:03:44.573]➜  # import config
2025-08-20T23:04:59.2922543Z [00:03:44.573]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.2923197Z [00:03:44.573]➜  EOF
2025-08-20T23:04:59.2927830Z [00:03:44.573]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conflicts=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conflicts;$WORK/b2587=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts -lang=go1.22 -complete -installsuffix shared -buildid 6sr2pjZKAHZCD54DdTDZ/6sr2pjZKAHZCD54DdTDZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2587/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/conflicts/conflicts.go
2025-08-20T23:04:59.3265116Z [00:03:44.610]➜  go tool buildid -w $WORK/b2587/_pkg_.a # internal
2025-08-20T23:04:59.3280798Z [00:03:44.610]➜  cp $WORK/b2587/_pkg_.a /root/.cache/go-build/08/08d661b02af22b0076a594a1a69e952b12d22a62d2567be717d6e71990ef47cd-d # internal
2025-08-20T23:04:59.3282323Z [00:03:44.610]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/exists
2025-08-20T23:04:59.3282895Z [00:03:44.611]➜  mkdir -p $WORK/b2590/
2025-08-20T23:04:59.3285387Z [00:03:44.611]➜  cat >/tmp/go-build3700090427/b2590/importcfg << 'EOF' # internal
2025-08-20T23:04:59.3286131Z [00:03:44.611]➜  # import config
2025-08-20T23:04:59.3286830Z [00:03:44.611]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:59.3287690Z [00:03:44.611]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:59.3288510Z [00:03:44.611]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:59.3290008Z [00:03:44.611]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:04:59.3291678Z [00:03:44.611]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3700090427/b2483/_pkg_.a
2025-08-20T23:04:59.3292855Z [00:03:44.611]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:59.3293624Z [00:03:44.611]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:59.3294635Z [00:03:44.611]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:59.3295458Z [00:03:44.611]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:59.3296311Z [00:03:44.611]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.3297136Z [00:03:44.611]➜  EOF
2025-08-20T23:04:59.3315164Z [00:03:44.611]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2590/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/exists=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/exists;$WORK/b2590=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/exists -lang=go1.22 -complete -installsuffix shared -buildid ikLbPQyfyTAyRzlqmzxK/ikLbPQyfyTAyRzlqmzxK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2590/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/exists/exists.go
2025-08-20T23:04:59.4487930Z [00:03:44.732]➜  go tool buildid -w $WORK/b2590/_pkg_.a # internal
2025-08-20T23:04:59.4503100Z [00:03:44.733]➜  cp $WORK/b2590/_pkg_.a /root/.cache/go-build/b4/b4878b0c50f55dc5c466b4e99e07198d5b6524b7d5477f751c09a6afa5de979f-d # internal
2025-08-20T23:04:59.4514843Z [00:03:44.735]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource
2025-08-20T23:04:59.4517889Z [00:03:44.735]➜  mkdir -p $WORK/b2591/
2025-08-20T23:04:59.4527767Z [00:03:44.735]➜  cat >/tmp/go-build3700090427/b2591/importcfg << 'EOF' # internal
2025-08-20T23:04:59.4528466Z [00:03:44.735]➜  # import config
2025-08-20T23:04:59.4529156Z [00:03:44.735]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:59.4530203Z [00:03:44.735]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:59.4531017Z [00:03:44.735]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:59.4532152Z [00:03:44.735]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:04:59.4533759Z [00:03:44.735]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3700090427/b2483/_pkg_.a
2025-08-20T23:04:59.4534922Z [00:03:44.735]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:59.4535732Z [00:03:44.735]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:59.4536578Z [00:03:44.735]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:59.4537415Z [00:03:44.735]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:59.4538233Z [00:03:44.735]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.4538843Z [00:03:44.735]➜  EOF
2025-08-20T23:04:59.4544439Z [00:03:44.735]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2591/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/existssource=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/existssource;$WORK/b2591=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource -lang=go1.22 -complete -installsuffix shared -buildid RM9KR5uSlb71xchxIVm2/RM9KR5uSlb71xchxIVm2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2591/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/existssource/exists_source.go
2025-08-20T23:04:59.5980152Z [00:03:44.881]➜  go tool buildid -w $WORK/b2591/_pkg_.a # internal
2025-08-20T23:04:59.5994951Z [00:03:44.882]➜  cp $WORK/b2591/_pkg_.a /root/.cache/go-build/43/43de71e5b341d5d715f998587fd9ed8bc8551f939b1f12ed76c3b8961e2c4da2-d # internal
2025-08-20T23:04:59.6003241Z [00:03:44.883]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/ping
2025-08-20T23:04:59.6003993Z [00:03:44.883]➜  mkdir -p $WORK/b2608/
2025-08-20T23:04:59.6004755Z [00:03:44.883]➜  cat >/tmp/go-build3700090427/b2608/importcfg << 'EOF' # internal
2025-08-20T23:04:59.6005455Z [00:03:44.883]➜  # import config
2025-08-20T23:04:59.6006414Z [00:03:44.883]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:59.6007293Z [00:03:44.883]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:59.6008137Z [00:03:44.883]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:59.6009585Z [00:03:44.883]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:04:59.6010671Z [00:03:44.883]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:59.6011583Z [00:03:44.883]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:59.6012616Z [00:03:44.883]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:59.6013459Z [00:03:44.883]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:04:59.6014246Z [00:03:44.883]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.6014833Z [00:03:44.883]➜  EOF
2025-08-20T23:04:59.6018640Z [00:03:44.883]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2608/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/ping=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/ping;$WORK/b2608=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/ping -lang=go1.22 -complete -installsuffix shared -buildid vprFj1NNryVyPZly5Qka/vprFj1NNryVyPZly5Qka -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2608/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/ping/ping.go
2025-08-20T23:04:59.7335191Z [00:03:45.017]➜  go tool buildid -w $WORK/b2608/_pkg_.a # internal
2025-08-20T23:04:59.7349131Z [00:03:45.018]➜  cp $WORK/b2608/_pkg_.a /root/.cache/go-build/80/806f0ea0281135093d7e2a86521071e375e8351db6807c321c07633947f2e227-d # internal
2025-08-20T23:04:59.7376472Z [00:03:45.021]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype
2025-08-20T23:04:59.7390296Z [00:03:45.021]➜  mkdir -p $WORK/b2618/
2025-08-20T23:04:59.7391090Z [00:03:45.021]➜  cat >/tmp/go-build3700090427/b2618/importcfg << 'EOF' # internal
2025-08-20T23:04:59.7391804Z [00:03:45.021]➜  # import config
2025-08-20T23:04:59.7392507Z [00:03:45.021]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.7393158Z [00:03:45.021]➜  EOF
2025-08-20T23:04:59.7398279Z [00:03:45.021]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2618/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/gridaggregationtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/gridaggregationtype;$WORK/b2618=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype -lang=go1.22 -complete -installsuffix shared -buildid DpgzJX5mXZMNOjdTHGi3/DpgzJX5mXZMNOjdTHGi3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2618/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/gridaggregationtype/gridaggregationtype.go
2025-08-20T23:04:59.7809241Z [00:03:45.064]➜  go tool buildid -w $WORK/b2618/_pkg_.a # internal
2025-08-20T23:04:59.7852880Z [00:03:45.068]➜  cp $WORK/b2618/_pkg_.a /root/.cache/go-build/7f/7f8db9014da8dce6b4de518926b5afe6b3d160448a618c4cf0f14abb0efe42e9-d # internal
2025-08-20T23:04:59.7857156Z [00:03:45.068]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype
2025-08-20T23:04:59.7857869Z [00:03:45.068]➜  mkdir -p $WORK/b2619/
2025-08-20T23:04:59.7902087Z [00:03:45.071]➜  cat >/tmp/go-build3700090427/b2619/importcfg << 'EOF' # internal
2025-08-20T23:04:59.7906632Z [00:03:45.071]➜  # import config
2025-08-20T23:04:59.7907265Z [00:03:45.071]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.7907838Z [00:03:45.071]➜  EOF
2025-08-20T23:04:59.7928649Z [00:03:45.076]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2619/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/gridtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/gridtype;$WORK/b2619=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype -lang=go1.22 -complete -installsuffix shared -buildid 8ae7fHv_qYjglrGcoIP5/8ae7fHv_qYjglrGcoIP5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2619/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/gridtype/gridtype.go
2025-08-20T23:04:59.8336792Z [00:03:45.117]➜  go tool buildid -w $WORK/b2619/_pkg_.a # internal
2025-08-20T23:04:59.8343357Z [00:03:45.117]➜  cp $WORK/b2619/_pkg_.a /root/.cache/go-build/fc/fc18e8021c94795480376a1e4a6e6b90d679528c8141374e16bd0e996b902e46-d # internal
2025-08-20T23:04:59.8354816Z [00:03:45.119]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition
2025-08-20T23:04:59.8355562Z [00:03:45.119]➜  mkdir -p $WORK/b2639/
2025-08-20T23:04:59.8379569Z [00:03:45.121]➜  cat >/tmp/go-build3700090427/b2639/importcfg << 'EOF' # internal
2025-08-20T23:04:59.8380302Z [00:03:45.121]➜  # import config
2025-08-20T23:04:59.8380924Z [00:03:45.121]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.8381501Z [00:03:45.121]➜  EOF
2025-08-20T23:04:59.8386208Z [00:03:45.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/resultposition=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/resultposition;$WORK/b2639=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition -lang=go1.22 -complete -installsuffix shared -buildid KtNTb7QWKXD_0KCyIgtk/KtNTb7QWKXD_0KCyIgtk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2639/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/resultposition/resultposition.go
2025-08-20T23:04:59.8748526Z [00:03:45.158]➜  go tool buildid -w $WORK/b2639/_pkg_.a # internal
2025-08-20T23:04:59.8758787Z [00:03:45.159]➜  cp $WORK/b2639/_pkg_.a /root/.cache/go-build/b0/b055c732caf82e286742f70310efa60e72de70b657ec32fab61a31006b1ad546-d # internal
2025-08-20T23:04:59.8760326Z [00:03:45.159]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery
2025-08-20T23:04:59.8761179Z [00:03:45.159]➜  mkdir -p $WORK/b2640/
2025-08-20T23:04:59.8763864Z [00:03:45.159]➜  cat >/tmp/go-build3700090427/b2640/importcfg << 'EOF' # internal
2025-08-20T23:04:59.8769786Z [00:03:45.159]➜  # import config
2025-08-20T23:04:59.8770407Z [00:03:45.160]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:04:59.8771231Z [00:03:45.160]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:04:59.8771947Z [00:03:45.160]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:04:59.8773263Z [00:03:45.160]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:04:59.8780527Z [00:03:45.160]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:04:59.8781922Z [00:03:45.160]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:04:59.8783150Z [00:03:45.160]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:04:59.8784005Z [00:03:45.160]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.8784814Z [00:03:45.160]➜  EOF
2025-08-20T23:04:59.8788974Z [00:03:45.160]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/esql/asyncquery=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/esql/asyncquery;$WORK/b2640=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery -lang=go1.22 -complete -installsuffix shared -buildid n9OmC_k3CK_rjQInlXCv/n9OmC_k3CK_rjQInlXCv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2640/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/esql/asyncquery/async_query.go
2025-08-20T23:04:59.9879543Z [00:03:45.271]➜  go tool buildid -w $WORK/b2640/_pkg_.a # internal
2025-08-20T23:04:59.9926021Z [00:03:45.276]➜  cp $WORK/b2640/_pkg_.a /root/.cache/go-build/26/26c4a86b7cca36535d99f14d1d5c4cee6b0025ca0a75fd33170e0c40ac2c6f62-d # internal
2025-08-20T23:04:59.9960455Z [00:03:45.277]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat
2025-08-20T23:04:59.9961288Z [00:03:45.277]➜  mkdir -p $WORK/b2642/
2025-08-20T23:04:59.9962279Z [00:03:45.277]➜  cat >/tmp/go-build3700090427/b2642/importcfg << 'EOF' # internal
2025-08-20T23:04:59.9963272Z [00:03:45.277]➜  # import config
2025-08-20T23:04:59.9964214Z [00:03:45.277]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:04:59.9964977Z [00:03:45.277]➜  EOF
2025-08-20T23:04:59.9970762Z [00:03:45.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2642/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/esqlformat=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/esqlformat;$WORK/b2642=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat -lang=go1.22 -complete -installsuffix shared -buildid B4Z2wFuvDYArIWOF_1AN/B4Z2wFuvDYArIWOF_1AN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2642/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/esqlformat/esqlformat.go
2025-08-20T23:05:00.0184055Z [00:03:45.301]➜  go tool buildid -w $WORK/b2642/_pkg_.a # internal
2025-08-20T23:05:00.0192885Z [00:03:45.302]➜  cp $WORK/b2642/_pkg_.a /root/.cache/go-build/a9/a94f547035ac76144501fe469668858659d0cf636e4254d29d3d4deb08f70b49-d # internal
2025-08-20T23:05:00.0196368Z [00:03:45.303]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret
2025-08-20T23:05:00.0196984Z [00:03:45.303]➜  mkdir -p $WORK/b2647/
2025-08-20T23:05:00.0206353Z [00:03:45.303]➜  cat >/tmp/go-build3700090427/b2647/importcfg << 'EOF' # internal
2025-08-20T23:05:00.0207147Z [00:03:45.303]➜  # import config
2025-08-20T23:05:00.0207815Z [00:03:45.303]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:00.0208575Z [00:03:45.303]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:00.0209602Z [00:03:45.303]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:00.0210829Z [00:03:45.304]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:00.0211971Z [00:03:45.304]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:00.0212753Z [00:03:45.304]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:00.0213566Z [00:03:45.304]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:00.0214612Z [00:03:45.304]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.0215229Z [00:03:45.304]➜  EOF
2025-08-20T23:05:00.0219847Z [00:03:45.304]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/postsecret=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/postsecret;$WORK/b2647=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret -lang=go1.22 -complete -installsuffix shared -buildid wCcz1wtEMdBQFWFsrvz6/wCcz1wtEMdBQFWFsrvz6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2647/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/postsecret/post_secret.go
2025-08-20T23:05:00.0770300Z [00:03:45.360]➜  go tool buildid -w $WORK/b2647/_pkg_.a # internal
2025-08-20T23:05:00.0784186Z [00:03:45.361]➜  cp $WORK/b2647/_pkg_.a /root/.cache/go-build/66/6679aaf6ecf42c914e903ae60dcbbf11767e23762e5644857930eae38171460b-d # internal
2025-08-20T23:05:00.0788188Z [00:03:45.362]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists
2025-08-20T23:05:00.0789018Z [00:03:45.362]➜  mkdir -p $WORK/b2677/
2025-08-20T23:05:00.0798560Z [00:03:45.363]➜  cat >/tmp/go-build3700090427/b2677/importcfg << 'EOF' # internal
2025-08-20T23:05:00.0799174Z [00:03:45.363]➜  # import config
2025-08-20T23:05:00.0800037Z [00:03:45.363]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:00.0800738Z [00:03:45.363]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:00.0805835Z [00:03:45.363]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:00.0807220Z [00:03:45.363]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:00.0808896Z [00:03:45.363]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:00.0810344Z [00:03:45.363]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:00.0811192Z [00:03:45.363]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:00.0811993Z [00:03:45.363]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:00.0812813Z [00:03:45.363]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:00.0813952Z [00:03:45.363]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.0814523Z [00:03:45.363]➜  EOF
2025-08-20T23:05:00.0818748Z [00:03:45.363]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/exists=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/exists;$WORK/b2677=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists -lang=go1.22 -complete -installsuffix shared -buildid O6mYXdmdhAVvcFYSnd1C/O6mYXdmdhAVvcFYSnd1C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2677/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/exists/exists.go
2025-08-20T23:05:00.1868240Z [00:03:45.470]➜  go tool buildid -w $WORK/b2677/_pkg_.a # internal
2025-08-20T23:05:00.1884445Z [00:03:45.471]➜  cp $WORK/b2677/_pkg_.a /root/.cache/go-build/b1/b151eb24ef1448b463f18ac9628a3097efebba886bab1e20a97396c6a7c24c59-d # internal
2025-08-20T23:05:00.1918128Z [00:03:45.475]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias
2025-08-20T23:05:00.1921429Z [00:03:45.475]➜  mkdir -p $WORK/b2678/
2025-08-20T23:05:00.1923423Z [00:03:45.475]➜  cat >/tmp/go-build3700090427/b2678/importcfg << 'EOF' # internal
2025-08-20T23:05:00.1924094Z [00:03:45.475]➜  # import config
2025-08-20T23:05:00.1924715Z [00:03:45.475]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:00.1925460Z [00:03:45.475]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:00.1926154Z [00:03:45.475]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:00.1927208Z [00:03:45.475]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:00.1928735Z [00:03:45.475]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:00.1930047Z [00:03:45.475]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:00.1930761Z [00:03:45.475]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:00.1931492Z [00:03:45.475]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:00.1932228Z [00:03:45.475]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:00.1933173Z [00:03:45.475]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.1933720Z [00:03:45.475]➜  EOF
2025-08-20T23:05:00.1937929Z [00:03:45.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2678/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/existsalias=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/existsalias;$WORK/b2678=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias -lang=go1.22 -complete -installsuffix shared -buildid MV5BmAphoX_2Q3nG8qpI/MV5BmAphoX_2Q3nG8qpI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2678/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/existsalias/exists_alias.go
2025-08-20T23:05:00.3220730Z [00:03:45.605]➜  go tool buildid -w $WORK/b2678/_pkg_.a # internal
2025-08-20T23:05:00.3249970Z [00:03:45.608]➜  cp $WORK/b2678/_pkg_.a /root/.cache/go-build/0d/0d66d12ed5496a40e3c8d17440a7b84ff09603af5d83f0bdab90854b33e0903d-d # internal
2025-08-20T23:05:00.3256054Z [00:03:45.608]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate
2025-08-20T23:05:00.3256882Z [00:03:45.609]➜  mkdir -p $WORK/b2679/
2025-08-20T23:05:00.3270192Z [00:03:45.610]➜  cat >/tmp/go-build3700090427/b2679/importcfg << 'EOF' # internal
2025-08-20T23:05:00.3270913Z [00:03:45.610]➜  # import config
2025-08-20T23:05:00.3271570Z [00:03:45.610]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:00.3273646Z [00:03:45.610]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:00.3274718Z [00:03:45.610]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:00.3276082Z [00:03:45.610]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:00.3277350Z [00:03:45.610]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:00.3278272Z [00:03:45.610]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:00.3281748Z [00:03:45.610]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:00.3282816Z [00:03:45.610]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:00.3283711Z [00:03:45.610]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.3284323Z [00:03:45.610]➜  EOF
2025-08-20T23:05:00.3289102Z [00:03:45.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2679/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/existsindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/existsindextemplate;$WORK/b2679=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate -lang=go1.22 -complete -installsuffix shared -buildid fM-WICQWloitaLYh0_28/fM-WICQWloitaLYh0_28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2679/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/existsindextemplate/exists_index_template.go
2025-08-20T23:05:00.4227794Z [00:03:45.706]➜  go tool buildid -w $WORK/b2679/_pkg_.a # internal
2025-08-20T23:05:00.4256670Z [00:03:45.709]➜  cp $WORK/b2679/_pkg_.a /root/.cache/go-build/46/46e933b90b11b746be81cd6f5f16130179e9598ac2d5ae1092e4da0faa536603-d # internal
2025-08-20T23:05:00.4261689Z [00:03:45.709]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate
2025-08-20T23:05:00.4264389Z [00:03:45.709]➜  mkdir -p $WORK/b2680/
2025-08-20T23:05:00.4274569Z [00:03:45.711]➜  cat >/tmp/go-build3700090427/b2680/importcfg << 'EOF' # internal
2025-08-20T23:05:00.4278791Z [00:03:45.711]➜  # import config
2025-08-20T23:05:00.4279591Z [00:03:45.711]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:00.4280382Z [00:03:45.711]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:00.4281141Z [00:03:45.711]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:00.4282491Z [00:03:45.711]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:00.4283573Z [00:03:45.711]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:00.4284370Z [00:03:45.711]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:00.4285271Z [00:03:45.711]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:00.4286039Z [00:03:45.711]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:00.4286811Z [00:03:45.711]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.4287383Z [00:03:45.711]➜  EOF
2025-08-20T23:05:00.4292189Z [00:03:45.711]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2680/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/existstemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/existstemplate;$WORK/b2680=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate -lang=go1.22 -complete -installsuffix shared -buildid ikkejkAjn8W2NbyJVTOw/ikkejkAjn8W2NbyJVTOw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2680/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/existstemplate/exists_template.go
2025-08-20T23:05:00.5420932Z [00:03:45.825]➜  go tool buildid -w $WORK/b2680/_pkg_.a # internal
2025-08-20T23:05:00.5457919Z [00:03:45.829]➜  cp $WORK/b2680/_pkg_.a /root/.cache/go-build/e0/e02fe578b45dac2e101952e07078d4c7a663a0de401e64939922da36983866d7-d # internal
2025-08-20T23:05:00.5464026Z [00:03:45.830]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus
2025-08-20T23:05:00.5468566Z [00:03:45.830]➜  mkdir -p $WORK/b2712/
2025-08-20T23:05:00.5480528Z [00:03:45.831]➜  cat >/tmp/go-build3700090427/b2712/importcfg << 'EOF' # internal
2025-08-20T23:05:00.5481241Z [00:03:45.831]➜  # import config
2025-08-20T23:05:00.5481932Z [00:03:45.831]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.5482554Z [00:03:45.831]➜  EOF
2025-08-20T23:05:00.5487532Z [00:03:45.831]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardstorestatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardstorestatus;$WORK/b2712=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus -lang=go1.22 -complete -installsuffix shared -buildid lffPqLYm3GopY1dU9_Ue/lffPqLYm3GopY1dU9_Ue -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2712/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/shardstorestatus/shardstorestatus.go
2025-08-20T23:05:00.5773310Z [00:03:45.860]➜  go tool buildid -w $WORK/b2712/_pkg_.a # internal
2025-08-20T23:05:00.5779924Z [00:03:45.861]➜  cp $WORK/b2712/_pkg_.a /root/.cache/go-build/59/595daa38debd38d340aea21e5551facf6f4303f83511096e50f707f2e073bc35-d # internal
2025-08-20T23:05:00.5781162Z [00:03:45.861]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline
2025-08-20T23:05:00.5781962Z [00:03:45.861]➜  mkdir -p $WORK/b2741/
2025-08-20T23:05:00.5787768Z [00:03:45.862]➜  cat >/tmp/go-build3700090427/b2741/importcfg << 'EOF' # internal
2025-08-20T23:05:00.5788459Z [00:03:45.862]➜  # import config
2025-08-20T23:05:00.5789079Z [00:03:45.862]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:00.5790070Z [00:03:45.862]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:00.5790798Z [00:03:45.862]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:00.5791926Z [00:03:45.862]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:00.5793065Z [00:03:45.862]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:00.5794069Z [00:03:45.862]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:00.5794885Z [00:03:45.862]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:00.5795676Z [00:03:45.862]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:00.5796626Z [00:03:45.862]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.5797196Z [00:03:45.862]➜  EOF
2025-08-20T23:05:00.5801962Z [00:03:45.862]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2741/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/logstash/deletepipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/logstash/deletepipeline;$WORK/b2741=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline -lang=go1.22 -complete -installsuffix shared -buildid hr7m0XRCZMGLNyZjEGam/hr7m0XRCZMGLNyZjEGam -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2741/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/logstash/deletepipeline/delete_pipeline.go
2025-08-20T23:05:00.6560336Z [00:03:45.939]➜  go tool buildid -w $WORK/b2741/_pkg_.a # internal
2025-08-20T23:05:00.6588770Z [00:03:45.942]➜  cp $WORK/b2741/_pkg_.a /root/.cache/go-build/7c/7cb7e0d1322317ff8bd1f8eb7eaf8ac5ad37c97e1aa7c07f9f164fc21a9f5524-d # internal
2025-08-20T23:05:00.6595509Z [00:03:45.943]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include
2025-08-20T23:05:00.6598124Z [00:03:45.943]➜  mkdir -p $WORK/b2784/
2025-08-20T23:05:00.6607000Z [00:03:45.944]➜  cat >/tmp/go-build3700090427/b2784/importcfg << 'EOF' # internal
2025-08-20T23:05:00.6612702Z [00:03:45.944]➜  # import config
2025-08-20T23:05:00.6613299Z [00:03:45.944]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.6613830Z [00:03:45.944]➜  EOF
2025-08-20T23:05:00.6617819Z [00:03:45.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2784/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/include=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/include;$WORK/b2784=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include -lang=go1.22 -complete -installsuffix shared -buildid LPgw10ugQ7K4PlhURg-e/LPgw10ugQ7K4PlhURg-e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2784/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/include/include.go
2025-08-20T23:05:00.6954917Z [00:03:45.979]➜  go tool buildid -w $WORK/b2784/_pkg_.a # internal
2025-08-20T23:05:00.6965503Z [00:03:45.980]➜  cp $WORK/b2784/_pkg_.a /root/.cache/go-build/c9/c99de891d6ab8c43dc1b92aa632feb5a6ec8cd163eedb45094091210308a88bd-d # internal
2025-08-20T23:05:00.6969911Z [00:03:45.980]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype
2025-08-20T23:05:00.6972601Z [00:03:45.980]➜  mkdir -p $WORK/b2825/
2025-08-20T23:05:00.6979117Z [00:03:45.981]➜  cat >/tmp/go-build3700090427/b2825/importcfg << 'EOF' # internal
2025-08-20T23:05:00.6982524Z [00:03:45.981]➜  # import config
2025-08-20T23:05:00.6983153Z [00:03:45.981]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.6983711Z [00:03:45.981]➜  EOF
2025-08-20T23:05:00.6988045Z [00:03:45.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2825/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/threadtype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/threadtype;$WORK/b2825=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype -lang=go1.22 -complete -installsuffix shared -buildid IKbYEGAGs25m3WX8ZAbe/IKbYEGAGs25m3WX8ZAbe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2825/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/threadtype/threadtype.go
2025-08-20T23:05:00.7294612Z [00:03:46.013]➜  go tool buildid -w $WORK/b2825/_pkg_.a # internal
2025-08-20T23:05:00.7297413Z [00:03:46.013]➜  cp $WORK/b2825/_pkg_.a /root/.cache/go-build/a1/a172aea5cb84e670484f4f8bf140688edb213c8c7ad83f861f96eeee36c57c25-d # internal
2025-08-20T23:05:00.7300191Z [00:03:46.013]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph
2025-08-20T23:05:00.7301007Z [00:03:46.013]➜  mkdir -p $WORK/b2830/
2025-08-20T23:05:00.7301669Z [00:03:46.013]➜  cat >/tmp/go-build3700090427/b2830/importcfg << 'EOF' # internal
2025-08-20T23:05:00.7302262Z [00:03:46.013]➜  # import config
2025-08-20T23:05:00.7302844Z [00:03:46.013]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:00.7303575Z [00:03:46.013]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:00.7304276Z [00:03:46.013]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:00.7305456Z [00:03:46.013]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:00.7306467Z [00:03:46.013]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:00.7307167Z [00:03:46.013]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:00.7307892Z [00:03:46.013]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:00.7308613Z [00:03:46.013]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.7309145Z [00:03:46.013]➜  EOF
2025-08-20T23:05:00.7326869Z [00:03:46.016]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2830/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/flamegraph=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/flamegraph;$WORK/b2830=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph -lang=go1.22 -complete -installsuffix shared -buildid Ices0pf2M_xVWxFpewBp/Ices0pf2M_xVWxFpewBp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2830/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/flamegraph/flamegraph.go
2025-08-20T23:05:00.8556588Z [00:03:46.139]➜  go tool buildid -w $WORK/b2830/_pkg_.a # internal
2025-08-20T23:05:00.8574351Z [00:03:46.140]➜  cp $WORK/b2830/_pkg_.a /root/.cache/go-build/b8/b86af01ecc2fd339e717085c77da994fe891a0ca71c5b644996b279685f0c359-d # internal
2025-08-20T23:05:00.8575853Z [00:03:46.140]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces
2025-08-20T23:05:00.8576634Z [00:03:46.140]➜  mkdir -p $WORK/b2831/
2025-08-20T23:05:00.8599943Z [00:03:46.143]➜  cat >/tmp/go-build3700090427/b2831/importcfg << 'EOF' # internal
2025-08-20T23:05:00.8600999Z [00:03:46.143]➜  # import config
2025-08-20T23:05:00.8601806Z [00:03:46.143]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:00.8602601Z [00:03:46.143]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:00.8603417Z [00:03:46.143]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:00.8604628Z [00:03:46.143]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:00.8605749Z [00:03:46.143]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:00.8606540Z [00:03:46.143]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:00.8607728Z [00:03:46.143]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:00.8608561Z [00:03:46.143]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.8609161Z [00:03:46.143]➜  EOF
2025-08-20T23:05:00.8633209Z [00:03:46.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2831/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/stacktraces=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/stacktraces;$WORK/b2831=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces -lang=go1.22 -complete -installsuffix shared -buildid a1REW5wplWEiR2tpiJdA/a1REW5wplWEiR2tpiJdA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2831/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/stacktraces/stacktraces.go
2025-08-20T23:05:00.9866641Z [00:03:46.270]➜  go tool buildid -w $WORK/b2831/_pkg_.a # internal
2025-08-20T23:05:00.9888830Z [00:03:46.272]➜  cp $WORK/b2831/_pkg_.a /root/.cache/go-build/5f/5f2c090a57d78f23ba81a83b8944701a19e347d762512c8b9a5f79dfe357d288-d # internal
2025-08-20T23:05:00.9896614Z [00:03:46.272]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status
2025-08-20T23:05:00.9897968Z [00:03:46.272]➜  mkdir -p $WORK/b2832/
2025-08-20T23:05:00.9899031Z [00:03:46.272]➜  cat >/tmp/go-build3700090427/b2832/importcfg << 'EOF' # internal
2025-08-20T23:05:00.9900433Z [00:03:46.272]➜  # import config
2025-08-20T23:05:00.9901871Z [00:03:46.272]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:00.9903857Z [00:03:46.272]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:00.9904656Z [00:03:46.272]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:00.9905825Z [00:03:46.272]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:00.9906920Z [00:03:46.272]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:00.9907672Z [00:03:46.272]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:00.9908477Z [00:03:46.272]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:00.9909257Z [00:03:46.272]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:00.9911113Z [00:03:46.272]➜  EOF
2025-08-20T23:05:00.9915451Z [00:03:46.272]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2832/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/status=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/status;$WORK/b2832=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status -lang=go1.22 -complete -installsuffix shared -buildid rfhoh5cxHfni-Ov2eCSf/rfhoh5cxHfni-Ov2eCSf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2832/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/status/status.go
2025-08-20T23:05:01.1464735Z [00:03:46.429]➜  go tool buildid -w $WORK/b2832/_pkg_.a # internal
2025-08-20T23:05:01.1480679Z [00:03:46.431]➜  cp $WORK/b2832/_pkg_.a /root/.cache/go-build/cd/cd4d2817bbc6209412dec0e0f5c35c318377b99deb4577b0594beab39531f36e-d # internal
2025-08-20T23:05:01.1484839Z [00:03:46.431]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions
2025-08-20T23:05:01.1485661Z [00:03:46.432]➜  mkdir -p $WORK/b2833/
2025-08-20T23:05:01.1492782Z [00:03:46.432]➜  cat >/tmp/go-build3700090427/b2833/importcfg << 'EOF' # internal
2025-08-20T23:05:01.1494245Z [00:03:46.432]➜  # import config
2025-08-20T23:05:01.1496492Z [00:03:46.432]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:01.1497612Z [00:03:46.432]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:01.1498432Z [00:03:46.432]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:01.1500137Z [00:03:46.432]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:01.1501234Z [00:03:46.432]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:01.1502002Z [00:03:46.432]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:01.1502780Z [00:03:46.432]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:01.1503574Z [00:03:46.432]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:01.1504095Z [00:03:46.432]➜  EOF
2025-08-20T23:05:01.1508500Z [00:03:46.433]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2833/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/topnfunctions=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/topnfunctions;$WORK/b2833=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions -lang=go1.22 -complete -installsuffix shared -buildid NRagZ61YUBAKmZSeFchd/NRagZ61YUBAKmZSeFchd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2833/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/profiling/topnfunctions/topn_functions.go
2025-08-20T23:05:01.2735785Z [00:03:46.557]➜  go tool buildid -w $WORK/b2833/_pkg_.a # internal
2025-08-20T23:05:01.2816948Z [00:03:46.565]➜  cp $WORK/b2833/_pkg_.a /root/.cache/go-build/41/414f63bc31152f379f0f20e476c33491e0ad3ba355197651acc9b4d0af29b888-d # internal
2025-08-20T23:05:01.2818556Z [00:03:46.565]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel
2025-08-20T23:05:01.2819318Z [00:03:46.565]➜  mkdir -p $WORK/b2854/
2025-08-20T23:05:01.2820285Z [00:03:46.565]➜  cat >/tmp/go-build3700090427/b2854/importcfg << 'EOF' # internal
2025-08-20T23:05:01.2820931Z [00:03:46.565]➜  # import config
2025-08-20T23:05:01.2821553Z [00:03:46.565]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:01.2822140Z [00:03:46.565]➜  EOF
2025-08-20T23:05:01.2826762Z [00:03:46.565]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2854/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/statslevel=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/statslevel;$WORK/b2854=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel -lang=go1.22 -complete -installsuffix shared -buildid gG64GwP0D0co8CZbrq1V/gG64GwP0D0co8CZbrq1V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2854/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/statslevel/statslevel.go
2025-08-20T23:05:01.3096292Z [00:03:46.593]➜  go tool buildid -w $WORK/b2854/_pkg_.a # internal
2025-08-20T23:05:01.3106141Z [00:03:46.594]➜  cp $WORK/b2854/_pkg_.a /root/.cache/go-build/e8/e863dce08a6790692052112101ef220de516a13c512b0d6d279c0a6ac2eb70a8-d # internal
2025-08-20T23:05:01.3109191Z [00:03:46.594]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype
2025-08-20T23:05:01.3110166Z [00:03:46.594]➜  mkdir -p $WORK/b2864/
2025-08-20T23:05:01.3115769Z [00:03:46.595]➜  cat >/tmp/go-build3700090427/b2864/importcfg << 'EOF' # internal
2025-08-20T23:05:01.3130498Z [00:03:46.595]➜  # import config
2025-08-20T23:05:01.3131143Z [00:03:46.595]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:01.3131772Z [00:03:46.595]➜  EOF
2025-08-20T23:05:01.3136235Z [00:03:46.596]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/granttype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/granttype;$WORK/b2864=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype -lang=go1.22 -complete -installsuffix shared -buildid wS-oTSatrUI3j0ze0Uzr/wS-oTSatrUI3j0ze0Uzr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2864/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/granttype/granttype.go
2025-08-20T23:05:01.3398107Z [00:03:46.623]➜  go tool buildid -w $WORK/b2864/_pkg_.a # internal
2025-08-20T23:05:01.3425907Z [00:03:46.625]➜  cp $WORK/b2864/_pkg_.a /root/.cache/go-build/8c/8cc72e394d7a11c2928dec172aa25dbb60ba5826f57a1edbc4f2eabce665eafc-d # internal
2025-08-20T23:05:01.3427551Z [00:03:46.625]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys
2025-08-20T23:05:01.3428351Z [00:03:46.625]➜  mkdir -p $WORK/b2868/
2025-08-20T23:05:01.3429082Z [00:03:46.626]➜  cat >/tmp/go-build3700090427/b2868/importcfg << 'EOF' # internal
2025-08-20T23:05:01.3430311Z [00:03:46.626]➜  # import config
2025-08-20T23:05:01.3432370Z [00:03:46.626]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:01.3440498Z [00:03:46.626]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:01.3444281Z [00:03:46.626]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:01.3445507Z [00:03:46.626]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:01.3446609Z [00:03:46.626]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:01.3453544Z [00:03:46.626]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:01.3454362Z [00:03:46.626]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:01.3455147Z [00:03:46.626]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:01.3455724Z [00:03:46.626]➜  EOF
2025-08-20T23:05:01.3460871Z [00:03:46.626]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2868/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkupdateapikeys=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkupdateapikeys;$WORK/b2868=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys -lang=go1.22 -complete -installsuffix shared -buildid VwJneRzQ_fqowJTUhcDf/VwJneRzQ_fqowJTUhcDf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2868/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkupdateapikeys/bulk_update_api_keys.go
2025-08-20T23:05:01.4370125Z [00:03:46.720]➜  go tool buildid -w $WORK/b2868/_pkg_.a # internal
2025-08-20T23:05:01.4397826Z [00:03:46.723]➜  cp $WORK/b2868/_pkg_.a /root/.cache/go-build/f2/f2e5d11c2ad7e72d3b6e303c56b84251560b6c55df8e1f8457c42b828177f15d-d # internal
2025-08-20T23:05:01.4399263Z [00:03:46.723]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings
2025-08-20T23:05:01.4400233Z [00:03:46.723]➜  mkdir -p $WORK/b2896/
2025-08-20T23:05:01.4428896Z [00:03:46.726]➜  cat >/tmp/go-build3700090427/b2896/importcfg << 'EOF' # internal
2025-08-20T23:05:01.4433833Z [00:03:46.726]➜  # import config
2025-08-20T23:05:01.4434518Z [00:03:46.726]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:01.4435352Z [00:03:46.726]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:01.4436122Z [00:03:46.726]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:01.4437288Z [00:03:46.726]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:01.4438364Z [00:03:46.726]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:01.4439128Z [00:03:46.726]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:01.4440167Z [00:03:46.726]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:01.4440949Z [00:03:46.726]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:01.4441692Z [00:03:46.726]➜  EOF
2025-08-20T23:05:01.4446129Z [00:03:46.726]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getsettings;$WORK/b2896=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings -lang=go1.22 -complete -installsuffix shared -buildid ZsuKBw3hIBJX54Wy-g5a/ZsuKBw3hIBJX54Wy-g5a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2896/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getsettings/get_settings.go
2025-08-20T23:05:01.5468497Z [00:03:46.830]➜  go tool buildid -w $WORK/b2896/_pkg_.a # internal
2025-08-20T23:05:01.5482970Z [00:03:46.831]➜  cp $WORK/b2896/_pkg_.a /root/.cache/go-build/73/73150a4bee5187fbffeb3e4a09a56be7df81643dc9d330177730714c8121dcf1-d # internal
2025-08-20T23:05:01.5496796Z [00:03:46.832]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype
2025-08-20T23:05:01.5497679Z [00:03:46.832]➜  mkdir -p $WORK/b2898/
2025-08-20T23:05:01.5498362Z [00:03:46.832]➜  cat >/tmp/go-build3700090427/b2898/importcfg << 'EOF' # internal
2025-08-20T23:05:01.5503174Z [00:03:46.832]➜  # import config
2025-08-20T23:05:01.5503844Z [00:03:46.832]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:01.5504434Z [00:03:46.832]➜  EOF
2025-08-20T23:05:01.5530784Z [00:03:46.836]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2898/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/accesstokengranttype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/accesstokengranttype;$WORK/b2898=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype -lang=go1.22 -complete -installsuffix shared -buildid pbEHKqO0S279EymKieh9/pbEHKqO0S279EymKieh9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2898/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/accesstokengranttype/accesstokengranttype.go
2025-08-20T23:05:01.5914746Z [00:03:46.875]➜  go tool buildid -w $WORK/b2898/_pkg_.a # internal
2025-08-20T23:05:01.5924772Z [00:03:46.876]➜  cp $WORK/b2898/_pkg_.a /root/.cache/go-build/51/51871b2a332b89f19a60197d5f78ce7a81082303d3c99074a40fd1e85149ca45-d # internal
2025-08-20T23:05:01.5935674Z [00:03:46.877]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype
2025-08-20T23:05:01.5938271Z [00:03:46.877]➜  mkdir -p $WORK/b2903/
2025-08-20T23:05:01.5939052Z [00:03:46.877]➜  cat >/tmp/go-build3700090427/b2903/importcfg << 'EOF' # internal
2025-08-20T23:05:01.5939885Z [00:03:46.877]➜  # import config
2025-08-20T23:05:01.5940561Z [00:03:46.877]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:01.5941179Z [00:03:46.877]➜  EOF
2025-08-20T23:05:01.5945985Z [00:03:46.877]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/apikeygranttype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/apikeygranttype;$WORK/b2903=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype -lang=go1.22 -complete -installsuffix shared -buildid VdxJxvyl6q1ihHJJ9uvY/VdxJxvyl6q1ihHJJ9uvY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2903/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/apikeygranttype/apikeygranttype.go
2025-08-20T23:05:01.6240709Z [00:03:46.907]➜  go tool buildid -w $WORK/b2903/_pkg_.a # internal
2025-08-20T23:05:01.6261318Z [00:03:46.909]➜  cp $WORK/b2903/_pkg_.a /root/.cache/go-build/82/822d0e09dc048ea82abf7c8f9ff9723e25fe19f729c62b29c3c8130e3a7cf22e-d # internal
2025-08-20T23:05:01.6271765Z [00:03:46.910]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate
2025-08-20T23:05:01.6272657Z [00:03:46.910]➜  mkdir -p $WORK/b2908/
2025-08-20T23:05:01.6286920Z [00:03:46.911]➜  cat >/tmp/go-build3700090427/b2908/importcfg << 'EOF' # internal
2025-08-20T23:05:01.6287672Z [00:03:46.911]➜  # import config
2025-08-20T23:05:01.6288666Z [00:03:46.911]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:01.6289617Z [00:03:46.911]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:01.6290386Z [00:03:46.911]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:01.6291520Z [00:03:46.911]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:01.6292666Z [00:03:46.911]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:01.6293445Z [00:03:46.911]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:01.6294431Z [00:03:46.911]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:01.6295236Z [00:03:46.911]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:01.6295810Z [00:03:46.911]➜  EOF
2025-08-20T23:05:01.6315216Z [00:03:46.912]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2908/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/oidcauthenticate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/oidcauthenticate;$WORK/b2908=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate -lang=go1.22 -complete -installsuffix shared -buildid 9GqlmplNYcA18MuIrkGH/9GqlmplNYcA18MuIrkGH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2908/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/oidcauthenticate/oidc_authenticate.go
2025-08-20T23:05:01.7088180Z [00:03:46.992]➜  go tool buildid -w $WORK/b2908/_pkg_.a # internal
2025-08-20T23:05:01.7108646Z [00:03:46.994]➜  cp $WORK/b2908/_pkg_.a /root/.cache/go-build/45/450bfe0d68ed32e8e56116deafd07c2414a447cacc13f6c40eaf73eec55cb3f8-d # internal
2025-08-20T23:05:01.7114695Z [00:03:46.995]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout
2025-08-20T23:05:01.7124698Z [00:03:46.995]➜  mkdir -p $WORK/b2909/
2025-08-20T23:05:01.7125556Z [00:03:46.996]➜  cat >/tmp/go-build3700090427/b2909/importcfg << 'EOF' # internal
2025-08-20T23:05:01.7126302Z [00:03:46.996]➜  # import config
2025-08-20T23:05:01.7126967Z [00:03:46.996]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:01.7127796Z [00:03:46.996]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:01.7128659Z [00:03:46.996]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:01.7130219Z [00:03:46.996]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:01.7131378Z [00:03:46.996]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:01.7132200Z [00:03:46.996]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:01.7133288Z [00:03:46.996]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:01.7134087Z [00:03:46.996]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:01.7134684Z [00:03:46.996]➜  EOF
2025-08-20T23:05:01.7140042Z [00:03:46.996]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2909/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/oidclogout=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/oidclogout;$WORK/b2909=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout -lang=go1.22 -complete -installsuffix shared -buildid uZyneOEfg_C0tgPnRutp/uZyneOEfg_C0tgPnRutp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2909/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/oidclogout/oidc_logout.go
2025-08-20T23:05:01.7972468Z [00:03:47.079]➜  go tool buildid -w $WORK/b2909/_pkg_.a # internal
2025-08-20T23:05:01.7974562Z [00:03:47.080]➜  cp $WORK/b2909/_pkg_.a /root/.cache/go-build/dc/dc636a2f369a9d887d446f5eb2b8a896ece7d85d0f9916862e16c61eeae69521-d # internal
2025-08-20T23:05:01.8007411Z [00:03:47.084]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication
2025-08-20T23:05:01.8008640Z [00:03:47.084]➜  mkdir -p $WORK/b2910/
2025-08-20T23:05:01.8009591Z [00:03:47.084]➜  cat >/tmp/go-build3700090427/b2910/importcfg << 'EOF' # internal
2025-08-20T23:05:01.8012576Z [00:03:47.084]➜  # import config
2025-08-20T23:05:01.8013250Z [00:03:47.084]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:01.8014077Z [00:03:47.084]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:01.8014876Z [00:03:47.084]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:01.8016267Z [00:03:47.084]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:01.8017381Z [00:03:47.084]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:01.8018147Z [00:03:47.084]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:01.8019004Z [00:03:47.084]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:01.8019872Z [00:03:47.084]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:01.8020394Z [00:03:47.084]➜  EOF
2025-08-20T23:05:01.8024705Z [00:03:47.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2910/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/oidcprepareauthentication=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/oidcprepareauthentication;$WORK/b2910=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication -lang=go1.22 -complete -installsuffix shared -buildid PgSLyY3hKQ7R5zAUV1tp/PgSLyY3hKQ7R5zAUV1tp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2910/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/oidcprepareauthentication/oidc_prepare_authentication.go
2025-08-20T23:05:01.8849629Z [00:03:47.168]➜  go tool buildid -w $WORK/b2910/_pkg_.a # internal
2025-08-20T23:05:01.8864724Z [00:03:47.170]➜  cp $WORK/b2910/_pkg_.a /root/.cache/go-build/c4/c4c2dafc749ec9a96701776c5f02492d2f7b5a368153ec5b6b22129da6e13d95-d # internal
2025-08-20T23:05:01.8884025Z [00:03:47.171]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout
2025-08-20T23:05:01.8887500Z [00:03:47.172]➜  mkdir -p $WORK/b2919/
2025-08-20T23:05:01.8899776Z [00:03:47.172]➜  cat >/tmp/go-build3700090427/b2919/importcfg << 'EOF' # internal
2025-08-20T23:05:01.8900467Z [00:03:47.172]➜  # import config
2025-08-20T23:05:01.8901168Z [00:03:47.172]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:01.8902013Z [00:03:47.172]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:01.8902848Z [00:03:47.172]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:01.8903933Z [00:03:47.172]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:01.8904728Z [00:03:47.172]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:01.8905846Z [00:03:47.172]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:01.8906793Z [00:03:47.172]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:01.8907460Z [00:03:47.172]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:01.8908134Z [00:03:47.172]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:01.8908816Z [00:03:47.172]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:01.8940669Z [00:03:47.172]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:01.8941497Z [00:03:47.172]➜  EOF
2025-08-20T23:05:01.8947011Z [00:03:47.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2919/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlcompletelogout=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlcompletelogout;$WORK/b2919=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout -lang=go1.22 -complete -installsuffix shared -buildid SxufLLnTzHR3q-2xdUrg/SxufLLnTzHR3q-2xdUrg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2919/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlcompletelogout/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlcompletelogout/saml_complete_logout.go
2025-08-20T23:05:02.0188715Z [00:03:47.302]➜  go tool buildid -w $WORK/b2919/_pkg_.a # internal
2025-08-20T23:05:02.0207217Z [00:03:47.304]➜  cp $WORK/b2919/_pkg_.a /root/.cache/go-build/24/24512ab63fb651f8bdf8a01fb3a0ec88e36daf8a07a12537588e3ddd219159d4-d # internal
2025-08-20T23:05:02.0226368Z [00:03:47.306]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings
2025-08-20T23:05:02.0229624Z [00:03:47.306]➜  mkdir -p $WORK/b2927/
2025-08-20T23:05:02.0238047Z [00:03:47.307]➜  cat >/tmp/go-build3700090427/b2927/importcfg << 'EOF' # internal
2025-08-20T23:05:02.0246359Z [00:03:47.307]➜  # import config
2025-08-20T23:05:02.0247039Z [00:03:47.307]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:02.0247854Z [00:03:47.307]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:02.0248661Z [00:03:47.307]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:02.0250030Z [00:03:47.307]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:02.0251027Z [00:03:47.307]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:02.0251684Z [00:03:47.307]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:02.0255527Z [00:03:47.307]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:02.0256401Z [00:03:47.307]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.0256998Z [00:03:47.307]➜  EOF
2025-08-20T23:05:02.0261497Z [00:03:47.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2927/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updatesettings=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updatesettings;$WORK/b2927=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings -lang=go1.22 -complete -installsuffix shared -buildid 6px3RAXbHoBeomJVZ85O/6px3RAXbHoBeomJVZ85O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2927/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updatesettings/update_settings.go
2025-08-20T23:05:02.1293302Z [00:03:47.412]➜  go tool buildid -w $WORK/b2927/_pkg_.a # internal
2025-08-20T23:05:02.1296665Z [00:03:47.412]➜  cp $WORK/b2927/_pkg_.a /root/.cache/go-build/cf/cf8a474df25f4f5fc28157885f7c55f29ca8f9fb6ec7583d6dacfe3742ac0a0e-d # internal
2025-08-20T23:05:02.1307065Z [00:03:47.414]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_
2025-08-20T23:05:02.1307878Z [00:03:47.414]➜  mkdir -p $WORK/b2932/
2025-08-20T23:05:02.1313621Z [00:03:47.415]➜  cat >/tmp/go-build3700090427/b2932/importcfg << 'EOF' # internal
2025-08-20T23:05:02.1316006Z [00:03:47.415]➜  # import config
2025-08-20T23:05:02.1317193Z [00:03:47.415]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.1317961Z [00:03:47.415]➜  EOF
2025-08-20T23:05:02.1334289Z [00:03:47.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2932/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/type_=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/type_;$WORK/b2932=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_ -lang=go1.22 -complete -installsuffix shared -buildid eNiT-UIwhjST4adzpt0D/eNiT-UIwhjST4adzpt0D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2932/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/type_/type_.go
2025-08-20T23:05:02.1686915Z [00:03:47.452]➜  go tool buildid -w $WORK/b2932/_pkg_.a # internal
2025-08-20T23:05:02.1695666Z [00:03:47.453]➜  cp $WORK/b2932/_pkg_.a /root/.cache/go-build/55/55bc82d1ce38d066d4dddcf11f9a332faf34dc640f098bcf557428f5560b58dd-d # internal
2025-08-20T23:05:02.1701816Z [00:03:47.453]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort
2025-08-20T23:05:02.1702766Z [00:03:47.453]➜  mkdir -p $WORK/b2949/
2025-08-20T23:05:02.1710452Z [00:03:47.454]➜  cat >/tmp/go-build3700090427/b2949/importcfg << 'EOF' # internal
2025-08-20T23:05:02.1711356Z [00:03:47.454]➜  # import config
2025-08-20T23:05:02.1712031Z [00:03:47.454]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.1712659Z [00:03:47.454]➜  EOF
2025-08-20T23:05:02.1717319Z [00:03:47.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2949/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/snapshotsort=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/snapshotsort;$WORK/b2949=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort -lang=go1.22 -complete -installsuffix shared -buildid 7rS8k_-m4Xi1O-_6iKL5/7rS8k_-m4Xi1O-_6iKL5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2949/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/snapshotsort/snapshotsort.go
2025-08-20T23:05:02.2494556Z [00:03:47.532]➜  go tool buildid -w $WORK/b2949/_pkg_.a # internal
2025-08-20T23:05:02.2504873Z [00:03:47.532]➜  cp $WORK/b2949/_pkg_.a /root/.cache/go-build/6e/6e871e020ecd950b378ba8b623a18964ab44187668a9596cea28f6b6adb9e8fa-d # internal
2025-08-20T23:05:02.2506311Z [00:03:47.533]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat
2025-08-20T23:05:02.2507099Z [00:03:47.533]➜  mkdir -p $WORK/b2960/
2025-08-20T23:05:02.2507822Z [00:03:47.533]➜  cat >/tmp/go-build3700090427/b2960/importcfg << 'EOF' # internal
2025-08-20T23:05:02.2508493Z [00:03:47.533]➜  # import config
2025-08-20T23:05:02.2509113Z [00:03:47.533]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.2510079Z [00:03:47.533]➜  EOF
2025-08-20T23:05:02.2518173Z [00:03:47.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2960/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sqlformat=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sqlformat;$WORK/b2960=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat -lang=go1.22 -complete -installsuffix shared -buildid cyoh7HBTAc6P2OWWa9_J/cyoh7HBTAc6P2OWWa9_J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2960/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/sqlformat/sqlformat.go
2025-08-20T23:05:02.3216363Z [00:03:47.605]➜  go tool buildid -w $WORK/b2960/_pkg_.a # internal
2025-08-20T23:05:02.3224790Z [00:03:47.605]➜  cp $WORK/b2960/_pkg_.a /root/.cache/go-build/46/4682d6ed85494cb933f8b060de7a88b3570e9a53bce2548c07ae910bf146a8e4-d # internal
2025-08-20T23:05:02.3231104Z [00:03:47.606]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby
2025-08-20T23:05:02.3231900Z [00:03:47.606]➜  mkdir -p $WORK/b2973/
2025-08-20T23:05:02.3232630Z [00:03:47.606]➜  cat >/tmp/go-build3700090427/b2973/importcfg << 'EOF' # internal
2025-08-20T23:05:02.3233325Z [00:03:47.606]➜  # import config
2025-08-20T23:05:02.3234018Z [00:03:47.606]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.3234650Z [00:03:47.606]➜  EOF
2025-08-20T23:05:02.3238560Z [00:03:47.606]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2973/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/groupby=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/groupby;$WORK/b2973=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby -lang=go1.22 -complete -installsuffix shared -buildid eoiRZN6-2a6-b7-p5hyP/eoiRZN6-2a6-b7-p5hyP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2973/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/groupby/groupby.go
2025-08-20T23:05:02.3716783Z [00:03:47.655]➜  go tool buildid -w $WORK/b2973/_pkg_.a # internal
2025-08-20T23:05:02.3724961Z [00:03:47.655]➜  cp $WORK/b2973/_pkg_.a /root/.cache/go-build/5a/5a4480734e9486b9e0dba3beacfb0959aeb92d21d36970b76ed7ddc370e2202c-d # internal
2025-08-20T23:05:02.3728356Z [00:03:47.656]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure
2025-08-20T23:05:02.3729225Z [00:03:47.656]➜  mkdir -p $WORK/b2974/
2025-08-20T23:05:02.3733820Z [00:03:47.656]➜  cat >/tmp/go-build3700090427/b2974/importcfg << 'EOF' # internal
2025-08-20T23:05:02.3734547Z [00:03:47.656]➜  # import config
2025-08-20T23:05:02.3735229Z [00:03:47.656]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:02.3736015Z [00:03:47.656]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:02.3736785Z [00:03:47.656]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:02.3737977Z [00:03:47.656]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:02.3739072Z [00:03:47.656]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:02.3740226Z [00:03:47.656]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:02.3741069Z [00:03:47.656]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:02.3741844Z [00:03:47.656]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.3742438Z [00:03:47.656]➜  EOF
2025-08-20T23:05:02.3778558Z [00:03:47.660]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2974/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/findfieldstructure=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/findfieldstructure;$WORK/b2974=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure -lang=go1.22 -complete -installsuffix shared -buildid mngkHjEpOIoEfga_tx2a/mngkHjEpOIoEfga_tx2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2974/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/findfieldstructure/find_field_structure.go
2025-08-20T23:05:02.5077762Z [00:03:47.791]➜  go tool buildid -w $WORK/b2974/_pkg_.a # internal
2025-08-20T23:05:02.5089972Z [00:03:47.792]➜  cp $WORK/b2974/_pkg_.a /root/.cache/go-build/53/5371422a7a8c65ddb65d316a9f25d1fe78bdae47c6f053f8f32dd66ff11daf88-d # internal
2025-08-20T23:05:02.5092937Z [00:03:47.792]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure
2025-08-20T23:05:02.5100517Z [00:03:47.792]➜  mkdir -p $WORK/b2975/
2025-08-20T23:05:02.5101328Z [00:03:47.793]➜  cat >/tmp/go-build3700090427/b2975/importcfg << 'EOF' # internal
2025-08-20T23:05:02.5102007Z [00:03:47.793]➜  # import config
2025-08-20T23:05:02.5102647Z [00:03:47.793]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:02.5103349Z [00:03:47.793]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:02.5104006Z [00:03:47.793]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:02.5105033Z [00:03:47.793]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:02.5105975Z [00:03:47.793]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:02.5106642Z [00:03:47.793]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:02.5107323Z [00:03:47.793]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:02.5108131Z [00:03:47.793]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.5108625Z [00:03:47.793]➜  EOF
2025-08-20T23:05:02.5116836Z [00:03:47.793]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2975/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/findmessagestructure=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/findmessagestructure;$WORK/b2975=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure -lang=go1.22 -complete -installsuffix shared -buildid APJsrjPHQ6FbWfaIt-ap/APJsrjPHQ6FbWfaIt-ap -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2975/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/findmessagestructure/find_message_structure.go
2025-08-20T23:05:02.6294123Z [00:03:47.913]➜  go tool buildid -w $WORK/b2975/_pkg_.a # internal
2025-08-20T23:05:02.6307881Z [00:03:47.914]➜  cp $WORK/b2975/_pkg_.a /root/.cache/go-build/b0/b0a7bbb062a1b1ca57ace78e30280d81cbf6e813d8a5a9549b390664688d12ca-d # internal
2025-08-20T23:05:02.6333651Z [00:03:47.916]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats
2025-08-20T23:05:02.6336129Z [00:03:47.916]➜  mkdir -p $WORK/b2979/
2025-08-20T23:05:02.6341598Z [00:03:47.917]➜  cat >/tmp/go-build3700090427/b2979/importcfg << 'EOF' # internal
2025-08-20T23:05:02.6342357Z [00:03:47.917]➜  # import config
2025-08-20T23:05:02.6343345Z [00:03:47.917]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:02.6345670Z [00:03:47.917]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:02.6346565Z [00:03:47.917]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:02.6347830Z [00:03:47.917]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:02.6349059Z [00:03:47.917]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:02.6350089Z [00:03:47.917]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:02.6350947Z [00:03:47.917]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:02.6351764Z [00:03:47.917]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.6352392Z [00:03:47.917]➜  EOF
2025-08-20T23:05:02.6357062Z [00:03:47.917]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2979/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/getnodestats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/getnodestats;$WORK/b2979=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats -lang=go1.22 -complete -installsuffix shared -buildid ys5tdDe7AZuTsdssPh0p/ys5tdDe7AZuTsdssPh0p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2979/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/getnodestats/get_node_stats.go
2025-08-20T23:05:02.7155870Z [00:03:47.999]➜  go tool buildid -w $WORK/b2979/_pkg_.a # internal
2025-08-20T23:05:02.7170018Z [00:03:48.000]➜  cp $WORK/b2979/_pkg_.a /root/.cache/go-build/41/41dc1f0bdaf4c0e846bc079ef3720cc47059853477829f0b87cf923dbdae9710-d # internal
2025-08-20T23:05:02.7197426Z [00:03:48.003]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode
2025-08-20T23:05:02.7200689Z [00:03:48.003]➜  mkdir -p $WORK/b2995/
2025-08-20T23:05:02.7208980Z [00:03:48.003]➜  cat >/tmp/go-build3700090427/b2995/importcfg << 'EOF' # internal
2025-08-20T23:05:02.7209952Z [00:03:48.003]➜  # import config
2025-08-20T23:05:02.7210619Z [00:03:48.003]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.7211232Z [00:03:48.003]➜  EOF
2025-08-20T23:05:02.7216561Z [00:03:48.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2995/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/actionexecutionmode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/actionexecutionmode;$WORK/b2995=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode -lang=go1.22 -complete -installsuffix shared -buildid vz0mhg2GlO_CbFjUPPiU/vz0mhg2GlO_CbFjUPPiU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2995/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/actionexecutionmode/actionexecutionmode.go
2025-08-20T23:05:02.7507099Z [00:03:48.034]➜  go tool buildid -w $WORK/b2995/_pkg_.a # internal
2025-08-20T23:05:02.7517987Z [00:03:48.035]➜  cp $WORK/b2995/_pkg_.a /root/.cache/go-build/85/855f681a92bd69c3cf0baabc70a2fc05bfb42005467703eeef9608486b70f469-d # internal
2025-08-20T23:05:02.7519652Z [00:03:48.035]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings
2025-08-20T23:05:02.7522528Z [00:03:48.035]➜  mkdir -p $WORK/b2996/
2025-08-20T23:05:02.7528091Z [00:03:48.036]➜  cat >/tmp/go-build3700090427/b2996/importcfg << 'EOF' # internal
2025-08-20T23:05:02.7529099Z [00:03:48.036]➜  # import config
2025-08-20T23:05:02.7530290Z [00:03:48.036]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:02.7531303Z [00:03:48.036]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:02.7534367Z [00:03:48.036]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:02.7535582Z [00:03:48.036]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:02.7536716Z [00:03:48.036]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:02.7537543Z [00:03:48.036]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:02.7538411Z [00:03:48.036]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:02.7539263Z [00:03:48.036]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.7540024Z [00:03:48.036]➜  EOF
2025-08-20T23:05:02.7548943Z [00:03:48.038]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2996/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/getsettings;$WORK/b2996=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings -lang=go1.22 -complete -installsuffix shared -buildid fdHOnm4RQ_IkAZapUJ9-/fdHOnm4RQ_IkAZapUJ9- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2996/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/getsettings/get_settings.go
2025-08-20T23:05:02.8122687Z [00:03:48.090]➜  go tool buildid -w $WORK/b2996/_pkg_.a # internal
2025-08-20T23:05:02.8124368Z [00:03:48.091]➜  cp $WORK/b2996/_pkg_.a /root/.cache/go-build/78/78f64a3fbdc9c47f9b0f28bc2bdd20572d2ad6a95140aadb1ef42c00b9977cbb-d # internal
2025-08-20T23:05:02.8125748Z [00:03:48.091]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings
2025-08-20T23:05:02.8126506Z [00:03:48.092]➜  mkdir -p $WORK/b3003/
2025-08-20T23:05:02.8127215Z [00:03:48.092]➜  cat >/tmp/go-build3700090427/b3003/importcfg << 'EOF' # internal
2025-08-20T23:05:02.8127877Z [00:03:48.092]➜  # import config
2025-08-20T23:05:02.8128534Z [00:03:48.092]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:02.8129683Z [00:03:48.092]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:02.8130543Z [00:03:48.092]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:02.8131734Z [00:03:48.092]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:02.8132858Z [00:03:48.092]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:02.8133666Z [00:03:48.092]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:02.8134706Z [00:03:48.092]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:02.8135495Z [00:03:48.092]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.8136086Z [00:03:48.092]➜  EOF
2025-08-20T23:05:02.8141789Z [00:03:48.092]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3003/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/updatesettings=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/updatesettings;$WORK/b3003=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings -lang=go1.22 -complete -installsuffix shared -buildid quOVJe9nbqfuRyv3DSRv/quOVJe9nbqfuRyv3DSRv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3003/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/updatesettings/update_settings.go
2025-08-20T23:05:02.8952595Z [00:03:48.178]➜  go tool buildid -w $WORK/b3003/_pkg_.a # internal
2025-08-20T23:05:02.8967890Z [00:03:48.180]➜  cp $WORK/b3003/_pkg_.a /root/.cache/go-build/78/78ff7f2c3c66dc566e575f7bd3682811117dea1bcb386225911d65d9f6524052-d # internal
2025-08-20T23:05:02.9011878Z [00:03:48.184]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory
2025-08-20T23:05:02.9014179Z [00:03:48.184]➜  mkdir -p $WORK/b3005/
2025-08-20T23:05:02.9014935Z [00:03:48.184]➜  cat >/tmp/go-build3700090427/b3005/importcfg << 'EOF' # internal
2025-08-20T23:05:02.9015608Z [00:03:48.184]➜  # import config
2025-08-20T23:05:02.9016276Z [00:03:48.184]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.9016909Z [00:03:48.184]➜  EOF
2025-08-20T23:05:02.9021978Z [00:03:48.184]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3005/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/xpackcategory=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/xpackcategory;$WORK/b3005=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory -lang=go1.22 -complete -installsuffix shared -buildid 60ZH2rx3j7yOjlpYystj/60ZH2rx3j7yOjlpYystj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3005/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/types/enums/xpackcategory/xpackcategory.go
2025-08-20T23:05:02.9327097Z [00:03:48.216]➜  go tool buildid -w $WORK/b3005/_pkg_.a # internal
2025-08-20T23:05:02.9337539Z [00:03:48.217]➜  cp $WORK/b3005/_pkg_.a /root/.cache/go-build/fa/fa66e650190618a95c5cb77c164b9edf85e4df42b7c62a35cc4ef7d92e546e31-d # internal
2025-08-20T23:05:02.9342221Z [00:03:48.217]➜  github.com/k0kubun/go-ansi
2025-08-20T23:05:02.9351830Z [00:03:48.218]➜  mkdir -p $WORK/b3008/
2025-08-20T23:05:02.9359271Z [00:03:48.219]➜  cat >/tmp/go-build3700090427/b3008/importcfg << 'EOF' # internal
2025-08-20T23:05:02.9361545Z [00:03:48.219]➜  # import config
2025-08-20T23:05:02.9362204Z [00:03:48.219]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:02.9363167Z [00:03:48.219]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:02.9363970Z [00:03:48.219]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:02.9364551Z [00:03:48.219]➜  EOF
2025-08-20T23:05:02.9370461Z [00:03:48.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3008/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/k0kubun/go-ansi@v0.0.0-20180517002512-3bf9e2903213=>github.com/k0kubun/go-ansi@v0.0.0-20180517002512-3bf9e2903213;$WORK/b3008=>" -p github.com/k0kubun/go-ansi -lang=go1.16 -complete -installsuffix shared -buildid cMV6O4DfeB91Hg_DTjLz/cMV6O4DfeB91Hg_DTjLz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3008/importcfg -pack /root/go/pkg/mod/github.com/k0kubun/go-ansi@v0.0.0-20180517002512-3bf9e2903213/cursor.go /root/go/pkg/mod/github.com/k0kubun/go-ansi@v0.0.0-20180517002512-3bf9e2903213/display.go /root/go/pkg/mod/github.com/k0kubun/go-ansi@v0.0.0-20180517002512-3bf9e2903213/output.go /root/go/pkg/mod/github.com/k0kubun/go-ansi@v0.0.0-20180517002512-3bf9e2903213/print.go
2025-08-20T23:05:02.9839825Z [00:03:48.267]➜  go tool buildid -w $WORK/b3008/_pkg_.a # internal
2025-08-20T23:05:02.9850074Z [00:03:48.268]➜  cp $WORK/b3008/_pkg_.a /root/.cache/go-build/5a/5a26400fb4c56fc62420064a1f8e60ed8a05a81611551f353a09bbcace1d6429-d # internal
2025-08-20T23:05:02.9852155Z [00:03:48.268]➜  github.com/mitchellh/colorstring
2025-08-20T23:05:02.9853129Z [00:03:48.269]➜  mkdir -p $WORK/b3010/
2025-08-20T23:05:02.9860072Z [00:03:48.269]➜  cat >/tmp/go-build3700090427/b3010/importcfg << 'EOF' # internal
2025-08-20T23:05:02.9861674Z [00:03:48.269]➜  # import config
2025-08-20T23:05:02.9863497Z [00:03:48.269]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:02.9864482Z [00:03:48.269]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:02.9865324Z [00:03:48.269]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:02.9866145Z [00:03:48.269]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:02.9866975Z [00:03:48.269]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:02.9867602Z [00:03:48.269]➜  EOF
2025-08-20T23:05:02.9871949Z [00:03:48.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3010/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/colorstring@v0.0.0-20190213212951-d06e56a500db=>github.com/mitchellh/colorstring@v0.0.0-20190213212951-d06e56a500db;$WORK/b3010=>" -p github.com/mitchellh/colorstring -lang=go1.16 -complete -installsuffix shared -buildid KauHUK9aUrCbLCc269HA/KauHUK9aUrCbLCc269HA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3010/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/colorstring@v0.0.0-20190213212951-d06e56a500db/colorstring.go
2025-08-20T23:05:03.0366395Z [00:03:48.320]➜  go tool buildid -w $WORK/b3010/_pkg_.a # internal
2025-08-20T23:05:03.0375511Z [00:03:48.321]➜  cp $WORK/b3010/_pkg_.a /root/.cache/go-build/dc/dc60656dd85c463d95872558c5d431785fd15badeb74813e0c1e68ad60d7ddcf-d # internal
2025-08-20T23:05:03.0380271Z [00:03:48.321]➜  golang.org/x/term
2025-08-20T23:05:03.0381949Z [00:03:48.321]➜  mkdir -p $WORK/b3011/
2025-08-20T23:05:03.0386853Z [00:03:48.322]➜  cat >/tmp/go-build3700090427/b3011/importcfg << 'EOF' # internal
2025-08-20T23:05:03.0389170Z [00:03:48.322]➜  # import config
2025-08-20T23:05:03.0390813Z [00:03:48.322]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:03.0391458Z [00:03:48.322]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:03.0392322Z [00:03:48.322]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:05:03.0393171Z [00:03:48.322]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:03.0393933Z [00:03:48.322]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:03.0394935Z [00:03:48.322]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:03.0395725Z [00:03:48.322]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:03.0396581Z [00:03:48.322]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:03.0397268Z [00:03:48.322]➜  EOF
2025-08-20T23:05:03.0401546Z [00:03:48.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3011/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.33.0=>golang.org/x/term@v0.33.0;$WORK/b3011=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid izlTkvMfU3WhO81Bxzce/izlTkvMfU3WhO81Bxzce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3011/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.33.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.33.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.33.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.33.0/terminal.go
2025-08-20T23:05:03.2327951Z [00:03:48.516]➜  go tool buildid -w $WORK/b3011/_pkg_.a # internal
2025-08-20T23:05:03.2351268Z [00:03:48.518]➜  cp $WORK/b3011/_pkg_.a /root/.cache/go-build/dd/dda30cd1d0e670e4614de9275fc0507b2485fafedc94363aec237f4e9a7a8cec-d # internal
2025-08-20T23:05:03.2375150Z [00:03:48.521]➜  github.com/schollz/progressbar/v3
2025-08-20T23:05:03.2377760Z [00:03:48.521]➜  mkdir -p $WORK/b3009/
2025-08-20T23:05:03.2383046Z [00:03:48.521]➜  cat >/tmp/go-build3700090427/b3009/importcfg << 'EOF' # internal
2025-08-20T23:05:03.2384227Z [00:03:48.521]➜  # import config
2025-08-20T23:05:03.2385468Z [00:03:48.521]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:03.2386627Z [00:03:48.521]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:03.2388758Z [00:03:48.521]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:03.2390147Z [00:03:48.521]➜  packagefile github.com/mitchellh/colorstring=/tmp/go-build3700090427/b3010/_pkg_.a
2025-08-20T23:05:03.2391324Z [00:03:48.521]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3700090427/b219/_pkg_.a
2025-08-20T23:05:03.2392358Z [00:03:48.521]➜  packagefile golang.org/x/term=/tmp/go-build3700090427/b3011/_pkg_.a
2025-08-20T23:05:03.2393274Z [00:03:48.521]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:03.2394086Z [00:03:48.521]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:03.2394881Z [00:03:48.521]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:03.2395694Z [00:03:48.521]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:03.2396537Z [00:03:48.521]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:03.2397350Z [00:03:48.521]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:03.2398108Z [00:03:48.522]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:03.2398694Z [00:03:48.522]➜  EOF
2025-08-20T23:05:03.2418371Z [00:03:48.525]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3009/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/schollz/progressbar/v3@v3.17.1=>github.com/schollz/progressbar/v3@v3.17.1;$WORK/b3009=>" -p github.com/schollz/progressbar/v3 -lang=go1.22 -complete -installsuffix shared -buildid h2qJdO4uMW4eMJyd4SdS/h2qJdO4uMW4eMJyd4SdS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3009/importcfg -pack /root/go/pkg/mod/github.com/schollz/progressbar/v3@v3.17.1/progressbar.go /root/go/pkg/mod/github.com/schollz/progressbar/v3@v3.17.1/spinners.go
2025-08-20T23:05:03.7126612Z [00:03:48.996]➜  go tool buildid -w $WORK/b3009/_pkg_.a # internal
2025-08-20T23:05:03.7219918Z [00:03:49.005]➜  cp $WORK/b3009/_pkg_.a /root/.cache/go-build/0c/0cd404d21a97c2218ec5e3cc6314ba876ef39755c3c9c72be09c43dc46ebc58e-d # internal
2025-08-20T23:05:03.7310063Z [00:03:49.014]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/github_experimental
2025-08-20T23:05:03.7318616Z [00:03:49.014]➜  mkdir -p $WORK/b3007/
2025-08-20T23:05:03.7319498Z [00:03:49.015]➜  cat >/tmp/go-build3700090427/b3007/importcfg << 'EOF' # internal
2025-08-20T23:05:03.7320139Z [00:03:49.015]➜  # import config
2025-08-20T23:05:03.7320720Z [00:03:49.015]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:03.7321485Z [00:03:49.015]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:03.7322222Z [00:03:49.015]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:03.7323012Z [00:03:49.015]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:05:03.7323999Z [00:03:49.015]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build3700090427/b283/_pkg_.a
2025-08-20T23:05:03.7325015Z [00:03:49.015]➜  packagefile github.com/k0kubun/go-ansi=/tmp/go-build3700090427/b3008/_pkg_.a
2025-08-20T23:05:03.7326232Z [00:03:49.015]➜  packagefile github.com/schollz/progressbar/v3=/tmp/go-build3700090427/b3009/_pkg_.a
2025-08-20T23:05:03.7327427Z [00:03:49.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:05:03.7328770Z [00:03:49.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:03.7330432Z [00:03:49.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build3700090427/b2245/_pkg_.a
2025-08-20T23:05:03.7331845Z [00:03:49.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:05:03.7333255Z [00:03:49.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:05:03.7334748Z [00:03:49.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build3700090427/b1978/_pkg_.a
2025-08-20T23:05:03.7336100Z [00:03:49.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:05:03.7337450Z [00:03:49.015]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build3700090427/b2159/_pkg_.a
2025-08-20T23:05:03.7338569Z [00:03:49.015]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:05:03.7350364Z [00:03:49.015]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:05:03.7351661Z [00:03:49.015]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:05:03.7352629Z [00:03:49.015]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:03.7353376Z [00:03:49.015]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:03.7354118Z [00:03:49.015]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:03.7354861Z [00:03:49.015]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:05:03.7355611Z [00:03:49.015]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:03.7356274Z [00:03:49.015]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:03.7357167Z [00:03:49.015]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:03.7357657Z [00:03:49.015]➜  EOF
2025-08-20T23:05:03.7362081Z [00:03:49.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3007/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github_experimental=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/github_experimental;$WORK/b3007=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/github_experimental -lang=go1.24 -complete -installsuffix shared -buildid SoSCCzNulOEIYwERl3Xq/SoSCCzNulOEIYwERl3Xq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3007/importcfg -pack ./pkg/sources/github_experimental/github_experimental.go ./pkg/sources/github_experimental/object_discovery.go ./pkg/sources/github_experimental/repo.go
2025-08-20T23:05:04.2288166Z [00:03:49.512]➜  go tool buildid -w $WORK/b3007/_pkg_.a # internal
2025-08-20T23:05:04.2494692Z [00:03:49.532]➜  cp $WORK/b3007/_pkg_.a /root/.cache/go-build/0f/0fed2d1a97eb7e716fbfdbb3d9f7f13d0e889c696e79b2b2f1f9c93d530f0f74-d # internal
2025-08-20T23:05:04.2502250Z [00:03:49.533]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/huggingface
2025-08-20T23:05:04.2505194Z [00:03:49.533]➜  mkdir -p $WORK/b3012/
2025-08-20T23:05:04.2511768Z [00:03:49.534]➜  cat >/tmp/go-build3700090427/b3012/importcfg << 'EOF' # internal
2025-08-20T23:05:04.2521359Z [00:03:49.534]➜  # import config
2025-08-20T23:05:04.2522108Z [00:03:49.534]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:04.2522978Z [00:03:49.534]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:04.2523782Z [00:03:49.534]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:04.2524860Z [00:03:49.534]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build3700090427/b2160/_pkg_.a
2025-08-20T23:05:04.2525902Z [00:03:49.534]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:05:04.2526919Z [00:03:49.534]➜  packagefile github.com/gobwas/glob=/tmp/go-build3700090427/b795/_pkg_.a
2025-08-20T23:05:04.2528281Z [00:03:49.534]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache=/tmp/go-build3700090427/b2158/_pkg_.a
2025-08-20T23:05:04.2529965Z [00:03:49.534]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:05:04.2531479Z [00:03:49.534]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:05:04.2532947Z [00:03:49.534]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:04.2534548Z [00:03:49.534]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build3700090427/b2245/_pkg_.a
2025-08-20T23:05:04.2535993Z [00:03:49.534]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:05:04.2537517Z [00:03:49.534]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:05:04.2540340Z [00:03:49.534]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build3700090427/b1978/_pkg_.a
2025-08-20T23:05:04.2541779Z [00:03:49.534]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:05:04.2543204Z [00:03:49.534]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build3700090427/b2159/_pkg_.a
2025-08-20T23:05:04.2544684Z [00:03:49.534]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:05:04.2545839Z [00:03:49.534]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:05:04.2547012Z [00:03:49.534]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:05:04.2548247Z [00:03:49.534]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:04.2549044Z [00:03:49.534]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:04.2549992Z [00:03:49.534]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:04.2550774Z [00:03:49.534]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:04.2551554Z [00:03:49.534]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:04.2552350Z [00:03:49.534]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:05:04.2553128Z [00:03:49.534]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:04.2553672Z [00:03:49.534]➜  EOF
2025-08-20T23:05:04.2557963Z [00:03:49.537]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3012/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/huggingface;$WORK/b3012=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/huggingface -lang=go1.24 -complete -installsuffix shared -buildid McU7BFxWjLSVS5-G5EVv/McU7BFxWjLSVS5-G5EVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3012/importcfg -pack ./pkg/sources/huggingface/client.go ./pkg/sources/huggingface/huggingface.go ./pkg/sources/huggingface/repo.go
2025-08-20T23:05:04.7923983Z [00:03:50.076]➜  go tool buildid -w $WORK/b3012/_pkg_.a # internal
2025-08-20T23:05:04.7987768Z [00:03:50.082]➜  cp $WORK/b3012/_pkg_.a /root/.cache/go-build/d5/d5cfcd9a56f0d6cc81066869367bb7cc338e6bcb259964319bc195998d0be9c1-d # internal
2025-08-20T23:05:04.7993484Z [00:03:50.082]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/stdin
2025-08-20T23:05:04.7999128Z [00:03:50.083]➜  mkdir -p $WORK/b3013/
2025-08-20T23:05:04.8000194Z [00:03:50.083]➜  cat >/tmp/go-build3700090427/b3013/importcfg << 'EOF' # internal
2025-08-20T23:05:04.8001129Z [00:03:50.083]➜  # import config
2025-08-20T23:05:04.8001979Z [00:03:50.083]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:05:04.8003348Z [00:03:50.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:04.8005092Z [00:03:50.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build3700090427/b805/_pkg_.a
2025-08-20T23:05:04.8006736Z [00:03:50.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:05:04.8008388Z [00:03:50.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:05:04.8010509Z [00:03:50.083]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:05:04.8012142Z [00:03:50.083]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:05:04.8013278Z [00:03:50.083]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:04.8013917Z [00:03:50.083]➜  EOF
2025-08-20T23:05:04.8017552Z [00:03:50.083]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3013/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/stdin=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/stdin;$WORK/b3013=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/stdin -lang=go1.24 -complete -installsuffix shared -buildid be1TXUAdoBTrr3KnswvR/be1TXUAdoBTrr3KnswvR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3013/importcfg -pack ./pkg/sources/stdin/stdin.go
2025-08-20T23:05:04.8936268Z [00:03:50.177]➜  go tool buildid -w $WORK/b3013/_pkg_.a # internal
2025-08-20T23:05:04.8974577Z [00:03:50.180]➜  cp $WORK/b3013/_pkg_.a /root/.cache/go-build/1a/1a901c45c7740d5aeaf873a8c080c1190e39a5c08b2986e48c87b64eec4fcf34-d # internal
2025-08-20T23:05:04.8977202Z [00:03:50.181]➜  github.com/bill-rich/go-syslog/pkg/syslogparser
2025-08-20T23:05:04.8979201Z [00:03:50.181]➜  mkdir -p $WORK/b3016/
2025-08-20T23:05:04.8985108Z [00:03:50.182]➜  cat >/tmp/go-build3700090427/b3016/importcfg << 'EOF' # internal
2025-08-20T23:05:04.8986649Z [00:03:50.182]➜  # import config
2025-08-20T23:05:04.8988413Z [00:03:50.182]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:04.8989256Z [00:03:50.182]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:04.8990266Z [00:03:50.182]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:04.8991037Z [00:03:50.182]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:04.8991637Z [00:03:50.182]➜  EOF
2025-08-20T23:05:04.8996215Z [00:03:50.182]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3016/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bill-rich/go-syslog@v0.0.0-20220413021637-49edb52a574c/pkg/syslogparser=>github.com/bill-rich/go-syslog@v0.0.0-20220413021637-49edb52a574c/pkg/syslogparser;$WORK/b3016=>" -p github.com/bill-rich/go-syslog/pkg/syslogparser -lang=go1.18 -complete -installsuffix shared -buildid KmJpFAH0Zz0a5-zt_Yez/KmJpFAH0Zz0a5-zt_Yez -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3016/importcfg -pack /root/go/pkg/mod/github.com/bill-rich/go-syslog@v0.0.0-20220413021637-49edb52a574c/pkg/syslogparser/syslogparser.go
2025-08-20T23:05:04.9257042Z [00:03:50.209]➜  go tool buildid -w $WORK/b3016/_pkg_.a # internal
2025-08-20T23:05:04.9278497Z [00:03:50.211]➜  cp $WORK/b3016/_pkg_.a /root/.cache/go-build/49/4969bc95852fc724ab5651c2fef0e7c1cb8cb52a615090b80bd222dac6b5bcb8-d # internal
2025-08-20T23:05:04.9282675Z [00:03:50.211]➜  github.com/bill-rich/go-syslog/pkg/syslogparser/rfc3164
2025-08-20T23:05:04.9285121Z [00:03:50.212]➜  mkdir -p $WORK/b3015/
2025-08-20T23:05:04.9293171Z [00:03:50.212]➜  cat >/tmp/go-build3700090427/b3015/importcfg << 'EOF' # internal
2025-08-20T23:05:04.9293893Z [00:03:50.212]➜  # import config
2025-08-20T23:05:04.9295164Z [00:03:50.212]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:04.9296282Z [00:03:50.212]➜  packagefile github.com/bill-rich/go-syslog/pkg/syslogparser=/tmp/go-build3700090427/b3016/_pkg_.a
2025-08-20T23:05:04.9297305Z [00:03:50.212]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:04.9298218Z [00:03:50.213]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:04.9298861Z [00:03:50.213]➜  EOF
2025-08-20T23:05:04.9304201Z [00:03:50.213]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3015/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bill-rich/go-syslog@v0.0.0-20220413021637-49edb52a574c/pkg/syslogparser/rfc3164=>github.com/bill-rich/go-syslog@v0.0.0-20220413021637-49edb52a574c/pkg/syslogparser/rfc3164;$WORK/b3015=>" -p github.com/bill-rich/go-syslog/pkg/syslogparser/rfc3164 -lang=go1.18 -complete -installsuffix shared -buildid 6buZxDjT6pDLIUxB7wTd/6buZxDjT6pDLIUxB7wTd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3015/importcfg -pack /root/go/pkg/mod/github.com/bill-rich/go-syslog@v0.0.0-20220413021637-49edb52a574c/pkg/syslogparser/rfc3164/rfc3164.go
2025-08-20T23:05:04.9798349Z [00:03:50.263]➜  go tool buildid -w $WORK/b3015/_pkg_.a # internal
2025-08-20T23:05:04.9821707Z [00:03:50.264]➜  cp $WORK/b3015/_pkg_.a /root/.cache/go-build/07/07cf00dbca0ae31dde04d82586ee63f47bdbae4e9dc43d8ec00c12ef15584f0d-d # internal
2025-08-20T23:05:04.9822883Z [00:03:50.264]➜  github.com/crewjam/rfc5424
2025-08-20T23:05:04.9832852Z [00:03:50.265]➜  mkdir -p $WORK/b3017/
2025-08-20T23:05:04.9833732Z [00:03:50.265]➜  cat >/tmp/go-build3700090427/b3017/importcfg << 'EOF' # internal
2025-08-20T23:05:04.9834445Z [00:03:50.265]➜  # import config
2025-08-20T23:05:04.9835109Z [00:03:50.265]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:04.9835973Z [00:03:50.265]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:04.9836808Z [00:03:50.265]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:04.9837686Z [00:03:50.265]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:05:04.9838837Z [00:03:50.265]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:04.9839930Z [00:03:50.265]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:04.9840808Z [00:03:50.265]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:04.9841728Z [00:03:50.265]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:04.9842383Z [00:03:50.265]➜  EOF
2025-08-20T23:05:04.9847439Z [00:03:50.265]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3017/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/crewjam/rfc5424@v0.1.0=>github.com/crewjam/rfc5424@v0.1.0;$WORK/b3017=>" -p github.com/crewjam/rfc5424 -lang=go1.13 -complete -installsuffix shared -buildid _TyysLlvHyYP8D8umjOY/_TyysLlvHyYP8D8umjOY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3017/importcfg -pack /root/go/pkg/mod/github.com/crewjam/rfc5424@v0.1.0/marshal.go /root/go/pkg/mod/github.com/crewjam/rfc5424@v0.1.0/message.go /root/go/pkg/mod/github.com/crewjam/rfc5424@v0.1.0/rfc5424.go /root/go/pkg/mod/github.com/crewjam/rfc5424@v0.1.0/stream.go /root/go/pkg/mod/github.com/crewjam/rfc5424@v0.1.0/unmarshal.go
2025-08-20T23:05:05.0538990Z [00:03:50.337]➜  go tool buildid -w $WORK/b3017/_pkg_.a # internal
2025-08-20T23:05:05.0576556Z [00:03:50.341]➜  cp $WORK/b3017/_pkg_.a /root/.cache/go-build/ca/cac97fca45faeb4f72a9f98994c800f43ba7d7b9a53aca63ca52fd84c64b73ad-d # internal
2025-08-20T23:05:05.0582746Z [00:03:50.341]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/syslog
2025-08-20T23:05:05.0583577Z [00:03:50.341]➜  mkdir -p $WORK/b3014/
2025-08-20T23:05:05.0589062Z [00:03:50.342]➜  cat >/tmp/go-build3700090427/b3014/importcfg << 'EOF' # internal
2025-08-20T23:05:05.0590154Z [00:03:50.342]➜  # import config
2025-08-20T23:05:05.0591009Z [00:03:50.342]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:05:05.0592554Z [00:03:50.342]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:05.0611582Z [00:03:50.342]➜  packagefile github.com/bill-rich/go-syslog/pkg/syslogparser/rfc3164=/tmp/go-build3700090427/b3015/_pkg_.a
2025-08-20T23:05:05.0613302Z [00:03:50.342]➜  packagefile github.com/crewjam/rfc5424=/tmp/go-build3700090427/b3017/_pkg_.a
2025-08-20T23:05:05.0615021Z [00:03:50.342]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:05:05.0616693Z [00:03:50.342]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:05:05.0618821Z [00:03:50.342]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:05.0621084Z [00:03:50.342]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:05:05.0622999Z [00:03:50.342]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:05:05.0625168Z [00:03:50.342]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:05:05.0627628Z [00:03:50.342]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3700090427/b546/_pkg_.a
2025-08-20T23:05:05.0628813Z [00:03:50.342]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:05:05.0631246Z [00:03:50.342]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:05:05.0632234Z [00:03:50.342]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:05.0632970Z [00:03:50.342]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:05:05.0633729Z [00:03:50.342]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:05.0634518Z [00:03:50.342]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:05.0635281Z [00:03:50.342]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:05.0636017Z [00:03:50.342]➜  EOF
2025-08-20T23:05:05.0639760Z [00:03:50.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3014/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/syslog=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/syslog;$WORK/b3014=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/syslog -lang=go1.24 -complete -installsuffix shared -buildid AJ6juNz3-bMRKoQ77WN2/AJ6juNz3-bMRKoQ77WN2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3014/importcfg -pack ./pkg/sources/syslog/syslog.go
2025-08-20T23:05:05.1766002Z [00:03:50.460]➜  go tool buildid -w $WORK/b2256/_pkg_.a # internal
2025-08-20T23:05:05.2210111Z [00:03:50.504]➜  go tool buildid -w $WORK/b3014/_pkg_.a # internal
2025-08-20T23:05:05.2224113Z [00:03:50.506]➜  cp $WORK/b3014/_pkg_.a /root/.cache/go-build/49/492f429cca4a52df053138a93cca84ecfa9919c2339286bb15cff53a716cc801-d # internal
2025-08-20T23:05:05.2244681Z [00:03:50.508]➜  github.com/shuheiktgw/go-travis
2025-08-20T23:05:05.2254479Z [00:03:50.509]➜  mkdir -p $WORK/b3019/
2025-08-20T23:05:05.2271593Z [00:03:50.510]➜  cat >/tmp/go-build3700090427/b3019/importcfg << 'EOF' # internal
2025-08-20T23:05:05.2272724Z [00:03:50.510]➜  # import config
2025-08-20T23:05:05.2273505Z [00:03:50.510]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:05.2275424Z [00:03:50.510]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:05.2276275Z [00:03:50.510]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:05.2277104Z [00:03:50.510]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:05.2278075Z [00:03:50.510]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3700090427/b284/_pkg_.a
2025-08-20T23:05:05.2278997Z [00:03:50.510]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:05.2280082Z [00:03:50.510]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:05:05.2280863Z [00:03:50.511]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:05.2281668Z [00:03:50.511]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:05.2282407Z [00:03:50.511]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:05:05.2283175Z [00:03:50.511]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:05.2283747Z [00:03:50.511]➜  EOF
2025-08-20T23:05:05.2311403Z [00:03:50.511]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3019/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1=>github.com/shuheiktgw/go-travis@v0.3.1;$WORK/b3019=>" -p github.com/shuheiktgw/go-travis -lang=go1.14 -complete -installsuffix shared -buildid SWLdEo8miY4SdOw0djMZ/SWLdEo8miY4SdOw0djMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3019/importcfg -pack /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/active.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/beta_features.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/beta_migration_requests.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/branches.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/broadcasts.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/builds.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/caches.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/commits.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/config.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/crons.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/email_subscriptions.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/env_vars.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/installatios.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/jobs.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/key_pair.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/lint.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/logs.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/messages.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/metadata.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/organizations.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/owners.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/preferences.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/repositories.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/requests.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/settings.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/stages.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/tags.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/travis.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/users.go /root/go/pkg/mod/github.com/shuheiktgw/go-travis@v0.3.1/version.go
2025-08-20T23:05:05.2692037Z [00:03:50.552]➜  cp $WORK/b2256/_pkg_.a /root/.cache/go-build/1a/1a9fb648a452dc218416e815b7098c63f8418f74a8f134fb6514ff70fc130509-d # internal
2025-08-20T23:05:05.2730620Z [00:03:50.553]➜  github.com/aws/aws-sdk-go-v2/feature/s3/manager
2025-08-20T23:05:05.2731339Z [00:03:50.553]➜  mkdir -p $WORK/b2253/
2025-08-20T23:05:05.2732374Z [00:03:50.553]➜  cat >/tmp/go-build3700090427/b2253/importcfg << 'EOF' # internal
2025-08-20T23:05:05.2733021Z [00:03:50.553]➜  # import config
2025-08-20T23:05:05.2733688Z [00:03:50.553]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:05:05.2734465Z [00:03:50.553]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:05.2735237Z [00:03:50.553]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:05.2736096Z [00:03:50.553]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:05.2736880Z [00:03:50.553]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:05.2737958Z [00:03:50.553]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:05:05.2739119Z [00:03:50.553]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3700090427/b2254/_pkg_.a
2025-08-20T23:05:05.2740598Z [00:03:50.553]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:05:05.2741840Z [00:03:50.553]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build3700090427/b2255/_pkg_.a
2025-08-20T23:05:05.2742957Z [00:03:50.553]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3700090427/b1012/_pkg_.a
2025-08-20T23:05:05.2744014Z [00:03:50.553]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3700090427/b1019/_pkg_.a
2025-08-20T23:05:05.2745135Z [00:03:50.553]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3700090427/b2256/_pkg_.a
2025-08-20T23:05:05.2746506Z [00:03:50.553]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3700090427/b2269/_pkg_.a
2025-08-20T23:05:05.2747720Z [00:03:50.554]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:05:05.2748845Z [00:03:50.554]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:05:05.2750257Z [00:03:50.554]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:05:05.2751268Z [00:03:50.554]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:05.2752115Z [00:03:50.554]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:05.2752967Z [00:03:50.554]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:05.2753795Z [00:03:50.554]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:05.2754651Z [00:03:50.554]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:05.2755526Z [00:03:50.554]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:05.2756201Z [00:03:50.554]➜  EOF
2025-08-20T23:05:05.2769215Z [00:03:50.554]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2253/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85=>github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85;$WORK/b2253=>" -p github.com/aws/aws-sdk-go-v2/feature/s3/manager -lang=go1.22 -complete -installsuffix shared -buildid QExOfhUwEZJ7jnMGkhGU/QExOfhUwEZJ7jnMGkhGU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2253/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/bucket_region.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/buffered_read_seeker.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/default_read_seeker_write_to.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/default_writer_read_from.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/download.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/pool.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/read_seeker_write_to.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/upload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.85/writer_read_from.go
2025-08-20T23:05:05.5510799Z [00:03:50.834]➜  go tool buildid -w $WORK/b2253/_pkg_.a # internal
2025-08-20T23:05:05.5563597Z [00:03:50.839]➜  cp $WORK/b2253/_pkg_.a /root/.cache/go-build/57/57dbb5a4086680793791e7eca0ce2a701a358dbb7ceb41f5a68f6b469f801106-d # internal
2025-08-20T23:05:05.5595825Z [00:03:50.843]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3
2025-08-20T23:05:05.5598797Z [00:03:50.843]➜  mkdir -p $WORK/b2252/
2025-08-20T23:05:05.5605992Z [00:03:50.844]➜  cat >/tmp/go-build3700090427/b2252/importcfg << 'EOF' # internal
2025-08-20T23:05:05.5615675Z [00:03:50.844]➜  # import config
2025-08-20T23:05:05.5616390Z [00:03:50.844]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:05.5617234Z [00:03:50.844]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:05.5618172Z [00:03:50.844]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:05:05.5619277Z [00:03:50.844]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3700090427/b1006/_pkg_.a
2025-08-20T23:05:05.5620831Z [00:03:50.844]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3700090427/b1007/_pkg_.a
2025-08-20T23:05:05.5622169Z [00:03:50.844]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3700090427/b1045/_pkg_.a
2025-08-20T23:05:05.5623483Z [00:03:50.844]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build3700090427/b2253/_pkg_.a
2025-08-20T23:05:05.5624755Z [00:03:50.844]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3700090427/b2256/_pkg_.a
2025-08-20T23:05:05.5626331Z [00:03:50.844]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3700090427/b2269/_pkg_.a
2025-08-20T23:05:05.5627841Z [00:03:50.844]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3700090427/b1046/_pkg_.a
2025-08-20T23:05:05.5629215Z [00:03:50.844]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:05:05.5630833Z [00:03:50.844]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:05:05.5632456Z [00:03:50.844]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:05:05.5651010Z [00:03:50.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:05:05.5654141Z [00:03:50.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:05.5655630Z [00:03:50.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build3700090427/b805/_pkg_.a
2025-08-20T23:05:05.5657074Z [00:03:50.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:05:05.5658612Z [00:03:50.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:05:05.5660553Z [00:03:50.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:05:05.5662068Z [00:03:50.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build3700090427/b1978/_pkg_.a
2025-08-20T23:05:05.5664855Z [00:03:50.844]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:05:05.5666158Z [00:03:50.844]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:05:05.5667424Z [00:03:50.844]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:05:05.5668644Z [00:03:50.844]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:05:05.5669881Z [00:03:50.844]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:05:05.5670677Z [00:03:50.844]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:05.5671457Z [00:03:50.844]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:05.5672279Z [00:03:50.844]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:05:05.5673230Z [00:03:50.844]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:05.5673837Z [00:03:50.844]➜  EOF
2025-08-20T23:05:05.5677746Z [00:03:50.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2252/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3;$WORK/b2252=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3 -lang=go1.24 -complete -installsuffix shared -buildid TYobm8U7SVSgbVqzfOPm/TYobm8U7SVSgbVqzfOPm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2252/importcfg -pack ./pkg/sources/s3/checkpointer.go ./pkg/sources/s3/metrics.go ./pkg/sources/s3/s3.go
2025-08-20T23:05:05.5681614Z [00:03:50.850]➜  go tool buildid -w $WORK/b3019/_pkg_.a # internal
2025-08-20T23:05:05.5738210Z [00:03:50.857]➜  cp $WORK/b3019/_pkg_.a /root/.cache/go-build/48/48d32df84d42ced6f517fa8952ae853d8b7801f20ddfcf77afb2b3783c8a3358-d # internal
2025-08-20T23:05:05.5764467Z [00:03:50.860]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/travisci
2025-08-20T23:05:05.5767458Z [00:03:50.860]➜  mkdir -p $WORK/b3018/
2025-08-20T23:05:05.5772638Z [00:03:50.860]➜  cat >/tmp/go-build3700090427/b3018/importcfg << 'EOF' # internal
2025-08-20T23:05:05.5775987Z [00:03:50.860]➜  # import config
2025-08-20T23:05:05.5776649Z [00:03:50.860]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:05.5777534Z [00:03:50.860]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:05:05.5778554Z [00:03:50.860]➜  packagefile github.com/shuheiktgw/go-travis=/tmp/go-build3700090427/b3019/_pkg_.a
2025-08-20T23:05:05.5780021Z [00:03:50.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:05:05.5781510Z [00:03:50.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:05.5782973Z [00:03:50.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:05:05.5784456Z [00:03:50.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:05:05.5786292Z [00:03:50.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:05:05.5787788Z [00:03:50.860]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:05:05.5789059Z [00:03:50.860]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:05:05.5790471Z [00:03:50.860]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:05:05.5791755Z [00:03:50.860]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:05:05.5792986Z [00:03:50.860]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:05.5793613Z [00:03:50.860]➜  EOF
2025-08-20T23:05:05.5797363Z [00:03:50.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3018/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/travisci=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/travisci;$WORK/b3018=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/travisci -lang=go1.24 -complete -installsuffix shared -buildid Zl4h8UF18AgwzkCP481o/Zl4h8UF18AgwzkCP481o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3018/importcfg -pack ./pkg/sources/travisci/travisci.go
2025-08-20T23:05:05.7676261Z [00:03:51.051]➜  go tool buildid -w $WORK/b3018/_pkg_.a # internal
2025-08-20T23:05:05.7698140Z [00:03:51.053]➜  cp $WORK/b3018/_pkg_.a /root/.cache/go-build/44/44066dd48eb936b88c70263cf1b592df919aa03f334f8e91fac01334b39b36ff-d # internal
2025-08-20T23:05:05.7795630Z [00:03:51.063]➜  github.com/trufflesecurity/trufflehog/v3/pkg/hasher
2025-08-20T23:05:05.7818519Z [00:03:51.063]➜  mkdir -p $WORK/b3021/
2025-08-20T23:05:05.7819856Z [00:03:51.063]➜  cat >/tmp/go-build3700090427/b3021/importcfg << 'EOF' # internal
2025-08-20T23:05:05.7820539Z [00:03:51.063]➜  # import config
2025-08-20T23:05:05.7821113Z [00:03:51.063]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:05.7821967Z [00:03:51.063]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3700090427/b913/_pkg_.a
2025-08-20T23:05:05.7822779Z [00:03:51.063]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:05:05.7823292Z [00:03:51.063]➜  EOF
2025-08-20T23:05:05.7826610Z [00:03:51.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3021/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/hasher=>github.com/trufflesecurity/trufflehog/v3/pkg/hasher;$WORK/b3021=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/hasher -lang=go1.24 -complete -installsuffix shared -buildid 9Hfqk7aKF-9F67zjVB4x/9Hfqk7aKF-9F67zjVB4x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3021/importcfg -pack ./pkg/hasher/blake2b.go ./pkg/hasher/hasher.go
2025-08-20T23:05:05.8595350Z [00:03:51.143]➜  go tool buildid -w $WORK/b3021/_pkg_.a # internal
2025-08-20T23:05:05.8601262Z [00:03:51.143]➜  cp $WORK/b3021/_pkg_.a /root/.cache/go-build/bc/bc582d63b6ed081f4108aebfc225c6fcfed46ae096efdaeb9488c8676c287683-d # internal
2025-08-20T23:05:05.8624186Z [00:03:51.146]➜  github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache
2025-08-20T23:05:05.8626544Z [00:03:51.146]➜  mkdir -p $WORK/b3020/
2025-08-20T23:05:05.8630900Z [00:03:51.146]➜  cat >/tmp/go-build3700090427/b3020/importcfg << 'EOF' # internal
2025-08-20T23:05:05.8632094Z [00:03:51.146]➜  # import config
2025-08-20T23:05:05.8634122Z [00:03:51.146]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:05.8635116Z [00:03:51.146]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:05:05.8638901Z [00:03:51.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache=/tmp/go-build3700090427/b2158/_pkg_.a
2025-08-20T23:05:05.8640447Z [00:03:51.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:05.8642071Z [00:03:51.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:05:05.8643419Z [00:03:51.146]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/hasher=/tmp/go-build3700090427/b3021/_pkg_.a
2025-08-20T23:05:05.8644361Z [00:03:51.146]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:05.8645087Z [00:03:51.146]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:05:05.8645804Z [00:03:51.146]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:05.8646305Z [00:03:51.146]➜  EOF
2025-08-20T23:05:05.8650639Z [00:03:51.146]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3020/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache=>github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache;$WORK/b3020=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache -lang=go1.24 -complete -installsuffix shared -buildid kxUFjoFXM_Wkl6gL_8Zx/kxUFjoFXM_Wkl6gL_8Zx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3020/importcfg -pack ./pkg/verificationcache/in_memory_metrics.go ./pkg/verificationcache/metrics_reporter.go ./pkg/verificationcache/result_cache.go ./pkg/verificationcache/verification_cache.go
2025-08-20T23:05:06.0073096Z [00:03:51.290]➜  go tool buildid -w $WORK/b3020/_pkg_.a # internal
2025-08-20T23:05:06.0100626Z [00:03:51.293]➜  cp $WORK/b3020/_pkg_.a /root/.cache/go-build/ca/ca25edca388de497ecdf1cc157a417c55024d3ec1a296c4bb0986aee3799fe86-d # internal
2025-08-20T23:05:06.0109128Z [00:03:51.294]➜  image/png
2025-08-20T23:05:06.0111664Z [00:03:51.294]➜  mkdir -p $WORK/b3028/
2025-08-20T23:05:06.0142297Z [00:03:51.297]➜  cat >/tmp/go-build3700090427/b3028/importcfg << 'EOF' # internal
2025-08-20T23:05:06.0150093Z [00:03:51.297]➜  # import config
2025-08-20T23:05:06.0150907Z [00:03:51.297]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:05:06.0151663Z [00:03:51.297]➜  packagefile compress/zlib=/tmp/go-build3700090427/b816/_pkg_.a
2025-08-20T23:05:06.0152470Z [00:03:51.297]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:05:06.0153204Z [00:03:51.297]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:06.0153871Z [00:03:51.297]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:05:06.0154580Z [00:03:51.297]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:05:06.0155274Z [00:03:51.297]➜  packagefile image=/tmp/go-build3700090427/b916/_pkg_.a
2025-08-20T23:05:06.0155982Z [00:03:51.297]➜  packagefile image/color=/tmp/go-build3700090427/b917/_pkg_.a
2025-08-20T23:05:06.0156681Z [00:03:51.297]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:06.0157471Z [00:03:51.297]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:06.0157994Z [00:03:51.297]➜  EOF
2025-08-20T23:05:06.0160867Z [00:03:51.298]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3028/_pkg_.a -trimpath "/root/.go/src/image/png=>image/png;$WORK/b3028=>" -p image/png -lang=go1.25 -std -complete -installsuffix shared -buildid qzsMKh2rBp5Dhx3yfnzl/qzsMKh2rBp5Dhx3yfnzl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3028/importcfg -pack /root/.go/src/image/png/paeth.go /root/.go/src/image/png/reader.go /root/.go/src/image/png/writer.go
2025-08-20T23:05:06.0523163Z [00:03:51.335]➜  go tool buildid -w $WORK/b2252/_pkg_.a # internal
2025-08-20T23:05:06.0591549Z [00:03:51.342]➜  cp $WORK/b2252/_pkg_.a /root/.cache/go-build/f4/f42118faebb9f6db3db782507b4fb51f88e362330a330024bcaff5e5b9cef42f-d # internal
2025-08-20T23:05:06.0593389Z [00:03:51.342]➜  github.com/trufflesecurity/trufflehog/v3/pkg/config
2025-08-20T23:05:06.0594608Z [00:03:51.342]➜  mkdir -p $WORK/b702/
2025-08-20T23:05:06.0595679Z [00:03:51.343]➜  cat >/tmp/go-build3700090427/b702/importcfg << 'EOF' # internal
2025-08-20T23:05:06.0596641Z [00:03:51.343]➜  # import config
2025-08-20T23:05:06.0597524Z [00:03:51.343]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:06.0599119Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors=/tmp/go-build3700090427/b703/_pkg_.a
2025-08-20T23:05:06.0600751Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:05:06.0602237Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/configpb=/tmp/go-build3700090427/b705/_pkg_.a
2025-08-20T23:05:06.0603766Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:05:06.0605363Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:05:06.0606852Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/protoyaml=/tmp/go-build3700090427/b706/_pkg_.a
2025-08-20T23:05:06.0608254Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:05:06.0609918Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker=/tmp/go-build3700090427/b709/_pkg_.a
2025-08-20T23:05:06.0611738Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem=/tmp/go-build3700090427/b803/_pkg_.a
2025-08-20T23:05:06.0613245Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs=/tmp/go-build3700090427/b1979/_pkg_.a
2025-08-20T23:05:06.0614621Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build3700090427/b2159/_pkg_.a
2025-08-20T23:05:06.0616027Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/github=/tmp/go-build3700090427/b2241/_pkg_.a
2025-08-20T23:05:06.0617601Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab=/tmp/go-build3700090427/b2246/_pkg_.a
2025-08-20T23:05:06.0619028Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins=/tmp/go-build3700090427/b2248/_pkg_.a
2025-08-20T23:05:06.0621130Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman=/tmp/go-build3700090427/b2250/_pkg_.a
2025-08-20T23:05:06.0622515Z [00:03:51.343]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3=/tmp/go-build3700090427/b2252/_pkg_.a
2025-08-20T23:05:06.0623580Z [00:03:51.343]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:06.0624303Z [00:03:51.343]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:06.0624996Z [00:03:51.343]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:06.0625865Z [00:03:51.343]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:06.0626612Z [00:03:51.343]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:06.0627129Z [00:03:51.343]➜  EOF
2025-08-20T23:05:06.0630437Z [00:03:51.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b702/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/config=>github.com/trufflesecurity/trufflehog/v3/pkg/config;$WORK/b702=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/config -lang=go1.24 -complete -installsuffix shared -buildid wfLt3Xm-vvAVnpiW1ncR/wfLt3Xm-vvAVnpiW1ncR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack ./pkg/config/config.go ./pkg/config/detectors.go
2025-08-20T23:05:06.2760626Z [00:03:51.559]➜  go tool buildid -w $WORK/b3028/_pkg_.a # internal
2025-08-20T23:05:06.2780503Z [00:03:51.561]➜  cp $WORK/b3028/_pkg_.a /root/.cache/go-build/57/5781639d4da87f2e2ba172880d9fd9a8a66c3ae47b2b98e2eab5063f7f9ee3a4-d # internal
2025-08-20T23:05:06.2800881Z [00:03:51.562]➜  github.com/charmbracelet/x/ansi/kitty
2025-08-20T23:05:06.2801594Z [00:03:51.562]➜  mkdir -p $WORK/b3027/
2025-08-20T23:05:06.2802239Z [00:03:51.562]➜  cat >/tmp/go-build3700090427/b3027/importcfg << 'EOF' # internal
2025-08-20T23:05:06.2803121Z [00:03:51.562]➜  # import config
2025-08-20T23:05:06.2803744Z [00:03:51.562]➜  packagefile compress/zlib=/tmp/go-build3700090427/b816/_pkg_.a
2025-08-20T23:05:06.2804568Z [00:03:51.563]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:05:06.2805412Z [00:03:51.563]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:06.2806225Z [00:03:51.563]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:06.2807032Z [00:03:51.563]➜  packagefile image=/tmp/go-build3700090427/b916/_pkg_.a
2025-08-20T23:05:06.2807874Z [00:03:51.563]➜  packagefile image/color=/tmp/go-build3700090427/b917/_pkg_.a
2025-08-20T23:05:06.2808763Z [00:03:51.563]➜  packagefile image/png=/tmp/go-build3700090427/b3028/_pkg_.a
2025-08-20T23:05:06.2809822Z [00:03:51.563]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:06.2810607Z [00:03:51.563]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:06.2811340Z [00:03:51.563]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:06.2811913Z [00:03:51.563]➜  EOF
2025-08-20T23:05:06.2816585Z [00:03:51.563]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3027/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty=>github.com/charmbracelet/x/ansi@v0.9.3/kitty;$WORK/b3027=>" -p github.com/charmbracelet/x/ansi/kitty -lang=go1.23 -complete -installsuffix shared -buildid KBIVUtDnCEu2sUTh-MVk/KBIVUtDnCEu2sUTh-MVk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3027/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty/decoder.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty/encoder.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty/options.go
2025-08-20T23:05:06.3351644Z [00:03:51.618]➜  go tool buildid -w $WORK/b3027/_pkg_.a # internal
2025-08-20T23:05:06.3362735Z [00:03:51.619]➜  cp $WORK/b3027/_pkg_.a /root/.cache/go-build/ac/ac73350aa89034aefc2f92340810bfe2aaa07067fd4b67d5fe0cb9bd22ce4597-d # internal
2025-08-20T23:05:06.3374280Z [00:03:51.620]➜  github.com/lucasb-eyer/go-colorful
2025-08-20T23:05:06.3399268Z [00:03:51.620]➜  mkdir -p $WORK/b3030/
2025-08-20T23:05:06.3400255Z [00:03:51.621]➜  cat >/tmp/go-build3700090427/b3030/importcfg << 'EOF' # internal
2025-08-20T23:05:06.3400949Z [00:03:51.621]➜  # import config
2025-08-20T23:05:06.3401700Z [00:03:51.621]➜  packagefile database/sql/driver=/tmp/go-build3700090427/b279/_pkg_.a
2025-08-20T23:05:06.3402687Z [00:03:51.621]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:06.3403994Z [00:03:51.621]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:06.3406470Z [00:03:51.621]➜  packagefile image/color=/tmp/go-build3700090427/b917/_pkg_.a
2025-08-20T23:05:06.3408050Z [00:03:51.621]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:06.3410617Z [00:03:51.621]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:05:06.3411812Z [00:03:51.621]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:05:06.3412654Z [00:03:51.621]➜  EOF
2025-08-20T23:05:06.3419043Z [00:03:51.621]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3030/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0=>github.com/lucasb-eyer/go-colorful@v1.2.0;$WORK/b3030=>" -p github.com/lucasb-eyer/go-colorful -lang=go1.12 -complete -installsuffix shared -buildid 5ZfmM3DAm6Kgvew992V-/5ZfmM3DAm6Kgvew992V- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3030/importcfg -pack /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colorgens.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/colors.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/happy_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hexcolor.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/hsluv.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/soft_palettegen.go /root/go/pkg/mod/github.com/lucasb-eyer/go-colorful@v1.2.0/warm_palettegen.go
2025-08-20T23:05:06.5062629Z [00:03:51.789]➜  go tool buildid -w $WORK/b3030/_pkg_.a # internal
2025-08-20T23:05:06.5100177Z [00:03:51.793]➜  cp $WORK/b3030/_pkg_.a /root/.cache/go-build/1c/1c9173e08641b9f3fc40a9e0a12bc59762aa01376e4c4f2f4411b037fcce813a-d # internal
2025-08-20T23:05:06.5136367Z [00:03:51.797]➜  github.com/charmbracelet/x/ansi
2025-08-20T23:05:06.5157311Z [00:03:51.799]➜  mkdir -p $WORK/b3026/
2025-08-20T23:05:06.5166699Z [00:03:51.800]➜  cat >/tmp/go-build3700090427/b3026/importcfg << 'EOF' # internal
2025-08-20T23:05:06.5167387Z [00:03:51.800]➜  # import config
2025-08-20T23:05:06.5168261Z [00:03:51.800]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:06.5169735Z [00:03:51.800]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:05:06.5171723Z [00:03:51.800]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:05:06.5172576Z [00:03:51.800]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:06.5173551Z [00:03:51.800]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:06.5174535Z [00:03:51.800]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build3700090427/b3027/_pkg_.a
2025-08-20T23:05:06.5175746Z [00:03:51.800]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build3700090427/b3029/_pkg_.a
2025-08-20T23:05:06.5176930Z [00:03:51.800]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3700090427/b3030/_pkg_.a
2025-08-20T23:05:06.5177970Z [00:03:51.800]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3700090427/b218/_pkg_.a
2025-08-20T23:05:06.5179066Z [00:03:51.800]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3700090427/b219/_pkg_.a
2025-08-20T23:05:06.5180230Z [00:03:51.800]➜  packagefile image=/tmp/go-build3700090427/b916/_pkg_.a
2025-08-20T23:05:06.5181017Z [00:03:51.800]➜  packagefile image/color=/tmp/go-build3700090427/b917/_pkg_.a
2025-08-20T23:05:06.5181803Z [00:03:51.800]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:06.5182562Z [00:03:51.800]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:06.5183318Z [00:03:51.800]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:06.5184055Z [00:03:51.800]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:05:06.5184829Z [00:03:51.800]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:06.5185589Z [00:03:51.800]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:06.5186351Z [00:03:51.800]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:06.5187098Z [00:03:51.800]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:06.5187892Z [00:03:51.800]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:06.5188508Z [00:03:51.800]➜  EOF
2025-08-20T23:05:06.5232938Z [00:03:51.800]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3026/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3=>github.com/charmbracelet/x/ansi@v0.9.3;$WORK/b3026=>" -p github.com/charmbracelet/x/ansi -lang=go1.23 -complete -installsuffix shared -buildid sk8991onjIkbAh-8T1Ks/sk8991onjIkbAh-8T1Ks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3026/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/ansi.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/ascii.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/background.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/c0.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/c1.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/charset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/clipboard.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/color.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/ctrl.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/cursor.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/cwd.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/doc.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/finalterm.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/focus.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/graphics.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/hyperlink.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/iterm2.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/keypad.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/kitty.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/method.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/mode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/modes.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/mouse.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/notification.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser_decode.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser_handler.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/parser_sync.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/passthrough.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/paste.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/reset.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/sgr.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/status.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/style.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/termcap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/title.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/truncate.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/util.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/width.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/winop.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/ansi@v0.9.3/xterm.go
2025-08-20T23:05:06.5997757Z [00:03:51.883]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T23:05:06.6130614Z [00:03:51.896]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/68/68318a88bf08694634a76b1adce1f7114cd7599d20b1049ab8fd4a5d9971b919-d # internal
2025-08-20T23:05:06.6144531Z [00:03:51.897]➜  github.com/charmbracelet/x/term
2025-08-20T23:05:06.6162559Z [00:03:51.897]➜  mkdir -p $WORK/b3033/
2025-08-20T23:05:06.6163337Z [00:03:51.897]➜  cat >/tmp/go-build3700090427/b3033/importcfg << 'EOF' # internal
2025-08-20T23:05:06.6164046Z [00:03:51.897]➜  # import config
2025-08-20T23:05:06.6166108Z [00:03:51.897]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:05:06.6168290Z [00:03:51.897]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:06.6169552Z [00:03:51.897]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:06.6170437Z [00:03:51.897]➜  EOF
2025-08-20T23:05:06.6175909Z [00:03:51.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3033/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1=>github.com/charmbracelet/x/term@v0.2.1;$WORK/b3033=>" -p github.com/charmbracelet/x/term -lang=go1.18 -complete -installsuffix shared -buildid KvS_mQvoKlSqpK57RPgA/KvS_mQvoKlSqpK57RPgA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3033/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/term_unix_other.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/terminal.go /root/go/pkg/mod/github.com/charmbracelet/x/term@v0.2.1/util.go
2025-08-20T23:05:06.7007957Z [00:03:51.984]➜  go tool buildid -w $WORK/b3033/_pkg_.a # internal
2025-08-20T23:05:06.7014676Z [00:03:51.985]➜  cp $WORK/b3033/_pkg_.a /root/.cache/go-build/af/af0dc3851ab9d3b9fd56ad9a8979d02eded0b4aab19ccb06e5fa0e95315187ab-d # internal
2025-08-20T23:05:06.7043387Z [00:03:51.987]➜  github.com/xo/terminfo
2025-08-20T23:05:06.7047555Z [00:03:51.987]➜  mkdir -p $WORK/b3034/
2025-08-20T23:05:06.7048364Z [00:03:51.988]➜  cat >/tmp/go-build3700090427/b3034/importcfg << 'EOF' # internal
2025-08-20T23:05:06.7049063Z [00:03:51.988]➜  # import config
2025-08-20T23:05:06.7049962Z [00:03:51.988]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:06.7050848Z [00:03:51.988]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:06.7051675Z [00:03:51.988]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:06.7052555Z [00:03:51.988]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:05:06.7053376Z [00:03:51.988]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:06.7054209Z [00:03:51.988]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:05:06.7055073Z [00:03:51.988]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:05:06.7056212Z [00:03:51.988]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:06.7057018Z [00:03:51.988]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:06.7057854Z [00:03:51.988]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:06.7058650Z [00:03:51.988]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:06.7059241Z [00:03:51.988]➜  EOF
2025-08-20T23:05:06.7067646Z [00:03:51.988]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3034/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e=>github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e;$WORK/b3034=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid 8U6uvp7bBGheatcCm2OP/8U6uvp7bBGheatcCm2OP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3034/importcfg -pack /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/caps.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/capvals.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/color.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/dec.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/load.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/param.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/stack.go /root/go/pkg/mod/github.com/xo/terminfo@v0.0.0-20220910002029-abceb7e1c41e/terminfo.go
2025-08-20T23:05:07.0410271Z [00:03:52.324]➜  go tool buildid -w $WORK/b3026/_pkg_.a # internal
2025-08-20T23:05:07.0459565Z [00:03:52.329]➜  go tool buildid -w $WORK/b3034/_pkg_.a # internal
2025-08-20T23:05:07.0474828Z [00:03:52.331]➜  cp $WORK/b3026/_pkg_.a /root/.cache/go-build/82/82bbbd1a5d05be2df1669f9b2ff1c6640d08137720eddbfb6791e7b6f1a4782d-d # internal
2025-08-20T23:05:07.0480443Z [00:03:52.331]➜  github.com/aymanbagabas/go-osc52/v2
2025-08-20T23:05:07.0481027Z [00:03:52.331]➜  mkdir -p $WORK/b3036/
2025-08-20T23:05:07.0481702Z [00:03:52.331]➜  cat >/tmp/go-build3700090427/b3036/importcfg << 'EOF' # internal
2025-08-20T23:05:07.0482350Z [00:03:52.331]➜  # import config
2025-08-20T23:05:07.0483037Z [00:03:52.331]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:05:07.0483871Z [00:03:52.331]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:07.0484618Z [00:03:52.331]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:07.0485406Z [00:03:52.331]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:07.0486013Z [00:03:52.331]➜  EOF
2025-08-20T23:05:07.0489686Z [00:03:52.331]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1=>github.com/aymanbagabas/go-osc52/v2@v2.0.1;$WORK/b3036=>" -p github.com/aymanbagabas/go-osc52/v2 -lang=go1.16 -complete -installsuffix shared -buildid cOolcpb2q78kLlI2QNXY/cOolcpb2q78kLlI2QNXY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3036/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52/v2@v2.0.1/osc52.go
2025-08-20T23:05:07.0495734Z [00:03:52.333]➜  cp $WORK/b3034/_pkg_.a /root/.cache/go-build/31/3186ab6800f827ff7433151070a8c2272f93208021af69d022410f4ce8fca6f4-d # internal
2025-08-20T23:05:07.0498877Z [00:03:52.333]➜  github.com/charmbracelet/colorprofile
2025-08-20T23:05:07.0500958Z [00:03:52.333]➜  mkdir -p $WORK/b3032/
2025-08-20T23:05:07.0507647Z [00:03:52.334]➜  cat >/tmp/go-build3700090427/b3032/importcfg << 'EOF' # internal
2025-08-20T23:05:07.0509773Z [00:03:52.334]➜  # import config
2025-08-20T23:05:07.0510411Z [00:03:52.334]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:07.0511444Z [00:03:52.334]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3700090427/b3026/_pkg_.a
2025-08-20T23:05:07.0512874Z [00:03:52.334]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3700090427/b3033/_pkg_.a
2025-08-20T23:05:07.0514075Z [00:03:52.334]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3700090427/b3030/_pkg_.a
2025-08-20T23:05:07.0515201Z [00:03:52.334]➜  packagefile github.com/xo/terminfo=/tmp/go-build3700090427/b3034/_pkg_.a
2025-08-20T23:05:07.0516206Z [00:03:52.334]➜  packagefile image/color=/tmp/go-build3700090427/b917/_pkg_.a
2025-08-20T23:05:07.0517147Z [00:03:52.334]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:07.0518156Z [00:03:52.334]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:07.0519008Z [00:03:52.334]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:05:07.0520240Z [00:03:52.334]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:07.0521054Z [00:03:52.334]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:07.0521842Z [00:03:52.334]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:07.0522395Z [00:03:52.334]➜  EOF
2025-08-20T23:05:07.0528886Z [00:03:52.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3032/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc=>github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc;$WORK/b3032=>" -p github.com/charmbracelet/colorprofile -lang=go1.18 -complete -installsuffix shared -buildid RPzMiuoJH6HwQMG0SWsJ/RPzMiuoJH6HwQMG0SWsJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3032/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/env.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/env_other.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/profile.go /root/go/pkg/mod/github.com/charmbracelet/colorprofile@v0.2.3-0.20250311203215-f60798e515dc/writer.go
2025-08-20T23:05:07.0919803Z [00:03:52.375]➜  go tool buildid -w $WORK/b3036/_pkg_.a # internal
2025-08-20T23:05:07.0932360Z [00:03:52.376]➜  cp $WORK/b3036/_pkg_.a /root/.cache/go-build/cf/cf5f313e427a1af6c6cc95c09acd0656f764166b0c7aed84f2b14a83348a66f8-d # internal
2025-08-20T23:05:07.0938669Z [00:03:52.377]➜  github.com/muesli/termenv
2025-08-20T23:05:07.0941235Z [00:03:52.377]➜  mkdir -p $WORK/b3035/
2025-08-20T23:05:07.0948343Z [00:03:52.378]➜  cat >/tmp/go-build3700090427/b3035/importcfg << 'EOF' # internal
2025-08-20T23:05:07.0950566Z [00:03:52.378]➜  # import config
2025-08-20T23:05:07.0951496Z [00:03:52.378]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:07.0952335Z [00:03:52.378]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:07.0953412Z [00:03:52.378]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build3700090427/b3036/_pkg_.a
2025-08-20T23:05:07.0955216Z [00:03:52.378]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3700090427/b3030/_pkg_.a
2025-08-20T23:05:07.0956528Z [00:03:52.378]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3700090427/b098/_pkg_.a
2025-08-20T23:05:07.0957619Z [00:03:52.378]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3700090427/b219/_pkg_.a
2025-08-20T23:05:07.0958701Z [00:03:52.378]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:05:07.0959858Z [00:03:52.378]➜  packagefile image/color=/tmp/go-build3700090427/b917/_pkg_.a
2025-08-20T23:05:07.0960718Z [00:03:52.378]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:07.0961531Z [00:03:52.378]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:07.0962359Z [00:03:52.378]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:07.0963176Z [00:03:52.378]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:07.0964078Z [00:03:52.378]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:07.0965156Z [00:03:52.378]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:07.0966048Z [00:03:52.378]➜  packagefile text/template=/tmp/go-build3700090427/b094/_pkg_.a
2025-08-20T23:05:07.0966905Z [00:03:52.378]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:07.0967527Z [00:03:52.378]➜  EOF
2025-08-20T23:05:07.0977100Z [00:03:52.378]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3035/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/termenv@v0.16.0=>github.com/muesli/termenv@v0.16.0;$WORK/b3035=>" -p github.com/muesli/termenv -lang=go1.17 -complete -installsuffix shared -buildid BW-UI5UpZ4uMqvyLCVnB/BW-UI5UpZ4uMqvyLCVnB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3035/importcfg -pack /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/ansicolors.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/color.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/constants_linux.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/copy.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/hyperlink.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/notification.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/output.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/profile.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/screen.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/style.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/templatehelper.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv_posix.go /root/go/pkg/mod/github.com/muesli/termenv@v0.16.0/termenv_unix.go
2025-08-20T23:05:07.2082432Z [00:03:52.491]➜  go tool buildid -w $WORK/b3032/_pkg_.a # internal
2025-08-20T23:05:07.2131030Z [00:03:52.496]➜  cp $WORK/b3032/_pkg_.a /root/.cache/go-build/71/7101f5013b4ecc6b2cd6e40c70ac79894c5159992c8081115dfafe5e869be698-d # internal
2025-08-20T23:05:07.2166262Z [00:03:52.500]➜  github.com/charmbracelet/x/cellbuf
2025-08-20T23:05:07.2175128Z [00:03:52.501]➜  mkdir -p $WORK/b3031/
2025-08-20T23:05:07.2176047Z [00:03:52.501]➜  cat >/tmp/go-build3700090427/b3031/importcfg << 'EOF' # internal
2025-08-20T23:05:07.2176698Z [00:03:52.501]➜  # import config
2025-08-20T23:05:07.2177309Z [00:03:52.501]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:07.2178071Z [00:03:52.501]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:07.2178719Z [00:03:52.501]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:07.2179932Z [00:03:52.501]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3700090427/b3032/_pkg_.a
2025-08-20T23:05:07.2181153Z [00:03:52.501]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3700090427/b3026/_pkg_.a
2025-08-20T23:05:07.2182304Z [00:03:52.501]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3700090427/b3033/_pkg_.a
2025-08-20T23:05:07.2183663Z [00:03:52.501]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3700090427/b218/_pkg_.a
2025-08-20T23:05:07.2184694Z [00:03:52.501]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3700090427/b219/_pkg_.a
2025-08-20T23:05:07.2185553Z [00:03:52.501]➜  packagefile image=/tmp/go-build3700090427/b916/_pkg_.a
2025-08-20T23:05:07.2186363Z [00:03:52.501]➜  packagefile image/color=/tmp/go-build3700090427/b917/_pkg_.a
2025-08-20T23:05:07.2187168Z [00:03:52.501]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:07.2187903Z [00:03:52.501]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:07.2188653Z [00:03:52.501]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:07.2189612Z [00:03:52.501]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:07.2190524Z [00:03:52.501]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:07.2191267Z [00:03:52.501]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:07.2191810Z [00:03:52.501]➜  EOF
2025-08-20T23:05:07.2201746Z [00:03:52.501]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3031/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13=>github.com/charmbracelet/x/cellbuf@v0.0.13;$WORK/b3031=>" -p github.com/charmbracelet/x/cellbuf -lang=go1.18 -complete -installsuffix shared -buildid eCEYdb14KRDJdtEKufWT/eCEYdb14KRDJdtEKufWT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3031/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/buffer.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/cell.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/errors.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/geom.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hardscroll.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/hashmap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/link.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/screen.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/sequence.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/style.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/tabstop.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/utils.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/wrap.go /root/go/pkg/mod/github.com/charmbracelet/x/cellbuf@v0.0.13/writer.go
2025-08-20T23:05:07.3713308Z [00:03:52.654]➜  go tool buildid -w $WORK/b3035/_pkg_.a # internal
2025-08-20T23:05:07.3767131Z [00:03:52.660]➜  cp $WORK/b3035/_pkg_.a /root/.cache/go-build/85/85f646eee1b0265ab3db1253acd6bb5b7773e6374d81fbc86a03a8d3dac06d6d-d # internal
2025-08-20T23:05:07.3768231Z [00:03:52.660]➜  github.com/muesli/ansi
2025-08-20T23:05:07.3771185Z [00:03:52.660]➜  mkdir -p $WORK/b3038/
2025-08-20T23:05:07.3779856Z [00:03:52.661]➜  cat >/tmp/go-build3700090427/b3038/importcfg << 'EOF' # internal
2025-08-20T23:05:07.3780764Z [00:03:52.661]➜  # import config
2025-08-20T23:05:07.3781356Z [00:03:52.661]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:07.3782274Z [00:03:52.661]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3700090427/b218/_pkg_.a
2025-08-20T23:05:07.3783102Z [00:03:52.661]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:07.3783837Z [00:03:52.661]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:07.3784411Z [00:03:52.661]➜  EOF
2025-08-20T23:05:07.3788968Z [00:03:52.661]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3038/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6=>github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6;$WORK/b3038=>" -p github.com/muesli/ansi -lang=go1.17 -complete -installsuffix shared -buildid 9Viuc0chid4ZerFWD4Jb/9Viuc0chid4ZerFWD4Jb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3038/importcfg -pack /root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/ansi.go /root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/buffer.go /root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/writer.go
2025-08-20T23:05:07.4277828Z [00:03:52.711]➜  go tool buildid -w $WORK/b3038/_pkg_.a # internal
2025-08-20T23:05:07.4287688Z [00:03:52.712]➜  cp $WORK/b3038/_pkg_.a /root/.cache/go-build/bb/bb53f9a9468c1a4768be01fa2e031fcdb41fdad49549f81509e8c9667050c4e3-d # internal
2025-08-20T23:05:07.4288822Z [00:03:52.712]➜  github.com/muesli/ansi/compressor
2025-08-20T23:05:07.4289534Z [00:03:52.712]➜  mkdir -p $WORK/b3037/
2025-08-20T23:05:07.4294384Z [00:03:52.713]➜  cat >/tmp/go-build3700090427/b3037/importcfg << 'EOF' # internal
2025-08-20T23:05:07.4295169Z [00:03:52.713]➜  # import config
2025-08-20T23:05:07.4297231Z [00:03:52.713]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:07.4299765Z [00:03:52.713]➜  packagefile github.com/muesli/ansi=/tmp/go-build3700090427/b3038/_pkg_.a
2025-08-20T23:05:07.4301684Z [00:03:52.713]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:07.4303955Z [00:03:52.713]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:07.4307781Z [00:03:52.713]➜  EOF
2025-08-20T23:05:07.4312068Z [00:03:52.713]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3037/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/compressor=>github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/compressor;$WORK/b3037=>" -p github.com/muesli/ansi/compressor -lang=go1.17 -complete -installsuffix shared -buildid TnJs9jLEPSO96FmW-JFE/TnJs9jLEPSO96FmW-JFE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3037/importcfg -pack /root/go/pkg/mod/github.com/muesli/ansi@v0.0.0-20230316100256-276c6243b2f6/compressor/writer.go
2025-08-20T23:05:07.4765750Z [00:03:52.760]➜  go tool buildid -w $WORK/b3037/_pkg_.a # internal
2025-08-20T23:05:07.4783382Z [00:03:52.762]➜  cp $WORK/b3037/_pkg_.a /root/.cache/go-build/c8/c8faa0093521d77a2a7c5d831c96bf8635a66b94aba6effc81c3ba7e8dd46783-d # internal
2025-08-20T23:05:07.4786398Z [00:03:52.762]➜  github.com/muesli/cancelreader
2025-08-20T23:05:07.4787141Z [00:03:52.762]➜  mkdir -p $WORK/b3039/
2025-08-20T23:05:07.4798973Z [00:03:52.763]➜  cat >/tmp/go-build3700090427/b3039/importcfg << 'EOF' # internal
2025-08-20T23:05:07.4799820Z [00:03:52.763]➜  # import config
2025-08-20T23:05:07.4800402Z [00:03:52.763]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:07.4801172Z [00:03:52.763]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:07.4802017Z [00:03:52.763]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:05:07.4802812Z [00:03:52.763]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:07.4803512Z [00:03:52.763]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:07.4804251Z [00:03:52.763]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:07.4805208Z [00:03:52.763]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:07.4805756Z [00:03:52.763]➜  EOF
2025-08-20T23:05:07.4809635Z [00:03:52.763]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3039/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2=>github.com/muesli/cancelreader@v0.2.2;$WORK/b3039=>" -p github.com/muesli/cancelreader -lang=go1.17 -complete -installsuffix shared -buildid H-U78pZ_X4hUT5J4lKTb/H-U78pZ_X4hUT5J4lKTb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3039/importcfg -pack /root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2/cancelreader.go /root/go/pkg/mod/github.com/muesli/cancelreader@v0.2.2/cancelreader_linux.go
2025-08-20T23:05:07.6154322Z [00:03:52.898]➜  go tool buildid -w $WORK/b3039/_pkg_.a # internal
2025-08-20T23:05:07.6167145Z [00:03:52.900]➜  cp $WORK/b3039/_pkg_.a /root/.cache/go-build/e5/e5895943f4fdb7688a40166cfe52bbb403a8fc6ca9fb692a2d69f711a7f5888b-d # internal
2025-08-20T23:05:07.6202017Z [00:03:52.900]➜  github.com/aymanbagabas/go-osc52
2025-08-20T23:05:07.6205471Z [00:03:52.900]➜  mkdir -p $WORK/b3042/
2025-08-20T23:05:07.6206097Z [00:03:52.901]➜  cat >/tmp/go-build3700090427/b3042/importcfg << 'EOF' # internal
2025-08-20T23:05:07.6206667Z [00:03:52.901]➜  # import config
2025-08-20T23:05:07.6207329Z [00:03:52.901]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:05:07.6208216Z [00:03:52.901]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:07.6208908Z [00:03:52.901]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:07.6210959Z [00:03:52.901]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:07.6211819Z [00:03:52.901]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:07.6213029Z [00:03:52.901]➜  EOF
2025-08-20T23:05:07.6216582Z [00:03:52.902]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3042/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymanbagabas/go-osc52@v1.2.1=>github.com/aymanbagabas/go-osc52@v1.2.1;$WORK/b3042=>" -p github.com/aymanbagabas/go-osc52 -lang=go1.16 -complete -installsuffix shared -buildid 6sGxKU3cR2WFRcK-FIHm/6sGxKU3cR2WFRcK-FIHm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3042/importcfg -pack /root/go/pkg/mod/github.com/aymanbagabas/go-osc52@v1.2.1/osc52.go
2025-08-20T23:05:07.6809677Z [00:03:52.964]➜  go tool buildid -w $WORK/b3042/_pkg_.a # internal
2025-08-20T23:05:07.6822305Z [00:03:52.965]➜  cp $WORK/b3042/_pkg_.a /root/.cache/go-build/2c/2c0d016cc3e6f2cfc0355cc8aa0e710523724fdb285beaa29f635219de37a8c6-d # internal
2025-08-20T23:05:07.6858595Z [00:03:52.969]➜  github.com/dlclark/regexp2/syntax
2025-08-20T23:05:07.6861591Z [00:03:52.969]➜  mkdir -p $WORK/b3047/
2025-08-20T23:05:07.6867241Z [00:03:52.970]➜  cat >/tmp/go-build3700090427/b3047/importcfg << 'EOF' # internal
2025-08-20T23:05:07.6868248Z [00:03:52.970]➜  # import config
2025-08-20T23:05:07.6871282Z [00:03:52.970]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:07.6872079Z [00:03:52.970]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:05:07.6872842Z [00:03:52.970]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:07.6873628Z [00:03:52.970]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:07.6874396Z [00:03:52.970]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:07.6875118Z [00:03:52.970]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:07.6875843Z [00:03:52.970]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:07.6876615Z [00:03:52.970]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:07.6877402Z [00:03:52.970]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:07.6878198Z [00:03:52.970]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:07.6879276Z [00:03:52.970]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:07.6880057Z [00:03:52.970]➜  EOF
2025-08-20T23:05:07.6886584Z [00:03:52.970]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/syntax=>github.com/dlclark/regexp2@v1.11.0/syntax;$WORK/b3047=>" -p github.com/dlclark/regexp2/syntax -lang=go1.13 -complete -installsuffix shared -buildid 5SIHqEr1BxjtX_zeYn-T/5SIHqEr1BxjtX_zeYn-T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3047/importcfg -pack /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/syntax/charclass.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/syntax/code.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/syntax/escape.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/syntax/parser.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/syntax/prefix.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/syntax/replacerdata.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/syntax/tree.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/syntax/writer.go
2025-08-20T23:05:08.1911421Z [00:03:53.474]➜  go tool buildid -w $WORK/b3031/_pkg_.a # internal
2025-08-20T23:05:08.2046372Z [00:03:53.488]➜  cp $WORK/b3031/_pkg_.a /root/.cache/go-build/ab/ab4971cde01943b896406d5694b46a5d117bcda933a97e0c2991c86919c72099-d # internal
2025-08-20T23:05:08.2053291Z [00:03:53.488]➜  github.com/charmbracelet/lipgloss
2025-08-20T23:05:08.2053908Z [00:03:53.488]➜  mkdir -p $WORK/b3025/
2025-08-20T23:05:08.2062847Z [00:03:53.489]➜  cat >/tmp/go-build3700090427/b3025/importcfg << 'EOF' # internal
2025-08-20T23:05:08.2072778Z [00:03:53.489]➜  # import config
2025-08-20T23:05:08.2073780Z [00:03:53.489]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3700090427/b3026/_pkg_.a
2025-08-20T23:05:08.2075219Z [00:03:53.489]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build3700090427/b3031/_pkg_.a
2025-08-20T23:05:08.2076408Z [00:03:53.489]➜  packagefile github.com/muesli/termenv=/tmp/go-build3700090427/b3035/_pkg_.a
2025-08-20T23:05:08.2077468Z [00:03:53.489]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3700090427/b219/_pkg_.a
2025-08-20T23:05:08.2078587Z [00:03:53.489]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:08.2079683Z [00:03:53.489]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:08.2080531Z [00:03:53.489]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:08.2081355Z [00:03:53.489]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:08.2082164Z [00:03:53.489]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:08.2083140Z [00:03:53.489]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:08.2083774Z [00:03:53.489]➜  EOF
2025-08-20T23:05:08.2131374Z [00:03:53.495]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3025/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834=>github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834;$WORK/b3025=>" -p github.com/charmbracelet/lipgloss -lang=go1.18 -complete -installsuffix shared -buildid Tn5NlEU-2hn-F6pYKTGn/Tn5NlEU-2hn-F6pYKTGn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3025/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/align.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/ansi_unix.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/borders.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/color.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/get.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/join.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/lipgloss.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/position.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/ranges.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/renderer.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/runes.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/set.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/size.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/style.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/unset.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/whitespace.go
2025-08-20T23:05:08.3762050Z [00:03:53.659]➜  go tool buildid -w $WORK/b3047/_pkg_.a # internal
2025-08-20T23:05:08.3803612Z [00:03:53.663]➜  cp $WORK/b3047/_pkg_.a /root/.cache/go-build/6c/6c6190b4830dd5143f27b2e0a2a11a122edc2fe3f999587385b6639f90c97db8-d # internal
2025-08-20T23:05:08.3811294Z [00:03:53.664]➜  github.com/dlclark/regexp2
2025-08-20T23:05:08.3811887Z [00:03:53.664]➜  mkdir -p $WORK/b3046/
2025-08-20T23:05:08.3815740Z [00:03:53.665]➜  cat >/tmp/go-build3700090427/b3046/importcfg << 'EOF' # internal
2025-08-20T23:05:08.3821896Z [00:03:53.665]➜  # import config
2025-08-20T23:05:08.3822539Z [00:03:53.665]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:08.3823315Z [00:03:53.665]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:08.3824088Z [00:03:53.665]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:08.3825081Z [00:03:53.665]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build3700090427/b3047/_pkg_.a
2025-08-20T23:05:08.3826188Z [00:03:53.665]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:08.3827012Z [00:03:53.665]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:08.3827823Z [00:03:53.665]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:08.3828707Z [00:03:53.665]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:08.3829700Z [00:03:53.665]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:05:08.3830520Z [00:03:53.665]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:08.3831286Z [00:03:53.665]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:08.3831918Z [00:03:53.665]➜  EOF
2025-08-20T23:05:08.3836997Z [00:03:53.665]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0=>github.com/dlclark/regexp2@v1.11.0;$WORK/b3046=>" -p github.com/dlclark/regexp2 -lang=go1.13 -complete -installsuffix shared -buildid Tv4zoJTUGSSzpWiOgk5q/Tv4zoJTUGSSzpWiOgk5q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3046/importcfg -pack /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/fastclock.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/match.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/regexp.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/replace.go /root/go/pkg/mod/github.com/dlclark/regexp2@v1.11.0/runner.go
2025-08-20T23:05:08.9865055Z [00:03:54.270]➜  go tool buildid -w $WORK/b3046/_pkg_.a # internal
2025-08-20T23:05:08.9895524Z [00:03:54.273]➜  cp $WORK/b3046/_pkg_.a /root/.cache/go-build/5e/5eae872af7228f2496b2e5052dd67d687eb6a3e32058e1d6aa4c54b6036c2882-d # internal
2025-08-20T23:05:08.9923841Z [00:03:54.276]➜  github.com/alecthomas/chroma/v2
2025-08-20T23:05:08.9926179Z [00:03:54.276]➜  mkdir -p $WORK/b3045/
2025-08-20T23:05:08.9932624Z [00:03:54.276]➜  cat >/tmp/go-build3700090427/b3045/importcfg << 'EOF' # internal
2025-08-20T23:05:08.9933918Z [00:03:54.276]➜  # import config
2025-08-20T23:05:08.9936542Z [00:03:54.276]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:08.9937689Z [00:03:54.276]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:05:08.9938634Z [00:03:54.276]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:05:08.9939691Z [00:03:54.276]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:08.9940478Z [00:03:54.276]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:08.9941426Z [00:03:54.276]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3700090427/b3046/_pkg_.a
2025-08-20T23:05:08.9942337Z [00:03:54.276]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:08.9943120Z [00:03:54.276]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:05:08.9943955Z [00:03:54.276]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:08.9944777Z [00:03:54.276]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:08.9945597Z [00:03:54.276]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:05:08.9946488Z [00:03:54.276]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:05:08.9947520Z [00:03:54.276]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:08.9948327Z [00:03:54.276]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:08.9949137Z [00:03:54.276]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:08.9950192Z [00:03:54.276]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:08.9950994Z [00:03:54.276]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:08.9951748Z [00:03:54.276]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:08.9952606Z [00:03:54.276]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:08.9953269Z [00:03:54.276]➜  EOF
2025-08-20T23:05:08.9985070Z [00:03:54.277]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0=>github.com/alecthomas/chroma/v2@v2.14.0;$WORK/b3045=>" -p github.com/alecthomas/chroma/v2 -lang=go1.19 -complete -installsuffix shared -buildid RB0Ol2YgwRWjeeVN5w-B/RB0Ol2YgwRWjeeVN5w-B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3045/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/coalesce.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/colour.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/delegate.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/doc.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/emitters.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatter.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/iterator.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexer.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/mutators.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/regexp.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/registry.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/remap.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/serialise.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/style.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/tokentype_enumer.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/types.go
2025-08-20T23:05:09.0717681Z [00:03:54.355]➜  go tool buildid -w $WORK/b3025/_pkg_.a # internal
2025-08-20T23:05:09.0802888Z [00:03:54.363]➜  cp $WORK/b3025/_pkg_.a /root/.cache/go-build/3b/3b751cc4c1415fe7ee0f977169aa404ef85bf9039b3aab46494d6c77137ee507-d # internal
2025-08-20T23:05:09.0857265Z [00:03:54.369]➜  github.com/charmbracelet/bubbletea
2025-08-20T23:05:09.0867188Z [00:03:54.369]➜  mkdir -p $WORK/b3024/
2025-08-20T23:05:09.0878296Z [00:03:54.370]➜  cat >/tmp/go-build3700090427/b3024/importcfg << 'EOF' # internal
2025-08-20T23:05:09.0878958Z [00:03:54.370]➜  # import config
2025-08-20T23:05:09.0879906Z [00:03:54.370]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:09.0880603Z [00:03:54.370]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:09.0881349Z [00:03:54.370]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:09.0881985Z [00:03:54.370]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:09.0884460Z [00:03:54.370]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:09.0886623Z [00:03:54.370]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3700090427/b3026/_pkg_.a
2025-08-20T23:05:09.0888726Z [00:03:54.370]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3700090427/b3033/_pkg_.a
2025-08-20T23:05:09.0889989Z [00:03:54.370]➜  packagefile github.com/muesli/ansi/compressor=/tmp/go-build3700090427/b3037/_pkg_.a
2025-08-20T23:05:09.0891148Z [00:03:54.370]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build3700090427/b3039/_pkg_.a
2025-08-20T23:05:09.0892221Z [00:03:54.370]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:05:09.0893106Z [00:03:54.370]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:09.0894140Z [00:03:54.370]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:05:09.0894919Z [00:03:54.370]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:09.0895721Z [00:03:54.370]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:05:09.0896560Z [00:03:54.370]➜  packagefile os/signal=/tmp/go-build3700090427/b213/_pkg_.a
2025-08-20T23:05:09.0897384Z [00:03:54.370]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:09.0898223Z [00:03:54.370]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:09.0899253Z [00:03:54.370]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:05:09.0900428Z [00:03:54.370]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:09.0901282Z [00:03:54.370]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:09.0902114Z [00:03:54.370]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:09.0902948Z [00:03:54.370]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:09.0903795Z [00:03:54.370]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:05:09.0904636Z [00:03:54.370]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:05:09.0905449Z [00:03:54.370]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:09.0906274Z [00:03:54.370]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:09.0907316Z [00:03:54.370]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:09.0908015Z [00:03:54.370]➜  EOF
2025-08-20T23:05:09.0951895Z [00:03:54.377]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3024/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6=>github.com/charmbracelet/bubbletea@v1.3.6;$WORK/b3024=>" -p github.com/charmbracelet/bubbletea -lang=go1.23 -complete -installsuffix shared -buildid 3UV0vfAiiiCrskTAnj3A/3UV0vfAiiiCrskTAnj3A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3024/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/commands.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/exec.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/focus.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/inputreader_other.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/key.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/key_other.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/key_sequences.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/logging.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/mouse.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/nil_renderer.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/options.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/renderer.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/screen.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/signals_unix.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/standard_renderer.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/tea.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/tea_init.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/tty.go /root/go/pkg/mod/github.com/charmbracelet/bubbletea@v1.3.6/tty_unix.go
2025-08-20T23:05:09.7200978Z [00:03:55.003]➜  go tool buildid -w $WORK/b3045/_pkg_.a # internal
2025-08-20T23:05:09.7270772Z [00:03:55.010]➜  cp $WORK/b3045/_pkg_.a /root/.cache/go-build/d4/d4ce81535a81b5d371bb0c72513fd0f3565f5d9d85825a8278ce3285ec6f0299-d # internal
2025-08-20T23:05:09.7282672Z [00:03:55.011]➜  github.com/alecthomas/chroma/v2/formatters/html
2025-08-20T23:05:09.7300114Z [00:03:55.011]➜  mkdir -p $WORK/b3050/
2025-08-20T23:05:09.7300753Z [00:03:55.011]➜  cat >/tmp/go-build3700090427/b3050/importcfg << 'EOF' # internal
2025-08-20T23:05:09.7301560Z [00:03:55.011]➜  # import config
2025-08-20T23:05:09.7303178Z [00:03:55.011]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:09.7304340Z [00:03:55.011]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3700090427/b3045/_pkg_.a
2025-08-20T23:05:09.7306917Z [00:03:55.011]➜  packagefile html=/tmp/go-build3700090427/b222/_pkg_.a
2025-08-20T23:05:09.7308128Z [00:03:55.011]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:09.7309624Z [00:03:55.011]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:09.7310846Z [00:03:55.011]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:09.7312116Z [00:03:55.011]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:09.7313585Z [00:03:55.011]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:09.7314745Z [00:03:55.011]➜  EOF
2025-08-20T23:05:09.7319093Z [00:03:55.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3050/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/html=>github.com/alecthomas/chroma/v2@v2.14.0/formatters/html;$WORK/b3050=>" -p github.com/alecthomas/chroma/v2/formatters/html -lang=go1.19 -complete -installsuffix shared -buildid Fwy6NF2eSpeuYAdVfve0/Fwy6NF2eSpeuYAdVfve0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3050/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/html/html.go
2025-08-20T23:05:09.7520828Z [00:03:55.035]➜  go tool buildid -w $WORK/b3024/_pkg_.a # internal
2025-08-20T23:05:09.7644683Z [00:03:55.047]➜  cp $WORK/b3024/_pkg_.a /root/.cache/go-build/cc/cc67cc2cc52495230967602e89f42945929e1d811383f9555941465df2d7f193-d # internal
2025-08-20T23:05:09.7648489Z [00:03:55.048]➜  github.com/charmbracelet/bubbles/key
2025-08-20T23:05:09.7649112Z [00:03:55.048]➜  mkdir -p $WORK/b3023/
2025-08-20T23:05:09.7655332Z [00:03:55.049]➜  cat >/tmp/go-build3700090427/b3023/importcfg << 'EOF' # internal
2025-08-20T23:05:09.7657227Z [00:03:55.049]➜  # import config
2025-08-20T23:05:09.7658081Z [00:03:55.049]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:09.7658916Z [00:03:55.049]➜  EOF
2025-08-20T23:05:09.7662651Z [00:03:55.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3023/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/key=>github.com/charmbracelet/bubbles@v0.18.0/key;$WORK/b3023=>" -p github.com/charmbracelet/bubbles/key -lang=go1.18 -complete -installsuffix shared -buildid Mc4oY77M2le_OSj56ZmS/Mc4oY77M2le_OSj56ZmS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3023/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/key/key.go
2025-08-20T23:05:09.8132142Z [00:03:55.095]➜  go tool buildid -w $WORK/b3023/_pkg_.a # internal
2025-08-20T23:05:09.8136226Z [00:03:55.096]➜  cp $WORK/b3023/_pkg_.a /root/.cache/go-build/b7/b7ebd00b2f0fe467f8abceed489fd2e989eb49900e1b445cf14f01759ad9eb17-d # internal
2025-08-20T23:05:09.8140384Z [00:03:55.097]➜  github.com/lrstanley/bubblezone
2025-08-20T23:05:09.8143521Z [00:03:55.097]➜  mkdir -p $WORK/b3040/
2025-08-20T23:05:09.8145360Z [00:03:55.098]➜  cat >/tmp/go-build3700090427/b3040/importcfg << 'EOF' # internal
2025-08-20T23:05:09.8147015Z [00:03:55.098]➜  # import config
2025-08-20T23:05:09.8148253Z [00:03:55.098]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:09.8149718Z [00:03:55.098]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:09.8150836Z [00:03:55.098]➜  packagefile github.com/muesli/ansi=/tmp/go-build3700090427/b3038/_pkg_.a
2025-08-20T23:05:09.8151713Z [00:03:55.098]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:09.8152496Z [00:03:55.098]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:09.8153301Z [00:03:55.098]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:09.8154335Z [00:03:55.098]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:05:09.8155127Z [00:03:55.098]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:09.8155968Z [00:03:55.098]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:09.8156621Z [00:03:55.098]➜  EOF
2025-08-20T23:05:09.8163976Z [00:03:55.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3040/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lrstanley/bubblezone@v0.0.0-20250404061050-e13639e27357=>github.com/lrstanley/bubblezone@v0.0.0-20250404061050-e13639e27357;$WORK/b3040=>" -p github.com/lrstanley/bubblezone -lang=go1.19 -complete -installsuffix shared -buildid IRL4YWi8fKAVzoTXQWbg/IRL4YWi8fKAVzoTXQWbg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3040/importcfg -pack /root/go/pkg/mod/github.com/lrstanley/bubblezone@v0.0.0-20250404061050-e13639e27357/manager.go /root/go/pkg/mod/github.com/lrstanley/bubblezone@v0.0.0-20250404061050-e13639e27357/manager_global.go /root/go/pkg/mod/github.com/lrstanley/bubblezone@v0.0.0-20250404061050-e13639e27357/messages.go /root/go/pkg/mod/github.com/lrstanley/bubblezone@v0.0.0-20250404061050-e13639e27357/scanner.go /root/go/pkg/mod/github.com/lrstanley/bubblezone@v0.0.0-20250404061050-e13639e27357/zoneinfo.go
2025-08-20T23:05:09.8728313Z [00:03:55.156]➜  go tool buildid -w $WORK/b3050/_pkg_.a # internal
2025-08-20T23:05:09.8755492Z [00:03:55.159]➜  cp $WORK/b3050/_pkg_.a /root/.cache/go-build/21/215e0d2630b61de941c2222c057684a519ac020cc4bc1f0a810c1304e00d4d77-d # internal
2025-08-20T23:05:09.8761201Z [00:03:55.159]➜  github.com/charmbracelet/bubbles/help
2025-08-20T23:05:09.8762899Z [00:03:55.160]➜  mkdir -p $WORK/b3043/
2025-08-20T23:05:09.8774742Z [00:03:55.161]➜  cat >/tmp/go-build3700090427/b3043/importcfg << 'EOF' # internal
2025-08-20T23:05:09.8775470Z [00:03:55.161]➜  # import config
2025-08-20T23:05:09.8776355Z [00:03:55.161]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:09.8779159Z [00:03:55.161]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:09.8780620Z [00:03:55.161]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:09.8781669Z [00:03:55.161]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:09.8782297Z [00:03:55.161]➜  EOF
2025-08-20T23:05:09.8786227Z [00:03:55.161]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3043/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/help=>github.com/charmbracelet/bubbles@v0.18.0/help;$WORK/b3043=>" -p github.com/charmbracelet/bubbles/help -lang=go1.18 -complete -installsuffix shared -buildid ydC2YSDzCXFxg2sRYPT4/ydC2YSDzCXFxg2sRYPT4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3043/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/help/help.go
2025-08-20T23:05:09.9300144Z [00:03:55.213]➜  go tool buildid -w $WORK/b3040/_pkg_.a # internal
2025-08-20T23:05:09.9314841Z [00:03:55.214]➜  cp $WORK/b3040/_pkg_.a /root/.cache/go-build/07/07b9e4ef0fdec3c82c78ffbb361b9fea93882e82f4947a99fe5fb86b1cf2d7c9-d # internal
2025-08-20T23:05:09.9316222Z [00:03:55.215]➜  github.com/alecthomas/chroma/v2/formatters/svg
2025-08-20T23:05:09.9316875Z [00:03:55.215]➜  mkdir -p $WORK/b3051/
2025-08-20T23:05:09.9321275Z [00:03:55.215]➜  cat >/tmp/go-build3700090427/b3051/importcfg << 'EOF' # internal
2025-08-20T23:05:09.9323423Z [00:03:55.215]➜  # import config
2025-08-20T23:05:09.9324191Z [00:03:55.215]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:05:09.9325109Z [00:03:55.215]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:09.9325942Z [00:03:55.215]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:09.9326981Z [00:03:55.215]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3700090427/b3045/_pkg_.a
2025-08-20T23:05:09.9328107Z [00:03:55.215]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:09.9328907Z [00:03:55.215]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:09.9332074Z [00:03:55.215]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:05:09.9332947Z [00:03:55.215]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:09.9333596Z [00:03:55.215]➜  EOF
2025-08-20T23:05:09.9338445Z [00:03:55.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg=>github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg;$WORK/b3051=>" -p github.com/alecthomas/chroma/v2/formatters/svg -lang=go1.19 -complete -installsuffix shared -buildid puQm1-Egj1zN3kZdNZHq/puQm1-Egj1zN3kZdNZHq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3051/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg/font_liberation_mono.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/svg/svg.go
2025-08-20T23:05:09.9555794Z [00:03:55.239]➜  go tool buildid -w $WORK/b3043/_pkg_.a # internal
2025-08-20T23:05:09.9567091Z [00:03:55.240]➜  cp $WORK/b3043/_pkg_.a /root/.cache/go-build/f0/f0cf996e7c56ac17b2273f477513e62c0df9f01a132b8034608d8aeef05c38b6-d # internal
2025-08-20T23:05:10.0053761Z [00:03:55.289]➜  github.com/alecthomas/chroma/v2/lexers
2025-08-20T23:05:10.0120533Z [00:03:55.295]➜  mkdir -p $WORK/b3052/
2025-08-20T23:05:10.0138065Z [00:03:55.297]➜  cat >/tmp/go-build3700090427/b3052/importcfg << 'EOF' # internal
2025-08-20T23:05:10.0140585Z [00:03:55.297]➜  # import config
2025-08-20T23:05:10.0142867Z [00:03:55.297]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:05:10.0143913Z [00:03:55.297]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3700090427/b3045/_pkg_.a
2025-08-20T23:05:10.0145104Z [00:03:55.297]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3700090427/b3046/_pkg_.a
2025-08-20T23:05:10.0146087Z [00:03:55.297]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:05:10.0146913Z [00:03:55.297]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:10.0147749Z [00:03:55.297]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:10.0148645Z [00:03:55.297]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:10.0149542Z [00:03:55.297]➜  EOF
2025-08-20T23:05:10.0150563Z [00:03:55.297]➜  cat >/tmp/go-build3700090427/b3052/embedcfg << 'EOF' # internal
2025-08-20T23:05:10.0151181Z [00:03:55.297]➜  {
2025-08-20T23:05:10.0151591Z [00:03:55.297]➜  	"Patterns": {
2025-08-20T23:05:10.0152059Z [00:03:55.297]➜  		"embedded": [
2025-08-20T23:05:10.0152580Z [00:03:55.297]➜  			"embedded/abap.xml",
2025-08-20T23:05:10.0153107Z [00:03:55.297]➜  			"embedded/abnf.xml",
2025-08-20T23:05:10.0153881Z [00:03:55.297]➜  			"embedded/actionscript.xml",
2025-08-20T23:05:10.0154490Z [00:03:55.297]➜  			"embedded/actionscript_3.xml",
2025-08-20T23:05:10.0155059Z [00:03:55.297]➜  			"embedded/ada.xml",
2025-08-20T23:05:10.0155563Z [00:03:55.297]➜  			"embedded/agda.xml",
2025-08-20T23:05:10.0156082Z [00:03:55.297]➜  			"embedded/al.xml",
2025-08-20T23:05:10.0156611Z [00:03:55.297]➜  			"embedded/alloy.xml",
2025-08-20T23:05:10.0157140Z [00:03:55.297]➜  			"embedded/angular2.xml",
2025-08-20T23:05:10.0157685Z [00:03:55.297]➜  			"embedded/antlr.xml",
2025-08-20T23:05:10.0158804Z [00:03:55.297]➜  			"embedded/apacheconf.xml",
2025-08-20T23:05:10.0169703Z [00:03:55.297]➜  			"embedded/apl.xml",
2025-08-20T23:05:10.0170410Z [00:03:55.297]➜  			"embedded/applescript.xml",
2025-08-20T23:05:10.0171035Z [00:03:55.297]➜  			"embedded/arangodb_aql.xml",
2025-08-20T23:05:10.0171638Z [00:03:55.297]➜  			"embedded/arduino.xml",
2025-08-20T23:05:10.0172175Z [00:03:55.297]➜  			"embedded/armasm.xml",
2025-08-20T23:05:10.0172741Z [00:03:55.297]➜  			"embedded/autohotkey.xml",
2025-08-20T23:05:10.0173310Z [00:03:55.297]➜  			"embedded/autoit.xml",
2025-08-20T23:05:10.0174089Z [00:03:55.297]➜  			"embedded/awk.xml",
2025-08-20T23:05:10.0174628Z [00:03:55.297]➜  			"embedded/ballerina.xml",
2025-08-20T23:05:10.0175172Z [00:03:55.297]➜  			"embedded/bash.xml",
2025-08-20T23:05:10.0175726Z [00:03:55.297]➜  			"embedded/bash_session.xml",
2025-08-20T23:05:10.0176291Z [00:03:55.297]➜  			"embedded/batchfile.xml",
2025-08-20T23:05:10.0176828Z [00:03:55.297]➜  			"embedded/bibtex.xml",
2025-08-20T23:05:10.0177360Z [00:03:55.297]➜  			"embedded/bicep.xml",
2025-08-20T23:05:10.0177930Z [00:03:55.297]➜  			"embedded/blitzbasic.xml",
2025-08-20T23:05:10.0178480Z [00:03:55.297]➜  			"embedded/bnf.xml",
2025-08-20T23:05:10.0178982Z [00:03:55.297]➜  			"embedded/bqn.xml",
2025-08-20T23:05:10.0179861Z [00:03:55.297]➜  			"embedded/brainfuck.xml",
2025-08-20T23:05:10.0180418Z [00:03:55.297]➜  			"embedded/c#.xml",
2025-08-20T23:05:10.0180954Z [00:03:55.297]➜  			"embedded/c++.xml",
2025-08-20T23:05:10.0181539Z [00:03:55.297]➜  			"embedded/c.xml",
2025-08-20T23:05:10.0182087Z [00:03:55.297]➜  			"embedded/cap_n_proto.xml",
2025-08-20T23:05:10.0184071Z [00:03:55.297]➜  			"embedded/cassandra_cql.xml",
2025-08-20T23:05:10.0184654Z [00:03:55.297]➜  			"embedded/ceylon.xml",
2025-08-20T23:05:10.0185253Z [00:03:55.297]➜  			"embedded/cfengine3.xml",
2025-08-20T23:05:10.0185813Z [00:03:55.297]➜  			"embedded/cfstatement.xml",
2025-08-20T23:05:10.0186403Z [00:03:55.297]➜  			"embedded/chaiscript.xml",
2025-08-20T23:05:10.0186959Z [00:03:55.297]➜  			"embedded/chapel.xml",
2025-08-20T23:05:10.0187493Z [00:03:55.298]➜  			"embedded/cheetah.xml",
2025-08-20T23:05:10.0188182Z [00:03:55.298]➜  			"embedded/clojure.xml",
2025-08-20T23:05:10.0188725Z [00:03:55.298]➜  			"embedded/cmake.xml",
2025-08-20T23:05:10.0189267Z [00:03:55.298]➜  			"embedded/cobol.xml",
2025-08-20T23:05:10.0190221Z [00:03:55.298]➜  			"embedded/coffeescript.xml",
2025-08-20T23:05:10.0190842Z [00:03:55.298]➜  			"embedded/common_lisp.xml",
2025-08-20T23:05:10.0191391Z [00:03:55.298]➜  			"embedded/coq.xml",
2025-08-20T23:05:10.0191936Z [00:03:55.298]➜  			"embedded/crystal.xml",
2025-08-20T23:05:10.0192463Z [00:03:55.298]➜  			"embedded/css.xml",
2025-08-20T23:05:10.0192967Z [00:03:55.298]➜  			"embedded/cue.xml",
2025-08-20T23:05:10.0193480Z [00:03:55.298]➜  			"embedded/cython.xml",
2025-08-20T23:05:10.0193999Z [00:03:55.298]➜  			"embedded/d.xml",
2025-08-20T23:05:10.0194495Z [00:03:55.298]➜  			"embedded/dart.xml",
2025-08-20T23:05:10.0194998Z [00:03:55.298]➜  			"embedded/dax.xml",
2025-08-20T23:05:10.0195544Z [00:03:55.298]➜  			"embedded/desktop_entry.xml",
2025-08-20T23:05:10.0196076Z [00:03:55.298]➜  			"embedded/diff.xml",
2025-08-20T23:05:10.0196658Z [00:03:55.298]➜  			"embedded/django_jinja.xml",
2025-08-20T23:05:10.0197224Z [00:03:55.298]➜  			"embedded/dns.xml",
2025-08-20T23:05:10.0197768Z [00:03:55.298]➜  			"embedded/docker.xml",
2025-08-20T23:05:10.0198505Z [00:03:55.298]➜  			"embedded/dtd.xml",
2025-08-20T23:05:10.0199022Z [00:03:55.298]➜  			"embedded/dylan.xml",
2025-08-20T23:05:10.0199756Z [00:03:55.298]➜  			"embedded/ebnf.xml",
2025-08-20T23:05:10.0200306Z [00:03:55.298]➜  			"embedded/elixir.xml",
2025-08-20T23:05:10.0200828Z [00:03:55.298]➜  			"embedded/elm.xml",
2025-08-20T23:05:10.0201378Z [00:03:55.298]➜  			"embedded/emacslisp.xml",
2025-08-20T23:05:10.0201944Z [00:03:55.298]➜  			"embedded/erlang.xml",
2025-08-20T23:05:10.0202488Z [00:03:55.298]➜  			"embedded/factor.xml",
2025-08-20T23:05:10.0203009Z [00:03:55.298]➜  			"embedded/fennel.xml",
2025-08-20T23:05:10.0203536Z [00:03:55.298]➜  			"embedded/fish.xml",
2025-08-20T23:05:10.0204063Z [00:03:55.298]➜  			"embedded/forth.xml",
2025-08-20T23:05:10.0204633Z [00:03:55.298]➜  			"embedded/fortran.xml",
2025-08-20T23:05:10.0205201Z [00:03:55.298]➜  			"embedded/fortranfixed.xml",
2025-08-20T23:05:10.0205767Z [00:03:55.298]➜  			"embedded/fsharp.xml",
2025-08-20T23:05:10.0206299Z [00:03:55.298]➜  			"embedded/gas.xml",
2025-08-20T23:05:10.0206837Z [00:03:55.298]➜  			"embedded/gdscript.xml",
2025-08-20T23:05:10.0207399Z [00:03:55.298]➜  			"embedded/gdscript3.xml",
2025-08-20T23:05:10.0208112Z [00:03:55.298]➜  			"embedded/gherkin.xml",
2025-08-20T23:05:10.0208672Z [00:03:55.298]➜  			"embedded/gleam.xml",
2025-08-20T23:05:10.0209200Z [00:03:55.298]➜  			"embedded/glsl.xml",
2025-08-20T23:05:10.0209918Z [00:03:55.298]➜  			"embedded/gnuplot.xml",
2025-08-20T23:05:10.0210484Z [00:03:55.298]➜  			"embedded/go_template.xml",
2025-08-20T23:05:10.0211037Z [00:03:55.298]➜  			"embedded/graphql.xml",
2025-08-20T23:05:10.0211541Z [00:03:55.298]➜  			"embedded/groff.xml",
2025-08-20T23:05:10.0212464Z [00:03:55.298]➜  			"embedded/groovy.xml",
2025-08-20T23:05:10.0213293Z [00:03:55.298]➜  			"embedded/handlebars.xml",
2025-08-20T23:05:10.0214325Z [00:03:55.298]➜  			"embedded/hare.xml",
2025-08-20T23:05:10.0215006Z [00:03:55.298]➜  			"embedded/haskell.xml",
2025-08-20T23:05:10.0215614Z [00:03:55.298]➜  			"embedded/hcl.xml",
2025-08-20T23:05:10.0216169Z [00:03:55.298]➜  			"embedded/hexdump.xml",
2025-08-20T23:05:10.0216698Z [00:03:55.298]➜  			"embedded/hlb.xml",
2025-08-20T23:05:10.0217225Z [00:03:55.298]➜  			"embedded/hlsl.xml",
2025-08-20T23:05:10.0217774Z [00:03:55.298]➜  			"embedded/holyc.xml",
2025-08-20T23:05:10.0218308Z [00:03:55.298]➜  			"embedded/html.xml",
2025-08-20T23:05:10.0218811Z [00:03:55.298]➜  			"embedded/hy.xml",
2025-08-20T23:05:10.0219491Z [00:03:55.298]➜  			"embedded/idris.xml",
2025-08-20T23:05:10.0220034Z [00:03:55.298]➜  			"embedded/igor.xml",
2025-08-20T23:05:10.0220563Z [00:03:55.298]➜  			"embedded/ini.xml",
2025-08-20T23:05:10.0221070Z [00:03:55.298]➜  			"embedded/io.xml",
2025-08-20T23:05:10.0221591Z [00:03:55.298]➜  			"embedded/iscdhcpd.xml",
2025-08-20T23:05:10.0222277Z [00:03:55.298]➜  			"embedded/j.xml",
2025-08-20T23:05:10.0222819Z [00:03:55.298]➜  			"embedded/java.xml",
2025-08-20T23:05:10.0223371Z [00:03:55.298]➜  			"embedded/javascript.xml",
2025-08-20T23:05:10.0223909Z [00:03:55.298]➜  			"embedded/json.xml",
2025-08-20T23:05:10.0224436Z [00:03:55.298]➜  			"embedded/julia.xml",
2025-08-20T23:05:10.0224971Z [00:03:55.298]➜  			"embedded/jungle.xml",
2025-08-20T23:05:10.0225497Z [00:03:55.298]➜  			"embedded/kotlin.xml",
2025-08-20T23:05:10.0226117Z [00:03:55.298]➜  			"embedded/lighttpd_configuration_file.xml",
2025-08-20T23:05:10.0226739Z [00:03:55.298]➜  			"embedded/llvm.xml",
2025-08-20T23:05:10.0227271Z [00:03:55.298]➜  			"embedded/lua.xml",
2025-08-20T23:05:10.0227801Z [00:03:55.298]➜  			"embedded/makefile.xml",
2025-08-20T23:05:10.0228333Z [00:03:55.298]➜  			"embedded/mako.xml",
2025-08-20T23:05:10.0228852Z [00:03:55.298]➜  			"embedded/mason.xml",
2025-08-20T23:05:10.0229686Z [00:03:55.298]➜  			"embedded/materialize_sql_dialect.xml",
2025-08-20T23:05:10.0230298Z [00:03:55.298]➜  			"embedded/mathematica.xml",
2025-08-20T23:05:10.0230856Z [00:03:55.298]➜  			"embedded/matlab.xml",
2025-08-20T23:05:10.0231419Z [00:03:55.298]➜  			"embedded/mcfunction.xml",
2025-08-20T23:05:10.0232155Z [00:03:55.298]➜  			"embedded/meson.xml",
2025-08-20T23:05:10.0232681Z [00:03:55.298]➜  			"embedded/metal.xml",
2025-08-20T23:05:10.0233220Z [00:03:55.298]➜  			"embedded/minizinc.xml",
2025-08-20T23:05:10.0233762Z [00:03:55.298]➜  			"embedded/mlir.xml",
2025-08-20T23:05:10.0234296Z [00:03:55.298]➜  			"embedded/modula-2.xml",
2025-08-20T23:05:10.0234837Z [00:03:55.298]➜  			"embedded/monkeyc.xml",
2025-08-20T23:05:10.0235432Z [00:03:55.298]➜  			"embedded/morrowindscript.xml",
2025-08-20T23:05:10.0236024Z [00:03:55.298]➜  			"embedded/myghty.xml",
2025-08-20T23:05:10.0236545Z [00:03:55.298]➜  			"embedded/mysql.xml",
2025-08-20T23:05:10.0237058Z [00:03:55.298]➜  			"embedded/nasm.xml",
2025-08-20T23:05:10.0237608Z [00:03:55.298]➜  			"embedded/natural.xml",
2025-08-20T23:05:10.0238143Z [00:03:55.298]➜  			"embedded/ndisasm.xml",
2025-08-20T23:05:10.0238693Z [00:03:55.298]➜  			"embedded/newspeak.xml",
2025-08-20T23:05:10.0239295Z [00:03:55.298]➜  			"embedded/nginx_configuration_file.xml",
2025-08-20T23:05:10.0240083Z [00:03:55.298]➜  			"embedded/nim.xml",
2025-08-20T23:05:10.0240588Z [00:03:55.298]➜  			"embedded/nix.xml",
2025-08-20T23:05:10.0241285Z [00:03:55.298]➜  			"embedded/objective-c.xml",
2025-08-20T23:05:10.0241864Z [00:03:55.298]➜  			"embedded/objectpascal.xml",
2025-08-20T23:05:10.0242421Z [00:03:55.298]➜  			"embedded/ocaml.xml",
2025-08-20T23:05:10.0242941Z [00:03:55.298]➜  			"embedded/octave.xml",
2025-08-20T23:05:10.0243452Z [00:03:55.298]➜  			"embedded/odin.xml",
2025-08-20T23:05:10.0244016Z [00:03:55.298]➜  			"embedded/onesenterprise.xml",
2025-08-20T23:05:10.0244605Z [00:03:55.298]➜  			"embedded/openedge_abl.xml",
2025-08-20T23:05:10.0245150Z [00:03:55.298]➜  			"embedded/openscad.xml",
2025-08-20T23:05:10.0245811Z [00:03:55.298]➜  			"embedded/org_mode.xml",
2025-08-20T23:05:10.0246390Z [00:03:55.298]➜  			"embedded/pacmanconf.xml",
2025-08-20T23:05:10.0247086Z [00:03:55.298]➜  			"embedded/perl.xml",
2025-08-20T23:05:10.0247642Z [00:03:55.298]➜  			"embedded/php.xml",
2025-08-20T23:05:10.0248169Z [00:03:55.298]➜  			"embedded/pig.xml",
2025-08-20T23:05:10.0248717Z [00:03:55.298]➜  			"embedded/pkgconfig.xml",
2025-08-20T23:05:10.0249275Z [00:03:55.298]➜  			"embedded/pl_pgsql.xml",
2025-08-20T23:05:10.0250036Z [00:03:55.298]➜  			"embedded/plaintext.xml",
2025-08-20T23:05:10.0250588Z [00:03:55.298]➜  			"embedded/plutus_core.xml",
2025-08-20T23:05:10.0251122Z [00:03:55.298]➜  			"embedded/pony.xml",
2025-08-20T23:05:10.0251716Z [00:03:55.298]➜  			"embedded/postgresql_sql_dialect.xml",
2025-08-20T23:05:10.0252331Z [00:03:55.298]➜  			"embedded/postscript.xml",
2025-08-20T23:05:10.0252867Z [00:03:55.298]➜  			"embedded/povray.xml",
2025-08-20T23:05:10.0253415Z [00:03:55.298]➜  			"embedded/powerquery.xml",
2025-08-20T23:05:10.0253985Z [00:03:55.298]➜  			"embedded/powershell.xml",
2025-08-20T23:05:10.0254559Z [00:03:55.298]➜  			"embedded/prolog.xml",
2025-08-20T23:05:10.0255122Z [00:03:55.298]➜  			"embedded/promela.xml",
2025-08-20T23:05:10.0255677Z [00:03:55.298]➜  			"embedded/promql.xml",
2025-08-20T23:05:10.0256230Z [00:03:55.298]➜  			"embedded/properties.xml",
2025-08-20T23:05:10.0256816Z [00:03:55.298]➜  			"embedded/protocol_buffer.xml",
2025-08-20T23:05:10.0257386Z [00:03:55.298]➜  			"embedded/prql.xml",
2025-08-20T23:05:10.0257894Z [00:03:55.298]➜  			"embedded/psl.xml",
2025-08-20T23:05:10.0258379Z [00:03:55.298]➜  			"embedded/puppet.xml",
2025-08-20T23:05:10.0258918Z [00:03:55.298]➜  			"embedded/python.xml",
2025-08-20T23:05:10.0290023Z [00:03:55.298]➜  			"embedded/python_2.xml",
2025-08-20T23:05:10.0290854Z [00:03:55.298]➜  			"embedded/qbasic.xml",
2025-08-20T23:05:10.0291386Z [00:03:55.298]➜  			"embedded/qml.xml",
2025-08-20T23:05:10.0291896Z [00:03:55.298]➜  			"embedded/r.xml",
2025-08-20T23:05:10.0292455Z [00:03:55.298]➜  			"embedded/racket.xml",
2025-08-20T23:05:10.0293000Z [00:03:55.298]➜  			"embedded/ragel.xml",
2025-08-20T23:05:10.0293531Z [00:03:55.298]➜  			"embedded/react.xml",
2025-08-20T23:05:10.0294057Z [00:03:55.298]➜  			"embedded/reasonml.xml",
2025-08-20T23:05:10.0294889Z [00:03:55.298]➜  			"embedded/reg.xml",
2025-08-20T23:05:10.0295395Z [00:03:55.298]➜  			"embedded/rego.xml",
2025-08-20T23:05:10.0295895Z [00:03:55.298]➜  			"embedded/rexx.xml",
2025-08-20T23:05:10.0296402Z [00:03:55.298]➜  			"embedded/rpm_spec.xml",
2025-08-20T23:05:10.0296938Z [00:03:55.298]➜  			"embedded/ruby.xml",
2025-08-20T23:05:10.0297431Z [00:03:55.298]➜  			"embedded/rust.xml",
2025-08-20T23:05:10.0297940Z [00:03:55.298]➜  			"embedded/sas.xml",
2025-08-20T23:05:10.0298461Z [00:03:55.298]➜  			"embedded/sass.xml",
2025-08-20T23:05:10.0298985Z [00:03:55.298]➜  			"embedded/scala.xml",
2025-08-20T23:05:10.0299708Z [00:03:55.298]➜  			"embedded/scheme.xml",
2025-08-20T23:05:10.0300248Z [00:03:55.298]➜  			"embedded/scilab.xml",
2025-08-20T23:05:10.0300765Z [00:03:55.298]➜  			"embedded/scss.xml",
2025-08-20T23:05:10.0301299Z [00:03:55.298]➜  			"embedded/sed.xml",
2025-08-20T23:05:10.0301823Z [00:03:55.298]➜  			"embedded/sieve.xml",
2025-08-20T23:05:10.0302352Z [00:03:55.298]➜  			"embedded/smali.xml",
2025-08-20T23:05:10.0302896Z [00:03:55.298]➜  			"embedded/smalltalk.xml",
2025-08-20T23:05:10.0303661Z [00:03:55.298]➜  			"embedded/smarty.xml",
2025-08-20T23:05:10.0304189Z [00:03:55.298]➜  			"embedded/snobol.xml",
2025-08-20T23:05:10.0304725Z [00:03:55.298]➜  			"embedded/solidity.xml",
2025-08-20T23:05:10.0305293Z [00:03:55.298]➜  			"embedded/sourcepawn.xml",
2025-08-20T23:05:10.0305854Z [00:03:55.298]➜  			"embedded/sparql.xml",
2025-08-20T23:05:10.0306362Z [00:03:55.298]➜  			"embedded/sql.xml",
2025-08-20T23:05:10.0306888Z [00:03:55.298]➜  			"embedded/squidconf.xml",
2025-08-20T23:05:10.0307442Z [00:03:55.298]➜  			"embedded/standard_ml.xml",
2025-08-20T23:05:10.0307975Z [00:03:55.298]➜  			"embedded/stas.xml",
2025-08-20T23:05:10.0308659Z [00:03:55.298]➜  			"embedded/stylus.xml",
2025-08-20T23:05:10.0309524Z [00:03:55.298]➜  			"embedded/swift.xml",
2025-08-20T23:05:10.0310131Z [00:03:55.299]➜  			"embedded/systemd.xml",
2025-08-20T23:05:10.0310723Z [00:03:55.299]➜  			"embedded/systemverilog.xml",
2025-08-20T23:05:10.0311291Z [00:03:55.299]➜  			"embedded/tablegen.xml",
2025-08-20T23:05:10.0311813Z [00:03:55.299]➜  			"embedded/tal.xml",
2025-08-20T23:05:10.0312302Z [00:03:55.299]➜  			"embedded/tasm.xml",
2025-08-20T23:05:10.0312816Z [00:03:55.299]➜  			"embedded/tcl.xml",
2025-08-20T23:05:10.0313312Z [00:03:55.299]➜  			"embedded/tcsh.xml",
2025-08-20T23:05:10.0313854Z [00:03:55.299]➜  			"embedded/termcap.xml",
2025-08-20T23:05:10.0314422Z [00:03:55.299]➜  			"embedded/terminfo.xml",
2025-08-20T23:05:10.0314959Z [00:03:55.299]➜  			"embedded/terraform.xml",
2025-08-20T23:05:10.0315567Z [00:03:55.299]➜  			"embedded/tex.xml",
2025-08-20T23:05:10.0316084Z [00:03:55.299]➜  			"embedded/thrift.xml",
2025-08-20T23:05:10.0316634Z [00:03:55.299]➜  			"embedded/toml.xml",
2025-08-20T23:05:10.0317208Z [00:03:55.299]➜  			"embedded/tradingview.xml",
2025-08-20T23:05:10.0317808Z [00:03:55.299]➜  			"embedded/transact-sql.xml",
2025-08-20T23:05:10.0318369Z [00:03:55.299]➜  			"embedded/turing.xml",
2025-08-20T23:05:10.0318894Z [00:03:55.299]➜  			"embedded/turtle.xml",
2025-08-20T23:05:10.0319750Z [00:03:55.299]➜  			"embedded/twig.xml",
2025-08-20T23:05:10.0320326Z [00:03:55.299]➜  			"embedded/typescript.xml",
2025-08-20T23:05:10.0320918Z [00:03:55.299]➜  			"embedded/typoscript.xml",
2025-08-20T23:05:10.0321534Z [00:03:55.299]➜  			"embedded/typoscriptcssdata.xml",
2025-08-20T23:05:10.0322191Z [00:03:55.299]➜  			"embedded/typoscripthtmldata.xml",
2025-08-20T23:05:10.0322787Z [00:03:55.299]➜  			"embedded/ucode.xml",
2025-08-20T23:05:10.0323304Z [00:03:55.299]➜  			"embedded/v.xml",
2025-08-20T23:05:10.0323836Z [00:03:55.299]➜  			"embedded/v_shell.xml",
2025-08-20T23:05:10.0324370Z [00:03:55.299]➜  			"embedded/vala.xml",
2025-08-20T23:05:10.0324904Z [00:03:55.299]➜  			"embedded/vb_net.xml",
2025-08-20T23:05:10.0325437Z [00:03:55.299]➜  			"embedded/verilog.xml",
2025-08-20T23:05:10.0325955Z [00:03:55.299]➜  			"embedded/vhdl.xml",
2025-08-20T23:05:10.0326646Z [00:03:55.299]➜  			"embedded/vhs.xml",
2025-08-20T23:05:10.0327175Z [00:03:55.299]➜  			"embedded/viml.xml",
2025-08-20T23:05:10.0327715Z [00:03:55.299]➜  			"embedded/vue.xml",
2025-08-20T23:05:10.0328210Z [00:03:55.299]➜  			"embedded/wdte.xml",
2025-08-20T23:05:10.0328800Z [00:03:55.299]➜  			"embedded/webgpu_shading_language.xml",
2025-08-20T23:05:10.0329576Z [00:03:55.299]➜  			"embedded/whiley.xml",
2025-08-20T23:05:10.0330115Z [00:03:55.299]➜  			"embedded/xml.xml",
2025-08-20T23:05:10.0330629Z [00:03:55.299]➜  			"embedded/xorg.xml",
2025-08-20T23:05:10.0331136Z [00:03:55.299]➜  			"embedded/yaml.xml",
2025-08-20T23:05:10.0331638Z [00:03:55.299]➜  			"embedded/yang.xml",
2025-08-20T23:05:10.0332182Z [00:03:55.299]➜  			"embedded/z80_assembly.xml",
2025-08-20T23:05:10.0332732Z [00:03:55.299]➜  			"embedded/zed.xml",
2025-08-20T23:05:10.0333218Z [00:03:55.299]➜  			"embedded/zig.xml"
2025-08-20T23:05:10.0333685Z [00:03:55.299]➜  		]
2025-08-20T23:05:10.0334058Z [00:03:55.299]➜  	},
2025-08-20T23:05:10.0334464Z [00:03:55.299]➜  	"Files": {
2025-08-20T23:05:10.0335453Z [00:03:55.299]➜  		"embedded/abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/abap.xml",
2025-08-20T23:05:10.0337099Z [00:03:55.299]➜  		"embedded/abnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/abnf.xml",
2025-08-20T23:05:10.0338691Z [00:03:55.299]➜  		"embedded/actionscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/actionscript.xml",
2025-08-20T23:05:10.0340719Z [00:03:55.299]➜  		"embedded/actionscript_3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/actionscript_3.xml",
2025-08-20T23:05:10.0342454Z [00:03:55.299]➜  		"embedded/ada.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ada.xml",
2025-08-20T23:05:10.0344027Z [00:03:55.299]➜  		"embedded/agda.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/agda.xml",
2025-08-20T23:05:10.0345446Z [00:03:55.299]➜  		"embedded/al.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/al.xml",
2025-08-20T23:05:10.0346857Z [00:03:55.299]➜  		"embedded/alloy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/alloy.xml",
2025-08-20T23:05:10.0348376Z [00:03:55.299]➜  		"embedded/angular2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/angular2.xml",
2025-08-20T23:05:10.0350062Z [00:03:55.299]➜  		"embedded/antlr.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/antlr.xml",
2025-08-20T23:05:10.0351574Z [00:03:55.299]➜  		"embedded/apacheconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/apacheconf.xml",
2025-08-20T23:05:10.0353055Z [00:03:55.299]➜  		"embedded/apl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/apl.xml",
2025-08-20T23:05:10.0354569Z [00:03:55.299]➜  		"embedded/applescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/applescript.xml",
2025-08-20T23:05:10.0356381Z [00:03:55.299]➜  		"embedded/arangodb_aql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/arangodb_aql.xml",
2025-08-20T23:05:10.0357961Z [00:03:55.299]➜  		"embedded/arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/arduino.xml",
2025-08-20T23:05:10.0359658Z [00:03:55.299]➜  		"embedded/armasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/armasm.xml",
2025-08-20T23:05:10.0361170Z [00:03:55.299]➜  		"embedded/autohotkey.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/autohotkey.xml",
2025-08-20T23:05:10.0362614Z [00:03:55.299]➜  		"embedded/autoit.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/autoit.xml",
2025-08-20T23:05:10.0363993Z [00:03:55.299]➜  		"embedded/awk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/awk.xml",
2025-08-20T23:05:10.0365414Z [00:03:55.299]➜  		"embedded/ballerina.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ballerina.xml",
2025-08-20T23:05:10.0366878Z [00:03:55.299]➜  		"embedded/bash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bash.xml",
2025-08-20T23:05:10.0368411Z [00:03:55.299]➜  		"embedded/bash_session.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bash_session.xml",
2025-08-20T23:05:10.0370243Z [00:03:55.299]➜  		"embedded/batchfile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/batchfile.xml",
2025-08-20T23:05:10.0371762Z [00:03:55.299]➜  		"embedded/bibtex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bibtex.xml",
2025-08-20T23:05:10.0373353Z [00:03:55.299]➜  		"embedded/bicep.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bicep.xml",
2025-08-20T23:05:10.0374835Z [00:03:55.299]➜  		"embedded/blitzbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/blitzbasic.xml",
2025-08-20T23:05:10.0376526Z [00:03:55.299]➜  		"embedded/bnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bnf.xml",
2025-08-20T23:05:10.0377878Z [00:03:55.299]➜  		"embedded/bqn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/bqn.xml",
2025-08-20T23:05:10.0379290Z [00:03:55.299]➜  		"embedded/brainfuck.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/brainfuck.xml",
2025-08-20T23:05:10.0381084Z [00:03:55.299]➜  		"embedded/c#.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c#.xml",
2025-08-20T23:05:10.0382578Z [00:03:55.299]➜  		"embedded/c++.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c++.xml",
2025-08-20T23:05:10.0383921Z [00:03:55.299]➜  		"embedded/c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/c.xml",
2025-08-20T23:05:10.0385315Z [00:03:55.299]➜  		"embedded/cap_n_proto.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cap_n_proto.xml",
2025-08-20T23:05:10.0386834Z [00:03:55.299]➜  		"embedded/cassandra_cql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cassandra_cql.xml",
2025-08-20T23:05:10.0388330Z [00:03:55.299]➜  		"embedded/ceylon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ceylon.xml",
2025-08-20T23:05:10.0389981Z [00:03:55.299]➜  		"embedded/cfengine3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cfengine3.xml",
2025-08-20T23:05:10.0391502Z [00:03:55.299]➜  		"embedded/cfstatement.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cfstatement.xml",
2025-08-20T23:05:10.0392975Z [00:03:55.299]➜  		"embedded/chaiscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/chaiscript.xml",
2025-08-20T23:05:10.0394511Z [00:03:55.299]➜  		"embedded/chapel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/chapel.xml",
2025-08-20T23:05:10.0395860Z [00:03:55.299]➜  		"embedded/cheetah.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cheetah.xml",
2025-08-20T23:05:10.0397208Z [00:03:55.299]➜  		"embedded/clojure.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/clojure.xml",
2025-08-20T23:05:10.0398551Z [00:03:55.299]➜  		"embedded/cmake.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cmake.xml",
2025-08-20T23:05:10.0400017Z [00:03:55.299]➜  		"embedded/cobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cobol.xml",
2025-08-20T23:05:10.0401455Z [00:03:55.299]➜  		"embedded/coffeescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/coffeescript.xml",
2025-08-20T23:05:10.0403032Z [00:03:55.299]➜  		"embedded/common_lisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/common_lisp.xml",
2025-08-20T23:05:10.0404533Z [00:03:55.299]➜  		"embedded/coq.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/coq.xml",
2025-08-20T23:05:10.0406010Z [00:03:55.299]➜  		"embedded/crystal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/crystal.xml",
2025-08-20T23:05:10.0407494Z [00:03:55.299]➜  		"embedded/css.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/css.xml",
2025-08-20T23:05:10.0408893Z [00:03:55.299]➜  		"embedded/cue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cue.xml",
2025-08-20T23:05:10.0410610Z [00:03:55.299]➜  		"embedded/cython.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/cython.xml",
2025-08-20T23:05:10.0412174Z [00:03:55.299]➜  		"embedded/d.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/d.xml",
2025-08-20T23:05:10.0413545Z [00:03:55.299]➜  		"embedded/dart.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dart.xml",
2025-08-20T23:05:10.0415066Z [00:03:55.299]➜  		"embedded/dax.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dax.xml",
2025-08-20T23:05:10.0416705Z [00:03:55.299]➜  		"embedded/desktop_entry.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/desktop_entry.xml",
2025-08-20T23:05:10.0418218Z [00:03:55.299]➜  		"embedded/diff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/diff.xml",
2025-08-20T23:05:10.0419913Z [00:03:55.299]➜  		"embedded/django_jinja.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/django_jinja.xml",
2025-08-20T23:05:10.0421538Z [00:03:55.299]➜  		"embedded/dns.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dns.xml",
2025-08-20T23:05:10.0423001Z [00:03:55.299]➜  		"embedded/docker.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/docker.xml",
2025-08-20T23:05:10.0424461Z [00:03:55.299]➜  		"embedded/dtd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dtd.xml",
2025-08-20T23:05:10.0425909Z [00:03:55.299]➜  		"embedded/dylan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/dylan.xml",
2025-08-20T23:05:10.0427384Z [00:03:55.299]➜  		"embedded/ebnf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ebnf.xml",
2025-08-20T23:05:10.0428799Z [00:03:55.299]➜  		"embedded/elixir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/elixir.xml",
2025-08-20T23:05:10.0430489Z [00:03:55.299]➜  		"embedded/elm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/elm.xml",
2025-08-20T23:05:10.0431975Z [00:03:55.299]➜  		"embedded/emacslisp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/emacslisp.xml",
2025-08-20T23:05:10.0433723Z [00:03:55.299]➜  		"embedded/erlang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/erlang.xml",
2025-08-20T23:05:10.0435191Z [00:03:55.299]➜  		"embedded/factor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/factor.xml",
2025-08-20T23:05:10.0436689Z [00:03:55.299]➜  		"embedded/fennel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fennel.xml",
2025-08-20T23:05:10.0438157Z [00:03:55.299]➜  		"embedded/fish.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fish.xml",
2025-08-20T23:05:10.0439919Z [00:03:55.299]➜  		"embedded/forth.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/forth.xml",
2025-08-20T23:05:10.0441471Z [00:03:55.299]➜  		"embedded/fortran.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fortran.xml",
2025-08-20T23:05:10.0443119Z [00:03:55.299]➜  		"embedded/fortranfixed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fortranfixed.xml",
2025-08-20T23:05:10.0444732Z [00:03:55.299]➜  		"embedded/fsharp.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/fsharp.xml",
2025-08-20T23:05:10.0446177Z [00:03:55.299]➜  		"embedded/gas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gas.xml",
2025-08-20T23:05:10.0447681Z [00:03:55.299]➜  		"embedded/gdscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gdscript.xml",
2025-08-20T23:05:10.0449243Z [00:03:55.299]➜  		"embedded/gdscript3.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gdscript3.xml",
2025-08-20T23:05:10.0450904Z [00:03:55.299]➜  		"embedded/gherkin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gherkin.xml",
2025-08-20T23:05:10.0452544Z [00:03:55.299]➜  		"embedded/gleam.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gleam.xml",
2025-08-20T23:05:10.0453937Z [00:03:55.299]➜  		"embedded/glsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/glsl.xml",
2025-08-20T23:05:10.0455499Z [00:03:55.299]➜  		"embedded/gnuplot.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/gnuplot.xml",
2025-08-20T23:05:10.0456973Z [00:03:55.299]➜  		"embedded/go_template.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/go_template.xml",
2025-08-20T23:05:10.0458422Z [00:03:55.299]➜  		"embedded/graphql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/graphql.xml",
2025-08-20T23:05:10.0460202Z [00:03:55.299]➜  		"embedded/groff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/groff.xml",
2025-08-20T23:05:10.0461635Z [00:03:55.299]➜  		"embedded/groovy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/groovy.xml",
2025-08-20T23:05:10.0463095Z [00:03:55.299]➜  		"embedded/handlebars.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/handlebars.xml",
2025-08-20T23:05:10.0464520Z [00:03:55.299]➜  		"embedded/hare.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hare.xml",
2025-08-20T23:05:10.0465921Z [00:03:55.299]➜  		"embedded/haskell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/haskell.xml",
2025-08-20T23:05:10.0467275Z [00:03:55.299]➜  		"embedded/hcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hcl.xml",
2025-08-20T23:05:10.0468632Z [00:03:55.299]➜  		"embedded/hexdump.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hexdump.xml",
2025-08-20T23:05:10.0470726Z [00:03:55.299]➜  		"embedded/hlb.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hlb.xml",
2025-08-20T23:05:10.0472174Z [00:03:55.299]➜  		"embedded/hlsl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hlsl.xml",
2025-08-20T23:05:10.0473828Z [00:03:55.299]➜  		"embedded/holyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/holyc.xml",
2025-08-20T23:05:10.0475327Z [00:03:55.299]➜  		"embedded/html.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/html.xml",
2025-08-20T23:05:10.0476717Z [00:03:55.299]➜  		"embedded/hy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/hy.xml",
2025-08-20T23:05:10.0478111Z [00:03:55.299]➜  		"embedded/idris.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/idris.xml",
2025-08-20T23:05:10.0479720Z [00:03:55.299]➜  		"embedded/igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/igor.xml",
2025-08-20T23:05:10.0481130Z [00:03:55.299]➜  		"embedded/ini.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ini.xml",
2025-08-20T23:05:10.0482521Z [00:03:55.299]➜  		"embedded/io.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/io.xml",
2025-08-20T23:05:10.0483937Z [00:03:55.299]➜  		"embedded/iscdhcpd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/iscdhcpd.xml",
2025-08-20T23:05:10.0485382Z [00:03:55.299]➜  		"embedded/j.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/j.xml",
2025-08-20T23:05:10.0486772Z [00:03:55.299]➜  		"embedded/java.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/java.xml",
2025-08-20T23:05:10.0488319Z [00:03:55.299]➜  		"embedded/javascript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/javascript.xml",
2025-08-20T23:05:10.0490086Z [00:03:55.299]➜  		"embedded/json.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/json.xml",
2025-08-20T23:05:10.0491699Z [00:03:55.299]➜  		"embedded/julia.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/julia.xml",
2025-08-20T23:05:10.0493201Z [00:03:55.299]➜  		"embedded/jungle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/jungle.xml",
2025-08-20T23:05:10.0494891Z [00:03:55.299]➜  		"embedded/kotlin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/kotlin.xml",
2025-08-20T23:05:10.0496700Z [00:03:55.299]➜  		"embedded/lighttpd_configuration_file.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/lighttpd_configuration_file.xml",
2025-08-20T23:05:10.0498429Z [00:03:55.299]➜  		"embedded/llvm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/llvm.xml",
2025-08-20T23:05:10.0500000Z [00:03:55.299]➜  		"embedded/lua.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/lua.xml",
2025-08-20T23:05:10.0501662Z [00:03:55.299]➜  		"embedded/makefile.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/makefile.xml",
2025-08-20T23:05:10.0503207Z [00:03:55.299]➜  		"embedded/mako.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mako.xml",
2025-08-20T23:05:10.0504678Z [00:03:55.299]➜  		"embedded/mason.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mason.xml",
2025-08-20T23:05:10.0506433Z [00:03:55.299]➜  		"embedded/materialize_sql_dialect.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/materialize_sql_dialect.xml",
2025-08-20T23:05:10.0508247Z [00:03:55.299]➜  		"embedded/mathematica.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mathematica.xml",
2025-08-20T23:05:10.0510008Z [00:03:55.299]➜  		"embedded/matlab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/matlab.xml",
2025-08-20T23:05:10.0511548Z [00:03:55.299]➜  		"embedded/mcfunction.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mcfunction.xml",
2025-08-20T23:05:10.0513022Z [00:03:55.299]➜  		"embedded/meson.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/meson.xml",
2025-08-20T23:05:10.0514636Z [00:03:55.299]➜  		"embedded/metal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/metal.xml",
2025-08-20T23:05:10.0516187Z [00:03:55.299]➜  		"embedded/minizinc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/minizinc.xml",
2025-08-20T23:05:10.0517534Z [00:03:55.299]➜  		"embedded/mlir.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mlir.xml",
2025-08-20T23:05:10.0519002Z [00:03:55.299]➜  		"embedded/modula-2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/modula-2.xml",
2025-08-20T23:05:10.0520742Z [00:03:55.299]➜  		"embedded/monkeyc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/monkeyc.xml",
2025-08-20T23:05:10.0522433Z [00:03:55.299]➜  		"embedded/morrowindscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/morrowindscript.xml",
2025-08-20T23:05:10.0524007Z [00:03:55.299]➜  		"embedded/myghty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/myghty.xml",
2025-08-20T23:05:10.0525536Z [00:03:55.299]➜  		"embedded/mysql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/mysql.xml",
2025-08-20T23:05:10.0527028Z [00:03:55.299]➜  		"embedded/nasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nasm.xml",
2025-08-20T23:05:10.0528568Z [00:03:55.299]➜  		"embedded/natural.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/natural.xml",
2025-08-20T23:05:10.0530318Z [00:03:55.299]➜  		"embedded/ndisasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ndisasm.xml",
2025-08-20T23:05:10.0532090Z [00:03:55.299]➜  		"embedded/newspeak.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/newspeak.xml",
2025-08-20T23:05:10.0533924Z [00:03:55.299]➜  		"embedded/nginx_configuration_file.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nginx_configuration_file.xml",
2025-08-20T23:05:10.0535803Z [00:03:55.299]➜  		"embedded/nim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nim.xml",
2025-08-20T23:05:10.0537260Z [00:03:55.299]➜  		"embedded/nix.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/nix.xml",
2025-08-20T23:05:10.0538740Z [00:03:55.299]➜  		"embedded/objective-c.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/objective-c.xml",
2025-08-20T23:05:10.0540684Z [00:03:55.299]➜  		"embedded/objectpascal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/objectpascal.xml",
2025-08-20T23:05:10.0542481Z [00:03:55.300]➜  		"embedded/ocaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ocaml.xml",
2025-08-20T23:05:10.0544056Z [00:03:55.300]➜  		"embedded/octave.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/octave.xml",
2025-08-20T23:05:10.0545599Z [00:03:55.300]➜  		"embedded/odin.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/odin.xml",
2025-08-20T23:05:10.0547281Z [00:03:55.300]➜  		"embedded/onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/onesenterprise.xml",
2025-08-20T23:05:10.0549078Z [00:03:55.300]➜  		"embedded/openedge_abl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/openedge_abl.xml",
2025-08-20T23:05:10.0550922Z [00:03:55.300]➜  		"embedded/openscad.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/openscad.xml",
2025-08-20T23:05:10.0552412Z [00:03:55.300]➜  		"embedded/org_mode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/org_mode.xml",
2025-08-20T23:05:10.0553929Z [00:03:55.300]➜  		"embedded/pacmanconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pacmanconf.xml",
2025-08-20T23:05:10.0555558Z [00:03:55.300]➜  		"embedded/perl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/perl.xml",
2025-08-20T23:05:10.0556901Z [00:03:55.300]➜  		"embedded/php.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/php.xml",
2025-08-20T23:05:10.0558211Z [00:03:55.300]➜  		"embedded/pig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pig.xml",
2025-08-20T23:05:10.0559826Z [00:03:55.300]➜  		"embedded/pkgconfig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pkgconfig.xml",
2025-08-20T23:05:10.0561322Z [00:03:55.300]➜  		"embedded/pl_pgsql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pl_pgsql.xml",
2025-08-20T23:05:10.0562797Z [00:03:55.300]➜  		"embedded/plaintext.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/plaintext.xml",
2025-08-20T23:05:10.0564331Z [00:03:55.300]➜  		"embedded/plutus_core.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/plutus_core.xml",
2025-08-20T23:05:10.0565762Z [00:03:55.300]➜  		"embedded/pony.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/pony.xml",
2025-08-20T23:05:10.0567562Z [00:03:55.300]➜  		"embedded/postgresql_sql_dialect.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/postgresql_sql_dialect.xml",
2025-08-20T23:05:10.0569237Z [00:03:55.300]➜  		"embedded/postscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/postscript.xml",
2025-08-20T23:05:10.0570956Z [00:03:55.300]➜  		"embedded/povray.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/povray.xml",
2025-08-20T23:05:10.0572607Z [00:03:55.300]➜  		"embedded/powerquery.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/powerquery.xml",
2025-08-20T23:05:10.0574181Z [00:03:55.300]➜  		"embedded/powershell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/powershell.xml",
2025-08-20T23:05:10.0575668Z [00:03:55.300]➜  		"embedded/prolog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/prolog.xml",
2025-08-20T23:05:10.0577120Z [00:03:55.300]➜  		"embedded/promela.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/promela.xml",
2025-08-20T23:05:10.0578539Z [00:03:55.300]➜  		"embedded/promql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/promql.xml",
2025-08-20T23:05:10.0580255Z [00:03:55.300]➜  		"embedded/properties.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/properties.xml",
2025-08-20T23:05:10.0582159Z [00:03:55.300]➜  		"embedded/protocol_buffer.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/protocol_buffer.xml",
2025-08-20T23:05:10.0583743Z [00:03:55.300]➜  		"embedded/prql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/prql.xml",
2025-08-20T23:05:10.0585127Z [00:03:55.300]➜  		"embedded/psl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/psl.xml",
2025-08-20T23:05:10.0586638Z [00:03:55.300]➜  		"embedded/puppet.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/puppet.xml",
2025-08-20T23:05:10.0588127Z [00:03:55.300]➜  		"embedded/python.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/python.xml",
2025-08-20T23:05:10.0589959Z [00:03:55.300]➜  		"embedded/python_2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/python_2.xml",
2025-08-20T23:05:10.0591607Z [00:03:55.300]➜  		"embedded/qbasic.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/qbasic.xml",
2025-08-20T23:05:10.0593161Z [00:03:55.300]➜  		"embedded/qml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/qml.xml",
2025-08-20T23:05:10.0594587Z [00:03:55.300]➜  		"embedded/r.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/r.xml",
2025-08-20T23:05:10.0596314Z [00:03:55.300]➜  		"embedded/racket.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/racket.xml",
2025-08-20T23:05:10.0597873Z [00:03:55.300]➜  		"embedded/ragel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ragel.xml",
2025-08-20T23:05:10.0599530Z [00:03:55.300]➜  		"embedded/react.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/react.xml",
2025-08-20T23:05:10.0601095Z [00:03:55.300]➜  		"embedded/reasonml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/reasonml.xml",
2025-08-20T23:05:10.0602607Z [00:03:55.300]➜  		"embedded/reg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/reg.xml",
2025-08-20T23:05:10.0604040Z [00:03:55.300]➜  		"embedded/rego.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rego.xml",
2025-08-20T23:05:10.0605443Z [00:03:55.300]➜  		"embedded/rexx.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rexx.xml",
2025-08-20T23:05:10.0607136Z [00:03:55.300]➜  		"embedded/rpm_spec.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rpm_spec.xml",
2025-08-20T23:05:10.0608586Z [00:03:55.300]➜  		"embedded/ruby.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ruby.xml",
2025-08-20T23:05:10.0610222Z [00:03:55.300]➜  		"embedded/rust.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/rust.xml",
2025-08-20T23:05:10.0611682Z [00:03:55.300]➜  		"embedded/sas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sas.xml",
2025-08-20T23:05:10.0613336Z [00:03:55.300]➜  		"embedded/sass.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sass.xml",
2025-08-20T23:05:10.0614876Z [00:03:55.300]➜  		"embedded/scala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scala.xml",
2025-08-20T23:05:10.0616471Z [00:03:55.300]➜  		"embedded/scheme.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scheme.xml",
2025-08-20T23:05:10.0618033Z [00:03:55.300]➜  		"embedded/scilab.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scilab.xml",
2025-08-20T23:05:10.0619757Z [00:03:55.300]➜  		"embedded/scss.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/scss.xml",
2025-08-20T23:05:10.0621228Z [00:03:55.300]➜  		"embedded/sed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sed.xml",
2025-08-20T23:05:10.0622860Z [00:03:55.300]➜  		"embedded/sieve.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sieve.xml",
2025-08-20T23:05:10.0624411Z [00:03:55.300]➜  		"embedded/smali.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smali.xml",
2025-08-20T23:05:10.0625994Z [00:03:55.300]➜  		"embedded/smalltalk.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smalltalk.xml",
2025-08-20T23:05:10.0627578Z [00:03:55.300]➜  		"embedded/smarty.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/smarty.xml",
2025-08-20T23:05:10.0629117Z [00:03:55.300]➜  		"embedded/snobol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/snobol.xml",
2025-08-20T23:05:10.0630925Z [00:03:55.300]➜  		"embedded/solidity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/solidity.xml",
2025-08-20T23:05:10.0632467Z [00:03:55.300]➜  		"embedded/sourcepawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sourcepawn.xml",
2025-08-20T23:05:10.0633948Z [00:03:55.300]➜  		"embedded/sparql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sparql.xml",
2025-08-20T23:05:10.0635318Z [00:03:55.300]➜  		"embedded/sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/sql.xml",
2025-08-20T23:05:10.0636942Z [00:03:55.300]➜  		"embedded/squidconf.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/squidconf.xml",
2025-08-20T23:05:10.0638342Z [00:03:55.300]➜  		"embedded/standard_ml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/standard_ml.xml",
2025-08-20T23:05:10.0639957Z [00:03:55.300]➜  		"embedded/stas.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/stas.xml",
2025-08-20T23:05:10.0641374Z [00:03:55.300]➜  		"embedded/stylus.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/stylus.xml",
2025-08-20T23:05:10.0642733Z [00:03:55.300]➜  		"embedded/swift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/swift.xml",
2025-08-20T23:05:10.0644189Z [00:03:55.300]➜  		"embedded/systemd.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/systemd.xml",
2025-08-20T23:05:10.0645818Z [00:03:55.300]➜  		"embedded/systemverilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/systemverilog.xml",
2025-08-20T23:05:10.0647624Z [00:03:55.300]➜  		"embedded/tablegen.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tablegen.xml",
2025-08-20T23:05:10.0649070Z [00:03:55.300]➜  		"embedded/tal.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tal.xml",
2025-08-20T23:05:10.0650692Z [00:03:55.300]➜  		"embedded/tasm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tasm.xml",
2025-08-20T23:05:10.0651999Z [00:03:55.300]➜  		"embedded/tcl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tcl.xml",
2025-08-20T23:05:10.0653506Z [00:03:55.300]➜  		"embedded/tcsh.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tcsh.xml",
2025-08-20T23:05:10.0654990Z [00:03:55.300]➜  		"embedded/termcap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/termcap.xml",
2025-08-20T23:05:10.0656530Z [00:03:55.300]➜  		"embedded/terminfo.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/terminfo.xml",
2025-08-20T23:05:10.0658095Z [00:03:55.300]➜  		"embedded/terraform.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/terraform.xml",
2025-08-20T23:05:10.0659748Z [00:03:55.300]➜  		"embedded/tex.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tex.xml",
2025-08-20T23:05:10.0662275Z [00:03:55.300]➜  		"embedded/thrift.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/thrift.xml",
2025-08-20T23:05:10.0663984Z [00:03:55.300]➜  		"embedded/toml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/toml.xml",
2025-08-20T23:05:10.0665600Z [00:03:55.300]➜  		"embedded/tradingview.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/tradingview.xml",
2025-08-20T23:05:10.0667282Z [00:03:55.300]➜  		"embedded/transact-sql.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/transact-sql.xml",
2025-08-20T23:05:10.0668901Z [00:03:55.300]➜  		"embedded/turing.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/turing.xml",
2025-08-20T23:05:10.0670634Z [00:03:55.300]➜  		"embedded/turtle.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/turtle.xml",
2025-08-20T23:05:10.0672097Z [00:03:55.300]➜  		"embedded/twig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/twig.xml",
2025-08-20T23:05:10.0673644Z [00:03:55.300]➜  		"embedded/typescript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typescript.xml",
2025-08-20T23:05:10.0675245Z [00:03:55.300]➜  		"embedded/typoscript.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscript.xml",
2025-08-20T23:05:10.0677278Z [00:03:55.300]➜  		"embedded/typoscriptcssdata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscriptcssdata.xml",
2025-08-20T23:05:10.0679228Z [00:03:55.300]➜  		"embedded/typoscripthtmldata.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/typoscripthtmldata.xml",
2025-08-20T23:05:10.0681194Z [00:03:55.300]➜  		"embedded/ucode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/ucode.xml",
2025-08-20T23:05:10.0682620Z [00:03:55.300]➜  		"embedded/v.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/v.xml",
2025-08-20T23:05:10.0684096Z [00:03:55.300]➜  		"embedded/v_shell.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/v_shell.xml",
2025-08-20T23:05:10.0687206Z [00:03:55.300]➜  		"embedded/vala.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vala.xml",
2025-08-20T23:05:10.0688732Z [00:03:55.300]➜  		"embedded/vb_net.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vb_net.xml",
2025-08-20T23:05:10.0691472Z [00:03:55.300]➜  		"embedded/verilog.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/verilog.xml",
2025-08-20T23:05:10.0693271Z [00:03:55.300]➜  		"embedded/vhdl.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vhdl.xml",
2025-08-20T23:05:10.0694719Z [00:03:55.300]➜  		"embedded/vhs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vhs.xml",
2025-08-20T23:05:10.0696176Z [00:03:55.300]➜  		"embedded/viml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/viml.xml",
2025-08-20T23:05:10.0697632Z [00:03:55.300]➜  		"embedded/vue.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/vue.xml",
2025-08-20T23:05:10.0699248Z [00:03:55.300]➜  		"embedded/wdte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/wdte.xml",
2025-08-20T23:05:10.0702157Z [00:03:55.300]➜  		"embedded/webgpu_shading_language.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/webgpu_shading_language.xml",
2025-08-20T23:05:10.0703887Z [00:03:55.300]➜  		"embedded/whiley.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/whiley.xml",
2025-08-20T23:05:10.0705367Z [00:03:55.300]➜  		"embedded/xml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/xml.xml",
2025-08-20T23:05:10.0706804Z [00:03:55.300]➜  		"embedded/xorg.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/xorg.xml",
2025-08-20T23:05:10.0708415Z [00:03:55.300]➜  		"embedded/yaml.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/yaml.xml",
2025-08-20T23:05:10.0710163Z [00:03:55.300]➜  		"embedded/yang.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/yang.xml",
2025-08-20T23:05:10.0711746Z [00:03:55.300]➜  		"embedded/z80_assembly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/z80_assembly.xml",
2025-08-20T23:05:10.0713326Z [00:03:55.300]➜  		"embedded/zed.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/zed.xml",
2025-08-20T23:05:10.0715005Z [00:03:55.300]➜  		"embedded/zig.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/embedded/zig.xml"
2025-08-20T23:05:10.0717439Z [00:03:55.300]➜  	}
2025-08-20T23:05:10.0717826Z [00:03:55.300]➜  }EOF
2025-08-20T23:05:10.0732100Z [00:03:55.305]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers=>github.com/alecthomas/chroma/v2@v2.14.0/lexers;$WORK/b3052=>" -p github.com/alecthomas/chroma/v2/lexers -lang=go1.19 -complete -installsuffix shared -buildid hWZFyv7_rJ--0JPvQ0Dz/hWZFyv7_rJ--0JPvQ0Dz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3052/importcfg -embedcfg $WORK/b3052/embedcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/caddyfile.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/cl.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/dns.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/emacs.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/genshi.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/go.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/haxe.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/html.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/http.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/lexers.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/markdown.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/mysql.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/php.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/raku.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/rst.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/svelte.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/typoscript.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/lexers/zed.go
2025-08-20T23:05:10.0743623Z [00:03:55.349]➜  go tool buildid -w $WORK/b3051/_pkg_.a # internal
2025-08-20T23:05:10.0744933Z [00:03:55.352]➜  cp $WORK/b3051/_pkg_.a /root/.cache/go-build/69/69f95e0dbbd8f286092efc28c335068612e3b35da7692d146b47ae7bd7fc166c-d # internal
2025-08-20T23:05:10.0746114Z [00:03:55.352]➜  github.com/alecthomas/chroma/v2/formatters
2025-08-20T23:05:10.0746717Z [00:03:55.355]➜  mkdir -p $WORK/b3049/
2025-08-20T23:05:10.0747486Z [00:03:55.356]➜  cat >/tmp/go-build3700090427/b3049/importcfg << 'EOF' # internal
2025-08-20T23:05:10.0748178Z [00:03:55.356]➜  # import config
2025-08-20T23:05:10.0749051Z [00:03:55.356]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:10.0750176Z [00:03:55.356]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:10.0751186Z [00:03:55.356]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3700090427/b3045/_pkg_.a
2025-08-20T23:05:10.0752463Z [00:03:55.356]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build3700090427/b3050/_pkg_.a
2025-08-20T23:05:10.0753820Z [00:03:55.356]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build3700090427/b3051/_pkg_.a
2025-08-20T23:05:10.0754862Z [00:03:55.356]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:10.0755661Z [00:03:55.356]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:10.0756446Z [00:03:55.356]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:10.0757172Z [00:03:55.356]➜  EOF
2025-08-20T23:05:10.0763269Z [00:03:55.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3049/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters=>github.com/alecthomas/chroma/v2@v2.14.0/formatters;$WORK/b3049=>" -p github.com/alecthomas/chroma/v2/formatters -lang=go1.19 -complete -installsuffix shared -buildid ETMnHVN7xF3P3obUIsyw/ETMnHVN7xF3P3obUIsyw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3049/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/api.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/json.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/tokens.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/tty_indexed.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/formatters/tty_truecolour.go
2025-08-20T23:05:10.3951371Z [00:03:55.678]➜  go tool buildid -w $WORK/b3049/_pkg_.a # internal
2025-08-20T23:05:10.3979766Z [00:03:55.681]➜  cp $WORK/b3049/_pkg_.a /root/.cache/go-build/86/862d2bf01282d56c00cb2b8a237c66fb440b60d206ea0f4f8dc2530d6ea37927-d # internal
2025-08-20T23:05:10.4031561Z [00:03:55.686]➜  github.com/alecthomas/chroma/v2/styles
2025-08-20T23:05:10.4042872Z [00:03:55.687]➜  mkdir -p $WORK/b3053/
2025-08-20T23:05:10.4052344Z [00:03:55.688]➜  cat >/tmp/go-build3700090427/b3053/importcfg << 'EOF' # internal
2025-08-20T23:05:10.4053504Z [00:03:55.688]➜  # import config
2025-08-20T23:05:10.4054537Z [00:03:55.688]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:05:10.4056504Z [00:03:55.688]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3700090427/b3045/_pkg_.a
2025-08-20T23:05:10.4057505Z [00:03:55.688]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:05:10.4058304Z [00:03:55.688]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:10.4058931Z [00:03:55.688]➜  EOF
2025-08-20T23:05:10.4069154Z [00:03:55.690]➜  cat >/tmp/go-build3700090427/b3053/embedcfg << 'EOF' # internal
2025-08-20T23:05:10.4074254Z [00:03:55.690]➜  {
2025-08-20T23:05:10.4074681Z [00:03:55.690]➜  	"Patterns": {
2025-08-20T23:05:10.4076398Z [00:03:55.690]➜  		"*.xml": [
2025-08-20T23:05:10.4076868Z [00:03:55.690]➜  			"abap.xml",
2025-08-20T23:05:10.4077284Z [00:03:55.690]➜  			"algol.xml",
2025-08-20T23:05:10.4077697Z [00:03:55.690]➜  			"algol_nu.xml",
2025-08-20T23:05:10.4078254Z [00:03:55.690]➜  			"arduino.xml",
2025-08-20T23:05:10.4078697Z [00:03:55.690]➜  			"autumn.xml",
2025-08-20T23:05:10.4079144Z [00:03:55.690]➜  			"average.xml",
2025-08-20T23:05:10.4079840Z [00:03:55.690]➜  			"base16-snazzy.xml",
2025-08-20T23:05:10.4080337Z [00:03:55.690]➜  			"borland.xml",
2025-08-20T23:05:10.4080759Z [00:03:55.690]➜  			"bw.xml",
2025-08-20T23:05:10.4081199Z [00:03:55.690]➜  			"catppuccin-frappe.xml",
2025-08-20T23:05:10.4081725Z [00:03:55.690]➜  			"catppuccin-latte.xml",
2025-08-20T23:05:10.4082286Z [00:03:55.690]➜  			"catppuccin-macchiato.xml",
2025-08-20T23:05:10.4082840Z [00:03:55.690]➜  			"catppuccin-mocha.xml",
2025-08-20T23:05:10.4083504Z [00:03:55.690]➜  			"colorful.xml",
2025-08-20T23:05:10.4084000Z [00:03:55.690]➜  			"doom-one.xml",
2025-08-20T23:05:10.4084467Z [00:03:55.690]➜  			"doom-one2.xml",
2025-08-20T23:05:10.4084974Z [00:03:55.690]➜  			"dracula.xml",
2025-08-20T23:05:10.4085422Z [00:03:55.690]➜  			"emacs.xml",
2025-08-20T23:05:10.4085864Z [00:03:55.690]➜  			"friendly.xml",
2025-08-20T23:05:10.4086336Z [00:03:55.690]➜  			"fruity.xml",
2025-08-20T23:05:10.4086821Z [00:03:55.690]➜  			"github-dark.xml",
2025-08-20T23:05:10.4087300Z [00:03:55.690]➜  			"github.xml",
2025-08-20T23:05:10.4087751Z [00:03:55.690]➜  			"gruvbox-light.xml",
2025-08-20T23:05:10.4088217Z [00:03:55.690]➜  			"gruvbox.xml",
2025-08-20T23:05:10.4088703Z [00:03:55.690]➜  			"hr_high_contrast.xml",
2025-08-20T23:05:10.4089206Z [00:03:55.690]➜  			"hrdark.xml",
2025-08-20T23:05:10.4089897Z [00:03:55.690]➜  			"igor.xml",
2025-08-20T23:05:10.4090475Z [00:03:55.690]➜  			"lovelace.xml",
2025-08-20T23:05:10.4090974Z [00:03:55.690]➜  			"manni.xml",
2025-08-20T23:05:10.4091482Z [00:03:55.690]➜  			"modus-operandi.xml",
2025-08-20T23:05:10.4092018Z [00:03:55.690]➜  			"modus-vivendi.xml",
2025-08-20T23:05:10.4092561Z [00:03:55.690]➜  			"monokai.xml",
2025-08-20T23:05:10.4093065Z [00:03:55.690]➜  			"monokailight.xml",
2025-08-20T23:05:10.4093596Z [00:03:55.690]➜  			"murphy.xml",
2025-08-20T23:05:10.4094087Z [00:03:55.690]➜  			"native.xml",
2025-08-20T23:05:10.4094555Z [00:03:55.690]➜  			"nord.xml",
2025-08-20T23:05:10.4095001Z [00:03:55.690]➜  			"onedark.xml",
2025-08-20T23:05:10.4095470Z [00:03:55.690]➜  			"onesenterprise.xml",
2025-08-20T23:05:10.4095996Z [00:03:55.690]➜  			"paraiso-dark.xml",
2025-08-20T23:05:10.4096537Z [00:03:55.690]➜  			"paraiso-light.xml",
2025-08-20T23:05:10.4097042Z [00:03:55.690]➜  			"pastie.xml",
2025-08-20T23:05:10.4097525Z [00:03:55.690]➜  			"perldoc.xml",
2025-08-20T23:05:10.4098027Z [00:03:55.690]➜  			"pygments.xml",
2025-08-20T23:05:10.4098555Z [00:03:55.690]➜  			"rainbow_dash.xml",
2025-08-20T23:05:10.4099111Z [00:03:55.690]➜  			"rose-pine-dawn.xml",
2025-08-20T23:05:10.4100054Z [00:03:55.690]➜  			"rose-pine-moon.xml",
2025-08-20T23:05:10.4100607Z [00:03:55.690]➜  			"rose-pine.xml",
2025-08-20T23:05:10.4101319Z [00:03:55.690]➜  			"rrt.xml",
2025-08-20T23:05:10.4101811Z [00:03:55.690]➜  			"solarized-dark.xml",
2025-08-20T23:05:10.4102359Z [00:03:55.690]➜  			"solarized-dark256.xml",
2025-08-20T23:05:10.4102925Z [00:03:55.690]➜  			"solarized-light.xml",
2025-08-20T23:05:10.4103470Z [00:03:55.690]➜  			"swapoff.xml",
2025-08-20T23:05:10.4103955Z [00:03:55.690]➜  			"tango.xml",
2025-08-20T23:05:10.4104459Z [00:03:55.690]➜  			"tokyonight-day.xml",
2025-08-20T23:05:10.4105028Z [00:03:55.690]➜  			"tokyonight-moon.xml",
2025-08-20T23:05:10.4105575Z [00:03:55.690]➜  			"tokyonight-night.xml",
2025-08-20T23:05:10.4106109Z [00:03:55.690]➜  			"tokyonight-storm.xml",
2025-08-20T23:05:10.4106605Z [00:03:55.690]➜  			"trac.xml",
2025-08-20T23:05:10.4107019Z [00:03:55.690]➜  			"vim.xml",
2025-08-20T23:05:10.4107448Z [00:03:55.690]➜  			"vs.xml",
2025-08-20T23:05:10.4107879Z [00:03:55.690]➜  			"vulcan.xml",
2025-08-20T23:05:10.4108305Z [00:03:55.690]➜  			"witchhazel.xml",
2025-08-20T23:05:10.4108797Z [00:03:55.690]➜  			"xcode-dark.xml",
2025-08-20T23:05:10.4109290Z [00:03:55.690]➜  			"xcode.xml"
2025-08-20T23:05:10.4110118Z [00:03:55.690]➜  		]
2025-08-20T23:05:10.4110510Z [00:03:55.690]➜  	},
2025-08-20T23:05:10.4110916Z [00:03:55.690]➜  	"Files": {
2025-08-20T23:05:10.4111751Z [00:03:55.690]➜  		"abap.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/abap.xml",
2025-08-20T23:05:10.4112899Z [00:03:55.690]➜  		"algol.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/algol.xml",
2025-08-20T23:05:10.4114093Z [00:03:55.690]➜  		"algol_nu.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/algol_nu.xml",
2025-08-20T23:05:10.4115409Z [00:03:55.690]➜  		"arduino.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/arduino.xml",
2025-08-20T23:05:10.4116909Z [00:03:55.690]➜  		"autumn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/autumn.xml",
2025-08-20T23:05:10.4118244Z [00:03:55.690]➜  		"average.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/average.xml",
2025-08-20T23:05:10.4150038Z [00:03:55.690]➜  		"base16-snazzy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/base16-snazzy.xml",
2025-08-20T23:05:10.4151578Z [00:03:55.690]➜  		"borland.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/borland.xml",
2025-08-20T23:05:10.4152808Z [00:03:55.690]➜  		"bw.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/bw.xml",
2025-08-20T23:05:10.4154180Z [00:03:55.690]➜  		"catppuccin-frappe.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-frappe.xml",
2025-08-20T23:05:10.4155917Z [00:03:55.690]➜  		"catppuccin-latte.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-latte.xml",
2025-08-20T23:05:10.4157458Z [00:03:55.690]➜  		"catppuccin-macchiato.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-macchiato.xml",
2025-08-20T23:05:10.4159024Z [00:03:55.690]➜  		"catppuccin-mocha.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/catppuccin-mocha.xml",
2025-08-20T23:05:10.4160660Z [00:03:55.690]➜  		"colorful.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/colorful.xml",
2025-08-20T23:05:10.4161968Z [00:03:55.690]➜  		"doom-one.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/doom-one.xml",
2025-08-20T23:05:10.4163282Z [00:03:55.690]➜  		"doom-one2.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/doom-one2.xml",
2025-08-20T23:05:10.4164607Z [00:03:55.691]➜  		"dracula.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/dracula.xml",
2025-08-20T23:05:10.4165861Z [00:03:55.691]➜  		"emacs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/emacs.xml",
2025-08-20T23:05:10.4167135Z [00:03:55.691]➜  		"friendly.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/friendly.xml",
2025-08-20T23:05:10.4168581Z [00:03:55.691]➜  		"fruity.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/fruity.xml",
2025-08-20T23:05:10.4170072Z [00:03:55.691]➜  		"github-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/github-dark.xml",
2025-08-20T23:05:10.4171388Z [00:03:55.691]➜  		"github.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/github.xml",
2025-08-20T23:05:10.4172739Z [00:03:55.691]➜  		"gruvbox-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/gruvbox-light.xml",
2025-08-20T23:05:10.4174062Z [00:03:55.691]➜  		"gruvbox.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/gruvbox.xml",
2025-08-20T23:05:10.4175425Z [00:03:55.691]➜  		"hr_high_contrast.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/hr_high_contrast.xml",
2025-08-20T23:05:10.4176778Z [00:03:55.691]➜  		"hrdark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/hrdark.xml",
2025-08-20T23:05:10.4177996Z [00:03:55.691]➜  		"igor.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/igor.xml",
2025-08-20T23:05:10.4179582Z [00:03:55.691]➜  		"lovelace.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/lovelace.xml",
2025-08-20T23:05:10.4180857Z [00:03:55.691]➜  		"manni.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/manni.xml",
2025-08-20T23:05:10.4182161Z [00:03:55.691]➜  		"modus-operandi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/modus-operandi.xml",
2025-08-20T23:05:10.4183635Z [00:03:55.691]➜  		"modus-vivendi.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/modus-vivendi.xml",
2025-08-20T23:05:10.4184961Z [00:03:55.691]➜  		"monokai.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/monokai.xml",
2025-08-20T23:05:10.4186435Z [00:03:55.691]➜  		"monokailight.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/monokailight.xml",
2025-08-20T23:05:10.4187786Z [00:03:55.691]➜  		"murphy.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/murphy.xml",
2025-08-20T23:05:10.4188993Z [00:03:55.691]➜  		"native.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/native.xml",
2025-08-20T23:05:10.4190352Z [00:03:55.691]➜  		"nord.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/nord.xml",
2025-08-20T23:05:10.4191518Z [00:03:55.691]➜  		"onedark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/onedark.xml",
2025-08-20T23:05:10.4192851Z [00:03:55.691]➜  		"onesenterprise.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/onesenterprise.xml",
2025-08-20T23:05:10.4194422Z [00:03:55.691]➜  		"paraiso-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/paraiso-dark.xml",
2025-08-20T23:05:10.4195854Z [00:03:55.691]➜  		"paraiso-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/paraiso-light.xml",
2025-08-20T23:05:10.4197116Z [00:03:55.691]➜  		"pastie.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/pastie.xml",
2025-08-20T23:05:10.4198360Z [00:03:55.691]➜  		"perldoc.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/perldoc.xml",
2025-08-20T23:05:10.4199972Z [00:03:55.691]➜  		"pygments.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/pygments.xml",
2025-08-20T23:05:10.4201394Z [00:03:55.691]➜  		"rainbow_dash.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rainbow_dash.xml",
2025-08-20T23:05:10.4202874Z [00:03:55.691]➜  		"rose-pine-dawn.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine-dawn.xml",
2025-08-20T23:05:10.4204319Z [00:03:55.691]➜  		"rose-pine-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine-moon.xml",
2025-08-20T23:05:10.4205726Z [00:03:55.691]➜  		"rose-pine.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rose-pine.xml",
2025-08-20T23:05:10.4207178Z [00:03:55.691]➜  		"rrt.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/rrt.xml",
2025-08-20T23:05:10.4208496Z [00:03:55.691]➜  		"solarized-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-dark.xml",
2025-08-20T23:05:10.4210289Z [00:03:55.691]➜  		"solarized-dark256.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-dark256.xml",
2025-08-20T23:05:10.4211846Z [00:03:55.691]➜  		"solarized-light.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/solarized-light.xml",
2025-08-20T23:05:10.4213203Z [00:03:55.691]➜  		"swapoff.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/swapoff.xml",
2025-08-20T23:05:10.4214464Z [00:03:55.691]➜  		"tango.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tango.xml",
2025-08-20T23:05:10.4215837Z [00:03:55.691]➜  		"tokyonight-day.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-day.xml",
2025-08-20T23:05:10.4217275Z [00:03:55.691]➜  		"tokyonight-moon.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-moon.xml",
2025-08-20T23:05:10.4218663Z [00:03:55.691]➜  		"tokyonight-night.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-night.xml",
2025-08-20T23:05:10.4220129Z [00:03:55.691]➜  		"tokyonight-storm.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/tokyonight-storm.xml",
2025-08-20T23:05:10.4221386Z [00:03:55.691]➜  		"trac.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/trac.xml",
2025-08-20T23:05:10.4222512Z [00:03:55.691]➜  		"vim.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vim.xml",
2025-08-20T23:05:10.4235654Z [00:03:55.691]➜  		"vs.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vs.xml",
2025-08-20T23:05:10.4237109Z [00:03:55.691]➜  		"vulcan.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/vulcan.xml",
2025-08-20T23:05:10.4238434Z [00:03:55.691]➜  		"witchhazel.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/witchhazel.xml",
2025-08-20T23:05:10.4240004Z [00:03:55.691]➜  		"xcode-dark.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/xcode-dark.xml",
2025-08-20T23:05:10.4241277Z [00:03:55.691]➜  		"xcode.xml": "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/xcode.xml"
2025-08-20T23:05:10.4242045Z [00:03:55.691]➜  	}
2025-08-20T23:05:10.4242418Z [00:03:55.691]➜  }EOF
2025-08-20T23:05:10.4246895Z [00:03:55.691]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3053/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles=>github.com/alecthomas/chroma/v2@v2.14.0/styles;$WORK/b3053=>" -p github.com/alecthomas/chroma/v2/styles -lang=go1.19 -complete -installsuffix shared -buildid 28PLfdwhBRr4oKYFQzrl/28PLfdwhBRr4oKYFQzrl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3053/importcfg -embedcfg $WORK/b3053/embedcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/api.go /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/styles/compat.go
2025-08-20T23:05:10.4979076Z [00:03:55.781]➜  go tool buildid -w $WORK/b3053/_pkg_.a # internal
2025-08-20T23:05:10.5032112Z [00:03:55.785]➜  cp $WORK/b3053/_pkg_.a /root/.cache/go-build/72/72fd03f2dd5243685ba88db327fb49d3885043b4650b88becb35aab881c0ff24-d # internal
2025-08-20T23:05:10.5033323Z [00:03:55.786]➜  github.com/charmbracelet/glamour/internal/autolink
2025-08-20T23:05:10.5034010Z [00:03:55.786]➜  mkdir -p $WORK/b3054/
2025-08-20T23:05:10.5038383Z [00:03:55.787]➜  cat >/tmp/go-build3700090427/b3054/importcfg << 'EOF' # internal
2025-08-20T23:05:10.5040134Z [00:03:55.787]➜  # import config
2025-08-20T23:05:10.5040796Z [00:03:55.787]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:10.5041593Z [00:03:55.787]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:10.5042171Z [00:03:55.787]➜  EOF
2025-08-20T23:05:10.5049566Z [00:03:55.788]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3054/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/internal/autolink=>github.com/charmbracelet/glamour@v0.10.0/internal/autolink;$WORK/b3054=>" -p github.com/charmbracelet/glamour/internal/autolink -lang=go1.23 -complete -installsuffix shared -buildid hklqOEFlZUotrwZlJK8-/hklqOEFlZUotrwZlJK8- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3054/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/internal/autolink/autolink.go
2025-08-20T23:05:10.5340866Z [00:03:55.817]➜  go tool buildid -w $WORK/b3054/_pkg_.a # internal
2025-08-20T23:05:10.5357494Z [00:03:55.819]➜  cp $WORK/b3054/_pkg_.a /root/.cache/go-build/e4/e4e72689d9432107ee77e5dfcfd0d7744c8ccdacab6b9a797702cdbdef72a1b2-d # internal
2025-08-20T23:05:10.5366501Z [00:03:55.820]➜  github.com/charmbracelet/lipgloss/table
2025-08-20T23:05:10.5369612Z [00:03:55.820]➜  mkdir -p $WORK/b3055/
2025-08-20T23:05:10.5384767Z [00:03:55.822]➜  cat >/tmp/go-build3700090427/b3055/importcfg << 'EOF' # internal
2025-08-20T23:05:10.5385499Z [00:03:55.822]➜  # import config
2025-08-20T23:05:10.5386558Z [00:03:55.822]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:10.5387709Z [00:03:55.822]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3700090427/b3026/_pkg_.a
2025-08-20T23:05:10.5388848Z [00:03:55.822]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:10.5389903Z [00:03:55.822]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:10.5390773Z [00:03:55.822]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:10.5391433Z [00:03:55.822]➜  EOF
2025-08-20T23:05:10.5398591Z [00:03:55.822]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3055/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table=>github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table;$WORK/b3055=>" -p github.com/charmbracelet/lipgloss/table -lang=go1.18 -complete -installsuffix shared -buildid zh297041LSMjUNf7veOt/zh297041LSMjUNf7veOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3055/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/resizing.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/rows.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/table.go /root/go/pkg/mod/github.com/charmbracelet/lipgloss@v1.1.1-0.20250404203927-76690c660834/table/util.go
2025-08-20T23:05:10.7856157Z [00:03:56.069]➜  go tool buildid -w $WORK/b3055/_pkg_.a # internal
2025-08-20T23:05:10.7879597Z [00:03:56.071]➜  cp $WORK/b3055/_pkg_.a /root/.cache/go-build/34/34ae196255fc37e785f18f6a05d866325bc747980fdc740a2f2b3f0bd858ec7b-d # internal
2025-08-20T23:05:10.7886877Z [00:03:56.072]➜  github.com/aymerick/douceur/css
2025-08-20T23:05:10.7889530Z [00:03:56.072]➜  mkdir -p $WORK/b3059/
2025-08-20T23:05:10.7894693Z [00:03:56.073]➜  cat >/tmp/go-build3700090427/b3059/importcfg << 'EOF' # internal
2025-08-20T23:05:10.7900987Z [00:03:56.073]➜  # import config
2025-08-20T23:05:10.7901703Z [00:03:56.073]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:10.7902606Z [00:03:56.073]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:10.7903283Z [00:03:56.073]➜  EOF
2025-08-20T23:05:10.7907823Z [00:03:56.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3059/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css=>github.com/aymerick/douceur@v0.2.0/css;$WORK/b3059=>" -p github.com/aymerick/douceur/css -lang=go1.16 -complete -installsuffix shared -buildid bbKjBIZmqMlAbz6tbo7D/bbKjBIZmqMlAbz6tbo7D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3059/importcfg -pack /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css/declaration.go /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css/rule.go /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/css/stylesheet.go
2025-08-20T23:05:10.8846152Z [00:03:56.168]➜  go tool buildid -w $WORK/b3059/_pkg_.a # internal
2025-08-20T23:05:10.8856842Z [00:03:56.169]➜  cp $WORK/b3059/_pkg_.a /root/.cache/go-build/01/01d495434b7e424858c9b1a90cdf4c59a694dc513c354e06708d1137faf52777-d # internal
2025-08-20T23:05:10.8863502Z [00:03:56.169]➜  github.com/gorilla/css/scanner
2025-08-20T23:05:10.8864108Z [00:03:56.169]➜  mkdir -p $WORK/b3060/
2025-08-20T23:05:10.8868217Z [00:03:56.170]➜  cat >/tmp/go-build3700090427/b3060/importcfg << 'EOF' # internal
2025-08-20T23:05:10.8870416Z [00:03:56.170]➜  # import config
2025-08-20T23:05:10.8871109Z [00:03:56.170]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:10.8871988Z [00:03:56.170]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:10.8872897Z [00:03:56.170]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:10.8873700Z [00:03:56.170]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:10.8874775Z [00:03:56.170]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:10.8875385Z [00:03:56.170]➜  EOF
2025-08-20T23:05:10.8879209Z [00:03:56.170]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3060/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner=>github.com/gorilla/css@v1.0.1/scanner;$WORK/b3060=>" -p github.com/gorilla/css/scanner -lang=go1.20 -complete -installsuffix shared -buildid rDDQtTN9pcG4bUq_DDQR/rDDQtTN9pcG4bUq_DDQR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3060/importcfg -pack /root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner/doc.go /root/go/pkg/mod/github.com/gorilla/css@v1.0.1/scanner/scanner.go
2025-08-20T23:05:10.9966864Z [00:03:56.280]➜  go tool buildid -w $WORK/b3060/_pkg_.a # internal
2025-08-20T23:05:10.9976772Z [00:03:56.281]➜  cp $WORK/b3060/_pkg_.a /root/.cache/go-build/52/52dac43cc843b1512a6bf9528fe2b78ff962778840cf2c5c91d0bc9dcc6811af-d # internal
2025-08-20T23:05:10.9987033Z [00:03:56.281]➜  github.com/aymerick/douceur/parser
2025-08-20T23:05:10.9987709Z [00:03:56.281]➜  mkdir -p $WORK/b3058/
2025-08-20T23:05:10.9988502Z [00:03:56.282]➜  cat >/tmp/go-build3700090427/b3058/importcfg << 'EOF' # internal
2025-08-20T23:05:10.9989210Z [00:03:56.282]➜  # import config
2025-08-20T23:05:10.9990057Z [00:03:56.282]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:10.9990899Z [00:03:56.282]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:10.9992068Z [00:03:56.282]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build3700090427/b3059/_pkg_.a
2025-08-20T23:05:10.9993283Z [00:03:56.282]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build3700090427/b3060/_pkg_.a
2025-08-20T23:05:10.9994325Z [00:03:56.282]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:10.9995188Z [00:03:56.282]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:10.9995850Z [00:03:56.282]➜  EOF
2025-08-20T23:05:10.9999636Z [00:03:56.282]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser=>github.com/aymerick/douceur@v0.2.0/parser;$WORK/b3058=>" -p github.com/aymerick/douceur/parser -lang=go1.16 -complete -installsuffix shared -buildid DovcHK4QwWeyrDOe42V7/DovcHK4QwWeyrDOe42V7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3058/importcfg -pack /root/go/pkg/mod/github.com/aymerick/douceur@v0.2.0/parser/parser.go
2025-08-20T23:05:11.1136316Z [00:03:56.397]➜  go tool buildid -w $WORK/b3058/_pkg_.a # internal
2025-08-20T23:05:11.1153359Z [00:03:56.398]➜  cp $WORK/b3058/_pkg_.a /root/.cache/go-build/bf/bf0b482304343d9d4d968ba0622e84f4b0217cf8ee681fd9b79046b8ca56b8c7-d # internal
2025-08-20T23:05:11.1176043Z [00:03:56.401]➜  github.com/microcosm-cc/bluemonday/css
2025-08-20T23:05:11.1179264Z [00:03:56.401]➜  mkdir -p $WORK/b3061/
2025-08-20T23:05:11.1204389Z [00:03:56.404]➜  cat >/tmp/go-build3700090427/b3061/importcfg << 'EOF' # internal
2025-08-20T23:05:11.1208078Z [00:03:56.404]➜  # import config
2025-08-20T23:05:11.1208749Z [00:03:56.404]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:11.1209803Z [00:03:56.404]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:11.1210462Z [00:03:56.404]➜  EOF
2025-08-20T23:05:11.1214225Z [00:03:56.404]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3061/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/css=>github.com/microcosm-cc/bluemonday@v1.0.27/css;$WORK/b3061=>" -p github.com/microcosm-cc/bluemonday/css -lang=go1.19 -complete -installsuffix shared -buildid g0y8x8R6JkG4Wuwyi31k/g0y8x8R6JkG4Wuwyi31k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3061/importcfg -pack /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/css/handlers.go
2025-08-20T23:05:11.5023278Z [00:03:56.785]➜  go tool buildid -w $WORK/b3052/_pkg_.a # internal
2025-08-20T23:05:11.5195300Z [00:03:56.802]➜  cp $WORK/b3052/_pkg_.a /root/.cache/go-build/05/059365347c6524fbab25994e6247b9c4bae523d786ab073bfb3e0a06c3fc1cfd-d # internal
2025-08-20T23:05:11.5223471Z [00:03:56.803]➜  github.com/alecthomas/chroma/v2/quick
2025-08-20T23:05:11.5224065Z [00:03:56.803]➜  mkdir -p $WORK/b3048/
2025-08-20T23:05:11.5224714Z [00:03:56.804]➜  cat >/tmp/go-build3700090427/b3048/importcfg << 'EOF' # internal
2025-08-20T23:05:11.5225315Z [00:03:56.804]➜  # import config
2025-08-20T23:05:11.5226057Z [00:03:56.804]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3700090427/b3045/_pkg_.a
2025-08-20T23:05:11.5227413Z [00:03:56.804]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build3700090427/b3049/_pkg_.a
2025-08-20T23:05:11.5228728Z [00:03:56.804]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build3700090427/b3052/_pkg_.a
2025-08-20T23:05:11.5230106Z [00:03:56.804]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build3700090427/b3053/_pkg_.a
2025-08-20T23:05:11.5230996Z [00:03:56.804]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:11.5231536Z [00:03:56.804]➜  EOF
2025-08-20T23:05:11.5234817Z [00:03:56.804]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/quick=>github.com/alecthomas/chroma/v2@v2.14.0/quick;$WORK/b3048=>" -p github.com/alecthomas/chroma/v2/quick -lang=go1.19 -complete -installsuffix shared -buildid TMqrNgnDW74UoK6vV2ho/TMqrNgnDW74UoK6vV2ho -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3048/importcfg -pack /root/go/pkg/mod/github.com/alecthomas/chroma/v2@v2.14.0/quick/quick.go
2025-08-20T23:05:11.5374573Z [00:03:56.820]➜  go tool buildid -w $WORK/b3061/_pkg_.a # internal
2025-08-20T23:05:11.5418708Z [00:03:56.825]➜  cp $WORK/b3061/_pkg_.a /root/.cache/go-build/b7/b7bbaaf09ececcff23636c92bac5701b443525a5034981dc9505c0c6254fb152-d # internal
2025-08-20T23:05:11.5424311Z [00:03:56.825]➜  github.com/microcosm-cc/bluemonday
2025-08-20T23:05:11.5424937Z [00:03:56.826]➜  mkdir -p $WORK/b3057/
2025-08-20T23:05:11.5431834Z [00:03:56.826]➜  cat >/tmp/go-build3700090427/b3057/importcfg << 'EOF' # internal
2025-08-20T23:05:11.5432786Z [00:03:56.826]➜  # import config
2025-08-20T23:05:11.5433622Z [00:03:56.826]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:11.5435451Z [00:03:56.826]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:05:11.5436283Z [00:03:56.826]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:11.5437298Z [00:03:56.826]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build3700090427/b3058/_pkg_.a
2025-08-20T23:05:11.5438599Z [00:03:56.826]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build3700090427/b3061/_pkg_.a
2025-08-20T23:05:11.5440112Z [00:03:56.826]➜  packagefile golang.org/x/net/html=/tmp/go-build3700090427/b812/_pkg_.a
2025-08-20T23:05:11.5441311Z [00:03:56.826]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:11.5442149Z [00:03:56.826]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:11.5443030Z [00:03:56.826]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:11.5443883Z [00:03:56.826]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:11.5444737Z [00:03:56.826]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:11.5445362Z [00:03:56.826]➜  EOF
2025-08-20T23:05:11.5451149Z [00:03:56.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3057/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27=>github.com/microcosm-cc/bluemonday@v1.0.27;$WORK/b3057=>" -p github.com/microcosm-cc/bluemonday -lang=go1.19 -complete -installsuffix shared -buildid ZrjYtipLo-7VKQGs0r2N/ZrjYtipLo-7VKQGs0r2N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3057/importcfg -pack /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/doc.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/helpers.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/policies.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/policy.go /root/go/pkg/mod/github.com/microcosm-cc/bluemonday@v1.0.27/sanitize.go
2025-08-20T23:05:11.5532132Z [00:03:56.836]➜  go tool buildid -w $WORK/b3048/_pkg_.a # internal
2025-08-20T23:05:11.5542024Z [00:03:56.837]➜  cp $WORK/b3048/_pkg_.a /root/.cache/go-build/95/953e9d74056ce5b68688ac1c279593edd1e238ee2ca6c94003b2734c182a2d1e-d # internal
2025-08-20T23:05:11.5571973Z [00:03:56.838]➜  github.com/muesli/reflow/ansi
2025-08-20T23:05:11.5572633Z [00:03:56.838]➜  mkdir -p $WORK/b3063/
2025-08-20T23:05:11.5573650Z [00:03:56.838]➜  cat >/tmp/go-build3700090427/b3063/importcfg << 'EOF' # internal
2025-08-20T23:05:11.5574529Z [00:03:56.838]➜  # import config
2025-08-20T23:05:11.5575236Z [00:03:56.839]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:11.5576311Z [00:03:56.839]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3700090427/b218/_pkg_.a
2025-08-20T23:05:11.5577329Z [00:03:56.839]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:11.5578198Z [00:03:56.839]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:11.5578851Z [00:03:56.839]➜  EOF
2025-08-20T23:05:11.5583411Z [00:03:56.839]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3063/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi=>github.com/muesli/reflow@v0.3.0/ansi;$WORK/b3063=>" -p github.com/muesli/reflow/ansi -lang=go1.13 -complete -installsuffix shared -buildid LOy0ZL60ldnsM8BTszhZ/LOy0ZL60ldnsM8BTszhZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3063/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/ansi.go /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/buffer.go /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/ansi/writer.go
2025-08-20T23:05:11.6217163Z [00:03:56.905]➜  go tool buildid -w $WORK/b3063/_pkg_.a # internal
2025-08-20T23:05:11.6232154Z [00:03:56.906]➜  cp $WORK/b3063/_pkg_.a /root/.cache/go-build/d1/d1c7c0680f790682dfd3040d2fbe1c9418c6ec89d1dd2bff0625ca14e3de5daf-d # internal
2025-08-20T23:05:11.6238645Z [00:03:56.907]➜  github.com/muesli/reflow/indent
2025-08-20T23:05:11.6239920Z [00:03:56.907]➜  mkdir -p $WORK/b3062/
2025-08-20T23:05:11.6260687Z [00:03:56.909]➜  cat >/tmp/go-build3700090427/b3062/importcfg << 'EOF' # internal
2025-08-20T23:05:11.6261524Z [00:03:56.909]➜  # import config
2025-08-20T23:05:11.6262192Z [00:03:56.909]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:11.6263222Z [00:03:56.909]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3700090427/b3063/_pkg_.a
2025-08-20T23:05:11.6264211Z [00:03:56.909]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:11.6265045Z [00:03:56.909]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:11.6265701Z [00:03:56.909]➜  EOF
2025-08-20T23:05:11.6269168Z [00:03:56.909]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3062/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent=>github.com/muesli/reflow@v0.3.0/indent;$WORK/b3062=>" -p github.com/muesli/reflow/indent -lang=go1.13 -complete -installsuffix shared -buildid IeeUwgVRIjnmyrtmSJh1/IeeUwgVRIjnmyrtmSJh1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3062/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/indent/indent.go
2025-08-20T23:05:11.6657310Z [00:03:56.949]➜  go tool buildid -w $WORK/b3062/_pkg_.a # internal
2025-08-20T23:05:11.6664996Z [00:03:56.950]➜  cp $WORK/b3062/_pkg_.a /root/.cache/go-build/3d/3df90f2e83e48edcce71bed80fe041d623ac7ef22887cfd372fe70ad9f82fc9d-d # internal
2025-08-20T23:05:11.6669773Z [00:03:56.950]➜  github.com/muesli/reflow/padding
2025-08-20T23:05:11.6670454Z [00:03:56.950]➜  mkdir -p $WORK/b3064/
2025-08-20T23:05:11.6675869Z [00:03:56.951]➜  cat >/tmp/go-build3700090427/b3064/importcfg << 'EOF' # internal
2025-08-20T23:05:11.6703382Z [00:03:56.951]➜  # import config
2025-08-20T23:05:11.6704286Z [00:03:56.951]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:11.6705209Z [00:03:56.951]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3700090427/b218/_pkg_.a
2025-08-20T23:05:11.6706258Z [00:03:56.951]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3700090427/b3063/_pkg_.a
2025-08-20T23:05:11.6707189Z [00:03:56.951]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:11.6707971Z [00:03:56.951]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:11.6708584Z [00:03:56.951]➜  EOF
2025-08-20T23:05:11.6712236Z [00:03:56.951]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3064/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding=>github.com/muesli/reflow@v0.3.0/padding;$WORK/b3064=>" -p github.com/muesli/reflow/padding -lang=go1.13 -complete -installsuffix shared -buildid eJflBh_OOnlvay6XG-7P/eJflBh_OOnlvay6XG-7P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3064/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/padding/padding.go
2025-08-20T23:05:11.7017112Z [00:03:56.985]➜  go tool buildid -w $WORK/b3064/_pkg_.a # internal
2025-08-20T23:05:11.7026037Z [00:03:56.986]➜  cp $WORK/b3064/_pkg_.a /root/.cache/go-build/a1/a1b241e8debabb991091e79678413742cba3317f1df0a6449ad2109ade8563cc-d # internal
2025-08-20T23:05:11.7030214Z [00:03:56.986]➜  github.com/muesli/reflow/wordwrap
2025-08-20T23:05:11.7033007Z [00:03:56.986]➜  mkdir -p $WORK/b3065/
2025-08-20T23:05:11.7038639Z [00:03:56.987]➜  cat >/tmp/go-build3700090427/b3065/importcfg << 'EOF' # internal
2025-08-20T23:05:11.7045245Z [00:03:56.987]➜  # import config
2025-08-20T23:05:11.7045951Z [00:03:56.987]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:11.7046936Z [00:03:56.987]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3700090427/b3063/_pkg_.a
2025-08-20T23:05:11.7048151Z [00:03:56.987]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:11.7048993Z [00:03:56.987]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:11.7049834Z [00:03:56.987]➜  EOF
2025-08-20T23:05:11.7053366Z [00:03:56.987]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3065/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap=>github.com/muesli/reflow@v0.3.0/wordwrap;$WORK/b3065=>" -p github.com/muesli/reflow/wordwrap -lang=go1.13 -complete -installsuffix shared -buildid 0fdfTzhmRlczk1ij4zE7/0fdfTzhmRlczk1ij4zE7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3065/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/wordwrap/wordwrap.go
2025-08-20T23:05:11.7644616Z [00:03:57.047]➜  go tool buildid -w $WORK/b3065/_pkg_.a # internal
2025-08-20T23:05:11.7663252Z [00:03:57.049]➜  cp $WORK/b3065/_pkg_.a /root/.cache/go-build/8b/8b1a195fde84269d2c289e408f3cbc578debe296ad4c53c28f34f395a69e394b-d # internal
2025-08-20T23:05:11.7675431Z [00:03:57.051]➜  github.com/yuin/goldmark-emoji/definition
2025-08-20T23:05:11.7678801Z [00:03:57.051]➜  mkdir -p $WORK/b3067/
2025-08-20T23:05:11.7694174Z [00:03:57.053]➜  cat >/tmp/go-build3700090427/b3067/importcfg << 'EOF' # internal
2025-08-20T23:05:11.7700482Z [00:03:57.053]➜  # import config
2025-08-20T23:05:11.7701202Z [00:03:57.053]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:11.7701835Z [00:03:57.053]➜  EOF
2025-08-20T23:05:11.7706475Z [00:03:57.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/definition=>github.com/yuin/goldmark-emoji@v1.0.5/definition;$WORK/b3067=>" -p github.com/yuin/goldmark-emoji/definition -lang=go1.15 -complete -installsuffix shared -buildid jmUUrzZySaybqy6Y9Hz_/jmUUrzZySaybqy6Y9Hz_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3067/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/definition/definition.go /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/definition/github.go
2025-08-20T23:05:11.8481185Z [00:03:57.131]➜  go tool buildid -w $WORK/b3057/_pkg_.a # internal
2025-08-20T23:05:11.8534197Z [00:03:57.136]➜  cp $WORK/b3057/_pkg_.a /root/.cache/go-build/35/35070b63a118a7e08eafc63542d97db7184ec3e86fdd210069e77ec0e0fb703c-d # internal
2025-08-20T23:05:11.8546713Z [00:03:57.138]➜  github.com/yuin/goldmark/util
2025-08-20T23:05:11.8562717Z [00:03:57.139]➜  mkdir -p $WORK/b3070/
2025-08-20T23:05:11.8572187Z [00:03:57.140]➜  cat >/tmp/go-build3700090427/b3070/importcfg << 'EOF' # internal
2025-08-20T23:05:11.8573441Z [00:03:57.140]➜  # import config
2025-08-20T23:05:11.8575443Z [00:03:57.140]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:11.8576319Z [00:03:57.140]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:11.8577177Z [00:03:57.140]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:11.8578064Z [00:03:57.140]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:11.8578877Z [00:03:57.140]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:11.8579945Z [00:03:57.140]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:11.8580798Z [00:03:57.141]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:11.8581633Z [00:03:57.141]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:11.8582521Z [00:03:57.141]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:11.8583196Z [00:03:57.141]➜  EOF
2025-08-20T23:05:11.8599605Z [00:03:57.143]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util=>github.com/yuin/goldmark@v1.7.8/util;$WORK/b3070=>" -p github.com/yuin/goldmark/util -lang=go1.19 -complete -installsuffix shared -buildid yZdnM2q3HGv-Qq-83kvN/yZdnM2q3HGv-Qq-83kvN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3070/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/html5entities.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/unicode_case_folding.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/util.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/util_cjk.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/util/util_unsafe_go121.go
2025-08-20T23:05:14.3337756Z [00:03:59.617]➜  go tool buildid -w $WORK/b3067/_pkg_.a # internal
2025-08-20T23:05:14.3460579Z [00:03:59.629]➜  cp $WORK/b3067/_pkg_.a /root/.cache/go-build/88/88701e103b73a0c00be2f8f18a847b9f8762661a832c5723ea03c9f24f14ecda-d # internal
2025-08-20T23:05:14.3527296Z [00:03:59.636]➜  github.com/muesli/reflow/truncate
2025-08-20T23:05:14.3534987Z [00:03:59.637]➜  mkdir -p $WORK/b3074/
2025-08-20T23:05:14.3536365Z [00:03:59.637]➜  cat >/tmp/go-build3700090427/b3074/importcfg << 'EOF' # internal
2025-08-20T23:05:14.3537387Z [00:03:59.637]➜  # import config
2025-08-20T23:05:14.3540473Z [00:03:59.637]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:14.3541637Z [00:03:59.637]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3700090427/b218/_pkg_.a
2025-08-20T23:05:14.3543498Z [00:03:59.637]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3700090427/b3063/_pkg_.a
2025-08-20T23:05:14.3544326Z [00:03:59.637]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:14.3544837Z [00:03:59.637]➜  EOF
2025-08-20T23:05:14.3548047Z [00:03:59.637]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3074/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/truncate=>github.com/muesli/reflow@v0.3.0/truncate;$WORK/b3074=>" -p github.com/muesli/reflow/truncate -lang=go1.13 -complete -installsuffix shared -buildid d7U1uGq0ChzzYn7OTwFg/d7U1uGq0ChzzYn7OTwFg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3074/importcfg -pack /root/go/pkg/mod/github.com/muesli/reflow@v0.3.0/truncate/truncate.go
2025-08-20T23:05:14.3907283Z [00:03:59.674]➜  go tool buildid -w $WORK/b3074/_pkg_.a # internal
2025-08-20T23:05:14.3942794Z [00:03:59.677]➜  cp $WORK/b3074/_pkg_.a /root/.cache/go-build/a2/a27415b7e14f38afd1d2d5bda0cffeb85d0a75d761e5f6deadbec63cd46e62b1-d # internal
2025-08-20T23:05:14.3946723Z [00:03:59.678]➜  github.com/atotto/clipboard
2025-08-20T23:05:14.3949007Z [00:03:59.678]➜  mkdir -p $WORK/b3077/
2025-08-20T23:05:14.3960118Z [00:03:59.679]➜  cat >/tmp/go-build3700090427/b3077/importcfg << 'EOF' # internal
2025-08-20T23:05:14.3962328Z [00:03:59.679]➜  # import config
2025-08-20T23:05:14.3962983Z [00:03:59.679]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:14.3963728Z [00:03:59.679]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:14.3964653Z [00:03:59.679]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:05:14.3965246Z [00:03:59.679]➜  EOF
2025-08-20T23:05:14.3968443Z [00:03:59.679]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3077/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4=>github.com/atotto/clipboard@v0.1.4;$WORK/b3077=>" -p github.com/atotto/clipboard -lang=go1.16 -complete -installsuffix shared -buildid lARP6DctTmkhYd_qGadf/lARP6DctTmkhYd_qGadf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3077/importcfg -pack /root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4/clipboard.go /root/go/pkg/mod/github.com/atotto/clipboard@v0.1.4/clipboard_unix.go
2025-08-20T23:05:14.4687411Z [00:03:59.752]➜  go tool buildid -w $WORK/b3077/_pkg_.a # internal
2025-08-20T23:05:14.4697503Z [00:03:59.753]➜  cp $WORK/b3077/_pkg_.a /root/.cache/go-build/7a/7a57d9029e3a657a579885fbd0079b38933f56f62d312985efd9ab7131ccb440-d # internal
2025-08-20T23:05:14.4702276Z [00:03:59.753]➜  github.com/charmbracelet/bubbles/cursor
2025-08-20T23:05:14.4704989Z [00:03:59.753]➜  mkdir -p $WORK/b3078/
2025-08-20T23:05:14.4707998Z [00:03:59.754]➜  cat >/tmp/go-build3700090427/b3078/importcfg << 'EOF' # internal
2025-08-20T23:05:14.4712339Z [00:03:59.754]➜  # import config
2025-08-20T23:05:14.4712948Z [00:03:59.754]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:14.4713868Z [00:03:59.754]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:14.4714899Z [00:03:59.754]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:14.4715751Z [00:03:59.754]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:14.4716385Z [00:03:59.754]➜  EOF
2025-08-20T23:05:14.4719775Z [00:03:59.754]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/cursor=>github.com/charmbracelet/bubbles@v0.18.0/cursor;$WORK/b3078=>" -p github.com/charmbracelet/bubbles/cursor -lang=go1.18 -complete -installsuffix shared -buildid YGjLO1IwDUHFyVCET6gK/YGjLO1IwDUHFyVCET6gK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3078/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/cursor/cursor.go
2025-08-20T23:05:14.5302098Z [00:03:59.813]➜  go tool buildid -w $WORK/b3078/_pkg_.a # internal
2025-08-20T23:05:14.5329991Z [00:03:59.816]➜  cp $WORK/b3078/_pkg_.a /root/.cache/go-build/9a/9ad2949c0697bc7569266cf65cddc91817d04edce9873960b4de1fe5829c4562-d # internal
2025-08-20T23:05:14.5364480Z [00:03:59.820]➜  github.com/charmbracelet/bubbles/textinput
2025-08-20T23:05:14.5366109Z [00:03:59.820]➜  mkdir -p $WORK/b3076/
2025-08-20T23:05:14.5374183Z [00:03:59.821]➜  cat >/tmp/go-build3700090427/b3076/importcfg << 'EOF' # internal
2025-08-20T23:05:14.5375774Z [00:03:59.821]➜  # import config
2025-08-20T23:05:14.5376612Z [00:03:59.821]➜  packagefile github.com/atotto/clipboard=/tmp/go-build3700090427/b3077/_pkg_.a
2025-08-20T23:05:14.5377944Z [00:03:59.821]➜  packagefile github.com/charmbracelet/bubbles/cursor=/tmp/go-build3700090427/b3078/_pkg_.a
2025-08-20T23:05:14.5379208Z [00:03:59.821]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:14.5380546Z [00:03:59.821]➜  packagefile github.com/charmbracelet/bubbles/runeutil=/tmp/go-build3700090427/b3079/_pkg_.a
2025-08-20T23:05:14.5381706Z [00:03:59.821]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:14.5382660Z [00:03:59.821]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:14.5383711Z [00:03:59.821]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3700090427/b218/_pkg_.a
2025-08-20T23:05:14.5384681Z [00:03:59.821]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3700090427/b219/_pkg_.a
2025-08-20T23:05:14.5385629Z [00:03:59.821]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:05:14.5386384Z [00:03:59.821]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:14.5387101Z [00:03:59.821]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:14.5387821Z [00:03:59.821]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:14.5388365Z [00:03:59.821]➜  EOF
2025-08-20T23:05:14.5392152Z [00:03:59.821]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3076/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/textinput=>github.com/charmbracelet/bubbles@v0.18.0/textinput;$WORK/b3076=>" -p github.com/charmbracelet/bubbles/textinput -lang=go1.18 -complete -installsuffix shared -buildid -hKW0HwXkvu5DVvZzcMk/-hKW0HwXkvu5DVvZzcMk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3076/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/textinput/textinput.go
2025-08-20T23:05:14.7478188Z [00:04:00.031]➜  go tool buildid -w $WORK/b3076/_pkg_.a # internal
2025-08-20T23:05:14.7505535Z [00:04:00.034]➜  cp $WORK/b3076/_pkg_.a /root/.cache/go-build/16/16d8a20282c041b7a4eaa6083862e0cbbae8922bef4cea0c5a94617d0e963af1-d # internal
2025-08-20T23:05:14.7509997Z [00:04:00.034]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs
2025-08-20T23:05:14.7512839Z [00:04:00.034]➜  mkdir -p $WORK/b3075/
2025-08-20T23:05:14.7521270Z [00:04:00.035]➜  cat >/tmp/go-build3700090427/b3075/importcfg << 'EOF' # internal
2025-08-20T23:05:14.7524281Z [00:04:00.036]➜  # import config
2025-08-20T23:05:14.7524936Z [00:04:00.036]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:14.7526022Z [00:04:00.036]➜  packagefile github.com/charmbracelet/bubbles/textinput=/tmp/go-build3700090427/b3076/_pkg_.a
2025-08-20T23:05:14.7527277Z [00:04:00.036]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:14.7528475Z [00:04:00.036]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:14.7529648Z [00:04:00.036]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:14.7530257Z [00:04:00.036]➜  EOF
2025-08-20T23:05:14.7534098Z [00:04:00.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3075/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/textinputs=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs;$WORK/b3075=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs -lang=go1.24 -complete -installsuffix shared -buildid J-0j2-bxOarQxbD3aFXW/J-0j2-bxOarQxbD3aFXW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3075/importcfg -pack ./pkg/tui/components/textinputs/textinputs.go
2025-08-20T23:05:14.8446023Z [00:04:00.128]➜  go tool buildid -w $WORK/b3075/_pkg_.a # internal
2025-08-20T23:05:14.8466098Z [00:04:00.130]➜  cp $WORK/b3075/_pkg_.a /root/.cache/go-build/b4/b4150f1e010789c594971f8b2ae3b3462eb8deafb40788fba3958bc3d9007752-d # internal
2025-08-20T23:05:14.8467588Z [00:04:00.130]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap
2025-08-20T23:05:14.8468818Z [00:04:00.130]➜  mkdir -p $WORK/b3080/
2025-08-20T23:05:14.8475451Z [00:04:00.131]➜  cat >/tmp/go-build3700090427/b3080/importcfg << 'EOF' # internal
2025-08-20T23:05:14.8476458Z [00:04:00.131]➜  # import config
2025-08-20T23:05:14.8477688Z [00:04:00.131]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:14.8478896Z [00:04:00.131]➜  EOF
2025-08-20T23:05:14.8482578Z [00:04:00.131]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3080/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/keymap=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap;$WORK/b3080=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap -lang=go1.24 -complete -installsuffix shared -buildid A1TjfcfTfsWAIPyMSiYp/A1TjfcfTfsWAIPyMSiYp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3080/importcfg -pack ./pkg/tui/keymap/keymap.go
2025-08-20T23:05:14.8916930Z [00:04:00.175]➜  go tool buildid -w $WORK/b3080/_pkg_.a # internal
2025-08-20T23:05:14.8930684Z [00:04:00.176]➜  cp $WORK/b3080/_pkg_.a /root/.cache/go-build/b7/b76bb5ab572f251c710442844fdd6c519ca83bab73f679a4021f7606812e3478-d # internal
2025-08-20T23:05:14.8962038Z [00:04:00.177]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles
2025-08-20T23:05:14.8964558Z [00:04:00.177]➜  mkdir -p $WORK/b3081/
2025-08-20T23:05:14.8965275Z [00:04:00.178]➜  cat >/tmp/go-build3700090427/b3081/importcfg << 'EOF' # internal
2025-08-20T23:05:14.8965950Z [00:04:00.178]➜  # import config
2025-08-20T23:05:14.8966784Z [00:04:00.178]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:14.8967542Z [00:04:00.178]➜  EOF
2025-08-20T23:05:14.8973688Z [00:04:00.179]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3081/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/styles=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles;$WORK/b3081=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles -lang=go1.24 -complete -installsuffix shared -buildid Jb3oSqQnbddmnQvOS5lG/Jb3oSqQnbddmnQvOS5lG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3081/importcfg -pack ./pkg/tui/styles/styles.go
2025-08-20T23:05:15.0456643Z [00:04:00.329]➜  go tool buildid -w $WORK/b3081/_pkg_.a # internal
2025-08-20T23:05:15.0487457Z [00:04:00.332]➜  cp $WORK/b3081/_pkg_.a /root/.cache/go-build/ec/ecad3ce8de811f6b13fa51166274a67d097f6bc39968115c42f7b4006daaa784-d # internal
2025-08-20T23:05:15.0494335Z [00:04:00.333]➜  github.com/charmbracelet/bubbles/paginator
2025-08-20T23:05:15.0497344Z [00:04:00.333]➜  mkdir -p $WORK/b3084/
2025-08-20T23:05:15.0508151Z [00:04:00.334]➜  cat >/tmp/go-build3700090427/b3084/importcfg << 'EOF' # internal
2025-08-20T23:05:15.0509084Z [00:04:00.334]➜  # import config
2025-08-20T23:05:15.0510216Z [00:04:00.334]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:15.0512984Z [00:04:00.334]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:15.0514706Z [00:04:00.334]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:15.0515958Z [00:04:00.334]➜  EOF
2025-08-20T23:05:15.0521047Z [00:04:00.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/paginator=>github.com/charmbracelet/bubbles@v0.18.0/paginator;$WORK/b3084=>" -p github.com/charmbracelet/bubbles/paginator -lang=go1.18 -complete -installsuffix shared -buildid km0GJyFkWfsL7nCiPQaQ/km0GJyFkWfsL7nCiPQaQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3084/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/paginator/paginator.go
2025-08-20T23:05:15.1197013Z [00:04:00.403]➜  go tool buildid -w $WORK/b3084/_pkg_.a # internal
2025-08-20T23:05:15.1206764Z [00:04:00.404]➜  cp $WORK/b3084/_pkg_.a /root/.cache/go-build/c4/c46aebac717d51d5b9fb90ea2f0a5f30855166b37518b40b52e0369ac036e89e-d # internal
2025-08-20T23:05:15.1211912Z [00:04:00.404]➜  github.com/charmbracelet/bubbles/spinner
2025-08-20T23:05:15.1214520Z [00:04:00.404]➜  mkdir -p $WORK/b3085/
2025-08-20T23:05:15.1218857Z [00:04:00.405]➜  cat >/tmp/go-build3700090427/b3085/importcfg << 'EOF' # internal
2025-08-20T23:05:15.1221318Z [00:04:00.405]➜  # import config
2025-08-20T23:05:15.1222137Z [00:04:00.405]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:15.1223192Z [00:04:00.405]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:15.1224053Z [00:04:00.405]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:15.1224766Z [00:04:00.405]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:15.1225233Z [00:04:00.405]➜  EOF
2025-08-20T23:05:15.1228625Z [00:04:00.405]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3085/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/spinner=>github.com/charmbracelet/bubbles@v0.18.0/spinner;$WORK/b3085=>" -p github.com/charmbracelet/bubbles/spinner -lang=go1.18 -complete -installsuffix shared -buildid 6f7htH2IxEp-bGntEvEF/6f7htH2IxEp-bGntEvEF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3085/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/spinner/spinner.go
2025-08-20T23:05:15.2314174Z [00:04:00.514]➜  go tool buildid -w $WORK/b3085/_pkg_.a # internal
2025-08-20T23:05:15.2330139Z [00:04:00.516]➜  cp $WORK/b3085/_pkg_.a /root/.cache/go-build/73/73f677f1da5415004f5a4d549aee10610593d910e3bbe1aabe3ebec8dd717019-d # internal
2025-08-20T23:05:15.2336163Z [00:04:00.517]➜  github.com/sahilm/fuzzy
2025-08-20T23:05:15.2338818Z [00:04:00.517]➜  mkdir -p $WORK/b3086/
2025-08-20T23:05:15.2364956Z [00:04:00.520]➜  cat >/tmp/go-build3700090427/b3086/importcfg << 'EOF' # internal
2025-08-20T23:05:15.2370032Z [00:04:00.520]➜  # import config
2025-08-20T23:05:15.2370716Z [00:04:00.520]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:15.2371541Z [00:04:00.520]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:15.2372375Z [00:04:00.520]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:15.2373229Z [00:04:00.520]➜  EOF
2025-08-20T23:05:15.2376891Z [00:04:00.520]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3086/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sahilm/fuzzy@v0.1.1-0.20230530133925-c48e322e2a8f=>github.com/sahilm/fuzzy@v0.1.1-0.20230530133925-c48e322e2a8f;$WORK/b3086=>" -p github.com/sahilm/fuzzy -lang=go1.16 -complete -installsuffix shared -buildid xvzlZuR6GFDIn-nuU153/xvzlZuR6GFDIn-nuU153 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3086/importcfg -pack /root/go/pkg/mod/github.com/sahilm/fuzzy@v0.1.1-0.20230530133925-c48e322e2a8f/fuzzy.go
2025-08-20T23:05:15.2956712Z [00:04:00.579]➜  go tool buildid -w $WORK/b3086/_pkg_.a # internal
2025-08-20T23:05:15.2968616Z [00:04:00.580]➜  cp $WORK/b3086/_pkg_.a /root/.cache/go-build/f8/f8eca20a0638f5576c5029d460085b4eab4eab6617fddc95ef59d9a60311e1fc-d # internal
2025-08-20T23:05:15.3000590Z [00:04:00.582]➜  github.com/charmbracelet/bubbles/list
2025-08-20T23:05:15.3001279Z [00:04:00.582]➜  mkdir -p $WORK/b3083/
2025-08-20T23:05:15.3021175Z [00:04:00.585]➜  cat >/tmp/go-build3700090427/b3083/importcfg << 'EOF' # internal
2025-08-20T23:05:15.3022086Z [00:04:00.585]➜  # import config
2025-08-20T23:05:15.3022653Z [00:04:00.585]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:15.3023630Z [00:04:00.585]➜  packagefile github.com/charmbracelet/bubbles/help=/tmp/go-build3700090427/b3043/_pkg_.a
2025-08-20T23:05:15.3024820Z [00:04:00.585]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:15.3026047Z [00:04:00.585]➜  packagefile github.com/charmbracelet/bubbles/paginator=/tmp/go-build3700090427/b3084/_pkg_.a
2025-08-20T23:05:15.3027333Z [00:04:00.585]➜  packagefile github.com/charmbracelet/bubbles/spinner=/tmp/go-build3700090427/b3085/_pkg_.a
2025-08-20T23:05:15.3028722Z [00:04:00.585]➜  packagefile github.com/charmbracelet/bubbles/textinput=/tmp/go-build3700090427/b3076/_pkg_.a
2025-08-20T23:05:15.3030165Z [00:04:00.585]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:15.3031332Z [00:04:00.585]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:15.3032383Z [00:04:00.585]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3700090427/b3063/_pkg_.a
2025-08-20T23:05:15.3033356Z [00:04:00.585]➜  packagefile github.com/muesli/reflow/truncate=/tmp/go-build3700090427/b3074/_pkg_.a
2025-08-20T23:05:15.3034426Z [00:04:00.585]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build3700090427/b3086/_pkg_.a
2025-08-20T23:05:15.3035196Z [00:04:00.585]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:15.3036102Z [00:04:00.585]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:15.3036884Z [00:04:00.585]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:15.3037653Z [00:04:00.585]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:15.3038234Z [00:04:00.585]➜  EOF
2025-08-20T23:05:15.3043430Z [00:04:00.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/list=>github.com/charmbracelet/bubbles@v0.18.0/list;$WORK/b3083=>" -p github.com/charmbracelet/bubbles/list -lang=go1.18 -complete -installsuffix shared -buildid 2KG_IarJQSchC5gPKp5l/2KG_IarJQSchC5gPKp5l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3083/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/list/defaultitem.go /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/list/keys.go /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/list/list.go /root/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.0/list/style.go
2025-08-20T23:05:15.7015821Z [00:04:00.985]➜  go tool buildid -w $WORK/b3083/_pkg_.a # internal
2025-08-20T23:05:15.7084597Z [00:04:00.991]➜  cp $WORK/b3083/_pkg_.a /root/.cache/go-build/a8/a8a30a5c89160bdaf018e294b525af614f21a5a5060d66c55c1fc663ace0b580-d # internal
2025-08-20T23:05:15.7105310Z [00:04:00.994]➜  github.com/trufflesecurity/trufflehog/v3/pkg/updater
2025-08-20T23:05:15.7108195Z [00:04:00.994]➜  mkdir -p $WORK/b3109/
2025-08-20T23:05:15.7114278Z [00:04:00.994]➜  cat >/tmp/go-build3700090427/b3109/importcfg << 'EOF' # internal
2025-08-20T23:05:15.7120013Z [00:04:00.994]➜  # import config
2025-08-20T23:05:15.7120716Z [00:04:00.994]➜  packagefile archive/tar=/tmp/go-build3700090427/b710/_pkg_.a
2025-08-20T23:05:15.7121595Z [00:04:00.994]➜  packagefile archive/zip=/tmp/go-build3700090427/b806/_pkg_.a
2025-08-20T23:05:15.7122425Z [00:04:00.994]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:15.7123297Z [00:04:00.994]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:05:15.7125402Z [00:04:00.995]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:15.7127437Z [00:04:00.995]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:05:15.7128861Z [00:04:00.995]➜  packagefile github.com/jpillora/overseer/fetcher=/tmp/go-build3700090427/b207/_pkg_.a
2025-08-20T23:05:15.7130720Z [00:04:00.995]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:15.7132380Z [00:04:00.995]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/version=/tmp/go-build3700090427/b3110/_pkg_.a
2025-08-20T23:05:15.7133636Z [00:04:00.995]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:15.7135342Z [00:04:00.995]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:15.7136174Z [00:04:00.995]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:15.7136990Z [00:04:00.995]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:15.7137958Z [00:04:00.995]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:15.7138608Z [00:04:00.995]➜  EOF
2025-08-20T23:05:15.7143124Z [00:04:00.995]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3109/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/updater=>github.com/trufflesecurity/trufflehog/v3/pkg/updater;$WORK/b3109=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/updater -lang=go1.24 -complete -installsuffix shared -buildid gybvu6I4HdUGDLenWXRI/gybvu6I4HdUGDLenWXRI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3109/importcfg -pack ./pkg/updater/updater.go
2025-08-20T23:05:15.8584417Z [00:04:01.141]➜  go tool buildid -w $WORK/b3109/_pkg_.a # internal
2025-08-20T23:05:15.8596673Z [00:04:01.143]➜  cp $WORK/b3109/_pkg_.a /root/.cache/go-build/51/51e43c3321c48b7cd669ac6e2545582c3e17784eeda1b941cbdf6059590dcaea-d # internal
2025-08-20T23:05:15.8658609Z [00:04:01.149]➜  go.uber.org/automaxprocs/internal/cgroups
2025-08-20T23:05:15.8659302Z [00:04:01.149]➜  mkdir -p $WORK/b3113/
2025-08-20T23:05:15.8671713Z [00:04:01.150]➜  cat >/tmp/go-build3700090427/b3113/importcfg << 'EOF' # internal
2025-08-20T23:05:15.8672416Z [00:04:01.150]➜  # import config
2025-08-20T23:05:15.8673056Z [00:04:01.150]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:05:15.8673844Z [00:04:01.150]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:15.8674615Z [00:04:01.150]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:15.8675337Z [00:04:01.150]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:15.8676051Z [00:04:01.150]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:15.8676780Z [00:04:01.150]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:05:15.8677586Z [00:04:01.150]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:05:15.8678427Z [00:04:01.150]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:15.8679229Z [00:04:01.150]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:15.8680247Z [00:04:01.150]➜  EOF
2025-08-20T23:05:15.8687099Z [00:04:01.150]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3113/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/internal/cgroups=>go.uber.org/automaxprocs@v1.6.0/internal/cgroups;$WORK/b3113=>" -p go.uber.org/automaxprocs/internal/cgroups -lang=go1.20 -complete -installsuffix shared -buildid rqYo1teB7Q0aLMvuGph5/rqYo1teB7Q0aLMvuGph5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3113/importcfg -pack /root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/internal/cgroups/cgroup.go /root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/internal/cgroups/cgroups.go /root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/internal/cgroups/cgroups2.go /root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/internal/cgroups/doc.go /root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/internal/cgroups/errors.go /root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/internal/cgroups/mountpoint.go /root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/internal/cgroups/subsys.go
2025-08-20T23:05:16.0178461Z [00:04:01.301]➜  go tool buildid -w $WORK/b3113/_pkg_.a # internal
2025-08-20T23:05:16.0202308Z [00:04:01.303]➜  cp $WORK/b3113/_pkg_.a /root/.cache/go-build/20/20c979faf63c8cc204b23f1ad13a61446b7b934f3f417c77bb782f7c43bb512e-d # internal
2025-08-20T23:05:16.0232640Z [00:04:01.306]➜  go.uber.org/automaxprocs/internal/runtime
2025-08-20T23:05:16.0238889Z [00:04:01.307]➜  mkdir -p $WORK/b3112/
2025-08-20T23:05:16.0255179Z [00:04:01.308]➜  cat >/tmp/go-build3700090427/b3112/importcfg << 'EOF' # internal
2025-08-20T23:05:16.0258409Z [00:04:01.309]➜  # import config
2025-08-20T23:05:16.0260107Z [00:04:01.309]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:16.0261209Z [00:04:01.309]➜  packagefile go.uber.org/automaxprocs/internal/cgroups=/tmp/go-build3700090427/b3113/_pkg_.a
2025-08-20T23:05:16.0267876Z [00:04:01.309]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:16.0269598Z [00:04:01.309]➜  EOF
2025-08-20T23:05:16.0281894Z [00:04:01.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3112/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/internal/runtime=>go.uber.org/automaxprocs@v1.6.0/internal/runtime;$WORK/b3112=>" -p go.uber.org/automaxprocs/internal/runtime -lang=go1.20 -complete -installsuffix shared -buildid YFBjqifFaaNFSbFrpYmw/YFBjqifFaaNFSbFrpYmw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3112/importcfg -pack /root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/internal/runtime/cpu_quota_linux.go /root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/internal/runtime/runtime.go
2025-08-20T23:05:16.0487861Z [00:04:01.332]➜  go tool buildid -w $WORK/b3112/_pkg_.a # internal
2025-08-20T23:05:16.0494792Z [00:04:01.332]➜  cp $WORK/b3112/_pkg_.a /root/.cache/go-build/bd/bde856864af4487c17c9c57fb4c57b0badbdd793a1e84605c56e0b0faed3d66a-d # internal
2025-08-20T23:05:16.0507660Z [00:04:01.333]➜  go.uber.org/automaxprocs/maxprocs
2025-08-20T23:05:16.0508308Z [00:04:01.333]➜  mkdir -p $WORK/b3111/
2025-08-20T23:05:16.0509020Z [00:04:01.334]➜  cat >/tmp/go-build3700090427/b3111/importcfg << 'EOF' # internal
2025-08-20T23:05:16.0514082Z [00:04:01.334]➜  # import config
2025-08-20T23:05:16.0514994Z [00:04:01.334]➜  packagefile go.uber.org/automaxprocs/internal/runtime=/tmp/go-build3700090427/b3112/_pkg_.a
2025-08-20T23:05:16.0515995Z [00:04:01.334]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:16.0516826Z [00:04:01.334]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:16.0517453Z [00:04:01.334]➜  EOF
2025-08-20T23:05:16.0521514Z [00:04:01.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3111/_pkg_.a -trimpath "/root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/maxprocs=>go.uber.org/automaxprocs@v1.6.0/maxprocs;$WORK/b3111=>" -p go.uber.org/automaxprocs/maxprocs -lang=go1.20 -complete -installsuffix shared -buildid TYJI6Z-rffEKzod8ieIB/TYJI6Z-rffEKzod8ieIB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3111/importcfg -pack /root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/maxprocs/maxprocs.go /root/go/pkg/mod/go.uber.org/automaxprocs@v1.6.0/maxprocs/version.go
2025-08-20T23:05:16.0872412Z [00:04:01.369]➜  go tool buildid -w $WORK/b3111/_pkg_.a # internal
2025-08-20T23:05:16.0874196Z [00:04:01.370]➜  cp $WORK/b3111/_pkg_.a /root/.cache/go-build/b7/b7c7176981c3ad7fbdc9588e7fc11bd6e36628f00cc84bf9c2fd50c8818af358-d # internal
2025-08-20T23:05:16.0879689Z [00:04:01.371]➜  internal/profile
2025-08-20T23:05:16.0880640Z [00:04:01.371]➜  mkdir -p $WORK/b3115/
2025-08-20T23:05:16.0887228Z [00:04:01.372]➜  cat >/tmp/go-build3700090427/b3115/importcfg << 'EOF' # internal
2025-08-20T23:05:16.0888703Z [00:04:01.372]➜  # import config
2025-08-20T23:05:16.0889646Z [00:04:01.372]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:16.0890539Z [00:04:01.372]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:05:16.0891396Z [00:04:01.372]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:16.0892175Z [00:04:01.372]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:16.0892914Z [00:04:01.372]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:16.0893896Z [00:04:01.372]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:16.0894655Z [00:04:01.372]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:16.0895455Z [00:04:01.372]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:16.0896266Z [00:04:01.372]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:16.0897059Z [00:04:01.372]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:16.0898851Z [00:04:01.373]➜  EOF
2025-08-20T23:05:16.0904177Z [00:04:01.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3115/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b3115=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid d08rTBwf4vEWLaiMeAif/d08rTBwf4vEWLaiMeAif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3115/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-20T23:05:16.4494749Z [00:04:01.733]➜  go tool buildid -w $WORK/b3115/_pkg_.a # internal
2025-08-20T23:05:16.4580564Z [00:04:01.741]➜  cp $WORK/b3115/_pkg_.a /root/.cache/go-build/00/00d6487de16b2d4517f4cb6063a3f29e8e1816740ce0d0ddfacca9d8f32f4bc7-d # internal
2025-08-20T23:05:16.4594850Z [00:04:01.743]➜  runtime/pprof
2025-08-20T23:05:16.4598292Z [00:04:01.743]➜  mkdir -p $WORK/b3116/
2025-08-20T23:05:16.4613933Z [00:04:01.744]➜  cat >/tmp/go-build3700090427/b3116/importcfg << 'EOF' # internal
2025-08-20T23:05:16.4614817Z [00:04:01.744]➜  # import config
2025-08-20T23:05:16.4615697Z [00:04:01.745]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:05:16.4616943Z [00:04:01.745]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:16.4617746Z [00:04:01.745]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:05:16.4618529Z [00:04:01.745]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:05:16.4619477Z [00:04:01.745]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:16.4621151Z [00:04:01.745]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:05:16.4621875Z [00:04:01.745]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:16.4622516Z [00:04:01.745]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:16.4623176Z [00:04:01.745]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:05:16.4623960Z [00:04:01.745]➜  packagefile internal/profilerecord=/tmp/go-build3700090427/b019/_pkg_.a
2025-08-20T23:05:16.4624813Z [00:04:01.745]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:16.4625438Z [00:04:01.745]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:16.4626055Z [00:04:01.745]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:16.4626665Z [00:04:01.745]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:16.4627317Z [00:04:01.745]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:05:16.4627922Z [00:04:01.745]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:16.4628552Z [00:04:01.745]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:16.4629191Z [00:04:01.745]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:16.4630205Z [00:04:01.745]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:16.4630999Z [00:04:01.745]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:05:16.4631853Z [00:04:01.745]➜  packagefile text/tabwriter=/tmp/go-build3700090427/b361/_pkg_.a
2025-08-20T23:05:16.4632665Z [00:04:01.745]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:16.4633412Z [00:04:01.745]➜  EOF
2025-08-20T23:05:16.4640412Z [00:04:01.747]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3116/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b3116=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid _bvmglsPUiRF7Y_EC4lf/_bvmglsPUiRF7Y_EC4lf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3116/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-20T23:05:17.1672295Z [00:04:02.450]➜  go tool buildid -w $WORK/b3116/_pkg_.a # internal
2025-08-20T23:05:17.1762295Z [00:04:02.459]➜  cp $WORK/b3116/_pkg_.a /root/.cache/go-build/79/79cb0937774ea2b49f7f8ee1c51985acb2fa6b57d0d18be2c9b81eb721f22f77-d # internal
2025-08-20T23:05:17.1775437Z [00:04:02.461]➜  net/http/pprof
2025-08-20T23:05:17.1778445Z [00:04:02.461]➜  mkdir -p $WORK/b3114/
2025-08-20T23:05:17.1798555Z [00:04:02.463]➜  cat >/tmp/go-build3700090427/b3114/importcfg << 'EOF' # internal
2025-08-20T23:05:17.1799614Z [00:04:02.463]➜  # import config
2025-08-20T23:05:17.1800381Z [00:04:02.463]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:05:17.1801267Z [00:04:02.463]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:17.1803416Z [00:04:02.463]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:17.1804672Z [00:04:02.463]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:17.1805721Z [00:04:02.463]➜  packagefile html=/tmp/go-build3700090427/b222/_pkg_.a
2025-08-20T23:05:17.1808187Z [00:04:02.463]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:05:17.1809160Z [00:04:02.463]➜  packagefile internal/profile=/tmp/go-build3700090427/b3115/_pkg_.a
2025-08-20T23:05:17.1810148Z [00:04:02.463]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:17.1810886Z [00:04:02.463]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:05:17.1811681Z [00:04:02.463]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:17.1812483Z [00:04:02.463]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:17.1813240Z [00:04:02.463]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:17.1814006Z [00:04:02.463]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:17.1814848Z [00:04:02.463]➜  packagefile runtime/pprof=/tmp/go-build3700090427/b3116/_pkg_.a
2025-08-20T23:05:17.1815735Z [00:04:02.463]➜  packagefile runtime/trace=/tmp/go-build3700090427/b617/_pkg_.a
2025-08-20T23:05:17.1816741Z [00:04:02.463]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:05:17.1817553Z [00:04:02.463]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:17.1818365Z [00:04:02.463]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:17.1819158Z [00:04:02.463]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:17.1833016Z [00:04:02.463]➜  EOF
2025-08-20T23:05:17.1835905Z [00:04:02.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3114/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b3114=>" -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/b3114/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T23:05:17.3957711Z [00:04:02.679]➜  go tool buildid -w $WORK/b3114/_pkg_.a # internal
2025-08-20T23:05:17.4031681Z [00:04:02.686]➜  cp $WORK/b3114/_pkg_.a /root/.cache/go-build/52/52a3e918b6e41685517325a45b254c84f79f3ac3fae3451dc7ea88d6924a21c8-d # internal
2025-08-20T23:05:17.6887164Z [00:04:02.972]➜  go tool buildid -w $WORK/b3070/_pkg_.a # internal
2025-08-20T23:05:17.7071377Z [00:04:02.990]➜  cp $WORK/b3070/_pkg_.a /root/.cache/go-build/fc/fca31b67e322873ebb49c00de3960399dc66a22996de6f3088aff6398129cec9-d # internal
2025-08-20T23:05:17.7076475Z [00:04:02.991]➜  github.com/yuin/goldmark/text
2025-08-20T23:05:17.7079830Z [00:04:02.991]➜  mkdir -p $WORK/b3069/
2025-08-20T23:05:17.7089616Z [00:04:02.992]➜  cat >/tmp/go-build3700090427/b3069/importcfg << 'EOF' # internal
2025-08-20T23:05:17.7091800Z [00:04:02.992]➜  # import config
2025-08-20T23:05:17.7093811Z [00:04:02.992]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:17.7095146Z [00:04:02.992]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3700090427/b3070/_pkg_.a
2025-08-20T23:05:17.7096231Z [00:04:02.992]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:17.7097199Z [00:04:02.992]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:17.7098549Z [00:04:02.993]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:17.7100816Z [00:04:02.993]➜  EOF
2025-08-20T23:05:17.7105275Z [00:04:02.993]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3069/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text=>github.com/yuin/goldmark@v1.7.8/text;$WORK/b3069=>" -p github.com/yuin/goldmark/text -lang=go1.19 -complete -installsuffix shared -buildid DfCfjSqUOXMXbD2zMt0z/DfCfjSqUOXMXbD2zMt0z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3069/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text/package.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text/reader.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/text/segment.go
2025-08-20T23:05:17.9023824Z [00:04:03.185]➜  go tool buildid -w $WORK/b3069/_pkg_.a # internal
2025-08-20T23:05:17.9031801Z [00:04:03.185]➜  cp $WORK/b3069/_pkg_.a /root/.cache/go-build/59/5916dcb1a554138b6d73c9d38792bdd55c142eba8d6f84881613129a467e1d95-d # internal
2025-08-20T23:05:17.9032962Z [00:04:03.185]➜  github.com/yuin/goldmark/ast
2025-08-20T23:05:17.9033531Z [00:04:03.185]➜  mkdir -p $WORK/b3068/
2025-08-20T23:05:17.9034290Z [00:04:03.185]➜  cat >/tmp/go-build3700090427/b3068/importcfg << 'EOF' # internal
2025-08-20T23:05:17.9034975Z [00:04:03.185]➜  # import config
2025-08-20T23:05:17.9035619Z [00:04:03.185]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:17.9036398Z [00:04:03.185]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:17.9037365Z [00:04:03.185]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3700090427/b3069/_pkg_.a
2025-08-20T23:05:17.9038481Z [00:04:03.185]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3700090427/b3070/_pkg_.a
2025-08-20T23:05:17.9039823Z [00:04:03.185]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:17.9040420Z [00:04:03.185]➜  EOF
2025-08-20T23:05:17.9044571Z [00:04:03.185]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast=>github.com/yuin/goldmark@v1.7.8/ast;$WORK/b3068=>" -p github.com/yuin/goldmark/ast -lang=go1.19 -complete -installsuffix shared -buildid XmqfLVqYrTC5kXdWjvBM/XmqfLVqYrTC5kXdWjvBM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3068/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast/ast.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast/block.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/ast/inline.go
2025-08-20T23:05:18.7026666Z [00:04:03.986]➜  go tool buildid -w $WORK/b3068/_pkg_.a # internal
2025-08-20T23:05:18.7152277Z [00:04:03.998]➜  cp $WORK/b3068/_pkg_.a /root/.cache/go-build/81/81a5dd3fab2c8c6a1bb12f1259b462e55187ee3eb4f6f94de8977561f112fccf-d # internal
2025-08-20T23:05:18.7192051Z [00:04:04.001]➜  github.com/yuin/goldmark-emoji/ast
2025-08-20T23:05:18.7199263Z [00:04:04.003]➜  mkdir -p $WORK/b3066/
2025-08-20T23:05:18.7200372Z [00:04:04.003]➜  cat >/tmp/go-build3700090427/b3066/importcfg << 'EOF' # internal
2025-08-20T23:05:18.7200994Z [00:04:04.003]➜  # import config
2025-08-20T23:05:18.7201531Z [00:04:04.003]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:18.7202443Z [00:04:04.003]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build3700090427/b3067/_pkg_.a
2025-08-20T23:05:18.7203483Z [00:04:04.003]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3700090427/b3068/_pkg_.a
2025-08-20T23:05:18.7204150Z [00:04:04.003]➜  EOF
2025-08-20T23:05:18.7207552Z [00:04:04.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3066/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/ast=>github.com/yuin/goldmark-emoji@v1.0.5/ast;$WORK/b3066=>" -p github.com/yuin/goldmark-emoji/ast -lang=go1.15 -complete -installsuffix shared -buildid b7FtEvHifR_ea8rpANg7/b7FtEvHifR_ea8rpANg7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3066/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark-emoji@v1.0.5/ast/emoji.go
2025-08-20T23:05:18.7210623Z [00:04:04.003]➜  github.com/yuin/goldmark/extension/ast
2025-08-20T23:05:18.7211137Z [00:04:04.003]➜  mkdir -p $WORK/b3071/
2025-08-20T23:05:18.7211752Z [00:04:04.003]➜  cat >/tmp/go-build3700090427/b3071/importcfg << 'EOF' # internal
2025-08-20T23:05:18.7212334Z [00:04:04.003]➜  # import config
2025-08-20T23:05:18.7212857Z [00:04:04.003]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:18.7213701Z [00:04:04.003]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3700090427/b3068/_pkg_.a
2025-08-20T23:05:18.7214670Z [00:04:04.003]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:18.7215246Z [00:04:04.003]➜  EOF
2025-08-20T23:05:18.7220702Z [00:04:04.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast=>github.com/yuin/goldmark@v1.7.8/extension/ast;$WORK/b3071=>" -p github.com/yuin/goldmark/extension/ast -lang=go1.19 -complete -installsuffix shared -buildid BYpK0R5kuhG9JbgRus9m/BYpK0R5kuhG9JbgRus9m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3071/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/definition_list.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/footnote.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/strikethrough.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/table.go /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/extension/ast/tasklist.go
2025-08-20T23:05:18.7986207Z [00:04:04.082]➜  go tool buildid -w $WORK/b3066/_pkg_.a # internal
2025-08-20T23:05:18.7997111Z [00:04:04.083]➜  cp $WORK/b3066/_pkg_.a /root/.cache/go-build/b8/b816f017e0a87f18e0af0f96061d257aedac304c4d444aedef5fe702394fb04a-d # internal
2025-08-20T23:05:18.8024639Z [00:04:04.086]➜  github.com/yuin/goldmark/renderer
2025-08-20T23:05:18.8040377Z [00:04:04.086]➜  mkdir -p $WORK/b3072/
2025-08-20T23:05:18.8041202Z [00:04:04.086]➜  cat >/tmp/go-build3700090427/b3072/importcfg << 'EOF' # internal
2025-08-20T23:05:18.8041894Z [00:04:04.086]➜  # import config
2025-08-20T23:05:18.8042546Z [00:04:04.086]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:05:18.8043529Z [00:04:04.086]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3700090427/b3068/_pkg_.a
2025-08-20T23:05:18.8044676Z [00:04:04.086]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3700090427/b3070/_pkg_.a
2025-08-20T23:05:18.8045713Z [00:04:04.086]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:18.8046511Z [00:04:04.086]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:18.8047137Z [00:04:04.086]➜  EOF
2025-08-20T23:05:18.8057118Z [00:04:04.089]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer=>github.com/yuin/goldmark@v1.7.8/renderer;$WORK/b3072=>" -p github.com/yuin/goldmark/renderer -lang=go1.19 -complete -installsuffix shared -buildid 3ib7i_Vz7Rb9TXc5n2cR/3ib7i_Vz7Rb9TXc5n2cR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3072/importcfg -pack /root/go/pkg/mod/github.com/yuin/goldmark@v1.7.8/renderer/renderer.go
2025-08-20T23:05:18.8834605Z [00:04:04.166]➜  go tool buildid -w $WORK/b3072/_pkg_.a # internal
2025-08-20T23:05:18.8843097Z [00:04:04.167]➜  cp $WORK/b3072/_pkg_.a /root/.cache/go-build/ab/ab29754f33ceb203dc24d605b210cb71b810f076be872b907029d05e71bd3fc5-d # internal
2025-08-20T23:05:19.3056498Z [00:04:04.589]➜  go tool buildid -w $WORK/b3071/_pkg_.a # internal
2025-08-20T23:05:19.3160389Z [00:04:04.599]➜  cp $WORK/b3071/_pkg_.a /root/.cache/go-build/78/78c1ae0441f75967b5a1fa9316dc10e35291bcab78523478ed70c7ea18e122ef-d # internal
2025-08-20T23:05:19.3284713Z [00:04:04.612]➜  github.com/charmbracelet/glamour/ansi
2025-08-20T23:05:19.3286108Z [00:04:04.612]➜  mkdir -p $WORK/b3044/
2025-08-20T23:05:19.3290063Z [00:04:04.612]➜  cat >/tmp/go-build3700090427/b3044/importcfg << 'EOF' # internal
2025-08-20T23:05:19.3294502Z [00:04:04.613]➜  # import config
2025-08-20T23:05:19.3298359Z [00:04:04.613]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:19.3300614Z [00:04:04.613]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:19.3301580Z [00:04:04.613]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3700090427/b3045/_pkg_.a
2025-08-20T23:05:19.3302723Z [00:04:04.613]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build3700090427/b3048/_pkg_.a
2025-08-20T23:05:19.3303929Z [00:04:04.613]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build3700090427/b3053/_pkg_.a
2025-08-20T23:05:19.3305225Z [00:04:04.613]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build3700090427/b3054/_pkg_.a
2025-08-20T23:05:19.3306485Z [00:04:04.613]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:19.3307656Z [00:04:04.613]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build3700090427/b3055/_pkg_.a
2025-08-20T23:05:19.3308799Z [00:04:04.613]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3700090427/b3026/_pkg_.a
2025-08-20T23:05:19.3310150Z [00:04:04.613]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build3700090427/b3056/_pkg_.a
2025-08-20T23:05:19.3311464Z [00:04:04.613]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build3700090427/b3057/_pkg_.a
2025-08-20T23:05:19.3312612Z [00:04:04.613]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build3700090427/b3062/_pkg_.a
2025-08-20T23:05:19.3313737Z [00:04:04.613]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build3700090427/b3064/_pkg_.a
2025-08-20T23:05:19.3314858Z [00:04:04.613]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build3700090427/b3065/_pkg_.a
2025-08-20T23:05:19.3316177Z [00:04:04.613]➜  packagefile github.com/muesli/termenv=/tmp/go-build3700090427/b3035/_pkg_.a
2025-08-20T23:05:19.3331103Z [00:04:04.613]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build3700090427/b3066/_pkg_.a
2025-08-20T23:05:19.3332360Z [00:04:04.613]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3700090427/b3068/_pkg_.a
2025-08-20T23:05:19.3333471Z [00:04:04.613]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build3700090427/b3071/_pkg_.a
2025-08-20T23:05:19.3334632Z [00:04:04.613]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3700090427/b3072/_pkg_.a
2025-08-20T23:05:19.3335726Z [00:04:04.613]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3700090427/b3070/_pkg_.a
2025-08-20T23:05:19.3336764Z [00:04:04.613]➜  packagefile golang.org/x/text/cases=/tmp/go-build3700090427/b234/_pkg_.a
2025-08-20T23:05:19.3337775Z [00:04:04.613]➜  packagefile golang.org/x/text/language=/tmp/go-build3700090427/b236/_pkg_.a
2025-08-20T23:05:19.3338623Z [00:04:04.613]➜  packagefile html=/tmp/go-build3700090427/b222/_pkg_.a
2025-08-20T23:05:19.3339662Z [00:04:04.613]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:19.3340681Z [00:04:04.613]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:19.3341462Z [00:04:04.613]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:19.3342218Z [00:04:04.613]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:05:19.3342973Z [00:04:04.613]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:19.3343725Z [00:04:04.613]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:19.3344591Z [00:04:04.613]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:19.3345409Z [00:04:04.613]➜  packagefile text/template=/tmp/go-build3700090427/b094/_pkg_.a
2025-08-20T23:05:19.3346138Z [00:04:04.613]➜  EOF
2025-08-20T23:05:19.3360148Z [00:04:04.613]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi=>github.com/charmbracelet/glamour@v0.10.0/ansi;$WORK/b3044=>" -p github.com/charmbracelet/glamour/ansi -lang=go1.23 -complete -installsuffix shared -buildid voM6jtxEQ8c66fWp_KU9/voM6jtxEQ8c66fWp_KU9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3044/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/ansi.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/baseelement.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/blockelement.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/blockstack.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/codeblock.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/codespan.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/context.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/elements.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/emphasis.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/heading.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/image.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/link.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/listitem.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/margin.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/paragraph.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/renderer.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/style.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/table.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/table_links.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/task.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/ansi/templatehelper.go
2025-08-20T23:05:19.8528762Z [00:04:05.136]➜  go tool buildid -w $WORK/b3044/_pkg_.a # internal
2025-08-20T23:05:19.8590314Z [00:04:05.142]➜  cp $WORK/b3044/_pkg_.a /root/.cache/go-build/1e/1e03fea80a592bc0d016a99b6a3cb92eba8fa4eadcde4e85d917df5769e025fc-d # internal
2025-08-20T23:05:19.8630844Z [00:04:05.146]➜  github.com/charmbracelet/glamour/styles
2025-08-20T23:05:19.8642920Z [00:04:05.147]➜  mkdir -p $WORK/b3073/
2025-08-20T23:05:19.8643622Z [00:04:05.147]➜  cat >/tmp/go-build3700090427/b3073/importcfg << 'EOF' # internal
2025-08-20T23:05:19.8644225Z [00:04:05.147]➜  # import config
2025-08-20T23:05:19.8644974Z [00:04:05.147]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build3700090427/b3044/_pkg_.a
2025-08-20T23:05:19.8645665Z [00:04:05.147]➜  EOF
2025-08-20T23:05:19.8650183Z [00:04:05.147]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles=>github.com/charmbracelet/glamour@v0.10.0/styles;$WORK/b3073=>" -p github.com/charmbracelet/glamour/styles -lang=go1.23 -complete -installsuffix shared -buildid wEZ8zCRZhJnU83hJ4DrO/wEZ8zCRZhJnU83hJ4DrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3073/importcfg -pack /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles/dracula.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles/styles.go /root/go/pkg/mod/github.com/charmbracelet/glamour@v0.10.0/styles/tokyo-night.go
2025-08-20T23:05:19.9493653Z [00:04:05.232]➜  go tool buildid -w $WORK/b3073/_pkg_.a # internal
2025-08-20T23:05:19.9503445Z [00:04:05.233]➜  cp $WORK/b3073/_pkg_.a /root/.cache/go-build/ec/ec109be17b1b06e4b1cdf6c0b0a7aaf161f179a31aff3aba8decbd22ddaa325b-d # internal
2025-08-20T23:05:19.9505535Z [00:04:05.234]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/common
2025-08-20T23:05:19.9508534Z [00:04:05.234]➜  mkdir -p $WORK/b3041/
2025-08-20T23:05:19.9512887Z [00:04:05.234]➜  cat >/tmp/go-build3700090427/b3041/importcfg << 'EOF' # internal
2025-08-20T23:05:19.9530866Z [00:04:05.234]➜  # import config
2025-08-20T23:05:19.9532973Z [00:04:05.234]➜  packagefile github.com/aymanbagabas/go-osc52=/tmp/go-build3700090427/b3042/_pkg_.a
2025-08-20T23:05:19.9534561Z [00:04:05.234]➜  packagefile github.com/charmbracelet/bubbles/help=/tmp/go-build3700090427/b3043/_pkg_.a
2025-08-20T23:05:19.9537571Z [00:04:05.234]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:19.9538662Z [00:04:05.234]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build3700090427/b3044/_pkg_.a
2025-08-20T23:05:19.9540020Z [00:04:05.234]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build3700090427/b3073/_pkg_.a
2025-08-20T23:05:19.9541118Z [00:04:05.234]➜  packagefile github.com/lrstanley/bubblezone=/tmp/go-build3700090427/b3040/_pkg_.a
2025-08-20T23:05:19.9542256Z [00:04:05.234]➜  packagefile github.com/muesli/reflow/truncate=/tmp/go-build3700090427/b3074/_pkg_.a
2025-08-20T23:05:19.9543655Z [00:04:05.234]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:19.9545239Z [00:04:05.234]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap=/tmp/go-build3700090427/b3080/_pkg_.a
2025-08-20T23:05:19.9546677Z [00:04:05.234]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build3700090427/b3081/_pkg_.a
2025-08-20T23:05:19.9547780Z [00:04:05.234]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:19.9548369Z [00:04:05.234]➜  EOF
2025-08-20T23:05:19.9554982Z [00:04:05.236]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3041/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/common;$WORK/b3041=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/common -lang=go1.24 -complete -installsuffix shared -buildid wyxunhcqw3V9DpAcrfDV/wyxunhcqw3V9DpAcrfDV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3041/importcfg -pack ./pkg/tui/common/common.go ./pkg/tui/common/component.go ./pkg/tui/common/error.go ./pkg/tui/common/style.go ./pkg/tui/common/utils.go
2025-08-20T23:05:20.0058185Z [00:04:05.289]➜  go tool buildid -w $WORK/b3041/_pkg_.a # internal
2025-08-20T23:05:20.0071964Z [00:04:05.290]➜  cp $WORK/b3041/_pkg_.a /root/.cache/go-build/5e/5eb8d7906aa12990cfbc7bef0237bd35b01715210f29eb4c5334fdca88226fad-d # internal
2025-08-20T23:05:20.0093212Z [00:04:05.291]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_form
2025-08-20T23:05:20.0094053Z [00:04:05.291]➜  mkdir -p $WORK/b3087/
2025-08-20T23:05:20.0098398Z [00:04:05.293]➜  cat >/tmp/go-build3700090427/b3087/importcfg << 'EOF' # internal
2025-08-20T23:05:20.0103641Z [00:04:05.293]➜  # import config
2025-08-20T23:05:20.0108310Z [00:04:05.293]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:20.0109637Z [00:04:05.293]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:20.0110761Z [00:04:05.293]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:20.0111926Z [00:04:05.293]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:20.0113334Z [00:04:05.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer=/tmp/go-build3700090427/b214/_pkg_.a
2025-08-20T23:05:20.0114802Z [00:04:05.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:05:20.0116256Z [00:04:05.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.0117912Z [00:04:05.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.0119785Z [00:04:05.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build3700090427/b3081/_pkg_.a
2025-08-20T23:05:20.0120919Z [00:04:05.293]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.0121517Z [00:04:05.293]➜  EOF
2025-08-20T23:05:20.0125298Z [00:04:05.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3087/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/analyze_form=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_form;$WORK/b3087=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_form -lang=go1.24 -complete -installsuffix shared -buildid ld7Z-SZYRhWMMx_Lu7mq/ld7Z-SZYRhWMMx_Lu7mq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3087/importcfg -pack ./pkg/tui/pages/analyze_form/analyze_form.go
2025-08-20T23:05:20.0129008Z [00:04:05.293]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector
2025-08-20T23:05:20.0132871Z [00:04:05.293]➜  mkdir -p $WORK/b3082/
2025-08-20T23:05:20.0133598Z [00:04:05.293]➜  cat >/tmp/go-build3700090427/b3082/importcfg << 'EOF' # internal
2025-08-20T23:05:20.0134252Z [00:04:05.293]➜  # import config
2025-08-20T23:05:20.0135103Z [00:04:05.293]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:20.0136272Z [00:04:05.293]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build3700090427/b3083/_pkg_.a
2025-08-20T23:05:20.0137493Z [00:04:05.293]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:20.0138880Z [00:04:05.293]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.0148510Z [00:04:05.293]➜  EOF
2025-08-20T23:05:20.0152703Z [00:04:05.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3082/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/selector=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector;$WORK/b3082=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector -lang=go1.24 -complete -installsuffix shared -buildid 4EuhmmXtV0AFFPddrvrv/4EuhmmXtV0AFFPddrvrv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3082/importcfg -pack ./pkg/tui/components/selector/selector.go
2025-08-20T23:05:20.1263661Z [00:04:05.409]➜  go tool buildid -w $WORK/b3087/_pkg_.a # internal
2025-08-20T23:05:20.1283662Z [00:04:05.411]➜  cp $WORK/b3087/_pkg_.a /root/.cache/go-build/e1/e102e10a07b31b571c0308baf344e632ccd9c275d89a35bb659d738eff35b210-d # internal
2025-08-20T23:05:20.1291570Z [00:04:05.412]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/contact_enterprise
2025-08-20T23:05:20.1294490Z [00:04:05.413]➜  mkdir -p $WORK/b3089/
2025-08-20T23:05:20.1306955Z [00:04:05.414]➜  cat >/tmp/go-build3700090427/b3089/importcfg << 'EOF' # internal
2025-08-20T23:05:20.1310581Z [00:04:05.414]➜  # import config
2025-08-20T23:05:20.1314198Z [00:04:05.414]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:20.1315430Z [00:04:05.414]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:20.1317696Z [00:04:05.414]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:20.1320311Z [00:04:05.414]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.1323215Z [00:04:05.414]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build3700090427/b3081/_pkg_.a
2025-08-20T23:05:20.1324527Z [00:04:05.414]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.1325282Z [00:04:05.414]➜  EOF
2025-08-20T23:05:20.1330290Z [00:04:05.415]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3089/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/contact_enterprise=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/contact_enterprise;$WORK/b3089=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/contact_enterprise -lang=go1.24 -complete -installsuffix shared -buildid edJB_1aa_xHSTg-48wNw/edJB_1aa_xHSTg-48wNw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3089/importcfg -pack ./pkg/tui/pages/contact_enterprise/contact_enterprise.go
2025-08-20T23:05:20.1800224Z [00:04:05.463]➜  go tool buildid -w $WORK/b3082/_pkg_.a # internal
2025-08-20T23:05:20.1822469Z [00:04:05.465]➜  cp $WORK/b3082/_pkg_.a /root/.cache/go-build/52/520f5856858ba1a0ed0466bbedd49f80480e54c0eb3256d8155f7a4250c0043f-d # internal
2025-08-20T23:05:20.1854016Z [00:04:05.469]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_keys
2025-08-20T23:05:20.1857046Z [00:04:05.469]➜  mkdir -p $WORK/b3088/
2025-08-20T23:05:20.1859743Z [00:04:05.469]➜  cat >/tmp/go-build3700090427/b3088/importcfg << 'EOF' # internal
2025-08-20T23:05:20.1862010Z [00:04:05.469]➜  # import config
2025-08-20T23:05:20.1862903Z [00:04:05.469]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:20.1864101Z [00:04:05.469]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build3700090427/b3083/_pkg_.a
2025-08-20T23:05:20.1865431Z [00:04:05.469]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:20.1866553Z [00:04:05.469]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:20.1867909Z [00:04:05.469]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:05:20.1869630Z [00:04:05.469]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.1871026Z [00:04:05.469]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector=/tmp/go-build3700090427/b3082/_pkg_.a
2025-08-20T23:05:20.1872462Z [00:04:05.469]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build3700090427/b3081/_pkg_.a
2025-08-20T23:05:20.1873307Z [00:04:05.469]➜  EOF
2025-08-20T23:05:20.1876819Z [00:04:05.469]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3088/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/analyze_keys=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_keys;$WORK/b3088=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_keys -lang=go1.24 -complete -installsuffix shared -buildid FWImxdS5VEhPopGpSqq9/FWImxdS5VEhPopGpSqq9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3088/importcfg -pack ./pkg/tui/pages/analyze_keys/analyze_keys.go
2025-08-20T23:05:20.2046538Z [00:04:05.488]➜  go tool buildid -w $WORK/b3089/_pkg_.a # internal
2025-08-20T23:05:20.2063352Z [00:04:05.489]➜  cp $WORK/b3089/_pkg_.a /root/.cache/go-build/89/89075505a3f1bcaa13da308d4b27400668e73f5144630d5a818addeaf19cfb22-d # internal
2025-08-20T23:05:20.2067803Z [00:04:05.490]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/tabs
2025-08-20T23:05:20.2070544Z [00:04:05.490]➜  mkdir -p $WORK/b3091/
2025-08-20T23:05:20.2082066Z [00:04:05.491]➜  cat >/tmp/go-build3700090427/b3091/importcfg << 'EOF' # internal
2025-08-20T23:05:20.2084255Z [00:04:05.491]➜  # import config
2025-08-20T23:05:20.2085114Z [00:04:05.491]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:20.2086474Z [00:04:05.491]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:20.2087851Z [00:04:05.491]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.2088992Z [00:04:05.491]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.2089813Z [00:04:05.491]➜  EOF
2025-08-20T23:05:20.2095309Z [00:04:05.492]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3091/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/tabs=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/tabs;$WORK/b3091=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/tabs -lang=go1.24 -complete -installsuffix shared -buildid Q_r6nBcT7qcE60N32z0H/Q_r6nBcT7qcE60N32z0H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3091/importcfg -pack ./pkg/tui/components/tabs/tabs.go
2025-08-20T23:05:20.2685209Z [00:04:05.552]➜  go tool buildid -w $WORK/b3088/_pkg_.a # internal
2025-08-20T23:05:20.2703043Z [00:04:05.553]➜  cp $WORK/b3088/_pkg_.a /root/.cache/go-build/7a/7a3f5d6779cf1ef81ca892f65eb20d8443d01b7a8476e09cd2ed573ae36183a4-d # internal
2025-08-20T23:05:20.2705689Z [00:04:05.554]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/circleci
2025-08-20T23:05:20.2707757Z [00:04:05.554]➜  mkdir -p $WORK/b3093/
2025-08-20T23:05:20.2710212Z [00:04:05.554]➜  cat >/tmp/go-build3700090427/b3093/importcfg << 'EOF' # internal
2025-08-20T23:05:20.2712835Z [00:04:05.554]➜  # import config
2025-08-20T23:05:20.2713849Z [00:04:05.554]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.2715361Z [00:04:05.554]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.2716682Z [00:04:05.554]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.2717239Z [00:04:05.554]➜  EOF
2025-08-20T23:05:20.2721057Z [00:04:05.555]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3093/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/circleci=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/circleci;$WORK/b3093=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/circleci -lang=go1.24 -complete -installsuffix shared -buildid LOMAeOvT2pGiuE7TSLCJ/LOMAeOvT2pGiuE7TSLCJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3093/importcfg -pack ./pkg/tui/sources/circleci/circleci.go
2025-08-20T23:05:20.2910056Z [00:04:05.574]➜  go tool buildid -w $WORK/b3091/_pkg_.a # internal
2025-08-20T23:05:20.2933440Z [00:04:05.576]➜  cp $WORK/b3091/_pkg_.a /root/.cache/go-build/40/4035a8086dc90921e2f1b4d1e1312184c20ae05e1eadbc56537802996ac1b238-d # internal
2025-08-20T23:05:20.2937342Z [00:04:05.577]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/docker
2025-08-20T23:05:20.2938064Z [00:04:05.577]➜  mkdir -p $WORK/b3094/
2025-08-20T23:05:20.2949580Z [00:04:05.578]➜  cat >/tmp/go-build3700090427/b3094/importcfg << 'EOF' # internal
2025-08-20T23:05:20.2953113Z [00:04:05.578]➜  # import config
2025-08-20T23:05:20.2954199Z [00:04:05.578]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.2957102Z [00:04:05.578]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.2958346Z [00:04:05.578]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.2958971Z [00:04:05.578]➜  EOF
2025-08-20T23:05:20.2963020Z [00:04:05.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3094/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/docker=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/docker;$WORK/b3094=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/docker -lang=go1.24 -complete -installsuffix shared -buildid faTJ-ibqixYFpP9OASqa/faTJ-ibqixYFpP9OASqa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3094/importcfg -pack ./pkg/tui/sources/docker/docker.go
2025-08-20T23:05:20.3494788Z [00:04:05.633]➜  go tool buildid -w $WORK/b3093/_pkg_.a # internal
2025-08-20T23:05:20.3508437Z [00:04:05.634]➜  cp $WORK/b3093/_pkg_.a /root/.cache/go-build/13/1329e85ba599b822d9b4f5c2d60b4d454633f69af53f56b55f729dba49466604-d # internal
2025-08-20T23:05:20.3512567Z [00:04:05.634]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/elasticsearch
2025-08-20T23:05:20.3513352Z [00:04:05.634]➜  mkdir -p $WORK/b3095/
2025-08-20T23:05:20.3518316Z [00:04:05.635]➜  cat >/tmp/go-build3700090427/b3095/importcfg << 'EOF' # internal
2025-08-20T23:05:20.3521543Z [00:04:05.635]➜  # import config
2025-08-20T23:05:20.3522537Z [00:04:05.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.3524017Z [00:04:05.635]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.3525164Z [00:04:05.635]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.3525695Z [00:04:05.635]➜  EOF
2025-08-20T23:05:20.3529629Z [00:04:05.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3095/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/elasticsearch=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/elasticsearch;$WORK/b3095=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/elasticsearch -lang=go1.24 -complete -installsuffix shared -buildid IJLE5XybNqAV9Yl6N3Di/IJLE5XybNqAV9Yl6N3Di -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3095/importcfg -pack ./pkg/tui/sources/elasticsearch/elasticsearch.go
2025-08-20T23:05:20.3633108Z [00:04:05.646]➜  go tool buildid -w $WORK/b3094/_pkg_.a # internal
2025-08-20T23:05:20.3647888Z [00:04:05.648]➜  cp $WORK/b3094/_pkg_.a /root/.cache/go-build/d0/d03c7ff0e1478fcf34ca977a4ccf275568e52851b36f6f8480f19dedfaf739a7-d # internal
2025-08-20T23:05:20.3675120Z [00:04:05.651]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/filesystem
2025-08-20T23:05:20.3677719Z [00:04:05.651]➜  mkdir -p $WORK/b3096/
2025-08-20T23:05:20.3681661Z [00:04:05.651]➜  cat >/tmp/go-build3700090427/b3096/importcfg << 'EOF' # internal
2025-08-20T23:05:20.3684812Z [00:04:05.652]➜  # import config
2025-08-20T23:05:20.3685795Z [00:04:05.652]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.3687241Z [00:04:05.652]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.3688369Z [00:04:05.652]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.3688919Z [00:04:05.652]➜  EOF
2025-08-20T23:05:20.3692521Z [00:04:05.652]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3096/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/filesystem=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/filesystem;$WORK/b3096=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/filesystem -lang=go1.24 -complete -installsuffix shared -buildid kkXJ_mqAW4DPzfdQzkh4/kkXJ_mqAW4DPzfdQzkh4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3096/importcfg -pack ./pkg/tui/sources/filesystem/filesystem.go
2025-08-20T23:05:20.4305278Z [00:04:05.714]➜  go tool buildid -w $WORK/b3095/_pkg_.a # internal
2025-08-20T23:05:20.4320118Z [00:04:05.715]➜  cp $WORK/b3095/_pkg_.a /root/.cache/go-build/59/59f1c1b8c460bc1c5c567703245ccba70e2dcba2bd239e360dd51dcb5d66caff-d # internal
2025-08-20T23:05:20.4323712Z [00:04:05.715]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gcs
2025-08-20T23:05:20.4324438Z [00:04:05.716]➜  mkdir -p $WORK/b3097/
2025-08-20T23:05:20.4390679Z [00:04:05.722]➜  cat >/tmp/go-build3700090427/b3097/importcfg << 'EOF' # internal
2025-08-20T23:05:20.4394358Z [00:04:05.723]➜  # import config
2025-08-20T23:05:20.4395390Z [00:04:05.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.4397009Z [00:04:05.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.4398240Z [00:04:05.723]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.4398835Z [00:04:05.723]➜  EOF
2025-08-20T23:05:20.4402773Z [00:04:05.723]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3097/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/gcs=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gcs;$WORK/b3097=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gcs -lang=go1.24 -complete -installsuffix shared -buildid KA36CgavwM4rQh88CWYe/KA36CgavwM4rQh88CWYe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3097/importcfg -pack ./pkg/tui/sources/gcs/gcs.go
2025-08-20T23:05:20.4748210Z [00:04:05.758]➜  go tool buildid -w $WORK/b3096/_pkg_.a # internal
2025-08-20T23:05:20.4785740Z [00:04:05.762]➜  cp $WORK/b3096/_pkg_.a /root/.cache/go-build/8b/8b1cfd9c041d1876d48da93bb3ab9375baa1fb130ee1f35091191a2a1748770e-d # internal
2025-08-20T23:05:20.4796644Z [00:04:05.763]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/git
2025-08-20T23:05:20.4806724Z [00:04:05.764]➜  mkdir -p $WORK/b3098/
2025-08-20T23:05:20.4812850Z [00:04:05.764]➜  cat >/tmp/go-build3700090427/b3098/importcfg << 'EOF' # internal
2025-08-20T23:05:20.4814866Z [00:04:05.765]➜  # import config
2025-08-20T23:05:20.4815915Z [00:04:05.765]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.4817402Z [00:04:05.765]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.4818747Z [00:04:05.765]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.4819307Z [00:04:05.765]➜  EOF
2025-08-20T23:05:20.4830797Z [00:04:05.766]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3098/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/git=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/git;$WORK/b3098=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/git -lang=go1.24 -complete -installsuffix shared -buildid 3PZlhPNNIRbOsqNs3EHO/3PZlhPNNIRbOsqNs3EHO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3098/importcfg -pack ./pkg/tui/sources/git/git.go
2025-08-20T23:05:20.4845620Z [00:04:05.768]➜  go tool buildid -w $WORK/b3097/_pkg_.a # internal
2025-08-20T23:05:20.4858334Z [00:04:05.769]➜  cp $WORK/b3097/_pkg_.a /root/.cache/go-build/3f/3f66e7a5f8afe548e1ece8be9fbdf9303651c32f9b9ea03964fd1b1cbfc916d4-d # internal
2025-08-20T23:05:20.4861256Z [00:04:05.769]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/github
2025-08-20T23:05:20.4863754Z [00:04:05.770]➜  mkdir -p $WORK/b3099/
2025-08-20T23:05:20.4864667Z [00:04:05.770]➜  cat >/tmp/go-build3700090427/b3099/importcfg << 'EOF' # internal
2025-08-20T23:05:20.4865330Z [00:04:05.770]➜  # import config
2025-08-20T23:05:20.4866370Z [00:04:05.770]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.4868024Z [00:04:05.770]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.4869246Z [00:04:05.770]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.4870060Z [00:04:05.770]➜  EOF
2025-08-20T23:05:20.4886572Z [00:04:05.771]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3099/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/github=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/github;$WORK/b3099=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/github -lang=go1.24 -complete -installsuffix shared -buildid QvGuhyOSdscYZWFgcRVm/QvGuhyOSdscYZWFgcRVm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3099/importcfg -pack ./pkg/tui/sources/github/github.go
2025-08-20T23:05:20.5515914Z [00:04:05.835]➜  go tool buildid -w $WORK/b3098/_pkg_.a # internal
2025-08-20T23:05:20.5528484Z [00:04:05.836]➜  cp $WORK/b3098/_pkg_.a /root/.cache/go-build/48/4853c030be2dd377f0a8cf0a55dfd8c3479d7bd1ab4bb28ba35414d4e5536411-d # internal
2025-08-20T23:05:20.5532445Z [00:04:05.836]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gitlab
2025-08-20T23:05:20.5533158Z [00:04:05.836]➜  mkdir -p $WORK/b3100/
2025-08-20T23:05:20.5536596Z [00:04:05.837]➜  cat >/tmp/go-build3700090427/b3100/importcfg << 'EOF' # internal
2025-08-20T23:05:20.5551989Z [00:04:05.837]➜  # import config
2025-08-20T23:05:20.5553041Z [00:04:05.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.5554694Z [00:04:05.837]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.5555937Z [00:04:05.837]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.5556547Z [00:04:05.837]➜  EOF
2025-08-20T23:05:20.5560417Z [00:04:05.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3100/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/gitlab=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gitlab;$WORK/b3100=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gitlab -lang=go1.24 -complete -installsuffix shared -buildid AxsEKJOAtFw5OAoa4ki8/AxsEKJOAtFw5OAoa4ki8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3100/importcfg -pack ./pkg/tui/sources/gitlab/gitlab.go
2025-08-20T23:05:20.5885577Z [00:04:05.872]➜  go tool buildid -w $WORK/b3099/_pkg_.a # internal
2025-08-20T23:05:20.5913574Z [00:04:05.874]➜  cp $WORK/b3099/_pkg_.a /root/.cache/go-build/24/2456f4ae8012dfcd82da19f4a16708f21f3aabb46591c227816c547db7ad21eb-d # internal
2025-08-20T23:05:20.5944029Z [00:04:05.878]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/huggingface
2025-08-20T23:05:20.5946021Z [00:04:05.878]➜  mkdir -p $WORK/b3101/
2025-08-20T23:05:20.5971471Z [00:04:05.880]➜  cat >/tmp/go-build3700090427/b3101/importcfg << 'EOF' # internal
2025-08-20T23:05:20.5973601Z [00:04:05.880]➜  # import config
2025-08-20T23:05:20.5974650Z [00:04:05.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.5976391Z [00:04:05.880]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.5977647Z [00:04:05.880]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.5978257Z [00:04:05.880]➜  EOF
2025-08-20T23:05:20.6024854Z [00:04:05.885]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3101/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/huggingface=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/huggingface;$WORK/b3101=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/huggingface -lang=go1.24 -complete -installsuffix shared -buildid kcYv4jg8spV0GjeIIUDc/kcYv4jg8spV0GjeIIUDc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3101/importcfg -pack ./pkg/tui/sources/huggingface/huggingface.go
2025-08-20T23:05:20.6326027Z [00:04:05.916]➜  go tool buildid -w $WORK/b3100/_pkg_.a # internal
2025-08-20T23:05:20.6339100Z [00:04:05.917]➜  cp $WORK/b3100/_pkg_.a /root/.cache/go-build/86/862cae0ae053eaf92bf7a88dca00a25f5bc2ef40d679f7a621bfe358465fd133-d # internal
2025-08-20T23:05:20.6353033Z [00:04:05.919]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/jenkins
2025-08-20T23:05:20.6353967Z [00:04:05.919]➜  mkdir -p $WORK/b3102/
2025-08-20T23:05:20.6357775Z [00:04:05.919]➜  cat >/tmp/go-build3700090427/b3102/importcfg << 'EOF' # internal
2025-08-20T23:05:20.6358491Z [00:04:05.919]➜  # import config
2025-08-20T23:05:20.6359763Z [00:04:05.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.6361266Z [00:04:05.919]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.6362416Z [00:04:05.919]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.6362966Z [00:04:05.919]➜  EOF
2025-08-20T23:05:20.6367157Z [00:04:05.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3102/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/jenkins=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/jenkins;$WORK/b3102=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/jenkins -lang=go1.24 -complete -installsuffix shared -buildid aVGgOD2ZfDEuHoFRMOVZ/aVGgOD2ZfDEuHoFRMOVZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3102/importcfg -pack ./pkg/tui/sources/jenkins/jenkins.go
2025-08-20T23:05:20.7053740Z [00:04:05.988]➜  go tool buildid -w $WORK/b3101/_pkg_.a # internal
2025-08-20T23:05:20.7068580Z [00:04:05.990]➜  cp $WORK/b3101/_pkg_.a /root/.cache/go-build/8a/8a6b7022332816accba07ce7b8ab794009c8418fd3b6208d012d5168aefe20b9-d # internal
2025-08-20T23:05:20.7071940Z [00:04:05.990]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/postman
2025-08-20T23:05:20.7072711Z [00:04:05.991]➜  mkdir -p $WORK/b3103/
2025-08-20T23:05:20.7077546Z [00:04:05.991]➜  cat >/tmp/go-build3700090427/b3103/importcfg << 'EOF' # internal
2025-08-20T23:05:20.7080611Z [00:04:05.991]➜  # import config
2025-08-20T23:05:20.7081701Z [00:04:05.991]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.7083334Z [00:04:05.991]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.7084808Z [00:04:05.991]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.7085442Z [00:04:05.991]➜  EOF
2025-08-20T23:05:20.7089186Z [00:04:05.991]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3103/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/postman=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/postman;$WORK/b3103=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/postman -lang=go1.24 -complete -installsuffix shared -buildid RSYKKsT4mSzXWc4DY-dV/RSYKKsT4mSzXWc4DY-dV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3103/importcfg -pack ./pkg/tui/sources/postman/postman.go
2025-08-20T23:05:20.7458116Z [00:04:06.029]➜  go tool buildid -w $WORK/b3102/_pkg_.a # internal
2025-08-20T23:05:20.7477278Z [00:04:06.031]➜  cp $WORK/b3102/_pkg_.a /root/.cache/go-build/1c/1cb5ffb20bd8f193fad416bf2492f0b3898180ac5980dc282823a4946a62abea-d # internal
2025-08-20T23:05:20.7494942Z [00:04:06.033]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/s3
2025-08-20T23:05:20.7497313Z [00:04:06.033]➜  mkdir -p $WORK/b3104/
2025-08-20T23:05:20.7502565Z [00:04:06.033]➜  cat >/tmp/go-build3700090427/b3104/importcfg << 'EOF' # internal
2025-08-20T23:05:20.7508540Z [00:04:06.033]➜  # import config
2025-08-20T23:05:20.7509756Z [00:04:06.033]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.7511402Z [00:04:06.033]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.7512638Z [00:04:06.033]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.7513239Z [00:04:06.033]➜  EOF
2025-08-20T23:05:20.7516993Z [00:04:06.034]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3104/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/s3=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/s3;$WORK/b3104=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/s3 -lang=go1.24 -complete -installsuffix shared -buildid MTT4p8M9y2H5-K2aoAA7/MTT4p8M9y2H5-K2aoAA7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3104/importcfg -pack ./pkg/tui/sources/s3/s3.go
2025-08-20T23:05:20.7663903Z [00:04:06.049]➜  go tool buildid -w $WORK/b3103/_pkg_.a # internal
2025-08-20T23:05:20.7696565Z [00:04:06.053]➜  cp $WORK/b3103/_pkg_.a /root/.cache/go-build/1b/1becb49908075557f04cf2246d90f8e24a83438d4e4c0d3986a9d0a94b339300-d # internal
2025-08-20T23:05:20.7698612Z [00:04:06.053]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/syslog
2025-08-20T23:05:20.7700150Z [00:04:06.053]➜  mkdir -p $WORK/b3105/
2025-08-20T23:05:20.7701273Z [00:04:06.053]➜  cat >/tmp/go-build3700090427/b3105/importcfg << 'EOF' # internal
2025-08-20T23:05:20.7702025Z [00:04:06.053]➜  # import config
2025-08-20T23:05:20.7703006Z [00:04:06.053]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.7704484Z [00:04:06.053]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.7705629Z [00:04:06.053]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.7706172Z [00:04:06.053]➜  EOF
2025-08-20T23:05:20.7709675Z [00:04:06.053]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3105/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/syslog=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/syslog;$WORK/b3105=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/syslog -lang=go1.24 -complete -installsuffix shared -buildid nAGtnddbmHQ1Q5pvASPR/nAGtnddbmHQ1Q5pvASPR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3105/importcfg -pack ./pkg/tui/sources/syslog/syslog.go
2025-08-20T23:05:20.8355434Z [00:04:06.119]➜  go tool buildid -w $WORK/b3104/_pkg_.a # internal
2025-08-20T23:05:20.8386395Z [00:04:06.122]➜  cp $WORK/b3104/_pkg_.a /root/.cache/go-build/84/84399354419d8fd7c0edeaff308c5d240736992af64950adcd9518088b153599-d # internal
2025-08-20T23:05:20.8392034Z [00:04:06.122]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_select
2025-08-20T23:05:20.8393362Z [00:04:06.123]➜  mkdir -p $WORK/b3106/
2025-08-20T23:05:20.8399556Z [00:04:06.123]➜  cat >/tmp/go-build3700090427/b3106/importcfg << 'EOF' # internal
2025-08-20T23:05:20.8401213Z [00:04:06.123]➜  # import config
2025-08-20T23:05:20.8402045Z [00:04:06.123]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:20.8403120Z [00:04:06.123]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build3700090427/b3083/_pkg_.a
2025-08-20T23:05:20.8404184Z [00:04:06.123]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:20.8405205Z [00:04:06.123]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:20.8406394Z [00:04:06.123]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.8407972Z [00:04:06.123]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector=/tmp/go-build3700090427/b3082/_pkg_.a
2025-08-20T23:05:20.8409541Z [00:04:06.123]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build3700090427/b3081/_pkg_.a
2025-08-20T23:05:20.8410617Z [00:04:06.123]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:20.8411145Z [00:04:06.123]➜  EOF
2025-08-20T23:05:20.8434499Z [00:04:06.126]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3106/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_select=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_select;$WORK/b3106=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_select -lang=go1.24 -complete -installsuffix shared -buildid zRCzJ5hQ5EuWrIdWRWEz/zRCzJ5hQ5EuWrIdWRWEz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3106/importcfg -pack ./pkg/tui/pages/source_select/item.go ./pkg/tui/pages/source_select/source_select.go
2025-08-20T23:05:20.8545001Z [00:04:06.138]➜  go tool buildid -w $WORK/b3105/_pkg_.a # internal
2025-08-20T23:05:20.8558286Z [00:04:06.139]➜  cp $WORK/b3105/_pkg_.a /root/.cache/go-build/83/83ab5ad163053586e49dc8a9d7a2d06f0f3dd5167605e6a96b3548915992038b-d # internal
2025-08-20T23:05:20.8594882Z [00:04:06.143]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources
2025-08-20T23:05:20.8596192Z [00:04:06.143]➜  mkdir -p $WORK/b3092/
2025-08-20T23:05:20.8608286Z [00:04:06.144]➜  cat >/tmp/go-build3700090427/b3092/importcfg << 'EOF' # internal
2025-08-20T23:05:20.8609115Z [00:04:06.144]➜  # import config
2025-08-20T23:05:20.8610043Z [00:04:06.144]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:20.8611329Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/circleci=/tmp/go-build3700090427/b3093/_pkg_.a
2025-08-20T23:05:20.8612926Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/docker=/tmp/go-build3700090427/b3094/_pkg_.a
2025-08-20T23:05:20.8614494Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/elasticsearch=/tmp/go-build3700090427/b3095/_pkg_.a
2025-08-20T23:05:20.8616145Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/filesystem=/tmp/go-build3700090427/b3096/_pkg_.a
2025-08-20T23:05:20.8617670Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gcs=/tmp/go-build3700090427/b3097/_pkg_.a
2025-08-20T23:05:20.8619195Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/git=/tmp/go-build3700090427/b3098/_pkg_.a
2025-08-20T23:05:20.8620872Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/github=/tmp/go-build3700090427/b3099/_pkg_.a
2025-08-20T23:05:20.8622582Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gitlab=/tmp/go-build3700090427/b3100/_pkg_.a
2025-08-20T23:05:20.8624137Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/huggingface=/tmp/go-build3700090427/b3101/_pkg_.a
2025-08-20T23:05:20.8625705Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/jenkins=/tmp/go-build3700090427/b3102/_pkg_.a
2025-08-20T23:05:20.8627258Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/postman=/tmp/go-build3700090427/b3103/_pkg_.a
2025-08-20T23:05:20.8628701Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/s3=/tmp/go-build3700090427/b3104/_pkg_.a
2025-08-20T23:05:20.8630540Z [00:04:06.144]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/syslog=/tmp/go-build3700090427/b3105/_pkg_.a
2025-08-20T23:05:20.8631732Z [00:04:06.144]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.8632327Z [00:04:06.144]➜  EOF
2025-08-20T23:05:20.8635792Z [00:04:06.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3092/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources;$WORK/b3092=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources -lang=go1.24 -complete -installsuffix shared -buildid PQJhBmkpWU-Ln9fLY90D/PQJhBmkpWU-Ln9fLY90D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3092/importcfg -pack ./pkg/tui/sources/sources.go
2025-08-20T23:05:20.9615038Z [00:04:06.245]➜  go tool buildid -w $WORK/b3092/_pkg_.a # internal
2025-08-20T23:05:20.9622170Z [00:04:06.245]➜  cp $WORK/b3092/_pkg_.a /root/.cache/go-build/1c/1c6c39003055b68a1c62f153c0872661bd099184a2baf646806a3fedd001e966-d # internal
2025-08-20T23:05:20.9626762Z [00:04:06.246]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_configure
2025-08-20T23:05:20.9627620Z [00:04:06.246]➜  mkdir -p $WORK/b3090/
2025-08-20T23:05:20.9633575Z [00:04:06.246]➜  cat >/tmp/go-build3700090427/b3090/importcfg << 'EOF' # internal
2025-08-20T23:05:20.9634272Z [00:04:06.246]➜  # import config
2025-08-20T23:05:20.9635098Z [00:04:06.246]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:20.9636237Z [00:04:06.246]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build3700090427/b3083/_pkg_.a
2025-08-20T23:05:20.9637346Z [00:04:06.246]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:20.9638458Z [00:04:06.246]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:20.9640038Z [00:04:06.246]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.9641548Z [00:04:06.246]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/tabs=/tmp/go-build3700090427/b3091/_pkg_.a
2025-08-20T23:05:20.9643154Z [00:04:06.246]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:20.9644690Z [00:04:06.246]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources=/tmp/go-build3700090427/b3092/_pkg_.a
2025-08-20T23:05:20.9646106Z [00:04:06.246]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build3700090427/b3081/_pkg_.a
2025-08-20T23:05:20.9647212Z [00:04:06.246]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:20.9648005Z [00:04:06.246]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:20.9648802Z [00:04:06.246]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.9669694Z [00:04:06.246]➜  EOF
2025-08-20T23:05:20.9675352Z [00:04:06.246]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3090/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_configure;$WORK/b3090=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_configure -lang=go1.24 -complete -installsuffix shared -buildid ew2sDjwHLmQKDmUahGYk/ew2sDjwHLmQKDmUahGYk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3090/importcfg -pack ./pkg/tui/pages/source_configure/item.go ./pkg/tui/pages/source_configure/run_component.go ./pkg/tui/pages/source_configure/source_component.go ./pkg/tui/pages/source_configure/source_configure.go ./pkg/tui/pages/source_configure/trufflehog_component.go ./pkg/tui/pages/source_configure/trufflehog_configure.go
2025-08-20T23:05:20.9682696Z [00:04:06.251]➜  go tool buildid -w $WORK/b3106/_pkg_.a # internal
2025-08-20T23:05:20.9719684Z [00:04:06.255]➜  cp $WORK/b3106/_pkg_.a /root/.cache/go-build/ab/ab0f700d117287515991045ab4a62a3b0798901b372de053fccae8412c6475cd-d # internal
2025-08-20T23:05:20.9722778Z [00:04:06.255]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/view_oss
2025-08-20T23:05:20.9723554Z [00:04:06.255]➜  mkdir -p $WORK/b3107/
2025-08-20T23:05:20.9728104Z [00:04:06.256]➜  cat >/tmp/go-build3700090427/b3107/importcfg << 'EOF' # internal
2025-08-20T23:05:20.9729235Z [00:04:06.256]➜  # import config
2025-08-20T23:05:20.9730454Z [00:04:06.256]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:20.9731666Z [00:04:06.256]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:20.9732826Z [00:04:06.256]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:20.9734177Z [00:04:06.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:20.9735877Z [00:04:06.256]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build3700090427/b3081/_pkg_.a
2025-08-20T23:05:20.9736981Z [00:04:06.256]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:20.9737575Z [00:04:06.256]➜  EOF
2025-08-20T23:05:20.9741407Z [00:04:06.256]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3107/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/view_oss=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/view_oss;$WORK/b3107=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/view_oss -lang=go1.24 -complete -installsuffix shared -buildid ZjeMqN-yJVtB7RBVXzfm/ZjeMqN-yJVtB7RBVXzfm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3107/importcfg -pack ./pkg/tui/pages/view_oss/view_oss.go
2025-08-20T23:05:21.0502057Z [00:04:06.333]➜  go tool buildid -w $WORK/b3107/_pkg_.a # internal
2025-08-20T23:05:21.0522839Z [00:04:06.335]➜  cp $WORK/b3107/_pkg_.a /root/.cache/go-build/ca/ca5277d5c79e2b3c5e285c8c3b409e97cc6e41f716af546374404ea7de3700ef-d # internal
2025-08-20T23:05:21.0530444Z [00:04:06.336]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/wizard_intro
2025-08-20T23:05:21.0531247Z [00:04:06.336]➜  mkdir -p $WORK/b3108/
2025-08-20T23:05:21.0552781Z [00:04:06.338]➜  cat >/tmp/go-build3700090427/b3108/importcfg << 'EOF' # internal
2025-08-20T23:05:21.0555355Z [00:04:06.338]➜  # import config
2025-08-20T23:05:21.0555985Z [00:04:06.338]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:21.0557028Z [00:04:06.338]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:21.0558226Z [00:04:06.338]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build3700090427/b3083/_pkg_.a
2025-08-20T23:05:21.0559603Z [00:04:06.338]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:21.0560783Z [00:04:06.338]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:21.0562120Z [00:04:06.338]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:21.0563930Z [00:04:06.338]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector=/tmp/go-build3700090427/b3082/_pkg_.a
2025-08-20T23:05:21.0565521Z [00:04:06.339]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build3700090427/b3081/_pkg_.a
2025-08-20T23:05:21.0566561Z [00:04:06.339]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:21.0567331Z [00:04:06.339]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:21.0567909Z [00:04:06.339]➜  EOF
2025-08-20T23:05:21.0572101Z [00:04:06.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3108/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/wizard_intro=>github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/wizard_intro;$WORK/b3108=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/wizard_intro -lang=go1.24 -complete -installsuffix shared -buildid Sq49RHuL7GbdYV9LwCZW/Sq49RHuL7GbdYV9LwCZW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3108/importcfg -pack ./pkg/tui/pages/wizard_intro/item.go ./pkg/tui/pages/wizard_intro/wizard_intro.go
2025-08-20T23:05:21.2245757Z [00:04:06.508]➜  go tool buildid -w $WORK/b3090/_pkg_.a # internal
2025-08-20T23:05:21.2297300Z [00:04:06.513]➜  cp $WORK/b3090/_pkg_.a /root/.cache/go-build/75/751feea24a4cb8a3a1719cf8dc47b792ebda7302310c3ced2a516e875edde27e-d # internal
2025-08-20T23:05:21.2546122Z [00:04:06.538]➜  go tool buildid -w $WORK/b3108/_pkg_.a # internal
2025-08-20T23:05:21.2587015Z [00:04:06.542]➜  cp $WORK/b3108/_pkg_.a /root/.cache/go-build/f9/f9a6d746dd00fac4e2b702ae892f814d2b594ab95d60e7683c79d4c472d262ab-d # internal
2025-08-20T23:05:21.2613329Z [00:04:06.545]➜  github.com/trufflesecurity/trufflehog/v3/pkg/tui
2025-08-20T23:05:21.2616525Z [00:04:06.545]➜  mkdir -p $WORK/b3022/
2025-08-20T23:05:21.2621106Z [00:04:06.545]➜  cat >/tmp/go-build3700090427/b3022/importcfg << 'EOF' # internal
2025-08-20T23:05:21.2624475Z [00:04:06.546]➜  # import config
2025-08-20T23:05:21.2625091Z [00:04:06.546]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:21.2625949Z [00:04:06.546]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:21.2626945Z [00:04:06.546]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:21.2627902Z [00:04:06.546]➜  packagefile github.com/lrstanley/bubblezone=/tmp/go-build3700090427/b3040/_pkg_.a
2025-08-20T23:05:21.2628943Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer=/tmp/go-build3700090427/b214/_pkg_.a
2025-08-20T23:05:21.2630454Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:05:21.2631878Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:21.2633255Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector=/tmp/go-build3700090427/b3082/_pkg_.a
2025-08-20T23:05:21.2634610Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap=/tmp/go-build3700090427/b3080/_pkg_.a
2025-08-20T23:05:21.2635943Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_form=/tmp/go-build3700090427/b3087/_pkg_.a
2025-08-20T23:05:21.2637345Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_keys=/tmp/go-build3700090427/b3088/_pkg_.a
2025-08-20T23:05:21.2638783Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/contact_enterprise=/tmp/go-build3700090427/b3089/_pkg_.a
2025-08-20T23:05:21.2640482Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_configure=/tmp/go-build3700090427/b3090/_pkg_.a
2025-08-20T23:05:21.2641923Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_select=/tmp/go-build3700090427/b3106/_pkg_.a
2025-08-20T23:05:21.2643448Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/view_oss=/tmp/go-build3700090427/b3107/_pkg_.a
2025-08-20T23:05:21.2644850Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/wizard_intro=/tmp/go-build3700090427/b3108/_pkg_.a
2025-08-20T23:05:21.2646148Z [00:04:06.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build3700090427/b3081/_pkg_.a
2025-08-20T23:05:21.2647086Z [00:04:06.546]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:21.2647744Z [00:04:06.546]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:21.2648240Z [00:04:06.546]➜  EOF
2025-08-20T23:05:21.2651345Z [00:04:06.546]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3022/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui=>github.com/trufflesecurity/trufflehog/v3/pkg/tui;$WORK/b3022=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/tui -lang=go1.24 -complete -installsuffix shared -buildid FbyUvm8RDvvrHDGlDNa5/FbyUvm8RDvvrHDGlDNa5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3022/importcfg -pack ./pkg/tui/tui.go
2025-08-20T23:05:21.4391717Z [00:04:06.722]➜  go tool buildid -w $WORK/b3022/_pkg_.a # internal
2025-08-20T23:05:21.4405254Z [00:04:06.724]➜  cp $WORK/b3022/_pkg_.a /root/.cache/go-build/d9/d98029f6938df717fff514caaced4b7802661f92cfb6f1b781cb5c4349635c1e-d # internal
2025-08-20T23:05:23.2696405Z [00:04:08.553]➜  go tool buildid -w $WORK/b2289/_pkg_.a # internal
2025-08-20T23:05:23.5723167Z [00:04:08.855]➜  cp $WORK/b2289/_pkg_.a /root/.cache/go-build/5c/5cc0abea00bb49bc51df032e0a39ed4205212855fde5dd326c31304c80f1e5ea-d # internal
2025-08-20T23:05:28.5560174Z [00:04:13.839]➜  go tool buildid -w $WORK/b2293/_pkg_.a # internal
2025-08-20T23:05:28.7185064Z [00:04:14.002]➜  cp $WORK/b2293/_pkg_.a /root/.cache/go-build/0a/0a261a7101b7995119d91c5f0acc8664c2fa23a27dc2c51626250060197b4a2d-d # internal
2025-08-20T23:05:28.7190813Z [00:04:14.002]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status
2025-08-20T23:05:28.7193835Z [00:04:14.002]➜  mkdir -p $WORK/b2487/
2025-08-20T23:05:28.7202626Z [00:04:14.002]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete
2025-08-20T23:05:28.7203498Z [00:04:14.002]➜  mkdir -p $WORK/b2292/
2025-08-20T23:05:28.7204739Z [00:04:14.002]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get
2025-08-20T23:05:28.7205664Z [00:04:14.002]➜  mkdir -p $WORK/b2486/
2025-08-20T23:05:28.7206560Z [00:04:14.003]➜  cat >/tmp/go-build3700090427/b2487/importcfg << 'EOF' # internal
2025-08-20T23:05:28.7207378Z [00:04:14.003]➜  # import config
2025-08-20T23:05:28.7211927Z [00:04:14.003]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:28.7212794Z [00:04:14.003]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:28.7213685Z [00:04:14.003]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:28.7214599Z [00:04:14.003]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:28.7215516Z [00:04:14.003]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:28.7231084Z [00:04:14.003]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:28.7232713Z [00:04:14.003]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:28.7233789Z [00:04:14.003]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:28.7234572Z [00:04:14.003]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:28.7235373Z [00:04:14.003]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:28.7236139Z [00:04:14.003]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:28.7236945Z [00:04:14.003]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:28.7237798Z [00:04:14.003]➜  EOF
2025-08-20T23:05:28.7243199Z [00:04:14.003]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2487/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/status=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/status;$WORK/b2487=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status -lang=go1.22 -complete -installsuffix shared -buildid JGQ4SSKiHdQWuRe6U-U3/JGQ4SSKiHdQWuRe6U-U3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2487/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/status/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/status/status.go
2025-08-20T23:05:28.7248121Z [00:04:14.003]➜  cat >/tmp/go-build3700090427/b2486/importcfg << 'EOF' # internal
2025-08-20T23:05:28.7248806Z [00:04:14.003]➜  # import config
2025-08-20T23:05:28.7249726Z [00:04:14.003]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:28.7250590Z [00:04:14.003]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:28.7251634Z [00:04:14.003]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:28.7252473Z [00:04:14.003]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:28.7253265Z [00:04:14.003]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:28.7254469Z [00:04:14.003]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:28.7255978Z [00:04:14.003]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:28.7257079Z [00:04:14.003]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:28.7258006Z [00:04:14.003]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:28.7258822Z [00:04:14.003]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:28.7260899Z [00:04:14.003]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:28.7261725Z [00:04:14.003]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:28.7262300Z [00:04:14.003]➜  EOF
2025-08-20T23:05:28.7262902Z [00:04:14.003]➜  cat >/tmp/go-build3700090427/b2292/importcfg << 'EOF' # internal
2025-08-20T23:05:28.7263525Z [00:04:14.003]➜  # import config
2025-08-20T23:05:28.7264137Z [00:04:14.003]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:28.7264965Z [00:04:14.003]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:28.7270481Z [00:04:14.003]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:28.7271586Z [00:04:14.003]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:28.7272848Z [00:04:14.003]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:28.7274369Z [00:04:14.003]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:28.7275448Z [00:04:14.003]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:28.7276217Z [00:04:14.003]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:28.7277001Z [00:04:14.003]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:28.7277781Z [00:04:14.003]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:28.7278573Z [00:04:14.003]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:28.7279171Z [00:04:14.003]➜  EOF
2025-08-20T23:05:28.7284380Z [00:04:14.005]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2486/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/get=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/get;$WORK/b2486=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get -lang=go1.22 -complete -installsuffix shared -buildid Gz1Thx6wFNqIkPK8eNAw/Gz1Thx6wFNqIkPK8eNAw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2486/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/get/response.go
2025-08-20T23:05:28.7293767Z [00:04:14.005]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2292/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/delete;$WORK/b2292=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete -lang=go1.22 -complete -installsuffix shared -buildid voG-M5jeUBGMOfa31FVd/voG-M5jeUBGMOfa31FVd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2292/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/delete/response.go
2025-08-20T23:05:28.7298771Z [00:04:14.005]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit
2025-08-20T23:05:28.7299805Z [00:04:14.005]➜  mkdir -p $WORK/b2488/
2025-08-20T23:05:28.7300500Z [00:04:14.005]➜  cat >/tmp/go-build3700090427/b2488/importcfg << 'EOF' # internal
2025-08-20T23:05:28.7301151Z [00:04:14.005]➜  # import config
2025-08-20T23:05:28.7301793Z [00:04:14.005]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:28.7302609Z [00:04:14.005]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:28.7303469Z [00:04:14.005]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:28.7304466Z [00:04:14.005]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:28.7305245Z [00:04:14.005]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:28.7306429Z [00:04:14.005]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:28.7307933Z [00:04:14.005]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:28.7309862Z [00:04:14.005]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:28.7311632Z [00:04:14.005]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3700090427/b2417/_pkg_.a
2025-08-20T23:05:28.7313402Z [00:04:14.005]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3700090427/b2443/_pkg_.a
2025-08-20T23:05:28.7315088Z [00:04:14.005]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3700090427/b2460/_pkg_.a
2025-08-20T23:05:28.7316315Z [00:04:14.005]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:28.7317078Z [00:04:14.005]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:28.7317866Z [00:04:14.005]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:28.7318636Z [00:04:14.005]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:28.7319553Z [00:04:14.005]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:28.7320127Z [00:04:14.005]➜  EOF
2025-08-20T23:05:28.7326098Z [00:04:14.005]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2488/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/submit=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/submit;$WORK/b2488=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit -lang=go1.22 -complete -installsuffix shared -buildid sLvnPexu3DNFdUo4U1as/sLvnPexu3DNFdUo4U1as -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2488/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/submit/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/submit/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/asyncsearch/submit/submit.go
2025-08-20T23:05:28.8183661Z [00:04:14.101]➜  go tool buildid -w $WORK/b2292/_pkg_.a # internal
2025-08-20T23:05:28.8200562Z [00:04:14.103]➜  cp $WORK/b2292/_pkg_.a /root/.cache/go-build/65/65d193df1d7546af48c3dd290fbca962c2102881feda6cf17ea2142aaacf8452-d # internal
2025-08-20T23:05:28.8208177Z [00:04:14.104]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy
2025-08-20T23:05:28.8219888Z [00:04:14.105]➜  mkdir -p $WORK/b2489/
2025-08-20T23:05:28.8222893Z [00:04:14.105]➜  cat >/tmp/go-build3700090427/b2489/importcfg << 'EOF' # internal
2025-08-20T23:05:28.8223585Z [00:04:14.106]➜  # import config
2025-08-20T23:05:28.8224302Z [00:04:14.106]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:28.8227635Z [00:04:14.106]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:28.8228741Z [00:04:14.106]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:28.8229639Z [00:04:14.106]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:28.8230789Z [00:04:14.106]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:28.8232244Z [00:04:14.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:28.8233488Z [00:04:14.106]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:28.8234406Z [00:04:14.106]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:28.8235248Z [00:04:14.106]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:28.8236034Z [00:04:14.106]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:28.8236834Z [00:04:14.106]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:28.8237395Z [00:04:14.106]➜  EOF
2025-08-20T23:05:28.8243548Z [00:04:14.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2489/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/deleteautoscalingpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/deleteautoscalingpolicy;$WORK/b2489=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy -lang=go1.22 -complete -installsuffix shared -buildid LF8cudE8OfVUlrvPPvVz/LF8cudE8OfVUlrvPPvVz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2489/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/deleteautoscalingpolicy/delete_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/deleteautoscalingpolicy/response.go
2025-08-20T23:05:28.8262610Z [00:04:14.109]➜  go tool buildid -w $WORK/b2486/_pkg_.a # internal
2025-08-20T23:05:28.8286139Z [00:04:14.112]➜  cp $WORK/b2486/_pkg_.a /root/.cache/go-build/e0/e00e362917933277be634ac6fdde8e70a536bc3234a7f0ffa7f01b5e22064995-d # internal
2025-08-20T23:05:28.8300168Z [00:04:14.113]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity
2025-08-20T23:05:28.8304008Z [00:04:14.114]➜  mkdir -p $WORK/b2490/
2025-08-20T23:05:28.8313842Z [00:04:14.115]➜  cat >/tmp/go-build3700090427/b2490/importcfg << 'EOF' # internal
2025-08-20T23:05:28.8315858Z [00:04:14.115]➜  # import config
2025-08-20T23:05:28.8316577Z [00:04:14.115]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:28.8317444Z [00:04:14.115]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:28.8318284Z [00:04:14.115]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:28.8319501Z [00:04:14.115]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:28.8321332Z [00:04:14.115]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:28.8322831Z [00:04:14.115]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:28.8323946Z [00:04:14.115]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:28.8324770Z [00:04:14.115]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:28.8325610Z [00:04:14.115]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:28.8326412Z [00:04:14.115]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:28.8327240Z [00:04:14.115]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:28.8327829Z [00:04:14.115]➜  EOF
2025-08-20T23:05:28.8338972Z [00:04:14.117]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2490/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/getautoscalingcapacity=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/getautoscalingcapacity;$WORK/b2490=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity -lang=go1.22 -complete -installsuffix shared -buildid W3gV_7cFTVSZ2w2dVP6u/W3gV_7cFTVSZ2w2dVP6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2490/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/getautoscalingcapacity/get_autoscaling_capacity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/getautoscalingcapacity/response.go
2025-08-20T23:05:28.8417129Z [00:04:14.125]➜  go tool buildid -w $WORK/b2487/_pkg_.a # internal
2025-08-20T23:05:28.8432031Z [00:04:14.126]➜  cp $WORK/b2487/_pkg_.a /root/.cache/go-build/57/57c4adff76fcd3e11b4f4aa9a182a0936ce714893dca7b7809cf250fcb85c350-d # internal
2025-08-20T23:05:28.8448149Z [00:04:14.128]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy
2025-08-20T23:05:28.8449063Z [00:04:14.128]➜  mkdir -p $WORK/b2491/
2025-08-20T23:05:28.8449973Z [00:04:14.128]➜  cat >/tmp/go-build3700090427/b2491/importcfg << 'EOF' # internal
2025-08-20T23:05:28.8450528Z [00:04:14.128]➜  # import config
2025-08-20T23:05:28.8451157Z [00:04:14.128]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:28.8452039Z [00:04:14.128]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:28.8452871Z [00:04:14.128]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:28.8453575Z [00:04:14.128]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:28.8454858Z [00:04:14.128]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:28.8456403Z [00:04:14.128]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:28.8457543Z [00:04:14.128]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:28.8458393Z [00:04:14.128]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:28.8459260Z [00:04:14.128]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:28.8460359Z [00:04:14.128]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:28.8461205Z [00:04:14.128]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:28.8461829Z [00:04:14.128]➜  EOF
2025-08-20T23:05:28.8474681Z [00:04:14.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2491/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/getautoscalingpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/getautoscalingpolicy;$WORK/b2491=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy -lang=go1.22 -complete -installsuffix shared -buildid nmF6HL6ue8-fGPYHMsbp/nmF6HL6ue8-fGPYHMsbp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2491/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/getautoscalingpolicy/get_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/getautoscalingpolicy/response.go
2025-08-20T23:05:28.9396032Z [00:04:14.223]➜  go tool buildid -w $WORK/b2490/_pkg_.a # internal
2025-08-20T23:05:28.9402414Z [00:04:14.223]➜  cp $WORK/b2490/_pkg_.a /root/.cache/go-build/36/366d08e62d9a3e1a17a579fb44def6d8d27111ad2df4b11fdb68ba86b6521bc4-d # internal
2025-08-20T23:05:28.9407365Z [00:04:14.224]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy
2025-08-20T23:05:28.9408295Z [00:04:14.224]➜  mkdir -p $WORK/b2492/
2025-08-20T23:05:28.9419179Z [00:04:14.225]➜  cat >/tmp/go-build3700090427/b2492/importcfg << 'EOF' # internal
2025-08-20T23:05:28.9426987Z [00:04:14.225]➜  # import config
2025-08-20T23:05:28.9427887Z [00:04:14.225]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:28.9428733Z [00:04:14.225]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:28.9429839Z [00:04:14.225]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:28.9430727Z [00:04:14.225]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:28.9431514Z [00:04:14.225]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:28.9432898Z [00:04:14.225]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:28.9434619Z [00:04:14.225]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:28.9435710Z [00:04:14.225]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:28.9436495Z [00:04:14.225]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:28.9437212Z [00:04:14.225]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:28.9437978Z [00:04:14.225]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:28.9438745Z [00:04:14.225]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:28.9439543Z [00:04:14.225]➜  EOF
2025-08-20T23:05:28.9448335Z [00:04:14.226]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2492/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/putautoscalingpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/putautoscalingpolicy;$WORK/b2492=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy -lang=go1.22 -complete -installsuffix shared -buildid TlNA-K6L30MYai5BNd94/TlNA-K6L30MYai5BNd94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2492/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/putautoscalingpolicy/put_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/putautoscalingpolicy/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/autoscaling/putautoscalingpolicy/response.go
2025-08-20T23:05:28.9462300Z [00:04:14.229]➜  go tool buildid -w $WORK/b2489/_pkg_.a # internal
2025-08-20T23:05:28.9480725Z [00:04:14.231]➜  cp $WORK/b2489/_pkg_.a /root/.cache/go-build/49/494aa679523532a2187902680e7e57fd09338ea13255aa8e12f24f4ab5763d0e-d # internal
2025-08-20T23:05:28.9492772Z [00:04:14.232]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases
2025-08-20T23:05:28.9494517Z [00:04:14.233]➜  mkdir -p $WORK/b2494/
2025-08-20T23:05:28.9501021Z [00:04:14.233]➜  cat >/tmp/go-build3700090427/b2494/importcfg << 'EOF' # internal
2025-08-20T23:05:28.9502426Z [00:04:14.233]➜  # import config
2025-08-20T23:05:28.9503286Z [00:04:14.233]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:28.9505964Z [00:04:14.233]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:28.9506827Z [00:04:14.233]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:28.9507596Z [00:04:14.233]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:28.9508750Z [00:04:14.233]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:28.9510387Z [00:04:14.233]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:28.9512070Z [00:04:14.233]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:28.9513352Z [00:04:14.233]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:28.9514212Z [00:04:14.233]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:28.9515128Z [00:04:14.233]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:28.9516291Z [00:04:14.233]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:28.9517079Z [00:04:14.233]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:28.9517636Z [00:04:14.233]➜  EOF
2025-08-20T23:05:28.9522990Z [00:04:14.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2494/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/aliases=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/aliases;$WORK/b2494=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases -lang=go1.22 -complete -installsuffix shared -buildid O8ENkYfST7asWnlXXSOe/O8ENkYfST7asWnlXXSOe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2494/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/aliases/aliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/aliases/response.go
2025-08-20T23:05:28.9779083Z [00:04:14.261]➜  go tool buildid -w $WORK/b2488/_pkg_.a # internal
2025-08-20T23:05:28.9822296Z [00:04:14.265]➜  cp $WORK/b2488/_pkg_.a /root/.cache/go-build/8f/8ff5f6344be0b34caf2d0e59ebbaaa6604e74d2a897db4b3c6815845350f03cb-d # internal
2025-08-20T23:05:28.9830020Z [00:04:14.266]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation
2025-08-20T23:05:28.9833343Z [00:04:14.266]➜  mkdir -p $WORK/b2495/
2025-08-20T23:05:28.9841101Z [00:04:14.267]➜  cat >/tmp/go-build3700090427/b2495/importcfg << 'EOF' # internal
2025-08-20T23:05:28.9851061Z [00:04:14.268]➜  # import config
2025-08-20T23:05:28.9853643Z [00:04:14.269]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:28.9854984Z [00:04:14.269]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:28.9856235Z [00:04:14.269]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:28.9858202Z [00:04:14.269]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:28.9860459Z [00:04:14.269]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:28.9861927Z [00:04:14.269]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:28.9863416Z [00:04:14.269]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3700090427/b2496/_pkg_.a
2025-08-20T23:05:28.9864516Z [00:04:14.269]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:28.9865274Z [00:04:14.269]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:28.9866078Z [00:04:14.269]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:28.9866842Z [00:04:14.269]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:28.9867775Z [00:04:14.269]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:28.9868364Z [00:04:14.269]➜  EOF
2025-08-20T23:05:28.9875377Z [00:04:14.269]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2495/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/allocation=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/allocation;$WORK/b2495=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation -lang=go1.22 -complete -installsuffix shared -buildid DkFaCdh9e2d0XFXFq5aq/DkFaCdh9e2d0XFXFq5aq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2495/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/allocation/allocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/allocation/response.go
2025-08-20T23:05:28.9880168Z [00:04:14.269]➜  go tool buildid -w $WORK/b2491/_pkg_.a # internal
2025-08-20T23:05:28.9881383Z [00:04:14.270]➜  cp $WORK/b2491/_pkg_.a /root/.cache/go-build/74/74757ddb955e0d3a426f278ef8c767d949da21eda55a439624f568b0d6a21631-d # internal
2025-08-20T23:05:28.9888828Z [00:04:14.272]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates
2025-08-20T23:05:28.9890481Z [00:04:14.272]➜  mkdir -p $WORK/b2497/
2025-08-20T23:05:28.9898947Z [00:04:14.273]➜  cat >/tmp/go-build3700090427/b2497/importcfg << 'EOF' # internal
2025-08-20T23:05:28.9899853Z [00:04:14.273]➜  # import config
2025-08-20T23:05:28.9900490Z [00:04:14.273]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:28.9901362Z [00:04:14.273]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:28.9902378Z [00:04:14.273]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:28.9903301Z [00:04:14.273]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:28.9904506Z [00:04:14.273]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:28.9906015Z [00:04:14.273]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:28.9907062Z [00:04:14.273]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:28.9907831Z [00:04:14.273]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:28.9908609Z [00:04:14.273]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:28.9909572Z [00:04:14.273]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:28.9910426Z [00:04:14.273]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:28.9911184Z [00:04:14.273]➜  EOF
2025-08-20T23:05:28.9925085Z [00:04:14.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2497/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/componenttemplates=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/componenttemplates;$WORK/b2497=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates -lang=go1.22 -complete -installsuffix shared -buildid b-i519UuR0mBbImVbG5F/b-i519UuR0mBbImVbG5F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2497/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/componenttemplates/component_templates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/componenttemplates/response.go
2025-08-20T23:05:29.0541293Z [00:04:14.337]➜  go tool buildid -w $WORK/b2494/_pkg_.a # internal
2025-08-20T23:05:29.0551695Z [00:04:14.337]➜  go tool buildid -w $WORK/b2492/_pkg_.a # internal
2025-08-20T23:05:29.0554449Z [00:04:14.338]➜  cp $WORK/b2492/_pkg_.a /root/.cache/go-build/56/56982220f9a1fc3177824578f55c09d88a73c37365b1c918665ad1746cf62d1c-d # internal
2025-08-20T23:05:29.0558653Z [00:04:14.339]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/count
2025-08-20T23:05:29.0561302Z [00:04:14.339]➜  mkdir -p $WORK/b2498/
2025-08-20T23:05:29.0568856Z [00:04:14.340]➜  cp $WORK/b2494/_pkg_.a /root/.cache/go-build/26/261ab8a891034499ea9ecf84d794dfc13d6e83b71e4c194f9151882a00e7f96b-d # internal
2025-08-20T23:05:29.0575365Z [00:04:14.341]➜  cat >/tmp/go-build3700090427/b2498/importcfg << 'EOF' # internal
2025-08-20T23:05:29.0578668Z [00:04:14.341]➜  # import config
2025-08-20T23:05:29.0580509Z [00:04:14.341]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.0581857Z [00:04:14.341]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.0587447Z [00:04:14.341]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.0588505Z [00:04:14.341]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.0590126Z [00:04:14.341]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.0591704Z [00:04:14.341]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.0603739Z [00:04:14.341]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.0604880Z [00:04:14.341]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.0605717Z [00:04:14.341]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.0606562Z [00:04:14.341]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.0607371Z [00:04:14.341]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.0607976Z [00:04:14.341]➜  EOF
2025-08-20T23:05:29.0613117Z [00:04:14.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2498/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/count=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/count;$WORK/b2498=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/count -lang=go1.22 -complete -installsuffix shared -buildid TqUdp9geAlSFYRanEJd4/TqUdp9geAlSFYRanEJd4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2498/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/count/count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/count/response.go
2025-08-20T23:05:29.0617689Z [00:04:14.342]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata
2025-08-20T23:05:29.0618418Z [00:04:14.342]➜  mkdir -p $WORK/b2499/
2025-08-20T23:05:29.0619189Z [00:04:14.343]➜  cat >/tmp/go-build3700090427/b2499/importcfg << 'EOF' # internal
2025-08-20T23:05:29.0620119Z [00:04:14.343]➜  # import config
2025-08-20T23:05:29.0620799Z [00:04:14.343]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.0621680Z [00:04:14.343]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.0622577Z [00:04:14.343]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.0623649Z [00:04:14.343]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.0624881Z [00:04:14.343]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.0626402Z [00:04:14.343]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.0627925Z [00:04:14.343]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3700090427/b2496/_pkg_.a
2025-08-20T23:05:29.0629060Z [00:04:14.343]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.0630061Z [00:04:14.343]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.0630901Z [00:04:14.343]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.0631751Z [00:04:14.343]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.0632602Z [00:04:14.343]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.0633249Z [00:04:14.343]➜  EOF
2025-08-20T23:05:29.0638279Z [00:04:14.343]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2499/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/fielddata=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/fielddata;$WORK/b2499=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata -lang=go1.22 -complete -installsuffix shared -buildid 3FIvq5LcHc20L8MLzbLd/3FIvq5LcHc20L8MLzbLd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2499/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/fielddata/fielddata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/fielddata/response.go
2025-08-20T23:05:29.1000456Z [00:04:14.383]➜  go tool buildid -w $WORK/b2495/_pkg_.a # internal
2025-08-20T23:05:29.1025957Z [00:04:14.386]➜  cp $WORK/b2495/_pkg_.a /root/.cache/go-build/3a/3a4dab6da4fa8f3148629f154f061d4737c661e8e60fb66b22106ed9cbbf56bf-d # internal
2025-08-20T23:05:29.1032061Z [00:04:14.386]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/health
2025-08-20T23:05:29.1037283Z [00:04:14.386]➜  mkdir -p $WORK/b2500/
2025-08-20T23:05:29.1037997Z [00:04:14.387]➜  cat >/tmp/go-build3700090427/b2500/importcfg << 'EOF' # internal
2025-08-20T23:05:29.1038635Z [00:04:14.387]➜  # import config
2025-08-20T23:05:29.1039264Z [00:04:14.387]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.1041891Z [00:04:14.387]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.1043815Z [00:04:14.387]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.1044856Z [00:04:14.387]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.1046140Z [00:04:14.387]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.1047715Z [00:04:14.387]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.1049534Z [00:04:14.387]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3700090427/b2501/_pkg_.a
2025-08-20T23:05:29.1050795Z [00:04:14.387]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.1051636Z [00:04:14.387]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.1052461Z [00:04:14.387]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.1053376Z [00:04:14.387]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.1054292Z [00:04:14.387]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.1054958Z [00:04:14.387]➜  EOF
2025-08-20T23:05:29.1060163Z [00:04:14.388]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2500/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/health=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/health;$WORK/b2500=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/health -lang=go1.22 -complete -installsuffix shared -buildid CNnyKXHfFfzEiZuwdWVo/CNnyKXHfFfzEiZuwdWVo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2500/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/health/health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/health/response.go
2025-08-20T23:05:29.1074884Z [00:04:14.391]➜  go tool buildid -w $WORK/b2497/_pkg_.a # internal
2025-08-20T23:05:29.1096570Z [00:04:14.393]➜  cp $WORK/b2497/_pkg_.a /root/.cache/go-build/a3/a36b618bff47f4290e8d3cebb79179a7a1d21ecd63e8dae53e3cb051ced7412c-d # internal
2025-08-20T23:05:29.1105458Z [00:04:14.394]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/help
2025-08-20T23:05:29.1117917Z [00:04:14.394]➜  mkdir -p $WORK/b2502/
2025-08-20T23:05:29.1118741Z [00:04:14.395]➜  cat >/tmp/go-build3700090427/b2502/importcfg << 'EOF' # internal
2025-08-20T23:05:29.1119950Z [00:04:14.395]➜  # import config
2025-08-20T23:05:29.1120649Z [00:04:14.395]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.1121531Z [00:04:14.395]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.1122397Z [00:04:14.395]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.1123187Z [00:04:14.395]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.1124385Z [00:04:14.395]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.1125916Z [00:04:14.395]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.1127221Z [00:04:14.395]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.1128101Z [00:04:14.395]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.1128941Z [00:04:14.395]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.1130184Z [00:04:14.395]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.1131037Z [00:04:14.395]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.1131671Z [00:04:14.395]➜  EOF
2025-08-20T23:05:29.1136686Z [00:04:14.396]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2502/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/help=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/help;$WORK/b2502=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/help -lang=go1.22 -complete -installsuffix shared -buildid ZaUMhJHvnDPZe3y5yFyg/ZaUMhJHvnDPZe3y5yFyg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2502/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/help/help.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/help/response.go
2025-08-20T23:05:29.1742238Z [00:04:14.457]➜  go tool buildid -w $WORK/b2499/_pkg_.a # internal
2025-08-20T23:05:29.1767605Z [00:04:14.460]➜  go tool buildid -w $WORK/b2498/_pkg_.a # internal
2025-08-20T23:05:29.1770251Z [00:04:14.460]➜  cp $WORK/b2498/_pkg_.a /root/.cache/go-build/33/3396d8736d08c025b55043f15584ed329d80bdaf2f29a535de2438a0f10ffb44-d # internal
2025-08-20T23:05:29.1775631Z [00:04:14.460]➜  cp $WORK/b2499/_pkg_.a /root/.cache/go-build/94/946e5e3e151ba388378ce957cffbf6a7fedfdc917739662f4a53be5715877b32-d # internal
2025-08-20T23:05:29.1782947Z [00:04:14.461]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/master
2025-08-20T23:05:29.1783685Z [00:04:14.461]➜  mkdir -p $WORK/b2504/
2025-08-20T23:05:29.1784429Z [00:04:14.461]➜  cat >/tmp/go-build3700090427/b2504/importcfg << 'EOF' # internal
2025-08-20T23:05:29.1785109Z [00:04:14.461]➜  # import config
2025-08-20T23:05:29.1785766Z [00:04:14.461]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.1786876Z [00:04:14.461]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.1787761Z [00:04:14.461]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.1788569Z [00:04:14.461]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.1812170Z [00:04:14.461]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.1813942Z [00:04:14.461]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.1815097Z [00:04:14.461]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.1815944Z [00:04:14.461]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.1816797Z [00:04:14.461]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.1817617Z [00:04:14.461]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.1818451Z [00:04:14.461]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.1819079Z [00:04:14.461]➜  EOF
2025-08-20T23:05:29.1824228Z [00:04:14.461]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2504/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/master=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/master;$WORK/b2504=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/master -lang=go1.22 -complete -installsuffix shared -buildid wHqRsJo_Ce8wmLU_Anlt/wHqRsJo_Ce8wmLU_Anlt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2504/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/master/master.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/master/response.go
2025-08-20T23:05:29.1829165Z [00:04:14.463]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices
2025-08-20T23:05:29.1860451Z [00:04:14.464]➜  mkdir -p $WORK/b2503/
2025-08-20T23:05:29.1861279Z [00:04:14.464]➜  cat >/tmp/go-build3700090427/b2503/importcfg << 'EOF' # internal
2025-08-20T23:05:29.1862279Z [00:04:14.464]➜  # import config
2025-08-20T23:05:29.1862949Z [00:04:14.464]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.1863785Z [00:04:14.464]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.1864624Z [00:04:14.464]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.1865407Z [00:04:14.464]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.1866760Z [00:04:14.464]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.1868298Z [00:04:14.464]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.1870099Z [00:04:14.464]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3700090427/b2496/_pkg_.a
2025-08-20T23:05:29.1871783Z [00:04:14.464]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:29.1873663Z [00:04:14.464]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3700090427/b2366/_pkg_.a
2025-08-20T23:05:29.1875430Z [00:04:14.464]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3700090427/b2501/_pkg_.a
2025-08-20T23:05:29.1876713Z [00:04:14.464]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.1877549Z [00:04:14.464]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.1878400Z [00:04:14.464]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.1879223Z [00:04:14.464]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.1880509Z [00:04:14.464]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.1881115Z [00:04:14.464]➜  EOF
2025-08-20T23:05:29.1886303Z [00:04:14.464]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2503/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/indices=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/indices;$WORK/b2503=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices -lang=go1.22 -complete -installsuffix shared -buildid 3pftkPe4FdOoLW_4fYIZ/3pftkPe4FdOoLW_4fYIZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2503/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/indices/indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/indices/response.go
2025-08-20T23:05:29.2141746Z [00:04:14.497]➜  go tool buildid -w $WORK/b2500/_pkg_.a # internal
2025-08-20T23:05:29.2177801Z [00:04:14.500]➜  cp $WORK/b2500/_pkg_.a /root/.cache/go-build/f8/f8ad1bfb2ccb2e84ed6680b3f6d39aebdcc20fa6705b8d9a6e667ee64e71b8bb-d # internal
2025-08-20T23:05:29.2217617Z [00:04:14.505]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds
2025-08-20T23:05:29.2220573Z [00:04:14.505]➜  mkdir -p $WORK/b2505/
2025-08-20T23:05:29.2227642Z [00:04:14.506]➜  cat >/tmp/go-build3700090427/b2505/importcfg << 'EOF' # internal
2025-08-20T23:05:29.2235000Z [00:04:14.506]➜  # import config
2025-08-20T23:05:29.2235673Z [00:04:14.506]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.2236538Z [00:04:14.506]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.2237373Z [00:04:14.506]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.2238153Z [00:04:14.506]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.2239639Z [00:04:14.506]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.2241116Z [00:04:14.506]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.2242803Z [00:04:14.506]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build3700090427/b2304/_pkg_.a
2025-08-20T23:05:29.2244523Z [00:04:14.506]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3700090427/b2501/_pkg_.a
2025-08-20T23:05:29.2245695Z [00:04:14.506]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.2246471Z [00:04:14.506]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.2247280Z [00:04:14.506]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.2248217Z [00:04:14.506]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.2249022Z [00:04:14.506]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.2252004Z [00:04:14.506]➜  EOF
2025-08-20T23:05:29.2257044Z [00:04:14.508]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2505/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mldatafeeds=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mldatafeeds;$WORK/b2505=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds -lang=go1.22 -complete -installsuffix shared -buildid sPUKhPB8jeODeSladhxY/sPUKhPB8jeODeSladhxY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2505/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mldatafeeds/ml_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mldatafeeds/response.go
2025-08-20T23:05:29.2749732Z [00:04:14.558]➜  go tool buildid -w $WORK/b2502/_pkg_.a # internal
2025-08-20T23:05:29.2767751Z [00:04:14.560]➜  cp $WORK/b2502/_pkg_.a /root/.cache/go-build/cb/cbd709a428bdeac9a2802902beb0bc38fb67c2a32b535748f934e6d32209b840-d # internal
2025-08-20T23:05:29.2795373Z [00:04:14.563]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics
2025-08-20T23:05:29.2803402Z [00:04:14.563]➜  mkdir -p $WORK/b2506/
2025-08-20T23:05:29.2807838Z [00:04:14.564]➜  cat >/tmp/go-build3700090427/b2506/importcfg << 'EOF' # internal
2025-08-20T23:05:29.2808535Z [00:04:14.564]➜  # import config
2025-08-20T23:05:29.2809212Z [00:04:14.564]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.2811332Z [00:04:14.564]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.2812234Z [00:04:14.564]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.2813045Z [00:04:14.564]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.2814283Z [00:04:14.564]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.2815754Z [00:04:14.564]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.2817335Z [00:04:14.564]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3700090427/b2496/_pkg_.a
2025-08-20T23:05:29.2819256Z [00:04:14.564]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build3700090427/b2305/_pkg_.a
2025-08-20T23:05:29.2820748Z [00:04:14.564]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.2821546Z [00:04:14.564]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.2822380Z [00:04:14.564]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.2823220Z [00:04:14.564]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.2824198Z [00:04:14.564]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.2824821Z [00:04:14.564]➜  EOF
2025-08-20T23:05:29.2830781Z [00:04:14.564]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2506/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mldataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mldataframeanalytics;$WORK/b2506=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid GBBe2WfugjcmQHYS_7Bl/GBBe2WfugjcmQHYS_7Bl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2506/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mldataframeanalytics/ml_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mldataframeanalytics/response.go
2025-08-20T23:05:29.2930300Z [00:04:14.576]➜  go tool buildid -w $WORK/b2504/_pkg_.a # internal
2025-08-20T23:05:29.2944342Z [00:04:14.578]➜  cp $WORK/b2504/_pkg_.a /root/.cache/go-build/dc/dcfacf2e9bfbc46fab67d64323e243f4fcb3ae6c029ba76d727d856681ff4eb8-d # internal
2025-08-20T23:05:29.2987128Z [00:04:14.582]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs
2025-08-20T23:05:29.2994242Z [00:04:14.582]➜  mkdir -p $WORK/b2507/
2025-08-20T23:05:29.2995274Z [00:04:14.582]➜  cat >/tmp/go-build3700090427/b2507/importcfg << 'EOF' # internal
2025-08-20T23:05:29.2997782Z [00:04:14.583]➜  # import config
2025-08-20T23:05:29.2998449Z [00:04:14.583]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.2999527Z [00:04:14.583]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.3010746Z [00:04:14.583]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.3011648Z [00:04:14.583]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.3012916Z [00:04:14.583]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.3014392Z [00:04:14.583]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.3016152Z [00:04:14.583]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3700090427/b2496/_pkg_.a
2025-08-20T23:05:29.3017907Z [00:04:14.583]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build3700090427/b2303/_pkg_.a
2025-08-20T23:05:29.3019816Z [00:04:14.583]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3700090427/b2501/_pkg_.a
2025-08-20T23:05:29.3020914Z [00:04:14.583]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.3021686Z [00:04:14.583]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.3022477Z [00:04:14.583]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.3023291Z [00:04:14.583]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.3024082Z [00:04:14.583]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.3024699Z [00:04:14.583]➜  EOF
2025-08-20T23:05:29.3029945Z [00:04:14.583]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2507/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mljobs=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mljobs;$WORK/b2507=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs -lang=go1.22 -complete -installsuffix shared -buildid snTKbtq4KNE0SUCnyv78/snTKbtq4KNE0SUCnyv78 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2507/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mljobs/ml_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mljobs/response.go
2025-08-20T23:05:29.3222462Z [00:04:14.605]➜  go tool buildid -w $WORK/b2503/_pkg_.a # internal
2025-08-20T23:05:29.3241885Z [00:04:14.607]➜  cp $WORK/b2503/_pkg_.a /root/.cache/go-build/d2/d21fcbda749ec8595e5620e0a99b62c668692a6b6df114df3ecb579d58971369-d # internal
2025-08-20T23:05:29.3273166Z [00:04:14.610]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels
2025-08-20T23:05:29.3274998Z [00:04:14.610]➜  mkdir -p $WORK/b2508/
2025-08-20T23:05:29.3276156Z [00:04:14.610]➜  cat >/tmp/go-build3700090427/b2508/importcfg << 'EOF' # internal
2025-08-20T23:05:29.3277932Z [00:04:14.610]➜  # import config
2025-08-20T23:05:29.3279007Z [00:04:14.610]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.3280712Z [00:04:14.610]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.3282042Z [00:04:14.610]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.3283335Z [00:04:14.610]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.3284981Z [00:04:14.610]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.3286754Z [00:04:14.610]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.3288950Z [00:04:14.610]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3700090427/b2496/_pkg_.a
2025-08-20T23:05:29.3312227Z [00:04:14.610]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build3700090427/b2307/_pkg_.a
2025-08-20T23:05:29.3313550Z [00:04:14.610]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.3314320Z [00:04:14.610]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.3315097Z [00:04:14.610]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.3315892Z [00:04:14.610]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.3316659Z [00:04:14.610]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.3317218Z [00:04:14.610]➜  EOF
2025-08-20T23:05:29.3323015Z [00:04:14.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2508/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mltrainedmodels=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mltrainedmodels;$WORK/b2508=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels -lang=go1.22 -complete -installsuffix shared -buildid xgDUpBoDOcjV-Faj_MCM/xgDUpBoDOcjV-Faj_MCM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2508/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mltrainedmodels/ml_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/mltrainedmodels/response.go
2025-08-20T23:05:29.3707946Z [00:04:14.654]➜  go tool buildid -w $WORK/b2505/_pkg_.a # internal
2025-08-20T23:05:29.3728703Z [00:04:14.656]➜  cp $WORK/b2505/_pkg_.a /root/.cache/go-build/01/0155c3545a5e640dd7773aed2e7defb35dcc8d3d7bf177d124f0b5c20a964eb0-d # internal
2025-08-20T23:05:29.3786500Z [00:04:14.662]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs
2025-08-20T23:05:29.3788259Z [00:04:14.662]➜  mkdir -p $WORK/b2509/
2025-08-20T23:05:29.3800380Z [00:04:14.663]➜  cat >/tmp/go-build3700090427/b2509/importcfg << 'EOF' # internal
2025-08-20T23:05:29.3801089Z [00:04:14.663]➜  # import config
2025-08-20T23:05:29.3801768Z [00:04:14.663]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.3807225Z [00:04:14.664]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.3808072Z [00:04:14.664]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.3808857Z [00:04:14.664]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.3810516Z [00:04:14.664]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.3813069Z [00:04:14.664]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.3814309Z [00:04:14.664]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.3815209Z [00:04:14.664]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.3816063Z [00:04:14.664]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.3816903Z [00:04:14.664]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.3817771Z [00:04:14.664]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.3818437Z [00:04:14.664]➜  EOF
2025-08-20T23:05:29.3824098Z [00:04:14.664]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2509/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/nodeattrs=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/nodeattrs;$WORK/b2509=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs -lang=go1.22 -complete -installsuffix shared -buildid foHD0uoHZDDJ8yRG4wjR/foHD0uoHZDDJ8yRG4wjR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2509/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/nodeattrs/nodeattrs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/nodeattrs/response.go
2025-08-20T23:05:29.4193168Z [00:04:14.702]➜  go tool buildid -w $WORK/b2507/_pkg_.a # internal
2025-08-20T23:05:29.4215066Z [00:04:14.704]➜  cp $WORK/b2507/_pkg_.a /root/.cache/go-build/c7/c7835d237d2890cf3745523581e8f18c9307a09ca168a99c42ba3b83b35e2e64-d # internal
2025-08-20T23:05:29.4225881Z [00:04:14.706]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes
2025-08-20T23:05:29.4226586Z [00:04:14.706]➜  mkdir -p $WORK/b2510/
2025-08-20T23:05:29.4234554Z [00:04:14.707]➜  cat >/tmp/go-build3700090427/b2510/importcfg << 'EOF' # internal
2025-08-20T23:05:29.4235273Z [00:04:14.707]➜  # import config
2025-08-20T23:05:29.4235965Z [00:04:14.707]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.4237121Z [00:04:14.707]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.4238016Z [00:04:14.707]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.4238814Z [00:04:14.707]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.4240176Z [00:04:14.707]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.4241656Z [00:04:14.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.4243214Z [00:04:14.707]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3700090427/b2496/_pkg_.a
2025-08-20T23:05:29.4244423Z [00:04:14.707]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.4245331Z [00:04:14.707]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.4246176Z [00:04:14.707]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.4246978Z [00:04:14.707]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.4247991Z [00:04:14.707]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.4248582Z [00:04:14.707]➜  EOF
2025-08-20T23:05:29.4253596Z [00:04:14.707]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2510/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/nodes=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/nodes;$WORK/b2510=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes -lang=go1.22 -complete -installsuffix shared -buildid zbLTf9W7ktXvpyIo5G2D/zbLTf9W7ktXvpyIo5G2D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2510/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/nodes/nodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/nodes/response.go
2025-08-20T23:05:29.4292759Z [00:04:14.712]➜  go tool buildid -w $WORK/b2506/_pkg_.a # internal
2025-08-20T23:05:29.4322783Z [00:04:14.715]➜  cp $WORK/b2506/_pkg_.a /root/.cache/go-build/ed/ed0a10632a5e9f490832f0cbcb0469672c2e397c1aa39ab524948d04c90b2d1d-d # internal
2025-08-20T23:05:29.4330382Z [00:04:14.716]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks
2025-08-20T23:05:29.4334259Z [00:04:14.716]➜  mkdir -p $WORK/b2511/
2025-08-20T23:05:29.4337133Z [00:04:14.717]➜  cat >/tmp/go-build3700090427/b2511/importcfg << 'EOF' # internal
2025-08-20T23:05:29.4337828Z [00:04:14.717]➜  # import config
2025-08-20T23:05:29.4338513Z [00:04:14.717]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.4339825Z [00:04:14.717]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.4340795Z [00:04:14.717]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.4341613Z [00:04:14.717]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.4342848Z [00:04:14.717]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.4344436Z [00:04:14.717]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.4345583Z [00:04:14.717]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.4346426Z [00:04:14.717]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.4347272Z [00:04:14.717]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.4348083Z [00:04:14.717]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.4348860Z [00:04:14.717]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.4349653Z [00:04:14.717]➜  EOF
2025-08-20T23:05:29.4354892Z [00:04:14.717]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2511/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/pendingtasks=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/pendingtasks;$WORK/b2511=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks -lang=go1.22 -complete -installsuffix shared -buildid JmEOZDY143XpyJ17vRa9/JmEOZDY143XpyJ17vRa9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2511/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/pendingtasks/pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/pendingtasks/response.go
2025-08-20T23:05:29.4411415Z [00:04:14.724]➜  go tool buildid -w $WORK/b2508/_pkg_.a # internal
2025-08-20T23:05:29.4428390Z [00:04:14.726]➜  cp $WORK/b2508/_pkg_.a /root/.cache/go-build/0d/0d8bb6a0be3e3e1c86fbb1f9a0e7a245e2da274f92e4c8bf6fd43c01298d5ef3-d # internal
2025-08-20T23:05:29.4440870Z [00:04:14.726]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins
2025-08-20T23:05:29.4441609Z [00:04:14.726]➜  mkdir -p $WORK/b2512/
2025-08-20T23:05:29.4442310Z [00:04:14.727]➜  cat >/tmp/go-build3700090427/b2512/importcfg << 'EOF' # internal
2025-08-20T23:05:29.4443167Z [00:04:14.727]➜  # import config
2025-08-20T23:05:29.4443810Z [00:04:14.727]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.4444684Z [00:04:14.727]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.4445512Z [00:04:14.727]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.4446528Z [00:04:14.727]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.4447883Z [00:04:14.727]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.4449650Z [00:04:14.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.4450726Z [00:04:14.727]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.4451514Z [00:04:14.727]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.4452313Z [00:04:14.727]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.4453084Z [00:04:14.727]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.4453853Z [00:04:14.727]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.4454427Z [00:04:14.727]➜  EOF
2025-08-20T23:05:29.4461381Z [00:04:14.727]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2512/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/plugins=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/plugins;$WORK/b2512=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins -lang=go1.22 -complete -installsuffix shared -buildid YzubwQtq9repM10HfelF/YzubwQtq9repM10HfelF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2512/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/plugins/plugins.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/plugins/response.go
2025-08-20T23:05:29.5258365Z [00:04:14.809]➜  go tool buildid -w $WORK/b2509/_pkg_.a # internal
2025-08-20T23:05:29.5274084Z [00:04:14.810]➜  cp $WORK/b2509/_pkg_.a /root/.cache/go-build/50/50b7bae9c00ebf6324ab6e72760eead7f28cf26adec9d30555cf1472603d5355-d # internal
2025-08-20T23:05:29.5287264Z [00:04:14.812]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery
2025-08-20T23:05:29.5292762Z [00:04:14.812]➜  mkdir -p $WORK/b2513/
2025-08-20T23:05:29.5300930Z [00:04:14.813]➜  cat >/tmp/go-build3700090427/b2513/importcfg << 'EOF' # internal
2025-08-20T23:05:29.5302674Z [00:04:14.813]➜  # import config
2025-08-20T23:05:29.5304276Z [00:04:14.813]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.5306740Z [00:04:14.813]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.5308358Z [00:04:14.813]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.5310019Z [00:04:14.813]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.5311538Z [00:04:14.813]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.5314376Z [00:04:14.813]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.5316028Z [00:04:14.813]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3700090427/b2496/_pkg_.a
2025-08-20T23:05:29.5317331Z [00:04:14.813]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.5318248Z [00:04:14.813]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.5319172Z [00:04:14.813]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.5321471Z [00:04:14.813]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.5322374Z [00:04:14.813]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.5323236Z [00:04:14.813]➜  EOF
2025-08-20T23:05:29.5338772Z [00:04:14.816]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2513/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/recovery=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/recovery;$WORK/b2513=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery -lang=go1.22 -complete -installsuffix shared -buildid BnrqorziVOIPFrpv066g/BnrqorziVOIPFrpv066g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2513/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/recovery/recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/recovery/response.go
2025-08-20T23:05:29.5394044Z [00:04:14.821]➜  go tool buildid -w $WORK/b2511/_pkg_.a # internal
2025-08-20T23:05:29.5425189Z [00:04:14.825]➜  cp $WORK/b2511/_pkg_.a /root/.cache/go-build/cf/cff37ffe2b2c5441b6ab77c6c96a5df29d733cd306e8653c82fc3be505525808-d # internal
2025-08-20T23:05:29.5446588Z [00:04:14.828]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories
2025-08-20T23:05:29.5448271Z [00:04:14.828]➜  mkdir -p $WORK/b2514/
2025-08-20T23:05:29.5450103Z [00:04:14.828]➜  cat >/tmp/go-build3700090427/b2514/importcfg << 'EOF' # internal
2025-08-20T23:05:29.5451864Z [00:04:14.828]➜  # import config
2025-08-20T23:05:29.5452795Z [00:04:14.828]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.5454594Z [00:04:14.828]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.5456495Z [00:04:14.828]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.5458008Z [00:04:14.828]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.5459867Z [00:04:14.828]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.5461773Z [00:04:14.828]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.5464244Z [00:04:14.828]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.5465109Z [00:04:14.828]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.5465998Z [00:04:14.828]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.5466846Z [00:04:14.828]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.5467683Z [00:04:14.828]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.5468316Z [00:04:14.828]➜  EOF
2025-08-20T23:05:29.5474946Z [00:04:14.828]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2514/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/repositories=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/repositories;$WORK/b2514=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories -lang=go1.22 -complete -installsuffix shared -buildid ltBnKfkFDtRD_p6fvwxV/ltBnKfkFDtRD_p6fvwxV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2514/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/repositories/repositories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/repositories/response.go
2025-08-20T23:05:29.5527067Z [00:04:14.836]➜  go tool buildid -w $WORK/b2512/_pkg_.a # internal
2025-08-20T23:05:29.5549695Z [00:04:14.838]➜  cp $WORK/b2512/_pkg_.a /root/.cache/go-build/99/99bd89a22b90b64c760745586ccecbb6a135b384f3c8f49267c61b6fa14b3843-d # internal
2025-08-20T23:05:29.5563335Z [00:04:14.839]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments
2025-08-20T23:05:29.5568948Z [00:04:14.840]➜  mkdir -p $WORK/b2515/
2025-08-20T23:05:29.5579489Z [00:04:14.841]➜  cat >/tmp/go-build3700090427/b2515/importcfg << 'EOF' # internal
2025-08-20T23:05:29.5583459Z [00:04:14.841]➜  # import config
2025-08-20T23:05:29.5584112Z [00:04:14.841]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.5585179Z [00:04:14.841]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.5585988Z [00:04:14.841]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.5586732Z [00:04:14.841]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.5587880Z [00:04:14.841]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.5589494Z [00:04:14.842]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.5591144Z [00:04:14.842]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3700090427/b2496/_pkg_.a
2025-08-20T23:05:29.5592273Z [00:04:14.842]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.5593039Z [00:04:14.842]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.5594986Z [00:04:14.842]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.5600066Z [00:04:14.842]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.5601576Z [00:04:14.842]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.5602384Z [00:04:14.842]➜  EOF
2025-08-20T23:05:29.5603130Z [00:04:14.843]➜  go tool buildid -w $WORK/b2510/_pkg_.a # internal
2025-08-20T23:05:29.5608861Z [00:04:14.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2515/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/segments=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/segments;$WORK/b2515=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments -lang=go1.22 -complete -installsuffix shared -buildid Pu-druKquupRcavGPVr9/Pu-druKquupRcavGPVr9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2515/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/segments/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/segments/segments.go
2025-08-20T23:05:29.5622778Z [00:04:14.845]➜  cp $WORK/b2510/_pkg_.a /root/.cache/go-build/73/736e061dd37fc9915600414bb175e151b98bef147fefcab44c2851eecb853492-d # internal
2025-08-20T23:05:29.5637942Z [00:04:14.847]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards
2025-08-20T23:05:29.5638695Z [00:04:14.847]➜  mkdir -p $WORK/b2516/
2025-08-20T23:05:29.5647445Z [00:04:14.848]➜  cat >/tmp/go-build3700090427/b2516/importcfg << 'EOF' # internal
2025-08-20T23:05:29.5648427Z [00:04:14.848]➜  # import config
2025-08-20T23:05:29.5649118Z [00:04:14.848]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.5650173Z [00:04:14.848]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.5651275Z [00:04:14.848]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.5652100Z [00:04:14.848]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.5653292Z [00:04:14.848]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.5654777Z [00:04:14.848]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.5656274Z [00:04:14.848]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3700090427/b2496/_pkg_.a
2025-08-20T23:05:29.5657440Z [00:04:14.848]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.5658187Z [00:04:14.848]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.5659011Z [00:04:14.848]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.5660016Z [00:04:14.848]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.5660848Z [00:04:14.848]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.5661608Z [00:04:14.848]➜  EOF
2025-08-20T23:05:29.5666386Z [00:04:14.848]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2516/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/shards=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/shards;$WORK/b2516=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards -lang=go1.22 -complete -installsuffix shared -buildid 4KUIn0gGRTtC9cRC9uYO/4KUIn0gGRTtC9cRC9uYO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2516/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/shards/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/shards/shards.go
2025-08-20T23:05:29.6435585Z [00:04:14.927]➜  go tool buildid -w $WORK/b2514/_pkg_.a # internal
2025-08-20T23:05:29.6453678Z [00:04:14.928]➜  cp $WORK/b2514/_pkg_.a /root/.cache/go-build/11/110650c5f33f5b7ab3e2fa864d9a8d5d50565c19288c62ca675b2d5789ab9c9c-d # internal
2025-08-20T23:05:29.6455037Z [00:04:14.929]➜  go tool buildid -w $WORK/b2513/_pkg_.a # internal
2025-08-20T23:05:29.6470918Z [00:04:14.930]➜  cp $WORK/b2513/_pkg_.a /root/.cache/go-build/5e/5eee28a7c5965d24c58bfd3ca06b3dede7089207df9388978399ff75d49a1f56-d # internal
2025-08-20T23:05:29.6487807Z [00:04:14.932]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots
2025-08-20T23:05:29.6489582Z [00:04:14.932]➜  mkdir -p $WORK/b2517/
2025-08-20T23:05:29.6491792Z [00:04:14.932]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks
2025-08-20T23:05:29.6492760Z [00:04:14.933]➜  mkdir -p $WORK/b2518/
2025-08-20T23:05:29.6504242Z [00:04:14.933]➜  cat >/tmp/go-build3700090427/b2518/importcfg << 'EOF' # internal
2025-08-20T23:05:29.6508389Z [00:04:14.933]➜  # import config
2025-08-20T23:05:29.6509060Z [00:04:14.933]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.6510061Z [00:04:14.933]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.6510824Z [00:04:14.933]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.6511619Z [00:04:14.933]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.6512778Z [00:04:14.933]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.6514246Z [00:04:14.933]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.6515333Z [00:04:14.933]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.6516164Z [00:04:14.933]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.6516988Z [00:04:14.933]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.6518066Z [00:04:14.933]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.6519005Z [00:04:14.933]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.6519806Z [00:04:14.933]➜  EOF
2025-08-20T23:05:29.6524631Z [00:04:14.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2518/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/tasks=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/tasks;$WORK/b2518=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks -lang=go1.22 -complete -installsuffix shared -buildid uNHwCiETsZSoHsWJYn26/uNHwCiETsZSoHsWJYn26 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2518/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/tasks/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/tasks/tasks.go
2025-08-20T23:05:29.6529151Z [00:04:14.933]➜  cat >/tmp/go-build3700090427/b2517/importcfg << 'EOF' # internal
2025-08-20T23:05:29.6530088Z [00:04:14.933]➜  # import config
2025-08-20T23:05:29.6530752Z [00:04:14.933]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.6531878Z [00:04:14.933]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.6532745Z [00:04:14.933]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.6533554Z [00:04:14.933]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.6534776Z [00:04:14.933]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.6536523Z [00:04:14.933]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.6537662Z [00:04:14.933]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.6538687Z [00:04:14.933]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.6539755Z [00:04:14.933]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.6540587Z [00:04:14.933]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.6541410Z [00:04:14.933]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.6542079Z [00:04:14.933]➜  EOF
2025-08-20T23:05:29.6547207Z [00:04:14.934]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2517/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/snapshots=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/snapshots;$WORK/b2517=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots -lang=go1.22 -complete -installsuffix shared -buildid RAuyo0mjKVw2X7kLrajV/RAuyo0mjKVw2X7kLrajV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2517/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/snapshots/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/snapshots/snapshots.go
2025-08-20T23:05:29.6600712Z [00:04:14.943]➜  go tool buildid -w $WORK/b2516/_pkg_.a # internal
2025-08-20T23:05:29.6617677Z [00:04:14.945]➜  cp $WORK/b2516/_pkg_.a /root/.cache/go-build/2a/2afcf4509f0e3b0a06dd70bfa3427d1aefb756a9f1fb33b93505c47986d17f70-d # internal
2025-08-20T23:05:29.6650180Z [00:04:14.948]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates
2025-08-20T23:05:29.6654060Z [00:04:14.948]➜  mkdir -p $WORK/b2519/
2025-08-20T23:05:29.6654850Z [00:04:14.949]➜  cat >/tmp/go-build3700090427/b2519/importcfg << 'EOF' # internal
2025-08-20T23:05:29.6655704Z [00:04:14.949]➜  # import config
2025-08-20T23:05:29.6656518Z [00:04:14.949]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.6657689Z [00:04:14.949]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.6658611Z [00:04:14.949]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.6659840Z [00:04:14.949]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.6661053Z [00:04:14.949]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.6662744Z [00:04:14.949]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.6663891Z [00:04:14.949]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.6664742Z [00:04:14.949]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.6665637Z [00:04:14.949]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.6666527Z [00:04:14.949]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.6667413Z [00:04:14.949]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.6668081Z [00:04:14.949]➜  EOF
2025-08-20T23:05:29.6673489Z [00:04:14.949]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2519/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/templates=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/templates;$WORK/b2519=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates -lang=go1.22 -complete -installsuffix shared -buildid HB6MjkFr8YzN3xHQFVgo/HB6MjkFr8YzN3xHQFVgo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2519/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/templates/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/templates/templates.go
2025-08-20T23:05:29.6956467Z [00:04:14.977]➜  go tool buildid -w $WORK/b2515/_pkg_.a # internal
2025-08-20T23:05:29.6958140Z [00:04:14.979]➜  cp $WORK/b2515/_pkg_.a /root/.cache/go-build/22/223f4924f5301adc3da4a05bf26653fc8bbadcee1e2eab37e96a90051988a388-d # internal
2025-08-20T23:05:29.6970812Z [00:04:14.980]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool
2025-08-20T23:05:29.6971561Z [00:04:14.980]➜  mkdir -p $WORK/b2520/
2025-08-20T23:05:29.6978309Z [00:04:14.981]➜  cat >/tmp/go-build3700090427/b2520/importcfg << 'EOF' # internal
2025-08-20T23:05:29.6978990Z [00:04:14.981]➜  # import config
2025-08-20T23:05:29.6979797Z [00:04:14.981]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.6980632Z [00:04:14.981]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.6981432Z [00:04:14.981]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.6982171Z [00:04:14.981]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.6983326Z [00:04:14.981]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.6984773Z [00:04:14.981]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.6986282Z [00:04:14.981]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3700090427/b2501/_pkg_.a
2025-08-20T23:05:29.6987427Z [00:04:14.981]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.6988183Z [00:04:14.981]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.6988954Z [00:04:14.981]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.6989882Z [00:04:14.981]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.6990639Z [00:04:14.981]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.6991197Z [00:04:14.981]➜  EOF
2025-08-20T23:05:29.6997736Z [00:04:14.983]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2520/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/threadpool=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/threadpool;$WORK/b2520=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool -lang=go1.22 -complete -installsuffix shared -buildid ImKfHCT7EemA9CT49a4G/ImKfHCT7EemA9CT49a4G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2520/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/threadpool/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/threadpool/thread_pool.go
2025-08-20T23:05:29.7726752Z [00:04:15.056]➜  go tool buildid -w $WORK/b2517/_pkg_.a # internal
2025-08-20T23:05:29.7743819Z [00:04:15.058]➜  go tool buildid -w $WORK/b2518/_pkg_.a # internal
2025-08-20T23:05:29.7773822Z [00:04:15.060]➜  cp $WORK/b2517/_pkg_.a /root/.cache/go-build/6a/6a51f234416ada677dbf196cb0abebe74ba08696a509f9020923a467e6ade511-d # internal
2025-08-20T23:05:29.7787759Z [00:04:15.062]➜  cp $WORK/b2518/_pkg_.a /root/.cache/go-build/ed/ed000331dc145e2e3db4e89cb31f95e200d2a23a4379723fd11ee6736ca6de8b-d # internal
2025-08-20T23:05:29.7790141Z [00:04:15.062]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms
2025-08-20T23:05:29.7799818Z [00:04:15.063]➜  mkdir -p $WORK/b2521/
2025-08-20T23:05:29.7800833Z [00:04:15.063]➜  cat >/tmp/go-build3700090427/b2521/importcfg << 'EOF' # internal
2025-08-20T23:05:29.7801861Z [00:04:15.063]➜  # import config
2025-08-20T23:05:29.7802559Z [00:04:15.063]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.7803496Z [00:04:15.063]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.7804426Z [00:04:15.063]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.7805290Z [00:04:15.063]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.7806678Z [00:04:15.063]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.7808459Z [00:04:15.063]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.7810389Z [00:04:15.063]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build3700090427/b2308/_pkg_.a
2025-08-20T23:05:29.7812224Z [00:04:15.063]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3700090427/b2501/_pkg_.a
2025-08-20T23:05:29.7813466Z [00:04:15.063]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.7814305Z [00:04:15.063]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.7815192Z [00:04:15.063]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.7816040Z [00:04:15.063]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.7816892Z [00:04:15.063]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.7817549Z [00:04:15.063]➜  EOF
2025-08-20T23:05:29.7822864Z [00:04:15.063]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2521/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/transforms=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/transforms;$WORK/b2521=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms -lang=go1.22 -complete -installsuffix shared -buildid x21XkqK7Fm6euLpBMP9Z/x21XkqK7Fm6euLpBMP9Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2521/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/transforms/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cat/transforms/transforms.go
2025-08-20T23:05:29.7887538Z [00:04:15.072]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern
2025-08-20T23:05:29.7899823Z [00:04:15.072]➜  mkdir -p $WORK/b2522/
2025-08-20T23:05:29.7900670Z [00:04:15.072]➜  cat >/tmp/go-build3700090427/b2522/importcfg << 'EOF' # internal
2025-08-20T23:05:29.7901384Z [00:04:15.072]➜  # import config
2025-08-20T23:05:29.7902060Z [00:04:15.072]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.7903266Z [00:04:15.072]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.7904188Z [00:04:15.072]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.7904998Z [00:04:15.072]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.7906207Z [00:04:15.072]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.7907768Z [00:04:15.072]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.7908915Z [00:04:15.072]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.7910162Z [00:04:15.072]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.7911295Z [00:04:15.072]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.7912151Z [00:04:15.072]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.7912986Z [00:04:15.072]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.7913602Z [00:04:15.072]➜  EOF
2025-08-20T23:05:29.7920388Z [00:04:15.072]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2522/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/deleteautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/deleteautofollowpattern;$WORK/b2522=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid vWIKA37wbG46zLIWgWJy/vWIKA37wbG46zLIWgWJy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2522/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/deleteautofollowpattern/delete_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/deleteautofollowpattern/response.go
2025-08-20T23:05:29.7965631Z [00:04:15.080]➜  go tool buildid -w $WORK/b2519/_pkg_.a # internal
2025-08-20T23:05:29.7988534Z [00:04:15.082]➜  cp $WORK/b2519/_pkg_.a /root/.cache/go-build/07/075c1f50fa13d29fc58b3a7c01c341afc28550424141ea590679a9053605802b-d # internal
2025-08-20T23:05:29.8008465Z [00:04:15.084]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow
2025-08-20T23:05:29.8011602Z [00:04:15.084]➜  mkdir -p $WORK/b2523/
2025-08-20T23:05:29.8012289Z [00:04:15.084]➜  cat >/tmp/go-build3700090427/b2523/importcfg << 'EOF' # internal
2025-08-20T23:05:29.8012952Z [00:04:15.084]➜  # import config
2025-08-20T23:05:29.8013608Z [00:04:15.084]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:29.8014417Z [00:04:15.084]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.8015288Z [00:04:15.084]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.8016153Z [00:04:15.084]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.8016929Z [00:04:15.084]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.8018093Z [00:04:15.084]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.8020158Z [00:04:15.084]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.8021224Z [00:04:15.084]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.8022008Z [00:04:15.084]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.8022794Z [00:04:15.084]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.8023518Z [00:04:15.084]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.8024234Z [00:04:15.084]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.8024772Z [00:04:15.084]➜  EOF
2025-08-20T23:05:29.8030837Z [00:04:15.084]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2523/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/follow=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/follow;$WORK/b2523=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow -lang=go1.22 -complete -installsuffix shared -buildid wSic-rsV-SozRp8SkZHM/wSic-rsV-SozRp8SkZHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2523/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/follow/follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/follow/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/follow/response.go
2025-08-20T23:05:29.8043832Z [00:04:15.087]➜  go tool buildid -w $WORK/b2520/_pkg_.a # internal
2025-08-20T23:05:29.8075227Z [00:04:15.090]➜  cp $WORK/b2520/_pkg_.a /root/.cache/go-build/e0/e0aad13e90f7255d843909d2f51554807265cfe4824530ad10af6416ef41bef2-d # internal
2025-08-20T23:05:29.8090588Z [00:04:15.090]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo
2025-08-20T23:05:29.8091352Z [00:04:15.090]➜  mkdir -p $WORK/b2524/
2025-08-20T23:05:29.8092349Z [00:04:15.090]➜  cat >/tmp/go-build3700090427/b2524/importcfg << 'EOF' # internal
2025-08-20T23:05:29.8093017Z [00:04:15.090]➜  # import config
2025-08-20T23:05:29.8093664Z [00:04:15.090]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.8094531Z [00:04:15.090]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.8095378Z [00:04:15.090]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.8096158Z [00:04:15.090]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.8097445Z [00:04:15.090]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.8099110Z [00:04:15.090]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.8100589Z [00:04:15.090]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.8101430Z [00:04:15.090]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.8102275Z [00:04:15.091]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.8103101Z [00:04:15.091]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.8103915Z [00:04:15.091]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.8104524Z [00:04:15.091]➜  EOF
2025-08-20T23:05:29.8110419Z [00:04:15.091]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2524/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/followinfo=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/followinfo;$WORK/b2524=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo -lang=go1.22 -complete -installsuffix shared -buildid uoCNKxd381nmQQTcdJ0G/uoCNKxd381nmQQTcdJ0G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2524/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/followinfo/follow_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/followinfo/response.go
2025-08-20T23:05:29.9006254Z [00:04:15.184]➜  go tool buildid -w $WORK/b2522/_pkg_.a # internal
2025-08-20T23:05:29.9024494Z [00:04:15.185]➜  cp $WORK/b2522/_pkg_.a /root/.cache/go-build/ce/ce7dee0aa1babc530a41d09ec3ecc97b10dac80131baca01677bb5ee32f637cb-d # internal
2025-08-20T23:05:29.9094355Z [00:04:15.192]➜  go tool buildid -w $WORK/b2521/_pkg_.a # internal
2025-08-20T23:05:29.9098742Z [00:04:15.193]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats
2025-08-20T23:05:29.9102027Z [00:04:15.193]➜  mkdir -p $WORK/b2525/
2025-08-20T23:05:29.9107439Z [00:04:15.194]➜  cat >/tmp/go-build3700090427/b2525/importcfg << 'EOF' # internal
2025-08-20T23:05:29.9114277Z [00:04:15.194]➜  # import config
2025-08-20T23:05:29.9114938Z [00:04:15.194]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.9115767Z [00:04:15.194]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.9116601Z [00:04:15.194]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.9117368Z [00:04:15.194]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.9118547Z [00:04:15.194]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.9120281Z [00:04:15.194]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.9121448Z [00:04:15.194]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.9122391Z [00:04:15.194]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.9123198Z [00:04:15.194]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.9123985Z [00:04:15.194]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.9124736Z [00:04:15.194]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.9125464Z [00:04:15.194]➜  EOF
2025-08-20T23:05:29.9130579Z [00:04:15.194]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2525/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/followstats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/followstats;$WORK/b2525=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats -lang=go1.22 -complete -installsuffix shared -buildid ul7yRB4E0hX-poIoL9Da/ul7yRB4E0hX-poIoL9Da -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2525/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/followstats/follow_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/followstats/response.go
2025-08-20T23:05:29.9143097Z [00:04:15.197]➜  cp $WORK/b2521/_pkg_.a /root/.cache/go-build/7c/7c60d2d42068de9f2ddbf03e50e3359990d48d4468b14ad6696b88d8eb058378-d # internal
2025-08-20T23:05:29.9155076Z [00:04:15.199]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower
2025-08-20T23:05:29.9157834Z [00:04:15.199]➜  mkdir -p $WORK/b2526/
2025-08-20T23:05:29.9171193Z [00:04:15.200]➜  cat >/tmp/go-build3700090427/b2526/importcfg << 'EOF' # internal
2025-08-20T23:05:29.9173113Z [00:04:15.200]➜  # import config
2025-08-20T23:05:29.9173798Z [00:04:15.200]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:29.9174644Z [00:04:15.200]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.9175505Z [00:04:15.200]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.9176436Z [00:04:15.200]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.9177306Z [00:04:15.200]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.9178766Z [00:04:15.200]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.9181473Z [00:04:15.200]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.9182537Z [00:04:15.200]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.9183284Z [00:04:15.200]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.9184231Z [00:04:15.200]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.9185051Z [00:04:15.200]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.9185857Z [00:04:15.200]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.9186461Z [00:04:15.200]➜  EOF
2025-08-20T23:05:29.9194828Z [00:04:15.200]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2526/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/forgetfollower=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/forgetfollower;$WORK/b2526=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower -lang=go1.22 -complete -installsuffix shared -buildid V65P5qeVRVY3NhHCFJZ6/V65P5qeVRVY3NhHCFJZ6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2526/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/forgetfollower/forget_follower.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/forgetfollower/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/forgetfollower/response.go
2025-08-20T23:05:29.9200971Z [00:04:15.202]➜  go tool buildid -w $WORK/b2523/_pkg_.a # internal
2025-08-20T23:05:29.9209887Z [00:04:15.204]➜  go tool buildid -w $WORK/b2524/_pkg_.a # internal
2025-08-20T23:05:29.9228108Z [00:04:15.206]➜  cp $WORK/b2523/_pkg_.a /root/.cache/go-build/3d/3dd3c1c49282935ca47c36b7a78a2c4b4a362ff24176846de4a085e7fe404a15-d # internal
2025-08-20T23:05:29.9234065Z [00:04:15.206]➜  cp $WORK/b2524/_pkg_.a /root/.cache/go-build/66/6669de7fc77f9994ea83189915522d4fa96a207027acaa1fdbedb776ae85184d-d # internal
2025-08-20T23:05:29.9238725Z [00:04:15.207]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern
2025-08-20T23:05:29.9242121Z [00:04:15.207]➜  mkdir -p $WORK/b2527/
2025-08-20T23:05:29.9242934Z [00:04:15.207]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern
2025-08-20T23:05:29.9245056Z [00:04:15.207]➜  mkdir -p $WORK/b2528/
2025-08-20T23:05:29.9249050Z [00:04:15.208]➜  cat >/tmp/go-build3700090427/b2527/importcfg << 'EOF' # internal
2025-08-20T23:05:29.9249906Z [00:04:15.208]➜  # import config
2025-08-20T23:05:29.9250803Z [00:04:15.208]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.9251596Z [00:04:15.208]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.9252338Z [00:04:15.208]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.9253103Z [00:04:15.208]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.9254219Z [00:04:15.208]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.9255663Z [00:04:15.208]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.9256733Z [00:04:15.208]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.9257555Z [00:04:15.208]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.9258426Z [00:04:15.208]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.9259646Z [00:04:15.208]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.9260488Z [00:04:15.208]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.9261051Z [00:04:15.208]➜  EOF
2025-08-20T23:05:29.9266697Z [00:04:15.208]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2527/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/getautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/getautofollowpattern;$WORK/b2527=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid SegYzDrm8kJmCtvZvDCm/SegYzDrm8kJmCtvZvDCm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2527/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/getautofollowpattern/get_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/getautofollowpattern/response.go
2025-08-20T23:05:29.9277034Z [00:04:15.210]➜  cat >/tmp/go-build3700090427/b2528/importcfg << 'EOF' # internal
2025-08-20T23:05:29.9277677Z [00:04:15.210]➜  # import config
2025-08-20T23:05:29.9278303Z [00:04:15.210]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:29.9279116Z [00:04:15.210]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:29.9280117Z [00:04:15.210]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:29.9280862Z [00:04:15.210]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:29.9281992Z [00:04:15.210]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:29.9283791Z [00:04:15.210]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:29.9284831Z [00:04:15.210]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:29.9285589Z [00:04:15.210]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:29.9286505Z [00:04:15.210]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:29.9287281Z [00:04:15.210]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:29.9288034Z [00:04:15.210]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:29.9288717Z [00:04:15.210]➜  EOF
2025-08-20T23:05:29.9294677Z [00:04:15.210]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2528/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/pauseautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/pauseautofollowpattern;$WORK/b2528=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid 6gJ8K6uz0tRH0PTUr8I_/6gJ8K6uz0tRH0PTUr8I_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2528/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/pauseautofollowpattern/pause_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/pauseautofollowpattern/response.go
2025-08-20T23:05:30.0202942Z [00:04:15.303]➜  go tool buildid -w $WORK/b2527/_pkg_.a # internal
2025-08-20T23:05:30.0206290Z [00:04:15.304]➜  go tool buildid -w $WORK/b2528/_pkg_.a # internal
2025-08-20T23:05:30.0217032Z [00:04:15.305]➜  cp $WORK/b2528/_pkg_.a /root/.cache/go-build/87/87bc4cbb3c7ec45f68243ef5ab8bbccd86f482075120bf597d5cef82b206e032-d # internal
2025-08-20T23:05:30.0226045Z [00:04:15.306]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow
2025-08-20T23:05:30.0233019Z [00:04:15.306]➜  mkdir -p $WORK/b2529/
2025-08-20T23:05:30.0236315Z [00:04:15.307]➜  cp $WORK/b2527/_pkg_.a /root/.cache/go-build/78/78a71de04f21e7c9c72491ef874a17004f2b48442d39e447da78f6a28e6b0ff5-d # internal
2025-08-20T23:05:30.0240241Z [00:04:15.307]➜  cat >/tmp/go-build3700090427/b2529/importcfg << 'EOF' # internal
2025-08-20T23:05:30.0241114Z [00:04:15.307]➜  # import config
2025-08-20T23:05:30.0241978Z [00:04:15.307]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.0243156Z [00:04:15.307]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.0244397Z [00:04:15.307]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.0245386Z [00:04:15.307]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.0246986Z [00:04:15.307]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.0248935Z [00:04:15.307]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.0250356Z [00:04:15.307]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.0251215Z [00:04:15.307]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.0252038Z [00:04:15.307]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.0253051Z [00:04:15.307]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.0253861Z [00:04:15.307]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.0254416Z [00:04:15.307]➜  EOF
2025-08-20T23:05:30.0260866Z [00:04:15.307]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2529/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/pausefollow=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/pausefollow;$WORK/b2529=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow -lang=go1.22 -complete -installsuffix shared -buildid wWLdUsLdSAzqRW6DPsZN/wWLdUsLdSAzqRW6DPsZN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2529/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/pausefollow/pause_follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/pausefollow/response.go
2025-08-20T23:05:30.0273748Z [00:04:15.310]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern
2025-08-20T23:05:30.0274646Z [00:04:15.310]➜  mkdir -p $WORK/b2530/
2025-08-20T23:05:30.0275362Z [00:04:15.310]➜  cat >/tmp/go-build3700090427/b2530/importcfg << 'EOF' # internal
2025-08-20T23:05:30.0276162Z [00:04:15.310]➜  # import config
2025-08-20T23:05:30.0277512Z [00:04:15.310]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.0278339Z [00:04:15.310]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.0279172Z [00:04:15.310]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.0280179Z [00:04:15.310]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.0280955Z [00:04:15.310]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.0282270Z [00:04:15.310]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.0283788Z [00:04:15.310]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.0284863Z [00:04:15.310]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.0285649Z [00:04:15.310]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.0286451Z [00:04:15.310]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.0287270Z [00:04:15.310]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.0288087Z [00:04:15.311]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.0288736Z [00:04:15.311]➜  EOF
2025-08-20T23:05:30.0293535Z [00:04:15.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2530/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/putautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/putautofollowpattern;$WORK/b2530=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid pAmsK5USsIMnKnQTe8oe/pAmsK5USsIMnKnQTe8oe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2530/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/putautofollowpattern/put_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/putautofollowpattern/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/putautofollowpattern/response.go
2025-08-20T23:05:30.0350485Z [00:04:15.318]➜  go tool buildid -w $WORK/b2525/_pkg_.a # internal
2025-08-20T23:05:30.0353940Z [00:04:15.318]➜  cp $WORK/b2525/_pkg_.a /root/.cache/go-build/8a/8ac53ce7ffc3ae33dd0a6a4a391fdc8879e13b8b127785ab21f7c6dede834634-d # internal
2025-08-20T23:05:30.0358310Z [00:04:15.319]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern
2025-08-20T23:05:30.0359902Z [00:04:15.319]➜  mkdir -p $WORK/b2531/
2025-08-20T23:05:30.0363581Z [00:04:15.320]➜  cat >/tmp/go-build3700090427/b2531/importcfg << 'EOF' # internal
2025-08-20T23:05:30.0364520Z [00:04:15.320]➜  # import config
2025-08-20T23:05:30.0365457Z [00:04:15.320]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.0366707Z [00:04:15.320]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.0369696Z [00:04:15.320]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.0370466Z [00:04:15.320]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.0371570Z [00:04:15.320]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.0372984Z [00:04:15.320]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.0374051Z [00:04:15.320]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.0374991Z [00:04:15.320]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.0375814Z [00:04:15.320]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.0376593Z [00:04:15.320]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.0377383Z [00:04:15.320]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.0377932Z [00:04:15.320]➜  EOF
2025-08-20T23:05:30.0383989Z [00:04:15.322]➜  go tool buildid -w $WORK/b2526/_pkg_.a # internal
2025-08-20T23:05:30.0393491Z [00:04:15.322]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2531/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/resumeautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/resumeautofollowpattern;$WORK/b2531=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid uT2UCniJwKgqSlCdv06c/uT2UCniJwKgqSlCdv06c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2531/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/resumeautofollowpattern/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/resumeautofollowpattern/resume_auto_follow_pattern.go
2025-08-20T23:05:30.0402134Z [00:04:15.323]➜  cp $WORK/b2526/_pkg_.a /root/.cache/go-build/19/19bc008f7632869d0a1cf1004c334a29704176a5db678b0be5db134d311694f7-d # internal
2025-08-20T23:05:30.0412035Z [00:04:15.324]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow
2025-08-20T23:05:30.0413077Z [00:04:15.324]➜  mkdir -p $WORK/b2532/
2025-08-20T23:05:30.0419310Z [00:04:15.325]➜  cat >/tmp/go-build3700090427/b2532/importcfg << 'EOF' # internal
2025-08-20T23:05:30.0420501Z [00:04:15.325]➜  # import config
2025-08-20T23:05:30.0422133Z [00:04:15.325]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.0423197Z [00:04:15.325]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.0424206Z [00:04:15.325]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.0425387Z [00:04:15.325]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.0426351Z [00:04:15.325]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.0427696Z [00:04:15.325]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.0429316Z [00:04:15.325]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.0430767Z [00:04:15.325]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.0431648Z [00:04:15.325]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.0432591Z [00:04:15.325]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.0433485Z [00:04:15.325]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.0435441Z [00:04:15.325]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.0436043Z [00:04:15.325]➜  EOF
2025-08-20T23:05:30.0442278Z [00:04:15.325]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2532/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/resumefollow=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/resumefollow;$WORK/b2532=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow -lang=go1.22 -complete -installsuffix shared -buildid 73pgkhQkqDzpNv3iP8bS/73pgkhQkqDzpNv3iP8bS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2532/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/resumefollow/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/resumefollow/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/resumefollow/resume_follow.go
2025-08-20T23:05:30.1341638Z [00:04:15.417]➜  go tool buildid -w $WORK/b2531/_pkg_.a # internal
2025-08-20T23:05:30.1358834Z [00:04:15.419]➜  go tool buildid -w $WORK/b2529/_pkg_.a # internal
2025-08-20T23:05:30.1376910Z [00:04:15.421]➜  cp $WORK/b2531/_pkg_.a /root/.cache/go-build/26/2689a5a180439967f182632a7fe1f569f67814d2f3f548d9e5d001e7ca7297d8-d # internal
2025-08-20T23:05:30.1390814Z [00:04:15.422]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats
2025-08-20T23:05:30.1413361Z [00:04:15.424]➜  mkdir -p $WORK/b2533/
2025-08-20T23:05:30.1425768Z [00:04:15.426]➜  cat >/tmp/go-build3700090427/b2533/importcfg << 'EOF' # internal
2025-08-20T23:05:30.1427643Z [00:04:15.426]➜  # import config
2025-08-20T23:05:30.1428355Z [00:04:15.426]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.1429716Z [00:04:15.426]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.1433537Z [00:04:15.426]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.1434410Z [00:04:15.426]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.1435683Z [00:04:15.426]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.1437272Z [00:04:15.426]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.1438417Z [00:04:15.426]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.1439238Z [00:04:15.426]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.1440368Z [00:04:15.426]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.1441193Z [00:04:15.426]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.1441999Z [00:04:15.426]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.1442580Z [00:04:15.426]➜  EOF
2025-08-20T23:05:30.1447108Z [00:04:15.426]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2533/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/stats;$WORK/b2533=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats -lang=go1.22 -complete -installsuffix shared -buildid GaypsT-FjCbuuG5tqh5_/GaypsT-FjCbuuG5tqh5_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2533/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/stats/stats.go
2025-08-20T23:05:30.1470507Z [00:04:15.426]➜  cp $WORK/b2529/_pkg_.a /root/.cache/go-build/50/501b4afe20be7d5736fca310d432d5b34da85176e868d23b1df2e6329b312e6d-d # internal
2025-08-20T23:05:30.1471822Z [00:04:15.426]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow
2025-08-20T23:05:30.1472495Z [00:04:15.427]➜  mkdir -p $WORK/b2534/
2025-08-20T23:05:30.1473186Z [00:04:15.430]➜  cat >/tmp/go-build3700090427/b2534/importcfg << 'EOF' # internal
2025-08-20T23:05:30.1473910Z [00:04:15.430]➜  # import config
2025-08-20T23:05:30.1474584Z [00:04:15.430]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.1475707Z [00:04:15.430]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.1476552Z [00:04:15.430]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.1477343Z [00:04:15.430]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.1478495Z [00:04:15.430]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.1480185Z [00:04:15.430]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.1481284Z [00:04:15.430]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.1482248Z [00:04:15.430]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.1483123Z [00:04:15.430]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.1483965Z [00:04:15.430]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.1484784Z [00:04:15.430]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.1485365Z [00:04:15.430]➜  EOF
2025-08-20T23:05:30.1490796Z [00:04:15.430]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2534/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/unfollow=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/unfollow;$WORK/b2534=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow -lang=go1.22 -complete -installsuffix shared -buildid 0d2Sad9nju71cPN2TtwC/0d2Sad9nju71cPN2TtwC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2534/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/unfollow/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ccr/unfollow/unfollow.go
2025-08-20T23:05:30.1662724Z [00:04:15.449]➜  go tool buildid -w $WORK/b2530/_pkg_.a # internal
2025-08-20T23:05:30.1681851Z [00:04:15.451]➜  cp $WORK/b2530/_pkg_.a /root/.cache/go-build/dc/dcc1af28a27b0f023785b656826ae4f1d327adf522705633f4194316c56ef5e0-d # internal
2025-08-20T23:05:30.1687801Z [00:04:15.452]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain
2025-08-20T23:05:30.1688594Z [00:04:15.452]➜  mkdir -p $WORK/b2535/
2025-08-20T23:05:30.1712746Z [00:04:15.453]➜  cat >/tmp/go-build3700090427/b2535/importcfg << 'EOF' # internal
2025-08-20T23:05:30.1713578Z [00:04:15.453]➜  # import config
2025-08-20T23:05:30.1714738Z [00:04:15.453]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.1715594Z [00:04:15.453]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.1716432Z [00:04:15.453]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.1717445Z [00:04:15.453]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.1719671Z [00:04:15.453]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.1721315Z [00:04:15.453]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.1723120Z [00:04:15.453]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.1724669Z [00:04:15.453]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build3700090427/b2327/_pkg_.a
2025-08-20T23:05:30.1725823Z [00:04:15.453]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.1726590Z [00:04:15.453]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.1727452Z [00:04:15.453]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.1728489Z [00:04:15.453]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.1729779Z [00:04:15.453]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.1730572Z [00:04:15.453]➜  EOF
2025-08-20T23:05:30.1737181Z [00:04:15.453]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2535/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/allocationexplain=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/allocationexplain;$WORK/b2535=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain -lang=go1.22 -complete -installsuffix shared -buildid tiRh66nnNZunzQHcnhVw/tiRh66nnNZunzQHcnhVw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2535/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/allocationexplain/allocation_explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/allocationexplain/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/allocationexplain/response.go
2025-08-20T23:05:30.1745615Z [00:04:15.454]➜  go tool buildid -w $WORK/b2532/_pkg_.a # internal
2025-08-20T23:05:30.1747880Z [00:04:15.455]➜  cp $WORK/b2532/_pkg_.a /root/.cache/go-build/66/665ddbf08ede408ec32e023742029bdaa8484346254d7febd26b6616ed61f172-d # internal
2025-08-20T23:05:30.1750132Z [00:04:15.458]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate
2025-08-20T23:05:30.1751493Z [00:04:15.458]➜  mkdir -p $WORK/b2536/
2025-08-20T23:05:30.1756853Z [00:04:15.459]➜  cat >/tmp/go-build3700090427/b2536/importcfg << 'EOF' # internal
2025-08-20T23:05:30.1770672Z [00:04:15.459]➜  # import config
2025-08-20T23:05:30.1771586Z [00:04:15.459]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.1772577Z [00:04:15.459]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.1773477Z [00:04:15.459]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.1774266Z [00:04:15.459]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.1775438Z [00:04:15.459]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.1776984Z [00:04:15.459]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.1778030Z [00:04:15.459]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.1778804Z [00:04:15.459]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.1779739Z [00:04:15.459]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.1780533Z [00:04:15.459]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.1781311Z [00:04:15.459]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.1781871Z [00:04:15.459]➜  EOF
2025-08-20T23:05:30.1787741Z [00:04:15.459]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2536/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/deletecomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/deletecomponenttemplate;$WORK/b2536=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid ICnewc_kf2YubVwCjhBu/ICnewc_kf2YubVwCjhBu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2536/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/deletecomponenttemplate/delete_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/deletecomponenttemplate/response.go
2025-08-20T23:05:30.2435977Z [00:04:15.527]➜  go tool buildid -w $WORK/b2534/_pkg_.a # internal
2025-08-20T23:05:30.2450236Z [00:04:15.528]➜  go tool buildid -w $WORK/b2533/_pkg_.a # internal
2025-08-20T23:05:30.2468916Z [00:04:15.530]➜  cp $WORK/b2533/_pkg_.a /root/.cache/go-build/02/02638d5a1e0afb341325888e734cd5273fcce92aa946990df86bb69b137da226-d # internal
2025-08-20T23:05:30.2475019Z [00:04:15.530]➜  cp $WORK/b2534/_pkg_.a /root/.cache/go-build/6e/6e93729534aa1d57e516ecaeccac7c9258d67fd706cf6d733f4041c3fe477e0d-d # internal
2025-08-20T23:05:30.2477981Z [00:04:15.531]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate
2025-08-20T23:05:30.2478854Z [00:04:15.531]➜  mkdir -p $WORK/b2539/
2025-08-20T23:05:30.2512698Z [00:04:15.534]➜  cat >/tmp/go-build3700090427/b2539/importcfg << 'EOF' # internal
2025-08-20T23:05:30.2525666Z [00:04:15.535]➜  # import config
2025-08-20T23:05:30.2526392Z [00:04:15.535]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.2527406Z [00:04:15.535]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.2528437Z [00:04:15.535]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.2529258Z [00:04:15.535]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.2530626Z [00:04:15.535]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.2532168Z [00:04:15.535]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.2533751Z [00:04:15.535]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.2534721Z [00:04:15.535]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.2535630Z [00:04:15.535]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.2536478Z [00:04:15.535]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.2537526Z [00:04:15.535]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.2538206Z [00:04:15.535]➜  EOF
2025-08-20T23:05:30.2544539Z [00:04:15.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2539/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/getcomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/getcomponenttemplate;$WORK/b2539=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid szVLwmMb1VjoU2S5oeZe/szVLwmMb1VjoU2S5oeZe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2539/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/getcomponenttemplate/get_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/getcomponenttemplate/response.go
2025-08-20T23:05:30.2560208Z [00:04:15.535]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings
2025-08-20T23:05:30.2560968Z [00:04:15.535]➜  mkdir -p $WORK/b2540/
2025-08-20T23:05:30.2561677Z [00:04:15.535]➜  cat >/tmp/go-build3700090427/b2540/importcfg << 'EOF' # internal
2025-08-20T23:05:30.2562525Z [00:04:15.535]➜  # import config
2025-08-20T23:05:30.2563143Z [00:04:15.535]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.2563978Z [00:04:15.535]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.2564772Z [00:04:15.535]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.2565496Z [00:04:15.535]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.2566633Z [00:04:15.535]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.2568054Z [00:04:15.535]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.2569122Z [00:04:15.535]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.2570122Z [00:04:15.535]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.2570911Z [00:04:15.535]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.2571678Z [00:04:15.535]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.2572622Z [00:04:15.535]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.2573198Z [00:04:15.535]➜  EOF
2025-08-20T23:05:30.2578638Z [00:04:15.535]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2540/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/getsettings;$WORK/b2540=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings -lang=go1.22 -complete -installsuffix shared -buildid S-jRIJIgj8YRMRWMNg9-/S-jRIJIgj8YRMRWMNg9- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2540/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/getsettings/get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/getsettings/response.go
2025-08-20T23:05:30.2652563Z [00:04:15.548]➜  go tool buildid -w $WORK/b2536/_pkg_.a # internal
2025-08-20T23:05:30.2678742Z [00:04:15.551]➜  cp $WORK/b2536/_pkg_.a /root/.cache/go-build/28/2803fbc1ae137a55e4ad3d91f93a32f6c7f9ebe728f5d4800d77e3141bbd7424-d # internal
2025-08-20T23:05:30.2944549Z [00:04:15.577]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health
2025-08-20T23:05:30.2955885Z [00:04:15.578]➜  mkdir -p $WORK/b2541/
2025-08-20T23:05:30.2956671Z [00:04:15.578]➜  cat >/tmp/go-build3700090427/b2541/importcfg << 'EOF' # internal
2025-08-20T23:05:30.2957347Z [00:04:15.578]➜  # import config
2025-08-20T23:05:30.2957996Z [00:04:15.578]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.2959000Z [00:04:15.578]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.2960086Z [00:04:15.578]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.2960944Z [00:04:15.578]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.2961716Z [00:04:15.578]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.2962929Z [00:04:15.578]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.2964398Z [00:04:15.578]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.2966017Z [00:04:15.578]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:30.2967801Z [00:04:15.578]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3700090427/b2366/_pkg_.a
2025-08-20T23:05:30.2989746Z [00:04:15.578]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3700090427/b2542/_pkg_.a
2025-08-20T23:05:30.2991643Z [00:04:15.578]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents=/tmp/go-build3700090427/b2543/_pkg_.a
2025-08-20T23:05:30.2993167Z [00:04:15.578]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.2993953Z [00:04:15.578]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.2994799Z [00:04:15.578]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.2995636Z [00:04:15.578]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.2996467Z [00:04:15.578]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.2997046Z [00:04:15.579]➜  EOF
2025-08-20T23:05:30.3002337Z [00:04:15.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2541/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/health=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/health;$WORK/b2541=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health -lang=go1.22 -complete -installsuffix shared -buildid W2iKuyNx34HqAWXSz8uB/W2iKuyNx34HqAWXSz8uB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2541/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/health/health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/health/response.go
2025-08-20T23:05:30.3055487Z [00:04:15.589]➜  go tool buildid -w $WORK/b2535/_pkg_.a # internal
2025-08-20T23:05:30.3091573Z [00:04:15.591]➜  cp $WORK/b2535/_pkg_.a /root/.cache/go-build/91/91f8af2700c317fcbdd3d4e6eea52a1127470ec4b4c22eea0ab70d86f9b4ea5b-d # internal
2025-08-20T23:05:30.3113752Z [00:04:15.594]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info
2025-08-20T23:05:30.3117940Z [00:04:15.595]➜  mkdir -p $WORK/b2544/
2025-08-20T23:05:30.3118815Z [00:04:15.595]➜  cat >/tmp/go-build3700090427/b2544/importcfg << 'EOF' # internal
2025-08-20T23:05:30.3119663Z [00:04:15.595]➜  # import config
2025-08-20T23:05:30.3120302Z [00:04:15.595]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.3121135Z [00:04:15.595]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.3121868Z [00:04:15.595]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.3122584Z [00:04:15.595]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.3123777Z [00:04:15.595]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.3125202Z [00:04:15.595]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.3126356Z [00:04:15.595]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.3127117Z [00:04:15.595]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.3127903Z [00:04:15.595]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.3128686Z [00:04:15.595]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.3129651Z [00:04:15.595]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.3130260Z [00:04:15.595]➜  EOF
2025-08-20T23:05:30.3135225Z [00:04:15.595]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2544/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/info=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/info;$WORK/b2544=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info -lang=go1.22 -complete -installsuffix shared -buildid h5XuwBVDZLl1WQxi5Pdn/h5XuwBVDZLl1WQxi5Pdn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2544/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/info/response.go
2025-08-20T23:05:30.3675945Z [00:04:15.651]➜  go tool buildid -w $WORK/b2540/_pkg_.a # internal
2025-08-20T23:05:30.3695660Z [00:04:15.653]➜  cp $WORK/b2540/_pkg_.a /root/.cache/go-build/e9/e915514adb5199c45fed6a61619249c973dc77d03367fec24c91575c93d1947f-d # internal
2025-08-20T23:05:30.3701115Z [00:04:15.653]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks
2025-08-20T23:05:30.3704011Z [00:04:15.654]➜  mkdir -p $WORK/b2545/
2025-08-20T23:05:30.3712143Z [00:04:15.654]➜  cat >/tmp/go-build3700090427/b2545/importcfg << 'EOF' # internal
2025-08-20T23:05:30.3714146Z [00:04:15.654]➜  # import config
2025-08-20T23:05:30.3714860Z [00:04:15.654]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.3715854Z [00:04:15.654]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.3716770Z [00:04:15.654]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.3717614Z [00:04:15.654]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.3718820Z [00:04:15.654]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.3720643Z [00:04:15.654]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.3721773Z [00:04:15.654]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.3722623Z [00:04:15.654]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.3723520Z [00:04:15.654]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.3724343Z [00:04:15.654]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.3725154Z [00:04:15.654]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.3725775Z [00:04:15.654]➜  EOF
2025-08-20T23:05:30.3733757Z [00:04:15.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2545/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/pendingtasks=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/pendingtasks;$WORK/b2545=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks -lang=go1.22 -complete -installsuffix shared -buildid 83umDb5EffZrO0OK7YEe/83umDb5EffZrO0OK7YEe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2545/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/pendingtasks/pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/pendingtasks/response.go
2025-08-20T23:05:30.3759862Z [00:04:15.659]➜  go tool buildid -w $WORK/b2539/_pkg_.a # internal
2025-08-20T23:05:30.3795402Z [00:04:15.662]➜  cp $WORK/b2539/_pkg_.a /root/.cache/go-build/ed/ed5c1d4072e5f31d21aa7d24f9d78cd7ba5f74982b718e8d18c37ddc45610fa2-d # internal
2025-08-20T23:05:30.3806215Z [00:04:15.664]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate
2025-08-20T23:05:30.3810316Z [00:04:15.664]➜  mkdir -p $WORK/b2547/
2025-08-20T23:05:30.3826521Z [00:04:15.666]➜  cat >/tmp/go-build3700090427/b2547/importcfg << 'EOF' # internal
2025-08-20T23:05:30.3829528Z [00:04:15.666]➜  # import config
2025-08-20T23:05:30.3830800Z [00:04:15.666]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.3831836Z [00:04:15.666]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.3833186Z [00:04:15.666]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.3836283Z [00:04:15.666]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.3838053Z [00:04:15.666]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.3839523Z [00:04:15.666]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.3841131Z [00:04:15.666]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.3842473Z [00:04:15.666]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.3843265Z [00:04:15.666]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.3844230Z [00:04:15.666]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.3844994Z [00:04:15.666]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.3845799Z [00:04:15.666]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.3846400Z [00:04:15.666]➜  EOF
2025-08-20T23:05:30.3853864Z [00:04:15.666]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2547/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/putcomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/putcomponenttemplate;$WORK/b2547=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid DUWf8xSR0UcGPlBFcBRo/DUWf8xSR0UcGPlBFcBRo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2547/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/putcomponenttemplate/put_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/putcomponenttemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/putcomponenttemplate/response.go
2025-08-20T23:05:30.4157277Z [00:04:15.699]➜  go tool buildid -w $WORK/b2544/_pkg_.a # internal
2025-08-20T23:05:30.4172551Z [00:04:15.700]➜  cp $WORK/b2544/_pkg_.a /root/.cache/go-build/ca/cab3e4b5cb4d19da22ddf757ac1e4be6089a569f02d507d229ff3ca6f73367c5-d # internal
2025-08-20T23:05:30.4185005Z [00:04:15.702]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings
2025-08-20T23:05:30.4213367Z [00:04:15.704]➜  mkdir -p $WORK/b2548/
2025-08-20T23:05:30.4220689Z [00:04:15.705]➜  cat >/tmp/go-build3700090427/b2548/importcfg << 'EOF' # internal
2025-08-20T23:05:30.4223343Z [00:04:15.705]➜  # import config
2025-08-20T23:05:30.4224220Z [00:04:15.705]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.4225120Z [00:04:15.705]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.4226033Z [00:04:15.705]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.4228521Z [00:04:15.705]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.4229270Z [00:04:15.705]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.4230590Z [00:04:15.705]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.4232236Z [00:04:15.705]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.4233346Z [00:04:15.705]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.4234227Z [00:04:15.705]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.4235002Z [00:04:15.705]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.4235773Z [00:04:15.705]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.4236532Z [00:04:15.705]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.4237095Z [00:04:15.705]➜  EOF
2025-08-20T23:05:30.4244167Z [00:04:15.705]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2548/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/putsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/putsettings;$WORK/b2548=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings -lang=go1.22 -complete -installsuffix shared -buildid vT3Oel0HNeu4CfVcnKFA/vT3Oel0HNeu4CfVcnKFA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2548/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/putsettings/put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/putsettings/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/putsettings/response.go
2025-08-20T23:05:30.4427007Z [00:04:15.726]➜  go tool buildid -w $WORK/b2541/_pkg_.a # internal
2025-08-20T23:05:30.4451139Z [00:04:15.728]➜  cp $WORK/b2541/_pkg_.a /root/.cache/go-build/c4/c438fcb1ffab32a676b96f767c8879df8870fc858c8b59890c1955d80e22f9cc-d # internal
2025-08-20T23:05:30.4475717Z [00:04:15.731]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo
2025-08-20T23:05:30.4480145Z [00:04:15.731]➜  mkdir -p $WORK/b2549/
2025-08-20T23:05:30.4482856Z [00:04:15.731]➜  cat >/tmp/go-build3700090427/b2549/importcfg << 'EOF' # internal
2025-08-20T23:05:30.4484187Z [00:04:15.731]➜  # import config
2025-08-20T23:05:30.4487114Z [00:04:15.731]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.4492394Z [00:04:15.731]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.4493202Z [00:04:15.731]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.4494250Z [00:04:15.731]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.4495033Z [00:04:15.731]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.4496186Z [00:04:15.731]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.4497741Z [00:04:15.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.4498843Z [00:04:15.731]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.4503153Z [00:04:15.731]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.4504234Z [00:04:15.731]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.4505111Z [00:04:15.731]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.4505954Z [00:04:15.731]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.4506562Z [00:04:15.731]➜  EOF
2025-08-20T23:05:30.4512107Z [00:04:15.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2549/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/remoteinfo=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/remoteinfo;$WORK/b2549=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo -lang=go1.22 -complete -installsuffix shared -buildid xTJq0TcAJ47o0wWcHfnX/xTJq0TcAJ47o0wWcHfnX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2549/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/remoteinfo/remote_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/remoteinfo/response.go
2025-08-20T23:05:30.4911553Z [00:04:15.774]➜  go tool buildid -w $WORK/b2545/_pkg_.a # internal
2025-08-20T23:05:30.4928843Z [00:04:15.776]➜  cp $WORK/b2545/_pkg_.a /root/.cache/go-build/49/498f8593dcb3d1c890d8d6448479cc2f5c69fe8a6b238451a9c9c6b589a68df7-d # internal
2025-08-20T23:05:30.4935049Z [00:04:15.777]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute
2025-08-20T23:05:30.4942186Z [00:04:15.777]➜  mkdir -p $WORK/b2550/
2025-08-20T23:05:30.4944273Z [00:04:15.778]➜  cat >/tmp/go-build3700090427/b2550/importcfg << 'EOF' # internal
2025-08-20T23:05:30.4947266Z [00:04:15.778]➜  # import config
2025-08-20T23:05:30.4947966Z [00:04:15.778]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.4960168Z [00:04:15.778]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.4961304Z [00:04:15.778]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.4963476Z [00:04:15.778]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.4964554Z [00:04:15.778]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.4965748Z [00:04:15.778]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.4967285Z [00:04:15.778]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.4968404Z [00:04:15.778]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.4969202Z [00:04:15.778]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.4970225Z [00:04:15.778]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.4971052Z [00:04:15.778]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.4971868Z [00:04:15.778]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.4972484Z [00:04:15.778]➜  EOF
2025-08-20T23:05:30.4978147Z [00:04:15.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2550/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/reroute=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/reroute;$WORK/b2550=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute -lang=go1.22 -complete -installsuffix shared -buildid 3p_Dh8qfrN5uZxD46B72/3p_Dh8qfrN5uZxD46B72 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2550/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/reroute/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/reroute/reroute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/reroute/response.go
2025-08-20T23:05:30.5265582Z [00:04:15.810]➜  go tool buildid -w $WORK/b2547/_pkg_.a # internal
2025-08-20T23:05:30.5284080Z [00:04:15.811]➜  cp $WORK/b2547/_pkg_.a /root/.cache/go-build/bc/bc9d88e2f83d425e327b206e4f9f50dc8414b6342ca4cf9f35457cecddcce750-d # internal
2025-08-20T23:05:30.5387663Z [00:04:15.820]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state
2025-08-20T23:05:30.5391771Z [00:04:15.820]➜  mkdir -p $WORK/b2551/
2025-08-20T23:05:30.5392537Z [00:04:15.822]➜  cat >/tmp/go-build3700090427/b2551/importcfg << 'EOF' # internal
2025-08-20T23:05:30.5393217Z [00:04:15.822]➜  # import config
2025-08-20T23:05:30.5393881Z [00:04:15.822]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.5394747Z [00:04:15.822]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.5395601Z [00:04:15.822]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.5396384Z [00:04:15.822]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.5397602Z [00:04:15.822]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.5399141Z [00:04:15.822]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.5401094Z [00:04:15.822]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:30.5402339Z [00:04:15.822]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.5403116Z [00:04:15.822]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.5403932Z [00:04:15.822]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.5404735Z [00:04:15.822]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.5405565Z [00:04:15.822]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.5406181Z [00:04:15.822]➜  EOF
2025-08-20T23:05:30.5412155Z [00:04:15.822]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2551/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/state=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/state;$WORK/b2551=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state -lang=go1.22 -complete -installsuffix shared -buildid 4lttFhMV3U1XRFKgidoN/4lttFhMV3U1XRFKgidoN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2551/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/state/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/state/state.go
2025-08-20T23:05:30.5550672Z [00:04:15.838]➜  go tool buildid -w $WORK/b2548/_pkg_.a # internal
2025-08-20T23:05:30.5573927Z [00:04:15.840]➜  cp $WORK/b2548/_pkg_.a /root/.cache/go-build/83/8308e6e53e7ddefdc10ae9a6f873d32c17338d98954de03ad782b7f328812a3c-d # internal
2025-08-20T23:05:30.5587071Z [00:04:15.842]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats
2025-08-20T23:05:30.5589134Z [00:04:15.842]➜  mkdir -p $WORK/b2552/
2025-08-20T23:05:30.5591348Z [00:04:15.842]➜  cat >/tmp/go-build3700090427/b2552/importcfg << 'EOF' # internal
2025-08-20T23:05:30.5591936Z [00:04:15.842]➜  # import config
2025-08-20T23:05:30.5592575Z [00:04:15.842]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.5593635Z [00:04:15.842]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.5594438Z [00:04:15.842]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.5595190Z [00:04:15.842]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.5596368Z [00:04:15.842]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.5598025Z [00:04:15.842]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.5600011Z [00:04:15.842]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3700090427/b2366/_pkg_.a
2025-08-20T23:05:30.5601296Z [00:04:15.842]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.5602044Z [00:04:15.842]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.5602847Z [00:04:15.842]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.5603637Z [00:04:15.842]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.5606155Z [00:04:15.842]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.5606789Z [00:04:15.842]➜  EOF
2025-08-20T23:05:30.5611800Z [00:04:15.842]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2552/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/stats;$WORK/b2552=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats -lang=go1.22 -complete -installsuffix shared -buildid ahvKmlBP7XIOdoWcceFB/ahvKmlBP7XIOdoWcceFB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2552/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/cluster/stats/stats.go
2025-08-20T23:05:30.5616222Z [00:04:15.842]➜  go tool buildid -w $WORK/b2549/_pkg_.a # internal
2025-08-20T23:05:30.5642510Z [00:04:15.847]➜  cp $WORK/b2549/_pkg_.a /root/.cache/go-build/f4/f48ef31b598e5711a9e3671f2aadb204470398692a6868605dc0bcb7cd980c10-d # internal
2025-08-20T23:05:30.5655068Z [00:04:15.848]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin
2025-08-20T23:05:30.5657436Z [00:04:15.849]➜  mkdir -p $WORK/b2553/
2025-08-20T23:05:30.5668899Z [00:04:15.850]➜  cat >/tmp/go-build3700090427/b2553/importcfg << 'EOF' # internal
2025-08-20T23:05:30.5671599Z [00:04:15.850]➜  # import config
2025-08-20T23:05:30.5672529Z [00:04:15.850]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.5673435Z [00:04:15.850]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.5674460Z [00:04:15.850]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.5675215Z [00:04:15.850]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.5676359Z [00:04:15.850]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.5677859Z [00:04:15.850]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.5679506Z [00:04:15.850]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:30.5680662Z [00:04:15.850]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.5681430Z [00:04:15.850]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.5682226Z [00:04:15.850]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.5683037Z [00:04:15.850]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.5683822Z [00:04:15.850]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.5684558Z [00:04:15.850]➜  EOF
2025-08-20T23:05:30.5690122Z [00:04:15.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2553/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/checkin=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/checkin;$WORK/b2553=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin -lang=go1.22 -complete -installsuffix shared -buildid PjVFqgFigFpcpwuKQzUZ/PjVFqgFigFpcpwuKQzUZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2553/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/checkin/check_in.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/checkin/response.go
2025-08-20T23:05:30.6043281Z [00:04:15.887]➜  go tool buildid -w $WORK/b2550/_pkg_.a # internal
2025-08-20T23:05:30.6060934Z [00:04:15.889]➜  cp $WORK/b2550/_pkg_.a /root/.cache/go-build/3f/3f954dd611f4eb57a6bb5ef3ed159f28f76418ab786f095da11ae5ca71faf509-d # internal
2025-08-20T23:05:30.6068551Z [00:04:15.890]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete
2025-08-20T23:05:30.6069552Z [00:04:15.890]➜  mkdir -p $WORK/b2554/
2025-08-20T23:05:30.6076697Z [00:04:15.891]➜  cat >/tmp/go-build3700090427/b2554/importcfg << 'EOF' # internal
2025-08-20T23:05:30.6077466Z [00:04:15.891]➜  # import config
2025-08-20T23:05:30.6078167Z [00:04:15.891]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.6079120Z [00:04:15.891]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.6080199Z [00:04:15.891]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.6081053Z [00:04:15.891]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.6082345Z [00:04:15.891]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.6083956Z [00:04:15.891]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.6085161Z [00:04:15.891]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.6086054Z [00:04:15.891]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.6086932Z [00:04:15.891]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.6087814Z [00:04:15.891]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.6088652Z [00:04:15.891]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.6089217Z [00:04:15.891]➜  EOF
2025-08-20T23:05:30.6094381Z [00:04:15.891]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2554/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/delete;$WORK/b2554=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete -lang=go1.22 -complete -installsuffix shared -buildid 9_0Vt11gWhWrU3Je2pf9/9_0Vt11gWhWrU3Je2pf9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2554/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/delete/response.go
2025-08-20T23:05:30.6613291Z [00:04:15.944]➜  go tool buildid -w $WORK/b2553/_pkg_.a # internal
2025-08-20T23:05:30.6665782Z [00:04:15.950]➜  cp $WORK/b2553/_pkg_.a /root/.cache/go-build/72/72e0c8efca1493a51eada2e31a4fb8f4ea29fbab8507621a7ea28beecd86f6b5-d # internal
2025-08-20T23:05:30.6671698Z [00:04:15.950]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/get
2025-08-20T23:05:30.6672503Z [00:04:15.950]➜  mkdir -p $WORK/b2555/
2025-08-20T23:05:30.6678157Z [00:04:15.951]➜  cat >/tmp/go-build3700090427/b2555/importcfg << 'EOF' # internal
2025-08-20T23:05:30.6680564Z [00:04:15.951]➜  # import config
2025-08-20T23:05:30.6682396Z [00:04:15.951]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.6684605Z [00:04:15.951]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.6697224Z [00:04:15.951]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.6698492Z [00:04:15.951]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.6699563Z [00:04:15.951]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.6700979Z [00:04:15.951]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.6702630Z [00:04:15.951]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.6704259Z [00:04:15.951]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3700090427/b2321/_pkg_.a
2025-08-20T23:05:30.6706017Z [00:04:15.951]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3700090427/b2464/_pkg_.a
2025-08-20T23:05:30.6707186Z [00:04:15.951]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.6707980Z [00:04:15.951]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.6708799Z [00:04:15.951]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.6709831Z [00:04:15.951]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.6710626Z [00:04:15.951]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.6711195Z [00:04:15.951]➜  EOF
2025-08-20T23:05:30.6716311Z [00:04:15.953]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2555/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/get=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/get;$WORK/b2555=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/get -lang=go1.22 -complete -installsuffix shared -buildid zbSO9eJaxKL0EqSddC8h/zbSO9eJaxKL0EqSddC8h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2555/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/get/response.go
2025-08-20T23:05:30.6754941Z [00:04:15.959]➜  go tool buildid -w $WORK/b2552/_pkg_.a # internal
2025-08-20T23:05:30.6776686Z [00:04:15.961]➜  cp $WORK/b2552/_pkg_.a /root/.cache/go-build/ff/ff52381590ed86ec6e82180b92a8bb8c0adda5d453588186ce64f3b01a953d16-d # internal
2025-08-20T23:05:30.6793602Z [00:04:15.962]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync
2025-08-20T23:05:30.6794369Z [00:04:15.963]➜  mkdir -p $WORK/b2556/
2025-08-20T23:05:30.6803560Z [00:04:15.963]➜  cat >/tmp/go-build3700090427/b2556/importcfg << 'EOF' # internal
2025-08-20T23:05:30.6805971Z [00:04:15.963]➜  # import config
2025-08-20T23:05:30.6806628Z [00:04:15.963]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.6807447Z [00:04:15.963]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.6808304Z [00:04:15.963]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.6809138Z [00:04:15.963]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.6810272Z [00:04:15.963]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.6811478Z [00:04:15.963]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.6813167Z [00:04:15.963]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.6814716Z [00:04:15.964]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:30.6816493Z [00:04:15.964]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3700090427/b2464/_pkg_.a
2025-08-20T23:05:30.6817658Z [00:04:15.964]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.6818642Z [00:04:15.964]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.6819732Z [00:04:15.964]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.6820642Z [00:04:15.964]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.6821678Z [00:04:15.964]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.6822392Z [00:04:15.964]➜  EOF
2025-08-20T23:05:30.6828723Z [00:04:15.964]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2556/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/lastsync=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/lastsync;$WORK/b2556=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync -lang=go1.22 -complete -installsuffix shared -buildid DO5Qskq5IJRoINMCLsI6/DO5Qskq5IJRoINMCLsI6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2556/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/lastsync/last_sync.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/lastsync/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/lastsync/response.go
2025-08-20T23:05:30.6918646Z [00:04:15.973]➜  go tool buildid -w $WORK/b2551/_pkg_.a # internal
2025-08-20T23:05:30.6922220Z [00:04:15.975]➜  cp $WORK/b2551/_pkg_.a /root/.cache/go-build/5d/5d0d8e55b5a966b05c3a9ae32e39305021a38144dbb9b7bc3993195397dae9ca-d # internal
2025-08-20T23:05:30.6986338Z [00:04:15.981]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/list
2025-08-20T23:05:30.6987136Z [00:04:15.981]➜  mkdir -p $WORK/b2557/
2025-08-20T23:05:30.6987857Z [00:04:15.981]➜  cat >/tmp/go-build3700090427/b2557/importcfg << 'EOF' # internal
2025-08-20T23:05:30.6988484Z [00:04:15.981]➜  # import config
2025-08-20T23:05:30.6989103Z [00:04:15.981]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.6990107Z [00:04:15.981]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.6990909Z [00:04:15.981]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.6991638Z [00:04:15.981]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.6992780Z [00:04:15.981]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.6994221Z [00:04:15.981]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.6995239Z [00:04:15.981]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.6995979Z [00:04:15.981]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.6996752Z [00:04:15.981]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.7002283Z [00:04:15.981]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.7003091Z [00:04:15.981]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.7003658Z [00:04:15.981]➜  EOF
2025-08-20T23:05:30.7008913Z [00:04:15.981]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/list=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/list;$WORK/b2557=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/list -lang=go1.22 -complete -installsuffix shared -buildid GsqzeZ8L2OKEh1nGwvFk/GsqzeZ8L2OKEh1nGwvFk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2557/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/list/response.go
2025-08-20T23:05:30.7202768Z [00:04:16.003]➜  go tool buildid -w $WORK/b2554/_pkg_.a # internal
2025-08-20T23:05:30.7217872Z [00:04:16.005]➜  cp $WORK/b2554/_pkg_.a /root/.cache/go-build/67/675bf9eac69ff767563d0ca4a06e6905ee5f50da9fc72eca75299abce6c2526a-d # internal
2025-08-20T23:05:30.7225571Z [00:04:16.006]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/post
2025-08-20T23:05:30.7228279Z [00:04:16.006]➜  mkdir -p $WORK/b2558/
2025-08-20T23:05:30.7238695Z [00:04:16.007]➜  cat >/tmp/go-build3700090427/b2558/importcfg << 'EOF' # internal
2025-08-20T23:05:30.7244735Z [00:04:16.007]➜  # import config
2025-08-20T23:05:30.7245396Z [00:04:16.007]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.7246183Z [00:04:16.007]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.7247008Z [00:04:16.007]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.7247822Z [00:04:16.007]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.7248559Z [00:04:16.007]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.7249892Z [00:04:16.007]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.7251335Z [00:04:16.007]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.7252840Z [00:04:16.007]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:30.7253954Z [00:04:16.007]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.7254705Z [00:04:16.007]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.7255684Z [00:04:16.007]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.7256463Z [00:04:16.007]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.7257218Z [00:04:16.007]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.7257778Z [00:04:16.007]➜  EOF
2025-08-20T23:05:30.7264332Z [00:04:16.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/post=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/post;$WORK/b2558=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/post -lang=go1.22 -complete -installsuffix shared -buildid BvsRlktNdsx7z-dFwK9w/BvsRlktNdsx7z-dFwK9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2558/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/post/post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/post/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/post/response.go
2025-08-20T23:05:30.8045928Z [00:04:16.088]➜  go tool buildid -w $WORK/b2557/_pkg_.a # internal
2025-08-20T23:05:30.8074081Z [00:04:16.090]➜  go tool buildid -w $WORK/b2556/_pkg_.a # internal
2025-08-20T23:05:30.8084109Z [00:04:16.091]➜  cp $WORK/b2556/_pkg_.a /root/.cache/go-build/60/601dc4cdff87ddd48ffe10a56eb1566a1088f4b6eb141553e3a372429927795a-d # internal
2025-08-20T23:05:30.8118904Z [00:04:16.095]➜  cp $WORK/b2557/_pkg_.a /root/.cache/go-build/35/356f66d1b6ca17709ffa643b26675db989233c388b6a26b3ef4da765a62296ae-d # internal
2025-08-20T23:05:30.8137001Z [00:04:16.096]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/put
2025-08-20T23:05:30.8138047Z [00:04:16.096]➜  mkdir -p $WORK/b2559/
2025-08-20T23:05:30.8138826Z [00:04:16.096]➜  cat >/tmp/go-build3700090427/b2559/importcfg << 'EOF' # internal
2025-08-20T23:05:30.8139689Z [00:04:16.096]➜  # import config
2025-08-20T23:05:30.8140317Z [00:04:16.096]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.8141289Z [00:04:16.096]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.8142176Z [00:04:16.096]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.8144694Z [00:04:16.096]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.8151248Z [00:04:16.096]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.8152492Z [00:04:16.096]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.8154206Z [00:04:16.096]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.8155780Z [00:04:16.096]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:30.8156919Z [00:04:16.096]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.8157651Z [00:04:16.096]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.8158431Z [00:04:16.096]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.8159206Z [00:04:16.096]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.8171596Z [00:04:16.096]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.8172233Z [00:04:16.096]➜  EOF
2025-08-20T23:05:30.8177857Z [00:04:16.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/put=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/put;$WORK/b2559=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/put -lang=go1.22 -complete -installsuffix shared -buildid RElFpESCb_9saDKcThG7/RElFpESCb_9saDKcThG7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2559/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/put/put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/put/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/put/response.go
2025-08-20T23:05:30.8183184Z [00:04:16.096]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel
2025-08-20T23:05:30.8183909Z [00:04:16.096]➜  mkdir -p $WORK/b2561/
2025-08-20T23:05:30.8184592Z [00:04:16.097]➜  cat >/tmp/go-build3700090427/b2561/importcfg << 'EOF' # internal
2025-08-20T23:05:30.8185227Z [00:04:16.097]➜  # import config
2025-08-20T23:05:30.8185882Z [00:04:16.097]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.8186753Z [00:04:16.097]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.8187592Z [00:04:16.097]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.8188361Z [00:04:16.097]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.8189733Z [00:04:16.097]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.8191244Z [00:04:16.097]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.8192793Z [00:04:16.097]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:30.8193954Z [00:04:16.097]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.8194756Z [00:04:16.097]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.8195694Z [00:04:16.097]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.8196514Z [00:04:16.097]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.8197302Z [00:04:16.097]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.8212050Z [00:04:16.097]➜  EOF
2025-08-20T23:05:30.8218156Z [00:04:16.098]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobcancel=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobcancel;$WORK/b2561=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel -lang=go1.22 -complete -installsuffix shared -buildid to-_73V_aqDY5Kb5uDqh/to-_73V_aqDY5Kb5uDqh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2561/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobcancel/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobcancel/sync_job_cancel.go
2025-08-20T23:05:30.8227937Z [00:04:16.106]➜  go tool buildid -w $WORK/b2555/_pkg_.a # internal
2025-08-20T23:05:30.8248285Z [00:04:16.108]➜  cp $WORK/b2555/_pkg_.a /root/.cache/go-build/20/2081b6138ee349994c7eb15f0312593c595b45d47ba97b89fecab6525edd0b51-d # internal
2025-08-20T23:05:30.8273142Z [00:04:16.110]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete
2025-08-20T23:05:30.8276770Z [00:04:16.111]➜  mkdir -p $WORK/b2562/
2025-08-20T23:05:30.8283680Z [00:04:16.111]➜  cat >/tmp/go-build3700090427/b2562/importcfg << 'EOF' # internal
2025-08-20T23:05:30.8284396Z [00:04:16.111]➜  # import config
2025-08-20T23:05:30.8285098Z [00:04:16.111]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.8288762Z [00:04:16.111]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.8291554Z [00:04:16.111]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.8292361Z [00:04:16.111]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.8293512Z [00:04:16.111]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.8295209Z [00:04:16.111]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.8296329Z [00:04:16.111]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.8297135Z [00:04:16.111]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.8297960Z [00:04:16.111]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.8298773Z [00:04:16.111]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.8299787Z [00:04:16.111]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.8300418Z [00:04:16.111]➜  EOF
2025-08-20T23:05:30.8306033Z [00:04:16.111]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobdelete=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobdelete;$WORK/b2562=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete -lang=go1.22 -complete -installsuffix shared -buildid W7Mdo4VB17Ade2Yty_Xv/W7Mdo4VB17Ade2Yty_Xv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2562/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobdelete/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobdelete/sync_job_delete.go
2025-08-20T23:05:30.8491665Z [00:04:16.132]➜  go tool buildid -w $WORK/b2558/_pkg_.a # internal
2025-08-20T23:05:30.8509774Z [00:04:16.134]➜  cp $WORK/b2558/_pkg_.a /root/.cache/go-build/7d/7d49934f17669e8b4804f6439ccc4e5b974371b3c35bfa23d51b428e63c2bd58-d # internal
2025-08-20T23:05:30.8518459Z [00:04:16.135]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget
2025-08-20T23:05:30.8536312Z [00:04:16.135]➜  mkdir -p $WORK/b2563/
2025-08-20T23:05:30.8537083Z [00:04:16.136]➜  cat >/tmp/go-build3700090427/b2563/importcfg << 'EOF' # internal
2025-08-20T23:05:30.8537736Z [00:04:16.136]➜  # import config
2025-08-20T23:05:30.8538361Z [00:04:16.136]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.8539164Z [00:04:16.136]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.8540269Z [00:04:16.136]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.8541130Z [00:04:16.136]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.8542211Z [00:04:16.136]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.8543854Z [00:04:16.136]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.8545518Z [00:04:16.136]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.8547384Z [00:04:16.136]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3700090427/b2462/_pkg_.a
2025-08-20T23:05:30.8550539Z [00:04:16.136]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3700090427/b2463/_pkg_.a
2025-08-20T23:05:30.8552271Z [00:04:16.136]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3700090427/b2464/_pkg_.a
2025-08-20T23:05:30.8553444Z [00:04:16.136]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.8554225Z [00:04:16.136]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.8555032Z [00:04:16.136]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.8555823Z [00:04:16.136]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.8556628Z [00:04:16.136]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.8557456Z [00:04:16.136]➜  EOF
2025-08-20T23:05:30.8563301Z [00:04:16.136]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobget=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobget;$WORK/b2563=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget -lang=go1.22 -complete -installsuffix shared -buildid OWaYBb9T7XuZyr929w5W/OWaYBb9T7XuZyr929w5W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2563/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobget/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobget/sync_job_get.go
2025-08-20T23:05:30.9237438Z [00:04:16.207]➜  go tool buildid -w $WORK/b2561/_pkg_.a # internal
2025-08-20T23:05:30.9241368Z [00:04:16.207]➜  cp $WORK/b2561/_pkg_.a /root/.cache/go-build/c2/c259cb91f8cdbddf7db95fd93a5916234173a49c2aa911717ac6a624b378696d-d # internal
2025-08-20T23:05:30.9248896Z [00:04:16.208]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist
2025-08-20T23:05:30.9252254Z [00:04:16.208]➜  mkdir -p $WORK/b2564/
2025-08-20T23:05:30.9255410Z [00:04:16.209]➜  cat >/tmp/go-build3700090427/b2564/importcfg << 'EOF' # internal
2025-08-20T23:05:30.9261590Z [00:04:16.209]➜  # import config
2025-08-20T23:05:30.9262315Z [00:04:16.209]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.9263250Z [00:04:16.209]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.9264098Z [00:04:16.209]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.9264897Z [00:04:16.209]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.9266285Z [00:04:16.209]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.9267815Z [00:04:16.209]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.9269707Z [00:04:16.209]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3700090427/b2463/_pkg_.a
2025-08-20T23:05:30.9271350Z [00:04:16.209]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3700090427/b2464/_pkg_.a
2025-08-20T23:05:30.9272453Z [00:04:16.209]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.9273211Z [00:04:16.209]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.9274033Z [00:04:16.209]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.9274921Z [00:04:16.209]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.9275836Z [00:04:16.209]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.9277750Z [00:04:16.209]➜  EOF
2025-08-20T23:05:30.9283179Z [00:04:16.211]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjoblist=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjoblist;$WORK/b2564=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist -lang=go1.22 -complete -installsuffix shared -buildid 5k66G-9C-pdG17-NTQHW/5k66G-9C-pdG17-NTQHW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2564/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjoblist/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjoblist/sync_job_list.go
2025-08-20T23:05:30.9299020Z [00:04:16.213]➜  go tool buildid -w $WORK/b2562/_pkg_.a # internal
2025-08-20T23:05:30.9324598Z [00:04:16.215]➜  cp $WORK/b2562/_pkg_.a /root/.cache/go-build/83/83fd9845d7d5509de41e047890ee117db8ac95a6a6d7b3235bf76188dd27dcaa-d # internal
2025-08-20T23:05:30.9339069Z [00:04:16.217]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost
2025-08-20T23:05:30.9342181Z [00:04:16.217]➜  mkdir -p $WORK/b2565/
2025-08-20T23:05:30.9351254Z [00:04:16.218]➜  cat >/tmp/go-build3700090427/b2565/importcfg << 'EOF' # internal
2025-08-20T23:05:30.9360180Z [00:04:16.218]➜  # import config
2025-08-20T23:05:30.9360852Z [00:04:16.218]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.9361666Z [00:04:16.218]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.9362535Z [00:04:16.218]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.9363473Z [00:04:16.218]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.9364300Z [00:04:16.218]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.9365508Z [00:04:16.218]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.9366948Z [00:04:16.218]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.9368783Z [00:04:16.218]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3700090427/b2462/_pkg_.a
2025-08-20T23:05:30.9370741Z [00:04:16.218]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3700090427/b2463/_pkg_.a
2025-08-20T23:05:30.9371883Z [00:04:16.218]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.9372652Z [00:04:16.218]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.9373453Z [00:04:16.218]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.9374263Z [00:04:16.218]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.9375223Z [00:04:16.218]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.9375865Z [00:04:16.218]➜  EOF
2025-08-20T23:05:30.9383303Z [00:04:16.219]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobpost=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobpost;$WORK/b2565=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost -lang=go1.22 -complete -installsuffix shared -buildid p_LBXFmkNEqRhEG11A-5/p_LBXFmkNEqRhEG11A-5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2565/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobpost/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobpost/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/syncjobpost/sync_job_post.go
2025-08-20T23:05:30.9607669Z [00:04:16.244]➜  go tool buildid -w $WORK/b2559/_pkg_.a # internal
2025-08-20T23:05:30.9633299Z [00:04:16.246]➜  cp $WORK/b2559/_pkg_.a /root/.cache/go-build/b4/b427ab5fe617dedd0a9b541eed7c6801b83e424912ffa4e219c535df7f63cf22-d # internal
2025-08-20T23:05:30.9642175Z [00:04:16.247]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering
2025-08-20T23:05:30.9645033Z [00:04:16.248]➜  mkdir -p $WORK/b2566/
2025-08-20T23:05:30.9652182Z [00:04:16.248]➜  cat >/tmp/go-build3700090427/b2566/importcfg << 'EOF' # internal
2025-08-20T23:05:30.9662109Z [00:04:16.248]➜  # import config
2025-08-20T23:05:30.9662758Z [00:04:16.248]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.9663662Z [00:04:16.248]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.9664522Z [00:04:16.248]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.9665293Z [00:04:16.248]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.9666444Z [00:04:16.248]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.9668210Z [00:04:16.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.9669937Z [00:04:16.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:30.9671076Z [00:04:16.248]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.9693483Z [00:04:16.248]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.9694321Z [00:04:16.248]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.9695118Z [00:04:16.248]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.9695881Z [00:04:16.248]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.9696454Z [00:04:16.248]➜  EOF
2025-08-20T23:05:30.9702551Z [00:04:16.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateactivefiltering=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateactivefiltering;$WORK/b2566=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering -lang=go1.22 -complete -installsuffix shared -buildid 7bFo1QyNDSZyVy1zD1hN/7bFo1QyNDSZyVy1zD1hN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2566/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateactivefiltering/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateactivefiltering/update_active_filtering.go
2025-08-20T23:05:30.9834598Z [00:04:16.266]➜  go tool buildid -w $WORK/b2563/_pkg_.a # internal
2025-08-20T23:05:30.9854113Z [00:04:16.268]➜  cp $WORK/b2563/_pkg_.a /root/.cache/go-build/b6/b6d5f2acd2b1abcb0f1846b4b31db5921037660d4b4f9d94fcc12841add32a51-d # internal
2025-08-20T23:05:30.9875185Z [00:04:16.270]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid
2025-08-20T23:05:30.9876001Z [00:04:16.271]➜  mkdir -p $WORK/b2567/
2025-08-20T23:05:30.9876686Z [00:04:16.271]➜  cat >/tmp/go-build3700090427/b2567/importcfg << 'EOF' # internal
2025-08-20T23:05:30.9877311Z [00:04:16.271]➜  # import config
2025-08-20T23:05:30.9879700Z [00:04:16.271]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:30.9882762Z [00:04:16.271]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:30.9883593Z [00:04:16.271]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:30.9884554Z [00:04:16.271]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:30.9885303Z [00:04:16.271]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:30.9887485Z [00:04:16.271]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:30.9888954Z [00:04:16.271]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:30.9890616Z [00:04:16.271]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:30.9891721Z [00:04:16.271]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:30.9892465Z [00:04:16.271]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:30.9893433Z [00:04:16.271]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:30.9894240Z [00:04:16.271]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:30.9894959Z [00:04:16.271]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:30.9895532Z [00:04:16.271]➜  EOF
2025-08-20T23:05:30.9902803Z [00:04:16.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateapikeyid=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateapikeyid;$WORK/b2567=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid -lang=go1.22 -complete -installsuffix shared -buildid P66mMGiPgzuYq7zTcOYP/P66mMGiPgzuYq7zTcOYP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2567/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateapikeyid/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateapikeyid/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateapikeyid/update_api_key_id.go
2025-08-20T23:05:31.0388061Z [00:04:16.322]➜  go tool buildid -w $WORK/b2565/_pkg_.a # internal
2025-08-20T23:05:31.0418034Z [00:04:16.325]➜  cp $WORK/b2565/_pkg_.a /root/.cache/go-build/af/af506e5bb1623eca4842eac63a1ba9a14209055ad5e3ee34e5393ed649001253-d # internal
2025-08-20T23:05:31.0447048Z [00:04:16.328]➜  go tool buildid -w $WORK/b2564/_pkg_.a # internal
2025-08-20T23:05:31.0453894Z [00:04:16.328]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration
2025-08-20T23:05:31.0457669Z [00:04:16.329]➜  mkdir -p $WORK/b2568/
2025-08-20T23:05:31.0463410Z [00:04:16.329]➜  cp $WORK/b2564/_pkg_.a /root/.cache/go-build/53/5387a7a4e6aaab6107c3d76c55b83d5223dbda95cb45a28a72a7b206c3ef72f9-d # internal
2025-08-20T23:05:31.0476087Z [00:04:16.331]➜  cat >/tmp/go-build3700090427/b2568/importcfg << 'EOF' # internal
2025-08-20T23:05:31.0478685Z [00:04:16.331]➜  # import config
2025-08-20T23:05:31.0480435Z [00:04:16.331]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.0482603Z [00:04:16.331]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.0483764Z [00:04:16.331]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.0484715Z [00:04:16.331]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.0485515Z [00:04:16.331]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.0486767Z [00:04:16.331]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.0488372Z [00:04:16.331]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.0490313Z [00:04:16.331]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.0491582Z [00:04:16.331]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.0492896Z [00:04:16.331]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.0493814Z [00:04:16.331]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.0494697Z [00:04:16.331]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.0495862Z [00:04:16.331]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.0532686Z [00:04:16.331]➜  EOF
2025-08-20T23:05:31.0533516Z [00:04:16.334]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror
2025-08-20T23:05:31.0534354Z [00:04:16.334]➜  mkdir -p $WORK/b2569/
2025-08-20T23:05:31.0541612Z [00:04:16.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateconfiguration=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateconfiguration;$WORK/b2568=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration -lang=go1.22 -complete -installsuffix shared -buildid AP6OUotRsgTplDYx98jD/AP6OUotRsgTplDYx98jD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2568/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateconfiguration/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateconfiguration/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateconfiguration/update_configuration.go
2025-08-20T23:05:31.0548222Z [00:04:16.334]➜  cat >/tmp/go-build3700090427/b2569/importcfg << 'EOF' # internal
2025-08-20T23:05:31.0548908Z [00:04:16.334]➜  # import config
2025-08-20T23:05:31.0549991Z [00:04:16.334]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.0550833Z [00:04:16.334]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.0551703Z [00:04:16.334]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.0552567Z [00:04:16.334]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.0553358Z [00:04:16.334]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.0554577Z [00:04:16.334]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.0556116Z [00:04:16.334]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.0557899Z [00:04:16.334]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.0559173Z [00:04:16.334]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.0560418Z [00:04:16.334]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.0561288Z [00:04:16.334]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.0562152Z [00:04:16.334]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.0563185Z [00:04:16.334]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.0563856Z [00:04:16.334]➜  EOF
2025-08-20T23:05:31.0570492Z [00:04:16.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateerror=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateerror;$WORK/b2569=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror -lang=go1.22 -complete -installsuffix shared -buildid pUGwOdsP1PkXIThcOee5/pUGwOdsP1PkXIThcOee5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2569/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateerror/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateerror/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateerror/update_error.go
2025-08-20T23:05:31.0698119Z [00:04:16.353]➜  go tool buildid -w $WORK/b2566/_pkg_.a # internal
2025-08-20T23:05:31.0716130Z [00:04:16.355]➜  cp $WORK/b2566/_pkg_.a /root/.cache/go-build/44/4460ac828d82b2577558851f165b9bb98cd282ada96d3046094a18ee6b66c69f-d # internal
2025-08-20T23:05:31.0758425Z [00:04:16.359]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering
2025-08-20T23:05:31.0761427Z [00:04:16.359]➜  mkdir -p $WORK/b2570/
2025-08-20T23:05:31.0783567Z [00:04:16.361]➜  cat >/tmp/go-build3700090427/b2570/importcfg << 'EOF' # internal
2025-08-20T23:05:31.0792164Z [00:04:16.361]➜  # import config
2025-08-20T23:05:31.0792814Z [00:04:16.361]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.0793610Z [00:04:16.362]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.0794422Z [00:04:16.362]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.0795240Z [00:04:16.362]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.0795992Z [00:04:16.362]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.0797130Z [00:04:16.362]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.0800611Z [00:04:16.362]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.0802299Z [00:04:16.362]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.0804587Z [00:04:16.362]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.0806168Z [00:04:16.362]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.0807939Z [00:04:16.362]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.0808728Z [00:04:16.362]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.0809719Z [00:04:16.362]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.0810301Z [00:04:16.362]➜  EOF
2025-08-20T23:05:31.0816641Z [00:04:16.362]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatefiltering=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatefiltering;$WORK/b2570=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering -lang=go1.22 -complete -installsuffix shared -buildid S2nlDAFy9nW1BglMo_pA/S2nlDAFy9nW1BglMo_pA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2570/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatefiltering/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatefiltering/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatefiltering/update_filtering.go
2025-08-20T23:05:31.1011729Z [00:04:16.384]➜  go tool buildid -w $WORK/b2567/_pkg_.a # internal
2025-08-20T23:05:31.1038710Z [00:04:16.387]➜  cp $WORK/b2567/_pkg_.a /root/.cache/go-build/3a/3ae625aa4d3db86d4681e855520e6baddcaf7a6f7546be97bfc0484218ecf3ad-d # internal
2025-08-20T23:05:31.1052481Z [00:04:16.388]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation
2025-08-20T23:05:31.1056677Z [00:04:16.388]➜  mkdir -p $WORK/b2571/
2025-08-20T23:05:31.1067736Z [00:04:16.390]➜  cat >/tmp/go-build3700090427/b2571/importcfg << 'EOF' # internal
2025-08-20T23:05:31.1076495Z [00:04:16.390]➜  # import config
2025-08-20T23:05:31.1077205Z [00:04:16.390]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.1078055Z [00:04:16.390]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.1078967Z [00:04:16.390]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.1080320Z [00:04:16.390]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.1081208Z [00:04:16.390]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.1082443Z [00:04:16.390]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.1084013Z [00:04:16.390]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.1085642Z [00:04:16.390]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.1086861Z [00:04:16.390]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.1087733Z [00:04:16.390]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.1088588Z [00:04:16.390]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.1089629Z [00:04:16.390]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.1090457Z [00:04:16.390]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.1091061Z [00:04:16.390]➜  EOF
2025-08-20T23:05:31.1098078Z [00:04:16.390]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatefilteringvalidation=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatefilteringvalidation;$WORK/b2571=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation -lang=go1.22 -complete -installsuffix shared -buildid BumjB0XbajCcvijIdsP8/BumjB0XbajCcvijIdsP8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2571/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatefilteringvalidation/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatefilteringvalidation/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatefilteringvalidation/update_filtering_validation.go
2025-08-20T23:05:31.1734515Z [00:04:16.456]➜  go tool buildid -w $WORK/b2569/_pkg_.a # internal
2025-08-20T23:05:31.1745625Z [00:04:16.458]➜  go tool buildid -w $WORK/b2570/_pkg_.a # internal
2025-08-20T23:05:31.1752126Z [00:04:16.458]➜  cp $WORK/b2569/_pkg_.a /root/.cache/go-build/18/1818cc074195b7202798647c78d594f4b2681c384f16b60a58ebbe2a04a355ad-d # internal
2025-08-20T23:05:31.1774839Z [00:04:16.461]➜  cp $WORK/b2570/_pkg_.a /root/.cache/go-build/57/57652ca04b8073bda60afd1557f0a2feeb53b681b23aa50adcf9917499259a8c-d # internal
2025-08-20T23:05:31.1787413Z [00:04:16.462]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname
2025-08-20T23:05:31.1792970Z [00:04:16.462]➜  mkdir -p $WORK/b2572/
2025-08-20T23:05:31.1820063Z [00:04:16.463]➜  cat >/tmp/go-build3700090427/b2572/importcfg << 'EOF' # internal
2025-08-20T23:05:31.1820966Z [00:04:16.463]➜  # import config
2025-08-20T23:05:31.1821756Z [00:04:16.463]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.1822499Z [00:04:16.463]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.1823295Z [00:04:16.463]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.1824160Z [00:04:16.463]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.1824921Z [00:04:16.463]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.1826774Z [00:04:16.463]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.1828538Z [00:04:16.463]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.1830322Z [00:04:16.463]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.1833977Z [00:04:16.463]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.1834848Z [00:04:16.463]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.1835671Z [00:04:16.463]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.1836482Z [00:04:16.463]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.1837277Z [00:04:16.463]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.1837864Z [00:04:16.463]➜  EOF
2025-08-20T23:05:31.1838405Z [00:04:16.463]➜  go tool buildid -w $WORK/b2568/_pkg_.a # internal
2025-08-20T23:05:31.1846554Z [00:04:16.463]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateindexname=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateindexname;$WORK/b2572=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname -lang=go1.22 -complete -installsuffix shared -buildid IgLFeHY0sQDzOM0dalyw/IgLFeHY0sQDzOM0dalyw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2572/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateindexname/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateindexname/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateindexname/update_index_name.go
2025-08-20T23:05:31.1857450Z [00:04:16.464]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename
2025-08-20T23:05:31.1858209Z [00:04:16.464]➜  mkdir -p $WORK/b2573/
2025-08-20T23:05:31.1859617Z [00:04:16.468]➜  cp $WORK/b2568/_pkg_.a /root/.cache/go-build/75/754037878d7659a7f973b40a043410a68f6a9d8af0d9b53fc8168d3b26f2c991-d # internal
2025-08-20T23:05:31.1860913Z [00:04:16.468]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative
2025-08-20T23:05:31.1861657Z [00:04:16.468]➜  mkdir -p $WORK/b2574/
2025-08-20T23:05:31.1873333Z [00:04:16.470]➜  cat >/tmp/go-build3700090427/b2573/importcfg << 'EOF' # internal
2025-08-20T23:05:31.1874774Z [00:04:16.470]➜  # import config
2025-08-20T23:05:31.1876150Z [00:04:16.470]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.1883103Z [00:04:16.470]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.1884236Z [00:04:16.470]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.1885132Z [00:04:16.470]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.1885912Z [00:04:16.470]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.1887038Z [00:04:16.470]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.1888545Z [00:04:16.471]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.1890482Z [00:04:16.471]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.1891706Z [00:04:16.471]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.1892511Z [00:04:16.471]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.1893315Z [00:04:16.471]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.1894108Z [00:04:16.471]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.1894898Z [00:04:16.471]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.1900947Z [00:04:16.471]➜  EOF
2025-08-20T23:05:31.1907388Z [00:04:16.471]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatename=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatename;$WORK/b2573=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename -lang=go1.22 -complete -installsuffix shared -buildid Jdb6Yw6vxh9fkFUoQkDo/Jdb6Yw6vxh9fkFUoQkDo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2573/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatename/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatename/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatename/update_name.go
2025-08-20T23:05:31.1913141Z [00:04:16.471]➜  cat >/tmp/go-build3700090427/b2574/importcfg << 'EOF' # internal
2025-08-20T23:05:31.1913787Z [00:04:16.471]➜  # import config
2025-08-20T23:05:31.1914427Z [00:04:16.471]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.1915219Z [00:04:16.471]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.1916066Z [00:04:16.471]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.1916918Z [00:04:16.471]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.1917691Z [00:04:16.471]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.1919037Z [00:04:16.471]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.1920771Z [00:04:16.471]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.1922348Z [00:04:16.471]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.1923527Z [00:04:16.471]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.1924296Z [00:04:16.471]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.1925087Z [00:04:16.471]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.1925858Z [00:04:16.472]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.1926717Z [00:04:16.472]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.1927299Z [00:04:16.472]➜  EOF
2025-08-20T23:05:31.1933919Z [00:04:16.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatenative=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatenative;$WORK/b2574=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative -lang=go1.22 -complete -installsuffix shared -buildid MtR-bvSNpiZqpJWvJkWl/MtR-bvSNpiZqpJWvJkWl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2574/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatenative/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatenative/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatenative/update_native.go
2025-08-20T23:05:31.2064560Z [00:04:16.489]➜  go tool buildid -w $WORK/b2571/_pkg_.a # internal
2025-08-20T23:05:31.2086593Z [00:04:16.492]➜  cp $WORK/b2571/_pkg_.a /root/.cache/go-build/13/132377e6be34fbb26fd2408f648c1569112a1e8258e9019dad5a0f3dd26ecb02-d # internal
2025-08-20T23:05:31.2095088Z [00:04:16.493]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline
2025-08-20T23:05:31.2097954Z [00:04:16.493]➜  mkdir -p $WORK/b2575/
2025-08-20T23:05:31.2109657Z [00:04:16.493]➜  cat >/tmp/go-build3700090427/b2575/importcfg << 'EOF' # internal
2025-08-20T23:05:31.2110338Z [00:04:16.494]➜  # import config
2025-08-20T23:05:31.2110952Z [00:04:16.494]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.2111722Z [00:04:16.494]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.2112738Z [00:04:16.494]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.2113574Z [00:04:16.494]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.2114315Z [00:04:16.494]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.2150742Z [00:04:16.494]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.2153420Z [00:04:16.494]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.2154925Z [00:04:16.494]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.2156048Z [00:04:16.494]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.2156806Z [00:04:16.494]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.2157596Z [00:04:16.494]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.2158376Z [00:04:16.494]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.2159166Z [00:04:16.494]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.2160456Z [00:04:16.494]➜  EOF
2025-08-20T23:05:31.2166915Z [00:04:16.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatepipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatepipeline;$WORK/b2575=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline -lang=go1.22 -complete -installsuffix shared -buildid bxDzBjUOgmYYc9rUFEd6/bxDzBjUOgmYYc9rUFEd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2575/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatepipeline/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatepipeline/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatepipeline/update_pipeline.go
2025-08-20T23:05:31.2941280Z [00:04:16.577]➜  go tool buildid -w $WORK/b2572/_pkg_.a # internal
2025-08-20T23:05:31.2942941Z [00:04:16.578]➜  go tool buildid -w $WORK/b2574/_pkg_.a # internal
2025-08-20T23:05:31.2964125Z [00:04:16.579]➜  cp $WORK/b2574/_pkg_.a /root/.cache/go-build/7a/7aeacc4efa771f6b7b593e483c35ea8673bba873558c3454fc0c4d29a6db0697-d # internal
2025-08-20T23:05:31.3005989Z [00:04:16.584]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling
2025-08-20T23:05:31.3023997Z [00:04:16.584]➜  mkdir -p $WORK/b2576/
2025-08-20T23:05:31.3025150Z [00:04:16.584]➜  cp $WORK/b2572/_pkg_.a /root/.cache/go-build/50/506523d588799160e4d352d3d4681254b05689133d3896d371acf03d24884350-d # internal
2025-08-20T23:05:31.3026426Z [00:04:16.584]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype
2025-08-20T23:05:31.3027492Z [00:04:16.584]➜  mkdir -p $WORK/b2577/
2025-08-20T23:05:31.3028478Z [00:04:16.585]➜  cat >/tmp/go-build3700090427/b2577/importcfg << 'EOF' # internal
2025-08-20T23:05:31.3029197Z [00:04:16.585]➜  # import config
2025-08-20T23:05:31.3030534Z [00:04:16.585]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.3031284Z [00:04:16.585]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.3032140Z [00:04:16.585]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.3033115Z [00:04:16.585]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.3033856Z [00:04:16.585]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.3035049Z [00:04:16.585]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.3036552Z [00:04:16.585]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.3038093Z [00:04:16.585]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.3040419Z [00:04:16.585]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.3041233Z [00:04:16.585]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.3042103Z [00:04:16.585]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.3042905Z [00:04:16.585]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.3043741Z [00:04:16.585]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.3044339Z [00:04:16.585]➜  EOF
2025-08-20T23:05:31.3051037Z [00:04:16.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateservicetype=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateservicetype;$WORK/b2577=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype -lang=go1.22 -complete -installsuffix shared -buildid L_vxxS-HoV94CV6jBE0R/L_vxxS-HoV94CV6jBE0R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2577/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateservicetype/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateservicetype/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updateservicetype/update_service_type.go
2025-08-20T23:05:31.3057238Z [00:04:16.585]➜  cat >/tmp/go-build3700090427/b2576/importcfg << 'EOF' # internal
2025-08-20T23:05:31.3057954Z [00:04:16.585]➜  # import config
2025-08-20T23:05:31.3058609Z [00:04:16.585]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.3059583Z [00:04:16.585]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.3060451Z [00:04:16.585]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.3061310Z [00:04:16.585]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.3062100Z [00:04:16.585]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.3063290Z [00:04:16.585]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.3064952Z [00:04:16.585]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.3066493Z [00:04:16.585]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.3068111Z [00:04:16.585]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.3069742Z [00:04:16.585]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.3070659Z [00:04:16.585]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.3071518Z [00:04:16.585]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.3072236Z [00:04:16.585]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.3072847Z [00:04:16.585]➜  EOF
2025-08-20T23:05:31.3080459Z [00:04:16.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatescheduling=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatescheduling;$WORK/b2576=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling -lang=go1.22 -complete -installsuffix shared -buildid lXEt5OqwUE0c1r44coSF/lXEt5OqwUE0c1r44coSF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2576/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatescheduling/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatescheduling/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatescheduling/update_scheduling.go
2025-08-20T23:05:31.3090163Z [00:04:16.591]➜  go tool buildid -w $WORK/b2573/_pkg_.a # internal
2025-08-20T23:05:31.3091973Z [00:04:16.592]➜  cp $WORK/b2573/_pkg_.a /root/.cache/go-build/d5/d5db9a854a7c2df74d2d9826ceb130c3ef25d29ce51e6a9d1fdf10281bf3a24d-d # internal
2025-08-20T23:05:31.3094911Z [00:04:16.593]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus
2025-08-20T23:05:31.3095702Z [00:04:16.593]➜  mkdir -p $WORK/b2578/
2025-08-20T23:05:31.3102533Z [00:04:16.593]➜  cat >/tmp/go-build3700090427/b2578/importcfg << 'EOF' # internal
2025-08-20T23:05:31.3103249Z [00:04:16.593]➜  # import config
2025-08-20T23:05:31.3103922Z [00:04:16.593]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.3104805Z [00:04:16.593]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.3105704Z [00:04:16.593]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.3106595Z [00:04:16.593]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.3115506Z [00:04:16.593]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.3116739Z [00:04:16.593]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.3118220Z [00:04:16.593]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.3119975Z [00:04:16.593]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3700090427/b2321/_pkg_.a
2025-08-20T23:05:31.3121642Z [00:04:16.593]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.3122772Z [00:04:16.593]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.3123530Z [00:04:16.593]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.3124308Z [00:04:16.593]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.3125079Z [00:04:16.593]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.3126028Z [00:04:16.593]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.3126595Z [00:04:16.593]➜  EOF
2025-08-20T23:05:31.3133133Z [00:04:16.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatestatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatestatus;$WORK/b2578=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus -lang=go1.22 -complete -installsuffix shared -buildid rMbl8IJLIsjth6lIQoMH/rMbl8IJLIsjth6lIQoMH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2578/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatestatus/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatestatus/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/connector/updatestatus/update_status.go
2025-08-20T23:05:31.3184329Z [00:04:16.602]➜  go tool buildid -w $WORK/b2575/_pkg_.a # internal
2025-08-20T23:05:31.3211541Z [00:04:16.604]➜  cp $WORK/b2575/_pkg_.a /root/.cache/go-build/21/212241dd8f6c71f4b1b65e176178047b532bcbf6a8f966d9e81ea15edbc912ca-d # internal
2025-08-20T23:05:31.3221602Z [00:04:16.605]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk
2025-08-20T23:05:31.3225882Z [00:04:16.606]➜  mkdir -p $WORK/b2579/
2025-08-20T23:05:31.3236408Z [00:04:16.607]➜  cat >/tmp/go-build3700090427/b2579/importcfg << 'EOF' # internal
2025-08-20T23:05:31.3239123Z [00:04:16.607]➜  # import config
2025-08-20T23:05:31.3242215Z [00:04:16.607]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.3243046Z [00:04:16.607]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.3243868Z [00:04:16.607]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.3244682Z [00:04:16.607]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.3245432Z [00:04:16.607]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.3246705Z [00:04:16.607]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.3248154Z [00:04:16.607]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.3249956Z [00:04:16.607]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype=/tmp/go-build3700090427/b2580/_pkg_.a
2025-08-20T23:05:31.3251617Z [00:04:16.607]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:31.3252742Z [00:04:16.607]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.3253685Z [00:04:16.607]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.3254460Z [00:04:16.607]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.3255230Z [00:04:16.607]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.3255983Z [00:04:16.607]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.3256540Z [00:04:16.607]➜  EOF
2025-08-20T23:05:31.3266045Z [00:04:16.607]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/bulk=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/bulk;$WORK/b2579=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk -lang=go1.22 -complete -installsuffix shared -buildid FG6VZbydVnaiPpTWKtzh/FG6VZbydVnaiPpTWKtzh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2579/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/bulk/bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/bulk/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/bulk/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/bulk/response.go
2025-08-20T23:05:31.4027515Z [00:04:16.686]➜  go tool buildid -w $WORK/b2577/_pkg_.a # internal
2025-08-20T23:05:31.4035922Z [00:04:16.687]➜  go tool buildid -w $WORK/b2576/_pkg_.a # internal
2025-08-20T23:05:31.4086987Z [00:04:16.692]➜  cp $WORK/b2576/_pkg_.a /root/.cache/go-build/5e/5e5185bf44915ceb3dc5df3edf73c71f6108dff8ba574bc40c28374d2678f8e8-d # internal
2025-08-20T23:05:31.4098150Z [00:04:16.693]➜  cp $WORK/b2577/_pkg_.a /root/.cache/go-build/8f/8fe8d978b6b8f812b935eb7c61e52f50857b26397a7c64f8981cf0457d498a30-d # internal
2025-08-20T23:05:31.4107651Z [00:04:16.694]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll
2025-08-20T23:05:31.4118389Z [00:04:16.695]➜  mkdir -p $WORK/b2581/
2025-08-20T23:05:31.4124193Z [00:04:16.696]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime
2025-08-20T23:05:31.4129914Z [00:04:16.696]➜  mkdir -p $WORK/b2582/
2025-08-20T23:05:31.4143689Z [00:04:16.697]➜  cat >/tmp/go-build3700090427/b2582/importcfg << 'EOF' # internal
2025-08-20T23:05:31.4149832Z [00:04:16.697]➜  # import config
2025-08-20T23:05:31.4150544Z [00:04:16.697]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.4151408Z [00:04:16.697]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.4152300Z [00:04:16.697]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.4153176Z [00:04:16.698]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.4154023Z [00:04:16.698]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.4155263Z [00:04:16.698]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.4156884Z [00:04:16.698]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.4158067Z [00:04:16.698]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.4158909Z [00:04:16.698]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.4159960Z [00:04:16.698]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.4160798Z [00:04:16.698]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.4161649Z [00:04:16.698]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.4162294Z [00:04:16.698]➜  EOF
2025-08-20T23:05:31.4168721Z [00:04:16.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/closepointintime=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/closepointintime;$WORK/b2582=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime -lang=go1.22 -complete -installsuffix shared -buildid KwVFd7KEB7fRN3V5y4oW/KwVFd7KEB7fRN3V5y4oW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2582/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/closepointintime/close_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/closepointintime/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/closepointintime/response.go
2025-08-20T23:05:31.4222221Z [00:04:16.701]➜  cat >/tmp/go-build3700090427/b2581/importcfg << 'EOF' # internal
2025-08-20T23:05:31.4222917Z [00:04:16.701]➜  # import config
2025-08-20T23:05:31.4223617Z [00:04:16.701]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.4224737Z [00:04:16.701]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.4225614Z [00:04:16.701]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.4226463Z [00:04:16.701]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.4227456Z [00:04:16.701]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.4228674Z [00:04:16.702]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.4230347Z [00:04:16.702]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.4231421Z [00:04:16.702]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.4232221Z [00:04:16.702]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.4233197Z [00:04:16.702]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.4234048Z [00:04:16.702]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.4234854Z [00:04:16.702]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.4235411Z [00:04:16.702]➜  EOF
2025-08-20T23:05:31.4241464Z [00:04:16.702]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/clearscroll=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/clearscroll;$WORK/b2581=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll -lang=go1.22 -complete -installsuffix shared -buildid 5treI9d5LDd9H6i5WNTO/5treI9d5LDd9H6i5WNTO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2581/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/clearscroll/clear_scroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/clearscroll/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/clearscroll/response.go
2025-08-20T23:05:31.4246882Z [00:04:16.702]➜  go tool buildid -w $WORK/b2578/_pkg_.a # internal
2025-08-20T23:05:31.4265579Z [00:04:16.709]➜  cp $WORK/b2578/_pkg_.a /root/.cache/go-build/d7/d713c0cc459802defd2eef6f75c9a63419fde40de6608e8fc901a26f2afbc81d-d # internal
2025-08-20T23:05:31.4274316Z [00:04:16.711]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/count
2025-08-20T23:05:31.4281911Z [00:04:16.711]➜  mkdir -p $WORK/b2583/
2025-08-20T23:05:31.4293374Z [00:04:16.712]➜  cat >/tmp/go-build3700090427/b2583/importcfg << 'EOF' # internal
2025-08-20T23:05:31.4300955Z [00:04:16.713]➜  # import config
2025-08-20T23:05:31.4301658Z [00:04:16.713]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.4302487Z [00:04:16.713]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.4303259Z [00:04:16.713]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.4304015Z [00:04:16.713]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.4304816Z [00:04:16.713]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.4306730Z [00:04:16.713]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.4310126Z [00:04:16.713]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.4312287Z [00:04:16.713]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:31.4315026Z [00:04:16.713]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3700090427/b2417/_pkg_.a
2025-08-20T23:05:31.4317009Z [00:04:16.713]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.4323639Z [00:04:16.713]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.4325743Z [00:04:16.713]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.4326567Z [00:04:16.713]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.4327402Z [00:04:16.713]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.4328101Z [00:04:16.713]➜  EOF
2025-08-20T23:05:31.4334262Z [00:04:16.715]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/count=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/count;$WORK/b2583=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/count -lang=go1.22 -complete -installsuffix shared -buildid 7Enwo2zNaoWB6BJ1zhix/7Enwo2zNaoWB6BJ1zhix -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2583/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/count/count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/count/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/count/response.go
2025-08-20T23:05:31.4540251Z [00:04:16.737]➜  go tool buildid -w $WORK/b2579/_pkg_.a # internal
2025-08-20T23:05:31.4560708Z [00:04:16.739]➜  cp $WORK/b2579/_pkg_.a /root/.cache/go-build/b4/b4b1d7096bb8666f08f31690dfd6e429b0f154d652f24aea1c8144f012d3e7a5-d # internal
2025-08-20T23:05:31.4570343Z [00:04:16.740]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/create
2025-08-20T23:05:31.4575082Z [00:04:16.741]➜  mkdir -p $WORK/b2584/
2025-08-20T23:05:31.4585539Z [00:04:16.742]➜  cat >/tmp/go-build3700090427/b2584/importcfg << 'EOF' # internal
2025-08-20T23:05:31.4588987Z [00:04:16.742]➜  # import config
2025-08-20T23:05:31.4590916Z [00:04:16.742]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.4591752Z [00:04:16.742]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.4592633Z [00:04:16.742]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.4593486Z [00:04:16.742]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.4594602Z [00:04:16.742]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.4595805Z [00:04:16.742]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.4597292Z [00:04:16.742]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.4598809Z [00:04:16.742]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:31.4600563Z [00:04:16.742]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.4602257Z [00:04:16.742]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3700090427/b2483/_pkg_.a
2025-08-20T23:05:31.4603474Z [00:04:16.742]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.4604276Z [00:04:16.742]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.4605078Z [00:04:16.742]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.4605886Z [00:04:16.742]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.4606666Z [00:04:16.742]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.4607248Z [00:04:16.742]➜  EOF
2025-08-20T23:05:31.4613204Z [00:04:16.743]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/create=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/create;$WORK/b2584=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/create -lang=go1.22 -complete -installsuffix shared -buildid atsBD5XvcY_faSoRMQEl/atsBD5XvcY_faSoRMQEl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2584/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/create/create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/create/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/create/response.go
2025-08-20T23:05:31.5318305Z [00:04:16.815]➜  go tool buildid -w $WORK/b2582/_pkg_.a # internal
2025-08-20T23:05:31.5335021Z [00:04:16.817]➜  cp $WORK/b2582/_pkg_.a /root/.cache/go-build/bf/bfed0515a7adea0e9c4ded7c1cbd274fa34dfcb335775d2135d8d16a65674724-d # internal
2025-08-20T23:05:31.5339522Z [00:04:16.817]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/delete
2025-08-20T23:05:31.5343016Z [00:04:16.817]➜  mkdir -p $WORK/b2585/
2025-08-20T23:05:31.5347938Z [00:04:16.818]➜  cat >/tmp/go-build3700090427/b2585/importcfg << 'EOF' # internal
2025-08-20T23:05:31.5348636Z [00:04:16.818]➜  # import config
2025-08-20T23:05:31.5349289Z [00:04:16.818]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.5350373Z [00:04:16.818]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.5351222Z [00:04:16.818]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.5352048Z [00:04:16.818]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.5352801Z [00:04:16.818]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.5353987Z [00:04:16.818]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.5355515Z [00:04:16.818]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.5357191Z [00:04:16.818]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:31.5358929Z [00:04:16.818]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.5360743Z [00:04:16.818]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3700090427/b2483/_pkg_.a
2025-08-20T23:05:31.5362099Z [00:04:16.818]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.5362879Z [00:04:16.818]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.5363688Z [00:04:16.818]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.5364475Z [00:04:16.818]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.5365274Z [00:04:16.818]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.5365871Z [00:04:16.818]➜  EOF
2025-08-20T23:05:31.5370668Z [00:04:16.818]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/delete;$WORK/b2585=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/delete -lang=go1.22 -complete -installsuffix shared -buildid 5Y-wBSg27fDphzGSc-Sx/5Y-wBSg27fDphzGSc-Sx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2585/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/delete/response.go
2025-08-20T23:05:31.5418511Z [00:04:16.824]➜  go tool buildid -w $WORK/b2581/_pkg_.a # internal
2025-08-20T23:05:31.5436158Z [00:04:16.826]➜  go tool buildid -w $WORK/b2583/_pkg_.a # internal
2025-08-20T23:05:31.5442814Z [00:04:16.827]➜  cp $WORK/b2581/_pkg_.a /root/.cache/go-build/45/45c0bdca594c560f0854f16d32199392cc4568c0d94f1118dabf7e2aec8211d1-d # internal
2025-08-20T23:05:31.5444306Z [00:04:16.827]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery
2025-08-20T23:05:31.5445275Z [00:04:16.827]➜  mkdir -p $WORK/b2586/
2025-08-20T23:05:31.5446062Z [00:04:16.827]➜  cat >/tmp/go-build3700090427/b2586/importcfg << 'EOF' # internal
2025-08-20T23:05:31.5446901Z [00:04:16.827]➜  # import config
2025-08-20T23:05:31.5448826Z [00:04:16.827]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.5451717Z [00:04:16.827]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.5453758Z [00:04:16.827]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.5455287Z [00:04:16.827]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.5456665Z [00:04:16.827]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.5458284Z [00:04:16.827]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.5460658Z [00:04:16.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.5462922Z [00:04:16.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3700090427/b2587/_pkg_.a
2025-08-20T23:05:31.5465098Z [00:04:16.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:31.5467482Z [00:04:16.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3700090427/b2417/_pkg_.a
2025-08-20T23:05:31.5470032Z [00:04:16.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3700090427/b2443/_pkg_.a
2025-08-20T23:05:31.5472409Z [00:04:16.827]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.5473187Z [00:04:16.827]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.5474000Z [00:04:16.827]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.5474773Z [00:04:16.827]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.5475537Z [00:04:16.827]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.5476264Z [00:04:16.827]➜  EOF
2025-08-20T23:05:31.5482397Z [00:04:16.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletebyquery=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletebyquery;$WORK/b2586=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery -lang=go1.22 -complete -installsuffix shared -buildid 5j-sjhi4YIWLbQufW6gv/5j-sjhi4YIWLbQufW6gv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2586/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletebyquery/delete_by_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletebyquery/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletebyquery/response.go
2025-08-20T23:05:31.5503192Z [00:04:16.833]➜  cp $WORK/b2583/_pkg_.a /root/.cache/go-build/89/894f21328b8fda0de52730cbba93516c39d732cb325581bba3bdd1692000f67d-d # internal
2025-08-20T23:05:31.5545190Z [00:04:16.834]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle
2025-08-20T23:05:31.5546133Z [00:04:16.834]➜  mkdir -p $WORK/b2588/
2025-08-20T23:05:31.5546848Z [00:04:16.835]➜  cat >/tmp/go-build3700090427/b2588/importcfg << 'EOF' # internal
2025-08-20T23:05:31.5547477Z [00:04:16.835]➜  # import config
2025-08-20T23:05:31.5548076Z [00:04:16.835]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.5548840Z [00:04:16.835]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.5550172Z [00:04:16.835]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.5550998Z [00:04:16.835]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.5551950Z [00:04:16.835]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.5553100Z [00:04:16.835]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.5554667Z [00:04:16.835]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.5555687Z [00:04:16.835]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.5556438Z [00:04:16.835]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.5557214Z [00:04:16.835]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.5557973Z [00:04:16.835]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.5558731Z [00:04:16.835]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.5559584Z [00:04:16.835]➜  EOF
2025-08-20T23:05:31.5565489Z [00:04:16.835]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2588/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletebyqueryrethrottle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletebyqueryrethrottle;$WORK/b2588=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle -lang=go1.22 -complete -installsuffix shared -buildid qv9UfJ1o-7m4uT6WbRoW/qv9UfJ1o-7m4uT6WbRoW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2588/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletebyqueryrethrottle/delete_by_query_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletebyqueryrethrottle/response.go
2025-08-20T23:05:31.5818440Z [00:04:16.865]➜  go tool buildid -w $WORK/b2584/_pkg_.a # internal
2025-08-20T23:05:31.5836960Z [00:04:16.867]➜  cp $WORK/b2584/_pkg_.a /root/.cache/go-build/17/17226cc3118f9fc87ccd111b4128a725981d91c53c14339338321718aa83e76f-d # internal
2025-08-20T23:05:31.5844124Z [00:04:16.868]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript
2025-08-20T23:05:31.5845920Z [00:04:16.868]➜  mkdir -p $WORK/b2589/
2025-08-20T23:05:31.5851120Z [00:04:16.868]➜  cat >/tmp/go-build3700090427/b2589/importcfg << 'EOF' # internal
2025-08-20T23:05:31.5852506Z [00:04:16.868]➜  # import config
2025-08-20T23:05:31.5853136Z [00:04:16.868]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.5853971Z [00:04:16.868]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.5854779Z [00:04:16.868]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.5855551Z [00:04:16.868]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.5856740Z [00:04:16.868]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.5858208Z [00:04:16.868]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.5859310Z [00:04:16.868]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.5860323Z [00:04:16.868]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.5861314Z [00:04:16.868]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.5862132Z [00:04:16.868]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.5862966Z [00:04:16.868]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.5863602Z [00:04:16.868]➜  EOF
2025-08-20T23:05:31.5869177Z [00:04:16.868]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2589/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletescript=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletescript;$WORK/b2589=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript -lang=go1.22 -complete -installsuffix shared -buildid BL-pEII1N10LgmTiUQy7/BL-pEII1N10LgmTiUQy7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2589/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletescript/delete_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/deletescript/response.go
2025-08-20T23:05:31.6656636Z [00:04:16.949]➜  go tool buildid -w $WORK/b2585/_pkg_.a # internal
2025-08-20T23:05:31.6679228Z [00:04:16.951]➜  cp $WORK/b2585/_pkg_.a /root/.cache/go-build/dc/dc8b66f9d6774d1fbf1f7ba392c8e9dc991adc0845d906976e0b4b82e8149e74-d # internal
2025-08-20T23:05:31.6693956Z [00:04:16.953]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/explain
2025-08-20T23:05:31.6697350Z [00:04:16.953]➜  mkdir -p $WORK/b2592/
2025-08-20T23:05:31.6713929Z [00:04:16.954]➜  cat >/tmp/go-build3700090427/b2592/importcfg << 'EOF' # internal
2025-08-20T23:05:31.6724348Z [00:04:16.954]➜  # import config
2025-08-20T23:05:31.6725159Z [00:04:16.954]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.6725990Z [00:04:16.954]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.6726818Z [00:04:16.954]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.6727642Z [00:04:16.954]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.6728416Z [00:04:16.954]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.6740749Z [00:04:16.954]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.6742490Z [00:04:16.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.6744226Z [00:04:16.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3700090427/b2417/_pkg_.a
2025-08-20T23:05:31.6745565Z [00:04:16.954]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.6748699Z [00:04:16.954]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.6749958Z [00:04:16.954]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.6750792Z [00:04:16.954]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.6751597Z [00:04:16.954]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.6752167Z [00:04:16.954]➜  EOF
2025-08-20T23:05:31.6760112Z [00:04:16.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2592/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/explain=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/explain;$WORK/b2592=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/explain -lang=go1.22 -complete -installsuffix shared -buildid 88_XmxbyauPjvVadF5-U/88_XmxbyauPjvVadF5-U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2592/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/explain/explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/explain/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/explain/response.go
2025-08-20T23:05:31.6764911Z [00:04:16.955]➜  go tool buildid -w $WORK/b2588/_pkg_.a # internal
2025-08-20T23:05:31.6766419Z [00:04:16.959]➜  cp $WORK/b2588/_pkg_.a /root/.cache/go-build/0c/0c361f1b121ffc041e485a335aa1bc4bf84595c04062b2f200fd8f763f148bca-d # internal
2025-08-20T23:05:31.6769214Z [00:04:16.960]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps
2025-08-20T23:05:31.6776075Z [00:04:16.960]➜  mkdir -p $WORK/b2593/
2025-08-20T23:05:31.6778874Z [00:04:16.961]➜  cat >/tmp/go-build3700090427/b2593/importcfg << 'EOF' # internal
2025-08-20T23:05:31.6779781Z [00:04:16.961]➜  # import config
2025-08-20T23:05:31.6780478Z [00:04:16.961]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.6781497Z [00:04:16.961]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.6782415Z [00:04:16.961]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.6783284Z [00:04:16.961]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.6784070Z [00:04:16.961]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.6785244Z [00:04:16.961]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.6786776Z [00:04:16.961]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.6788405Z [00:04:16.961]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:31.6790002Z [00:04:16.961]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.6790782Z [00:04:16.961]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.6791572Z [00:04:16.961]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.6792379Z [00:04:16.961]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.6793175Z [00:04:16.961]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.6793793Z [00:04:16.961]➜  EOF
2025-08-20T23:05:31.6802431Z [00:04:16.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2593/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/fieldcaps=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/fieldcaps;$WORK/b2593=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps -lang=go1.22 -complete -installsuffix shared -buildid kI5hVsJLAA_4uszKymfU/kI5hVsJLAA_4uszKymfU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2593/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/fieldcaps/field_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/fieldcaps/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/fieldcaps/response.go
2025-08-20T23:05:31.6807864Z [00:04:16.963]➜  go tool buildid -w $WORK/b2586/_pkg_.a # internal
2025-08-20T23:05:31.6859852Z [00:04:16.969]➜  cp $WORK/b2586/_pkg_.a /root/.cache/go-build/8c/8c10820d9cc4953ec80dc4b75639a24281c0aadcd4555829ee8f5b9785abeadd-d # internal
2025-08-20T23:05:31.6870347Z [00:04:16.970]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/get
2025-08-20T23:05:31.6872138Z [00:04:16.970]➜  mkdir -p $WORK/b2594/
2025-08-20T23:05:31.6877725Z [00:04:16.971]➜  cat >/tmp/go-build3700090427/b2594/importcfg << 'EOF' # internal
2025-08-20T23:05:31.6878699Z [00:04:16.971]➜  # import config
2025-08-20T23:05:31.6881519Z [00:04:16.971]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.6882434Z [00:04:16.971]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.6883377Z [00:04:16.971]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.6884258Z [00:04:16.971]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.6885076Z [00:04:16.971]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.6886512Z [00:04:16.971]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.6888027Z [00:04:16.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.6889764Z [00:04:16.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3700090427/b2483/_pkg_.a
2025-08-20T23:05:31.6890983Z [00:04:16.971]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.6891776Z [00:04:16.971]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.6892721Z [00:04:16.971]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.6893541Z [00:04:16.971]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.6894342Z [00:04:16.971]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.6894952Z [00:04:16.971]➜  EOF
2025-08-20T23:05:31.6928776Z [00:04:16.971]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2594/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/get=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/get;$WORK/b2594=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/get -lang=go1.22 -complete -installsuffix shared -buildid 8irH_XFcAOQujg-v6WOR/8irH_XFcAOQujg-v6WOR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2594/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/get/response.go
2025-08-20T23:05:31.7053369Z [00:04:16.988]➜  go tool buildid -w $WORK/b2589/_pkg_.a # internal
2025-08-20T23:05:31.7078472Z [00:04:16.991]➜  cp $WORK/b2589/_pkg_.a /root/.cache/go-build/e8/e8c4241f3af9b9dfbf9fd7d52cb04a470e2d9e9d0fc903504c17cbc505d9f237-d # internal
2025-08-20T23:05:31.7084886Z [00:04:16.992]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript
2025-08-20T23:05:31.7087679Z [00:04:16.992]➜  mkdir -p $WORK/b2595/
2025-08-20T23:05:31.7092653Z [00:04:16.992]➜  cat >/tmp/go-build3700090427/b2595/importcfg << 'EOF' # internal
2025-08-20T23:05:31.7093754Z [00:04:16.992]➜  # import config
2025-08-20T23:05:31.7094529Z [00:04:16.992]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.7097383Z [00:04:16.992]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.7098239Z [00:04:16.992]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.7099040Z [00:04:16.992]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.7100429Z [00:04:16.992]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.7102162Z [00:04:16.992]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.7103195Z [00:04:16.992]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.7103995Z [00:04:16.992]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.7104813Z [00:04:16.992]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.7105615Z [00:04:16.992]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.7106405Z [00:04:16.992]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.7106994Z [00:04:16.992]➜  EOF
2025-08-20T23:05:31.7119177Z [00:04:16.995]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2595/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscript=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscript;$WORK/b2595=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript -lang=go1.22 -complete -installsuffix shared -buildid M7Tosew4ykQF3BUHamgH/M7Tosew4ykQF3BUHamgH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2595/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscript/get_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscript/response.go
2025-08-20T23:05:31.8118083Z [00:04:17.095]➜  go tool buildid -w $WORK/b2592/_pkg_.a # internal
2025-08-20T23:05:31.8138526Z [00:04:17.097]➜  cp $WORK/b2592/_pkg_.a /root/.cache/go-build/c6/c6da558eb3945668293e996def9bda8fa48f7ed6b527111e5314f43dbbc33f29-d # internal
2025-08-20T23:05:31.8158741Z [00:04:17.097]➜  go tool buildid -w $WORK/b2595/_pkg_.a # internal
2025-08-20T23:05:31.8160022Z [00:04:17.097]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext
2025-08-20T23:05:31.8160809Z [00:04:17.098]➜  mkdir -p $WORK/b2596/
2025-08-20T23:05:31.8161493Z [00:04:17.098]➜  cat >/tmp/go-build3700090427/b2596/importcfg << 'EOF' # internal
2025-08-20T23:05:31.8162127Z [00:04:17.098]➜  # import config
2025-08-20T23:05:31.8162720Z [00:04:17.098]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.8163860Z [00:04:17.098]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.8165185Z [00:04:17.098]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.8166283Z [00:04:17.098]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.8167857Z [00:04:17.098]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.8169877Z [00:04:17.098]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.8171255Z [00:04:17.098]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.8172070Z [00:04:17.098]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.8173047Z [00:04:17.098]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.8176378Z [00:04:17.098]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.8187016Z [00:04:17.098]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.8187943Z [00:04:17.098]➜  EOF
2025-08-20T23:05:31.8193349Z [00:04:17.099]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2596/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscriptcontext=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscriptcontext;$WORK/b2596=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext -lang=go1.22 -complete -installsuffix shared -buildid 6r2cSvHmE_4emTWmraAn/6r2cSvHmE_4emTWmraAn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2596/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscriptcontext/get_script_context.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscriptcontext/response.go
2025-08-20T23:05:31.8198960Z [00:04:17.099]➜  cp $WORK/b2595/_pkg_.a /root/.cache/go-build/7d/7d52128271f8688b16a438004a6ac578f09fdbc003b979591678401b6f62de47-d # internal
2025-08-20T23:05:31.8200328Z [00:04:17.099]➜  go tool buildid -w $WORK/b2593/_pkg_.a # internal
2025-08-20T23:05:31.8201617Z [00:04:17.100]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages
2025-08-20T23:05:31.8202875Z [00:04:17.100]➜  mkdir -p $WORK/b2597/
2025-08-20T23:05:31.8203494Z [00:04:17.101]➜  cat >/tmp/go-build3700090427/b2597/importcfg << 'EOF' # internal
2025-08-20T23:05:31.8204184Z [00:04:17.101]➜  # import config
2025-08-20T23:05:31.8204869Z [00:04:17.101]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.8205726Z [00:04:17.101]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.8206584Z [00:04:17.101]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.8207582Z [00:04:17.101]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.8208801Z [00:04:17.101]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.8210550Z [00:04:17.101]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.8211777Z [00:04:17.101]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.8212584Z [00:04:17.101]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.8213430Z [00:04:17.101]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.8214364Z [00:04:17.101]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.8215188Z [00:04:17.101]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.8215812Z [00:04:17.101]➜  EOF
2025-08-20T23:05:31.8222266Z [00:04:17.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2597/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscriptlanguages=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscriptlanguages;$WORK/b2597=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages -lang=go1.22 -complete -installsuffix shared -buildid 2B4WvOwHom-vR44XflKO/2B4WvOwHom-vR44XflKO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2597/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscriptlanguages/get_script_languages.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getscriptlanguages/response.go
2025-08-20T23:05:31.8227560Z [00:04:17.102]➜  cp $WORK/b2593/_pkg_.a /root/.cache/go-build/ad/ad6a458ffc3a7f37085bc6da6bc22e733cd181d2619ab23bc1a1c06dd958827a-d # internal
2025-08-20T23:05:31.8228894Z [00:04:17.104]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource
2025-08-20T23:05:31.8229790Z [00:04:17.104]➜  mkdir -p $WORK/b2598/
2025-08-20T23:05:31.8230472Z [00:04:17.104]➜  cat >/tmp/go-build3700090427/b2598/importcfg << 'EOF' # internal
2025-08-20T23:05:31.8231087Z [00:04:17.104]➜  # import config
2025-08-20T23:05:31.8231713Z [00:04:17.104]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.8232550Z [00:04:17.104]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.8233343Z [00:04:17.104]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.8234109Z [00:04:17.104]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.8235314Z [00:04:17.104]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.8237885Z [00:04:17.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.8240082Z [00:04:17.104]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3700090427/b2483/_pkg_.a
2025-08-20T23:05:31.8241309Z [00:04:17.104]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.8242075Z [00:04:17.104]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.8242872Z [00:04:17.104]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.8243645Z [00:04:17.104]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.8244418Z [00:04:17.104]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.8245026Z [00:04:17.104]➜  EOF
2025-08-20T23:05:31.8250328Z [00:04:17.104]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2598/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getsource=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getsource;$WORK/b2598=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource -lang=go1.22 -complete -installsuffix shared -buildid g9abZZhwcovqluZcCZF0/g9abZZhwcovqluZcCZF0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2598/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getsource/get_source.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/getsource/response.go
2025-08-20T23:05:31.8258073Z [00:04:17.107]➜  go tool buildid -w $WORK/b2594/_pkg_.a # internal
2025-08-20T23:05:31.8261570Z [00:04:17.107]➜  cp $WORK/b2594/_pkg_.a /root/.cache/go-build/ff/ffb64ce04cc63b1e3016bcb1da8c82c37f0deab9556766e2736ff8b65f3b1f1f-d # internal
2025-08-20T23:05:31.8274882Z [00:04:17.110]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport
2025-08-20T23:05:31.8275881Z [00:04:17.111]➜  mkdir -p $WORK/b2599/
2025-08-20T23:05:31.8286514Z [00:04:17.112]➜  cat >/tmp/go-build3700090427/b2599/importcfg << 'EOF' # internal
2025-08-20T23:05:31.8288804Z [00:04:17.112]➜  # import config
2025-08-20T23:05:31.8290467Z [00:04:17.112]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.8294023Z [00:04:17.112]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.8295090Z [00:04:17.112]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.8299769Z [00:04:17.112]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.8301128Z [00:04:17.112]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.8302991Z [00:04:17.112]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.8309980Z [00:04:17.112]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build3700090427/b2391/_pkg_.a
2025-08-20T23:05:31.8316516Z [00:04:17.112]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.8317301Z [00:04:17.112]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.8318100Z [00:04:17.112]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.8318864Z [00:04:17.112]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.8319843Z [00:04:17.112]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.8320412Z [00:04:17.112]➜  EOF
2025-08-20T23:05:31.8325650Z [00:04:17.112]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2599/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/healthreport=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/healthreport;$WORK/b2599=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport -lang=go1.22 -complete -installsuffix shared -buildid AfN99PPrwUctLOShgQNS/AfN99PPrwUctLOShgQNS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2599/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/healthreport/health_report.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/healthreport/response.go
2025-08-20T23:05:31.9084151Z [00:04:17.191]➜  go tool buildid -w $WORK/b2596/_pkg_.a # internal
2025-08-20T23:05:31.9102469Z [00:04:17.193]➜  cp $WORK/b2596/_pkg_.a /root/.cache/go-build/49/497c231ffff440497087b61618fbd5bf1af949cbc597fa0709db5003aa83f013-d # internal
2025-08-20T23:05:31.9134492Z [00:04:17.197]➜  go tool buildid -w $WORK/b2598/_pkg_.a # internal
2025-08-20T23:05:31.9145244Z [00:04:17.198]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/index
2025-08-20T23:05:31.9146318Z [00:04:17.198]➜  mkdir -p $WORK/b2600/
2025-08-20T23:05:31.9156979Z [00:04:17.199]➜  cat >/tmp/go-build3700090427/b2600/importcfg << 'EOF' # internal
2025-08-20T23:05:31.9157923Z [00:04:17.199]➜  # import config
2025-08-20T23:05:31.9158859Z [00:04:17.199]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.9160932Z [00:04:17.199]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.9162093Z [00:04:17.199]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.9163110Z [00:04:17.199]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.9165732Z [00:04:17.199]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.9166943Z [00:04:17.199]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.9168524Z [00:04:17.199]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.9170441Z [00:04:17.199]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build3700090427/b2418/_pkg_.a
2025-08-20T23:05:31.9172164Z [00:04:17.199]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:31.9173902Z [00:04:17.199]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:31.9175663Z [00:04:17.199]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3700090427/b2483/_pkg_.a
2025-08-20T23:05:31.9176905Z [00:04:17.199]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.9177701Z [00:04:17.199]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.9178518Z [00:04:17.199]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.9180755Z [00:04:17.199]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.9181647Z [00:04:17.199]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.9182254Z [00:04:17.199]➜  EOF
2025-08-20T23:05:31.9187854Z [00:04:17.199]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/index=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/index;$WORK/b2600=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/index -lang=go1.22 -complete -installsuffix shared -buildid Y7Sv-VdywSqdDFi3beP6/Y7Sv-VdywSqdDFi3beP6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2600/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/index/index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/index/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/index/response.go
2025-08-20T23:05:31.9194996Z [00:04:17.202]➜  cp $WORK/b2598/_pkg_.a /root/.cache/go-build/97/976368064d67c12fb129ae121bdc38dbafb671b4806865adc6e9a960cd159b65-d # internal
2025-08-20T23:05:31.9202099Z [00:04:17.203]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/info
2025-08-20T23:05:31.9205351Z [00:04:17.204]➜  mkdir -p $WORK/b2601/
2025-08-20T23:05:31.9210712Z [00:04:17.204]➜  cat >/tmp/go-build3700090427/b2601/importcfg << 'EOF' # internal
2025-08-20T23:05:31.9230001Z [00:04:17.204]➜  # import config
2025-08-20T23:05:31.9230722Z [00:04:17.204]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.9231634Z [00:04:17.204]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.9232520Z [00:04:17.204]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.9233344Z [00:04:17.204]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.9234617Z [00:04:17.204]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.9236524Z [00:04:17.204]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.9238984Z [00:04:17.204]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.9240070Z [00:04:17.204]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.9243044Z [00:04:17.204]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.9243915Z [00:04:17.204]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.9244783Z [00:04:17.204]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.9245415Z [00:04:17.204]➜  EOF
2025-08-20T23:05:31.9251642Z [00:04:17.205]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/info=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/info;$WORK/b2601=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/info -lang=go1.22 -complete -installsuffix shared -buildid -YIPo9mgWrfFgXdJYwQI/-YIPo9mgWrfFgXdJYwQI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2601/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/info/response.go
2025-08-20T23:05:31.9256216Z [00:04:17.205]➜  go tool buildid -w $WORK/b2597/_pkg_.a # internal
2025-08-20T23:05:31.9257541Z [00:04:17.207]➜  cp $WORK/b2597/_pkg_.a /root/.cache/go-build/92/92d6eb166047acd468c364da117e53b352102b46148fdf450e01fe608ea1af9a-d # internal
2025-08-20T23:05:31.9280399Z [00:04:17.211]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch
2025-08-20T23:05:31.9283406Z [00:04:17.211]➜  mkdir -p $WORK/b2602/
2025-08-20T23:05:31.9287719Z [00:04:17.212]➜  cat >/tmp/go-build3700090427/b2602/importcfg << 'EOF' # internal
2025-08-20T23:05:31.9288591Z [00:04:17.212]➜  # import config
2025-08-20T23:05:31.9289296Z [00:04:17.212]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.9291635Z [00:04:17.212]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.9292575Z [00:04:17.212]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.9293508Z [00:04:17.212]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.9294373Z [00:04:17.212]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.9295551Z [00:04:17.212]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.9297084Z [00:04:17.212]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.9298189Z [00:04:17.212]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.9298994Z [00:04:17.212]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.9299998Z [00:04:17.212]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.9300787Z [00:04:17.212]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.9301793Z [00:04:17.212]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.9302435Z [00:04:17.212]➜  EOF
2025-08-20T23:05:31.9308361Z [00:04:17.212]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2602/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/knnsearch=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/knnsearch;$WORK/b2602=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch -lang=go1.22 -complete -installsuffix shared -buildid p-ZVTsiMCooFR29Sn-WQ/p-ZVTsiMCooFR29Sn-WQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2602/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/knnsearch/knn_search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/knnsearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/knnsearch/response.go
2025-08-20T23:05:31.9411756Z [00:04:17.223]➜  go tool buildid -w $WORK/b2599/_pkg_.a # internal
2025-08-20T23:05:31.9420065Z [00:04:17.225]➜  cp $WORK/b2599/_pkg_.a /root/.cache/go-build/e6/e693e9649debd5ee53263207d9f190010f3f60ad97de3fb802bad068340dd9e3-d # internal
2025-08-20T23:05:31.9430179Z [00:04:17.226]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/mget
2025-08-20T23:05:31.9432874Z [00:04:17.226]➜  mkdir -p $WORK/b2603/
2025-08-20T23:05:31.9437268Z [00:04:17.227]➜  cat >/tmp/go-build3700090427/b2603/importcfg << 'EOF' # internal
2025-08-20T23:05:31.9438087Z [00:04:17.227]➜  # import config
2025-08-20T23:05:31.9438939Z [00:04:17.227]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:31.9440703Z [00:04:17.227]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:31.9441565Z [00:04:17.227]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:31.9442661Z [00:04:17.227]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:31.9445269Z [00:04:17.227]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:31.9446429Z [00:04:17.227]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:31.9447879Z [00:04:17.227]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:31.9448914Z [00:04:17.227]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:31.9449838Z [00:04:17.227]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:31.9450608Z [00:04:17.227]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:31.9452520Z [00:04:17.227]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:31.9453297Z [00:04:17.227]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:31.9453864Z [00:04:17.227]➜  EOF
2025-08-20T23:05:31.9459293Z [00:04:17.227]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2603/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/mget=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/mget;$WORK/b2603=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/mget -lang=go1.22 -complete -installsuffix shared -buildid Y4HBTmVjNtJHPQPqsAvy/Y4HBTmVjNtJHPQPqsAvy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2603/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/mget/mget.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/mget/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/mget/response.go
2025-08-20T23:05:32.0263331Z [00:04:17.309]➜  go tool buildid -w $WORK/b2601/_pkg_.a # internal
2025-08-20T23:05:32.0267273Z [00:04:17.310]➜  cp $WORK/b2601/_pkg_.a /root/.cache/go-build/04/04a861558431267f73f42bed5ec9b1e0f7762d65d54b38d7cff961e835c79298-d # internal
2025-08-20T23:05:32.0356122Z [00:04:17.319]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch
2025-08-20T23:05:32.0357552Z [00:04:17.319]➜  mkdir -p $WORK/b2604/
2025-08-20T23:05:32.0365194Z [00:04:17.320]➜  cat >/tmp/go-build3700090427/b2604/importcfg << 'EOF' # internal
2025-08-20T23:05:32.0366099Z [00:04:17.320]➜  # import config
2025-08-20T23:05:32.0366959Z [00:04:17.320]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.0369275Z [00:04:17.320]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.0370352Z [00:04:17.320]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.0371301Z [00:04:17.320]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.0372179Z [00:04:17.320]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.0373384Z [00:04:17.320]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.0374885Z [00:04:17.320]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.0376770Z [00:04:17.320]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:32.0378458Z [00:04:17.320]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3700090427/b2443/_pkg_.a
2025-08-20T23:05:32.0390934Z [00:04:17.320]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.0391772Z [00:04:17.320]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.0392589Z [00:04:17.320]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.0393494Z [00:04:17.320]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.0394483Z [00:04:17.320]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.0395103Z [00:04:17.320]➜  EOF
2025-08-20T23:05:32.0401086Z [00:04:17.320]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2604/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/msearch=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/msearch;$WORK/b2604=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch -lang=go1.22 -complete -installsuffix shared -buildid PcI3Zi2TPnQZweB_YRjA/PcI3Zi2TPnQZweB_YRjA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2604/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/msearch/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/msearch/msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/msearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/msearch/response.go
2025-08-20T23:05:32.0435223Z [00:04:17.327]➜  go tool buildid -w $WORK/b2600/_pkg_.a # internal
2025-08-20T23:05:32.0452343Z [00:04:17.328]➜  cp $WORK/b2600/_pkg_.a /root/.cache/go-build/fc/fcb7c9178702c2e0f306bac95504775a006c9bc459ce27020b1658e2852ed8a9-d # internal
2025-08-20T23:05:32.0494272Z [00:04:17.333]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate
2025-08-20T23:05:32.0497179Z [00:04:17.333]➜  mkdir -p $WORK/b2605/
2025-08-20T23:05:32.0503099Z [00:04:17.333]➜  cat >/tmp/go-build3700090427/b2605/importcfg << 'EOF' # internal
2025-08-20T23:05:32.0505406Z [00:04:17.333]➜  # import config
2025-08-20T23:05:32.0506086Z [00:04:17.333]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.0506994Z [00:04:17.333]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.0509260Z [00:04:17.333]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.0510959Z [00:04:17.333]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.0511984Z [00:04:17.333]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.0514508Z [00:04:17.333]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.0516306Z [00:04:17.333]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.0519908Z [00:04:17.333]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3700090427/b2443/_pkg_.a
2025-08-20T23:05:32.0522825Z [00:04:17.333]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.0523603Z [00:04:17.333]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.0524389Z [00:04:17.334]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.0525151Z [00:04:17.334]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.0525914Z [00:04:17.334]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.0526483Z [00:04:17.334]➜  EOF
2025-08-20T23:05:32.0538207Z [00:04:17.334]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2605/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/msearchtemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/msearchtemplate;$WORK/b2605=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate -lang=go1.22 -complete -installsuffix shared -buildid _n_cznwjtlEd2NvGYQkC/_n_cznwjtlEd2NvGYQkC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2605/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/msearchtemplate/msearch_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/msearchtemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/msearchtemplate/response.go
2025-08-20T23:05:32.0627665Z [00:04:17.343]➜  go tool buildid -w $WORK/b2602/_pkg_.a # internal
2025-08-20T23:05:32.0631234Z [00:04:17.346]➜  cp $WORK/b2602/_pkg_.a /root/.cache/go-build/04/048450356ae60377bbbf06ae1e44a96706be45cd17ed9ba0a2d968c4829db151-d # internal
2025-08-20T23:05:32.0645018Z [00:04:17.347]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors
2025-08-20T23:05:32.0648274Z [00:04:17.348]➜  mkdir -p $WORK/b2606/
2025-08-20T23:05:32.0648988Z [00:04:17.348]➜  cat >/tmp/go-build3700090427/b2606/importcfg << 'EOF' # internal
2025-08-20T23:05:32.0649788Z [00:04:17.348]➜  # import config
2025-08-20T23:05:32.0650401Z [00:04:17.348]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.0651172Z [00:04:17.348]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.0652006Z [00:04:17.348]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.0652817Z [00:04:17.348]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.0653563Z [00:04:17.348]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.0654703Z [00:04:17.348]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.0656152Z [00:04:17.348]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.0658905Z [00:04:17.348]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3700090427/b2483/_pkg_.a
2025-08-20T23:05:32.0660487Z [00:04:17.348]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.0661239Z [00:04:17.348]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.0662008Z [00:04:17.348]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.0662779Z [00:04:17.348]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.0663542Z [00:04:17.348]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.0664281Z [00:04:17.348]➜  EOF
2025-08-20T23:05:32.0670388Z [00:04:17.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2606/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/mtermvectors=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/mtermvectors;$WORK/b2606=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors -lang=go1.22 -complete -installsuffix shared -buildid 6TuxWibQsKbOwtJQZBcE/6TuxWibQsKbOwtJQZBcE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2606/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/mtermvectors/mtermvectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/mtermvectors/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/mtermvectors/response.go
2025-08-20T23:05:32.0684483Z [00:04:17.352]➜  go tool buildid -w $WORK/b2603/_pkg_.a # internal
2025-08-20T23:05:32.0704461Z [00:04:17.353]➜  cp $WORK/b2603/_pkg_.a /root/.cache/go-build/08/083628c30c3359d7ec0db081109cc33d59093025d8f0ce60ed71c8ed984d52da-d # internal
2025-08-20T23:05:32.0730662Z [00:04:17.356]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime
2025-08-20T23:05:32.0731848Z [00:04:17.356]➜  mkdir -p $WORK/b2607/
2025-08-20T23:05:32.0732564Z [00:04:17.356]➜  cat >/tmp/go-build3700090427/b2607/importcfg << 'EOF' # internal
2025-08-20T23:05:32.0733223Z [00:04:17.356]➜  # import config
2025-08-20T23:05:32.0733853Z [00:04:17.356]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.0734645Z [00:04:17.356]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.0735500Z [00:04:17.356]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.0736513Z [00:04:17.356]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.0738804Z [00:04:17.356]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.0740188Z [00:04:17.356]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.0741766Z [00:04:17.356]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.0743403Z [00:04:17.356]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:32.0744633Z [00:04:17.356]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.0745404Z [00:04:17.356]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.0746177Z [00:04:17.356]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.0746967Z [00:04:17.356]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.0747767Z [00:04:17.356]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.0748370Z [00:04:17.356]➜  EOF
2025-08-20T23:05:32.0754664Z [00:04:17.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2607/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/openpointintime=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/openpointintime;$WORK/b2607=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime -lang=go1.22 -complete -installsuffix shared -buildid TZfl80mrCi88C4QSf5dQ/TZfl80mrCi88C4QSf5dQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2607/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/openpointintime/open_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/openpointintime/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/openpointintime/response.go
2025-08-20T23:05:32.1773683Z [00:04:17.460]➜  go tool buildid -w $WORK/b2607/_pkg_.a # internal
2025-08-20T23:05:32.1794377Z [00:04:17.462]➜  cp $WORK/b2607/_pkg_.a /root/.cache/go-build/cd/cdfb872cd58cfe61db666ebfa8f406f43c850b7fa2abbd57f969829d390a2763-d # internal
2025-08-20T23:05:32.1808478Z [00:04:17.464]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript
2025-08-20T23:05:32.1809313Z [00:04:17.464]➜  mkdir -p $WORK/b2609/
2025-08-20T23:05:32.1818014Z [00:04:17.465]➜  go tool buildid -w $WORK/b2604/_pkg_.a # internal
2025-08-20T23:05:32.1824417Z [00:04:17.466]➜  cat >/tmp/go-build3700090427/b2609/importcfg << 'EOF' # internal
2025-08-20T23:05:32.1826556Z [00:04:17.466]➜  # import config
2025-08-20T23:05:32.1827207Z [00:04:17.466]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.1828020Z [00:04:17.466]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.1828889Z [00:04:17.466]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.1829951Z [00:04:17.466]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.1830743Z [00:04:17.466]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.1831953Z [00:04:17.466]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.1833642Z [00:04:17.466]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.1834703Z [00:04:17.466]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.1835467Z [00:04:17.466]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.1836255Z [00:04:17.466]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.1837027Z [00:04:17.466]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.1837926Z [00:04:17.466]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.1838630Z [00:04:17.466]➜  EOF
2025-08-20T23:05:32.1846780Z [00:04:17.466]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2609/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/putscript=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/putscript;$WORK/b2609=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript -lang=go1.22 -complete -installsuffix shared -buildid igOmp-wFSoOleMhZvJM8/igOmp-wFSoOleMhZvJM8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2609/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/putscript/put_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/putscript/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/putscript/response.go
2025-08-20T23:05:32.1872940Z [00:04:17.470]➜  cp $WORK/b2604/_pkg_.a /root/.cache/go-build/50/508e5536a27c7e55fb3e605a369d2df18bc0b1ebfcb90924b44bc4d5a7a6bab3-d # internal
2025-08-20T23:05:32.1878206Z [00:04:17.471]➜  go tool buildid -w $WORK/b2605/_pkg_.a # internal
2025-08-20T23:05:32.1883088Z [00:04:17.472]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval
2025-08-20T23:05:32.1883799Z [00:04:17.472]➜  mkdir -p $WORK/b2610/
2025-08-20T23:05:32.1891752Z [00:04:17.472]➜  cat >/tmp/go-build3700090427/b2610/importcfg << 'EOF' # internal
2025-08-20T23:05:32.1892441Z [00:04:17.472]➜  # import config
2025-08-20T23:05:32.1893071Z [00:04:17.472]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.1893860Z [00:04:17.472]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.1894688Z [00:04:17.472]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.1895500Z [00:04:17.472]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.1896252Z [00:04:17.472]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.1897301Z [00:04:17.472]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.1898882Z [00:04:17.472]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.1900657Z [00:04:17.472]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:32.1901873Z [00:04:17.472]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.1902641Z [00:04:17.472]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.1903433Z [00:04:17.472]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.1904201Z [00:04:17.472]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.1904917Z [00:04:17.472]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.1905418Z [00:04:17.472]➜  EOF
2025-08-20T23:05:32.1911376Z [00:04:17.472]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/rankeval=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/rankeval;$WORK/b2610=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval -lang=go1.22 -complete -installsuffix shared -buildid nl7NqcbEs7uFjYL1S7l2/nl7NqcbEs7uFjYL1S7l2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2610/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/rankeval/rank_eval.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/rankeval/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/rankeval/response.go
2025-08-20T23:05:32.1916913Z [00:04:17.474]➜  cp $WORK/b2605/_pkg_.a /root/.cache/go-build/33/337e8de6e40eb2bfe986c35c1e77ed9e8bc19dcea674227376ac1e98492b1421-d # internal
2025-08-20T23:05:32.1918215Z [00:04:17.474]➜  go tool buildid -w $WORK/b2606/_pkg_.a # internal
2025-08-20T23:05:32.1920426Z [00:04:17.475]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex
2025-08-20T23:05:32.1921104Z [00:04:17.475]➜  mkdir -p $WORK/b2611/
2025-08-20T23:05:32.1930499Z [00:04:17.476]➜  cat >/tmp/go-build3700090427/b2611/importcfg << 'EOF' # internal
2025-08-20T23:05:32.1932373Z [00:04:17.476]➜  # import config
2025-08-20T23:05:32.1933026Z [00:04:17.476]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.1933827Z [00:04:17.476]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.1944343Z [00:04:17.476]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.1945333Z [00:04:17.476]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.1946149Z [00:04:17.476]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.1947364Z [00:04:17.476]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.1948897Z [00:04:17.476]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.1950925Z [00:04:17.476]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3700090427/b2587/_pkg_.a
2025-08-20T23:05:32.1952231Z [00:04:17.476]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.1953106Z [00:04:17.476]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.1954083Z [00:04:17.476]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.1954914Z [00:04:17.476]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.1955730Z [00:04:17.476]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.1956323Z [00:04:17.476]➜  EOF
2025-08-20T23:05:32.1962367Z [00:04:17.476]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/reindex=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/reindex;$WORK/b2611=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex -lang=go1.22 -complete -installsuffix shared -buildid OP3VxYUf3M_dk0Bnyn59/OP3VxYUf3M_dk0Bnyn59 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2611/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/reindex/reindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/reindex/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/reindex/response.go
2025-08-20T23:05:32.1971397Z [00:04:17.476]➜  cp $WORK/b2606/_pkg_.a /root/.cache/go-build/e3/e35fb9c715ba6292423f34b451f53c3ada24d6ec257adfb76d2b3f8424c391c4-d # internal
2025-08-20T23:05:32.1973265Z [00:04:17.480]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle
2025-08-20T23:05:32.1974810Z [00:04:17.480]➜  mkdir -p $WORK/b2612/
2025-08-20T23:05:32.1975880Z [00:04:17.480]➜  cat >/tmp/go-build3700090427/b2612/importcfg << 'EOF' # internal
2025-08-20T23:05:32.1976894Z [00:04:17.480]➜  # import config
2025-08-20T23:05:32.1977814Z [00:04:17.480]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.1979867Z [00:04:17.480]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.1981052Z [00:04:17.480]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.1982567Z [00:04:17.480]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.1984462Z [00:04:17.480]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.1986782Z [00:04:17.480]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.1988405Z [00:04:17.480]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.1989667Z [00:04:17.480]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.1990700Z [00:04:17.480]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.1991616Z [00:04:17.480]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.1992421Z [00:04:17.480]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.1993010Z [00:04:17.480]➜  EOF
2025-08-20T23:05:32.1998563Z [00:04:17.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2612/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/reindexrethrottle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/reindexrethrottle;$WORK/b2612=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle -lang=go1.22 -complete -installsuffix shared -buildid WvN6kOB0z6zSnUScwh7C/WvN6kOB0z6zSnUScwh7C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2612/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/reindexrethrottle/reindex_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/reindexrethrottle/response.go
2025-08-20T23:05:32.2977628Z [00:04:17.580]➜  go tool buildid -w $WORK/b2609/_pkg_.a # internal
2025-08-20T23:05:32.2978379Z [00:04:17.581]➜  go tool buildid -w $WORK/b2610/_pkg_.a # internal
2025-08-20T23:05:32.2994641Z [00:04:17.583]➜  cp $WORK/b2609/_pkg_.a /root/.cache/go-build/93/9353a55b46e08ca4f1922b5768ea2d340f50f7edf95697f0d5464ac0c6efa1b8-d # internal
2025-08-20T23:05:32.3003481Z [00:04:17.584]➜  go tool buildid -w $WORK/b2612/_pkg_.a # internal
2025-08-20T23:05:32.3004617Z [00:04:17.584]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate
2025-08-20T23:05:32.3005501Z [00:04:17.584]➜  mkdir -p $WORK/b2613/
2025-08-20T23:05:32.3007197Z [00:04:17.584]➜  cp $WORK/b2610/_pkg_.a /root/.cache/go-build/70/70da58236f82492eb12505ea9cdb3c71a30f1d92175a90523b50a3b66beec8a1-d # internal
2025-08-20T23:05:32.3011472Z [00:04:17.584]➜  cat >/tmp/go-build3700090427/b2613/importcfg << 'EOF' # internal
2025-08-20T23:05:32.3012591Z [00:04:17.584]➜  # import config
2025-08-20T23:05:32.3013219Z [00:04:17.584]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.3014848Z [00:04:17.584]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.3015977Z [00:04:17.584]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.3016817Z [00:04:17.584]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.3017757Z [00:04:17.584]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.3019527Z [00:04:17.584]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.3021257Z [00:04:17.584]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.3022358Z [00:04:17.584]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.3023120Z [00:04:17.584]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.3023943Z [00:04:17.584]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.3024895Z [00:04:17.584]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.3025744Z [00:04:17.584]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.3026377Z [00:04:17.584]➜  EOF
2025-08-20T23:05:32.3027133Z [00:04:17.584]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute
2025-08-20T23:05:32.3028047Z [00:04:17.584]➜  mkdir -p $WORK/b2614/
2025-08-20T23:05:32.3035578Z [00:04:17.585]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2613/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/rendersearchtemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/rendersearchtemplate;$WORK/b2613=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate -lang=go1.22 -complete -installsuffix shared -buildid Y8_YIphzmHUC9zShpwho/Y8_YIphzmHUC9zShpwho -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2613/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/rendersearchtemplate/render_search_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/rendersearchtemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/rendersearchtemplate/response.go
2025-08-20T23:05:32.3043103Z [00:04:17.585]➜  cat >/tmp/go-build3700090427/b2614/importcfg << 'EOF' # internal
2025-08-20T23:05:32.3043806Z [00:04:17.585]➜  # import config
2025-08-20T23:05:32.3044503Z [00:04:17.585]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.3045346Z [00:04:17.585]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.3046233Z [00:04:17.585]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.3047314Z [00:04:17.585]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.3048145Z [00:04:17.585]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.3049589Z [00:04:17.585]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.3051836Z [00:04:17.585]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.3053226Z [00:04:17.585]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.3054056Z [00:04:17.585]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.3054871Z [00:04:17.585]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.3055689Z [00:04:17.585]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.3056492Z [00:04:17.585]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.3057107Z [00:04:17.585]➜  EOF
2025-08-20T23:05:32.3066035Z [00:04:17.586]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/scriptspainlessexecute=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/scriptspainlessexecute;$WORK/b2614=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute -lang=go1.22 -complete -installsuffix shared -buildid BWIxxCDBe-Zs3Fv01bXa/BWIxxCDBe-Zs3Fv01bXa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2614/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/scriptspainlessexecute/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/scriptspainlessexecute/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/scriptspainlessexecute/scripts_painless_execute.go
2025-08-20T23:05:32.3085519Z [00:04:17.587]➜  cp $WORK/b2612/_pkg_.a /root/.cache/go-build/26/26c4bc9eba86250ed1a6de5f2782c3040eb4560578649ad7dc2ccbd2bb10e40d-d # internal
2025-08-20T23:05:32.3087021Z [00:04:17.587]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll
2025-08-20T23:05:32.3087750Z [00:04:17.588]➜  mkdir -p $WORK/b2615/
2025-08-20T23:05:32.3088487Z [00:04:17.589]➜  cat >/tmp/go-build3700090427/b2615/importcfg << 'EOF' # internal
2025-08-20T23:05:32.3089151Z [00:04:17.589]➜  # import config
2025-08-20T23:05:32.3090052Z [00:04:17.589]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.3090878Z [00:04:17.589]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.3091736Z [00:04:17.589]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.3092715Z [00:04:17.589]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.3093532Z [00:04:17.589]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.3094760Z [00:04:17.589]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.3096291Z [00:04:17.589]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.3097384Z [00:04:17.589]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.3098195Z [00:04:17.589]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.3099043Z [00:04:17.589]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.3100059Z [00:04:17.589]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.3100889Z [00:04:17.589]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.3101498Z [00:04:17.589]➜  EOF
2025-08-20T23:05:32.3107333Z [00:04:17.589]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2615/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/scroll=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/scroll;$WORK/b2615=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll -lang=go1.22 -complete -installsuffix shared -buildid qChvkXgdg8GpzZLd-eOI/qChvkXgdg8GpzZLd-eOI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2615/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/scroll/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/scroll/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/scroll/scroll.go
2025-08-20T23:05:32.3120785Z [00:04:17.595]➜  go tool buildid -w $WORK/b2611/_pkg_.a # internal
2025-08-20T23:05:32.3148963Z [00:04:17.598]➜  cp $WORK/b2611/_pkg_.a /root/.cache/go-build/6d/6d2e9cb246218d30aa76a918a1b3530cce76b22df5af1cb97aa05c0453a83a1c-d # internal
2025-08-20T23:05:32.3150447Z [00:04:17.598]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/search
2025-08-20T23:05:32.3151150Z [00:04:17.598]➜  mkdir -p $WORK/b2616/
2025-08-20T23:05:32.3151845Z [00:04:17.598]➜  cat >/tmp/go-build3700090427/b2616/importcfg << 'EOF' # internal
2025-08-20T23:05:32.3152488Z [00:04:17.598]➜  # import config
2025-08-20T23:05:32.3153098Z [00:04:17.598]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.3153875Z [00:04:17.598]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.3154695Z [00:04:17.598]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.3155498Z [00:04:17.598]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.3156240Z [00:04:17.598]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.3157398Z [00:04:17.598]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.3159015Z [00:04:17.598]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.3160822Z [00:04:17.598]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:32.3162661Z [00:04:17.598]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3700090427/b2417/_pkg_.a
2025-08-20T23:05:32.3164308Z [00:04:17.598]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3700090427/b2443/_pkg_.a
2025-08-20T23:05:32.3165975Z [00:04:17.598]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3700090427/b2460/_pkg_.a
2025-08-20T23:05:32.3167132Z [00:04:17.598]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.3168002Z [00:04:17.598]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.3168814Z [00:04:17.598]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.3170035Z [00:04:17.598]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.3171012Z [00:04:17.598]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.3171772Z [00:04:17.598]➜  EOF
2025-08-20T23:05:32.3178852Z [00:04:17.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/search=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/search;$WORK/b2616=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/search -lang=go1.22 -complete -installsuffix shared -buildid R-C6J7I3MGb7WIFuH2ru/R-C6J7I3MGb7WIFuH2ru -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2616/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/search/search.go
2025-08-20T23:05:32.4008386Z [00:04:17.683]➜  go tool buildid -w $WORK/b2613/_pkg_.a # internal
2025-08-20T23:05:32.4009988Z [00:04:17.684]➜  cp $WORK/b2613/_pkg_.a /root/.cache/go-build/50/506cb91175dcd0114a418018c670fc8104b4ddb9281ad706c5bc7e3566f94487-d # internal
2025-08-20T23:05:32.4012167Z [00:04:17.684]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt
2025-08-20T23:05:32.4013064Z [00:04:17.684]➜  mkdir -p $WORK/b2617/
2025-08-20T23:05:32.4018938Z [00:04:17.685]➜  cat >/tmp/go-build3700090427/b2617/importcfg << 'EOF' # internal
2025-08-20T23:05:32.4019804Z [00:04:17.685]➜  # import config
2025-08-20T23:05:32.4020477Z [00:04:17.685]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.4021353Z [00:04:17.685]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.4022286Z [00:04:17.685]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.4023189Z [00:04:17.685]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.4024027Z [00:04:17.685]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.4025462Z [00:04:17.685]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.4027021Z [00:04:17.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.4028763Z [00:04:17.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype=/tmp/go-build3700090427/b2618/_pkg_.a
2025-08-20T23:05:32.4030871Z [00:04:17.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype=/tmp/go-build3700090427/b2619/_pkg_.a
2025-08-20T23:05:32.4032108Z [00:04:17.685]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.4033090Z [00:04:17.685]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.4033996Z [00:04:17.685]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.4034847Z [00:04:17.685]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.4035706Z [00:04:17.685]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.4036332Z [00:04:17.685]➜  EOF
2025-08-20T23:05:32.4057184Z [00:04:17.688]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2617/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchmvt=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchmvt;$WORK/b2617=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt -lang=go1.22 -complete -installsuffix shared -buildid GwJq-h3ED8Eh4mAPDNZJ/GwJq-h3ED8Eh4mAPDNZJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2617/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchmvt/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchmvt/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchmvt/search_mvt.go
2025-08-20T23:05:32.4111451Z [00:04:17.694]➜  go tool buildid -w $WORK/b2614/_pkg_.a # internal
2025-08-20T23:05:32.4133994Z [00:04:17.697]➜  cp $WORK/b2614/_pkg_.a /root/.cache/go-build/3b/3b1852cdd6d94d03d85f755e9179efc95b15a8ddbc2b915a72f8692047d72f16-d # internal
2025-08-20T23:05:32.4139918Z [00:04:17.697]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards
2025-08-20T23:05:32.4144213Z [00:04:17.698]➜  mkdir -p $WORK/b2620/
2025-08-20T23:05:32.4151642Z [00:04:17.698]➜  cat >/tmp/go-build3700090427/b2620/importcfg << 'EOF' # internal
2025-08-20T23:05:32.4154818Z [00:04:17.698]➜  # import config
2025-08-20T23:05:32.4155994Z [00:04:17.698]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.4156950Z [00:04:17.698]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.4157836Z [00:04:17.698]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.4158884Z [00:04:17.698]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.4160316Z [00:04:17.698]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.4161889Z [00:04:17.698]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.4163648Z [00:04:17.698]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:32.4164959Z [00:04:17.699]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.4165820Z [00:04:17.699]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.4166760Z [00:04:17.699]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.4167653Z [00:04:17.699]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.4168568Z [00:04:17.699]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.4169624Z [00:04:17.699]➜  EOF
2025-08-20T23:05:32.4175511Z [00:04:17.699]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2620/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchshards=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchshards;$WORK/b2620=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards -lang=go1.22 -complete -installsuffix shared -buildid c28CwjemjlEh_CklRyV5/c28CwjemjlEh_CklRyV5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2620/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchshards/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchshards/search_shards.go
2025-08-20T23:05:32.5390186Z [00:04:17.822]➜  go tool buildid -w $WORK/b2620/_pkg_.a # internal
2025-08-20T23:05:32.5419263Z [00:04:17.825]➜  cp $WORK/b2620/_pkg_.a /root/.cache/go-build/a9/a9e7155554a1f93bc5183a738c12e90dd43918a0f2d8e420c2d0ea58a017fd83-d # internal
2025-08-20T23:05:32.5423126Z [00:04:17.825]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate
2025-08-20T23:05:32.5428010Z [00:04:17.826]➜  mkdir -p $WORK/b2621/
2025-08-20T23:05:32.5437614Z [00:04:17.827]➜  cat >/tmp/go-build3700090427/b2621/importcfg << 'EOF' # internal
2025-08-20T23:05:32.5447280Z [00:04:17.827]➜  # import config
2025-08-20T23:05:32.5447942Z [00:04:17.827]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.5448760Z [00:04:17.827]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.5449946Z [00:04:17.827]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.5450846Z [00:04:17.827]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.5451709Z [00:04:17.827]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.5452938Z [00:04:17.827]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.5454438Z [00:04:17.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.5459028Z [00:04:17.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:32.5460946Z [00:04:17.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3700090427/b2443/_pkg_.a
2025-08-20T23:05:32.5462133Z [00:04:17.827]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.5463022Z [00:04:17.827]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.5463807Z [00:04:17.827]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.5464607Z [00:04:17.827]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.5465559Z [00:04:17.827]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.5466144Z [00:04:17.827]➜  EOF
2025-08-20T23:05:32.5472283Z [00:04:17.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2621/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchtemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchtemplate;$WORK/b2621=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate -lang=go1.22 -complete -installsuffix shared -buildid u1k3soJQF3FZm-6HyPiz/u1k3soJQF3FZm-6HyPiz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2621/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchtemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchtemplate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/searchtemplate/search_template.go
2025-08-20T23:05:32.5701715Z [00:04:17.853]➜  go tool buildid -w $WORK/b2617/_pkg_.a # internal
2025-08-20T23:05:32.5729019Z [00:04:17.856]➜  cp $WORK/b2617/_pkg_.a /root/.cache/go-build/d1/d1d25147517b106d284ef298f20d07c45db9350c3ed709578557057a67d00200-d # internal
2025-08-20T23:05:32.5733630Z [00:04:17.856]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum
2025-08-20T23:05:32.5734363Z [00:04:17.856]➜  mkdir -p $WORK/b2622/
2025-08-20T23:05:32.5740280Z [00:04:17.857]➜  cat >/tmp/go-build3700090427/b2622/importcfg << 'EOF' # internal
2025-08-20T23:05:32.5741292Z [00:04:17.857]➜  # import config
2025-08-20T23:05:32.5743859Z [00:04:17.857]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.5744735Z [00:04:17.857]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.5745781Z [00:04:17.857]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.5746619Z [00:04:17.857]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.5747370Z [00:04:17.857]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.5748545Z [00:04:17.857]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.5750068Z [00:04:17.857]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.5751102Z [00:04:17.857]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.5751870Z [00:04:17.858]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.5752647Z [00:04:17.858]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.5753535Z [00:04:17.858]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.5754308Z [00:04:17.858]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.5754870Z [00:04:17.858]➜  EOF
2025-08-20T23:05:32.5760483Z [00:04:17.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2622/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/termsenum=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/termsenum;$WORK/b2622=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum -lang=go1.22 -complete -installsuffix shared -buildid h9Tx5vHopqdDI3mfglle/h9Tx5vHopqdDI3mfglle -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2622/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/termsenum/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/termsenum/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/termsenum/terms_enum.go
2025-08-20T23:05:32.6938816Z [00:04:17.977]➜  go tool buildid -w $WORK/b2622/_pkg_.a # internal
2025-08-20T23:05:32.6958465Z [00:04:17.979]➜  cp $WORK/b2622/_pkg_.a /root/.cache/go-build/45/45d509f08967be1c90f531cfd50fdd0295b838b764990ebbc575b9872b0ec669-d # internal
2025-08-20T23:05:32.6963537Z [00:04:17.979]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors
2025-08-20T23:05:32.6964332Z [00:04:17.979]➜  mkdir -p $WORK/b2623/
2025-08-20T23:05:32.6970509Z [00:04:17.980]➜  cat >/tmp/go-build3700090427/b2623/importcfg << 'EOF' # internal
2025-08-20T23:05:32.6977619Z [00:04:17.980]➜  # import config
2025-08-20T23:05:32.6978297Z [00:04:17.980]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.6979143Z [00:04:17.980]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.6980166Z [00:04:17.980]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.6980985Z [00:04:17.980]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.6981777Z [00:04:17.980]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.6982935Z [00:04:17.980]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.6984395Z [00:04:17.980]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.6986067Z [00:04:17.980]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3700090427/b2483/_pkg_.a
2025-08-20T23:05:32.6987188Z [00:04:17.980]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.6987928Z [00:04:17.980]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.6988683Z [00:04:17.980]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.6989597Z [00:04:17.980]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.6990474Z [00:04:17.980]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.6990960Z [00:04:17.980]➜  EOF
2025-08-20T23:05:32.6996657Z [00:04:17.980]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2623/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/termvectors=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/termvectors;$WORK/b2623=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors -lang=go1.22 -complete -installsuffix shared -buildid hXWezQOtpiSD6RSKEvZa/hXWezQOtpiSD6RSKEvZa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2623/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/termvectors/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/termvectors/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/termvectors/termvectors.go
2025-08-20T23:05:32.7185185Z [00:04:18.002]➜  go tool buildid -w $WORK/b2615/_pkg_.a # internal
2025-08-20T23:05:32.7216596Z [00:04:18.005]➜  cp $WORK/b2615/_pkg_.a /root/.cache/go-build/a1/a11e1720b4b5ab6c36186d52a795323bb0ac5812bff6b46e91466f7a72bdbead-d # internal
2025-08-20T23:05:32.7223044Z [00:04:18.005]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/update
2025-08-20T23:05:32.7223860Z [00:04:18.005]➜  mkdir -p $WORK/b2624/
2025-08-20T23:05:32.7234244Z [00:04:18.006]➜  cat >/tmp/go-build3700090427/b2624/importcfg << 'EOF' # internal
2025-08-20T23:05:32.7234985Z [00:04:18.006]➜  # import config
2025-08-20T23:05:32.7235640Z [00:04:18.006]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.7243043Z [00:04:18.006]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.7243975Z [00:04:18.006]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.7244858Z [00:04:18.006]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.7245783Z [00:04:18.006]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.7246987Z [00:04:18.006]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.7248771Z [00:04:18.006]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.7250498Z [00:04:18.006]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:32.7252196Z [00:04:18.006]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:32.7253395Z [00:04:18.006]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.7254225Z [00:04:18.006]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.7255062Z [00:04:18.006]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.7255888Z [00:04:18.006]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.7256682Z [00:04:18.006]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.7257323Z [00:04:18.006]➜  EOF
2025-08-20T23:05:32.7262990Z [00:04:18.007]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2624/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/update=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/update;$WORK/b2624=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/update -lang=go1.22 -complete -installsuffix shared -buildid nLzZFOIRwmNSqbUAjqhv/nLzZFOIRwmNSqbUAjqhv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2624/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/update/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/update/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/update/update.go
2025-08-20T23:05:32.8146715Z [00:04:18.098]➜  go tool buildid -w $WORK/b2623/_pkg_.a # internal
2025-08-20T23:05:32.8164971Z [00:04:18.100]➜  cp $WORK/b2623/_pkg_.a /root/.cache/go-build/c7/c770a8a0b8ba2df6241918887749b920981fd04887e82ec1aebe28925a4b9b96-d # internal
2025-08-20T23:05:32.8170911Z [00:04:18.100]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery
2025-08-20T23:05:32.8171786Z [00:04:18.100]➜  mkdir -p $WORK/b2625/
2025-08-20T23:05:32.8177535Z [00:04:18.101]➜  cat >/tmp/go-build3700090427/b2625/importcfg << 'EOF' # internal
2025-08-20T23:05:32.8180186Z [00:04:18.101]➜  # import config
2025-08-20T23:05:32.8190299Z [00:04:18.101]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:32.8191505Z [00:04:18.101]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.8192594Z [00:04:18.101]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.8193896Z [00:04:18.101]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.8194964Z [00:04:18.101]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.8197926Z [00:04:18.101]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.8201739Z [00:04:18.101]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.8203478Z [00:04:18.101]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3700090427/b2587/_pkg_.a
2025-08-20T23:05:32.8206021Z [00:04:18.101]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:32.8208063Z [00:04:18.101]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3700090427/b2417/_pkg_.a
2025-08-20T23:05:32.8211523Z [00:04:18.101]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3700090427/b2443/_pkg_.a
2025-08-20T23:05:32.8212827Z [00:04:18.101]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.8213939Z [00:04:18.101]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.8214832Z [00:04:18.101]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.8215708Z [00:04:18.101]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.8216579Z [00:04:18.101]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.8217234Z [00:04:18.101]➜  EOF
2025-08-20T23:05:32.8223671Z [00:04:18.101]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2625/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/updatebyquery=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/updatebyquery;$WORK/b2625=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery -lang=go1.22 -complete -installsuffix shared -buildid Wsce5QaHSAQCcvvCD18M/Wsce5QaHSAQCcvvCD18M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2625/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/updatebyquery/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/updatebyquery/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/updatebyquery/update_by_query.go
2025-08-20T23:05:32.8690454Z [00:04:18.152]➜  go tool buildid -w $WORK/b2624/_pkg_.a # internal
2025-08-20T23:05:32.8732848Z [00:04:18.156]➜  go tool buildid -w $WORK/b2616/_pkg_.a # internal
2025-08-20T23:05:32.8736377Z [00:04:18.156]➜  cp $WORK/b2624/_pkg_.a /root/.cache/go-build/88/88bf0429f2c1568e4f02467c66515d3d7e526397b3058cff535bcebc4823efd2-d # internal
2025-08-20T23:05:32.8742491Z [00:04:18.157]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle
2025-08-20T23:05:32.8745280Z [00:04:18.157]➜  mkdir -p $WORK/b2626/
2025-08-20T23:05:32.8755942Z [00:04:18.159]➜  cat >/tmp/go-build3700090427/b2626/importcfg << 'EOF' # internal
2025-08-20T23:05:32.8758308Z [00:04:18.159]➜  # import config
2025-08-20T23:05:32.8759706Z [00:04:18.159]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.8760742Z [00:04:18.159]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.8761684Z [00:04:18.159]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.8762568Z [00:04:18.159]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.8765613Z [00:04:18.159]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.8767085Z [00:04:18.159]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.8768303Z [00:04:18.159]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.8769123Z [00:04:18.159]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.8770182Z [00:04:18.159]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.8775562Z [00:04:18.159]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.8776406Z [00:04:18.159]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.8776989Z [00:04:18.159]➜  EOF
2025-08-20T23:05:32.8783231Z [00:04:18.161]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2626/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/updatebyqueryrethrottle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/updatebyqueryrethrottle;$WORK/b2626=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle -lang=go1.22 -complete -installsuffix shared -buildid gOLcEGiD9O4bYixfXChD/gOLcEGiD9O4bYixfXChD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2626/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/updatebyqueryrethrottle/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/core/updatebyqueryrethrottle/update_by_query_rethrottle.go
2025-08-20T23:05:32.8790938Z [00:04:18.161]➜  cp $WORK/b2616/_pkg_.a /root/.cache/go-build/7c/7c51015c741d4503e4aee383c527d388154d8f0f894bb179263ffa15cb8aa5ce-d # internal
2025-08-20T23:05:32.8792349Z [00:04:18.162]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex
2025-08-20T23:05:32.8793166Z [00:04:18.162]➜  mkdir -p $WORK/b2627/
2025-08-20T23:05:32.8793858Z [00:04:18.162]➜  cat >/tmp/go-build3700090427/b2627/importcfg << 'EOF' # internal
2025-08-20T23:05:32.8794495Z [00:04:18.162]➜  # import config
2025-08-20T23:05:32.8795126Z [00:04:18.162]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.8795971Z [00:04:18.162]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.8796810Z [00:04:18.162]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.8797567Z [00:04:18.162]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.8798729Z [00:04:18.162]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.8800518Z [00:04:18.162]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.8801593Z [00:04:18.162]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.8802374Z [00:04:18.162]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.8803151Z [00:04:18.162]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.8803922Z [00:04:18.162]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.8804711Z [00:04:18.162]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.8805286Z [00:04:18.162]➜  EOF
2025-08-20T23:05:32.8810578Z [00:04:18.162]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2627/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/deletedanglingindex=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/deletedanglingindex;$WORK/b2627=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex -lang=go1.22 -complete -installsuffix shared -buildid swJd11o8ViLdQ_RCSKf3/swJd11o8ViLdQ_RCSKf3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2627/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/deletedanglingindex/delete_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/deletedanglingindex/response.go
2025-08-20T23:05:32.9305636Z [00:04:18.214]➜  go tool buildid -w $WORK/b2621/_pkg_.a # internal
2025-08-20T23:05:32.9329204Z [00:04:18.216]➜  cp $WORK/b2621/_pkg_.a /root/.cache/go-build/7a/7a58d85d15ce3de949d27ac82829bcfea34ff72f3eb8a49ed696f3c0cddeb8da-d # internal
2025-08-20T23:05:32.9331502Z [00:04:18.216]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex
2025-08-20T23:05:32.9332399Z [00:04:18.216]➜  mkdir -p $WORK/b2628/
2025-08-20T23:05:32.9340146Z [00:04:18.217]➜  cat >/tmp/go-build3700090427/b2628/importcfg << 'EOF' # internal
2025-08-20T23:05:32.9340853Z [00:04:18.217]➜  # import config
2025-08-20T23:05:32.9341496Z [00:04:18.217]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.9342308Z [00:04:18.217]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.9343122Z [00:04:18.217]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.9343787Z [00:04:18.217]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.9344860Z [00:04:18.217]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.9346279Z [00:04:18.217]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.9347519Z [00:04:18.217]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.9348326Z [00:04:18.217]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.9349145Z [00:04:18.217]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.9350290Z [00:04:18.217]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.9351194Z [00:04:18.217]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.9351863Z [00:04:18.217]➜  EOF
2025-08-20T23:05:32.9358588Z [00:04:18.217]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/importdanglingindex=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/importdanglingindex;$WORK/b2628=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex -lang=go1.22 -complete -installsuffix shared -buildid HpqV2KoTFvnP3pZ_S_Ww/HpqV2KoTFvnP3pZ_S_Ww -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2628/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/importdanglingindex/import_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/importdanglingindex/response.go
2025-08-20T23:05:32.9374239Z [00:04:18.221]➜  go tool buildid -w $WORK/b2625/_pkg_.a # internal
2025-08-20T23:05:32.9405396Z [00:04:18.223]➜  cp $WORK/b2625/_pkg_.a /root/.cache/go-build/e4/e4d5c890e0c961822e55e506c2fdc6af6faa1cc96714e6a08a44c31ced9c18eb-d # internal
2025-08-20T23:05:32.9406954Z [00:04:18.224]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices
2025-08-20T23:05:32.9408097Z [00:04:18.224]➜  mkdir -p $WORK/b2629/
2025-08-20T23:05:32.9413730Z [00:04:18.224]➜  cat >/tmp/go-build3700090427/b2629/importcfg << 'EOF' # internal
2025-08-20T23:05:32.9414514Z [00:04:18.224]➜  # import config
2025-08-20T23:05:32.9415151Z [00:04:18.224]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.9416035Z [00:04:18.224]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.9416841Z [00:04:18.224]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.9417624Z [00:04:18.224]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.9418771Z [00:04:18.224]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.9420446Z [00:04:18.224]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.9421680Z [00:04:18.225]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.9422534Z [00:04:18.225]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.9424534Z [00:04:18.225]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.9425349Z [00:04:18.225]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.9426200Z [00:04:18.225]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.9426807Z [00:04:18.225]➜  EOF
2025-08-20T23:05:32.9433204Z [00:04:18.225]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/listdanglingindices=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/listdanglingindices;$WORK/b2629=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices -lang=go1.22 -complete -installsuffix shared -buildid uZXuq3NZJe5NzIMVHjFJ/uZXuq3NZJe5NzIMVHjFJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2629/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/listdanglingindices/list_dangling_indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/danglingindices/listdanglingindices/response.go
2025-08-20T23:05:32.9808138Z [00:04:18.264]➜  go tool buildid -w $WORK/b2627/_pkg_.a # internal
2025-08-20T23:05:32.9831888Z [00:04:18.266]➜  cp $WORK/b2627/_pkg_.a /root/.cache/go-build/b4/b4eaafbe6f8e0e8b250e2d34e07095e88a67e53d2a21310652475bdd89f5f1ef-d # internal
2025-08-20T23:05:32.9834749Z [00:04:18.266]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy
2025-08-20T23:05:32.9838414Z [00:04:18.267]➜  mkdir -p $WORK/b2630/
2025-08-20T23:05:32.9846953Z [00:04:18.268]➜  cat >/tmp/go-build3700090427/b2630/importcfg << 'EOF' # internal
2025-08-20T23:05:32.9847649Z [00:04:18.268]➜  # import config
2025-08-20T23:05:32.9848293Z [00:04:18.268]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:32.9849133Z [00:04:18.268]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:32.9851288Z [00:04:18.268]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:32.9852033Z [00:04:18.268]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:32.9853373Z [00:04:18.268]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:32.9854809Z [00:04:18.268]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:32.9855875Z [00:04:18.268]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:32.9856676Z [00:04:18.268]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:32.9857522Z [00:04:18.268]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:32.9858404Z [00:04:18.268]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:32.9859578Z [00:04:18.268]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:32.9860229Z [00:04:18.268]➜  EOF
2025-08-20T23:05:32.9865409Z [00:04:18.268]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2630/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/deletepolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/deletepolicy;$WORK/b2630=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy -lang=go1.22 -complete -installsuffix shared -buildid 0X39HYHm4OOBFfjOUeWh/0X39HYHm4OOBFfjOUeWh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2630/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/deletepolicy/delete_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/deletepolicy/response.go
2025-08-20T23:05:33.0037649Z [00:04:18.287]➜  go tool buildid -w $WORK/b2626/_pkg_.a # internal
2025-08-20T23:05:33.0079090Z [00:04:18.291]➜  cp $WORK/b2626/_pkg_.a /root/.cache/go-build/bc/bce871856eacdc804b601f1b381efb433fa847e9d738096b4f0d6cf422f37657-d # internal
2025-08-20T23:05:33.0082037Z [00:04:18.291]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy
2025-08-20T23:05:33.0082834Z [00:04:18.291]➜  mkdir -p $WORK/b2631/
2025-08-20T23:05:33.0089826Z [00:04:18.292]➜  cat >/tmp/go-build3700090427/b2631/importcfg << 'EOF' # internal
2025-08-20T23:05:33.0091008Z [00:04:18.292]➜  # import config
2025-08-20T23:05:33.0094710Z [00:04:18.292]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.0095710Z [00:04:18.292]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.0096611Z [00:04:18.292]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.0097456Z [00:04:18.292]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.0098691Z [00:04:18.292]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.0100547Z [00:04:18.292]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.0101932Z [00:04:18.292]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.0102766Z [00:04:18.292]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.0103590Z [00:04:18.292]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.0104413Z [00:04:18.292]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.0105232Z [00:04:18.292]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.0105855Z [00:04:18.292]➜  EOF
2025-08-20T23:05:33.0133478Z [00:04:18.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/executepolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/executepolicy;$WORK/b2631=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy -lang=go1.22 -complete -installsuffix shared -buildid VSFzUuit5IC3awGpkuZi/VSFzUuit5IC3awGpkuZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2631/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/executepolicy/execute_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/executepolicy/response.go
2025-08-20T23:05:33.0253052Z [00:04:18.308]➜  go tool buildid -w $WORK/b2629/_pkg_.a # internal
2025-08-20T23:05:33.0275034Z [00:04:18.311]➜  cp $WORK/b2629/_pkg_.a /root/.cache/go-build/79/795c2eaa3194db67a256ef85ba909b1a9fbcf87d9167a3a61e31a8cc70b01c90-d # internal
2025-08-20T23:05:33.0277112Z [00:04:18.311]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy
2025-08-20T23:05:33.0278568Z [00:04:18.311]➜  mkdir -p $WORK/b2632/
2025-08-20T23:05:33.0287903Z [00:04:18.312]➜  cat >/tmp/go-build3700090427/b2632/importcfg << 'EOF' # internal
2025-08-20T23:05:33.0288723Z [00:04:18.312]➜  # import config
2025-08-20T23:05:33.0289570Z [00:04:18.312]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.0290466Z [00:04:18.312]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.0291349Z [00:04:18.312]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.0292137Z [00:04:18.312]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.0293357Z [00:04:18.312]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.0296370Z [00:04:18.313]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.0297503Z [00:04:18.313]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.0298315Z [00:04:18.313]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.0299147Z [00:04:18.313]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.0300171Z [00:04:18.313]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.0300987Z [00:04:18.313]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.0301605Z [00:04:18.313]➜  EOF
2025-08-20T23:05:33.0306775Z [00:04:18.313]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/getpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/getpolicy;$WORK/b2632=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy -lang=go1.22 -complete -installsuffix shared -buildid 0sweQY2sWBEedkC-py-p/0sweQY2sWBEedkC-py-p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2632/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/getpolicy/get_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/getpolicy/response.go
2025-08-20T23:05:33.0808729Z [00:04:18.364]➜  go tool buildid -w $WORK/b2628/_pkg_.a # internal
2025-08-20T23:05:33.0824808Z [00:04:18.366]➜  cp $WORK/b2628/_pkg_.a /root/.cache/go-build/23/236aff0f3033dee27009457d634b17ab84687474b09de9ceccc2de11eafd82b7-d # internal
2025-08-20T23:05:33.0830689Z [00:04:18.366]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy
2025-08-20T23:05:33.0831435Z [00:04:18.366]➜  mkdir -p $WORK/b2633/
2025-08-20T23:05:33.0840012Z [00:04:18.367]➜  cat >/tmp/go-build3700090427/b2633/importcfg << 'EOF' # internal
2025-08-20T23:05:33.0841265Z [00:04:18.367]➜  # import config
2025-08-20T23:05:33.0841939Z [00:04:18.367]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:33.0842780Z [00:04:18.367]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.0843663Z [00:04:18.367]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.0844466Z [00:04:18.367]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.0845221Z [00:04:18.367]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.0846387Z [00:04:18.367]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.0848033Z [00:04:18.367]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.0849084Z [00:04:18.367]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.0850024Z [00:04:18.367]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.0850793Z [00:04:18.367]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.0851649Z [00:04:18.367]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.0852411Z [00:04:18.367]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.0853819Z [00:04:18.367]➜  EOF
2025-08-20T23:05:33.0859787Z [00:04:18.367]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/putpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/putpolicy;$WORK/b2633=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy -lang=go1.22 -complete -installsuffix shared -buildid Hn-mz7QAa9SVBHD6Fs3d/Hn-mz7QAa9SVBHD6Fs3d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2633/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/putpolicy/put_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/putpolicy/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/putpolicy/response.go
2025-08-20T23:05:33.0908596Z [00:04:18.374]➜  go tool buildid -w $WORK/b2630/_pkg_.a # internal
2025-08-20T23:05:33.0932172Z [00:04:18.376]➜  cp $WORK/b2630/_pkg_.a /root/.cache/go-build/90/90f0c78a4de2ea394dab7bd7cdd0748e8662210d22371980ccad3db85ea36c4f-d # internal
2025-08-20T23:05:33.0939139Z [00:04:18.377]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats
2025-08-20T23:05:33.0940914Z [00:04:18.377]➜  mkdir -p $WORK/b2634/
2025-08-20T23:05:33.0948211Z [00:04:18.378]➜  cat >/tmp/go-build3700090427/b2634/importcfg << 'EOF' # internal
2025-08-20T23:05:33.0951554Z [00:04:18.378]➜  # import config
2025-08-20T23:05:33.0953077Z [00:04:18.378]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.0954873Z [00:04:18.378]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.0956207Z [00:04:18.378]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.0957264Z [00:04:18.378]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.0958479Z [00:04:18.378]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.0960142Z [00:04:18.378]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.0961458Z [00:04:18.378]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.0962210Z [00:04:18.379]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.0962959Z [00:04:18.379]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.0963728Z [00:04:18.379]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.0964343Z [00:04:18.379]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.0964932Z [00:04:18.379]➜  EOF
2025-08-20T23:05:33.0969961Z [00:04:18.379]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/stats;$WORK/b2634=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats -lang=go1.22 -complete -installsuffix shared -buildid Di-xWPg6t8I7Ul9z0_B1/Di-xWPg6t8I7Ul9z0_B1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2634/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/enrich/stats/stats.go
2025-08-20T23:05:33.1157140Z [00:04:18.399]➜  go tool buildid -w $WORK/b2631/_pkg_.a # internal
2025-08-20T23:05:33.1175186Z [00:04:18.401]➜  cp $WORK/b2631/_pkg_.a /root/.cache/go-build/3f/3f88411593266fa2479f55570c6704be2789e40fea7907bccf2347e72aef101a-d # internal
2025-08-20T23:05:33.1177464Z [00:04:18.401]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete
2025-08-20T23:05:33.1178388Z [00:04:18.401]➜  mkdir -p $WORK/b2635/
2025-08-20T23:05:33.1187150Z [00:04:18.402]➜  cat >/tmp/go-build3700090427/b2635/importcfg << 'EOF' # internal
2025-08-20T23:05:33.1187973Z [00:04:18.402]➜  # import config
2025-08-20T23:05:33.1188603Z [00:04:18.402]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.1189612Z [00:04:18.402]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.1190434Z [00:04:18.402]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.1191175Z [00:04:18.402]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.1192307Z [00:04:18.402]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.1193740Z [00:04:18.402]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.1194754Z [00:04:18.402]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.1195514Z [00:04:18.402]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.1196309Z [00:04:18.402]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.1197065Z [00:04:18.402]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.1197823Z [00:04:18.402]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.1198392Z [00:04:18.402]➜  EOF
2025-08-20T23:05:33.1203338Z [00:04:18.402]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/delete;$WORK/b2635=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete -lang=go1.22 -complete -installsuffix shared -buildid 5YocYvNXqU_tLD0NK0eN/5YocYvNXqU_tLD0NK0eN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2635/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/delete/response.go
2025-08-20T23:05:33.1605380Z [00:04:18.444]➜  go tool buildid -w $WORK/b2632/_pkg_.a # internal
2025-08-20T23:05:33.1667005Z [00:04:18.450]➜  cp $WORK/b2632/_pkg_.a /root/.cache/go-build/d0/d0ee2f6c54dc9a452f359ec46164bbc133e0dca5ea805abec0f52836f4012bc3-d # internal
2025-08-20T23:05:33.1675221Z [00:04:18.451]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/get
2025-08-20T23:05:33.1675918Z [00:04:18.451]➜  mkdir -p $WORK/b2636/
2025-08-20T23:05:33.1676633Z [00:04:18.451]➜  cat >/tmp/go-build3700090427/b2636/importcfg << 'EOF' # internal
2025-08-20T23:05:33.1677292Z [00:04:18.451]➜  # import config
2025-08-20T23:05:33.1677919Z [00:04:18.451]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.1678758Z [00:04:18.451]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.1679760Z [00:04:18.451]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.1680560Z [00:04:18.451]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.1681743Z [00:04:18.451]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.1683283Z [00:04:18.451]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.1684588Z [00:04:18.451]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.1685373Z [00:04:18.451]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.1686207Z [00:04:18.451]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.1686998Z [00:04:18.451]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.1687806Z [00:04:18.451]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.1688400Z [00:04:18.451]➜  EOF
2025-08-20T23:05:33.1693765Z [00:04:18.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/get=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/get;$WORK/b2636=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/get -lang=go1.22 -complete -installsuffix shared -buildid 9kVwkMvdHAwtY0Ha3F2E/9kVwkMvdHAwtY0Ha3F2E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2636/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/get/response.go
2025-08-20T23:05:33.1813172Z [00:04:18.464]➜  go tool buildid -w $WORK/b2634/_pkg_.a # internal
2025-08-20T23:05:33.1827654Z [00:04:18.466]➜  cp $WORK/b2634/_pkg_.a /root/.cache/go-build/83/830e797d866e353299f920f6f769acadbe81613618b518dbc6895f5a123577bc-d # internal
2025-08-20T23:05:33.1829194Z [00:04:18.466]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus
2025-08-20T23:05:33.1831535Z [00:04:18.466]➜  mkdir -p $WORK/b2637/
2025-08-20T23:05:33.1834861Z [00:04:18.467]➜  cat >/tmp/go-build3700090427/b2637/importcfg << 'EOF' # internal
2025-08-20T23:05:33.1835733Z [00:04:18.467]➜  # import config
2025-08-20T23:05:33.1838223Z [00:04:18.467]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.1840558Z [00:04:18.467]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.1841493Z [00:04:18.467]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.1842305Z [00:04:18.467]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.1843527Z [00:04:18.467]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.1845065Z [00:04:18.467]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.1846172Z [00:04:18.467]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.1846991Z [00:04:18.467]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.1847787Z [00:04:18.467]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.1848790Z [00:04:18.467]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.1849787Z [00:04:18.467]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.1850372Z [00:04:18.467]➜  EOF
2025-08-20T23:05:33.1855469Z [00:04:18.467]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/getstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/getstatus;$WORK/b2637=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus -lang=go1.22 -complete -installsuffix shared -buildid 3346vUsys0wLAxxbK6Ag/3346vUsys0wLAxxbK6Ag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2637/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/getstatus/get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/getstatus/response.go
2025-08-20T23:05:33.1951797Z [00:04:18.478]➜  go tool buildid -w $WORK/b2633/_pkg_.a # internal
2025-08-20T23:05:33.2059306Z [00:04:18.489]➜  cp $WORK/b2633/_pkg_.a /root/.cache/go-build/d1/d17dcc379a70dbdb222c39b1f8cf614c4dc531da00da5b64af7a2911418fb702-d # internal
2025-08-20T23:05:33.2074483Z [00:04:18.491]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/search
2025-08-20T23:05:33.2104380Z [00:04:18.494]➜  mkdir -p $WORK/b2638/
2025-08-20T23:05:33.2137106Z [00:04:18.497]➜  cat >/tmp/go-build3700090427/b2638/importcfg << 'EOF' # internal
2025-08-20T23:05:33.2139071Z [00:04:18.497]➜  # import config
2025-08-20T23:05:33.2139887Z [00:04:18.497]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:33.2140873Z [00:04:18.497]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.2141898Z [00:04:18.497]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.2142790Z [00:04:18.497]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.2143587Z [00:04:18.497]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.2144773Z [00:04:18.497]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.2146339Z [00:04:18.497]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.2147988Z [00:04:18.497]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:33.2149975Z [00:04:18.497]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition=/tmp/go-build3700090427/b2639/_pkg_.a
2025-08-20T23:05:33.2151216Z [00:04:18.497]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.2152022Z [00:04:18.497]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.2152843Z [00:04:18.497]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.2153842Z [00:04:18.497]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.2154666Z [00:04:18.497]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.2155286Z [00:04:18.497]➜  EOF
2025-08-20T23:05:33.2161390Z [00:04:18.497]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/search=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/search;$WORK/b2638=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/search -lang=go1.22 -complete -installsuffix shared -buildid V3BkKQ6DgZ-cCrlauFZy/V3BkKQ6DgZ-cCrlauFZy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2638/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/eql/search/search.go
2025-08-20T23:05:33.2327718Z [00:04:18.516]➜  go tool buildid -w $WORK/b2635/_pkg_.a # internal
2025-08-20T23:05:33.2348089Z [00:04:18.518]➜  cp $WORK/b2635/_pkg_.a /root/.cache/go-build/1b/1b3b3f4a2e0f6bd1f9929020348c756bbcb247143a2916e642a40b7ee5d2ef1b-d # internal
2025-08-20T23:05:33.2359861Z [00:04:18.519]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/query
2025-08-20T23:05:33.2362523Z [00:04:18.519]➜  mkdir -p $WORK/b2641/
2025-08-20T23:05:33.2363238Z [00:04:18.519]➜  cat >/tmp/go-build3700090427/b2641/importcfg << 'EOF' # internal
2025-08-20T23:05:33.2363866Z [00:04:18.519]➜  # import config
2025-08-20T23:05:33.2364400Z [00:04:18.519]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:33.2365162Z [00:04:18.519]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.2366166Z [00:04:18.519]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.2366991Z [00:04:18.519]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.2367760Z [00:04:18.519]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.2369097Z [00:04:18.519]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.2370810Z [00:04:18.519]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.2372487Z [00:04:18.519]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build3700090427/b2642/_pkg_.a
2025-08-20T23:05:33.2373743Z [00:04:18.519]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.2374629Z [00:04:18.519]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.2375449Z [00:04:18.519]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.2376239Z [00:04:18.519]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.2377041Z [00:04:18.519]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.2377673Z [00:04:18.519]➜  EOF
2025-08-20T23:05:33.2383950Z [00:04:18.519]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/esql/query=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/esql/query;$WORK/b2641=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/query -lang=go1.22 -complete -installsuffix shared -buildid r8VdqyvtC91f1d1Rzq_y/r8VdqyvtC91f1d1Rzq_y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2641/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/esql/query/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/esql/query/query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/esql/query/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/esql/query/response.go
2025-08-20T23:05:33.2834307Z [00:04:18.567]➜  go tool buildid -w $WORK/b2637/_pkg_.a # internal
2025-08-20T23:05:33.2835698Z [00:04:18.567]➜  go tool buildid -w $WORK/b2636/_pkg_.a # internal
2025-08-20T23:05:33.2855291Z [00:04:18.568]➜  cp $WORK/b2637/_pkg_.a /root/.cache/go-build/24/24b0b13ff26ce4cc389d4fd39eace5da693df680c173e177fdc01b5b0f309257-d # internal
2025-08-20T23:05:33.2856746Z [00:04:18.569]➜  github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures
2025-08-20T23:05:33.2857510Z [00:04:18.569]➜  mkdir -p $WORK/b2643/
2025-08-20T23:05:33.2862251Z [00:04:18.569]➜  cat >/tmp/go-build3700090427/b2643/importcfg << 'EOF' # internal
2025-08-20T23:05:33.2866221Z [00:04:18.569]➜  # import config
2025-08-20T23:05:33.2866921Z [00:04:18.569]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.2867725Z [00:04:18.569]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.2868610Z [00:04:18.569]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.2869602Z [00:04:18.569]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.2870837Z [00:04:18.569]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.2872291Z [00:04:18.569]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.2873378Z [00:04:18.569]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.2874326Z [00:04:18.569]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.2875054Z [00:04:18.569]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.2875854Z [00:04:18.569]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.2876867Z [00:04:18.569]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.2877559Z [00:04:18.569]➜  EOF
2025-08-20T23:05:33.2885388Z [00:04:18.570]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2643/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/features/getfeatures=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/features/getfeatures;$WORK/b2643=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures -lang=go1.22 -complete -installsuffix shared -buildid 7pSPM_idJEeY0HmsajyE/7pSPM_idJEeY0HmsajyE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2643/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/features/getfeatures/get_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/features/getfeatures/response.go
2025-08-20T23:05:33.2913084Z [00:04:18.573]➜  cp $WORK/b2636/_pkg_.a /root/.cache/go-build/0e/0ee105bff1b0f7ee8d1834b6593442478057e59b95af0a6b4ca04410efc21b36-d # internal
2025-08-20T23:05:33.2932986Z [00:04:18.574]➜  github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures
2025-08-20T23:05:33.2933814Z [00:04:18.574]➜  mkdir -p $WORK/b2644/
2025-08-20T23:05:33.2934572Z [00:04:18.574]➜  cat >/tmp/go-build3700090427/b2644/importcfg << 'EOF' # internal
2025-08-20T23:05:33.2935261Z [00:04:18.574]➜  # import config
2025-08-20T23:05:33.2935934Z [00:04:18.574]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.2936841Z [00:04:18.574]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.2937707Z [00:04:18.574]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.2938511Z [00:04:18.574]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.2939969Z [00:04:18.574]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.2941538Z [00:04:18.574]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.2942957Z [00:04:18.574]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.2943806Z [00:04:18.574]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.2944660Z [00:04:18.574]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.2945499Z [00:04:18.574]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.2946327Z [00:04:18.575]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.2946935Z [00:04:18.575]➜  EOF
2025-08-20T23:05:33.2952731Z [00:04:18.575]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/features/resetfeatures=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/features/resetfeatures;$WORK/b2644=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures -lang=go1.22 -complete -installsuffix shared -buildid aokkCTYW_19xLZquxEoU/aokkCTYW_19xLZquxEoU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2644/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/features/resetfeatures/reset_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/features/resetfeatures/response.go
2025-08-20T23:05:33.3391283Z [00:04:18.622]➜  go tool buildid -w $WORK/b2641/_pkg_.a # internal
2025-08-20T23:05:33.3416503Z [00:04:18.625]➜  cp $WORK/b2641/_pkg_.a /root/.cache/go-build/b4/b492fb4524adac96d1f9fd00b250a8540794482a617aa625b29199fa1e5779db-d # internal
2025-08-20T23:05:33.3423440Z [00:04:18.625]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints
2025-08-20T23:05:33.3427792Z [00:04:18.625]➜  mkdir -p $WORK/b2645/
2025-08-20T23:05:33.3428569Z [00:04:18.626]➜  cat >/tmp/go-build3700090427/b2645/importcfg << 'EOF' # internal
2025-08-20T23:05:33.3429700Z [00:04:18.626]➜  # import config
2025-08-20T23:05:33.3430358Z [00:04:18.626]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.3431193Z [00:04:18.626]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.3432138Z [00:04:18.626]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.3432873Z [00:04:18.626]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.3433999Z [00:04:18.626]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.3435448Z [00:04:18.626]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.3436472Z [00:04:18.626]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.3437328Z [00:04:18.626]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.3438115Z [00:04:18.626]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.3438870Z [00:04:18.626]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.3439797Z [00:04:18.626]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.3440363Z [00:04:18.626]➜  EOF
2025-08-20T23:05:33.3445788Z [00:04:18.626]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/globalcheckpoints=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/globalcheckpoints;$WORK/b2645=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints -lang=go1.22 -complete -installsuffix shared -buildid i9UAQM0dyNyCph9CNpwZ/i9UAQM0dyNyCph9CNpwZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2645/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/globalcheckpoints/global_checkpoints.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/globalcheckpoints/response.go
2025-08-20T23:05:33.3864341Z [00:04:18.669]➜  go tool buildid -w $WORK/b2643/_pkg_.a # internal
2025-08-20T23:05:33.3884894Z [00:04:18.672]➜  cp $WORK/b2643/_pkg_.a /root/.cache/go-build/c3/c3b771fcb01ea1d09e77627a7651a2a7905adccf4800808c5a37a2134beab332-d # internal
2025-08-20T23:05:33.3888946Z [00:04:18.672]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch
2025-08-20T23:05:33.3890305Z [00:04:18.672]➜  mkdir -p $WORK/b2646/
2025-08-20T23:05:33.3894929Z [00:04:18.673]➜  cat >/tmp/go-build3700090427/b2646/importcfg << 'EOF' # internal
2025-08-20T23:05:33.3899145Z [00:04:18.673]➜  # import config
2025-08-20T23:05:33.3900008Z [00:04:18.673]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:33.3900901Z [00:04:18.673]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.3901819Z [00:04:18.673]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.3902668Z [00:04:18.673]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.3903492Z [00:04:18.673]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.3904749Z [00:04:18.673]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.3906406Z [00:04:18.673]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.3908173Z [00:04:18.673]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:33.3910153Z [00:04:18.673]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3700090427/b2443/_pkg_.a
2025-08-20T23:05:33.3911430Z [00:04:18.673]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.3912491Z [00:04:18.673]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.3913380Z [00:04:18.673]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.3914256Z [00:04:18.673]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.3915094Z [00:04:18.673]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.3915906Z [00:04:18.673]➜  EOF
2025-08-20T23:05:33.3927619Z [00:04:18.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2646/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/msearch=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/msearch;$WORK/b2646=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch -lang=go1.22 -complete -installsuffix shared -buildid yXSYPIc22U--ThXrgL9K/yXSYPIc22U--ThXrgL9K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2646/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/msearch/msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/msearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/msearch/response.go
2025-08-20T23:05:33.3967997Z [00:04:18.680]➜  go tool buildid -w $WORK/b2638/_pkg_.a # internal
2025-08-20T23:05:33.3993521Z [00:04:18.682]➜  cp $WORK/b2638/_pkg_.a /root/.cache/go-build/7a/7a6baf8783ec25d55bd7eafb118cec620308937c7fe7441733b242bed2b0fe91-d # internal
2025-08-20T23:05:33.3996932Z [00:04:18.683]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search
2025-08-20T23:05:33.3999107Z [00:04:18.683]➜  mkdir -p $WORK/b2648/
2025-08-20T23:05:33.4008106Z [00:04:18.684]➜  cat >/tmp/go-build3700090427/b2648/importcfg << 'EOF' # internal
2025-08-20T23:05:33.4021187Z [00:04:18.684]➜  # import config
2025-08-20T23:05:33.4021849Z [00:04:18.684]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:33.4022747Z [00:04:18.684]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.4023714Z [00:04:18.684]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.4024757Z [00:04:18.684]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.4025496Z [00:04:18.684]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.4026640Z [00:04:18.684]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.4028083Z [00:04:18.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.4032979Z [00:04:18.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:33.4035299Z [00:04:18.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3700090427/b2417/_pkg_.a
2025-08-20T23:05:33.4037496Z [00:04:18.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3700090427/b2443/_pkg_.a
2025-08-20T23:05:33.4039551Z [00:04:18.684]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3700090427/b2460/_pkg_.a
2025-08-20T23:05:33.4040935Z [00:04:18.684]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.4041697Z [00:04:18.684]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.4042506Z [00:04:18.684]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.4043290Z [00:04:18.684]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.4044079Z [00:04:18.684]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.4044660Z [00:04:18.684]➜  EOF
2025-08-20T23:05:33.4050660Z [00:04:18.684]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2648/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/search=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/search;$WORK/b2648=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search -lang=go1.22 -complete -installsuffix shared -buildid 0A0NjoiHfJKfQGZGjxKC/0A0NjoiHfJKfQGZGjxKC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2648/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/fleet/search/search.go
2025-08-20T23:05:33.4055759Z [00:04:18.685]➜  go tool buildid -w $WORK/b2644/_pkg_.a # internal
2025-08-20T23:05:33.4057005Z [00:04:18.686]➜  cp $WORK/b2644/_pkg_.a /root/.cache/go-build/78/780c7600d54b471cd8c9688ecaceb6735a7a752bbfe8e1e2279211c16b620d5e-d # internal
2025-08-20T23:05:33.4074542Z [00:04:18.689]➜  github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore
2025-08-20T23:05:33.4080738Z [00:04:18.689]➜  mkdir -p $WORK/b2649/
2025-08-20T23:05:33.4081456Z [00:04:18.689]➜  cat >/tmp/go-build3700090427/b2649/importcfg << 'EOF' # internal
2025-08-20T23:05:33.4082113Z [00:04:18.689]➜  # import config
2025-08-20T23:05:33.4082724Z [00:04:18.689]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:33.4083505Z [00:04:18.689]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.4084311Z [00:04:18.689]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.4085110Z [00:04:18.689]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.4085845Z [00:04:18.689]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.4095895Z [00:04:18.689]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.4097500Z [00:04:18.689]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.4098556Z [00:04:18.689]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.4100212Z [00:04:18.689]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.4101015Z [00:04:18.689]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.4101792Z [00:04:18.689]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.4102548Z [00:04:18.689]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.4103111Z [00:04:18.689]➜  EOF
2025-08-20T23:05:33.4108716Z [00:04:18.689]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/graph/explore=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/graph/explore;$WORK/b2649=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore -lang=go1.22 -complete -installsuffix shared -buildid ouFIC8V_KhIxTL-gAr3C/ouFIC8V_KhIxTL-gAr3C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2649/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/graph/explore/explore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/graph/explore/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/graph/explore/response.go
2025-08-20T23:05:33.4393108Z [00:04:18.722]➜  go tool buildid -w $WORK/b2645/_pkg_.a # internal
2025-08-20T23:05:33.4402898Z [00:04:18.723]➜  cp $WORK/b2645/_pkg_.a /root/.cache/go-build/54/542d28e92cd1afa102fcffb766704c3f8706b6ceb5eb33a18840f6784819ef00-d # internal
2025-08-20T23:05:33.4405044Z [00:04:18.724]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle
2025-08-20T23:05:33.4406511Z [00:04:18.724]➜  mkdir -p $WORK/b2650/
2025-08-20T23:05:33.4410186Z [00:04:18.724]➜  cat >/tmp/go-build3700090427/b2650/importcfg << 'EOF' # internal
2025-08-20T23:05:33.4410891Z [00:04:18.724]➜  # import config
2025-08-20T23:05:33.4411783Z [00:04:18.724]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.4412761Z [00:04:18.724]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.4413640Z [00:04:18.724]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.4414479Z [00:04:18.724]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.4415686Z [00:04:18.724]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.4417235Z [00:04:18.724]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.4418294Z [00:04:18.724]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.4419044Z [00:04:18.724]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.4420276Z [00:04:18.724]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.4421074Z [00:04:18.724]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.4421850Z [00:04:18.724]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.4422410Z [00:04:18.724]➜  EOF
2025-08-20T23:05:33.4427836Z [00:04:18.724]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2650/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/deletelifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/deletelifecycle;$WORK/b2650=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle -lang=go1.22 -complete -installsuffix shared -buildid MIOyN0sWuyWuSZ1mZ2yB/MIOyN0sWuyWuSZ1mZ2yB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2650/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/deletelifecycle/delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/deletelifecycle/response.go
2025-08-20T23:05:33.5157726Z [00:04:18.797]➜  go tool buildid -w $WORK/b2649/_pkg_.a # internal
2025-08-20T23:05:33.5161703Z [00:04:18.799]➜  cp $WORK/b2649/_pkg_.a /root/.cache/go-build/06/0628b0675f5b71ad80d14a141394322950184d2a39081ba39674e6886aff4684-d # internal
2025-08-20T23:05:33.5193847Z [00:04:18.802]➜  go tool buildid -w $WORK/b2646/_pkg_.a # internal
2025-08-20T23:05:33.5216551Z [00:04:18.805]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle
2025-08-20T23:05:33.5219505Z [00:04:18.805]➜  mkdir -p $WORK/b2651/
2025-08-20T23:05:33.5234525Z [00:04:18.806]➜  cat >/tmp/go-build3700090427/b2651/importcfg << 'EOF' # internal
2025-08-20T23:05:33.5244670Z [00:04:18.806]➜  # import config
2025-08-20T23:05:33.5245346Z [00:04:18.806]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:33.5246256Z [00:04:18.806]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.5247207Z [00:04:18.806]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.5248149Z [00:04:18.806]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.5249001Z [00:04:18.806]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.5250478Z [00:04:18.807]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.5252170Z [00:04:18.807]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.5253112Z [00:04:18.807]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.5253927Z [00:04:18.807]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.5254808Z [00:04:18.807]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.5255684Z [00:04:18.807]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.5256545Z [00:04:18.807]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.5257438Z [00:04:18.807]➜  EOF
2025-08-20T23:05:33.5270085Z [00:04:18.807]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2651/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/explainlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/explainlifecycle;$WORK/b2651=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle -lang=go1.22 -complete -installsuffix shared -buildid EnwKr7cLyONDmIxRjC3e/EnwKr7cLyONDmIxRjC3e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2651/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/explainlifecycle/explain_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/explainlifecycle/response.go
2025-08-20T23:05:33.5282136Z [00:04:18.807]➜  cp $WORK/b2646/_pkg_.a /root/.cache/go-build/99/99935a8871a3710cc5419e2873c2a8b83d8a2bc396ebbf1d867338b9d4fabd44-d # internal
2025-08-20T23:05:33.5283467Z [00:04:18.810]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle
2025-08-20T23:05:33.5284172Z [00:04:18.810]➜  mkdir -p $WORK/b2652/
2025-08-20T23:05:33.5284883Z [00:04:18.811]➜  cat >/tmp/go-build3700090427/b2652/importcfg << 'EOF' # internal
2025-08-20T23:05:33.5285572Z [00:04:18.811]➜  # import config
2025-08-20T23:05:33.5286238Z [00:04:18.811]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.5287125Z [00:04:18.811]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.5288001Z [00:04:18.811]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.5288809Z [00:04:18.811]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.5297117Z [00:04:18.811]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.5298709Z [00:04:18.811]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.5300008Z [00:04:18.811]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.5301022Z [00:04:18.811]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.5301870Z [00:04:18.811]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.5302728Z [00:04:18.811]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.5303544Z [00:04:18.811]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.5304146Z [00:04:18.811]➜  EOF
2025-08-20T23:05:33.5309592Z [00:04:18.811]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/getlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/getlifecycle;$WORK/b2652=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle -lang=go1.22 -complete -installsuffix shared -buildid ZWAdu8hL9V7U6RKj2qgK/ZWAdu8hL9V7U6RKj2qgK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2652/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/getlifecycle/get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/getlifecycle/response.go
2025-08-20T23:05:33.5512391Z [00:04:18.833]➜  go tool buildid -w $WORK/b2650/_pkg_.a # internal
2025-08-20T23:05:33.5515890Z [00:04:18.834]➜  cp $WORK/b2650/_pkg_.a /root/.cache/go-build/b5/b5b0e1bb14666bb3dcb451fcac07a6861f6aeb278915afa99bff18eb874ef06e-d # internal
2025-08-20T23:05:33.5545366Z [00:04:18.838]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus
2025-08-20T23:05:33.5551312Z [00:04:18.838]➜  mkdir -p $WORK/b2653/
2025-08-20T23:05:33.5556284Z [00:04:18.838]➜  cat >/tmp/go-build3700090427/b2653/importcfg << 'EOF' # internal
2025-08-20T23:05:33.5556969Z [00:04:18.838]➜  # import config
2025-08-20T23:05:33.5557785Z [00:04:18.838]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.5558625Z [00:04:18.838]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.5559712Z [00:04:18.838]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.5560472Z [00:04:18.838]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.5561562Z [00:04:18.838]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.5563089Z [00:04:18.838]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.5564749Z [00:04:18.838]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3700090427/b2401/_pkg_.a
2025-08-20T23:05:33.5565986Z [00:04:18.838]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.5566887Z [00:04:18.838]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.5567678Z [00:04:18.838]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.5568452Z [00:04:18.838]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.5569224Z [00:04:18.838]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.5569925Z [00:04:18.838]➜  EOF
2025-08-20T23:05:33.5574884Z [00:04:18.838]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2653/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/getstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/getstatus;$WORK/b2653=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus -lang=go1.22 -complete -installsuffix shared -buildid DzX0cvL1Hh2kCUavHFX6/DzX0cvL1Hh2kCUavHFX6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2653/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/getstatus/get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/getstatus/response.go
2025-08-20T23:05:33.6481540Z [00:04:18.931]➜  go tool buildid -w $WORK/b2653/_pkg_.a # internal
2025-08-20T23:05:33.6496435Z [00:04:18.933]➜  go tool buildid -w $WORK/b2652/_pkg_.a # internal
2025-08-20T23:05:33.6515884Z [00:04:18.935]➜  cp $WORK/b2652/_pkg_.a /root/.cache/go-build/ef/efc8509202648499a03e11c53849ffda69182c7ca15d9562bc5fbc0291117701-d # internal
2025-08-20T23:05:33.6521692Z [00:04:18.935]➜  cp $WORK/b2653/_pkg_.a /root/.cache/go-build/77/775720dcb7977281501e98436fcc9cb5b5ba0998536451cf2b040b5d067b7d67-d # internal
2025-08-20T23:05:33.6534738Z [00:04:18.937]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep
2025-08-20T23:05:33.6539890Z [00:04:18.937]➜  mkdir -p $WORK/b2655/
2025-08-20T23:05:33.6551043Z [00:04:18.937]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers
2025-08-20T23:05:33.6551884Z [00:04:18.937]➜  mkdir -p $WORK/b2654/
2025-08-20T23:05:33.6552639Z [00:04:18.938]➜  cat >/tmp/go-build3700090427/b2655/importcfg << 'EOF' # internal
2025-08-20T23:05:33.6560927Z [00:04:18.938]➜  # import config
2025-08-20T23:05:33.6561688Z [00:04:18.938]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:33.6562551Z [00:04:18.938]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.6563653Z [00:04:18.938]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.6564539Z [00:04:18.938]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.6565323Z [00:04:18.938]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.6566752Z [00:04:18.938]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.6568314Z [00:04:18.938]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.6569552Z [00:04:18.938]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.6570478Z [00:04:18.938]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.6571300Z [00:04:18.938]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.6572088Z [00:04:18.938]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.6572886Z [00:04:18.938]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.6573486Z [00:04:18.938]➜  EOF
2025-08-20T23:05:33.6579691Z [00:04:18.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/movetostep=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/movetostep;$WORK/b2655=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep -lang=go1.22 -complete -installsuffix shared -buildid CZsQcvmCedexxiMZPMoU/CZsQcvmCedexxiMZPMoU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2655/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/movetostep/move_to_step.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/movetostep/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/movetostep/response.go
2025-08-20T23:05:33.6585159Z [00:04:18.938]➜  cat >/tmp/go-build3700090427/b2654/importcfg << 'EOF' # internal
2025-08-20T23:05:33.6586130Z [00:04:18.938]➜  # import config
2025-08-20T23:05:33.6587087Z [00:04:18.938]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:33.6588114Z [00:04:18.938]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.6589152Z [00:04:18.938]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.6590483Z [00:04:18.938]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.6591591Z [00:04:18.938]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.6593075Z [00:04:18.938]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.6595082Z [00:04:18.938]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.6596595Z [00:04:18.938]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.6598410Z [00:04:18.938]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.6599232Z [00:04:18.938]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.6600208Z [00:04:18.938]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.6600998Z [00:04:18.938]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.6601584Z [00:04:18.938]➜  EOF
2025-08-20T23:05:33.6608026Z [00:04:18.938]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/migratetodatatiers=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/migratetodatatiers;$WORK/b2654=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers -lang=go1.22 -complete -installsuffix shared -buildid jpQozeopk_ONnS9afPH4/jpQozeopk_ONnS9afPH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2654/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/migratetodatatiers/migrate_to_data_tiers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/migratetodatatiers/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/migratetodatatiers/response.go
2025-08-20T23:05:33.6722395Z [00:04:18.955]➜  go tool buildid -w $WORK/b2651/_pkg_.a # internal
2025-08-20T23:05:33.6759841Z [00:04:18.959]➜  cp $WORK/b2651/_pkg_.a /root/.cache/go-build/1f/1f09603aa9b7ed07f18155f4bfd532f689b982cf6e6ba9ede0d379bf837525f4-d # internal
2025-08-20T23:05:33.6776841Z [00:04:18.961]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle
2025-08-20T23:05:33.6781861Z [00:04:18.961]➜  mkdir -p $WORK/b2656/
2025-08-20T23:05:33.6782624Z [00:04:18.961]➜  cat >/tmp/go-build3700090427/b2656/importcfg << 'EOF' # internal
2025-08-20T23:05:33.6783296Z [00:04:18.961]➜  # import config
2025-08-20T23:05:33.6783926Z [00:04:18.961]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:33.6784724Z [00:04:18.961]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.6785573Z [00:04:18.961]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.6786395Z [00:04:18.961]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.6787162Z [00:04:18.961]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.6788486Z [00:04:18.961]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.6790155Z [00:04:18.961]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.6791218Z [00:04:18.961]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.6792006Z [00:04:18.961]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.6792818Z [00:04:18.961]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.6793602Z [00:04:18.961]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.6794381Z [00:04:18.961]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.6794959Z [00:04:18.961]➜  EOF
2025-08-20T23:05:33.6811160Z [00:04:18.961]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/putlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/putlifecycle;$WORK/b2656=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle -lang=go1.22 -complete -installsuffix shared -buildid IQBUdoDte3yX_8RTBLqg/IQBUdoDte3yX_8RTBLqg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2656/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/putlifecycle/put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/putlifecycle/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/putlifecycle/response.go
2025-08-20T23:05:33.7813004Z [00:04:19.064]➜  go tool buildid -w $WORK/b2654/_pkg_.a # internal
2025-08-20T23:05:33.7833062Z [00:04:19.066]➜  cp $WORK/b2654/_pkg_.a /root/.cache/go-build/9e/9ecb11efe6f961fed4d76d11553760da0cf37187b82a688068091a8e2237fcc1-d # internal
2025-08-20T23:05:33.7841633Z [00:04:19.067]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy
2025-08-20T23:05:33.7843522Z [00:04:19.068]➜  mkdir -p $WORK/b2657/
2025-08-20T23:05:33.7852564Z [00:04:19.068]➜  cat >/tmp/go-build3700090427/b2657/importcfg << 'EOF' # internal
2025-08-20T23:05:33.7853927Z [00:04:19.068]➜  # import config
2025-08-20T23:05:33.7854625Z [00:04:19.068]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.7855537Z [00:04:19.068]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.7856637Z [00:04:19.068]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.7857399Z [00:04:19.068]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.7858551Z [00:04:19.068]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.7860193Z [00:04:19.068]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.7861249Z [00:04:19.068]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.7862009Z [00:04:19.068]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.7862871Z [00:04:19.068]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.7863676Z [00:04:19.068]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.7864396Z [00:04:19.068]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.7864949Z [00:04:19.068]➜  EOF
2025-08-20T23:05:33.7891246Z [00:04:19.069]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/removepolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/removepolicy;$WORK/b2657=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy -lang=go1.22 -complete -installsuffix shared -buildid qVcD_q_L8GiiQp4TtYkD/qVcD_q_L8GiiQp4TtYkD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2657/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/removepolicy/remove_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/removepolicy/response.go
2025-08-20T23:05:33.7895834Z [00:04:19.072]➜  go tool buildid -w $WORK/b2655/_pkg_.a # internal
2025-08-20T23:05:33.7900247Z [00:04:19.073]➜  go tool buildid -w $WORK/b2656/_pkg_.a # internal
2025-08-20T23:05:33.7904181Z [00:04:19.074]➜  cp $WORK/b2655/_pkg_.a /root/.cache/go-build/ea/ea1eb40c7eeb99e24820dc3083d49c2930975b46fc5ec8ea98c9f177f58d7246-d # internal
2025-08-20T23:05:33.7915333Z [00:04:19.075]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry
2025-08-20T23:05:33.7916040Z [00:04:19.075]➜  mkdir -p $WORK/b2658/
2025-08-20T23:05:33.7919732Z [00:04:19.075]➜  cp $WORK/b2656/_pkg_.a /root/.cache/go-build/2c/2cc70ba1891ec702d44f202ec84c1622cc4c2eaa5051ca5ac5bc42f0bcdc1c90-d # internal
2025-08-20T23:05:33.7924048Z [00:04:19.075]➜  cat >/tmp/go-build3700090427/b2658/importcfg << 'EOF' # internal
2025-08-20T23:05:33.7954430Z [00:04:19.075]➜  # import config
2025-08-20T23:05:33.7955195Z [00:04:19.075]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.7956100Z [00:04:19.075]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.7957232Z [00:04:19.075]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.7958033Z [00:04:19.075]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.7959190Z [00:04:19.075]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.7960843Z [00:04:19.075]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.7961881Z [00:04:19.075]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.7962669Z [00:04:19.075]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.7963496Z [00:04:19.075]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.7964288Z [00:04:19.075]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.7965089Z [00:04:19.075]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.7965707Z [00:04:19.075]➜  EOF
2025-08-20T23:05:33.7970656Z [00:04:19.075]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2658/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/retry=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/retry;$WORK/b2658=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry -lang=go1.22 -complete -installsuffix shared -buildid 4I1ZDbEjJyqxHDVsci-P/4I1ZDbEjJyqxHDVsci-P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2658/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/retry/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/retry/retry.go
2025-08-20T23:05:33.7975324Z [00:04:19.076]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start
2025-08-20T23:05:33.7976270Z [00:04:19.076]➜  mkdir -p $WORK/b2659/
2025-08-20T23:05:33.7976991Z [00:04:19.076]➜  cat >/tmp/go-build3700090427/b2659/importcfg << 'EOF' # internal
2025-08-20T23:05:33.7977646Z [00:04:19.076]➜  # import config
2025-08-20T23:05:33.7978291Z [00:04:19.076]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.7979182Z [00:04:19.076]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.7981515Z [00:04:19.076]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.7982314Z [00:04:19.076]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.7983473Z [00:04:19.076]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.7985085Z [00:04:19.076]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.7986143Z [00:04:19.076]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.7986899Z [00:04:19.076]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.7987692Z [00:04:19.076]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.7988465Z [00:04:19.076]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.7989243Z [00:04:19.076]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.7989992Z [00:04:19.076]➜  EOF
2025-08-20T23:05:33.7994932Z [00:04:19.076]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2659/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/start=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/start;$WORK/b2659=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start -lang=go1.22 -complete -installsuffix shared -buildid 4DhTveDwdhd692GShDn4/4DhTveDwdhd692GShDn4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2659/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/start/start.go
2025-08-20T23:05:33.8812454Z [00:04:19.164]➜  go tool buildid -w $WORK/b2659/_pkg_.a # internal
2025-08-20T23:05:33.8815622Z [00:04:19.165]➜  go tool buildid -w $WORK/b2658/_pkg_.a # internal
2025-08-20T23:05:33.8831699Z [00:04:19.166]➜  cp $WORK/b2658/_pkg_.a /root/.cache/go-build/63/635c6d71dd3dcba2280c4d7b5d7756f9f70967b382c80feb851c80a565749f99-d # internal
2025-08-20T23:05:33.8844317Z [00:04:19.168]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop
2025-08-20T23:05:33.8848689Z [00:04:19.168]➜  mkdir -p $WORK/b2660/
2025-08-20T23:05:33.8860722Z [00:04:19.169]➜  cp $WORK/b2659/_pkg_.a /root/.cache/go-build/e4/e4e3b05c950e6ada7d1dd166ff1bcc96ca399fcb5bfc31ac5f7433a591096dd1-d # internal
2025-08-20T23:05:33.8875595Z [00:04:19.171]➜  go tool buildid -w $WORK/b2657/_pkg_.a # internal
2025-08-20T23:05:33.8886865Z [00:04:19.172]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock
2025-08-20T23:05:33.8887607Z [00:04:19.172]➜  mkdir -p $WORK/b2661/
2025-08-20T23:05:33.8907622Z [00:04:19.172]➜  cat >/tmp/go-build3700090427/b2661/importcfg << 'EOF' # internal
2025-08-20T23:05:33.8924932Z [00:04:19.172]➜  # import config
2025-08-20T23:05:33.8925617Z [00:04:19.172]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.8926491Z [00:04:19.172]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.8927344Z [00:04:19.172]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.8928142Z [00:04:19.172]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.8929907Z [00:04:19.172]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.8931511Z [00:04:19.172]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.8933374Z [00:04:19.172]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:33.8934681Z [00:04:19.172]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.8935491Z [00:04:19.172]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.8936306Z [00:04:19.172]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.8937174Z [00:04:19.172]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.8937969Z [00:04:19.172]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.8938554Z [00:04:19.172]➜  EOF
2025-08-20T23:05:33.8944391Z [00:04:19.172]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2661/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/addblock=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/addblock;$WORK/b2661=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock -lang=go1.22 -complete -installsuffix shared -buildid j2xXZqt8D8qFDm_Nnma3/j2xXZqt8D8qFDm_Nnma3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2661/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/addblock/add_block.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/addblock/response.go
2025-08-20T23:05:33.8950032Z [00:04:19.174]➜  cp $WORK/b2657/_pkg_.a /root/.cache/go-build/f9/f9caee0826ca7f9eb3f9416cc8c4a0ecdd5b3cdbb79ded267a5212eb97491304-d # internal
2025-08-20T23:05:33.8959591Z [00:04:19.179]➜  cat >/tmp/go-build3700090427/b2660/importcfg << 'EOF' # internal
2025-08-20T23:05:33.8967101Z [00:04:19.179]➜  # import config
2025-08-20T23:05:33.8967778Z [00:04:19.179]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.8968665Z [00:04:19.179]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.8969758Z [00:04:19.179]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.8970760Z [00:04:19.179]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.8971971Z [00:04:19.179]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.8973509Z [00:04:19.179]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.8974597Z [00:04:19.179]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.8975386Z [00:04:19.179]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.8976198Z [00:04:19.179]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.8977001Z [00:04:19.179]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.8977811Z [00:04:19.179]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.8978414Z [00:04:19.179]➜  EOF
2025-08-20T23:05:33.8986324Z [00:04:19.180]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2660/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/stop=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/stop;$WORK/b2660=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop -lang=go1.22 -complete -installsuffix shared -buildid FYxdzaPebgc8HsAVpbhc/FYxdzaPebgc8HsAVpbhc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2660/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ilm/stop/stop.go
2025-08-20T23:05:33.9060895Z [00:04:19.189]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze
2025-08-20T23:05:33.9095198Z [00:04:19.193]➜  mkdir -p $WORK/b2662/
2025-08-20T23:05:33.9140639Z [00:04:19.197]➜  cat >/tmp/go-build3700090427/b2662/importcfg << 'EOF' # internal
2025-08-20T23:05:33.9143239Z [00:04:19.197]➜  # import config
2025-08-20T23:05:33.9144830Z [00:04:19.197]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:33.9146801Z [00:04:19.197]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.9147826Z [00:04:19.197]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.9148887Z [00:04:19.197]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.9151491Z [00:04:19.197]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.9152669Z [00:04:19.197]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.9154147Z [00:04:19.197]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.9155231Z [00:04:19.197]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.9156030Z [00:04:19.197]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.9156846Z [00:04:19.197]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.9157641Z [00:04:19.197]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.9158456Z [00:04:19.197]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.9159051Z [00:04:19.197]➜  EOF
2025-08-20T23:05:33.9164708Z [00:04:19.197]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2662/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/analyze=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/analyze;$WORK/b2662=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze -lang=go1.22 -complete -installsuffix shared -buildid gEK7E3Ir3TLTcwF7bEte/gEK7E3Ir3TLTcwF7bEte -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2662/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/analyze/analyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/analyze/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/analyze/response.go
2025-08-20T23:05:33.9621816Z [00:04:19.242]➜  go tool buildid -w $WORK/b2648/_pkg_.a # internal
2025-08-20T23:05:33.9651977Z [00:04:19.248]➜  cp $WORK/b2648/_pkg_.a /root/.cache/go-build/fe/fe366dcb20f81ba6b1af2e3dfe6dd58c05c241ea95cdc70c22d8e939781ed349-d # internal
2025-08-20T23:05:33.9667613Z [00:04:19.250]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache
2025-08-20T23:05:33.9671367Z [00:04:19.250]➜  mkdir -p $WORK/b2663/
2025-08-20T23:05:33.9676032Z [00:04:19.251]➜  cat >/tmp/go-build3700090427/b2663/importcfg << 'EOF' # internal
2025-08-20T23:05:33.9676754Z [00:04:19.251]➜  # import config
2025-08-20T23:05:33.9677484Z [00:04:19.251]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:33.9678428Z [00:04:19.251]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:33.9680983Z [00:04:19.251]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:33.9682461Z [00:04:19.251]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:33.9684022Z [00:04:19.251]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:33.9685719Z [00:04:19.251]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:33.9687648Z [00:04:19.251]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:33.9690475Z [00:04:19.251]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:33.9691700Z [00:04:19.251]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:33.9693030Z [00:04:19.251]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:33.9693947Z [00:04:19.251]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:33.9694822Z [00:04:19.251]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:33.9695586Z [00:04:19.251]➜  EOF
2025-08-20T23:05:33.9701099Z [00:04:19.252]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2663/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/clearcache=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/clearcache;$WORK/b2663=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache -lang=go1.22 -complete -installsuffix shared -buildid 10VoDrZaJ7il3V5RBwn4/10VoDrZaJ7il3V5RBwn4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2663/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/clearcache/clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/clearcache/response.go
2025-08-20T23:05:34.0034294Z [00:04:19.286]➜  go tool buildid -w $WORK/b2661/_pkg_.a # internal
2025-08-20T23:05:34.0051338Z [00:04:19.288]➜  cp $WORK/b2661/_pkg_.a /root/.cache/go-build/64/64db463c0119b7ffc86d21977e5a9bdc8e137ac58f388b6999df19785ab1a01b-d # internal
2025-08-20T23:05:34.0066053Z [00:04:19.290]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone
2025-08-20T23:05:34.0067090Z [00:04:19.290]➜  mkdir -p $WORK/b2664/
2025-08-20T23:05:34.0078576Z [00:04:19.291]➜  cat >/tmp/go-build3700090427/b2664/importcfg << 'EOF' # internal
2025-08-20T23:05:34.0080188Z [00:04:19.291]➜  # import config
2025-08-20T23:05:34.0084026Z [00:04:19.291]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:34.0084911Z [00:04:19.291]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.0085828Z [00:04:19.291]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.0086721Z [00:04:19.291]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.0087511Z [00:04:19.291]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.0088847Z [00:04:19.291]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.0093547Z [00:04:19.291]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.0095116Z [00:04:19.291]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.0098344Z [00:04:19.291]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.0099457Z [00:04:19.291]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.0100285Z [00:04:19.291]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.0101061Z [00:04:19.291]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.0101668Z [00:04:19.292]➜  EOF
2025-08-20T23:05:34.0107433Z [00:04:19.292]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2664/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/clone=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/clone;$WORK/b2664=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone -lang=go1.22 -complete -installsuffix shared -buildid EQux8FC6oPpkkwm1unfz/EQux8FC6oPpkkwm1unfz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2664/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/clone/clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/clone/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/clone/response.go
2025-08-20T23:05:34.0116468Z [00:04:19.293]➜  go tool buildid -w $WORK/b2660/_pkg_.a # internal
2025-08-20T23:05:34.0121258Z [00:04:19.294]➜  cp $WORK/b2660/_pkg_.a /root/.cache/go-build/e5/e56e552c106f5b9e7e43472771cddb2c1cd0fe1682d0196da43d9d020704e4ea-d # internal
2025-08-20T23:05:34.0123767Z [00:04:19.295]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/close
2025-08-20T23:05:34.0128107Z [00:04:19.295]➜  mkdir -p $WORK/b2665/
2025-08-20T23:05:34.0128906Z [00:04:19.296]➜  cat >/tmp/go-build3700090427/b2665/importcfg << 'EOF' # internal
2025-08-20T23:05:34.0129910Z [00:04:19.296]➜  # import config
2025-08-20T23:05:34.0130589Z [00:04:19.296]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.0133882Z [00:04:19.296]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.0134878Z [00:04:19.296]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.0135741Z [00:04:19.296]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.0136967Z [00:04:19.296]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.0138521Z [00:04:19.296]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.0140469Z [00:04:19.296]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.0141687Z [00:04:19.296]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.0142453Z [00:04:19.296]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.0143268Z [00:04:19.296]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.0144052Z [00:04:19.296]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.0144826Z [00:04:19.296]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.0145398Z [00:04:19.296]➜  EOF
2025-08-20T23:05:34.0150675Z [00:04:19.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2665/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/close=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/close;$WORK/b2665=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/close -lang=go1.22 -complete -installsuffix shared -buildid OuMeUa9eZAxB0A9eNHBE/OuMeUa9eZAxB0A9eNHBE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2665/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/close/close.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/close/response.go
2025-08-20T23:05:34.0946563Z [00:04:19.377]➜  go tool buildid -w $WORK/b2663/_pkg_.a # internal
2025-08-20T23:05:34.1005260Z [00:04:19.384]➜  cp $WORK/b2663/_pkg_.a /root/.cache/go-build/8e/8e4593a1399499da2cde5a8753d258fe0618798be7572a57b432312b163b037c-d # internal
2025-08-20T23:05:34.1016250Z [00:04:19.385]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/create
2025-08-20T23:05:34.1017088Z [00:04:19.385]➜  mkdir -p $WORK/b2666/
2025-08-20T23:05:34.1017871Z [00:04:19.385]➜  cat >/tmp/go-build3700090427/b2666/importcfg << 'EOF' # internal
2025-08-20T23:05:34.1018574Z [00:04:19.385]➜  # import config
2025-08-20T23:05:34.1019264Z [00:04:19.385]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:34.1020600Z [00:04:19.385]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.1021500Z [00:04:19.385]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.1022386Z [00:04:19.385]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.1023201Z [00:04:19.385]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.1024435Z [00:04:19.385]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.1026192Z [00:04:19.385]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.1027511Z [00:04:19.385]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.1028364Z [00:04:19.385]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.1029218Z [00:04:19.385]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.1030303Z [00:04:19.385]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.1031149Z [00:04:19.385]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.1031758Z [00:04:19.385]➜  EOF
2025-08-20T23:05:34.1037787Z [00:04:19.385]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/create=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/create;$WORK/b2666=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/create -lang=go1.22 -complete -installsuffix shared -buildid X6ZtSVW9x59nzCaQdUo2/X6ZtSVW9x59nzCaQdUo2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2666/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/create/create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/create/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/create/response.go
2025-08-20T23:05:34.1243652Z [00:04:19.407]➜  go tool buildid -w $WORK/b2665/_pkg_.a # internal
2025-08-20T23:05:34.1264246Z [00:04:19.410]➜  cp $WORK/b2665/_pkg_.a /root/.cache/go-build/6a/6ad612e794cf2344b044e918c91fe50548d7e12e69772986e2ae33d3edec4da6-d # internal
2025-08-20T23:05:34.1271313Z [00:04:19.410]➜  go tool buildid -w $WORK/b2664/_pkg_.a # internal
2025-08-20T23:05:34.1275868Z [00:04:19.411]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream
2025-08-20T23:05:34.1278536Z [00:04:19.411]➜  mkdir -p $WORK/b2667/
2025-08-20T23:05:34.1286573Z [00:04:19.412]➜  cat >/tmp/go-build3700090427/b2667/importcfg << 'EOF' # internal
2025-08-20T23:05:34.1287983Z [00:04:19.412]➜  # import config
2025-08-20T23:05:34.1288652Z [00:04:19.412]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.1290094Z [00:04:19.412]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.1290947Z [00:04:19.412]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.1291720Z [00:04:19.412]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.1292844Z [00:04:19.412]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.1294324Z [00:04:19.412]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.1295388Z [00:04:19.412]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.1296179Z [00:04:19.412]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.1297132Z [00:04:19.412]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.1297944Z [00:04:19.412]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.1298742Z [00:04:19.412]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.1299493Z [00:04:19.412]➜  EOF
2025-08-20T23:05:34.1310197Z [00:04:19.412]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/createdatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/createdatastream;$WORK/b2667=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream -lang=go1.22 -complete -installsuffix shared -buildid Cr5kE8X3H7q6LKxnjvXa/Cr5kE8X3H7q6LKxnjvXa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2667/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/createdatastream/create_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/createdatastream/response.go
2025-08-20T23:05:34.1334381Z [00:04:19.417]➜  cp $WORK/b2664/_pkg_.a /root/.cache/go-build/a0/a0144291cf7251ed0c11d66bec2805fb2d9cf42200025933d32b3ab5fe16d2ef-d # internal
2025-08-20T23:05:34.1341778Z [00:04:19.417]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats
2025-08-20T23:05:34.1342565Z [00:04:19.417]➜  mkdir -p $WORK/b2668/
2025-08-20T23:05:34.1352426Z [00:04:19.418]➜  cat >/tmp/go-build3700090427/b2668/importcfg << 'EOF' # internal
2025-08-20T23:05:34.1353094Z [00:04:19.418]➜  # import config
2025-08-20T23:05:34.1353726Z [00:04:19.418]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.1355371Z [00:04:19.418]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.1356201Z [00:04:19.418]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.1356951Z [00:04:19.418]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.1358100Z [00:04:19.418]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.1359948Z [00:04:19.419]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.1361572Z [00:04:19.419]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.1362771Z [00:04:19.419]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.1363548Z [00:04:19.419]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.1364347Z [00:04:19.419]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.1365116Z [00:04:19.419]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.1365881Z [00:04:19.419]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.1366447Z [00:04:19.419]➜  EOF
2025-08-20T23:05:34.1372187Z [00:04:19.419]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2668/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/datastreamsstats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/datastreamsstats;$WORK/b2668=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats -lang=go1.22 -complete -installsuffix shared -buildid V2N0q0eXrUDxj5mYfsMZ/V2N0q0eXrUDxj5mYfsMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2668/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/datastreamsstats/data_streams_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/datastreamsstats/response.go
2025-08-20T23:05:34.2131210Z [00:04:19.494]➜  go tool buildid -w $WORK/b2666/_pkg_.a # internal
2025-08-20T23:05:34.2201407Z [00:04:19.503]➜  cp $WORK/b2666/_pkg_.a /root/.cache/go-build/76/7637c92b68ff709fd6f3cd16562facb40eae91c6f50dc1a589d2fa160de667cd-d # internal
2025-08-20T23:05:34.2215360Z [00:04:19.504]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete
2025-08-20T23:05:34.2216176Z [00:04:19.504]➜  mkdir -p $WORK/b2669/
2025-08-20T23:05:34.2220849Z [00:04:19.505]➜  cat >/tmp/go-build3700090427/b2669/importcfg << 'EOF' # internal
2025-08-20T23:05:34.2221760Z [00:04:19.505]➜  # import config
2025-08-20T23:05:34.2222408Z [00:04:19.505]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.2223139Z [00:04:19.505]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.2223885Z [00:04:19.505]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.2224535Z [00:04:19.505]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.2225665Z [00:04:19.505]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.2226971Z [00:04:19.505]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.2228373Z [00:04:19.505]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.2229774Z [00:04:19.505]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.2230536Z [00:04:19.505]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.2231323Z [00:04:19.505]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.2232118Z [00:04:19.505]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.2232896Z [00:04:19.505]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.2233774Z [00:04:19.505]➜  EOF
2025-08-20T23:05:34.2240343Z [00:04:19.505]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2669/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/delete;$WORK/b2669=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete -lang=go1.22 -complete -installsuffix shared -buildid ayISAnzc4bIrHtZNDYZC/ayISAnzc4bIrHtZNDYZC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2669/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/delete/response.go
2025-08-20T23:05:34.2324230Z [00:04:19.516]➜  go tool buildid -w $WORK/b2667/_pkg_.a # internal
2025-08-20T23:05:34.2341056Z [00:04:19.517]➜  cp $WORK/b2667/_pkg_.a /root/.cache/go-build/ed/ed9abe2badbd846adc2572fb30f6d3f30e7b44d1ec8a6f6da71536c8e48d684d-d # internal
2025-08-20T23:05:34.2353199Z [00:04:19.518]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias
2025-08-20T23:05:34.2356951Z [00:04:19.518]➜  mkdir -p $WORK/b2670/
2025-08-20T23:05:34.2358779Z [00:04:19.519]➜  cat >/tmp/go-build3700090427/b2670/importcfg << 'EOF' # internal
2025-08-20T23:05:34.2359714Z [00:04:19.519]➜  # import config
2025-08-20T23:05:34.2360545Z [00:04:19.519]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.2361429Z [00:04:19.519]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.2362311Z [00:04:19.519]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.2363172Z [00:04:19.519]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.2364471Z [00:04:19.519]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.2366015Z [00:04:19.519]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.2367134Z [00:04:19.519]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.2368111Z [00:04:19.519]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.2368954Z [00:04:19.519]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.2369967Z [00:04:19.519]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.2376722Z [00:04:19.519]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.2377626Z [00:04:19.519]➜  EOF
2025-08-20T23:05:34.2383343Z [00:04:19.519]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletealias=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletealias;$WORK/b2670=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias -lang=go1.22 -complete -installsuffix shared -buildid Jk7eDy7Zk8uQkP9O5y89/Jk7eDy7Zk8uQkP9O5y89 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2670/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletealias/delete_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletealias/response.go
2025-08-20T23:05:34.2388109Z [00:04:19.519]➜  go tool buildid -w $WORK/b2668/_pkg_.a # internal
2025-08-20T23:05:34.2389594Z [00:04:19.521]➜  cp $WORK/b2668/_pkg_.a /root/.cache/go-build/6d/6d1db8794035ed30e284ca5ca9dc3073741066316bf6d8e9adb69c3e4e6e5ef8-d # internal
2025-08-20T23:05:34.2397703Z [00:04:19.523]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle
2025-08-20T23:05:34.2398793Z [00:04:19.523]➜  mkdir -p $WORK/b2671/
2025-08-20T23:05:34.2399765Z [00:04:19.523]➜  cat >/tmp/go-build3700090427/b2671/importcfg << 'EOF' # internal
2025-08-20T23:05:34.2401961Z [00:04:19.523]➜  # import config
2025-08-20T23:05:34.2402599Z [00:04:19.523]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.2403436Z [00:04:19.523]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.2404257Z [00:04:19.523]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.2405014Z [00:04:19.523]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.2406370Z [00:04:19.523]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.2407811Z [00:04:19.523]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.2409808Z [00:04:19.523]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.2411012Z [00:04:19.523]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.2411777Z [00:04:19.523]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.2412606Z [00:04:19.523]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.2413455Z [00:04:19.523]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.2414252Z [00:04:19.523]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.2414832Z [00:04:19.523]➜  EOF
2025-08-20T23:05:34.2420610Z [00:04:19.523]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletedatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletedatalifecycle;$WORK/b2671=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid B9x5gU3qEH4XgWpvXSDo/B9x5gU3qEH4XgWpvXSDo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2671/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletedatalifecycle/delete_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletedatalifecycle/response.go
2025-08-20T23:05:34.2630965Z [00:04:19.546]➜  go tool buildid -w $WORK/b2662/_pkg_.a # internal
2025-08-20T23:05:34.2665383Z [00:04:19.550]➜  cp $WORK/b2662/_pkg_.a /root/.cache/go-build/ac/acaa3955a8564063b3dbe36f8b91bff1bffb0918b03bea652987fa385f85c06e-d # internal
2025-08-20T23:05:34.2678342Z [00:04:19.551]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream
2025-08-20T23:05:34.2679741Z [00:04:19.551]➜  mkdir -p $WORK/b2672/
2025-08-20T23:05:34.2696392Z [00:04:19.552]➜  cat >/tmp/go-build3700090427/b2672/importcfg << 'EOF' # internal
2025-08-20T23:05:34.2699286Z [00:04:19.552]➜  # import config
2025-08-20T23:05:34.2701639Z [00:04:19.552]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.2703008Z [00:04:19.552]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.2704912Z [00:04:19.552]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.2705866Z [00:04:19.552]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.2707065Z [00:04:19.552]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.2708589Z [00:04:19.552]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.2711469Z [00:04:19.552]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.2712789Z [00:04:19.552]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.2713627Z [00:04:19.552]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.2714494Z [00:04:19.552]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.2715354Z [00:04:19.552]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.2716203Z [00:04:19.552]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.2716831Z [00:04:19.552]➜  EOF
2025-08-20T23:05:34.2723007Z [00:04:19.552]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletedatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletedatastream;$WORK/b2672=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream -lang=go1.22 -complete -installsuffix shared -buildid jk1pby2AzhaCdvNub2C2/jk1pby2AzhaCdvNub2C2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2672/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletedatastream/delete_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletedatastream/response.go
2025-08-20T23:05:34.3152605Z [00:04:19.598]➜  go tool buildid -w $WORK/b2669/_pkg_.a # internal
2025-08-20T23:05:34.3161830Z [00:04:19.599]➜  cp $WORK/b2669/_pkg_.a /root/.cache/go-build/86/86abf6a281b40d32061c3f267d83900c8b1db04b54d7f1be34879ab3d450cf1e-d # internal
2025-08-20T23:05:34.3196367Z [00:04:19.603]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate
2025-08-20T23:05:34.3197992Z [00:04:19.603]➜  mkdir -p $WORK/b2673/
2025-08-20T23:05:34.3201831Z [00:04:19.603]➜  cat >/tmp/go-build3700090427/b2673/importcfg << 'EOF' # internal
2025-08-20T23:05:34.3202936Z [00:04:19.603]➜  # import config
2025-08-20T23:05:34.3203780Z [00:04:19.603]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.3205890Z [00:04:19.603]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.3206740Z [00:04:19.603]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.3207516Z [00:04:19.603]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.3208695Z [00:04:19.603]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.3210534Z [00:04:19.603]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.3211649Z [00:04:19.603]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.3212372Z [00:04:19.603]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.3213337Z [00:04:19.603]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.3214033Z [00:04:19.603]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.3214708Z [00:04:19.603]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.3215298Z [00:04:19.603]➜  EOF
2025-08-20T23:05:34.3245492Z [00:04:19.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2673/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deleteindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deleteindextemplate;$WORK/b2673=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate -lang=go1.22 -complete -installsuffix shared -buildid 0So7Ylh78s39avdAP2Us/0So7Ylh78s39avdAP2Us -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2673/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deleteindextemplate/delete_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deleteindextemplate/response.go
2025-08-20T23:05:34.3476051Z [00:04:19.631]➜  go tool buildid -w $WORK/b2670/_pkg_.a # internal
2025-08-20T23:05:34.3487002Z [00:04:19.632]➜  go tool buildid -w $WORK/b2671/_pkg_.a # internal
2025-08-20T23:05:34.3504449Z [00:04:19.634]➜  cp $WORK/b2671/_pkg_.a /root/.cache/go-build/dc/dc411444b4b5606eee5f02644f62b7adce9f6c8843b37f15ccea2162c91162e7-d # internal
2025-08-20T23:05:34.3512746Z [00:04:19.634]➜  cp $WORK/b2670/_pkg_.a /root/.cache/go-build/45/4501a40eaa86f74f2c1f581bb16d485239e6278dad6c673ac5c43569bc82215f-d # internal
2025-08-20T23:05:34.3518629Z [00:04:19.635]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate
2025-08-20T23:05:34.3521097Z [00:04:19.635]➜  mkdir -p $WORK/b2674/
2025-08-20T23:05:34.3526154Z [00:04:19.636]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage
2025-08-20T23:05:34.3526920Z [00:04:19.636]➜  mkdir -p $WORK/b2675/
2025-08-20T23:05:34.3540594Z [00:04:19.637]➜  cat >/tmp/go-build3700090427/b2674/importcfg << 'EOF' # internal
2025-08-20T23:05:34.3541275Z [00:04:19.637]➜  # import config
2025-08-20T23:05:34.3541900Z [00:04:19.637]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.3542698Z [00:04:19.637]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.3543503Z [00:04:19.637]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.3544277Z [00:04:19.637]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.3545437Z [00:04:19.637]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.3546864Z [00:04:19.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.3547887Z [00:04:19.637]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.3548842Z [00:04:19.637]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.3549830Z [00:04:19.637]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.3550689Z [00:04:19.637]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.3551546Z [00:04:19.637]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.3552139Z [00:04:19.637]➜  EOF
2025-08-20T23:05:34.3585591Z [00:04:19.640]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletetemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletetemplate;$WORK/b2674=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate -lang=go1.22 -complete -installsuffix shared -buildid U8GZ7zaOej9Pnj0sRUgG/U8GZ7zaOej9Pnj0sRUgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2674/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletetemplate/delete_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/deletetemplate/response.go
2025-08-20T23:05:34.3590858Z [00:04:19.640]➜  cat >/tmp/go-build3700090427/b2675/importcfg << 'EOF' # internal
2025-08-20T23:05:34.3591485Z [00:04:19.640]➜  # import config
2025-08-20T23:05:34.3592095Z [00:04:19.640]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.3593048Z [00:04:19.640]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.3593888Z [00:04:19.640]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.3594640Z [00:04:19.640]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.3595779Z [00:04:19.640]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.3597210Z [00:04:19.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.3598760Z [00:04:19.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.3600256Z [00:04:19.640]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.3601002Z [00:04:19.640]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.3601762Z [00:04:19.640]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.3602523Z [00:04:19.640]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.3603284Z [00:04:19.640]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.3603854Z [00:04:19.640]➜  EOF
2025-08-20T23:05:34.3609271Z [00:04:19.641]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2675/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/diskusage=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/diskusage;$WORK/b2675=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage -lang=go1.22 -complete -installsuffix shared -buildid nUwDIup1q3Yu4_T5qy9X/nUwDIup1q3Yu4_T5qy9X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2675/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/diskusage/disk_usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/diskusage/response.go
2025-08-20T23:05:34.3816298Z [00:04:19.665]➜  go tool buildid -w $WORK/b2672/_pkg_.a # internal
2025-08-20T23:05:34.3866201Z [00:04:19.670]➜  cp $WORK/b2672/_pkg_.a /root/.cache/go-build/dd/dd07636391f1627bd93ab36bfbffeec74c96b2a48a0ed26203742301cd964716-d # internal
2025-08-20T23:05:34.3873094Z [00:04:19.670]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample
2025-08-20T23:05:34.3873854Z [00:04:19.670]➜  mkdir -p $WORK/b2676/
2025-08-20T23:05:34.3881808Z [00:04:19.671]➜  cat >/tmp/go-build3700090427/b2676/importcfg << 'EOF' # internal
2025-08-20T23:05:34.3884650Z [00:04:19.671]➜  # import config
2025-08-20T23:05:34.3885278Z [00:04:19.671]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:34.3886057Z [00:04:19.671]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.3886875Z [00:04:19.671]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.3887671Z [00:04:19.671]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.3888431Z [00:04:19.671]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.3890740Z [00:04:19.671]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.3892251Z [00:04:19.671]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.3893314Z [00:04:19.671]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.3894075Z [00:04:19.671]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.3894858Z [00:04:19.671]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.3895620Z [00:04:19.671]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.3896387Z [00:04:19.671]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.3896946Z [00:04:19.671]➜  EOF
2025-08-20T23:05:34.3914367Z [00:04:19.671]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/downsample=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/downsample;$WORK/b2676=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample -lang=go1.22 -complete -installsuffix shared -buildid _lgiPxgELdlEgtSqQKIa/_lgiPxgELdlEgtSqQKIa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2676/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/downsample/downsample.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/downsample/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/downsample/response.go
2025-08-20T23:05:34.4516364Z [00:04:19.735]➜  go tool buildid -w $WORK/b2673/_pkg_.a # internal
2025-08-20T23:05:34.4534475Z [00:04:19.736]➜  cp $WORK/b2673/_pkg_.a /root/.cache/go-build/9a/9ae6b9e398877e6b544fd9c13fda01e6f4150d1918eebc618759f56ebaf165f1-d # internal
2025-08-20T23:05:34.4542386Z [00:04:19.737]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle
2025-08-20T23:05:34.4543235Z [00:04:19.737]➜  mkdir -p $WORK/b2681/
2025-08-20T23:05:34.4546462Z [00:04:19.738]➜  cat >/tmp/go-build3700090427/b2681/importcfg << 'EOF' # internal
2025-08-20T23:05:34.4547722Z [00:04:19.738]➜  # import config
2025-08-20T23:05:34.4548690Z [00:04:19.738]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.4549714Z [00:04:19.738]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.4550553Z [00:04:19.738]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.4551329Z [00:04:19.738]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.4552470Z [00:04:19.738]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.4553976Z [00:04:19.738]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.4555037Z [00:04:19.738]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.4555855Z [00:04:19.738]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.4556705Z [00:04:19.738]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.4557852Z [00:04:19.738]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.4558631Z [00:04:19.738]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.4559218Z [00:04:19.738]➜  EOF
2025-08-20T23:05:34.4566062Z [00:04:19.738]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/explaindatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/explaindatalifecycle;$WORK/b2681=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid CCiWExvLPrK0uV2VPWup/CCiWExvLPrK0uV2VPWup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2681/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/explaindatalifecycle/explain_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/explaindatalifecycle/response.go
2025-08-20T23:05:34.4647279Z [00:04:19.748]➜  go tool buildid -w $WORK/b2674/_pkg_.a # internal
2025-08-20T23:05:34.4666779Z [00:04:19.750]➜  cp $WORK/b2674/_pkg_.a /root/.cache/go-build/06/06186874d60f8554647c62108bb27bdddfe4684e906b022c995ef08a153c4391-d # internal
2025-08-20T23:05:34.4668209Z [00:04:19.750]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats
2025-08-20T23:05:34.4668944Z [00:04:19.750]➜  mkdir -p $WORK/b2682/
2025-08-20T23:05:34.4698609Z [00:04:19.753]➜  cat >/tmp/go-build3700090427/b2682/importcfg << 'EOF' # internal
2025-08-20T23:05:34.4699750Z [00:04:19.753]➜  # import config
2025-08-20T23:05:34.4700457Z [00:04:19.753]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.4701339Z [00:04:19.753]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.4702222Z [00:04:19.753]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.4702947Z [00:04:19.753]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.4704133Z [00:04:19.753]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.4705654Z [00:04:19.753]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.4707270Z [00:04:19.753]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.4708530Z [00:04:19.753]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.4709495Z [00:04:19.753]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.4710365Z [00:04:19.753]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.4711371Z [00:04:19.753]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.4712178Z [00:04:19.753]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.4712793Z [00:04:19.753]➜  EOF
2025-08-20T23:05:34.4718512Z [00:04:19.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2682/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/fieldusagestats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/fieldusagestats;$WORK/b2682=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats -lang=go1.22 -complete -installsuffix shared -buildid PZ7cRRM3S_EIxvXCI45p/PZ7cRRM3S_EIxvXCI45p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2682/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/fieldusagestats/field_usage_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/fieldusagestats/response.go
2025-08-20T23:05:34.4751838Z [00:04:19.756]➜  go tool buildid -w $WORK/b2675/_pkg_.a # internal
2025-08-20T23:05:34.4758573Z [00:04:19.759]➜  cp $WORK/b2675/_pkg_.a /root/.cache/go-build/c2/c25a6d2b983361741b2f9e700c574d2c05560aade99df253c7bf9ba660c903e3-d # internal
2025-08-20T23:05:34.4760263Z [00:04:19.759]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush
2025-08-20T23:05:34.4760958Z [00:04:19.759]➜  mkdir -p $WORK/b2683/
2025-08-20T23:05:34.4761674Z [00:04:19.759]➜  cat >/tmp/go-build3700090427/b2683/importcfg << 'EOF' # internal
2025-08-20T23:05:34.4762369Z [00:04:19.759]➜  # import config
2025-08-20T23:05:34.4763060Z [00:04:19.759]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.4763989Z [00:04:19.759]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.4765090Z [00:04:19.759]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.4765926Z [00:04:19.759]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.4767152Z [00:04:19.759]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.4768709Z [00:04:19.759]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.4770682Z [00:04:19.759]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.4771972Z [00:04:19.759]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.4772784Z [00:04:19.759]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.4773821Z [00:04:19.759]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.4774729Z [00:04:19.759]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.4775593Z [00:04:19.759]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.4776244Z [00:04:19.759]➜  EOF
2025-08-20T23:05:34.4781669Z [00:04:19.759]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2683/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/flush=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/flush;$WORK/b2683=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush -lang=go1.22 -complete -installsuffix shared -buildid pktPr2NZ6sLM5SExr93D/pktPr2NZ6sLM5SExr93D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2683/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/flush/flush.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/flush/response.go
2025-08-20T23:05:34.4900383Z [00:04:19.773]➜  go tool buildid -w $WORK/b2676/_pkg_.a # internal
2025-08-20T23:05:34.4915560Z [00:04:19.775]➜  cp $WORK/b2676/_pkg_.a /root/.cache/go-build/fb/fb618d80117dd386941095a20885e9df959e3448a679c1087818b6cdc8eee917-d # internal
2025-08-20T23:05:34.4922163Z [00:04:19.775]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge
2025-08-20T23:05:34.4925807Z [00:04:19.775]➜  mkdir -p $WORK/b2684/
2025-08-20T23:05:34.4926516Z [00:04:19.776]➜  cat >/tmp/go-build3700090427/b2684/importcfg << 'EOF' # internal
2025-08-20T23:05:34.4927139Z [00:04:19.776]➜  # import config
2025-08-20T23:05:34.4927756Z [00:04:19.776]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.4928575Z [00:04:19.776]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.4929546Z [00:04:19.776]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.4930293Z [00:04:19.776]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.4931368Z [00:04:19.776]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.4932795Z [00:04:19.776]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.4934272Z [00:04:19.776]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.4935594Z [00:04:19.776]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.4936356Z [00:04:19.776]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.4937131Z [00:04:19.776]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.4937895Z [00:04:19.776]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.4938652Z [00:04:19.776]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.4939216Z [00:04:19.776]➜  EOF
2025-08-20T23:05:34.4950416Z [00:04:19.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2684/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/forcemerge=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/forcemerge;$WORK/b2684=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge -lang=go1.22 -complete -installsuffix shared -buildid iZyRGP5fB1qQG_GsvIf9/iZyRGP5fB1qQG_GsvIf9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2684/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/forcemerge/forcemerge.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/forcemerge/response.go
2025-08-20T23:05:34.5543460Z [00:04:19.837]➜  go tool buildid -w $WORK/b2681/_pkg_.a # internal
2025-08-20T23:05:34.5589002Z [00:04:19.842]➜  cp $WORK/b2681/_pkg_.a /root/.cache/go-build/5f/5fb7d3fc8b5e58c4ca5755d0496cea25f0c44baaeff5b2d62565b5a6ec36b452-d # internal
2025-08-20T23:05:34.5597162Z [00:04:19.843]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/get
2025-08-20T23:05:34.5600427Z [00:04:19.843]➜  mkdir -p $WORK/b2685/
2025-08-20T23:05:34.5608890Z [00:04:19.844]➜  cat >/tmp/go-build3700090427/b2685/importcfg << 'EOF' # internal
2025-08-20T23:05:34.5613460Z [00:04:19.844]➜  # import config
2025-08-20T23:05:34.5614177Z [00:04:19.844]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.5615088Z [00:04:19.844]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.5615996Z [00:04:19.844]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.5616850Z [00:04:19.844]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.5618091Z [00:04:19.844]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.5619904Z [00:04:19.844]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.5621662Z [00:04:19.844]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.5623665Z [00:04:19.844]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build3700090427/b2345/_pkg_.a
2025-08-20T23:05:34.5625010Z [00:04:19.844]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.5625904Z [00:04:19.844]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.5626742Z [00:04:19.844]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.5627586Z [00:04:19.844]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.5628452Z [00:04:19.844]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.5629095Z [00:04:19.844]➜  EOF
2025-08-20T23:05:34.5634720Z [00:04:19.844]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2685/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/get=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/get;$WORK/b2685=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/get -lang=go1.22 -complete -installsuffix shared -buildid tUbRbIio7vxIevfIwUQ-/tUbRbIio7vxIevfIwUQ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2685/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/get/response.go
2025-08-20T23:05:34.5905515Z [00:04:19.873]➜  go tool buildid -w $WORK/b2683/_pkg_.a # internal
2025-08-20T23:05:34.5911389Z [00:04:19.874]➜  cp $WORK/b2683/_pkg_.a /root/.cache/go-build/61/613688cbf0f245f34505fa61790a519674a8b2f4c443207740c43e1bbdb9a235-d # internal
2025-08-20T23:05:34.5922032Z [00:04:19.875]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias
2025-08-20T23:05:34.5922823Z [00:04:19.875]➜  mkdir -p $WORK/b2686/
2025-08-20T23:05:34.5923718Z [00:04:19.875]➜  cat >/tmp/go-build3700090427/b2686/importcfg << 'EOF' # internal
2025-08-20T23:05:34.5924391Z [00:04:19.875]➜  # import config
2025-08-20T23:05:34.5925050Z [00:04:19.875]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:34.5925880Z [00:04:19.875]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.5926752Z [00:04:19.875]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.5927598Z [00:04:19.875]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.5928417Z [00:04:19.875]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.5929782Z [00:04:19.875]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.5931511Z [00:04:19.875]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.5933188Z [00:04:19.875]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.5934350Z [00:04:19.875]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.5935124Z [00:04:19.875]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.5935938Z [00:04:19.875]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.5936739Z [00:04:19.875]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.5937550Z [00:04:19.875]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.5938186Z [00:04:19.875]➜  EOF
2025-08-20T23:05:34.5943341Z [00:04:19.875]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2686/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getalias=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getalias;$WORK/b2686=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias -lang=go1.22 -complete -installsuffix shared -buildid GKd97K0pefusmXOzTj4y/GKd97K0pefusmXOzTj4y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2686/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getalias/get_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getalias/response.go
2025-08-20T23:05:34.5990967Z [00:04:19.882]➜  go tool buildid -w $WORK/b2682/_pkg_.a # internal
2025-08-20T23:05:34.6006193Z [00:04:19.884]➜  cp $WORK/b2682/_pkg_.a /root/.cache/go-build/51/51f348f11b9187f4a11dbcb51cc7024b1f8e8f56c20f2133c9ab7956980771e8-d # internal
2025-08-20T23:05:34.6012728Z [00:04:19.884]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle
2025-08-20T23:05:34.6023683Z [00:04:19.884]➜  mkdir -p $WORK/b2687/
2025-08-20T23:05:34.6024445Z [00:04:19.885]➜  cat >/tmp/go-build3700090427/b2687/importcfg << 'EOF' # internal
2025-08-20T23:05:34.6025086Z [00:04:19.885]➜  # import config
2025-08-20T23:05:34.6025714Z [00:04:19.885]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.6026550Z [00:04:19.885]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.6045287Z [00:04:19.885]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.6046300Z [00:04:19.885]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.6047444Z [00:04:19.885]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.6048872Z [00:04:19.885]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.6050621Z [00:04:19.885]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.6051812Z [00:04:19.885]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.6052693Z [00:04:19.885]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.6053470Z [00:04:19.885]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.6054243Z [00:04:19.885]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.6055020Z [00:04:19.885]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.6055583Z [00:04:19.885]➜  EOF
2025-08-20T23:05:34.6061326Z [00:04:19.886]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2687/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getdatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getdatalifecycle;$WORK/b2687=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid ScR_i8BGMawzCl-192PW/ScR_i8BGMawzCl-192PW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2687/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getdatalifecycle/get_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getdatalifecycle/response.go
2025-08-20T23:05:34.6136875Z [00:04:19.895]➜  go tool buildid -w $WORK/b2684/_pkg_.a # internal
2025-08-20T23:05:34.6140641Z [00:04:19.897]➜  cp $WORK/b2684/_pkg_.a /root/.cache/go-build/9f/9fa4e8a220fedc0635baf8d1da2cc013bf0e3754f17608d2d3d29fade6effe98-d # internal
2025-08-20T23:05:34.6151626Z [00:04:19.898]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream
2025-08-20T23:05:34.6152395Z [00:04:19.898]➜  mkdir -p $WORK/b2688/
2025-08-20T23:05:34.6160537Z [00:04:19.899]➜  cat >/tmp/go-build3700090427/b2688/importcfg << 'EOF' # internal
2025-08-20T23:05:34.6162733Z [00:04:19.899]➜  # import config
2025-08-20T23:05:34.6163766Z [00:04:19.899]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.6165691Z [00:04:19.899]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.6167014Z [00:04:19.899]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.6168365Z [00:04:19.899]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.6170178Z [00:04:19.899]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.6171636Z [00:04:19.899]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.6173213Z [00:04:19.899]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.6174386Z [00:04:19.899]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.6175106Z [00:04:19.899]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.6175903Z [00:04:19.899]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.6176683Z [00:04:19.899]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.6177450Z [00:04:19.899]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.6178009Z [00:04:19.899]➜  EOF
2025-08-20T23:05:34.6185386Z [00:04:19.899]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2688/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getdatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getdatastream;$WORK/b2688=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream -lang=go1.22 -complete -installsuffix shared -buildid 0ELeDqR6FQeAOjuHXfE0/0ELeDqR6FQeAOjuHXfE0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2688/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getdatastream/get_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getdatastream/response.go
2025-08-20T23:05:34.7160441Z [00:04:19.999]➜  go tool buildid -w $WORK/b2687/_pkg_.a # internal
2025-08-20T23:05:34.7164900Z [00:04:19.999]➜  go tool buildid -w $WORK/b2686/_pkg_.a # internal
2025-08-20T23:05:34.7165664Z [00:04:19.999]➜  go tool buildid -w $WORK/b2685/_pkg_.a # internal
2025-08-20T23:05:34.7176374Z [00:04:20.001]➜  cp $WORK/b2687/_pkg_.a /root/.cache/go-build/e6/e672b401257b7a3de2d4d05c0fa72a7557666a41bdee9b1830dd2819ae4e4a16-d # internal
2025-08-20T23:05:34.7185623Z [00:04:20.002]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping
2025-08-20T23:05:34.7187148Z [00:04:20.002]➜  mkdir -p $WORK/b2689/
2025-08-20T23:05:34.7198201Z [00:04:20.002]➜  cp $WORK/b2686/_pkg_.a /root/.cache/go-build/4f/4fad62553c8abb26a4ec7425effddd8e004e644295b2029aad11b19bde82dc2c-d # internal
2025-08-20T23:05:34.7199943Z [00:04:20.002]➜  cat >/tmp/go-build3700090427/b2689/importcfg << 'EOF' # internal
2025-08-20T23:05:34.7204281Z [00:04:20.002]➜  # import config
2025-08-20T23:05:34.7204975Z [00:04:20.002]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.7207054Z [00:04:20.002]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.7207692Z [00:04:20.002]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.7208158Z [00:04:20.002]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.7208813Z [00:04:20.002]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.7210555Z [00:04:20.002]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.7211938Z [00:04:20.002]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.7213106Z [00:04:20.002]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.7213824Z [00:04:20.002]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.7214658Z [00:04:20.002]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.7215682Z [00:04:20.002]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.7216502Z [00:04:20.002]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.7217113Z [00:04:20.002]➜  EOF
2025-08-20T23:05:34.7222875Z [00:04:20.002]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2689/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getfieldmapping=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getfieldmapping;$WORK/b2689=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping -lang=go1.22 -complete -installsuffix shared -buildid hLUfuQVUmDxGfW-m03jc/hLUfuQVUmDxGfW-m03jc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2689/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getfieldmapping/get_field_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getfieldmapping/response.go
2025-08-20T23:05:34.7229507Z [00:04:20.003]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate
2025-08-20T23:05:34.7230578Z [00:04:20.003]➜  mkdir -p $WORK/b2690/
2025-08-20T23:05:34.7231747Z [00:04:20.003]➜  cp $WORK/b2685/_pkg_.a /root/.cache/go-build/a1/a109fb10a0e69473978da08284b9bc51a7afef3b06f5154f99155bcf4f38d563-d # internal
2025-08-20T23:05:34.7232976Z [00:04:20.004]➜  cat >/tmp/go-build3700090427/b2690/importcfg << 'EOF' # internal
2025-08-20T23:05:34.7233639Z [00:04:20.004]➜  # import config
2025-08-20T23:05:34.7234309Z [00:04:20.004]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.7235183Z [00:04:20.004]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.7236118Z [00:04:20.004]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.7237125Z [00:04:20.004]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.7238397Z [00:04:20.004]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.7240631Z [00:04:20.004]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.7241984Z [00:04:20.004]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.7243222Z [00:04:20.004]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.7244231Z [00:04:20.004]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.7245103Z [00:04:20.004]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.7246161Z [00:04:20.004]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.7247131Z [00:04:20.004]➜  EOF
2025-08-20T23:05:34.7255011Z [00:04:20.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2690/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getindextemplate;$WORK/b2690=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate -lang=go1.22 -complete -installsuffix shared -buildid 9tVYY-k6-4Eynd-tD4Gh/9tVYY-k6-4Eynd-tD4Gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2690/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getindextemplate/get_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getindextemplate/response.go
2025-08-20T23:05:34.7261775Z [00:04:20.007]➜  go tool buildid -w $WORK/b2688/_pkg_.a # internal
2025-08-20T23:05:34.7262675Z [00:04:20.007]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping
2025-08-20T23:05:34.7263338Z [00:04:20.007]➜  mkdir -p $WORK/b2691/
2025-08-20T23:05:34.7264004Z [00:04:20.009]➜  cat >/tmp/go-build3700090427/b2691/importcfg << 'EOF' # internal
2025-08-20T23:05:34.7264792Z [00:04:20.009]➜  # import config
2025-08-20T23:05:34.7265374Z [00:04:20.009]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.7266153Z [00:04:20.009]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.7266930Z [00:04:20.009]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.7267722Z [00:04:20.009]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.7268856Z [00:04:20.009]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.7270862Z [00:04:20.009]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.7273019Z [00:04:20.009]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.7274790Z [00:04:20.009]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.7275822Z [00:04:20.009]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.7276854Z [00:04:20.009]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.7278301Z [00:04:20.009]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.7279253Z [00:04:20.009]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.7280626Z [00:04:20.009]➜  EOF
2025-08-20T23:05:34.7287444Z [00:04:20.009]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2691/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getmapping=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getmapping;$WORK/b2691=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping -lang=go1.22 -complete -installsuffix shared -buildid fOQgq8L89Epmh73jg9tx/fOQgq8L89Epmh73jg9tx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2691/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getmapping/get_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getmapping/response.go
2025-08-20T23:05:34.7293209Z [00:04:20.011]➜  cp $WORK/b2688/_pkg_.a /root/.cache/go-build/74/7455dcecc9ad7ffa5b7be059c0209bd09f459b9de826d87b4471f0a73eb613c6-d # internal
2025-08-20T23:05:34.7301834Z [00:04:20.013]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings
2025-08-20T23:05:34.7303452Z [00:04:20.013]➜  mkdir -p $WORK/b2692/
2025-08-20T23:05:34.7311405Z [00:04:20.014]➜  cat >/tmp/go-build3700090427/b2692/importcfg << 'EOF' # internal
2025-08-20T23:05:34.7312961Z [00:04:20.014]➜  # import config
2025-08-20T23:05:34.7316397Z [00:04:20.014]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.7317283Z [00:04:20.014]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.7318140Z [00:04:20.014]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.7320614Z [00:04:20.014]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.7322298Z [00:04:20.014]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.7323936Z [00:04:20.014]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.7325576Z [00:04:20.014]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.7326878Z [00:04:20.014]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.7327686Z [00:04:20.014]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.7328519Z [00:04:20.014]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.7329534Z [00:04:20.014]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.7330552Z [00:04:20.014]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.7331170Z [00:04:20.014]➜  EOF
2025-08-20T23:05:34.7337995Z [00:04:20.014]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2692/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getsettings;$WORK/b2692=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings -lang=go1.22 -complete -installsuffix shared -buildid B1DxMLpITdjVvzONxfIs/B1DxMLpITdjVvzONxfIs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2692/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getsettings/get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/getsettings/response.go
2025-08-20T23:05:34.8325163Z [00:04:20.115]➜  go tool buildid -w $WORK/b2691/_pkg_.a # internal
2025-08-20T23:05:34.8328485Z [00:04:20.115]➜  go tool buildid -w $WORK/b2690/_pkg_.a # internal
2025-08-20T23:05:34.8330262Z [00:04:20.116]➜  cp $WORK/b2691/_pkg_.a /root/.cache/go-build/d0/d0269ce2b8d783c4edd825646fa57eaadd0efb49dfb783c52fb946c874532dd9-d # internal
2025-08-20T23:05:34.8333355Z [00:04:20.116]➜  cp $WORK/b2690/_pkg_.a /root/.cache/go-build/bc/bc3fa6f959139588f61b630df992b7aae25ef20caecbd698915bb7467c0df96b-d # internal
2025-08-20T23:05:34.8359920Z [00:04:20.119]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate
2025-08-20T23:05:34.8360761Z [00:04:20.119]➜  mkdir -p $WORK/b2693/
2025-08-20T23:05:34.8363221Z [00:04:20.120]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream
2025-08-20T23:05:34.8371109Z [00:04:20.120]➜  mkdir -p $WORK/b2694/
2025-08-20T23:05:34.8383914Z [00:04:20.121]➜  cat >/tmp/go-build3700090427/b2694/importcfg << 'EOF' # internal
2025-08-20T23:05:34.8386141Z [00:04:20.121]➜  # import config
2025-08-20T23:05:34.8386817Z [00:04:20.121]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.8387734Z [00:04:20.121]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.8388663Z [00:04:20.121]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.8389734Z [00:04:20.121]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.8390993Z [00:04:20.121]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.8392563Z [00:04:20.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.8393751Z [00:04:20.121]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.8394597Z [00:04:20.121]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.8395490Z [00:04:20.121]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.8396364Z [00:04:20.121]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.8397232Z [00:04:20.121]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.8397879Z [00:04:20.121]➜  EOF
2025-08-20T23:05:34.8404420Z [00:04:20.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2694/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/migratetodatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/migratetodatastream;$WORK/b2694=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream -lang=go1.22 -complete -installsuffix shared -buildid 716ERAr6iLN9APbfqoHC/716ERAr6iLN9APbfqoHC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2694/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/migratetodatastream/migrate_to_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/migratetodatastream/response.go
2025-08-20T23:05:34.8410383Z [00:04:20.121]➜  cat >/tmp/go-build3700090427/b2693/importcfg << 'EOF' # internal
2025-08-20T23:05:34.8411120Z [00:04:20.121]➜  # import config
2025-08-20T23:05:34.8411794Z [00:04:20.121]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.8412667Z [00:04:20.121]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.8413538Z [00:04:20.121]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.8414354Z [00:04:20.121]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.8415565Z [00:04:20.121]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.8417119Z [00:04:20.121]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.8418503Z [00:04:20.121]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.8419304Z [00:04:20.121]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.8420335Z [00:04:20.121]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.8421535Z [00:04:20.121]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.8422372Z [00:04:20.121]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.8423005Z [00:04:20.121]➜  EOF
2025-08-20T23:05:34.8428725Z [00:04:20.121]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2693/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/gettemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/gettemplate;$WORK/b2693=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate -lang=go1.22 -complete -installsuffix shared -buildid c5k-Jy3WF-72j-1CXxtZ/c5k-Jy3WF-72j-1CXxtZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2693/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/gettemplate/get_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/gettemplate/response.go
2025-08-20T23:05:34.8434482Z [00:04:20.122]➜  go tool buildid -w $WORK/b2689/_pkg_.a # internal
2025-08-20T23:05:34.8435800Z [00:04:20.124]➜  cp $WORK/b2689/_pkg_.a /root/.cache/go-build/a7/a79cf7598db7bc93096809605e105b06b281162d8e5f404da233607823c99aa5-d # internal
2025-08-20T23:05:34.8437178Z [00:04:20.125]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream
2025-08-20T23:05:34.8437978Z [00:04:20.125]➜  mkdir -p $WORK/b2695/
2025-08-20T23:05:34.8461207Z [00:04:20.129]➜  cat >/tmp/go-build3700090427/b2695/importcfg << 'EOF' # internal
2025-08-20T23:05:34.8461944Z [00:04:20.129]➜  # import config
2025-08-20T23:05:34.8462613Z [00:04:20.129]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:34.8463463Z [00:04:20.129]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.8464349Z [00:04:20.129]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.8465194Z [00:04:20.129]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.8466015Z [00:04:20.129]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.8467216Z [00:04:20.129]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.8468738Z [00:04:20.129]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.8470216Z [00:04:20.129]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.8471070Z [00:04:20.129]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.8471936Z [00:04:20.129]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.8472796Z [00:04:20.129]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.8473891Z [00:04:20.129]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.8474532Z [00:04:20.129]➜  EOF
2025-08-20T23:05:34.8481357Z [00:04:20.129]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2695/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/modifydatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/modifydatastream;$WORK/b2695=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream -lang=go1.22 -complete -installsuffix shared -buildid Ee-tNuxBkOrrQXpOpo9g/Ee-tNuxBkOrrQXpOpo9g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2695/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/modifydatastream/modify_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/modifydatastream/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/modifydatastream/response.go
2025-08-20T23:05:34.8650879Z [00:04:20.146]➜  go tool buildid -w $WORK/b2692/_pkg_.a # internal
2025-08-20T23:05:34.8658942Z [00:04:20.149]➜  cp $WORK/b2692/_pkg_.a /root/.cache/go-build/d1/d1bfa72cf25ac379788f09b3d2dc07b5972b8ad717e443d79c3c9eebeb25ca9a-d # internal
2025-08-20T23:05:34.8666248Z [00:04:20.150]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/open
2025-08-20T23:05:34.8667626Z [00:04:20.150]➜  mkdir -p $WORK/b2696/
2025-08-20T23:05:34.8675904Z [00:04:20.151]➜  cat >/tmp/go-build3700090427/b2696/importcfg << 'EOF' # internal
2025-08-20T23:05:34.8676557Z [00:04:20.151]➜  # import config
2025-08-20T23:05:34.8677198Z [00:04:20.151]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.8678261Z [00:04:20.151]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.8679255Z [00:04:20.151]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.8680198Z [00:04:20.151]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.8681352Z [00:04:20.151]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.8682726Z [00:04:20.151]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.8684272Z [00:04:20.151]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.8685469Z [00:04:20.151]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.8686264Z [00:04:20.151]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.8687131Z [00:04:20.151]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.8687996Z [00:04:20.151]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.8688898Z [00:04:20.151]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.8689670Z [00:04:20.151]➜  EOF
2025-08-20T23:05:34.8694468Z [00:04:20.151]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2696/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/open=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/open;$WORK/b2696=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/open -lang=go1.22 -complete -installsuffix shared -buildid -7fdfD6z_h6Ttr-0mwF7/-7fdfD6z_h6Ttr-0mwF7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2696/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/open/open.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/open/response.go
2025-08-20T23:05:34.9392719Z [00:04:20.222]➜  go tool buildid -w $WORK/b2694/_pkg_.a # internal
2025-08-20T23:05:34.9408507Z [00:04:20.224]➜  cp $WORK/b2694/_pkg_.a /root/.cache/go-build/33/330b8953220a0b8b442f5e3d9af2a7719994e8a3cfd280ec94647a9bc6573f91-d # internal
2025-08-20T23:05:34.9449725Z [00:04:20.228]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream
2025-08-20T23:05:34.9452180Z [00:04:20.228]➜  mkdir -p $WORK/b2697/
2025-08-20T23:05:34.9459567Z [00:04:20.229]➜  cat >/tmp/go-build3700090427/b2697/importcfg << 'EOF' # internal
2025-08-20T23:05:34.9463022Z [00:04:20.229]➜  # import config
2025-08-20T23:05:34.9463676Z [00:04:20.229]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.9464543Z [00:04:20.229]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.9465400Z [00:04:20.229]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.9466218Z [00:04:20.229]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.9467348Z [00:04:20.229]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.9468751Z [00:04:20.229]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.9469997Z [00:04:20.229]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.9470869Z [00:04:20.229]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.9471630Z [00:04:20.229]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.9472374Z [00:04:20.229]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.9473178Z [00:04:20.229]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.9473763Z [00:04:20.229]➜  EOF
2025-08-20T23:05:34.9479869Z [00:04:20.229]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2697/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/promotedatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/promotedatastream;$WORK/b2697=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream -lang=go1.22 -complete -installsuffix shared -buildid CCgz-ACLpzm6y-VjpQni/CCgz-ACLpzm6y-VjpQni -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2697/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/promotedatastream/promote_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/promotedatastream/response.go
2025-08-20T23:05:34.9515338Z [00:04:20.235]➜  go tool buildid -w $WORK/b2693/_pkg_.a # internal
2025-08-20T23:05:34.9533509Z [00:04:20.237]➜  cp $WORK/b2693/_pkg_.a /root/.cache/go-build/c3/c30ff552104c414e37476a965fb81b70752462f20e075320a04e83cbbf5b97c0-d # internal
2025-08-20T23:05:34.9555133Z [00:04:20.239]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias
2025-08-20T23:05:34.9556143Z [00:04:20.239]➜  mkdir -p $WORK/b2698/
2025-08-20T23:05:34.9557742Z [00:04:20.239]➜  go tool buildid -w $WORK/b2695/_pkg_.a # internal
2025-08-20T23:05:34.9569865Z [00:04:20.240]➜  cat >/tmp/go-build3700090427/b2698/importcfg << 'EOF' # internal
2025-08-20T23:05:34.9571288Z [00:04:20.240]➜  # import config
2025-08-20T23:05:34.9571983Z [00:04:20.240]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:34.9572832Z [00:04:20.240]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.9573720Z [00:04:20.240]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.9574600Z [00:04:20.240]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.9575404Z [00:04:20.240]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.9576613Z [00:04:20.240]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.9578193Z [00:04:20.240]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.9579458Z [00:04:20.240]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.9580288Z [00:04:20.240]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.9581166Z [00:04:20.240]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.9582010Z [00:04:20.240]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.9582825Z [00:04:20.240]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.9583421Z [00:04:20.240]➜  EOF
2025-08-20T23:05:34.9589772Z [00:04:20.240]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2698/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putalias=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putalias;$WORK/b2698=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias -lang=go1.22 -complete -installsuffix shared -buildid XOFUbADuM3TCcTXHge5r/XOFUbADuM3TCcTXHge5r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2698/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putalias/put_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putalias/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putalias/response.go
2025-08-20T23:05:34.9595968Z [00:04:20.241]➜  cp $WORK/b2695/_pkg_.a /root/.cache/go-build/7b/7b36ac4353cc02c9b8c6cd0c0717f8252c45eda67859201e9eeed7004088e7be-d # internal
2025-08-20T23:05:34.9611672Z [00:04:20.244]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle
2025-08-20T23:05:34.9613179Z [00:04:20.245]➜  mkdir -p $WORK/b2699/
2025-08-20T23:05:34.9638449Z [00:04:20.246]➜  cat >/tmp/go-build3700090427/b2699/importcfg << 'EOF' # internal
2025-08-20T23:05:34.9639540Z [00:04:20.246]➜  # import config
2025-08-20T23:05:34.9640230Z [00:04:20.246]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:34.9641029Z [00:04:20.246]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.9641952Z [00:04:20.246]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.9642763Z [00:04:20.246]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.9643501Z [00:04:20.246]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.9644655Z [00:04:20.246]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.9646086Z [00:04:20.246]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.9647664Z [00:04:20.246]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:34.9648835Z [00:04:20.246]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.9649780Z [00:04:20.246]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.9650720Z [00:04:20.247]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.9651479Z [00:04:20.247]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.9652242Z [00:04:20.247]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.9652829Z [00:04:20.247]➜  EOF
2025-08-20T23:05:34.9660307Z [00:04:20.247]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2699/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putdatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putdatalifecycle;$WORK/b2699=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid Cn1U_o1z24CRezGLY_8u/Cn1U_o1z24CRezGLY_8u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2699/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putdatalifecycle/put_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putdatalifecycle/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putdatalifecycle/response.go
2025-08-20T23:05:34.9729067Z [00:04:20.256]➜  go tool buildid -w $WORK/b2696/_pkg_.a # internal
2025-08-20T23:05:34.9755271Z [00:04:20.259]➜  cp $WORK/b2696/_pkg_.a /root/.cache/go-build/2a/2ad7dc9417166eb030b8333fe07febfd4332d7411c2a3e6a873afbc967a023d6-d # internal
2025-08-20T23:05:34.9761949Z [00:04:20.259]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate
2025-08-20T23:05:34.9769042Z [00:04:20.260]➜  mkdir -p $WORK/b2700/
2025-08-20T23:05:34.9775133Z [00:04:20.261]➜  cat >/tmp/go-build3700090427/b2700/importcfg << 'EOF' # internal
2025-08-20T23:05:34.9777329Z [00:04:20.261]➜  # import config
2025-08-20T23:05:34.9778139Z [00:04:20.261]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:34.9778929Z [00:04:20.261]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:34.9779961Z [00:04:20.261]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:34.9780972Z [00:04:20.261]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:34.9781716Z [00:04:20.261]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:34.9782865Z [00:04:20.261]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:34.9784304Z [00:04:20.261]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:34.9785328Z [00:04:20.261]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:34.9786194Z [00:04:20.261]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:34.9786982Z [00:04:20.261]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:34.9787741Z [00:04:20.261]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:34.9788503Z [00:04:20.261]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:34.9789086Z [00:04:20.261]➜  EOF
2025-08-20T23:05:34.9795601Z [00:04:20.261]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2700/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putindextemplate;$WORK/b2700=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate -lang=go1.22 -complete -installsuffix shared -buildid PLUmFNgxFCpRtLnlmM6b/PLUmFNgxFCpRtLnlmM6b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2700/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putindextemplate/put_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putindextemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putindextemplate/response.go
2025-08-20T23:05:35.0725232Z [00:04:20.356]➜  go tool buildid -w $WORK/b2697/_pkg_.a # internal
2025-08-20T23:05:35.0746473Z [00:04:20.358]➜  cp $WORK/b2697/_pkg_.a /root/.cache/go-build/00/0097558678fab3eedd7fa9b57c1edabcbecae94c7e581c37becee3b0db267d6a-d # internal
2025-08-20T23:05:35.0827275Z [00:04:20.366]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping
2025-08-20T23:05:35.0835063Z [00:04:20.366]➜  mkdir -p $WORK/b2701/
2025-08-20T23:05:35.0836124Z [00:04:20.367]➜  cat >/tmp/go-build3700090427/b2701/importcfg << 'EOF' # internal
2025-08-20T23:05:35.0836848Z [00:04:20.367]➜  # import config
2025-08-20T23:05:35.0837565Z [00:04:20.367]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.0838399Z [00:04:20.367]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.0843244Z [00:04:20.367]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.0844281Z [00:04:20.367]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.0845087Z [00:04:20.367]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.0846287Z [00:04:20.367]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.0847820Z [00:04:20.367]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.0872755Z [00:04:20.367]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build3700090427/b2337/_pkg_.a
2025-08-20T23:05:35.0874655Z [00:04:20.367]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:35.0876231Z [00:04:20.367]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.0877088Z [00:04:20.367]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.0877962Z [00:04:20.367]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.0878910Z [00:04:20.367]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.0880401Z [00:04:20.367]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.0881034Z [00:04:20.367]➜  EOF
2025-08-20T23:05:35.0887406Z [00:04:20.368]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2701/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putmapping=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putmapping;$WORK/b2701=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping -lang=go1.22 -complete -installsuffix shared -buildid jzsSRALXMTa8Sxcl57Bm/jzsSRALXMTa8Sxcl57Bm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2701/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putmapping/put_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putmapping/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putmapping/response.go
2025-08-20T23:05:35.0893282Z [00:04:20.368]➜  go tool buildid -w $WORK/b2699/_pkg_.a # internal
2025-08-20T23:05:35.0900619Z [00:04:20.373]➜  go tool buildid -w $WORK/b2698/_pkg_.a # internal
2025-08-20T23:05:35.0901730Z [00:04:20.373]➜  cp $WORK/b2699/_pkg_.a /root/.cache/go-build/af/af573c264cfc0dd085270fdeb7072dc5b8c83ff40bd9e2dcdd5b49a2f8faad35-d # internal
2025-08-20T23:05:35.0903313Z [00:04:20.373]➜  cp $WORK/b2698/_pkg_.a /root/.cache/go-build/29/290ce65dcb99d61ceeb6926c638b86bd56181ffc4a12a348095cb0a01ca2e0f7-d # internal
2025-08-20T23:05:35.0910772Z [00:04:20.374]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate
2025-08-20T23:05:35.0911654Z [00:04:20.374]➜  mkdir -p $WORK/b2703/
2025-08-20T23:05:35.0917487Z [00:04:20.375]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings
2025-08-20T23:05:35.0918484Z [00:04:20.375]➜  mkdir -p $WORK/b2702/
2025-08-20T23:05:35.0935960Z [00:04:20.376]➜  cat >/tmp/go-build3700090427/b2702/importcfg << 'EOF' # internal
2025-08-20T23:05:35.0937858Z [00:04:20.376]➜  # import config
2025-08-20T23:05:35.0938522Z [00:04:20.376]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.0940333Z [00:04:20.376]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.0941207Z [00:04:20.376]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.0948228Z [00:04:20.376]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.0949037Z [00:04:20.376]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.0950413Z [00:04:20.376]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.0951875Z [00:04:20.376]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.0953477Z [00:04:20.376]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:35.0955264Z [00:04:20.376]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build3700090427/b2384/_pkg_.a
2025-08-20T23:05:35.0956522Z [00:04:20.376]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.0957308Z [00:04:20.376]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.0958111Z [00:04:20.376]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.0958924Z [00:04:20.376]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.0960156Z [00:04:20.376]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.0960776Z [00:04:20.376]➜  EOF
2025-08-20T23:05:35.0972674Z [00:04:20.376]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2702/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putsettings;$WORK/b2702=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings -lang=go1.22 -complete -installsuffix shared -buildid _-2vO9U3ikFs7KGGoQO_/_-2vO9U3ikFs7KGGoQO_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2702/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putsettings/put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putsettings/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/putsettings/response.go
2025-08-20T23:05:35.0978158Z [00:04:20.376]➜  cat >/tmp/go-build3700090427/b2703/importcfg << 'EOF' # internal
2025-08-20T23:05:35.0978819Z [00:04:20.376]➜  # import config
2025-08-20T23:05:35.0979651Z [00:04:20.376]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.0980450Z [00:04:20.376]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.0981266Z [00:04:20.376]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.0982047Z [00:04:20.376]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.0982870Z [00:04:20.376]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.0984097Z [00:04:20.376]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.0985605Z [00:04:20.376]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.0986686Z [00:04:20.376]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.0987454Z [00:04:20.376]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.0988486Z [00:04:20.376]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.0989538Z [00:04:20.376]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.0990417Z [00:04:20.376]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.0991052Z [00:04:20.376]➜  EOF
2025-08-20T23:05:35.0997203Z [00:04:20.376]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2703/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/puttemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/puttemplate;$WORK/b2703=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate -lang=go1.22 -complete -installsuffix shared -buildid 5UGYv7l5W0BtMS4r5SMh/5UGYv7l5W0BtMS4r5SMh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2703/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/puttemplate/put_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/puttemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/puttemplate/response.go
2025-08-20T23:05:35.1204151Z [00:04:20.404]➜  go tool buildid -w $WORK/b2700/_pkg_.a # internal
2025-08-20T23:05:35.1216259Z [00:04:20.405]➜  cp $WORK/b2700/_pkg_.a /root/.cache/go-build/aa/aadb08bab7b6c08a5f8b3b4fdb557026ef1b1e988dd9f6b52d2759ffac64bcca-d # internal
2025-08-20T23:05:35.1287620Z [00:04:20.406]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery
2025-08-20T23:05:35.1290281Z [00:04:20.406]➜  mkdir -p $WORK/b2704/
2025-08-20T23:05:35.1291034Z [00:04:20.406]➜  cat >/tmp/go-build3700090427/b2704/importcfg << 'EOF' # internal
2025-08-20T23:05:35.1291755Z [00:04:20.406]➜  # import config
2025-08-20T23:05:35.1292658Z [00:04:20.406]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.1293580Z [00:04:20.406]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.1294475Z [00:04:20.406]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.1295311Z [00:04:20.406]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.1296543Z [00:04:20.406]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.1298066Z [00:04:20.406]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.1299172Z [00:04:20.406]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.1300114Z [00:04:20.406]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.1301093Z [00:04:20.406]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.1301944Z [00:04:20.406]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.1302768Z [00:04:20.406]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.1303376Z [00:04:20.406]➜  EOF
2025-08-20T23:05:35.1308733Z [00:04:20.406]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2704/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/recovery=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/recovery;$WORK/b2704=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery -lang=go1.22 -complete -installsuffix shared -buildid mygq0UxCjnpXUTvT_AMJ/mygq0UxCjnpXUTvT_AMJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2704/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/recovery/recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/recovery/response.go
2025-08-20T23:05:35.2302672Z [00:04:20.512]➜  go tool buildid -w $WORK/b2703/_pkg_.a # internal
2025-08-20T23:05:35.2319894Z [00:04:20.515]➜  cp $WORK/b2703/_pkg_.a /root/.cache/go-build/7e/7e1b4e75dffbe0f879370abcad81ecaa64ad2a9ab3bde2ebdc23bce3f1875140-d # internal
2025-08-20T23:05:35.2326638Z [00:04:20.516]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh
2025-08-20T23:05:35.2329725Z [00:04:20.516]➜  mkdir -p $WORK/b2705/
2025-08-20T23:05:35.2339116Z [00:04:20.516]➜  cat >/tmp/go-build3700090427/b2705/importcfg << 'EOF' # internal
2025-08-20T23:05:35.2341234Z [00:04:20.516]➜  # import config
2025-08-20T23:05:35.2341901Z [00:04:20.516]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.2342770Z [00:04:20.516]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.2343601Z [00:04:20.516]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.2344389Z [00:04:20.516]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.2345583Z [00:04:20.516]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.2347061Z [00:04:20.516]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.2348639Z [00:04:20.517]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:35.2350179Z [00:04:20.517]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.2350958Z [00:04:20.517]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.2351772Z [00:04:20.517]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.2352586Z [00:04:20.517]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.2353345Z [00:04:20.517]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.2353916Z [00:04:20.517]➜  EOF
2025-08-20T23:05:35.2358863Z [00:04:20.517]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2705/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/refresh=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/refresh;$WORK/b2705=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh -lang=go1.22 -complete -installsuffix shared -buildid MN1NovDYmSX2K7ijOd6T/MN1NovDYmSX2K7ijOd6T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2705/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/refresh/refresh.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/refresh/response.go
2025-08-20T23:05:35.2417465Z [00:04:20.525]➜  go tool buildid -w $WORK/b2702/_pkg_.a # internal
2025-08-20T23:05:35.2434372Z [00:04:20.527]➜  go tool buildid -w $WORK/b2704/_pkg_.a # internal
2025-08-20T23:05:35.2444787Z [00:04:20.528]➜  cp $WORK/b2702/_pkg_.a /root/.cache/go-build/67/67de3cb1e47f0428f8d12594f5c5841b5b0c804a4f68e05918ccd570aa47bf6a-d # internal
2025-08-20T23:05:35.2449815Z [00:04:20.528]➜  cp $WORK/b2704/_pkg_.a /root/.cache/go-build/03/0392cbb3830895097e2f2178b424f3b87d1b4386856bce6a16304682866cf97c-d # internal
2025-08-20T23:05:35.2457527Z [00:04:20.529]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers
2025-08-20T23:05:35.2461019Z [00:04:20.529]➜  mkdir -p $WORK/b2706/
2025-08-20T23:05:35.2461824Z [00:04:20.529]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster
2025-08-20T23:05:35.2462616Z [00:04:20.529]➜  mkdir -p $WORK/b2707/
2025-08-20T23:05:35.2470791Z [00:04:20.530]➜  cat >/tmp/go-build3700090427/b2706/importcfg << 'EOF' # internal
2025-08-20T23:05:35.2473727Z [00:04:20.530]➜  # import config
2025-08-20T23:05:35.2474396Z [00:04:20.530]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.2475272Z [00:04:20.530]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.2476152Z [00:04:20.530]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.2476982Z [00:04:20.530]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.2478401Z [00:04:20.530]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.2481566Z [00:04:20.530]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.2483309Z [00:04:20.530]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:35.2484625Z [00:04:20.530]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.2485622Z [00:04:20.530]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.2486639Z [00:04:20.530]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.2487539Z [00:04:20.530]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.2488350Z [00:04:20.530]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.2488940Z [00:04:20.530]➜  EOF
2025-08-20T23:05:35.2494861Z [00:04:20.530]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2706/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/reloadsearchanalyzers=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/reloadsearchanalyzers;$WORK/b2706=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers -lang=go1.22 -complete -installsuffix shared -buildid 9juGLB6z17WFz1XJ-UXI/9juGLB6z17WFz1XJ-UXI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2706/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/reloadsearchanalyzers/reload_search_analyzers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/reloadsearchanalyzers/response.go
2025-08-20T23:05:35.2500795Z [00:04:20.530]➜  cat >/tmp/go-build3700090427/b2707/importcfg << 'EOF' # internal
2025-08-20T23:05:35.2501488Z [00:04:20.530]➜  # import config
2025-08-20T23:05:35.2502129Z [00:04:20.530]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.2502955Z [00:04:20.530]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.2503814Z [00:04:20.530]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.2504575Z [00:04:20.530]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.2505708Z [00:04:20.530]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.2507184Z [00:04:20.530]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.2508901Z [00:04:20.530]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:35.2510399Z [00:04:20.530]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.2512069Z [00:04:20.530]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.2512950Z [00:04:20.530]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.2513794Z [00:04:20.530]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.2514606Z [00:04:20.530]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.2515186Z [00:04:20.530]➜  EOF
2025-08-20T23:05:35.2520790Z [00:04:20.530]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2707/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/resolvecluster=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/resolvecluster;$WORK/b2707=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster -lang=go1.22 -complete -installsuffix shared -buildid UNNR2CWciCDR-TIs4yJ-/UNNR2CWciCDR-TIs4yJ- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2707/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/resolvecluster/resolve_cluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/resolvecluster/response.go
2025-08-20T23:05:35.3053401Z [00:04:20.588]➜  go tool buildid -w $WORK/b2701/_pkg_.a # internal
2025-08-20T23:05:35.3072077Z [00:04:20.590]➜  cp $WORK/b2701/_pkg_.a /root/.cache/go-build/7e/7ec648fe7f2624aa02068bb9456db2fa2d3871ac99a88ccc9e8ce7b8f9c70812-d # internal
2025-08-20T23:05:35.3097713Z [00:04:20.593]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex
2025-08-20T23:05:35.3102950Z [00:04:20.593]➜  mkdir -p $WORK/b2708/
2025-08-20T23:05:35.3107460Z [00:04:20.594]➜  cat >/tmp/go-build3700090427/b2708/importcfg << 'EOF' # internal
2025-08-20T23:05:35.3110803Z [00:04:20.594]➜  # import config
2025-08-20T23:05:35.3112160Z [00:04:20.594]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.3113384Z [00:04:20.594]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.3114795Z [00:04:20.594]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.3116235Z [00:04:20.594]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.3117957Z [00:04:20.594]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.3120199Z [00:04:20.594]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.3122550Z [00:04:20.594]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:35.3130311Z [00:04:20.594]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.3131777Z [00:04:20.594]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.3133899Z [00:04:20.594]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.3135053Z [00:04:20.594]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.3136408Z [00:04:20.594]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.3137641Z [00:04:20.594]➜  EOF
2025-08-20T23:05:35.3143705Z [00:04:20.594]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2708/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/resolveindex=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/resolveindex;$WORK/b2708=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex -lang=go1.22 -complete -installsuffix shared -buildid t6Ij6tBMPYTAUwoG1CcB/t6Ij6tBMPYTAUwoG1CcB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2708/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/resolveindex/resolve_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/resolveindex/response.go
2025-08-20T23:05:35.3356960Z [00:04:20.619]➜  go tool buildid -w $WORK/b2705/_pkg_.a # internal
2025-08-20T23:05:35.3377292Z [00:04:20.621]➜  cp $WORK/b2705/_pkg_.a /root/.cache/go-build/c3/c3c8580781afbcc7cb4b0d618f704bdc5bf4fa3e6407e0b3fcd133012484f5ce-d # internal
2025-08-20T23:05:35.3392165Z [00:04:20.622]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover
2025-08-20T23:05:35.3396032Z [00:04:20.623]➜  mkdir -p $WORK/b2709/
2025-08-20T23:05:35.3398593Z [00:04:20.623]➜  cat >/tmp/go-build3700090427/b2709/importcfg << 'EOF' # internal
2025-08-20T23:05:35.3399716Z [00:04:20.623]➜  # import config
2025-08-20T23:05:35.3402016Z [00:04:20.623]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.3404933Z [00:04:20.623]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.3407435Z [00:04:20.623]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.3410805Z [00:04:20.623]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.3411833Z [00:04:20.623]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.3413030Z [00:04:20.623]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.3414543Z [00:04:20.623]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.3415571Z [00:04:20.623]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.3416297Z [00:04:20.623]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.3417021Z [00:04:20.623]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.3417758Z [00:04:20.623]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.3418601Z [00:04:20.623]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.3419220Z [00:04:20.623]➜  EOF
2025-08-20T23:05:35.3426542Z [00:04:20.623]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2709/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/rollover=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/rollover;$WORK/b2709=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover -lang=go1.22 -complete -installsuffix shared -buildid ZZXkdwmLtf7fomxD6E_E/ZZXkdwmLtf7fomxD6E_E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2709/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/rollover/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/rollover/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/rollover/rollover.go
2025-08-20T23:05:35.3485499Z [00:04:20.632]➜  go tool buildid -w $WORK/b2706/_pkg_.a # internal
2025-08-20T23:05:35.3500616Z [00:04:20.633]➜  cp $WORK/b2706/_pkg_.a /root/.cache/go-build/77/77bbff47f6234bfb638a3ee5c4f3e7a06273f91b7c9cea0bd9137abe134b4da5-d # internal
2025-08-20T23:05:35.3516422Z [00:04:20.635]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments
2025-08-20T23:05:35.3519780Z [00:04:20.635]➜  mkdir -p $WORK/b2710/
2025-08-20T23:05:35.3529237Z [00:04:20.635]➜  cat >/tmp/go-build3700090427/b2710/importcfg << 'EOF' # internal
2025-08-20T23:05:35.3530051Z [00:04:20.635]➜  # import config
2025-08-20T23:05:35.3530642Z [00:04:20.635]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.3531653Z [00:04:20.635]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.3532892Z [00:04:20.635]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.3534690Z [00:04:20.635]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.3536014Z [00:04:20.635]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.3537472Z [00:04:20.635]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.3539043Z [00:04:20.635]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:35.3544531Z [00:04:20.635]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.3545432Z [00:04:20.635]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.3546212Z [00:04:20.635]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.3547037Z [00:04:20.635]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.3547791Z [00:04:20.635]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.3548367Z [00:04:20.635]➜  EOF
2025-08-20T23:05:35.3553859Z [00:04:20.635]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/segments=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/segments;$WORK/b2710=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments -lang=go1.22 -complete -installsuffix shared -buildid M-vVlSCy8DTRVMee9KEy/M-vVlSCy8DTRVMee9KEy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2710/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/segments/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/segments/segments.go
2025-08-20T23:05:35.3558660Z [00:04:20.636]➜  go tool buildid -w $WORK/b2707/_pkg_.a # internal
2025-08-20T23:05:35.3560058Z [00:04:20.638]➜  cp $WORK/b2707/_pkg_.a /root/.cache/go-build/80/80d08c788956d036c4ee491f380ff1ae5b1083aa3ca903ce27f927e5aa8b5bc1-d # internal
2025-08-20T23:05:35.3566480Z [00:04:20.640]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores
2025-08-20T23:05:35.3569158Z [00:04:20.640]➜  mkdir -p $WORK/b2711/
2025-08-20T23:05:35.3581484Z [00:04:20.641]➜  cat >/tmp/go-build3700090427/b2711/importcfg << 'EOF' # internal
2025-08-20T23:05:35.3585618Z [00:04:20.641]➜  # import config
2025-08-20T23:05:35.3586443Z [00:04:20.641]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.3587259Z [00:04:20.642]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.3588062Z [00:04:20.642]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.3588830Z [00:04:20.642]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.3590097Z [00:04:20.642]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.3591467Z [00:04:20.642]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.3593195Z [00:04:20.642]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:35.3594929Z [00:04:20.642]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus=/tmp/go-build3700090427/b2712/_pkg_.a
2025-08-20T23:05:35.3596118Z [00:04:20.642]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.3596863Z [00:04:20.642]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.3597634Z [00:04:20.642]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.3598390Z [00:04:20.642]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.3599137Z [00:04:20.642]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.3599960Z [00:04:20.642]➜  EOF
2025-08-20T23:05:35.3605444Z [00:04:20.642]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2711/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/shardstores=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/shardstores;$WORK/b2711=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores -lang=go1.22 -complete -installsuffix shared -buildid tp6MvyipbjC1sDUC2CKO/tp6MvyipbjC1sDUC2CKO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2711/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/shardstores/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/shardstores/shard_stores.go
2025-08-20T23:05:35.4401224Z [00:04:20.723]➜  go tool buildid -w $WORK/b2708/_pkg_.a # internal
2025-08-20T23:05:35.4426557Z [00:04:20.726]➜  cp $WORK/b2708/_pkg_.a /root/.cache/go-build/5e/5e6a00ae5499488d2d57afb12e469c82a9a286b4441986ed2691217213a0266b-d # internal
2025-08-20T23:05:35.4454554Z [00:04:20.729]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink
2025-08-20T23:05:35.4482607Z [00:04:20.729]➜  mkdir -p $WORK/b2713/
2025-08-20T23:05:35.4483462Z [00:04:20.729]➜  cat >/tmp/go-build3700090427/b2713/importcfg << 'EOF' # internal
2025-08-20T23:05:35.4484379Z [00:04:20.729]➜  # import config
2025-08-20T23:05:35.4485020Z [00:04:20.729]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.4485855Z [00:04:20.729]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.4486719Z [00:04:20.729]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.4487560Z [00:04:20.729]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.4488352Z [00:04:20.729]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.4489767Z [00:04:20.729]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.4491322Z [00:04:20.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.4492446Z [00:04:20.729]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.4493220Z [00:04:20.729]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.4493999Z [00:04:20.729]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.4494959Z [00:04:20.729]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.4495757Z [00:04:20.729]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.4496351Z [00:04:20.729]➜  EOF
2025-08-20T23:05:35.4502643Z [00:04:20.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/shrink=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/shrink;$WORK/b2713=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink -lang=go1.22 -complete -installsuffix shared -buildid krd6ayRGZOsQ1mjzIpiD/krd6ayRGZOsQ1mjzIpiD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2713/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/shrink/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/shrink/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/shrink/shrink.go
2025-08-20T23:05:35.4620998Z [00:04:20.745]➜  go tool buildid -w $WORK/b2710/_pkg_.a # internal
2025-08-20T23:05:35.4626829Z [00:04:20.746]➜  go tool buildid -w $WORK/b2709/_pkg_.a # internal
2025-08-20T23:05:35.4641088Z [00:04:20.747]➜  go tool buildid -w $WORK/b2711/_pkg_.a # internal
2025-08-20T23:05:35.4643422Z [00:04:20.747]➜  cp $WORK/b2710/_pkg_.a /root/.cache/go-build/72/7228ebfae8e97d259fe66e3b646f487fc8c0f4bf8e77a2db0956f823b5c3ec2d-d # internal
2025-08-20T23:05:35.4648171Z [00:04:20.748]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate
2025-08-20T23:05:35.4649057Z [00:04:20.748]➜  mkdir -p $WORK/b2714/
2025-08-20T23:05:35.4652883Z [00:04:20.748]➜  cp $WORK/b2709/_pkg_.a /root/.cache/go-build/12/12df5a01bb30e875395701d83c4d3e14d288d7078815a07e5e806b8f9c02a43a-d # internal
2025-08-20T23:05:35.4658501Z [00:04:20.749]➜  cat >/tmp/go-build3700090427/b2714/importcfg << 'EOF' # internal
2025-08-20T23:05:35.4659665Z [00:04:20.749]➜  # import config
2025-08-20T23:05:35.4660372Z [00:04:20.749]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.4661280Z [00:04:20.749]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.4662168Z [00:04:20.749]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.4662926Z [00:04:20.749]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.4664041Z [00:04:20.749]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.4665420Z [00:04:20.749]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.4666456Z [00:04:20.749]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.4667444Z [00:04:20.749]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.4668282Z [00:04:20.749]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.4669083Z [00:04:20.749]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.4670097Z [00:04:20.749]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.4670720Z [00:04:20.749]➜  EOF
2025-08-20T23:05:35.4677478Z [00:04:20.749]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/simulateindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/simulateindextemplate;$WORK/b2714=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate -lang=go1.22 -complete -installsuffix shared -buildid YYKQeL_47V-qytpub8Pe/YYKQeL_47V-qytpub8Pe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2714/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/simulateindextemplate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/simulateindextemplate/simulate_index_template.go
2025-08-20T23:05:35.4685331Z [00:04:20.749]➜  cp $WORK/b2711/_pkg_.a /root/.cache/go-build/86/86913b88d729f33ec5836362e2bf7dda902ffde3a669f3d0c3872fef434a2e78-d # internal
2025-08-20T23:05:35.4686751Z [00:04:20.751]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate
2025-08-20T23:05:35.4687547Z [00:04:20.751]➜  mkdir -p $WORK/b2715/
2025-08-20T23:05:35.4688369Z [00:04:20.751]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/split
2025-08-20T23:05:35.4689109Z [00:04:20.751]➜  mkdir -p $WORK/b2716/
2025-08-20T23:05:35.4691297Z [00:04:20.752]➜  cat >/tmp/go-build3700090427/b2715/importcfg << 'EOF' # internal
2025-08-20T23:05:35.4692257Z [00:04:20.752]➜  # import config
2025-08-20T23:05:35.4692929Z [00:04:20.752]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.4693759Z [00:04:20.752]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.4694656Z [00:04:20.752]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.4695496Z [00:04:20.752]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.4696276Z [00:04:20.752]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.4697502Z [00:04:20.752]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.4698993Z [00:04:20.752]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.4701206Z [00:04:20.752]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.4702124Z [00:04:20.752]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.4702990Z [00:04:20.752]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.4703817Z [00:04:20.752]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.4704659Z [00:04:20.752]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.4705277Z [00:04:20.752]➜  EOF
2025-08-20T23:05:35.4705893Z [00:04:20.752]➜  cat >/tmp/go-build3700090427/b2716/importcfg << 'EOF' # internal
2025-08-20T23:05:35.4706592Z [00:04:20.753]➜  # import config
2025-08-20T23:05:35.4707222Z [00:04:20.753]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.4708021Z [00:04:20.753]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.4708883Z [00:04:20.753]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.4709918Z [00:04:20.753]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.4711470Z [00:04:20.753]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.4712957Z [00:04:20.753]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.4714468Z [00:04:20.753]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.4715573Z [00:04:20.753]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.4716375Z [00:04:20.753]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.4717204Z [00:04:20.753]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.4718245Z [00:04:20.753]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.4719115Z [00:04:20.753]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.4719834Z [00:04:20.753]➜  EOF
2025-08-20T23:05:35.4725511Z [00:04:20.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2716/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/split=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/split;$WORK/b2716=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/split -lang=go1.22 -complete -installsuffix shared -buildid 4nhzYXN2nO_vPzFd3p14/4nhzYXN2nO_vPzFd3p14 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2716/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/split/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/split/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/split/split.go
2025-08-20T23:05:35.4736889Z [00:04:20.753]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2715/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/simulatetemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/simulatetemplate;$WORK/b2715=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate -lang=go1.22 -complete -installsuffix shared -buildid OcXIP6zLz-gL8Lejh60m/OcXIP6zLz-gL8Lejh60m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2715/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/simulatetemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/simulatetemplate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/simulatetemplate/simulate_template.go
2025-08-20T23:05:35.5657097Z [00:04:20.849]➜  go tool buildid -w $WORK/b2713/_pkg_.a # internal
2025-08-20T23:05:35.5677204Z [00:04:20.851]➜  cp $WORK/b2713/_pkg_.a /root/.cache/go-build/da/da957e54971f1c37d0a3426a2cd242f11bc7a2d7b89fbcaa98776daddd9261ae-d # internal
2025-08-20T23:05:35.5768797Z [00:04:20.860]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats
2025-08-20T23:05:35.5771722Z [00:04:20.860]➜  mkdir -p $WORK/b2717/
2025-08-20T23:05:35.5781512Z [00:04:20.861]➜  cat >/tmp/go-build3700090427/b2717/importcfg << 'EOF' # internal
2025-08-20T23:05:35.5803332Z [00:04:20.861]➜  # import config
2025-08-20T23:05:35.5804075Z [00:04:20.861]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.5804978Z [00:04:20.861]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.5805878Z [00:04:20.861]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.5806688Z [00:04:20.861]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.5807900Z [00:04:20.861]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.5809570Z [00:04:20.861]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.5811265Z [00:04:20.861]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:35.5813168Z [00:04:20.861]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3700090427/b2542/_pkg_.a
2025-08-20T23:05:35.5814342Z [00:04:20.861]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.5815157Z [00:04:20.861]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.5815966Z [00:04:20.861]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.5816774Z [00:04:20.861]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.5817568Z [00:04:20.861]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.5818167Z [00:04:20.861]➜  EOF
2025-08-20T23:05:35.5823519Z [00:04:20.861]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/stats;$WORK/b2717=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats -lang=go1.22 -complete -installsuffix shared -buildid TFQ1Mu-n7DmgH5AQjKkc/TFQ1Mu-n7DmgH5AQjKkc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2717/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/stats/stats.go
2025-08-20T23:05:35.5870896Z [00:04:20.870]➜  go tool buildid -w $WORK/b2716/_pkg_.a # internal
2025-08-20T23:05:35.5888861Z [00:04:20.872]➜  cp $WORK/b2716/_pkg_.a /root/.cache/go-build/bd/bdc1f38e4ef7e69cb057083af230c15826acad463d37d5efefe21f3836c44be8-d # internal
2025-08-20T23:05:35.5900857Z [00:04:20.873]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze
2025-08-20T23:05:35.5902850Z [00:04:20.873]➜  mkdir -p $WORK/b2718/
2025-08-20T23:05:35.5903752Z [00:04:20.873]➜  cat >/tmp/go-build3700090427/b2718/importcfg << 'EOF' # internal
2025-08-20T23:05:35.5904447Z [00:04:20.873]➜  # import config
2025-08-20T23:05:35.5905107Z [00:04:20.873]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.5905949Z [00:04:20.873]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.5906748Z [00:04:20.873]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.5907516Z [00:04:20.873]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.5908682Z [00:04:20.873]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.5910408Z [00:04:20.873]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.5911981Z [00:04:20.873]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:35.5913227Z [00:04:20.873]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.5914000Z [00:04:20.873]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.5914799Z [00:04:20.873]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.5915616Z [00:04:20.873]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.5916424Z [00:04:20.873]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.5917055Z [00:04:20.873]➜  EOF
2025-08-20T23:05:35.5922363Z [00:04:20.873]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/unfreeze=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/unfreeze;$WORK/b2718=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze -lang=go1.22 -complete -installsuffix shared -buildid dtTbSqGGGDz30lBWAp2f/dtTbSqGGGDz30lBWAp2f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2718/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/unfreeze/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/unfreeze/unfreeze.go
2025-08-20T23:05:35.5934307Z [00:04:20.877]➜  go tool buildid -w $WORK/b2714/_pkg_.a # internal
2025-08-20T23:05:35.5960718Z [00:04:20.879]➜  cp $WORK/b2714/_pkg_.a /root/.cache/go-build/01/01bc0602248afd2a9a92b3299eb2344e0fe1e4a5b9740c22e2b533c4ead0241c-d # internal
2025-08-20T23:05:35.5981630Z [00:04:20.881]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases
2025-08-20T23:05:35.5982475Z [00:04:20.881]➜  mkdir -p $WORK/b2719/
2025-08-20T23:05:35.5983193Z [00:04:20.881]➜  cat >/tmp/go-build3700090427/b2719/importcfg << 'EOF' # internal
2025-08-20T23:05:35.5983942Z [00:04:20.881]➜  # import config
2025-08-20T23:05:35.5984601Z [00:04:20.881]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.5995052Z [00:04:20.881]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.5995953Z [00:04:20.881]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.5996791Z [00:04:20.881]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.5997752Z [00:04:20.881]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.5998936Z [00:04:20.881]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.6000630Z [00:04:20.881]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.6001673Z [00:04:20.881]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.6002620Z [00:04:20.881]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.6003560Z [00:04:20.881]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.6004349Z [00:04:20.881]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.6005142Z [00:04:20.881]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.6005726Z [00:04:20.881]➜  EOF
2025-08-20T23:05:35.6012100Z [00:04:20.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/updatealiases=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/updatealiases;$WORK/b2719=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases -lang=go1.22 -complete -installsuffix shared -buildid asA_lfGlsVG1IJ7bQY9u/asA_lfGlsVG1IJ7bQY9u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2719/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/updatealiases/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/updatealiases/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/updatealiases/update_aliases.go
2025-08-20T23:05:35.6098403Z [00:04:20.893]➜  go tool buildid -w $WORK/b2715/_pkg_.a # internal
2025-08-20T23:05:35.6123667Z [00:04:20.895]➜  cp $WORK/b2715/_pkg_.a /root/.cache/go-build/a4/a41e4552833fe7094447694ea49bae9e29371cbf5ce6398b3f05e6d998206731-d # internal
2025-08-20T23:05:35.6138805Z [00:04:20.897]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery
2025-08-20T23:05:35.6139889Z [00:04:20.897]➜  mkdir -p $WORK/b2720/
2025-08-20T23:05:35.6140621Z [00:04:20.897]➜  cat >/tmp/go-build3700090427/b2720/importcfg << 'EOF' # internal
2025-08-20T23:05:35.6141301Z [00:04:20.897]➜  # import config
2025-08-20T23:05:35.6141940Z [00:04:20.897]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.6142788Z [00:04:20.897]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.6143670Z [00:04:20.897]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.6144526Z [00:04:20.897]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.6145493Z [00:04:20.897]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.6146710Z [00:04:20.897]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.6148294Z [00:04:20.897]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.6150148Z [00:04:20.897]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:35.6151995Z [00:04:20.897]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3700090427/b2417/_pkg_.a
2025-08-20T23:05:35.6153283Z [00:04:20.897]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.6154134Z [00:04:20.897]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.6155014Z [00:04:20.897]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.6155862Z [00:04:20.897]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.6156900Z [00:04:20.897]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.6157532Z [00:04:20.897]➜  EOF
2025-08-20T23:05:35.6164644Z [00:04:20.897]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2720/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/validatequery=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/validatequery;$WORK/b2720=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery -lang=go1.22 -complete -installsuffix shared -buildid txj8rPMMhy6DEht_Esb2/txj8rPMMhy6DEht_Esb2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2720/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/validatequery/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/validatequery/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/indices/validatequery/validate_query.go
2025-08-20T23:05:35.6875623Z [00:04:20.971]➜  go tool buildid -w $WORK/b2717/_pkg_.a # internal
2025-08-20T23:05:35.6893624Z [00:04:20.973]➜  cp $WORK/b2717/_pkg_.a /root/.cache/go-build/99/99619ddbfb88616a08b20861fde139b7b795c1aeec54d2ac31540cb7dae72a76-d # internal
2025-08-20T23:05:35.6901315Z [00:04:20.973]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete
2025-08-20T23:05:35.6906486Z [00:04:20.974]➜  mkdir -p $WORK/b2721/
2025-08-20T23:05:35.6907106Z [00:04:20.974]➜  go tool buildid -w $WORK/b2718/_pkg_.a # internal
2025-08-20T23:05:35.6925675Z [00:04:20.976]➜  cat >/tmp/go-build3700090427/b2721/importcfg << 'EOF' # internal
2025-08-20T23:05:35.6926426Z [00:04:20.976]➜  # import config
2025-08-20T23:05:35.6927147Z [00:04:20.976]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.6950450Z [00:04:20.976]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.6952617Z [00:04:20.976]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.6953593Z [00:04:20.976]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.6954899Z [00:04:20.976]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.6956458Z [00:04:20.976]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.6957581Z [00:04:20.976]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.6958433Z [00:04:20.976]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.6959278Z [00:04:20.976]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.6960351Z [00:04:20.976]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.6961437Z [00:04:20.976]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.6966858Z [00:04:20.976]➜  EOF
2025-08-20T23:05:35.6974185Z [00:04:20.976]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2721/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/delete;$WORK/b2721=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete -lang=go1.22 -complete -installsuffix shared -buildid bMH7_Nvr_1ttGgKVaT1a/bMH7_Nvr_1ttGgKVaT1a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2721/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/delete/response.go
2025-08-20T23:05:35.6979783Z [00:04:20.976]➜  cp $WORK/b2718/_pkg_.a /root/.cache/go-build/b4/b4b765991a222aeb9ce4eb4c8f1cfaf06512cec4151bbb60e975b0ddda5b251f-d # internal
2025-08-20T23:05:35.6981567Z [00:04:20.979]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/get
2025-08-20T23:05:35.6982681Z [00:04:20.979]➜  mkdir -p $WORK/b2722/
2025-08-20T23:05:35.6983594Z [00:04:20.979]➜  cat >/tmp/go-build3700090427/b2722/importcfg << 'EOF' # internal
2025-08-20T23:05:35.6984707Z [00:04:20.979]➜  # import config
2025-08-20T23:05:35.6985602Z [00:04:20.979]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.6986708Z [00:04:20.979]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.6988083Z [00:04:20.979]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.6989269Z [00:04:20.979]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.6991562Z [00:04:20.979]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.6993926Z [00:04:20.979]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.6995289Z [00:04:20.979]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.6996479Z [00:04:20.979]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.6997483Z [00:04:20.979]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.6998572Z [00:04:20.979]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.7000421Z [00:04:20.979]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.7001306Z [00:04:20.979]➜  EOF
2025-08-20T23:05:35.7009443Z [00:04:20.979]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2722/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/get=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/get;$WORK/b2722=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/get -lang=go1.22 -complete -installsuffix shared -buildid BveIvAxSq-KgJ9vICcpC/BveIvAxSq-KgJ9vICcpC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2722/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/get/response.go
2025-08-20T23:05:35.7013976Z [00:04:20.979]➜  go tool buildid -w $WORK/b2719/_pkg_.a # internal
2025-08-20T23:05:35.7015187Z [00:04:20.980]➜  cp $WORK/b2719/_pkg_.a /root/.cache/go-build/96/96bfe4233567a6edca8aa98547c9e769775f0c3897706a3485e59979c5e3059e-d # internal
2025-08-20T23:05:35.7016453Z [00:04:20.984]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference
2025-08-20T23:05:35.7017171Z [00:04:20.984]➜  mkdir -p $WORK/b2723/
2025-08-20T23:05:35.7017857Z [00:04:20.984]➜  cat >/tmp/go-build3700090427/b2723/importcfg << 'EOF' # internal
2025-08-20T23:05:35.7018486Z [00:04:20.984]➜  # import config
2025-08-20T23:05:35.7019091Z [00:04:20.984]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.7020178Z [00:04:20.984]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.7020999Z [00:04:20.984]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.7021799Z [00:04:20.984]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.7022535Z [00:04:20.984]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.7023678Z [00:04:20.984]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.7025117Z [00:04:20.984]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.7026150Z [00:04:20.984]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.7026913Z [00:04:20.984]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.7027685Z [00:04:20.984]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.7028454Z [00:04:20.984]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.7029478Z [00:04:20.984]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.7030048Z [00:04:20.984]➜  EOF
2025-08-20T23:05:35.7036226Z [00:04:20.984]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2723/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/inference=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/inference;$WORK/b2723=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference -lang=go1.22 -complete -installsuffix shared -buildid RhWG_gaLBh38l8equdhE/RhWG_gaLBh38l8equdhE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2723/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/inference/inference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/inference/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/inference/response.go
2025-08-20T23:05:35.7477597Z [00:04:21.031]➜  go tool buildid -w $WORK/b2720/_pkg_.a # internal
2025-08-20T23:05:35.7501362Z [00:04:21.033]➜  cp $WORK/b2720/_pkg_.a /root/.cache/go-build/75/75f6df9fe3be714f2cb83d2f3176ae8fe5c82101eb0ef14eafb4f6828bb74708-d # internal
2025-08-20T23:05:35.7518178Z [00:04:21.035]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/put
2025-08-20T23:05:35.7518906Z [00:04:21.035]➜  mkdir -p $WORK/b2724/
2025-08-20T23:05:35.7527180Z [00:04:21.036]➜  cat >/tmp/go-build3700090427/b2724/importcfg << 'EOF' # internal
2025-08-20T23:05:35.7528608Z [00:04:21.036]➜  # import config
2025-08-20T23:05:35.7529922Z [00:04:21.036]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.7531118Z [00:04:21.036]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.7533065Z [00:04:21.036]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.7534145Z [00:04:21.036]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.7534920Z [00:04:21.036]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.7536105Z [00:04:21.036]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.7537723Z [00:04:21.036]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.7539271Z [00:04:21.036]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3700090427/b2466/_pkg_.a
2025-08-20T23:05:35.7540610Z [00:04:21.036]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.7541391Z [00:04:21.036]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.7542184Z [00:04:21.036]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.7542967Z [00:04:21.036]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.7543753Z [00:04:21.036]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.7544338Z [00:04:21.036]➜  EOF
2025-08-20T23:05:35.7560736Z [00:04:21.036]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2724/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/put=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/put;$WORK/b2724=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/put -lang=go1.22 -complete -installsuffix shared -buildid 78kqgY0wviRf_Lyr84X_/78kqgY0wviRf_Lyr84X_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2724/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/put/put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/put/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/inference/put/response.go
2025-08-20T23:05:35.7855914Z [00:04:21.069]➜  go tool buildid -w $WORK/b2721/_pkg_.a # internal
2025-08-20T23:05:35.7874475Z [00:04:21.071]➜  cp $WORK/b2721/_pkg_.a /root/.cache/go-build/19/190e8a609990dbcb7e932fa2cd30e239b409c72911e23ed935f0dc5413dda810-d # internal
2025-08-20T23:05:35.7881711Z [00:04:21.071]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase
2025-08-20T23:05:35.7882499Z [00:04:21.071]➜  mkdir -p $WORK/b2725/
2025-08-20T23:05:35.7887453Z [00:04:21.072]➜  cat >/tmp/go-build3700090427/b2725/importcfg << 'EOF' # internal
2025-08-20T23:05:35.7888430Z [00:04:21.072]➜  # import config
2025-08-20T23:05:35.7889725Z [00:04:21.072]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.7890784Z [00:04:21.072]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.7891890Z [00:04:21.072]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.7893113Z [00:04:21.072]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.7894492Z [00:04:21.072]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.7895997Z [00:04:21.072]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.7897193Z [00:04:21.072]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.7898079Z [00:04:21.072]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.7898905Z [00:04:21.072]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.7900342Z [00:04:21.072]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.7901170Z [00:04:21.072]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.7901791Z [00:04:21.072]➜  EOF
2025-08-20T23:05:35.7907568Z [00:04:21.073]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2725/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/deletegeoipdatabase=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/deletegeoipdatabase;$WORK/b2725=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase -lang=go1.22 -complete -installsuffix shared -buildid mSHVAgozleC3m9LkwJI5/mSHVAgozleC3m9LkwJI5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2725/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/deletegeoipdatabase/delete_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/deletegeoipdatabase/response.go
2025-08-20T23:05:35.7913085Z [00:04:21.073]➜  go tool buildid -w $WORK/b2722/_pkg_.a # internal
2025-08-20T23:05:35.7924684Z [00:04:21.076]➜  cp $WORK/b2722/_pkg_.a /root/.cache/go-build/a7/a7585d9323c0ce64d2248790e4ada6fd9cf1830634b24aa9d6916febf88f5cb1-d # internal
2025-08-20T23:05:35.7935413Z [00:04:21.077]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline
2025-08-20T23:05:35.7936854Z [00:04:21.077]➜  mkdir -p $WORK/b2726/
2025-08-20T23:05:35.7945629Z [00:04:21.078]➜  cat >/tmp/go-build3700090427/b2726/importcfg << 'EOF' # internal
2025-08-20T23:05:35.7948482Z [00:04:21.078]➜  # import config
2025-08-20T23:05:35.7949873Z [00:04:21.078]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.7951318Z [00:04:21.078]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.7953964Z [00:04:21.078]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.7954849Z [00:04:21.078]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.7956296Z [00:04:21.078]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.7957950Z [00:04:21.078]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.7959082Z [00:04:21.078]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.7960280Z [00:04:21.078]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.7961143Z [00:04:21.078]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.7961992Z [00:04:21.078]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.7962809Z [00:04:21.078]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.7963400Z [00:04:21.078]➜  EOF
2025-08-20T23:05:35.7968960Z [00:04:21.078]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2726/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/deletepipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/deletepipeline;$WORK/b2726=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline -lang=go1.22 -complete -installsuffix shared -buildid nv51_0-U_IfGYef_N0qU/nv51_0-U_IfGYef_N0qU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2726/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/deletepipeline/delete_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/deletepipeline/response.go
2025-08-20T23:05:35.8343663Z [00:04:21.117]➜  go tool buildid -w $WORK/b2723/_pkg_.a # internal
2025-08-20T23:05:35.8367041Z [00:04:21.120]➜  cp $WORK/b2723/_pkg_.a /root/.cache/go-build/42/42551e605617638290348457082fdabd2adc41996eee04299ea0dad775e1b59c-d # internal
2025-08-20T23:05:35.8402654Z [00:04:21.123]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats
2025-08-20T23:05:35.8424163Z [00:04:21.124]➜  mkdir -p $WORK/b2727/
2025-08-20T23:05:35.8424998Z [00:04:21.124]➜  cat >/tmp/go-build3700090427/b2727/importcfg << 'EOF' # internal
2025-08-20T23:05:35.8425726Z [00:04:21.124]➜  # import config
2025-08-20T23:05:35.8426641Z [00:04:21.124]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.8427570Z [00:04:21.124]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.8428524Z [00:04:21.124]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.8429558Z [00:04:21.124]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.8430750Z [00:04:21.124]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.8432039Z [00:04:21.124]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.8433100Z [00:04:21.124]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.8433855Z [00:04:21.124]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.8434661Z [00:04:21.124]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.8435464Z [00:04:21.124]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.8436267Z [00:04:21.124]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.8436942Z [00:04:21.124]➜  EOF
2025-08-20T23:05:35.8442521Z [00:04:21.124]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/geoipstats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/geoipstats;$WORK/b2727=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats -lang=go1.22 -complete -installsuffix shared -buildid t8z14dWT8KSeNWjuTaUx/t8z14dWT8KSeNWjuTaUx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2727/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/geoipstats/geo_ip_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/geoipstats/response.go
2025-08-20T23:05:35.8755292Z [00:04:21.159]➜  go tool buildid -w $WORK/b2724/_pkg_.a # internal
2025-08-20T23:05:35.8772366Z [00:04:21.160]➜  cp $WORK/b2724/_pkg_.a /root/.cache/go-build/b5/b56baa4bdf5a9d445c2920be3dcc26b5fe6b8a3a36b5f08caa242db9f8c7405b-d # internal
2025-08-20T23:05:35.8799808Z [00:04:21.161]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase
2025-08-20T23:05:35.8805806Z [00:04:21.161]➜  mkdir -p $WORK/b2728/
2025-08-20T23:05:35.8806474Z [00:04:21.163]➜  go tool buildid -w $WORK/b2725/_pkg_.a # internal
2025-08-20T23:05:35.8811605Z [00:04:21.164]➜  cp $WORK/b2725/_pkg_.a /root/.cache/go-build/06/0659400376cd7755e0477a7d362700f86eaaa894b452805901431d4f2f102460-d # internal
2025-08-20T23:05:35.8821981Z [00:04:21.165]➜  cat >/tmp/go-build3700090427/b2728/importcfg << 'EOF' # internal
2025-08-20T23:05:35.8834693Z [00:04:21.165]➜  # import config
2025-08-20T23:05:35.8835397Z [00:04:21.165]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.8836283Z [00:04:21.165]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.8837126Z [00:04:21.165]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.8837926Z [00:04:21.165]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.8839144Z [00:04:21.165]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.8840896Z [00:04:21.165]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.8841979Z [00:04:21.165]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.8842762Z [00:04:21.165]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.8843583Z [00:04:21.165]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.8844409Z [00:04:21.165]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.8845224Z [00:04:21.165]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.8846066Z [00:04:21.165]➜  EOF
2025-08-20T23:05:35.8855054Z [00:04:21.166]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2728/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/getgeoipdatabase=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/getgeoipdatabase;$WORK/b2728=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase -lang=go1.22 -complete -installsuffix shared -buildid DQSuUwBrz_suhgscGI8U/DQSuUwBrz_suhgscGI8U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2728/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/getgeoipdatabase/get_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/getgeoipdatabase/response.go
2025-08-20T23:05:35.8896571Z [00:04:21.172]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline
2025-08-20T23:05:35.8898145Z [00:04:21.172]➜  mkdir -p $WORK/b2729/
2025-08-20T23:05:35.8900251Z [00:04:21.173]➜  cat >/tmp/go-build3700090427/b2729/importcfg << 'EOF' # internal
2025-08-20T23:05:35.8902174Z [00:04:21.173]➜  # import config
2025-08-20T23:05:35.8904956Z [00:04:21.173]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.8905910Z [00:04:21.173]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.8906755Z [00:04:21.173]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.8907530Z [00:04:21.173]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.8908709Z [00:04:21.173]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.8910670Z [00:04:21.173]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.8911877Z [00:04:21.173]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.8912714Z [00:04:21.173]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.8913757Z [00:04:21.173]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.8914604Z [00:04:21.173]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.8915462Z [00:04:21.173]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.8916099Z [00:04:21.173]➜  EOF
2025-08-20T23:05:35.8945281Z [00:04:21.173]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2729/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/getpipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/getpipeline;$WORK/b2729=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline -lang=go1.22 -complete -installsuffix shared -buildid 2_c7LycEAlkEUCm98UQC/2_c7LycEAlkEUCm98UQC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2729/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/getpipeline/get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/getpipeline/response.go
2025-08-20T23:05:35.9152774Z [00:04:21.197]➜  go tool buildid -w $WORK/b2726/_pkg_.a # internal
2025-08-20T23:05:35.9204287Z [00:04:21.204]➜  cp $WORK/b2726/_pkg_.a /root/.cache/go-build/c9/c9532c46083b747bd2301b0eb3500a0e29faff0223873bc0543e5e7d0071b79c-d # internal
2025-08-20T23:05:35.9210137Z [00:04:21.204]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok
2025-08-20T23:05:35.9214302Z [00:04:21.205]➜  mkdir -p $WORK/b2730/
2025-08-20T23:05:35.9224399Z [00:04:21.205]➜  cat >/tmp/go-build3700090427/b2730/importcfg << 'EOF' # internal
2025-08-20T23:05:35.9225147Z [00:04:21.205]➜  # import config
2025-08-20T23:05:35.9225847Z [00:04:21.205]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.9226759Z [00:04:21.205]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.9228196Z [00:04:21.205]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.9231715Z [00:04:21.205]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.9234787Z [00:04:21.205]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.9236287Z [00:04:21.205]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.9237435Z [00:04:21.205]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.9238274Z [00:04:21.205]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.9239169Z [00:04:21.205]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.9243950Z [00:04:21.205]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.9244770Z [00:04:21.205]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.9245358Z [00:04:21.205]➜  EOF
2025-08-20T23:05:35.9250915Z [00:04:21.207]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/processorgrok=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/processorgrok;$WORK/b2730=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok -lang=go1.22 -complete -installsuffix shared -buildid gTaG4aBeKOWkOdoK7-8A/gTaG4aBeKOWkOdoK7-8A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2730/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/processorgrok/processor_grok.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/processorgrok/response.go
2025-08-20T23:05:35.9328236Z [00:04:21.216]➜  go tool buildid -w $WORK/b2727/_pkg_.a # internal
2025-08-20T23:05:35.9345534Z [00:04:21.218]➜  cp $WORK/b2727/_pkg_.a /root/.cache/go-build/64/64110cbd857e117c9fa810214b20a42f3577b7977b492c79df6b69d22a44e46f-d # internal
2025-08-20T23:05:35.9374436Z [00:04:21.220]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase
2025-08-20T23:05:35.9378815Z [00:04:21.220]➜  mkdir -p $WORK/b2731/
2025-08-20T23:05:35.9379786Z [00:04:21.220]➜  cat >/tmp/go-build3700090427/b2731/importcfg << 'EOF' # internal
2025-08-20T23:05:35.9380483Z [00:04:21.220]➜  # import config
2025-08-20T23:05:35.9381146Z [00:04:21.220]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:35.9381981Z [00:04:21.220]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:35.9382857Z [00:04:21.220]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:35.9383885Z [00:04:21.220]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:35.9384725Z [00:04:21.220]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:35.9385917Z [00:04:21.220]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:35.9387400Z [00:04:21.220]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:35.9388454Z [00:04:21.220]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:35.9389297Z [00:04:21.220]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:35.9390404Z [00:04:21.220]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:35.9391225Z [00:04:21.220]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:35.9392021Z [00:04:21.220]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:35.9392638Z [00:04:21.220]➜  EOF
2025-08-20T23:05:35.9399079Z [00:04:21.220]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/putgeoipdatabase=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/putgeoipdatabase;$WORK/b2731=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase -lang=go1.22 -complete -installsuffix shared -buildid axqPA-KWKsSnsrMKHCsp/axqPA-KWKsSnsrMKHCsp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2731/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/putgeoipdatabase/put_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/putgeoipdatabase/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/putgeoipdatabase/response.go
2025-08-20T23:05:35.9972945Z [00:04:21.279]➜  go tool buildid -w $WORK/b2729/_pkg_.a # internal
2025-08-20T23:05:35.9978845Z [00:04:21.281]➜  cp $WORK/b2729/_pkg_.a /root/.cache/go-build/8e/8ec79f0ad273866ae213069f49fbbf573b2ac7eb77a5e9c08d1dadd02314c354-d # internal
2025-08-20T23:05:36.0002209Z [00:04:21.282]➜  go tool buildid -w $WORK/b2728/_pkg_.a # internal
2025-08-20T23:05:36.0020554Z [00:04:21.283]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline
2025-08-20T23:05:36.0021589Z [00:04:21.283]➜  mkdir -p $WORK/b2732/
2025-08-20T23:05:36.0022369Z [00:04:21.283]➜  cat >/tmp/go-build3700090427/b2732/importcfg << 'EOF' # internal
2025-08-20T23:05:36.0023082Z [00:04:21.283]➜  # import config
2025-08-20T23:05:36.0023759Z [00:04:21.283]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.0024569Z [00:04:21.283]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.0050394Z [00:04:21.283]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.0051606Z [00:04:21.283]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.0052902Z [00:04:21.283]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.0054963Z [00:04:21.283]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.0056469Z [00:04:21.283]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.0057525Z [00:04:21.283]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.0058295Z [00:04:21.283]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.0059085Z [00:04:21.283]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.0060074Z [00:04:21.283]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.0060867Z [00:04:21.283]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.0061486Z [00:04:21.283]➜  EOF
2025-08-20T23:05:36.0067837Z [00:04:21.283]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/putpipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/putpipeline;$WORK/b2732=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline -lang=go1.22 -complete -installsuffix shared -buildid iWBR09T4PNTAF1IDAxpv/iWBR09T4PNTAF1IDAxpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2732/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/putpipeline/put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/putpipeline/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/putpipeline/response.go
2025-08-20T23:05:36.0074195Z [00:04:21.284]➜  cp $WORK/b2728/_pkg_.a /root/.cache/go-build/79/79afee98c0a45be6ca55c0f8449a91e3b722dafa9834aba5ad1aee098cd15d34-d # internal
2025-08-20T23:05:36.0090642Z [00:04:21.292]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate
2025-08-20T23:05:36.0093001Z [00:04:21.292]➜  mkdir -p $WORK/b2733/
2025-08-20T23:05:36.0111249Z [00:04:21.292]➜  cat >/tmp/go-build3700090427/b2733/importcfg << 'EOF' # internal
2025-08-20T23:05:36.0112273Z [00:04:21.292]➜  # import config
2025-08-20T23:05:36.0112914Z [00:04:21.292]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.0113714Z [00:04:21.292]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.0114557Z [00:04:21.292]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.0115431Z [00:04:21.292]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.0116225Z [00:04:21.292]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.0117427Z [00:04:21.292]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.0118936Z [00:04:21.292]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.0120200Z [00:04:21.292]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.0120980Z [00:04:21.292]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.0121772Z [00:04:21.292]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.0122742Z [00:04:21.292]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.0123525Z [00:04:21.292]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.0124106Z [00:04:21.292]➜  EOF
2025-08-20T23:05:36.0130263Z [00:04:21.292]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/simulate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/simulate;$WORK/b2733=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate -lang=go1.22 -complete -installsuffix shared -buildid j_3XqYNZpWUHSW6QzCXv/j_3XqYNZpWUHSW6QzCXv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2733/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/simulate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/simulate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ingest/simulate/simulate.go
2025-08-20T23:05:36.0317811Z [00:04:21.314]➜  go tool buildid -w $WORK/b2731/_pkg_.a # internal
2025-08-20T23:05:36.0327230Z [00:04:21.316]➜  cp $WORK/b2731/_pkg_.a /root/.cache/go-build/35/35913101ae391e595c96f758a3f6a1408c4231cf42fbe873d2109d197cd86e55-d # internal
2025-08-20T23:05:36.0333074Z [00:04:21.316]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/delete
2025-08-20T23:05:36.0333788Z [00:04:21.317]➜  mkdir -p $WORK/b2734/
2025-08-20T23:05:36.0339600Z [00:04:21.317]➜  cat >/tmp/go-build3700090427/b2734/importcfg << 'EOF' # internal
2025-08-20T23:05:36.0341419Z [00:04:21.317]➜  # import config
2025-08-20T23:05:36.0357328Z [00:04:21.317]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.0358264Z [00:04:21.317]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.0359102Z [00:04:21.317]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.0360022Z [00:04:21.317]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.0361215Z [00:04:21.317]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.0362683Z [00:04:21.317]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.0363751Z [00:04:21.317]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.0364540Z [00:04:21.317]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.0365342Z [00:04:21.317]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.0366133Z [00:04:21.317]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.0367119Z [00:04:21.317]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.0367704Z [00:04:21.317]➜  EOF
2025-08-20T23:05:36.0372997Z [00:04:21.317]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2734/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/delete;$WORK/b2734=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/delete -lang=go1.22 -complete -installsuffix shared -buildid vt6FToIx06YR-pIjH1dv/vt6FToIx06YR-pIjH1dv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2734/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/delete/response.go
2025-08-20T23:05:36.0399191Z [00:04:21.323]➜  go tool buildid -w $WORK/b2730/_pkg_.a # internal
2025-08-20T23:05:36.0420843Z [00:04:21.325]➜  cp $WORK/b2730/_pkg_.a /root/.cache/go-build/61/61d244aea667f6b4aace15ca047b8d858ed48e2f615ecd27b65e39d6123a1dad-d # internal
2025-08-20T23:05:36.0428647Z [00:04:21.326]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/get
2025-08-20T23:05:36.0429915Z [00:04:21.326]➜  mkdir -p $WORK/b2735/
2025-08-20T23:05:36.0437492Z [00:04:21.327]➜  cat >/tmp/go-build3700090427/b2735/importcfg << 'EOF' # internal
2025-08-20T23:05:36.0438156Z [00:04:21.327]➜  # import config
2025-08-20T23:05:36.0438962Z [00:04:21.327]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.0441296Z [00:04:21.327]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.0443462Z [00:04:21.327]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.0444421Z [00:04:21.327]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.0447554Z [00:04:21.327]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.0449037Z [00:04:21.327]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.0450248Z [00:04:21.327]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.0451001Z [00:04:21.328]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.0451775Z [00:04:21.328]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.0452537Z [00:04:21.328]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.0453289Z [00:04:21.328]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.0453840Z [00:04:21.328]➜  EOF
2025-08-20T23:05:36.0461787Z [00:04:21.329]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/get=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/get;$WORK/b2735=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/get -lang=go1.22 -complete -installsuffix shared -buildid WFGPhvDAJw_uMVXF7bkA/WFGPhvDAJw_uMVXF7bkA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2735/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/get/response.go
2025-08-20T23:05:36.1289668Z [00:04:21.412]➜  go tool buildid -w $WORK/b2734/_pkg_.a # internal
2025-08-20T23:05:36.1305093Z [00:04:21.414]➜  cp $WORK/b2734/_pkg_.a /root/.cache/go-build/56/56ffd8fd0093cc0cf54cc93a84724ef52fb74677c4c65f181cf25170adddead9-d # internal
2025-08-20T23:05:36.1350588Z [00:04:21.418]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus
2025-08-20T23:05:36.1351482Z [00:04:21.418]➜  mkdir -p $WORK/b2736/
2025-08-20T23:05:36.1352244Z [00:04:21.418]➜  cat >/tmp/go-build3700090427/b2736/importcfg << 'EOF' # internal
2025-08-20T23:05:36.1352935Z [00:04:21.418]➜  # import config
2025-08-20T23:05:36.1354352Z [00:04:21.418]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.1355215Z [00:04:21.418]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.1356092Z [00:04:21.418]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.1356889Z [00:04:21.418]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.1358111Z [00:04:21.418]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.1359781Z [00:04:21.418]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.1360898Z [00:04:21.418]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.1361733Z [00:04:21.418]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.1362555Z [00:04:21.418]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.1363405Z [00:04:21.418]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.1364399Z [00:04:21.418]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.1364990Z [00:04:21.418]➜  EOF
2025-08-20T23:05:36.1376244Z [00:04:21.418]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/getbasicstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/getbasicstatus;$WORK/b2736=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus -lang=go1.22 -complete -installsuffix shared -buildid bX2G92ZbavwesBUqWWze/bX2G92ZbavwesBUqWWze -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2736/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/getbasicstatus/get_basic_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/getbasicstatus/response.go
2025-08-20T23:05:36.1381452Z [00:04:21.420]➜  go tool buildid -w $WORK/b2732/_pkg_.a # internal
2025-08-20T23:05:36.1390560Z [00:04:21.422]➜  cp $WORK/b2732/_pkg_.a /root/.cache/go-build/d8/d8c3a2952b15df7aa4deea518c5872be45d0b6f889986e45830a5a8a5c3b7d17-d # internal
2025-08-20T23:05:36.1401740Z [00:04:21.423]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus
2025-08-20T23:05:36.1402729Z [00:04:21.423]➜  mkdir -p $WORK/b2737/
2025-08-20T23:05:36.1407561Z [00:04:21.424]➜  cat >/tmp/go-build3700090427/b2737/importcfg << 'EOF' # internal
2025-08-20T23:05:36.1409776Z [00:04:21.424]➜  # import config
2025-08-20T23:05:36.1410448Z [00:04:21.424]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.1411492Z [00:04:21.424]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.1412366Z [00:04:21.424]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.1413155Z [00:04:21.424]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.1414344Z [00:04:21.424]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.1415831Z [00:04:21.424]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.1416927Z [00:04:21.424]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.1417734Z [00:04:21.424]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.1418555Z [00:04:21.424]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.1419314Z [00:04:21.424]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.1420423Z [00:04:21.424]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.1420994Z [00:04:21.424]➜  EOF
2025-08-20T23:05:36.1430610Z [00:04:21.424]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/gettrialstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/gettrialstatus;$WORK/b2737=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus -lang=go1.22 -complete -installsuffix shared -buildid zchwqyQPDygyiY_akAYi/zchwqyQPDygyiY_akAYi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2737/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/gettrialstatus/get_trial_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/gettrialstatus/response.go
2025-08-20T23:05:36.1473090Z [00:04:21.430]➜  go tool buildid -w $WORK/b2735/_pkg_.a # internal
2025-08-20T23:05:36.1487520Z [00:04:21.432]➜  cp $WORK/b2735/_pkg_.a /root/.cache/go-build/86/86105671f7d0d83d09dd0d17913c65ee105e4933ae0b3b6f13e072ea3cca496f-d # internal
2025-08-20T23:05:36.1496857Z [00:04:21.433]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/post
2025-08-20T23:05:36.1500865Z [00:04:21.433]➜  mkdir -p $WORK/b2738/
2025-08-20T23:05:36.1507676Z [00:04:21.433]➜  cat >/tmp/go-build3700090427/b2738/importcfg << 'EOF' # internal
2025-08-20T23:05:36.1508569Z [00:04:21.433]➜  # import config
2025-08-20T23:05:36.1509573Z [00:04:21.433]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.1510513Z [00:04:21.433]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.1511411Z [00:04:21.433]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.1512252Z [00:04:21.433]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.1513034Z [00:04:21.433]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.1514429Z [00:04:21.434]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.1515866Z [00:04:21.434]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.1517429Z [00:04:21.434]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build3700090427/b2399/_pkg_.a
2025-08-20T23:05:36.1518617Z [00:04:21.434]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.1519571Z [00:04:21.434]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.1520379Z [00:04:21.434]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.1521148Z [00:04:21.434]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.1521905Z [00:04:21.434]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.1522618Z [00:04:21.434]➜  EOF
2025-08-20T23:05:36.1528268Z [00:04:21.434]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2738/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/post=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/post;$WORK/b2738=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/post -lang=go1.22 -complete -installsuffix shared -buildid YdwtwYjAGMQVsozUVIy7/YdwtwYjAGMQVsozUVIy7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2738/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/post/post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/post/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/post/response.go
2025-08-20T23:05:36.1538701Z [00:04:21.437]➜  go tool buildid -w $WORK/b2733/_pkg_.a # internal
2025-08-20T23:05:36.1548642Z [00:04:21.438]➜  cp $WORK/b2733/_pkg_.a /root/.cache/go-build/be/be57822b8d0a739307b04407f2a87e90630eb8ff0f5045a19ecb52815b6337df-d # internal
2025-08-20T23:05:36.1557939Z [00:04:21.439]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic
2025-08-20T23:05:36.1564691Z [00:04:21.440]➜  mkdir -p $WORK/b2739/
2025-08-20T23:05:36.1574442Z [00:04:21.441]➜  cat >/tmp/go-build3700090427/b2739/importcfg << 'EOF' # internal
2025-08-20T23:05:36.1580356Z [00:04:21.441]➜  # import config
2025-08-20T23:05:36.1580988Z [00:04:21.441]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.1584049Z [00:04:21.442]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.1584899Z [00:04:21.442]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.1585712Z [00:04:21.442]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.1586458Z [00:04:21.442]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.1587627Z [00:04:21.442]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.1589073Z [00:04:21.442]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.1590824Z [00:04:21.442]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3700090427/b2400/_pkg_.a
2025-08-20T23:05:36.1592133Z [00:04:21.442]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.1592885Z [00:04:21.442]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.1593661Z [00:04:21.442]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.1594420Z [00:04:21.442]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.1595168Z [00:04:21.442]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.1595733Z [00:04:21.442]➜  EOF
2025-08-20T23:05:36.1606781Z [00:04:21.443]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2739/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/poststartbasic=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/poststartbasic;$WORK/b2739=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic -lang=go1.22 -complete -installsuffix shared -buildid jIWdrTngkh213rtg8lSw/jIWdrTngkh213rtg8lSw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2739/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/poststartbasic/post_start_basic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/poststartbasic/response.go
2025-08-20T23:05:36.2266404Z [00:04:21.510]➜  go tool buildid -w $WORK/b2737/_pkg_.a # internal
2025-08-20T23:05:36.2282626Z [00:04:21.511]➜  cp $WORK/b2737/_pkg_.a /root/.cache/go-build/9a/9a341003afca92cce3468af63fd1af26dcdf7dba1d96c0514f74cc61c3718d0f-d # internal
2025-08-20T23:05:36.2314754Z [00:04:21.515]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial
2025-08-20T23:05:36.2317353Z [00:04:21.515]➜  mkdir -p $WORK/b2740/
2025-08-20T23:05:36.2318117Z [00:04:21.515]➜  cat >/tmp/go-build3700090427/b2740/importcfg << 'EOF' # internal
2025-08-20T23:05:36.2318857Z [00:04:21.515]➜  # import config
2025-08-20T23:05:36.2319709Z [00:04:21.515]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.2320642Z [00:04:21.515]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.2321545Z [00:04:21.515]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.2322407Z [00:04:21.515]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.2323700Z [00:04:21.515]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.2325276Z [00:04:21.515]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.2327018Z [00:04:21.515]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3700090427/b2400/_pkg_.a
2025-08-20T23:05:36.2328537Z [00:04:21.515]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.2329517Z [00:04:21.515]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.2330417Z [00:04:21.515]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.2331311Z [00:04:21.515]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.2332173Z [00:04:21.515]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.2332829Z [00:04:21.515]➜  EOF
2025-08-20T23:05:36.2338488Z [00:04:21.515]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/poststarttrial=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/poststarttrial;$WORK/b2740=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial -lang=go1.22 -complete -installsuffix shared -buildid KzCKrI9E-gXtWcg_InzI/KzCKrI9E-gXtWcg_InzI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2740/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/poststarttrial/post_start_trial.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/license/poststarttrial/response.go
2025-08-20T23:05:36.2362498Z [00:04:21.519]➜  go tool buildid -w $WORK/b2736/_pkg_.a # internal
2025-08-20T23:05:36.2405744Z [00:04:21.524]➜  cp $WORK/b2736/_pkg_.a /root/.cache/go-build/f5/f50616a5b69e8d711bd5fcd77fcafe91df51d1397ff7b2bbeee19924db5bc2e2-d # internal
2025-08-20T23:05:36.2482676Z [00:04:21.531]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline
2025-08-20T23:05:36.2487235Z [00:04:21.532]➜  mkdir -p $WORK/b2742/
2025-08-20T23:05:36.2491637Z [00:04:21.532]➜  cat >/tmp/go-build3700090427/b2742/importcfg << 'EOF' # internal
2025-08-20T23:05:36.2492507Z [00:04:21.532]➜  # import config
2025-08-20T23:05:36.2493258Z [00:04:21.532]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.2494228Z [00:04:21.532]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.2495178Z [00:04:21.532]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.2496045Z [00:04:21.532]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.2497304Z [00:04:21.532]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.2498890Z [00:04:21.532]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.2500261Z [00:04:21.532]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.2501297Z [00:04:21.532]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.2502198Z [00:04:21.532]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.2503084Z [00:04:21.532]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.2503988Z [00:04:21.532]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.2504620Z [00:04:21.532]➜  EOF
2025-08-20T23:05:36.2511090Z [00:04:21.532]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2742/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/logstash/getpipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/logstash/getpipeline;$WORK/b2742=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline -lang=go1.22 -complete -installsuffix shared -buildid bDDcBAzDjGkpGEa_y849/bDDcBAzDjGkpGEa_y849 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2742/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/logstash/getpipeline/get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/logstash/getpipeline/response.go
2025-08-20T23:05:36.2604539Z [00:04:21.544]➜  go tool buildid -w $WORK/b2739/_pkg_.a # internal
2025-08-20T23:05:36.2626404Z [00:04:21.546]➜  cp $WORK/b2739/_pkg_.a /root/.cache/go-build/5e/5efa42d2e598fb598e602e9a5296b8d038e1890cb9c65f0105d2b994040900bf-d # internal
2025-08-20T23:05:36.2642501Z [00:04:21.547]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline
2025-08-20T23:05:36.2643480Z [00:04:21.547]➜  mkdir -p $WORK/b2743/
2025-08-20T23:05:36.2644747Z [00:04:21.547]➜  cat >/tmp/go-build3700090427/b2743/importcfg << 'EOF' # internal
2025-08-20T23:05:36.2645618Z [00:04:21.547]➜  # import config
2025-08-20T23:05:36.2646455Z [00:04:21.547]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.2648317Z [00:04:21.547]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.2649689Z [00:04:21.547]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.2650770Z [00:04:21.547]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.2651752Z [00:04:21.547]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.2653308Z [00:04:21.547]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.2655538Z [00:04:21.547]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.2656963Z [00:04:21.547]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.2657934Z [00:04:21.547]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.2658942Z [00:04:21.547]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.2660100Z [00:04:21.547]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.2661278Z [00:04:21.547]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.2662066Z [00:04:21.547]➜  EOF
2025-08-20T23:05:36.2668148Z [00:04:21.547]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2743/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/logstash/putpipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/logstash/putpipeline;$WORK/b2743=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline -lang=go1.22 -complete -installsuffix shared -buildid dzV2It8pcdSHbf6KS_uJ/dzV2It8pcdSHbf6KS_uJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2743/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/logstash/putpipeline/put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/logstash/putpipeline/request.go
2025-08-20T23:05:36.2731708Z [00:04:21.556]➜  go tool buildid -w $WORK/b2738/_pkg_.a # internal
2025-08-20T23:05:36.2751175Z [00:04:21.558]➜  cp $WORK/b2738/_pkg_.a /root/.cache/go-build/df/df6ded8ce2fe8b9985f0fd0d5718978d6418e8be9c37b49e2e95566191697051-d # internal
2025-08-20T23:05:36.2768727Z [00:04:21.560]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations
2025-08-20T23:05:36.2769762Z [00:04:21.560]➜  mkdir -p $WORK/b2744/
2025-08-20T23:05:36.2770538Z [00:04:21.560]➜  cat >/tmp/go-build3700090427/b2744/importcfg << 'EOF' # internal
2025-08-20T23:05:36.2771223Z [00:04:21.560]➜  # import config
2025-08-20T23:05:36.2771881Z [00:04:21.560]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.2772756Z [00:04:21.560]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.2773608Z [00:04:21.560]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.2774374Z [00:04:21.560]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.2775591Z [00:04:21.560]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.2777732Z [00:04:21.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.2779286Z [00:04:21.560]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.2780770Z [00:04:21.560]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.2781829Z [00:04:21.560]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.2783057Z [00:04:21.560]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.2784094Z [00:04:21.560]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.2784908Z [00:04:21.560]➜  EOF
2025-08-20T23:05:36.2791497Z [00:04:21.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2744/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/deprecations=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/deprecations;$WORK/b2744=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations -lang=go1.22 -complete -installsuffix shared -buildid Stk24rxpqBejhX7RaW8y/Stk24rxpqBejhX7RaW8y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2744/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/deprecations/deprecations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/deprecations/response.go
2025-08-20T23:05:36.3282529Z [00:04:21.610]➜  go tool buildid -w $WORK/b2740/_pkg_.a # internal
2025-08-20T23:05:36.3311539Z [00:04:21.614]➜  cp $WORK/b2740/_pkg_.a /root/.cache/go-build/f7/f794c3688b34d6cfb0d9a060722d69b4188cb6a7ef7e515a1f80bf6efac6063b-d # internal
2025-08-20T23:05:36.3344126Z [00:04:21.618]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus
2025-08-20T23:05:36.3345508Z [00:04:21.618]➜  mkdir -p $WORK/b2745/
2025-08-20T23:05:36.3349002Z [00:04:21.618]➜  cat >/tmp/go-build3700090427/b2745/importcfg << 'EOF' # internal
2025-08-20T23:05:36.3349935Z [00:04:21.618]➜  # import config
2025-08-20T23:05:36.3350795Z [00:04:21.618]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.3351919Z [00:04:21.618]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.3352856Z [00:04:21.618]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.3353743Z [00:04:21.618]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.3355036Z [00:04:21.618]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.3356656Z [00:04:21.618]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.3358452Z [00:04:21.618]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build3700090427/b2406/_pkg_.a
2025-08-20T23:05:36.3360056Z [00:04:21.618]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.3360953Z [00:04:21.618]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.3361860Z [00:04:21.618]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.3362777Z [00:04:21.618]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.3363645Z [00:04:21.618]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.3390022Z [00:04:21.618]➜  EOF
2025-08-20T23:05:36.3396467Z [00:04:21.618]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2745/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/getfeatureupgradestatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/getfeatureupgradestatus;$WORK/b2745=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus -lang=go1.22 -complete -installsuffix shared -buildid UKQOka2FL_JX_Qns6pAQ/UKQOka2FL_JX_Qns6pAQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2745/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/getfeatureupgradestatus/get_feature_upgrade_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/getfeatureupgradestatus/response.go
2025-08-20T23:05:36.3519197Z [00:04:21.635]➜  go tool buildid -w $WORK/b2743/_pkg_.a # internal
2025-08-20T23:05:36.3533402Z [00:04:21.636]➜  cp $WORK/b2743/_pkg_.a /root/.cache/go-build/47/4750433b962cf5a7beeba3c64aa222211418293745510327d0cc7853a43dc2c3-d # internal
2025-08-20T23:05:36.3593965Z [00:04:21.643]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade
2025-08-20T23:05:36.3594796Z [00:04:21.643]➜  mkdir -p $WORK/b2746/
2025-08-20T23:05:36.3601364Z [00:04:21.643]➜  go tool buildid -w $WORK/b2742/_pkg_.a # internal
2025-08-20T23:05:36.3604466Z [00:04:21.644]➜  cat >/tmp/go-build3700090427/b2746/importcfg << 'EOF' # internal
2025-08-20T23:05:36.3607054Z [00:04:21.644]➜  # import config
2025-08-20T23:05:36.3607779Z [00:04:21.644]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.3611411Z [00:04:21.644]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.3612342Z [00:04:21.644]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.3613294Z [00:04:21.644]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.3614343Z [00:04:21.644]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.3615788Z [00:04:21.644]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.3616864Z [00:04:21.644]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.3617662Z [00:04:21.644]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.3618622Z [00:04:21.644]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.3619879Z [00:04:21.644]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.3620805Z [00:04:21.644]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.3621406Z [00:04:21.644]➜  EOF
2025-08-20T23:05:36.3638964Z [00:04:21.644]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/postfeatureupgrade=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/postfeatureupgrade;$WORK/b2746=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade -lang=go1.22 -complete -installsuffix shared -buildid 0IZLDir_lrkdkY6mLMEJ/0IZLDir_lrkdkY6mLMEJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2746/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/postfeatureupgrade/post_feature_upgrade.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/migration/postfeatureupgrade/response.go
2025-08-20T23:05:36.3646033Z [00:04:21.644]➜  cp $WORK/b2742/_pkg_.a /root/.cache/go-build/3a/3af4c2b666bd77b0e27dd47b5b276fe769459b63e713d5b704f1f07ab8ccd1f6-d # internal
2025-08-20T23:05:36.3647556Z [00:04:21.646]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache
2025-08-20T23:05:36.3648465Z [00:04:21.646]➜  mkdir -p $WORK/b2747/
2025-08-20T23:05:36.3649176Z [00:04:21.647]➜  cat >/tmp/go-build3700090427/b2747/importcfg << 'EOF' # internal
2025-08-20T23:05:36.3650140Z [00:04:21.647]➜  # import config
2025-08-20T23:05:36.3650776Z [00:04:21.647]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.3651601Z [00:04:21.647]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.3652388Z [00:04:21.647]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.3653189Z [00:04:21.647]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.3654401Z [00:04:21.647]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.3656282Z [00:04:21.647]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.3657373Z [00:04:21.647]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.3658158Z [00:04:21.647]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.3658972Z [00:04:21.647]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.3660655Z [00:04:21.647]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.3661481Z [00:04:21.647]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.3662091Z [00:04:21.647]➜  EOF
2025-08-20T23:05:36.3668394Z [00:04:21.647]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2747/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/cleartrainedmodeldeploymentcache=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/cleartrainedmodeldeploymentcache;$WORK/b2747=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache -lang=go1.22 -complete -installsuffix shared -buildid -JJG4Swnf2l0hXpGeEBp/-JJG4Swnf2l0hXpGeEBp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2747/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/cleartrainedmodeldeploymentcache/clear_trained_model_deployment_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/cleartrainedmodeldeploymentcache/response.go
2025-08-20T23:05:36.3740565Z [00:04:21.657]➜  go tool buildid -w $WORK/b2744/_pkg_.a # internal
2025-08-20T23:05:36.3756951Z [00:04:21.659]➜  cp $WORK/b2744/_pkg_.a /root/.cache/go-build/12/12fd16c4b8c777ace1299af7122e8d4296d0ffed7f551cf4e3ab4f4734458ef3-d # internal
2025-08-20T23:05:36.3766992Z [00:04:21.660]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob
2025-08-20T23:05:36.3769134Z [00:04:21.660]➜  mkdir -p $WORK/b2748/
2025-08-20T23:05:36.3778261Z [00:04:21.661]➜  cat >/tmp/go-build3700090427/b2748/importcfg << 'EOF' # internal
2025-08-20T23:05:36.3780770Z [00:04:21.661]➜  # import config
2025-08-20T23:05:36.3782471Z [00:04:21.661]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.3783276Z [00:04:21.661]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.3784131Z [00:04:21.661]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.3784978Z [00:04:21.661]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.3785753Z [00:04:21.661]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.3786917Z [00:04:21.661]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.3788394Z [00:04:21.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.3791255Z [00:04:21.661]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.3792121Z [00:04:21.661]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.3792949Z [00:04:21.661]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.3793753Z [00:04:21.661]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.3794529Z [00:04:21.661]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.3795124Z [00:04:21.661]➜  EOF
2025-08-20T23:05:36.3806836Z [00:04:21.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2748/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/closejob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/closejob;$WORK/b2748=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob -lang=go1.22 -complete -installsuffix shared -buildid BaTlcr1jM8QWJufynVhH/BaTlcr1jM8QWJufynVhH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2748/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/closejob/close_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/closejob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/closejob/response.go
2025-08-20T23:05:36.4427232Z [00:04:21.726]➜  go tool buildid -w $WORK/b2745/_pkg_.a # internal
2025-08-20T23:05:36.4438803Z [00:04:21.727]➜  cp $WORK/b2745/_pkg_.a /root/.cache/go-build/29/29a1fad5f62aa8e0bcf87cfb615c6c04c6431041b09eae840a3e6e61e90e5e00-d # internal
2025-08-20T23:05:36.4445186Z [00:04:21.728]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar
2025-08-20T23:05:36.4446888Z [00:04:21.728]➜  mkdir -p $WORK/b2749/
2025-08-20T23:05:36.4453257Z [00:04:21.729]➜  cat >/tmp/go-build3700090427/b2749/importcfg << 'EOF' # internal
2025-08-20T23:05:36.4453984Z [00:04:21.729]➜  # import config
2025-08-20T23:05:36.4454683Z [00:04:21.729]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.4455565Z [00:04:21.729]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.4456677Z [00:04:21.729]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.4457472Z [00:04:21.729]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.4458698Z [00:04:21.729]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.4460682Z [00:04:21.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.4462328Z [00:04:21.729]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.4463659Z [00:04:21.729]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.4471518Z [00:04:21.729]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.4494491Z [00:04:21.729]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.4495438Z [00:04:21.729]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.4496079Z [00:04:21.729]➜  EOF
2025-08-20T23:05:36.4501567Z [00:04:21.729]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2749/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendar=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendar;$WORK/b2749=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar -lang=go1.22 -complete -installsuffix shared -buildid E7VahzRG7n3VczHafhgK/E7VahzRG7n3VczHafhgK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2749/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendar/delete_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendar/response.go
2025-08-20T23:05:36.4509604Z [00:04:21.734]➜  go tool buildid -w $WORK/b2746/_pkg_.a # internal
2025-08-20T23:05:36.4511287Z [00:04:21.734]➜  cp $WORK/b2746/_pkg_.a /root/.cache/go-build/de/de6dd7a0aa4a69301e7a519df96b0e253f25439de7f77a096abe78c8097466f5-d # internal
2025-08-20T23:05:36.4523700Z [00:04:21.735]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent
2025-08-20T23:05:36.4524572Z [00:04:21.736]➜  mkdir -p $WORK/b2750/
2025-08-20T23:05:36.4532758Z [00:04:21.736]➜  cat >/tmp/go-build3700090427/b2750/importcfg << 'EOF' # internal
2025-08-20T23:05:36.4534457Z [00:04:21.736]➜  # import config
2025-08-20T23:05:36.4535097Z [00:04:21.736]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.4535822Z [00:04:21.736]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.4536685Z [00:04:21.736]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.4537449Z [00:04:21.736]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.4538621Z [00:04:21.736]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.4540534Z [00:04:21.736]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.4541678Z [00:04:21.736]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.4542622Z [00:04:21.736]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.4543445Z [00:04:21.736]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.4544253Z [00:04:21.736]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.4545026Z [00:04:21.736]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.4545613Z [00:04:21.736]➜  EOF
2025-08-20T23:05:36.4551313Z [00:04:21.736]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendarevent=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendarevent;$WORK/b2750=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent -lang=go1.22 -complete -installsuffix shared -buildid mD9w6-LiqRhuQCgKiC-N/mD9w6-LiqRhuQCgKiC-N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2750/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendarevent/delete_calendar_event.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendarevent/response.go
2025-08-20T23:05:36.4590495Z [00:04:21.742]➜  go tool buildid -w $WORK/b2747/_pkg_.a # internal
2025-08-20T23:05:36.4606956Z [00:04:21.744]➜  cp $WORK/b2747/_pkg_.a /root/.cache/go-build/6b/6be92f1cae68fd2f657fc1e0ebe6582f8983c8487fc1b6c128f53aa683ef3f56-d # internal
2025-08-20T23:05:36.4625978Z [00:04:21.745]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob
2025-08-20T23:05:36.4628013Z [00:04:21.745]➜  mkdir -p $WORK/b2751/
2025-08-20T23:05:36.4628723Z [00:04:21.745]➜  cat >/tmp/go-build3700090427/b2751/importcfg << 'EOF' # internal
2025-08-20T23:05:36.4629561Z [00:04:21.745]➜  # import config
2025-08-20T23:05:36.4630207Z [00:04:21.745]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.4630979Z [00:04:21.745]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.4631795Z [00:04:21.745]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.4632594Z [00:04:21.745]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.4633339Z [00:04:21.745]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.4634487Z [00:04:21.745]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.4635939Z [00:04:21.745]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.4636969Z [00:04:21.745]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.4637876Z [00:04:21.745]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.4638660Z [00:04:21.745]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.4639588Z [00:04:21.745]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.4640378Z [00:04:21.745]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.4640944Z [00:04:21.746]➜  EOF
2025-08-20T23:05:36.4646353Z [00:04:21.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2751/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendarjob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendarjob;$WORK/b2751=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob -lang=go1.22 -complete -installsuffix shared -buildid HGEU0U3smkmk2edol1X9/HGEU0U3smkmk2edol1X9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2751/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendarjob/delete_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletecalendarjob/response.go
2025-08-20T23:05:36.5067986Z [00:04:21.787]➜  go tool buildid -w $WORK/b2748/_pkg_.a # internal
2025-08-20T23:05:36.5073756Z [00:04:21.790]➜  cp $WORK/b2748/_pkg_.a /root/.cache/go-build/48/4836678cbed5c7b9d2ada478a8ff442ea0f74a656e1356ec50ff519a7c903f01-d # internal
2025-08-20T23:05:36.5131544Z [00:04:21.793]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed
2025-08-20T23:05:36.5142413Z [00:04:21.794]➜  mkdir -p $WORK/b2752/
2025-08-20T23:05:36.5143272Z [00:04:21.794]➜  cat >/tmp/go-build3700090427/b2752/importcfg << 'EOF' # internal
2025-08-20T23:05:36.5144005Z [00:04:21.794]➜  # import config
2025-08-20T23:05:36.5144910Z [00:04:21.794]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.5145912Z [00:04:21.794]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.5146834Z [00:04:21.794]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.5147860Z [00:04:21.794]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.5149115Z [00:04:21.794]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.5150903Z [00:04:21.794]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.5152467Z [00:04:21.794]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.5153857Z [00:04:21.794]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.5155147Z [00:04:21.794]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.5157066Z [00:04:21.794]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.5157978Z [00:04:21.794]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.5158637Z [00:04:21.794]➜  EOF
2025-08-20T23:05:36.5164299Z [00:04:21.794]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2752/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletedatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletedatafeed;$WORK/b2752=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed -lang=go1.22 -complete -installsuffix shared -buildid vCwrzJek1vrTvfeCPPVK/vCwrzJek1vrTvfeCPPVK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2752/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletedatafeed/delete_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletedatafeed/response.go
2025-08-20T23:05:36.5334533Z [00:04:21.817]➜  go tool buildid -w $WORK/b2749/_pkg_.a # internal
2025-08-20T23:05:36.5351792Z [00:04:21.818]➜  cp $WORK/b2749/_pkg_.a /root/.cache/go-build/72/727ab7b83f9cf71564967857a62687ae5af6eca7930543a129e41ba9679e1b7f-d # internal
2025-08-20T23:05:36.5381123Z [00:04:21.821]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics
2025-08-20T23:05:36.5383927Z [00:04:21.821]➜  mkdir -p $WORK/b2753/
2025-08-20T23:05:36.5389870Z [00:04:21.822]➜  cat >/tmp/go-build3700090427/b2753/importcfg << 'EOF' # internal
2025-08-20T23:05:36.5392637Z [00:04:21.822]➜  # import config
2025-08-20T23:05:36.5393371Z [00:04:21.822]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.5405139Z [00:04:21.822]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.5405887Z [00:04:21.822]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.5406696Z [00:04:21.822]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.5407875Z [00:04:21.822]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.5409568Z [00:04:21.822]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.5410682Z [00:04:21.822]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.5411505Z [00:04:21.822]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.5412443Z [00:04:21.822]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.5413295Z [00:04:21.822]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.5414098Z [00:04:21.822]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.5414709Z [00:04:21.822]➜  EOF
2025-08-20T23:05:36.5420832Z [00:04:21.824]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletedataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletedataframeanalytics;$WORK/b2753=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid u2jTM-EVDMltmxcOOqV1/u2jTM-EVDMltmxcOOqV1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2753/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletedataframeanalytics/delete_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletedataframeanalytics/response.go
2025-08-20T23:05:36.5750009Z [00:04:21.858]➜  go tool buildid -w $WORK/b2750/_pkg_.a # internal
2025-08-20T23:05:36.5753588Z [00:04:21.858]➜  cp $WORK/b2750/_pkg_.a /root/.cache/go-build/e9/e97f4a7c5a1a4c233b5209e0e5d79ff5653a5e6c614a0cd06757928dee512994-d # internal
2025-08-20T23:05:36.5764955Z [00:04:21.860]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata
2025-08-20T23:05:36.5768206Z [00:04:21.860]➜  mkdir -p $WORK/b2754/
2025-08-20T23:05:36.5795246Z [00:04:21.863]➜  cat >/tmp/go-build3700090427/b2754/importcfg << 'EOF' # internal
2025-08-20T23:05:36.5801615Z [00:04:21.863]➜  # import config
2025-08-20T23:05:36.5802312Z [00:04:21.863]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.5803139Z [00:04:21.863]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.5804000Z [00:04:21.863]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.5804841Z [00:04:21.863]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.5805621Z [00:04:21.863]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.5806832Z [00:04:21.863]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.5808363Z [00:04:21.863]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.5809947Z [00:04:21.863]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.5810777Z [00:04:21.863]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.5811617Z [00:04:21.863]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.5812431Z [00:04:21.863]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.5813280Z [00:04:21.863]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.5813918Z [00:04:21.863]➜  EOF
2025-08-20T23:05:36.5827781Z [00:04:21.863]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2754/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deleteexpireddata=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deleteexpireddata;$WORK/b2754=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata -lang=go1.22 -complete -installsuffix shared -buildid 9f02kM-4C-y98qlp7GKh/9f02kM-4C-y98qlp7GKh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2754/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deleteexpireddata/delete_expired_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deleteexpireddata/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deleteexpireddata/response.go
2025-08-20T23:05:36.5924387Z [00:04:21.876]➜  go tool buildid -w $WORK/b2751/_pkg_.a # internal
2025-08-20T23:05:36.5944468Z [00:04:21.878]➜  cp $WORK/b2751/_pkg_.a /root/.cache/go-build/a6/a6f74da8bb7b0e02a148e723504f392587396fd8b3fdf29d6c18b123e3a0a0e6-d # internal
2025-08-20T23:05:36.5967224Z [00:04:21.880]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter
2025-08-20T23:05:36.5968092Z [00:04:21.880]➜  mkdir -p $WORK/b2755/
2025-08-20T23:05:36.5978586Z [00:04:21.881]➜  cat >/tmp/go-build3700090427/b2755/importcfg << 'EOF' # internal
2025-08-20T23:05:36.5979310Z [00:04:21.881]➜  # import config
2025-08-20T23:05:36.5980168Z [00:04:21.881]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.5981094Z [00:04:21.881]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.5982218Z [00:04:21.881]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.5983143Z [00:04:21.881]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.5984401Z [00:04:21.881]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.5986029Z [00:04:21.881]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.5987379Z [00:04:21.881]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.5988278Z [00:04:21.881]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.5989185Z [00:04:21.881]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.5995009Z [00:04:21.881]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.5995916Z [00:04:21.881]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.5996588Z [00:04:21.881]➜  EOF
2025-08-20T23:05:36.6002251Z [00:04:21.881]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2755/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletefilter=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletefilter;$WORK/b2755=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter -lang=go1.22 -complete -installsuffix shared -buildid kn3tBbag8F5XHjHNcswQ/kn3tBbag8F5XHjHNcswQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2755/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletefilter/delete_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletefilter/response.go
2025-08-20T23:05:36.6211816Z [00:04:21.904]➜  go tool buildid -w $WORK/b2752/_pkg_.a # internal
2025-08-20T23:05:36.6228034Z [00:04:21.906]➜  cp $WORK/b2752/_pkg_.a /root/.cache/go-build/74/74870f2185e28572d7c46de7c0fc1ec8b39031586e12893d3d17d0e9723e22c0-d # internal
2025-08-20T23:05:36.6236389Z [00:04:21.907]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast
2025-08-20T23:05:36.6238776Z [00:04:21.907]➜  mkdir -p $WORK/b2756/
2025-08-20T23:05:36.6247125Z [00:04:21.908]➜  cat >/tmp/go-build3700090427/b2756/importcfg << 'EOF' # internal
2025-08-20T23:05:36.6253783Z [00:04:21.908]➜  # import config
2025-08-20T23:05:36.6254431Z [00:04:21.908]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.6255275Z [00:04:21.908]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.6256093Z [00:04:21.908]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.6256849Z [00:04:21.908]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.6258007Z [00:04:21.908]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.6259607Z [00:04:21.908]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.6260647Z [00:04:21.908]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.6261399Z [00:04:21.908]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.6262174Z [00:04:21.908]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.6262936Z [00:04:21.908]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.6263702Z [00:04:21.908]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.6264269Z [00:04:21.908]➜  EOF
2025-08-20T23:05:36.6270169Z [00:04:21.908]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2756/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deleteforecast=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deleteforecast;$WORK/b2756=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast -lang=go1.22 -complete -installsuffix shared -buildid XjQmKgSSsyD4Wezy3pxg/XjQmKgSSsyD4Wezy3pxg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2756/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deleteforecast/delete_forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deleteforecast/response.go
2025-08-20T23:05:36.6338573Z [00:04:21.917]➜  go tool buildid -w $WORK/b2753/_pkg_.a # internal
2025-08-20T23:05:36.6354914Z [00:04:21.918]➜  cp $WORK/b2753/_pkg_.a /root/.cache/go-build/f9/f9a6d70ca560456090a65711c37bb998fe70c05a80782d883b5a5b34c4ab9be7-d # internal
2025-08-20T23:05:36.6389749Z [00:04:21.920]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob
2025-08-20T23:05:36.6391764Z [00:04:21.920]➜  mkdir -p $WORK/b2757/
2025-08-20T23:05:36.6392480Z [00:04:21.920]➜  cat >/tmp/go-build3700090427/b2757/importcfg << 'EOF' # internal
2025-08-20T23:05:36.6393127Z [00:04:21.920]➜  # import config
2025-08-20T23:05:36.6393804Z [00:04:21.920]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.6394719Z [00:04:21.920]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.6395629Z [00:04:21.920]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.6396386Z [00:04:21.920]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.6397538Z [00:04:21.920]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.6398955Z [00:04:21.920]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.6400330Z [00:04:21.920]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.6401341Z [00:04:21.920]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.6402186Z [00:04:21.920]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.6403052Z [00:04:21.920]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.6403878Z [00:04:21.920]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.6404504Z [00:04:21.920]➜  EOF
2025-08-20T23:05:36.6409789Z [00:04:21.920]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2757/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletejob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletejob;$WORK/b2757=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob -lang=go1.22 -complete -installsuffix shared -buildid kaJ-RX-PBZrlP57haAlV/kaJ-RX-PBZrlP57haAlV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2757/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletejob/delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletejob/response.go
2025-08-20T23:05:36.7022632Z [00:04:21.985]➜  go tool buildid -w $WORK/b2754/_pkg_.a # internal
2025-08-20T23:05:36.7050823Z [00:04:21.988]➜  cp $WORK/b2754/_pkg_.a /root/.cache/go-build/42/424f57c3feb6cf7346e318492261ae7c653a5f5e4078a90881cc234efa2d8db6-d # internal
2025-08-20T23:05:36.7056978Z [00:04:21.989]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot
2025-08-20T23:05:36.7057929Z [00:04:21.989]➜  mkdir -p $WORK/b2758/
2025-08-20T23:05:36.7064921Z [00:04:21.990]➜  cat >/tmp/go-build3700090427/b2758/importcfg << 'EOF' # internal
2025-08-20T23:05:36.7066915Z [00:04:21.990]➜  # import config
2025-08-20T23:05:36.7067602Z [00:04:21.990]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.7068816Z [00:04:21.990]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.7070274Z [00:04:21.990]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.7071073Z [00:04:21.990]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.7072300Z [00:04:21.990]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.7073820Z [00:04:21.990]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.7074915Z [00:04:21.990]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.7075692Z [00:04:21.990]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.7076489Z [00:04:21.990]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.7077460Z [00:04:21.990]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.7078286Z [00:04:21.990]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.7078869Z [00:04:21.990]➜  EOF
2025-08-20T23:05:36.7086151Z [00:04:21.990]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2758/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletemodelsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletemodelsnapshot;$WORK/b2758=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot -lang=go1.22 -complete -installsuffix shared -buildid DiMwI682oidr5tFcMbl5/DiMwI682oidr5tFcMbl5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2758/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletemodelsnapshot/delete_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletemodelsnapshot/response.go
2025-08-20T23:05:36.7130767Z [00:04:21.996]➜  go tool buildid -w $WORK/b2755/_pkg_.a # internal
2025-08-20T23:05:36.7169725Z [00:04:21.999]➜  cp $WORK/b2755/_pkg_.a /root/.cache/go-build/5b/5b6d122ea89f2cf95f71b12bbd33d97cadd8dcbf8ce99403b774328a1696a7a0-d # internal
2025-08-20T23:05:36.7171241Z [00:04:22.000]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel
2025-08-20T23:05:36.7183110Z [00:04:22.002]➜  mkdir -p $WORK/b2759/
2025-08-20T23:05:36.7186742Z [00:04:22.002]➜  cat >/tmp/go-build3700090427/b2759/importcfg << 'EOF' # internal
2025-08-20T23:05:36.7189838Z [00:04:22.002]➜  # import config
2025-08-20T23:05:36.7192974Z [00:04:22.002]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.7194026Z [00:04:22.002]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.7194916Z [00:04:22.002]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.7195739Z [00:04:22.002]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.7196980Z [00:04:22.002]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.7198542Z [00:04:22.002]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.7199850Z [00:04:22.002]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.7200888Z [00:04:22.002]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.7201727Z [00:04:22.002]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.7202568Z [00:04:22.002]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.7203321Z [00:04:22.002]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.7203802Z [00:04:22.002]➜  EOF
2025-08-20T23:05:36.7225558Z [00:04:22.004]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2759/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletetrainedmodel=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletetrainedmodel;$WORK/b2759=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel -lang=go1.22 -complete -installsuffix shared -buildid qlpUoN34Hz2Ad-ClleiU/qlpUoN34Hz2Ad-ClleiU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2759/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletetrainedmodel/delete_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletetrainedmodel/response.go
2025-08-20T23:05:36.7231756Z [00:04:22.004]➜  go tool buildid -w $WORK/b2756/_pkg_.a # internal
2025-08-20T23:05:36.7233066Z [00:04:22.004]➜  cp $WORK/b2756/_pkg_.a /root/.cache/go-build/32/3269184c83aa21706dea244e3e9691dcc387a5ce83bd0d798c4734c66f9b23b0-d # internal
2025-08-20T23:05:36.7234614Z [00:04:22.005]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias
2025-08-20T23:05:36.7235463Z [00:04:22.005]➜  mkdir -p $WORK/b2760/
2025-08-20T23:05:36.7236205Z [00:04:22.005]➜  cat >/tmp/go-build3700090427/b2760/importcfg << 'EOF' # internal
2025-08-20T23:05:36.7236883Z [00:04:22.005]➜  # import config
2025-08-20T23:05:36.7237554Z [00:04:22.005]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.7238448Z [00:04:22.005]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.7239565Z [00:04:22.005]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.7240405Z [00:04:22.005]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.7241626Z [00:04:22.005]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.7243189Z [00:04:22.005]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.7244337Z [00:04:22.005]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.7245173Z [00:04:22.005]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.7246030Z [00:04:22.005]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.7247054Z [00:04:22.005]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.7247896Z [00:04:22.005]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.7248509Z [00:04:22.005]➜  EOF
2025-08-20T23:05:36.7254573Z [00:04:22.005]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2760/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletetrainedmodelalias=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletetrainedmodelalias;$WORK/b2760=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias -lang=go1.22 -complete -installsuffix shared -buildid 0AhlcTXDmMvEXysG8xfX/0AhlcTXDmMvEXysG8xfX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2760/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletetrainedmodelalias/delete_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/deletetrainedmodelalias/response.go
2025-08-20T23:05:36.7521750Z [00:04:22.035]➜  go tool buildid -w $WORK/b2757/_pkg_.a # internal
2025-08-20T23:05:36.7537900Z [00:04:22.037]➜  cp $WORK/b2757/_pkg_.a /root/.cache/go-build/6f/6f2e8dec52bee261afe73d267bac7d62f60c316c572d0f706fd5bc0cc4e1a042-d # internal
2025-08-20T23:05:36.7545831Z [00:04:22.038]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory
2025-08-20T23:05:36.7548382Z [00:04:22.038]➜  mkdir -p $WORK/b2761/
2025-08-20T23:05:36.7553805Z [00:04:22.039]➜  cat >/tmp/go-build3700090427/b2761/importcfg << 'EOF' # internal
2025-08-20T23:05:36.7556386Z [00:04:22.039]➜  # import config
2025-08-20T23:05:36.7557037Z [00:04:22.039]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.7557995Z [00:04:22.039]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.7558850Z [00:04:22.039]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.7559863Z [00:04:22.039]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.7560615Z [00:04:22.039]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.7561796Z [00:04:22.039]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.7563218Z [00:04:22.039]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.7564249Z [00:04:22.039]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.7564967Z [00:04:22.039]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.7565870Z [00:04:22.039]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.7566671Z [00:04:22.039]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.7567439Z [00:04:22.039]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.7568028Z [00:04:22.039]➜  EOF
2025-08-20T23:05:36.7574590Z [00:04:22.039]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2761/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/estimatemodelmemory=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/estimatemodelmemory;$WORK/b2761=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory -lang=go1.22 -complete -installsuffix shared -buildid WkIVfc6g4PNauI2FxW6b/WkIVfc6g4PNauI2FxW6b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2761/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/estimatemodelmemory/estimate_model_memory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/estimatemodelmemory/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/estimatemodelmemory/response.go
2025-08-20T23:05:36.8188789Z [00:04:22.102]➜  go tool buildid -w $WORK/b2758/_pkg_.a # internal
2025-08-20T23:05:36.8221257Z [00:04:22.105]➜  cp $WORK/b2758/_pkg_.a /root/.cache/go-build/68/68802f0948735d445e97141b53cb452ad4f9032748f7fd0aeb9c6cb706bb1e88-d # internal
2025-08-20T23:05:36.8231662Z [00:04:22.106]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe
2025-08-20T23:05:36.8232361Z [00:04:22.106]➜  mkdir -p $WORK/b2762/
2025-08-20T23:05:36.8233001Z [00:04:22.106]➜  cat >/tmp/go-build3700090427/b2762/importcfg << 'EOF' # internal
2025-08-20T23:05:36.8233656Z [00:04:22.106]➜  # import config
2025-08-20T23:05:36.8234326Z [00:04:22.106]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.8235094Z [00:04:22.106]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.8235940Z [00:04:22.106]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.8236739Z [00:04:22.106]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.8237501Z [00:04:22.106]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.8238630Z [00:04:22.106]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.8240576Z [00:04:22.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.8250591Z [00:04:22.106]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.8251408Z [00:04:22.106]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.8252226Z [00:04:22.106]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.8253012Z [00:04:22.106]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.8253828Z [00:04:22.106]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.8254430Z [00:04:22.106]➜  EOF
2025-08-20T23:05:36.8260963Z [00:04:22.106]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2762/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/evaluatedataframe=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/evaluatedataframe;$WORK/b2762=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe -lang=go1.22 -complete -installsuffix shared -buildid RHGgAb9zJrNbPcvjOyAV/RHGgAb9zJrNbPcvjOyAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2762/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/evaluatedataframe/evaluate_data_frame.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/evaluatedataframe/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/evaluatedataframe/response.go
2025-08-20T23:05:36.8266755Z [00:04:22.106]➜  go tool buildid -w $WORK/b2760/_pkg_.a # internal
2025-08-20T23:05:36.8268045Z [00:04:22.108]➜  cp $WORK/b2760/_pkg_.a /root/.cache/go-build/16/1650df116292747a4b056060e0ce3a1d9838763645ff2d0a355bc9edac15626a-d # internal
2025-08-20T23:05:36.8269562Z [00:04:22.108]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics
2025-08-20T23:05:36.8270406Z [00:04:22.108]➜  mkdir -p $WORK/b2763/
2025-08-20T23:05:36.8271145Z [00:04:22.108]➜  cat >/tmp/go-build3700090427/b2763/importcfg << 'EOF' # internal
2025-08-20T23:05:36.8271814Z [00:04:22.108]➜  # import config
2025-08-20T23:05:36.8272709Z [00:04:22.109]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.8273485Z [00:04:22.109]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.8274354Z [00:04:22.109]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.8275197Z [00:04:22.109]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.8275988Z [00:04:22.109]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.8277178Z [00:04:22.109]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.8278921Z [00:04:22.109]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.8280274Z [00:04:22.109]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.8281065Z [00:04:22.109]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.8281880Z [00:04:22.109]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.8282678Z [00:04:22.109]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.8283473Z [00:04:22.109]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.8284073Z [00:04:22.109]➜  EOF
2025-08-20T23:05:36.8290924Z [00:04:22.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2763/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/explaindataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/explaindataframeanalytics;$WORK/b2763=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid UhYK4h9n3CAcCtio0zNC/UhYK4h9n3CAcCtio0zNC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2763/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/explaindataframeanalytics/explain_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/explaindataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/explaindataframeanalytics/response.go
2025-08-20T23:05:36.8345575Z [00:04:22.118]➜  go tool buildid -w $WORK/b2759/_pkg_.a # internal
2025-08-20T23:05:36.8361946Z [00:04:22.119]➜  cp $WORK/b2759/_pkg_.a /root/.cache/go-build/12/124c5bca659a54583e2f7ae45579317fd06a9d206e229dae01d8961ab3dfc2ec-d # internal
2025-08-20T23:05:36.8372917Z [00:04:22.120]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob
2025-08-20T23:05:36.8373658Z [00:04:22.120]➜  mkdir -p $WORK/b2764/
2025-08-20T23:05:36.8374519Z [00:04:22.120]➜  cat >/tmp/go-build3700090427/b2764/importcfg << 'EOF' # internal
2025-08-20T23:05:36.8375270Z [00:04:22.120]➜  # import config
2025-08-20T23:05:36.8375969Z [00:04:22.120]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.8377011Z [00:04:22.120]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.8377932Z [00:04:22.120]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.8378867Z [00:04:22.120]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.8379954Z [00:04:22.120]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.8381397Z [00:04:22.120]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.8383035Z [00:04:22.120]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.8384207Z [00:04:22.120]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.8385083Z [00:04:22.120]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.8385934Z [00:04:22.120]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.8386778Z [00:04:22.120]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.8387648Z [00:04:22.120]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.8388300Z [00:04:22.120]➜  EOF
2025-08-20T23:05:36.8394436Z [00:04:22.120]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/flushjob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/flushjob;$WORK/b2764=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob -lang=go1.22 -complete -installsuffix shared -buildid 3qKbXEw_C463j2WYdpQQ/3qKbXEw_C463j2WYdpQQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2764/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/flushjob/flush_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/flushjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/flushjob/response.go
2025-08-20T23:05:36.8552547Z [00:04:22.138]➜  go tool buildid -w $WORK/b2761/_pkg_.a # internal
2025-08-20T23:05:36.8582112Z [00:04:22.141]➜  cp $WORK/b2761/_pkg_.a /root/.cache/go-build/71/71f7be891593c3a03eb095889fdd64ca1dc079c8c1f9faece363417db9048259-d # internal
2025-08-20T23:05:36.8589012Z [00:04:22.141]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast
2025-08-20T23:05:36.8589931Z [00:04:22.142]➜  mkdir -p $WORK/b2765/
2025-08-20T23:05:36.8590722Z [00:04:22.142]➜  cat >/tmp/go-build3700090427/b2765/importcfg << 'EOF' # internal
2025-08-20T23:05:36.8591434Z [00:04:22.142]➜  # import config
2025-08-20T23:05:36.8592117Z [00:04:22.142]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.8592941Z [00:04:22.142]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.8594042Z [00:04:22.142]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.8594935Z [00:04:22.142]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.8595919Z [00:04:22.142]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.8597074Z [00:04:22.142]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.8598535Z [00:04:22.142]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.8599899Z [00:04:22.142]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.8600691Z [00:04:22.142]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.8601504Z [00:04:22.142]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.8602291Z [00:04:22.142]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.8603079Z [00:04:22.142]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.8603663Z [00:04:22.142]➜  EOF
2025-08-20T23:05:36.8611759Z [00:04:22.144]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2765/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/forecast=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/forecast;$WORK/b2765=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast -lang=go1.22 -complete -installsuffix shared -buildid 2KZYS7c9Kw4MawJjTgxs/2KZYS7c9Kw4MawJjTgxs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2765/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/forecast/forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/forecast/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/forecast/response.go
2025-08-20T23:05:36.9432349Z [00:04:22.226]➜  go tool buildid -w $WORK/b2762/_pkg_.a # internal
2025-08-20T23:05:36.9446595Z [00:04:22.228]➜  cp $WORK/b2762/_pkg_.a /root/.cache/go-build/a1/a11dea1b027ce8b1c47c5e553259cb67b2b36c2848a3ace0cebc014979fe6c9d-d # internal
2025-08-20T23:05:36.9449719Z [00:04:22.228]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets
2025-08-20T23:05:36.9450900Z [00:04:22.228]➜  mkdir -p $WORK/b2766/
2025-08-20T23:05:36.9457638Z [00:04:22.229]➜  cat >/tmp/go-build3700090427/b2766/importcfg << 'EOF' # internal
2025-08-20T23:05:36.9461983Z [00:04:22.229]➜  # import config
2025-08-20T23:05:36.9462753Z [00:04:22.229]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.9463554Z [00:04:22.229]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.9464404Z [00:04:22.229]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.9465461Z [00:04:22.229]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.9466263Z [00:04:22.229]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.9467471Z [00:04:22.229]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.9468993Z [00:04:22.229]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.9470334Z [00:04:22.229]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.9471130Z [00:04:22.229]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.9471956Z [00:04:22.229]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.9472771Z [00:04:22.229]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.9473570Z [00:04:22.229]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.9474174Z [00:04:22.229]➜  EOF
2025-08-20T23:05:36.9485030Z [00:04:22.229]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2766/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getbuckets=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getbuckets;$WORK/b2766=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets -lang=go1.22 -complete -installsuffix shared -buildid zVWbVroV2ru4snuYjgdK/zVWbVroV2ru4snuYjgdK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2766/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getbuckets/get_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getbuckets/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getbuckets/response.go
2025-08-20T23:05:36.9615718Z [00:04:22.245]➜  go tool buildid -w $WORK/b2765/_pkg_.a # internal
2025-08-20T23:05:36.9616795Z [00:04:22.245]➜  go tool buildid -w $WORK/b2763/_pkg_.a # internal
2025-08-20T23:05:36.9644836Z [00:04:22.247]➜  cp $WORK/b2765/_pkg_.a /root/.cache/go-build/9e/9e0c7a5983301c6efa9e926d31c74f84a3e5179abc862d4fea4f8f0980fb0908-d # internal
2025-08-20T23:05:36.9651266Z [00:04:22.247]➜  cp $WORK/b2763/_pkg_.a /root/.cache/go-build/2e/2e81c437078368918880f8070c0387b08d5d58dd51e012b32687e8a96686573d-d # internal
2025-08-20T23:05:36.9657471Z [00:04:22.247]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents
2025-08-20T23:05:36.9658274Z [00:04:22.247]➜  mkdir -p $WORK/b2767/
2025-08-20T23:05:36.9658993Z [00:04:22.247]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars
2025-08-20T23:05:36.9659986Z [00:04:22.247]➜  mkdir -p $WORK/b2768/
2025-08-20T23:05:36.9660725Z [00:04:22.248]➜  cat >/tmp/go-build3700090427/b2768/importcfg << 'EOF' # internal
2025-08-20T23:05:36.9661371Z [00:04:22.248]➜  # import config
2025-08-20T23:05:36.9661998Z [00:04:22.248]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.9662765Z [00:04:22.248]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.9663589Z [00:04:22.248]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.9664394Z [00:04:22.248]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.9665150Z [00:04:22.248]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.9666309Z [00:04:22.248]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.9667852Z [00:04:22.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.9668930Z [00:04:22.248]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.9683049Z [00:04:22.249]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.9683990Z [00:04:22.249]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.9684702Z [00:04:22.249]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.9685422Z [00:04:22.249]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.9685974Z [00:04:22.249]➜  EOF
2025-08-20T23:05:36.9686561Z [00:04:22.249]➜  cat >/tmp/go-build3700090427/b2767/importcfg << 'EOF' # internal
2025-08-20T23:05:36.9687207Z [00:04:22.249]➜  # import config
2025-08-20T23:05:36.9687830Z [00:04:22.249]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.9688665Z [00:04:22.249]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.9689717Z [00:04:22.249]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.9690487Z [00:04:22.249]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.9691643Z [00:04:22.249]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.9693123Z [00:04:22.249]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.9694351Z [00:04:22.249]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.9695197Z [00:04:22.249]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.9696023Z [00:04:22.249]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.9696839Z [00:04:22.249]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.9697660Z [00:04:22.249]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.9698264Z [00:04:22.249]➜  EOF
2025-08-20T23:05:36.9704077Z [00:04:22.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2767/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcalendarevents=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcalendarevents;$WORK/b2767=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents -lang=go1.22 -complete -installsuffix shared -buildid O3QYFA1DccLaXhM7HpNy/O3QYFA1DccLaXhM7HpNy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2767/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcalendarevents/get_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcalendarevents/response.go
2025-08-20T23:05:36.9714828Z [00:04:22.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2768/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcalendars=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcalendars;$WORK/b2768=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars -lang=go1.22 -complete -installsuffix shared -buildid 6BTW-yqu1hGax7AdqnGk/6BTW-yqu1hGax7AdqnGk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2768/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcalendars/get_calendars.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcalendars/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcalendars/response.go
2025-08-20T23:05:36.9726447Z [00:04:22.256]➜  go tool buildid -w $WORK/b2764/_pkg_.a # internal
2025-08-20T23:05:36.9744423Z [00:04:22.257]➜  cp $WORK/b2764/_pkg_.a /root/.cache/go-build/06/06853880487f835886cbabbd8f7d5cc345aef08a57945df7c2dabe79f59c9f74-d # internal
2025-08-20T23:05:36.9761479Z [00:04:22.258]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories
2025-08-20T23:05:36.9762446Z [00:04:22.258]➜  mkdir -p $WORK/b2769/
2025-08-20T23:05:36.9763637Z [00:04:22.258]➜  cat >/tmp/go-build3700090427/b2769/importcfg << 'EOF' # internal
2025-08-20T23:05:36.9764504Z [00:04:22.258]➜  # import config
2025-08-20T23:05:36.9765274Z [00:04:22.258]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:36.9766467Z [00:04:22.258]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:36.9767662Z [00:04:22.258]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:36.9768683Z [00:04:22.258]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:36.9769737Z [00:04:22.258]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:36.9771271Z [00:04:22.258]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:36.9773290Z [00:04:22.258]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:36.9774500Z [00:04:22.258]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:36.9775471Z [00:04:22.258]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:36.9776639Z [00:04:22.258]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:36.9777593Z [00:04:22.258]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:36.9778698Z [00:04:22.258]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:36.9779753Z [00:04:22.258]➜  EOF
2025-08-20T23:05:36.9787323Z [00:04:22.258]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2769/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcategories=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcategories;$WORK/b2769=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories -lang=go1.22 -complete -installsuffix shared -buildid NKEAtLD_tBBQlQGaRSLJ/NKEAtLD_tBBQlQGaRSLJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2769/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcategories/get_categories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcategories/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getcategories/response.go
2025-08-20T23:05:37.0685291Z [00:04:22.352]➜  go tool buildid -w $WORK/b2767/_pkg_.a # internal
2025-08-20T23:05:37.0692789Z [00:04:22.352]➜  cp $WORK/b2767/_pkg_.a /root/.cache/go-build/d6/d66d71834e421c5b0d34832c0b813853042aad1487563b6938c269405fa6ce66-d # internal
2025-08-20T23:05:37.0700050Z [00:04:22.353]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds
2025-08-20T23:05:37.0700801Z [00:04:22.353]➜  mkdir -p $WORK/b2770/
2025-08-20T23:05:37.0705711Z [00:04:22.354]➜  cat >/tmp/go-build3700090427/b2770/importcfg << 'EOF' # internal
2025-08-20T23:05:37.0711431Z [00:04:22.354]➜  # import config
2025-08-20T23:05:37.0712251Z [00:04:22.354]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.0713129Z [00:04:22.354]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.0713997Z [00:04:22.354]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.0714772Z [00:04:22.354]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.0715963Z [00:04:22.354]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.0717568Z [00:04:22.354]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.0718688Z [00:04:22.354]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.0719711Z [00:04:22.354]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.0720547Z [00:04:22.354]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.0721386Z [00:04:22.354]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.0722182Z [00:04:22.354]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.0722778Z [00:04:22.354]➜  EOF
2025-08-20T23:05:37.0736530Z [00:04:22.356]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2770/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdatafeeds=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdatafeeds;$WORK/b2770=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds -lang=go1.22 -complete -installsuffix shared -buildid ReEz8dnyZRKcFVbwSwms/ReEz8dnyZRKcFVbwSwms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2770/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdatafeeds/get_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdatafeeds/response.go
2025-08-20T23:05:37.0741700Z [00:04:22.356]➜  go tool buildid -w $WORK/b2768/_pkg_.a # internal
2025-08-20T23:05:37.0747427Z [00:04:22.358]➜  cp $WORK/b2768/_pkg_.a /root/.cache/go-build/bc/bcac161915c7a17bab0092656d7752bfb1f382a96772f8059ca1715c96218454-d # internal
2025-08-20T23:05:37.0748844Z [00:04:22.358]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats
2025-08-20T23:05:37.0774671Z [00:04:22.360]➜  mkdir -p $WORK/b2771/
2025-08-20T23:05:37.0776313Z [00:04:22.361]➜  cat >/tmp/go-build3700090427/b2771/importcfg << 'EOF' # internal
2025-08-20T23:05:37.0778243Z [00:04:22.361]➜  # import config
2025-08-20T23:05:37.0778887Z [00:04:22.361]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.0779930Z [00:04:22.361]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.0780765Z [00:04:22.361]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.0781520Z [00:04:22.361]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.0782954Z [00:04:22.361]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.0784472Z [00:04:22.361]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.0785565Z [00:04:22.361]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.0786361Z [00:04:22.361]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.0787145Z [00:04:22.361]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.0787916Z [00:04:22.361]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.0788879Z [00:04:22.361]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.0789670Z [00:04:22.361]➜  EOF
2025-08-20T23:05:37.0795046Z [00:04:22.361]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2771/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdatafeedstats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdatafeedstats;$WORK/b2771=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats -lang=go1.22 -complete -installsuffix shared -buildid othjS0Coyf9wxlmzw38j/othjS0Coyf9wxlmzw38j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2771/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdatafeedstats/get_datafeed_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdatafeedstats/response.go
2025-08-20T23:05:37.0929908Z [00:04:22.376]➜  go tool buildid -w $WORK/b2769/_pkg_.a # internal
2025-08-20T23:05:37.0943114Z [00:04:22.377]➜  cp $WORK/b2769/_pkg_.a /root/.cache/go-build/36/36d81c41d5b9d17ff63672e3d36b6f787db3e9a70535b338a37af6f793aeb258-d # internal
2025-08-20T23:05:37.0957776Z [00:04:22.378]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics
2025-08-20T23:05:37.0958583Z [00:04:22.378]➜  mkdir -p $WORK/b2772/
2025-08-20T23:05:37.0959287Z [00:04:22.378]➜  cat >/tmp/go-build3700090427/b2772/importcfg << 'EOF' # internal
2025-08-20T23:05:37.0960092Z [00:04:22.378]➜  # import config
2025-08-20T23:05:37.0960714Z [00:04:22.378]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.0961742Z [00:04:22.378]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.0962548Z [00:04:22.378]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.0963288Z [00:04:22.378]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.0964428Z [00:04:22.378]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.0965868Z [00:04:22.378]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.0966888Z [00:04:22.378]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.0967656Z [00:04:22.378]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.0968445Z [00:04:22.378]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.0969239Z [00:04:22.378]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.0980484Z [00:04:22.378]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.0981239Z [00:04:22.378]➜  EOF
2025-08-20T23:05:37.0987054Z [00:04:22.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdataframeanalytics;$WORK/b2772=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid 3sc7eKfVUqDpfqGHZbBX/3sc7eKfVUqDpfqGHZbBX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2772/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdataframeanalytics/get_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdataframeanalytics/response.go
2025-08-20T23:05:37.1097070Z [00:04:22.390]➜  go tool buildid -w $WORK/b2766/_pkg_.a # internal
2025-08-20T23:05:37.1105830Z [00:04:22.393]➜  cp $WORK/b2766/_pkg_.a /root/.cache/go-build/86/864267060d13abd848da055f8b7c855a41be4b005232bd8f6442babb6c3466a2-d # internal
2025-08-20T23:05:37.1115426Z [00:04:22.393]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats
2025-08-20T23:05:37.1116290Z [00:04:22.394]➜  mkdir -p $WORK/b2773/
2025-08-20T23:05:37.1117031Z [00:04:22.394]➜  cat >/tmp/go-build3700090427/b2773/importcfg << 'EOF' # internal
2025-08-20T23:05:37.1117902Z [00:04:22.394]➜  # import config
2025-08-20T23:05:37.1118574Z [00:04:22.394]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.1119619Z [00:04:22.394]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.1120525Z [00:04:22.394]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.1121295Z [00:04:22.394]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.1122503Z [00:04:22.394]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.1124028Z [00:04:22.394]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.1125108Z [00:04:22.394]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.1125913Z [00:04:22.394]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.1126750Z [00:04:22.394]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.1127570Z [00:04:22.394]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.1128384Z [00:04:22.394]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.1128981Z [00:04:22.394]➜  EOF
2025-08-20T23:05:37.1135373Z [00:04:22.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2773/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdataframeanalyticsstats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdataframeanalyticsstats;$WORK/b2773=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats -lang=go1.22 -complete -installsuffix shared -buildid LANWntCqrdgTz7oZeAJQ/LANWntCqrdgTz7oZeAJQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2773/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdataframeanalyticsstats/get_data_frame_analytics_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getdataframeanalyticsstats/response.go
2025-08-20T23:05:37.1870320Z [00:04:22.470]➜  go tool buildid -w $WORK/b2770/_pkg_.a # internal
2025-08-20T23:05:37.1892631Z [00:04:22.472]➜  cp $WORK/b2770/_pkg_.a /root/.cache/go-build/3b/3b9c3f3b99da56084f79dacd3cf8290ad36124741f61838b83b9e3b1b7c31bfe-d # internal
2025-08-20T23:05:37.1899564Z [00:04:22.473]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters
2025-08-20T23:05:37.1906797Z [00:04:22.473]➜  mkdir -p $WORK/b2774/
2025-08-20T23:05:37.1907859Z [00:04:22.473]➜  cat >/tmp/go-build3700090427/b2774/importcfg << 'EOF' # internal
2025-08-20T23:05:37.1908617Z [00:04:22.473]➜  # import config
2025-08-20T23:05:37.1909308Z [00:04:22.474]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.1910539Z [00:04:22.474]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.1911472Z [00:04:22.474]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.1912299Z [00:04:22.474]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.1913723Z [00:04:22.474]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.1915500Z [00:04:22.474]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.1916634Z [00:04:22.474]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.1917482Z [00:04:22.474]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.1918354Z [00:04:22.474]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.1919189Z [00:04:22.474]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.1925406Z [00:04:22.475]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.1926038Z [00:04:22.475]➜  EOF
2025-08-20T23:05:37.1931392Z [00:04:22.475]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2774/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getfilters=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getfilters;$WORK/b2774=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters -lang=go1.22 -complete -installsuffix shared -buildid scBbDIoeAkvPltP1KxgG/scBbDIoeAkvPltP1KxgG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2774/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getfilters/get_filters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getfilters/response.go
2025-08-20T23:05:37.1940764Z [00:04:22.477]➜  go tool buildid -w $WORK/b2771/_pkg_.a # internal
2025-08-20T23:05:37.2088024Z [00:04:22.492]➜  cp $WORK/b2771/_pkg_.a /root/.cache/go-build/ae/ae4859435fc2ff8bbc79393d33e9a5101e7ee392bb35e2700d3ccc209a2c92c0-d # internal
2025-08-20T23:05:37.2097147Z [00:04:22.492]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers
2025-08-20T23:05:37.2097867Z [00:04:22.492]➜  mkdir -p $WORK/b2775/
2025-08-20T23:05:37.2098572Z [00:04:22.492]➜  cat >/tmp/go-build3700090427/b2775/importcfg << 'EOF' # internal
2025-08-20T23:05:37.2099186Z [00:04:22.492]➜  # import config
2025-08-20T23:05:37.2099971Z [00:04:22.492]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.2100919Z [00:04:22.492]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.2101712Z [00:04:22.492]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.2102502Z [00:04:22.492]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.2103226Z [00:04:22.492]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.2104345Z [00:04:22.492]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.2105749Z [00:04:22.493]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.2106731Z [00:04:22.493]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.2107463Z [00:04:22.493]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.2114185Z [00:04:22.494]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.2114979Z [00:04:22.494]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.2115721Z [00:04:22.494]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.2116411Z [00:04:22.494]➜  EOF
2025-08-20T23:05:37.2122643Z [00:04:22.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getinfluencers=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getinfluencers;$WORK/b2775=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers -lang=go1.22 -complete -installsuffix shared -buildid vjGJ7o6LEIcbsgw09lpv/vjGJ7o6LEIcbsgw09lpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2775/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getinfluencers/get_influencers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getinfluencers/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getinfluencers/response.go
2025-08-20T23:05:37.2134583Z [00:04:22.497]➜  go tool buildid -w $WORK/b2772/_pkg_.a # internal
2025-08-20T23:05:37.2157501Z [00:04:22.499]➜  cp $WORK/b2772/_pkg_.a /root/.cache/go-build/3d/3d686d2c807bbdaa54b414f5fe83d74b115f6455f8ae5fb513914eff41eac8b3-d # internal
2025-08-20T23:05:37.2164574Z [00:04:22.500]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs
2025-08-20T23:05:37.2168514Z [00:04:22.500]➜  mkdir -p $WORK/b2776/
2025-08-20T23:05:37.2177943Z [00:04:22.500]➜  cat >/tmp/go-build3700090427/b2776/importcfg << 'EOF' # internal
2025-08-20T23:05:37.2178672Z [00:04:22.500]➜  # import config
2025-08-20T23:05:37.2180463Z [00:04:22.500]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.2181403Z [00:04:22.500]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.2182276Z [00:04:22.500]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.2183088Z [00:04:22.500]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.2184287Z [00:04:22.500]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.2185770Z [00:04:22.500]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.2186833Z [00:04:22.500]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.2187611Z [00:04:22.500]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.2188372Z [00:04:22.500]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.2189140Z [00:04:22.500]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.2190206Z [00:04:22.500]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.2190789Z [00:04:22.500]➜  EOF
2025-08-20T23:05:37.2195707Z [00:04:22.500]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getjobs=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getjobs;$WORK/b2776=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs -lang=go1.22 -complete -installsuffix shared -buildid k1edKCd7QvJ1epG09h8x/k1edKCd7QvJ1epG09h8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2776/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getjobs/get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getjobs/response.go
2025-08-20T23:05:37.2413472Z [00:04:22.524]➜  go tool buildid -w $WORK/b2773/_pkg_.a # internal
2025-08-20T23:05:37.2433602Z [00:04:22.527]➜  cp $WORK/b2773/_pkg_.a /root/.cache/go-build/f3/f3a82c92c0857d78e7010dd47ba2e047105effbd0b67294f7834d413936b5bd3-d # internal
2025-08-20T23:05:37.2435694Z [00:04:22.527]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats
2025-08-20T23:05:37.2437794Z [00:04:22.527]➜  mkdir -p $WORK/b2777/
2025-08-20T23:05:37.2439097Z [00:04:22.527]➜  cat >/tmp/go-build3700090427/b2777/importcfg << 'EOF' # internal
2025-08-20T23:05:37.2442307Z [00:04:22.527]➜  # import config
2025-08-20T23:05:37.2442986Z [00:04:22.527]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.2444647Z [00:04:22.527]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.2446096Z [00:04:22.527]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.2446973Z [00:04:22.527]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.2449058Z [00:04:22.527]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.2450840Z [00:04:22.527]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.2451880Z [00:04:22.527]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.2452643Z [00:04:22.527]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.2453417Z [00:04:22.527]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.2454186Z [00:04:22.527]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.2454951Z [00:04:22.527]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.2455544Z [00:04:22.527]➜  EOF
2025-08-20T23:05:37.2460793Z [00:04:22.528]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2777/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getjobstats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getjobstats;$WORK/b2777=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats -lang=go1.22 -complete -installsuffix shared -buildid IAGcolohilM-ASaj_nAD/IAGcolohilM-ASaj_nAD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2777/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getjobstats/get_job_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getjobstats/response.go
2025-08-20T23:05:37.3126465Z [00:04:22.596]➜  go tool buildid -w $WORK/b2774/_pkg_.a # internal
2025-08-20T23:05:37.3148858Z [00:04:22.598]➜  cp $WORK/b2774/_pkg_.a /root/.cache/go-build/02/02b7cba18cb2139a188684cdbff99f67dfa4cfc516fd5cc33b54a5c0c9ecd803-d # internal
2025-08-20T23:05:37.3163214Z [00:04:22.598]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats
2025-08-20T23:05:37.3163930Z [00:04:22.599]➜  mkdir -p $WORK/b2778/
2025-08-20T23:05:37.3164678Z [00:04:22.599]➜  cat >/tmp/go-build3700090427/b2778/importcfg << 'EOF' # internal
2025-08-20T23:05:37.3174710Z [00:04:22.600]➜  # import config
2025-08-20T23:05:37.3175409Z [00:04:22.600]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.3176292Z [00:04:22.600]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.3177162Z [00:04:22.600]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.3177982Z [00:04:22.600]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.3179212Z [00:04:22.600]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.3180921Z [00:04:22.600]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.3182947Z [00:04:22.600]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.3183782Z [00:04:22.600]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.3184622Z [00:04:22.600]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.3185632Z [00:04:22.600]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.3186460Z [00:04:22.600]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.3187094Z [00:04:22.600]➜  EOF
2025-08-20T23:05:37.3192707Z [00:04:22.600]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2778/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmemorystats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmemorystats;$WORK/b2778=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats -lang=go1.22 -complete -installsuffix shared -buildid 5X0OZKRntxpvC72nhqZB/5X0OZKRntxpvC72nhqZB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2778/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmemorystats/get_memory_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmemorystats/response.go
2025-08-20T23:05:37.3197722Z [00:04:22.601]➜  go tool buildid -w $WORK/b2775/_pkg_.a # internal
2025-08-20T23:05:37.3203617Z [00:04:22.604]➜  cp $WORK/b2775/_pkg_.a /root/.cache/go-build/4a/4a3fc846aa8acd4fb79bb2e47d7696ecc5230df33fb476c3c085ecf60a6237a2-d # internal
2025-08-20T23:05:37.3206812Z [00:04:22.604]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots
2025-08-20T23:05:37.3211280Z [00:04:22.604]➜  mkdir -p $WORK/b2779/
2025-08-20T23:05:37.3212058Z [00:04:22.604]➜  cat >/tmp/go-build3700090427/b2779/importcfg << 'EOF' # internal
2025-08-20T23:05:37.3212819Z [00:04:22.604]➜  # import config
2025-08-20T23:05:37.3213494Z [00:04:22.604]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.3214328Z [00:04:22.604]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.3223762Z [00:04:22.604]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.3224683Z [00:04:22.604]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.3225525Z [00:04:22.604]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.3226768Z [00:04:22.604]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.3228557Z [00:04:22.604]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.3230000Z [00:04:22.604]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.3231026Z [00:04:22.604]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.3232234Z [00:04:22.605]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.3233237Z [00:04:22.605]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.3234039Z [00:04:22.605]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.3234784Z [00:04:22.605]➜  EOF
2025-08-20T23:05:37.3241488Z [00:04:22.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2779/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmodelsnapshots=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmodelsnapshots;$WORK/b2779=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots -lang=go1.22 -complete -installsuffix shared -buildid Gq9zLMdtWMMdnnVpmkkJ/Gq9zLMdtWMMdnnVpmkkJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2779/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmodelsnapshots/get_model_snapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmodelsnapshots/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmodelsnapshots/response.go
2025-08-20T23:05:37.3465312Z [00:04:22.630]➜  go tool buildid -w $WORK/b2776/_pkg_.a # internal
2025-08-20T23:05:37.3486857Z [00:04:22.632]➜  cp $WORK/b2776/_pkg_.a /root/.cache/go-build/a9/a9d0a25f1991d29466b9ea129a35bfd33e748f745f464480dee6b132f2548d55-d # internal
2025-08-20T23:05:37.3491792Z [00:04:22.632]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats
2025-08-20T23:05:37.3495716Z [00:04:22.632]➜  mkdir -p $WORK/b2780/
2025-08-20T23:05:37.3497033Z [00:04:22.633]➜  cat >/tmp/go-build3700090427/b2780/importcfg << 'EOF' # internal
2025-08-20T23:05:37.3499788Z [00:04:22.633]➜  # import config
2025-08-20T23:05:37.3500857Z [00:04:22.633]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.3502236Z [00:04:22.633]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.3504315Z [00:04:22.633]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.3505152Z [00:04:22.633]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.3506534Z [00:04:22.633]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.3508107Z [00:04:22.633]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.3509180Z [00:04:22.633]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.3513144Z [00:04:22.633]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.3513999Z [00:04:22.633]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.3514815Z [00:04:22.633]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.3515612Z [00:04:22.633]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.3516198Z [00:04:22.633]➜  EOF
2025-08-20T23:05:37.3522648Z [00:04:22.633]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2780/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmodelsnapshotupgradestats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmodelsnapshotupgradestats;$WORK/b2780=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats -lang=go1.22 -complete -installsuffix shared -buildid 7_YCFgCrIjBCpg6Aj0Ol/7_YCFgCrIjBCpg6Aj0Ol -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2780/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmodelsnapshotupgradestats/get_model_snapshot_upgrade_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getmodelsnapshotupgradestats/response.go
2025-08-20T23:05:37.3693926Z [00:04:22.652]➜  go tool buildid -w $WORK/b2777/_pkg_.a # internal
2025-08-20T23:05:37.3711257Z [00:04:22.654]➜  cp $WORK/b2777/_pkg_.a /root/.cache/go-build/46/462bcc3759dbe78c163a34710e77c21af0bbcedcf4449923d1fd39823b1d1c78-d # internal
2025-08-20T23:05:37.3718411Z [00:04:22.655]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets
2025-08-20T23:05:37.3720874Z [00:04:22.655]➜  mkdir -p $WORK/b2781/
2025-08-20T23:05:37.3725040Z [00:04:22.655]➜  cat >/tmp/go-build3700090427/b2781/importcfg << 'EOF' # internal
2025-08-20T23:05:37.3725976Z [00:04:22.656]➜  # import config
2025-08-20T23:05:37.3728621Z [00:04:22.656]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.3729771Z [00:04:22.656]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.3730655Z [00:04:22.656]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.3731535Z [00:04:22.656]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.3732361Z [00:04:22.656]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.3733589Z [00:04:22.656]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.3735064Z [00:04:22.656]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.3736125Z [00:04:22.656]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.3737111Z [00:04:22.656]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.3737946Z [00:04:22.656]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.3738759Z [00:04:22.656]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.3742643Z [00:04:22.656]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.3743302Z [00:04:22.656]➜  EOF
2025-08-20T23:05:37.3750375Z [00:04:22.656]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2781/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getoverallbuckets=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getoverallbuckets;$WORK/b2781=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets -lang=go1.22 -complete -installsuffix shared -buildid CnPToyNkY9XCpYH1Dc2I/CnPToyNkY9XCpYH1Dc2I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2781/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getoverallbuckets/get_overall_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getoverallbuckets/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getoverallbuckets/response.go
2025-08-20T23:05:37.4237937Z [00:04:22.707]➜  go tool buildid -w $WORK/b2778/_pkg_.a # internal
2025-08-20T23:05:37.4255787Z [00:04:22.709]➜  cp $WORK/b2778/_pkg_.a /root/.cache/go-build/d8/d8afde83f0b9a4a100a50eab1e981990eac9987abb67f84e191c7850560234fe-d # internal
2025-08-20T23:05:37.4266491Z [00:04:22.709]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords
2025-08-20T23:05:37.4267182Z [00:04:22.709]➜  mkdir -p $WORK/b2782/
2025-08-20T23:05:37.4267879Z [00:04:22.709]➜  cat >/tmp/go-build3700090427/b2782/importcfg << 'EOF' # internal
2025-08-20T23:05:37.4268574Z [00:04:22.710]➜  # import config
2025-08-20T23:05:37.4269191Z [00:04:22.710]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.4270204Z [00:04:22.710]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.4271294Z [00:04:22.710]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.4272130Z [00:04:22.710]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.4272916Z [00:04:22.710]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.4274166Z [00:04:22.710]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.4275849Z [00:04:22.710]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.4276948Z [00:04:22.710]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.4277701Z [00:04:22.710]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.4278498Z [00:04:22.710]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.4279314Z [00:04:22.710]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.4281050Z [00:04:22.710]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.4281688Z [00:04:22.710]➜  EOF
2025-08-20T23:05:37.4287820Z [00:04:22.710]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2782/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getrecords=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getrecords;$WORK/b2782=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords -lang=go1.22 -complete -installsuffix shared -buildid hPaYcVrsRzZc08DfwcXC/hPaYcVrsRzZc08DfwcXC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2782/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getrecords/get_records.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getrecords/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/getrecords/response.go
2025-08-20T23:05:37.4451298Z [00:04:22.728]➜  go tool buildid -w $WORK/b2780/_pkg_.a # internal
2025-08-20T23:05:37.4475060Z [00:04:22.730]➜  cp $WORK/b2780/_pkg_.a /root/.cache/go-build/0c/0c31de37f3581fce0285ba301fca5392a611efc1941ca7b36390a245fb659d43-d # internal
2025-08-20T23:05:37.4496522Z [00:04:22.731]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels
2025-08-20T23:05:37.4497261Z [00:04:22.731]➜  mkdir -p $WORK/b2783/
2025-08-20T23:05:37.4497967Z [00:04:22.731]➜  cat >/tmp/go-build3700090427/b2783/importcfg << 'EOF' # internal
2025-08-20T23:05:37.4498663Z [00:04:22.731]➜  # import config
2025-08-20T23:05:37.4504303Z [00:04:22.731]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.4505217Z [00:04:22.731]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.4506161Z [00:04:22.731]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.4506903Z [00:04:22.731]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.4507984Z [00:04:22.731]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.4509703Z [00:04:22.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.4511228Z [00:04:22.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include=/tmp/go-build3700090427/b2784/_pkg_.a
2025-08-20T23:05:37.4512348Z [00:04:22.731]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.4513118Z [00:04:22.731]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.4513911Z [00:04:22.731]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.4514688Z [00:04:22.731]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.4515462Z [00:04:22.731]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.4516077Z [00:04:22.731]➜  EOF
2025-08-20T23:05:37.4521631Z [00:04:22.731]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2783/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/gettrainedmodels=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/gettrainedmodels;$WORK/b2783=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels -lang=go1.22 -complete -installsuffix shared -buildid KbcL0cDFt_ZogoLg_XCq/KbcL0cDFt_ZogoLg_XCq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2783/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/gettrainedmodels/get_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/gettrainedmodels/response.go
2025-08-20T23:05:37.4536369Z [00:04:22.733]➜  go tool buildid -w $WORK/b2779/_pkg_.a # internal
2025-08-20T23:05:37.4537705Z [00:04:22.736]➜  cp $WORK/b2779/_pkg_.a /root/.cache/go-build/ad/ad2f542ca04bc6de8928e1ea1e1109c22a0b04e5dd4124b138e10e8958e8f999-d # internal
2025-08-20T23:05:37.4540340Z [00:04:22.736]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats
2025-08-20T23:05:37.4541163Z [00:04:22.736]➜  mkdir -p $WORK/b2785/
2025-08-20T23:05:37.4542071Z [00:04:22.736]➜  cat >/tmp/go-build3700090427/b2785/importcfg << 'EOF' # internal
2025-08-20T23:05:37.4542761Z [00:04:22.736]➜  # import config
2025-08-20T23:05:37.4543407Z [00:04:22.736]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.4544276Z [00:04:22.736]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.4545132Z [00:04:22.736]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.4545929Z [00:04:22.736]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.4547312Z [00:04:22.736]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.4548906Z [00:04:22.736]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.4550232Z [00:04:22.736]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.4551067Z [00:04:22.736]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.4551935Z [00:04:22.736]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.4552786Z [00:04:22.736]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.4553603Z [00:04:22.736]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.4554209Z [00:04:22.736]➜  EOF
2025-08-20T23:05:37.4563460Z [00:04:22.736]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/gettrainedmodelsstats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/gettrainedmodelsstats;$WORK/b2785=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats -lang=go1.22 -complete -installsuffix shared -buildid IcBu_j4XV2QLy-tVLNai/IcBu_j4XV2QLy-tVLNai -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2785/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/gettrainedmodelsstats/get_trained_models_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/gettrainedmodelsstats/response.go
2025-08-20T23:05:37.5238070Z [00:04:22.807]➜  go tool buildid -w $WORK/b2781/_pkg_.a # internal
2025-08-20T23:05:37.5307363Z [00:04:22.814]➜  cp $WORK/b2781/_pkg_.a /root/.cache/go-build/fd/fd910b7a350ac8e20e2c8ec174eaf216d7203cdc75596dfdbae416d78076437a-d # internal
2025-08-20T23:05:37.5310168Z [00:04:22.814]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel
2025-08-20T23:05:37.5311601Z [00:04:22.814]➜  mkdir -p $WORK/b2786/
2025-08-20T23:05:37.5352846Z [00:04:22.818]➜  cat >/tmp/go-build3700090427/b2786/importcfg << 'EOF' # internal
2025-08-20T23:05:37.5353931Z [00:04:22.818]➜  # import config
2025-08-20T23:05:37.5355175Z [00:04:22.818]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.5356332Z [00:04:22.818]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.5357665Z [00:04:22.818]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.5358821Z [00:04:22.818]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.5360316Z [00:04:22.818]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.5372152Z [00:04:22.818]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.5373772Z [00:04:22.819]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.5374949Z [00:04:22.819]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.5375803Z [00:04:22.819]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.5376700Z [00:04:22.819]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.5377568Z [00:04:22.819]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.5378614Z [00:04:22.819]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.5379244Z [00:04:22.819]➜  EOF
2025-08-20T23:05:37.5386025Z [00:04:22.819]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/infertrainedmodel=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/infertrainedmodel;$WORK/b2786=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel -lang=go1.22 -complete -installsuffix shared -buildid lGkRXkwALHXiCK51W44g/lGkRXkwALHXiCK51W44g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2786/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/infertrainedmodel/infer_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/infertrainedmodel/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/infertrainedmodel/response.go
2025-08-20T23:05:37.5575532Z [00:04:22.841]➜  go tool buildid -w $WORK/b2782/_pkg_.a # internal
2025-08-20T23:05:37.5582189Z [00:04:22.841]➜  go tool buildid -w $WORK/b2785/_pkg_.a # internal
2025-08-20T23:05:37.5599091Z [00:04:22.843]➜  cp $WORK/b2782/_pkg_.a /root/.cache/go-build/84/8407a837c1ee737c9ed3020c424fdfa56c3a5a84a805571b153df8d676faec6a-d # internal
2025-08-20T23:05:37.5608202Z [00:04:22.843]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/info
2025-08-20T23:05:37.5608901Z [00:04:22.843]➜  mkdir -p $WORK/b2787/
2025-08-20T23:05:37.5609983Z [00:04:22.844]➜  cat >/tmp/go-build3700090427/b2787/importcfg << 'EOF' # internal
2025-08-20T23:05:37.5610665Z [00:04:22.844]➜  # import config
2025-08-20T23:05:37.5619083Z [00:04:22.844]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.5620196Z [00:04:22.844]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.5621022Z [00:04:22.844]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.5621779Z [00:04:22.844]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.5622957Z [00:04:22.844]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.5624472Z [00:04:22.844]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.5638523Z [00:04:22.845]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.5639988Z [00:04:22.845]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.5640846Z [00:04:22.845]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.5641624Z [00:04:22.845]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.5642575Z [00:04:22.845]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.5643156Z [00:04:22.845]➜  EOF
2025-08-20T23:05:37.5653751Z [00:04:22.845]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/info=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/info;$WORK/b2787=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/info -lang=go1.22 -complete -installsuffix shared -buildid Gsd8L-R_l2KROWeGzUYz/Gsd8L-R_l2KROWeGzUYz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2787/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/info/response.go
2025-08-20T23:05:37.5658016Z [00:04:22.848]➜  go tool buildid -w $WORK/b2783/_pkg_.a # internal
2025-08-20T23:05:37.5664897Z [00:04:22.850]➜  cp $WORK/b2785/_pkg_.a /root/.cache/go-build/b1/b1bc3357fe0079b4ed0d2027022d51b0f408c4337c62bb8321f5310bc773699b-d # internal
2025-08-20T23:05:37.5679305Z [00:04:22.850]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob
2025-08-20T23:05:37.5680880Z [00:04:22.850]➜  mkdir -p $WORK/b2788/
2025-08-20T23:05:37.5682104Z [00:04:22.851]➜  cp $WORK/b2783/_pkg_.a /root/.cache/go-build/63/6317df417ba88bfc2c9f74e6f279bd5e45c57434ca9b7c99e95b90aa65cf11ba-d # internal
2025-08-20T23:05:37.5683510Z [00:04:22.851]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents
2025-08-20T23:05:37.5689872Z [00:04:22.851]➜  mkdir -p $WORK/b2789/
2025-08-20T23:05:37.5690635Z [00:04:22.852]➜  cat >/tmp/go-build3700090427/b2788/importcfg << 'EOF' # internal
2025-08-20T23:05:37.5691351Z [00:04:22.852]➜  # import config
2025-08-20T23:05:37.5692050Z [00:04:22.852]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.5693049Z [00:04:22.852]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.5694001Z [00:04:22.852]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.5700235Z [00:04:22.852]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.5700996Z [00:04:22.852]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.5702194Z [00:04:22.852]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.5703690Z [00:04:22.852]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.5704774Z [00:04:22.852]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.5705836Z [00:04:22.852]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.5706780Z [00:04:22.852]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.5707683Z [00:04:22.852]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.5708483Z [00:04:22.852]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.5709088Z [00:04:22.852]➜  EOF
2025-08-20T23:05:37.5714819Z [00:04:22.852]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2788/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/openjob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/openjob;$WORK/b2788=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob -lang=go1.22 -complete -installsuffix shared -buildid u_Q53AEh3JFIE-0CXRfu/u_Q53AEh3JFIE-0CXRfu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2788/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/openjob/open_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/openjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/openjob/response.go
2025-08-20T23:05:37.5721610Z [00:04:22.853]➜  cat >/tmp/go-build3700090427/b2789/importcfg << 'EOF' # internal
2025-08-20T23:05:37.5722746Z [00:04:22.853]➜  # import config
2025-08-20T23:05:37.5723678Z [00:04:22.853]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.5725005Z [00:04:22.853]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.5726189Z [00:04:22.853]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.5727641Z [00:04:22.853]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.5728766Z [00:04:22.853]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.5730867Z [00:04:22.853]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.5733163Z [00:04:22.853]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.5734727Z [00:04:22.853]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.5735787Z [00:04:22.853]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.5736928Z [00:04:22.853]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.5738455Z [00:04:22.853]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.5739774Z [00:04:22.853]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.5740720Z [00:04:22.853]➜  EOF
2025-08-20T23:05:37.5749164Z [00:04:22.853]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2789/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/postcalendarevents=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/postcalendarevents;$WORK/b2789=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents -lang=go1.22 -complete -installsuffix shared -buildid FZt3KaTiQmxKJdQQ5Frv/FZt3KaTiQmxKJdQQ5Frv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2789/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/postcalendarevents/post_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/postcalendarevents/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/postcalendarevents/response.go
2025-08-20T23:05:37.6632172Z [00:04:22.945]➜  go tool buildid -w $WORK/b2787/_pkg_.a # internal
2025-08-20T23:05:37.6635387Z [00:04:22.947]➜  cp $WORK/b2787/_pkg_.a /root/.cache/go-build/64/64126bcb6023b50fe288ece953dfb66741755df26104c5ee0b2175a89d55c37f-d # internal
2025-08-20T23:05:37.6638917Z [00:04:22.947]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata
2025-08-20T23:05:37.6645686Z [00:04:22.947]➜  mkdir -p $WORK/b2790/
2025-08-20T23:05:37.6646669Z [00:04:22.947]➜  cat >/tmp/go-build3700090427/b2790/importcfg << 'EOF' # internal
2025-08-20T23:05:37.6647529Z [00:04:22.947]➜  # import config
2025-08-20T23:05:37.6648232Z [00:04:22.947]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.6649114Z [00:04:22.947]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.6650413Z [00:04:22.947]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.6651280Z [00:04:22.947]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.6652054Z [00:04:22.947]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.6653142Z [00:04:22.947]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.6654484Z [00:04:22.947]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.6655475Z [00:04:22.947]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.6656301Z [00:04:22.947]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.6657133Z [00:04:22.947]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.6658117Z [00:04:22.947]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.6658921Z [00:04:22.947]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.6663098Z [00:04:22.947]➜  EOF
2025-08-20T23:05:37.6668834Z [00:04:22.947]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2790/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/postdata=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/postdata;$WORK/b2790=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata -lang=go1.22 -complete -installsuffix shared -buildid 1L7n9jSVzlyBUrOf_ycp/1L7n9jSVzlyBUrOf_ycp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2790/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/postdata/post_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/postdata/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/postdata/response.go
﻿2025-08-20T23:05:37.6695389Z [00:04:22.953]➜  go tool buildid -w $WORK/b2786/_pkg_.a # internal
2025-08-20T23:05:37.6725622Z [00:04:22.953]➜  cp $WORK/b2786/_pkg_.a /root/.cache/go-build/82/829423a1fa45611596311a46b5988f0900a2d8d7500550f7f5686d59764ba85e-d # internal
2025-08-20T23:05:37.6726937Z [00:04:22.953]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed
2025-08-20T23:05:37.6731263Z [00:04:22.954]➜  mkdir -p $WORK/b2791/
2025-08-20T23:05:37.6732043Z [00:04:22.954]➜  cat >/tmp/go-build3700090427/b2791/importcfg << 'EOF' # internal
2025-08-20T23:05:37.6732646Z [00:04:22.954]➜  # import config
2025-08-20T23:05:37.6733246Z [00:04:22.954]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.6733953Z [00:04:22.954]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.6734893Z [00:04:22.954]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.6735642Z [00:04:22.954]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.6736415Z [00:04:22.954]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.6737475Z [00:04:22.954]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.6738820Z [00:04:22.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.6740127Z [00:04:22.954]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.6740915Z [00:04:22.954]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.6741825Z [00:04:22.954]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.6742611Z [00:04:22.954]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.6743396Z [00:04:22.954]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.6743976Z [00:04:22.954]➜  EOF
2025-08-20T23:05:37.6752192Z [00:04:22.954]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2791/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/previewdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/previewdatafeed;$WORK/b2791=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed -lang=go1.22 -complete -installsuffix shared -buildid y8q_pNm_PfzJdvoAzs1h/y8q_pNm_PfzJdvoAzs1h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2791/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/previewdatafeed/preview_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/previewdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/previewdatafeed/response.go
2025-08-20T23:05:37.6761670Z [00:04:22.959]➜  go tool buildid -w $WORK/b2788/_pkg_.a # internal
2025-08-20T23:05:37.6773121Z [00:04:22.960]➜  cp $WORK/b2788/_pkg_.a /root/.cache/go-build/fd/fd1e2244c61be1673e87006eb25a50c068972cfd0e83f75c5dc0084cffbdde03-d # internal
2025-08-20T23:05:37.6776521Z [00:04:22.961]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics
2025-08-20T23:05:37.6778507Z [00:04:22.961]➜  mkdir -p $WORK/b2792/
2025-08-20T23:05:37.6783463Z [00:04:22.961]➜  cat >/tmp/go-build3700090427/b2792/importcfg << 'EOF' # internal
2025-08-20T23:05:37.6784170Z [00:04:22.962]➜  # import config
2025-08-20T23:05:37.6787028Z [00:04:22.962]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.6788229Z [00:04:22.962]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.6789537Z [00:04:22.962]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.6790401Z [00:04:22.962]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.6791160Z [00:04:22.962]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.6792308Z [00:04:22.962]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.6794100Z [00:04:22.962]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.6795242Z [00:04:22.962]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.6796021Z [00:04:22.962]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.6796826Z [00:04:22.962]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.6797630Z [00:04:22.962]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.6798442Z [00:04:22.962]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.6799042Z [00:04:22.962]➜  EOF
2025-08-20T23:05:37.6806460Z [00:04:22.962]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2792/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/previewdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/previewdataframeanalytics;$WORK/b2792=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid ThyVBSIk_xNRAxLTihLy/ThyVBSIk_xNRAxLTihLy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2792/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/previewdataframeanalytics/preview_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/previewdataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/previewdataframeanalytics/response.go
2025-08-20T23:05:37.6830626Z [00:04:22.966]➜  go tool buildid -w $WORK/b2789/_pkg_.a # internal
2025-08-20T23:05:37.6858460Z [00:04:22.969]➜  cp $WORK/b2789/_pkg_.a /root/.cache/go-build/2e/2ebe7a1ca0c1cbff0effc628e055533f8d08099cacb30be190ed723768fc836d-d # internal
2025-08-20T23:05:37.6862866Z [00:04:22.969]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar
2025-08-20T23:05:37.6863642Z [00:04:22.969]➜  mkdir -p $WORK/b2793/
2025-08-20T23:05:37.6873217Z [00:04:22.970]➜  cat >/tmp/go-build3700090427/b2793/importcfg << 'EOF' # internal
2025-08-20T23:05:37.6873938Z [00:04:22.970]➜  # import config
2025-08-20T23:05:37.6874591Z [00:04:22.970]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.6875421Z [00:04:22.970]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.6876304Z [00:04:22.970]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.6877162Z [00:04:22.970]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.6877937Z [00:04:22.970]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.6879137Z [00:04:22.970]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.6880880Z [00:04:22.970]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.6881963Z [00:04:22.970]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.6882734Z [00:04:22.970]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.6883519Z [00:04:22.970]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.6884303Z [00:04:22.970]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.6885078Z [00:04:22.970]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.6885651Z [00:04:22.970]➜  EOF
2025-08-20T23:05:37.6895461Z [00:04:22.972]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putcalendar=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putcalendar;$WORK/b2793=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar -lang=go1.22 -complete -installsuffix shared -buildid FG_0zb445V5SHRmOL0_H/FG_0zb445V5SHRmOL0_H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2793/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putcalendar/put_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putcalendar/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putcalendar/response.go
2025-08-20T23:05:37.7685868Z [00:04:23.052]➜  go tool buildid -w $WORK/b2790/_pkg_.a # internal
2025-08-20T23:05:37.7703243Z [00:04:23.053]➜  cp $WORK/b2790/_pkg_.a /root/.cache/go-build/36/36d0ba4ba57fd2d3416f4f1fd8eef5f291ede254da6b0d2100dd9a81dae6fef4-d # internal
2025-08-20T23:05:37.7707376Z [00:04:23.054]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob
2025-08-20T23:05:37.7711602Z [00:04:23.054]➜  mkdir -p $WORK/b2794/
2025-08-20T23:05:37.7712772Z [00:04:23.054]➜  cat >/tmp/go-build3700090427/b2794/importcfg << 'EOF' # internal
2025-08-20T23:05:37.7713453Z [00:04:23.054]➜  # import config
2025-08-20T23:05:37.7714054Z [00:04:23.054]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.7714822Z [00:04:23.054]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.7715624Z [00:04:23.054]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.7716431Z [00:04:23.054]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.7717201Z [00:04:23.054]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.7718606Z [00:04:23.054]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.7720360Z [00:04:23.054]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.7721439Z [00:04:23.054]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.7722202Z [00:04:23.054]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.7723026Z [00:04:23.054]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.7723824Z [00:04:23.054]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.7724602Z [00:04:23.054]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.7725123Z [00:04:23.054]➜  EOF
2025-08-20T23:05:37.7731864Z [00:04:23.054]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2794/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putcalendarjob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putcalendarjob;$WORK/b2794=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob -lang=go1.22 -complete -installsuffix shared -buildid 0Y4BZaEtm8DjU_-L8OGs/0Y4BZaEtm8DjU_-L8OGs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2794/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putcalendarjob/put_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putcalendarjob/response.go
2025-08-20T23:05:37.8000277Z [00:04:23.083]➜  go tool buildid -w $WORK/b2792/_pkg_.a # internal
2025-08-20T23:05:37.8021676Z [00:04:23.085]➜  cp $WORK/b2792/_pkg_.a /root/.cache/go-build/46/4672f75a9969bc85ddbff6be0b5450d843c4ed3869f6efa93fd582eac0682dfc-d # internal
2025-08-20T23:05:37.8026853Z [00:04:23.086]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed
2025-08-20T23:05:37.8032818Z [00:04:23.086]➜  mkdir -p $WORK/b2795/
2025-08-20T23:05:37.8048197Z [00:04:23.087]➜  cat >/tmp/go-build3700090427/b2795/importcfg << 'EOF' # internal
2025-08-20T23:05:37.8048886Z [00:04:23.087]➜  # import config
2025-08-20T23:05:37.8049745Z [00:04:23.087]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.8050577Z [00:04:23.087]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.8052719Z [00:04:23.087]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.8053922Z [00:04:23.087]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.8054703Z [00:04:23.087]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.8055884Z [00:04:23.087]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.8057346Z [00:04:23.087]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.8058943Z [00:04:23.087]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:37.8061456Z [00:04:23.087]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.8062272Z [00:04:23.087]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.8063076Z [00:04:23.087]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.8063909Z [00:04:23.087]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.8064698Z [00:04:23.087]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.8065305Z [00:04:23.087]➜  EOF
2025-08-20T23:05:37.8071463Z [00:04:23.087]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putdatafeed;$WORK/b2795=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed -lang=go1.22 -complete -installsuffix shared -buildid ez0nEWDiPqAKt9lJgaAO/ez0nEWDiPqAKt9lJgaAO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2795/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putdatafeed/put_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putdatafeed/response.go
2025-08-20T23:05:37.8081768Z [00:04:23.091]➜  go tool buildid -w $WORK/b2791/_pkg_.a # internal
2025-08-20T23:05:37.8110620Z [00:04:23.094]➜  cp $WORK/b2791/_pkg_.a /root/.cache/go-build/01/0114ac7eb7d8885a99291029709eb1967018be19d6a550accec7a023d89fdc84-d # internal
2025-08-20T23:05:37.8120314Z [00:04:23.095]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics
2025-08-20T23:05:37.8124106Z [00:04:23.095]➜  mkdir -p $WORK/b2796/
2025-08-20T23:05:37.8124868Z [00:04:23.095]➜  cat >/tmp/go-build3700090427/b2796/importcfg << 'EOF' # internal
2025-08-20T23:05:37.8125597Z [00:04:23.095]➜  # import config
2025-08-20T23:05:37.8126247Z [00:04:23.095]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.8127076Z [00:04:23.095]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.8127979Z [00:04:23.095]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.8128929Z [00:04:23.095]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.8130039Z [00:04:23.095]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.8131240Z [00:04:23.095]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.8132733Z [00:04:23.096]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.8133837Z [00:04:23.096]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.8134665Z [00:04:23.096]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.8135473Z [00:04:23.096]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.8136248Z [00:04:23.096]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.8137058Z [00:04:23.096]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.8137999Z [00:04:23.096]➜  EOF
2025-08-20T23:05:37.8148315Z [00:04:23.096]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putdataframeanalytics;$WORK/b2796=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid YFwhk9lFTdyg-WZUE2R6/YFwhk9lFTdyg-WZUE2R6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2796/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putdataframeanalytics/put_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putdataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putdataframeanalytics/response.go
2025-08-20T23:05:37.8211005Z [00:04:23.104]➜  go tool buildid -w $WORK/b2793/_pkg_.a # internal
2025-08-20T23:05:37.8232586Z [00:04:23.106]➜  cp $WORK/b2793/_pkg_.a /root/.cache/go-build/c7/c74d3b4f45c5ce2bf0dcf755183be7d18dbc0ce43c52a2f776e88fb59b950828-d # internal
2025-08-20T23:05:37.8239312Z [00:04:23.107]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter
2025-08-20T23:05:37.8244236Z [00:04:23.107]➜  mkdir -p $WORK/b2797/
2025-08-20T23:05:37.8258353Z [00:04:23.109]➜  cat >/tmp/go-build3700090427/b2797/importcfg << 'EOF' # internal
2025-08-20T23:05:37.8268456Z [00:04:23.109]➜  # import config
2025-08-20T23:05:37.8269087Z [00:04:23.109]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.8270642Z [00:04:23.109]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.8271507Z [00:04:23.109]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.8272306Z [00:04:23.109]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.8273045Z [00:04:23.109]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.8274201Z [00:04:23.109]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.8275628Z [00:04:23.109]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.8276644Z [00:04:23.109]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.8277392Z [00:04:23.109]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.8278158Z [00:04:23.109]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.8278924Z [00:04:23.109]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.8279888Z [00:04:23.109]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.8280451Z [00:04:23.109]➜  EOF
2025-08-20T23:05:37.8286073Z [00:04:23.109]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2797/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putfilter=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putfilter;$WORK/b2797=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter -lang=go1.22 -complete -installsuffix shared -buildid hXl8YZfnBU8ewfr0iGt4/hXl8YZfnBU8ewfr0iGt4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2797/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putfilter/put_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putfilter/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putfilter/response.go
2025-08-20T23:05:37.8824163Z [00:04:23.164]➜  go tool buildid -w $WORK/b2794/_pkg_.a # internal
2025-08-20T23:05:37.8826525Z [00:04:23.164]➜  cp $WORK/b2794/_pkg_.a /root/.cache/go-build/ce/ce68298f175225786d9684b1741d2c71bb9927febc8366ab5cba80e2681afe1a-d # internal
2025-08-20T23:05:37.8828351Z [00:04:23.164]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob
2025-08-20T23:05:37.8829166Z [00:04:23.164]➜  mkdir -p $WORK/b2798/
2025-08-20T23:05:37.8830338Z [00:04:23.164]➜  cat >/tmp/go-build3700090427/b2798/importcfg << 'EOF' # internal
2025-08-20T23:05:37.8831044Z [00:04:23.164]➜  # import config
2025-08-20T23:05:37.8832653Z [00:04:23.164]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.8833498Z [00:04:23.164]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.8834327Z [00:04:23.164]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.8835314Z [00:04:23.164]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.8836253Z [00:04:23.164]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.8837424Z [00:04:23.164]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.8838965Z [00:04:23.164]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.8840824Z [00:04:23.164]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:37.8842048Z [00:04:23.164]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.8842838Z [00:04:23.164]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.8843674Z [00:04:23.164]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.8844498Z [00:04:23.164]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.8845312Z [00:04:23.164]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.8845914Z [00:04:23.164]➜  EOF
2025-08-20T23:05:37.8854735Z [00:04:23.164]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2798/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putjob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putjob;$WORK/b2798=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob -lang=go1.22 -complete -installsuffix shared -buildid ZSMlKh6upkqyAPW8Awfs/ZSMlKh6upkqyAPW8Awfs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2798/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putjob/put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/putjob/response.go
2025-08-20T23:05:37.9433613Z [00:04:23.226]➜  go tool buildid -w $WORK/b2797/_pkg_.a # internal
2025-08-20T23:05:37.9462693Z [00:04:23.229]➜  cp $WORK/b2797/_pkg_.a /root/.cache/go-build/5d/5de61b4eaf7ec2fce2feb3e6578891763356bf21485ea3d188223166058ebf3c-d # internal
2025-08-20T23:05:37.9484645Z [00:04:23.231]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel
2025-08-20T23:05:37.9500464Z [00:04:23.232]➜  mkdir -p $WORK/b2799/
2025-08-20T23:05:37.9501202Z [00:04:23.232]➜  cat >/tmp/go-build3700090427/b2799/importcfg << 'EOF' # internal
2025-08-20T23:05:37.9501874Z [00:04:23.232]➜  # import config
2025-08-20T23:05:37.9502482Z [00:04:23.232]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.9503263Z [00:04:23.232]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.9504067Z [00:04:23.232]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.9504855Z [00:04:23.232]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.9505635Z [00:04:23.232]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.9508925Z [00:04:23.232]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.9510651Z [00:04:23.232]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.9512812Z [00:04:23.232]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build3700090427/b2476/_pkg_.a
2025-08-20T23:05:37.9513934Z [00:04:23.232]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.9514648Z [00:04:23.232]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.9515362Z [00:04:23.232]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.9516072Z [00:04:23.232]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.9516878Z [00:04:23.232]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.9517460Z [00:04:23.232]➜  EOF
2025-08-20T23:05:37.9523785Z [00:04:23.232]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodel=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodel;$WORK/b2799=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel -lang=go1.22 -complete -installsuffix shared -buildid 7C9sC0mWCs6WgUBQx6S3/7C9sC0mWCs6WgUBQx6S3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2799/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodel/put_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodel/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodel/response.go
2025-08-20T23:05:37.9531085Z [00:04:23.236]➜  go tool buildid -w $WORK/b2795/_pkg_.a # internal
2025-08-20T23:05:37.9570343Z [00:04:23.240]➜  cp $WORK/b2795/_pkg_.a /root/.cache/go-build/8e/8e1199a9e4ed596c8c460bcd2bd40f0112c9a831503f96dfcde0e6367bcaba3a-d # internal
2025-08-20T23:05:37.9571757Z [00:04:23.240]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias
2025-08-20T23:05:37.9577627Z [00:04:23.241]➜  mkdir -p $WORK/b2800/
2025-08-20T23:05:37.9587587Z [00:04:23.242]➜  cat >/tmp/go-build3700090427/b2800/importcfg << 'EOF' # internal
2025-08-20T23:05:37.9588317Z [00:04:23.242]➜  # import config
2025-08-20T23:05:37.9588967Z [00:04:23.242]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.9589980Z [00:04:23.242]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.9590864Z [00:04:23.242]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.9591652Z [00:04:23.242]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.9592790Z [00:04:23.242]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.9594221Z [00:04:23.242]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.9595335Z [00:04:23.242]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.9596153Z [00:04:23.242]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.9596958Z [00:04:23.242]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.9597724Z [00:04:23.242]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.9598482Z [00:04:23.242]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.9599050Z [00:04:23.242]➜  EOF
2025-08-20T23:05:37.9604649Z [00:04:23.242]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodelalias=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodelalias;$WORK/b2800=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias -lang=go1.22 -complete -installsuffix shared -buildid _Aph665FFbxM8ndCU-W8/_Aph665FFbxM8ndCU-W8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2800/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodelalias/put_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodelalias/response.go
2025-08-20T23:05:37.9654682Z [00:04:23.249]➜  go tool buildid -w $WORK/b2796/_pkg_.a # internal
2025-08-20T23:05:37.9694989Z [00:04:23.252]➜  cp $WORK/b2796/_pkg_.a /root/.cache/go-build/8c/8c097883417084286414635486f4081e74c3d910fcfb3b5f38d98e00dcebeea0-d # internal
2025-08-20T23:05:37.9697223Z [00:04:23.252]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart
2025-08-20T23:05:37.9699022Z [00:04:23.252]➜  mkdir -p $WORK/b2801/
2025-08-20T23:05:37.9700841Z [00:04:23.253]➜  cat >/tmp/go-build3700090427/b2801/importcfg << 'EOF' # internal
2025-08-20T23:05:37.9701509Z [00:04:23.253]➜  # import config
2025-08-20T23:05:37.9702137Z [00:04:23.253]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:37.9702969Z [00:04:23.253]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:37.9703866Z [00:04:23.253]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:37.9704760Z [00:04:23.253]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:37.9705602Z [00:04:23.253]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:37.9706780Z [00:04:23.253]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:37.9708233Z [00:04:23.253]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:37.9709283Z [00:04:23.253]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:37.9710315Z [00:04:23.253]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:37.9711207Z [00:04:23.253]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:37.9712003Z [00:04:23.253]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:37.9712776Z [00:04:23.253]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:37.9713343Z [00:04:23.253]➜  EOF
2025-08-20T23:05:37.9721676Z [00:04:23.255]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodeldefinitionpart=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodeldefinitionpart;$WORK/b2801=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart -lang=go1.22 -complete -installsuffix shared -buildid oc7LeIuMwUBkHIQQssDT/oc7LeIuMwUBkHIQQssDT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2801/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodeldefinitionpart/put_trained_model_definition_part.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodeldefinitionpart/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodeldefinitionpart/response.go
2025-08-20T23:05:38.0635016Z [00:04:23.347]➜  go tool buildid -w $WORK/b2800/_pkg_.a # internal
2025-08-20T23:05:38.0645364Z [00:04:23.348]➜  cp $WORK/b2800/_pkg_.a /root/.cache/go-build/37/37e89d1e189061f3fd9102cf8f471021db5035a3bb747aa42a2da5ae5d9fe7a7-d # internal
2025-08-20T23:05:38.0654652Z [00:04:23.348]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary
2025-08-20T23:05:38.0655591Z [00:04:23.349]➜  mkdir -p $WORK/b2802/
2025-08-20T23:05:38.0669048Z [00:04:23.350]➜  cat >/tmp/go-build3700090427/b2802/importcfg << 'EOF' # internal
2025-08-20T23:05:38.0673504Z [00:04:23.350]➜  # import config
2025-08-20T23:05:38.0674194Z [00:04:23.350]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.0675051Z [00:04:23.350]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.0676241Z [00:04:23.350]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.0677091Z [00:04:23.350]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.0677945Z [00:04:23.350]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.0679194Z [00:04:23.350]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.0683040Z [00:04:23.350]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.0684360Z [00:04:23.350]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.0685364Z [00:04:23.351]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.0686217Z [00:04:23.351]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.0687000Z [00:04:23.351]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.0687829Z [00:04:23.351]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.0688437Z [00:04:23.351]➜  EOF
2025-08-20T23:05:38.0702582Z [00:04:23.353]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2802/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodelvocabulary=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodelvocabulary;$WORK/b2802=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary -lang=go1.22 -complete -installsuffix shared -buildid 7W_zZazKSW1xXn7gp4bp/7W_zZazKSW1xXn7gp4bp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2802/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodelvocabulary/put_trained_model_vocabulary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodelvocabulary/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/puttrainedmodelvocabulary/response.go
2025-08-20T23:05:38.0810389Z [00:04:23.364]➜  go tool buildid -w $WORK/b2801/_pkg_.a # internal
2025-08-20T23:05:38.0826520Z [00:04:23.366]➜  cp $WORK/b2801/_pkg_.a /root/.cache/go-build/61/618c24fde6da103426e12a638c27c528e55a74482ea5cc2d3d55fcc861d38c9d-d # internal
2025-08-20T23:05:38.0831908Z [00:04:23.366]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob
2025-08-20T23:05:38.0832631Z [00:04:23.366]➜  mkdir -p $WORK/b2803/
2025-08-20T23:05:38.0839956Z [00:04:23.367]➜  cat >/tmp/go-build3700090427/b2803/importcfg << 'EOF' # internal
2025-08-20T23:05:38.0840884Z [00:04:23.367]➜  # import config
2025-08-20T23:05:38.0841674Z [00:04:23.367]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.0842540Z [00:04:23.367]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.0843367Z [00:04:23.367]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.0845202Z [00:04:23.368]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.0847303Z [00:04:23.368]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.0848747Z [00:04:23.368]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.0850020Z [00:04:23.368]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.0850805Z [00:04:23.368]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.0851628Z [00:04:23.368]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.0852443Z [00:04:23.368]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.0853260Z [00:04:23.368]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.0853894Z [00:04:23.368]➜  EOF
2025-08-20T23:05:38.0890760Z [00:04:23.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2803/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/resetjob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/resetjob;$WORK/b2803=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob -lang=go1.22 -complete -installsuffix shared -buildid PF6gsoifheEbhVgCMYn9/PF6gsoifheEbhVgCMYn9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2803/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/resetjob/reset_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/resetjob/response.go
2025-08-20T23:05:38.0908278Z [00:04:23.374]➜  go tool buildid -w $WORK/b2798/_pkg_.a # internal
2025-08-20T23:05:38.0942034Z [00:04:23.377]➜  cp $WORK/b2798/_pkg_.a /root/.cache/go-build/5e/5e9bc3a4db1ff57053dda3b279de45b59fc9d5a14b4730de919ac6e2e303b738-d # internal
2025-08-20T23:05:38.0964115Z [00:04:23.377]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot
2025-08-20T23:05:38.0964909Z [00:04:23.377]➜  mkdir -p $WORK/b2804/
2025-08-20T23:05:38.0965599Z [00:04:23.378]➜  cat >/tmp/go-build3700090427/b2804/importcfg << 'EOF' # internal
2025-08-20T23:05:38.0966237Z [00:04:23.378]➜  # import config
2025-08-20T23:05:38.0966866Z [00:04:23.378]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.0967694Z [00:04:23.378]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.0968553Z [00:04:23.378]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.0969581Z [00:04:23.378]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.0970369Z [00:04:23.378]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.0971530Z [00:04:23.378]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.0972986Z [00:04:23.378]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.0974048Z [00:04:23.378]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.0974816Z [00:04:23.378]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.0975616Z [00:04:23.378]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.0976391Z [00:04:23.378]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.0977167Z [00:04:23.378]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.0977748Z [00:04:23.378]➜  EOF
2025-08-20T23:05:38.0985794Z [00:04:23.378]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/revertmodelsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/revertmodelsnapshot;$WORK/b2804=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot -lang=go1.22 -complete -installsuffix shared -buildid 0gm-bal3DHK3VqdB5CIp/0gm-bal3DHK3VqdB5CIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2804/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/revertmodelsnapshot/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/revertmodelsnapshot/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/revertmodelsnapshot/revert_model_snapshot.go
2025-08-20T23:05:38.1034410Z [00:04:23.387]➜  go tool buildid -w $WORK/b2799/_pkg_.a # internal
2025-08-20T23:05:38.1054601Z [00:04:23.389]➜  cp $WORK/b2799/_pkg_.a /root/.cache/go-build/6f/6f0d15d901dd374a94996451aaf01b39c95337891c1bb21424d42c4c7a2cf60d-d # internal
2025-08-20T23:05:38.1078411Z [00:04:23.389]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode
2025-08-20T23:05:38.1079176Z [00:04:23.389]➜  mkdir -p $WORK/b2805/
2025-08-20T23:05:38.1080199Z [00:04:23.389]➜  cat >/tmp/go-build3700090427/b2805/importcfg << 'EOF' # internal
2025-08-20T23:05:38.1081182Z [00:04:23.389]➜  # import config
2025-08-20T23:05:38.1081844Z [00:04:23.389]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.1082714Z [00:04:23.389]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.1083563Z [00:04:23.389]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.1084358Z [00:04:23.389]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.1085834Z [00:04:23.389]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.1087401Z [00:04:23.389]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.1088491Z [00:04:23.389]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.1089314Z [00:04:23.389]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.1090389Z [00:04:23.389]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.1091235Z [00:04:23.389]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.1092080Z [00:04:23.389]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.1092705Z [00:04:23.389]➜  EOF
2025-08-20T23:05:38.1098252Z [00:04:23.390]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2805/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/setupgrademode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/setupgrademode;$WORK/b2805=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode -lang=go1.22 -complete -installsuffix shared -buildid Gf0f5dzz97sIyosDhl42/Gf0f5dzz97sIyosDhl42 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2805/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/setupgrademode/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/setupgrademode/set_upgrade_mode.go
2025-08-20T23:05:38.1748975Z [00:04:23.458]➜  go tool buildid -w $WORK/b2802/_pkg_.a # internal
2025-08-20T23:05:38.1778504Z [00:04:23.461]➜  cp $WORK/b2802/_pkg_.a /root/.cache/go-build/b4/b458a22e006bc153ed314fa4b0cd73cb58a6b1ecfc2c9fb799d36d43a00694af-d # internal
2025-08-20T23:05:38.1784597Z [00:04:23.461]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed
2025-08-20T23:05:38.1785395Z [00:04:23.461]➜  mkdir -p $WORK/b2806/
2025-08-20T23:05:38.1789585Z [00:04:23.462]➜  cat >/tmp/go-build3700090427/b2806/importcfg << 'EOF' # internal
2025-08-20T23:05:38.1797629Z [00:04:23.462]➜  # import config
2025-08-20T23:05:38.1798358Z [00:04:23.462]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.1799231Z [00:04:23.462]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.1800366Z [00:04:23.462]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.1801241Z [00:04:23.462]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.1802060Z [00:04:23.462]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.1803323Z [00:04:23.462]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.1804867Z [00:04:23.462]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.1805979Z [00:04:23.462]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.1806833Z [00:04:23.462]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.1807679Z [00:04:23.462]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.1808536Z [00:04:23.462]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.1809600Z [00:04:23.462]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.1810627Z [00:04:23.462]➜  EOF
2025-08-20T23:05:38.1817060Z [00:04:23.462]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/startdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/startdatafeed;$WORK/b2806=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed -lang=go1.22 -complete -installsuffix shared -buildid r19fcBXhuqLGf7JasMq_/r19fcBXhuqLGf7JasMq_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2806/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/startdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/startdatafeed/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/startdatafeed/start_datafeed.go
2025-08-20T23:05:38.1868584Z [00:04:23.470]➜  go tool buildid -w $WORK/b2803/_pkg_.a # internal
2025-08-20T23:05:38.1890037Z [00:04:23.472]➜  cp $WORK/b2803/_pkg_.a /root/.cache/go-build/0a/0a2447429f4b132292ec40a24b91bd5245ab6f2bb9edee41ef5113c0ad27f460-d # internal
2025-08-20T23:05:38.1892068Z [00:04:23.472]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics
2025-08-20T23:05:38.1894748Z [00:04:23.472]➜  mkdir -p $WORK/b2807/
2025-08-20T23:05:38.1905698Z [00:04:23.473]➜  cat >/tmp/go-build3700090427/b2807/importcfg << 'EOF' # internal
2025-08-20T23:05:38.1908609Z [00:04:23.473]➜  # import config
2025-08-20T23:05:38.1909635Z [00:04:23.473]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.1910858Z [00:04:23.473]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.1911753Z [00:04:23.473]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.1912541Z [00:04:23.473]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.1913774Z [00:04:23.473]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.1915287Z [00:04:23.473]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.1916410Z [00:04:23.473]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.1917241Z [00:04:23.473]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.1918101Z [00:04:23.473]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.1918949Z [00:04:23.473]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.1919977Z [00:04:23.473]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.1920597Z [00:04:23.473]➜  EOF
2025-08-20T23:05:38.1927747Z [00:04:23.474]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/startdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/startdataframeanalytics;$WORK/b2807=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid DaZrMcBiJbjFvyoIKNCS/DaZrMcBiJbjFvyoIKNCS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2807/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/startdataframeanalytics/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/startdataframeanalytics/start_data_frame_analytics.go
2025-08-20T23:05:38.2007160Z [00:04:23.484]➜  go tool buildid -w $WORK/b2804/_pkg_.a # internal
2025-08-20T23:05:38.2030185Z [00:04:23.485]➜  cp $WORK/b2804/_pkg_.a /root/.cache/go-build/32/327c3928bc8b8c019c92bdc85fda54aa73e93ed8b82a76a9b68a60560fa4d60f-d # internal
2025-08-20T23:05:38.2033361Z [00:04:23.486]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment
2025-08-20T23:05:38.2034249Z [00:04:23.486]➜  mkdir -p $WORK/b2808/
2025-08-20T23:05:38.2035397Z [00:04:23.486]➜  cat >/tmp/go-build3700090427/b2808/importcfg << 'EOF' # internal
2025-08-20T23:05:38.2036117Z [00:04:23.486]➜  # import config
2025-08-20T23:05:38.2036808Z [00:04:23.486]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.2037760Z [00:04:23.486]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.2038655Z [00:04:23.486]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.2039693Z [00:04:23.486]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.2041226Z [00:04:23.486]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.2042848Z [00:04:23.486]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.2044689Z [00:04:23.486]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build3700090427/b2329/_pkg_.a
2025-08-20T23:05:38.2046723Z [00:04:23.486]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build3700090427/b2477/_pkg_.a
2025-08-20T23:05:38.2048070Z [00:04:23.486]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.2048915Z [00:04:23.486]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.2051043Z [00:04:23.486]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.2051942Z [00:04:23.486]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.2052828Z [00:04:23.486]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.2053461Z [00:04:23.486]➜  EOF
2025-08-20T23:05:38.2059910Z [00:04:23.486]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2808/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/starttrainedmodeldeployment=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/starttrainedmodeldeployment;$WORK/b2808=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment -lang=go1.22 -complete -installsuffix shared -buildid M9cqWSwUPNFLPlgejTpC/M9cqWSwUPNFLPlgejTpC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2808/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/starttrainedmodeldeployment/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/starttrainedmodeldeployment/start_trained_model_deployment.go
2025-08-20T23:05:38.2162007Z [00:04:23.499]➜  go tool buildid -w $WORK/b2805/_pkg_.a # internal
2025-08-20T23:05:38.2177869Z [00:04:23.501]➜  cp $WORK/b2805/_pkg_.a /root/.cache/go-build/b0/b0f339e55934c4121b8c2732f7e930e283ff7a02cfe41f15aee06f2b72e6b765-d # internal
2025-08-20T23:05:38.2182015Z [00:04:23.501]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed
2025-08-20T23:05:38.2182986Z [00:04:23.501]➜  mkdir -p $WORK/b2809/
2025-08-20T23:05:38.2192341Z [00:04:23.502]➜  cat >/tmp/go-build3700090427/b2809/importcfg << 'EOF' # internal
2025-08-20T23:05:38.2193099Z [00:04:23.502]➜  # import config
2025-08-20T23:05:38.2193741Z [00:04:23.502]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.2194553Z [00:04:23.502]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.2195424Z [00:04:23.502]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.2196341Z [00:04:23.502]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.2197199Z [00:04:23.502]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.2198748Z [00:04:23.502]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.2200612Z [00:04:23.502]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.2204411Z [00:04:23.502]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.2205220Z [00:04:23.502]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.2205999Z [00:04:23.502]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.2206759Z [00:04:23.502]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.2207508Z [00:04:23.502]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.2208066Z [00:04:23.502]➜  EOF
2025-08-20T23:05:38.2214291Z [00:04:23.502]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2809/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stopdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stopdatafeed;$WORK/b2809=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed -lang=go1.22 -complete -installsuffix shared -buildid Cz15NSOVbKkNi0SqpUCJ/Cz15NSOVbKkNi0SqpUCJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2809/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stopdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stopdatafeed/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stopdatafeed/stop_datafeed.go
2025-08-20T23:05:38.3130850Z [00:04:23.595]➜  go tool buildid -w $WORK/b2807/_pkg_.a # internal
2025-08-20T23:05:38.3138994Z [00:04:23.597]➜  cp $WORK/b2807/_pkg_.a /root/.cache/go-build/dd/dd2000feaab74ac4a8114500518059e477af43f386adc3dac0935cf98a9d329e-d # internal
2025-08-20T23:05:38.3152986Z [00:04:23.597]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics
2025-08-20T23:05:38.3153786Z [00:04:23.597]➜  mkdir -p $WORK/b2810/
2025-08-20T23:05:38.3154515Z [00:04:23.598]➜  cat >/tmp/go-build3700090427/b2810/importcfg << 'EOF' # internal
2025-08-20T23:05:38.3155189Z [00:04:23.598]➜  # import config
2025-08-20T23:05:38.3155854Z [00:04:23.598]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.3156725Z [00:04:23.598]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.3157564Z [00:04:23.598]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.3158328Z [00:04:23.598]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.3159702Z [00:04:23.598]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.3161239Z [00:04:23.598]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.3162334Z [00:04:23.598]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.3163106Z [00:04:23.598]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.3163919Z [00:04:23.598]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.3164730Z [00:04:23.598]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.3165484Z [00:04:23.598]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.3166034Z [00:04:23.598]➜  EOF
2025-08-20T23:05:38.3185059Z [00:04:23.598]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2810/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stopdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stopdataframeanalytics;$WORK/b2810=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid oGBKuoKWDRF4MzrLD4i9/oGBKuoKWDRF4MzrLD4i9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2810/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stopdataframeanalytics/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stopdataframeanalytics/stop_data_frame_analytics.go
2025-08-20T23:05:38.3192479Z [00:04:23.602]➜  go tool buildid -w $WORK/b2808/_pkg_.a # internal
2025-08-20T23:05:38.3204760Z [00:04:23.603]➜  cp $WORK/b2808/_pkg_.a /root/.cache/go-build/69/6955824825ae8e1137d919734bcdffc90ca85616661b5577ef662bade806f419-d # internal
2025-08-20T23:05:38.3206752Z [00:04:23.604]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment
2025-08-20T23:05:38.3207625Z [00:04:23.604]➜  mkdir -p $WORK/b2811/
2025-08-20T23:05:38.3214736Z [00:04:23.604]➜  cat >/tmp/go-build3700090427/b2811/importcfg << 'EOF' # internal
2025-08-20T23:05:38.3215760Z [00:04:23.604]➜  # import config
2025-08-20T23:05:38.3216480Z [00:04:23.604]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.3217358Z [00:04:23.604]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.3218202Z [00:04:23.604]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.3218974Z [00:04:23.604]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.3220338Z [00:04:23.604]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.3221830Z [00:04:23.604]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.3222902Z [00:04:23.604]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.3223695Z [00:04:23.604]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.3224524Z [00:04:23.604]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.3225322Z [00:04:23.604]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.3226082Z [00:04:23.604]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.3226654Z [00:04:23.604]➜  EOF
2025-08-20T23:05:38.3232706Z [00:04:23.605]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2811/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stoptrainedmodeldeployment=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stoptrainedmodeldeployment;$WORK/b2811=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment -lang=go1.22 -complete -installsuffix shared -buildid NA7P_iipqrFlsGSRjYzF/NA7P_iipqrFlsGSRjYzF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2811/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stoptrainedmodeldeployment/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/stoptrainedmodeldeployment/stop_trained_model_deployment.go
2025-08-20T23:05:38.3249895Z [00:04:23.608]➜  go tool buildid -w $WORK/b2806/_pkg_.a # internal
2025-08-20T23:05:38.3266399Z [00:04:23.610]➜  cp $WORK/b2806/_pkg_.a /root/.cache/go-build/05/05784637d4b07dfd3569a2b651e548850a48908b31da81096fbb8a45c65b6c14-d # internal
2025-08-20T23:05:38.3289235Z [00:04:23.610]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed
2025-08-20T23:05:38.3290228Z [00:04:23.610]➜  mkdir -p $WORK/b2812/
2025-08-20T23:05:38.3290947Z [00:04:23.610]➜  cat >/tmp/go-build3700090427/b2812/importcfg << 'EOF' # internal
2025-08-20T23:05:38.3294256Z [00:04:23.610]➜  # import config
2025-08-20T23:05:38.3296002Z [00:04:23.610]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.3296849Z [00:04:23.610]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.3297673Z [00:04:23.610]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.3298472Z [00:04:23.610]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.3299165Z [00:04:23.610]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.3300445Z [00:04:23.610]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.3302212Z [00:04:23.610]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.3303781Z [00:04:23.610]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:38.3304948Z [00:04:23.610]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.3305735Z [00:04:23.610]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.3306511Z [00:04:23.610]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.3307484Z [00:04:23.610]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.3308372Z [00:04:23.610]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.3313749Z [00:04:23.610]➜  EOF
2025-08-20T23:05:38.3320038Z [00:04:23.610]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2812/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatedatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatedatafeed;$WORK/b2812=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed -lang=go1.22 -complete -installsuffix shared -buildid AEhIkLCwqtp-3wlnKJpr/AEhIkLCwqtp-3wlnKJpr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2812/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatedatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatedatafeed/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatedatafeed/update_datafeed.go
2025-08-20T23:05:38.3329299Z [00:04:23.613]➜  go tool buildid -w $WORK/b2809/_pkg_.a # internal
2025-08-20T23:05:38.3330784Z [00:04:23.614]➜  cp $WORK/b2809/_pkg_.a /root/.cache/go-build/59/59a62f853f215d2c1c2aec43db35ef65a132702949bcd1b98603f96f1f6c741e-d # internal
2025-08-20T23:05:38.3332134Z [00:04:23.616]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics
2025-08-20T23:05:38.3335158Z [00:04:23.616]➜  mkdir -p $WORK/b2813/
2025-08-20T23:05:38.3336330Z [00:04:23.616]➜  cat >/tmp/go-build3700090427/b2813/importcfg << 'EOF' # internal
2025-08-20T23:05:38.3343857Z [00:04:23.616]➜  # import config
2025-08-20T23:05:38.3344494Z [00:04:23.616]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.3345274Z [00:04:23.616]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.3346158Z [00:04:23.616]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.3347059Z [00:04:23.616]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.3347839Z [00:04:23.616]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.3349041Z [00:04:23.616]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.3350862Z [00:04:23.616]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.3351967Z [00:04:23.616]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.3352772Z [00:04:23.616]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.3353586Z [00:04:23.616]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.3354404Z [00:04:23.616]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.3355192Z [00:04:23.616]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.3355808Z [00:04:23.616]➜  EOF
2025-08-20T23:05:38.3362630Z [00:04:23.616]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2813/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatedataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatedataframeanalytics;$WORK/b2813=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid UJcG1TK2UhSix97UgKNs/UJcG1TK2UhSix97UgKNs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2813/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatedataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatedataframeanalytics/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatedataframeanalytics/update_data_frame_analytics.go
2025-08-20T23:05:38.4221193Z [00:04:23.705]➜  go tool buildid -w $WORK/b2810/_pkg_.a # internal
2025-08-20T23:05:38.4239592Z [00:04:23.707]➜  cp $WORK/b2810/_pkg_.a /root/.cache/go-build/18/18535e0e3cf231b419ae96fde0085603e957f9bf25abf4a34ba872ef30aee6f2-d # internal
2025-08-20T23:05:38.4243486Z [00:04:23.708]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter
2025-08-20T23:05:38.4244874Z [00:04:23.708]➜  mkdir -p $WORK/b2814/
2025-08-20T23:05:38.4251112Z [00:04:23.708]➜  cat >/tmp/go-build3700090427/b2814/importcfg << 'EOF' # internal
2025-08-20T23:05:38.4255143Z [00:04:23.709]➜  # import config
2025-08-20T23:05:38.4255787Z [00:04:23.709]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.4256589Z [00:04:23.709]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.4257433Z [00:04:23.709]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.4258278Z [00:04:23.709]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.4259069Z [00:04:23.709]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.4260417Z [00:04:23.709]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.4261883Z [00:04:23.709]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.4262957Z [00:04:23.709]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.4263735Z [00:04:23.709]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.4264642Z [00:04:23.709]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.4265388Z [00:04:23.709]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.4266165Z [00:04:23.709]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.4266740Z [00:04:23.709]➜  EOF
2025-08-20T23:05:38.4273158Z [00:04:23.709]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2814/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatefilter=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatefilter;$WORK/b2814=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter -lang=go1.22 -complete -installsuffix shared -buildid LKVgw1sDJgrnrzp1fyOo/LKVgw1sDJgrnrzp1fyOo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2814/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatefilter/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatefilter/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatefilter/update_filter.go
2025-08-20T23:05:38.4314993Z [00:04:23.715]➜  go tool buildid -w $WORK/b2811/_pkg_.a # internal
2025-08-20T23:05:38.4332404Z [00:04:23.716]➜  cp $WORK/b2811/_pkg_.a /root/.cache/go-build/f3/f339c92972eb76538d09c605f36b9c442c46d2dff8425ead28de6dd00cdd93eb-d # internal
2025-08-20T23:05:38.4335675Z [00:04:23.717]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob
2025-08-20T23:05:38.4337545Z [00:04:23.717]➜  mkdir -p $WORK/b2815/
2025-08-20T23:05:38.4343894Z [00:04:23.718]➜  cat >/tmp/go-build3700090427/b2815/importcfg << 'EOF' # internal
2025-08-20T23:05:38.4345588Z [00:04:23.718]➜  # import config
2025-08-20T23:05:38.4346212Z [00:04:23.718]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.4347170Z [00:04:23.718]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.4347965Z [00:04:23.718]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.4348790Z [00:04:23.718]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.4349707Z [00:04:23.718]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.4350854Z [00:04:23.718]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.4352552Z [00:04:23.718]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.4353669Z [00:04:23.718]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.4354563Z [00:04:23.718]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.4355396Z [00:04:23.718]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.4356192Z [00:04:23.718]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.4356962Z [00:04:23.718]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.4357514Z [00:04:23.718]➜  EOF
2025-08-20T23:05:38.4363332Z [00:04:23.718]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2815/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatejob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatejob;$WORK/b2815=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob -lang=go1.22 -complete -installsuffix shared -buildid zexmZh1Pyklav0LCnavX/zexmZh1Pyklav0LCnavX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2815/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatejob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatejob/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatejob/update_job.go
2025-08-20T23:05:38.4595314Z [00:04:23.743]➜  go tool buildid -w $WORK/b2813/_pkg_.a # internal
2025-08-20T23:05:38.4619720Z [00:04:23.745]➜  cp $WORK/b2813/_pkg_.a /root/.cache/go-build/c9/c9c182a2aaa1a435c0fe8f88d9e0e9bb4b35fac6572685500a28c13200d39935-d # internal
2025-08-20T23:05:38.4622572Z [00:04:23.746]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot
2025-08-20T23:05:38.4624692Z [00:04:23.746]➜  mkdir -p $WORK/b2816/
2025-08-20T23:05:38.4628574Z [00:04:23.746]➜  cat >/tmp/go-build3700090427/b2816/importcfg << 'EOF' # internal
2025-08-20T23:05:38.4631104Z [00:04:23.746]➜  # import config
2025-08-20T23:05:38.4631917Z [00:04:23.746]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.4632724Z [00:04:23.746]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.4633566Z [00:04:23.746]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.4634430Z [00:04:23.746]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.4635206Z [00:04:23.746]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.4636385Z [00:04:23.746]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.4637857Z [00:04:23.746]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.4638920Z [00:04:23.746]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.4639885Z [00:04:23.746]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.4640681Z [00:04:23.746]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.4641470Z [00:04:23.746]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.4642245Z [00:04:23.746]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.4643129Z [00:04:23.746]➜  EOF
2025-08-20T23:05:38.4671968Z [00:04:23.746]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2816/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatemodelsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatemodelsnapshot;$WORK/b2816=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot -lang=go1.22 -complete -installsuffix shared -buildid zreFycbiLL7pDe089npc/zreFycbiLL7pDe089npc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2816/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatemodelsnapshot/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatemodelsnapshot/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatemodelsnapshot/update_model_snapshot.go
2025-08-20T23:05:38.4743787Z [00:04:23.758]➜  go tool buildid -w $WORK/b2812/_pkg_.a # internal
2025-08-20T23:05:38.4771494Z [00:04:23.760]➜  cp $WORK/b2812/_pkg_.a /root/.cache/go-build/2e/2e87f9fca742336dab05f835544ab7e9c602ffe5caf44b659149242f5b807093-d # internal
2025-08-20T23:05:38.4774266Z [00:04:23.761]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment
2025-08-20T23:05:38.4775114Z [00:04:23.761]➜  mkdir -p $WORK/b2817/
2025-08-20T23:05:38.4782555Z [00:04:23.761]➜  cat >/tmp/go-build3700090427/b2817/importcfg << 'EOF' # internal
2025-08-20T23:05:38.4784376Z [00:04:23.761]➜  # import config
2025-08-20T23:05:38.4785713Z [00:04:23.761]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.4786646Z [00:04:23.762]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.4787619Z [00:04:23.762]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.4788455Z [00:04:23.762]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.4789594Z [00:04:23.762]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.4791094Z [00:04:23.762]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.4792580Z [00:04:23.762]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.4793652Z [00:04:23.762]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.4794419Z [00:04:23.762]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.4795234Z [00:04:23.762]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.4795887Z [00:04:23.762]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.4796662Z [00:04:23.762]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.4797307Z [00:04:23.762]➜  EOF
2025-08-20T23:05:38.4804473Z [00:04:23.762]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2817/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatetrainedmodeldeployment=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatetrainedmodeldeployment;$WORK/b2817=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment -lang=go1.22 -complete -installsuffix shared -buildid RQQputJNw_9opQIpwM65/RQQputJNw_9opQIpwM65 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2817/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatetrainedmodeldeployment/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatetrainedmodeldeployment/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/updatetrainedmodeldeployment/update_trained_model_deployment.go
2025-08-20T23:05:38.5216201Z [00:04:23.805]➜  go tool buildid -w $WORK/b2814/_pkg_.a # internal
2025-08-20T23:05:38.5237744Z [00:04:23.807]➜  cp $WORK/b2814/_pkg_.a /root/.cache/go-build/28/284820f0dea2c98ed41dbaba401a9904852238ce56ea06f39860e10012cc4ae6-d # internal
2025-08-20T23:05:38.5239269Z [00:04:23.807]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot
2025-08-20T23:05:38.5240312Z [00:04:23.807]➜  mkdir -p $WORK/b2818/
2025-08-20T23:05:38.5248094Z [00:04:23.808]➜  cat >/tmp/go-build3700090427/b2818/importcfg << 'EOF' # internal
2025-08-20T23:05:38.5248777Z [00:04:23.808]➜  # import config
2025-08-20T23:05:38.5249574Z [00:04:23.808]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.5250727Z [00:04:23.808]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.5251676Z [00:04:23.808]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.5252513Z [00:04:23.808]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.5253921Z [00:04:23.808]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.5255581Z [00:04:23.808]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.5256730Z [00:04:23.808]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.5257568Z [00:04:23.808]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.5258440Z [00:04:23.808]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.5259312Z [00:04:23.808]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.5260403Z [00:04:23.808]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.5261041Z [00:04:23.808]➜  EOF
2025-08-20T23:05:38.5266668Z [00:04:23.808]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2818/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/upgradejobsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/upgradejobsnapshot;$WORK/b2818=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot -lang=go1.22 -complete -installsuffix shared -buildid 1T1qUXeyfzV6WUgHn4Ph/1T1qUXeyfzV6WUgHn4Ph -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2818/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/upgradejobsnapshot/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/upgradejobsnapshot/upgrade_job_snapshot.go
2025-08-20T23:05:38.5735955Z [00:04:23.856]➜  go tool buildid -w $WORK/b2816/_pkg_.a # internal
2025-08-20T23:05:38.5740101Z [00:04:23.857]➜  cp $WORK/b2816/_pkg_.a /root/.cache/go-build/27/274d92f330e5406a565cdf28cac4c21862cad859fb9d4e5837ca5693f48d3319-d # internal
2025-08-20T23:05:38.5743435Z [00:04:23.857]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate
2025-08-20T23:05:38.5745303Z [00:04:23.857]➜  mkdir -p $WORK/b2819/
2025-08-20T23:05:38.5748634Z [00:04:23.858]➜  cat >/tmp/go-build3700090427/b2819/importcfg << 'EOF' # internal
2025-08-20T23:05:38.5749989Z [00:04:23.858]➜  # import config
2025-08-20T23:05:38.5750745Z [00:04:23.858]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.5751673Z [00:04:23.858]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.5752619Z [00:04:23.858]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.5753630Z [00:04:23.858]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.5754631Z [00:04:23.858]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.5756017Z [00:04:23.858]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.5757702Z [00:04:23.858]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.5758924Z [00:04:23.858]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.5760042Z [00:04:23.858]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.5760991Z [00:04:23.858]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.5771620Z [00:04:23.858]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.5772713Z [00:04:23.858]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.5773460Z [00:04:23.858]➜  EOF
2025-08-20T23:05:38.5787569Z [00:04:23.858]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2819/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/validate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/validate;$WORK/b2819=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate -lang=go1.22 -complete -installsuffix shared -buildid 6W6mYPScAsQqGSLAHXjT/6W6mYPScAsQqGSLAHXjT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2819/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/validate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/validate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/validate/validate.go
2025-08-20T23:05:38.5916973Z [00:04:23.875]➜  go tool buildid -w $WORK/b2817/_pkg_.a # internal
2025-08-20T23:05:38.6048225Z [00:04:23.888]➜  cp $WORK/b2817/_pkg_.a /root/.cache/go-build/11/11451ba13f02dd0540cb89f70b2037358456225b1fcf26b3b340ddc995cd2bf3-d # internal
2025-08-20T23:05:38.6051681Z [00:04:23.888]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector
2025-08-20T23:05:38.6053677Z [00:04:23.888]➜  mkdir -p $WORK/b2820/
2025-08-20T23:05:38.6055524Z [00:04:23.888]➜  cat >/tmp/go-build3700090427/b2820/importcfg << 'EOF' # internal
2025-08-20T23:05:38.6057207Z [00:04:23.888]➜  # import config
2025-08-20T23:05:38.6073572Z [00:04:23.888]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.6074414Z [00:04:23.888]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.6075210Z [00:04:23.888]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.6076009Z [00:04:23.888]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.6110600Z [00:04:23.888]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.6113469Z [00:04:23.888]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.6115150Z [00:04:23.888]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.6121033Z [00:04:23.888]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build3700090427/b2341/_pkg_.a
2025-08-20T23:05:38.6122255Z [00:04:23.888]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.6123051Z [00:04:23.888]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.6124160Z [00:04:23.888]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.6124975Z [00:04:23.888]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.6125788Z [00:04:23.888]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.6126455Z [00:04:23.888]➜  EOF
2025-08-20T23:05:38.6132795Z [00:04:23.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/validatedetector=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/validatedetector;$WORK/b2820=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector -lang=go1.22 -complete -installsuffix shared -buildid avM8jsVd8KR7tnaKNP2n/avM8jsVd8KR7tnaKNP2n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2820/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/validatedetector/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/validatedetector/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ml/validatedetector/validate_detector.go
2025-08-20T23:05:38.6139823Z [00:04:23.891]➜  go tool buildid -w $WORK/b2815/_pkg_.a # internal
2025-08-20T23:05:38.6141154Z [00:04:23.894]➜  cp $WORK/b2815/_pkg_.a /root/.cache/go-build/80/80197ba7cf282e0640eac1f6d97b8078480b5c6f1a29ff985d0927fe51efe22e-d # internal
2025-08-20T23:05:38.6142497Z [00:04:23.895]➜  github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk
2025-08-20T23:05:38.6143543Z [00:04:23.895]➜  mkdir -p $WORK/b2821/
2025-08-20T23:05:38.6144336Z [00:04:23.895]➜  cat >/tmp/go-build3700090427/b2821/importcfg << 'EOF' # internal
2025-08-20T23:05:38.6144975Z [00:04:23.895]➜  # import config
2025-08-20T23:05:38.6145587Z [00:04:23.895]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.6146364Z [00:04:23.895]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.6147200Z [00:04:23.895]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.6148010Z [00:04:23.895]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.6148739Z [00:04:23.895]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.6150080Z [00:04:23.895]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.6151533Z [00:04:23.895]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.6152617Z [00:04:23.895]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.6153393Z [00:04:23.895]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.6154208Z [00:04:23.895]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.6155047Z [00:04:23.895]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.6155941Z [00:04:23.895]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.6156601Z [00:04:23.895]➜  EOF
2025-08-20T23:05:38.6163346Z [00:04:23.895]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2821/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/monitoring/bulk=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/monitoring/bulk;$WORK/b2821=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk -lang=go1.22 -complete -installsuffix shared -buildid zBSxE2ieP1t0UafRWJh9/zBSxE2ieP1t0UafRWJh9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2821/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/monitoring/bulk/bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/monitoring/bulk/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/monitoring/bulk/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/monitoring/bulk/response.go
2025-08-20T23:05:38.6391738Z [00:04:23.921]➜  go tool buildid -w $WORK/b2818/_pkg_.a # internal
2025-08-20T23:05:38.6396973Z [00:04:23.923]➜  cp $WORK/b2818/_pkg_.a /root/.cache/go-build/38/389683325cb01eda53e44bfa37fd992294da4c3245be106a8165fa474ce2d80e-d # internal
2025-08-20T23:05:38.6398526Z [00:04:23.923]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive
2025-08-20T23:05:38.6401603Z [00:04:23.923]➜  mkdir -p $WORK/b2822/
2025-08-20T23:05:38.6406763Z [00:04:23.924]➜  cat >/tmp/go-build3700090427/b2822/importcfg << 'EOF' # internal
2025-08-20T23:05:38.6411693Z [00:04:23.924]➜  # import config
2025-08-20T23:05:38.6416762Z [00:04:23.925]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.6422260Z [00:04:23.925]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.6428182Z [00:04:23.926]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.6430861Z [00:04:23.926]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.6433435Z [00:04:23.926]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.6435421Z [00:04:23.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.6436926Z [00:04:23.926]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.6439679Z [00:04:23.926]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.6440608Z [00:04:23.926]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.6441461Z [00:04:23.926]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.6442353Z [00:04:23.926]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.6443011Z [00:04:23.926]➜  EOF
2025-08-20T23:05:38.6450747Z [00:04:23.926]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2822/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/clearrepositoriesmeteringarchive=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/clearrepositoriesmeteringarchive;$WORK/b2822=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive -lang=go1.22 -complete -installsuffix shared -buildid 9X8_mk6E4bADA703R4RI/9X8_mk6E4bADA703R4RI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2822/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/clearrepositoriesmeteringarchive/clear_repositories_metering_archive.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/clearrepositoriesmeteringarchive/response.go
2025-08-20T23:05:38.7078614Z [00:04:23.991]➜  go tool buildid -w $WORK/b2819/_pkg_.a # internal
2025-08-20T23:05:38.7081768Z [00:04:23.991]➜  go tool buildid -w $WORK/b2820/_pkg_.a # internal
2025-08-20T23:05:38.7094172Z [00:04:23.993]➜  cp $WORK/b2819/_pkg_.a /root/.cache/go-build/10/10284279e3cfb1a4be0fc0b343bd95f1cb6e71c01e39632b214302b3f04fcbb2-d # internal
2025-08-20T23:05:38.7098907Z [00:04:23.993]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo
2025-08-20T23:05:38.7102802Z [00:04:23.993]➜  mkdir -p $WORK/b2823/
2025-08-20T23:05:38.7103623Z [00:04:23.993]➜  cat >/tmp/go-build3700090427/b2823/importcfg << 'EOF' # internal
2025-08-20T23:05:38.7104296Z [00:04:23.993]➜  # import config
2025-08-20T23:05:38.7104994Z [00:04:23.993]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.7107583Z [00:04:23.994]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.7108795Z [00:04:23.994]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.7110519Z [00:04:23.994]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.7112216Z [00:04:23.994]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.7114968Z [00:04:23.994]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.7116672Z [00:04:23.994]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.7118991Z [00:04:23.994]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.7125505Z [00:04:23.994]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.7126370Z [00:04:23.994]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.7127187Z [00:04:23.994]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.7127807Z [00:04:23.994]➜  EOF
2025-08-20T23:05:38.7134348Z [00:04:23.994]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2823/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/getrepositoriesmeteringinfo=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/getrepositoriesmeteringinfo;$WORK/b2823=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo -lang=go1.22 -complete -installsuffix shared -buildid 6156azabj6s6QuvsiEOr/6156azabj6s6QuvsiEOr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2823/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/getrepositoriesmeteringinfo/get_repositories_metering_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/getrepositoriesmeteringinfo/response.go
2025-08-20T23:05:38.7147801Z [00:04:23.995]➜  cp $WORK/b2820/_pkg_.a /root/.cache/go-build/6c/6c3775c4fbc7c846c4ae7a9fc229330b61f75d5a6e26846a50d94ccf9941eeb1-d # internal
2025-08-20T23:05:38.7149120Z [00:04:23.995]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads
2025-08-20T23:05:38.7150006Z [00:04:23.995]➜  mkdir -p $WORK/b2824/
2025-08-20T23:05:38.7150788Z [00:04:23.995]➜  cat >/tmp/go-build3700090427/b2824/importcfg << 'EOF' # internal
2025-08-20T23:05:38.7151506Z [00:04:23.996]➜  # import config
2025-08-20T23:05:38.7152186Z [00:04:23.996]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.7153077Z [00:04:23.996]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.7153977Z [00:04:23.996]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.7154814Z [00:04:23.996]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.7156030Z [00:04:23.996]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.7157555Z [00:04:23.996]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.7159170Z [00:04:23.996]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype=/tmp/go-build3700090427/b2825/_pkg_.a
2025-08-20T23:05:38.7160572Z [00:04:23.996]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.7161422Z [00:04:23.996]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.7162293Z [00:04:23.996]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.7163123Z [00:04:23.996]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.7163966Z [00:04:23.996]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.7164597Z [00:04:23.996]➜  EOF
2025-08-20T23:05:38.7170000Z [00:04:23.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2824/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/hotthreads=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/hotthreads;$WORK/b2824=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads -lang=go1.22 -complete -installsuffix shared -buildid L4zPuG3cl-qHUJP2H37v/L4zPuG3cl-qHUJP2H37v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2824/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/hotthreads/hot_threads.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/hotthreads/response.go
2025-08-20T23:05:38.7248040Z [00:04:24.008]➜  go tool buildid -w $WORK/b2821/_pkg_.a # internal
2025-08-20T23:05:38.7267885Z [00:04:24.010]➜  cp $WORK/b2821/_pkg_.a /root/.cache/go-build/0a/0ab65e018ee8ebba9092909d57fe8ca99e7c0e4e5ac0a5442b8938d40b533b11-d # internal
2025-08-20T23:05:38.7273100Z [00:04:24.010]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info
2025-08-20T23:05:38.7273780Z [00:04:24.010]➜  mkdir -p $WORK/b2826/
2025-08-20T23:05:38.7278171Z [00:04:24.011]➜  cat >/tmp/go-build3700090427/b2826/importcfg << 'EOF' # internal
2025-08-20T23:05:38.7282900Z [00:04:24.011]➜  # import config
2025-08-20T23:05:38.7283557Z [00:04:24.011]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.7284450Z [00:04:24.011]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.7285274Z [00:04:24.011]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.7286010Z [00:04:24.011]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.7287159Z [00:04:24.011]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.7288846Z [00:04:24.011]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.7290087Z [00:04:24.011]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.7290839Z [00:04:24.011]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.7291611Z [00:04:24.011]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.7292378Z [00:04:24.011]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.7293147Z [00:04:24.011]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.7293712Z [00:04:24.011]➜  EOF
2025-08-20T23:05:38.7298633Z [00:04:24.011]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2826/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/info=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/info;$WORK/b2826=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info -lang=go1.22 -complete -installsuffix shared -buildid c7yeDOJ4sXZRsfmtktv4/c7yeDOJ4sXZRsfmtktv4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2826/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/info/response.go
2025-08-20T23:05:38.7638319Z [00:04:24.047]➜  go tool buildid -w $WORK/b2822/_pkg_.a # internal
2025-08-20T23:05:38.7650681Z [00:04:24.048]➜  cp $WORK/b2822/_pkg_.a /root/.cache/go-build/41/41a594b331db98147f7d36b3ea5968fd8119011fd57c59edd5692e318386f1fa-d # internal
2025-08-20T23:05:38.7652925Z [00:04:24.049]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings
2025-08-20T23:05:38.7654949Z [00:04:24.049]➜  mkdir -p $WORK/b2827/
2025-08-20T23:05:38.7659044Z [00:04:24.049]➜  cat >/tmp/go-build3700090427/b2827/importcfg << 'EOF' # internal
2025-08-20T23:05:38.7660606Z [00:04:24.049]➜  # import config
2025-08-20T23:05:38.7661459Z [00:04:24.049]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:38.7664874Z [00:04:24.049]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.7665857Z [00:04:24.049]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.7666804Z [00:04:24.049]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.7667653Z [00:04:24.049]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.7669226Z [00:04:24.049]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.7671032Z [00:04:24.049]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.7672175Z [00:04:24.049]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.7673015Z [00:04:24.049]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.7673885Z [00:04:24.049]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.7674773Z [00:04:24.049]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.7675629Z [00:04:24.049]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.7676269Z [00:04:24.049]➜  EOF
2025-08-20T23:05:38.7684190Z [00:04:24.049]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2827/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/reloadsecuresettings=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/reloadsecuresettings;$WORK/b2827=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings -lang=go1.22 -complete -installsuffix shared -buildid he91-G6ooMKScBavhHsx/he91-G6ooMKScBavhHsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2827/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/reloadsecuresettings/reload_secure_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/reloadsecuresettings/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/reloadsecuresettings/response.go
2025-08-20T23:05:38.8231714Z [00:04:24.106]➜  go tool buildid -w $WORK/b2824/_pkg_.a # internal
2025-08-20T23:05:38.8251784Z [00:04:24.108]➜  cp $WORK/b2824/_pkg_.a /root/.cache/go-build/c1/c18c89907fafe9a3f034659b40cc735ecfbab4194c53bddabe0c600a7c97b29d-d # internal
2025-08-20T23:05:38.8258431Z [00:04:24.109]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats
2025-08-20T23:05:38.8259172Z [00:04:24.109]➜  mkdir -p $WORK/b2828/
2025-08-20T23:05:38.8269760Z [00:04:24.110]➜  cat >/tmp/go-build3700090427/b2828/importcfg << 'EOF' # internal
2025-08-20T23:05:38.8270448Z [00:04:24.110]➜  # import config
2025-08-20T23:05:38.8271089Z [00:04:24.110]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.8271933Z [00:04:24.110]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.8272789Z [00:04:24.110]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.8273582Z [00:04:24.110]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.8275024Z [00:04:24.110]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.8276483Z [00:04:24.110]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.8277952Z [00:04:24.110]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3700090427/b2542/_pkg_.a
2025-08-20T23:05:38.8278990Z [00:04:24.110]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.8280478Z [00:04:24.110]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.8281231Z [00:04:24.110]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.8281998Z [00:04:24.110]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.8282774Z [00:04:24.110]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.8283349Z [00:04:24.110]➜  EOF
2025-08-20T23:05:38.8288125Z [00:04:24.110]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2828/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/stats;$WORK/b2828=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats -lang=go1.22 -complete -installsuffix shared -buildid HQdpW_G3s-Sq5qbhNKn9/HQdpW_G3s-Sq5qbhNKn9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2828/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/stats/stats.go
2025-08-20T23:05:38.8293493Z [00:04:24.112]➜  go tool buildid -w $WORK/b2823/_pkg_.a # internal
2025-08-20T23:05:38.8308136Z [00:04:24.114]➜  cp $WORK/b2823/_pkg_.a /root/.cache/go-build/99/990014f0222e4f4eb9f16f0cdadbe35a6741421b03a55dcee93764b481318b2f-d # internal
2025-08-20T23:05:38.8310876Z [00:04:24.114]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage
2025-08-20T23:05:38.8311760Z [00:04:24.114]➜  mkdir -p $WORK/b2829/
2025-08-20T23:05:38.8344182Z [00:04:24.117]➜  cat >/tmp/go-build3700090427/b2829/importcfg << 'EOF' # internal
2025-08-20T23:05:38.8344931Z [00:04:24.118]➜  # import config
2025-08-20T23:05:38.8345611Z [00:04:24.118]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.8346479Z [00:04:24.118]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.8347334Z [00:04:24.118]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.8348150Z [00:04:24.118]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.8349784Z [00:04:24.118]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.8351361Z [00:04:24.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.8352471Z [00:04:24.118]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.8353288Z [00:04:24.118]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.8354149Z [00:04:24.118]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.8354953Z [00:04:24.118]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.8355762Z [00:04:24.118]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.8356325Z [00:04:24.118]➜  EOF
2025-08-20T23:05:38.8361333Z [00:04:24.118]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2829/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/usage=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/usage;$WORK/b2829=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage -lang=go1.22 -complete -installsuffix shared -buildid gUjdKHIHhoyJTqlTsDRd/gUjdKHIHhoyJTqlTsDRd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2829/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/usage/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/nodes/usage/usage.go
2025-08-20T23:05:38.8416724Z [00:04:24.125]➜  go tool buildid -w $WORK/b2826/_pkg_.a # internal
2025-08-20T23:05:38.8435058Z [00:04:24.127]➜  cp $WORK/b2826/_pkg_.a /root/.cache/go-build/d6/d6c57dd86d10c85253f465295853b656b7ec9a180630b2411258983c1a80925f-d # internal
2025-08-20T23:05:38.8437671Z [00:04:24.127]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule
2025-08-20T23:05:38.8439291Z [00:04:24.127]➜  mkdir -p $WORK/b2834/
2025-08-20T23:05:38.8444163Z [00:04:24.127]➜  cat >/tmp/go-build3700090427/b2834/importcfg << 'EOF' # internal
2025-08-20T23:05:38.8444839Z [00:04:24.127]➜  # import config
2025-08-20T23:05:38.8445469Z [00:04:24.127]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.8446304Z [00:04:24.128]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.8447124Z [00:04:24.128]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.8448257Z [00:04:24.128]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.8449774Z [00:04:24.128]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.8451286Z [00:04:24.128]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.8452415Z [00:04:24.128]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.8453189Z [00:04:24.128]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.8454054Z [00:04:24.128]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.8454894Z [00:04:24.128]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.8455746Z [00:04:24.128]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.8456401Z [00:04:24.128]➜  EOF
2025-08-20T23:05:38.8522514Z [00:04:24.128]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2834/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/deleterule=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/deleterule;$WORK/b2834=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule -lang=go1.22 -complete -installsuffix shared -buildid oKmwc2q4rBiQCGlODQF4/oKmwc2q4rBiQCGlODQF4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2834/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/deleterule/delete_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/deleterule/response.go
2025-08-20T23:05:38.8921232Z [00:04:24.175]➜  go tool buildid -w $WORK/b2827/_pkg_.a # internal
2025-08-20T23:05:38.8940873Z [00:04:24.177]➜  cp $WORK/b2827/_pkg_.a /root/.cache/go-build/5d/5d82fd2e6a14a8b2760634f7700f1983fc02c7be5c7c489409965c0530e75fbb-d # internal
2025-08-20T23:05:38.8944695Z [00:04:24.178]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset
2025-08-20T23:05:38.8946236Z [00:04:24.178]➜  mkdir -p $WORK/b2835/
2025-08-20T23:05:38.8952372Z [00:04:24.178]➜  cat >/tmp/go-build3700090427/b2835/importcfg << 'EOF' # internal
2025-08-20T23:05:38.8953398Z [00:04:24.178]➜  # import config
2025-08-20T23:05:38.8954642Z [00:04:24.178]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.8957194Z [00:04:24.178]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.8958200Z [00:04:24.178]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.8959040Z [00:04:24.178]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.8960437Z [00:04:24.178]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.8961982Z [00:04:24.178]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.8963092Z [00:04:24.178]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.8963893Z [00:04:24.178]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.8964760Z [00:04:24.178]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.8965590Z [00:04:24.178]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.8966400Z [00:04:24.178]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.8966998Z [00:04:24.178]➜  EOF
2025-08-20T23:05:38.8973494Z [00:04:24.179]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2835/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/deleteruleset=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/deleteruleset;$WORK/b2835=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset -lang=go1.22 -complete -installsuffix shared -buildid aJr4eVUbZHsqZ6by0brO/aJr4eVUbZHsqZ6by0brO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2835/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/deleteruleset/delete_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/deleteruleset/response.go
2025-08-20T23:05:38.9554658Z [00:04:24.238]➜  go tool buildid -w $WORK/b2829/_pkg_.a # internal
2025-08-20T23:05:38.9571910Z [00:04:24.240]➜  cp $WORK/b2829/_pkg_.a /root/.cache/go-build/98/985f50c41f74afa6107e74a34709994e4f10382dd74b4834dc6f56e0031b03a5-d # internal
2025-08-20T23:05:38.9585287Z [00:04:24.241]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule
2025-08-20T23:05:38.9586132Z [00:04:24.241]➜  mkdir -p $WORK/b2836/
2025-08-20T23:05:38.9586857Z [00:04:24.241]➜  cat >/tmp/go-build3700090427/b2836/importcfg << 'EOF' # internal
2025-08-20T23:05:38.9587529Z [00:04:24.241]➜  # import config
2025-08-20T23:05:38.9588182Z [00:04:24.241]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.9589020Z [00:04:24.241]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.9590013Z [00:04:24.241]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.9590739Z [00:04:24.241]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.9591843Z [00:04:24.241]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.9593207Z [00:04:24.241]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.9594644Z [00:04:24.241]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3700090427/b2428/_pkg_.a
2025-08-20T23:05:38.9595749Z [00:04:24.241]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.9596492Z [00:04:24.241]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.9597298Z [00:04:24.241]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.9598081Z [00:04:24.241]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.9598912Z [00:04:24.241]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.9599615Z [00:04:24.241]➜  EOF
2025-08-20T23:05:38.9604638Z [00:04:24.241]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2836/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/getrule=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/getrule;$WORK/b2836=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule -lang=go1.22 -complete -installsuffix shared -buildid y8YdhZCm2ucNBtiCSbiB/y8YdhZCm2ucNBtiCSbiB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2836/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/getrule/get_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/getrule/response.go
2025-08-20T23:05:38.9610708Z [00:04:24.244]➜  go tool buildid -w $WORK/b2834/_pkg_.a # internal
2025-08-20T23:05:38.9639153Z [00:04:24.247]➜  cp $WORK/b2834/_pkg_.a /root/.cache/go-build/93/9358c3cd20c091969e232027d23c8d28a4002b0232dac36d491c98057d85bd3c-d # internal
2025-08-20T23:05:38.9640999Z [00:04:24.247]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset
2025-08-20T23:05:38.9642350Z [00:04:24.247]➜  mkdir -p $WORK/b2837/
2025-08-20T23:05:38.9646079Z [00:04:24.248]➜  cat >/tmp/go-build3700090427/b2837/importcfg << 'EOF' # internal
2025-08-20T23:05:38.9646763Z [00:04:24.248]➜  # import config
2025-08-20T23:05:38.9647412Z [00:04:24.248]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.9648327Z [00:04:24.248]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.9649189Z [00:04:24.248]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.9650515Z [00:04:24.248]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.9651720Z [00:04:24.248]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.9653202Z [00:04:24.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.9654286Z [00:04:24.248]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.9655093Z [00:04:24.248]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.9656140Z [00:04:24.248]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.9656988Z [00:04:24.248]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.9657810Z [00:04:24.248]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.9658425Z [00:04:24.248]➜  EOF
2025-08-20T23:05:38.9664145Z [00:04:24.248]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2837/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/getruleset=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/getruleset;$WORK/b2837=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset -lang=go1.22 -complete -installsuffix shared -buildid eeW88Hb4CQliFAbGuvaV/eeW88Hb4CQliFAbGuvaV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2837/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/getruleset/get_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/getruleset/response.go
2025-08-20T23:05:38.9830177Z [00:04:24.266]➜  go tool buildid -w $WORK/b2828/_pkg_.a # internal
2025-08-20T23:05:38.9857087Z [00:04:24.269]➜  cp $WORK/b2828/_pkg_.a /root/.cache/go-build/7d/7dc229e10c920efa76b4b4386b833474bee3b4bdce0f6418ddbafa87f1c75a45-d # internal
2025-08-20T23:05:38.9866023Z [00:04:24.270]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets
2025-08-20T23:05:38.9868559Z [00:04:24.270]➜  mkdir -p $WORK/b2838/
2025-08-20T23:05:38.9877450Z [00:04:24.271]➜  cat >/tmp/go-build3700090427/b2838/importcfg << 'EOF' # internal
2025-08-20T23:05:38.9882150Z [00:04:24.271]➜  # import config
2025-08-20T23:05:38.9883173Z [00:04:24.271]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:38.9884071Z [00:04:24.271]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:38.9884918Z [00:04:24.271]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:38.9885727Z [00:04:24.271]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:38.9886910Z [00:04:24.271]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:38.9888504Z [00:04:24.271]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:38.9889766Z [00:04:24.271]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:38.9890549Z [00:04:24.271]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:38.9891367Z [00:04:24.271]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:38.9892154Z [00:04:24.271]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:38.9892914Z [00:04:24.271]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:38.9893481Z [00:04:24.271]➜  EOF
2025-08-20T23:05:38.9899239Z [00:04:24.271]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2838/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/listrulesets=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/listrulesets;$WORK/b2838=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets -lang=go1.22 -complete -installsuffix shared -buildid MopnoCOsV2rmjGvtWVp4/MopnoCOsV2rmjGvtWVp4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2838/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/listrulesets/list_rulesets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/listrulesets/response.go
2025-08-20T23:05:39.0307647Z [00:04:24.314]➜  go tool buildid -w $WORK/b2835/_pkg_.a # internal
2025-08-20T23:05:39.0330484Z [00:04:24.316]➜  cp $WORK/b2835/_pkg_.a /root/.cache/go-build/1e/1ed55d0b33681b935e99fbf33c636447f3cc73f8ed5b5dee9ee4e1901ab9f103-d # internal
2025-08-20T23:05:39.0336620Z [00:04:24.317]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule
2025-08-20T23:05:39.0337931Z [00:04:24.317]➜  mkdir -p $WORK/b2839/
2025-08-20T23:05:39.0348067Z [00:04:24.318]➜  cat >/tmp/go-build3700090427/b2839/importcfg << 'EOF' # internal
2025-08-20T23:05:39.0349005Z [00:04:24.318]➜  # import config
2025-08-20T23:05:39.0352112Z [00:04:24.318]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.0352991Z [00:04:24.318]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.0353879Z [00:04:24.318]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.0354726Z [00:04:24.318]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.0355534Z [00:04:24.318]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.0356726Z [00:04:24.318]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.0358244Z [00:04:24.318]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.0360445Z [00:04:24.318]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3700090427/b2428/_pkg_.a
2025-08-20T23:05:39.0362268Z [00:04:24.318]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:39.0363550Z [00:04:24.318]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.0364399Z [00:04:24.318]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.0365265Z [00:04:24.318]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.0366126Z [00:04:24.318]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.0366969Z [00:04:24.318]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.0367571Z [00:04:24.318]➜  EOF
2025-08-20T23:05:39.0373962Z [00:04:24.318]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2839/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/putrule=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/putrule;$WORK/b2839=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule -lang=go1.22 -complete -installsuffix shared -buildid XeM-5hbH_USI1Sl8-Rcl/XeM-5hbH_USI1Sl8-Rcl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2839/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/putrule/put_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/putrule/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/putrule/response.go
2025-08-20T23:05:39.0508455Z [00:04:24.334]➜  go tool buildid -w $WORK/b2837/_pkg_.a # internal
2025-08-20T23:05:39.0528029Z [00:04:24.336]➜  cp $WORK/b2837/_pkg_.a /root/.cache/go-build/bc/bcc7f1db749d9232ca251669aadec46f1a7683e2801cab251344742d12ee5586-d # internal
2025-08-20T23:05:39.0529954Z [00:04:24.336]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset
2025-08-20T23:05:39.0531394Z [00:04:24.336]➜  mkdir -p $WORK/b2840/
2025-08-20T23:05:39.0542193Z [00:04:24.337]➜  cat >/tmp/go-build3700090427/b2840/importcfg << 'EOF' # internal
2025-08-20T23:05:39.0561083Z [00:04:24.337]➜  # import config
2025-08-20T23:05:39.0561888Z [00:04:24.337]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.0562792Z [00:04:24.337]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.0563721Z [00:04:24.337]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.0564673Z [00:04:24.337]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.0565558Z [00:04:24.337]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.0567075Z [00:04:24.337]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.0568692Z [00:04:24.337]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.0570486Z [00:04:24.337]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:39.0571751Z [00:04:24.337]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.0572622Z [00:04:24.337]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.0573517Z [00:04:24.337]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.0574391Z [00:04:24.337]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.0575259Z [00:04:24.337]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.0576003Z [00:04:24.337]➜  EOF
2025-08-20T23:05:39.0582499Z [00:04:24.337]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2840/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/putruleset=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/putruleset;$WORK/b2840=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset -lang=go1.22 -complete -installsuffix shared -buildid fbudcALDcq8G1rc3pNG4/fbudcALDcq8G1rc3pNG4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2840/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/putruleset/put_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/putruleset/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/putruleset/response.go
2025-08-20T23:05:39.0596189Z [00:04:24.343]➜  go tool buildid -w $WORK/b2836/_pkg_.a # internal
2025-08-20T23:05:39.0614896Z [00:04:24.345]➜  cp $WORK/b2836/_pkg_.a /root/.cache/go-build/bf/bf8f01a684347c91b53d5c3cf6f4c1099d71ba62fabc0e8273583e27d5d538d0-d # internal
2025-08-20T23:05:39.0642154Z [00:04:24.345]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test
2025-08-20T23:05:39.0654236Z [00:04:24.345]➜  mkdir -p $WORK/b2841/
2025-08-20T23:05:39.0654942Z [00:04:24.346]➜  cat >/tmp/go-build3700090427/b2841/importcfg << 'EOF' # internal
2025-08-20T23:05:39.0655611Z [00:04:24.346]➜  # import config
2025-08-20T23:05:39.0656223Z [00:04:24.346]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.0656987Z [00:04:24.346]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.0657803Z [00:04:24.346]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.0658597Z [00:04:24.346]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.0659503Z [00:04:24.346]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.0660716Z [00:04:24.346]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.0662149Z [00:04:24.346]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.0663166Z [00:04:24.346]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.0663914Z [00:04:24.346]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.0665322Z [00:04:24.346]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.0666222Z [00:04:24.346]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.0667067Z [00:04:24.346]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.0667717Z [00:04:24.346]➜  EOF
2025-08-20T23:05:39.0674441Z [00:04:24.346]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2841/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/test=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/test;$WORK/b2841=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test -lang=go1.22 -complete -installsuffix shared -buildid hD0HpSZxejrsYwfdwv3Y/hD0HpSZxejrsYwfdwv3Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2841/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/test/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/test/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/queryrules/test/test.go
2025-08-20T23:05:39.1051718Z [00:04:24.385]➜  go tool buildid -w $WORK/b2838/_pkg_.a # internal
2025-08-20T23:05:39.1057680Z [00:04:24.389]➜  cp $WORK/b2838/_pkg_.a /root/.cache/go-build/f2/f2321d635cce3b9223ddb15267e77165e5454d568dddee89a8ef973ce02c1649-d # internal
2025-08-20T23:05:39.1059036Z [00:04:24.389]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob
2025-08-20T23:05:39.1060019Z [00:04:24.389]➜  mkdir -p $WORK/b2842/
2025-08-20T23:05:39.1060829Z [00:04:24.389]➜  cat >/tmp/go-build3700090427/b2842/importcfg << 'EOF' # internal
2025-08-20T23:05:39.1061493Z [00:04:24.389]➜  # import config
2025-08-20T23:05:39.1062152Z [00:04:24.389]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.1063018Z [00:04:24.389]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.1063883Z [00:04:24.389]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.1064671Z [00:04:24.389]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.1065863Z [00:04:24.389]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.1067383Z [00:04:24.389]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.1068479Z [00:04:24.389]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.1069295Z [00:04:24.389]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.1070340Z [00:04:24.389]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.1071143Z [00:04:24.389]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.1071942Z [00:04:24.389]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.1072546Z [00:04:24.389]➜  EOF
2025-08-20T23:05:39.1077766Z [00:04:24.389]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2842/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/deletejob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/deletejob;$WORK/b2842=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob -lang=go1.22 -complete -installsuffix shared -buildid EKDX9iC5b1MKSaOvsaLt/EKDX9iC5b1MKSaOvsaLt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2842/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/deletejob/delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/deletejob/response.go
2025-08-20T23:05:39.1550607Z [00:04:24.438]➜  go tool buildid -w $WORK/b2839/_pkg_.a # internal
2025-08-20T23:05:39.1555035Z [00:04:24.439]➜  go tool buildid -w $WORK/b2840/_pkg_.a # internal
2025-08-20T23:05:39.1574998Z [00:04:24.440]➜  cp $WORK/b2839/_pkg_.a /root/.cache/go-build/24/24c1c60629b8306a5280375c2abbfd6cd38158d2ad097c300ab6d0bfce65ffb7-d # internal
2025-08-20T23:05:39.1580244Z [00:04:24.441]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs
2025-08-20T23:05:39.1580947Z [00:04:24.441]➜  mkdir -p $WORK/b2843/
2025-08-20T23:05:39.1587890Z [00:04:24.442]➜  cat >/tmp/go-build3700090427/b2843/importcfg << 'EOF' # internal
2025-08-20T23:05:39.1595887Z [00:04:24.442]➜  # import config
2025-08-20T23:05:39.1596826Z [00:04:24.442]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.1597693Z [00:04:24.442]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.1598510Z [00:04:24.442]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.1599258Z [00:04:24.442]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.1600609Z [00:04:24.442]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.1602076Z [00:04:24.442]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.1603107Z [00:04:24.442]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.1603911Z [00:04:24.442]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.1604721Z [00:04:24.442]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.1605531Z [00:04:24.442]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.1606315Z [00:04:24.442]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.1606903Z [00:04:24.442]➜  EOF
2025-08-20T23:05:39.1612296Z [00:04:24.442]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2843/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getjobs=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getjobs;$WORK/b2843=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs -lang=go1.22 -complete -installsuffix shared -buildid Xa84rPNPkxd7fwlpXgpd/Xa84rPNPkxd7fwlpXgpd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2843/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getjobs/get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getjobs/response.go
2025-08-20T23:05:39.1624087Z [00:04:24.446]➜  cp $WORK/b2840/_pkg_.a /root/.cache/go-build/a2/a21b1d0f7dcea03da7eeac16d341bba95e48a961a856e0af9592fb57f672a0cf-d # internal
2025-08-20T23:05:39.1625449Z [00:04:24.446]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps
2025-08-20T23:05:39.1626316Z [00:04:24.446]➜  mkdir -p $WORK/b2844/
2025-08-20T23:05:39.1633677Z [00:04:24.447]➜  cat >/tmp/go-build3700090427/b2844/importcfg << 'EOF' # internal
2025-08-20T23:05:39.1634389Z [00:04:24.447]➜  # import config
2025-08-20T23:05:39.1635064Z [00:04:24.447]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.1635918Z [00:04:24.447]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.1636751Z [00:04:24.447]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.1637503Z [00:04:24.447]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.1638668Z [00:04:24.447]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.1641771Z [00:04:24.447]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.1642931Z [00:04:24.447]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.1643719Z [00:04:24.447]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.1644540Z [00:04:24.447]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.1645637Z [00:04:24.447]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.1646432Z [00:04:24.447]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.1647017Z [00:04:24.447]➜  EOF
2025-08-20T23:05:39.1652885Z [00:04:24.447]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2844/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getrollupcaps=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getrollupcaps;$WORK/b2844=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps -lang=go1.22 -complete -installsuffix shared -buildid XCF44BMEWcBBn5DM4Qp7/XCF44BMEWcBBn5DM4Qp7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2844/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getrollupcaps/get_rollup_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getrollupcaps/response.go
2025-08-20T23:05:39.1906930Z [00:04:24.474]➜  go tool buildid -w $WORK/b2841/_pkg_.a # internal
2025-08-20T23:05:39.1932954Z [00:04:24.475]➜  cp $WORK/b2841/_pkg_.a /root/.cache/go-build/8f/8fe967c1c540825ec45c738abd284dc7c414c503df75a1cb4988100c0809c8cb-d # internal
2025-08-20T23:05:39.1955275Z [00:04:24.479]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps
2025-08-20T23:05:39.1958293Z [00:04:24.479]➜  mkdir -p $WORK/b2845/
2025-08-20T23:05:39.1968013Z [00:04:24.480]➜  cat >/tmp/go-build3700090427/b2845/importcfg << 'EOF' # internal
2025-08-20T23:05:39.1971428Z [00:04:24.480]➜  # import config
2025-08-20T23:05:39.1972133Z [00:04:24.480]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.1973022Z [00:04:24.480]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.1973887Z [00:04:24.480]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.1974689Z [00:04:24.480]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.1975936Z [00:04:24.480]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.1977455Z [00:04:24.480]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.1978549Z [00:04:24.480]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.1979560Z [00:04:24.480]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.1980430Z [00:04:24.480]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.1981246Z [00:04:24.480]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.1982077Z [00:04:24.480]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.1982688Z [00:04:24.480]➜  EOF
2025-08-20T23:05:39.1988488Z [00:04:24.480]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2845/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getrollupindexcaps=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getrollupindexcaps;$WORK/b2845=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps -lang=go1.22 -complete -installsuffix shared -buildid zXjp-dbZ43eeiqBMLuwQ/zXjp-dbZ43eeiqBMLuwQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2845/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getrollupindexcaps/get_rollup_index_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/getrollupindexcaps/response.go
2025-08-20T23:05:39.2076558Z [00:04:24.491]➜  go tool buildid -w $WORK/b2842/_pkg_.a # internal
2025-08-20T23:05:39.2092224Z [00:04:24.492]➜  cp $WORK/b2842/_pkg_.a /root/.cache/go-build/28/28bb1d3fbd57b66c654c0520c495801c38fb84593ad687fd1734ec60fe104bf9-d # internal
2025-08-20T23:05:39.2097525Z [00:04:24.493]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob
2025-08-20T23:05:39.2098623Z [00:04:24.493]➜  mkdir -p $WORK/b2846/
2025-08-20T23:05:39.2100629Z [00:04:24.493]➜  cat >/tmp/go-build3700090427/b2846/importcfg << 'EOF' # internal
2025-08-20T23:05:39.2102778Z [00:04:24.493]➜  # import config
2025-08-20T23:05:39.2104395Z [00:04:24.493]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.2106153Z [00:04:24.493]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.2107979Z [00:04:24.493]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.2109162Z [00:04:24.493]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.2110239Z [00:04:24.493]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.2111621Z [00:04:24.493]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.2113273Z [00:04:24.493]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.2116512Z [00:04:24.493]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.2117295Z [00:04:24.493]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.2118078Z [00:04:24.493]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.2118845Z [00:04:24.493]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.2120652Z [00:04:24.493]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.2121244Z [00:04:24.493]➜  EOF
2025-08-20T23:05:39.2126911Z [00:04:24.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2846/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/putjob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/putjob;$WORK/b2846=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob -lang=go1.22 -complete -installsuffix shared -buildid 4pup6w5f9HPSyGd1Dvgh/4pup6w5f9HPSyGd1Dvgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2846/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/putjob/put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/putjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/putjob/response.go
2025-08-20T23:05:39.2470026Z [00:04:24.530]➜  go tool buildid -w $WORK/b2843/_pkg_.a # internal
2025-08-20T23:05:39.2490587Z [00:04:24.532]➜  cp $WORK/b2843/_pkg_.a /root/.cache/go-build/ef/efbe0be1fe245e2e69319bdf1b2d7463c80ecb03516d4349ba5d9fe5e8230420-d # internal
2025-08-20T23:05:39.2497277Z [00:04:24.533]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch
2025-08-20T23:05:39.2498829Z [00:04:24.533]➜  mkdir -p $WORK/b2847/
2025-08-20T23:05:39.2509201Z [00:04:24.534]➜  cat >/tmp/go-build3700090427/b2847/importcfg << 'EOF' # internal
2025-08-20T23:05:39.2510684Z [00:04:24.534]➜  # import config
2025-08-20T23:05:39.2511469Z [00:04:24.534]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.2528581Z [00:04:24.534]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.2529675Z [00:04:24.534]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.2530567Z [00:04:24.534]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.2531389Z [00:04:24.534]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.2532594Z [00:04:24.534]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.2534079Z [00:04:24.534]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.2535173Z [00:04:24.534]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.2536481Z [00:04:24.534]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.2537324Z [00:04:24.534]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.2538107Z [00:04:24.534]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.2538915Z [00:04:24.534]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.2539781Z [00:04:24.534]➜  EOF
2025-08-20T23:05:39.2546226Z [00:04:24.534]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2847/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/rollupsearch=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/rollupsearch;$WORK/b2847=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch -lang=go1.22 -complete -installsuffix shared -buildid 4ad_nR4Yhb6OyApRrL-u/4ad_nR4Yhb6OyApRrL-u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2847/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/rollupsearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/rollupsearch/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/rollupsearch/rollup_search.go
2025-08-20T23:05:39.2709855Z [00:04:24.554]➜  go tool buildid -w $WORK/b2844/_pkg_.a # internal
2025-08-20T23:05:39.2758342Z [00:04:24.559]➜  cp $WORK/b2844/_pkg_.a /root/.cache/go-build/f5/f5e5e86f995ad8e52929dab5bd322f7d9289c6375c1e2816315dfa7e0d242cbf-d # internal
2025-08-20T23:05:39.2767896Z [00:04:24.560]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob
2025-08-20T23:05:39.2771730Z [00:04:24.560]➜  mkdir -p $WORK/b2848/
2025-08-20T23:05:39.2782014Z [00:04:24.561]➜  cat >/tmp/go-build3700090427/b2848/importcfg << 'EOF' # internal
2025-08-20T23:05:39.2794261Z [00:04:24.561]➜  # import config
2025-08-20T23:05:39.2794953Z [00:04:24.561]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.2795873Z [00:04:24.561]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.2796766Z [00:04:24.561]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.2797569Z [00:04:24.561]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.2798740Z [00:04:24.561]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.2800401Z [00:04:24.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.2833015Z [00:04:24.561]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.2833841Z [00:04:24.561]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.2834688Z [00:04:24.561]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.2835526Z [00:04:24.561]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.2836766Z [00:04:24.561]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.2837385Z [00:04:24.561]➜  EOF
2025-08-20T23:05:39.2842875Z [00:04:24.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2848/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/startjob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/startjob;$WORK/b2848=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob -lang=go1.22 -complete -installsuffix shared -buildid 10eB4MZKoLcc8gNUJzbq/10eB4MZKoLcc8gNUJzbq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2848/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/startjob/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/startjob/start_job.go
2025-08-20T23:05:39.3021052Z [00:04:24.585]➜  go tool buildid -w $WORK/b2845/_pkg_.a # internal
2025-08-20T23:05:39.3038540Z [00:04:24.587]➜  cp $WORK/b2845/_pkg_.a /root/.cache/go-build/c3/c3004c80c093efa246071997fb5a2b1958d731a4a2675c6610fe37efd919c521-d # internal
2025-08-20T23:05:39.3042168Z [00:04:24.587]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob
2025-08-20T23:05:39.3042932Z [00:04:24.587]➜  mkdir -p $WORK/b2849/
2025-08-20T23:05:39.3048658Z [00:04:24.588]➜  cat >/tmp/go-build3700090427/b2849/importcfg << 'EOF' # internal
2025-08-20T23:05:39.3052025Z [00:04:24.588]➜  # import config
2025-08-20T23:05:39.3052606Z [00:04:24.588]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.3053750Z [00:04:24.588]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.3054575Z [00:04:24.588]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.3055355Z [00:04:24.588]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.3056528Z [00:04:24.588]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.3058004Z [00:04:24.588]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.3059151Z [00:04:24.588]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.3060132Z [00:04:24.588]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.3060996Z [00:04:24.588]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.3061801Z [00:04:24.588]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.3062576Z [00:04:24.588]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.3063176Z [00:04:24.588]➜  EOF
2025-08-20T23:05:39.3068155Z [00:04:24.588]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2849/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/stopjob=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/stopjob;$WORK/b2849=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob -lang=go1.22 -complete -installsuffix shared -buildid gkXZ0r8pbL-RPfzYscLJ/gkXZ0r8pbL-RPfzYscLJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2849/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/stopjob/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/rollup/stopjob/stop_job.go
2025-08-20T23:05:39.3221068Z [00:04:24.605]➜  go tool buildid -w $WORK/b2846/_pkg_.a # internal
2025-08-20T23:05:39.3242236Z [00:04:24.607]➜  cp $WORK/b2846/_pkg_.a /root/.cache/go-build/f4/f4147426ff455f64f677f946f57b94726ea248e9c3586d532b32650d9025e8bf-d # internal
2025-08-20T23:05:39.3246696Z [00:04:24.607]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats
2025-08-20T23:05:39.3247560Z [00:04:24.608]➜  mkdir -p $WORK/b2850/
2025-08-20T23:05:39.3260096Z [00:04:24.608]➜  cat >/tmp/go-build3700090427/b2850/importcfg << 'EOF' # internal
2025-08-20T23:05:39.3261085Z [00:04:24.608]➜  # import config
2025-08-20T23:05:39.3261715Z [00:04:24.608]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.3262547Z [00:04:24.608]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.3263352Z [00:04:24.608]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.3264097Z [00:04:24.608]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.3265219Z [00:04:24.608]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.3266671Z [00:04:24.608]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.3267703Z [00:04:24.608]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.3268452Z [00:04:24.608]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.3270513Z [00:04:24.608]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.3271302Z [00:04:24.608]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.3272060Z [00:04:24.608]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.3272626Z [00:04:24.608]➜  EOF
2025-08-20T23:05:39.3278717Z [00:04:24.608]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/cachestats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/cachestats;$WORK/b2850=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats -lang=go1.22 -complete -installsuffix shared -buildid WSK5NsbsRZUNKLGoNvDh/WSK5NsbsRZUNKLGoNvDh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2850/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/cachestats/cache_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/cachestats/response.go
2025-08-20T23:05:39.4000714Z [00:04:24.683]➜  go tool buildid -w $WORK/b2848/_pkg_.a # internal
2025-08-20T23:05:39.4021284Z [00:04:24.685]➜  cp $WORK/b2848/_pkg_.a /root/.cache/go-build/69/69f686383003bfff81666e3f15f18035024e5a2d64bcfcaa200446b2bb957dd2-d # internal
2025-08-20T23:05:39.4025863Z [00:04:24.685]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache
2025-08-20T23:05:39.4026762Z [00:04:24.685]➜  mkdir -p $WORK/b2851/
2025-08-20T23:05:39.4028799Z [00:04:24.686]➜  cat >/tmp/go-build3700090427/b2851/importcfg << 'EOF' # internal
2025-08-20T23:05:39.4031740Z [00:04:24.686]➜  # import config
2025-08-20T23:05:39.4032394Z [00:04:24.686]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.4033225Z [00:04:24.686]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.4034039Z [00:04:24.686]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.4034815Z [00:04:24.686]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.4035936Z [00:04:24.686]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.4037323Z [00:04:24.686]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.4039016Z [00:04:24.686]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:39.4040637Z [00:04:24.686]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.4041485Z [00:04:24.686]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.4042309Z [00:04:24.686]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.4043117Z [00:04:24.686]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.4044321Z [00:04:24.686]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.4044928Z [00:04:24.686]➜  EOF
2025-08-20T23:05:39.4062027Z [00:04:24.686]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2851/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/clearcache=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/clearcache;$WORK/b2851=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache -lang=go1.22 -complete -installsuffix shared -buildid eargC4xabFW6uorhcvpE/eargC4xabFW6uorhcvpE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2851/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/clearcache/clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/clearcache/response.go
2025-08-20T23:05:39.4083998Z [00:04:24.692]➜  go tool buildid -w $WORK/b2849/_pkg_.a # internal
2025-08-20T23:05:39.4102122Z [00:04:24.693]➜  cp $WORK/b2849/_pkg_.a /root/.cache/go-build/1e/1ea221787417d513bad849efc1741a8e5796f479faeb369036f020a33328147d-d # internal
2025-08-20T23:05:39.4106772Z [00:04:24.694]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount
2025-08-20T23:05:39.4107567Z [00:04:24.694]➜  mkdir -p $WORK/b2852/
2025-08-20T23:05:39.4116722Z [00:04:24.695]➜  cat >/tmp/go-build3700090427/b2852/importcfg << 'EOF' # internal
2025-08-20T23:05:39.4124702Z [00:04:24.695]➜  # import config
2025-08-20T23:05:39.4125659Z [00:04:24.695]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.4126563Z [00:04:24.695]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.4127588Z [00:04:24.695]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.4128629Z [00:04:24.695]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.4129783Z [00:04:24.695]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.4134225Z [00:04:24.695]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.4135827Z [00:04:24.695]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.4136990Z [00:04:24.695]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.4137807Z [00:04:24.695]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.4138692Z [00:04:24.695]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.4150694Z [00:04:24.695]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.4151656Z [00:04:24.695]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.4152319Z [00:04:24.695]➜  EOF
2025-08-20T23:05:39.4158855Z [00:04:24.695]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2852/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/mount=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/mount;$WORK/b2852=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount -lang=go1.22 -complete -installsuffix shared -buildid L2r0QwTA1FGJSVC4DtNs/L2r0QwTA1FGJSVC4DtNs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2852/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/mount/mount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/mount/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/mount/response.go
2025-08-20T23:05:39.4344066Z [00:04:24.717]➜  go tool buildid -w $WORK/b2850/_pkg_.a # internal
2025-08-20T23:05:39.4352299Z [00:04:24.718]➜  cp $WORK/b2850/_pkg_.a /root/.cache/go-build/72/727f94310d54a3b2b21929f87d3b46a19606bd95f29d17cd8cedc80c60999cde-d # internal
2025-08-20T23:05:39.4358095Z [00:04:24.719]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats
2025-08-20T23:05:39.4360262Z [00:04:24.719]➜  mkdir -p $WORK/b2853/
2025-08-20T23:05:39.4361715Z [00:04:24.719]➜  cat >/tmp/go-build3700090427/b2853/importcfg << 'EOF' # internal
2025-08-20T23:05:39.4362351Z [00:04:24.719]➜  # import config
2025-08-20T23:05:39.4362973Z [00:04:24.719]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.4363819Z [00:04:24.719]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.4364619Z [00:04:24.719]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.4365356Z [00:04:24.719]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.4366502Z [00:04:24.719]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.4368115Z [00:04:24.719]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.4369794Z [00:04:24.719]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel=/tmp/go-build3700090427/b2854/_pkg_.a
2025-08-20T23:05:39.4370947Z [00:04:24.719]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.4371805Z [00:04:24.719]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.4372584Z [00:04:24.719]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.4373644Z [00:04:24.719]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.4374421Z [00:04:24.719]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.4374984Z [00:04:24.719]➜  EOF
2025-08-20T23:05:39.4381145Z [00:04:24.719]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2853/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/stats;$WORK/b2853=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats -lang=go1.22 -complete -installsuffix shared -buildid T7JM5WJuJtwVNtcVP4qG/T7JM5WJuJtwVNtcVP4qG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2853/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchablesnapshots/stats/stats.go
2025-08-20T23:05:39.5183088Z [00:04:24.801]➜  go tool buildid -w $WORK/b2851/_pkg_.a # internal
2025-08-20T23:05:39.5241412Z [00:04:24.806]➜  cp $WORK/b2851/_pkg_.a /root/.cache/go-build/93/93557015e53ed4eb1e2357a2cd899ed70e64385f945228f47fcbb53fafd490d4-d # internal
2025-08-20T23:05:39.5245037Z [00:04:24.807]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete
2025-08-20T23:05:39.5257489Z [00:04:24.809]➜  mkdir -p $WORK/b2855/
2025-08-20T23:05:39.5265246Z [00:04:24.810]➜  cat >/tmp/go-build3700090427/b2855/importcfg << 'EOF' # internal
2025-08-20T23:05:39.5274191Z [00:04:24.810]➜  # import config
2025-08-20T23:05:39.5274882Z [00:04:24.810]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.5275781Z [00:04:24.810]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.5276648Z [00:04:24.810]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.5277484Z [00:04:24.810]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.5278639Z [00:04:24.810]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.5280298Z [00:04:24.810]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.5293248Z [00:04:24.810]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.5294481Z [00:04:24.810]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.5295315Z [00:04:24.810]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.5296145Z [00:04:24.810]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.5296953Z [00:04:24.810]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.5297547Z [00:04:24.810]➜  EOF
2025-08-20T23:05:39.5303402Z [00:04:24.810]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2855/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/delete;$WORK/b2855=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete -lang=go1.22 -complete -installsuffix shared -buildid Av4KT7NWrsqxCgEiUs_h/Av4KT7NWrsqxCgEiUs_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2855/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/delete/response.go
2025-08-20T23:05:39.5413454Z [00:04:24.824]➜  go tool buildid -w $WORK/b2853/_pkg_.a # internal
2025-08-20T23:05:39.5428866Z [00:04:24.826]➜  cp $WORK/b2853/_pkg_.a /root/.cache/go-build/7b/7bac9896ef685fdceb3c836131873dedb5590e6e3f9d4aabd6879faebb56de18-d # internal
2025-08-20T23:05:39.5442465Z [00:04:24.826]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics
2025-08-20T23:05:39.5443276Z [00:04:24.827]➜  mkdir -p $WORK/b2856/
2025-08-20T23:05:39.5443856Z [00:04:24.827]➜  cat >/tmp/go-build3700090427/b2856/importcfg << 'EOF' # internal
2025-08-20T23:05:39.5444390Z [00:04:24.827]➜  # import config
2025-08-20T23:05:39.5444916Z [00:04:24.827]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.5445624Z [00:04:24.827]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.5446297Z [00:04:24.827]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.5446942Z [00:04:24.827]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.5447977Z [00:04:24.827]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.5449298Z [00:04:24.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.5450555Z [00:04:24.827]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.5451279Z [00:04:24.827]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.5452007Z [00:04:24.827]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.5452721Z [00:04:24.827]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.5453444Z [00:04:24.827]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.5453981Z [00:04:24.827]➜  EOF
2025-08-20T23:05:39.5463050Z [00:04:24.827]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2856/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/deletebehavioralanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/deletebehavioralanalytics;$WORK/b2856=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics -lang=go1.22 -complete -installsuffix shared -buildid d62QUM_E5ztrfu-gYPwm/d62QUM_E5ztrfu-gYPwm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2856/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/deletebehavioralanalytics/delete_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/deletebehavioralanalytics/response.go
2025-08-20T23:05:39.5561078Z [00:04:24.838]➜  go tool buildid -w $WORK/b2852/_pkg_.a # internal
2025-08-20T23:05:39.5572091Z [00:04:24.840]➜  cp $WORK/b2852/_pkg_.a /root/.cache/go-build/23/2325ab1188384ddf9268a4fe41249e24bd92af8147b7b6a89f81a09369c1bc26-d # internal
2025-08-20T23:05:39.5577583Z [00:04:24.841]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get
2025-08-20T23:05:39.5580626Z [00:04:24.841]➜  mkdir -p $WORK/b2857/
2025-08-20T23:05:39.5591916Z [00:04:24.842]➜  cat >/tmp/go-build3700090427/b2857/importcfg << 'EOF' # internal
2025-08-20T23:05:39.5597857Z [00:04:24.842]➜  # import config
2025-08-20T23:05:39.5598603Z [00:04:24.842]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.5599656Z [00:04:24.842]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.5600544Z [00:04:24.842]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.5615771Z [00:04:24.842]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.5617210Z [00:04:24.842]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.5618709Z [00:04:24.842]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.5620007Z [00:04:24.842]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.5620788Z [00:04:24.842]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.5621821Z [00:04:24.842]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.5622619Z [00:04:24.842]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.5623398Z [00:04:24.842]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.5623969Z [00:04:24.842]➜  EOF
2025-08-20T23:05:39.5629190Z [00:04:24.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2857/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/get=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/get;$WORK/b2857=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get -lang=go1.22 -complete -installsuffix shared -buildid CbeKyYI4_CSs57M-1iYk/CbeKyYI4_CSs57M-1iYk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2857/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/get/response.go
2025-08-20T23:05:39.6258608Z [00:04:24.909]➜  go tool buildid -w $WORK/b2855/_pkg_.a # internal
2025-08-20T23:05:39.6279072Z [00:04:24.911]➜  cp $WORK/b2855/_pkg_.a /root/.cache/go-build/87/877322ef84e3931a43fa9d3bda8013e89822a902c35ccd7d23edcb1ddd29c4fb-d # internal
2025-08-20T23:05:39.6294263Z [00:04:24.913]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics
2025-08-20T23:05:39.6296575Z [00:04:24.913]➜  mkdir -p $WORK/b2858/
2025-08-20T23:05:39.6305132Z [00:04:24.914]➜  cat >/tmp/go-build3700090427/b2858/importcfg << 'EOF' # internal
2025-08-20T23:05:39.6307560Z [00:04:24.914]➜  # import config
2025-08-20T23:05:39.6309102Z [00:04:24.914]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.6310781Z [00:04:24.914]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.6311531Z [00:04:24.914]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.6312253Z [00:04:24.914]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.6313300Z [00:04:24.914]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.6314611Z [00:04:24.914]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.6315811Z [00:04:24.914]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.6316512Z [00:04:24.914]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.6317222Z [00:04:24.914]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.6317940Z [00:04:24.914]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.6318668Z [00:04:24.914]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.6319193Z [00:04:24.914]➜  EOF
2025-08-20T23:05:39.6342498Z [00:04:24.914]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2858/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/getbehavioralanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/getbehavioralanalytics;$WORK/b2858=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics -lang=go1.22 -complete -installsuffix shared -buildid zoTB4SKgdVoF2T8a8OeF/zoTB4SKgdVoF2T8a8OeF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2858/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/getbehavioralanalytics/get_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/getbehavioralanalytics/response.go
2025-08-20T23:05:39.6352010Z [00:04:24.918]➜  go tool buildid -w $WORK/b2847/_pkg_.a # internal
2025-08-20T23:05:39.6395909Z [00:04:24.923]➜  cp $WORK/b2847/_pkg_.a /root/.cache/go-build/83/83e3300b9f5db1b67da85409f467121e9f896e5ad94f9b8b3851177b9111e9a6-d # internal
2025-08-20T23:05:39.6403337Z [00:04:24.923]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list
2025-08-20T23:05:39.6404141Z [00:04:24.923]➜  mkdir -p $WORK/b2859/
2025-08-20T23:05:39.6404860Z [00:04:24.923]➜  cat >/tmp/go-build3700090427/b2859/importcfg << 'EOF' # internal
2025-08-20T23:05:39.6405537Z [00:04:24.923]➜  # import config
2025-08-20T23:05:39.6406222Z [00:04:24.923]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.6407097Z [00:04:24.923]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.6407986Z [00:04:24.923]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.6408760Z [00:04:24.923]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.6410140Z [00:04:24.923]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.6411678Z [00:04:24.923]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.6412760Z [00:04:24.923]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.6413545Z [00:04:24.923]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.6414360Z [00:04:24.923]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.6415175Z [00:04:24.923]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.6415952Z [00:04:24.923]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.6416527Z [00:04:24.923]➜  EOF
2025-08-20T23:05:39.6422458Z [00:04:24.923]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2859/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/list=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/list;$WORK/b2859=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list -lang=go1.22 -complete -installsuffix shared -buildid 2wsnKeSxXqRIvngLX3Y_/2wsnKeSxXqRIvngLX3Y_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2859/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/list/response.go
2025-08-20T23:05:39.6478965Z [00:04:24.931]➜  go tool buildid -w $WORK/b2857/_pkg_.a # internal
2025-08-20T23:05:39.6489159Z [00:04:24.932]➜  cp $WORK/b2857/_pkg_.a /root/.cache/go-build/1f/1f28161096a46477964202bd65895ebd55855cbd7bab4e42ed88aa33d0a3af37-d # internal
2025-08-20T23:05:39.6496856Z [00:04:24.933]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put
2025-08-20T23:05:39.6499893Z [00:04:24.933]➜  mkdir -p $WORK/b2860/
2025-08-20T23:05:39.6500655Z [00:04:24.933]➜  cat >/tmp/go-build3700090427/b2860/importcfg << 'EOF' # internal
2025-08-20T23:05:39.6501351Z [00:04:24.933]➜  # import config
2025-08-20T23:05:39.6502051Z [00:04:24.933]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.6502776Z [00:04:24.933]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.6503532Z [00:04:24.933]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.6504281Z [00:04:24.933]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.6505058Z [00:04:24.933]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.6506148Z [00:04:24.933]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.6507711Z [00:04:24.933]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.6509207Z [00:04:24.933]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:39.6510796Z [00:04:24.933]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.6511576Z [00:04:24.933]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.6512362Z [00:04:24.933]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.6513151Z [00:04:24.933]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.6513990Z [00:04:24.933]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.6514636Z [00:04:24.933]➜  EOF
2025-08-20T23:05:39.6541102Z [00:04:24.933]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2860/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/put=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/put;$WORK/b2860=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put -lang=go1.22 -complete -installsuffix shared -buildid UKDS-UFutvHGNcmQVWqI/UKDS-UFutvHGNcmQVWqI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2860/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/put/put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/put/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/put/response.go
2025-08-20T23:05:39.6546571Z [00:04:24.933]➜  go tool buildid -w $WORK/b2856/_pkg_.a # internal
2025-08-20T23:05:39.6547814Z [00:04:24.935]➜  cp $WORK/b2856/_pkg_.a /root/.cache/go-build/96/96966f6f7783d02fffe7cb85d08f96bb45ee50abe23fc25d571da1f0d14bf1b9-d # internal
2025-08-20T23:05:39.6549246Z [00:04:24.935]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics
2025-08-20T23:05:39.6550496Z [00:04:24.935]➜  mkdir -p $WORK/b2861/
2025-08-20T23:05:39.6551176Z [00:04:24.936]➜  cat >/tmp/go-build3700090427/b2861/importcfg << 'EOF' # internal
2025-08-20T23:05:39.6551802Z [00:04:24.936]➜  # import config
2025-08-20T23:05:39.6552435Z [00:04:24.936]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.6553268Z [00:04:24.936]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.6554072Z [00:04:24.936]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.6554815Z [00:04:24.936]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.6556215Z [00:04:24.936]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.6557654Z [00:04:24.936]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.6558677Z [00:04:24.936]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.6559591Z [00:04:24.936]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.6560403Z [00:04:24.936]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.6561186Z [00:04:24.936]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.6561949Z [00:04:24.936]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.6562514Z [00:04:24.936]➜  EOF
2025-08-20T23:05:39.6569064Z [00:04:24.936]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2861/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/putbehavioralanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/putbehavioralanalytics;$WORK/b2861=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics -lang=go1.22 -complete -installsuffix shared -buildid CG3-PGOWl2xsm1KaYGCH/CG3-PGOWl2xsm1KaYGCH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2861/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/putbehavioralanalytics/put_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/putbehavioralanalytics/response.go
2025-08-20T23:05:39.7293649Z [00:04:25.012]➜  go tool buildid -w $WORK/b2859/_pkg_.a # internal
2025-08-20T23:05:39.7308787Z [00:04:25.014]➜  cp $WORK/b2859/_pkg_.a /root/.cache/go-build/cb/cbd46aeed56d14e81e27f425520c9ce3849d80a8bf3865ba010048ba893bd682-d # internal
2025-08-20T23:05:39.7311800Z [00:04:25.014]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search
2025-08-20T23:05:39.7312596Z [00:04:25.014]➜  mkdir -p $WORK/b2862/
2025-08-20T23:05:39.7318116Z [00:04:25.015]➜  cat >/tmp/go-build3700090427/b2862/importcfg << 'EOF' # internal
2025-08-20T23:05:39.7318960Z [00:04:25.015]➜  # import config
2025-08-20T23:05:39.7319826Z [00:04:25.015]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.7320641Z [00:04:25.015]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.7321491Z [00:04:25.015]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.7322384Z [00:04:25.015]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.7323197Z [00:04:25.015]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.7324326Z [00:04:25.015]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.7325700Z [00:04:25.015]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.7326692Z [00:04:25.015]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.7327399Z [00:04:25.015]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.7328121Z [00:04:25.015]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.7328837Z [00:04:25.015]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.7329937Z [00:04:25.015]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.7330585Z [00:04:25.015]➜  EOF
2025-08-20T23:05:39.7336667Z [00:04:25.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2862/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/search=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/search;$WORK/b2862=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search -lang=go1.22 -complete -installsuffix shared -buildid V8-i7JkBxzTRuCBOy6us/V8-i7JkBxzTRuCBOy6us -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2862/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/searchapplication/search/search.go
2025-08-20T23:05:39.7353554Z [00:04:25.018]➜  go tool buildid -w $WORK/b2858/_pkg_.a # internal
2025-08-20T23:05:39.7355438Z [00:04:25.018]➜  cp $WORK/b2858/_pkg_.a /root/.cache/go-build/43/4324b4173bfc11ca006b9ae532390f4a2fc1612112d8a998706df5f478fbbff6-d # internal
2025-08-20T23:05:39.7357714Z [00:04:25.018]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile
2025-08-20T23:05:39.7358881Z [00:04:25.018]➜  mkdir -p $WORK/b2863/
2025-08-20T23:05:39.7360012Z [00:04:25.018]➜  cat >/tmp/go-build3700090427/b2863/importcfg << 'EOF' # internal
2025-08-20T23:05:39.7361207Z [00:04:25.018]➜  # import config
2025-08-20T23:05:39.7362118Z [00:04:25.018]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.7363230Z [00:04:25.018]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.7366156Z [00:04:25.018]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.7367582Z [00:04:25.018]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.7368698Z [00:04:25.018]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.7370984Z [00:04:25.018]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.7372948Z [00:04:25.018]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.7375235Z [00:04:25.018]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype=/tmp/go-build3700090427/b2864/_pkg_.a
2025-08-20T23:05:39.7376988Z [00:04:25.018]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.7378043Z [00:04:25.018]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.7379286Z [00:04:25.018]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.7380486Z [00:04:25.018]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.7381742Z [00:04:25.018]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.7382549Z [00:04:25.018]➜  EOF
2025-08-20T23:05:39.7390772Z [00:04:25.018]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2863/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/activateuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/activateuserprofile;$WORK/b2863=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile -lang=go1.22 -complete -installsuffix shared -buildid 8B0MXZtZKAU7q3AauSd6/8B0MXZtZKAU7q3AauSd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2863/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/activateuserprofile/activate_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/activateuserprofile/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/activateuserprofile/response.go
2025-08-20T23:05:39.7448871Z [00:04:25.028]➜  go tool buildid -w $WORK/b2860/_pkg_.a # internal
2025-08-20T23:05:39.7466276Z [00:04:25.030]➜  cp $WORK/b2860/_pkg_.a /root/.cache/go-build/4d/4d6eb401bd29636e73be69c33f2461350117f237fdc06cbfe6e4c70cb994009b-d # internal
2025-08-20T23:05:39.7468385Z [00:04:25.030]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate
2025-08-20T23:05:39.7470380Z [00:04:25.030]➜  mkdir -p $WORK/b2865/
2025-08-20T23:05:39.7475949Z [00:04:25.031]➜  cat >/tmp/go-build3700090427/b2865/importcfg << 'EOF' # internal
2025-08-20T23:05:39.7476878Z [00:04:25.031]➜  # import config
2025-08-20T23:05:39.7478061Z [00:04:25.031]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.7479209Z [00:04:25.031]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.7481220Z [00:04:25.031]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.7482206Z [00:04:25.031]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.7483366Z [00:04:25.031]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.7484806Z [00:04:25.031]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.7485865Z [00:04:25.031]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.7486716Z [00:04:25.031]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.7487571Z [00:04:25.031]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.7488398Z [00:04:25.031]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.7489224Z [00:04:25.031]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.7490020Z [00:04:25.031]➜  EOF
2025-08-20T23:05:39.7495694Z [00:04:25.031]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2865/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/authenticate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/authenticate;$WORK/b2865=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate -lang=go1.22 -complete -installsuffix shared -buildid ha8EbdAbIk1pNS-Sc6Ai/ha8EbdAbIk1pNS-Sc6Ai -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2865/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/authenticate/authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/authenticate/response.go
2025-08-20T23:05:39.7783303Z [00:04:25.061]➜  go tool buildid -w $WORK/b2861/_pkg_.a # internal
2025-08-20T23:05:39.7801131Z [00:04:25.063]➜  cp $WORK/b2861/_pkg_.a /root/.cache/go-build/5a/5aae0dbc513b86861fbc187e165e4ed8da47c7f5b9d776485aa64d9f13baaea1-d # internal
2025-08-20T23:05:39.7832836Z [00:04:25.066]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole
2025-08-20T23:05:39.7842216Z [00:04:25.066]➜  mkdir -p $WORK/b2866/
2025-08-20T23:05:39.7842986Z [00:04:25.066]➜  cat >/tmp/go-build3700090427/b2866/importcfg << 'EOF' # internal
2025-08-20T23:05:39.7843665Z [00:04:25.066]➜  # import config
2025-08-20T23:05:39.7844321Z [00:04:25.066]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.7845158Z [00:04:25.066]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.7846078Z [00:04:25.066]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.7846989Z [00:04:25.066]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.7847818Z [00:04:25.066]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.7849676Z [00:04:25.066]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.7870598Z [00:04:25.066]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.7873579Z [00:04:25.066]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:39.7874837Z [00:04:25.066]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.7875659Z [00:04:25.066]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.7876872Z [00:04:25.066]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.7877718Z [00:04:25.066]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.7878583Z [00:04:25.066]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.7879225Z [00:04:25.066]➜  EOF
2025-08-20T23:05:39.7886099Z [00:04:25.066]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2866/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkdeleterole=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkdeleterole;$WORK/b2866=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole -lang=go1.22 -complete -installsuffix shared -buildid aGY4v92nAcH3h3_RI7_z/aGY4v92nAcH3h3_RI7_z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2866/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkdeleterole/bulk_delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkdeleterole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkdeleterole/response.go
2025-08-20T23:05:39.8400576Z [00:04:25.123]➜  go tool buildid -w $WORK/b2863/_pkg_.a # internal
2025-08-20T23:05:39.8403747Z [00:04:25.123]➜  go tool buildid -w $WORK/b2865/_pkg_.a # internal
2025-08-20T23:05:39.8420662Z [00:04:25.125]➜  cp $WORK/b2865/_pkg_.a /root/.cache/go-build/3a/3a8b61f20f50e6b2376bdf003b598c76cc7ea7dac75f804ec98eba03421c7407-d # internal
2025-08-20T23:05:39.8425321Z [00:04:25.125]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole
2025-08-20T23:05:39.8426100Z [00:04:25.125]➜  mkdir -p $WORK/b2867/
2025-08-20T23:05:39.8444324Z [00:04:25.127]➜  cat >/tmp/go-build3700090427/b2867/importcfg << 'EOF' # internal
2025-08-20T23:05:39.8452909Z [00:04:25.127]➜  # import config
2025-08-20T23:05:39.8453602Z [00:04:25.127]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.8454482Z [00:04:25.127]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.8455270Z [00:04:25.127]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.8455982Z [00:04:25.127]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.8456624Z [00:04:25.127]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.8457593Z [00:04:25.127]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.8458905Z [00:04:25.127]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.8460659Z [00:04:25.127]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:39.8461847Z [00:04:25.127]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.8462677Z [00:04:25.127]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.8463505Z [00:04:25.127]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.8464315Z [00:04:25.127]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.8465136Z [00:04:25.127]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.8465747Z [00:04:25.127]➜  EOF
2025-08-20T23:05:39.8474059Z [00:04:25.127]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkputrole=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkputrole;$WORK/b2867=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole -lang=go1.22 -complete -installsuffix shared -buildid C92OeWdTuVKMRW0U2K_h/C92OeWdTuVKMRW0U2K_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2867/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkputrole/bulk_put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkputrole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/bulkputrole/response.go
2025-08-20T23:05:39.8480886Z [00:04:25.128]➜  cp $WORK/b2863/_pkg_.a /root/.cache/go-build/7e/7e35b15fba2253cd3d1addd07a8d742acd37b21e855545fe26467126a74c5b77-d # internal
2025-08-20T23:05:39.8482272Z [00:04:25.128]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword
2025-08-20T23:05:39.8483331Z [00:04:25.128]➜  mkdir -p $WORK/b2869/
2025-08-20T23:05:39.8484126Z [00:04:25.130]➜  cat >/tmp/go-build3700090427/b2869/importcfg << 'EOF' # internal
2025-08-20T23:05:39.8484742Z [00:04:25.130]➜  # import config
2025-08-20T23:05:39.8485364Z [00:04:25.130]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:39.8486163Z [00:04:25.130]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.8487016Z [00:04:25.130]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.8487831Z [00:04:25.130]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.8488597Z [00:04:25.130]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.8490053Z [00:04:25.130]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.8491543Z [00:04:25.130]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.8493068Z [00:04:25.130]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:39.8494209Z [00:04:25.130]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.8494968Z [00:04:25.130]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.8495769Z [00:04:25.130]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.8496540Z [00:04:25.130]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.8497307Z [00:04:25.130]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.8497873Z [00:04:25.130]➜  EOF
2025-08-20T23:05:39.8515268Z [00:04:25.130]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2869/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/changepassword=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/changepassword;$WORK/b2869=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword -lang=go1.22 -complete -installsuffix shared -buildid nxbypEOMYefrZOrJ2hfo/nxbypEOMYefrZOrJ2hfo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2869/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/changepassword/change_password.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/changepassword/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/changepassword/response.go
2025-08-20T23:05:39.8843372Z [00:04:25.167]➜  go tool buildid -w $WORK/b2866/_pkg_.a # internal
2025-08-20T23:05:39.8847824Z [00:04:25.168]➜  cp $WORK/b2866/_pkg_.a /root/.cache/go-build/98/980b4fc8ec17974dff977074c859abd1d276c9a1cd10a478968416bb72fb3251-d # internal
2025-08-20T23:05:39.8872640Z [00:04:25.168]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache
2025-08-20T23:05:39.8873464Z [00:04:25.168]➜  mkdir -p $WORK/b2870/
2025-08-20T23:05:39.8874159Z [00:04:25.169]➜  cat >/tmp/go-build3700090427/b2870/importcfg << 'EOF' # internal
2025-08-20T23:05:39.8874795Z [00:04:25.169]➜  # import config
2025-08-20T23:05:39.8875418Z [00:04:25.169]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.8876243Z [00:04:25.169]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.8877352Z [00:04:25.169]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.8878081Z [00:04:25.169]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.8879214Z [00:04:25.169]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.8881157Z [00:04:25.169]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.8882546Z [00:04:25.169]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.8883379Z [00:04:25.169]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.8884220Z [00:04:25.169]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.8885049Z [00:04:25.169]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.8885889Z [00:04:25.169]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.8886537Z [00:04:25.169]➜  EOF
2025-08-20T23:05:39.8931376Z [00:04:25.169]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2870/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearapikeycache=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearapikeycache;$WORK/b2870=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache -lang=go1.22 -complete -installsuffix shared -buildid slmZBrOLS3U4VlkqBzFr/slmZBrOLS3U4VlkqBzFr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2870/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearapikeycache/clear_api_key_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearapikeycache/response.go
2025-08-20T23:05:39.9312366Z [00:04:25.214]➜  go tool buildid -w $WORK/b2867/_pkg_.a # internal
2025-08-20T23:05:39.9329152Z [00:04:25.216]➜  cp $WORK/b2867/_pkg_.a /root/.cache/go-build/53/53caa514d5552379ce25c7ce93921cf3703dce6d181d8bb0205de211f7732231-d # internal
2025-08-20T23:05:39.9345292Z [00:04:25.218]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges
2025-08-20T23:05:39.9349727Z [00:04:25.218]➜  mkdir -p $WORK/b2871/
2025-08-20T23:05:39.9350483Z [00:04:25.218]➜  cat >/tmp/go-build3700090427/b2871/importcfg << 'EOF' # internal
2025-08-20T23:05:39.9351125Z [00:04:25.218]➜  # import config
2025-08-20T23:05:39.9351704Z [00:04:25.218]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.9352530Z [00:04:25.218]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.9353335Z [00:04:25.218]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.9354075Z [00:04:25.218]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.9355209Z [00:04:25.218]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.9356736Z [00:04:25.218]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.9357889Z [00:04:25.218]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.9358749Z [00:04:25.218]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.9359818Z [00:04:25.218]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.9360697Z [00:04:25.218]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.9361569Z [00:04:25.218]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.9362197Z [00:04:25.218]➜  EOF
2025-08-20T23:05:39.9368051Z [00:04:25.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedprivileges;$WORK/b2871=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges -lang=go1.22 -complete -installsuffix shared -buildid XFd2rVbtNg870iO1ju3E/XFd2rVbtNg870iO1ju3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2871/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedprivileges/clear_cached_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedprivileges/response.go
2025-08-20T23:05:39.9771670Z [00:04:25.260]➜  go tool buildid -w $WORK/b2870/_pkg_.a # internal
2025-08-20T23:05:39.9793375Z [00:04:25.262]➜  cp $WORK/b2870/_pkg_.a /root/.cache/go-build/95/959830c0989b00fbc00eac6a7582f04671f1c1dfd27a7b9c62c1eb6c0db7b1b4-d # internal
2025-08-20T23:05:39.9795551Z [00:04:25.263]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms
2025-08-20T23:05:39.9797321Z [00:04:25.263]➜  mkdir -p $WORK/b2872/
2025-08-20T23:05:39.9803162Z [00:04:25.263]➜  cat >/tmp/go-build3700090427/b2872/importcfg << 'EOF' # internal
2025-08-20T23:05:39.9804236Z [00:04:25.264]➜  # import config
2025-08-20T23:05:39.9805253Z [00:04:25.264]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.9806142Z [00:04:25.264]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.9806990Z [00:04:25.264]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.9807735Z [00:04:25.264]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.9808843Z [00:04:25.264]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.9810516Z [00:04:25.264]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.9811602Z [00:04:25.264]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.9812387Z [00:04:25.264]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.9813210Z [00:04:25.264]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.9814016Z [00:04:25.264]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.9814842Z [00:04:25.264]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.9815470Z [00:04:25.264]➜  EOF
2025-08-20T23:05:39.9821378Z [00:04:25.264]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2872/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedrealms=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedrealms;$WORK/b2872=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms -lang=go1.22 -complete -installsuffix shared -buildid 5bc8wtOvsMTYGB0GoRnS/5bc8wtOvsMTYGB0GoRnS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2872/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedrealms/clear_cached_realms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedrealms/response.go
2025-08-20T23:05:39.9838910Z [00:04:25.267]➜  go tool buildid -w $WORK/b2869/_pkg_.a # internal
2025-08-20T23:05:39.9860229Z [00:04:25.269]➜  cp $WORK/b2869/_pkg_.a /root/.cache/go-build/9d/9dd28d9dba68fbb7e541c5a46f626fdaf244acad4569536ae7b3df2ab1b03756-d # internal
2025-08-20T23:05:39.9863602Z [00:04:25.270]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles
2025-08-20T23:05:39.9864508Z [00:04:25.270]➜  mkdir -p $WORK/b2873/
2025-08-20T23:05:39.9874345Z [00:04:25.271]➜  cat >/tmp/go-build3700090427/b2873/importcfg << 'EOF' # internal
2025-08-20T23:05:39.9875411Z [00:04:25.271]➜  # import config
2025-08-20T23:05:39.9878158Z [00:04:25.271]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:39.9879512Z [00:04:25.271]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:39.9882547Z [00:04:25.271]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:39.9883319Z [00:04:25.271]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:39.9884476Z [00:04:25.271]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:39.9885922Z [00:04:25.271]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:39.9887171Z [00:04:25.271]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:39.9887969Z [00:04:25.271]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:39.9888772Z [00:04:25.271]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:39.9889936Z [00:04:25.271]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:39.9890752Z [00:04:25.271]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:39.9891370Z [00:04:25.271]➜  EOF
2025-08-20T23:05:39.9902297Z [00:04:25.273]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedroles=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedroles;$WORK/b2873=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles -lang=go1.22 -complete -installsuffix shared -buildid 3LO5g8jxZAOVFwc3MddE/3LO5g8jxZAOVFwc3MddE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2873/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedroles/clear_cached_roles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedroles/response.go
2025-08-20T23:05:40.0554845Z [00:04:25.338]➜  go tool buildid -w $WORK/b2871/_pkg_.a # internal
2025-08-20T23:05:40.0571679Z [00:04:25.340]➜  cp $WORK/b2871/_pkg_.a /root/.cache/go-build/be/be035d899352d1baca1505527a1027c6e3d6442d06bc73c367c4f03d4011c0d4-d # internal
2025-08-20T23:05:40.0573842Z [00:04:25.341]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens
2025-08-20T23:05:40.0575819Z [00:04:25.341]➜  mkdir -p $WORK/b2874/
2025-08-20T23:05:40.0580559Z [00:04:25.341]➜  cat >/tmp/go-build3700090427/b2874/importcfg << 'EOF' # internal
2025-08-20T23:05:40.0581595Z [00:04:25.341]➜  # import config
2025-08-20T23:05:40.0582817Z [00:04:25.341]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.0583969Z [00:04:25.341]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.0585163Z [00:04:25.341]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.0585898Z [00:04:25.341]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.0587112Z [00:04:25.341]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.0588637Z [00:04:25.341]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.0589913Z [00:04:25.341]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.0590736Z [00:04:25.341]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.0591610Z [00:04:25.341]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.0592504Z [00:04:25.341]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.0593337Z [00:04:25.341]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.0593937Z [00:04:25.341]➜  EOF
2025-08-20T23:05:40.0600089Z [00:04:25.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedservicetokens=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedservicetokens;$WORK/b2874=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens -lang=go1.22 -complete -installsuffix shared -buildid Z1iEJW1UL91nti5bvxFo/Z1iEJW1UL91nti5bvxFo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2874/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedservicetokens/clear_cached_service_tokens.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/clearcachedservicetokens/response.go
2025-08-20T23:05:40.0838912Z [00:04:25.367]➜  go tool buildid -w $WORK/b2872/_pkg_.a # internal
2025-08-20T23:05:40.0843408Z [00:04:25.367]➜  go tool buildid -w $WORK/b2873/_pkg_.a # internal
2025-08-20T23:05:40.0861843Z [00:04:25.369]➜  cp $WORK/b2873/_pkg_.a /root/.cache/go-build/c5/c58e0549526715062262dca8974f32369c0d107cce73615f5073195c28413f70-d # internal
2025-08-20T23:05:40.0865420Z [00:04:25.369]➜  cp $WORK/b2872/_pkg_.a /root/.cache/go-build/0d/0d41a28f21233ab079357e9f17927e88e63ff5e536bbe6de62013b9044c262f2-d # internal
2025-08-20T23:05:40.0866909Z [00:04:25.369]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey
2025-08-20T23:05:40.0867733Z [00:04:25.369]➜  mkdir -p $WORK/b2876/
2025-08-20T23:05:40.0868492Z [00:04:25.370]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey
2025-08-20T23:05:40.0869206Z [00:04:25.370]➜  mkdir -p $WORK/b2875/
2025-08-20T23:05:40.0875026Z [00:04:25.371]➜  cat >/tmp/go-build3700090427/b2876/importcfg << 'EOF' # internal
2025-08-20T23:05:40.0876813Z [00:04:25.371]➜  # import config
2025-08-20T23:05:40.0878088Z [00:04:25.371]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.0878877Z [00:04:25.371]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.0879848Z [00:04:25.371]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.0880671Z [00:04:25.371]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.0881381Z [00:04:25.371]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.0882521Z [00:04:25.371]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.0885415Z [00:04:25.371]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.0886621Z [00:04:25.371]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.0887685Z [00:04:25.371]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.0888614Z [00:04:25.371]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.0889771Z [00:04:25.371]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.0890722Z [00:04:25.371]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.0891464Z [00:04:25.371]➜  EOF
2025-08-20T23:05:40.0900953Z [00:04:25.371]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2876/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createcrossclusterapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createcrossclusterapikey;$WORK/b2876=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey -lang=go1.22 -complete -installsuffix shared -buildid hcW8wZmvqEL5x3R0VNpi/hcW8wZmvqEL5x3R0VNpi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2876/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createcrossclusterapikey/create_cross_cluster_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createcrossclusterapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createcrossclusterapikey/response.go
2025-08-20T23:05:40.0907605Z [00:04:25.372]➜  cat >/tmp/go-build3700090427/b2875/importcfg << 'EOF' # internal
2025-08-20T23:05:40.0908226Z [00:04:25.372]➜  # import config
2025-08-20T23:05:40.0908828Z [00:04:25.372]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.0909812Z [00:04:25.372]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.0910641Z [00:04:25.372]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.0911608Z [00:04:25.372]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.0912575Z [00:04:25.372]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.0913694Z [00:04:25.372]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.0915114Z [00:04:25.372]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.0916613Z [00:04:25.372]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.0917739Z [00:04:25.372]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.0918488Z [00:04:25.372]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.0919258Z [00:04:25.372]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.0920184Z [00:04:25.372]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.0920934Z [00:04:25.372]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.0921514Z [00:04:25.372]➜  EOF
2025-08-20T23:05:40.0927913Z [00:04:25.373]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2875/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createapikey;$WORK/b2875=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey -lang=go1.22 -complete -installsuffix shared -buildid ItpjTmMmsX80oumSIFYo/ItpjTmMmsX80oumSIFYo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2875/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createapikey/create_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createapikey/response.go
2025-08-20T23:05:40.1658216Z [00:04:25.448]➜  go tool buildid -w $WORK/b2862/_pkg_.a # internal
2025-08-20T23:05:40.1686871Z [00:04:25.452]➜  go tool buildid -w $WORK/b2874/_pkg_.a # internal
2025-08-20T23:05:40.1690507Z [00:04:25.452]➜  cp $WORK/b2862/_pkg_.a /root/.cache/go-build/55/55db38e258fe1fa54a69235687cf0e1a6cdff9710bbe76b4b5bfa9b5697c974c-d # internal
2025-08-20T23:05:40.1693556Z [00:04:25.452]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken
2025-08-20T23:05:40.1694708Z [00:04:25.453]➜  mkdir -p $WORK/b2877/
2025-08-20T23:05:40.1701596Z [00:04:25.453]➜  cat >/tmp/go-build3700090427/b2877/importcfg << 'EOF' # internal
2025-08-20T23:05:40.1702823Z [00:04:25.453]➜  # import config
2025-08-20T23:05:40.1703948Z [00:04:25.453]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.1705097Z [00:04:25.453]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.1706241Z [00:04:25.453]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.1707555Z [00:04:25.453]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.1709170Z [00:04:25.453]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.1711197Z [00:04:25.453]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.1713291Z [00:04:25.453]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.1714774Z [00:04:25.453]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.1715911Z [00:04:25.453]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.1718463Z [00:04:25.453]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.1719281Z [00:04:25.453]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.1728855Z [00:04:25.453]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.1732372Z [00:04:25.453]➜  EOF
2025-08-20T23:05:40.1738297Z [00:04:25.454]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createservicetoken=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createservicetoken;$WORK/b2877=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken -lang=go1.22 -complete -installsuffix shared -buildid JoR1x_1AWlowvzMP-LVX/JoR1x_1AWlowvzMP-LVX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2877/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createservicetoken/create_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/createservicetoken/response.go
2025-08-20T23:05:40.1766256Z [00:04:25.459]➜  cp $WORK/b2874/_pkg_.a /root/.cache/go-build/f4/f49e632e2f82ff6f68cbf2a026fd721e5095d0f0b634798007794cbf74772e4d-d # internal
2025-08-20T23:05:40.1770089Z [00:04:25.459]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges
2025-08-20T23:05:40.1770951Z [00:04:25.460]➜  mkdir -p $WORK/b2878/
2025-08-20T23:05:40.1771712Z [00:04:25.460]➜  cat >/tmp/go-build3700090427/b2878/importcfg << 'EOF' # internal
2025-08-20T23:05:40.1772384Z [00:04:25.460]➜  # import config
2025-08-20T23:05:40.1773050Z [00:04:25.460]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.1774012Z [00:04:25.460]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.1774934Z [00:04:25.460]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.1775738Z [00:04:25.460]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.1776937Z [00:04:25.460]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.1778523Z [00:04:25.460]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.1780388Z [00:04:25.460]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.1781648Z [00:04:25.460]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.1782450Z [00:04:25.460]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.1787391Z [00:04:25.460]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.1788263Z [00:04:25.460]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.1789110Z [00:04:25.460]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.1790224Z [00:04:25.460]➜  EOF
2025-08-20T23:05:40.1796078Z [00:04:25.460]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteprivileges;$WORK/b2878=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges -lang=go1.22 -complete -installsuffix shared -buildid mC2Mj_xLbtfyFCMc4i3t/mC2Mj_xLbtfyFCMc4i3t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2878/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteprivileges/delete_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteprivileges/response.go
2025-08-20T23:05:40.1999301Z [00:04:25.483]➜  go tool buildid -w $WORK/b2875/_pkg_.a # internal
2025-08-20T23:05:40.2015126Z [00:04:25.485]➜  cp $WORK/b2875/_pkg_.a /root/.cache/go-build/ee/ee32721a74ff1368b84e5a77af3689b3d93aab956f527e08fb29de84de8f4fbc-d # internal
2025-08-20T23:05:40.2016546Z [00:04:25.485]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole
2025-08-20T23:05:40.2017386Z [00:04:25.485]➜  mkdir -p $WORK/b2879/
2025-08-20T23:05:40.2020901Z [00:04:25.485]➜  cat >/tmp/go-build3700090427/b2879/importcfg << 'EOF' # internal
2025-08-20T23:05:40.2021566Z [00:04:25.485]➜  # import config
2025-08-20T23:05:40.2022198Z [00:04:25.485]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.2023051Z [00:04:25.485]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.2026250Z [00:04:25.485]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.2029309Z [00:04:25.485]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.2030659Z [00:04:25.485]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.2032112Z [00:04:25.485]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.2033652Z [00:04:25.485]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.2034770Z [00:04:25.485]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.2035515Z [00:04:25.485]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.2036287Z [00:04:25.485]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.2037040Z [00:04:25.485]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.2037791Z [00:04:25.485]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.2038351Z [00:04:25.485]➜  EOF
2025-08-20T23:05:40.2051464Z [00:04:25.485]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleterole=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleterole;$WORK/b2879=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole -lang=go1.22 -complete -installsuffix shared -buildid 8nET4xzQW4UJUfI-wqKD/8nET4xzQW4UJUfI-wqKD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2879/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleterole/delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleterole/response.go
2025-08-20T23:05:40.2083562Z [00:04:25.491]➜  go tool buildid -w $WORK/b2876/_pkg_.a # internal
2025-08-20T23:05:40.2106609Z [00:04:25.494]➜  cp $WORK/b2876/_pkg_.a /root/.cache/go-build/39/39f57c1039f3d8f3b5c60b260f4bf9019e98c40ab2d3652935b061a3258201ab-d # internal
2025-08-20T23:05:40.2114349Z [00:04:25.495]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping
2025-08-20T23:05:40.2120328Z [00:04:25.495]➜  mkdir -p $WORK/b2880/
2025-08-20T23:05:40.2129148Z [00:04:25.496]➜  cat >/tmp/go-build3700090427/b2880/importcfg << 'EOF' # internal
2025-08-20T23:05:40.2134828Z [00:04:25.496]➜  # import config
2025-08-20T23:05:40.2135515Z [00:04:25.496]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.2136385Z [00:04:25.496]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.2137224Z [00:04:25.496]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.2137973Z [00:04:25.496]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.2139104Z [00:04:25.496]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.2140852Z [00:04:25.496]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.2142394Z [00:04:25.496]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.2143502Z [00:04:25.496]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.2144295Z [00:04:25.496]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.2145381Z [00:04:25.496]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.2146222Z [00:04:25.496]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.2147022Z [00:04:25.496]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.2147662Z [00:04:25.496]➜  EOF
2025-08-20T23:05:40.2158654Z [00:04:25.499]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2880/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleterolemapping=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleterolemapping;$WORK/b2880=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping -lang=go1.22 -complete -installsuffix shared -buildid VnqfY5FtUcCecwjm_aMD/VnqfY5FtUcCecwjm_aMD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2880/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleterolemapping/delete_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleterolemapping/response.go
2025-08-20T23:05:40.2748447Z [00:04:25.558]➜  go tool buildid -w $WORK/b2878/_pkg_.a # internal
2025-08-20T23:05:40.2762014Z [00:04:25.559]➜  cp $WORK/b2878/_pkg_.a /root/.cache/go-build/f3/f3cd0c0f3f98fc45df5221477867b62d918051cea65367148fa05881838117c8-d # internal
2025-08-20T23:05:40.2768856Z [00:04:25.560]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken
2025-08-20T23:05:40.2773977Z [00:04:25.560]➜  mkdir -p $WORK/b2881/
2025-08-20T23:05:40.2774849Z [00:04:25.560]➜  cat >/tmp/go-build3700090427/b2881/importcfg << 'EOF' # internal
2025-08-20T23:05:40.2775551Z [00:04:25.560]➜  # import config
2025-08-20T23:05:40.2776221Z [00:04:25.560]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.2777145Z [00:04:25.560]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.2778076Z [00:04:25.560]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.2778888Z [00:04:25.560]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.2780372Z [00:04:25.560]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.2781975Z [00:04:25.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.2783988Z [00:04:25.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.2785164Z [00:04:25.560]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.2785929Z [00:04:25.560]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.2786742Z [00:04:25.560]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.2787554Z [00:04:25.560]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.2788388Z [00:04:25.560]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.2789012Z [00:04:25.560]➜  EOF
2025-08-20T23:05:40.2801346Z [00:04:25.560]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2881/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteservicetoken=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteservicetoken;$WORK/b2881=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken -lang=go1.22 -complete -installsuffix shared -buildid ki5F8WjyjXezlJbEce4e/ki5F8WjyjXezlJbEce4e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2881/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteservicetoken/delete_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteservicetoken/response.go
2025-08-20T23:05:40.2825215Z [00:04:25.566]➜  go tool buildid -w $WORK/b2877/_pkg_.a # internal
2025-08-20T23:05:40.2841783Z [00:04:25.567]➜  cp $WORK/b2877/_pkg_.a /root/.cache/go-build/de/debbdea28757bdf92654a8e72d89826f27457e696ca3e4a77403bbb9e61435c2-d # internal
2025-08-20T23:05:40.2856370Z [00:04:25.568]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser
2025-08-20T23:05:40.2857156Z [00:04:25.568]➜  mkdir -p $WORK/b2882/
2025-08-20T23:05:40.2857880Z [00:04:25.568]➜  cat >/tmp/go-build3700090427/b2882/importcfg << 'EOF' # internal
2025-08-20T23:05:40.2858533Z [00:04:25.568]➜  # import config
2025-08-20T23:05:40.2859196Z [00:04:25.568]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.2860501Z [00:04:25.568]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.2861400Z [00:04:25.568]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.2862218Z [00:04:25.568]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.2863472Z [00:04:25.568]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.2864995Z [00:04:25.568]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.2866573Z [00:04:25.568]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.2867795Z [00:04:25.568]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.2868596Z [00:04:25.568]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.2869962Z [00:04:25.568]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.2870821Z [00:04:25.568]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.2871659Z [00:04:25.568]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.2872316Z [00:04:25.568]➜  EOF
2025-08-20T23:05:40.2877796Z [00:04:25.568]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2882/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteuser=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteuser;$WORK/b2882=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser -lang=go1.22 -complete -installsuffix shared -buildid ex6gItiG7nUraS_zH6Xa/ex6gItiG7nUraS_zH6Xa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2882/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteuser/delete_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/deleteuser/response.go
2025-08-20T23:05:40.3171070Z [00:04:25.600]➜  go tool buildid -w $WORK/b2879/_pkg_.a # internal
2025-08-20T23:05:40.3181926Z [00:04:25.601]➜  go tool buildid -w $WORK/b2880/_pkg_.a # internal
2025-08-20T23:05:40.3195932Z [00:04:25.603]➜  cp $WORK/b2879/_pkg_.a /root/.cache/go-build/ae/aee7c3548d289ff8d3c0e50181d075762dce0154d4f209fb293addc0a2da66ce-d # internal
2025-08-20T23:05:40.3202624Z [00:04:25.603]➜  cp $WORK/b2880/_pkg_.a /root/.cache/go-build/34/340c2496d30a0535af9cd469a19d9ed9f9ef4c6248bcdf1fa9be560aa54b1875-d # internal
2025-08-20T23:05:40.3204679Z [00:04:25.603]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser
2025-08-20T23:05:40.3205419Z [00:04:25.603]➜  mkdir -p $WORK/b2883/
2025-08-20T23:05:40.3211035Z [00:04:25.604]➜  cat >/tmp/go-build3700090427/b2883/importcfg << 'EOF' # internal
2025-08-20T23:05:40.3211763Z [00:04:25.604]➜  # import config
2025-08-20T23:05:40.3214498Z [00:04:25.604]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.3216644Z [00:04:25.604]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.3217473Z [00:04:25.604]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.3218219Z [00:04:25.604]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.3219772Z [00:04:25.604]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.3221306Z [00:04:25.604]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.3222853Z [00:04:25.604]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.3224002Z [00:04:25.604]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.3224761Z [00:04:25.604]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.3225538Z [00:04:25.604]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.3226311Z [00:04:25.604]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.3227070Z [00:04:25.604]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.3227645Z [00:04:25.604]➜  EOF
2025-08-20T23:05:40.3233126Z [00:04:25.604]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2883/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/disableuser=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/disableuser;$WORK/b2883=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser -lang=go1.22 -complete -installsuffix shared -buildid wTBUb4BeYdHx6Mg_ODoY/wTBUb4BeYdHx6Mg_ODoY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2883/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/disableuser/disable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/disableuser/response.go
2025-08-20T23:05:40.3238156Z [00:04:25.605]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile
2025-08-20T23:05:40.3238911Z [00:04:25.605]➜  mkdir -p $WORK/b2884/
2025-08-20T23:05:40.3241541Z [00:04:25.605]➜  cat >/tmp/go-build3700090427/b2884/importcfg << 'EOF' # internal
2025-08-20T23:05:40.3243836Z [00:04:25.605]➜  # import config
2025-08-20T23:05:40.3244629Z [00:04:25.605]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.3245629Z [00:04:25.605]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.3246738Z [00:04:25.605]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.3248143Z [00:04:25.605]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.3249679Z [00:04:25.605]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.3251140Z [00:04:25.605]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.3252817Z [00:04:25.605]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.3254113Z [00:04:25.605]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.3255093Z [00:04:25.605]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.3256105Z [00:04:25.605]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.3257041Z [00:04:25.605]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.3258137Z [00:04:25.605]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.3258838Z [00:04:25.605]➜  EOF
2025-08-20T23:05:40.3266067Z [00:04:25.607]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2884/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/disableuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/disableuserprofile;$WORK/b2884=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile -lang=go1.22 -complete -installsuffix shared -buildid k-Zn68rnsLDALPHEgw_T/k-Zn68rnsLDALPHEgw_T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2884/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/disableuserprofile/disable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/disableuserprofile/response.go
2025-08-20T23:05:40.3771528Z [00:04:25.660]➜  go tool buildid -w $WORK/b2881/_pkg_.a # internal
2025-08-20T23:05:40.3796108Z [00:04:25.663]➜  cp $WORK/b2881/_pkg_.a /root/.cache/go-build/80/80d60ebece3c38310e59f365942310db213761b406e859a294da060d9ae4b429-d # internal
2025-08-20T23:05:40.3801529Z [00:04:25.663]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser
2025-08-20T23:05:40.3802369Z [00:04:25.663]➜  mkdir -p $WORK/b2885/
2025-08-20T23:05:40.3805577Z [00:04:25.663]➜  cat >/tmp/go-build3700090427/b2885/importcfg << 'EOF' # internal
2025-08-20T23:05:40.3806241Z [00:04:25.663]➜  # import config
2025-08-20T23:05:40.3806921Z [00:04:25.663]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.3807800Z [00:04:25.663]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.3808654Z [00:04:25.663]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.3809589Z [00:04:25.663]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.3810822Z [00:04:25.663]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.3812345Z [00:04:25.663]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.3813956Z [00:04:25.663]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.3815126Z [00:04:25.663]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.3815949Z [00:04:25.663]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.3816774Z [00:04:25.663]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.3817593Z [00:04:25.663]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.3818390Z [00:04:25.663]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.3819000Z [00:04:25.663]➜  EOF
2025-08-20T23:05:40.3846120Z [00:04:25.663]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2885/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enableuser=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enableuser;$WORK/b2885=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser -lang=go1.22 -complete -installsuffix shared -buildid WTOC477m30cdTuoHt2j4/WTOC477m30cdTuoHt2j4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2885/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enableuser/enable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enableuser/response.go
2025-08-20T23:05:40.3874192Z [00:04:25.671]➜  go tool buildid -w $WORK/b2882/_pkg_.a # internal
2025-08-20T23:05:40.3891608Z [00:04:25.672]➜  cp $WORK/b2882/_pkg_.a /root/.cache/go-build/cc/cc73bdb4e62aeda62fefa36194fc1960feda3adce84fced8b455dd9361ef2dd9-d # internal
2025-08-20T23:05:40.3906214Z [00:04:25.672]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile
2025-08-20T23:05:40.3907022Z [00:04:25.672]➜  mkdir -p $WORK/b2886/
2025-08-20T23:05:40.3907763Z [00:04:25.673]➜  cat >/tmp/go-build3700090427/b2886/importcfg << 'EOF' # internal
2025-08-20T23:05:40.3908462Z [00:04:25.673]➜  # import config
2025-08-20T23:05:40.3909156Z [00:04:25.673]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.3910220Z [00:04:25.673]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.3911383Z [00:04:25.673]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.3912311Z [00:04:25.673]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.3913558Z [00:04:25.673]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.3915096Z [00:04:25.673]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.3916756Z [00:04:25.673]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.3918023Z [00:04:25.673]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.3918854Z [00:04:25.673]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.3923390Z [00:04:25.673]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.3925238Z [00:04:25.673]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.3926092Z [00:04:25.673]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.3926683Z [00:04:25.673]➜  EOF
2025-08-20T23:05:40.3932695Z [00:04:25.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2886/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enableuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enableuserprofile;$WORK/b2886=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile -lang=go1.22 -complete -installsuffix shared -buildid zBA9am_LIywQuuxYq1HD/zBA9am_LIywQuuxYq1HD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2886/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enableuserprofile/enable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enableuserprofile/response.go
2025-08-20T23:05:40.4047215Z [00:04:25.688]➜  go tool buildid -w $WORK/b2883/_pkg_.a # internal
2025-08-20T23:05:40.4062515Z [00:04:25.689]➜  cp $WORK/b2883/_pkg_.a /root/.cache/go-build/c6/c6b341a68c52eef0dd36372eb9884fde70f7a6100e6c8e815674faa7a1bf47b1-d # internal
2025-08-20T23:05:40.4066318Z [00:04:25.689]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana
2025-08-20T23:05:40.4067110Z [00:04:25.689]➜  mkdir -p $WORK/b2887/
2025-08-20T23:05:40.4068078Z [00:04:25.690]➜  cat >/tmp/go-build3700090427/b2887/importcfg << 'EOF' # internal
2025-08-20T23:05:40.4069892Z [00:04:25.690]➜  # import config
2025-08-20T23:05:40.4072023Z [00:04:25.690]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.4074597Z [00:04:25.690]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.4075489Z [00:04:25.690]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.4076247Z [00:04:25.690]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.4077428Z [00:04:25.690]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.4078872Z [00:04:25.690]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.4080079Z [00:04:25.690]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.4080849Z [00:04:25.690]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.4081623Z [00:04:25.690]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.4082385Z [00:04:25.690]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.4083138Z [00:04:25.690]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.4083712Z [00:04:25.690]➜  EOF
2025-08-20T23:05:40.4092411Z [00:04:25.690]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2887/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enrollkibana=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enrollkibana;$WORK/b2887=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana -lang=go1.22 -complete -installsuffix shared -buildid zOAW00AJ6tM4JgJ2sUDT/zOAW00AJ6tM4JgJ2sUDT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2887/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enrollkibana/enroll_kibana.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enrollkibana/response.go
2025-08-20T23:05:40.4668117Z [00:04:25.750]➜  go tool buildid -w $WORK/b2884/_pkg_.a # internal
2025-08-20T23:05:40.4685375Z [00:04:25.752]➜  cp $WORK/b2884/_pkg_.a /root/.cache/go-build/ba/ba095092ac6d1ced6cc7e00deed7f0f7e5c1635938f9c6f0ec7b3acd32b0fd09-d # internal
2025-08-20T23:05:40.4688261Z [00:04:25.752]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode
2025-08-20T23:05:40.4713428Z [00:04:25.754]➜  mkdir -p $WORK/b2888/
2025-08-20T23:05:40.4720234Z [00:04:25.755]➜  cat >/tmp/go-build3700090427/b2888/importcfg << 'EOF' # internal
2025-08-20T23:05:40.4727452Z [00:04:25.755]➜  # import config
2025-08-20T23:05:40.4728201Z [00:04:25.755]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.4729151Z [00:04:25.755]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.4730169Z [00:04:25.755]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.4730997Z [00:04:25.755]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.4738590Z [00:04:25.755]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.4740452Z [00:04:25.755]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.4741591Z [00:04:25.755]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.4742466Z [00:04:25.755]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.4743327Z [00:04:25.755]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.4744169Z [00:04:25.755]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.4745004Z [00:04:25.755]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.4746005Z [00:04:25.755]➜  EOF
2025-08-20T23:05:40.4761988Z [00:04:25.757]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2888/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enrollnode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enrollnode;$WORK/b2888=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode -lang=go1.22 -complete -installsuffix shared -buildid ei8LDtbOne_gsF9Gz9s9/ei8LDtbOne_gsF9Gz9s9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2888/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enrollnode/enroll_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/enrollnode/response.go
2025-08-20T23:05:40.4924989Z [00:04:25.776]➜  go tool buildid -w $WORK/b2886/_pkg_.a # internal
2025-08-20T23:05:40.4943801Z [00:04:25.777]➜  cp $WORK/b2886/_pkg_.a /root/.cache/go-build/05/057e2c5cb32f15807ca8bee0660008be1eac1d927c1fe2d540df354e0753ca3a-d # internal
2025-08-20T23:05:40.4950856Z [00:04:25.777]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey
2025-08-20T23:05:40.4951678Z [00:04:25.777]➜  mkdir -p $WORK/b2889/
2025-08-20T23:05:40.4952445Z [00:04:25.778]➜  cat >/tmp/go-build3700090427/b2889/importcfg << 'EOF' # internal
2025-08-20T23:05:40.4953127Z [00:04:25.778]➜  # import config
2025-08-20T23:05:40.4953792Z [00:04:25.778]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.4954682Z [00:04:25.778]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.4955896Z [00:04:25.778]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.4956704Z [00:04:25.778]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.4957873Z [00:04:25.778]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.4959527Z [00:04:25.778]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.4960704Z [00:04:25.778]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.4961534Z [00:04:25.778]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.4962383Z [00:04:25.778]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.4963207Z [00:04:25.778]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.4964022Z [00:04:25.778]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.4964671Z [00:04:25.778]➜  EOF
2025-08-20T23:05:40.4970662Z [00:04:25.778]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2889/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getapikey;$WORK/b2889=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey -lang=go1.22 -complete -installsuffix shared -buildid PQy5lpuWb9JA4PnF110W/PQy5lpuWb9JA4PnF110W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2889/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getapikey/get_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getapikey/response.go
2025-08-20T23:05:40.4977706Z [00:04:25.780]➜  go tool buildid -w $WORK/b2885/_pkg_.a # internal
2025-08-20T23:05:40.4987198Z [00:04:25.782]➜  cp $WORK/b2885/_pkg_.a /root/.cache/go-build/63/636e549105a65ec941a68a61b7972072aa930ca6dc96867ee5c9b2eb123b20c0-d # internal
2025-08-20T23:05:40.4988785Z [00:04:25.782]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges
2025-08-20T23:05:40.4994744Z [00:04:25.782]➜  mkdir -p $WORK/b2890/
2025-08-20T23:05:40.4995581Z [00:04:25.782]➜  cat >/tmp/go-build3700090427/b2890/importcfg << 'EOF' # internal
2025-08-20T23:05:40.4996324Z [00:04:25.782]➜  # import config
2025-08-20T23:05:40.4997333Z [00:04:25.782]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.4998188Z [00:04:25.782]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.4999065Z [00:04:25.782]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.5000099Z [00:04:25.782]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.5000910Z [00:04:25.782]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.5002343Z [00:04:25.783]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.5003937Z [00:04:25.783]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.5005682Z [00:04:25.783]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3700090427/b2312/_pkg_.a
2025-08-20T23:05:40.5007687Z [00:04:25.783]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build3700090427/b2432/_pkg_.a
2025-08-20T23:05:40.5009018Z [00:04:25.783]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.5012343Z [00:04:25.783]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.5013360Z [00:04:25.783]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.5014480Z [00:04:25.783]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.5015442Z [00:04:25.783]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.5016186Z [00:04:25.783]➜  EOF
2025-08-20T23:05:40.5023193Z [00:04:25.783]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2890/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getbuiltinprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getbuiltinprivileges;$WORK/b2890=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges -lang=go1.22 -complete -installsuffix shared -buildid QxpJSUi-RO4je1Itp_Mg/QxpJSUi-RO4je1Itp_Mg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2890/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getbuiltinprivileges/get_builtin_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getbuiltinprivileges/response.go
2025-08-20T23:05:40.5111439Z [00:04:25.794]➜  go tool buildid -w $WORK/b2887/_pkg_.a # internal
2025-08-20T23:05:40.5127192Z [00:04:25.795]➜  cp $WORK/b2887/_pkg_.a /root/.cache/go-build/cd/cd7859ecbbfb9060a50ce2fa78a0848ed531d570bda962782fe9b33fde444c77-d # internal
2025-08-20T23:05:40.5132158Z [00:04:25.796]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges
2025-08-20T23:05:40.5132900Z [00:04:25.796]➜  mkdir -p $WORK/b2891/
2025-08-20T23:05:40.5133611Z [00:04:25.796]➜  cat >/tmp/go-build3700090427/b2891/importcfg << 'EOF' # internal
2025-08-20T23:05:40.5134254Z [00:04:25.796]➜  # import config
2025-08-20T23:05:40.5134875Z [00:04:25.796]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.5138690Z [00:04:25.796]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.5139687Z [00:04:25.796]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.5140451Z [00:04:25.796]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.5141617Z [00:04:25.796]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.5143056Z [00:04:25.796]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.5144080Z [00:04:25.796]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.5144834Z [00:04:25.796]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.5145887Z [00:04:25.796]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.5146653Z [00:04:25.796]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.5147409Z [00:04:25.796]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.5147969Z [00:04:25.796]➜  EOF
2025-08-20T23:05:40.5153778Z [00:04:25.796]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2891/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getprivileges;$WORK/b2891=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges -lang=go1.22 -complete -installsuffix shared -buildid obVkGj0dgvq0zjloaoCF/obVkGj0dgvq0zjloaoCF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2891/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getprivileges/get_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getprivileges/response.go
2025-08-20T23:05:40.5724830Z [00:04:25.856]➜  go tool buildid -w $WORK/b2888/_pkg_.a # internal
2025-08-20T23:05:40.5755457Z [00:04:25.858]➜  cp $WORK/b2888/_pkg_.a /root/.cache/go-build/a8/a89a3eb941eac5f7db0445c9be4207aaa5e49ae243d3a71d54aacb39afb40e31-d # internal
2025-08-20T23:05:40.5761408Z [00:04:25.858]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole
2025-08-20T23:05:40.5762179Z [00:04:25.858]➜  mkdir -p $WORK/b2892/
2025-08-20T23:05:40.5762987Z [00:04:25.859]➜  cat >/tmp/go-build3700090427/b2892/importcfg << 'EOF' # internal
2025-08-20T23:05:40.5763678Z [00:04:25.859]➜  # import config
2025-08-20T23:05:40.5764368Z [00:04:25.859]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.5765290Z [00:04:25.859]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.5766162Z [00:04:25.859]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.5766954Z [00:04:25.859]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.5768213Z [00:04:25.859]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.5769929Z [00:04:25.859]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.5771041Z [00:04:25.859]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.5771903Z [00:04:25.859]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.5772783Z [00:04:25.859]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.5773624Z [00:04:25.859]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.5774473Z [00:04:25.859]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.5775167Z [00:04:25.859]➜  EOF
2025-08-20T23:05:40.5810929Z [00:04:25.859]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2892/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getrole=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getrole;$WORK/b2892=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole -lang=go1.22 -complete -installsuffix shared -buildid Xo3PJfZnAYBS6pyAIVbc/Xo3PJfZnAYBS6pyAIVbc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2892/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getrole/get_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getrole/response.go
2025-08-20T23:05:40.6025962Z [00:04:25.886]➜  go tool buildid -w $WORK/b2889/_pkg_.a # internal
2025-08-20T23:05:40.6050807Z [00:04:25.888]➜  cp $WORK/b2889/_pkg_.a /root/.cache/go-build/0b/0b739db52428702505f49bea9531e13815f37888df087a579ff873ea0a565dbb-d # internal
2025-08-20T23:05:40.6053348Z [00:04:25.888]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping
2025-08-20T23:05:40.6056195Z [00:04:25.888]➜  mkdir -p $WORK/b2893/
2025-08-20T23:05:40.6058017Z [00:04:25.888]➜  cat >/tmp/go-build3700090427/b2893/importcfg << 'EOF' # internal
2025-08-20T23:05:40.6058686Z [00:04:25.888]➜  # import config
2025-08-20T23:05:40.6059312Z [00:04:25.888]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.6060389Z [00:04:25.888]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.6061617Z [00:04:25.888]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.6062478Z [00:04:25.888]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.6065178Z [00:04:25.888]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.6067503Z [00:04:25.888]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.6069118Z [00:04:25.888]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.6070515Z [00:04:25.888]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.6071639Z [00:04:25.888]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.6072745Z [00:04:25.888]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.6074086Z [00:04:25.888]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.6074969Z [00:04:25.888]➜  EOF
2025-08-20T23:05:40.6082568Z [00:04:25.888]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2893/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getrolemapping=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getrolemapping;$WORK/b2893=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping -lang=go1.22 -complete -installsuffix shared -buildid -a0W8bwmpNuMTnTKyXdm/-a0W8bwmpNuMTnTKyXdm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2893/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getrolemapping/get_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getrolemapping/response.go
2025-08-20T23:05:40.6297557Z [00:04:25.913]➜  go tool buildid -w $WORK/b2890/_pkg_.a # internal
2025-08-20T23:05:40.6312507Z [00:04:25.914]➜  cp $WORK/b2890/_pkg_.a /root/.cache/go-build/f9/f90477f8ad0b876e441c0cd67a01c9aa4ff459a4f4febe687d3b767ea0b4f995-d # internal
2025-08-20T23:05:40.6318633Z [00:04:25.915]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts
2025-08-20T23:05:40.6319697Z [00:04:25.915]➜  mkdir -p $WORK/b2894/
2025-08-20T23:05:40.6328085Z [00:04:25.916]➜  cat >/tmp/go-build3700090427/b2894/importcfg << 'EOF' # internal
2025-08-20T23:05:40.6328914Z [00:04:25.916]➜  # import config
2025-08-20T23:05:40.6329853Z [00:04:25.916]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.6330780Z [00:04:25.916]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.6331665Z [00:04:25.916]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.6332482Z [00:04:25.916]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.6333681Z [00:04:25.916]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.6335196Z [00:04:25.916]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.6336251Z [00:04:25.916]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.6337027Z [00:04:25.916]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.6337824Z [00:04:25.916]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.6338903Z [00:04:25.916]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.6339898Z [00:04:25.916]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.6340483Z [00:04:25.916]➜  EOF
2025-08-20T23:05:40.6346574Z [00:04:25.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getserviceaccounts=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getserviceaccounts;$WORK/b2894=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts -lang=go1.22 -complete -installsuffix shared -buildid 1VqqNbKTewvPASQRPTHR/1VqqNbKTewvPASQRPTHR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2894/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getserviceaccounts/get_service_accounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getserviceaccounts/response.go
2025-08-20T23:05:40.6471695Z [00:04:25.930]➜  go tool buildid -w $WORK/b2891/_pkg_.a # internal
2025-08-20T23:05:40.6484342Z [00:04:25.931]➜  cp $WORK/b2891/_pkg_.a /root/.cache/go-build/8a/8a7d78672ee413f2c668de1337464a80b95cdf76848deecbc9388fc46d6d47ee-d # internal
2025-08-20T23:05:40.6503954Z [00:04:25.932]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials
2025-08-20T23:05:40.6504860Z [00:04:25.932]➜  mkdir -p $WORK/b2895/
2025-08-20T23:05:40.6505602Z [00:04:25.932]➜  cat >/tmp/go-build3700090427/b2895/importcfg << 'EOF' # internal
2025-08-20T23:05:40.6506336Z [00:04:25.932]➜  # import config
2025-08-20T23:05:40.6507015Z [00:04:25.932]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.6507938Z [00:04:25.932]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.6508786Z [00:04:25.932]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.6517972Z [00:04:25.932]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.6519581Z [00:04:25.932]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.6521176Z [00:04:25.932]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.6522260Z [00:04:25.932]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.6523044Z [00:04:25.932]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.6523872Z [00:04:25.932]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.6524680Z [00:04:25.932]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.6525460Z [00:04:25.932]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.6526050Z [00:04:25.932]➜  EOF
2025-08-20T23:05:40.6532236Z [00:04:25.932]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2895/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getservicecredentials=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getservicecredentials;$WORK/b2895=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials -lang=go1.22 -complete -installsuffix shared -buildid NQRY6SD0ZSDyqhySHMBX/NQRY6SD0ZSDyqhySHMBX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2895/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getservicecredentials/get_service_credentials.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getservicecredentials/response.go
2025-08-20T23:05:40.7101294Z [00:04:25.993]➜  go tool buildid -w $WORK/b2892/_pkg_.a # internal
2025-08-20T23:05:40.7106581Z [00:04:25.994]➜  go tool buildid -w $WORK/b2893/_pkg_.a # internal
2025-08-20T23:05:40.7119092Z [00:04:25.995]➜  cp $WORK/b2892/_pkg_.a /root/.cache/go-build/f6/f6cdc3267eb996861f784da4f990e50cf60554a178f7ffcc4236a57f753db994-d # internal
2025-08-20T23:05:40.7121684Z [00:04:25.995]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken
2025-08-20T23:05:40.7124474Z [00:04:25.996]➜  mkdir -p $WORK/b2897/
2025-08-20T23:05:40.7126628Z [00:04:25.996]➜  cp $WORK/b2893/_pkg_.a /root/.cache/go-build/94/94ea326f43e2bf7a8ab35f67a5e5764ac7b067039f5874a8f321409aa589ea60-d # internal
2025-08-20T23:05:40.7129312Z [00:04:25.996]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser
2025-08-20T23:05:40.7136170Z [00:04:25.996]➜  mkdir -p $WORK/b2899/
2025-08-20T23:05:40.7137311Z [00:04:25.996]➜  cat >/tmp/go-build3700090427/b2897/importcfg << 'EOF' # internal
2025-08-20T23:05:40.7138124Z [00:04:25.996]➜  # import config
2025-08-20T23:05:40.7138808Z [00:04:25.996]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.7139859Z [00:04:25.996]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.7140744Z [00:04:25.997]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.7141658Z [00:04:25.997]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.7142502Z [00:04:25.997]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.7143714Z [00:04:25.997]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.7145250Z [00:04:25.997]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.7146961Z [00:04:25.997]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype=/tmp/go-build3700090427/b2898/_pkg_.a
2025-08-20T23:05:40.7148274Z [00:04:25.997]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.7149108Z [00:04:25.997]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.7150125Z [00:04:25.997]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.7150967Z [00:04:25.997]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.7151806Z [00:04:25.997]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.7152401Z [00:04:25.997]➜  EOF
2025-08-20T23:05:40.7153023Z [00:04:25.997]➜  cat >/tmp/go-build3700090427/b2899/importcfg << 'EOF' # internal
2025-08-20T23:05:40.7153692Z [00:04:25.997]➜  # import config
2025-08-20T23:05:40.7154345Z [00:04:25.997]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.7155257Z [00:04:25.997]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.7156156Z [00:04:25.997]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.7156962Z [00:04:25.997]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.7158182Z [00:04:25.997]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.7176670Z [00:04:25.997]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.7177931Z [00:04:25.997]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.7178821Z [00:04:25.997]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.7179821Z [00:04:25.997]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.7180662Z [00:04:25.997]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.7181553Z [00:04:25.997]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.7182211Z [00:04:25.997]➜  EOF
2025-08-20T23:05:40.7187532Z [00:04:25.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuser=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuser;$WORK/b2899=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser -lang=go1.22 -complete -installsuffix shared -buildid KFzHGnLwbrg-T7yabUDL/KFzHGnLwbrg-T7yabUDL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2899/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuser/get_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuser/response.go
2025-08-20T23:05:40.7198521Z [00:04:25.997]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/gettoken=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/gettoken;$WORK/b2897=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken -lang=go1.22 -complete -installsuffix shared -buildid A1e0a9UsH-fGWjckVw1d/A1e0a9UsH-fGWjckVw1d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2897/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/gettoken/get_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/gettoken/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/gettoken/response.go
2025-08-20T23:05:40.7422221Z [00:04:26.025]➜  go tool buildid -w $WORK/b2895/_pkg_.a # internal
2025-08-20T23:05:40.7440821Z [00:04:26.027]➜  cp $WORK/b2895/_pkg_.a /root/.cache/go-build/37/37687f49104413491ed6c416e04e9de9e1e51c36ac099064e6ce6ccf2472af2e-d # internal
2025-08-20T23:05:40.7443151Z [00:04:26.028]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges
2025-08-20T23:05:40.7447222Z [00:04:26.028]➜  mkdir -p $WORK/b2900/
2025-08-20T23:05:40.7451212Z [00:04:26.028]➜  cat >/tmp/go-build3700090427/b2900/importcfg << 'EOF' # internal
2025-08-20T23:05:40.7454074Z [00:04:26.028]➜  # import config
2025-08-20T23:05:40.7456482Z [00:04:26.028]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.7468731Z [00:04:26.028]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.7469769Z [00:04:26.028]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.7470568Z [00:04:26.028]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.7471786Z [00:04:26.028]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.7473325Z [00:04:26.028]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.7474410Z [00:04:26.028]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.7475211Z [00:04:26.028]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.7476054Z [00:04:26.028]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.7476893Z [00:04:26.028]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.7477729Z [00:04:26.028]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.7478336Z [00:04:26.028]➜  EOF
2025-08-20T23:05:40.7484254Z [00:04:26.028]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2900/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuserprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuserprivileges;$WORK/b2900=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges -lang=go1.22 -complete -installsuffix shared -buildid poV0r16VZPd3IZkxe4Yl/poV0r16VZPd3IZkxe4Yl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2900/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuserprivileges/get_user_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuserprivileges/response.go
2025-08-20T23:05:40.7567415Z [00:04:26.040]➜  go tool buildid -w $WORK/b2894/_pkg_.a # internal
2025-08-20T23:05:40.7582740Z [00:04:26.041]➜  cp $WORK/b2894/_pkg_.a /root/.cache/go-build/14/14708f746d3a686c5dfb1e3aeebbb45484a822cae8ed311302f59474115108ed-d # internal
2025-08-20T23:05:40.7599662Z [00:04:26.043]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile
2025-08-20T23:05:40.7601609Z [00:04:26.043]➜  mkdir -p $WORK/b2901/
2025-08-20T23:05:40.7613688Z [00:04:26.043]➜  cat >/tmp/go-build3700090427/b2901/importcfg << 'EOF' # internal
2025-08-20T23:05:40.7615458Z [00:04:26.043]➜  # import config
2025-08-20T23:05:40.7616454Z [00:04:26.043]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.7617373Z [00:04:26.043]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.7618242Z [00:04:26.043]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.7618979Z [00:04:26.043]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.7620415Z [00:04:26.043]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.7622003Z [00:04:26.043]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.7623133Z [00:04:26.043]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.7623950Z [00:04:26.043]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.7624814Z [00:04:26.043]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.7625693Z [00:04:26.043]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.7626510Z [00:04:26.043]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.7627126Z [00:04:26.043]➜  EOF
2025-08-20T23:05:40.7632949Z [00:04:26.043]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2901/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuserprofile;$WORK/b2901=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile -lang=go1.22 -complete -installsuffix shared -buildid A_3WO12FDkgC6GjAjVjk/A_3WO12FDkgC6GjAjVjk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2901/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuserprofile/get_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/getuserprofile/response.go
2025-08-20T23:05:40.8167313Z [00:04:26.100]➜  go tool buildid -w $WORK/b2899/_pkg_.a # internal
2025-08-20T23:05:40.8190189Z [00:04:26.102]➜  cp $WORK/b2899/_pkg_.a /root/.cache/go-build/34/3403ccc3f3c40b28f190ca3a557c70979db1fb64192710d1353742b89e38a66c-d # internal
2025-08-20T23:05:40.8217055Z [00:04:26.103]➜  go tool buildid -w $WORK/b2897/_pkg_.a # internal
2025-08-20T23:05:40.8231665Z [00:04:26.106]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey
2025-08-20T23:05:40.8232789Z [00:04:26.106]➜  mkdir -p $WORK/b2902/
2025-08-20T23:05:40.8233808Z [00:04:26.106]➜  cat >/tmp/go-build3700090427/b2902/importcfg << 'EOF' # internal
2025-08-20T23:05:40.8235905Z [00:04:26.106]➜  # import config
2025-08-20T23:05:40.8236605Z [00:04:26.106]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.8237469Z [00:04:26.107]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.8238343Z [00:04:26.107]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.8239236Z [00:04:26.107]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.8240254Z [00:04:26.107]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.8241646Z [00:04:26.107]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.8244355Z [00:04:26.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.8246316Z [00:04:26.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype=/tmp/go-build3700090427/b2903/_pkg_.a
2025-08-20T23:05:40.8247563Z [00:04:26.107]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.8248594Z [00:04:26.107]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.8252049Z [00:04:26.107]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.8253109Z [00:04:26.107]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.8253932Z [00:04:26.107]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.8254529Z [00:04:26.107]➜  EOF
2025-08-20T23:05:40.8293617Z [00:04:26.107]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2902/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/grantapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/grantapikey;$WORK/b2902=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey -lang=go1.22 -complete -installsuffix shared -buildid QuYwJCeHFI1BVFglkATk/QuYwJCeHFI1BVFglkATk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2902/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/grantapikey/grant_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/grantapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/grantapikey/response.go
2025-08-20T23:05:40.8300270Z [00:04:26.107]➜  cp $WORK/b2897/_pkg_.a /root/.cache/go-build/4c/4ca368cf37d5c39f800cde0ba701fff02805ed115d37bf6e4028fc8154e4cf35-d # internal
2025-08-20T23:05:40.8301760Z [00:04:26.108]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges
2025-08-20T23:05:40.8302582Z [00:04:26.108]➜  mkdir -p $WORK/b2904/
2025-08-20T23:05:40.8303322Z [00:04:26.111]➜  cat >/tmp/go-build3700090427/b2904/importcfg << 'EOF' # internal
2025-08-20T23:05:40.8304018Z [00:04:26.111]➜  # import config
2025-08-20T23:05:40.8304698Z [00:04:26.111]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.8305604Z [00:04:26.111]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.8306481Z [00:04:26.111]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.8307344Z [00:04:26.111]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.8308177Z [00:04:26.111]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.8309742Z [00:04:26.111]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.8311320Z [00:04:26.111]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.8313038Z [00:04:26.111]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3700090427/b2312/_pkg_.a
2025-08-20T23:05:40.8314304Z [00:04:26.111]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.8315145Z [00:04:26.111]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.8315996Z [00:04:26.111]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.8316811Z [00:04:26.111]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.8317653Z [00:04:26.111]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.8318301Z [00:04:26.111]➜  EOF
2025-08-20T23:05:40.8324860Z [00:04:26.111]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/hasprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/hasprivileges;$WORK/b2904=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges -lang=go1.22 -complete -installsuffix shared -buildid yYA9b9HFqaCYq_PxQ_Tb/yYA9b9HFqaCYq_PxQ_Tb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2904/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/hasprivileges/has_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/hasprivileges/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/hasprivileges/response.go
2025-08-20T23:05:40.8619642Z [00:04:26.145]➜  go tool buildid -w $WORK/b2900/_pkg_.a # internal
2025-08-20T23:05:40.8625154Z [00:04:26.146]➜  go tool buildid -w $WORK/b2901/_pkg_.a # internal
2025-08-20T23:05:40.8638123Z [00:04:26.147]➜  cp $WORK/b2900/_pkg_.a /root/.cache/go-build/f0/f0eb0898b6cf3968333e5dc47ebcf84b38202c415190c16f5bbd5b4796a0a7db-d # internal
2025-08-20T23:05:40.8648259Z [00:04:26.148]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile
2025-08-20T23:05:40.8650951Z [00:04:26.148]➜  mkdir -p $WORK/b2905/
2025-08-20T23:05:40.8654947Z [00:04:26.149]➜  cat >/tmp/go-build3700090427/b2905/importcfg << 'EOF' # internal
2025-08-20T23:05:40.8657000Z [00:04:26.149]➜  # import config
2025-08-20T23:05:40.8662201Z [00:04:26.149]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.8663864Z [00:04:26.149]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.8664755Z [00:04:26.149]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.8665605Z [00:04:26.149]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.8666350Z [00:04:26.149]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.8667494Z [00:04:26.149]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.8668959Z [00:04:26.149]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.8670162Z [00:04:26.149]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.8670920Z [00:04:26.149]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.8671664Z [00:04:26.149]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.8672423Z [00:04:26.149]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.8673182Z [00:04:26.149]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.8673759Z [00:04:26.149]➜  EOF
2025-08-20T23:05:40.8682928Z [00:04:26.149]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2905/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/hasprivilegesuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/hasprivilegesuserprofile;$WORK/b2905=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile -lang=go1.22 -complete -installsuffix shared -buildid rCa5d-ywVLWjGV9mb4e-/rCa5d-ywVLWjGV9mb4e- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2905/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/hasprivilegesuserprofile/has_privileges_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/hasprivilegesuserprofile/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/hasprivilegesuserprofile/response.go
2025-08-20T23:05:40.8696986Z [00:04:26.151]➜  cp $WORK/b2901/_pkg_.a /root/.cache/go-build/bb/bb93ffe76b078d709a75ec88f0e3fe5b638b008b496e0a8cb7b047b3678ba613-d # internal
2025-08-20T23:05:40.8698295Z [00:04:26.151]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey
2025-08-20T23:05:40.8699517Z [00:04:26.151]➜  mkdir -p $WORK/b2906/
2025-08-20T23:05:40.8700226Z [00:04:26.152]➜  cat >/tmp/go-build3700090427/b2906/importcfg << 'EOF' # internal
2025-08-20T23:05:40.8700878Z [00:04:26.152]➜  # import config
2025-08-20T23:05:40.8701489Z [00:04:26.152]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.8702274Z [00:04:26.152]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.8703083Z [00:04:26.152]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.8703877Z [00:04:26.152]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.8704949Z [00:04:26.152]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.8706166Z [00:04:26.152]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.8707595Z [00:04:26.152]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.8708617Z [00:04:26.152]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.8709579Z [00:04:26.152]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.8710401Z [00:04:26.152]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.8711175Z [00:04:26.152]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.8711932Z [00:04:26.152]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.8712491Z [00:04:26.152]➜  EOF
2025-08-20T23:05:40.8718998Z [00:04:26.152]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2906/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/invalidateapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/invalidateapikey;$WORK/b2906=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey -lang=go1.22 -complete -installsuffix shared -buildid erdnHD-p_pUhY-2H6nRI/erdnHD-p_pUhY-2H6nRI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2906/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/invalidateapikey/invalidate_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/invalidateapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/invalidateapikey/response.go
2025-08-20T23:05:40.9349710Z [00:04:26.218]➜  go tool buildid -w $WORK/b2902/_pkg_.a # internal
2025-08-20T23:05:40.9378218Z [00:04:26.221]➜  cp $WORK/b2902/_pkg_.a /root/.cache/go-build/85/85ed73786abe5e2653fe6623699369f5db0f306e03ab5673b99ad8c20ed51898-d # internal
2025-08-20T23:05:40.9464712Z [00:04:26.229]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken
2025-08-20T23:05:40.9473389Z [00:04:26.230]➜  mkdir -p $WORK/b2907/
2025-08-20T23:05:40.9474163Z [00:04:26.230]➜  cat >/tmp/go-build3700090427/b2907/importcfg << 'EOF' # internal
2025-08-20T23:05:40.9474851Z [00:04:26.230]➜  # import config
2025-08-20T23:05:40.9475836Z [00:04:26.231]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.9479131Z [00:04:26.231]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.9480798Z [00:04:26.231]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.9482617Z [00:04:26.231]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.9483838Z [00:04:26.231]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.9485327Z [00:04:26.231]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.9487826Z [00:04:26.231]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.9490824Z [00:04:26.231]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.9491701Z [00:04:26.231]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.9492615Z [00:04:26.231]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.9493508Z [00:04:26.231]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.9494375Z [00:04:26.231]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.9495053Z [00:04:26.231]➜  EOF
2025-08-20T23:05:40.9502201Z [00:04:26.231]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2907/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/invalidatetoken=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/invalidatetoken;$WORK/b2907=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken -lang=go1.22 -complete -installsuffix shared -buildid yoi4tOnZxrpTImwGo2Tm/yoi4tOnZxrpTImwGo2Tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2907/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/invalidatetoken/invalidate_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/invalidatetoken/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/invalidatetoken/response.go
2025-08-20T23:05:40.9582526Z [00:04:26.240]➜  go tool buildid -w $WORK/b2904/_pkg_.a # internal
2025-08-20T23:05:40.9585575Z [00:04:26.242]➜  cp $WORK/b2904/_pkg_.a /root/.cache/go-build/7f/7f3606b8078eaa75a6088372692aa4a3c1b89dc670822a61dbe51eea8b7ba346-d # internal
2025-08-20T23:05:40.9630130Z [00:04:26.246]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges
2025-08-20T23:05:40.9635089Z [00:04:26.247]➜  mkdir -p $WORK/b2911/
2025-08-20T23:05:40.9644777Z [00:04:26.248]➜  cat >/tmp/go-build3700090427/b2911/importcfg << 'EOF' # internal
2025-08-20T23:05:40.9651811Z [00:04:26.248]➜  # import config
2025-08-20T23:05:40.9652477Z [00:04:26.248]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.9653297Z [00:04:26.248]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.9654184Z [00:04:26.248]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.9655029Z [00:04:26.248]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.9662969Z [00:04:26.248]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.9664200Z [00:04:26.248]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.9665750Z [00:04:26.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.9667310Z [00:04:26.248]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.9668478Z [00:04:26.248]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.9669258Z [00:04:26.248]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.9671844Z [00:04:26.248]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.9672651Z [00:04:26.248]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.9673450Z [00:04:26.248]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.9674036Z [00:04:26.248]➜  EOF
2025-08-20T23:05:40.9680488Z [00:04:26.249]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2911/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putprivileges;$WORK/b2911=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges -lang=go1.22 -complete -installsuffix shared -buildid h_L-23Fy1q13ogWnCJe4/h_L-23Fy1q13ogWnCJe4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2911/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putprivileges/put_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putprivileges/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putprivileges/response.go
2025-08-20T23:05:40.9728059Z [00:04:26.256]➜  go tool buildid -w $WORK/b2906/_pkg_.a # internal
2025-08-20T23:05:40.9731279Z [00:04:26.256]➜  go tool buildid -w $WORK/b2905/_pkg_.a # internal
2025-08-20T23:05:40.9749136Z [00:04:26.258]➜  cp $WORK/b2906/_pkg_.a /root/.cache/go-build/85/8569a2ece24b9372cf5e1f458fae7bb72cf0561fa13ab34006f1f918bab2d52f-d # internal
2025-08-20T23:05:40.9755953Z [00:04:26.259]➜  cp $WORK/b2905/_pkg_.a /root/.cache/go-build/e3/e31f73f4b06b3f27852e6cacc5c1cb681a428e5af7b3409326ec0f78af9b4396-d # internal
2025-08-20T23:05:40.9783920Z [00:04:26.262]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole
2025-08-20T23:05:40.9790414Z [00:04:26.262]➜  mkdir -p $WORK/b2912/
2025-08-20T23:05:40.9791250Z [00:04:26.262]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping
2025-08-20T23:05:40.9792058Z [00:04:26.262]➜  mkdir -p $WORK/b2913/
2025-08-20T23:05:40.9792783Z [00:04:26.262]➜  cat >/tmp/go-build3700090427/b2912/importcfg << 'EOF' # internal
2025-08-20T23:05:40.9793455Z [00:04:26.262]➜  # import config
2025-08-20T23:05:40.9794111Z [00:04:26.262]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.9794946Z [00:04:26.262]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.9795804Z [00:04:26.262]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.9796719Z [00:04:26.262]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.9797564Z [00:04:26.262]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.9798826Z [00:04:26.262]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.9800574Z [00:04:26.262]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.9802316Z [00:04:26.262]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3700090427/b2312/_pkg_.a
2025-08-20T23:05:40.9804104Z [00:04:26.262]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.9805286Z [00:04:26.262]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.9806145Z [00:04:26.262]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.9806966Z [00:04:26.262]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.9807753Z [00:04:26.262]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.9808592Z [00:04:26.262]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.9809207Z [00:04:26.262]➜  EOF
2025-08-20T23:05:40.9830262Z [00:04:26.262]➜  cat >/tmp/go-build3700090427/b2913/importcfg << 'EOF' # internal
2025-08-20T23:05:40.9831203Z [00:04:26.262]➜  # import config
2025-08-20T23:05:40.9831837Z [00:04:26.262]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:40.9832644Z [00:04:26.262]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:40.9833495Z [00:04:26.262]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:40.9834335Z [00:04:26.262]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:40.9835129Z [00:04:26.262]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:40.9836339Z [00:04:26.262]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:40.9837850Z [00:04:26.262]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:40.9839692Z [00:04:26.262]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:40.9840941Z [00:04:26.262]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:40.9841750Z [00:04:26.262]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:40.9842545Z [00:04:26.262]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:40.9843328Z [00:04:26.262]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:40.9844147Z [00:04:26.262]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:40.9845063Z [00:04:26.262]➜  EOF
2025-08-20T23:05:40.9851628Z [00:04:26.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2913/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putrolemapping=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putrolemapping;$WORK/b2913=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping -lang=go1.22 -complete -installsuffix shared -buildid 9nTnAMt2c5sRAylgOfeo/9nTnAMt2c5sRAylgOfeo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2913/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putrolemapping/put_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putrolemapping/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putrolemapping/response.go
2025-08-20T23:05:40.9862669Z [00:04:26.262]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2912/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putrole=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putrole;$WORK/b2912=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole -lang=go1.22 -complete -installsuffix shared -buildid DVWYr4S6TDhSfOx4wQks/DVWYr4S6TDhSfOx4wQks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2912/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putrole/put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putrole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putrole/response.go
2025-08-20T23:05:41.0774604Z [00:04:26.361]➜  go tool buildid -w $WORK/b2907/_pkg_.a # internal
2025-08-20T23:05:41.0790465Z [00:04:26.362]➜  go tool buildid -w $WORK/b2911/_pkg_.a # internal
2025-08-20T23:05:41.0793655Z [00:04:26.363]➜  cp $WORK/b2907/_pkg_.a /root/.cache/go-build/20/20480a1c1607344da63e914cf5d20f23adfbc3a038097a602f6d6725839c52dc-d # internal
2025-08-20T23:05:41.0803557Z [00:04:26.364]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser
2025-08-20T23:05:41.0805254Z [00:04:26.364]➜  mkdir -p $WORK/b2914/
2025-08-20T23:05:41.0811266Z [00:04:26.364]➜  cp $WORK/b2911/_pkg_.a /root/.cache/go-build/31/31b38f96586cc665a2c46791406784766f01c557861d69cb88d2eee3ec3c2dce-d # internal
2025-08-20T23:05:41.0820004Z [00:04:26.365]➜  cat >/tmp/go-build3700090427/b2914/importcfg << 'EOF' # internal
2025-08-20T23:05:41.0822483Z [00:04:26.365]➜  # import config
2025-08-20T23:05:41.0823160Z [00:04:26.365]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.0823976Z [00:04:26.365]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.0824809Z [00:04:26.365]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.0825674Z [00:04:26.365]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.0826453Z [00:04:26.365]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.0827644Z [00:04:26.365]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.0829184Z [00:04:26.365]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.0831002Z [00:04:26.365]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:41.0832135Z [00:04:26.365]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.0832909Z [00:04:26.365]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.0833723Z [00:04:26.365]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.0834556Z [00:04:26.365]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.0835651Z [00:04:26.365]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.0836280Z [00:04:26.365]➜  EOF
2025-08-20T23:05:41.0842388Z [00:04:26.366]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2914/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putuser=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putuser;$WORK/b2914=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser -lang=go1.22 -complete -installsuffix shared -buildid gyXBo6DpFEVnR8lbWZ6u/gyXBo6DpFEVnR8lbWZ6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2914/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putuser/put_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putuser/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/putuser/response.go
2025-08-20T23:05:41.0854693Z [00:04:26.368]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys
2025-08-20T23:05:41.0862168Z [00:04:26.368]➜  mkdir -p $WORK/b2915/
2025-08-20T23:05:41.0862881Z [00:04:26.368]➜  cat >/tmp/go-build3700090427/b2915/importcfg << 'EOF' # internal
2025-08-20T23:05:41.0863538Z [00:04:26.368]➜  # import config
2025-08-20T23:05:41.0864167Z [00:04:26.368]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.0864988Z [00:04:26.369]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.0872240Z [00:04:26.369]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.0873296Z [00:04:26.369]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.0874239Z [00:04:26.369]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.0875783Z [00:04:26.369]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.0877590Z [00:04:26.369]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.0879123Z [00:04:26.369]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.0880612Z [00:04:26.369]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.0881736Z [00:04:26.369]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.0883054Z [00:04:26.369]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.0883821Z [00:04:26.369]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.0884390Z [00:04:26.369]➜  EOF
2025-08-20T23:05:41.0890675Z [00:04:26.369]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2915/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryapikeys=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryapikeys;$WORK/b2915=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys -lang=go1.22 -complete -installsuffix shared -buildid ay96eJIZI76yuk1AtvQ5/ay96eJIZI76yuk1AtvQ5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2915/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryapikeys/query_api_keys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryapikeys/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryapikeys/response.go
2025-08-20T23:05:41.0906950Z [00:04:26.374]➜  go tool buildid -w $WORK/b2912/_pkg_.a # internal
2025-08-20T23:05:41.0931850Z [00:04:26.376]➜  cp $WORK/b2912/_pkg_.a /root/.cache/go-build/c5/c54198815f2207f2558ad1ebd8a11c4d9acbca9230232932b486549ea23a8bf4-d # internal
2025-08-20T23:05:41.0947704Z [00:04:26.378]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole
2025-08-20T23:05:41.0950056Z [00:04:26.378]➜  mkdir -p $WORK/b2916/
2025-08-20T23:05:41.0960083Z [00:04:26.379]➜  cat >/tmp/go-build3700090427/b2916/importcfg << 'EOF' # internal
2025-08-20T23:05:41.0961161Z [00:04:26.379]➜  # import config
2025-08-20T23:05:41.0961940Z [00:04:26.379]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.0964691Z [00:04:26.379]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.0965764Z [00:04:26.379]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.0966628Z [00:04:26.379]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.0967399Z [00:04:26.379]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.0968548Z [00:04:26.379]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.0970171Z [00:04:26.380]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.0971185Z [00:04:26.380]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.0971900Z [00:04:26.380]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.0972631Z [00:04:26.380]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.0973366Z [00:04:26.380]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.0974073Z [00:04:26.380]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.0974623Z [00:04:26.380]➜  EOF
2025-08-20T23:05:41.0988390Z [00:04:26.381]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2916/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryrole=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryrole;$WORK/b2916=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole -lang=go1.22 -complete -installsuffix shared -buildid fEqd8KdEodp1lsfQ8mBs/fEqd8KdEodp1lsfQ8mBs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2916/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryrole/query_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryrole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryrole/response.go
2025-08-20T23:05:41.0996460Z [00:04:26.382]➜  go tool buildid -w $WORK/b2913/_pkg_.a # internal
2025-08-20T23:05:41.1014128Z [00:04:26.384]➜  cp $WORK/b2913/_pkg_.a /root/.cache/go-build/75/75fbaa88dc1775099b8a156249ce0fe907ce5b796d23abe3b300af91f62c6395-d # internal
2025-08-20T23:05:41.1029063Z [00:04:26.386]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser
2025-08-20T23:05:41.1031219Z [00:04:26.386]➜  mkdir -p $WORK/b2917/
2025-08-20T23:05:41.1034502Z [00:04:26.386]➜  cat >/tmp/go-build3700090427/b2917/importcfg << 'EOF' # internal
2025-08-20T23:05:41.1035218Z [00:04:26.386]➜  # import config
2025-08-20T23:05:41.1038973Z [00:04:26.386]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.1041215Z [00:04:26.386]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.1042255Z [00:04:26.386]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.1043430Z [00:04:26.386]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.1046422Z [00:04:26.386]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.1048405Z [00:04:26.386]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.1050082Z [00:04:26.386]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.1051208Z [00:04:26.386]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.1052082Z [00:04:26.386]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.1053246Z [00:04:26.386]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.1054072Z [00:04:26.386]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.1054865Z [00:04:26.386]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.1055478Z [00:04:26.386]➜  EOF
2025-08-20T23:05:41.1061899Z [00:04:26.386]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2917/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryuser=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryuser;$WORK/b2917=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser -lang=go1.22 -complete -installsuffix shared -buildid KzWwEmPpopKy4ITG5L14/KzWwEmPpopKy4ITG5L14 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2917/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryuser/query_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryuser/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/queryuser/response.go
2025-08-20T23:05:41.2058462Z [00:04:26.489]➜  go tool buildid -w $WORK/b2916/_pkg_.a # internal
2025-08-20T23:05:41.2084567Z [00:04:26.491]➜  cp $WORK/b2916/_pkg_.a /root/.cache/go-build/2b/2b2a3e02d26e0d2f6d4c52a2d167816ca485eb23c07cbf42ad42dc027119d927-d # internal
2025-08-20T23:05:41.2085846Z [00:04:26.492]➜  go tool buildid -w $WORK/b2914/_pkg_.a # internal
2025-08-20T23:05:41.2097677Z [00:04:26.493]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate
2025-08-20T23:05:41.2098473Z [00:04:26.493]➜  mkdir -p $WORK/b2918/
2025-08-20T23:05:41.2110306Z [00:04:26.494]➜  cat >/tmp/go-build3700090427/b2918/importcfg << 'EOF' # internal
2025-08-20T23:05:41.2111001Z [00:04:26.494]➜  # import config
2025-08-20T23:05:41.2111624Z [00:04:26.494]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.2112378Z [00:04:26.494]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.2113141Z [00:04:26.494]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.2113877Z [00:04:26.494]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.2114644Z [00:04:26.494]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.2115797Z [00:04:26.494]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.2117450Z [00:04:26.494]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.2118462Z [00:04:26.494]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.2119227Z [00:04:26.494]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.2120198Z [00:04:26.494]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.2120970Z [00:04:26.494]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.2121747Z [00:04:26.494]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.2122373Z [00:04:26.494]➜  EOF
2025-08-20T23:05:41.2137129Z [00:04:26.494]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2918/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlauthenticate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlauthenticate;$WORK/b2918=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate -lang=go1.22 -complete -installsuffix shared -buildid b3QKkcF68Nc2PwUIy1NW/b3QKkcF68Nc2PwUIy1NW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2918/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlauthenticate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlauthenticate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlauthenticate/saml_authenticate.go
2025-08-20T23:05:41.2145561Z [00:04:26.496]➜  cp $WORK/b2914/_pkg_.a /root/.cache/go-build/d5/d5b94176bd5ea2f1acba4d1da2a8eebedb4b664233a4c928c0b1c46c999d40f6-d # internal
2025-08-20T23:05:41.2194739Z [00:04:26.502]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate
2025-08-20T23:05:41.2198118Z [00:04:26.503]➜  mkdir -p $WORK/b2920/
2025-08-20T23:05:41.2200649Z [00:04:26.503]➜  cat >/tmp/go-build3700090427/b2920/importcfg << 'EOF' # internal
2025-08-20T23:05:41.2201331Z [00:04:26.503]➜  # import config
2025-08-20T23:05:41.2201995Z [00:04:26.503]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.2202826Z [00:04:26.504]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.2203692Z [00:04:26.504]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.2204551Z [00:04:26.504]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.2205341Z [00:04:26.504]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.2206541Z [00:04:26.504]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.2208063Z [00:04:26.504]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.2210172Z [00:04:26.504]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.2211078Z [00:04:26.504]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.2212051Z [00:04:26.504]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.2212921Z [00:04:26.504]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.2214021Z [00:04:26.504]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.2214600Z [00:04:26.504]➜  EOF
2025-08-20T23:05:41.2220975Z [00:04:26.504]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2920/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlinvalidate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlinvalidate;$WORK/b2920=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate -lang=go1.22 -complete -installsuffix shared -buildid pwQIjsjkVAJ1pULg7jPT/pwQIjsjkVAJ1pULg7jPT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2920/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlinvalidate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlinvalidate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlinvalidate/saml_invalidate.go
2025-08-20T23:05:41.2380455Z [00:04:26.521]➜  go tool buildid -w $WORK/b2915/_pkg_.a # internal
2025-08-20T23:05:41.2402337Z [00:04:26.523]➜  go tool buildid -w $WORK/b2917/_pkg_.a # internal
2025-08-20T23:05:41.2416893Z [00:04:26.525]➜  cp $WORK/b2915/_pkg_.a /root/.cache/go-build/3f/3fb9795099819f9d74bc518e7321dc83711716e3f06e5c3b5d6d916389f6f892-d # internal
2025-08-20T23:05:41.2425966Z [00:04:26.526]➜  cp $WORK/b2917/_pkg_.a /root/.cache/go-build/b7/b7c55d0b730ed0ad1986fc9126bb19bc646d237da7eed0c5155a569f3637c6a5-d # internal
2025-08-20T23:05:41.2436113Z [00:04:26.527]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout
2025-08-20T23:05:41.2443560Z [00:04:26.527]➜  mkdir -p $WORK/b2921/
2025-08-20T23:05:41.2445028Z [00:04:26.527]➜  cat >/tmp/go-build3700090427/b2921/importcfg << 'EOF' # internal
2025-08-20T23:05:41.2446330Z [00:04:26.527]➜  # import config
2025-08-20T23:05:41.2447390Z [00:04:26.527]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.2449035Z [00:04:26.527]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.2450580Z [00:04:26.527]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.2452243Z [00:04:26.527]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.2453095Z [00:04:26.527]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.2454297Z [00:04:26.527]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.2455822Z [00:04:26.527]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.2456892Z [00:04:26.527]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.2457683Z [00:04:26.527]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.2458484Z [00:04:26.527]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.2459277Z [00:04:26.527]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.2464664Z [00:04:26.527]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.2466365Z [00:04:26.527]➜  EOF
2025-08-20T23:05:41.2472893Z [00:04:26.527]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2921/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samllogout=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samllogout;$WORK/b2921=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout -lang=go1.22 -complete -installsuffix shared -buildid rEq2u3-3xrwp1_h1Ce9O/rEq2u3-3xrwp1_h1Ce9O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2921/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samllogout/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samllogout/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samllogout/saml_logout.go
2025-08-20T23:05:41.2478705Z [00:04:26.529]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication
2025-08-20T23:05:41.2479750Z [00:04:26.529]➜  mkdir -p $WORK/b2922/
2025-08-20T23:05:41.2480483Z [00:04:26.529]➜  cat >/tmp/go-build3700090427/b2922/importcfg << 'EOF' # internal
2025-08-20T23:05:41.2481154Z [00:04:26.529]➜  # import config
2025-08-20T23:05:41.2481778Z [00:04:26.529]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.2482934Z [00:04:26.529]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.2483820Z [00:04:26.529]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.2484650Z [00:04:26.529]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.2485426Z [00:04:26.529]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.2486680Z [00:04:26.529]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.2488450Z [00:04:26.529]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.2489852Z [00:04:26.529]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.2490710Z [00:04:26.529]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.2491550Z [00:04:26.529]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.2492540Z [00:04:26.529]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.2493397Z [00:04:26.529]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.2494008Z [00:04:26.529]➜  EOF
2025-08-20T23:05:41.2501557Z [00:04:26.529]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2922/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlprepareauthentication=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlprepareauthentication;$WORK/b2922=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication -lang=go1.22 -complete -installsuffix shared -buildid oqFf5aKTiZtNDhgVOYZv/oqFf5aKTiZtNDhgVOYZv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2922/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlprepareauthentication/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlprepareauthentication/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlprepareauthentication/saml_prepare_authentication.go
2025-08-20T23:05:41.3297558Z [00:04:26.613]➜  go tool buildid -w $WORK/b2920/_pkg_.a # internal
2025-08-20T23:05:41.3311266Z [00:04:26.614]➜  cp $WORK/b2920/_pkg_.a /root/.cache/go-build/23/2398d309b894c28c0c225ba0d2b88a8e979a5cf9e5a8cade8ab9b8864b581dbf-d # internal
2025-08-20T23:05:41.3328653Z [00:04:26.615]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata
2025-08-20T23:05:41.3329798Z [00:04:26.615]➜  mkdir -p $WORK/b2923/
2025-08-20T23:05:41.3330565Z [00:04:26.615]➜  cat >/tmp/go-build3700090427/b2923/importcfg << 'EOF' # internal
2025-08-20T23:05:41.3331234Z [00:04:26.615]➜  # import config
2025-08-20T23:05:41.3331895Z [00:04:26.615]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.3332763Z [00:04:26.615]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.3333632Z [00:04:26.615]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.3334405Z [00:04:26.615]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.3335609Z [00:04:26.615]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.3342068Z [00:04:26.615]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.3343382Z [00:04:26.615]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.3344209Z [00:04:26.615]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.3345015Z [00:04:26.615]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.3345810Z [00:04:26.615]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.3346576Z [00:04:26.615]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.3347472Z [00:04:26.615]➜  EOF
2025-08-20T23:05:41.3366015Z [00:04:26.615]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2923/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlserviceprovidermetadata=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlserviceprovidermetadata;$WORK/b2923=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata -lang=go1.22 -complete -installsuffix shared -buildid 0goNc6zi_ijWX8DWVueA/0goNc6zi_ijWX8DWVueA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2923/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlserviceprovidermetadata/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/samlserviceprovidermetadata/saml_service_provider_metadata.go
2025-08-20T23:05:41.3371982Z [00:04:26.616]➜  go tool buildid -w $WORK/b2918/_pkg_.a # internal
2025-08-20T23:05:41.3373295Z [00:04:26.617]➜  cp $WORK/b2918/_pkg_.a /root/.cache/go-build/c5/c57322e37ee391690bebcb493fe7470ca9c7af2da629baa63696cd32d3ae52b5-d # internal
2025-08-20T23:05:41.3374622Z [00:04:26.620]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles
2025-08-20T23:05:41.3375393Z [00:04:26.620]➜  mkdir -p $WORK/b2924/
2025-08-20T23:05:41.3376075Z [00:04:26.620]➜  cat >/tmp/go-build3700090427/b2924/importcfg << 'EOF' # internal
2025-08-20T23:05:41.3376686Z [00:04:26.620]➜  # import config
2025-08-20T23:05:41.3377283Z [00:04:26.620]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.3378007Z [00:04:26.620]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.3378777Z [00:04:26.620]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.3379743Z [00:04:26.620]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.3380511Z [00:04:26.620]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.3381696Z [00:04:26.620]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.3383164Z [00:04:26.620]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.3384207Z [00:04:26.620]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.3384942Z [00:04:26.620]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.3385741Z [00:04:26.620]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.3386549Z [00:04:26.620]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.3387362Z [00:04:26.620]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.3387992Z [00:04:26.620]➜  EOF
2025-08-20T23:05:41.3394940Z [00:04:26.620]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2924/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/suggestuserprofiles=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/suggestuserprofiles;$WORK/b2924=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles -lang=go1.22 -complete -installsuffix shared -buildid VSjT06Vip_XG7n5w0jxK/VSjT06Vip_XG7n5w0jxK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2924/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/suggestuserprofiles/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/suggestuserprofiles/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/suggestuserprofiles/suggest_user_profiles.go
2025-08-20T23:05:41.3404853Z [00:04:26.624]➜  go tool buildid -w $WORK/b2922/_pkg_.a # internal
2025-08-20T23:05:41.3422526Z [00:04:26.625]➜  cp $WORK/b2922/_pkg_.a /root/.cache/go-build/3b/3bd981c203ede518030074e056465ee03daac09c0efdabdb667c02191ba20b8f-d # internal
2025-08-20T23:05:41.3444266Z [00:04:26.628]➜  go tool buildid -w $WORK/b2921/_pkg_.a # internal
2025-08-20T23:05:41.3453406Z [00:04:26.628]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey
2025-08-20T23:05:41.3454383Z [00:04:26.628]➜  mkdir -p $WORK/b2925/
2025-08-20T23:05:41.3460924Z [00:04:26.628]➜  cat >/tmp/go-build3700090427/b2925/importcfg << 'EOF' # internal
2025-08-20T23:05:41.3461624Z [00:04:26.628]➜  # import config
2025-08-20T23:05:41.3462256Z [00:04:26.628]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.3463283Z [00:04:26.629]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.3464200Z [00:04:26.629]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.3465077Z [00:04:26.629]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.3465877Z [00:04:26.629]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.3467142Z [00:04:26.629]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.3468667Z [00:04:26.629]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.3473072Z [00:04:26.629]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.3473886Z [00:04:26.629]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.3474850Z [00:04:26.629]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.3475681Z [00:04:26.629]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.3476520Z [00:04:26.629]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.3477125Z [00:04:26.629]➜  EOF
2025-08-20T23:05:41.3483520Z [00:04:26.629]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2925/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updateapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updateapikey;$WORK/b2925=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey -lang=go1.22 -complete -installsuffix shared -buildid G247ZEQAsnZTwnRUb8HN/G247ZEQAsnZTwnRUb8HN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2925/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updateapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updateapikey/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updateapikey/update_api_key.go
2025-08-20T23:05:41.3489880Z [00:04:26.629]➜  cp $WORK/b2921/_pkg_.a /root/.cache/go-build/dd/dd51fe6276bd898dd3592fc17f961a9b321307e21289e33dd6e0921d33e24d3a-d # internal
2025-08-20T23:05:41.3503053Z [00:04:26.633]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey
2025-08-20T23:05:41.3508539Z [00:04:26.634]➜  mkdir -p $WORK/b2926/
2025-08-20T23:05:41.3509301Z [00:04:26.634]➜  cat >/tmp/go-build3700090427/b2926/importcfg << 'EOF' # internal
2025-08-20T23:05:41.3511458Z [00:04:26.634]➜  # import config
2025-08-20T23:05:41.3512286Z [00:04:26.634]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.3513226Z [00:04:26.634]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.3514236Z [00:04:26.634]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.3515914Z [00:04:26.634]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.3517120Z [00:04:26.634]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.3518540Z [00:04:26.634]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.3520426Z [00:04:26.634]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.3524516Z [00:04:26.634]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.3525315Z [00:04:26.634]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.3526107Z [00:04:26.634]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.3526885Z [00:04:26.634]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.3527652Z [00:04:26.634]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.3528218Z [00:04:26.634]➜  EOF
2025-08-20T23:05:41.3535567Z [00:04:26.634]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2926/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updatecrossclusterapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updatecrossclusterapikey;$WORK/b2926=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey -lang=go1.22 -complete -installsuffix shared -buildid nBwgYuesbhHJa8ZMtwdd/nBwgYuesbhHJa8ZMtwdd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2926/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updatecrossclusterapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updatecrossclusterapikey/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updatecrossclusterapikey/update_cross_cluster_api_key.go
2025-08-20T23:05:41.4415517Z [00:04:26.725]➜  go tool buildid -w $WORK/b2923/_pkg_.a # internal
2025-08-20T23:05:41.4458762Z [00:04:26.729]➜  cp $WORK/b2923/_pkg_.a /root/.cache/go-build/25/258321ab63b60e19b910d656a4caa732ecfd547b04d3484eaa575627b9aa943b-d # internal
2025-08-20T23:05:41.4476424Z [00:04:26.731]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata
2025-08-20T23:05:41.4477207Z [00:04:26.731]➜  mkdir -p $WORK/b2928/
2025-08-20T23:05:41.4484215Z [00:04:26.732]➜  cat >/tmp/go-build3700090427/b2928/importcfg << 'EOF' # internal
2025-08-20T23:05:41.4486146Z [00:04:26.732]➜  # import config
2025-08-20T23:05:41.4490414Z [00:04:26.732]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.4491269Z [00:04:26.732]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.4494077Z [00:04:26.732]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.4495383Z [00:04:26.732]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.4497156Z [00:04:26.732]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.4498715Z [00:04:26.732]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.4500687Z [00:04:26.732]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.4502586Z [00:04:26.732]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:41.4504552Z [00:04:26.732]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.4511733Z [00:04:26.732]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.4512852Z [00:04:26.732]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.4515383Z [00:04:26.732]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.4516236Z [00:04:26.732]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.4516828Z [00:04:26.732]➜  EOF
2025-08-20T23:05:41.4523986Z [00:04:26.732]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2928/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updateuserprofiledata=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updateuserprofiledata;$WORK/b2928=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata -lang=go1.22 -complete -installsuffix shared -buildid XimafIp6AWdn7sQzCLRx/XimafIp6AWdn7sQzCLRx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2928/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updateuserprofiledata/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updateuserprofiledata/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/security/updateuserprofiledata/update_user_profile_data.go
2025-08-20T23:05:41.4532047Z [00:04:26.733]➜  go tool buildid -w $WORK/b2926/_pkg_.a # internal
2025-08-20T23:05:41.4533336Z [00:04:26.735]➜  cp $WORK/b2926/_pkg_.a /root/.cache/go-build/52/52ccfb21f4c272534627bd397a5d326ac02877fe62d3c2c1e859722dd638a644-d # internal
2025-08-20T23:05:41.4534489Z [00:04:26.736]➜  go tool buildid -w $WORK/b2925/_pkg_.a # internal
2025-08-20T23:05:41.4543034Z [00:04:26.737]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode
2025-08-20T23:05:41.4545954Z [00:04:26.737]➜  mkdir -p $WORK/b2929/
2025-08-20T23:05:41.4553552Z [00:04:26.738]➜  cp $WORK/b2925/_pkg_.a /root/.cache/go-build/e3/e332912e5979bf6eecce18cebc5f51fb5743e8f9cec08d3afb160a5b2d282a45-d # internal
2025-08-20T23:05:41.4563494Z [00:04:26.739]➜  cat >/tmp/go-build3700090427/b2929/importcfg << 'EOF' # internal
2025-08-20T23:05:41.4564197Z [00:04:26.739]➜  # import config
2025-08-20T23:05:41.4564851Z [00:04:26.739]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.4565703Z [00:04:26.739]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.4566553Z [00:04:26.739]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.4571792Z [00:04:26.739]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.4586416Z [00:04:26.739]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.4588086Z [00:04:26.739]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.4589841Z [00:04:26.739]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3700090427/b2501/_pkg_.a
2025-08-20T23:05:41.4591016Z [00:04:26.739]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.4591789Z [00:04:26.739]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.4592583Z [00:04:26.739]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.4593309Z [00:04:26.739]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.4594032Z [00:04:26.739]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.4594581Z [00:04:26.739]➜  EOF
2025-08-20T23:05:41.4595167Z [00:04:26.739]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode
2025-08-20T23:05:41.4595863Z [00:04:26.739]➜  mkdir -p $WORK/b2930/
2025-08-20T23:05:41.4601435Z [00:04:26.740]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2929/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/deletenode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/deletenode;$WORK/b2929=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode -lang=go1.22 -complete -installsuffix shared -buildid qFJouQCCUnbaBCOhk0Te/qFJouQCCUnbaBCOhk0Te -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2929/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/deletenode/delete_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/deletenode/response.go
2025-08-20T23:05:41.4606580Z [00:04:26.740]➜  cat >/tmp/go-build3700090427/b2930/importcfg << 'EOF' # internal
2025-08-20T23:05:41.4607306Z [00:04:26.740]➜  # import config
2025-08-20T23:05:41.4608288Z [00:04:26.740]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.4609178Z [00:04:26.740]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.4610162Z [00:04:26.740]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.4610937Z [00:04:26.740]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.4612121Z [00:04:26.740]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.4613879Z [00:04:26.740]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.4615555Z [00:04:26.740]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3700090427/b2501/_pkg_.a
2025-08-20T23:05:41.4616776Z [00:04:26.740]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.4617618Z [00:04:26.740]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.4618502Z [00:04:26.740]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.4619305Z [00:04:26.740]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.4620390Z [00:04:26.740]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.4620977Z [00:04:26.740]➜  EOF
2025-08-20T23:05:41.4626223Z [00:04:26.741]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2930/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/getnode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/getnode;$WORK/b2930=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode -lang=go1.22 -complete -installsuffix shared -buildid HB3EvuEJ6I17rISAdCG9/HB3EvuEJ6I17rISAdCG9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2930/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/getnode/get_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/getnode/response.go
2025-08-20T23:05:41.4631173Z [00:04:26.744]➜  go tool buildid -w $WORK/b2924/_pkg_.a # internal
2025-08-20T23:05:41.4650732Z [00:04:26.748]➜  cp $WORK/b2924/_pkg_.a /root/.cache/go-build/4d/4df44b34047b208fc554c985f3a559a602c84c49c9a8b6532fcd7b4cf3ce45cc-d # internal
2025-08-20T23:05:41.4661023Z [00:04:26.749]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode
2025-08-20T23:05:41.4662091Z [00:04:26.749]➜  mkdir -p $WORK/b2931/
2025-08-20T23:05:41.4671032Z [00:04:26.750]➜  cat >/tmp/go-build3700090427/b2931/importcfg << 'EOF' # internal
2025-08-20T23:05:41.4673264Z [00:04:26.750]➜  # import config
2025-08-20T23:05:41.4673887Z [00:04:26.750]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.4674670Z [00:04:26.750]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.4675489Z [00:04:26.750]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.4676307Z [00:04:26.750]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.4677051Z [00:04:26.750]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.4678197Z [00:04:26.750]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.4679851Z [00:04:26.750]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.4681412Z [00:04:26.750]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3700090427/b2501/_pkg_.a
2025-08-20T23:05:41.4683015Z [00:04:26.750]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_=/tmp/go-build3700090427/b2932/_pkg_.a
2025-08-20T23:05:41.4684117Z [00:04:26.750]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.4685170Z [00:04:26.750]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.4685944Z [00:04:26.750]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.4686711Z [00:04:26.750]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.4687461Z [00:04:26.750]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.4688023Z [00:04:26.750]➜  EOF
2025-08-20T23:05:41.4695470Z [00:04:26.752]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2931/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/putnode=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/putnode;$WORK/b2931=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode -lang=go1.22 -complete -installsuffix shared -buildid a3DdkVaHzrUPlNhZTc23/a3DdkVaHzrUPlNhZTc23 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2931/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/putnode/put_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/putnode/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/shutdown/putnode/response.go
2025-08-20T23:05:41.5555075Z [00:04:26.839]➜  go tool buildid -w $WORK/b2929/_pkg_.a # internal
2025-08-20T23:05:41.5559526Z [00:04:26.839]➜  cp $WORK/b2929/_pkg_.a /root/.cache/go-build/2d/2d9763ddea06bbcb56359b374d012e62e22d13c94a4154411e4cef0675afff39-d # internal
2025-08-20T23:05:41.5568123Z [00:04:26.840]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle
2025-08-20T23:05:41.5575861Z [00:04:26.840]➜  mkdir -p $WORK/b2933/
2025-08-20T23:05:41.5585848Z [00:04:26.841]➜  cat >/tmp/go-build3700090427/b2933/importcfg << 'EOF' # internal
2025-08-20T23:05:41.5586572Z [00:04:26.841]➜  # import config
2025-08-20T23:05:41.5601267Z [00:04:26.841]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.5602242Z [00:04:26.841]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.5603120Z [00:04:26.841]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.5603916Z [00:04:26.841]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.5605151Z [00:04:26.841]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.5606718Z [00:04:26.841]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.5608971Z [00:04:26.841]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.5610051Z [00:04:26.841]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.5610931Z [00:04:26.841]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.5611815Z [00:04:26.841]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.5612687Z [00:04:26.841]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.5613293Z [00:04:26.841]➜  EOF
2025-08-20T23:05:41.5621325Z [00:04:26.843]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2933/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/deletelifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/deletelifecycle;$WORK/b2933=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle -lang=go1.22 -complete -installsuffix shared -buildid yYBVnZixN9zbC2FiM8FR/yYBVnZixN9zbC2FiM8FR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2933/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/deletelifecycle/delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/deletelifecycle/response.go
2025-08-20T23:05:41.5626257Z [00:04:26.845]➜  go tool buildid -w $WORK/b2931/_pkg_.a # internal
2025-08-20T23:05:41.5639921Z [00:04:26.847]➜  cp $WORK/b2931/_pkg_.a /root/.cache/go-build/d4/d453bb6bec40bb8ef8c6f607dac8829268d4d530dd5a5c83e9bb7c8106eff30e-d # internal
2025-08-20T23:05:41.5649259Z [00:04:26.848]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle
2025-08-20T23:05:41.5652517Z [00:04:26.848]➜  mkdir -p $WORK/b2934/
2025-08-20T23:05:41.5656746Z [00:04:26.849]➜  go tool buildid -w $WORK/b2928/_pkg_.a # internal
2025-08-20T23:05:41.5668049Z [00:04:26.850]➜  cat >/tmp/go-build3700090427/b2934/importcfg << 'EOF' # internal
2025-08-20T23:05:41.5669573Z [00:04:26.850]➜  # import config
2025-08-20T23:05:41.5671133Z [00:04:26.850]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.5672405Z [00:04:26.850]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.5673273Z [00:04:26.850]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.5674055Z [00:04:26.850]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.5675325Z [00:04:26.850]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.5676850Z [00:04:26.850]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.5677957Z [00:04:26.850]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.5678742Z [00:04:26.850]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.5680036Z [00:04:26.850]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.5680890Z [00:04:26.850]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.5681672Z [00:04:26.850]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.5682276Z [00:04:26.850]➜  EOF
2025-08-20T23:05:41.5687487Z [00:04:26.850]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2934/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/executelifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/executelifecycle;$WORK/b2934=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle -lang=go1.22 -complete -installsuffix shared -buildid K4VNR6yV1PKmaXNE5rDO/K4VNR6yV1PKmaXNE5rDO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2934/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/executelifecycle/execute_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/executelifecycle/response.go
2025-08-20T23:05:41.5693319Z [00:04:26.850]➜  cp $WORK/b2928/_pkg_.a /root/.cache/go-build/23/236d0acf1717886d78f18a6af5c62052b3f759bca8604f8670a883d7c1150ba6-d # internal
2025-08-20T23:05:41.5700769Z [00:04:26.853]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention
2025-08-20T23:05:41.5701521Z [00:04:26.853]➜  mkdir -p $WORK/b2935/
2025-08-20T23:05:41.5710718Z [00:04:26.854]➜  cat >/tmp/go-build3700090427/b2935/importcfg << 'EOF' # internal
2025-08-20T23:05:41.5712405Z [00:04:26.854]➜  # import config
2025-08-20T23:05:41.5713027Z [00:04:26.854]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.5713839Z [00:04:26.854]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.5714636Z [00:04:26.854]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.5715385Z [00:04:26.854]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.5716543Z [00:04:26.854]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.5717973Z [00:04:26.854]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.5719011Z [00:04:26.854]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.5719831Z [00:04:26.854]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.5720799Z [00:04:26.854]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.5721542Z [00:04:26.854]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.5722323Z [00:04:26.854]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.5722923Z [00:04:26.854]➜  EOF
2025-08-20T23:05:41.5729956Z [00:04:26.854]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/executeretention=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/executeretention;$WORK/b2935=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention -lang=go1.22 -complete -installsuffix shared -buildid aTwjn4J8Dpot-kI04Kp5/aTwjn4J8Dpot-kI04Kp5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2935/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/executeretention/execute_retention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/executeretention/response.go
2025-08-20T23:05:41.5736239Z [00:04:26.856]➜  go tool buildid -w $WORK/b2930/_pkg_.a # internal
2025-08-20T23:05:41.5747942Z [00:04:26.858]➜  cp $WORK/b2930/_pkg_.a /root/.cache/go-build/e0/e0cc99d066b1ecec99cfedf667558a338840fcec287357cee35611daa7fd15d5-d # internal
2025-08-20T23:05:41.5758120Z [00:04:26.858]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle
2025-08-20T23:05:41.5766565Z [00:04:26.859]➜  mkdir -p $WORK/b2936/
2025-08-20T23:05:41.5767308Z [00:04:26.859]➜  cat >/tmp/go-build3700090427/b2936/importcfg << 'EOF' # internal
2025-08-20T23:05:41.5767964Z [00:04:26.859]➜  # import config
2025-08-20T23:05:41.5768600Z [00:04:26.859]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.5769672Z [00:04:26.859]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.5770510Z [00:04:26.859]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.5774502Z [00:04:26.859]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.5775724Z [00:04:26.859]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.5777228Z [00:04:26.859]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.5778342Z [00:04:26.859]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.5779204Z [00:04:26.859]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.5780308Z [00:04:26.859]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.5781143Z [00:04:26.859]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.5781939Z [00:04:26.859]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.5782546Z [00:04:26.859]➜  EOF
2025-08-20T23:05:41.5787893Z [00:04:26.859]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2936/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getlifecycle;$WORK/b2936=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle -lang=go1.22 -complete -installsuffix shared -buildid bGVvRSL7aUJRGgj8H-zI/bGVvRSL7aUJRGgj8H-zI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2936/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getlifecycle/get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getlifecycle/response.go
2025-08-20T23:05:41.6586123Z [00:04:26.942]➜  go tool buildid -w $WORK/b2933/_pkg_.a # internal
2025-08-20T23:05:41.6588330Z [00:04:26.942]➜  cp $WORK/b2933/_pkg_.a /root/.cache/go-build/21/21f78bfd534626bc590d0bf7a36afd76bfa460728070f1a78c62a99dbded74de-d # internal
2025-08-20T23:05:41.6605713Z [00:04:26.944]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats
2025-08-20T23:05:41.6606655Z [00:04:26.944]➜  mkdir -p $WORK/b2937/
2025-08-20T23:05:41.6620985Z [00:04:26.944]➜  cat >/tmp/go-build3700090427/b2937/importcfg << 'EOF' # internal
2025-08-20T23:05:41.6622334Z [00:04:26.944]➜  # import config
2025-08-20T23:05:41.6624101Z [00:04:26.944]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.6625821Z [00:04:26.944]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.6626657Z [00:04:26.944]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.6627630Z [00:04:26.944]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.6628759Z [00:04:26.944]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.6630303Z [00:04:26.944]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.6631426Z [00:04:26.944]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.6632188Z [00:04:26.944]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.6632969Z [00:04:26.944]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.6633726Z [00:04:26.944]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.6634492Z [00:04:26.944]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.6635058Z [00:04:26.944]➜  EOF
2025-08-20T23:05:41.6643236Z [00:04:26.944]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2937/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getstats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getstats;$WORK/b2937=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats -lang=go1.22 -complete -installsuffix shared -buildid lsRSpG11SybpiVouYPQp/lsRSpG11SybpiVouYPQp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2937/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getstats/get_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getstats/response.go
2025-08-20T23:05:41.6647985Z [00:04:26.945]➜  go tool buildid -w $WORK/b2935/_pkg_.a # internal
2025-08-20T23:05:41.6649559Z [00:04:26.947]➜  cp $WORK/b2935/_pkg_.a /root/.cache/go-build/ba/baf65fbbda75752af850b7d51457c7e5e03345de1b530df7607179fae79faa05-d # internal
2025-08-20T23:05:41.6674488Z [00:04:26.951]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus
2025-08-20T23:05:41.6677224Z [00:04:26.951]➜  mkdir -p $WORK/b2938/
2025-08-20T23:05:41.6682825Z [00:04:26.951]➜  cat >/tmp/go-build3700090427/b2938/importcfg << 'EOF' # internal
2025-08-20T23:05:41.6690010Z [00:04:26.951]➜  # import config
2025-08-20T23:05:41.6690726Z [00:04:26.951]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.6691917Z [00:04:26.951]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.6692788Z [00:04:26.951]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.6693596Z [00:04:26.951]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.6694789Z [00:04:26.951]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.6696293Z [00:04:26.951]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.6698029Z [00:04:26.951]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3700090427/b2401/_pkg_.a
2025-08-20T23:05:41.6699944Z [00:04:26.951]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.6700783Z [00:04:26.951]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.6701639Z [00:04:26.951]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.6702445Z [00:04:26.951]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.6703241Z [00:04:26.951]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.6703834Z [00:04:26.951]➜  EOF
2025-08-20T23:05:41.6709110Z [00:04:26.952]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2938/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getstatus;$WORK/b2938=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus -lang=go1.22 -complete -installsuffix shared -buildid _roSXZ98MUUyrzaCoLPZ/_roSXZ98MUUyrzaCoLPZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2938/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getstatus/get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/getstatus/response.go
2025-08-20T23:05:41.6781988Z [00:04:26.961]➜  go tool buildid -w $WORK/b2934/_pkg_.a # internal
2025-08-20T23:05:41.6799044Z [00:04:26.963]➜  cp $WORK/b2934/_pkg_.a /root/.cache/go-build/9b/9bdd2f778d0fe85522a55f88d848e1c0c4653be72429c51fdf5ca5358b2cb740-d # internal
2025-08-20T23:05:41.6809697Z [00:04:26.964]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle
2025-08-20T23:05:41.6818013Z [00:04:26.964]➜  mkdir -p $WORK/b2939/
2025-08-20T23:05:41.6818756Z [00:04:26.965]➜  cat >/tmp/go-build3700090427/b2939/importcfg << 'EOF' # internal
2025-08-20T23:05:41.6819808Z [00:04:26.965]➜  # import config
2025-08-20T23:05:41.6820459Z [00:04:26.965]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.6821260Z [00:04:26.965]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.6822096Z [00:04:26.965]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.6822943Z [00:04:26.965]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.6823745Z [00:04:26.965]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.6824934Z [00:04:26.965]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.6826456Z [00:04:26.965]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.6827519Z [00:04:26.965]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.6828337Z [00:04:26.965]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.6829154Z [00:04:26.965]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.6830122Z [00:04:26.965]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.6830889Z [00:04:26.965]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.6831471Z [00:04:26.965]➜  EOF
2025-08-20T23:05:41.6837806Z [00:04:26.965]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2939/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/putlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/putlifecycle;$WORK/b2939=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle -lang=go1.22 -complete -installsuffix shared -buildid SErsi-kouui4Aloi0aCu/SErsi-kouui4Aloi0aCu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2939/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/putlifecycle/put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/putlifecycle/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/putlifecycle/response.go
2025-08-20T23:05:41.6864639Z [00:04:26.970]➜  go tool buildid -w $WORK/b2936/_pkg_.a # internal
2025-08-20T23:05:41.6883111Z [00:04:26.971]➜  cp $WORK/b2936/_pkg_.a /root/.cache/go-build/dc/dcd18a0efb6855a5df4f02abba6ff3e3f1aea66c8fe8b265b03bd647e4e7af96-d # internal
2025-08-20T23:05:41.6891207Z [00:04:26.972]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/start
2025-08-20T23:05:41.6892523Z [00:04:26.972]➜  mkdir -p $WORK/b2940/
2025-08-20T23:05:41.6900842Z [00:04:26.973]➜  cat >/tmp/go-build3700090427/b2940/importcfg << 'EOF' # internal
2025-08-20T23:05:41.6901778Z [00:04:26.973]➜  # import config
2025-08-20T23:05:41.6904026Z [00:04:26.973]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.6905220Z [00:04:26.973]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.6906116Z [00:04:26.973]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.6906891Z [00:04:26.973]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.6908052Z [00:04:26.973]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.6909674Z [00:04:26.973]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.6910723Z [00:04:26.973]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.6911488Z [00:04:26.973]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.6912263Z [00:04:26.973]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.6913032Z [00:04:26.973]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.6913815Z [00:04:26.973]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.6914369Z [00:04:26.973]➜  EOF
2025-08-20T23:05:41.6919190Z [00:04:26.974]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2940/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/start=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/start;$WORK/b2940=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/start -lang=go1.22 -complete -installsuffix shared -buildid 0MShtdtooWAFw0kTMXfr/0MShtdtooWAFw0kTMXfr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2940/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/start/start.go
2025-08-20T23:05:41.7506841Z [00:04:27.034]➜  go tool buildid -w $WORK/b2937/_pkg_.a # internal
2025-08-20T23:05:41.7521648Z [00:04:27.035]➜  cp $WORK/b2937/_pkg_.a /root/.cache/go-build/31/3192e8c5447040475a7bcdd17c166a581a6eab126d45644ecf21ff0da40c561e-d # internal
2025-08-20T23:05:41.7587820Z [00:04:27.042]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop
2025-08-20T23:05:41.7610132Z [00:04:27.042]➜  mkdir -p $WORK/b2941/
2025-08-20T23:05:41.7610936Z [00:04:27.042]➜  cat >/tmp/go-build3700090427/b2941/importcfg << 'EOF' # internal
2025-08-20T23:05:41.7611777Z [00:04:27.042]➜  # import config
2025-08-20T23:05:41.7612862Z [00:04:27.042]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.7613763Z [00:04:27.042]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.7621225Z [00:04:27.042]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.7622064Z [00:04:27.042]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.7623279Z [00:04:27.042]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.7624814Z [00:04:27.042]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.7625960Z [00:04:27.042]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.7626764Z [00:04:27.042]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.7627584Z [00:04:27.042]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.7628401Z [00:04:27.042]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.7629188Z [00:04:27.042]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.7629992Z [00:04:27.042]➜  EOF
2025-08-20T23:05:41.7635154Z [00:04:27.042]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2941/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/stop=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/stop;$WORK/b2941=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop -lang=go1.22 -complete -installsuffix shared -buildid P3B1ozQHcywkCu0KEvRJ/P3B1ozQHcywkCu0KEvRJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2941/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/slm/stop/stop.go
2025-08-20T23:05:41.7834059Z [00:04:27.066]➜  go tool buildid -w $WORK/b2940/_pkg_.a # internal
2025-08-20T23:05:41.7844032Z [00:04:27.068]➜  go tool buildid -w $WORK/b2938/_pkg_.a # internal
2025-08-20T23:05:41.7858745Z [00:04:27.069]➜  cp $WORK/b2938/_pkg_.a /root/.cache/go-build/8b/8ba9a0df85fc925a7e75cb5d9b50b589ce97338a2d7791475da6a16184f0c729-d # internal
2025-08-20T23:05:41.7864077Z [00:04:27.070]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository
2025-08-20T23:05:41.7864888Z [00:04:27.070]➜  mkdir -p $WORK/b2942/
2025-08-20T23:05:41.7867965Z [00:04:27.070]➜  cat >/tmp/go-build3700090427/b2942/importcfg << 'EOF' # internal
2025-08-20T23:05:41.7868688Z [00:04:27.070]➜  # import config
2025-08-20T23:05:41.7869551Z [00:04:27.070]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.7870500Z [00:04:27.070]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.7871394Z [00:04:27.070]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.7872178Z [00:04:27.070]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.7873464Z [00:04:27.070]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.7874985Z [00:04:27.070]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.7876093Z [00:04:27.070]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.7876900Z [00:04:27.070]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.7877719Z [00:04:27.070]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.7878581Z [00:04:27.070]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.7879632Z [00:04:27.070]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.7880298Z [00:04:27.070]➜  EOF
2025-08-20T23:05:41.7886196Z [00:04:27.070]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2942/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/cleanuprepository=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/cleanuprepository;$WORK/b2942=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository -lang=go1.22 -complete -installsuffix shared -buildid HLTWRed9oGXKE7rxNE4_/HLTWRed9oGXKE7rxNE4_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2942/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/cleanuprepository/cleanup_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/cleanuprepository/response.go
2025-08-20T23:05:41.7903480Z [00:04:27.073]➜  cp $WORK/b2940/_pkg_.a /root/.cache/go-build/b0/b0333bd09edb56c993b3447e27a456d2e43c421bedce3e7505d49d8cedcb5cf4-d # internal
2025-08-20T23:05:41.7913819Z [00:04:27.074]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone
2025-08-20T23:05:41.7916333Z [00:04:27.075]➜  mkdir -p $WORK/b2943/
2025-08-20T23:05:41.7928619Z [00:04:27.076]➜  cat >/tmp/go-build3700090427/b2943/importcfg << 'EOF' # internal
2025-08-20T23:05:41.7930020Z [00:04:27.076]➜  # import config
2025-08-20T23:05:41.7932108Z [00:04:27.076]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.7932935Z [00:04:27.076]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.7933792Z [00:04:27.076]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.7934632Z [00:04:27.076]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.7935666Z [00:04:27.076]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.7936859Z [00:04:27.076]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.7938311Z [00:04:27.076]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.7939663Z [00:04:27.076]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.7940475Z [00:04:27.076]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.7941299Z [00:04:27.076]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.7942062Z [00:04:27.076]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.7942854Z [00:04:27.076]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.7943453Z [00:04:27.076]➜  EOF
2025-08-20T23:05:41.7949785Z [00:04:27.076]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2943/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/clone=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/clone;$WORK/b2943=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone -lang=go1.22 -complete -installsuffix shared -buildid vQV-2Jdo5fcyMOOjce_i/vQV-2Jdo5fcyMOOjce_i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2943/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/clone/clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/clone/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/clone/response.go
2025-08-20T23:05:41.7999806Z [00:04:27.083]➜  go tool buildid -w $WORK/b2939/_pkg_.a # internal
2025-08-20T23:05:41.8019129Z [00:04:27.085]➜  cp $WORK/b2939/_pkg_.a /root/.cache/go-build/e2/e287a1ebff24be38452b12b4616ccbfda31667193c2ad500f9d78ec23d786128-d # internal
2025-08-20T23:05:41.8032791Z [00:04:27.086]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create
2025-08-20T23:05:41.8035118Z [00:04:27.087]➜  mkdir -p $WORK/b2944/
2025-08-20T23:05:41.8047493Z [00:04:27.088]➜  cat >/tmp/go-build3700090427/b2944/importcfg << 'EOF' # internal
2025-08-20T23:05:41.8048154Z [00:04:27.088]➜  # import config
2025-08-20T23:05:41.8048771Z [00:04:27.088]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.8050008Z [00:04:27.088]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.8050834Z [00:04:27.088]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.8051636Z [00:04:27.088]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.8052382Z [00:04:27.088]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.8053529Z [00:04:27.088]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.8054990Z [00:04:27.088]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.8056024Z [00:04:27.088]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.8056780Z [00:04:27.088]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.8057551Z [00:04:27.088]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.8058325Z [00:04:27.088]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.8059083Z [00:04:27.088]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.8061373Z [00:04:27.088]➜  EOF
2025-08-20T23:05:41.8512140Z [00:04:27.088]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2944/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/create=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/create;$WORK/b2944=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create -lang=go1.22 -complete -installsuffix shared -buildid lQf8PRZpY_jJMM5jxt_G/lQf8PRZpY_jJMM5jxt_G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2944/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/create/create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/create/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/create/response.go
2025-08-20T23:05:41.8526536Z [00:04:27.134]➜  go tool buildid -w $WORK/b2941/_pkg_.a # internal
2025-08-20T23:05:41.8527895Z [00:04:27.135]➜  cp $WORK/b2941/_pkg_.a /root/.cache/go-build/a6/a60b59858e75b652e1ddc9d3888f869f737a2f3db6d5a7a5a21c1eaa992470eb-d # internal
2025-08-20T23:05:41.8549769Z [00:04:27.138]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository
2025-08-20T23:05:41.8550637Z [00:04:27.138]➜  mkdir -p $WORK/b2945/
2025-08-20T23:05:41.8581051Z [00:04:27.139]➜  cat >/tmp/go-build3700090427/b2945/importcfg << 'EOF' # internal
2025-08-20T23:05:41.8581844Z [00:04:27.139]➜  # import config
2025-08-20T23:05:41.8582518Z [00:04:27.139]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.8583354Z [00:04:27.139]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.8584219Z [00:04:27.139]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.8585142Z [00:04:27.139]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.8585963Z [00:04:27.139]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.8587196Z [00:04:27.139]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.8588733Z [00:04:27.139]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.8590003Z [00:04:27.139]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.8590809Z [00:04:27.139]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.8591653Z [00:04:27.139]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.8592470Z [00:04:27.139]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.8593297Z [00:04:27.139]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.8594288Z [00:04:27.139]➜  EOF
2025-08-20T23:05:41.8601087Z [00:04:27.139]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2945/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/createrepository=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/createrepository;$WORK/b2945=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository -lang=go1.22 -complete -installsuffix shared -buildid 9tdgg4SVyscwHJO4ltGJ/9tdgg4SVyscwHJO4ltGJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2945/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/createrepository/create_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/createrepository/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/createrepository/response.go
2025-08-20T23:05:41.8994901Z [00:04:27.183]➜  go tool buildid -w $WORK/b2942/_pkg_.a # internal
2025-08-20T23:05:41.9006268Z [00:04:27.184]➜  go tool buildid -w $WORK/b2943/_pkg_.a # internal
2025-08-20T23:05:41.9017540Z [00:04:27.185]➜  cp $WORK/b2942/_pkg_.a /root/.cache/go-build/f6/f6803b904cbbfb71163e44d7d0c5fa36d7dd9c5ad78335312625e9da0cf1aec9-d # internal
2025-08-20T23:05:41.9023394Z [00:04:27.185]➜  cp $WORK/b2943/_pkg_.a /root/.cache/go-build/42/42937abc8d82e4af2f71d4b3171bd12acae4d2b33419bb543d5ba29fb4400a66-d # internal
2025-08-20T23:05:41.9031951Z [00:04:27.186]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository
2025-08-20T23:05:41.9039592Z [00:04:27.186]➜  mkdir -p $WORK/b2947/
2025-08-20T23:05:41.9041387Z [00:04:27.186]➜  cat >/tmp/go-build3700090427/b2947/importcfg << 'EOF' # internal
2025-08-20T23:05:41.9042503Z [00:04:27.186]➜  # import config
2025-08-20T23:05:41.9047204Z [00:04:27.186]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.9048156Z [00:04:27.186]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.9049035Z [00:04:27.186]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.9052647Z [00:04:27.186]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.9053869Z [00:04:27.186]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.9055397Z [00:04:27.186]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.9056478Z [00:04:27.186]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.9057266Z [00:04:27.186]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.9058094Z [00:04:27.186]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.9058895Z [00:04:27.187]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.9059933Z [00:04:27.187]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.9060530Z [00:04:27.187]➜  EOF
2025-08-20T23:05:41.9066234Z [00:04:27.187]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2947/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/deleterepository=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/deleterepository;$WORK/b2947=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository -lang=go1.22 -complete -installsuffix shared -buildid Ia_JjaStdIn7mOkcO6NI/Ia_JjaStdIn7mOkcO6NI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2947/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/deleterepository/delete_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/deleterepository/response.go
2025-08-20T23:05:41.9072344Z [00:04:27.188]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete
2025-08-20T23:05:41.9073345Z [00:04:27.188]➜  mkdir -p $WORK/b2946/
2025-08-20T23:05:41.9074108Z [00:04:27.188]➜  cat >/tmp/go-build3700090427/b2946/importcfg << 'EOF' # internal
2025-08-20T23:05:41.9074773Z [00:04:27.188]➜  # import config
2025-08-20T23:05:41.9075422Z [00:04:27.188]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.9076265Z [00:04:27.188]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.9077115Z [00:04:27.188]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.9077908Z [00:04:27.188]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.9079082Z [00:04:27.188]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.9080750Z [00:04:27.188]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.9082246Z [00:04:27.188]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.9083255Z [00:04:27.188]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.9084250Z [00:04:27.188]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.9085446Z [00:04:27.188]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.9086394Z [00:04:27.188]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.9087012Z [00:04:27.188]➜  EOF
2025-08-20T23:05:41.9092636Z [00:04:27.188]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2946/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/delete;$WORK/b2946=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete -lang=go1.22 -complete -installsuffix shared -buildid W4A71T9CQNu0u8SsMIzH/W4A71T9CQNu0u8SsMIzH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2946/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/delete/response.go
2025-08-20T23:05:41.9239615Z [00:04:27.207]➜  go tool buildid -w $WORK/b2944/_pkg_.a # internal
2025-08-20T23:05:41.9262871Z [00:04:27.209]➜  cp $WORK/b2944/_pkg_.a /root/.cache/go-build/8e/8ef52595c17ae8275057d46f0e18dd92167f3d198f885fd2a9ab234e62a234a4-d # internal
2025-08-20T23:05:41.9269485Z [00:04:27.210]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get
2025-08-20T23:05:41.9270392Z [00:04:27.210]➜  mkdir -p $WORK/b2948/
2025-08-20T23:05:41.9311456Z [00:04:27.212]➜  cat >/tmp/go-build3700090427/b2948/importcfg << 'EOF' # internal
2025-08-20T23:05:41.9314145Z [00:04:27.212]➜  # import config
2025-08-20T23:05:41.9314789Z [00:04:27.212]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.9315625Z [00:04:27.212]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.9316464Z [00:04:27.212]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.9317202Z [00:04:27.212]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.9318343Z [00:04:27.212]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.9319948Z [00:04:27.212]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.9321523Z [00:04:27.212]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort=/tmp/go-build3700090427/b2949/_pkg_.a
2025-08-20T23:05:41.9323179Z [00:04:27.212]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build3700090427/b2456/_pkg_.a
2025-08-20T23:05:41.9324331Z [00:04:27.212]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.9325081Z [00:04:27.212]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.9326143Z [00:04:27.212]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.9326909Z [00:04:27.212]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.9327664Z [00:04:27.212]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.9328223Z [00:04:27.212]➜  EOF
2025-08-20T23:05:41.9333260Z [00:04:27.215]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2948/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/get=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/get;$WORK/b2948=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get -lang=go1.22 -complete -installsuffix shared -buildid QCHctnzjzUN5N8yC7aRF/QCHctnzjzUN5N8yC7aRF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2948/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/get/response.go
2025-08-20T23:05:41.9485843Z [00:04:27.232]➜  go tool buildid -w $WORK/b2945/_pkg_.a # internal
2025-08-20T23:05:41.9499011Z [00:04:27.233]➜  cp $WORK/b2945/_pkg_.a /root/.cache/go-build/70/7034bcf3e3c6c0389645ca521be6ee9c6f0d7f38f4329ef5253c47d227c0b6fa-d # internal
2025-08-20T23:05:41.9518766Z [00:04:27.234]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository
2025-08-20T23:05:41.9519767Z [00:04:27.234]➜  mkdir -p $WORK/b2950/
2025-08-20T23:05:41.9520805Z [00:04:27.234]➜  cat >/tmp/go-build3700090427/b2950/importcfg << 'EOF' # internal
2025-08-20T23:05:41.9521516Z [00:04:27.234]➜  # import config
2025-08-20T23:05:41.9522147Z [00:04:27.234]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:41.9522970Z [00:04:27.234]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:41.9533667Z [00:04:27.234]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:41.9534601Z [00:04:27.234]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:41.9535360Z [00:04:27.234]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:41.9536570Z [00:04:27.234]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:41.9538095Z [00:04:27.234]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:41.9539190Z [00:04:27.234]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:41.9543159Z [00:04:27.234]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:41.9544020Z [00:04:27.234]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:41.9544850Z [00:04:27.234]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:41.9545688Z [00:04:27.234]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:41.9546320Z [00:04:27.234]➜  EOF
2025-08-20T23:05:41.9554151Z [00:04:27.234]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2950/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/getrepository=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/getrepository;$WORK/b2950=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository -lang=go1.22 -complete -installsuffix shared -buildid ykdl4AjR-t09KlHBruER/ykdl4AjR-t09KlHBruER -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2950/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/getrepository/get_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/getrepository/response.go
2025-08-20T23:05:42.0059295Z [00:04:27.289]➜  go tool buildid -w $WORK/b2947/_pkg_.a # internal
2025-08-20T23:05:42.0060427Z [00:04:27.289]➜  go tool buildid -w $WORK/b2946/_pkg_.a # internal
2025-08-20T23:05:42.0076701Z [00:04:27.291]➜  cp $WORK/b2946/_pkg_.a /root/.cache/go-build/96/9652e02209f93091bcc2b6e7f82325aea58420007e685aef21c16fe7b0af76c4-d # internal
2025-08-20T23:05:42.0083022Z [00:04:27.291]➜  cp $WORK/b2947/_pkg_.a /root/.cache/go-build/ff/ffcd3ee3210981036b9892083582dc6d0bdda25bf3d5eca41fa66c9036a28ebf-d # internal
2025-08-20T23:05:42.0097556Z [00:04:27.293]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity
2025-08-20T23:05:42.0098698Z [00:04:27.293]➜  mkdir -p $WORK/b2951/
2025-08-20T23:05:42.0099974Z [00:04:27.293]➜  cat >/tmp/go-build3700090427/b2951/importcfg << 'EOF' # internal
2025-08-20T23:05:42.0100751Z [00:04:27.293]➜  # import config
2025-08-20T23:05:42.0101437Z [00:04:27.293]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.0102388Z [00:04:27.293]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.0103292Z [00:04:27.293]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.0104133Z [00:04:27.293]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.0105401Z [00:04:27.293]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.0106983Z [00:04:27.293]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.0108310Z [00:04:27.293]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.0117756Z [00:04:27.293]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.0122471Z [00:04:27.293]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.0123748Z [00:04:27.293]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.0128630Z [00:04:27.293]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.0129676Z [00:04:27.293]➜  EOF
2025-08-20T23:05:42.0136566Z [00:04:27.293]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2951/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/repositoryverifyintegrity=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/repositoryverifyintegrity;$WORK/b2951=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity -lang=go1.22 -complete -installsuffix shared -buildid Nuiut261T-7TKz1pCOiu/Nuiut261T-7TKz1pCOiu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2951/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/repositoryverifyintegrity/repository_verify_integrity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/repositoryverifyintegrity/response.go
2025-08-20T23:05:42.0151307Z [00:04:27.295]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore
2025-08-20T23:05:42.0152360Z [00:04:27.295]➜  mkdir -p $WORK/b2952/
2025-08-20T23:05:42.0153408Z [00:04:27.296]➜  cat >/tmp/go-build3700090427/b2952/importcfg << 'EOF' # internal
2025-08-20T23:05:42.0154125Z [00:04:27.296]➜  # import config
2025-08-20T23:05:42.0154793Z [00:04:27.296]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.0155617Z [00:04:27.296]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.0156498Z [00:04:27.296]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.0157355Z [00:04:27.296]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.0158160Z [00:04:27.296]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.0159636Z [00:04:27.296]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.0161254Z [00:04:27.296]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.0162765Z [00:04:27.296]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.0163584Z [00:04:27.296]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.0164417Z [00:04:27.296]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.0165224Z [00:04:27.296]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.0166016Z [00:04:27.296]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.0166614Z [00:04:27.296]➜  EOF
2025-08-20T23:05:42.0173106Z [00:04:27.296]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2952/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/restore=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/restore;$WORK/b2952=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore -lang=go1.22 -complete -installsuffix shared -buildid 8TpT616uyNU1sS9VxrVD/8TpT616uyNU1sS9VxrVD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2952/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/restore/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/restore/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/restore/restore.go
2025-08-20T23:05:42.0529861Z [00:04:27.336]➜  go tool buildid -w $WORK/b2950/_pkg_.a # internal
2025-08-20T23:05:42.0547513Z [00:04:27.338]➜  cp $WORK/b2950/_pkg_.a /root/.cache/go-build/ca/ca969ab415100e886dd49bf99a90cb549c1e073f396b6b0068e60a390ea54cf2-d # internal
2025-08-20T23:05:42.0555881Z [00:04:27.339]➜  go tool buildid -w $WORK/b2948/_pkg_.a # internal
2025-08-20T23:05:42.0560204Z [00:04:27.339]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status
2025-08-20T23:05:42.0565400Z [00:04:27.340]➜  mkdir -p $WORK/b2953/
2025-08-20T23:05:42.0585341Z [00:04:27.341]➜  cp $WORK/b2948/_pkg_.a /root/.cache/go-build/37/37ab908c1e242f608aa12b79a0fd863eb910b949e537327cf0d5a41653f559fa-d # internal
2025-08-20T23:05:42.0590679Z [00:04:27.341]➜  cat >/tmp/go-build3700090427/b2953/importcfg << 'EOF' # internal
2025-08-20T23:05:42.0591438Z [00:04:27.341]➜  # import config
2025-08-20T23:05:42.0592153Z [00:04:27.341]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.0593037Z [00:04:27.341]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.0593898Z [00:04:27.341]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.0594669Z [00:04:27.341]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.0595892Z [00:04:27.341]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.0597392Z [00:04:27.341]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.0598452Z [00:04:27.341]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.0599256Z [00:04:27.341]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.0600354Z [00:04:27.341]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.0601194Z [00:04:27.341]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.0603610Z [00:04:27.341]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.0604530Z [00:04:27.341]➜  EOF
2025-08-20T23:05:42.0610278Z [00:04:27.341]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2953/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/status=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/status;$WORK/b2953=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status -lang=go1.22 -complete -installsuffix shared -buildid e4oRIIjp2y52TqkfPuLY/e4oRIIjp2y52TqkfPuLY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2953/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/status/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/status/status.go
2025-08-20T23:05:42.0617235Z [00:04:27.342]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository
2025-08-20T23:05:42.0618052Z [00:04:27.342]➜  mkdir -p $WORK/b2954/
2025-08-20T23:05:42.0618763Z [00:04:27.342]➜  cat >/tmp/go-build3700090427/b2954/importcfg << 'EOF' # internal
2025-08-20T23:05:42.0619567Z [00:04:27.342]➜  # import config
2025-08-20T23:05:42.0620496Z [00:04:27.342]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.0621455Z [00:04:27.342]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.0622372Z [00:04:27.342]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.0623322Z [00:04:27.342]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.0624585Z [00:04:27.342]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.0626122Z [00:04:27.342]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.0627265Z [00:04:27.342]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.0628094Z [00:04:27.342]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.0628939Z [00:04:27.342]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.0629984Z [00:04:27.342]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.0630860Z [00:04:27.342]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.0631506Z [00:04:27.342]➜  EOF
2025-08-20T23:05:42.0639993Z [00:04:27.342]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2954/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/verifyrepository=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/verifyrepository;$WORK/b2954=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository -lang=go1.22 -complete -installsuffix shared -buildid bvNnCwbGxKT6PqaSIA-t/bvNnCwbGxKT6PqaSIA-t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2954/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/verifyrepository/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/snapshot/verifyrepository/verify_repository.go
2025-08-20T23:05:42.1396761Z [00:04:27.423]➜  go tool buildid -w $WORK/b2951/_pkg_.a # internal
2025-08-20T23:05:42.1413636Z [00:04:27.425]➜  cp $WORK/b2951/_pkg_.a /root/.cache/go-build/ca/ca2c114e6c3c72febc9c03264af11d7758883cbbb84ef9fd166e38832122b9a8-d # internal
2025-08-20T23:05:42.1433115Z [00:04:27.426]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor
2025-08-20T23:05:42.1436529Z [00:04:27.427]➜  mkdir -p $WORK/b2955/
2025-08-20T23:05:42.1439971Z [00:04:27.427]➜  cat >/tmp/go-build3700090427/b2955/importcfg << 'EOF' # internal
2025-08-20T23:05:42.1442889Z [00:04:27.427]➜  # import config
2025-08-20T23:05:42.1445647Z [00:04:27.427]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.1454327Z [00:04:27.427]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.1455299Z [00:04:27.427]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.1456242Z [00:04:27.427]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.1457131Z [00:04:27.427]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.1458366Z [00:04:27.427]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.1460258Z [00:04:27.427]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.1461763Z [00:04:27.427]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.1462993Z [00:04:27.427]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.1464268Z [00:04:27.427]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.1465436Z [00:04:27.427]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.1466553Z [00:04:27.427]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.1467620Z [00:04:27.427]➜  EOF
2025-08-20T23:05:42.1484462Z [00:04:27.431]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2955/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/clearcursor=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/clearcursor;$WORK/b2955=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor -lang=go1.22 -complete -installsuffix shared -buildid _MEq5x6dEb-WqrcarJUI/_MEq5x6dEb-WqrcarJUI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2955/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/clearcursor/clear_cursor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/clearcursor/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/clearcursor/response.go
2025-08-20T23:05:42.1627334Z [00:04:27.446]➜  go tool buildid -w $WORK/b2954/_pkg_.a # internal
2025-08-20T23:05:42.1644748Z [00:04:27.448]➜  cp $WORK/b2954/_pkg_.a /root/.cache/go-build/ef/ef6b37d86d2f7aba6bd7c3b96ab046474b5342c8ebca01d38ba033c478186176-d # internal
2025-08-20T23:05:42.1652001Z [00:04:27.448]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync
2025-08-20T23:05:42.1654141Z [00:04:27.448]➜  mkdir -p $WORK/b2956/
2025-08-20T23:05:42.1658415Z [00:04:27.449]➜  cat >/tmp/go-build3700090427/b2956/importcfg << 'EOF' # internal
2025-08-20T23:05:42.1661020Z [00:04:27.449]➜  # import config
2025-08-20T23:05:42.1663752Z [00:04:27.449]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.1664634Z [00:04:27.449]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.1665489Z [00:04:27.449]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.1666270Z [00:04:27.449]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.1667470Z [00:04:27.449]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.1669010Z [00:04:27.449]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.1670233Z [00:04:27.449]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.1671027Z [00:04:27.449]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.1671828Z [00:04:27.449]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.1672607Z [00:04:27.449]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.1673412Z [00:04:27.449]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.1674026Z [00:04:27.449]➜  EOF
2025-08-20T23:05:42.1679074Z [00:04:27.449]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2956/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/deleteasync=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/deleteasync;$WORK/b2956=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync -lang=go1.22 -complete -installsuffix shared -buildid zctm6BbFO1j1eA9qMxyd/zctm6BbFO1j1eA9qMxyd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2956/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/deleteasync/delete_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/deleteasync/response.go
2025-08-20T23:05:42.1711234Z [00:04:27.454]➜  go tool buildid -w $WORK/b2953/_pkg_.a # internal
2025-08-20T23:05:42.1726356Z [00:04:27.456]➜  cp $WORK/b2953/_pkg_.a /root/.cache/go-build/8a/8af6ad24dd7fb831c4bf50bbf6c6ea385c7d8d77104a0878deab870a55aee827-d # internal
2025-08-20T23:05:42.1735782Z [00:04:27.456]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync
2025-08-20T23:05:42.1736704Z [00:04:27.456]➜  mkdir -p $WORK/b2957/
2025-08-20T23:05:42.1738479Z [00:04:27.457]➜  cat >/tmp/go-build3700090427/b2957/importcfg << 'EOF' # internal
2025-08-20T23:05:42.1740143Z [00:04:27.457]➜  # import config
2025-08-20T23:05:42.1741051Z [00:04:27.457]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.1741890Z [00:04:27.457]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.1742699Z [00:04:27.457]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.1743437Z [00:04:27.457]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.1744594Z [00:04:27.457]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.1746036Z [00:04:27.457]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.1747060Z [00:04:27.457]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.1747805Z [00:04:27.457]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.1748575Z [00:04:27.457]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.1749519Z [00:04:27.457]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.1750293Z [00:04:27.457]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.1750857Z [00:04:27.457]➜  EOF
2025-08-20T23:05:42.1755777Z [00:04:27.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2957/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/getasync=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/getasync;$WORK/b2957=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync -lang=go1.22 -complete -installsuffix shared -buildid M71VBSPuh-ki0J3YEa5V/M71VBSPuh-ki0J3YEa5V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2957/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/getasync/get_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/getasync/response.go
2025-08-20T23:05:42.1835928Z [00:04:27.467]➜  go tool buildid -w $WORK/b2952/_pkg_.a # internal
2025-08-20T23:05:42.1856188Z [00:04:27.469]➜  cp $WORK/b2952/_pkg_.a /root/.cache/go-build/ba/ba7d7a454dda57d9aefdeeeeee1cc2d699d8ac456d1581d7b4b09e4adabbe80c-d # internal
2025-08-20T23:05:42.1864426Z [00:04:27.470]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus
2025-08-20T23:05:42.1866169Z [00:04:27.470]➜  mkdir -p $WORK/b2958/
2025-08-20T23:05:42.1866941Z [00:04:27.470]➜  cat >/tmp/go-build3700090427/b2958/importcfg << 'EOF' # internal
2025-08-20T23:05:42.1867858Z [00:04:27.470]➜  # import config
2025-08-20T23:05:42.1868607Z [00:04:27.470]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.1869577Z [00:04:27.470]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.1870391Z [00:04:27.470]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.1871144Z [00:04:27.470]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.1872312Z [00:04:27.470]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.1873768Z [00:04:27.470]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.1874795Z [00:04:27.470]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.1875543Z [00:04:27.470]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.1876697Z [00:04:27.470]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.1877463Z [00:04:27.470]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.1878225Z [00:04:27.470]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.1878784Z [00:04:27.470]➜  EOF
2025-08-20T23:05:42.1888155Z [00:04:27.470]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2958/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/getasyncstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/getasyncstatus;$WORK/b2958=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus -lang=go1.22 -complete -installsuffix shared -buildid VVnmmt9c7AAOmWRBDvY6/VVnmmt9c7AAOmWRBDvY6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2958/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/getasyncstatus/get_async_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/getasyncstatus/response.go
2025-08-20T23:05:42.2501356Z [00:04:27.532]➜  go tool buildid -w $WORK/b2956/_pkg_.a # internal
2025-08-20T23:05:42.2509788Z [00:04:27.534]➜  cp $WORK/b2956/_pkg_.a /root/.cache/go-build/b1/b173dd16c266af37aa7b5fbde3ff1bc008729f775a43625502ca85e870170fb9-d # internal
2025-08-20T23:05:42.2527947Z [00:04:27.536]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/query
2025-08-20T23:05:42.2529175Z [00:04:27.536]➜  mkdir -p $WORK/b2959/
2025-08-20T23:05:42.2550869Z [00:04:27.538]➜  cat >/tmp/go-build3700090427/b2959/importcfg << 'EOF' # internal
2025-08-20T23:05:42.2551626Z [00:04:27.538]➜  # import config
2025-08-20T23:05:42.2555138Z [00:04:27.538]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.2556695Z [00:04:27.538]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.2557841Z [00:04:27.538]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.2558724Z [00:04:27.538]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.2560032Z [00:04:27.538]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.2561196Z [00:04:27.538]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.2562727Z [00:04:27.538]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.2564442Z [00:04:27.538]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat=/tmp/go-build3700090427/b2960/_pkg_.a
2025-08-20T23:05:42.2565696Z [00:04:27.538]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.2566563Z [00:04:27.538]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.2567452Z [00:04:27.538]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.2568342Z [00:04:27.538]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.2569214Z [00:04:27.538]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.2570181Z [00:04:27.538]➜  EOF
2025-08-20T23:05:42.2570751Z [00:04:27.539]➜  go tool buildid -w $WORK/b2955/_pkg_.a # internal
2025-08-20T23:05:42.2577592Z [00:04:27.539]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2959/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/query=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/query;$WORK/b2959=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/query -lang=go1.22 -complete -installsuffix shared -buildid ScwaEr3itDsEpBNx-wmH/ScwaEr3itDsEpBNx-wmH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2959/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/query/query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/query/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/query/response.go
2025-08-20T23:05:42.2591180Z [00:04:27.541]➜  cp $WORK/b2955/_pkg_.a /root/.cache/go-build/f3/f34c9301542fe4ae34919b4ccbc460cc60276794e6e3f63b28b173b9542e1861-d # internal
2025-08-20T23:05:42.2611157Z [00:04:27.544]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate
2025-08-20T23:05:42.2611883Z [00:04:27.544]➜  mkdir -p $WORK/b2961/
2025-08-20T23:05:42.2612613Z [00:04:27.544]➜  cat >/tmp/go-build3700090427/b2961/importcfg << 'EOF' # internal
2025-08-20T23:05:42.2613579Z [00:04:27.544]➜  # import config
2025-08-20T23:05:42.2614254Z [00:04:27.544]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.2615064Z [00:04:27.544]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.2615947Z [00:04:27.544]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.2616813Z [00:04:27.544]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.2617628Z [00:04:27.544]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.2618837Z [00:04:27.544]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.2620607Z [00:04:27.545]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.2621741Z [00:04:27.545]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.2622563Z [00:04:27.545]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.2623395Z [00:04:27.545]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.2624199Z [00:04:27.545]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.2625007Z [00:04:27.545]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.2625610Z [00:04:27.545]➜  EOF
2025-08-20T23:05:42.2631753Z [00:04:27.545]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2961/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/translate=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/translate;$WORK/b2961=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate -lang=go1.22 -complete -installsuffix shared -buildid xMvgGcE_nLs5A-SfLPXU/xMvgGcE_nLs5A-SfLPXU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2961/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/translate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/translate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/sql/translate/translate.go
2025-08-20T23:05:42.2777365Z [00:04:27.561]➜  go tool buildid -w $WORK/b2957/_pkg_.a # internal
2025-08-20T23:05:42.2792626Z [00:04:27.562]➜  cp $WORK/b2957/_pkg_.a /root/.cache/go-build/d0/d04a0adfc37b3167c26cc420130dda0961bec0d252578eca6ce5ee9c1be7ca5b-d # internal
2025-08-20T23:05:42.2834119Z [00:04:27.567]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates
2025-08-20T23:05:42.2834884Z [00:04:27.567]➜  mkdir -p $WORK/b2962/
2025-08-20T23:05:42.2855901Z [00:04:27.569]➜  cat >/tmp/go-build3700090427/b2962/importcfg << 'EOF' # internal
2025-08-20T23:05:42.2856608Z [00:04:27.569]➜  # import config
2025-08-20T23:05:42.2857310Z [00:04:27.569]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.2858286Z [00:04:27.569]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.2859182Z [00:04:27.569]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.2860322Z [00:04:27.569]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.2861570Z [00:04:27.569]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.2863543Z [00:04:27.569]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.2864697Z [00:04:27.569]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.2865525Z [00:04:27.569]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.2866370Z [00:04:27.569]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.2867224Z [00:04:27.569]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.2868100Z [00:04:27.569]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.2869083Z [00:04:27.569]➜  EOF
2025-08-20T23:05:42.2874814Z [00:04:27.569]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2962/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ssl/certificates=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ssl/certificates;$WORK/b2962=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates -lang=go1.22 -complete -installsuffix shared -buildid 23MMpLaOA2062rVV8E9o/23MMpLaOA2062rVV8E9o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2962/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ssl/certificates/certificates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/ssl/certificates/response.go
2025-08-20T23:05:42.2960613Z [00:04:27.579]➜  go tool buildid -w $WORK/b2958/_pkg_.a # internal
2025-08-20T23:05:42.2977371Z [00:04:27.581]➜  cp $WORK/b2958/_pkg_.a /root/.cache/go-build/df/dfeeaca2a472c9dcdc3221ba4070974f46bd4cf755dc33d3e5876eed87f5d772-d # internal
2025-08-20T23:05:42.2978728Z [00:04:27.581]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym
2025-08-20T23:05:42.2979734Z [00:04:27.581]➜  mkdir -p $WORK/b2963/
2025-08-20T23:05:42.2984533Z [00:04:27.582]➜  cat >/tmp/go-build3700090427/b2963/importcfg << 'EOF' # internal
2025-08-20T23:05:42.2985237Z [00:04:27.582]➜  # import config
2025-08-20T23:05:42.2985894Z [00:04:27.582]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.2986593Z [00:04:27.582]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.2987446Z [00:04:27.582]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.2988221Z [00:04:27.582]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.2989588Z [00:04:27.582]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.2991094Z [00:04:27.582]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.2992170Z [00:04:27.582]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.2992960Z [00:04:27.582]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.2993793Z [00:04:27.582]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.2994701Z [00:04:27.582]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.2995511Z [00:04:27.582]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.2996121Z [00:04:27.582]➜  EOF
2025-08-20T23:05:42.3001832Z [00:04:27.582]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2963/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/deletesynonym=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/deletesynonym;$WORK/b2963=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym -lang=go1.22 -complete -installsuffix shared -buildid st8JiEE9G7wIJ0_mno2O/st8JiEE9G7wIJ0_mno2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2963/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/deletesynonym/delete_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/deletesynonym/response.go
2025-08-20T23:05:42.3871862Z [00:04:27.670]➜  go tool buildid -w $WORK/b2962/_pkg_.a # internal
2025-08-20T23:05:42.3895181Z [00:04:27.672]➜  cp $WORK/b2962/_pkg_.a /root/.cache/go-build/b3/b32fb93b9d9714744cc3f05e16ad5975da43f0c948937aea3916cf0da979798f-d # internal
2025-08-20T23:05:42.3896586Z [00:04:27.672]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule
2025-08-20T23:05:42.3897339Z [00:04:27.672]➜  mkdir -p $WORK/b2964/
2025-08-20T23:05:42.3898054Z [00:04:27.672]➜  cat >/tmp/go-build3700090427/b2964/importcfg << 'EOF' # internal
2025-08-20T23:05:42.3899078Z [00:04:27.673]➜  # import config
2025-08-20T23:05:42.3899994Z [00:04:27.673]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.3900897Z [00:04:27.673]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.3901804Z [00:04:27.673]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.3902682Z [00:04:27.673]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.3903874Z [00:04:27.673]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.3905324Z [00:04:27.673]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.3906880Z [00:04:27.673]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:42.3908101Z [00:04:27.673]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.3908897Z [00:04:27.673]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.3909917Z [00:04:27.673]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.3910784Z [00:04:27.673]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.3911652Z [00:04:27.673]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.3912262Z [00:04:27.673]➜  EOF
2025-08-20T23:05:42.3918397Z [00:04:27.673]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2964/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/deletesynonymrule=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/deletesynonymrule;$WORK/b2964=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule -lang=go1.22 -complete -installsuffix shared -buildid TqqgGsjame_8O6vRWAmR/TqqgGsjame_8O6vRWAmR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2964/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/deletesynonymrule/delete_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/deletesynonymrule/response.go
2025-08-20T23:05:42.3940994Z [00:04:27.677]➜  go tool buildid -w $WORK/b2963/_pkg_.a # internal
2025-08-20T23:05:42.3960578Z [00:04:27.679]➜  cp $WORK/b2963/_pkg_.a /root/.cache/go-build/fe/fe502edc1efdd7c300735ffe10d2ec6e3b1f962cf819f61450e0d16794958153-d # internal
2025-08-20T23:05:42.3961947Z [00:04:27.679]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym
2025-08-20T23:05:42.3965993Z [00:04:27.680]➜  mkdir -p $WORK/b2965/
2025-08-20T23:05:42.3974367Z [00:04:27.680]➜  cat >/tmp/go-build3700090427/b2965/importcfg << 'EOF' # internal
2025-08-20T23:05:42.3975056Z [00:04:27.680]➜  # import config
2025-08-20T23:05:42.3975686Z [00:04:27.680]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.3976552Z [00:04:27.680]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.3977381Z [00:04:27.680]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.3978137Z [00:04:27.680]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.3979293Z [00:04:27.680]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.3982382Z [00:04:27.680]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.3983681Z [00:04:27.680]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.3984461Z [00:04:27.680]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.3985265Z [00:04:27.680]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.3986066Z [00:04:27.680]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.3987053Z [00:04:27.680]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.3987643Z [00:04:27.680]➜  EOF
2025-08-20T23:05:42.3993339Z [00:04:27.681]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2965/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonym=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonym;$WORK/b2965=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym -lang=go1.22 -complete -installsuffix shared -buildid tOCHk3tasWuxv1Dm6_rD/tOCHk3tasWuxv1Dm6_rD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2965/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonym/get_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonym/response.go
2025-08-20T23:05:42.4061683Z [00:04:27.689]➜  go tool buildid -w $WORK/b2961/_pkg_.a # internal
2025-08-20T23:05:42.4070271Z [00:04:27.690]➜  go tool buildid -w $WORK/b2959/_pkg_.a # internal
2025-08-20T23:05:42.4085079Z [00:04:27.692]➜  cp $WORK/b2961/_pkg_.a /root/.cache/go-build/4b/4b3d38657de117fa07f3bfd116d5388f589fff264efe17311e17ce3748bdc773-d # internal
2025-08-20T23:05:42.4090327Z [00:04:27.692]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule
2025-08-20T23:05:42.4091100Z [00:04:27.692]➜  mkdir -p $WORK/b2966/
2025-08-20T23:05:42.4096639Z [00:04:27.693]➜  cat >/tmp/go-build3700090427/b2966/importcfg << 'EOF' # internal
2025-08-20T23:05:42.4102727Z [00:04:27.693]➜  # import config
2025-08-20T23:05:42.4103415Z [00:04:27.693]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.4104258Z [00:04:27.693]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.4105068Z [00:04:27.693]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.4105851Z [00:04:27.693]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.4107329Z [00:04:27.693]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.4108961Z [00:04:27.693]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.4110681Z [00:04:27.693]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.4112779Z [00:04:27.693]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.4113571Z [00:04:27.693]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.4114340Z [00:04:27.693]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.4115100Z [00:04:27.693]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.4115657Z [00:04:27.693]➜  EOF
2025-08-20T23:05:42.4122665Z [00:04:27.693]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2966/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonymrule=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonymrule;$WORK/b2966=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule -lang=go1.22 -complete -installsuffix shared -buildid IYFiDZYF2akSbMti5x07/IYFiDZYF2akSbMti5x07 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2966/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonymrule/get_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonymrule/response.go
2025-08-20T23:05:42.4140051Z [00:04:27.697]➜  cp $WORK/b2959/_pkg_.a /root/.cache/go-build/16/16e0d69e55232630ba3b0b440655b60ce3019bd944c40e063eda7c688e49136a-d # internal
2025-08-20T23:05:42.4158196Z [00:04:27.697]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets
2025-08-20T23:05:42.4159043Z [00:04:27.697]➜  mkdir -p $WORK/b2967/
2025-08-20T23:05:42.4160335Z [00:04:27.698]➜  cat >/tmp/go-build3700090427/b2967/importcfg << 'EOF' # internal
2025-08-20T23:05:42.4161011Z [00:04:27.698]➜  # import config
2025-08-20T23:05:42.4161639Z [00:04:27.698]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.4162471Z [00:04:27.698]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.4163275Z [00:04:27.698]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.4164027Z [00:04:27.698]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.4165165Z [00:04:27.698]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.4166581Z [00:04:27.698]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.4167601Z [00:04:27.698]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.4168361Z [00:04:27.698]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.4169134Z [00:04:27.698]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.4170071Z [00:04:27.698]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.4170830Z [00:04:27.698]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.4171395Z [00:04:27.698]➜  EOF
2025-08-20T23:05:42.4178404Z [00:04:27.698]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2967/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonymssets=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonymssets;$WORK/b2967=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets -lang=go1.22 -complete -installsuffix shared -buildid 1DTFfoqAWMn5BPJi7ki-/1DTFfoqAWMn5BPJi7ki- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2967/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonymssets/get_synonyms_sets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/getsynonymssets/response.go
2025-08-20T23:05:42.4873768Z [00:04:27.770]➜  go tool buildid -w $WORK/b2964/_pkg_.a # internal
2025-08-20T23:05:42.4888249Z [00:04:27.772]➜  cp $WORK/b2964/_pkg_.a /root/.cache/go-build/9f/9fea757a363794073c9915c06a9acf682e70659663eed6c30ceed05ff81ff7eb-d # internal
2025-08-20T23:05:42.4890779Z [00:04:27.772]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym
2025-08-20T23:05:42.4892089Z [00:04:27.772]➜  mkdir -p $WORK/b2968/
2025-08-20T23:05:42.4919096Z [00:04:27.774]➜  cat >/tmp/go-build3700090427/b2968/importcfg << 'EOF' # internal
2025-08-20T23:05:42.4921705Z [00:04:27.774]➜  # import config
2025-08-20T23:05:42.4922593Z [00:04:27.774]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.4923489Z [00:04:27.774]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.4924446Z [00:04:27.774]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.4925327Z [00:04:27.774]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.4926155Z [00:04:27.774]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.4927403Z [00:04:27.774]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.4929026Z [00:04:27.774]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.4930825Z [00:04:27.774]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:42.4932071Z [00:04:27.774]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.4933097Z [00:04:27.774]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.4934283Z [00:04:27.774]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.4935168Z [00:04:27.774]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.4936034Z [00:04:27.774]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.4936691Z [00:04:27.774]➜  EOF
2025-08-20T23:05:42.4943173Z [00:04:27.774]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2968/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/putsynonym=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/putsynonym;$WORK/b2968=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym -lang=go1.22 -complete -installsuffix shared -buildid woWfNFTjB9f16gohITsU/woWfNFTjB9f16gohITsU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2968/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/putsynonym/put_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/putsynonym/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/putsynonym/response.go
2025-08-20T23:05:42.5102099Z [00:04:27.793]➜  go tool buildid -w $WORK/b2965/_pkg_.a # internal
2025-08-20T23:05:42.5116976Z [00:04:27.795]➜  cp $WORK/b2965/_pkg_.a /root/.cache/go-build/a5/a57c8afcc7eedffc7e67543202dcc440284c5ed6a43655fa538dd49355629edd-d # internal
2025-08-20T23:05:42.5122355Z [00:04:27.795]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule
2025-08-20T23:05:42.5123546Z [00:04:27.795]➜  mkdir -p $WORK/b2969/
2025-08-20T23:05:42.5124273Z [00:04:27.795]➜  cat >/tmp/go-build3700090427/b2969/importcfg << 'EOF' # internal
2025-08-20T23:05:42.5124938Z [00:04:27.795]➜  # import config
2025-08-20T23:05:42.5125569Z [00:04:27.795]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.5126408Z [00:04:27.796]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.5127969Z [00:04:27.796]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.5130140Z [00:04:27.796]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.5130932Z [00:04:27.796]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.5132137Z [00:04:27.796]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.5133937Z [00:04:27.796]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.5135495Z [00:04:27.796]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:42.5136646Z [00:04:27.796]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.5137444Z [00:04:27.796]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.5138243Z [00:04:27.796]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.5139034Z [00:04:27.796]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.5140086Z [00:04:27.796]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.5140808Z [00:04:27.796]➜  EOF
2025-08-20T23:05:42.5147402Z [00:04:27.796]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2969/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/putsynonymrule=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/putsynonymrule;$WORK/b2969=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule -lang=go1.22 -complete -installsuffix shared -buildid E4cEq0rW53EmZPN1t__4/E4cEq0rW53EmZPN1t__4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2969/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/putsynonymrule/put_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/putsynonymrule/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/synonyms/putsynonymrule/response.go
2025-08-20T23:05:42.5169304Z [00:04:27.800]➜  go tool buildid -w $WORK/b2967/_pkg_.a # internal
2025-08-20T23:05:42.5173617Z [00:04:27.801]➜  go tool buildid -w $WORK/b2966/_pkg_.a # internal
2025-08-20T23:05:42.5186750Z [00:04:27.802]➜  cp $WORK/b2967/_pkg_.a /root/.cache/go-build/f1/f140acc4175a77be899b58c882de90e6e9cd0392853b8e5e7575b32efb3398d8-d # internal
2025-08-20T23:05:42.5193675Z [00:04:27.802]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel
2025-08-20T23:05:42.5207273Z [00:04:27.802]➜  mkdir -p $WORK/b2970/
2025-08-20T23:05:42.5208024Z [00:04:27.803]➜  cat >/tmp/go-build3700090427/b2970/importcfg << 'EOF' # internal
2025-08-20T23:05:42.5208708Z [00:04:27.803]➜  # import config
2025-08-20T23:05:42.5209911Z [00:04:27.803]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.5210823Z [00:04:27.803]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.5211747Z [00:04:27.803]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.5212589Z [00:04:27.803]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.5213365Z [00:04:27.803]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.5214542Z [00:04:27.803]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.5216086Z [00:04:27.803]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.5217167Z [00:04:27.803]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.5217968Z [00:04:27.803]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.5218793Z [00:04:27.803]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.5219927Z [00:04:27.803]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.5220782Z [00:04:27.803]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.5221416Z [00:04:27.803]➜  EOF
2025-08-20T23:05:42.5226380Z [00:04:27.803]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2970/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/cancel=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/cancel;$WORK/b2970=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel -lang=go1.22 -complete -installsuffix shared -buildid Xe0Jq_J-yvMld5qOpG_2/Xe0Jq_J-yvMld5qOpG_2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2970/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/cancel/cancel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/cancel/response.go
2025-08-20T23:05:42.5235650Z [00:04:27.806]➜  cp $WORK/b2966/_pkg_.a /root/.cache/go-build/36/3625e71f0448207570bcf66f805747a1ccac2545863f69b751e62bfd4564e246-d # internal
2025-08-20T23:05:42.5237399Z [00:04:27.806]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get
2025-08-20T23:05:42.5238302Z [00:04:27.807]➜  mkdir -p $WORK/b2971/
2025-08-20T23:05:42.5239171Z [00:04:27.807]➜  cat >/tmp/go-build3700090427/b2971/importcfg << 'EOF' # internal
2025-08-20T23:05:42.5240267Z [00:04:27.807]➜  # import config
2025-08-20T23:05:42.5241097Z [00:04:27.807]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.5242131Z [00:04:27.807]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.5243154Z [00:04:27.807]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.5244277Z [00:04:27.807]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.5245839Z [00:04:27.807]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.5247951Z [00:04:27.807]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.5249802Z [00:04:27.807]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.5250849Z [00:04:27.807]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.5251626Z [00:04:27.807]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.5252107Z [00:04:27.807]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.5252740Z [00:04:27.807]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.5253147Z [00:04:27.807]➜  EOF
2025-08-20T23:05:42.5258206Z [00:04:27.807]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2971/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/get=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/get;$WORK/b2971=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get -lang=go1.22 -complete -installsuffix shared -buildid -OY1zND4eYy3wg-w2w16/-OY1zND4eYy3wg-w2w16 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2971/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/get/response.go
2025-08-20T23:05:42.6055400Z [00:04:27.889]➜  go tool buildid -w $WORK/b2968/_pkg_.a # internal
2025-08-20T23:05:42.6090212Z [00:04:27.892]➜  cp $WORK/b2968/_pkg_.a /root/.cache/go-build/81/816b3811d54b687dc81d5140351d4395c89131b880a847ec93a21c170c66a818-d # internal
2025-08-20T23:05:42.6099244Z [00:04:27.893]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list
2025-08-20T23:05:42.6101214Z [00:04:27.893]➜  mkdir -p $WORK/b2972/
2025-08-20T23:05:42.6120638Z [00:04:27.894]➜  cat >/tmp/go-build3700090427/b2972/importcfg << 'EOF' # internal
2025-08-20T23:05:42.6122519Z [00:04:27.895]➜  # import config
2025-08-20T23:05:42.6123193Z [00:04:27.895]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.6124024Z [00:04:27.895]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.6124896Z [00:04:27.895]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.6125763Z [00:04:27.895]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.6126642Z [00:04:27.895]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.6128135Z [00:04:27.895]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.6129827Z [00:04:27.895]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.6131418Z [00:04:27.895]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby=/tmp/go-build3700090427/b2973/_pkg_.a
2025-08-20T23:05:42.6132839Z [00:04:27.895]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.6133669Z [00:04:27.895]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.6134498Z [00:04:27.895]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.6135302Z [00:04:27.895]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.6136072Z [00:04:27.895]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.6136673Z [00:04:27.895]➜  EOF
2025-08-20T23:05:42.6141944Z [00:04:27.895]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2972/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/list=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/list;$WORK/b2972=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list -lang=go1.22 -complete -installsuffix shared -buildid Bk4D84sLljD18Rp4KMp6/Bk4D84sLljD18Rp4KMp6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2972/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/tasks/list/response.go
2025-08-20T23:05:42.6203707Z [00:04:27.904]➜  go tool buildid -w $WORK/b2969/_pkg_.a # internal
2025-08-20T23:05:42.6219977Z [00:04:27.905]➜  cp $WORK/b2969/_pkg_.a /root/.cache/go-build/bb/bb85881c872f10ae43e862d253b7db8186944076f2b4c4257e89e0167b6154d0-d # internal
2025-08-20T23:05:42.6224397Z [00:04:27.906]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure
2025-08-20T23:05:42.6225231Z [00:04:27.906]➜  mkdir -p $WORK/b2976/
2025-08-20T23:05:42.6236402Z [00:04:27.906]➜  cat >/tmp/go-build3700090427/b2976/importcfg << 'EOF' # internal
2025-08-20T23:05:42.6238643Z [00:04:27.906]➜  # import config
2025-08-20T23:05:42.6239282Z [00:04:27.906]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.6240292Z [00:04:27.906]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.6241177Z [00:04:27.906]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.6241938Z [00:04:27.906]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.6242634Z [00:04:27.906]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.6243733Z [00:04:27.906]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.6245108Z [00:04:27.906]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.6246103Z [00:04:27.906]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.6246905Z [00:04:27.906]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.6247861Z [00:04:27.906]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.6248617Z [00:04:27.906]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.6249564Z [00:04:27.906]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.6250161Z [00:04:27.906]➜  EOF
2025-08-20T23:05:42.6256484Z [00:04:27.906]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2976/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/findstructure=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/findstructure;$WORK/b2976=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure -lang=go1.22 -complete -installsuffix shared -buildid 7mjz9C3t3zdg6fJOUcui/7mjz9C3t3zdg6fJOUcui -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2976/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/findstructure/find_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/findstructure/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/findstructure/response.go
2025-08-20T23:05:42.6272449Z [00:04:27.910]➜  go tool buildid -w $WORK/b2971/_pkg_.a # internal
2025-08-20T23:05:42.6273973Z [00:04:27.910]➜  cp $WORK/b2971/_pkg_.a /root/.cache/go-build/a8/a8e6c89113bf0f4119baed56873ad61ef5b1344d3677924e14a8e178558964ca-d # internal
2025-08-20T23:05:42.6275504Z [00:04:27.910]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern
2025-08-20T23:05:42.6279540Z [00:04:27.910]➜  mkdir -p $WORK/b2977/
2025-08-20T23:05:42.6280300Z [00:04:27.910]➜  cat >/tmp/go-build3700090427/b2977/importcfg << 'EOF' # internal
2025-08-20T23:05:42.6281002Z [00:04:27.910]➜  # import config
2025-08-20T23:05:42.6281636Z [00:04:27.911]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.6282361Z [00:04:27.911]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.6283114Z [00:04:27.911]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.6284078Z [00:04:27.911]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.6284845Z [00:04:27.911]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.6285913Z [00:04:27.911]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.6287263Z [00:04:27.911]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.6288357Z [00:04:27.911]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.6289146Z [00:04:27.911]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.6291390Z [00:04:27.911]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.6292183Z [00:04:27.911]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.6292938Z [00:04:27.911]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.6293510Z [00:04:27.911]➜  EOF
2025-08-20T23:05:42.6303298Z [00:04:27.911]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2977/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/testgrokpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/testgrokpattern;$WORK/b2977=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern -lang=go1.22 -complete -installsuffix shared -buildid 0vNV9yHjIaefqqsxm1il/0vNV9yHjIaefqqsxm1il -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2977/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/testgrokpattern/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/testgrokpattern/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/textstructure/testgrokpattern/test_grok_pattern.go
2025-08-20T23:05:42.6309565Z [00:04:27.911]➜  go tool buildid -w $WORK/b2970/_pkg_.a # internal
2025-08-20T23:05:42.6310891Z [00:04:27.913]➜  cp $WORK/b2970/_pkg_.a /root/.cache/go-build/3f/3ff3ac8e6a50962f7aa9fba506748231e0188f14cdeff2445b6e11d171ea430d-d # internal
2025-08-20T23:05:42.6326076Z [00:04:27.915]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform
2025-08-20T23:05:42.6327176Z [00:04:27.915]➜  mkdir -p $WORK/b2978/
2025-08-20T23:05:42.6329182Z [00:04:27.916]➜  cat >/tmp/go-build3700090427/b2978/importcfg << 'EOF' # internal
2025-08-20T23:05:42.6330004Z [00:04:27.916]➜  # import config
2025-08-20T23:05:42.6330651Z [00:04:27.916]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.6331526Z [00:04:27.916]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.6332465Z [00:04:27.916]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.6333329Z [00:04:27.916]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.6334572Z [00:04:27.916]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.6336127Z [00:04:27.916]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.6337249Z [00:04:27.916]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.6338080Z [00:04:27.916]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.6338918Z [00:04:27.916]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.6340070Z [00:04:27.916]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.6340935Z [00:04:27.916]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.6341571Z [00:04:27.916]➜  EOF
2025-08-20T23:05:42.6347596Z [00:04:27.916]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2978/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/deletetransform=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/deletetransform;$WORK/b2978=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform -lang=go1.22 -complete -installsuffix shared -buildid 3mK9LlJfDId3pUKK45Yx/3mK9LlJfDId3pUKK45Yx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2978/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/deletetransform/delete_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/deletetransform/response.go
2025-08-20T23:05:42.7272597Z [00:04:28.010]➜  go tool buildid -w $WORK/b2972/_pkg_.a # internal
2025-08-20T23:05:42.7280753Z [00:04:28.011]➜  go tool buildid -w $WORK/b2978/_pkg_.a # internal
2025-08-20T23:05:42.7297929Z [00:04:28.013]➜  cp $WORK/b2978/_pkg_.a /root/.cache/go-build/9c/9c6e089d942cfed978ba4c2ff9180cc5e0c8b406d67cc0a66145cb9cdeb16228-d # internal
2025-08-20T23:05:42.7303551Z [00:04:28.013]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform
2025-08-20T23:05:42.7304577Z [00:04:28.013]➜  mkdir -p $WORK/b2980/
2025-08-20T23:05:42.7306833Z [00:04:28.013]➜  cat >/tmp/go-build3700090427/b2980/importcfg << 'EOF' # internal
2025-08-20T23:05:42.7307610Z [00:04:28.013]➜  # import config
2025-08-20T23:05:42.7308305Z [00:04:28.013]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.7309246Z [00:04:28.014]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.7313636Z [00:04:28.014]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.7314858Z [00:04:28.014]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.7316082Z [00:04:28.014]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.7317576Z [00:04:28.014]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.7318690Z [00:04:28.014]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.7319874Z [00:04:28.014]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.7321918Z [00:04:28.014]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.7322786Z [00:04:28.014]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.7323882Z [00:04:28.014]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.7324481Z [00:04:28.014]➜  EOF
2025-08-20T23:05:42.7330231Z [00:04:28.014]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2980/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/gettransform=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/gettransform;$WORK/b2980=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform -lang=go1.22 -complete -installsuffix shared -buildid fAi50WF0vWTo8ZdGAvOy/fAi50WF0vWTo8ZdGAvOy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2980/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/gettransform/get_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/gettransform/response.go
2025-08-20T23:05:42.7335719Z [00:04:28.014]➜  cp $WORK/b2972/_pkg_.a /root/.cache/go-build/9a/9aca882790cd6a0e3167fc9f89d990ffd9295d327af26e320bc169711f975570-d # internal
2025-08-20T23:05:42.7337089Z [00:04:28.014]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats
2025-08-20T23:05:42.7337854Z [00:04:28.014]➜  mkdir -p $WORK/b2981/
2025-08-20T23:05:42.7338532Z [00:04:28.015]➜  cat >/tmp/go-build3700090427/b2981/importcfg << 'EOF' # internal
2025-08-20T23:05:42.7339171Z [00:04:28.015]➜  # import config
2025-08-20T23:05:42.7340449Z [00:04:28.015]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.7341591Z [00:04:28.015]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.7342499Z [00:04:28.015]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.7343278Z [00:04:28.015]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.7344480Z [00:04:28.015]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.7346000Z [00:04:28.015]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.7347073Z [00:04:28.015]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.7347882Z [00:04:28.015]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.7348714Z [00:04:28.015]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.7349662Z [00:04:28.015]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.7350465Z [00:04:28.015]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.7351078Z [00:04:28.015]➜  EOF
2025-08-20T23:05:42.7356851Z [00:04:28.015]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2981/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/gettransformstats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/gettransformstats;$WORK/b2981=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats -lang=go1.22 -complete -installsuffix shared -buildid 5AGvOw5bWwe-p5IQhuho/5AGvOw5bWwe-p5IQhuho -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2981/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/gettransformstats/get_transform_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/gettransformstats/response.go
2025-08-20T23:05:42.7368251Z [00:04:28.020]➜  go tool buildid -w $WORK/b2977/_pkg_.a # internal
2025-08-20T23:05:42.7387768Z [00:04:28.022]➜  cp $WORK/b2977/_pkg_.a /root/.cache/go-build/98/987b2b2d1bf59b049ed001ccfd989ad6efe27a6d4fd1fb59beb211e21dd234e0-d # internal
2025-08-20T23:05:42.7392086Z [00:04:28.022]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform
2025-08-20T23:05:42.7392894Z [00:04:28.022]➜  mkdir -p $WORK/b2982/
2025-08-20T23:05:42.7398845Z [00:04:28.023]➜  cat >/tmp/go-build3700090427/b2982/importcfg << 'EOF' # internal
2025-08-20T23:05:42.7399979Z [00:04:28.023]➜  # import config
2025-08-20T23:05:42.7400639Z [00:04:28.023]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.7401470Z [00:04:28.023]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.7402346Z [00:04:28.023]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.7403302Z [00:04:28.023]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.7404098Z [00:04:28.023]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.7405535Z [00:04:28.023]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.7407079Z [00:04:28.023]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.7408144Z [00:04:28.023]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.7408990Z [00:04:28.023]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.7410558Z [00:04:28.023]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.7411443Z [00:04:28.023]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.7412348Z [00:04:28.023]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.7412954Z [00:04:28.023]➜  EOF
2025-08-20T23:05:42.7420553Z [00:04:28.023]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2982/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/previewtransform=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/previewtransform;$WORK/b2982=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform -lang=go1.22 -complete -installsuffix shared -buildid FLeZVevbBKTB2RMbgbDO/FLeZVevbBKTB2RMbgbDO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2982/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/previewtransform/preview_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/previewtransform/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/previewtransform/response.go
2025-08-20T23:05:42.7449887Z [00:04:28.028]➜  go tool buildid -w $WORK/b2976/_pkg_.a # internal
2025-08-20T23:05:42.7474181Z [00:04:28.031]➜  cp $WORK/b2976/_pkg_.a /root/.cache/go-build/55/557d9eb3e41e1a4891a35f56c881c1add35ffe838e8d648b473687acfdee05c7-d # internal
2025-08-20T23:05:42.7484043Z [00:04:28.031]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform
2025-08-20T23:05:42.7484913Z [00:04:28.032]➜  mkdir -p $WORK/b2983/
2025-08-20T23:05:42.7494310Z [00:04:28.033]➜  cat >/tmp/go-build3700090427/b2983/importcfg << 'EOF' # internal
2025-08-20T23:05:42.7496738Z [00:04:28.033]➜  # import config
2025-08-20T23:05:42.7497360Z [00:04:28.033]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.7498161Z [00:04:28.033]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.7498985Z [00:04:28.033]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.7499956Z [00:04:28.033]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.7500692Z [00:04:28.033]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.7501841Z [00:04:28.033]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.7503300Z [00:04:28.033]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.7504325Z [00:04:28.033]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.7505077Z [00:04:28.033]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.7505851Z [00:04:28.033]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.7506879Z [00:04:28.033]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.7507663Z [00:04:28.033]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.7508229Z [00:04:28.033]➜  EOF
2025-08-20T23:05:42.7534112Z [00:04:28.035]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2983/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/puttransform=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/puttransform;$WORK/b2983=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform -lang=go1.22 -complete -installsuffix shared -buildid sioowpr9zsEVImp6JvRi/sioowpr9zsEVImp6JvRi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2983/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/puttransform/put_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/puttransform/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/puttransform/response.go
2025-08-20T23:05:42.8227010Z [00:04:28.104]➜  go tool buildid -w $WORK/b2981/_pkg_.a # internal
2025-08-20T23:05:42.8230777Z [00:04:28.106]➜  cp $WORK/b2981/_pkg_.a /root/.cache/go-build/1e/1e0b80655b2912dd03ecc37807f9cd2a14838dc16515164399ed6babca541cc4-d # internal
2025-08-20T23:05:42.8238456Z [00:04:28.107]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform
2025-08-20T23:05:42.8246584Z [00:04:28.107]➜  mkdir -p $WORK/b2984/
2025-08-20T23:05:42.8247366Z [00:04:28.107]➜  cat >/tmp/go-build3700090427/b2984/importcfg << 'EOF' # internal
2025-08-20T23:05:42.8248038Z [00:04:28.107]➜  # import config
2025-08-20T23:05:42.8248754Z [00:04:28.107]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.8249793Z [00:04:28.107]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.8250685Z [00:04:28.107]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.8251461Z [00:04:28.107]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.8252914Z [00:04:28.107]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.8255637Z [00:04:28.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.8256887Z [00:04:28.107]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.8257700Z [00:04:28.107]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.8258484Z [00:04:28.107]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.8259258Z [00:04:28.107]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.8261191Z [00:04:28.107]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.8261791Z [00:04:28.107]➜  EOF
2025-08-20T23:05:42.8267424Z [00:04:28.107]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2984/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/resettransform=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/resettransform;$WORK/b2984=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform -lang=go1.22 -complete -installsuffix shared -buildid 58W2010QPwzCeQ7KTl4J/58W2010QPwzCeQ7KTl4J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2984/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/resettransform/reset_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/resettransform/response.go
2025-08-20T23:05:42.8521691Z [00:04:28.135]➜  go tool buildid -w $WORK/b2980/_pkg_.a # internal
2025-08-20T23:05:42.8543181Z [00:04:28.137]➜  cp $WORK/b2980/_pkg_.a /root/.cache/go-build/b0/b0df56db202c89cdeca8da8f7c9286771a3a4d274f26979efee0cc254b81c062-d # internal
2025-08-20T23:05:42.8572787Z [00:04:28.140]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform
2025-08-20T23:05:42.8575949Z [00:04:28.140]➜  mkdir -p $WORK/b2985/
2025-08-20T23:05:42.8576845Z [00:04:28.140]➜  cat >/tmp/go-build3700090427/b2985/importcfg << 'EOF' # internal
2025-08-20T23:05:42.8577825Z [00:04:28.140]➜  # import config
2025-08-20T23:05:42.8581016Z [00:04:28.140]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.8582212Z [00:04:28.140]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.8583094Z [00:04:28.140]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.8583881Z [00:04:28.140]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.8585050Z [00:04:28.140]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.8586533Z [00:04:28.140]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.8587612Z [00:04:28.140]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.8588412Z [00:04:28.140]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.8589242Z [00:04:28.140]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.8590287Z [00:04:28.140]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.8591151Z [00:04:28.140]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.8591793Z [00:04:28.140]➜  EOF
2025-08-20T23:05:42.8597961Z [00:04:28.140]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2985/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/schedulenowtransform=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/schedulenowtransform;$WORK/b2985=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform -lang=go1.22 -complete -installsuffix shared -buildid qJKRRiHBRXnkvXslcS9Q/qJKRRiHBRXnkvXslcS9Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2985/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/schedulenowtransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/schedulenowtransform/schedule_now_transform.go
2025-08-20T23:05:42.8820920Z [00:04:28.165]➜  go tool buildid -w $WORK/b2983/_pkg_.a # internal
2025-08-20T23:05:42.8843600Z [00:04:28.167]➜  go tool buildid -w $WORK/b2982/_pkg_.a # internal
2025-08-20T23:05:42.8861231Z [00:04:28.169]➜  cp $WORK/b2983/_pkg_.a /root/.cache/go-build/e1/e133421479ec439022b028a7cdbc44c8bbbc34814ed61d242b5ecc9462705207-d # internal
2025-08-20T23:05:42.8871752Z [00:04:28.170]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform
2025-08-20T23:05:42.8879910Z [00:04:28.170]➜  cp $WORK/b2982/_pkg_.a /root/.cache/go-build/e5/e53e385eed3a9e1f576c9fc9e3c11a875bc4f51aef9eb1189486b38be33d421e-d # internal
2025-08-20T23:05:42.8881021Z [00:04:28.170]➜  mkdir -p $WORK/b2986/
2025-08-20T23:05:42.8885014Z [00:04:28.170]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform
2025-08-20T23:05:42.8886864Z [00:04:28.170]➜  mkdir -p $WORK/b2987/
2025-08-20T23:05:42.8890234Z [00:04:28.171]➜  cat >/tmp/go-build3700090427/b2987/importcfg << 'EOF' # internal
2025-08-20T23:05:42.8891122Z [00:04:28.171]➜  # import config
2025-08-20T23:05:42.8891987Z [00:04:28.171]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.8893000Z [00:04:28.171]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.8895885Z [00:04:28.171]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.8896698Z [00:04:28.171]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.8898227Z [00:04:28.171]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.8906420Z [00:04:28.171]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.8909596Z [00:04:28.171]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.8910447Z [00:04:28.171]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.8911290Z [00:04:28.171]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.8912338Z [00:04:28.171]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.8913203Z [00:04:28.171]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.8913805Z [00:04:28.171]➜  EOF
2025-08-20T23:05:42.8919676Z [00:04:28.171]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2987/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/stoptransform=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/stoptransform;$WORK/b2987=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform -lang=go1.22 -complete -installsuffix shared -buildid X50CBcJUpXQcazDaWYXZ/X50CBcJUpXQcazDaWYXZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2987/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/stoptransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/stoptransform/stop_transform.go
2025-08-20T23:05:42.8924879Z [00:04:28.174]➜  cat >/tmp/go-build3700090427/b2986/importcfg << 'EOF' # internal
2025-08-20T23:05:42.8925594Z [00:04:28.174]➜  # import config
2025-08-20T23:05:42.8926270Z [00:04:28.174]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.8927170Z [00:04:28.174]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.8928066Z [00:04:28.174]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.8928882Z [00:04:28.174]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.8930583Z [00:04:28.174]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.8932113Z [00:04:28.174]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.8933205Z [00:04:28.174]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.8934000Z [00:04:28.174]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.8934803Z [00:04:28.174]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.8935615Z [00:04:28.174]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.8936426Z [00:04:28.174]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.8936998Z [00:04:28.174]➜  EOF
2025-08-20T23:05:42.8942825Z [00:04:28.174]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2986/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/starttransform=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/starttransform;$WORK/b2986=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform -lang=go1.22 -complete -installsuffix shared -buildid AvEvK6EcgVshQXQVlmlC/AvEvK6EcgVshQXQVlmlC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2986/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/starttransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/starttransform/start_transform.go
2025-08-20T23:05:42.9330092Z [00:04:28.216]➜  go tool buildid -w $WORK/b2984/_pkg_.a # internal
2025-08-20T23:05:42.9344249Z [00:04:28.218]➜  cp $WORK/b2984/_pkg_.a /root/.cache/go-build/84/84869295c8bd65799ce7e59fefe002f4b56b450ad48d31625dcaa9cb6ff196d4-d # internal
2025-08-20T23:05:42.9346259Z [00:04:28.218]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform
2025-08-20T23:05:42.9347054Z [00:04:28.218]➜  mkdir -p $WORK/b2988/
2025-08-20T23:05:42.9352042Z [00:04:28.218]➜  cat >/tmp/go-build3700090427/b2988/importcfg << 'EOF' # internal
2025-08-20T23:05:42.9352721Z [00:04:28.218]➜  # import config
2025-08-20T23:05:42.9353379Z [00:04:28.218]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:42.9354204Z [00:04:28.218]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.9355417Z [00:04:28.218]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.9356347Z [00:04:28.218]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.9357139Z [00:04:28.218]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.9358354Z [00:04:28.218]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.9360084Z [00:04:28.218]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.9361207Z [00:04:28.218]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.9361993Z [00:04:28.218]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.9362795Z [00:04:28.218]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.9363620Z [00:04:28.218]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.9364472Z [00:04:28.218]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.9365104Z [00:04:28.218]➜  EOF
2025-08-20T23:05:42.9372013Z [00:04:28.218]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2988/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/updatetransform=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/updatetransform;$WORK/b2988=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform -lang=go1.22 -complete -installsuffix shared -buildid UV8zxBP8jLb2NPm_GtgJ/UV8zxBP8jLb2NPm_GtgJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2988/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/updatetransform/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/updatetransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/updatetransform/update_transform.go
2025-08-20T23:05:42.9438147Z [00:04:28.227]➜  go tool buildid -w $WORK/b2985/_pkg_.a # internal
2025-08-20T23:05:42.9458157Z [00:04:28.229]➜  cp $WORK/b2985/_pkg_.a /root/.cache/go-build/5b/5bb9204ed4a55cddd847e74570f56970e32f799f5bbbc769c3e5d30d493dc3a4-d # internal
2025-08-20T23:05:42.9465709Z [00:04:28.230]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms
2025-08-20T23:05:42.9469236Z [00:04:28.230]➜  mkdir -p $WORK/b2989/
2025-08-20T23:05:42.9478858Z [00:04:28.231]➜  cat >/tmp/go-build3700090427/b2989/importcfg << 'EOF' # internal
2025-08-20T23:05:42.9479692Z [00:04:28.231]➜  # import config
2025-08-20T23:05:42.9480353Z [00:04:28.231]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.9481272Z [00:04:28.231]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.9482205Z [00:04:28.231]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.9483088Z [00:04:28.231]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.9484371Z [00:04:28.231]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.9485966Z [00:04:28.231]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.9487526Z [00:04:28.231]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.9488379Z [00:04:28.231]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.9489255Z [00:04:28.231]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.9492024Z [00:04:28.231]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.9492911Z [00:04:28.231]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.9493554Z [00:04:28.231]➜  EOF
2025-08-20T23:05:42.9504496Z [00:04:28.233]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2989/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/upgradetransforms=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/upgradetransforms;$WORK/b2989=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms -lang=go1.22 -complete -installsuffix shared -buildid _t3t7xw_C1VDObcRZCwv/_t3t7xw_C1VDObcRZCwv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2989/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/upgradetransforms/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/transform/upgradetransforms/upgrade_transforms.go
2025-08-20T23:05:42.9864944Z [00:04:28.270]➜  go tool buildid -w $WORK/b2987/_pkg_.a # internal
2025-08-20T23:05:42.9884299Z [00:04:28.272]➜  cp $WORK/b2987/_pkg_.a /root/.cache/go-build/9b/9b1933839054ab900dd36043f733b130118254bbcae1a1b9a587e6f326024441-d # internal
2025-08-20T23:05:42.9900877Z [00:04:28.273]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch
2025-08-20T23:05:42.9901616Z [00:04:28.273]➜  mkdir -p $WORK/b2990/
2025-08-20T23:05:42.9917623Z [00:04:28.275]➜  cat >/tmp/go-build3700090427/b2990/importcfg << 'EOF' # internal
2025-08-20T23:05:42.9919269Z [00:04:28.275]➜  # import config
2025-08-20T23:05:42.9921081Z [00:04:28.275]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:42.9921952Z [00:04:28.275]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:42.9922757Z [00:04:28.275]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:42.9923494Z [00:04:28.275]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:42.9924633Z [00:04:28.275]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:42.9926073Z [00:04:28.275]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:42.9927121Z [00:04:28.275]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:42.9927879Z [00:04:28.275]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:42.9928650Z [00:04:28.275]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:42.9929590Z [00:04:28.275]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:42.9930374Z [00:04:28.275]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:42.9930934Z [00:04:28.275]➜  EOF
2025-08-20T23:05:42.9945778Z [00:04:28.275]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2990/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/ackwatch=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/ackwatch;$WORK/b2990=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch -lang=go1.22 -complete -installsuffix shared -buildid i-H3d9_tHApzFyStz--F/i-H3d9_tHApzFyStz--F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2990/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/ackwatch/ack_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/ackwatch/response.go
2025-08-20T23:05:43.0225355Z [00:04:28.306]➜  go tool buildid -w $WORK/b2986/_pkg_.a # internal
2025-08-20T23:05:43.0243741Z [00:04:28.307]➜  cp $WORK/b2986/_pkg_.a /root/.cache/go-build/93/93d62eb1901da05cc8d54c70e8d920810b57702d424f14e4085fea610d337b8d-d # internal
2025-08-20T23:05:43.0252215Z [00:04:28.308]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch
2025-08-20T23:05:43.0253001Z [00:04:28.308]➜  mkdir -p $WORK/b2991/
2025-08-20T23:05:43.0264731Z [00:04:28.309]➜  cat >/tmp/go-build3700090427/b2991/importcfg << 'EOF' # internal
2025-08-20T23:05:43.0265542Z [00:04:28.309]➜  # import config
2025-08-20T23:05:43.0266219Z [00:04:28.309]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.0267366Z [00:04:28.309]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.0268228Z [00:04:28.309]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.0269009Z [00:04:28.309]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.0270465Z [00:04:28.309]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.0271996Z [00:04:28.309]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.0273067Z [00:04:28.309]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.0273852Z [00:04:28.309]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.0274674Z [00:04:28.309]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.0275477Z [00:04:28.309]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.0276312Z [00:04:28.309]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.0276930Z [00:04:28.309]➜  EOF
2025-08-20T23:05:43.0285196Z [00:04:28.311]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2991/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/activatewatch=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/activatewatch;$WORK/b2991=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch -lang=go1.22 -complete -installsuffix shared -buildid Zw8YTAOrU-BvIIXJwPzO/Zw8YTAOrU-BvIIXJwPzO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2991/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/activatewatch/activate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/activatewatch/response.go
2025-08-20T23:05:43.0524182Z [00:04:28.335]➜  go tool buildid -w $WORK/b2988/_pkg_.a # internal
2025-08-20T23:05:43.0547208Z [00:04:28.338]➜  cp $WORK/b2988/_pkg_.a /root/.cache/go-build/90/90b52f632e673ff774be3e944aeb31f6689e9a892793be1d9296fdace76cf64a-d # internal
2025-08-20T23:05:43.0562694Z [00:04:28.339]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch
2025-08-20T23:05:43.0563541Z [00:04:28.339]➜  mkdir -p $WORK/b2992/
2025-08-20T23:05:43.0564316Z [00:04:28.339]➜  cat >/tmp/go-build3700090427/b2992/importcfg << 'EOF' # internal
2025-08-20T23:05:43.0565000Z [00:04:28.339]➜  # import config
2025-08-20T23:05:43.0565667Z [00:04:28.339]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.0566576Z [00:04:28.339]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.0567455Z [00:04:28.339]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.0568240Z [00:04:28.339]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.0569581Z [00:04:28.339]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.0571119Z [00:04:28.339]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.0572233Z [00:04:28.339]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.0573051Z [00:04:28.339]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.0574184Z [00:04:28.339]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.0575003Z [00:04:28.339]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.0575793Z [00:04:28.339]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.0576399Z [00:04:28.339]➜  EOF
2025-08-20T23:05:43.0582575Z [00:04:28.339]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2992/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/deactivatewatch=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/deactivatewatch;$WORK/b2992=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch -lang=go1.22 -complete -installsuffix shared -buildid HIgRJp-3Uzy_W6zXpoba/HIgRJp-3Uzy_W6zXpoba -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2992/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/deactivatewatch/deactivate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/deactivatewatch/response.go
2025-08-20T23:05:43.0619047Z [00:04:28.345]➜  go tool buildid -w $WORK/b2989/_pkg_.a # internal
2025-08-20T23:05:43.0636316Z [00:04:28.347]➜  cp $WORK/b2989/_pkg_.a /root/.cache/go-build/7a/7add274f5ce946516bfd505c384f2882047970f0ac532385a1d04bfa0ef0d4ff-d # internal
2025-08-20T23:05:43.0648135Z [00:04:28.348]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch
2025-08-20T23:05:43.0649020Z [00:04:28.348]➜  mkdir -p $WORK/b2993/
2025-08-20T23:05:43.0650658Z [00:04:28.348]➜  cat >/tmp/go-build3700090427/b2993/importcfg << 'EOF' # internal
2025-08-20T23:05:43.0651708Z [00:04:28.348]➜  # import config
2025-08-20T23:05:43.0652504Z [00:04:28.348]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.0654948Z [00:04:28.348]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.0656462Z [00:04:28.348]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.0657615Z [00:04:28.348]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.0659986Z [00:04:28.348]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.0661531Z [00:04:28.348]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.0662635Z [00:04:28.348]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.0663467Z [00:04:28.348]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.0664263Z [00:04:28.348]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.0665065Z [00:04:28.348]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.0665869Z [00:04:28.348]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.0666498Z [00:04:28.348]➜  EOF
2025-08-20T23:05:43.0673069Z [00:04:28.348]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2993/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/deletewatch=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/deletewatch;$WORK/b2993=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch -lang=go1.22 -complete -installsuffix shared -buildid VC6Pgla4aOkLZUZZRzeH/VC6Pgla4aOkLZUZZRzeH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2993/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/deletewatch/delete_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/deletewatch/response.go
2025-08-20T23:05:43.1029653Z [00:04:28.386]➜  go tool buildid -w $WORK/b2990/_pkg_.a # internal
2025-08-20T23:05:43.1045687Z [00:04:28.388]➜  cp $WORK/b2990/_pkg_.a /root/.cache/go-build/e3/e3c32170ca605cd02c672e44df3867f31191d0dd39f1b9ca8a8068cc6731bc60-d # internal
2025-08-20T23:05:43.1105902Z [00:04:28.394]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch
2025-08-20T23:05:43.1132147Z [00:04:28.394]➜  mkdir -p $WORK/b2994/
2025-08-20T23:05:43.1132927Z [00:04:28.394]➜  cat >/tmp/go-build3700090427/b2994/importcfg << 'EOF' # internal
2025-08-20T23:05:43.1133601Z [00:04:28.394]➜  # import config
2025-08-20T23:05:43.1134254Z [00:04:28.394]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:43.1135083Z [00:04:28.394]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.1136252Z [00:04:28.394]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.1137136Z [00:04:28.394]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.1137931Z [00:04:28.394]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.1139152Z [00:04:28.394]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.1140859Z [00:04:28.394]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.1142563Z [00:04:28.394]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode=/tmp/go-build3700090427/b2995/_pkg_.a
2025-08-20T23:05:43.1143867Z [00:04:28.394]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.1144670Z [00:04:28.394]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.1145495Z [00:04:28.394]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.1146305Z [00:04:28.394]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.1147111Z [00:04:28.394]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.1147715Z [00:04:28.394]➜  EOF
2025-08-20T23:05:43.1154227Z [00:04:28.394]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2994/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/executewatch=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/executewatch;$WORK/b2994=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch -lang=go1.22 -complete -installsuffix shared -buildid NrSFbg7uLrpWn0lyuO05/NrSFbg7uLrpWn0lyuO05 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2994/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/executewatch/execute_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/executewatch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/executewatch/response.go
2025-08-20T23:05:43.1287391Z [00:04:28.412]➜  go tool buildid -w $WORK/b2991/_pkg_.a # internal
2025-08-20T23:05:43.1323359Z [00:04:28.415]➜  cp $WORK/b2991/_pkg_.a /root/.cache/go-build/e8/e81284c8960204ef6eaa68dd4e19c620680223966670d298cfb1b82f8489cc7d-d # internal
2025-08-20T23:05:43.1336888Z [00:04:28.417]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch
2025-08-20T23:05:43.1342197Z [00:04:28.417]➜  mkdir -p $WORK/b2997/
2025-08-20T23:05:43.1345852Z [00:04:28.418]➜  cat >/tmp/go-build3700090427/b2997/importcfg << 'EOF' # internal
2025-08-20T23:05:43.1346890Z [00:04:28.418]➜  # import config
2025-08-20T23:05:43.1347680Z [00:04:28.418]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.1349879Z [00:04:28.418]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.1350812Z [00:04:28.418]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.1351631Z [00:04:28.418]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.1352838Z [00:04:28.418]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.1354358Z [00:04:28.418]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.1355744Z [00:04:28.418]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.1356539Z [00:04:28.418]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.1357357Z [00:04:28.418]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.1358170Z [00:04:28.418]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.1359004Z [00:04:28.418]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.1360189Z [00:04:28.418]➜  EOF
2025-08-20T23:05:43.1365489Z [00:04:28.418]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2997/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/getwatch=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/getwatch;$WORK/b2997=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch -lang=go1.22 -complete -installsuffix shared -buildid RQVvSqO9OcE8ZQor1b2f/RQVvSqO9OcE8ZQor1b2f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2997/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/getwatch/get_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/getwatch/response.go
2025-08-20T23:05:43.1655268Z [00:04:28.448]➜  go tool buildid -w $WORK/b2992/_pkg_.a # internal
2025-08-20T23:05:43.1663431Z [00:04:28.449]➜  cp $WORK/b2992/_pkg_.a /root/.cache/go-build/cf/cf4631a01749cf9a9bd62f73b91be613b80b2dd9600566573eb330e0da731c3d-d # internal
2025-08-20T23:05:43.1673636Z [00:04:28.450]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch
2025-08-20T23:05:43.1685149Z [00:04:28.450]➜  mkdir -p $WORK/b2998/
2025-08-20T23:05:43.1685899Z [00:04:28.451]➜  cat >/tmp/go-build3700090427/b2998/importcfg << 'EOF' # internal
2025-08-20T23:05:43.1686539Z [00:04:28.451]➜  # import config
2025-08-20T23:05:43.1687178Z [00:04:28.451]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:43.1687952Z [00:04:28.451]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.1693933Z [00:04:28.451]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.1694769Z [00:04:28.451]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.1695518Z [00:04:28.451]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.1696680Z [00:04:28.451]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.1698115Z [00:04:28.451]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.1699144Z [00:04:28.451]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.1704683Z [00:04:28.451]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.1706790Z [00:04:28.451]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.1707572Z [00:04:28.451]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.1708354Z [00:04:28.451]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.1708920Z [00:04:28.451]➜  EOF
2025-08-20T23:05:43.1714921Z [00:04:28.451]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2998/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/putwatch=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/putwatch;$WORK/b2998=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch -lang=go1.22 -complete -installsuffix shared -buildid hti6_KrYq4mv330huAZV/hti6_KrYq4mv330huAZV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2998/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/putwatch/put_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/putwatch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/putwatch/response.go
2025-08-20T23:05:43.1724191Z [00:04:28.454]➜  go tool buildid -w $WORK/b2993/_pkg_.a # internal
2025-08-20T23:05:43.1725466Z [00:04:28.455]➜  cp $WORK/b2993/_pkg_.a /root/.cache/go-build/c0/c0cbee43f1349e3a35fb93d72993d3c7af995d7a83a9890e60ab0255f2b22127-d # internal
2025-08-20T23:05:43.1733708Z [00:04:28.457]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches
2025-08-20T23:05:43.1736035Z [00:04:28.457]➜  mkdir -p $WORK/b2999/
2025-08-20T23:05:43.1737065Z [00:04:28.457]➜  cat >/tmp/go-build3700090427/b2999/importcfg << 'EOF' # internal
2025-08-20T23:05:43.1737778Z [00:04:28.457]➜  # import config
2025-08-20T23:05:43.1738425Z [00:04:28.457]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:43.1739254Z [00:04:28.457]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.1740393Z [00:04:28.457]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.1741228Z [00:04:28.457]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.1742000Z [00:04:28.457]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.1743192Z [00:04:28.457]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.1744668Z [00:04:28.457]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.1745734Z [00:04:28.457]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.1746506Z [00:04:28.457]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.1747291Z [00:04:28.457]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.1748064Z [00:04:28.457]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.1748844Z [00:04:28.457]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.1749695Z [00:04:28.457]➜  EOF
2025-08-20T23:05:43.1756003Z [00:04:28.457]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2999/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/querywatches=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/querywatches;$WORK/b2999=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches -lang=go1.22 -complete -installsuffix shared -buildid lSx7ptVzcME-d3qa5BBt/lSx7ptVzcME-d3qa5BBt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2999/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/querywatches/query_watches.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/querywatches/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/querywatches/response.go
2025-08-20T23:05:43.2642304Z [00:04:28.547]➜  go tool buildid -w $WORK/b2997/_pkg_.a # internal
2025-08-20T23:05:43.2683789Z [00:04:28.551]➜  cp $WORK/b2997/_pkg_.a /root/.cache/go-build/ac/ac48803b30974bb8de4279b57fb20eadc67659f1e326d40c95549444feeedcfd-d # internal
2025-08-20T23:05:43.2700512Z [00:04:28.553]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start
2025-08-20T23:05:43.2702996Z [00:04:28.554]➜  mkdir -p $WORK/b3000/
2025-08-20T23:05:43.2719019Z [00:04:28.554]➜  cat >/tmp/go-build3700090427/b3000/importcfg << 'EOF' # internal
2025-08-20T23:05:43.2720003Z [00:04:28.554]➜  # import config
2025-08-20T23:05:43.2720704Z [00:04:28.555]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.2721547Z [00:04:28.555]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.2722353Z [00:04:28.555]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.2723121Z [00:04:28.555]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.2724301Z [00:04:28.555]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.2725815Z [00:04:28.555]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.2726960Z [00:04:28.555]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.2727790Z [00:04:28.555]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.2728580Z [00:04:28.555]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.2730004Z [00:04:28.555]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.2730804Z [00:04:28.555]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.2731373Z [00:04:28.555]➜  EOF
2025-08-20T23:05:43.2738562Z [00:04:28.557]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3000/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/start=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/start;$WORK/b3000=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start -lang=go1.22 -complete -installsuffix shared -buildid D0hwbw8nHclZN--JN6uT/D0hwbw8nHclZN--JN6uT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3000/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/start/start.go
2025-08-20T23:05:43.2748588Z [00:04:28.558]➜  go tool buildid -w $WORK/b2994/_pkg_.a # internal
2025-08-20T23:05:43.2774282Z [00:04:28.560]➜  cp $WORK/b2994/_pkg_.a /root/.cache/go-build/3c/3c40bc1de291a4e97c7a7b06915603ae566f268b3938ec4e01cb296ded86724b-d # internal
2025-08-20T23:05:43.2780555Z [00:04:28.561]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats
2025-08-20T23:05:43.2782011Z [00:04:28.561]➜  mkdir -p $WORK/b3001/
2025-08-20T23:05:43.2787023Z [00:04:28.562]➜  cat >/tmp/go-build3700090427/b3001/importcfg << 'EOF' # internal
2025-08-20T23:05:43.2787996Z [00:04:28.562]➜  # import config
2025-08-20T23:05:43.2789905Z [00:04:28.562]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.2791744Z [00:04:28.562]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.2793828Z [00:04:28.562]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.2795317Z [00:04:28.562]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.2797835Z [00:04:28.562]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.2800138Z [00:04:28.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.2802865Z [00:04:28.562]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.2804916Z [00:04:28.562]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.2806022Z [00:04:28.562]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.2806808Z [00:04:28.562]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.2807592Z [00:04:28.562]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.2808170Z [00:04:28.562]➜  EOF
2025-08-20T23:05:43.2815554Z [00:04:28.562]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3001/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/stats;$WORK/b3001=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats -lang=go1.22 -complete -installsuffix shared -buildid jR8aPGuQsy7SzJi-adcr/jR8aPGuQsy7SzJi-adcr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3001/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/stats/stats.go
2025-08-20T23:05:43.2848804Z [00:04:28.568]➜  go tool buildid -w $WORK/b2998/_pkg_.a # internal
2025-08-20T23:05:43.2870169Z [00:04:28.570]➜  cp $WORK/b2998/_pkg_.a /root/.cache/go-build/c8/c87498245d8ada126aed0d0a054853bd50e2e12ee3409a2c60f7c9146f01fc5f-d # internal
2025-08-20T23:05:43.2876774Z [00:04:28.571]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop
2025-08-20T23:05:43.2877626Z [00:04:28.571]➜  mkdir -p $WORK/b3002/
2025-08-20T23:05:43.2885070Z [00:04:28.572]➜  cat >/tmp/go-build3700090427/b3002/importcfg << 'EOF' # internal
2025-08-20T23:05:43.2885957Z [00:04:28.572]➜  # import config
2025-08-20T23:05:43.2886725Z [00:04:28.572]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.2887532Z [00:04:28.572]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.2888318Z [00:04:28.572]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.2889058Z [00:04:28.572]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.2890304Z [00:04:28.572]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.2891622Z [00:04:28.572]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.2892555Z [00:04:28.572]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.2893271Z [00:04:28.572]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.2894001Z [00:04:28.572]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.2894698Z [00:04:28.572]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.2895413Z [00:04:28.572]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.2895963Z [00:04:28.572]➜  EOF
2025-08-20T23:05:43.2900877Z [00:04:28.572]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3002/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/stop=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/stop;$WORK/b3002=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop -lang=go1.22 -complete -installsuffix shared -buildid iYr-kIafueAbcrIJCsdJ/iYr-kIafueAbcrIJCsdJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3002/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/watcher/stop/stop.go
2025-08-20T23:05:43.2910229Z [00:04:28.574]➜  go tool buildid -w $WORK/b2999/_pkg_.a # internal
2025-08-20T23:05:43.2936408Z [00:04:28.577]➜  cp $WORK/b2999/_pkg_.a /root/.cache/go-build/a5/a5b9e948975be1edb036797445e323a3fca6f77e948ee3eff1ebf9298661f376-d # internal
2025-08-20T23:05:43.2945726Z [00:04:28.578]➜  github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info
2025-08-20T23:05:43.2950997Z [00:04:28.578]➜  mkdir -p $WORK/b3004/
2025-08-20T23:05:43.2954105Z [00:04:28.579]➜  cat >/tmp/go-build3700090427/b3004/importcfg << 'EOF' # internal
2025-08-20T23:05:43.2954838Z [00:04:28.579]➜  # import config
2025-08-20T23:05:43.2955516Z [00:04:28.579]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.2956482Z [00:04:28.579]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.2957737Z [00:04:28.579]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.2959150Z [00:04:28.579]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.2962621Z [00:04:28.579]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.2964347Z [00:04:28.579]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.2966015Z [00:04:28.579]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory=/tmp/go-build3700090427/b3005/_pkg_.a
2025-08-20T23:05:43.2967264Z [00:04:28.579]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.2968077Z [00:04:28.579]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.2968883Z [00:04:28.579]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.2969873Z [00:04:28.579]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.2970940Z [00:04:28.579]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.2971607Z [00:04:28.579]➜  EOF
2025-08-20T23:05:43.2976511Z [00:04:28.579]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3004/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/xpack/info=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/xpack/info;$WORK/b3004=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info -lang=go1.22 -complete -installsuffix shared -buildid 8X3yu3IDDNhoNUcNIMwZ/8X3yu3IDDNhoNUcNIMwZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3004/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/xpack/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/xpack/info/response.go
2025-08-20T23:05:43.3804597Z [00:04:28.662]➜  go tool buildid -w $WORK/b3000/_pkg_.a # internal
2025-08-20T23:05:43.3811258Z [00:04:28.663]➜  cp $WORK/b3000/_pkg_.a /root/.cache/go-build/0e/0e7fdd7d166fa27ce2bb3ae2ba0003a2c0081da7cc075edc022f0eb5f4150cc4-d # internal
2025-08-20T23:05:43.3819218Z [00:04:28.665]➜  go tool buildid -w $WORK/b3001/_pkg_.a # internal
2025-08-20T23:05:43.3836587Z [00:04:28.667]➜  cp $WORK/b3001/_pkg_.a /root/.cache/go-build/dc/dc8b6059de35c16ed33cd9f7a3c17e963f47735abb33a39929c614e98731dc27-d # internal
2025-08-20T23:05:43.3846338Z [00:04:28.667]➜  github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage
2025-08-20T23:05:43.3848347Z [00:04:28.667]➜  mkdir -p $WORK/b3006/
2025-08-20T23:05:43.3848997Z [00:04:28.668]➜  cat >/tmp/go-build3700090427/b3006/importcfg << 'EOF' # internal
2025-08-20T23:05:43.3849886Z [00:04:28.668]➜  # import config
2025-08-20T23:05:43.3850274Z [00:04:28.668]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.3850938Z [00:04:28.668]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:43.3851689Z [00:04:28.668]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:43.3852512Z [00:04:28.668]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:43.3853660Z [00:04:28.668]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.3855180Z [00:04:28.668]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:43.3856586Z [00:04:28.668]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:43.3857429Z [00:04:28.668]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.3858344Z [00:04:28.668]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:43.3859147Z [00:04:28.668]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:43.3860181Z [00:04:28.668]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:43.3860751Z [00:04:28.668]➜  EOF
2025-08-20T23:05:43.3865551Z [00:04:28.668]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b3006/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/xpack/usage=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/xpack/usage;$WORK/b3006=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage -lang=go1.22 -complete -installsuffix shared -buildid uy75qeb-K9_XqmbHHHWg/uy75qeb-K9_XqmbHHHWg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b3006/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/xpack/usage/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/xpack/usage/usage.go
2025-08-20T23:05:43.3933901Z [00:04:28.677]➜  go tool buildid -w $WORK/b3002/_pkg_.a # internal
2025-08-20T23:05:43.3949779Z [00:04:28.678]➜  cp $WORK/b3002/_pkg_.a /root/.cache/go-build/7a/7a0148f04748fd946e2662f124364481550b0412cc278729244d49962077cba8-d # internal
2025-08-20T23:05:43.3959810Z [00:04:28.679]➜  go tool buildid -w $WORK/b3004/_pkg_.a # internal
2025-08-20T23:05:43.3974822Z [00:04:28.681]➜  cp $WORK/b3004/_pkg_.a /root/.cache/go-build/3b/3b142edb5048a46adb8e9fc9a9584cb6f05dcff990c7608f081cab8b53c97ba7-d # internal
2025-08-20T23:05:43.4398650Z [00:04:28.723]➜  go tool buildid -w $WORK/b3006/_pkg_.a # internal
2025-08-20T23:05:43.4413863Z [00:04:28.725]➜  cp $WORK/b3006/_pkg_.a /root/.cache/go-build/4c/4c1c6651d0d602e6e6d82aed3df6337e6cb8c8bed07a95a7f5fd668002f7b850-d # internal
2025-08-20T23:05:43.4428042Z [00:04:28.726]➜  github.com/elastic/go-elasticsearch/v8/typedapi
2025-08-20T23:05:43.4428496Z [00:04:28.726]➜  mkdir -p $WORK/b2291/
2025-08-20T23:05:43.4438222Z [00:04:28.727]➜  cat >/tmp/go-build3700090427/b2291/importcfg << 'EOF' # internal
2025-08-20T23:05:43.4440835Z [00:04:28.727]➜  # import config
2025-08-20T23:05:43.4441671Z [00:04:28.727]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:43.4442958Z [00:04:28.727]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:43.4444655Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete=/tmp/go-build3700090427/b2292/_pkg_.a
2025-08-20T23:05:43.4446314Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get=/tmp/go-build3700090427/b2486/_pkg_.a
2025-08-20T23:05:43.4447950Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status=/tmp/go-build3700090427/b2487/_pkg_.a
2025-08-20T23:05:43.4449793Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit=/tmp/go-build3700090427/b2488/_pkg_.a
2025-08-20T23:05:43.4452130Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy=/tmp/go-build3700090427/b2489/_pkg_.a
2025-08-20T23:05:43.4454463Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity=/tmp/go-build3700090427/b2490/_pkg_.a
2025-08-20T23:05:43.4456455Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy=/tmp/go-build3700090427/b2491/_pkg_.a
2025-08-20T23:05:43.4458353Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy=/tmp/go-build3700090427/b2492/_pkg_.a
2025-08-20T23:05:43.4460218Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/capabilities=/tmp/go-build3700090427/b2493/_pkg_.a
2025-08-20T23:05:43.4462046Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases=/tmp/go-build3700090427/b2494/_pkg_.a
2025-08-20T23:05:43.4463246Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation=/tmp/go-build3700090427/b2495/_pkg_.a
2025-08-20T23:05:43.4464917Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates=/tmp/go-build3700090427/b2497/_pkg_.a
2025-08-20T23:05:43.4466493Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/count=/tmp/go-build3700090427/b2498/_pkg_.a
2025-08-20T23:05:43.4467993Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata=/tmp/go-build3700090427/b2499/_pkg_.a
2025-08-20T23:05:43.4469065Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/health=/tmp/go-build3700090427/b2500/_pkg_.a
2025-08-20T23:05:43.4470716Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/help=/tmp/go-build3700090427/b2502/_pkg_.a
2025-08-20T23:05:43.4471624Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices=/tmp/go-build3700090427/b2503/_pkg_.a
2025-08-20T23:05:43.4472455Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/master=/tmp/go-build3700090427/b2504/_pkg_.a
2025-08-20T23:05:43.4473285Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds=/tmp/go-build3700090427/b2505/_pkg_.a
2025-08-20T23:05:43.4474443Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics=/tmp/go-build3700090427/b2506/_pkg_.a
2025-08-20T23:05:43.4475466Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs=/tmp/go-build3700090427/b2507/_pkg_.a
2025-08-20T23:05:43.4476331Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels=/tmp/go-build3700090427/b2508/_pkg_.a
2025-08-20T23:05:43.4477201Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs=/tmp/go-build3700090427/b2509/_pkg_.a
2025-08-20T23:05:43.4478014Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes=/tmp/go-build3700090427/b2510/_pkg_.a
2025-08-20T23:05:43.4478860Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks=/tmp/go-build3700090427/b2511/_pkg_.a
2025-08-20T23:05:43.4480013Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins=/tmp/go-build3700090427/b2512/_pkg_.a
2025-08-20T23:05:43.4480876Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery=/tmp/go-build3700090427/b2513/_pkg_.a
2025-08-20T23:05:43.4481726Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories=/tmp/go-build3700090427/b2514/_pkg_.a
2025-08-20T23:05:43.4482569Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments=/tmp/go-build3700090427/b2515/_pkg_.a
2025-08-20T23:05:43.4483381Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards=/tmp/go-build3700090427/b2516/_pkg_.a
2025-08-20T23:05:43.4484197Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots=/tmp/go-build3700090427/b2517/_pkg_.a
2025-08-20T23:05:43.4485035Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks=/tmp/go-build3700090427/b2518/_pkg_.a
2025-08-20T23:05:43.4486356Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates=/tmp/go-build3700090427/b2519/_pkg_.a
2025-08-20T23:05:43.4488044Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool=/tmp/go-build3700090427/b2520/_pkg_.a
2025-08-20T23:05:43.4489776Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms=/tmp/go-build3700090427/b2521/_pkg_.a
2025-08-20T23:05:43.4491717Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern=/tmp/go-build3700090427/b2522/_pkg_.a
2025-08-20T23:05:43.4493405Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow=/tmp/go-build3700090427/b2523/_pkg_.a
2025-08-20T23:05:43.4494970Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo=/tmp/go-build3700090427/b2524/_pkg_.a
2025-08-20T23:05:43.4496586Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats=/tmp/go-build3700090427/b2525/_pkg_.a
2025-08-20T23:05:43.4498240Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower=/tmp/go-build3700090427/b2526/_pkg_.a
2025-08-20T23:05:43.4500130Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern=/tmp/go-build3700090427/b2527/_pkg_.a
2025-08-20T23:05:43.4512956Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern=/tmp/go-build3700090427/b2528/_pkg_.a
2025-08-20T23:05:43.4514742Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow=/tmp/go-build3700090427/b2529/_pkg_.a
2025-08-20T23:05:43.4516588Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern=/tmp/go-build3700090427/b2530/_pkg_.a
2025-08-20T23:05:43.4518698Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern=/tmp/go-build3700090427/b2531/_pkg_.a
2025-08-20T23:05:43.4520746Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow=/tmp/go-build3700090427/b2532/_pkg_.a
2025-08-20T23:05:43.4522391Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats=/tmp/go-build3700090427/b2533/_pkg_.a
2025-08-20T23:05:43.4523997Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow=/tmp/go-build3700090427/b2534/_pkg_.a
2025-08-20T23:05:43.4525736Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain=/tmp/go-build3700090427/b2535/_pkg_.a
2025-08-20T23:05:43.4527619Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate=/tmp/go-build3700090427/b2536/_pkg_.a
2025-08-20T23:05:43.4529799Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions=/tmp/go-build3700090427/b2537/_pkg_.a
2025-08-20T23:05:43.4531748Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate=/tmp/go-build3700090427/b2538/_pkg_.a
2025-08-20T23:05:43.4533627Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate=/tmp/go-build3700090427/b2539/_pkg_.a
2025-08-20T23:05:43.4535427Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings=/tmp/go-build3700090427/b2540/_pkg_.a
2025-08-20T23:05:43.4537016Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health=/tmp/go-build3700090427/b2541/_pkg_.a
2025-08-20T23:05:43.4538605Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info=/tmp/go-build3700090427/b2544/_pkg_.a
2025-08-20T23:05:43.4540460Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks=/tmp/go-build3700090427/b2545/_pkg_.a
2025-08-20T23:05:43.4542315Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions=/tmp/go-build3700090427/b2546/_pkg_.a
2025-08-20T23:05:43.4544202Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate=/tmp/go-build3700090427/b2547/_pkg_.a
2025-08-20T23:05:43.4546233Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings=/tmp/go-build3700090427/b2548/_pkg_.a
2025-08-20T23:05:43.4547906Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo=/tmp/go-build3700090427/b2549/_pkg_.a
2025-08-20T23:05:43.4549809Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute=/tmp/go-build3700090427/b2550/_pkg_.a
2025-08-20T23:05:43.4551390Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state=/tmp/go-build3700090427/b2551/_pkg_.a
2025-08-20T23:05:43.4552912Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats=/tmp/go-build3700090427/b2552/_pkg_.a
2025-08-20T23:05:43.4554546Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin=/tmp/go-build3700090427/b2553/_pkg_.a
2025-08-20T23:05:43.4556237Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete=/tmp/go-build3700090427/b2554/_pkg_.a
2025-08-20T23:05:43.4557831Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/get=/tmp/go-build3700090427/b2555/_pkg_.a
2025-08-20T23:05:43.4559688Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync=/tmp/go-build3700090427/b2556/_pkg_.a
2025-08-20T23:05:43.4561292Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/list=/tmp/go-build3700090427/b2557/_pkg_.a
2025-08-20T23:05:43.4563038Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/post=/tmp/go-build3700090427/b2558/_pkg_.a
2025-08-20T23:05:43.4564567Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/put=/tmp/go-build3700090427/b2559/_pkg_.a
2025-08-20T23:05:43.4566133Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost=/tmp/go-build3700090427/b2560/_pkg_.a
2025-08-20T23:05:43.4567792Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel=/tmp/go-build3700090427/b2561/_pkg_.a
2025-08-20T23:05:43.4569658Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete=/tmp/go-build3700090427/b2562/_pkg_.a
2025-08-20T23:05:43.4571302Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget=/tmp/go-build3700090427/b2563/_pkg_.a
2025-08-20T23:05:43.4572944Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist=/tmp/go-build3700090427/b2564/_pkg_.a
2025-08-20T23:05:43.4574601Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost=/tmp/go-build3700090427/b2565/_pkg_.a
2025-08-20T23:05:43.4576343Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering=/tmp/go-build3700090427/b2566/_pkg_.a
2025-08-20T23:05:43.4578103Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid=/tmp/go-build3700090427/b2567/_pkg_.a
2025-08-20T23:05:43.4580078Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration=/tmp/go-build3700090427/b2568/_pkg_.a
2025-08-20T23:05:43.4581881Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror=/tmp/go-build3700090427/b2569/_pkg_.a
2025-08-20T23:05:43.4583676Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering=/tmp/go-build3700090427/b2570/_pkg_.a
2025-08-20T23:05:43.4585533Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation=/tmp/go-build3700090427/b2571/_pkg_.a
2025-08-20T23:05:43.4587398Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname=/tmp/go-build3700090427/b2572/_pkg_.a
2025-08-20T23:05:43.4589584Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename=/tmp/go-build3700090427/b2573/_pkg_.a
2025-08-20T23:05:43.4591363Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative=/tmp/go-build3700090427/b2574/_pkg_.a
2025-08-20T23:05:43.4593096Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline=/tmp/go-build3700090427/b2575/_pkg_.a
2025-08-20T23:05:43.4594899Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling=/tmp/go-build3700090427/b2576/_pkg_.a
2025-08-20T23:05:43.4596687Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype=/tmp/go-build3700090427/b2577/_pkg_.a
2025-08-20T23:05:43.4598454Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus=/tmp/go-build3700090427/b2578/_pkg_.a
2025-08-20T23:05:43.4600293Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk=/tmp/go-build3700090427/b2579/_pkg_.a
2025-08-20T23:05:43.4601889Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll=/tmp/go-build3700090427/b2581/_pkg_.a
2025-08-20T23:05:43.4603592Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime=/tmp/go-build3700090427/b2582/_pkg_.a
2025-08-20T23:05:43.4605476Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/count=/tmp/go-build3700090427/b2583/_pkg_.a
2025-08-20T23:05:43.4607084Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/create=/tmp/go-build3700090427/b2584/_pkg_.a
2025-08-20T23:05:43.4608591Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/delete=/tmp/go-build3700090427/b2585/_pkg_.a
2025-08-20T23:05:43.4610420Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery=/tmp/go-build3700090427/b2586/_pkg_.a
2025-08-20T23:05:43.4612194Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle=/tmp/go-build3700090427/b2588/_pkg_.a
2025-08-20T23:05:43.4613765Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript=/tmp/go-build3700090427/b2589/_pkg_.a
2025-08-20T23:05:43.4614675Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/exists=/tmp/go-build3700090427/b2590/_pkg_.a
2025-08-20T23:05:43.4615544Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource=/tmp/go-build3700090427/b2591/_pkg_.a
2025-08-20T23:05:43.4616457Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/explain=/tmp/go-build3700090427/b2592/_pkg_.a
2025-08-20T23:05:43.4617297Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps=/tmp/go-build3700090427/b2593/_pkg_.a
2025-08-20T23:05:43.4618124Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/get=/tmp/go-build3700090427/b2594/_pkg_.a
2025-08-20T23:05:43.4618949Z [00:04:28.727]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript=/tmp/go-build3700090427/b2595/_pkg_.a
2025-08-20T23:05:43.4620103Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext=/tmp/go-build3700090427/b2596/_pkg_.a
2025-08-20T23:05:43.4621035Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages=/tmp/go-build3700090427/b2597/_pkg_.a
2025-08-20T23:05:43.4621915Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource=/tmp/go-build3700090427/b2598/_pkg_.a
2025-08-20T23:05:43.4622772Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport=/tmp/go-build3700090427/b2599/_pkg_.a
2025-08-20T23:05:43.4623826Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/index=/tmp/go-build3700090427/b2600/_pkg_.a
2025-08-20T23:05:43.4624641Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/info=/tmp/go-build3700090427/b2601/_pkg_.a
2025-08-20T23:05:43.4625490Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch=/tmp/go-build3700090427/b2602/_pkg_.a
2025-08-20T23:05:43.4626321Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mget=/tmp/go-build3700090427/b2603/_pkg_.a
2025-08-20T23:05:43.4627249Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch=/tmp/go-build3700090427/b2604/_pkg_.a
2025-08-20T23:05:43.4628136Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate=/tmp/go-build3700090427/b2605/_pkg_.a
2025-08-20T23:05:43.4629022Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors=/tmp/go-build3700090427/b2606/_pkg_.a
2025-08-20T23:05:43.4630190Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime=/tmp/go-build3700090427/b2607/_pkg_.a
2025-08-20T23:05:43.4631063Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/ping=/tmp/go-build3700090427/b2608/_pkg_.a
2025-08-20T23:05:43.4631914Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript=/tmp/go-build3700090427/b2609/_pkg_.a
2025-08-20T23:05:43.4632768Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval=/tmp/go-build3700090427/b2610/_pkg_.a
2025-08-20T23:05:43.4633596Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex=/tmp/go-build3700090427/b2611/_pkg_.a
2025-08-20T23:05:43.4634466Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle=/tmp/go-build3700090427/b2612/_pkg_.a
2025-08-20T23:05:43.4635406Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate=/tmp/go-build3700090427/b2613/_pkg_.a
2025-08-20T23:05:43.4636367Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute=/tmp/go-build3700090427/b2614/_pkg_.a
2025-08-20T23:05:43.4637258Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll=/tmp/go-build3700090427/b2615/_pkg_.a
2025-08-20T23:05:43.4638094Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/search=/tmp/go-build3700090427/b2616/_pkg_.a
2025-08-20T23:05:43.4638929Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt=/tmp/go-build3700090427/b2617/_pkg_.a
2025-08-20T23:05:43.4640021Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards=/tmp/go-build3700090427/b2620/_pkg_.a
2025-08-20T23:05:43.4640905Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate=/tmp/go-build3700090427/b2621/_pkg_.a
2025-08-20T23:05:43.4641780Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum=/tmp/go-build3700090427/b2622/_pkg_.a
2025-08-20T23:05:43.4642638Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors=/tmp/go-build3700090427/b2623/_pkg_.a
2025-08-20T23:05:43.4643474Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/update=/tmp/go-build3700090427/b2624/_pkg_.a
2025-08-20T23:05:43.4644329Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery=/tmp/go-build3700090427/b2625/_pkg_.a
2025-08-20T23:05:43.4645277Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle=/tmp/go-build3700090427/b2626/_pkg_.a
2025-08-20T23:05:43.4646293Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex=/tmp/go-build3700090427/b2627/_pkg_.a
2025-08-20T23:05:43.4647504Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex=/tmp/go-build3700090427/b2628/_pkg_.a
2025-08-20T23:05:43.4648540Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices=/tmp/go-build3700090427/b2629/_pkg_.a
2025-08-20T23:05:43.4649762Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy=/tmp/go-build3700090427/b2630/_pkg_.a
2025-08-20T23:05:43.4650822Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy=/tmp/go-build3700090427/b2631/_pkg_.a
2025-08-20T23:05:43.4651710Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy=/tmp/go-build3700090427/b2632/_pkg_.a
2025-08-20T23:05:43.4652570Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy=/tmp/go-build3700090427/b2633/_pkg_.a
2025-08-20T23:05:43.4653585Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats=/tmp/go-build3700090427/b2634/_pkg_.a
2025-08-20T23:05:43.4654550Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete=/tmp/go-build3700090427/b2635/_pkg_.a
2025-08-20T23:05:43.4655362Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/get=/tmp/go-build3700090427/b2636/_pkg_.a
2025-08-20T23:05:43.4656182Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus=/tmp/go-build3700090427/b2637/_pkg_.a
2025-08-20T23:05:43.4657001Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/search=/tmp/go-build3700090427/b2638/_pkg_.a
2025-08-20T23:05:43.4657831Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery=/tmp/go-build3700090427/b2640/_pkg_.a
2025-08-20T23:05:43.4658663Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/query=/tmp/go-build3700090427/b2641/_pkg_.a
2025-08-20T23:05:43.4659772Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures=/tmp/go-build3700090427/b2643/_pkg_.a
2025-08-20T23:05:43.4660701Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures=/tmp/go-build3700090427/b2644/_pkg_.a
2025-08-20T23:05:43.4661629Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints=/tmp/go-build3700090427/b2645/_pkg_.a
2025-08-20T23:05:43.4662502Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch=/tmp/go-build3700090427/b2646/_pkg_.a
2025-08-20T23:05:43.4663351Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret=/tmp/go-build3700090427/b2647/_pkg_.a
2025-08-20T23:05:43.4664196Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search=/tmp/go-build3700090427/b2648/_pkg_.a
2025-08-20T23:05:43.4665040Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore=/tmp/go-build3700090427/b2649/_pkg_.a
2025-08-20T23:05:43.4665896Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle=/tmp/go-build3700090427/b2650/_pkg_.a
2025-08-20T23:05:43.4666785Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle=/tmp/go-build3700090427/b2651/_pkg_.a
2025-08-20T23:05:43.4667668Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle=/tmp/go-build3700090427/b2652/_pkg_.a
2025-08-20T23:05:43.4668514Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus=/tmp/go-build3700090427/b2653/_pkg_.a
2025-08-20T23:05:43.4669695Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers=/tmp/go-build3700090427/b2654/_pkg_.a
2025-08-20T23:05:43.4670951Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep=/tmp/go-build3700090427/b2655/_pkg_.a
2025-08-20T23:05:43.4671812Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle=/tmp/go-build3700090427/b2656/_pkg_.a
2025-08-20T23:05:43.4672666Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy=/tmp/go-build3700090427/b2657/_pkg_.a
2025-08-20T23:05:43.4673643Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry=/tmp/go-build3700090427/b2658/_pkg_.a
2025-08-20T23:05:43.4674448Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start=/tmp/go-build3700090427/b2659/_pkg_.a
2025-08-20T23:05:43.4675238Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop=/tmp/go-build3700090427/b2660/_pkg_.a
2025-08-20T23:05:43.4676075Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock=/tmp/go-build3700090427/b2661/_pkg_.a
2025-08-20T23:05:43.4676928Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze=/tmp/go-build3700090427/b2662/_pkg_.a
2025-08-20T23:05:43.4677791Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache=/tmp/go-build3700090427/b2663/_pkg_.a
2025-08-20T23:05:43.4678637Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone=/tmp/go-build3700090427/b2664/_pkg_.a
2025-08-20T23:05:43.4679826Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/close=/tmp/go-build3700090427/b2665/_pkg_.a
2025-08-20T23:05:43.4680699Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/create=/tmp/go-build3700090427/b2666/_pkg_.a
2025-08-20T23:05:43.4681598Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream=/tmp/go-build3700090427/b2667/_pkg_.a
2025-08-20T23:05:43.4682543Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats=/tmp/go-build3700090427/b2668/_pkg_.a
2025-08-20T23:05:43.4683427Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete=/tmp/go-build3700090427/b2669/_pkg_.a
2025-08-20T23:05:43.4684291Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias=/tmp/go-build3700090427/b2670/_pkg_.a
2025-08-20T23:05:43.4685225Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle=/tmp/go-build3700090427/b2671/_pkg_.a
2025-08-20T23:05:43.4686169Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream=/tmp/go-build3700090427/b2672/_pkg_.a
2025-08-20T23:05:43.4687117Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate=/tmp/go-build3700090427/b2673/_pkg_.a
2025-08-20T23:05:43.4688083Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate=/tmp/go-build3700090427/b2674/_pkg_.a
2025-08-20T23:05:43.4688986Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage=/tmp/go-build3700090427/b2675/_pkg_.a
2025-08-20T23:05:43.4690114Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample=/tmp/go-build3700090427/b2676/_pkg_.a
2025-08-20T23:05:43.4690992Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists=/tmp/go-build3700090427/b2677/_pkg_.a
2025-08-20T23:05:43.4691871Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias=/tmp/go-build3700090427/b2678/_pkg_.a
2025-08-20T23:05:43.4692801Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate=/tmp/go-build3700090427/b2679/_pkg_.a
2025-08-20T23:05:43.4693898Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate=/tmp/go-build3700090427/b2680/_pkg_.a
2025-08-20T23:05:43.4694856Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle=/tmp/go-build3700090427/b2681/_pkg_.a
2025-08-20T23:05:43.4695807Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats=/tmp/go-build3700090427/b2682/_pkg_.a
2025-08-20T23:05:43.4696804Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush=/tmp/go-build3700090427/b2683/_pkg_.a
2025-08-20T23:05:43.4697671Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge=/tmp/go-build3700090427/b2684/_pkg_.a
2025-08-20T23:05:43.4698528Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/get=/tmp/go-build3700090427/b2685/_pkg_.a
2025-08-20T23:05:43.4699574Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias=/tmp/go-build3700090427/b2686/_pkg_.a
2025-08-20T23:05:43.4700867Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle=/tmp/go-build3700090427/b2687/_pkg_.a
2025-08-20T23:05:43.4701787Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream=/tmp/go-build3700090427/b2688/_pkg_.a
2025-08-20T23:05:43.4702702Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping=/tmp/go-build3700090427/b2689/_pkg_.a
2025-08-20T23:05:43.4703638Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate=/tmp/go-build3700090427/b2690/_pkg_.a
2025-08-20T23:05:43.4704562Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping=/tmp/go-build3700090427/b2691/_pkg_.a
2025-08-20T23:05:43.4705451Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings=/tmp/go-build3700090427/b2692/_pkg_.a
2025-08-20T23:05:43.4706340Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate=/tmp/go-build3700090427/b2693/_pkg_.a
2025-08-20T23:05:43.4707262Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream=/tmp/go-build3700090427/b2694/_pkg_.a
2025-08-20T23:05:43.4708204Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream=/tmp/go-build3700090427/b2695/_pkg_.a
2025-08-20T23:05:43.4709082Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/open=/tmp/go-build3700090427/b2696/_pkg_.a
2025-08-20T23:05:43.4710321Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream=/tmp/go-build3700090427/b2697/_pkg_.a
2025-08-20T23:05:43.4711230Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias=/tmp/go-build3700090427/b2698/_pkg_.a
2025-08-20T23:05:43.4712142Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle=/tmp/go-build3700090427/b2699/_pkg_.a
2025-08-20T23:05:43.4713070Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate=/tmp/go-build3700090427/b2700/_pkg_.a
2025-08-20T23:05:43.4713971Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping=/tmp/go-build3700090427/b2701/_pkg_.a
2025-08-20T23:05:43.4714859Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings=/tmp/go-build3700090427/b2702/_pkg_.a
2025-08-20T23:05:43.4715737Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate=/tmp/go-build3700090427/b2703/_pkg_.a
2025-08-20T23:05:43.4716659Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery=/tmp/go-build3700090427/b2704/_pkg_.a
2025-08-20T23:05:43.4717716Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh=/tmp/go-build3700090427/b2705/_pkg_.a
2025-08-20T23:05:43.4718634Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers=/tmp/go-build3700090427/b2706/_pkg_.a
2025-08-20T23:05:43.4719767Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster=/tmp/go-build3700090427/b2707/_pkg_.a
2025-08-20T23:05:43.4720822Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex=/tmp/go-build3700090427/b2708/_pkg_.a
2025-08-20T23:05:43.4721704Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover=/tmp/go-build3700090427/b2709/_pkg_.a
2025-08-20T23:05:43.4722555Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments=/tmp/go-build3700090427/b2710/_pkg_.a
2025-08-20T23:05:43.4723428Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores=/tmp/go-build3700090427/b2711/_pkg_.a
2025-08-20T23:05:43.4724287Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink=/tmp/go-build3700090427/b2713/_pkg_.a
2025-08-20T23:05:43.4725201Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate=/tmp/go-build3700090427/b2714/_pkg_.a
2025-08-20T23:05:43.4726164Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate=/tmp/go-build3700090427/b2715/_pkg_.a
2025-08-20T23:05:43.4727041Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/split=/tmp/go-build3700090427/b2716/_pkg_.a
2025-08-20T23:05:43.4727867Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats=/tmp/go-build3700090427/b2717/_pkg_.a
2025-08-20T23:05:43.4728716Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze=/tmp/go-build3700090427/b2718/_pkg_.a
2025-08-20T23:05:43.4729816Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases=/tmp/go-build3700090427/b2719/_pkg_.a
2025-08-20T23:05:43.4730731Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery=/tmp/go-build3700090427/b2720/_pkg_.a
2025-08-20T23:05:43.4731605Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete=/tmp/go-build3700090427/b2721/_pkg_.a
2025-08-20T23:05:43.4732456Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/get=/tmp/go-build3700090427/b2722/_pkg_.a
2025-08-20T23:05:43.4733315Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference=/tmp/go-build3700090427/b2723/_pkg_.a
2025-08-20T23:05:43.4734166Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/put=/tmp/go-build3700090427/b2724/_pkg_.a
2025-08-20T23:05:43.4735064Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase=/tmp/go-build3700090427/b2725/_pkg_.a
2025-08-20T23:05:43.4735988Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline=/tmp/go-build3700090427/b2726/_pkg_.a
2025-08-20T23:05:43.4736869Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats=/tmp/go-build3700090427/b2727/_pkg_.a
2025-08-20T23:05:43.4737769Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase=/tmp/go-build3700090427/b2728/_pkg_.a
2025-08-20T23:05:43.4738668Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline=/tmp/go-build3700090427/b2729/_pkg_.a
2025-08-20T23:05:43.4739805Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok=/tmp/go-build3700090427/b2730/_pkg_.a
2025-08-20T23:05:43.4741005Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase=/tmp/go-build3700090427/b2731/_pkg_.a
2025-08-20T23:05:43.4741898Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline=/tmp/go-build3700090427/b2732/_pkg_.a
2025-08-20T23:05:43.4742759Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate=/tmp/go-build3700090427/b2733/_pkg_.a
2025-08-20T23:05:43.4743734Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/delete=/tmp/go-build3700090427/b2734/_pkg_.a
2025-08-20T23:05:43.4744579Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/get=/tmp/go-build3700090427/b2735/_pkg_.a
2025-08-20T23:05:43.4745450Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus=/tmp/go-build3700090427/b2736/_pkg_.a
2025-08-20T23:05:43.4746370Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus=/tmp/go-build3700090427/b2737/_pkg_.a
2025-08-20T23:05:43.4747235Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/post=/tmp/go-build3700090427/b2738/_pkg_.a
2025-08-20T23:05:43.4748103Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic=/tmp/go-build3700090427/b2739/_pkg_.a
2025-08-20T23:05:43.4749038Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial=/tmp/go-build3700090427/b2740/_pkg_.a
2025-08-20T23:05:43.4750250Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline=/tmp/go-build3700090427/b2741/_pkg_.a
2025-08-20T23:05:43.4751173Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline=/tmp/go-build3700090427/b2742/_pkg_.a
2025-08-20T23:05:43.4752083Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline=/tmp/go-build3700090427/b2743/_pkg_.a
2025-08-20T23:05:43.4752988Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations=/tmp/go-build3700090427/b2744/_pkg_.a
2025-08-20T23:05:43.4753962Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus=/tmp/go-build3700090427/b2745/_pkg_.a
2025-08-20T23:05:43.4754973Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade=/tmp/go-build3700090427/b2746/_pkg_.a
2025-08-20T23:05:43.4755985Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache=/tmp/go-build3700090427/b2747/_pkg_.a
2025-08-20T23:05:43.4756918Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob=/tmp/go-build3700090427/b2748/_pkg_.a
2025-08-20T23:05:43.4757767Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar=/tmp/go-build3700090427/b2749/_pkg_.a
2025-08-20T23:05:43.4758667Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent=/tmp/go-build3700090427/b2750/_pkg_.a
2025-08-20T23:05:43.4759936Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob=/tmp/go-build3700090427/b2751/_pkg_.a
2025-08-20T23:05:43.4760840Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed=/tmp/go-build3700090427/b2752/_pkg_.a
2025-08-20T23:05:43.4761773Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics=/tmp/go-build3700090427/b2753/_pkg_.a
2025-08-20T23:05:43.4762705Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata=/tmp/go-build3700090427/b2754/_pkg_.a
2025-08-20T23:05:43.4763577Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter=/tmp/go-build3700090427/b2755/_pkg_.a
2025-08-20T23:05:43.4764605Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast=/tmp/go-build3700090427/b2756/_pkg_.a
2025-08-20T23:05:43.4765455Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob=/tmp/go-build3700090427/b2757/_pkg_.a
2025-08-20T23:05:43.4766325Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot=/tmp/go-build3700090427/b2758/_pkg_.a
2025-08-20T23:05:43.4767348Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel=/tmp/go-build3700090427/b2759/_pkg_.a
2025-08-20T23:05:43.4768283Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias=/tmp/go-build3700090427/b2760/_pkg_.a
2025-08-20T23:05:43.4769208Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory=/tmp/go-build3700090427/b2761/_pkg_.a
2025-08-20T23:05:43.4770351Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe=/tmp/go-build3700090427/b2762/_pkg_.a
2025-08-20T23:05:43.4771296Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics=/tmp/go-build3700090427/b2763/_pkg_.a
2025-08-20T23:05:43.4772185Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob=/tmp/go-build3700090427/b2764/_pkg_.a
2025-08-20T23:05:43.4773005Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast=/tmp/go-build3700090427/b2765/_pkg_.a
2025-08-20T23:05:43.4773827Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets=/tmp/go-build3700090427/b2766/_pkg_.a
2025-08-20T23:05:43.4774689Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents=/tmp/go-build3700090427/b2767/_pkg_.a
2025-08-20T23:05:43.4775572Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars=/tmp/go-build3700090427/b2768/_pkg_.a
2025-08-20T23:05:43.4776429Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories=/tmp/go-build3700090427/b2769/_pkg_.a
2025-08-20T23:05:43.4777276Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds=/tmp/go-build3700090427/b2770/_pkg_.a
2025-08-20T23:05:43.4778149Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats=/tmp/go-build3700090427/b2771/_pkg_.a
2025-08-20T23:05:43.4779069Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics=/tmp/go-build3700090427/b2772/_pkg_.a
2025-08-20T23:05:43.4780301Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats=/tmp/go-build3700090427/b2773/_pkg_.a
2025-08-20T23:05:43.4781214Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters=/tmp/go-build3700090427/b2774/_pkg_.a
2025-08-20T23:05:43.4782070Z [00:04:28.728]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers=/tmp/go-build3700090427/b2775/_pkg_.a
2025-08-20T23:05:43.4782902Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs=/tmp/go-build3700090427/b2776/_pkg_.a
2025-08-20T23:05:43.4783724Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats=/tmp/go-build3700090427/b2777/_pkg_.a
2025-08-20T23:05:43.4784583Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats=/tmp/go-build3700090427/b2778/_pkg_.a
2025-08-20T23:05:43.4785465Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots=/tmp/go-build3700090427/b2779/_pkg_.a
2025-08-20T23:05:43.4786423Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats=/tmp/go-build3700090427/b2780/_pkg_.a
2025-08-20T23:05:43.4787525Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets=/tmp/go-build3700090427/b2781/_pkg_.a
2025-08-20T23:05:43.4788382Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords=/tmp/go-build3700090427/b2782/_pkg_.a
2025-08-20T23:05:43.4789237Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels=/tmp/go-build3700090427/b2783/_pkg_.a
2025-08-20T23:05:43.4790465Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats=/tmp/go-build3700090427/b2785/_pkg_.a
2025-08-20T23:05:43.4791385Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel=/tmp/go-build3700090427/b2786/_pkg_.a
2025-08-20T23:05:43.4792219Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/info=/tmp/go-build3700090427/b2787/_pkg_.a
2025-08-20T23:05:43.4793017Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob=/tmp/go-build3700090427/b2788/_pkg_.a
2025-08-20T23:05:43.4793876Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents=/tmp/go-build3700090427/b2789/_pkg_.a
2025-08-20T23:05:43.4794733Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata=/tmp/go-build3700090427/b2790/_pkg_.a
2025-08-20T23:05:43.4795591Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed=/tmp/go-build3700090427/b2791/_pkg_.a
2025-08-20T23:05:43.4796524Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics=/tmp/go-build3700090427/b2792/_pkg_.a
2025-08-20T23:05:43.4797428Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar=/tmp/go-build3700090427/b2793/_pkg_.a
2025-08-20T23:05:43.4798293Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob=/tmp/go-build3700090427/b2794/_pkg_.a
2025-08-20T23:05:43.4799145Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed=/tmp/go-build3700090427/b2795/_pkg_.a
2025-08-20T23:05:43.4800277Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics=/tmp/go-build3700090427/b2796/_pkg_.a
2025-08-20T23:05:43.4801155Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter=/tmp/go-build3700090427/b2797/_pkg_.a
2025-08-20T23:05:43.4801976Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob=/tmp/go-build3700090427/b2798/_pkg_.a
2025-08-20T23:05:43.4802814Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel=/tmp/go-build3700090427/b2799/_pkg_.a
2025-08-20T23:05:43.4803719Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias=/tmp/go-build3700090427/b2800/_pkg_.a
2025-08-20T23:05:43.4804700Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart=/tmp/go-build3700090427/b2801/_pkg_.a
2025-08-20T23:05:43.4805708Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary=/tmp/go-build3700090427/b2802/_pkg_.a
2025-08-20T23:05:43.4806595Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob=/tmp/go-build3700090427/b2803/_pkg_.a
2025-08-20T23:05:43.4807469Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot=/tmp/go-build3700090427/b2804/_pkg_.a
2025-08-20T23:05:43.4808360Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode=/tmp/go-build3700090427/b2805/_pkg_.a
2025-08-20T23:05:43.4809223Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed=/tmp/go-build3700090427/b2806/_pkg_.a
2025-08-20T23:05:43.4810438Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics=/tmp/go-build3700090427/b2807/_pkg_.a
2025-08-20T23:05:43.4811420Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment=/tmp/go-build3700090427/b2808/_pkg_.a
2025-08-20T23:05:43.4812338Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed=/tmp/go-build3700090427/b2809/_pkg_.a
2025-08-20T23:05:43.4813363Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics=/tmp/go-build3700090427/b2810/_pkg_.a
2025-08-20T23:05:43.4814341Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment=/tmp/go-build3700090427/b2811/_pkg_.a
2025-08-20T23:05:43.4815442Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed=/tmp/go-build3700090427/b2812/_pkg_.a
2025-08-20T23:05:43.4816456Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics=/tmp/go-build3700090427/b2813/_pkg_.a
2025-08-20T23:05:43.4817359Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter=/tmp/go-build3700090427/b2814/_pkg_.a
2025-08-20T23:05:43.4818195Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob=/tmp/go-build3700090427/b2815/_pkg_.a
2025-08-20T23:05:43.4819075Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot=/tmp/go-build3700090427/b2816/_pkg_.a
2025-08-20T23:05:43.4820314Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment=/tmp/go-build3700090427/b2817/_pkg_.a
2025-08-20T23:05:43.4821270Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot=/tmp/go-build3700090427/b2818/_pkg_.a
2025-08-20T23:05:43.4822137Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate=/tmp/go-build3700090427/b2819/_pkg_.a
2025-08-20T23:05:43.4822991Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector=/tmp/go-build3700090427/b2820/_pkg_.a
2025-08-20T23:05:43.4823860Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk=/tmp/go-build3700090427/b2821/_pkg_.a
2025-08-20T23:05:43.4824834Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive=/tmp/go-build3700090427/b2822/_pkg_.a
2025-08-20T23:05:43.4825895Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo=/tmp/go-build3700090427/b2823/_pkg_.a
2025-08-20T23:05:43.4826832Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads=/tmp/go-build3700090427/b2824/_pkg_.a
2025-08-20T23:05:43.4827694Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info=/tmp/go-build3700090427/b2826/_pkg_.a
2025-08-20T23:05:43.4828597Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings=/tmp/go-build3700090427/b2827/_pkg_.a
2025-08-20T23:05:43.4829646Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats=/tmp/go-build3700090427/b2828/_pkg_.a
2025-08-20T23:05:43.4830467Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage=/tmp/go-build3700090427/b2829/_pkg_.a
2025-08-20T23:05:43.4831337Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph=/tmp/go-build3700090427/b2830/_pkg_.a
2025-08-20T23:05:43.4832243Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces=/tmp/go-build3700090427/b2831/_pkg_.a
2025-08-20T23:05:43.4833132Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status=/tmp/go-build3700090427/b2832/_pkg_.a
2025-08-20T23:05:43.4834186Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions=/tmp/go-build3700090427/b2833/_pkg_.a
2025-08-20T23:05:43.4835095Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule=/tmp/go-build3700090427/b2834/_pkg_.a
2025-08-20T23:05:43.4836009Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset=/tmp/go-build3700090427/b2835/_pkg_.a
2025-08-20T23:05:43.4837023Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule=/tmp/go-build3700090427/b2836/_pkg_.a
2025-08-20T23:05:43.4837915Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset=/tmp/go-build3700090427/b2837/_pkg_.a
2025-08-20T23:05:43.4838824Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets=/tmp/go-build3700090427/b2838/_pkg_.a
2025-08-20T23:05:43.4839973Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule=/tmp/go-build3700090427/b2839/_pkg_.a
2025-08-20T23:05:43.4840866Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset=/tmp/go-build3700090427/b2840/_pkg_.a
2025-08-20T23:05:43.4841741Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test=/tmp/go-build3700090427/b2841/_pkg_.a
2025-08-20T23:05:43.4842602Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob=/tmp/go-build3700090427/b2842/_pkg_.a
2025-08-20T23:05:43.4843456Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs=/tmp/go-build3700090427/b2843/_pkg_.a
2025-08-20T23:05:43.4844326Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps=/tmp/go-build3700090427/b2844/_pkg_.a
2025-08-20T23:05:43.4845258Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps=/tmp/go-build3700090427/b2845/_pkg_.a
2025-08-20T23:05:43.4846143Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob=/tmp/go-build3700090427/b2846/_pkg_.a
2025-08-20T23:05:43.4847006Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch=/tmp/go-build3700090427/b2847/_pkg_.a
2025-08-20T23:05:43.4847877Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob=/tmp/go-build3700090427/b2848/_pkg_.a
2025-08-20T23:05:43.4848717Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob=/tmp/go-build3700090427/b2849/_pkg_.a
2025-08-20T23:05:43.4849744Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats=/tmp/go-build3700090427/b2850/_pkg_.a
2025-08-20T23:05:43.4850889Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache=/tmp/go-build3700090427/b2851/_pkg_.a
2025-08-20T23:05:43.4851870Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount=/tmp/go-build3700090427/b2852/_pkg_.a
2025-08-20T23:05:43.4852827Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats=/tmp/go-build3700090427/b2853/_pkg_.a
2025-08-20T23:05:43.4853806Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete=/tmp/go-build3700090427/b2855/_pkg_.a
2025-08-20T23:05:43.4854865Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics=/tmp/go-build3700090427/b2856/_pkg_.a
2025-08-20T23:05:43.4855878Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get=/tmp/go-build3700090427/b2857/_pkg_.a
2025-08-20T23:05:43.4856890Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics=/tmp/go-build3700090427/b2858/_pkg_.a
2025-08-20T23:05:43.4857886Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list=/tmp/go-build3700090427/b2859/_pkg_.a
2025-08-20T23:05:43.4858801Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put=/tmp/go-build3700090427/b2860/_pkg_.a
2025-08-20T23:05:43.4860170Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics=/tmp/go-build3700090427/b2861/_pkg_.a
2025-08-20T23:05:43.4861220Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search=/tmp/go-build3700090427/b2862/_pkg_.a
2025-08-20T23:05:43.4862183Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile=/tmp/go-build3700090427/b2863/_pkg_.a
2025-08-20T23:05:43.4863126Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate=/tmp/go-build3700090427/b2865/_pkg_.a
2025-08-20T23:05:43.4864046Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole=/tmp/go-build3700090427/b2866/_pkg_.a
2025-08-20T23:05:43.4864970Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole=/tmp/go-build3700090427/b2867/_pkg_.a
2025-08-20T23:05:43.4865905Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys=/tmp/go-build3700090427/b2868/_pkg_.a
2025-08-20T23:05:43.4866841Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword=/tmp/go-build3700090427/b2869/_pkg_.a
2025-08-20T23:05:43.4867766Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache=/tmp/go-build3700090427/b2870/_pkg_.a
2025-08-20T23:05:43.4868742Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges=/tmp/go-build3700090427/b2871/_pkg_.a
2025-08-20T23:05:43.4869873Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms=/tmp/go-build3700090427/b2872/_pkg_.a
2025-08-20T23:05:43.4870821Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles=/tmp/go-build3700090427/b2873/_pkg_.a
2025-08-20T23:05:43.4871817Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens=/tmp/go-build3700090427/b2874/_pkg_.a
2025-08-20T23:05:43.4872778Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey=/tmp/go-build3700090427/b2875/_pkg_.a
2025-08-20T23:05:43.4873742Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey=/tmp/go-build3700090427/b2876/_pkg_.a
2025-08-20T23:05:43.4874873Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken=/tmp/go-build3700090427/b2877/_pkg_.a
2025-08-20T23:05:43.4875824Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges=/tmp/go-build3700090427/b2878/_pkg_.a
2025-08-20T23:05:43.4876743Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole=/tmp/go-build3700090427/b2879/_pkg_.a
2025-08-20T23:05:43.4877670Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping=/tmp/go-build3700090427/b2880/_pkg_.a
2025-08-20T23:05:43.4878624Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken=/tmp/go-build3700090427/b2881/_pkg_.a
2025-08-20T23:05:43.4879767Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser=/tmp/go-build3700090427/b2882/_pkg_.a
2025-08-20T23:05:43.4880684Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser=/tmp/go-build3700090427/b2883/_pkg_.a
2025-08-20T23:05:43.4881611Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile=/tmp/go-build3700090427/b2884/_pkg_.a
2025-08-20T23:05:43.4882536Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser=/tmp/go-build3700090427/b2885/_pkg_.a
2025-08-20T23:05:43.4883584Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile=/tmp/go-build3700090427/b2886/_pkg_.a
2025-08-20T23:05:43.4884522Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana=/tmp/go-build3700090427/b2887/_pkg_.a
2025-08-20T23:05:43.4885423Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode=/tmp/go-build3700090427/b2888/_pkg_.a
2025-08-20T23:05:43.4886310Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey=/tmp/go-build3700090427/b2889/_pkg_.a
2025-08-20T23:05:43.4887238Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges=/tmp/go-build3700090427/b2890/_pkg_.a
2025-08-20T23:05:43.4888179Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges=/tmp/go-build3700090427/b2891/_pkg_.a
2025-08-20T23:05:43.4889070Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole=/tmp/go-build3700090427/b2892/_pkg_.a
2025-08-20T23:05:43.4890079Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping=/tmp/go-build3700090427/b2893/_pkg_.a
2025-08-20T23:05:43.4891024Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts=/tmp/go-build3700090427/b2894/_pkg_.a
2025-08-20T23:05:43.4892009Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials=/tmp/go-build3700090427/b2895/_pkg_.a
2025-08-20T23:05:43.4892946Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings=/tmp/go-build3700090427/b2896/_pkg_.a
2025-08-20T23:05:43.4893827Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken=/tmp/go-build3700090427/b2897/_pkg_.a
2025-08-20T23:05:43.4894698Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser=/tmp/go-build3700090427/b2899/_pkg_.a
2025-08-20T23:05:43.4895613Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges=/tmp/go-build3700090427/b2900/_pkg_.a
2025-08-20T23:05:43.4896549Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile=/tmp/go-build3700090427/b2901/_pkg_.a
2025-08-20T23:05:43.4897456Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey=/tmp/go-build3700090427/b2902/_pkg_.a
2025-08-20T23:05:43.4898513Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges=/tmp/go-build3700090427/b2904/_pkg_.a
2025-08-20T23:05:43.4899697Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile=/tmp/go-build3700090427/b2905/_pkg_.a
2025-08-20T23:05:43.4900695Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey=/tmp/go-build3700090427/b2906/_pkg_.a
2025-08-20T23:05:43.4901640Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken=/tmp/go-build3700090427/b2907/_pkg_.a
2025-08-20T23:05:43.4902574Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate=/tmp/go-build3700090427/b2908/_pkg_.a
2025-08-20T23:05:43.4903485Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout=/tmp/go-build3700090427/b2909/_pkg_.a
2025-08-20T23:05:43.4904456Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication=/tmp/go-build3700090427/b2910/_pkg_.a
2025-08-20T23:05:43.4905431Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges=/tmp/go-build3700090427/b2911/_pkg_.a
2025-08-20T23:05:43.4906315Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole=/tmp/go-build3700090427/b2912/_pkg_.a
2025-08-20T23:05:43.4907385Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping=/tmp/go-build3700090427/b2913/_pkg_.a
2025-08-20T23:05:43.4908292Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser=/tmp/go-build3700090427/b2914/_pkg_.a
2025-08-20T23:05:43.4909178Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys=/tmp/go-build3700090427/b2915/_pkg_.a
2025-08-20T23:05:43.4910241Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole=/tmp/go-build3700090427/b2916/_pkg_.a
2025-08-20T23:05:43.4911119Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser=/tmp/go-build3700090427/b2917/_pkg_.a
2025-08-20T23:05:43.4912026Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate=/tmp/go-build3700090427/b2918/_pkg_.a
2025-08-20T23:05:43.4912984Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout=/tmp/go-build3700090427/b2919/_pkg_.a
2025-08-20T23:05:43.4913922Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate=/tmp/go-build3700090427/b2920/_pkg_.a
2025-08-20T23:05:43.4914818Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout=/tmp/go-build3700090427/b2921/_pkg_.a
2025-08-20T23:05:43.4915786Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication=/tmp/go-build3700090427/b2922/_pkg_.a
2025-08-20T23:05:43.4916860Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata=/tmp/go-build3700090427/b2923/_pkg_.a
2025-08-20T23:05:43.4917873Z [00:04:28.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles=/tmp/go-build3700090427/b2924/_pkg_.a
2025-08-20T23:05:43.4918818Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey=/tmp/go-build3700090427/b2925/_pkg_.a
2025-08-20T23:05:43.4920018Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey=/tmp/go-build3700090427/b2926/_pkg_.a
2025-08-20T23:05:43.4921015Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings=/tmp/go-build3700090427/b2927/_pkg_.a
2025-08-20T23:05:43.4922119Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata=/tmp/go-build3700090427/b2928/_pkg_.a
2025-08-20T23:05:43.4923055Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode=/tmp/go-build3700090427/b2929/_pkg_.a
2025-08-20T23:05:43.4923929Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode=/tmp/go-build3700090427/b2930/_pkg_.a
2025-08-20T23:05:43.4924804Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode=/tmp/go-build3700090427/b2931/_pkg_.a
2025-08-20T23:05:43.4925681Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle=/tmp/go-build3700090427/b2933/_pkg_.a
2025-08-20T23:05:43.4926571Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle=/tmp/go-build3700090427/b2934/_pkg_.a
2025-08-20T23:05:43.4927473Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention=/tmp/go-build3700090427/b2935/_pkg_.a
2025-08-20T23:05:43.4928349Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle=/tmp/go-build3700090427/b2936/_pkg_.a
2025-08-20T23:05:43.4929193Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats=/tmp/go-build3700090427/b2937/_pkg_.a
2025-08-20T23:05:43.4930272Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus=/tmp/go-build3700090427/b2938/_pkg_.a
2025-08-20T23:05:43.4931128Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle=/tmp/go-build3700090427/b2939/_pkg_.a
2025-08-20T23:05:43.4931956Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/start=/tmp/go-build3700090427/b2940/_pkg_.a
2025-08-20T23:05:43.4932767Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop=/tmp/go-build3700090427/b2941/_pkg_.a
2025-08-20T23:05:43.4933643Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository=/tmp/go-build3700090427/b2942/_pkg_.a
2025-08-20T23:05:43.4934538Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone=/tmp/go-build3700090427/b2943/_pkg_.a
2025-08-20T23:05:43.4935387Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create=/tmp/go-build3700090427/b2944/_pkg_.a
2025-08-20T23:05:43.4936298Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository=/tmp/go-build3700090427/b2945/_pkg_.a
2025-08-20T23:05:43.4937194Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete=/tmp/go-build3700090427/b2946/_pkg_.a
2025-08-20T23:05:43.4938095Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository=/tmp/go-build3700090427/b2947/_pkg_.a
2025-08-20T23:05:43.4938992Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get=/tmp/go-build3700090427/b2948/_pkg_.a
2025-08-20T23:05:43.4940091Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository=/tmp/go-build3700090427/b2950/_pkg_.a
2025-08-20T23:05:43.4941068Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity=/tmp/go-build3700090427/b2951/_pkg_.a
2025-08-20T23:05:43.4942022Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore=/tmp/go-build3700090427/b2952/_pkg_.a
2025-08-20T23:05:43.4942880Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status=/tmp/go-build3700090427/b2953/_pkg_.a
2025-08-20T23:05:43.4943780Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository=/tmp/go-build3700090427/b2954/_pkg_.a
2025-08-20T23:05:43.4944801Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor=/tmp/go-build3700090427/b2955/_pkg_.a
2025-08-20T23:05:43.4945649Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync=/tmp/go-build3700090427/b2956/_pkg_.a
2025-08-20T23:05:43.4946486Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync=/tmp/go-build3700090427/b2957/_pkg_.a
2025-08-20T23:05:43.4947347Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus=/tmp/go-build3700090427/b2958/_pkg_.a
2025-08-20T23:05:43.4948190Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/query=/tmp/go-build3700090427/b2959/_pkg_.a
2025-08-20T23:05:43.4949006Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate=/tmp/go-build3700090427/b2961/_pkg_.a
2025-08-20T23:05:43.4950024Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates=/tmp/go-build3700090427/b2962/_pkg_.a
2025-08-20T23:05:43.4950913Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym=/tmp/go-build3700090427/b2963/_pkg_.a
2025-08-20T23:05:43.4951847Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule=/tmp/go-build3700090427/b2964/_pkg_.a
2025-08-20T23:05:43.4952900Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym=/tmp/go-build3700090427/b2965/_pkg_.a
2025-08-20T23:05:43.4953825Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule=/tmp/go-build3700090427/b2966/_pkg_.a
2025-08-20T23:05:43.4954753Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets=/tmp/go-build3700090427/b2967/_pkg_.a
2025-08-20T23:05:43.4955668Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym=/tmp/go-build3700090427/b2968/_pkg_.a
2025-08-20T23:05:43.4956573Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule=/tmp/go-build3700090427/b2969/_pkg_.a
2025-08-20T23:05:43.4957441Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel=/tmp/go-build3700090427/b2970/_pkg_.a
2025-08-20T23:05:43.4958253Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get=/tmp/go-build3700090427/b2971/_pkg_.a
2025-08-20T23:05:43.4959066Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list=/tmp/go-build3700090427/b2972/_pkg_.a
2025-08-20T23:05:43.4960228Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure=/tmp/go-build3700090427/b2974/_pkg_.a
2025-08-20T23:05:43.4961258Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure=/tmp/go-build3700090427/b2975/_pkg_.a
2025-08-20T23:05:43.4962261Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure=/tmp/go-build3700090427/b2976/_pkg_.a
2025-08-20T23:05:43.4963233Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern=/tmp/go-build3700090427/b2977/_pkg_.a
2025-08-20T23:05:43.4964195Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform=/tmp/go-build3700090427/b2978/_pkg_.a
2025-08-20T23:05:43.4965131Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats=/tmp/go-build3700090427/b2979/_pkg_.a
2025-08-20T23:05:43.4966046Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform=/tmp/go-build3700090427/b2980/_pkg_.a
2025-08-20T23:05:43.4966979Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats=/tmp/go-build3700090427/b2981/_pkg_.a
2025-08-20T23:05:43.4968069Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform=/tmp/go-build3700090427/b2982/_pkg_.a
2025-08-20T23:05:43.4968997Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform=/tmp/go-build3700090427/b2983/_pkg_.a
2025-08-20T23:05:43.4970039Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform=/tmp/go-build3700090427/b2984/_pkg_.a
2025-08-20T23:05:43.4971008Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform=/tmp/go-build3700090427/b2985/_pkg_.a
2025-08-20T23:05:43.4971965Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform=/tmp/go-build3700090427/b2986/_pkg_.a
2025-08-20T23:05:43.4972888Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform=/tmp/go-build3700090427/b2987/_pkg_.a
2025-08-20T23:05:43.4973824Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform=/tmp/go-build3700090427/b2988/_pkg_.a
2025-08-20T23:05:43.4974775Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms=/tmp/go-build3700090427/b2989/_pkg_.a
2025-08-20T23:05:43.4975691Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch=/tmp/go-build3700090427/b2990/_pkg_.a
2025-08-20T23:05:43.4976691Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch=/tmp/go-build3700090427/b2991/_pkg_.a
2025-08-20T23:05:43.4977612Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch=/tmp/go-build3700090427/b2992/_pkg_.a
2025-08-20T23:05:43.4978525Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch=/tmp/go-build3700090427/b2993/_pkg_.a
2025-08-20T23:05:43.4979660Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch=/tmp/go-build3700090427/b2994/_pkg_.a
2025-08-20T23:05:43.4980567Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings=/tmp/go-build3700090427/b2996/_pkg_.a
2025-08-20T23:05:43.4981440Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch=/tmp/go-build3700090427/b2997/_pkg_.a
2025-08-20T23:05:43.4982304Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch=/tmp/go-build3700090427/b2998/_pkg_.a
2025-08-20T23:05:43.4983183Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches=/tmp/go-build3700090427/b2999/_pkg_.a
2025-08-20T23:05:43.4984046Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start=/tmp/go-build3700090427/b3000/_pkg_.a
2025-08-20T23:05:43.4984888Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats=/tmp/go-build3700090427/b3001/_pkg_.a
2025-08-20T23:05:43.4985713Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop=/tmp/go-build3700090427/b3002/_pkg_.a
2025-08-20T23:05:43.4986591Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings=/tmp/go-build3700090427/b3003/_pkg_.a
2025-08-20T23:05:43.4987461Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info=/tmp/go-build3700090427/b3004/_pkg_.a
2025-08-20T23:05:43.4988276Z [00:04:28.730]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage=/tmp/go-build3700090427/b3006/_pkg_.a
2025-08-20T23:05:43.4988909Z [00:04:28.730]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:43.4989250Z [00:04:28.730]➜  EOF
2025-08-20T23:05:43.4991943Z [00:04:28.730]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2291/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi=>github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi;$WORK/b2291=>" -p github.com/elastic/go-elasticsearch/v8/typedapi -lang=go1.22 -complete -installsuffix shared -buildid EiJ0pc6Zmcc0vwgq_hqt/EiJ0pc6Zmcc0vwgq_hqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2291/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/api._.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/typedapi/typedclient.request.go
2025-08-20T23:05:44.9151839Z [00:04:30.198]➜  go tool buildid -w $WORK/b2291/_pkg_.a # internal
2025-08-20T23:05:44.9295865Z [00:04:30.213]➜  cp $WORK/b2291/_pkg_.a /root/.cache/go-build/30/30422a18802d39b67ae1db65505a6ba239e790eb8b855044ba5c8e9bb4a56437-d # internal
2025-08-20T23:05:44.9302368Z [00:04:30.213]➜  github.com/elastic/go-elasticsearch/v8
2025-08-20T23:05:44.9303018Z [00:04:30.213]➜  mkdir -p $WORK/b2286/
2025-08-20T23:05:44.9306208Z [00:04:30.214]➜  cat >/tmp/go-build3700090427/b2286/importcfg << 'EOF' # internal
2025-08-20T23:05:44.9307084Z [00:04:30.214]➜  # import config
2025-08-20T23:05:44.9307848Z [00:04:30.214]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:05:44.9308741Z [00:04:30.214]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:44.9309561Z [00:04:30.214]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:44.9310651Z [00:04:30.214]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:44.9311759Z [00:04:30.214]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport/version=/tmp/go-build3700090427/b2288/_pkg_.a
2025-08-20T23:05:44.9312758Z [00:04:30.214]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build3700090427/b2289/_pkg_.a
2025-08-20T23:05:44.9313536Z [00:04:30.214]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build3700090427/b2290/_pkg_.a
2025-08-20T23:05:44.9314333Z [00:04:30.214]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi=/tmp/go-build3700090427/b2291/_pkg_.a
2025-08-20T23:05:44.9314991Z [00:04:30.214]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:05:44.9315513Z [00:04:30.214]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:44.9315960Z [00:04:30.214]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:44.9316393Z [00:04:30.214]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:44.9316821Z [00:04:30.214]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:44.9317249Z [00:04:30.214]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:44.9317717Z [00:04:30.214]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:44.9318458Z [00:04:30.214]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:44.9319141Z [00:04:30.214]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:44.9319846Z [00:04:30.214]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:44.9320233Z [00:04:30.214]➜  EOF
2025-08-20T23:05:44.9323143Z [00:04:30.214]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2286/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1=>github.com/elastic/go-elasticsearch/v8@v8.17.1;$WORK/b2286=>" -p github.com/elastic/go-elasticsearch/v8 -lang=go1.22 -complete -installsuffix shared -buildid TryX38kX-na30hddvkiO/TryX38kX-na30hddvkiO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2286/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/doc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.1/elasticsearch.go
2025-08-20T23:05:45.1927046Z [00:04:30.476]➜  go tool buildid -w $WORK/b2286/_pkg_.a # internal
2025-08-20T23:05:45.2038706Z [00:04:30.487]➜  cp $WORK/b2286/_pkg_.a /root/.cache/go-build/f4/f4118245a678d9f695191ef993cf0ac226c99718a7b6c91829d927ba118c79d3-d # internal
2025-08-20T23:05:45.2044813Z [00:04:30.488]➜  github.com/trufflesecurity/trufflehog/v3/pkg/sources/elasticsearch
2025-08-20T23:05:45.2045328Z [00:04:30.488]➜  mkdir -p $WORK/b2285/
2025-08-20T23:05:45.2048506Z [00:04:30.488]➜  cat >/tmp/go-build3700090427/b2285/importcfg << 'EOF' # internal
2025-08-20T23:05:45.2050093Z [00:04:30.488]➜  # import config
2025-08-20T23:05:45.2050786Z [00:04:30.488]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:45.2051676Z [00:04:30.488]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:45.2052540Z [00:04:30.488]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:45.2053301Z [00:04:30.488]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:45.2054275Z [00:04:30.488]➜  packagefile github.com/elastic/go-elasticsearch/v8=/tmp/go-build3700090427/b2286/_pkg_.a
2025-08-20T23:05:45.2055528Z [00:04:30.488]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build3700090427/b2289/_pkg_.a
2025-08-20T23:05:45.2056374Z [00:04:30.488]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:05:45.2057032Z [00:04:30.488]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:05:45.2057812Z [00:04:30.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:05:45.2058872Z [00:04:30.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:45.2060152Z [00:04:30.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:05:45.2061616Z [00:04:30.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:05:45.2062682Z [00:04:30.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:05:45.2063605Z [00:04:30.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build3700090427/b1978/_pkg_.a
2025-08-20T23:05:45.2064625Z [00:04:30.488]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:05:45.2065408Z [00:04:30.488]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:05:45.2066140Z [00:04:30.488]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:05:45.2066922Z [00:04:30.488]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:05:45.2067575Z [00:04:30.488]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:45.2068013Z [00:04:30.488]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:05:45.2068613Z [00:04:30.488]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:45.2069063Z [00:04:30.488]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:45.2069807Z [00:04:30.488]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:45.2070237Z [00:04:30.488]➜  EOF
2025-08-20T23:05:45.2072978Z [00:04:30.488]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2285/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch=>github.com/trufflesecurity/trufflehog/v3/pkg/sources/elasticsearch;$WORK/b2285=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/sources/elasticsearch -lang=go1.24 -complete -installsuffix shared -buildid t4rciHgMdNsznpvyQTGu/t4rciHgMdNsznpvyQTGu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2285/importcfg -pack ./pkg/sources/elasticsearch/api.go ./pkg/sources/elasticsearch/elasticsearch.go ./pkg/sources/elasticsearch/unit_of_work.go
2025-08-20T23:05:45.4255791Z [00:04:30.709]➜  go tool buildid -w $WORK/b2285/_pkg_.a # internal
2025-08-20T23:05:45.4355133Z [00:04:30.719]➜  cp $WORK/b2285/_pkg_.a /root/.cache/go-build/56/5615a0fe6cbbc0a370a3719268b41cf3622277759dc6bc382ccc6e2d8543f117-d # internal
2025-08-20T23:05:45.4404652Z [00:04:30.723]➜  github.com/trufflesecurity/trufflehog/v3/pkg/engine
2025-08-20T23:05:45.4405598Z [00:04:30.723]➜  mkdir -p $WORK/b2275/
2025-08-20T23:05:45.4406594Z [00:04:30.723]➜  cat >/tmp/go-build3700090427/b2275/importcfg << 'EOF' # internal
2025-08-20T23:05:45.4407519Z [00:04:30.723]➜  # import config
2025-08-20T23:05:45.4408453Z [00:04:30.723]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:45.4409630Z [00:04:30.723]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:45.4410577Z [00:04:30.723]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:45.4411634Z [00:04:30.723]➜  packagefile github.com/adrg/strutil=/tmp/go-build3700090427/b2276/_pkg_.a
2025-08-20T23:05:45.4413689Z [00:04:30.723]➜  packagefile github.com/adrg/strutil/metrics=/tmp/go-build3700090427/b2280/_pkg_.a
2025-08-20T23:05:45.4414741Z [00:04:30.723]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:05:45.4415727Z [00:04:30.723]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build3700090427/b2160/_pkg_.a
2025-08-20T23:05:45.4416755Z [00:04:30.723]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build3700090427/b826/_pkg_.a
2025-08-20T23:05:45.4418211Z [00:04:30.723]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:05:45.4419747Z [00:04:30.723]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:05:45.4421150Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:05:45.4422499Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/config=/tmp/go-build3700090427/b702/_pkg_.a
2025-08-20T23:05:45.4423874Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:45.4425269Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/decoders=/tmp/go-build3700090427/b2281/_pkg_.a
2025-08-20T23:05:45.4426661Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:05:45.4428156Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/ahocorasick=/tmp/go-build3700090427/b2282/_pkg_.a
2025-08-20T23:05:45.4434388Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults=/tmp/go-build3700090427/b924/_pkg_.a
2025-08-20T23:05:45.4435837Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build3700090427/b2245/_pkg_.a
2025-08-20T23:05:45.4437200Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/output=/tmp/go-build3700090427/b2283/_pkg_.a
2025-08-20T23:05:45.4438656Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb=/tmp/go-build3700090427/b626/_pkg_.a
2025-08-20T23:05:45.4440359Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:05:45.4441875Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:05:45.4443380Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:05:45.4444796Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:05:45.4446236Z [00:04:30.723]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/circleci=/tmp/go-build3700090427/b2284/_pkg_.a
2025-08-20T23:05:45.4447959Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker=/tmp/go-build3700090427/b709/_pkg_.a
2025-08-20T23:05:45.4449648Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/elasticsearch=/tmp/go-build3700090427/b2285/_pkg_.a
2025-08-20T23:05:45.4471035Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem=/tmp/go-build3700090427/b803/_pkg_.a
2025-08-20T23:05:45.4472497Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs=/tmp/go-build3700090427/b1979/_pkg_.a
2025-08-20T23:05:45.4473932Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build3700090427/b2159/_pkg_.a
2025-08-20T23:05:45.4475371Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/github=/tmp/go-build3700090427/b2241/_pkg_.a
2025-08-20T23:05:45.4476915Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/github_experimental=/tmp/go-build3700090427/b3007/_pkg_.a
2025-08-20T23:05:45.4478436Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab=/tmp/go-build3700090427/b2246/_pkg_.a
2025-08-20T23:05:45.4480079Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/huggingface=/tmp/go-build3700090427/b3012/_pkg_.a
2025-08-20T23:05:45.4481591Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins=/tmp/go-build3700090427/b2248/_pkg_.a
2025-08-20T23:05:45.4483274Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman=/tmp/go-build3700090427/b2250/_pkg_.a
2025-08-20T23:05:45.4484730Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3=/tmp/go-build3700090427/b2252/_pkg_.a
2025-08-20T23:05:45.4486115Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/stdin=/tmp/go-build3700090427/b3013/_pkg_.a
2025-08-20T23:05:45.4487585Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/syslog=/tmp/go-build3700090427/b3014/_pkg_.a
2025-08-20T23:05:45.4489050Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/travisci=/tmp/go-build3700090427/b3018/_pkg_.a
2025-08-20T23:05:45.4490729Z [00:04:30.724]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache=/tmp/go-build3700090427/b3020/_pkg_.a
2025-08-20T23:05:45.4492007Z [00:04:30.724]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:05:45.4493157Z [00:04:30.724]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:05:45.4494108Z [00:04:30.724]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:45.4494827Z [00:04:30.724]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:45.4495566Z [00:04:30.724]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:45.4496322Z [00:04:30.724]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:45.4497042Z [00:04:30.724]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:45.4497800Z [00:04:30.724]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:05:45.4498561Z [00:04:30.724]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:45.4499098Z [00:04:30.724]➜  EOF
2025-08-20T23:05:45.4505253Z [00:04:30.724]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b2275/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine=>github.com/trufflesecurity/trufflehog/v3/pkg/engine;$WORK/b2275=>" -p github.com/trufflesecurity/trufflehog/v3/pkg/engine -lang=go1.24 -complete -installsuffix shared -buildid 9oeDrWqwnWk5M28mA8tm/9oeDrWqwnWk5M28mA8tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2275/importcfg -pack ./pkg/engine/circleci.go ./pkg/engine/docker.go ./pkg/engine/elasticsearch.go ./pkg/engine/engine.go ./pkg/engine/filesystem.go ./pkg/engine/gcs.go ./pkg/engine/git.go ./pkg/engine/github.go ./pkg/engine/github_experimental.go ./pkg/engine/gitlab.go ./pkg/engine/huggingface.go ./pkg/engine/jenkins.go ./pkg/engine/metrics.go ./pkg/engine/postman.go ./pkg/engine/s3.go ./pkg/engine/scan.go ./pkg/engine/stdin.go ./pkg/engine/syslog.go ./pkg/engine/travisci.go
2025-08-20T23:05:45.8453260Z [00:04:31.128]➜  go tool buildid -w $WORK/b2275/_pkg_.a # internal
2025-08-20T23:05:45.8536199Z [00:04:31.137]➜  cp $WORK/b2275/_pkg_.a /root/.cache/go-build/6a/6ac138072e409da8e2a7c4652d2c1ded5b06ef155928521d279ff56fac8fa3b3-d # internal
2025-08-20T23:05:45.8540786Z [00:04:31.137]➜  github.com/trufflesecurity/trufflehog/v3
2025-08-20T23:05:45.8541421Z [00:04:31.137]➜  mkdir -p $WORK/b001/
2025-08-20T23:05:45.8545841Z [00:04:31.138]➜  cat >/tmp/go-build3700090427/b001/importcfg << 'EOF' # internal
2025-08-20T23:05:45.8546815Z [00:04:31.138]➜  # import config
2025-08-20T23:05:45.8547771Z [00:04:31.138]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:45.8548783Z [00:04:31.138]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:45.8549977Z [00:04:31.138]➜  packagefile github.com/alecthomas/kingpin/v2=/tmp/go-build3700090427/b068/_pkg_.a
2025-08-20T23:05:45.8550620Z [00:04:31.138]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:05:45.8551199Z [00:04:31.138]➜  packagefile github.com/felixge/fgprof=/tmp/go-build3700090427/b101/_pkg_.a
2025-08-20T23:05:45.8551792Z [00:04:31.138]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:05:45.8552381Z [00:04:31.138]➜  packagefile github.com/jpillora/overseer=/tmp/go-build3700090427/b206/_pkg_.a
2025-08-20T23:05:45.8552968Z [00:04:31.138]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3700090427/b098/_pkg_.a
2025-08-20T23:05:45.8553677Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer=/tmp/go-build3700090427/b214/_pkg_.a
2025-08-20T23:05:45.8554516Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:05:45.8555331Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp=/tmp/go-build3700090427/b700/_pkg_.a
2025-08-20T23:05:45.8556122Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:05:45.8556894Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/config=/tmp/go-build3700090427/b702/_pkg_.a
2025-08-20T23:05:45.8558149Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:45.8559261Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:05:45.8560474Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine=/tmp/go-build3700090427/b2275/_pkg_.a
2025-08-20T23:05:45.8561339Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults=/tmp/go-build3700090427/b924/_pkg_.a
2025-08-20T23:05:45.8562137Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build3700090427/b618/_pkg_.a
2025-08-20T23:05:45.8562904Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build3700090427/b805/_pkg_.a
2025-08-20T23:05:45.8563665Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:05:45.8564420Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/output=/tmp/go-build3700090427/b2283/_pkg_.a
2025-08-20T23:05:45.8565177Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:05:45.8565929Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui=/tmp/go-build3700090427/b3022/_pkg_.a
2025-08-20T23:05:45.8566913Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/updater=/tmp/go-build3700090427/b3109/_pkg_.a
2025-08-20T23:05:45.8567732Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache=/tmp/go-build3700090427/b3020/_pkg_.a
2025-08-20T23:05:45.8568541Z [00:04:31.138]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/version=/tmp/go-build3700090427/b3110/_pkg_.a
2025-08-20T23:05:45.8569542Z [00:04:31.138]➜  packagefile go.uber.org/automaxprocs/maxprocs=/tmp/go-build3700090427/b3111/_pkg_.a
2025-08-20T23:05:45.8570093Z [00:04:31.138]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:45.8570520Z [00:04:31.138]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:45.8570995Z [00:04:31.138]➜  packagefile net/http/pprof=/tmp/go-build3700090427/b3114/_pkg_.a
2025-08-20T23:05:45.8571471Z [00:04:31.138]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:45.8571916Z [00:04:31.138]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:05:45.8572363Z [00:04:31.138]➜  packagefile os/signal=/tmp/go-build3700090427/b213/_pkg_.a
2025-08-20T23:05:45.8572805Z [00:04:31.138]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:45.8573230Z [00:04:31.138]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:45.8573654Z [00:04:31.138]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:45.8574081Z [00:04:31.138]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:45.8574500Z [00:04:31.138]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:05:45.8574942Z [00:04:31.138]➜  packagefile runtime/cgo=/tmp/go-build3700090427/b091/_pkg_.a
2025-08-20T23:05:45.8575289Z [00:04:31.138]➜  EOF
2025-08-20T23:05:45.8576806Z [00:04:31.138]➜  /root/.go/pkg/tool/linux_amd64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.a3DMfrd74X/TEMPREPO=>github.com/trufflesecurity/trufflehog/v3;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid 3VKvhoK9gJNaJStUgXGe/3VKvhoK9gJNaJStUgXGe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -pack ./main.go
2025-08-20T23:05:46.2424847Z [00:04:31.526]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T23:05:46.2503221Z [00:04:31.533]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/1c/1c914d26cc334014d1a4a85395ec63b2d00caf30e70a8f350146726e3c24fcf0-d # internal
2025-08-20T23:05:46.2554240Z [00:04:31.538]➜  cat >/tmp/go-build3700090427/b001/importcfg.link << 'EOF' # internal
2025-08-20T23:05:46.2555649Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3=/tmp/go-build3700090427/b001/_pkg_.a
2025-08-20T23:05:46.2556938Z [00:04:31.539]➜  packagefile encoding/json=/tmp/go-build3700090427/b002/_pkg_.a
2025-08-20T23:05:46.2557901Z [00:04:31.539]➜  packagefile fmt=/tmp/go-build3700090427/b049/_pkg_.a
2025-08-20T23:05:46.2558998Z [00:04:31.539]➜  packagefile github.com/alecthomas/kingpin/v2=/tmp/go-build3700090427/b068/_pkg_.a
2025-08-20T23:05:46.2560402Z [00:04:31.539]➜  packagefile github.com/fatih/color=/tmp/go-build3700090427/b096/_pkg_.a
2025-08-20T23:05:46.2561519Z [00:04:31.539]➜  packagefile github.com/felixge/fgprof=/tmp/go-build3700090427/b101/_pkg_.a
2025-08-20T23:05:46.2562638Z [00:04:31.539]➜  packagefile github.com/go-logr/logr=/tmp/go-build3700090427/b202/_pkg_.a
2025-08-20T23:05:46.2563768Z [00:04:31.539]➜  packagefile github.com/jpillora/overseer=/tmp/go-build3700090427/b206/_pkg_.a
2025-08-20T23:05:46.2564928Z [00:04:31.539]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3700090427/b098/_pkg_.a
2025-08-20T23:05:46.2566303Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer=/tmp/go-build3700090427/b214/_pkg_.a
2025-08-20T23:05:46.2567905Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache/simple=/tmp/go-build3700090427/b698/_pkg_.a
2025-08-20T23:05:46.2569936Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cleantemp=/tmp/go-build3700090427/b700/_pkg_.a
2025-08-20T23:05:46.2571434Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common=/tmp/go-build3700090427/b320/_pkg_.a
2025-08-20T23:05:46.2572855Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/config=/tmp/go-build3700090427/b702/_pkg_.a
2025-08-20T23:05:46.2583281Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/context=/tmp/go-build3700090427/b225/_pkg_.a
2025-08-20T23:05:46.2584996Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors=/tmp/go-build3700090427/b619/_pkg_.a
2025-08-20T23:05:46.2586513Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine=/tmp/go-build3700090427/b2275/_pkg_.a
2025-08-20T23:05:46.2588017Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/defaults=/tmp/go-build3700090427/b924/_pkg_.a
2025-08-20T23:05:46.2589709Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/feature=/tmp/go-build3700090427/b618/_pkg_.a
2025-08-20T23:05:46.2591240Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/handlers=/tmp/go-build3700090427/b805/_pkg_.a
2025-08-20T23:05:46.2592654Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/log=/tmp/go-build3700090427/b226/_pkg_.a
2025-08-20T23:05:46.2594069Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/output=/tmp/go-build3700090427/b2283/_pkg_.a
2025-08-20T23:05:46.2595511Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources=/tmp/go-build3700090427/b627/_pkg_.a
2025-08-20T23:05:46.2596921Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui=/tmp/go-build3700090427/b3022/_pkg_.a
2025-08-20T23:05:46.2598340Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/updater=/tmp/go-build3700090427/b3109/_pkg_.a
2025-08-20T23:05:46.2603561Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/verificationcache=/tmp/go-build3700090427/b3020/_pkg_.a
2025-08-20T23:05:46.2605190Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/version=/tmp/go-build3700090427/b3110/_pkg_.a
2025-08-20T23:05:46.2606593Z [00:04:31.539]➜  packagefile go.uber.org/automaxprocs/maxprocs=/tmp/go-build3700090427/b3111/_pkg_.a
2025-08-20T23:05:46.2607538Z [00:04:31.539]➜  packagefile io=/tmp/go-build3700090427/b034/_pkg_.a
2025-08-20T23:05:46.2608347Z [00:04:31.539]➜  packagefile net/http=/tmp/go-build3700090427/b107/_pkg_.a
2025-08-20T23:05:46.2609219Z [00:04:31.539]➜  packagefile net/http/pprof=/tmp/go-build3700090427/b3114/_pkg_.a
2025-08-20T23:05:46.2623972Z [00:04:31.539]➜  packagefile os=/tmp/go-build3700090427/b053/_pkg_.a
2025-08-20T23:05:46.2624774Z [00:04:31.539]➜  packagefile os/exec=/tmp/go-build3700090427/b212/_pkg_.a
2025-08-20T23:05:46.2625606Z [00:04:31.539]➜  packagefile os/signal=/tmp/go-build3700090427/b213/_pkg_.a
2025-08-20T23:05:46.2626446Z [00:04:31.539]➜  packagefile runtime=/tmp/go-build3700090427/b010/_pkg_.a
2025-08-20T23:05:46.2627247Z [00:04:31.539]➜  packagefile strconv=/tmp/go-build3700090427/b047/_pkg_.a
2025-08-20T23:05:46.2628041Z [00:04:31.539]➜  packagefile strings=/tmp/go-build3700090427/b066/_pkg_.a
2025-08-20T23:05:46.2628836Z [00:04:31.539]➜  packagefile sync=/tmp/go-build3700090427/b035/_pkg_.a
2025-08-20T23:05:46.2629791Z [00:04:31.539]➜  packagefile syscall=/tmp/go-build3700090427/b061/_pkg_.a
2025-08-20T23:05:46.2630643Z [00:04:31.539]➜  packagefile runtime/cgo=/tmp/go-build3700090427/b091/_pkg_.a
2025-08-20T23:05:46.2631461Z [00:04:31.539]➜  packagefile bytes=/tmp/go-build3700090427/b003/_pkg_.a
2025-08-20T23:05:46.2632223Z [00:04:31.539]➜  packagefile cmp=/tmp/go-build3700090427/b043/_pkg_.a
2025-08-20T23:05:46.2633019Z [00:04:31.539]➜  packagefile encoding=/tmp/go-build3700090427/b044/_pkg_.a
2025-08-20T23:05:46.2634096Z [00:04:31.539]➜  packagefile encoding/base64=/tmp/go-build3700090427/b045/_pkg_.a
2025-08-20T23:05:46.2634941Z [00:04:31.539]➜  packagefile errors=/tmp/go-build3700090427/b004/_pkg_.a
2025-08-20T23:05:46.2635725Z [00:04:31.539]➜  packagefile math=/tmp/go-build3700090427/b048/_pkg_.a
2025-08-20T23:05:46.2636518Z [00:04:31.539]➜  packagefile reflect=/tmp/go-build3700090427/b051/_pkg_.a
2025-08-20T23:05:46.2637314Z [00:04:31.539]➜  packagefile slices=/tmp/go-build3700090427/b046/_pkg_.a
2025-08-20T23:05:46.2638102Z [00:04:31.539]➜  packagefile unicode=/tmp/go-build3700090427/b041/_pkg_.a
2025-08-20T23:05:46.2639127Z [00:04:31.539]➜  packagefile unicode/utf16=/tmp/go-build3700090427/b067/_pkg_.a
2025-08-20T23:05:46.2642427Z [00:04:31.539]➜  packagefile unicode/utf8=/tmp/go-build3700090427/b042/_pkg_.a
2025-08-20T23:05:46.2643353Z [00:04:31.539]➜  packagefile internal/fmtsort=/tmp/go-build3700090427/b050/_pkg_.a
2025-08-20T23:05:46.2644218Z [00:04:31.539]➜  packagefile bufio=/tmp/go-build3700090427/b069/_pkg_.a
2025-08-20T23:05:46.2645070Z [00:04:31.539]➜  packagefile encoding/hex=/tmp/go-build3700090427/b070/_pkg_.a
2025-08-20T23:05:46.2646056Z [00:04:31.539]➜  packagefile github.com/alecthomas/units=/tmp/go-build3700090427/b071/_pkg_.a
2025-08-20T23:05:46.2647176Z [00:04:31.539]➜  packagefile github.com/xhit/go-str2duration/v2=/tmp/go-build3700090427/b072/_pkg_.a
2025-08-20T23:05:46.2648127Z [00:04:31.539]➜  packagefile go/doc=/tmp/go-build3700090427/b073/_pkg_.a
2025-08-20T23:05:46.2648912Z [00:04:31.539]➜  packagefile net=/tmp/go-build3700090427/b083/_pkg_.a
2025-08-20T23:05:46.2649959Z [00:04:31.539]➜  packagefile net/url=/tmp/go-build3700090427/b092/_pkg_.a
2025-08-20T23:05:46.2650834Z [00:04:31.539]➜  packagefile path/filepath=/tmp/go-build3700090427/b077/_pkg_.a
2025-08-20T23:05:46.2651688Z [00:04:31.539]➜  packagefile regexp=/tmp/go-build3700090427/b081/_pkg_.a
2025-08-20T23:05:46.2652538Z [00:04:31.539]➜  packagefile text/template=/tmp/go-build3700090427/b094/_pkg_.a
2025-08-20T23:05:46.2653365Z [00:04:31.539]➜  packagefile time=/tmp/go-build3700090427/b058/_pkg_.a
2025-08-20T23:05:46.2654318Z [00:04:31.539]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3700090427/b097/_pkg_.a
2025-08-20T23:05:46.2655423Z [00:04:31.539]➜  packagefile github.com/google/pprof/profile=/tmp/go-build3700090427/b102/_pkg_.a
2025-08-20T23:05:46.2656361Z [00:04:31.539]➜  packagefile sort=/tmp/go-build3700090427/b078/_pkg_.a
2025-08-20T23:05:46.2657154Z [00:04:31.539]➜  packagefile context=/tmp/go-build3700090427/b084/_pkg_.a
2025-08-20T23:05:46.2657973Z [00:04:31.539]➜  packagefile log/slog=/tmp/go-build3700090427/b203/_pkg_.a
2025-08-20T23:05:46.2658831Z [00:04:31.539]➜  packagefile crypto/rand=/tmp/go-build3700090427/b109/_pkg_.a
2025-08-20T23:05:46.2659942Z [00:04:31.539]➜  packagefile crypto/sha1=/tmp/go-build3700090427/b176/_pkg_.a
2025-08-20T23:05:46.2660998Z [00:04:31.539]➜  packagefile github.com/jpillora/overseer/fetcher=/tmp/go-build3700090427/b207/_pkg_.a
2025-08-20T23:05:46.2662198Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/touchfile=/tmp/go-build3700090427/b210/_pkg_.a
2025-08-20T23:05:46.2663178Z [00:04:31.539]➜  packagefile log=/tmp/go-build3700090427/b189/_pkg_.a
2025-08-20T23:05:46.2664055Z [00:04:31.539]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3700090427/b099/_pkg_.a
2025-08-20T23:05:46.2665458Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airbrake=/tmp/go-build3700090427/b215/_pkg_.a
2025-08-20T23:05:46.2674849Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtableoauth=/tmp/go-build3700090427/b264/_pkg_.a
2025-08-20T23:05:46.2676871Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/airtablepat=/tmp/go-build3700090427/b266/_pkg_.a
2025-08-20T23:05:46.2678761Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/anthropic=/tmp/go-build3700090427/b268/_pkg_.a
2025-08-20T23:05:46.2681942Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/asana=/tmp/go-build3700090427/b269/_pkg_.a
2025-08-20T23:05:46.2685592Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/bitbucket=/tmp/go-build3700090427/b270/_pkg_.a
2025-08-20T23:05:46.2688722Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/databricks=/tmp/go-build3700090427/b271/_pkg_.a
2025-08-20T23:05:46.2692088Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/datadog=/tmp/go-build3700090427/b272/_pkg_.a
2025-08-20T23:05:46.2694100Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/digitalocean=/tmp/go-build3700090427/b273/_pkg_.a
2025-08-20T23:05:46.2695924Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dockerhub=/tmp/go-build3700090427/b274/_pkg_.a
2025-08-20T23:05:46.2699579Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/dropbox=/tmp/go-build3700090427/b276/_pkg_.a
2025-08-20T23:05:46.2709891Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/elevenlabs=/tmp/go-build3700090427/b277/_pkg_.a
2025-08-20T23:05:46.2711737Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/fastly=/tmp/go-build3700090427/b280/_pkg_.a
2025-08-20T23:05:46.2713488Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/figma=/tmp/go-build3700090427/b281/_pkg_.a
2025-08-20T23:05:46.2715239Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github=/tmp/go-build3700090427/b282/_pkg_.a
2025-08-20T23:05:46.2717006Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/gitlab=/tmp/go-build3700090427/b288/_pkg_.a
2025-08-20T23:05:46.2718955Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/groq=/tmp/go-build3700090427/b289/_pkg_.a
2025-08-20T23:05:46.2720947Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/huggingface=/tmp/go-build3700090427/b290/_pkg_.a
2025-08-20T23:05:46.2722721Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/jira=/tmp/go-build3700090427/b291/_pkg_.a
2025-08-20T23:05:46.2724489Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/launchdarkly=/tmp/go-build3700090427/b292/_pkg_.a
2025-08-20T23:05:46.2726343Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailchimp=/tmp/go-build3700090427/b293/_pkg_.a
2025-08-20T23:05:46.2728125Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mailgun=/tmp/go-build3700090427/b294/_pkg_.a
2025-08-20T23:05:46.2730049Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/monday=/tmp/go-build3700090427/b295/_pkg_.a
2025-08-20T23:05:46.2731812Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mux=/tmp/go-build3700090427/b296/_pkg_.a
2025-08-20T23:05:46.2733539Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/mysql=/tmp/go-build3700090427/b297/_pkg_.a
2025-08-20T23:05:46.2735293Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/netlify=/tmp/go-build3700090427/b304/_pkg_.a
2025-08-20T23:05:46.2737030Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/ngrok=/tmp/go-build3700090427/b305/_pkg_.a
2025-08-20T23:05:46.2738757Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/notion=/tmp/go-build3700090427/b306/_pkg_.a
2025-08-20T23:05:46.2741727Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/openai=/tmp/go-build3700090427/b307/_pkg_.a
2025-08-20T23:05:46.2744423Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/opsgenie=/tmp/go-build3700090427/b308/_pkg_.a
2025-08-20T23:05:46.2746882Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/plaid=/tmp/go-build3700090427/b309/_pkg_.a
2025-08-20T23:05:46.2749313Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/planetscale=/tmp/go-build3700090427/b310/_pkg_.a
2025-08-20T23:05:46.2752397Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postgres=/tmp/go-build3700090427/b311/_pkg_.a
2025-08-20T23:05:46.2754862Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/posthog=/tmp/go-build3700090427/b316/_pkg_.a
2025-08-20T23:05:46.2757255Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/postman=/tmp/go-build3700090427/b317/_pkg_.a
2025-08-20T23:05:46.2759734Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/privatekey=/tmp/go-build3700090427/b318/_pkg_.a
2025-08-20T23:05:46.2762153Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sendgrid=/tmp/go-build3700090427/b687/_pkg_.a
2025-08-20T23:05:46.2764366Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/shopify=/tmp/go-build3700090427/b691/_pkg_.a
2025-08-20T23:05:46.2766729Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/slack=/tmp/go-build3700090427/b692/_pkg_.a
2025-08-20T23:05:46.2769099Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/sourcegraph=/tmp/go-build3700090427/b693/_pkg_.a
2025-08-20T23:05:46.2771280Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/square=/tmp/go-build3700090427/b694/_pkg_.a
2025-08-20T23:05:46.2773297Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/stripe=/tmp/go-build3700090427/b695/_pkg_.a
2025-08-20T23:05:46.2775040Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/twilio=/tmp/go-build3700090427/b697/_pkg_.a
2025-08-20T23:05:46.2776984Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/config=/tmp/go-build3700090427/b224/_pkg_.a
2025-08-20T23:05:46.2778405Z [00:04:31.539]➜  packagefile github.com/patrickmn/go-cache=/tmp/go-build3700090427/b699/_pkg_.a
2025-08-20T23:05:46.2779689Z [00:04:31.539]➜  packagefile github.com/mitchellh/go-ps=/tmp/go-build3700090427/b701/_pkg_.a
2025-08-20T23:05:46.2780862Z [00:04:31.539]➜  packagefile cloud.google.com/go/secretmanager/apiv1=/tmp/go-build3700090427/b321/_pkg_.a
2025-08-20T23:05:46.2782237Z [00:04:31.539]➜  packagefile cloud.google.com/go/secretmanager/apiv1/secretmanagerpb=/tmp/go-build3700090427/b444/_pkg_.a
2025-08-20T23:05:46.2783412Z [00:04:31.539]➜  packagefile crypto/tls=/tmp/go-build3700090427/b137/_pkg_.a
2025-08-20T23:05:46.2784538Z [00:04:31.539]➜  packagefile crypto/x509=/tmp/go-build3700090427/b180/_pkg_.a
2025-08-20T23:05:46.2785538Z [00:04:31.539]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build3700090427/b228/_pkg_.a
2025-08-20T23:05:46.2786701Z [00:04:31.539]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build3700090427/b567/_pkg_.a
2025-08-20T23:05:46.2787824Z [00:04:31.539]➜  packagefile github.com/joho/godotenv=/tmp/go-build3700090427/b569/_pkg_.a
2025-08-20T23:05:46.2788850Z [00:04:31.539]➜  packagefile github.com/pkg/errors=/tmp/go-build3700090427/b570/_pkg_.a
2025-08-20T23:05:46.2790189Z [00:04:31.539]➜  packagefile github.com/tailscale/depaware/depaware=/tmp/go-build3700090427/b571/_pkg_.a
2025-08-20T23:05:46.2791206Z [00:04:31.539]➜  packagefile math/big=/tmp/go-build3700090427/b135/_pkg_.a
2025-08-20T23:05:46.2792042Z [00:04:31.539]➜  packagefile math/rand=/tmp/go-build3700090427/b136/_pkg_.a
2025-08-20T23:05:46.2793160Z [00:04:31.539]➜  packagefile runtime/debug=/tmp/go-build3700090427/b250/_pkg_.a
2025-08-20T23:05:46.2794347Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/custom_detectors=/tmp/go-build3700090427/b703/_pkg_.a
2025-08-20T23:05:46.2795680Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/configpb=/tmp/go-build3700090427/b705/_pkg_.a
2025-08-20T23:05:46.2797231Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb=/tmp/go-build3700090427/b621/_pkg_.a
2025-08-20T23:05:46.2798861Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/sourcespb=/tmp/go-build3700090427/b624/_pkg_.a
2025-08-20T23:05:46.2800446Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/protoyaml=/tmp/go-build3700090427/b706/_pkg_.a
2025-08-20T23:05:46.2801923Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/docker=/tmp/go-build3700090427/b709/_pkg_.a
2025-08-20T23:05:46.2803535Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/filesystem=/tmp/go-build3700090427/b803/_pkg_.a
2025-08-20T23:05:46.2805112Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gcs=/tmp/go-build3700090427/b1979/_pkg_.a
2025-08-20T23:05:46.2806592Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/git=/tmp/go-build3700090427/b2159/_pkg_.a
2025-08-20T23:05:46.2808132Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/github=/tmp/go-build3700090427/b2241/_pkg_.a
2025-08-20T23:05:46.2809837Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/gitlab=/tmp/go-build3700090427/b2246/_pkg_.a
2025-08-20T23:05:46.2811408Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/jenkins=/tmp/go-build3700090427/b2248/_pkg_.a
2025-08-20T23:05:46.2813001Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/postman=/tmp/go-build3700090427/b2250/_pkg_.a
2025-08-20T23:05:46.2814537Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/s3=/tmp/go-build3700090427/b2252/_pkg_.a
2025-08-20T23:05:46.2815350Z [00:04:31.539]➜  packagefile embed=/tmp/go-build3700090427/b267/_pkg_.a
2025-08-20T23:05:46.2815902Z [00:04:31.539]➜  packagefile github.com/BobuSumisu/aho-corasick=/tmp/go-build3700090427/b620/_pkg_.a
2025-08-20T23:05:46.2816683Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/source_metadatapb=/tmp/go-build3700090427/b623/_pkg_.a
2025-08-20T23:05:46.2817391Z [00:04:31.539]➜  packagefile github.com/adrg/strutil=/tmp/go-build3700090427/b2276/_pkg_.a
2025-08-20T23:05:46.2818126Z [00:04:31.539]➜  packagefile github.com/adrg/strutil/metrics=/tmp/go-build3700090427/b2280/_pkg_.a
2025-08-20T23:05:46.2818768Z [00:04:31.539]➜  packagefile github.com/go-errors/errors=/tmp/go-build3700090427/b804/_pkg_.a
2025-08-20T23:05:46.2819518Z [00:04:31.539]➜  packagefile github.com/go-git/go-git/v5=/tmp/go-build3700090427/b2160/_pkg_.a
2025-08-20T23:05:46.2820200Z [00:04:31.539]➜  packagefile github.com/hashicorp/golang-lru/v2=/tmp/go-build3700090427/b826/_pkg_.a
2025-08-20T23:05:46.2820880Z [00:04:31.539]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3700090427/b629/_pkg_.a
2025-08-20T23:05:46.2821637Z [00:04:31.539]➜  packagefile github.com/prometheus/client_golang/prometheus/promauto=/tmp/go-build3700090427/b643/_pkg_.a
2025-08-20T23:05:46.2822437Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/decoders=/tmp/go-build3700090427/b2281/_pkg_.a
2025-08-20T23:05:46.2823407Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/engine/ahocorasick=/tmp/go-build3700090427/b2282/_pkg_.a
2025-08-20T23:05:46.2824322Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/giturl=/tmp/go-build3700090427/b2245/_pkg_.a
2025-08-20T23:05:46.2825346Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/credentialspb=/tmp/go-build3700090427/b626/_pkg_.a
2025-08-20T23:05:46.2826199Z [00:04:31.539]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/circleci=/tmp/go-build3700090427/b2284/_pkg_.a
2025-08-20T23:05:46.2827086Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/elasticsearch=/tmp/go-build3700090427/b2285/_pkg_.a
2025-08-20T23:05:46.2828028Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/github_experimental=/tmp/go-build3700090427/b3007/_pkg_.a
2025-08-20T23:05:46.2829050Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/huggingface=/tmp/go-build3700090427/b3012/_pkg_.a
2025-08-20T23:05:46.2830151Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/stdin=/tmp/go-build3700090427/b3013/_pkg_.a
2025-08-20T23:05:46.2830983Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/syslog=/tmp/go-build3700090427/b3014/_pkg_.a
2025-08-20T23:05:46.2831828Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sources/travisci=/tmp/go-build3700090427/b3018/_pkg_.a
2025-08-20T23:05:46.2832544Z [00:04:31.540]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3700090427/b343/_pkg_.a
2025-08-20T23:05:46.2833197Z [00:04:31.540]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3700090427/b404/_pkg_.a
2025-08-20T23:05:46.2833773Z [00:04:31.540]➜  packagefile sync/atomic=/tmp/go-build3700090427/b037/_pkg_.a
2025-08-20T23:05:46.2834464Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abuseipdb=/tmp/go-build3700090427/b925/_pkg_.a
2025-08-20T23:05:46.2835329Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/abyssale=/tmp/go-build3700090427/b926/_pkg_.a
2025-08-20T23:05:46.2836217Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v1=/tmp/go-build3700090427/b927/_pkg_.a
2025-08-20T23:05:46.2837133Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/accuweather/v2=/tmp/go-build3700090427/b928/_pkg_.a
2025-08-20T23:05:46.2838033Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adafruitio=/tmp/go-build3700090427/b929/_pkg_.a
2025-08-20T23:05:46.2838892Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/adzuna=/tmp/go-build3700090427/b930/_pkg_.a
2025-08-20T23:05:46.2840057Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aeroworkflow=/tmp/go-build3700090427/b931/_pkg_.a
2025-08-20T23:05:46.2840960Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/agora=/tmp/go-build3700090427/b932/_pkg_.a
2025-08-20T23:05:46.2841781Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aha=/tmp/go-build3700090427/b933/_pkg_.a
2025-08-20T23:05:46.2842676Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeprojectkey=/tmp/go-build3700090427/b934/_pkg_.a
2025-08-20T23:05:46.2843616Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airbrakeuserkey=/tmp/go-build3700090427/b935/_pkg_.a
2025-08-20T23:05:46.2844499Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airship=/tmp/go-build3700090427/b936/_pkg_.a
2025-08-20T23:05:46.2845382Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtableoauth=/tmp/go-build3700090427/b937/_pkg_.a
2025-08-20T23:05:46.2846362Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airtablepersonalaccesstoken=/tmp/go-build3700090427/b938/_pkg_.a
2025-08-20T23:05:46.2847313Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/airvisual=/tmp/go-build3700090427/b939/_pkg_.a
2025-08-20T23:05:46.2848316Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aiven=/tmp/go-build3700090427/b940/_pkg_.a
2025-08-20T23:05:46.2849149Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alchemy=/tmp/go-build3700090427/b941/_pkg_.a
2025-08-20T23:05:46.2850211Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alegra=/tmp/go-build3700090427/b942/_pkg_.a
2025-08-20T23:05:46.2851127Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aletheiaapi=/tmp/go-build3700090427/b943/_pkg_.a
2025-08-20T23:05:46.2852295Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/algoliaadminkey=/tmp/go-build3700090427/b944/_pkg_.a
2025-08-20T23:05:46.2853190Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alibaba=/tmp/go-build3700090427/b945/_pkg_.a
2025-08-20T23:05:46.2854054Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/alienvault=/tmp/go-build3700090427/b946/_pkg_.a
2025-08-20T23:05:46.2854940Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/allsports=/tmp/go-build3700090427/b947/_pkg_.a
2025-08-20T23:05:46.2855796Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amadeus=/tmp/go-build3700090427/b948/_pkg_.a
2025-08-20T23:05:46.2856632Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ambee=/tmp/go-build3700090427/b949/_pkg_.a
2025-08-20T23:05:46.2857517Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/amplitudeapikey=/tmp/go-build3700090427/b950/_pkg_.a
2025-08-20T23:05:46.2858410Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anthropic=/tmp/go-build3700090427/b951/_pkg_.a
2025-08-20T23:05:46.2859267Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/anypoint=/tmp/go-build3700090427/b952/_pkg_.a
2025-08-20T23:05:46.2860353Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apacta=/tmp/go-build3700090427/b953/_pkg_.a
2025-08-20T23:05:46.2861200Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/api2cart=/tmp/go-build3700090427/b954/_pkg_.a
2025-08-20T23:05:46.2862046Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apideck=/tmp/go-build3700090427/b955/_pkg_.a
2025-08-20T23:05:46.2862892Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apiflash=/tmp/go-build3700090427/b956/_pkg_.a
2025-08-20T23:05:46.2863755Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apifonica=/tmp/go-build3700090427/b957/_pkg_.a
2025-08-20T23:05:46.2864598Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apify=/tmp/go-build3700090427/b958/_pkg_.a
2025-08-20T23:05:46.2865435Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apilayer=/tmp/go-build3700090427/b959/_pkg_.a
2025-08-20T23:05:46.2866432Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimatic=/tmp/go-build3700090427/b960/_pkg_.a
2025-08-20T23:05:46.2867295Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apimetrics=/tmp/go-build3700090427/b961/_pkg_.a
2025-08-20T23:05:46.2868190Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apitemplate=/tmp/go-build3700090427/b962/_pkg_.a
2025-08-20T23:05:46.2869082Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appcues=/tmp/go-build3700090427/b963/_pkg_.a
2025-08-20T23:05:46.2870055Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appfollow=/tmp/go-build3700090427/b964/_pkg_.a
2025-08-20T23:05:46.2870927Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appointedd=/tmp/go-build3700090427/b965/_pkg_.a
2025-08-20T23:05:46.2871810Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appoptics=/tmp/go-build3700090427/b966/_pkg_.a
2025-08-20T23:05:46.2872680Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/appsynergy=/tmp/go-build3700090427/b967/_pkg_.a
2025-08-20T23:05:46.2873542Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/apptivo=/tmp/go-build3700090427/b968/_pkg_.a
2025-08-20T23:05:46.2874566Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artifactory=/tmp/go-build3700090427/b969/_pkg_.a
2025-08-20T23:05:46.2875583Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/artsy=/tmp/go-build3700090427/b970/_pkg_.a
2025-08-20T23:05:46.2876475Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanaoauth=/tmp/go-build3700090427/b971/_pkg_.a
2025-08-20T23:05:46.2877439Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/asanapersonalaccesstoken=/tmp/go-build3700090427/b972/_pkg_.a
2025-08-20T23:05:46.2878388Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/assemblyai=/tmp/go-build3700090427/b973/_pkg_.a
2025-08-20T23:05:46.2879234Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atera=/tmp/go-build3700090427/b974/_pkg_.a
2025-08-20T23:05:46.2880337Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v1=/tmp/go-build3700090427/b975/_pkg_.a
2025-08-20T23:05:46.2881243Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/atlassian/v2=/tmp/go-build3700090427/b976/_pkg_.a
2025-08-20T23:05:46.2882104Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/audd=/tmp/go-build3700090427/b977/_pkg_.a
2025-08-20T23:05:46.2883025Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0managementapitoken=/tmp/go-build3700090427/b978/_pkg_.a
2025-08-20T23:05:46.2883976Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/auth0oauth=/tmp/go-build3700090427/b979/_pkg_.a
2025-08-20T23:05:46.2884845Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autodesk=/tmp/go-build3700090427/b980/_pkg_.a
2025-08-20T23:05:46.2885707Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autoklose=/tmp/go-build3700090427/b981/_pkg_.a
2025-08-20T23:05:46.2886576Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/autopilot=/tmp/go-build3700090427/b982/_pkg_.a
2025-08-20T23:05:46.2887519Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/avazapersonalaccesstoken=/tmp/go-build3700090427/b983/_pkg_.a
2025-08-20T23:05:46.2888488Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aviationstack=/tmp/go-build3700090427/b984/_pkg_.a
2025-08-20T23:05:46.2889659Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/access_keys=/tmp/go-build3700090427/b985/_pkg_.a
2025-08-20T23:05:46.2890589Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws/session_keys=/tmp/go-build3700090427/b1061/_pkg_.a
2025-08-20T23:05:46.2891479Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/axonaut=/tmp/go-build3700090427/b1062/_pkg_.a
2025-08-20T23:05:46.2892340Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aylien=/tmp/go-build3700090427/b1063/_pkg_.a
2025-08-20T23:05:46.2893194Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ayrshare=/tmp/go-build3700090427/b1064/_pkg_.a
2025-08-20T23:05:46.2894065Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_batch=/tmp/go-build3700090427/b1065/_pkg_.a
2025-08-20T23:05:46.2894965Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_cosmosdb=/tmp/go-build3700090427/b1066/_pkg_.a
2025-08-20T23:05:46.2895914Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/refreshtoken=/tmp/go-build3700090427/b1067/_pkg_.a
2025-08-20T23:05:46.2896943Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v1=/tmp/go-build3700090427/b1070/_pkg_.a
2025-08-20T23:05:46.2898103Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal/v2=/tmp/go-build3700090427/b1072/_pkg_.a
2025-08-20T23:05:46.2899076Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_openai=/tmp/go-build3700090427/b1073/_pkg_.a
2025-08-20T23:05:46.2900193Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_storage=/tmp/go-build3700090427/b1074/_pkg_.a
2025-08-20T23:05:46.2901206Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagement/repositorykey=/tmp/go-build3700090427/b1075/_pkg_.a
2025-08-20T23:05:46.2902315Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagementsubscriptionkey=/tmp/go-build3700090427/b1076/_pkg_.a
2025-08-20T23:05:46.2903408Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureappconfigconnectionstring=/tmp/go-build3700090427/b1077/_pkg_.a
2025-08-20T23:05:46.2904452Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azurecontainerregistry=/tmp/go-build3700090427/b1078/_pkg_.a
2025-08-20T23:05:46.2905489Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredevopspersonalaccesstoken=/tmp/go-build3700090427/b1079/_pkg_.a
2025-08-20T23:05:46.2906534Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuredirectmanagementkey=/tmp/go-build3700090427/b1080/_pkg_.a
2025-08-20T23:05:46.2907498Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresastoken=/tmp/go-build3700090427/b1081/_pkg_.a
2025-08-20T23:05:46.2908432Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchadminkey=/tmp/go-build3700090427/b1082/_pkg_.a
2025-08-20T23:05:46.2909502Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azuresearchquerykey=/tmp/go-build3700090427/b1083/_pkg_.a
2025-08-20T23:05:46.2910454Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v1=/tmp/go-build3700090427/b1084/_pkg_.a
2025-08-20T23:05:46.2911361Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bannerbear/v2=/tmp/go-build3700090427/b1085/_pkg_.a
2025-08-20T23:05:46.2912261Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/baremetrics=/tmp/go-build3700090427/b1086/_pkg_.a
2025-08-20T23:05:46.2913279Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beamer=/tmp/go-build3700090427/b1087/_pkg_.a
2025-08-20T23:05:46.2914135Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/beebole=/tmp/go-build3700090427/b1088/_pkg_.a
2025-08-20T23:05:46.2914995Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/besttime=/tmp/go-build3700090427/b1089/_pkg_.a
2025-08-20T23:05:46.2915876Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/betterstack=/tmp/go-build3700090427/b1090/_pkg_.a
2025-08-20T23:05:46.2916751Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/billomat=/tmp/go-build3700090427/b1091/_pkg_.a
2025-08-20T23:05:46.2917675Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bingsubscriptionkey=/tmp/go-build3700090427/b1092/_pkg_.a
2025-08-20T23:05:46.2918584Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbar=/tmp/go-build3700090427/b1093/_pkg_.a
2025-08-20T23:05:46.2919706Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitbucketapppassword=/tmp/go-build3700090427/b1094/_pkg_.a
2025-08-20T23:05:46.2920671Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitcoinaverage=/tmp/go-build3700090427/b1095/_pkg_.a
2025-08-20T23:05:46.2921557Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitfinex=/tmp/go-build3700090427/b1096/_pkg_.a
2025-08-20T23:05:46.2922588Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitlyaccesstoken=/tmp/go-build3700090427/b1097/_pkg_.a
2025-08-20T23:05:46.2923485Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bitmex=/tmp/go-build3700090427/b1098/_pkg_.a
2025-08-20T23:05:46.2924350Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blazemeter=/tmp/go-build3700090427/b1099/_pkg_.a
2025-08-20T23:05:46.2925228Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blitapp=/tmp/go-build3700090427/b1100/_pkg_.a
2025-08-20T23:05:46.2926076Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/blogger=/tmp/go-build3700090427/b1101/_pkg_.a
2025-08-20T23:05:46.2926931Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bombbomb=/tmp/go-build3700090427/b1102/_pkg_.a
2025-08-20T23:05:46.2927816Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boostnote=/tmp/go-build3700090427/b1103/_pkg_.a
2025-08-20T23:05:46.2928680Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/borgbase=/tmp/go-build3700090427/b1104/_pkg_.a
2025-08-20T23:05:46.2929632Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/box=/tmp/go-build3700090427/b1105/_pkg_.a
2025-08-20T23:05:46.2930485Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/boxoauth=/tmp/go-build3700090427/b1106/_pkg_.a
2025-08-20T23:05:46.2931397Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/braintreepayments=/tmp/go-build3700090427/b1107/_pkg_.a
2025-08-20T23:05:46.2932326Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v1=/tmp/go-build3700090427/b1108/_pkg_.a
2025-08-20T23:05:46.2933239Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/brandfetch/v2=/tmp/go-build3700090427/b1109/_pkg_.a
2025-08-20T23:05:46.2934144Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browserstack=/tmp/go-build3700090427/b1110/_pkg_.a
2025-08-20T23:05:46.2935022Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/browshot=/tmp/go-build3700090427/b1113/_pkg_.a
2025-08-20T23:05:46.2936118Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bscscan=/tmp/go-build3700090427/b1114/_pkg_.a
2025-08-20T23:05:46.2936969Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buddyns=/tmp/go-build3700090427/b1115/_pkg_.a
2025-08-20T23:05:46.2937822Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/budibase=/tmp/go-build3700090427/b1116/_pkg_.a
2025-08-20T23:05:46.2938677Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugherd=/tmp/go-build3700090427/b1117/_pkg_.a
2025-08-20T23:05:46.2939741Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag=/tmp/go-build3700090427/b1118/_pkg_.a
2025-08-20T23:05:46.2940634Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v1=/tmp/go-build3700090427/b1119/_pkg_.a
2025-08-20T23:05:46.2941576Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite/v2=/tmp/go-build3700090427/b1120/_pkg_.a
2025-08-20T23:05:46.2942453Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul=/tmp/go-build3700090427/b1121/_pkg_.a
2025-08-20T23:05:46.2943301Z [00:04:31.540]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms=/tmp/go-build3700090427/b1122/_pkg_.a
2025-08-20T23:05:46.2944166Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms=/tmp/go-build3700090427/b1123/_pkg_.a
2025-08-20T23:05:46.2945174Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou=/tmp/go-build3700090427/b1124/_pkg_.a
2025-08-20T23:05:46.2946058Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific=/tmp/go-build3700090427/b1125/_pkg_.a
2025-08-20T23:05:46.2946983Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendlyapikey=/tmp/go-build3700090427/b1126/_pkg_.a
2025-08-20T23:05:46.2947896Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calorieninja=/tmp/go-build3700090427/b1127/_pkg_.a
2025-08-20T23:05:46.2948770Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/campayn=/tmp/go-build3700090427/b1128/_pkg_.a
2025-08-20T23:05:46.2949727Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cannyio=/tmp/go-build3700090427/b1129/_pkg_.a
2025-08-20T23:05:46.2950605Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/capsulecrm=/tmp/go-build3700090427/b1130/_pkg_.a
2025-08-20T23:05:46.2951504Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v1=/tmp/go-build3700090427/b1131/_pkg_.a
2025-08-20T23:05:46.2952416Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/captaindata/v2=/tmp/go-build3700090427/b1132/_pkg_.a
2025-08-20T23:05:46.2953345Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/carboninterface=/tmp/go-build3700090427/b1133/_pkg_.a
2025-08-20T23:05:46.2954273Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cashboard=/tmp/go-build3700090427/b1134/_pkg_.a
2025-08-20T23:05:46.2955135Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caspio=/tmp/go-build3700090427/b1135/_pkg_.a
2025-08-20T23:05:46.2955983Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/censys=/tmp/go-build3700090427/b1136/_pkg_.a
2025-08-20T23:05:46.2956889Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/centralstationcrm=/tmp/go-build3700090427/b1137/_pkg_.a
2025-08-20T23:05:46.2957792Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cexio=/tmp/go-build3700090427/b1138/_pkg_.a
2025-08-20T23:05:46.2958655Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chartmogul=/tmp/go-build3700090427/b1139/_pkg_.a
2025-08-20T23:05:46.2959885Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatbot=/tmp/go-build3700090427/b1140/_pkg_.a
2025-08-20T23:05:46.2960766Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/chatfule=/tmp/go-build3700090427/b1141/_pkg_.a
2025-08-20T23:05:46.2961617Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checio=/tmp/go-build3700090427/b1142/_pkg_.a
2025-08-20T23:05:46.2962480Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checklyhq=/tmp/go-build3700090427/b1143/_pkg_.a
2025-08-20T23:05:46.2963348Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkout=/tmp/go-build3700090427/b1144/_pkg_.a
2025-08-20T23:05:46.2964211Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/checkvist=/tmp/go-build3700090427/b1145/_pkg_.a
2025-08-20T23:05:46.2965070Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cicero=/tmp/go-build3700090427/b1146/_pkg_.a
2025-08-20T23:05:46.2965937Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v1=/tmp/go-build3700090427/b1147/_pkg_.a
2025-08-20T23:05:46.2966822Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/circleci/v2=/tmp/go-build3700090427/b1148/_pkg_.a
2025-08-20T23:05:46.2967818Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clarifai=/tmp/go-build3700090427/b1149/_pkg_.a
2025-08-20T23:05:46.2968687Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clearbit=/tmp/go-build3700090427/b1150/_pkg_.a
2025-08-20T23:05:46.2969670Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickhelp=/tmp/go-build3700090427/b1151/_pkg_.a
2025-08-20T23:05:46.2970559Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clicksendsms=/tmp/go-build3700090427/b1152/_pkg_.a
2025-08-20T23:05:46.2971504Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clickuppersonaltoken=/tmp/go-build3700090427/b1153/_pkg_.a
2025-08-20T23:05:46.2972412Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cliengo=/tmp/go-build3700090427/b1154/_pkg_.a
2025-08-20T23:05:46.2973272Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clientary=/tmp/go-build3700090427/b1155/_pkg_.a
2025-08-20T23:05:46.2974148Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clinchpad=/tmp/go-build3700090427/b1156/_pkg_.a
2025-08-20T23:05:46.2975011Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockify=/tmp/go-build3700090427/b1157/_pkg_.a
2025-08-20T23:05:46.2975895Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clockworksms=/tmp/go-build3700090427/b1158/_pkg_.a
2025-08-20T23:05:46.2977002Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/closecrm=/tmp/go-build3700090427/b1159/_pkg_.a
2025-08-20T23:05:46.2977895Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudconvert=/tmp/go-build3700090427/b1160/_pkg_.a
2025-08-20T23:05:46.2978797Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudelements=/tmp/go-build3700090427/b1161/_pkg_.a
2025-08-20T23:05:46.2979972Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareapitoken=/tmp/go-build3700090427/b1162/_pkg_.a
2025-08-20T23:05:46.2980950Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflarecakey=/tmp/go-build3700090427/b1163/_pkg_.a
2025-08-20T23:05:46.2981921Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudflareglobalapikey=/tmp/go-build3700090427/b1164/_pkg_.a
2025-08-20T23:05:46.2983042Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudimage=/tmp/go-build3700090427/b1165/_pkg_.a
2025-08-20T23:05:46.2983953Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudmersive=/tmp/go-build3700090427/b1166/_pkg_.a
2025-08-20T23:05:46.2984836Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudplan=/tmp/go-build3700090427/b1167/_pkg_.a
2025-08-20T23:05:46.2985719Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloudsmith=/tmp/go-build3700090427/b1168/_pkg_.a
2025-08-20T23:05:46.2986588Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloverly=/tmp/go-build3700090427/b1169/_pkg_.a
2025-08-20T23:05:46.2987439Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cloze=/tmp/go-build3700090427/b1170/_pkg_.a
2025-08-20T23:05:46.2988297Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/clustdoc=/tmp/go-build3700090427/b1171/_pkg_.a
2025-08-20T23:05:46.2989138Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coda=/tmp/go-build3700090427/b1172/_pkg_.a
2025-08-20T23:05:46.2990135Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codacy=/tmp/go-build3700090427/b1173/_pkg_.a
2025-08-20T23:05:46.2991006Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codeclimate=/tmp/go-build3700090427/b1174/_pkg_.a
2025-08-20T23:05:46.2992053Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codemagic=/tmp/go-build3700090427/b1175/_pkg_.a
2025-08-20T23:05:46.2992942Z [00:04:31.541]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/codequiry=/tmp/go-build3700090427/b1176/_pkg_.a
2025-08-20T23:05:46.2993802Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinapi=/tmp/go-build3700090427/b1177/_pkg_.a
2025-08-20T23:05:46.2994665Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinbase=/tmp/go-build3700090427/b1178/_pkg_.a
2025-08-20T23:05:46.2995526Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlayer=/tmp/go-build3700090427/b1179/_pkg_.a
2025-08-20T23:05:46.2996382Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coinlib=/tmp/go-build3700090427/b1180/_pkg_.a
2025-08-20T23:05:46.2997245Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/collect2=/tmp/go-build3700090427/b1181/_pkg_.a
2025-08-20T23:05:46.2998102Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/column=/tmp/go-build3700090427/b1182/_pkg_.a
2025-08-20T23:05:46.2998965Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commercejs=/tmp/go-build3700090427/b1183/_pkg_.a
2025-08-20T23:05:46.3000085Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/commodities=/tmp/go-build3700090427/b1184/_pkg_.a
2025-08-20T23:05:46.3000971Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/companyhub=/tmp/go-build3700090427/b1185/_pkg_.a
2025-08-20T23:05:46.3001848Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/confluent=/tmp/go-build3700090427/b1186/_pkg_.a
2025-08-20T23:05:46.3002833Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/contentfulpersonalaccesstoken=/tmp/go-build3700090427/b1187/_pkg_.a
2025-08-20T23:05:46.3003834Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/conversiontools=/tmp/go-build3700090427/b1188/_pkg_.a
2025-08-20T23:05:46.3004736Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertapi=/tmp/go-build3700090427/b1189/_pkg_.a
2025-08-20T23:05:46.3005765Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convertkit=/tmp/go-build3700090427/b1190/_pkg_.a
2025-08-20T23:05:46.3006623Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/convier=/tmp/go-build3700090427/b1191/_pkg_.a
2025-08-20T23:05:46.3007471Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/copper=/tmp/go-build3700090427/b1192/_pkg_.a
2025-08-20T23:05:46.3008334Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/couchbase=/tmp/go-build3700090427/b1193/_pkg_.a
2025-08-20T23:05:46.3009223Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/countrylayer=/tmp/go-build3700090427/b1217/_pkg_.a
2025-08-20T23:05:46.3010255Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/courier=/tmp/go-build3700090427/b1218/_pkg_.a
2025-08-20T23:05:46.3011120Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/coveralls=/tmp/go-build3700090427/b1219/_pkg_.a
2025-08-20T23:05:46.3012007Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/craftmypdf=/tmp/go-build3700090427/b1220/_pkg_.a
2025-08-20T23:05:46.3012870Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/crowdin=/tmp/go-build3700090427/b1221/_pkg_.a
2025-08-20T23:05:46.3013752Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/cryptocompare=/tmp/go-build3700090427/b1222/_pkg_.a
2025-08-20T23:05:46.3014793Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencycloud=/tmp/go-build3700090427/b1223/_pkg_.a
2025-08-20T23:05:46.3015713Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyfreaks=/tmp/go-build3700090427/b1224/_pkg_.a
2025-08-20T23:05:46.3016628Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencylayer=/tmp/go-build3700090427/b1225/_pkg_.a
2025-08-20T23:05:46.3017541Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currencyscoop=/tmp/go-build3700090427/b1226/_pkg_.a
2025-08-20T23:05:46.3018442Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/currentsapi=/tmp/go-build3700090427/b1227/_pkg_.a
2025-08-20T23:05:46.3019508Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerguru=/tmp/go-build3700090427/b1228/_pkg_.a
2025-08-20T23:05:46.3020470Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/customerio=/tmp/go-build3700090427/b1229/_pkg_.a
2025-08-20T23:05:46.3021348Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/d7network=/tmp/go-build3700090427/b1230/_pkg_.a
2025-08-20T23:05:46.3022215Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dandelion=/tmp/go-build3700090427/b1231/_pkg_.a
2025-08-20T23:05:46.3023090Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dareboost=/tmp/go-build3700090427/b1232/_pkg_.a
2025-08-20T23:05:46.3023951Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databox=/tmp/go-build3700090427/b1233/_pkg_.a
2025-08-20T23:05:46.3024847Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/databrickstoken=/tmp/go-build3700090427/b1234/_pkg_.a
2025-08-20T23:05:46.3025767Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datadogtoken=/tmp/go-build3700090427/b1235/_pkg_.a
2025-08-20T23:05:46.3026636Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/datagov=/tmp/go-build3700090427/b1236/_pkg_.a
2025-08-20T23:05:46.3027484Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepai=/tmp/go-build3700090427/b1237/_pkg_.a
2025-08-20T23:05:46.3028348Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepgram=/tmp/go-build3700090427/b1238/_pkg_.a
2025-08-20T23:05:46.3029597Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deepseek=/tmp/go-build3700090427/b1239/_pkg_.a
2025-08-20T23:05:46.3030470Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/delighted=/tmp/go-build3700090427/b1240/_pkg_.a
2025-08-20T23:05:46.3031322Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/demio=/tmp/go-build3700090427/b1241/_pkg_.a
2025-08-20T23:05:46.3032166Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deno=/tmp/go-build3700090427/b1242/_pkg_.a
2025-08-20T23:05:46.3033092Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/deputy=/tmp/go-build3700090427/b1243/_pkg_.a
2025-08-20T23:05:46.3034700Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectify=/tmp/go-build3700090427/b1244/_pkg_.a
2025-08-20T23:05:46.3036373Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/detectlanguage=/tmp/go-build3700090427/b1245/_pkg_.a
2025-08-20T23:05:46.3038025Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dfuse=/tmp/go-build3700090427/b1246/_pkg_.a
2025-08-20T23:05:46.3039752Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diffbot=/tmp/go-build3700090427/b1247/_pkg_.a
2025-08-20T23:05:46.3041641Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/diggernaut=/tmp/go-build3700090427/b1248/_pkg_.a
2025-08-20T23:05:46.3043371Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceantoken=/tmp/go-build3700090427/b1249/_pkg_.a
2025-08-20T23:05:46.3045110Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/digitaloceanv2=/tmp/go-build3700090427/b1250/_pkg_.a
2025-08-20T23:05:46.3046881Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordbottoken=/tmp/go-build3700090427/b1251/_pkg_.a
2025-08-20T23:05:46.3048665Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/discordwebhook=/tmp/go-build3700090427/b1252/_pkg_.a
2025-08-20T23:05:46.3050452Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/disqus=/tmp/go-build3700090427/b1253/_pkg_.a
2025-08-20T23:05:46.3052032Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ditto=/tmp/go-build3700090427/b1254/_pkg_.a
2025-08-20T23:05:46.3053664Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dnscheck=/tmp/go-build3700090427/b1255/_pkg_.a
2025-08-20T23:05:46.3055131Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docker=/tmp/go-build3700090427/b1256/_pkg_.a
2025-08-20T23:05:46.3056738Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v1=/tmp/go-build3700090427/b1257/_pkg_.a
2025-08-20T23:05:46.3058208Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dockerhub/v2=/tmp/go-build3700090427/b1258/_pkg_.a
2025-08-20T23:05:46.3059113Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docparser=/tmp/go-build3700090427/b1259/_pkg_.a
2025-08-20T23:05:46.3060300Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/documo=/tmp/go-build3700090427/b1260/_pkg_.a
2025-08-20T23:05:46.3061189Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/docusign=/tmp/go-build3700090427/b1261/_pkg_.a
2025-08-20T23:05:46.3062067Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/doppler=/tmp/go-build3700090427/b1262/_pkg_.a
2025-08-20T23:05:46.3062947Z [00:04:31.542]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dotdigital=/tmp/go-build3700090427/b1263/_pkg_.a
2025-08-20T23:05:46.3064009Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dovico=/tmp/go-build3700090427/b1264/_pkg_.a
2025-08-20T23:05:46.3064861Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dronahq=/tmp/go-build3700090427/b1265/_pkg_.a
2025-08-20T23:05:46.3065709Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/droneci=/tmp/go-build3700090427/b1266/_pkg_.a
2025-08-20T23:05:46.3066561Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dropbox=/tmp/go-build3700090427/b1267/_pkg_.a
2025-08-20T23:05:46.3067404Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/duply=/tmp/go-build3700090427/b1268/_pkg_.a
2025-08-20T23:05:46.3068247Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dwolla=/tmp/go-build3700090427/b1269/_pkg_.a
2025-08-20T23:05:46.3069110Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dynalist=/tmp/go-build3700090427/b1270/_pkg_.a
2025-08-20T23:05:46.3070098Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/dyspatch=/tmp/go-build3700090427/b1271/_pkg_.a
2025-08-20T23:05:46.3071001Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eagleeyenetworks=/tmp/go-build3700090427/b1272/_pkg_.a
2025-08-20T23:05:46.3071920Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/easyinsight=/tmp/go-build3700090427/b1273/_pkg_.a
2025-08-20T23:05:46.3072954Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ecostruxureit=/tmp/go-build3700090427/b1274/_pkg_.a
2025-08-20T23:05:46.3073841Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edamam=/tmp/go-build3700090427/b1275/_pkg_.a
2025-08-20T23:05:46.3074688Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/edenai=/tmp/go-build3700090427/b1276/_pkg_.a
2025-08-20T23:05:46.3075567Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eightxeight=/tmp/go-build3700090427/b1277/_pkg_.a
2025-08-20T23:05:46.3076465Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elasticemail=/tmp/go-build3700090427/b1278/_pkg_.a
2025-08-20T23:05:46.3077602Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v1=/tmp/go-build3700090427/b1279/_pkg_.a
2025-08-20T23:05:46.3078525Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/elevenlabs/v2=/tmp/go-build3700090427/b1280/_pkg_.a
2025-08-20T23:05:46.3079515Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enablex=/tmp/go-build3700090427/b1281/_pkg_.a
2025-08-20T23:05:46.3080384Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/endorlabs=/tmp/go-build3700090427/b1282/_pkg_.a
2025-08-20T23:05:46.3081262Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/enigma=/tmp/go-build3700090427/b1283/_pkg_.a
2025-08-20T23:05:46.3082136Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/envoyapikey=/tmp/go-build3700090427/b1284/_pkg_.a
2025-08-20T23:05:46.3083020Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eraser=/tmp/go-build3700090427/b1285/_pkg_.a
2025-08-20T23:05:46.3083889Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/etherscan=/tmp/go-build3700090427/b1286/_pkg_.a
2025-08-20T23:05:46.3084779Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ethplorer=/tmp/go-build3700090427/b1287/_pkg_.a
2025-08-20T23:05:46.3085653Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/eventbrite=/tmp/go-build3700090427/b1288/_pkg_.a
2025-08-20T23:05:46.3086666Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/everhour=/tmp/go-build3700090427/b1289/_pkg_.a
2025-08-20T23:05:46.3087570Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangerateapi=/tmp/go-build3700090427/b1290/_pkg_.a
2025-08-20T23:05:46.3088513Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exchangeratesapi=/tmp/go-build3700090427/b1291/_pkg_.a
2025-08-20T23:05:46.3089540Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/exportsdk=/tmp/go-build3700090427/b1292/_pkg_.a
2025-08-20T23:05:46.3090438Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/extractorapi=/tmp/go-build3700090427/b1293/_pkg_.a
2025-08-20T23:05:46.3091340Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/facebookoauth=/tmp/go-build3700090427/b1294/_pkg_.a
2025-08-20T23:05:46.3092249Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/faceplusplus=/tmp/go-build3700090427/b1295/_pkg_.a
2025-08-20T23:05:46.3093135Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastforex=/tmp/go-build3700090427/b1296/_pkg_.a
2025-08-20T23:05:46.3094054Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fastlypersonaltoken=/tmp/go-build3700090427/b1297/_pkg_.a
2025-08-20T23:05:46.3094965Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/feedier=/tmp/go-build3700090427/b1298/_pkg_.a
2025-08-20T23:05:46.3095950Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fetchrss=/tmp/go-build3700090427/b1299/_pkg_.a
2025-08-20T23:05:46.3096820Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fibery=/tmp/go-build3700090427/b1300/_pkg_.a
2025-08-20T23:05:46.3097778Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v1=/tmp/go-build3700090427/b1301/_pkg_.a
2025-08-20T23:05:46.3098835Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/figmapersonalaccesstoken/v2=/tmp/go-build3700090427/b1302/_pkg_.a
2025-08-20T23:05:46.3100045Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fileio=/tmp/go-build3700090427/b1303/_pkg_.a
2025-08-20T23:05:46.3100913Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finage=/tmp/go-build3700090427/b1304/_pkg_.a
2025-08-20T23:05:46.3101845Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/financialmodelingprep=/tmp/go-build3700090427/b1305/_pkg_.a
2025-08-20T23:05:46.3102753Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/findl=/tmp/go-build3700090427/b1306/_pkg_.a
2025-08-20T23:05:46.3103597Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/finnhub=/tmp/go-build3700090427/b1307/_pkg_.a
2025-08-20T23:05:46.3104456Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fixerio=/tmp/go-build3700090427/b1308/_pkg_.a
2025-08-20T23:05:46.3105307Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flatio=/tmp/go-build3700090427/b1309/_pkg_.a
2025-08-20T23:05:46.3106165Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fleetbase=/tmp/go-build3700090427/b1310/_pkg_.a
2025-08-20T23:05:46.3107034Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flexport=/tmp/go-build3700090427/b1311/_pkg_.a
2025-08-20T23:05:46.3107883Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flickr=/tmp/go-build3700090427/b1312/_pkg_.a
2025-08-20T23:05:46.3108748Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightapi=/tmp/go-build3700090427/b1313/_pkg_.a
2025-08-20T23:05:46.3109734Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightlabs=/tmp/go-build3700090427/b1314/_pkg_.a
2025-08-20T23:05:46.3110762Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flightstats=/tmp/go-build3700090427/b1315/_pkg_.a
2025-08-20T23:05:46.3111636Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/float=/tmp/go-build3700090427/b1316/_pkg_.a
2025-08-20T23:05:46.3112481Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flowflu=/tmp/go-build3700090427/b1317/_pkg_.a
2025-08-20T23:05:46.3113511Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/flutterwave=/tmp/go-build3700090427/b1318/_pkg_.a
2025-08-20T23:05:46.3114387Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fmfw=/tmp/go-build3700090427/b1319/_pkg_.a
2025-08-20T23:05:46.3115243Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formbucket=/tmp/go-build3700090427/b1320/_pkg_.a
2025-08-20T23:05:46.3116127Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formcraft=/tmp/go-build3700090427/b1321/_pkg_.a
2025-08-20T23:05:46.3116984Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formio=/tmp/go-build3700090427/b1322/_pkg_.a
2025-08-20T23:05:46.3117838Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/formsite=/tmp/go-build3700090427/b1323/_pkg_.a
2025-08-20T23:05:46.3118713Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/foursquare=/tmp/go-build3700090427/b1324/_pkg_.a
2025-08-20T23:05:46.3119705Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/frameio=/tmp/go-build3700090427/b1325/_pkg_.a
2025-08-20T23:05:46.3120571Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshbooks=/tmp/go-build3700090427/b1326/_pkg_.a
2025-08-20T23:05:46.3121451Z [00:04:31.543]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/freshdesk=/tmp/go-build3700090427/b1327/_pkg_.a
2025-08-20T23:05:46.3122304Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/front=/tmp/go-build3700090427/b1328/_pkg_.a
2025-08-20T23:05:46.3123137Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ftp=/tmp/go-build3700090427/b1329/_pkg_.a
2025-08-20T23:05:46.3124316Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fulcrum=/tmp/go-build3700090427/b1331/_pkg_.a
2025-08-20T23:05:46.3125220Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v1=/tmp/go-build3700090427/b1332/_pkg_.a
2025-08-20T23:05:46.3126117Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fullstory/v2=/tmp/go-build3700090427/b1333/_pkg_.a
2025-08-20T23:05:46.3126993Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/fxmarket=/tmp/go-build3700090427/b1334/_pkg_.a
2025-08-20T23:05:46.3127840Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcp=/tmp/go-build3700090427/b1335/_pkg_.a
2025-08-20T23:05:46.3128811Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gcpapplicationdefaultcredentials=/tmp/go-build3700090427/b1336/_pkg_.a
2025-08-20T23:05:46.3129905Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geckoboard=/tmp/go-build3700090427/b1337/_pkg_.a
2025-08-20T23:05:46.3130777Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gemini=/tmp/go-build3700090427/b1338/_pkg_.a
2025-08-20T23:05:46.3131619Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gengo=/tmp/go-build3700090427/b1339/_pkg_.a
2025-08-20T23:05:46.3132464Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoapify=/tmp/go-build3700090427/b1340/_pkg_.a
2025-08-20T23:05:46.3133458Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocode=/tmp/go-build3700090427/b1341/_pkg_.a
2025-08-20T23:05:46.3134318Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodify=/tmp/go-build3700090427/b1342/_pkg_.a
2025-08-20T23:05:46.3135180Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geocodio=/tmp/go-build3700090427/b1343/_pkg_.a
2025-08-20T23:05:46.3136145Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/geoipifi=/tmp/go-build3700090427/b1344/_pkg_.a
2025-08-20T23:05:46.3137017Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgeoapi=/tmp/go-build3700090427/b1345/_pkg_.a
2025-08-20T23:05:46.3137879Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getgist=/tmp/go-build3700090427/b1346/_pkg_.a
2025-08-20T23:05:46.3138756Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getresponse=/tmp/go-build3700090427/b1347/_pkg_.a
2025-08-20T23:05:46.3139894Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/getsandbox=/tmp/go-build3700090427/b1348/_pkg_.a
2025-08-20T23:05:46.3140810Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v1=/tmp/go-build3700090427/b1349/_pkg_.a
2025-08-20T23:05:46.3141717Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github/v2=/tmp/go-build3700090427/b1350/_pkg_.a
2025-08-20T23:05:46.3142613Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/github_oauth2=/tmp/go-build3700090427/b1351/_pkg_.a
2025-08-20T23:05:46.3143499Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/githubapp=/tmp/go-build3700090427/b1355/_pkg_.a
2025-08-20T23:05:46.3144368Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v1=/tmp/go-build3700090427/b1356/_pkg_.a
2025-08-20T23:05:46.3145250Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitlab/v2=/tmp/go-build3700090427/b1357/_pkg_.a
2025-08-20T23:05:46.3146126Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gitter=/tmp/go-build3700090427/b1358/_pkg_.a
2025-08-20T23:05:46.3146991Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/glassnode=/tmp/go-build3700090427/b1359/_pkg_.a
2025-08-20T23:05:46.3147869Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocanvas=/tmp/go-build3700090427/b1360/_pkg_.a
2025-08-20T23:05:46.3148753Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gocardless=/tmp/go-build3700090427/b1361/_pkg_.a
2025-08-20T23:05:46.3149762Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v1=/tmp/go-build3700090427/b1362/_pkg_.a
2025-08-20T23:05:46.3150650Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/godaddy/v2=/tmp/go-build3700090427/b1363/_pkg_.a
2025-08-20T23:05:46.3151518Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/goodday=/tmp/go-build3700090427/b1364/_pkg_.a
2025-08-20T23:05:46.3152401Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/googleoauth2=/tmp/go-build3700090427/b1365/_pkg_.a
2025-08-20T23:05:46.3153281Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafana=/tmp/go-build3700090427/b1366/_pkg_.a
2025-08-20T23:05:46.3154221Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/grafanaserviceaccount=/tmp/go-build3700090427/b1367/_pkg_.a
2025-08-20T23:05:46.3155154Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphcms=/tmp/go-build3700090427/b1368/_pkg_.a
2025-08-20T23:05:46.3156185Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/graphhopper=/tmp/go-build3700090427/b1369/_pkg_.a
2025-08-20T23:05:46.3157064Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groovehq=/tmp/go-build3700090427/b1370/_pkg_.a
2025-08-20T23:05:46.3157908Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/groq=/tmp/go-build3700090427/b1371/_pkg_.a
2025-08-20T23:05:46.3158752Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gtmetrix=/tmp/go-build3700090427/b1372/_pkg_.a
2025-08-20T23:05:46.3159857Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/guardianapi=/tmp/go-build3700090427/b1373/_pkg_.a
2025-08-20T23:05:46.3160746Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gumroad=/tmp/go-build3700090427/b1374/_pkg_.a
2025-08-20T23:05:46.3161599Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/gyazo=/tmp/go-build3700090427/b1375/_pkg_.a
2025-08-20T23:05:46.3162478Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/happyscribe=/tmp/go-build3700090427/b1376/_pkg_.a
2025-08-20T23:05:46.3163351Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harness=/tmp/go-build3700090427/b1377/_pkg_.a
2025-08-20T23:05:46.3164206Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/harvest=/tmp/go-build3700090427/b1378/_pkg_.a
2025-08-20T23:05:46.3165126Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hashicorpvaultauth=/tmp/go-build3700090427/b1379/_pkg_.a
2025-08-20T23:05:46.3166033Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hasura=/tmp/go-build3700090427/b1380/_pkg_.a
2025-08-20T23:05:46.3166895Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hellosign=/tmp/go-build3700090427/b1381/_pkg_.a
2025-08-20T23:05:46.3167781Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpcrunch=/tmp/go-build3700090427/b1382/_pkg_.a
2025-08-20T23:05:46.3168660Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/helpscout=/tmp/go-build3700090427/b1383/_pkg_.a
2025-08-20T23:05:46.3169635Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hereapi=/tmp/go-build3700090427/b1384/_pkg_.a
2025-08-20T23:05:46.3170508Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v1=/tmp/go-build3700090427/b1385/_pkg_.a
2025-08-20T23:05:46.3171377Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/heroku/v2=/tmp/go-build3700090427/b1386/_pkg_.a
2025-08-20T23:05:46.3172240Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hiveage=/tmp/go-build3700090427/b1387/_pkg_.a
2025-08-20T23:05:46.3173111Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holidayapi=/tmp/go-build3700090427/b1388/_pkg_.a
2025-08-20T23:05:46.3173994Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/holistic=/tmp/go-build3700090427/b1389/_pkg_.a
2025-08-20T23:05:46.3174860Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/honeycomb=/tmp/go-build3700090427/b1390/_pkg_.a
2025-08-20T23:05:46.3175726Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/host=/tmp/go-build3700090427/b1391/_pkg_.a
2025-08-20T23:05:46.3176592Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/html2pdf=/tmp/go-build3700090427/b1392/_pkg_.a
2025-08-20T23:05:46.3177505Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v1=/tmp/go-build3700090427/b1393/_pkg_.a
2025-08-20T23:05:46.3178698Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hubspot_apikey/v2=/tmp/go-build3700090427/b1394/_pkg_.a
2025-08-20T23:05:46.3180065Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/huggingface=/tmp/go-build3700090427/b1395/_pkg_.a
2025-08-20T23:05:46.3180962Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/humanity=/tmp/go-build3700090427/b1396/_pkg_.a
2025-08-20T23:05:46.3181826Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hunter=/tmp/go-build3700090427/b1397/_pkg_.a
2025-08-20T23:05:46.3182827Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hybiscus=/tmp/go-build3700090427/b1398/_pkg_.a
2025-08-20T23:05:46.3183716Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/hypertrack=/tmp/go-build3700090427/b1399/_pkg_.a
2025-08-20T23:05:46.3184602Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iconfinder=/tmp/go-build3700090427/b1400/_pkg_.a
2025-08-20T23:05:46.3185480Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexapis=/tmp/go-build3700090427/b1401/_pkg_.a
2025-08-20T23:05:46.3186342Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/iexcloud=/tmp/go-build3700090427/b1402/_pkg_.a
2025-08-20T23:05:46.3187214Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagekit=/tmp/go-build3700090427/b1403/_pkg_.a
2025-08-20T23:05:46.3188074Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/imagga=/tmp/go-build3700090427/b1404/_pkg_.a
2025-08-20T23:05:46.3188933Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/impala=/tmp/go-build3700090427/b1405/_pkg_.a
2025-08-20T23:05:46.3189929Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/infura=/tmp/go-build3700090427/b1406/_pkg_.a
2025-08-20T23:05:46.3190795Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly=/tmp/go-build3700090427/b1407/_pkg_.a
2025-08-20T23:05:46.3191675Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instabot=/tmp/go-build3700090427/b1408/_pkg_.a
2025-08-20T23:05:46.3192543Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/instamojo=/tmp/go-build3700090427/b1409/_pkg_.a
2025-08-20T23:05:46.3193414Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom=/tmp/go-build3700090427/b1410/_pkg_.a
2025-08-20T23:05:46.3194302Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller=/tmp/go-build3700090427/b1411/_pkg_.a
2025-08-20T23:05:46.3195173Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intra42=/tmp/go-build3700090427/b1412/_pkg_.a
2025-08-20T23:05:46.3196030Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio=/tmp/go-build3700090427/b1413/_pkg_.a
2025-08-20T23:05:46.3196921Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean=/tmp/go-build3700090427/b1414/_pkg_.a
2025-08-20T23:05:46.3197818Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ip2location=/tmp/go-build3700090427/b1415/_pkg_.a
2025-08-20T23:05:46.3198686Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi=/tmp/go-build3700090427/b1416/_pkg_.a
2025-08-20T23:05:46.3199684Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipgeolocation=/tmp/go-build3700090427/b1417/_pkg_.a
2025-08-20T23:05:46.3200577Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipinfodb=/tmp/go-build3700090427/b1418/_pkg_.a
2025-08-20T23:05:46.3201451Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipquality=/tmp/go-build3700090427/b1419/_pkg_.a
2025-08-20T23:05:46.3202472Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipstack=/tmp/go-build3700090427/b1420/_pkg_.a
2025-08-20T23:05:46.3203319Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jdbc=/tmp/go-build3700090427/b1421/_pkg_.a
2025-08-20T23:05:46.3204190Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v1=/tmp/go-build3700090427/b1438/_pkg_.a
2025-08-20T23:05:46.3205090Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jiratoken/v2=/tmp/go-build3700090427/b1439/_pkg_.a
2025-08-20T23:05:46.3206084Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jotform=/tmp/go-build3700090427/b1440/_pkg_.a
2025-08-20T23:05:46.3206959Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jumpcloud=/tmp/go-build3700090427/b1441/_pkg_.a
2025-08-20T23:05:46.3207842Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/jupiterone=/tmp/go-build3700090427/b1442/_pkg_.a
2025-08-20T23:05:46.3208712Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/juro=/tmp/go-build3700090427/b1443/_pkg_.a
2025-08-20T23:05:46.3209676Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanban=/tmp/go-build3700090427/b1444/_pkg_.a
2025-08-20T23:05:46.3210548Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kanbantool=/tmp/go-build3700090427/b1445/_pkg_.a
2025-08-20T23:05:46.3211427Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/karmacrm=/tmp/go-build3700090427/b1446/_pkg_.a
2025-08-20T23:05:46.3212283Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/keenio=/tmp/go-build3700090427/b1447/_pkg_.a
2025-08-20T23:05:46.3213133Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kickbox=/tmp/go-build3700090427/b1448/_pkg_.a
2025-08-20T23:05:46.3213992Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klaviyo=/tmp/go-build3700090427/b1449/_pkg_.a
2025-08-20T23:05:46.3214860Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/klipfolio=/tmp/go-build3700090427/b1450/_pkg_.a
2025-08-20T23:05:46.3215749Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/knapsackpro=/tmp/go-build3700090427/b1451/_pkg_.a
2025-08-20T23:05:46.3216626Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kontent=/tmp/go-build3700090427/b1452/_pkg_.a
2025-08-20T23:05:46.3217476Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kraken=/tmp/go-build3700090427/b1453/_pkg_.a
2025-08-20T23:05:46.3218322Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kucoin=/tmp/go-build3700090427/b1454/_pkg_.a
2025-08-20T23:05:46.3219177Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/kylas=/tmp/go-build3700090427/b1455/_pkg_.a
2025-08-20T23:05:46.3220257Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langfuse=/tmp/go-build3700090427/b1456/_pkg_.a
2025-08-20T23:05:46.3221132Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/langsmith=/tmp/go-build3700090427/b1457/_pkg_.a
2025-08-20T23:05:46.3222032Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/languagelayer=/tmp/go-build3700090427/b1458/_pkg_.a
2025-08-20T23:05:46.3222944Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuite=/tmp/go-build3700090427/b1459/_pkg_.a
2025-08-20T23:05:46.3223860Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/larksuiteapikey=/tmp/go-build3700090427/b1460/_pkg_.a
2025-08-20T23:05:46.3224780Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/launchdarkly=/tmp/go-build3700090427/b1461/_pkg_.a
2025-08-20T23:05:46.3225777Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ldap=/tmp/go-build3700090427/b1462/_pkg_.a
2025-08-20T23:05:46.3226633Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/leadfeeder=/tmp/go-build3700090427/b1466/_pkg_.a
2025-08-20T23:05:46.3227502Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemlist=/tmp/go-build3700090427/b1467/_pkg_.a
2025-08-20T23:05:46.3228492Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lemonsqueezy=/tmp/go-build3700090427/b1468/_pkg_.a
2025-08-20T23:05:46.3229489Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lendflow=/tmp/go-build3700090427/b1469/_pkg_.a
2025-08-20T23:05:46.3230396Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lessannoyingcrm=/tmp/go-build3700090427/b1470/_pkg_.a
2025-08-20T23:05:46.3231299Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lexigram=/tmp/go-build3700090427/b1471/_pkg_.a
2025-08-20T23:05:46.3232169Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linearapi=/tmp/go-build3700090427/b1472/_pkg_.a
2025-08-20T23:05:46.3233046Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linenotify=/tmp/go-build3700090427/b1473/_pkg_.a
2025-08-20T23:05:46.3233933Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/linkpreview=/tmp/go-build3700090427/b1474/_pkg_.a
2025-08-20T23:05:46.3234822Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/liveagent=/tmp/go-build3700090427/b1475/_pkg_.a
2025-08-20T23:05:46.3235692Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/livestorm=/tmp/go-build3700090427/b1476/_pkg_.a
2025-08-20T23:05:46.3236560Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loadmill=/tmp/go-build3700090427/b1477/_pkg_.a
2025-08-20T23:05:46.3237437Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/locationiq=/tmp/go-build3700090427/b1478/_pkg_.a
2025-08-20T23:05:46.3238299Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loggly=/tmp/go-build3700090427/b1479/_pkg_.a
2025-08-20T23:05:46.3239181Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loginradius=/tmp/go-build3700090427/b1480/_pkg_.a
2025-08-20T23:05:46.3240179Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/logzio=/tmp/go-build3700090427/b1481/_pkg_.a
2025-08-20T23:05:46.3241097Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lokalisetoken=/tmp/go-build3700090427/b1482/_pkg_.a
2025-08-20T23:05:46.3241988Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/loyverse=/tmp/go-build3700090427/b1483/_pkg_.a
2025-08-20T23:05:46.3242869Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/lunchmoney=/tmp/go-build3700090427/b1484/_pkg_.a
2025-08-20T23:05:46.3243725Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/luno=/tmp/go-build3700090427/b1485/_pkg_.a
2025-08-20T23:05:46.3244567Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/madkudu=/tmp/go-build3700090427/b1486/_pkg_.a
2025-08-20T23:05:46.3245444Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/magicbell=/tmp/go-build3700090427/b1487/_pkg_.a
2025-08-20T23:05:46.3246332Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailboxlayer=/tmp/go-build3700090427/b1488/_pkg_.a
2025-08-20T23:05:46.3247218Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailchimp=/tmp/go-build3700090427/b1489/_pkg_.a
2025-08-20T23:05:46.3248224Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailerlite=/tmp/go-build3700090427/b1490/_pkg_.a
2025-08-20T23:05:46.3249094Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailgun=/tmp/go-build3700090427/b1491/_pkg_.a
2025-08-20T23:05:46.3250141Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetbasicauth=/tmp/go-build3700090427/b1492/_pkg_.a
2025-08-20T23:05:46.3251057Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailjetsms=/tmp/go-build3700090427/b1493/_pkg_.a
2025-08-20T23:05:46.3252086Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailmodo=/tmp/go-build3700090427/b1494/_pkg_.a
2025-08-20T23:05:46.3252956Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mailsac=/tmp/go-build3700090427/b1495/_pkg_.a
2025-08-20T23:05:46.3253820Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mandrill=/tmp/go-build3700090427/b1496/_pkg_.a
2025-08-20T23:05:46.3254686Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapbox=/tmp/go-build3700090427/b1497/_pkg_.a
2025-08-20T23:05:46.3255543Z [00:04:31.544]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mapquest=/tmp/go-build3700090427/b1498/_pkg_.a
2025-08-20T23:05:46.3256422Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/marketstack=/tmp/go-build3700090427/b1499/_pkg_.a
2025-08-20T23:05:46.3257390Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mattermostpersonaltoken=/tmp/go-build3700090427/b1500/_pkg_.a
2025-08-20T23:05:46.3258337Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mavenlink=/tmp/go-build3700090427/b1501/_pkg_.a
2025-08-20T23:05:46.3259253Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v1=/tmp/go-build3700090427/b1502/_pkg_.a
2025-08-20T23:05:46.3260416Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/maxmindlicense/v2=/tmp/go-build3700090427/b1503/_pkg_.a
2025-08-20T23:05:46.3261341Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meaningcloud=/tmp/go-build3700090427/b1504/_pkg_.a
2025-08-20T23:05:46.3262233Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mediastack=/tmp/go-build3700090427/b1505/_pkg_.a
2025-08-20T23:05:46.3263125Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meistertask=/tmp/go-build3700090427/b1506/_pkg_.a
2025-08-20T23:05:46.3263989Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/meraki=/tmp/go-build3700090427/b1507/_pkg_.a
2025-08-20T23:05:46.3264834Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mesibo=/tmp/go-build3700090427/b1508/_pkg_.a
2025-08-20T23:05:46.3265712Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/messagebird=/tmp/go-build3700090427/b1509/_pkg_.a
2025-08-20T23:05:46.3266585Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metaapi=/tmp/go-build3700090427/b1510/_pkg_.a
2025-08-20T23:05:46.3267444Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metabase=/tmp/go-build3700090427/b1511/_pkg_.a
2025-08-20T23:05:46.3268306Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/metrilo=/tmp/go-build3700090427/b1512/_pkg_.a
2025-08-20T23:05:46.3269250Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/microsoftteamswebhook=/tmp/go-build3700090427/b1513/_pkg_.a
2025-08-20T23:05:46.3270291Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mindmeister=/tmp/go-build3700090427/b1514/_pkg_.a
2025-08-20T23:05:46.3271152Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/miro=/tmp/go-build3700090427/b1515/_pkg_.a
2025-08-20T23:05:46.3272119Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mite=/tmp/go-build3700090427/b1516/_pkg_.a
2025-08-20T23:05:46.3272955Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mixmax=/tmp/go-build3700090427/b1517/_pkg_.a
2025-08-20T23:05:46.3273809Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mockaroo=/tmp/go-build3700090427/b1518/_pkg_.a
2025-08-20T23:05:46.3274817Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moderation=/tmp/go-build3700090427/b1519/_pkg_.a
2025-08-20T23:05:46.3275692Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monday=/tmp/go-build3700090427/b1520/_pkg_.a
2025-08-20T23:05:46.3276543Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mongodb=/tmp/go-build3700090427/b1521/_pkg_.a
2025-08-20T23:05:46.3277427Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/monkeylearn=/tmp/go-build3700090427/b1576/_pkg_.a
2025-08-20T23:05:46.3278317Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moonclerk=/tmp/go-build3700090427/b1577/_pkg_.a
2025-08-20T23:05:46.3280082Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moosend=/tmp/go-build3700090427/b1578/_pkg_.a
2025-08-20T23:05:46.3281737Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/moralis=/tmp/go-build3700090427/b1579/_pkg_.a
2025-08-20T23:05:46.3283385Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mrticktock=/tmp/go-build3700090427/b1580/_pkg_.a
2025-08-20T23:05:46.3285008Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/mux=/tmp/go-build3700090427/b1581/_pkg_.a
2025-08-20T23:05:46.3286661Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myfreshworks=/tmp/go-build3700090427/b1582/_pkg_.a
2025-08-20T23:05:46.3288391Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/myintervals=/tmp/go-build3700090427/b1583/_pkg_.a
2025-08-20T23:05:46.3301838Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nethunt=/tmp/go-build3700090427/b1584/_pkg_.a
2025-08-20T23:05:46.3302917Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v1=/tmp/go-build3700090427/b1585/_pkg_.a
2025-08-20T23:05:46.3303853Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netlify/v2=/tmp/go-build3700090427/b1586/_pkg_.a
2025-08-20T23:05:46.3304736Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/netsuite=/tmp/go-build3700090427/b1587/_pkg_.a
2025-08-20T23:05:46.3305622Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/neutrinoapi=/tmp/go-build3700090427/b1588/_pkg_.a
2025-08-20T23:05:46.3306607Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newrelicpersonalapikey=/tmp/go-build3700090427/b1589/_pkg_.a
2025-08-20T23:05:46.3307550Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newsapi=/tmp/go-build3700090427/b1590/_pkg_.a
2025-08-20T23:05:46.3308460Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/newscatcher=/tmp/go-build3700090427/b1591/_pkg_.a
2025-08-20T23:05:46.3309500Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nexmoapikey=/tmp/go-build3700090427/b1592/_pkg_.a
2025-08-20T23:05:46.3310387Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nftport=/tmp/go-build3700090427/b1593/_pkg_.a
2025-08-20T23:05:46.3311236Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngc=/tmp/go-build3700090427/b1594/_pkg_.a
2025-08-20T23:05:46.3312278Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ngrok=/tmp/go-build3700090427/b1595/_pkg_.a
2025-08-20T23:05:46.3313158Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nicereply=/tmp/go-build3700090427/b1596/_pkg_.a
2025-08-20T23:05:46.3314041Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nightfall=/tmp/go-build3700090427/b1597/_pkg_.a
2025-08-20T23:05:46.3315090Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nimble=/tmp/go-build3700090427/b1598/_pkg_.a
2025-08-20T23:05:46.3315976Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/noticeable=/tmp/go-build3700090427/b1599/_pkg_.a
2025-08-20T23:05:46.3316833Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/notion=/tmp/go-build3700090427/b1600/_pkg_.a
2025-08-20T23:05:46.3317697Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nozbeteams=/tmp/go-build3700090427/b1601/_pkg_.a
2025-08-20T23:05:46.3318572Z [00:04:31.545]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtoken=/tmp/go-build3700090427/b1602/_pkg_.a
2025-08-20T23:05:46.3319547Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/npmtokenv2=/tmp/go-build3700090427/b1603/_pkg_.a
2025-08-20T23:05:46.3320436Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nugetapikey=/tmp/go-build3700090427/b1604/_pkg_.a
2025-08-20T23:05:46.3321324Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/numverify=/tmp/go-build3700090427/b1605/_pkg_.a
2025-08-20T23:05:46.3322203Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nutritionix=/tmp/go-build3700090427/b1606/_pkg_.a
2025-08-20T23:05:46.3323077Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nvapi=/tmp/go-build3700090427/b1607/_pkg_.a
2025-08-20T23:05:46.3323929Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/nylas=/tmp/go-build3700090427/b1608/_pkg_.a
2025-08-20T23:05:46.3324749Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oanda=/tmp/go-build3700090427/b1609/_pkg_.a
2025-08-20T23:05:46.3325575Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/okta=/tmp/go-build3700090427/b1610/_pkg_.a
2025-08-20T23:05:46.3326428Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/omnisend=/tmp/go-build3700090427/b1611/_pkg_.a
2025-08-20T23:05:46.3327295Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk=/tmp/go-build3700090427/b1612/_pkg_.a
2025-08-20T23:05:46.3328154Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin=/tmp/go-build3700090427/b1613/_pkg_.a
2025-08-20T23:05:46.3329051Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm=/tmp/go-build3700090427/b1614/_pkg_.a
2025-08-20T23:05:46.3330100Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal=/tmp/go-build3700090427/b1615/_pkg_.a
2025-08-20T23:05:46.3330969Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onfleet=/tmp/go-build3700090427/b1616/_pkg_.a
2025-08-20T23:05:46.3331824Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam=/tmp/go-build3700090427/b1617/_pkg_.a
2025-08-20T23:05:46.3332682Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openai=/tmp/go-build3700090427/b1618/_pkg_.a
2025-08-20T23:05:46.3333564Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata=/tmp/go-build3700090427/b1619/_pkg_.a
2025-08-20T23:05:46.3334440Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openuv=/tmp/go-build3700090427/b1620/_pkg_.a
2025-08-20T23:05:46.3335425Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openvpn=/tmp/go-build3700090427/b1621/_pkg_.a
2025-08-20T23:05:46.3336302Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/openweather=/tmp/go-build3700090427/b1622/_pkg_.a
2025-08-20T23:05:46.3337187Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opsgenie=/tmp/go-build3700090427/b1623/_pkg_.a
2025-08-20T23:05:46.3338164Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/optimizely=/tmp/go-build3700090427/b1624/_pkg_.a
2025-08-20T23:05:46.3339049Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/overloop=/tmp/go-build3700090427/b1625/_pkg_.a
2025-08-20T23:05:46.3340152Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/owlbot=/tmp/go-build3700090427/b1626/_pkg_.a
2025-08-20T23:05:46.3341070Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/packagecloud=/tmp/go-build3700090427/b1627/_pkg_.a
2025-08-20T23:05:46.3341948Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagarme=/tmp/go-build3700090427/b1628/_pkg_.a
2025-08-20T23:05:46.3342845Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pagerdutyapikey=/tmp/go-build3700090427/b1629/_pkg_.a
2025-08-20T23:05:46.3343757Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandadoc=/tmp/go-build3700090427/b1630/_pkg_.a
2025-08-20T23:05:46.3344638Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pandascore=/tmp/go-build3700090427/b1631/_pkg_.a
2025-08-20T23:05:46.3345516Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paperform=/tmp/go-build3700090427/b1632/_pkg_.a
2025-08-20T23:05:46.3346411Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paralleldots=/tmp/go-build3700090427/b1633/_pkg_.a
2025-08-20T23:05:46.3347289Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsehub=/tmp/go-build3700090427/b1634/_pkg_.a
2025-08-20T23:05:46.3348144Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parsers=/tmp/go-build3700090427/b1635/_pkg_.a
2025-08-20T23:05:46.3349004Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/parseur=/tmp/go-build3700090427/b1636/_pkg_.a
2025-08-20T23:05:46.3350015Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/partnerstack=/tmp/go-build3700090427/b1637/_pkg_.a
2025-08-20T23:05:46.3350896Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pastebin=/tmp/go-build3700090427/b1638/_pkg_.a
2025-08-20T23:05:46.3351770Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paydirtapp=/tmp/go-build3700090427/b1639/_pkg_.a
2025-08-20T23:05:46.3352654Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymoapp=/tmp/go-build3700090427/b1640/_pkg_.a
2025-08-20T23:05:46.3353512Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paymongo=/tmp/go-build3700090427/b1641/_pkg_.a
2025-08-20T23:05:46.3354389Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paypaloauth=/tmp/go-build3700090427/b1642/_pkg_.a
2025-08-20T23:05:46.3355269Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/paystack=/tmp/go-build3700090427/b1643/_pkg_.a
2025-08-20T23:05:46.3356132Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdflayer=/tmp/go-build3700090427/b1644/_pkg_.a
2025-08-20T23:05:46.3356988Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pdfshift=/tmp/go-build3700090427/b1645/_pkg_.a
2025-08-20T23:05:46.3358021Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/peopledatalabs=/tmp/go-build3700090427/b1646/_pkg_.a
2025-08-20T23:05:46.3358925Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pepipost=/tmp/go-build3700090427/b1647/_pkg_.a
2025-08-20T23:05:46.3359882Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/percy=/tmp/go-build3700090427/b1648/_pkg_.a
2025-08-20T23:05:46.3360899Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/phraseaccesstoken=/tmp/go-build3700090427/b1649/_pkg_.a
2025-08-20T23:05:46.3361811Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pinata=/tmp/go-build3700090427/b1650/_pkg_.a
2025-08-20T23:05:46.3362680Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedream=/tmp/go-build3700090427/b1651/_pkg_.a
2025-08-20T23:05:46.3363566Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pipedrive=/tmp/go-build3700090427/b1652/_pkg_.a
2025-08-20T23:05:46.3364466Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pivotaltracker=/tmp/go-build3700090427/b1653/_pkg_.a
2025-08-20T23:05:46.3365359Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pixabay=/tmp/go-build3700090427/b1654/_pkg_.a
2025-08-20T23:05:46.3366221Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plaidkey=/tmp/go-build3700090427/b1655/_pkg_.a
2025-08-20T23:05:46.3367106Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscale=/tmp/go-build3700090427/b1656/_pkg_.a
2025-08-20T23:05:46.3368005Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planetscaledb=/tmp/go-build3700090427/b1657/_pkg_.a
2025-08-20T23:05:46.3368929Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planviewleankit=/tmp/go-build3700090427/b1658/_pkg_.a
2025-08-20T23:05:46.3369928Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/planyo=/tmp/go-build3700090427/b1659/_pkg_.a
2025-08-20T23:05:46.3370769Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/plivo=/tmp/go-build3700090427/b1660/_pkg_.a
2025-08-20T23:05:46.3371598Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/podio=/tmp/go-build3700090427/b1661/_pkg_.a
2025-08-20T23:05:46.3372453Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pollsapi=/tmp/go-build3700090427/b1662/_pkg_.a
2025-08-20T23:05:46.3373318Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/poloniex=/tmp/go-build3700090427/b1663/_pkg_.a
2025-08-20T23:05:46.3374175Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/polygon=/tmp/go-build3700090427/b1664/_pkg_.a
2025-08-20T23:05:46.3375183Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainer=/tmp/go-build3700090427/b1665/_pkg_.a
2025-08-20T23:05:46.3376453Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/portainertoken=/tmp/go-build3700090427/b1666/_pkg_.a
2025-08-20T23:05:46.3377369Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/positionstack=/tmp/go-build3700090427/b1667/_pkg_.a
2025-08-20T23:05:46.3378274Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postageapp=/tmp/go-build3700090427/b1668/_pkg_.a
2025-08-20T23:05:46.3379220Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postbacks=/tmp/go-build3700090427/b1669/_pkg_.a
2025-08-20T23:05:46.3380406Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postgres=/tmp/go-build3700090427/b1670/_pkg_.a
2025-08-20T23:05:46.3381266Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/posthog=/tmp/go-build3700090427/b1671/_pkg_.a
2025-08-20T23:05:46.3382132Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postman=/tmp/go-build3700090427/b1672/_pkg_.a
2025-08-20T23:05:46.3382992Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/postmark=/tmp/go-build3700090427/b1673/_pkg_.a
2025-08-20T23:05:46.3383844Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/powrbot=/tmp/go-build3700090427/b1674/_pkg_.a
2025-08-20T23:05:46.3384830Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prefect=/tmp/go-build3700090427/b1675/_pkg_.a
2025-08-20T23:05:46.3385684Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privacy=/tmp/go-build3700090427/b1676/_pkg_.a
2025-08-20T23:05:46.3386545Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/privatekey=/tmp/go-build3700090427/b319/_pkg_.a
2025-08-20T23:05:46.3387418Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prodpad=/tmp/go-build3700090427/b1677/_pkg_.a
2025-08-20T23:05:46.3388297Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/prospectcrm=/tmp/go-build3700090427/b1678/_pkg_.a
2025-08-20T23:05:46.3389188Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/protocolsio=/tmp/go-build3700090427/b1679/_pkg_.a
2025-08-20T23:05:46.3390374Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/proxycrawl=/tmp/go-build3700090427/b1680/_pkg_.a
2025-08-20T23:05:46.3391301Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubpublishkey=/tmp/go-build3700090427/b1681/_pkg_.a
2025-08-20T23:05:46.3392279Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pubnubsubscriptionkey=/tmp/go-build3700090427/b1682/_pkg_.a
2025-08-20T23:05:46.3393212Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pulumi=/tmp/go-build3700090427/b1683/_pkg_.a
2025-08-20T23:05:46.3394074Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/purestake=/tmp/go-build3700090427/b1684/_pkg_.a
2025-08-20T23:05:46.3394984Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pushbulletapikey=/tmp/go-build3700090427/b1685/_pkg_.a
2025-08-20T23:05:46.3395923Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pusherchannelkey=/tmp/go-build3700090427/b1686/_pkg_.a
2025-08-20T23:05:46.3396803Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/pypi=/tmp/go-build3700090427/b1687/_pkg_.a
2025-08-20T23:05:46.3397628Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qase=/tmp/go-build3700090427/b1688/_pkg_.a
2025-08-20T23:05:46.3398481Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qualaroo=/tmp/go-build3700090427/b1689/_pkg_.a
2025-08-20T23:05:46.3399628Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/qubole=/tmp/go-build3700090427/b1690/_pkg_.a
2025-08-20T23:05:46.3400485Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rabbitmq=/tmp/go-build3700090427/b1691/_pkg_.a
2025-08-20T23:05:46.3401359Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/railwayapp=/tmp/go-build3700090427/b1693/_pkg_.a
2025-08-20T23:05:46.3402224Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ramp=/tmp/go-build3700090427/b1694/_pkg_.a
2025-08-20T23:05:46.3403071Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rapidapi=/tmp/go-build3700090427/b1695/_pkg_.a
2025-08-20T23:05:46.3403906Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rawg=/tmp/go-build3700090427/b1696/_pkg_.a
2025-08-20T23:05:46.3404746Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/razorpay=/tmp/go-build3700090427/b1697/_pkg_.a
2025-08-20T23:05:46.3405617Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reachmail=/tmp/go-build3700090427/b1698/_pkg_.a
2025-08-20T23:05:46.3406474Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/readme=/tmp/go-build3700090427/b1699/_pkg_.a
2025-08-20T23:05:46.3407498Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/reallysimplesystems=/tmp/go-build3700090427/b1700/_pkg_.a
2025-08-20T23:05:46.3408423Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly=/tmp/go-build3700090427/b1701/_pkg_.a
2025-08-20T23:05:46.3409420Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments=/tmp/go-build3700090427/b1702/_pkg_.a
2025-08-20T23:05:46.3410318Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/redis=/tmp/go-build3700090427/b1703/_pkg_.a
2025-08-20T23:05:46.3411159Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner=/tmp/go-build3700090427/b1711/_pkg_.a
2025-08-20T23:05:46.3412010Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman=/tmp/go-build3700090427/b1712/_pkg_.a
2025-08-20T23:05:46.3412878Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr=/tmp/go-build3700090427/b1713/_pkg_.a
2025-08-20T23:05:46.3413761Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replicate=/tmp/go-build3700090427/b1714/_pkg_.a
2025-08-20T23:05:46.3414618Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/replyio=/tmp/go-build3700090427/b1715/_pkg_.a
2025-08-20T23:05:46.3415508Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/requestfinance=/tmp/go-build3700090427/b1716/_pkg_.a
2025-08-20T23:05:46.3416473Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi=/tmp/go-build3700090427/b1717/_pkg_.a
2025-08-20T23:05:46.3417456Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackscreenshotapi=/tmp/go-build3700090427/b1718/_pkg_.a
2025-08-20T23:05:46.3418391Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/revampcrm=/tmp/go-build3700090427/b1719/_pkg_.a
2025-08-20T23:05:46.3419277Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ringcentral=/tmp/go-build3700090427/b1720/_pkg_.a
2025-08-20T23:05:46.3420271Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ritekit=/tmp/go-build3700090427/b1721/_pkg_.a
2025-08-20T23:05:46.3421127Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/roaring=/tmp/go-build3700090427/b1722/_pkg_.a
2025-08-20T23:05:46.3422149Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/robinhoodcrypto=/tmp/go-build3700090427/b1723/_pkg_.a
2025-08-20T23:05:46.3423083Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rocketreach=/tmp/go-build3700090427/b1724/_pkg_.a
2025-08-20T23:05:46.3423963Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rootly=/tmp/go-build3700090427/b1725/_pkg_.a
2025-08-20T23:05:46.3424833Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/route4me=/tmp/go-build3700090427/b1726/_pkg_.a
2025-08-20T23:05:46.3425684Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rownd=/tmp/go-build3700090427/b1727/_pkg_.a
2025-08-20T23:05:46.3426534Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rubygems=/tmp/go-build3700090427/b1728/_pkg_.a
2025-08-20T23:05:46.3427400Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/runrunit=/tmp/go-build3700090427/b1729/_pkg_.a
2025-08-20T23:05:46.3428304Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saladcloudapikey=/tmp/go-build3700090427/b1730/_pkg_.a
2025-08-20T23:05:46.3429245Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesblink=/tmp/go-build3700090427/b1731/_pkg_.a
2025-08-20T23:05:46.3430498Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salescookie=/tmp/go-build3700090427/b1732/_pkg_.a
2025-08-20T23:05:46.3431390Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesflare=/tmp/go-build3700090427/b1733/_pkg_.a
2025-08-20T23:05:46.3432267Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforce=/tmp/go-build3700090427/b1734/_pkg_.a
2025-08-20T23:05:46.3433184Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforceoauth2=/tmp/go-build3700090427/b1735/_pkg_.a
2025-08-20T23:05:46.3434165Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesforcerefreshtoken=/tmp/go-build3700090427/b1736/_pkg_.a
2025-08-20T23:05:46.3435105Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/salesmate=/tmp/go-build3700090427/b1737/_pkg_.a
2025-08-20T23:05:46.3435968Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sanity=/tmp/go-build3700090427/b1738/_pkg_.a
2025-08-20T23:05:46.3436893Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterprojectkey=/tmp/go-build3700090427/b1739/_pkg_.a
2025-08-20T23:05:46.3437868Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/satismeterwritekey=/tmp/go-build3700090427/b1740/_pkg_.a
2025-08-20T23:05:46.3438780Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/saucelabs=/tmp/go-build3700090427/b1741/_pkg_.a
2025-08-20T23:05:46.3439792Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalewaykey=/tmp/go-build3700090427/b1742/_pkg_.a
2025-08-20T23:05:46.3440657Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scalr=/tmp/go-build3700090427/b1743/_pkg_.a
2025-08-20T23:05:46.3441551Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapeowl=/tmp/go-build3700090427/b1744/_pkg_.a
2025-08-20T23:05:46.3442438Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperapi=/tmp/go-build3700090427/b1745/_pkg_.a
2025-08-20T23:05:46.3443319Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scraperbox=/tmp/go-build3700090427/b1746/_pkg_.a
2025-08-20T23:05:46.3444205Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapestack=/tmp/go-build3700090427/b1747/_pkg_.a
2025-08-20T23:05:46.3445234Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapfly=/tmp/go-build3700090427/b1748/_pkg_.a
2025-08-20T23:05:46.3446116Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingant=/tmp/go-build3700090427/b1749/_pkg_.a
2025-08-20T23:05:46.3447003Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrapingbee=/tmp/go-build3700090427/b1750/_pkg_.a
2025-08-20T23:05:46.3447911Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotapi=/tmp/go-build3700090427/b1751/_pkg_.a
2025-08-20T23:05:46.3448848Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/screenshotlayer=/tmp/go-build3700090427/b1752/_pkg_.a
2025-08-20T23:05:46.3449918Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/scrutinizerci=/tmp/go-build3700090427/b1753/_pkg_.a
2025-08-20T23:05:46.3450843Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/securitytrails=/tmp/go-build3700090427/b1754/_pkg_.a
2025-08-20T23:05:46.3451754Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/segmentapikey=/tmp/go-build3700090427/b1755/_pkg_.a
2025-08-20T23:05:46.3452644Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/selectpdf=/tmp/go-build3700090427/b1756/_pkg_.a
2025-08-20T23:05:46.3453654Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/semaphore=/tmp/go-build3700090427/b1757/_pkg_.a
2025-08-20T23:05:46.3454532Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbird=/tmp/go-build3700090427/b1758/_pkg_.a
2025-08-20T23:05:46.3455480Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendbirdorganizationapi=/tmp/go-build3700090427/b1759/_pkg_.a
2025-08-20T23:05:46.3456436Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendgrid=/tmp/go-build3700090427/b1760/_pkg_.a
2025-08-20T23:05:46.3457319Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sendinbluev2=/tmp/go-build3700090427/b1761/_pkg_.a
2025-08-20T23:05:46.3458226Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentryorgtoken=/tmp/go-build3700090427/b1762/_pkg_.a
2025-08-20T23:05:46.3459139Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v1=/tmp/go-build3700090427/b1763/_pkg_.a
2025-08-20T23:05:46.3460204Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sentrytoken/v2=/tmp/go-build3700090427/b1764/_pkg_.a
2025-08-20T23:05:46.3461094Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serphouse=/tmp/go-build3700090427/b1765/_pkg_.a
2025-08-20T23:05:46.3461963Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/serpstack=/tmp/go-build3700090427/b1766/_pkg_.a
2025-08-20T23:05:46.3462829Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sheety=/tmp/go-build3700090427/b1767/_pkg_.a
2025-08-20T23:05:46.3463696Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sherpadesk=/tmp/go-build3700090427/b1768/_pkg_.a
2025-08-20T23:05:46.3464560Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shipday=/tmp/go-build3700090427/b1769/_pkg_.a
2025-08-20T23:05:46.3465431Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shodankey=/tmp/go-build3700090427/b1770/_pkg_.a
2025-08-20T23:05:46.3466292Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shopify=/tmp/go-build3700090427/b1771/_pkg_.a
2025-08-20T23:05:46.3467150Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shortcut=/tmp/go-build3700090427/b1772/_pkg_.a
2025-08-20T23:05:46.3468166Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shotstack=/tmp/go-build3700090427/b1773/_pkg_.a
2025-08-20T23:05:46.3469057Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstock=/tmp/go-build3700090427/b1774/_pkg_.a
2025-08-20T23:05:46.3470243Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/shutterstockoauth=/tmp/go-build3700090427/b1775/_pkg_.a
2025-08-20T23:05:46.3471162Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signable=/tmp/go-build3700090427/b1776/_pkg_.a
2025-08-20T23:05:46.3472031Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signalwire=/tmp/go-build3700090427/b1777/_pkg_.a
2025-08-20T23:05:46.3472905Z [00:04:31.546]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signaturit=/tmp/go-build3700090427/b1778/_pkg_.a
2025-08-20T23:05:46.3473796Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/signupgenius=/tmp/go-build3700090427/b1779/_pkg_.a
2025-08-20T23:05:46.3474667Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sigopt=/tmp/go-build3700090427/b1780/_pkg_.a
2025-08-20T23:05:46.3475513Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simfin=/tmp/go-build3700090427/b1781/_pkg_.a
2025-08-20T23:05:46.3476368Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplesat=/tmp/go-build3700090427/b1782/_pkg_.a
2025-08-20T23:05:46.3477389Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simplynoted=/tmp/go-build3700090427/b1783/_pkg_.a
2025-08-20T23:05:46.3478270Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/simvoly=/tmp/go-build3700090427/b1784/_pkg_.a
2025-08-20T23:05:46.3479145Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sinchmessage=/tmp/go-build3700090427/b1785/_pkg_.a
2025-08-20T23:05:46.3480241Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sirv=/tmp/go-build3700090427/b1786/_pkg_.a
2025-08-20T23:05:46.3481317Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/siteleaf=/tmp/go-build3700090427/b1787/_pkg_.a
2025-08-20T23:05:46.3482408Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skrappio=/tmp/go-build3700090427/b1788/_pkg_.a
2025-08-20T23:05:46.3483426Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/skybiometry=/tmp/go-build3700090427/b1789/_pkg_.a
2025-08-20T23:05:46.3484539Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slack=/tmp/go-build3700090427/b1790/_pkg_.a
2025-08-20T23:05:46.3485557Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/slackwebhook=/tmp/go-build3700090427/b1791/_pkg_.a
2025-08-20T23:05:46.3486610Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartsheets=/tmp/go-build3700090427/b1792/_pkg_.a
2025-08-20T23:05:46.3487652Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smartystreets=/tmp/go-build3700090427/b1793/_pkg_.a
2025-08-20T23:05:46.3488772Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/smooch=/tmp/go-build3700090427/b1794/_pkg_.a
2025-08-20T23:05:46.3489871Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snipcart=/tmp/go-build3700090427/b1795/_pkg_.a
2025-08-20T23:05:46.3490890Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snowflake=/tmp/go-build3700090427/b1796/_pkg_.a
2025-08-20T23:05:46.3491944Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/snykkey=/tmp/go-build3700090427/b1797/_pkg_.a
2025-08-20T23:05:46.3493006Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sonarcloud=/tmp/go-build3700090427/b1798/_pkg_.a
2025-08-20T23:05:46.3494259Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraph=/tmp/go-build3700090427/b1799/_pkg_.a
2025-08-20T23:05:46.3495425Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sourcegraphcody=/tmp/go-build3700090427/b1800/_pkg_.a
2025-08-20T23:05:46.3496474Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/speechtextai=/tmp/go-build3700090427/b1801/_pkg_.a
2025-08-20T23:05:46.3497586Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/splunkobservabilitytoken=/tmp/go-build3700090427/b1802/_pkg_.a
2025-08-20T23:05:46.3498833Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/spoonacular=/tmp/go-build3700090427/b1803/_pkg_.a
2025-08-20T23:05:46.3499966Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sportsmonk=/tmp/go-build3700090427/b1804/_pkg_.a
2025-08-20T23:05:46.3501011Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sqlserver=/tmp/go-build3700090427/b1805/_pkg_.a
2025-08-20T23:05:46.3502124Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/square=/tmp/go-build3700090427/b1806/_pkg_.a
2025-08-20T23:05:46.3503143Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareapp=/tmp/go-build3700090427/b1807/_pkg_.a
2025-08-20T23:05:46.3504308Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squarespace=/tmp/go-build3700090427/b1808/_pkg_.a
2025-08-20T23:05:46.3505476Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/squareup=/tmp/go-build3700090427/b1809/_pkg_.a
2025-08-20T23:05:46.3506477Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sslmate=/tmp/go-build3700090427/b1810/_pkg_.a
2025-08-20T23:05:46.3507492Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuscake=/tmp/go-build3700090427/b1811/_pkg_.a
2025-08-20T23:05:46.3508510Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspage=/tmp/go-build3700090427/b1812/_pkg_.a
2025-08-20T23:05:46.3509726Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/statuspal=/tmp/go-build3700090427/b1813/_pkg_.a
2025-08-20T23:05:46.3510781Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata=/tmp/go-build3700090427/b1814/_pkg_.a
2025-08-20T23:05:46.3511794Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata=/tmp/go-build3700090427/b1815/_pkg_.a
2025-08-20T23:05:46.3512929Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove=/tmp/go-build3700090427/b1816/_pkg_.a
2025-08-20T23:05:46.3513955Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard=/tmp/go-build3700090427/b1817/_pkg_.a
2025-08-20T23:05:46.3514968Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass=/tmp/go-build3700090427/b1818/_pkg_.a
2025-08-20T23:05:46.3515968Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok=/tmp/go-build3700090427/b1819/_pkg_.a
2025-08-20T23:05:46.3517197Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblokpersonalaccesstoken=/tmp/go-build3700090427/b1820/_pkg_.a
2025-08-20T23:05:46.3518305Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief=/tmp/go-build3700090427/b1821/_pkg_.a
2025-08-20T23:05:46.3519309Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/strava=/tmp/go-build3700090427/b1822/_pkg_.a
2025-08-20T23:05:46.3520532Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/streak=/tmp/go-build3700090427/b1823/_pkg_.a
2025-08-20T23:05:46.3521741Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripe=/tmp/go-build3700090427/b1824/_pkg_.a
2025-08-20T23:05:46.3522894Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripepaymentintent=/tmp/go-build3700090427/b1825/_pkg_.a
2025-08-20T23:05:46.3523929Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stripo=/tmp/go-build3700090427/b1826/_pkg_.a
2025-08-20T23:05:46.3524824Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stytch=/tmp/go-build3700090427/b1827/_pkg_.a
2025-08-20T23:05:46.3525813Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sugester=/tmp/go-build3700090427/b1828/_pkg_.a
2025-08-20T23:05:46.3526702Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/sumologickey=/tmp/go-build3700090427/b1829/_pkg_.a
2025-08-20T23:05:46.3527747Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supabasetoken=/tmp/go-build3700090427/b1830/_pkg_.a
2025-08-20T23:05:46.3528666Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/supernotesapi=/tmp/go-build3700090427/b1831/_pkg_.a
2025-08-20T23:05:46.3529682Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveyanyplace=/tmp/go-build3700090427/b1832/_pkg_.a
2025-08-20T23:05:46.3530743Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveybot=/tmp/go-build3700090427/b1833/_pkg_.a
2025-08-20T23:05:46.3531797Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/surveysparrow=/tmp/go-build3700090427/b1834/_pkg_.a
2025-08-20T23:05:46.3532694Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/survicate=/tmp/go-build3700090427/b1835/_pkg_.a
2025-08-20T23:05:46.3533561Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swell=/tmp/go-build3700090427/b1836/_pkg_.a
2025-08-20T23:05:46.3534409Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/swiftype=/tmp/go-build3700090427/b1837/_pkg_.a
2025-08-20T23:05:46.3535266Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tableau=/tmp/go-build3700090427/b1838/_pkg_.a
2025-08-20T23:05:46.3536128Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tailscale=/tmp/go-build3700090427/b1839/_pkg_.a
2025-08-20T23:05:46.3536994Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tallyfy=/tmp/go-build3700090427/b1840/_pkg_.a
2025-08-20T23:05:46.3537848Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tatumio=/tmp/go-build3700090427/b1841/_pkg_.a
2025-08-20T23:05:46.3538851Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/taxjar=/tmp/go-build3700090427/b1842/_pkg_.a
2025-08-20T23:05:46.3539837Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamgate=/tmp/go-build3700090427/b1843/_pkg_.a
2025-08-20T23:05:46.3540720Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkcrm=/tmp/go-build3700090427/b1844/_pkg_.a
2025-08-20T23:05:46.3541654Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkdesk=/tmp/go-build3700090427/b1845/_pkg_.a
2025-08-20T23:05:46.3542578Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teamworkspaces=/tmp/go-build3700090427/b1846/_pkg_.a
2025-08-20T23:05:46.3543535Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/technicalanalysisapi=/tmp/go-build3700090427/b1847/_pkg_.a
2025-08-20T23:05:46.3544444Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tefter=/tmp/go-build3700090427/b1848/_pkg_.a
2025-08-20T23:05:46.3545485Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telegrambottoken=/tmp/go-build3700090427/b1849/_pkg_.a
2025-08-20T23:05:46.3546384Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/teletype=/tmp/go-build3700090427/b1850/_pkg_.a
2025-08-20T23:05:46.3547233Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/telnyx=/tmp/go-build3700090427/b1851/_pkg_.a
2025-08-20T23:05:46.3548195Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/terraformcloudpersonaltoken=/tmp/go-build3700090427/b1852/_pkg_.a
2025-08-20T23:05:46.3549162Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/testingbot=/tmp/go-build3700090427/b1853/_pkg_.a
2025-08-20T23:05:46.3550294Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/textmagic=/tmp/go-build3700090427/b1854/_pkg_.a
2025-08-20T23:05:46.3551181Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/theoddsapi=/tmp/go-build3700090427/b1855/_pkg_.a
2025-08-20T23:05:46.3552203Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific=/tmp/go-build3700090427/b1856/_pkg_.a
2025-08-20T23:05:46.3553102Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes=/tmp/go-build3700090427/b1857/_pkg_.a
2025-08-20T23:05:46.3554134Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster=/tmp/go-build3700090427/b1858/_pkg_.a
2025-08-20T23:05:46.3555034Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor=/tmp/go-build3700090427/b1859/_pkg_.a
2025-08-20T23:05:46.3555907Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo=/tmp/go-build3700090427/b1860/_pkg_.a
2025-08-20T23:05:46.3556759Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp=/tmp/go-build3700090427/b1861/_pkg_.a
2025-08-20T23:05:46.3557642Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi=/tmp/go-build3700090427/b1862/_pkg_.a
2025-08-20T23:05:46.3558533Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tineswebhook=/tmp/go-build3700090427/b1863/_pkg_.a
2025-08-20T23:05:46.3559527Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tmetric=/tmp/go-build3700090427/b1864/_pkg_.a
2025-08-20T23:05:46.3560391Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/todoist=/tmp/go-build3700090427/b1865/_pkg_.a
2025-08-20T23:05:46.3561236Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tokeet=/tmp/go-build3700090427/b1866/_pkg_.a
2025-08-20T23:05:46.3562097Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomorrowio=/tmp/go-build3700090427/b1867/_pkg_.a
2025-08-20T23:05:46.3562962Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tomtom=/tmp/go-build3700090427/b1868/_pkg_.a
2025-08-20T23:05:46.3563807Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tradier=/tmp/go-build3700090427/b1869/_pkg_.a
2025-08-20T23:05:46.3564676Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/transferwise=/tmp/go-build3700090427/b1870/_pkg_.a
2025-08-20T23:05:46.3565584Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travelpayouts=/tmp/go-build3700090427/b1871/_pkg_.a
2025-08-20T23:05:46.3566471Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/travisci=/tmp/go-build3700090427/b1872/_pkg_.a
2025-08-20T23:05:46.3567350Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey=/tmp/go-build3700090427/b1873/_pkg_.a
2025-08-20T23:05:46.3568423Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trufflehogenterprise=/tmp/go-build3700090427/b1874/_pkg_.a
2025-08-20T23:05:46.3569463Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata=/tmp/go-build3700090427/b1875/_pkg_.a
2025-08-20T23:05:46.3570329Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio=/tmp/go-build3700090427/b1876/_pkg_.a
2025-08-20T23:05:46.3571209Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilioapikey=/tmp/go-build3700090427/b1877/_pkg_.a
2025-08-20T23:05:46.3572075Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twist=/tmp/go-build3700090427/b1878/_pkg_.a
2025-08-20T23:05:46.3572914Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch=/tmp/go-build3700090427/b1879/_pkg_.a
2025-08-20T23:05:46.3573812Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitchaccesstoken=/tmp/go-build3700090427/b1880/_pkg_.a
2025-08-20T23:05:46.3574734Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v1=/tmp/go-build3700090427/b1881/_pkg_.a
2025-08-20T23:05:46.3575608Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter/v2=/tmp/go-build3700090427/b1882/_pkg_.a
2025-08-20T23:05:46.3576525Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitterconsumerkey=/tmp/go-build3700090427/b1883/_pkg_.a
2025-08-20T23:05:46.3577547Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec=/tmp/go-build3700090427/b1884/_pkg_.a
2025-08-20T23:05:46.3578583Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v1=/tmp/go-build3700090427/b1885/_pkg_.a
2025-08-20T23:05:46.3579586Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform/v2=/tmp/go-build3700090427/b1886/_pkg_.a
2025-08-20T23:05:46.3580474Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typetalk=/tmp/go-build3700090427/b1887/_pkg_.a
2025-08-20T23:05:46.3581330Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ubidots=/tmp/go-build3700090427/b1888/_pkg_.a
2025-08-20T23:05:46.3582210Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uclassify=/tmp/go-build3700090427/b1889/_pkg_.a
2025-08-20T23:05:46.3583079Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unifyid=/tmp/go-build3700090427/b1890/_pkg_.a
2025-08-20T23:05:46.3583928Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unplugg=/tmp/go-build3700090427/b1891/_pkg_.a
2025-08-20T23:05:46.3584785Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/unsplash=/tmp/go-build3700090427/b1892/_pkg_.a
2025-08-20T23:05:46.3585664Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upcdatabase=/tmp/go-build3700090427/b1893/_pkg_.a
2025-08-20T23:05:46.3586530Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uplead=/tmp/go-build3700090427/b1894/_pkg_.a
2025-08-20T23:05:46.3587391Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uploadcare=/tmp/go-build3700090427/b1895/_pkg_.a
2025-08-20T23:05:46.3588276Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uptimerobot=/tmp/go-build3700090427/b1896/_pkg_.a
2025-08-20T23:05:46.3589147Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/upwave=/tmp/go-build3700090427/b1897/_pkg_.a
2025-08-20T23:05:46.3590209Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/uri=/tmp/go-build3700090427/b1898/_pkg_.a
2025-08-20T23:05:46.3591048Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/urlscan=/tmp/go-build3700090427/b1899/_pkg_.a
2025-08-20T23:05:46.3592049Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userflow=/tmp/go-build3700090427/b1900/_pkg_.a
2025-08-20T23:05:46.3592915Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/userstack=/tmp/go-build3700090427/b1901/_pkg_.a
2025-08-20T23:05:46.3593872Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vagrantcloudpersonaltoken=/tmp/go-build3700090427/b1902/_pkg_.a
2025-08-20T23:05:46.3594821Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vatlayer=/tmp/go-build3700090427/b1903/_pkg_.a
2025-08-20T23:05:46.3595667Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vbout=/tmp/go-build3700090427/b1904/_pkg_.a
2025-08-20T23:05:46.3596508Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vercel=/tmp/go-build3700090427/b1905/_pkg_.a
2025-08-20T23:05:46.3597369Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verifier=/tmp/go-build3700090427/b1906/_pkg_.a
2025-08-20T23:05:46.3598224Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/verimail=/tmp/go-build3700090427/b1907/_pkg_.a
2025-08-20T23:05:46.3599094Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/veriphone=/tmp/go-build3700090427/b1908/_pkg_.a
2025-08-20T23:05:46.3600226Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/versioneye=/tmp/go-build3700090427/b1909/_pkg_.a
2025-08-20T23:05:46.3601098Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/viewneo=/tmp/go-build3700090427/b1910/_pkg_.a
2025-08-20T23:05:46.3601961Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/virustotal=/tmp/go-build3700090427/b1911/_pkg_.a
2025-08-20T23:05:46.3602873Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/visualcrossing=/tmp/go-build3700090427/b1912/_pkg_.a
2025-08-20T23:05:46.3603769Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voiceflow=/tmp/go-build3700090427/b1913/_pkg_.a
2025-08-20T23:05:46.3604636Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voicegain=/tmp/go-build3700090427/b1914/_pkg_.a
2025-08-20T23:05:46.3605504Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/voodoosms=/tmp/go-build3700090427/b1915/_pkg_.a
2025-08-20T23:05:46.3606377Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vouchery=/tmp/go-build3700090427/b1916/_pkg_.a
2025-08-20T23:05:46.3607234Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vpnapi=/tmp/go-build3700090427/b1917/_pkg_.a
2025-08-20T23:05:46.3608106Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vultrapikey=/tmp/go-build3700090427/b1918/_pkg_.a
2025-08-20T23:05:46.3608967Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/vyte=/tmp/go-build3700090427/b1919/_pkg_.a
2025-08-20T23:05:46.3609932Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/walkscore=/tmp/go-build3700090427/b1920/_pkg_.a
2025-08-20T23:05:46.3610808Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherbit=/tmp/go-build3700090427/b1921/_pkg_.a
2025-08-20T23:05:46.3611704Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weatherstack=/tmp/go-build3700090427/b1922/_pkg_.a
2025-08-20T23:05:46.3612594Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/web3storage=/tmp/go-build3700090427/b1923/_pkg_.a
2025-08-20T23:05:46.3613453Z [00:04:31.547]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webex=/tmp/go-build3700090427/b1924/_pkg_.a
2025-08-20T23:05:46.3614429Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webexbot=/tmp/go-build3700090427/b1925/_pkg_.a
2025-08-20T23:05:46.3615284Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webflow=/tmp/go-build3700090427/b1926/_pkg_.a
2025-08-20T23:05:46.3616153Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraper=/tmp/go-build3700090427/b1927/_pkg_.a
2025-08-20T23:05:46.3617138Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/webscraping=/tmp/go-build3700090427/b1928/_pkg_.a
2025-08-20T23:05:46.3618042Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/websitepulse=/tmp/go-build3700090427/b1929/_pkg_.a
2025-08-20T23:05:46.3618976Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/weightsandbiases=/tmp/go-build3700090427/b1930/_pkg_.a
2025-08-20T23:05:46.3619985Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/whoxy=/tmp/go-build3700090427/b1931/_pkg_.a
2025-08-20T23:05:46.3620827Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wistia=/tmp/go-build3700090427/b1932/_pkg_.a
2025-08-20T23:05:46.3621657Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wiz=/tmp/go-build3700090427/b1933/_pkg_.a
2025-08-20T23:05:46.3622502Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worksnaps=/tmp/go-build3700090427/b1934/_pkg_.a
2025-08-20T23:05:46.3623380Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/workstack=/tmp/go-build3700090427/b1935/_pkg_.a
2025-08-20T23:05:46.3624282Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldcoinindex=/tmp/go-build3700090427/b1936/_pkg_.a
2025-08-20T23:05:46.3625193Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/worldweather=/tmp/go-build3700090427/b1937/_pkg_.a
2025-08-20T23:05:46.3626066Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/wrike=/tmp/go-build3700090427/b1938/_pkg_.a
2025-08-20T23:05:46.3626890Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/xai=/tmp/go-build3700090427/b1939/_pkg_.a
2025-08-20T23:05:46.3627726Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yandex=/tmp/go-build3700090427/b1940/_pkg_.a
2025-08-20T23:05:46.3628568Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yelp=/tmp/go-build3700090427/b1941/_pkg_.a
2025-08-20T23:05:46.3629660Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youneedabudget=/tmp/go-build3700090427/b1942/_pkg_.a
2025-08-20T23:05:46.3630753Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/yousign=/tmp/go-build3700090427/b1943/_pkg_.a
2025-08-20T23:05:46.3631652Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/youtubeapikey=/tmp/go-build3700090427/b1944/_pkg_.a
2025-08-20T23:05:46.3632548Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zendeskapi=/tmp/go-build3700090427/b1945/_pkg_.a
2025-08-20T23:05:46.3633429Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenkitapi=/tmp/go-build3700090427/b1946/_pkg_.a
2025-08-20T23:05:46.3634295Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenrows=/tmp/go-build3700090427/b1947/_pkg_.a
2025-08-20T23:05:46.3635161Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenscrape=/tmp/go-build3700090427/b1948/_pkg_.a
2025-08-20T23:05:46.3636022Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zenserp=/tmp/go-build3700090427/b1949/_pkg_.a
2025-08-20T23:05:46.3636873Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zeplin=/tmp/go-build3700090427/b1950/_pkg_.a
2025-08-20T23:05:46.3637903Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerobounce=/tmp/go-build3700090427/b1951/_pkg_.a
2025-08-20T23:05:46.3638776Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zerotier=/tmp/go-build3700090427/b1952/_pkg_.a
2025-08-20T23:05:46.3639751Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipapi=/tmp/go-build3700090427/b1953/_pkg_.a
2025-08-20T23:05:46.3640726Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipbooks=/tmp/go-build3700090427/b1954/_pkg_.a
2025-08-20T23:05:46.3641640Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodeapi=/tmp/go-build3700090427/b1955/_pkg_.a
2025-08-20T23:05:46.3642527Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zipcodebase=/tmp/go-build3700090427/b1956/_pkg_.a
2025-08-20T23:05:46.3643405Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zohocrm=/tmp/go-build3700090427/b1957/_pkg_.a
2025-08-20T23:05:46.3644283Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zonkafeedback=/tmp/go-build3700090427/b1958/_pkg_.a
2025-08-20T23:05:46.3645169Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/zulipchat=/tmp/go-build3700090427/b1959/_pkg_.a
2025-08-20T23:05:46.3645838Z [00:04:31.548]➜  packagefile archive/zip=/tmp/go-build3700090427/b806/_pkg_.a
2025-08-20T23:05:46.3646319Z [00:04:31.548]➜  packagefile encoding/xml=/tmp/go-build3700090427/b807/_pkg_.a
2025-08-20T23:05:46.3646856Z [00:04:31.548]➜  packagefile github.com/avast/apkparser=/tmp/go-build3700090427/b808/_pkg_.a
2025-08-20T23:05:46.3647424Z [00:04:31.548]➜  packagefile github.com/csnewman/dextk=/tmp/go-build3700090427/b809/_pkg_.a
2025-08-20T23:05:46.3647741Z [00:04:31.548]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build3700090427/b810/_pkg_.a
2025-08-20T23:05:46.3648012Z [00:04:31.548]➜  packagefile github.com/mholt/archives=/tmp/go-build3700090427/b819/_pkg_.a
2025-08-20T23:05:46.3648314Z [00:04:31.548]➜  packagefile github.com/sassoftware/go-rpmutils=/tmp/go-build3700090427/b877/_pkg_.a
2025-08-20T23:05:46.3648701Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/iobuf=/tmp/go-build3700090427/b1960/_pkg_.a
2025-08-20T23:05:46.3648966Z [00:04:31.548]➜  packagefile pault.ag/go/debian/deb=/tmp/go-build3700090427/b1963/_pkg_.a
2025-08-20T23:05:46.3649288Z [00:04:31.548]➜  packagefile github.com/TheZeroSlave/zapsentry=/tmp/go-build3700090427/b227/_pkg_.a
2025-08-20T23:05:46.3649650Z [00:04:31.548]➜  packagefile github.com/go-logr/zapr=/tmp/go-build3700090427/b262/_pkg_.a
2025-08-20T23:05:46.3649890Z [00:04:31.548]➜  packagefile go.uber.org/zap=/tmp/go-build3700090427/b251/_pkg_.a
2025-08-20T23:05:46.3650142Z [00:04:31.548]➜  packagefile go.uber.org/zap/zapcore=/tmp/go-build3700090427/b255/_pkg_.a
2025-08-20T23:05:46.3650381Z [00:04:31.548]➜  packagefile crypto/sha256=/tmp/go-build3700090427/b177/_pkg_.a
2025-08-20T23:05:46.3650690Z [00:04:31.548]➜  packagefile github.com/go-git/go-git/v5/plumbing=/tmp/go-build3700090427/b2170/_pkg_.a
2025-08-20T23:05:46.3651032Z [00:04:31.548]➜  packagefile github.com/go-git/go-git/v5/plumbing/object=/tmp/go-build3700090427/b2195/_pkg_.a
2025-08-20T23:05:46.3651443Z [00:04:31.548]➜  packagefile github.com/sergi/go-diff/diffmatchpatch=/tmp/go-build3700090427/b2206/_pkg_.a
2025-08-20T23:05:46.3651883Z [00:04:31.548]➜  packagefile golang.org/x/text/cases=/tmp/go-build3700090427/b234/_pkg_.a
2025-08-20T23:05:46.3652367Z [00:04:31.548]➜  packagefile golang.org/x/text/language=/tmp/go-build3700090427/b236/_pkg_.a
2025-08-20T23:05:46.3652915Z [00:04:31.548]➜  packagefile github.com/marusama/semaphore/v2=/tmp/go-build3700090427/b628/_pkg_.a
2025-08-20T23:05:46.3653239Z [00:04:31.548]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3700090427/b585/_pkg_.a
2025-08-20T23:05:46.3653721Z [00:04:31.548]➜  packagefile github.com/charmbracelet/bubbles/key=/tmp/go-build3700090427/b3023/_pkg_.a
2025-08-20T23:05:46.3654032Z [00:04:31.548]➜  packagefile github.com/charmbracelet/bubbletea=/tmp/go-build3700090427/b3024/_pkg_.a
2025-08-20T23:05:46.3654332Z [00:04:31.548]➜  packagefile github.com/lrstanley/bubblezone=/tmp/go-build3700090427/b3040/_pkg_.a
2025-08-20T23:05:46.3654771Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers=/tmp/go-build3700090427/b223/_pkg_.a
2025-08-20T23:05:46.3655288Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/common=/tmp/go-build3700090427/b3041/_pkg_.a
2025-08-20T23:05:46.3655755Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/selector=/tmp/go-build3700090427/b3082/_pkg_.a
2025-08-20T23:05:46.3656160Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/keymap=/tmp/go-build3700090427/b3080/_pkg_.a
2025-08-20T23:05:46.3656621Z [00:04:31.548]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_form=/tmp/go-build3700090427/b3087/_pkg_.a
2025-08-20T23:05:46.3657072Z [00:04:31.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/analyze_keys=/tmp/go-build3700090427/b3088/_pkg_.a
2025-08-20T23:05:46.3657547Z [00:04:31.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/contact_enterprise=/tmp/go-build3700090427/b3089/_pkg_.a
2025-08-20T23:05:46.3658023Z [00:04:31.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_configure=/tmp/go-build3700090427/b3090/_pkg_.a
2025-08-20T23:05:46.3658477Z [00:04:31.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/source_select=/tmp/go-build3700090427/b3106/_pkg_.a
2025-08-20T23:05:46.3658923Z [00:04:31.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/view_oss=/tmp/go-build3700090427/b3107/_pkg_.a
2025-08-20T23:05:46.3659497Z [00:04:31.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/pages/wizard_intro=/tmp/go-build3700090427/b3108/_pkg_.a
2025-08-20T23:05:46.3659904Z [00:04:31.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/styles=/tmp/go-build3700090427/b3081/_pkg_.a
2025-08-20T23:05:46.3660131Z [00:04:31.549]➜  packagefile archive/tar=/tmp/go-build3700090427/b710/_pkg_.a
2025-08-20T23:05:46.3660365Z [00:04:31.549]➜  packagefile compress/gzip=/tmp/go-build3700090427/b103/_pkg_.a
2025-08-20T23:05:46.3660608Z [00:04:31.549]➜  packagefile encoding/binary=/tmp/go-build3700090427/b100/_pkg_.a
2025-08-20T23:05:46.3660993Z [00:04:31.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/cache=/tmp/go-build3700090427/b2158/_pkg_.a
2025-08-20T23:05:46.3661376Z [00:04:31.549]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/hasher=/tmp/go-build3700090427/b3021/_pkg_.a
2025-08-20T23:05:46.3661721Z [00:04:31.549]➜  packagefile go.uber.org/automaxprocs/internal/runtime=/tmp/go-build3700090427/b3112/_pkg_.a
2025-08-20T23:05:46.3661962Z [00:04:31.549]➜  packagefile container/list=/tmp/go-build3700090427/b108/_pkg_.a
2025-08-20T23:05:46.3662277Z [00:04:31.549]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3700090427/b184/_pkg_.a
2025-08-20T23:05:46.3662601Z [00:04:31.549]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3700090427/b193/_pkg_.a
2025-08-20T23:05:46.3662908Z [00:04:31.549]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3700090427/b194/_pkg_.a
2025-08-20T23:05:46.3663203Z [00:04:31.549]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3700090427/b185/_pkg_.a
2025-08-20T23:05:46.3663442Z [00:04:31.549]➜  packagefile internal/godebug=/tmp/go-build3700090427/b059/_pkg_.a
2025-08-20T23:05:46.3663648Z [00:04:31.549]➜  packagefile io/fs=/tmp/go-build3700090427/b055/_pkg_.a
2025-08-20T23:05:46.3663848Z [00:04:31.549]➜  packagefile maps=/tmp/go-build3700090427/b093/_pkg_.a
2025-08-20T23:05:46.3664239Z [00:04:31.549]➜  packagefile math/bits=/tmp/go-build3700090427/b040/_pkg_.a
2025-08-20T23:05:46.3664431Z [00:04:31.549]➜  packagefile mime=/tmp/go-build3700090427/b195/_pkg_.a
2025-08-20T23:05:46.3664664Z [00:04:31.549]➜  packagefile mime/multipart=/tmp/go-build3700090427/b196/_pkg_.a
2025-08-20T23:05:46.3664907Z [00:04:31.549]➜  packagefile net/http/httptrace=/tmp/go-build3700090427/b198/_pkg_.a
2025-08-20T23:05:46.3665153Z [00:04:31.549]➜  packagefile net/http/internal=/tmp/go-build3700090427/b199/_pkg_.a
2025-08-20T23:05:46.3665519Z [00:04:31.549]➜  packagefile net/http/internal/ascii=/tmp/go-build3700090427/b200/_pkg_.a
2025-08-20T23:05:46.3665813Z [00:04:31.549]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3700090427/b201/_pkg_.a
2025-08-20T23:05:46.3666038Z [00:04:31.549]➜  packagefile net/textproto=/tmp/go-build3700090427/b192/_pkg_.a
2025-08-20T23:05:46.3666233Z [00:04:31.549]➜  packagefile path=/tmp/go-build3700090427/b057/_pkg_.a
2025-08-20T23:05:46.3666433Z [00:04:31.549]➜  packagefile html=/tmp/go-build3700090427/b222/_pkg_.a
2025-08-20T23:05:46.3666677Z [00:04:31.549]➜  packagefile internal/profile=/tmp/go-build3700090427/b3115/_pkg_.a
2025-08-20T23:05:46.3666903Z [00:04:31.549]➜  packagefile runtime/pprof=/tmp/go-build3700090427/b3116/_pkg_.a
2025-08-20T23:05:46.3667131Z [00:04:31.549]➜  packagefile runtime/trace=/tmp/go-build3700090427/b617/_pkg_.a
2025-08-20T23:05:46.3667367Z [00:04:31.549]➜  packagefile internal/bytealg=/tmp/go-build3700090427/b011/_pkg_.a
2025-08-20T23:05:46.3667613Z [00:04:31.549]➜  packagefile internal/byteorder=/tmp/go-build3700090427/b013/_pkg_.a
2025-08-20T23:05:46.3667879Z [00:04:31.549]➜  packagefile internal/filepathlite=/tmp/go-build3700090427/b054/_pkg_.a
2025-08-20T23:05:46.3668113Z [00:04:31.549]➜  packagefile internal/goarch=/tmp/go-build3700090427/b007/_pkg_.a
2025-08-20T23:05:46.3668332Z [00:04:31.549]➜  packagefile internal/itoa=/tmp/go-build3700090427/b052/_pkg_.a
2025-08-20T23:05:46.3668559Z [00:04:31.549]➜  packagefile internal/poll=/tmp/go-build3700090427/b062/_pkg_.a
2025-08-20T23:05:46.3668818Z [00:04:31.549]➜  packagefile internal/stringslite=/tmp/go-build3700090427/b032/_pkg_.a
2025-08-20T23:05:46.3669091Z [00:04:31.549]➜  packagefile internal/syscall/execenv=/tmp/go-build3700090427/b064/_pkg_.a
2025-08-20T23:05:46.3669526Z [00:04:31.549]➜  packagefile internal/syscall/unix=/tmp/go-build3700090427/b063/_pkg_.a
2025-08-20T23:05:46.3669834Z [00:04:31.549]➜  packagefile internal/testlog=/tmp/go-build3700090427/b065/_pkg_.a
2025-08-20T23:05:46.3670069Z [00:04:31.549]➜  packagefile internal/abi=/tmp/go-build3700090427/b006/_pkg_.a
2025-08-20T23:05:46.3670339Z [00:04:31.549]➜  packagefile internal/chacha8rand=/tmp/go-build3700090427/b014/_pkg_.a
2025-08-20T23:05:46.3670602Z [00:04:31.549]➜  packagefile internal/coverage/rtcov=/tmp/go-build3700090427/b015/_pkg_.a
2025-08-20T23:05:46.3670827Z [00:04:31.549]➜  packagefile internal/cpu=/tmp/go-build3700090427/b012/_pkg_.a
2025-08-20T23:05:46.3671066Z [00:04:31.549]➜  packagefile internal/godebugs=/tmp/go-build3700090427/b016/_pkg_.a
2025-08-20T23:05:46.3671335Z [00:04:31.549]➜  packagefile internal/goexperiment=/tmp/go-build3700090427/b017/_pkg_.a
2025-08-20T23:05:46.3671557Z [00:04:31.549]➜  packagefile internal/goos=/tmp/go-build3700090427/b018/_pkg_.a
2025-08-20T23:05:46.3671822Z [00:04:31.549]➜  packagefile internal/profilerecord=/tmp/go-build3700090427/b019/_pkg_.a
2025-08-20T23:05:46.3672082Z [00:04:31.549]➜  packagefile internal/runtime/atomic=/tmp/go-build3700090427/b020/_pkg_.a
2025-08-20T23:05:46.3672346Z [00:04:31.549]➜  packagefile internal/runtime/cgroup=/tmp/go-build3700090427/b021/_pkg_.a
2025-08-20T23:05:46.3672633Z [00:04:31.549]➜  packagefile internal/runtime/exithook=/tmp/go-build3700090427/b025/_pkg_.a
2025-08-20T23:05:46.3672890Z [00:04:31.549]➜  packagefile internal/runtime/gc=/tmp/go-build3700090427/b026/_pkg_.a
2025-08-20T23:05:46.3673148Z [00:04:31.549]➜  packagefile internal/runtime/maps=/tmp/go-build3700090427/b027/_pkg_.a
2025-08-20T23:05:46.3673547Z [00:04:31.549]➜  packagefile internal/runtime/math=/tmp/go-build3700090427/b023/_pkg_.a
2025-08-20T23:05:46.3673820Z [00:04:31.549]➜  packagefile internal/runtime/strconv=/tmp/go-build3700090427/b022/_pkg_.a
2025-08-20T23:05:46.3674083Z [00:04:31.549]➜  packagefile internal/runtime/sys=/tmp/go-build3700090427/b031/_pkg_.a
2025-08-20T23:05:46.3674346Z [00:04:31.549]➜  packagefile internal/runtime/syscall=/tmp/go-build3700090427/b024/_pkg_.a
2025-08-20T23:05:46.3674609Z [00:04:31.549]➜  packagefile internal/trace/tracev2=/tmp/go-build3700090427/b033/_pkg_.a
2025-08-20T23:05:46.3674913Z [00:04:31.549]➜  packagefile iter=/tmp/go-build3700090427/b039/_pkg_.a
2025-08-20T23:05:46.3675153Z [00:04:31.550]➜  packagefile internal/race=/tmp/go-build3700090427/b030/_pkg_.a
2025-08-20T23:05:46.3675377Z [00:04:31.550]➜  packagefile internal/sync=/tmp/go-build3700090427/b036/_pkg_.a
2025-08-20T23:05:46.3675624Z [00:04:31.550]➜  packagefile internal/synctest=/tmp/go-build3700090427/b038/_pkg_.a
2025-08-20T23:05:46.3675844Z [00:04:31.550]➜  packagefile internal/asan=/tmp/go-build3700090427/b028/_pkg_.a
2025-08-20T23:05:46.3676075Z [00:04:31.550]➜  packagefile internal/msan=/tmp/go-build3700090427/b029/_pkg_.a
2025-08-20T23:05:46.3676310Z [00:04:31.550]➜  packagefile internal/oserror=/tmp/go-build3700090427/b056/_pkg_.a
2025-08-20T23:05:46.3676565Z [00:04:31.550]➜  packagefile internal/reflectlite=/tmp/go-build3700090427/b005/_pkg_.a
2025-08-20T23:05:46.3676819Z [00:04:31.550]➜  packagefile internal/unsafeheader=/tmp/go-build3700090427/b009/_pkg_.a
2025-08-20T23:05:46.3677027Z [00:04:31.550]➜  packagefile go/ast=/tmp/go-build3700090427/b074/_pkg_.a
2025-08-20T23:05:46.3677261Z [00:04:31.550]➜  packagefile go/doc/comment=/tmp/go-build3700090427/b079/_pkg_.a
2025-08-20T23:05:46.3677474Z [00:04:31.550]➜  packagefile go/token=/tmp/go-build3700090427/b076/_pkg_.a
2025-08-20T23:05:46.3677722Z [00:04:31.550]➜  packagefile internal/lazyregexp=/tmp/go-build3700090427/b080/_pkg_.a
2025-08-20T23:05:46.3678059Z [00:04:31.550]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3700090427/b085/_pkg_.a
2025-08-20T23:05:46.3678307Z [00:04:31.550]➜  packagefile internal/nettrace=/tmp/go-build3700090427/b086/_pkg_.a
2025-08-20T23:05:46.3678567Z [00:04:31.550]➜  packagefile internal/singleflight=/tmp/go-build3700090427/b087/_pkg_.a
2025-08-20T23:05:46.3678779Z [00:04:31.550]➜  packagefile net/netip=/tmp/go-build3700090427/b088/_pkg_.a
2025-08-20T23:05:46.3679009Z [00:04:31.550]➜  packagefile regexp/syntax=/tmp/go-build3700090427/b082/_pkg_.a
2025-08-20T23:05:46.3679255Z [00:04:31.550]➜  packagefile text/template/parse=/tmp/go-build3700090427/b095/_pkg_.a
2025-08-20T23:05:46.3679619Z [00:04:31.550]➜  packagefile log/internal=/tmp/go-build3700090427/b190/_pkg_.a
2025-08-20T23:05:46.3679857Z [00:04:31.550]➜  packagefile log/slog/internal=/tmp/go-build3700090427/b204/_pkg_.a
2025-08-20T23:05:46.3680128Z [00:04:31.550]➜  packagefile log/slog/internal/buffer=/tmp/go-build3700090427/b205/_pkg_.a
2025-08-20T23:05:46.3680395Z [00:04:31.550]➜  packagefile crypto/internal/boring=/tmp/go-build3700090427/b110/_pkg_.a
2025-08-20T23:05:46.3680670Z [00:04:31.550]➜  packagefile crypto/internal/fips140=/tmp/go-build3700090427/b114/_pkg_.a
2025-08-20T23:05:46.3680955Z [00:04:31.550]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3700090427/b127/_pkg_.a
2025-08-20T23:05:46.3681242Z [00:04:31.550]➜  packagefile crypto/internal/fips140only=/tmp/go-build3700090427/b132/_pkg_.a
2025-08-20T23:05:46.3681511Z [00:04:31.550]➜  packagefile crypto/internal/randutil=/tmp/go-build3700090427/b130/_pkg_.a
2025-08-20T23:05:46.3681788Z [00:04:31.550]➜  packagefile crypto/internal/sysrand=/tmp/go-build3700090427/b129/_pkg_.a
2025-08-20T23:05:46.3681989Z [00:04:31.550]➜  packagefile crypto=/tmp/go-build3700090427/b111/_pkg_.a
2025-08-20T23:05:46.3682245Z [00:04:31.550]➜  packagefile crypto/internal/impl=/tmp/go-build3700090427/b122/_pkg_.a
2025-08-20T23:05:46.3682441Z [00:04:31.550]➜  packagefile hash=/tmp/go-build3700090427/b106/_pkg_.a
2025-08-20T23:05:46.3682664Z [00:04:31.550]➜  packagefile crypto/md5=/tmp/go-build3700090427/b172/_pkg_.a
2025-08-20T23:05:46.3683062Z [00:04:31.550]➜  packagefile github.com/jpillora/s3=/tmp/go-build3700090427/b208/_pkg_.a
2025-08-20T23:05:46.3683321Z [00:04:31.550]➜  packagefile github.com/gofrs/flock=/tmp/go-build3700090427/b211/_pkg_.a
2025-08-20T23:05:46.3683637Z [00:04:31.550]➜  packagefile github.com/jedib0t/go-pretty/v6/table=/tmp/go-build3700090427/b216/_pkg_.a
2025-08-20T23:05:46.3684162Z [00:04:31.550]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/airtable/common=/tmp/go-build3700090427/b265/_pkg_.a
2025-08-20T23:05:46.3684569Z [00:04:31.550]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3700090427/b275/_pkg_.a
2025-08-20T23:05:46.3684831Z [00:04:31.550]➜  packagefile github.com/google/uuid=/tmp/go-build3700090427/b278/_pkg_.a
2025-08-20T23:05:46.3685143Z [00:04:31.550]➜  packagefile github.com/google/go-github/v67/github=/tmp/go-build3700090427/b283/_pkg_.a
2025-08-20T23:05:46.3685660Z [00:04:31.550]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/classic=/tmp/go-build3700090427/b285/_pkg_.a
2025-08-20T23:05:46.3686169Z [00:04:31.550]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/common=/tmp/go-build3700090427/b286/_pkg_.a
2025-08-20T23:05:46.3686706Z [00:04:31.550]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/analyzer/analyzers/github/finegrained=/tmp/go-build3700090427/b287/_pkg_.a
2025-08-20T23:05:46.3686929Z [00:04:31.550]➜  packagefile database/sql=/tmp/go-build3700090427/b298/_pkg_.a
2025-08-20T23:05:46.3687229Z [00:04:31.550]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3700090427/b299/_pkg_.a
2025-08-20T23:05:46.3687513Z [00:04:31.550]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build3700090427/b300/_pkg_.a
2025-08-20T23:05:46.3687826Z [00:04:31.550]➜  packagefile github.com/jedib0t/go-pretty/v6/text=/tmp/go-build3700090427/b217/_pkg_.a
2025-08-20T23:05:46.3688069Z [00:04:31.550]➜  packagefile github.com/xo/dburl=/tmp/go-build3700090427/b303/_pkg_.a
2025-08-20T23:05:46.3688320Z [00:04:31.550]➜  packagefile github.com/lib/pq=/tmp/go-build3700090427/b312/_pkg_.a
2025-08-20T23:05:46.3688595Z [00:04:31.550]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3700090427/b682/_pkg_.a
2025-08-20T23:05:46.3688903Z [00:04:31.550]➜  packagefile github.com/sendgrid/sendgrid-go=/tmp/go-build3700090427/b688/_pkg_.a
2025-08-20T23:05:46.3689144Z [00:04:31.550]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3700090427/b696/_pkg_.a
2025-08-20T23:05:46.3689480Z [00:04:31.550]➜  packagefile encoding/gob=/tmp/go-build3700090427/b475/_pkg_.a
2025-08-20T23:05:46.3689837Z [00:04:31.550]➜  packagefile io/ioutil=/tmp/go-build3700090427/b209/_pkg_.a
2025-08-20T23:05:46.3690120Z [00:04:31.550]➜  packagefile cloud.google.com/go/iam=/tmp/go-build3700090427/b322/_pkg_.a
2025-08-20T23:05:46.3690429Z [00:04:31.550]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3700090427/b323/_pkg_.a
2025-08-20T23:05:46.3690783Z [00:04:31.550]➜  packagefile cloud.google.com/go/secretmanager/internal=/tmp/go-build3700090427/b446/_pkg_.a
2025-08-20T23:05:46.3691073Z [00:04:31.550]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3700090427/b435/_pkg_.a
2025-08-20T23:05:46.3691415Z [00:04:31.550]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3700090427/b447/_pkg_.a
2025-08-20T23:05:46.3691791Z [00:04:31.551]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3700090427/b449/_pkg_.a
2025-08-20T23:05:46.3692126Z [00:04:31.551]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3700090427/b450/_pkg_.a
2025-08-20T23:05:46.3692416Z [00:04:31.551]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3700090427/b439/_pkg_.a
2025-08-20T23:05:46.3692707Z [00:04:31.551]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3700090427/b451/_pkg_.a
2025-08-20T23:05:46.3692989Z [00:04:31.551]➜  packagefile google.golang.org/api/option=/tmp/go-build3700090427/b452/_pkg_.a
2025-08-20T23:05:46.3693493Z [00:04:31.551]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3700090427/b513/_pkg_.a
2025-08-20T23:05:46.3693801Z [00:04:31.551]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3700090427/b514/_pkg_.a
2025-08-20T23:05:46.3694109Z [00:04:31.551]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3700090427/b557/_pkg_.a
2025-08-20T23:05:46.3694493Z [00:04:31.551]➜  packagefile google.golang.org/genproto/googleapis/cloud/location=/tmp/go-build3700090427/b566/_pkg_.a
2025-08-20T23:05:46.3694861Z [00:04:31.551]➜  packagefile google.golang.org/grpc=/tmp/go-build3700090427/b357/_pkg_.a
2025-08-20T23:05:46.3695143Z [00:04:31.551]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3700090427/b390/_pkg_.a
2025-08-20T23:05:46.3695499Z [00:04:31.551]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3700090427/b385/_pkg_.a
2025-08-20T23:05:46.3695846Z [00:04:31.551]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3700090427/b332/_pkg_.a
2025-08-20T23:05:46.3696249Z [00:04:31.551]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3700090427/b324/_pkg_.a
2025-08-20T23:05:46.3696532Z [00:04:31.551]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3700090427/b402/_pkg_.a
2025-08-20T23:05:46.3696897Z [00:04:31.551]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3700090427/b326/_pkg_.a
2025-08-20T23:05:46.3697266Z [00:04:31.551]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3700090427/b355/_pkg_.a
2025-08-20T23:05:46.3697631Z [00:04:31.551]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3700090427/b445/_pkg_.a
2025-08-20T23:05:46.3698002Z [00:04:31.551]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3700090427/b434/_pkg_.a
2025-08-20T23:05:46.3698372Z [00:04:31.551]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3700090427/b401/_pkg_.a
2025-08-20T23:05:46.3698598Z [00:04:31.551]➜  packagefile crypto/aes=/tmp/go-build3700090427/b138/_pkg_.a
2025-08-20T23:05:46.3698832Z [00:04:31.551]➜  packagefile crypto/cipher=/tmp/go-build3700090427/b112/_pkg_.a
2025-08-20T23:05:46.3699052Z [00:04:31.551]➜  packagefile crypto/des=/tmp/go-build3700090427/b139/_pkg_.a
2025-08-20T23:05:46.3699274Z [00:04:31.551]➜  packagefile crypto/ecdh=/tmp/go-build3700090427/b140/_pkg_.a
2025-08-20T23:05:46.3699603Z [00:04:31.551]➜  packagefile crypto/ecdsa=/tmp/go-build3700090427/b145/_pkg_.a
2025-08-20T23:05:46.3699848Z [00:04:31.551]➜  packagefile crypto/ed25519=/tmp/go-build3700090427/b157/_pkg_.a
2025-08-20T23:05:46.3700085Z [00:04:31.551]➜  packagefile crypto/elliptic=/tmp/go-build3700090427/b146/_pkg_.a
2025-08-20T23:05:46.3700307Z [00:04:31.551]➜  packagefile crypto/hkdf=/tmp/go-build3700090427/b160/_pkg_.a
2025-08-20T23:05:46.3700521Z [00:04:31.551]➜  packagefile crypto/hmac=/tmp/go-build3700090427/b162/_pkg_.a
2025-08-20T23:05:46.3700817Z [00:04:31.551]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3700090427/b113/_pkg_.a
2025-08-20T23:05:46.3701114Z [00:04:31.551]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3700090427/b126/_pkg_.a
2025-08-20T23:05:46.3701410Z [00:04:31.551]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3700090427/b163/_pkg_.a
2025-08-20T23:05:46.3701690Z [00:04:31.551]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3700090427/b164/_pkg_.a
2025-08-20T23:05:46.3701982Z [00:04:31.551]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3700090427/b165/_pkg_.a
2025-08-20T23:05:46.3702244Z [00:04:31.551]➜  packagefile crypto/internal/hpke=/tmp/go-build3700090427/b166/_pkg_.a
2025-08-20T23:05:46.3702467Z [00:04:31.551]➜  packagefile crypto/rc4=/tmp/go-build3700090427/b173/_pkg_.a
2025-08-20T23:05:46.3702679Z [00:04:31.551]➜  packagefile crypto/rsa=/tmp/go-build3700090427/b174/_pkg_.a
2025-08-20T23:05:46.3702907Z [00:04:31.551]➜  packagefile crypto/sha512=/tmp/go-build3700090427/b153/_pkg_.a
2025-08-20T23:05:46.3703259Z [00:04:31.551]➜  packagefile crypto/subtle=/tmp/go-build3700090427/b133/_pkg_.a
2025-08-20T23:05:46.3703558Z [00:04:31.551]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3700090427/b178/_pkg_.a
2025-08-20T23:05:46.3703777Z [00:04:31.551]➜  packagefile encoding/pem=/tmp/go-build3700090427/b183/_pkg_.a
2025-08-20T23:05:46.3704133Z [00:04:31.551]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3700090427/b167/_pkg_.a
2025-08-20T23:05:46.3704451Z [00:04:31.551]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3700090427/b154/_pkg_.a
2025-08-20T23:05:46.3704760Z [00:04:31.551]➜  packagefile weak=/tmp/go-build3700090427/b090/_pkg_.a
2025-08-20T23:05:46.3704976Z [00:04:31.551]➜  packagefile crypto/dsa=/tmp/go-build3700090427/b181/_pkg_.a
2025-08-20T23:05:46.3705220Z [00:04:31.551]➜  packagefile crypto/x509/pkix=/tmp/go-build3700090427/b182/_pkg_.a
2025-08-20T23:05:46.3705442Z [00:04:31.551]➜  packagefile encoding/asn1=/tmp/go-build3700090427/b155/_pkg_.a
2025-08-20T23:05:46.3705796Z [00:04:31.551]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3700090427/b156/_pkg_.a
2025-08-20T23:05:46.3706150Z [00:04:31.551]➜  packagefile github.com/getsentry/sentry-go/internal/debug=/tmp/go-build3700090427/b229/_pkg_.a
2025-08-20T23:05:46.3706533Z [00:04:31.551]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage=/tmp/go-build3700090427/b231/_pkg_.a
2025-08-20T23:05:46.3706903Z [00:04:31.551]➜  packagefile github.com/getsentry/sentry-go/internal/ratelimit=/tmp/go-build3700090427/b233/_pkg_.a
2025-08-20T23:05:46.3707117Z [00:04:31.551]➜  packagefile go/build=/tmp/go-build3700090427/b241/_pkg_.a
2025-08-20T23:05:46.3707388Z [00:04:31.551]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build3700090427/b249/_pkg_.a
2025-08-20T23:05:46.3707690Z [00:04:31.551]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3700090427/b568/_pkg_.a
2025-08-20T23:05:46.3707890Z [00:04:31.551]➜  packagefile flag=/tmp/go-build3700090427/b252/_pkg_.a
2025-08-20T23:05:46.3708144Z [00:04:31.551]➜  packagefile github.com/pkg/diff=/tmp/go-build3700090427/b572/_pkg_.a
2025-08-20T23:05:46.3708418Z [00:04:31.551]➜  packagefile github.com/pkg/diff/write=/tmp/go-build3700090427/b577/_pkg_.a
2025-08-20T23:05:46.3708707Z [00:04:31.551]➜  packagefile golang.org/x/tools/go/packages=/tmp/go-build3700090427/b578/_pkg_.a
2025-08-20T23:05:46.3708988Z [00:04:31.551]➜  packagefile golang.org/x/tools/imports=/tmp/go-build3700090427/b604/_pkg_.a
2025-08-20T23:05:46.3709667Z [00:04:31.551]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/pb/custom_detectorspb=/tmp/go-build3700090427/b704/_pkg_.a
2025-08-20T23:05:46.3709908Z [00:04:31.551]➜  packagefile net/mail=/tmp/go-build3700090427/b622/_pkg_.a
2025-08-20T23:05:46.3710289Z [00:04:31.551]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3700090427/b625/_pkg_.a
2025-08-20T23:05:46.3710536Z [00:04:31.551]➜  packagefile sigs.k8s.io/yaml=/tmp/go-build3700090427/b707/_pkg_.a
2025-08-20T23:05:46.3711045Z [00:04:31.551]➜  packagefile github.com/google/go-containerregistry/pkg/authn=/tmp/go-build3700090427/b711/_pkg_.a
2025-08-20T23:05:46.3711412Z [00:04:31.551]➜  packagefile github.com/google/go-containerregistry/pkg/name=/tmp/go-build3700090427/b719/_pkg_.a
2025-08-20T23:05:46.3711760Z [00:04:31.551]➜  packagefile github.com/google/go-containerregistry/pkg/v1=/tmp/go-build3700090427/b722/_pkg_.a
2025-08-20T23:05:46.3712138Z [00:04:31.551]➜  packagefile github.com/google/go-containerregistry/pkg/v1/daemon=/tmp/go-build3700090427/b724/_pkg_.a
2025-08-20T23:05:46.3712515Z [00:04:31.551]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote=/tmp/go-build3700090427/b782/_pkg_.a
2025-08-20T23:05:46.3712900Z [00:04:31.551]➜  packagefile github.com/google/go-containerregistry/pkg/v1/tarball=/tmp/go-build3700090427/b761/_pkg_.a
2025-08-20T23:05:46.3713177Z [00:04:31.551]➜  packagefile github.com/klauspost/pgzip=/tmp/go-build3700090427/b792/_pkg_.a
2025-08-20T23:05:46.3713595Z [00:04:31.551]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/common/glob=/tmp/go-build3700090427/b794/_pkg_.a
2025-08-20T23:05:46.3713990Z [00:04:31.551]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/sanitizer=/tmp/go-build3700090427/b1978/_pkg_.a
2025-08-20T23:05:46.3714274Z [00:04:31.551]➜  packagefile cloud.google.com/go/storage=/tmp/go-build3700090427/b1980/_pkg_.a
2025-08-20T23:05:46.3714529Z [00:04:31.551]➜  packagefile github.com/gobwas/glob=/tmp/go-build3700090427/b795/_pkg_.a
2025-08-20T23:05:46.3714892Z [00:04:31.551]➜  packagefile golang.org/x/oauth2=/tmp/go-build3700090427/b457/_pkg_.a
2025-08-20T23:05:46.3715186Z [00:04:31.551]➜  packagefile golang.org/x/oauth2/endpoints=/tmp/go-build3700090427/b1354/_pkg_.a
2025-08-20T23:05:46.3715583Z [00:04:31.551]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/gitparse=/tmp/go-build3700090427/b2238/_pkg_.a
2025-08-20T23:05:46.3715861Z [00:04:31.551]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3700090427/b546/_pkg_.a
2025-08-20T23:05:46.3716222Z [00:04:31.551]➜  packagefile github.com/bradleyfalzon/ghinstallation/v2=/tmp/go-build3700090427/b2242/_pkg_.a
2025-08-20T23:05:46.3716449Z [00:04:31.551]➜  packagefile math/rand/v2=/tmp/go-build3700090427/b131/_pkg_.a
2025-08-20T23:05:46.3716763Z [00:04:31.551]➜  packagefile gitlab.com/gitlab-org/api/client-go=/tmp/go-build3700090427/b2247/_pkg_.a
2025-08-20T23:05:46.3717174Z [00:04:31.551]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/roundtripper=/tmp/go-build3700090427/b2249/_pkg_.a
2025-08-20T23:05:46.3717453Z [00:04:31.551]➜  packagefile github.com/repeale/fp-go=/tmp/go-build3700090427/b2251/_pkg_.a
2025-08-20T23:05:46.3717710Z [00:04:31.551]➜  packagefile golang.org/x/time/rate=/tmp/go-build3700090427/b541/_pkg_.a
2025-08-20T23:05:46.3718005Z [00:04:31.551]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3700090427/b986/_pkg_.a
2025-08-20T23:05:46.3718303Z [00:04:31.551]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3700090427/b1006/_pkg_.a
2025-08-20T23:05:46.3718636Z [00:04:31.551]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3700090427/b1007/_pkg_.a
2025-08-20T23:05:46.3718994Z [00:04:31.551]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3700090427/b1045/_pkg_.a
2025-08-20T23:05:46.3719470Z [00:04:31.551]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build3700090427/b2253/_pkg_.a
2025-08-20T23:05:46.3719807Z [00:04:31.551]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3700090427/b2256/_pkg_.a
2025-08-20T23:05:46.3720170Z [00:04:31.551]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3700090427/b2269/_pkg_.a
2025-08-20T23:05:46.3720491Z [00:04:31.551]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3700090427/b1046/_pkg_.a
2025-08-20T23:05:46.3720822Z [00:04:31.551]➜  packagefile github.com/adrg/strutil/internal/ngram=/tmp/go-build3700090427/b2277/_pkg_.a
2025-08-20T23:05:46.3721295Z [00:04:31.551]➜  packagefile github.com/adrg/strutil/internal/stringutil=/tmp/go-build3700090427/b2279/_pkg_.a
2025-08-20T23:05:46.3721640Z [00:04:31.551]➜  packagefile github.com/adrg/strutil/internal/mathutil=/tmp/go-build3700090427/b2278/_pkg_.a
2025-08-20T23:05:46.3721874Z [00:04:31.551]➜  packagefile container/heap=/tmp/go-build3700090427/b580/_pkg_.a
2025-08-20T23:05:46.3722119Z [00:04:31.551]➜  packagefile dario.cat/mergo=/tmp/go-build3700090427/b2161/_pkg_.a
2025-08-20T23:05:46.3722440Z [00:04:31.551]➜  packagefile github.com/ProtonMail/go-crypto/openpgp=/tmp/go-build3700090427/b879/_pkg_.a
2025-08-20T23:05:46.3722802Z [00:04:31.551]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/packet=/tmp/go-build3700090427/b909/_pkg_.a
2025-08-20T23:05:46.3723081Z [00:04:31.551]➜  packagefile github.com/go-git/go-billy/v5=/tmp/go-build3700090427/b2162/_pkg_.a
2025-08-20T23:05:46.3723382Z [00:04:31.551]➜  packagefile github.com/go-git/go-billy/v5/osfs=/tmp/go-build3700090427/b2163/_pkg_.a
2025-08-20T23:05:46.3723679Z [00:04:31.551]➜  packagefile github.com/go-git/go-billy/v5/util=/tmp/go-build3700090427/b2167/_pkg_.a
2025-08-20T23:05:46.3723973Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/config=/tmp/go-build3700090427/b2168/_pkg_.a
2025-08-20T23:05:46.3724319Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/internal/path_util=/tmp/go-build3700090427/b2181/_pkg_.a
2025-08-20T23:05:46.3724663Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/internal/revision=/tmp/go-build3700090427/b2182/_pkg_.a
2025-08-20T23:05:46.3725093Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/internal/url=/tmp/go-build3700090427/b2169/_pkg_.a
2025-08-20T23:05:46.3725431Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/cache=/tmp/go-build3700090427/b2183/_pkg_.a
2025-08-20T23:05:46.3725774Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/filemode=/tmp/go-build3700090427/b2184/_pkg_.a
2025-08-20T23:05:46.3726137Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/config=/tmp/go-build3700090427/b2175/_pkg_.a
2025-08-20T23:05:46.3726524Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/gitignore=/tmp/go-build3700090427/b2185/_pkg_.a
2025-08-20T23:05:46.3726878Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/index=/tmp/go-build3700090427/b2189/_pkg_.a
2025-08-20T23:05:46.3727255Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/packfile=/tmp/go-build3700090427/b2191/_pkg_.a
2025-08-20T23:05:46.3727583Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/hash=/tmp/go-build3700090427/b2171/_pkg_.a
2025-08-20T23:05:46.3727957Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp=/tmp/go-build3700090427/b2210/_pkg_.a
2025-08-20T23:05:46.3728379Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/capability=/tmp/go-build3700090427/b2213/_pkg_.a
2025-08-20T23:05:46.3728793Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband=/tmp/go-build3700090427/b2214/_pkg_.a
2025-08-20T23:05:46.3729139Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/revlist=/tmp/go-build3700090427/b2216/_pkg_.a
2025-08-20T23:05:46.3729638Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/storer=/tmp/go-build3700090427/b2193/_pkg_.a
2025-08-20T23:05:46.3730085Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport=/tmp/go-build3700090427/b2217/_pkg_.a
2025-08-20T23:05:46.3730482Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/client=/tmp/go-build3700090427/b2218/_pkg_.a
2025-08-20T23:05:46.3730927Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/storage=/tmp/go-build3700090427/b2204/_pkg_.a
2025-08-20T23:05:46.3731573Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem=/tmp/go-build3700090427/b2222/_pkg_.a
2025-08-20T23:05:46.3732288Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/storage/filesystem/dotgit=/tmp/go-build3700090427/b2224/_pkg_.a
2025-08-20T23:05:46.3733084Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/storage/memory=/tmp/go-build3700090427/b2215/_pkg_.a
2025-08-20T23:05:46.3733664Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/utils/diff=/tmp/go-build3700090427/b2205/_pkg_.a
2025-08-20T23:05:46.3734263Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/utils/ioutil=/tmp/go-build3700090427/b2186/_pkg_.a
2025-08-20T23:05:46.3734884Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie=/tmp/go-build3700090427/b2207/_pkg_.a
2025-08-20T23:05:46.3735635Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/filesystem=/tmp/go-build3700090427/b2236/_pkg_.a
2025-08-20T23:05:46.3736290Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/index=/tmp/go-build3700090427/b2237/_pkg_.a
2025-08-20T23:05:46.3736912Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/noder=/tmp/go-build3700090427/b2209/_pkg_.a
2025-08-20T23:05:46.3737456Z [00:04:31.551]➜  packagefile github.com/go-git/go-git/v5/utils/sync=/tmp/go-build3700090427/b2194/_pkg_.a
2025-08-20T23:05:46.3738045Z [00:04:31.551]➜  packagefile github.com/hashicorp/golang-lru/v2/simplelru=/tmp/go-build3700090427/b827/_pkg_.a
2025-08-20T23:05:46.3738401Z [00:04:31.551]➜  packagefile expvar=/tmp/go-build3700090427/b630/_pkg_.a
2025-08-20T23:05:46.3738952Z [00:04:31.551]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build3700090427/b631/_pkg_.a
2025-08-20T23:05:46.3739899Z [00:04:31.552]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3700090427/b632/_pkg_.a
2025-08-20T23:05:46.3740622Z [00:04:31.552]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build3700090427/b633/_pkg_.a
2025-08-20T23:05:46.3741131Z [00:04:31.552]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3700090427/b634/_pkg_.a
2025-08-20T23:05:46.3741466Z [00:04:31.552]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build3700090427/b637/_pkg_.a
2025-08-20T23:05:46.3741786Z [00:04:31.552]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3700090427/b635/_pkg_.a
2025-08-20T23:05:46.3742214Z [00:04:31.552]➜  packagefile github.com/prometheus/procfs=/tmp/go-build3700090427/b640/_pkg_.a
2025-08-20T23:05:46.3742463Z [00:04:31.552]➜  packagefile runtime/metrics=/tmp/go-build3700090427/b636/_pkg_.a
2025-08-20T23:05:46.3742980Z [00:04:31.552]➜  packagefile github.com/elastic/go-elasticsearch/v8=/tmp/go-build3700090427/b2286/_pkg_.a
2025-08-20T23:05:46.3743617Z [00:04:31.552]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build3700090427/b2289/_pkg_.a
2025-08-20T23:05:46.3744056Z [00:04:31.552]➜  packagefile github.com/k0kubun/go-ansi=/tmp/go-build3700090427/b3008/_pkg_.a
2025-08-20T23:05:46.3744584Z [00:04:31.552]➜  packagefile github.com/schollz/progressbar/v3=/tmp/go-build3700090427/b3009/_pkg_.a
2025-08-20T23:05:46.3745266Z [00:04:31.552]➜  packagefile github.com/bill-rich/go-syslog/pkg/syslogparser/rfc3164=/tmp/go-build3700090427/b3015/_pkg_.a
2025-08-20T23:05:46.3745747Z [00:04:31.552]➜  packagefile github.com/crewjam/rfc5424=/tmp/go-build3700090427/b3017/_pkg_.a
2025-08-20T23:05:46.3746236Z [00:04:31.552]➜  packagefile github.com/shuheiktgw/go-travis=/tmp/go-build3700090427/b3019/_pkg_.a
2025-08-20T23:05:46.3746870Z [00:04:31.552]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3700090427/b327/_pkg_.a
2025-08-20T23:05:46.3747609Z [00:04:31.552]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3700090427/b341/_pkg_.a
2025-08-20T23:05:46.3748215Z [00:04:31.552]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3700090427/b328/_pkg_.a
2025-08-20T23:05:46.3748803Z [00:04:31.552]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3700090427/b339/_pkg_.a
2025-08-20T23:05:46.3749311Z [00:04:31.552]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3700090427/b342/_pkg_.a
2025-08-20T23:05:46.3750251Z [00:04:31.552]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3700090427/b344/_pkg_.a
2025-08-20T23:05:46.3750617Z [00:04:31.552]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3700090427/b331/_pkg_.a
2025-08-20T23:05:46.3750954Z [00:04:31.552]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3700090427/b340/_pkg_.a
2025-08-20T23:05:46.3751329Z [00:04:31.552]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3700090427/b345/_pkg_.a
2025-08-20T23:05:46.3751702Z [00:04:31.552]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3700090427/b346/_pkg_.a
2025-08-20T23:05:46.3751987Z [00:04:31.552]➜  packagefile github.com/wasilibs/go-re2=/tmp/go-build3700090427/b644/_pkg_.a
2025-08-20T23:05:46.3752346Z [00:04:31.552]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3700090427/b1003/_pkg_.a
2025-08-20T23:05:46.3752681Z [00:04:31.552]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns=/tmp/go-build3700090427/b1056/_pkg_.a
2025-08-20T23:05:46.3752988Z [00:04:31.552]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3700090427/b993/_pkg_.a
2025-08-20T23:05:46.3753311Z [00:04:31.552]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3700090427/b995/_pkg_.a
2025-08-20T23:05:46.3753727Z [00:04:31.552]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/aws=/tmp/go-build3700090427/b1059/_pkg_.a
2025-08-20T23:05:46.3754307Z [00:04:31.552]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra=/tmp/go-build3700090427/b1068/_pkg_.a
2025-08-20T23:05:46.3754837Z [00:04:31.552]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azure_entra/serviceprincipal=/tmp/go-build3700090427/b1071/_pkg_.a
2025-08-20T23:05:46.3755142Z [00:04:31.552]➜  packagefile golang.org/x/net/publicsuffix=/tmp/go-build3700090427/b1111/_pkg_.a
2025-08-20T23:05:46.3755405Z [00:04:31.552]➜  packagefile net/http/cookiejar=/tmp/go-build3700090427/b1112/_pkg_.a
2025-08-20T23:05:46.3755696Z [00:04:31.552]➜  packagefile github.com/couchbase/gocb/v2=/tmp/go-build3700090427/b1194/_pkg_.a
2025-08-20T23:05:46.3755964Z [00:04:31.552]➜  packagefile github.com/jlaffaye/ftp=/tmp/go-build3700090427/b1330/_pkg_.a
2025-08-20T23:05:46.3756250Z [00:04:31.552]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3700090427/b459/_pkg_.a
2025-08-20T23:05:46.3756576Z [00:04:31.552]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build3700090427/b1352/_pkg_.a
2025-08-20T23:05:46.3756861Z [00:04:31.552]➜  packagefile golang.org/x/oauth2/github=/tmp/go-build3700090427/b1353/_pkg_.a
2025-08-20T23:05:46.3757155Z [00:04:31.552]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build3700090427/b1422/_pkg_.a
2025-08-20T23:05:46.3757429Z [00:04:31.552]➜  packagefile github.com/go-ldap/ldap/v3=/tmp/go-build3700090427/b1463/_pkg_.a
2025-08-20T23:05:46.3757725Z [00:04:31.552]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build3700090427/b1522/_pkg_.a
2025-08-20T23:05:46.3758066Z [00:04:31.552]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3700090427/b1546/_pkg_.a
2025-08-20T23:05:46.3758397Z [00:04:31.552]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3700090427/b1536/_pkg_.a
2025-08-20T23:05:46.3758757Z [00:04:31.552]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3700090427/b1558/_pkg_.a
2025-08-20T23:05:46.3759049Z [00:04:31.552]➜  packagefile github.com/rabbitmq/amqp091-go=/tmp/go-build3700090427/b1692/_pkg_.a
2025-08-20T23:05:46.3759435Z [00:04:31.553]➜  packagefile github.com/go-redis/redis=/tmp/go-build3700090427/b1704/_pkg_.a
2025-08-20T23:05:46.3759753Z [00:04:31.553]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3700090427/b1427/_pkg_.a
2025-08-20T23:05:46.3759990Z [00:04:31.553]➜  packagefile compress/flate=/tmp/go-build3700090427/b104/_pkg_.a
2025-08-20T23:05:46.3760334Z [00:04:31.553]➜  packagefile hash/crc32=/tmp/go-build3700090427/b105/_pkg_.a
2025-08-20T23:05:46.3760646Z [00:04:31.553]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3700090427/b793/_pkg_.a
2025-08-20T23:05:46.3761025Z [00:04:31.553]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3700090427/b811/_pkg_.a
2025-08-20T23:05:46.3761395Z [00:04:31.553]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build3700090427/b814/_pkg_.a
2025-08-20T23:05:46.3761656Z [00:04:31.553]➜  packagefile github.com/STARRY-S/zip=/tmp/go-build3700090427/b820/_pkg_.a
2025-08-20T23:05:46.3761953Z [00:04:31.553]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3700090427/b821/_pkg_.a
2025-08-20T23:05:46.3762223Z [00:04:31.553]➜  packagefile github.com/bodgit/sevenzip=/tmp/go-build3700090427/b823/_pkg_.a
2025-08-20T23:05:46.3762517Z [00:04:31.553]➜  packagefile github.com/dsnet/compress/bzip2=/tmp/go-build3700090427/b861/_pkg_.a
2025-08-20T23:05:46.3762819Z [00:04:31.553]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build3700090427/b867/_pkg_.a
2025-08-20T23:05:46.3763124Z [00:04:31.553]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build3700090427/b868/_pkg_.a
2025-08-20T23:05:46.3763424Z [00:04:31.553]➜  packagefile github.com/klauspost/compress/zip=/tmp/go-build3700090427/b870/_pkg_.a
2025-08-20T23:05:46.3763727Z [00:04:31.553]➜  packagefile github.com/klauspost/compress/zlib=/tmp/go-build3700090427/b872/_pkg_.a
2025-08-20T23:05:46.3764022Z [00:04:31.553]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3700090427/b764/_pkg_.a
2025-08-20T23:05:46.3764425Z [00:04:31.553]➜  packagefile github.com/nwaples/rardecode/v2=/tmp/go-build3700090427/b873/_pkg_.a
2025-08-20T23:05:46.3764699Z [00:04:31.553]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3700090427/b847/_pkg_.a
2025-08-20T23:05:46.3764993Z [00:04:31.553]➜  packagefile github.com/sorairolake/lzip-go=/tmp/go-build3700090427/b874/_pkg_.a
2025-08-20T23:05:46.3765277Z [00:04:31.553]➜  packagefile github.com/therootcompany/xz=/tmp/go-build3700090427/b875/_pkg_.a
2025-08-20T23:05:46.3765543Z [00:04:31.553]➜  packagefile github.com/ulikunitz/xz=/tmp/go-build3700090427/b876/_pkg_.a
2025-08-20T23:05:46.3765818Z [00:04:31.553]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3700090427/b831/_pkg_.a
2025-08-20T23:05:46.3766048Z [00:04:31.553]➜  packagefile compress/bzip2=/tmp/go-build3700090427/b843/_pkg_.a
2025-08-20T23:05:46.3766308Z [00:04:31.553]➜  packagefile github.com/DataDog/zstd=/tmp/go-build3700090427/b878/_pkg_.a
2025-08-20T23:05:46.3766636Z [00:04:31.553]➜  packagefile github.com/sassoftware/go-rpmutils/cpio=/tmp/go-build3700090427/b921/_pkg_.a
2025-08-20T23:05:46.3766978Z [00:04:31.553]➜  packagefile github.com/sassoftware/go-rpmutils/fileutil=/tmp/go-build3700090427/b922/_pkg_.a
2025-08-20T23:05:46.3767252Z [00:04:31.553]➜  packagefile github.com/ulikunitz/xz/lzma=/tmp/go-build3700090427/b853/_pkg_.a
2025-08-20T23:05:46.3767498Z [00:04:31.553]➜  packagefile github.com/xi2/xz=/tmp/go-build3700090427/b923/_pkg_.a
2025-08-20T23:05:46.3767928Z [00:04:31.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/buffer=/tmp/go-build3700090427/b1961/_pkg_.a
2025-08-20T23:05:46.3768339Z [00:04:31.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/buffers/pool=/tmp/go-build3700090427/b1962/_pkg_.a
2025-08-20T23:05:46.3768586Z [00:04:31.553]➜  packagefile github.com/kjk/lzma=/tmp/go-build3700090427/b1964/_pkg_.a
2025-08-20T23:05:46.3768871Z [00:04:31.553]➜  packagefile golang.org/x/crypto/openpgp=/tmp/go-build3700090427/b1965/_pkg_.a
2025-08-20T23:05:46.3769150Z [00:04:31.553]➜  packagefile pault.ag/go/debian/control=/tmp/go-build3700090427/b1971/_pkg_.a
2025-08-20T23:05:46.3769586Z [00:04:31.553]➜  packagefile pault.ag/go/debian/dependency=/tmp/go-build3700090427/b1973/_pkg_.a
2025-08-20T23:05:46.3769989Z [00:04:31.553]➜  packagefile pault.ag/go/debian/version=/tmp/go-build3700090427/b1974/_pkg_.a
2025-08-20T23:05:46.3770284Z [00:04:31.553]➜  packagefile github.com/go-logr/logr/slogr=/tmp/go-build3700090427/b263/_pkg_.a
2025-08-20T23:05:46.3770678Z [00:04:31.553]➜  packagefile go.uber.org/multierr=/tmp/go-build3700090427/b253/_pkg_.a
2025-08-20T23:05:46.3770943Z [00:04:31.553]➜  packagefile go.uber.org/zap/internal=/tmp/go-build3700090427/b254/_pkg_.a
2025-08-20T23:05:46.3771245Z [00:04:31.553]➜  packagefile go.uber.org/zap/internal/bufferpool=/tmp/go-build3700090427/b258/_pkg_.a
2025-08-20T23:05:46.3771523Z [00:04:31.553]➜  packagefile go.uber.org/zap/internal/pool=/tmp/go-build3700090427/b257/_pkg_.a
2025-08-20T23:05:46.3771826Z [00:04:31.553]➜  packagefile go.uber.org/zap/internal/stacktrace=/tmp/go-build3700090427/b261/_pkg_.a
2025-08-20T23:05:46.3772080Z [00:04:31.553]➜  packagefile go.uber.org/zap/buffer=/tmp/go-build3700090427/b256/_pkg_.a
2025-08-20T23:05:46.3772356Z [00:04:31.553]➜  packagefile go.uber.org/zap/internal/color=/tmp/go-build3700090427/b259/_pkg_.a
2025-08-20T23:05:46.3772632Z [00:04:31.553]➜  packagefile go.uber.org/zap/internal/exit=/tmp/go-build3700090427/b260/_pkg_.a
2025-08-20T23:05:46.3772927Z [00:04:31.553]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3700090427/b119/_pkg_.a
2025-08-20T23:05:46.3773274Z [00:04:31.553]➜  packagefile github.com/emirpasic/gods/trees/binaryheap=/tmp/go-build3700090427/b2196/_pkg_.a
2025-08-20T23:05:46.3773635Z [00:04:31.553]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/diff=/tmp/go-build3700090427/b2202/_pkg_.a
2025-08-20T23:05:46.3773960Z [00:04:31.553]➜  packagefile github.com/go-git/go-git/v5/utils/binary=/tmp/go-build3700090427/b2190/_pkg_.a
2025-08-20T23:05:46.3774367Z [00:04:31.553]➜  packagefile golang.org/x/text/internal=/tmp/go-build3700090427/b235/_pkg_.a
2025-08-20T23:05:46.3774663Z [00:04:31.553]➜  packagefile golang.org/x/text/transform=/tmp/go-build3700090427/b221/_pkg_.a
2025-08-20T23:05:46.3774944Z [00:04:31.553]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3700090427/b240/_pkg_.a
2025-08-20T23:05:46.3775254Z [00:04:31.553]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3700090427/b237/_pkg_.a
2025-08-20T23:05:46.3775600Z [00:04:31.553]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3700090427/b239/_pkg_.a
2025-08-20T23:05:46.3775909Z [00:04:31.553]➜  packagefile github.com/charmbracelet/lipgloss=/tmp/go-build3700090427/b3025/_pkg_.a
2025-08-20T23:05:46.3776202Z [00:04:31.553]➜  packagefile github.com/charmbracelet/x/ansi=/tmp/go-build3700090427/b3026/_pkg_.a
2025-08-20T23:05:46.3776501Z [00:04:31.553]➜  packagefile github.com/charmbracelet/x/term=/tmp/go-build3700090427/b3033/_pkg_.a
2025-08-20T23:05:46.3776807Z [00:04:31.553]➜  packagefile github.com/muesli/ansi/compressor=/tmp/go-build3700090427/b3037/_pkg_.a
2025-08-20T23:05:46.3777101Z [00:04:31.553]➜  packagefile github.com/muesli/cancelreader=/tmp/go-build3700090427/b3039/_pkg_.a
2025-08-20T23:05:46.3777357Z [00:04:31.553]➜  packagefile github.com/muesli/ansi=/tmp/go-build3700090427/b3038/_pkg_.a
2025-08-20T23:05:46.3777661Z [00:04:31.553]➜  packagefile github.com/aymanbagabas/go-osc52=/tmp/go-build3700090427/b3042/_pkg_.a
2025-08-20T23:05:46.3777985Z [00:04:31.553]➜  packagefile github.com/charmbracelet/bubbles/help=/tmp/go-build3700090427/b3043/_pkg_.a
2025-08-20T23:05:46.3778303Z [00:04:31.553]➜  packagefile github.com/charmbracelet/glamour/ansi=/tmp/go-build3700090427/b3044/_pkg_.a
2025-08-20T23:05:46.3778630Z [00:04:31.553]➜  packagefile github.com/charmbracelet/glamour/styles=/tmp/go-build3700090427/b3073/_pkg_.a
2025-08-20T23:05:46.3778932Z [00:04:31.553]➜  packagefile github.com/muesli/reflow/truncate=/tmp/go-build3700090427/b3074/_pkg_.a
2025-08-20T23:05:46.3779577Z [00:04:31.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/textinputs=/tmp/go-build3700090427/b3075/_pkg_.a
2025-08-20T23:05:46.3779901Z [00:04:31.553]➜  packagefile github.com/charmbracelet/bubbles/list=/tmp/go-build3700090427/b3083/_pkg_.a
2025-08-20T23:05:46.3780345Z [00:04:31.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/components/tabs=/tmp/go-build3700090427/b3091/_pkg_.a
2025-08-20T23:05:46.3780927Z [00:04:31.553]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources=/tmp/go-build3700090427/b3092/_pkg_.a
2025-08-20T23:05:46.3781136Z [00:04:31.553]➜  packagefile os/user=/tmp/go-build3700090427/b315/_pkg_.a
2025-08-20T23:05:46.3781418Z [00:04:31.553]➜  packagefile golang.org/x/crypto/blake2b=/tmp/go-build3700090427/b913/_pkg_.a
2025-08-20T23:05:46.3781749Z [00:04:31.553]➜  packagefile go.uber.org/automaxprocs/internal/cgroups=/tmp/go-build3700090427/b3113/_pkg_.a
2025-08-20T23:05:46.3782086Z [00:04:31.553]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3700090427/b186/_pkg_.a
2025-08-20T23:05:46.3782396Z [00:04:31.553]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3700090427/b188/_pkg_.a
2025-08-20T23:05:46.3782710Z [00:04:31.553]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3700090427/b191/_pkg_.a
2025-08-20T23:05:46.3782944Z [00:04:31.553]➜  packagefile internal/bisect=/tmp/go-build3700090427/b060/_pkg_.a
2025-08-20T23:05:46.3783210Z [00:04:31.553]➜  packagefile mime/quotedprintable=/tmp/go-build3700090427/b197/_pkg_.a
2025-08-20T23:05:46.3783436Z [00:04:31.553]➜  packagefile text/tabwriter=/tmp/go-build3700090427/b361/_pkg_.a
2025-08-20T23:05:46.3783655Z [00:04:31.553]➜  packagefile go/scanner=/tmp/go-build3700090427/b075/_pkg_.a
2025-08-20T23:05:46.3783856Z [00:04:31.553]➜  packagefile unique=/tmp/go-build3700090427/b089/_pkg_.a
2025-08-20T23:05:46.3784135Z [00:04:31.553]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3700090427/b134/_pkg_.a
2025-08-20T23:05:46.3784562Z [00:04:31.553]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3700090427/b115/_pkg_.a
2025-08-20T23:05:46.3784835Z [00:04:31.553]➜  packagefile crypto/internal/entropy=/tmp/go-build3700090427/b128/_pkg_.a
2025-08-20T23:05:46.3785120Z [00:04:31.553]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3700090427/b117/_pkg_.a
2025-08-20T23:05:46.3785412Z [00:04:31.553]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3700090427/b124/_pkg_.a
2025-08-20T23:05:46.3785737Z [00:04:31.553]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3700090427/b120/_pkg_.a
2025-08-20T23:05:46.3786022Z [00:04:31.553]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3700090427/b123/_pkg_.a
2025-08-20T23:05:46.3786308Z [00:04:31.553]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3700090427/b125/_pkg_.a
2025-08-20T23:05:46.3786561Z [00:04:31.553]➜  packagefile database/sql/driver=/tmp/go-build3700090427/b279/_pkg_.a
2025-08-20T23:05:46.3786877Z [00:04:31.553]➜  packagefile github.com/google/go-querystring/query=/tmp/go-build3700090427/b284/_pkg_.a
2025-08-20T23:05:46.3787140Z [00:04:31.553]➜  packagefile filippo.io/edwards25519=/tmp/go-build3700090427/b301/_pkg_.a
2025-08-20T23:05:46.3787416Z [00:04:31.553]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3700090427/b218/_pkg_.a
2025-08-20T23:05:46.3787675Z [00:04:31.553]➜  packagefile golang.org/x/text/width=/tmp/go-build3700090427/b220/_pkg_.a
2025-08-20T23:05:46.3787935Z [00:04:31.553]➜  packagefile github.com/lib/pq/oid=/tmp/go-build3700090427/b313/_pkg_.a
2025-08-20T23:05:46.3788190Z [00:04:31.553]➜  packagefile github.com/lib/pq/scram=/tmp/go-build3700090427/b314/_pkg_.a
2025-08-20T23:05:46.3788414Z [00:04:31.553]➜  packagefile crypto/mlkem=/tmp/go-build3700090427/b683/_pkg_.a
2025-08-20T23:05:46.3788702Z [00:04:31.553]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3700090427/b494/_pkg_.a
2025-08-20T23:05:46.3788988Z [00:04:31.553]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3700090427/b684/_pkg_.a
2025-08-20T23:05:46.3789313Z [00:04:31.553]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3700090427/b496/_pkg_.a
2025-08-20T23:05:46.3789941Z [00:04:31.553]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3700090427/b685/_pkg_.a
2025-08-20T23:05:46.3790218Z [00:04:31.553]➜  packagefile github.com/sendgrid/rest=/tmp/go-build3700090427/b689/_pkg_.a
2025-08-20T23:05:46.3790730Z [00:04:31.553]➜  packagefile github.com/sendgrid/sendgrid-go/helpers/mail=/tmp/go-build3700090427/b690/_pkg_.a
2025-08-20T23:05:46.3790971Z [00:04:31.553]➜  packagefile internal/saferio=/tmp/go-build3700090427/b476/_pkg_.a
2025-08-20T23:05:46.3791270Z [00:04:31.553]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3700090427/b377/_pkg_.a
2025-08-20T23:05:46.3791634Z [00:04:31.553]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3700090427/b356/_pkg_.a
2025-08-20T23:05:46.3791976Z [00:04:31.553]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3700090427/b436/_pkg_.a
2025-08-20T23:05:46.3792291Z [00:04:31.553]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3700090427/b442/_pkg_.a
2025-08-20T23:05:46.3792614Z [00:04:31.553]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build3700090427/b443/_pkg_.a
2025-08-20T23:05:46.3792989Z [00:04:31.553]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build3700090427/b448/_pkg_.a
2025-08-20T23:05:46.3793389Z [00:04:31.553]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build3700090427/b440/_pkg_.a
2025-08-20T23:05:46.3793647Z [00:04:31.553]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3700090427/b453/_pkg_.a
2025-08-20T23:05:46.3793934Z [00:04:31.553]➜  packagefile google.golang.org/api/internal=/tmp/go-build3700090427/b467/_pkg_.a
2025-08-20T23:05:46.3794270Z [00:04:31.553]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3700090427/b512/_pkg_.a
2025-08-20T23:05:46.3794727Z [00:04:31.553]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3700090427/b468/_pkg_.a
2025-08-20T23:05:46.3795049Z [00:04:31.553]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build3700090427/b515/_pkg_.a
2025-08-20T23:05:46.3795358Z [00:04:31.553]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3700090427/b481/_pkg_.a
2025-08-20T23:05:46.3795669Z [00:04:31.553]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3700090427/b455/_pkg_.a
2025-08-20T23:05:46.3796151Z [00:04:31.553]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3700090427/b518/_pkg_.a
2025-08-20T23:05:46.3796465Z [00:04:31.553]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build3700090427/b554/_pkg_.a
2025-08-20T23:05:46.3796801Z [00:04:31.553]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3700090427/b542/_pkg_.a
2025-08-20T23:05:46.3797145Z [00:04:31.553]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3700090427/b391/_pkg_.a
2025-08-20T23:05:46.3797476Z [00:04:31.553]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3700090427/b552/_pkg_.a
2025-08-20T23:05:46.3797749Z [00:04:31.553]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3700090427/b376/_pkg_.a
2025-08-20T23:05:46.3798068Z [00:04:31.553]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build3700090427/b558/_pkg_.a
2025-08-20T23:05:46.3798497Z [00:04:31.553]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3700090427/b559/_pkg_.a
2025-08-20T23:05:46.3798763Z [00:04:31.553]➜  packagefile golang.org/x/net/http2=/tmp/go-build3700090427/b415/_pkg_.a
2025-08-20T23:05:46.3799092Z [00:04:31.553]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build3700090427/b565/_pkg_.a
2025-08-20T23:05:46.3799545Z [00:04:31.553]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3700090427/b511/_pkg_.a
2025-08-20T23:05:46.3799808Z [00:04:31.553]➜  packagefile golang.org/x/net/trace=/tmp/go-build3700090427/b358/_pkg_.a
2025-08-20T23:05:46.3800095Z [00:04:31.553]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3700090427/b362/_pkg_.a
2025-08-20T23:05:46.3800381Z [00:04:31.553]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3700090427/b363/_pkg_.a
2025-08-20T23:05:46.3800690Z [00:04:31.553]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3700090427/b379/_pkg_.a
2025-08-20T23:05:46.3801140Z [00:04:31.553]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3700090427/b380/_pkg_.a
2025-08-20T23:05:46.3801478Z [00:04:31.553]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3700090427/b388/_pkg_.a
2025-08-20T23:05:46.3801762Z [00:04:31.553]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3700090427/b364/_pkg_.a
2025-08-20T23:05:46.3802070Z [00:04:31.553]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3700090427/b366/_pkg_.a
2025-08-20T23:05:46.3802471Z [00:04:31.553]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3700090427/b369/_pkg_.a
2025-08-20T23:05:46.3802761Z [00:04:31.553]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3700090427/b392/_pkg_.a
2025-08-20T23:05:46.3803069Z [00:04:31.553]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build3700090427/b395/_pkg_.a
2025-08-20T23:05:46.3803407Z [00:04:31.553]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3700090427/b375/_pkg_.a
2025-08-20T23:05:46.3803688Z [00:04:31.553]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3700090427/b367/_pkg_.a
2025-08-20T23:05:46.3803973Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3700090427/b373/_pkg_.a
2025-08-20T23:05:46.3804289Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3700090427/b396/_pkg_.a
2025-08-20T23:05:46.3804694Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3700090427/b397/_pkg_.a
2025-08-20T23:05:46.3805039Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3700090427/b398/_pkg_.a
2025-08-20T23:05:46.3805367Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build3700090427/b399/_pkg_.a
2025-08-20T23:05:46.3805688Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3700090427/b365/_pkg_.a
2025-08-20T23:05:46.3806020Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3700090427/b406/_pkg_.a
2025-08-20T23:05:46.3806346Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3700090427/b393/_pkg_.a
2025-08-20T23:05:46.3806658Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build3700090427/b408/_pkg_.a
2025-08-20T23:05:46.3806981Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3700090427/b409/_pkg_.a
2025-08-20T23:05:46.3807299Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3700090427/b384/_pkg_.a
2025-08-20T23:05:46.3807624Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3700090427/b410/_pkg_.a
2025-08-20T23:05:46.3808037Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build3700090427/b412/_pkg_.a
2025-08-20T23:05:46.3808427Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3700090427/b427/_pkg_.a
2025-08-20T23:05:46.3808774Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3700090427/b428/_pkg_.a
2025-08-20T23:05:46.3809123Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3700090427/b411/_pkg_.a
2025-08-20T23:05:46.3809580Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3700090427/b429/_pkg_.a
2025-08-20T23:05:46.3810069Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3700090427/b405/_pkg_.a
2025-08-20T23:05:46.3810409Z [00:04:31.553]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3700090427/b414/_pkg_.a
2025-08-20T23:05:46.3810707Z [00:04:31.553]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3700090427/b424/_pkg_.a
2025-08-20T23:05:46.3810976Z [00:04:31.554]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3700090427/b394/_pkg_.a
2025-08-20T23:05:46.3811393Z [00:04:31.554]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3700090427/b425/_pkg_.a
2025-08-20T23:05:46.3811674Z [00:04:31.554]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3700090427/b378/_pkg_.a
2025-08-20T23:05:46.3811980Z [00:04:31.554]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build3700090427/b430/_pkg_.a
2025-08-20T23:05:46.3812289Z [00:04:31.554]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3700090427/b374/_pkg_.a
2025-08-20T23:05:46.3812668Z [00:04:31.554]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3700090427/b426/_pkg_.a
2025-08-20T23:05:46.3813043Z [00:04:31.554]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3700090427/b386/_pkg_.a
2025-08-20T23:05:46.3813394Z [00:04:31.554]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3700090427/b333/_pkg_.a
2025-08-20T23:05:46.3813712Z [00:04:31.554]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3700090427/b350/_pkg_.a
2025-08-20T23:05:46.3814065Z [00:04:31.554]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build3700090427/b347/_pkg_.a
2025-08-20T23:05:46.3814387Z [00:04:31.554]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3700090427/b348/_pkg_.a
2025-08-20T23:05:46.3814737Z [00:04:31.554]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3700090427/b352/_pkg_.a
2025-08-20T23:05:46.3815072Z [00:04:31.554]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build3700090427/b353/_pkg_.a
2025-08-20T23:05:46.3815413Z [00:04:31.554]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3700090427/b325/_pkg_.a
2025-08-20T23:05:46.3815759Z [00:04:31.554]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3700090427/b354/_pkg_.a
2025-08-20T23:05:46.3816126Z [00:04:31.554]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3700090427/b403/_pkg_.a
2025-08-20T23:05:46.3816422Z [00:04:31.554]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3700090427/b116/_pkg_.a
2025-08-20T23:05:46.3816705Z [00:04:31.554]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3700090427/b141/_pkg_.a
2025-08-20T23:05:46.3817044Z [00:04:31.554]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3700090427/b144/_pkg_.a
2025-08-20T23:05:46.3817325Z [00:04:31.554]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3700090427/b147/_pkg_.a
2025-08-20T23:05:46.3817614Z [00:04:31.554]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3700090427/b148/_pkg_.a
2025-08-20T23:05:46.3817906Z [00:04:31.554]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3700090427/b142/_pkg_.a
2025-08-20T23:05:46.3818183Z [00:04:31.554]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3700090427/b150/_pkg_.a
2025-08-20T23:05:46.3818463Z [00:04:31.554]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3700090427/b151/_pkg_.a
2025-08-20T23:05:46.3818759Z [00:04:31.554]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3700090427/b158/_pkg_.a
2025-08-20T23:05:46.3819040Z [00:04:31.554]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3700090427/b161/_pkg_.a
2025-08-20T23:05:46.3819467Z [00:04:31.554]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3700090427/b118/_pkg_.a
2025-08-20T23:05:46.3819770Z [00:04:31.554]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3700090427/b121/_pkg_.a
2025-08-20T23:05:46.3820057Z [00:04:31.554]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3700090427/b149/_pkg_.a
2025-08-20T23:05:46.3820345Z [00:04:31.554]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3700090427/b175/_pkg_.a
2025-08-20T23:05:46.3820575Z [00:04:31.554]➜  packagefile crypto/fips140=/tmp/go-build3700090427/b179/_pkg_.a
2025-08-20T23:05:46.3820889Z [00:04:31.554]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3700090427/b168/_pkg_.a
2025-08-20T23:05:46.3821346Z [00:04:31.554]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3700090427/b169/_pkg_.a
2025-08-20T23:05:46.3821695Z [00:04:31.554]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3700090427/b170/_pkg_.a
2025-08-20T23:05:46.3821966Z [00:04:31.554]➜  packagefile vendor/golang.org/x/sys/cpu=/tmp/go-build3700090427/b171/_pkg_.a
2025-08-20T23:05:46.3822216Z [00:04:31.554]➜  packagefile net/http/httputil=/tmp/go-build3700090427/b230/_pkg_.a
2025-08-20T23:05:46.3822860Z [00:04:31.554]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage=/tmp/go-build3700090427/b232/_pkg_.a
2025-08-20T23:05:46.3823129Z [00:04:31.554]➜  packagefile go/build/constraint=/tmp/go-build3700090427/b242/_pkg_.a
2025-08-20T23:05:46.3823344Z [00:04:31.554]➜  packagefile go/parser=/tmp/go-build3700090427/b243/_pkg_.a
2025-08-20T23:05:46.3823588Z [00:04:31.554]➜  packagefile internal/buildcfg=/tmp/go-build3700090427/b244/_pkg_.a
2025-08-20T23:05:46.3823825Z [00:04:31.554]➜  packagefile internal/goroot=/tmp/go-build3700090427/b245/_pkg_.a
2025-08-20T23:05:46.3824073Z [00:04:31.554]➜  packagefile internal/goversion=/tmp/go-build3700090427/b246/_pkg_.a
2025-08-20T23:05:46.3824308Z [00:04:31.554]➜  packagefile internal/platform=/tmp/go-build3700090427/b247/_pkg_.a
2025-08-20T23:05:46.3824547Z [00:04:31.554]➜  packagefile internal/syslist=/tmp/go-build3700090427/b248/_pkg_.a
2025-08-20T23:05:46.3824810Z [00:04:31.554]➜  packagefile github.com/pkg/diff/ctxt=/tmp/go-build3700090427/b573/_pkg_.a
2025-08-20T23:05:46.3825091Z [00:04:31.554]➜  packagefile github.com/pkg/diff/intern=/tmp/go-build3700090427/b575/_pkg_.a
2025-08-20T23:05:46.3825356Z [00:04:31.554]➜  packagefile github.com/pkg/diff/myers=/tmp/go-build3700090427/b576/_pkg_.a
2025-08-20T23:05:46.3825619Z [00:04:31.554]➜  packagefile github.com/pkg/diff/edit=/tmp/go-build3700090427/b574/_pkg_.a
2025-08-20T23:05:46.3825824Z [00:04:31.554]➜  packagefile go/types=/tmp/go-build3700090427/b579/_pkg_.a
2025-08-20T23:05:46.3826144Z [00:04:31.554]➜  packagefile golang.org/x/tools/go/gcexportdata=/tmp/go-build3700090427/b586/_pkg_.a
2025-08-20T23:05:46.3826459Z [00:04:31.554]➜  packagefile golang.org/x/tools/internal/gocommand=/tmp/go-build3700090427/b597/_pkg_.a
2025-08-20T23:05:46.3826814Z [00:04:31.554]➜  packagefile golang.org/x/tools/internal/packagesinternal=/tmp/go-build3700090427/b603/_pkg_.a
2025-08-20T23:05:46.3827152Z [00:04:31.554]➜  packagefile golang.org/x/tools/internal/typesinternal=/tmp/go-build3700090427/b590/_pkg_.a
2025-08-20T23:05:46.3827467Z [00:04:31.554]➜  packagefile golang.org/x/tools/internal/imports=/tmp/go-build3700090427/b605/_pkg_.a
2025-08-20T23:05:46.3827738Z [00:04:31.554]➜  packagefile sigs.k8s.io/yaml/goyaml.v2=/tmp/go-build3700090427/b708/_pkg_.a
2025-08-20T23:05:46.3828030Z [00:04:31.554]➜  packagefile github.com/docker/cli/cli/config=/tmp/go-build3700090427/b712/_pkg_.a
2025-08-20T23:05:46.3828373Z [00:04:31.554]➜  packagefile github.com/docker/cli/cli/config/configfile=/tmp/go-build3700090427/b713/_pkg_.a
2025-08-20T23:05:46.3828696Z [00:04:31.554]➜  packagefile github.com/docker/cli/cli/config/types=/tmp/go-build3700090427/b715/_pkg_.a
2025-08-20T23:05:46.3828990Z [00:04:31.554]➜  packagefile github.com/mitchellh/go-homedir=/tmp/go-build3700090427/b721/_pkg_.a
2025-08-20T23:05:46.3829295Z [00:04:31.554]➜  packagefile github.com/opencontainers/go-digest=/tmp/go-build3700090427/b720/_pkg_.a
2025-08-20T23:05:46.3830079Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/pkg/v1/types=/tmp/go-build3700090427/b723/_pkg_.a
2025-08-20T23:05:46.3830607Z [00:04:31.554]➜  packagefile github.com/docker/docker/api/types/image=/tmp/go-build3700090427/b725/_pkg_.a
2025-08-20T23:05:46.3830916Z [00:04:31.554]➜  packagefile github.com/docker/docker/client=/tmp/go-build3700090427/b741/_pkg_.a
2025-08-20T23:05:46.3831264Z [00:04:31.554]➜  packagefile github.com/moby/docker-image-spec/specs-go/v1=/tmp/go-build3700090427/b738/_pkg_.a
2025-08-20T23:05:46.3831662Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/internal/redact=/tmp/go-build3700090427/b783/_pkg_.a
2025-08-20T23:05:46.3832242Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/internal/retry=/tmp/go-build3700090427/b784/_pkg_.a
2025-08-20T23:05:46.3832626Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/internal/verify=/tmp/go-build3700090427/b786/_pkg_.a
2025-08-20T23:05:46.3832999Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/pkg/logs=/tmp/go-build3700090427/b779/_pkg_.a
2025-08-20T23:05:46.3833491Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/pkg/v1/empty=/tmp/go-build3700090427/b787/_pkg_.a
2025-08-20T23:05:46.3833874Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/pkg/v1/mutate=/tmp/go-build3700090427/b788/_pkg_.a
2025-08-20T23:05:46.3834255Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/pkg/v1/partial=/tmp/go-build3700090427/b780/_pkg_.a
2025-08-20T23:05:46.3834677Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/pkg/v1/remote/transport=/tmp/go-build3700090427/b790/_pkg_.a
2025-08-20T23:05:46.3835061Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/pkg/v1/stream=/tmp/go-build3700090427/b789/_pkg_.a
2025-08-20T23:05:46.3835425Z [00:04:31.554]➜  packagefile github.com/containerd/stargz-snapshotter/estargz=/tmp/go-build3700090427/b762/_pkg_.a
2025-08-20T23:05:46.3835797Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/internal/and=/tmp/go-build3700090427/b773/_pkg_.a
2025-08-20T23:05:46.3836212Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/internal/compression=/tmp/go-build3700090427/b774/_pkg_.a
2025-08-20T23:05:46.3836608Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/internal/estargz=/tmp/go-build3700090427/b778/_pkg_.a
2025-08-20T23:05:46.3836983Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/internal/gzip=/tmp/go-build3700090427/b775/_pkg_.a
2025-08-20T23:05:46.3837377Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/internal/zstd=/tmp/go-build3700090427/b776/_pkg_.a
2025-08-20T23:05:46.3837763Z [00:04:31.554]➜  packagefile github.com/google/go-containerregistry/pkg/compression=/tmp/go-build3700090427/b777/_pkg_.a
2025-08-20T23:05:46.3838051Z [00:04:31.554]➜  packagefile cloud.google.com/go/internal=/tmp/go-build3700090427/b1981/_pkg_.a
2025-08-20T23:05:46.3838364Z [00:04:31.554]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build3700090427/b1982/_pkg_.a
2025-08-20T23:05:46.3838674Z [00:04:31.554]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build3700090427/b1983/_pkg_.a
2025-08-20T23:05:46.3838986Z [00:04:31.554]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build3700090427/b1984/_pkg_.a
2025-08-20T23:05:46.3839533Z [00:04:31.554]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build3700090427/b1985/_pkg_.a
2025-08-20T23:05:46.3839938Z [00:04:31.554]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3700090427/b1986/_pkg_.a
2025-08-20T23:05:46.3840290Z [00:04:31.554]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build3700090427/b1997/_pkg_.a
2025-08-20T23:05:46.3840672Z [00:04:31.554]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3700090427/b1998/_pkg_.a
2025-08-20T23:05:46.3841214Z [00:04:31.554]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build3700090427/b2000/_pkg_.a
2025-08-20T23:05:46.3841553Z [00:04:31.554]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build3700090427/b2015/_pkg_.a
2025-08-20T23:05:46.3841830Z [00:04:31.554]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3700090427/b523/_pkg_.a
2025-08-20T23:05:46.3842134Z [00:04:31.554]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3700090427/b520/_pkg_.a
2025-08-20T23:05:46.3842419Z [00:04:31.554]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3700090427/b529/_pkg_.a
2025-08-20T23:05:46.3842882Z [00:04:31.554]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3700090427/b1987/_pkg_.a
2025-08-20T23:05:46.3843234Z [00:04:31.554]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3700090427/b1992/_pkg_.a
2025-08-20T23:05:46.3843548Z [00:04:31.554]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3700090427/b1993/_pkg_.a
2025-08-20T23:05:46.3843827Z [00:04:31.554]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3700090427/b531/_pkg_.a
2025-08-20T23:05:46.3844267Z [00:04:31.554]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build3700090427/b2017/_pkg_.a
2025-08-20T23:05:46.3844567Z [00:04:31.554]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build3700090427/b2019/_pkg_.a
2025-08-20T23:05:46.3844864Z [00:04:31.554]➜  packagefile google.golang.org/api/transport=/tmp/go-build3700090427/b2020/_pkg_.a
2025-08-20T23:05:46.3845223Z [00:04:31.554]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3700090427/b1999/_pkg_.a
2025-08-20T23:05:46.3845540Z [00:04:31.554]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build3700090427/b2021/_pkg_.a
2025-08-20T23:05:46.3845875Z [00:04:31.554]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build3700090427/b2027/_pkg_.a
2025-08-20T23:05:46.3846218Z [00:04:31.554]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build3700090427/b2031/_pkg_.a
2025-08-20T23:05:46.3846504Z [00:04:31.554]➜  packagefile github.com/gobwas/glob/compiler=/tmp/go-build3700090427/b796/_pkg_.a
2025-08-20T23:05:46.3846800Z [00:04:31.554]➜  packagefile github.com/gobwas/glob/syntax=/tmp/go-build3700090427/b802/_pkg_.a
2025-08-20T23:05:46.3847093Z [00:04:31.554]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3700090427/b458/_pkg_.a
2025-08-20T23:05:46.3847558Z [00:04:31.554]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffer_writer=/tmp/go-build3700090427/b2239/_pkg_.a
2025-08-20T23:05:46.3848034Z [00:04:31.554]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/writers/buffered_file_writer=/tmp/go-build3700090427/b2240/_pkg_.a
2025-08-20T23:05:46.3848322Z [00:04:31.554]➜  packagefile github.com/golang-jwt/jwt/v4=/tmp/go-build3700090427/b2243/_pkg_.a
2025-08-20T23:05:46.3848643Z [00:04:31.554]➜  packagefile github.com/google/go-github/v72/github=/tmp/go-build3700090427/b2244/_pkg_.a
2025-08-20T23:05:46.3848978Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3700090427/b987/_pkg_.a
2025-08-20T23:05:46.3849305Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3700090427/b988/_pkg_.a
2025-08-20T23:05:46.3850025Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3700090427/b989/_pkg_.a
2025-08-20T23:05:46.3850348Z [00:04:31.554]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3700090427/b990/_pkg_.a
2025-08-20T23:05:46.3850644Z [00:04:31.554]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3700090427/b994/_pkg_.a
2025-08-20T23:05:46.3850930Z [00:04:31.554]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3700090427/b1002/_pkg_.a
2025-08-20T23:05:46.3851312Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build3700090427/b1008/_pkg_.a
2025-08-20T23:05:46.3851694Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build3700090427/b1016/_pkg_.a
2025-08-20T23:05:46.3852068Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build3700090427/b1018/_pkg_.a
2025-08-20T23:05:46.3852434Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build3700090427/b1020/_pkg_.a
2025-08-20T23:05:46.3852779Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3700090427/b1009/_pkg_.a
2025-08-20T23:05:46.3853105Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build3700090427/b1054/_pkg_.a
2025-08-20T23:05:46.3853683Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3700090427/b1021/_pkg_.a
2025-08-20T23:05:46.3854035Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3700090427/b1022/_pkg_.a
2025-08-20T23:05:46.3854414Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3700090427/b1040/_pkg_.a
2025-08-20T23:05:46.3854812Z [00:04:31.554]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build3700090427/b1055/_pkg_.a
2025-08-20T23:05:46.3855249Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3700090427/b1010/_pkg_.a
2025-08-20T23:05:46.3863194Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3700090427/b1052/_pkg_.a
2025-08-20T23:05:46.3863650Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3700090427/b2254/_pkg_.a
2025-08-20T23:05:46.3864037Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3700090427/b1004/_pkg_.a
2025-08-20T23:05:46.3864390Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build3700090427/b2255/_pkg_.a
2025-08-20T23:05:46.3864734Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3700090427/b1012/_pkg_.a
2025-08-20T23:05:46.3865069Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3700090427/b1019/_pkg_.a
2025-08-20T23:05:46.3865400Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3700090427/b1023/_pkg_.a
2025-08-20T23:05:46.3865802Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build3700090427/b2257/_pkg_.a
2025-08-20T23:05:46.3866258Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build3700090427/b2258/_pkg_.a
2025-08-20T23:05:46.3866613Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3700090427/b1048/_pkg_.a
2025-08-20T23:05:46.3866946Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3700090427/b1025/_pkg_.a
2025-08-20T23:05:46.3867276Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3700090427/b1028/_pkg_.a
2025-08-20T23:05:46.3867635Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3700090427/b1030/_pkg_.a
2025-08-20T23:05:46.3868014Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3700090427/b1031/_pkg_.a
2025-08-20T23:05:46.3868374Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3700090427/b1032/_pkg_.a
2025-08-20T23:05:46.3868781Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3700090427/b1033/_pkg_.a
2025-08-20T23:05:46.3869141Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3700090427/b1034/_pkg_.a
2025-08-20T23:05:46.3869791Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3700090427/b2259/_pkg_.a
2025-08-20T23:05:46.3870241Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3700090427/b1049/_pkg_.a
2025-08-20T23:05:46.3870628Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3700090427/b2262/_pkg_.a
2025-08-20T23:05:46.3871060Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3700090427/b1050/_pkg_.a
2025-08-20T23:05:46.3871451Z [00:04:31.554]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3700090427/b2263/_pkg_.a
2025-08-20T23:05:46.3871861Z [00:04:31.555]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build3700090427/b2265/_pkg_.a
2025-08-20T23:05:46.3872477Z [00:04:31.555]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build3700090427/b2266/_pkg_.a
2025-08-20T23:05:46.3872873Z [00:04:31.555]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3700090427/b2268/_pkg_.a
2025-08-20T23:05:46.3873151Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3700090427/b996/_pkg_.a
2025-08-20T23:05:46.3873437Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3700090427/b997/_pkg_.a
2025-08-20T23:05:46.3873913Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3700090427/b2270/_pkg_.a
2025-08-20T23:05:46.3874297Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build3700090427/b2271/_pkg_.a
2025-08-20T23:05:46.3874607Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3700090427/b1038/_pkg_.a
2025-08-20T23:05:46.3874967Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3700090427/b1029/_pkg_.a
2025-08-20T23:05:46.3875285Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3700090427/b1053/_pkg_.a
2025-08-20T23:05:46.3875586Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3700090427/b1039/_pkg_.a
2025-08-20T23:05:46.3875960Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build3700090427/b2272/_pkg_.a
2025-08-20T23:05:46.3876240Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3700090427/b1015/_pkg_.a
2025-08-20T23:05:46.3876543Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3700090427/b998/_pkg_.a
2025-08-20T23:05:46.3876824Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3700090427/b1005/_pkg_.a
2025-08-20T23:05:46.3877105Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build3700090427/b2273/_pkg_.a
2025-08-20T23:05:46.3877389Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3700090427/b999/_pkg_.a
2025-08-20T23:05:46.3877689Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3700090427/b1000/_pkg_.a
2025-08-20T23:05:46.3877972Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build3700090427/b2274/_pkg_.a
2025-08-20T23:05:46.3878328Z [00:04:31.555]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build3700090427/b1047/_pkg_.a
2025-08-20T23:05:46.3878745Z [00:04:31.555]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build3700090427/b1051/_pkg_.a
2025-08-20T23:05:46.3879093Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/armor=/tmp/go-build3700090427/b880/_pkg_.a
2025-08-20T23:05:46.3879695Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdh=/tmp/go-build3700090427/b882/_pkg_.a
2025-08-20T23:05:46.3880054Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ecdsa=/tmp/go-build3700090427/b905/_pkg_.a
2025-08-20T23:05:46.3880421Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed25519=/tmp/go-build3700090427/b906/_pkg_.a
2025-08-20T23:05:46.3880761Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/ed448=/tmp/go-build3700090427/b907/_pkg_.a
2025-08-20T23:05:46.3881104Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/eddsa=/tmp/go-build3700090427/b908/_pkg_.a
2025-08-20T23:05:46.3881457Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/errors=/tmp/go-build3700090427/b881/_pkg_.a
2025-08-20T23:05:46.3881867Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/algorithm=/tmp/go-build3700090427/b884/_pkg_.a
2025-08-20T23:05:46.3882243Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/ecc=/tmp/go-build3700090427/b889/_pkg_.a
2025-08-20T23:05:46.3882594Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x25519=/tmp/go-build3700090427/b914/_pkg_.a
2025-08-20T23:05:46.3883066Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/x448=/tmp/go-build3700090427/b915/_pkg_.a
2025-08-20T23:05:46.3883349Z [00:04:31.555]➜  packagefile golang.org/x/crypto/sha3=/tmp/go-build3700090427/b920/_pkg_.a
2025-08-20T23:05:46.3883585Z [00:04:31.555]➜  packagefile compress/zlib=/tmp/go-build3700090427/b816/_pkg_.a
2025-08-20T23:05:46.3883944Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/elgamal=/tmp/go-build3700090427/b910/_pkg_.a
2025-08-20T23:05:46.3884453Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/internal/encoding=/tmp/go-build3700090427/b892/_pkg_.a
2025-08-20T23:05:46.3884802Z [00:04:31.555]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/s2k=/tmp/go-build3700090427/b911/_pkg_.a
2025-08-20T23:05:46.3885064Z [00:04:31.555]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3700090427/b500/_pkg_.a
2025-08-20T23:05:46.3885281Z [00:04:31.555]➜  packagefile image=/tmp/go-build3700090427/b916/_pkg_.a
2025-08-20T23:05:46.3885504Z [00:04:31.555]➜  packagefile image/jpeg=/tmp/go-build3700090427/b918/_pkg_.a
2025-08-20T23:05:46.3885836Z [00:04:31.555]➜  packagefile github.com/cyphar/filepath-securejoin=/tmp/go-build3700090427/b2164/_pkg_.a
2025-08-20T23:05:46.3886169Z [00:04:31.555]➜  packagefile github.com/go-git/go-billy/v5/helper/chroot=/tmp/go-build3700090427/b2165/_pkg_.a
2025-08-20T23:05:46.3886433Z [00:04:31.555]➜  packagefile github.com/go-git/gcfg=/tmp/go-build3700090427/b2176/_pkg_.a
2025-08-20T23:05:46.3886807Z [00:04:31.555]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/idxfile=/tmp/go-build3700090427/b2192/_pkg_.a
2025-08-20T23:05:46.3887072Z [00:04:31.555]➜  packagefile github.com/pjbgf/sha1cd=/tmp/go-build3700090427/b2172/_pkg_.a
2025-08-20T23:05:46.3887434Z [00:04:31.555]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/pktline=/tmp/go-build3700090427/b2211/_pkg_.a
2025-08-20T23:05:46.3887800Z [00:04:31.555]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/file=/tmp/go-build3700090427/b2219/_pkg_.a
2025-08-20T23:05:46.3888165Z [00:04:31.555]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/git=/tmp/go-build3700090427/b2225/_pkg_.a
2025-08-20T23:05:46.3888529Z [00:04:31.555]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/http=/tmp/go-build3700090427/b2226/_pkg_.a
2025-08-20T23:05:46.3888884Z [00:04:31.555]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/ssh=/tmp/go-build3700090427/b2228/_pkg_.a
2025-08-20T23:05:46.3889260Z [00:04:31.555]➜  packagefile github.com/go-git/go-git/v5/plumbing/format/objfile=/tmp/go-build3700090427/b2223/_pkg_.a
2025-08-20T23:05:46.3889856Z [00:04:31.555]➜  packagefile github.com/jbenet/go-context/io=/tmp/go-build3700090427/b2187/_pkg_.a
2025-08-20T23:05:46.3890339Z [00:04:31.555]➜  packagefile github.com/go-git/go-git/v5/utils/merkletrie/internal/frame=/tmp/go-build3700090427/b2208/_pkg_.a
2025-08-20T23:05:46.3890677Z [00:04:31.555]➜  packagefile github.com/hashicorp/golang-lru/v2/internal=/tmp/go-build3700090427/b828/_pkg_.a
2025-08-20T23:05:46.3890978Z [00:04:31.555]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build3700090427/b638/_pkg_.a
2025-08-20T23:05:46.3891333Z [00:04:31.555]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build3700090427/b639/_pkg_.a
2025-08-20T23:05:46.3891687Z [00:04:31.555]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3700090427/b349/_pkg_.a
2025-08-20T23:05:46.3892019Z [00:04:31.555]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build3700090427/b641/_pkg_.a
2025-08-20T23:05:46.3892372Z [00:04:31.555]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build3700090427/b642/_pkg_.a
2025-08-20T23:05:46.3892789Z [00:04:31.555]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3700090427/b2287/_pkg_.a
2025-08-20T23:05:46.3893248Z [00:04:31.555]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport/version=/tmp/go-build3700090427/b2288/_pkg_.a
2025-08-20T23:05:46.3893790Z [00:04:31.555]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build3700090427/b2290/_pkg_.a
2025-08-20T23:05:46.3894213Z [00:04:31.555]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi=/tmp/go-build3700090427/b2291/_pkg_.a
2025-08-20T23:05:46.3894655Z [00:04:31.555]➜  packagefile github.com/mitchellh/colorstring=/tmp/go-build3700090427/b3010/_pkg_.a
2025-08-20T23:05:46.3894937Z [00:04:31.555]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3700090427/b219/_pkg_.a
2025-08-20T23:05:46.3895338Z [00:04:31.555]➜  packagefile golang.org/x/term=/tmp/go-build3700090427/b3011/_pkg_.a
2025-08-20T23:05:46.3895717Z [00:04:31.555]➜  packagefile github.com/bill-rich/go-syslog/pkg/syslogparser=/tmp/go-build3700090427/b3016/_pkg_.a
2025-08-20T23:05:46.3896070Z [00:04:31.555]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3700090427/b329/_pkg_.a
2025-08-20T23:05:46.3896384Z [00:04:31.555]➜  packagefile github.com/wasilibs/go-re2/internal=/tmp/go-build3700090427/b645/_pkg_.a
2025-08-20T23:05:46.3896801Z [00:04:31.555]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns/internal/endpoints=/tmp/go-build3700090427/b1057/_pkg_.a
2025-08-20T23:05:46.3897145Z [00:04:31.555]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sns/types=/tmp/go-build3700090427/b1058/_pkg_.a
2025-08-20T23:05:46.3897531Z [00:04:31.555]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build3700090427/b1001/_pkg_.a
2025-08-20T23:05:46.3897776Z [00:04:31.555]➜  packagefile encoding/base32=/tmp/go-build3700090427/b1060/_pkg_.a
2025-08-20T23:05:46.3898083Z [00:04:31.555]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build3700090427/b1069/_pkg_.a
2025-08-20T23:05:46.3898396Z [00:04:31.555]➜  packagefile github.com/couchbase/gocb/v2/search=/tmp/go-build3700090427/b1195/_pkg_.a
2025-08-20T23:05:46.3898709Z [00:04:31.555]➜  packagefile github.com/couchbase/gocb/v2/vector=/tmp/go-build3700090427/b1197/_pkg_.a
2025-08-20T23:05:46.3899017Z [00:04:31.555]➜  packagefile github.com/couchbase/gocbcore/v10=/tmp/go-build3700090427/b1198/_pkg_.a
2025-08-20T23:05:46.3899541Z [00:04:31.555]➜  packagefile github.com/couchbase/gocbcore/v10/memd=/tmp/go-build3700090427/b1200/_pkg_.a
2025-08-20T23:05:46.3899842Z [00:04:31.555]➜  packagefile github.com/couchbase/gocbcoreps=/tmp/go-build3700090427/b1204/_pkg_.a
2025-08-20T23:05:46.3900268Z [00:04:31.555]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_bucket_v1=/tmp/go-build3700090427/b1205/_pkg_.a
2025-08-20T23:05:46.3900713Z [00:04:31.555]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_collection_v1=/tmp/go-build3700090427/b1207/_pkg_.a
2025-08-20T23:05:46.3901131Z [00:04:31.555]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_query_v1=/tmp/go-build3700090427/b1208/_pkg_.a
2025-08-20T23:05:46.3901549Z [00:04:31.555]➜  packagefile github.com/couchbase/goprotostellar/genproto/admin_search_v1=/tmp/go-build3700090427/b1209/_pkg_.a
2025-08-20T23:05:46.3902074Z [00:04:31.555]➜  packagefile github.com/couchbase/goprotostellar/genproto/kv_v1=/tmp/go-build3700090427/b1206/_pkg_.a
2025-08-20T23:05:46.3902468Z [00:04:31.555]➜  packagefile github.com/couchbase/goprotostellar/genproto/query_v1=/tmp/go-build3700090427/b1211/_pkg_.a
2025-08-20T23:05:46.3902872Z [00:04:31.555]➜  packagefile github.com/couchbase/goprotostellar/genproto/search_v1=/tmp/go-build3700090427/b1196/_pkg_.a
2025-08-20T23:05:46.3903206Z [00:04:31.555]➜  packagefile github.com/couchbaselabs/gocbconnstr/v2=/tmp/go-build3700090427/b1216/_pkg_.a
2025-08-20T23:05:46.3903489Z [00:04:31.555]➜  packagefile github.com/golang/snappy=/tmp/go-build3700090427/b1202/_pkg_.a
2025-08-20T23:05:46.3903787Z [00:04:31.555]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3700090427/b535/_pkg_.a
2025-08-20T23:05:46.3904180Z [00:04:31.555]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build3700090427/b441/_pkg_.a
2025-08-20T23:05:46.3904494Z [00:04:31.555]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3700090427/b838/_pkg_.a
2025-08-20T23:05:46.3904796Z [00:04:31.555]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build3700090427/b460/_pkg_.a
2025-08-20T23:05:46.3905136Z [00:04:31.555]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build3700090427/b461/_pkg_.a
2025-08-20T23:05:46.3905606Z [00:04:31.555]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build3700090427/b464/_pkg_.a
2025-08-20T23:05:46.3906111Z [00:04:31.555]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3700090427/b462/_pkg_.a
2025-08-20T23:05:46.3906387Z [00:04:31.555]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3700090427/b465/_pkg_.a
2025-08-20T23:05:46.3906644Z [00:04:31.555]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3700090427/b466/_pkg_.a
2025-08-20T23:05:46.3906931Z [00:04:31.555]➜  packagefile github.com/golang-sql/civil=/tmp/go-build3700090427/b1423/_pkg_.a
2025-08-20T23:05:46.3907220Z [00:04:31.555]➜  packagefile github.com/golang-sql/sqlexp=/tmp/go-build3700090427/b1424/_pkg_.a
2025-08-20T23:05:46.3907538Z [00:04:31.555]➜  packagefile github.com/microsoft/go-mssqldb/aecmk=/tmp/go-build3700090427/b1425/_pkg_.a
2025-08-20T23:05:46.3907892Z [00:04:31.555]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build3700090427/b1426/_pkg_.a
2025-08-20T23:05:46.3908272Z [00:04:31.555]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/ntlm=/tmp/go-build3700090427/b1428/_pkg_.a
2025-08-20T23:05:46.3908625Z [00:04:31.555]➜  packagefile github.com/microsoft/go-mssqldb/internal/cp=/tmp/go-build3700090427/b1430/_pkg_.a
2025-08-20T23:05:46.3908989Z [00:04:31.555]➜  packagefile github.com/microsoft/go-mssqldb/internal/decimal=/tmp/go-build3700090427/b1431/_pkg_.a
2025-08-20T23:05:46.3909891Z [00:04:31.555]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=/tmp/go-build3700090427/b1432/_pkg_.a
2025-08-20T23:05:46.3910522Z [00:04:31.555]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build3700090427/b1434/_pkg_.a
2025-08-20T23:05:46.3911078Z [00:04:31.555]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build3700090427/b1435/_pkg_.a
2025-08-20T23:05:46.3911453Z [00:04:31.555]➜  packagefile github.com/microsoft/go-mssqldb/internal/querytext=/tmp/go-build3700090427/b1437/_pkg_.a
2025-08-20T23:05:46.3911774Z [00:04:31.555]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3700090427/b830/_pkg_.a
2025-08-20T23:05:46.3912052Z [00:04:31.555]➜  packagefile github.com/Azure/go-ntlmssp=/tmp/go-build3700090427/b1464/_pkg_.a
2025-08-20T23:05:46.3912349Z [00:04:31.555]➜  packagefile github.com/go-asn1-ber/asn1-ber=/tmp/go-build3700090427/b1465/_pkg_.a
2025-08-20T23:05:46.3912614Z [00:04:31.555]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3700090427/b1429/_pkg_.a
2025-08-20T23:05:46.3913065Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3700090427/b1523/_pkg_.a
2025-08-20T23:05:46.3913402Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3700090427/b1524/_pkg_.a
2025-08-20T23:05:46.3913726Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3700090427/b1526/_pkg_.a
2025-08-20T23:05:46.3914055Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3700090427/b1527/_pkg_.a
2025-08-20T23:05:46.3914400Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3700090427/b1528/_pkg_.a
2025-08-20T23:05:46.3914695Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3700090427/b1530/_pkg_.a
2025-08-20T23:05:46.3915052Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3700090427/b1538/_pkg_.a
2025-08-20T23:05:46.3915386Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build3700090427/b1539/_pkg_.a
2025-08-20T23:05:46.3915713Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3700090427/b1540/_pkg_.a
2025-08-20T23:05:46.3916059Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3700090427/b1541/_pkg_.a
2025-08-20T23:05:46.3916397Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3700090427/b1542/_pkg_.a
2025-08-20T23:05:46.3916840Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3700090427/b1543/_pkg_.a
2025-08-20T23:05:46.3917195Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3700090427/b1532/_pkg_.a
2025-08-20T23:05:46.3917537Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3700090427/b1550/_pkg_.a
2025-08-20T23:05:46.3917886Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3700090427/b1551/_pkg_.a
2025-08-20T23:05:46.3918237Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3700090427/b1529/_pkg_.a
2025-08-20T23:05:46.3918572Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3700090427/b1552/_pkg_.a
2025-08-20T23:05:46.3918953Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3700090427/b1554/_pkg_.a
2025-08-20T23:05:46.3919657Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3700090427/b1555/_pkg_.a
2025-08-20T23:05:46.3920124Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3700090427/b1568/_pkg_.a
2025-08-20T23:05:46.3920524Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3700090427/b1556/_pkg_.a
2025-08-20T23:05:46.3920901Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build3700090427/b1572/_pkg_.a
2025-08-20T23:05:46.3921195Z [00:04:31.555]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build3700090427/b1547/_pkg_.a
2025-08-20T23:05:46.3921491Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3700090427/b1537/_pkg_.a
2025-08-20T23:05:46.3921874Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3700090427/b1570/_pkg_.a
2025-08-20T23:05:46.3922276Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3700090427/b1557/_pkg_.a
2025-08-20T23:05:46.3922551Z [00:04:31.555]➜  packagefile github.com/xdg-go/scram=/tmp/go-build3700090427/b1559/_pkg_.a
2025-08-20T23:05:46.3922838Z [00:04:31.555]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3700090427/b1561/_pkg_.a
2025-08-20T23:05:46.3923214Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3700090427/b1562/_pkg_.a
2025-08-20T23:05:46.3923717Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build3700090427/b1564/_pkg_.a
2025-08-20T23:05:46.3924081Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3700090427/b1566/_pkg_.a
2025-08-20T23:05:46.3924413Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3700090427/b1531/_pkg_.a
2025-08-20T23:05:46.3924787Z [00:04:31.555]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build3700090427/b1567/_pkg_.a
2025-08-20T23:05:46.3925102Z [00:04:31.555]➜  packagefile github.com/go-redis/redis/internal=/tmp/go-build3700090427/b1705/_pkg_.a
2025-08-20T23:05:46.3925472Z [00:04:31.555]➜  packagefile github.com/go-redis/redis/internal/consistenthash=/tmp/go-build3700090427/b1708/_pkg_.a
2025-08-20T23:05:46.3925811Z [00:04:31.555]➜  packagefile github.com/go-redis/redis/internal/hashtag=/tmp/go-build3700090427/b1709/_pkg_.a
2025-08-20T23:05:46.3926139Z [00:04:31.555]➜  packagefile github.com/go-redis/redis/internal/pool=/tmp/go-build3700090427/b1710/_pkg_.a
2025-08-20T23:05:46.3926473Z [00:04:31.555]➜  packagefile github.com/go-redis/redis/internal/proto=/tmp/go-build3700090427/b1706/_pkg_.a
2025-08-20T23:05:46.3926806Z [00:04:31.555]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3700090427/b769/_pkg_.a
2025-08-20T23:05:46.3927070Z [00:04:31.555]➜  packagefile golang.org/x/net/html=/tmp/go-build3700090427/b812/_pkg_.a
2025-08-20T23:05:46.3927293Z [00:04:31.555]➜  packagefile debug/macho=/tmp/go-build3700090427/b815/_pkg_.a
2025-08-20T23:05:46.3927633Z [00:04:31.555]➜  packagefile encoding/csv=/tmp/go-build3700090427/b613/_pkg_.a
2025-08-20T23:05:46.3928004Z [00:04:31.555]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build3700090427/b818/_pkg_.a
2025-08-20T23:05:46.3928345Z [00:04:31.555]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build3700090427/b822/_pkg_.a
2025-08-20T23:05:46.3928630Z [00:04:31.555]➜  packagefile github.com/bodgit/plumbing=/tmp/go-build3700090427/b824/_pkg_.a
2025-08-20T23:05:46.3928972Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/aes7z=/tmp/go-build3700090427/b825/_pkg_.a
2025-08-20T23:05:46.3929298Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/bcj2=/tmp/go-build3700090427/b836/_pkg_.a
2025-08-20T23:05:46.3929907Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/bra=/tmp/go-build3700090427/b840/_pkg_.a
2025-08-20T23:05:46.3930257Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/brotli=/tmp/go-build3700090427/b841/_pkg_.a
2025-08-20T23:05:46.3930594Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/bzip2=/tmp/go-build3700090427/b842/_pkg_.a
2025-08-20T23:05:46.3930937Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/deflate=/tmp/go-build3700090427/b844/_pkg_.a
2025-08-20T23:05:46.3931270Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/delta=/tmp/go-build3700090427/b845/_pkg_.a
2025-08-20T23:05:46.3931597Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/lz4=/tmp/go-build3700090427/b846/_pkg_.a
2025-08-20T23:05:46.3931928Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/lzma=/tmp/go-build3700090427/b852/_pkg_.a
2025-08-20T23:05:46.3932254Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/lzma2=/tmp/go-build3700090427/b856/_pkg_.a
2025-08-20T23:05:46.3932586Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/pool=/tmp/go-build3700090427/b857/_pkg_.a
2025-08-20T23:05:46.3932913Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/util=/tmp/go-build3700090427/b837/_pkg_.a
2025-08-20T23:05:46.3933240Z [00:04:31.555]➜  packagefile github.com/bodgit/sevenzip/internal/zstd=/tmp/go-build3700090427/b858/_pkg_.a
2025-08-20T23:05:46.3933507Z [00:04:31.556]➜  packagefile github.com/bodgit/windows=/tmp/go-build3700090427/b859/_pkg_.a
2025-08-20T23:05:46.3933755Z [00:04:31.556]➜  packagefile go4.org/readerutil=/tmp/go-build3700090427/b860/_pkg_.a
2025-08-20T23:05:46.3934251Z [00:04:31.556]➜  packagefile github.com/dsnet/compress/bzip2/internal/sais=/tmp/go-build3700090427/b862/_pkg_.a
2025-08-20T23:05:46.3934564Z [00:04:31.556]➜  packagefile github.com/dsnet/compress/internal=/tmp/go-build3700090427/b863/_pkg_.a
2025-08-20T23:05:46.3934890Z [00:04:31.556]➜  packagefile github.com/dsnet/compress/internal/errors=/tmp/go-build3700090427/b864/_pkg_.a
2025-08-20T23:05:46.3935222Z [00:04:31.556]➜  packagefile github.com/dsnet/compress/internal/prefix=/tmp/go-build3700090427/b865/_pkg_.a
2025-08-20T23:05:46.3935568Z [00:04:31.556]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build3700090427/b869/_pkg_.a
2025-08-20T23:05:46.3935931Z [00:04:31.556]➜  packagefile github.com/klauspost/compress/internal/godebug=/tmp/go-build3700090427/b871/_pkg_.a
2025-08-20T23:05:46.3936152Z [00:04:31.556]➜  packagefile hash/adler32=/tmp/go-build3700090427/b817/_pkg_.a
2025-08-20T23:05:46.3936453Z [00:04:31.556]➜  packagefile github.com/klauspost/compress=/tmp/go-build3700090427/b765/_pkg_.a
2025-08-20T23:05:46.3936758Z [00:04:31.556]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build3700090427/b766/_pkg_.a
2025-08-20T23:05:46.3937116Z [00:04:31.556]➜  packagefile github.com/klauspost/compress/internal/cpuinfo=/tmp/go-build3700090427/b768/_pkg_.a
2025-08-20T23:05:46.3937470Z [00:04:31.556]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build3700090427/b770/_pkg_.a
2025-08-20T23:05:46.3937955Z [00:04:31.556]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build3700090427/b771/_pkg_.a
2025-08-20T23:05:46.3938307Z [00:04:31.556]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3700090427/b848/_pkg_.a
2025-08-20T23:05:46.3938652Z [00:04:31.556]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3700090427/b849/_pkg_.a
2025-08-20T23:05:46.3939002Z [00:04:31.556]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build3700090427/b850/_pkg_.a
2025-08-20T23:05:46.3939226Z [00:04:31.556]➜  packagefile hash/crc64=/tmp/go-build3700090427/b614/_pkg_.a
2025-08-20T23:05:46.3939712Z [00:04:31.556]➜  packagefile github.com/ulikunitz/xz/internal/xlog=/tmp/go-build3700090427/b855/_pkg_.a
2025-08-20T23:05:46.3940075Z [00:04:31.556]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3700090427/b832/_pkg_.a
2025-08-20T23:05:46.3940391Z [00:04:31.556]➜  packagefile github.com/ulikunitz/xz/internal/hash=/tmp/go-build3700090427/b854/_pkg_.a
2025-08-20T23:05:46.3940700Z [00:04:31.556]➜  packagefile golang.org/x/crypto/openpgp/armor=/tmp/go-build3700090427/b1966/_pkg_.a
2025-08-20T23:05:46.3941012Z [00:04:31.556]➜  packagefile golang.org/x/crypto/openpgp/errors=/tmp/go-build3700090427/b1967/_pkg_.a
2025-08-20T23:05:46.3941358Z [00:04:31.556]➜  packagefile golang.org/x/crypto/openpgp/packet=/tmp/go-build3700090427/b1968/_pkg_.a
2025-08-20T23:05:46.3941655Z [00:04:31.556]➜  packagefile golang.org/x/crypto/openpgp/s2k=/tmp/go-build3700090427/b1970/_pkg_.a
2025-08-20T23:05:46.3941979Z [00:04:31.556]➜  packagefile golang.org/x/crypto/openpgp/clearsign=/tmp/go-build3700090427/b1972/_pkg_.a
2025-08-20T23:05:46.3942252Z [00:04:31.556]➜  packagefile pault.ag/go/debian/hashio=/tmp/go-build3700090427/b1975/_pkg_.a
2025-08-20T23:05:46.3942528Z [00:04:31.556]➜  packagefile pault.ag/go/debian/internal=/tmp/go-build3700090427/b1976/_pkg_.a
2025-08-20T23:05:46.3942778Z [00:04:31.556]➜  packagefile pault.ag/go/topsort=/tmp/go-build3700090427/b1977/_pkg_.a
2025-08-20T23:05:46.3943096Z [00:04:31.556]➜  packagefile github.com/emirpasic/gods/containers=/tmp/go-build3700090427/b2197/_pkg_.a
2025-08-20T23:05:46.3943435Z [00:04:31.556]➜  packagefile github.com/emirpasic/gods/lists/arraylist=/tmp/go-build3700090427/b2199/_pkg_.a
2025-08-20T23:05:46.3943725Z [00:04:31.556]➜  packagefile github.com/emirpasic/gods/trees=/tmp/go-build3700090427/b2201/_pkg_.a
2025-08-20T23:05:46.3944017Z [00:04:31.556]➜  packagefile github.com/emirpasic/gods/utils=/tmp/go-build3700090427/b2198/_pkg_.a
2025-08-20T23:05:46.3944469Z [00:04:31.556]➜  packagefile github.com/go-git/go-git/v5/plumbing/color=/tmp/go-build3700090427/b2203/_pkg_.a
2025-08-20T23:05:46.3944761Z [00:04:31.556]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3700090427/b238/_pkg_.a
2025-08-20T23:05:46.3945069Z [00:04:31.556]➜  packagefile github.com/charmbracelet/x/cellbuf=/tmp/go-build3700090427/b3031/_pkg_.a
2025-08-20T23:05:46.3945345Z [00:04:31.556]➜  packagefile github.com/muesli/termenv=/tmp/go-build3700090427/b3035/_pkg_.a
2025-08-20T23:05:46.3945670Z [00:04:31.556]➜  packagefile github.com/charmbracelet/x/ansi/kitty=/tmp/go-build3700090427/b3027/_pkg_.a
2025-08-20T23:05:46.3945998Z [00:04:31.556]➜  packagefile github.com/charmbracelet/x/ansi/parser=/tmp/go-build3700090427/b3029/_pkg_.a
2025-08-20T23:05:46.3946294Z [00:04:31.556]➜  packagefile github.com/lucasb-eyer/go-colorful=/tmp/go-build3700090427/b3030/_pkg_.a
2025-08-20T23:05:46.3946525Z [00:04:31.556]➜  packagefile image/color=/tmp/go-build3700090427/b917/_pkg_.a
2025-08-20T23:05:46.3946817Z [00:04:31.556]➜  packagefile github.com/alecthomas/chroma/v2=/tmp/go-build3700090427/b3045/_pkg_.a
2025-08-20T23:05:46.3947134Z [00:04:31.556]➜  packagefile github.com/alecthomas/chroma/v2/quick=/tmp/go-build3700090427/b3048/_pkg_.a
2025-08-20T23:05:46.3947450Z [00:04:31.556]➜  packagefile github.com/alecthomas/chroma/v2/styles=/tmp/go-build3700090427/b3053/_pkg_.a
2025-08-20T23:05:46.3947838Z [00:04:31.556]➜  packagefile github.com/charmbracelet/glamour/internal/autolink=/tmp/go-build3700090427/b3054/_pkg_.a
2025-08-20T23:05:46.3948324Z [00:04:31.556]➜  packagefile github.com/charmbracelet/lipgloss/table=/tmp/go-build3700090427/b3055/_pkg_.a
2025-08-20T23:05:46.3948648Z [00:04:31.556]➜  packagefile github.com/charmbracelet/x/exp/slice=/tmp/go-build3700090427/b3056/_pkg_.a
2025-08-20T23:05:46.3948948Z [00:04:31.556]➜  packagefile github.com/microcosm-cc/bluemonday=/tmp/go-build3700090427/b3057/_pkg_.a
2025-08-20T23:05:46.3949250Z [00:04:31.556]➜  packagefile github.com/muesli/reflow/indent=/tmp/go-build3700090427/b3062/_pkg_.a
2025-08-20T23:05:46.3949807Z [00:04:31.556]➜  packagefile github.com/muesli/reflow/padding=/tmp/go-build3700090427/b3064/_pkg_.a
2025-08-20T23:05:46.3950139Z [00:04:31.556]➜  packagefile github.com/muesli/reflow/wordwrap=/tmp/go-build3700090427/b3065/_pkg_.a
2025-08-20T23:05:46.3950451Z [00:04:31.556]➜  packagefile github.com/yuin/goldmark-emoji/ast=/tmp/go-build3700090427/b3066/_pkg_.a
2025-08-20T23:05:46.3950740Z [00:04:31.556]➜  packagefile github.com/yuin/goldmark/ast=/tmp/go-build3700090427/b3068/_pkg_.a
2025-08-20T23:05:46.3951074Z [00:04:31.556]➜  packagefile github.com/yuin/goldmark/extension/ast=/tmp/go-build3700090427/b3071/_pkg_.a
2025-08-20T23:05:46.3951379Z [00:04:31.556]➜  packagefile github.com/yuin/goldmark/renderer=/tmp/go-build3700090427/b3072/_pkg_.a
2025-08-20T23:05:46.3951666Z [00:04:31.556]➜  packagefile github.com/yuin/goldmark/util=/tmp/go-build3700090427/b3070/_pkg_.a
2025-08-20T23:05:46.3951962Z [00:04:31.556]➜  packagefile github.com/muesli/reflow/ansi=/tmp/go-build3700090427/b3063/_pkg_.a
2025-08-20T23:05:46.3952312Z [00:04:31.556]➜  packagefile github.com/charmbracelet/bubbles/textinput=/tmp/go-build3700090427/b3076/_pkg_.a
2025-08-20T23:05:46.3952661Z [00:04:31.556]➜  packagefile github.com/charmbracelet/bubbles/paginator=/tmp/go-build3700090427/b3084/_pkg_.a
2025-08-20T23:05:46.3953002Z [00:04:31.556]➜  packagefile github.com/charmbracelet/bubbles/spinner=/tmp/go-build3700090427/b3085/_pkg_.a
2025-08-20T23:05:46.3953277Z [00:04:31.556]➜  packagefile github.com/sahilm/fuzzy=/tmp/go-build3700090427/b3086/_pkg_.a
2025-08-20T23:05:46.3953731Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/circleci=/tmp/go-build3700090427/b3093/_pkg_.a
2025-08-20T23:05:46.3954178Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/docker=/tmp/go-build3700090427/b3094/_pkg_.a
2025-08-20T23:05:46.3954648Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/elasticsearch=/tmp/go-build3700090427/b3095/_pkg_.a
2025-08-20T23:05:46.3955240Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/filesystem=/tmp/go-build3700090427/b3096/_pkg_.a
2025-08-20T23:05:46.3955668Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gcs=/tmp/go-build3700090427/b3097/_pkg_.a
2025-08-20T23:05:46.3956086Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/git=/tmp/go-build3700090427/b3098/_pkg_.a
2025-08-20T23:05:46.3956537Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/github=/tmp/go-build3700090427/b3099/_pkg_.a
2025-08-20T23:05:46.3956969Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/gitlab=/tmp/go-build3700090427/b3100/_pkg_.a
2025-08-20T23:05:46.3957435Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/huggingface=/tmp/go-build3700090427/b3101/_pkg_.a
2025-08-20T23:05:46.3957883Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/jenkins=/tmp/go-build3700090427/b3102/_pkg_.a
2025-08-20T23:05:46.3958325Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/postman=/tmp/go-build3700090427/b3103/_pkg_.a
2025-08-20T23:05:46.3958746Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/s3=/tmp/go-build3700090427/b3104/_pkg_.a
2025-08-20T23:05:46.3959291Z [00:04:31.556]➜  packagefile github.com/trufflesecurity/trufflehog/v3/pkg/tui/sources/syslog=/tmp/go-build3700090427/b3105/_pkg_.a
2025-08-20T23:05:46.3959831Z [00:04:31.556]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3700090427/b497/_pkg_.a
2025-08-20T23:05:46.3960156Z [00:04:31.556]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3700090427/b187/_pkg_.a
2025-08-20T23:05:46.3960452Z [00:04:31.556]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build3700090427/b302/_pkg_.a
2025-08-20T23:05:46.3960773Z [00:04:31.556]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3700090427/b495/_pkg_.a
2025-08-20T23:05:46.3961056Z [00:04:31.556]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3700090427/b686/_pkg_.a
2025-08-20T23:05:46.3961457Z [00:04:31.556]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build3700090427/b437/_pkg_.a
2025-08-20T23:05:46.3961756Z [00:04:31.556]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3700090427/b454/_pkg_.a
2025-08-20T23:05:46.3962080Z [00:04:31.556]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3700090427/b456/_pkg_.a
2025-08-20T23:05:46.3962346Z [00:04:31.556]➜  packagefile github.com/google/s2a-go=/tmp/go-build3700090427/b482/_pkg_.a
2025-08-20T23:05:46.3962781Z [00:04:31.556]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build3700090427/b469/_pkg_.a
2025-08-20T23:05:46.3963234Z [00:04:31.556]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build3700090427/b479/_pkg_.a
2025-08-20T23:05:46.3963614Z [00:04:31.556]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build3700090427/b480/_pkg_.a
2025-08-20T23:05:46.3964016Z [00:04:31.556]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3700090427/b470/_pkg_.a
2025-08-20T23:05:46.3964371Z [00:04:31.556]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3700090427/b472/_pkg_.a
2025-08-20T23:05:46.3964707Z [00:04:31.556]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build3700090427/b516/_pkg_.a
2025-08-20T23:05:46.3965048Z [00:04:31.556]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3700090427/b517/_pkg_.a
2025-08-20T23:05:46.3965568Z [00:04:31.556]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build3700090427/b519/_pkg_.a
2025-08-20T23:05:46.3966006Z [00:04:31.556]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3700090427/b538/_pkg_.a
2025-08-20T23:05:46.3966313Z [00:04:31.556]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3700090427/b540/_pkg_.a
2025-08-20T23:05:46.3966625Z [00:04:31.556]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3700090427/b537/_pkg_.a
2025-08-20T23:05:46.3966955Z [00:04:31.556]➜  packagefile go.opentelemetry.io/otel/semconv/v1.30.0=/tmp/go-build3700090427/b522/_pkg_.a
2025-08-20T23:05:46.3967336Z [00:04:31.556]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build3700090427/b555/_pkg_.a
2025-08-20T23:05:46.3967678Z [00:04:31.556]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3700090427/b432/_pkg_.a
2025-08-20T23:05:46.3968003Z [00:04:31.556]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3700090427/b383/_pkg_.a
2025-08-20T23:05:46.3968342Z [00:04:31.556]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3700090427/b431/_pkg_.a
2025-08-20T23:05:46.3968668Z [00:04:31.556]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build3700090427/b556/_pkg_.a
2025-08-20T23:05:46.3968992Z [00:04:31.556]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build3700090427/b543/_pkg_.a
2025-08-20T23:05:46.3969294Z [00:04:31.556]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3700090427/b553/_pkg_.a
2025-08-20T23:05:46.3969963Z [00:04:31.556]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3700090427/b473/_pkg_.a
2025-08-20T23:05:46.3970386Z [00:04:31.556]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build3700090427/b560/_pkg_.a
2025-08-20T23:05:46.3970904Z [00:04:31.556]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build3700090427/b561/_pkg_.a
2025-08-20T23:05:46.3971400Z [00:04:31.556]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build3700090427/b562/_pkg_.a
2025-08-20T23:05:46.3971710Z [00:04:31.556]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3700090427/b416/_pkg_.a
2025-08-20T23:05:46.3971995Z [00:04:31.556]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3700090427/b420/_pkg_.a
2025-08-20T23:05:46.3972259Z [00:04:31.556]➜  packagefile golang.org/x/net/idna=/tmp/go-build3700090427/b417/_pkg_.a
2025-08-20T23:05:46.3972571Z [00:04:31.556]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3700090427/b421/_pkg_.a
2025-08-20T23:05:46.3972996Z [00:04:31.556]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3700090427/b474/_pkg_.a
2025-08-20T23:05:46.3973308Z [00:04:31.556]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build3700090427/b359/_pkg_.a
2025-08-20T23:05:46.3973545Z [00:04:31.556]➜  packagefile html/template=/tmp/go-build3700090427/b360/_pkg_.a
2025-08-20T23:05:46.3973916Z [00:04:31.556]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3700090427/b381/_pkg_.a
2025-08-20T23:05:46.3974324Z [00:04:31.556]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3700090427/b382/_pkg_.a
2025-08-20T23:05:46.3974656Z [00:04:31.556]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3700090427/b372/_pkg_.a
2025-08-20T23:05:46.3975025Z [00:04:31.556]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3700090427/b389/_pkg_.a
2025-08-20T23:05:46.3975321Z [00:04:31.556]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3700090427/b370/_pkg_.a
2025-08-20T23:05:46.3975672Z [00:04:31.556]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3700090427/b371/_pkg_.a
2025-08-20T23:05:46.3975985Z [00:04:31.556]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3700090427/b387/_pkg_.a
2025-08-20T23:05:46.3976308Z [00:04:31.556]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build3700090427/b368/_pkg_.a
2025-08-20T23:05:46.3976783Z [00:04:31.556]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3700090427/b400/_pkg_.a
2025-08-20T23:05:46.3977104Z [00:04:31.556]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3700090427/b407/_pkg_.a
2025-08-20T23:05:46.3977462Z [00:04:31.556]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build3700090427/b413/_pkg_.a
2025-08-20T23:05:46.3977854Z [00:04:31.556]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3700090427/b423/_pkg_.a
2025-08-20T23:05:46.3978181Z [00:04:31.556]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build3700090427/b422/_pkg_.a
2025-08-20T23:05:46.3978523Z [00:04:31.556]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build3700090427/b334/_pkg_.a
2025-08-20T23:05:46.3978866Z [00:04:31.556]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3700090427/b335/_pkg_.a
2025-08-20T23:05:46.3979263Z [00:04:31.556]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build3700090427/b336/_pkg_.a
2025-08-20T23:05:46.3979761Z [00:04:31.556]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3700090427/b337/_pkg_.a
2025-08-20T23:05:46.3980127Z [00:04:31.556]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3700090427/b351/_pkg_.a
2025-08-20T23:05:46.3980434Z [00:04:31.556]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3700090427/b143/_pkg_.a
2025-08-20T23:05:46.3980778Z [00:04:31.556]➜  packagefile crypto/sha3=/tmp/go-build3700090427/b152/_pkg_.a
2025-08-20T23:05:46.3981096Z [00:04:31.556]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3700090427/b159/_pkg_.a
2025-08-20T23:05:46.3981316Z [00:04:31.556]➜  packagefile go/constant=/tmp/go-build3700090427/b581/_pkg_.a
2025-08-20T23:05:46.3981528Z [00:04:31.556]➜  packagefile go/version=/tmp/go-build3700090427/b582/_pkg_.a
2025-08-20T23:05:46.3981795Z [00:04:31.556]➜  packagefile internal/types/errors=/tmp/go-build3700090427/b584/_pkg_.a
2025-08-20T23:05:46.3982114Z [00:04:31.556]➜  packagefile golang.org/x/tools/internal/gcimporter=/tmp/go-build3700090427/b587/_pkg_.a
2025-08-20T23:05:46.3982379Z [00:04:31.556]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3700090427/b598/_pkg_.a
2025-08-20T23:05:46.3982675Z [00:04:31.556]➜  packagefile golang.org/x/tools/internal/event=/tmp/go-build3700090427/b599/_pkg_.a
2025-08-20T23:05:46.3982991Z [00:04:31.556]➜  packagefile golang.org/x/tools/internal/event/keys=/tmp/go-build3700090427/b601/_pkg_.a
2025-08-20T23:05:46.3983330Z [00:04:31.556]➜  packagefile golang.org/x/tools/internal/event/label=/tmp/go-build3700090427/b602/_pkg_.a
2025-08-20T23:05:46.3983638Z [00:04:31.556]➜  packagefile golang.org/x/tools/go/types/typeutil=/tmp/go-build3700090427/b591/_pkg_.a
2025-08-20T23:05:46.3983946Z [00:04:31.556]➜  packagefile golang.org/x/tools/internal/aliases=/tmp/go-build3700090427/b589/_pkg_.a
2025-08-20T23:05:46.3984253Z [00:04:31.556]➜  packagefile golang.org/x/tools/internal/stdlib=/tmp/go-build3700090427/b594/_pkg_.a
2025-08-20T23:05:46.3984563Z [00:04:31.556]➜  packagefile golang.org/x/tools/internal/versions=/tmp/go-build3700090427/b595/_pkg_.a
2025-08-20T23:05:46.3984774Z [00:04:31.556]➜  packagefile go/format=/tmp/go-build3700090427/b606/_pkg_.a
2025-08-20T23:05:46.3984993Z [00:04:31.556]➜  packagefile go/printer=/tmp/go-build3700090427/b607/_pkg_.a
2025-08-20T23:05:46.3985250Z [00:04:31.556]➜  packagefile golang.org/x/mod/module=/tmp/go-build3700090427/b608/_pkg_.a
2025-08-20T23:05:46.3985554Z [00:04:31.556]➜  packagefile golang.org/x/tools/go/ast/astutil=/tmp/go-build3700090427/b610/_pkg_.a
2025-08-20T23:05:46.3985871Z [00:04:31.556]➜  packagefile golang.org/x/tools/internal/gopathwalk=/tmp/go-build3700090427/b611/_pkg_.a
2025-08-20T23:05:46.3986182Z [00:04:31.556]➜  packagefile golang.org/x/tools/internal/modindex=/tmp/go-build3700090427/b612/_pkg_.a
2025-08-20T23:05:46.3986527Z [00:04:31.556]➜  packagefile github.com/docker/cli/cli/config/credentials=/tmp/go-build3700090427/b714/_pkg_.a
2025-08-20T23:05:46.3986922Z [00:04:31.556]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3700090427/b718/_pkg_.a
2025-08-20T23:05:46.3987261Z [00:04:31.556]➜  packagefile github.com/docker/docker/api/types/container=/tmp/go-build3700090427/b726/_pkg_.a
2025-08-20T23:05:46.3987603Z [00:04:31.556]➜  packagefile github.com/docker/docker/api/types/filters=/tmp/go-build3700090427/b729/_pkg_.a
2025-08-20T23:05:46.3987932Z [00:04:31.556]➜  packagefile github.com/docker/docker/api/types/storage=/tmp/go-build3700090427/b734/_pkg_.a
2025-08-20T23:05:46.3988305Z [00:04:31.557]➜  packagefile github.com/opencontainers/image-spec/specs-go/v1=/tmp/go-build3700090427/b739/_pkg_.a
2025-08-20T23:05:46.3988590Z [00:04:31.557]➜  packagefile github.com/containerd/errdefs=/tmp/go-build3700090427/b742/_pkg_.a
2025-08-20T23:05:46.3988928Z [00:04:31.557]➜  packagefile github.com/containerd/errdefs/pkg/errhttp=/tmp/go-build3700090427/b743/_pkg_.a
2025-08-20T23:05:46.3989234Z [00:04:31.557]➜  packagefile github.com/distribution/reference=/tmp/go-build3700090427/b745/_pkg_.a
2025-08-20T23:05:46.3989753Z [00:04:31.557]➜  packagefile github.com/docker/docker/api=/tmp/go-build3700090427/b746/_pkg_.a
2025-08-20T23:05:46.3990067Z [00:04:31.557]➜  packagefile github.com/docker/docker/api/types=/tmp/go-build3700090427/b747/_pkg_.a
2025-08-20T23:05:46.3990398Z [00:04:31.557]➜  packagefile github.com/docker/docker/api/types/build=/tmp/go-build3700090427/b748/_pkg_.a
2025-08-20T23:05:46.3990888Z [00:04:31.557]➜  packagefile github.com/docker/docker/api/types/checkpoint=/tmp/go-build3700090427/b754/_pkg_.a
2025-08-20T23:05:46.3991225Z [00:04:31.557]➜  packagefile github.com/docker/docker/api/types/events=/tmp/go-build3700090427/b755/_pkg_.a
2025-08-20T23:05:46.3991560Z [00:04:31.557]➜  packagefile github.com/docker/docker/api/types/network=/tmp/go-build3700090427/b732/_pkg_.a
2025-08-20T23:05:46.3991901Z [00:04:31.557]➜  packagefile github.com/docker/docker/api/types/registry=/tmp/go-build3700090427/b749/_pkg_.a
2025-08-20T23:05:46.3992232Z [00:04:31.557]➜  packagefile github.com/docker/docker/api/types/swarm=/tmp/go-build3700090427/b750/_pkg_.a
2025-08-20T23:05:46.3992564Z [00:04:31.557]➜  packagefile github.com/docker/docker/api/types/system=/tmp/go-build3700090427/b756/_pkg_.a
2025-08-20T23:05:46.3992881Z [00:04:31.557]➜  packagefile github.com/docker/docker/api/types/time=/tmp/go-build3700090427/b757/_pkg_.a
2025-08-20T23:05:46.3993224Z [00:04:31.557]➜  packagefile github.com/docker/docker/api/types/versions=/tmp/go-build3700090427/b730/_pkg_.a
2025-08-20T23:05:46.3993557Z [00:04:31.557]➜  packagefile github.com/docker/docker/api/types/volume=/tmp/go-build3700090427/b753/_pkg_.a
2025-08-20T23:05:46.3993906Z [00:04:31.557]➜  packagefile github.com/docker/docker/internal/lazyregexp=/tmp/go-build3700090427/b758/_pkg_.a
2025-08-20T23:05:46.3994225Z [00:04:31.557]➜  packagefile github.com/docker/go-connections/sockets=/tmp/go-build3700090427/b759/_pkg_.a
2025-08-20T23:05:46.3994564Z [00:04:31.557]➜  packagefile github.com/docker/go-connections/tlsconfig=/tmp/go-build3700090427/b760/_pkg_.a
2025-08-20T23:05:46.3994969Z [00:04:31.557]➜  packagefile github.com/google/go-containerregistry/internal/retry/wait=/tmp/go-build3700090427/b785/_pkg_.a
2025-08-20T23:05:46.3995345Z [00:04:31.557]➜  packagefile github.com/google/go-containerregistry/pkg/v1/match=/tmp/go-build3700090427/b781/_pkg_.a
2025-08-20T23:05:46.3995769Z [00:04:31.557]➜  packagefile github.com/docker/distribution/registry/client/auth/challenge=/tmp/go-build3700090427/b791/_pkg_.a
2025-08-20T23:05:46.3996186Z [00:04:31.557]➜  packagefile github.com/containerd/stargz-snapshotter/estargz/errorutil=/tmp/go-build3700090427/b763/_pkg_.a
2025-08-20T23:05:46.3996501Z [00:04:31.557]➜  packagefile github.com/vbatts/tar-split/archive/tar=/tmp/go-build3700090427/b772/_pkg_.a
2025-08-20T23:05:46.3996712Z [00:04:31.557]➜  packagefile testing=/tmp/go-build3700090427/b615/_pkg_.a
2025-08-20T23:05:46.3997036Z [00:04:31.557]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build3700090427/b2001/_pkg_.a
2025-08-20T23:05:46.3997543Z [00:04:31.557]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3700090427/b2002/_pkg_.a
2025-08-20T23:05:46.3998081Z [00:04:31.557]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build3700090427/b2012/_pkg_.a
2025-08-20T23:05:46.3998425Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3700090427/b1988/_pkg_.a
2025-08-20T23:05:46.3998836Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3700090427/b2013/_pkg_.a
2025-08-20T23:05:46.3999234Z [00:04:31.557]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3700090427/b2003/_pkg_.a
2025-08-20T23:05:46.3999837Z [00:04:31.557]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3700090427/b2004/_pkg_.a
2025-08-20T23:05:46.4000227Z [00:04:31.557]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3700090427/b2005/_pkg_.a
2025-08-20T23:05:46.4000626Z [00:04:31.557]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3700090427/b2006/_pkg_.a
2025-08-20T23:05:46.4000938Z [00:04:31.557]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build3700090427/b2014/_pkg_.a
2025-08-20T23:05:46.4001428Z [00:04:31.557]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build3700090427/b2016/_pkg_.a
2025-08-20T23:05:46.4001763Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3700090427/b530/_pkg_.a
2025-08-20T23:05:46.4002088Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3700090427/b524/_pkg_.a
2025-08-20T23:05:46.4002423Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/attribute/internal=/tmp/go-build3700090427/b521/_pkg_.a
2025-08-20T23:05:46.4002746Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3700090427/b536/_pkg_.a
2025-08-20T23:05:46.4003096Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3700090427/b1989/_pkg_.a
2025-08-20T23:05:46.4003440Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build3700090427/b1990/_pkg_.a
2025-08-20T23:05:46.4003825Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build3700090427/b1991/_pkg_.a
2025-08-20T23:05:46.4004186Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build3700090427/b1996/_pkg_.a
2025-08-20T23:05:46.4004468Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build3700090427/b1994/_pkg_.a
2025-08-20T23:05:46.4004790Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build3700090427/b1995/_pkg_.a
2025-08-20T23:05:46.4005105Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3700090427/b532/_pkg_.a
2025-08-20T23:05:46.4005480Z [00:04:31.557]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build3700090427/b533/_pkg_.a
2025-08-20T23:05:46.4005814Z [00:04:31.557]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3700090427/b2018/_pkg_.a
2025-08-20T23:05:46.4006201Z [00:04:31.557]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build3700090427/b2022/_pkg_.a
2025-08-20T23:05:46.4006562Z [00:04:31.557]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build3700090427/b2023/_pkg_.a
2025-08-20T23:05:46.4006923Z [00:04:31.557]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3700090427/b2025/_pkg_.a
2025-08-20T23:05:46.4007296Z [00:04:31.557]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3700090427/b2024/_pkg_.a
2025-08-20T23:05:46.4007667Z [00:04:31.557]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build3700090427/b2028/_pkg_.a
2025-08-20T23:05:46.4008205Z [00:04:31.557]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build3700090427/b2029/_pkg_.a
2025-08-20T23:05:46.4008627Z [00:04:31.557]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build3700090427/b2030/_pkg_.a
2025-08-20T23:05:46.4008965Z [00:04:31.557]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3700090427/b551/_pkg_.a
2025-08-20T23:05:46.4009485Z [00:04:31.557]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3700090427/b2032/_pkg_.a
2025-08-20T23:05:46.4010034Z [00:04:31.557]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build3700090427/b2057/_pkg_.a
2025-08-20T23:05:46.4010415Z [00:04:31.557]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3700090427/b2081/_pkg_.a
2025-08-20T23:05:46.4010700Z [00:04:31.557]➜  packagefile github.com/gobwas/glob/match=/tmp/go-build3700090427/b797/_pkg_.a
2025-08-20T23:05:46.4011015Z [00:04:31.557]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build3700090427/b800/_pkg_.a
2025-08-20T23:05:46.4011308Z [00:04:31.557]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3700090427/b798/_pkg_.a
2025-08-20T23:05:46.4011617Z [00:04:31.557]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build3700090427/b801/_pkg_.a
2025-08-20T23:05:46.4011914Z [00:04:31.557]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build3700090427/b991/_pkg_.a
2025-08-20T23:05:46.4012293Z [00:04:31.557]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build3700090427/b992/_pkg_.a
2025-08-20T23:05:46.4012765Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build3700090427/b1017/_pkg_.a
2025-08-20T23:05:46.4013194Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build3700090427/b1014/_pkg_.a
2025-08-20T23:05:46.4013562Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3700090427/b1024/_pkg_.a
2025-08-20T23:05:46.4013971Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build3700090427/b1035/_pkg_.a
2025-08-20T23:05:46.4014316Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build3700090427/b1037/_pkg_.a
2025-08-20T23:05:46.4014737Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build3700090427/b1041/_pkg_.a
2025-08-20T23:05:46.4015123Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build3700090427/b1042/_pkg_.a
2025-08-20T23:05:46.4015448Z [00:04:31.557]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3700090427/b1043/_pkg_.a
2025-08-20T23:05:46.4015779Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build3700090427/b1011/_pkg_.a
2025-08-20T23:05:46.4016123Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build3700090427/b1013/_pkg_.a
2025-08-20T23:05:46.4016501Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build3700090427/b1026/_pkg_.a
2025-08-20T23:05:46.4016891Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build3700090427/b2260/_pkg_.a
2025-08-20T23:05:46.4017266Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build3700090427/b2261/_pkg_.a
2025-08-20T23:05:46.4017668Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3700090427/b2264/_pkg_.a
2025-08-20T23:05:46.4018038Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build3700090427/b2267/_pkg_.a
2025-08-20T23:05:46.4018461Z [00:04:31.557]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3700090427/b1036/_pkg_.a
2025-08-20T23:05:46.4019268Z [00:04:31.557]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3700090427/b1044/_pkg_.a
2025-08-20T23:05:46.4020069Z [00:04:31.557]➜  packagefile github.com/ProtonMail/go-crypto/openpgp/aes/keywrap=/tmp/go-build3700090427/b883/_pkg_.a
2025-08-20T23:05:46.4020678Z [00:04:31.557]➜  packagefile github.com/cloudflare/circl/sign/ed25519=/tmp/go-build3700090427/b898/_pkg_.a
2025-08-20T23:05:46.4021273Z [00:04:31.557]➜  packagefile github.com/cloudflare/circl/sign/ed448=/tmp/go-build3700090427/b901/_pkg_.a
2025-08-20T23:05:46.4021982Z [00:04:31.557]➜  packagefile github.com/ProtonMail/go-crypto/eax=/tmp/go-build3700090427/b885/_pkg_.a
2025-08-20T23:05:46.4022549Z [00:04:31.557]➜  packagefile github.com/ProtonMail/go-crypto/ocb=/tmp/go-build3700090427/b887/_pkg_.a
2025-08-20T23:05:46.4023032Z [00:04:31.557]➜  packagefile golang.org/x/crypto/cast5=/tmp/go-build3700090427/b888/_pkg_.a
2025-08-20T23:05:46.4023601Z [00:04:31.557]➜  packagefile github.com/ProtonMail/go-crypto/bitcurves=/tmp/go-build3700090427/b890/_pkg_.a
2025-08-20T23:05:46.4024183Z [00:04:31.557]➜  packagefile github.com/ProtonMail/go-crypto/brainpool=/tmp/go-build3700090427/b891/_pkg_.a
2025-08-20T23:05:46.4024728Z [00:04:31.557]➜  packagefile github.com/cloudflare/circl/dh/x25519=/tmp/go-build3700090427/b893/_pkg_.a
2025-08-20T23:05:46.4025258Z [00:04:31.557]➜  packagefile github.com/cloudflare/circl/dh/x448=/tmp/go-build3700090427/b896/_pkg_.a
2025-08-20T23:05:46.4025731Z [00:04:31.557]➜  packagefile golang.org/x/crypto/argon2=/tmp/go-build3700090427/b912/_pkg_.a
2025-08-20T23:05:46.4026216Z [00:04:31.557]➜  packagefile image/internal/imageutil=/tmp/go-build3700090427/b919/_pkg_.a
2025-08-20T23:05:46.4026846Z [00:04:31.557]➜  packagefile github.com/go-git/go-billy/v5/helper/polyfill=/tmp/go-build3700090427/b2166/_pkg_.a
2025-08-20T23:05:46.4027362Z [00:04:31.557]➜  packagefile github.com/go-git/gcfg/scanner=/tmp/go-build3700090427/b2177/_pkg_.a
2025-08-20T23:05:46.4027850Z [00:04:31.557]➜  packagefile github.com/go-git/gcfg/token=/tmp/go-build3700090427/b2178/_pkg_.a
2025-08-20T23:05:46.4028351Z [00:04:31.557]➜  packagefile github.com/go-git/gcfg/types=/tmp/go-build3700090427/b2179/_pkg_.a
2025-08-20T23:05:46.4028798Z [00:04:31.557]➜  packagefile gopkg.in/warnings.v0=/tmp/go-build3700090427/b2180/_pkg_.a
2025-08-20T23:05:46.4029520Z [00:04:31.557]➜  packagefile github.com/pjbgf/sha1cd/internal=/tmp/go-build3700090427/b2173/_pkg_.a
2025-08-20T23:05:46.4030043Z [00:04:31.557]➜  packagefile github.com/pjbgf/sha1cd/ubc=/tmp/go-build3700090427/b2174/_pkg_.a
2025-08-20T23:05:46.4030631Z [00:04:31.557]➜  packagefile github.com/go-git/go-git/v5/utils/trace=/tmp/go-build3700090427/b2212/_pkg_.a
2025-08-20T23:05:46.4031388Z [00:04:31.557]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/internal/common=/tmp/go-build3700090427/b2220/_pkg_.a
2025-08-20T23:05:46.4032057Z [00:04:31.557]➜  packagefile github.com/go-git/go-git/v5/plumbing/transport/server=/tmp/go-build3700090427/b2221/_pkg_.a
2025-08-20T23:05:46.4032593Z [00:04:31.557]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3700090427/b2227/_pkg_.a
2025-08-20T23:05:46.4033131Z [00:04:31.557]➜  packagefile github.com/kevinburke/ssh_config=/tmp/go-build3700090427/b2229/_pkg_.a
2025-08-20T23:05:46.4033637Z [00:04:31.557]➜  packagefile github.com/skeema/knownhosts=/tmp/go-build3700090427/b2230/_pkg_.a
2025-08-20T23:05:46.4034115Z [00:04:31.557]➜  packagefile github.com/xanzy/ssh-agent=/tmp/go-build3700090427/b2232/_pkg_.a
2025-08-20T23:05:46.4034580Z [00:04:31.557]➜  packagefile golang.org/x/net/proxy=/tmp/go-build3700090427/b2234/_pkg_.a
2025-08-20T23:05:46.4035064Z [00:04:31.557]➜  packagefile golang.org/x/net/context=/tmp/go-build3700090427/b2188/_pkg_.a
2025-08-20T23:05:46.4035740Z [00:04:31.557]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3700090427/b338/_pkg_.a
2025-08-20T23:05:46.4036550Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete=/tmp/go-build3700090427/b2292/_pkg_.a
2025-08-20T23:05:46.4037697Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get=/tmp/go-build3700090427/b2486/_pkg_.a
2025-08-20T23:05:46.4038528Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status=/tmp/go-build3700090427/b2487/_pkg_.a
2025-08-20T23:05:46.4039512Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit=/tmp/go-build3700090427/b2488/_pkg_.a
2025-08-20T23:05:46.4040463Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy=/tmp/go-build3700090427/b2489/_pkg_.a
2025-08-20T23:05:46.4041667Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity=/tmp/go-build3700090427/b2490/_pkg_.a
2025-08-20T23:05:46.4042603Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy=/tmp/go-build3700090427/b2491/_pkg_.a
2025-08-20T23:05:46.4043556Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy=/tmp/go-build3700090427/b2492/_pkg_.a
2025-08-20T23:05:46.4044329Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/capabilities=/tmp/go-build3700090427/b2493/_pkg_.a
2025-08-20T23:05:46.4045060Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases=/tmp/go-build3700090427/b2494/_pkg_.a
2025-08-20T23:05:46.4045822Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation=/tmp/go-build3700090427/b2495/_pkg_.a
2025-08-20T23:05:46.4046674Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates=/tmp/go-build3700090427/b2497/_pkg_.a
2025-08-20T23:05:46.4047390Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/count=/tmp/go-build3700090427/b2498/_pkg_.a
2025-08-20T23:05:46.4048140Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata=/tmp/go-build3700090427/b2499/_pkg_.a
2025-08-20T23:05:46.4048873Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/health=/tmp/go-build3700090427/b2500/_pkg_.a
2025-08-20T23:05:46.4049723Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/help=/tmp/go-build3700090427/b2502/_pkg_.a
2025-08-20T23:05:46.4050482Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices=/tmp/go-build3700090427/b2503/_pkg_.a
2025-08-20T23:05:46.4051231Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/master=/tmp/go-build3700090427/b2504/_pkg_.a
2025-08-20T23:05:46.4052022Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds=/tmp/go-build3700090427/b2505/_pkg_.a
2025-08-20T23:05:46.4052865Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics=/tmp/go-build3700090427/b2506/_pkg_.a
2025-08-20T23:05:46.4053579Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs=/tmp/go-build3700090427/b2507/_pkg_.a
2025-08-20T23:05:46.4054360Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels=/tmp/go-build3700090427/b2508/_pkg_.a
2025-08-20T23:05:46.4055102Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs=/tmp/go-build3700090427/b2509/_pkg_.a
2025-08-20T23:05:46.4055788Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes=/tmp/go-build3700090427/b2510/_pkg_.a
2025-08-20T23:05:46.4056557Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks=/tmp/go-build3700090427/b2511/_pkg_.a
2025-08-20T23:05:46.4057287Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins=/tmp/go-build3700090427/b2512/_pkg_.a
2025-08-20T23:05:46.4058031Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery=/tmp/go-build3700090427/b2513/_pkg_.a
2025-08-20T23:05:46.4058968Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories=/tmp/go-build3700090427/b2514/_pkg_.a
2025-08-20T23:05:46.4059936Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments=/tmp/go-build3700090427/b2515/_pkg_.a
2025-08-20T23:05:46.4060757Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards=/tmp/go-build3700090427/b2516/_pkg_.a
2025-08-20T23:05:46.4061793Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots=/tmp/go-build3700090427/b2517/_pkg_.a
2025-08-20T23:05:46.4062577Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks=/tmp/go-build3700090427/b2518/_pkg_.a
2025-08-20T23:05:46.4063399Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates=/tmp/go-build3700090427/b2519/_pkg_.a
2025-08-20T23:05:46.4064245Z [00:04:31.557]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool=/tmp/go-build3700090427/b2520/_pkg_.a
2025-08-20T23:05:46.4065101Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms=/tmp/go-build3700090427/b2521/_pkg_.a
2025-08-20T23:05:46.4065791Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern=/tmp/go-build3700090427/b2522/_pkg_.a
2025-08-20T23:05:46.4066212Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow=/tmp/go-build3700090427/b2523/_pkg_.a
2025-08-20T23:05:46.4066710Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo=/tmp/go-build3700090427/b2524/_pkg_.a
2025-08-20T23:05:46.4067276Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats=/tmp/go-build3700090427/b2525/_pkg_.a
2025-08-20T23:05:46.4067886Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower=/tmp/go-build3700090427/b2526/_pkg_.a
2025-08-20T23:05:46.4068399Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern=/tmp/go-build3700090427/b2527/_pkg_.a
2025-08-20T23:05:46.4068904Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern=/tmp/go-build3700090427/b2528/_pkg_.a
2025-08-20T23:05:46.4069522Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow=/tmp/go-build3700090427/b2529/_pkg_.a
2025-08-20T23:05:46.4070282Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern=/tmp/go-build3700090427/b2530/_pkg_.a
2025-08-20T23:05:46.4071009Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern=/tmp/go-build3700090427/b2531/_pkg_.a
2025-08-20T23:05:46.4071756Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow=/tmp/go-build3700090427/b2532/_pkg_.a
2025-08-20T23:05:46.4072440Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats=/tmp/go-build3700090427/b2533/_pkg_.a
2025-08-20T23:05:46.4073144Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow=/tmp/go-build3700090427/b2534/_pkg_.a
2025-08-20T23:05:46.4073946Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain=/tmp/go-build3700090427/b2535/_pkg_.a
2025-08-20T23:05:46.4074817Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate=/tmp/go-build3700090427/b2536/_pkg_.a
2025-08-20T23:05:46.4075733Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions=/tmp/go-build3700090427/b2537/_pkg_.a
2025-08-20T23:05:46.4076587Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate=/tmp/go-build3700090427/b2538/_pkg_.a
2025-08-20T23:05:46.4077488Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate=/tmp/go-build3700090427/b2539/_pkg_.a
2025-08-20T23:05:46.4077943Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings=/tmp/go-build3700090427/b2540/_pkg_.a
2025-08-20T23:05:46.4078369Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health=/tmp/go-build3700090427/b2541/_pkg_.a
2025-08-20T23:05:46.4078904Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info=/tmp/go-build3700090427/b2544/_pkg_.a
2025-08-20T23:05:46.4079593Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks=/tmp/go-build3700090427/b2545/_pkg_.a
2025-08-20T23:05:46.4080215Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions=/tmp/go-build3700090427/b2546/_pkg_.a
2025-08-20T23:05:46.4080737Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate=/tmp/go-build3700090427/b2547/_pkg_.a
2025-08-20T23:05:46.4081186Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings=/tmp/go-build3700090427/b2548/_pkg_.a
2025-08-20T23:05:46.4081637Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo=/tmp/go-build3700090427/b2549/_pkg_.a
2025-08-20T23:05:46.4082072Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute=/tmp/go-build3700090427/b2550/_pkg_.a
2025-08-20T23:05:46.4082498Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state=/tmp/go-build3700090427/b2551/_pkg_.a
2025-08-20T23:05:46.4082909Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats=/tmp/go-build3700090427/b2552/_pkg_.a
2025-08-20T23:05:46.4083358Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin=/tmp/go-build3700090427/b2553/_pkg_.a
2025-08-20T23:05:46.4083790Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete=/tmp/go-build3700090427/b2554/_pkg_.a
2025-08-20T23:05:46.4084207Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/get=/tmp/go-build3700090427/b2555/_pkg_.a
2025-08-20T23:05:46.4084643Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync=/tmp/go-build3700090427/b2556/_pkg_.a
2025-08-20T23:05:46.4085076Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/list=/tmp/go-build3700090427/b2557/_pkg_.a
2025-08-20T23:05:46.4085493Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/post=/tmp/go-build3700090427/b2558/_pkg_.a
2025-08-20T23:05:46.4085909Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/put=/tmp/go-build3700090427/b2559/_pkg_.a
2025-08-20T23:05:46.4086366Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost=/tmp/go-build3700090427/b2560/_pkg_.a
2025-08-20T23:05:46.4086833Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel=/tmp/go-build3700090427/b2561/_pkg_.a
2025-08-20T23:05:46.4087290Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete=/tmp/go-build3700090427/b2562/_pkg_.a
2025-08-20T23:05:46.4087750Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget=/tmp/go-build3700090427/b2563/_pkg_.a
2025-08-20T23:05:46.4088204Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist=/tmp/go-build3700090427/b2564/_pkg_.a
2025-08-20T23:05:46.4088658Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost=/tmp/go-build3700090427/b2565/_pkg_.a
2025-08-20T23:05:46.4089311Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering=/tmp/go-build3700090427/b2566/_pkg_.a
2025-08-20T23:05:46.4090013Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid=/tmp/go-build3700090427/b2567/_pkg_.a
2025-08-20T23:05:46.4090514Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration=/tmp/go-build3700090427/b2568/_pkg_.a
2025-08-20T23:05:46.4091092Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror=/tmp/go-build3700090427/b2569/_pkg_.a
2025-08-20T23:05:46.4091574Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering=/tmp/go-build3700090427/b2570/_pkg_.a
2025-08-20T23:05:46.4092111Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation=/tmp/go-build3700090427/b2571/_pkg_.a
2025-08-20T23:05:46.4092594Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname=/tmp/go-build3700090427/b2572/_pkg_.a
2025-08-20T23:05:46.4093040Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename=/tmp/go-build3700090427/b2573/_pkg_.a
2025-08-20T23:05:46.4093500Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative=/tmp/go-build3700090427/b2574/_pkg_.a
2025-08-20T23:05:46.4093974Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline=/tmp/go-build3700090427/b2575/_pkg_.a
2025-08-20T23:05:46.4094457Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling=/tmp/go-build3700090427/b2576/_pkg_.a
2025-08-20T23:05:46.4094941Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype=/tmp/go-build3700090427/b2577/_pkg_.a
2025-08-20T23:05:46.4095408Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus=/tmp/go-build3700090427/b2578/_pkg_.a
2025-08-20T23:05:46.4095981Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk=/tmp/go-build3700090427/b2579/_pkg_.a
2025-08-20T23:05:46.4096446Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll=/tmp/go-build3700090427/b2581/_pkg_.a
2025-08-20T23:05:46.4096905Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime=/tmp/go-build3700090427/b2582/_pkg_.a
2025-08-20T23:05:46.4097312Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/count=/tmp/go-build3700090427/b2583/_pkg_.a
2025-08-20T23:05:46.4097718Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/create=/tmp/go-build3700090427/b2584/_pkg_.a
2025-08-20T23:05:46.4098132Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/delete=/tmp/go-build3700090427/b2585/_pkg_.a
2025-08-20T23:05:46.4098568Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery=/tmp/go-build3700090427/b2586/_pkg_.a
2025-08-20T23:05:46.4099066Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle=/tmp/go-build3700090427/b2588/_pkg_.a
2025-08-20T23:05:46.4099761Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript=/tmp/go-build3700090427/b2589/_pkg_.a
2025-08-20T23:05:46.4100186Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/exists=/tmp/go-build3700090427/b2590/_pkg_.a
2025-08-20T23:05:46.4100620Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource=/tmp/go-build3700090427/b2591/_pkg_.a
2025-08-20T23:05:46.4101034Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/explain=/tmp/go-build3700090427/b2592/_pkg_.a
2025-08-20T23:05:46.4101657Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps=/tmp/go-build3700090427/b2593/_pkg_.a
2025-08-20T23:05:46.4102051Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/get=/tmp/go-build3700090427/b2594/_pkg_.a
2025-08-20T23:05:46.4102472Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript=/tmp/go-build3700090427/b2595/_pkg_.a
2025-08-20T23:05:46.4103032Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext=/tmp/go-build3700090427/b2596/_pkg_.a
2025-08-20T23:05:46.4103505Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages=/tmp/go-build3700090427/b2597/_pkg_.a
2025-08-20T23:05:46.4103919Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource=/tmp/go-build3700090427/b2598/_pkg_.a
2025-08-20T23:05:46.4104360Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport=/tmp/go-build3700090427/b2599/_pkg_.a
2025-08-20T23:05:46.4104759Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/index=/tmp/go-build3700090427/b2600/_pkg_.a
2025-08-20T23:05:46.4105163Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/info=/tmp/go-build3700090427/b2601/_pkg_.a
2025-08-20T23:05:46.4105585Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch=/tmp/go-build3700090427/b2602/_pkg_.a
2025-08-20T23:05:46.4105982Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mget=/tmp/go-build3700090427/b2603/_pkg_.a
2025-08-20T23:05:46.4106390Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch=/tmp/go-build3700090427/b2604/_pkg_.a
2025-08-20T23:05:46.4106849Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate=/tmp/go-build3700090427/b2605/_pkg_.a
2025-08-20T23:05:46.4107280Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors=/tmp/go-build3700090427/b2606/_pkg_.a
2025-08-20T23:05:46.4107732Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime=/tmp/go-build3700090427/b2607/_pkg_.a
2025-08-20T23:05:46.4108126Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/ping=/tmp/go-build3700090427/b2608/_pkg_.a
2025-08-20T23:05:46.4108564Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript=/tmp/go-build3700090427/b2609/_pkg_.a
2025-08-20T23:05:46.4108979Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval=/tmp/go-build3700090427/b2610/_pkg_.a
2025-08-20T23:05:46.4109579Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex=/tmp/go-build3700090427/b2611/_pkg_.a
2025-08-20T23:05:46.4110068Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle=/tmp/go-build3700090427/b2612/_pkg_.a
2025-08-20T23:05:46.4110541Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate=/tmp/go-build3700090427/b2613/_pkg_.a
2025-08-20T23:05:46.4111031Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute=/tmp/go-build3700090427/b2614/_pkg_.a
2025-08-20T23:05:46.4111442Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll=/tmp/go-build3700090427/b2615/_pkg_.a
2025-08-20T23:05:46.4111849Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/search=/tmp/go-build3700090427/b2616/_pkg_.a
2025-08-20T23:05:46.4112267Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt=/tmp/go-build3700090427/b2617/_pkg_.a
2025-08-20T23:05:46.4112844Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards=/tmp/go-build3700090427/b2620/_pkg_.a
2025-08-20T23:05:46.4113289Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate=/tmp/go-build3700090427/b2621/_pkg_.a
2025-08-20T23:05:46.4113708Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum=/tmp/go-build3700090427/b2622/_pkg_.a
2025-08-20T23:05:46.4114242Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors=/tmp/go-build3700090427/b2623/_pkg_.a
2025-08-20T23:05:46.4114660Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/update=/tmp/go-build3700090427/b2624/_pkg_.a
2025-08-20T23:05:46.4115099Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery=/tmp/go-build3700090427/b2625/_pkg_.a
2025-08-20T23:05:46.4115600Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle=/tmp/go-build3700090427/b2626/_pkg_.a
2025-08-20T23:05:46.4116127Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex=/tmp/go-build3700090427/b2627/_pkg_.a
2025-08-20T23:05:46.4116650Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex=/tmp/go-build3700090427/b2628/_pkg_.a
2025-08-20T23:05:46.4117170Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices=/tmp/go-build3700090427/b2629/_pkg_.a
2025-08-20T23:05:46.4117619Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy=/tmp/go-build3700090427/b2630/_pkg_.a
2025-08-20T23:05:46.4118066Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy=/tmp/go-build3700090427/b2631/_pkg_.a
2025-08-20T23:05:46.4118507Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy=/tmp/go-build3700090427/b2632/_pkg_.a
2025-08-20T23:05:46.4118934Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy=/tmp/go-build3700090427/b2633/_pkg_.a
2025-08-20T23:05:46.4119548Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats=/tmp/go-build3700090427/b2634/_pkg_.a
2025-08-20T23:05:46.4120020Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete=/tmp/go-build3700090427/b2635/_pkg_.a
2025-08-20T23:05:46.4120419Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/get=/tmp/go-build3700090427/b2636/_pkg_.a
2025-08-20T23:05:46.4120836Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus=/tmp/go-build3700090427/b2637/_pkg_.a
2025-08-20T23:05:46.4121234Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/search=/tmp/go-build3700090427/b2638/_pkg_.a
2025-08-20T23:05:46.4121671Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery=/tmp/go-build3700090427/b2640/_pkg_.a
2025-08-20T23:05:46.4122071Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/query=/tmp/go-build3700090427/b2641/_pkg_.a
2025-08-20T23:05:46.4122526Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures=/tmp/go-build3700090427/b2643/_pkg_.a
2025-08-20T23:05:46.4122988Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures=/tmp/go-build3700090427/b2644/_pkg_.a
2025-08-20T23:05:46.4123454Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints=/tmp/go-build3700090427/b2645/_pkg_.a
2025-08-20T23:05:46.4123866Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch=/tmp/go-build3700090427/b2646/_pkg_.a
2025-08-20T23:05:46.4124453Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret=/tmp/go-build3700090427/b2647/_pkg_.a
2025-08-20T23:05:46.4124861Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search=/tmp/go-build3700090427/b2648/_pkg_.a
2025-08-20T23:05:46.4125279Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore=/tmp/go-build3700090427/b2649/_pkg_.a
2025-08-20T23:05:46.4125719Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle=/tmp/go-build3700090427/b2650/_pkg_.a
2025-08-20T23:05:46.4126277Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle=/tmp/go-build3700090427/b2651/_pkg_.a
2025-08-20T23:05:46.4126707Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle=/tmp/go-build3700090427/b2652/_pkg_.a
2025-08-20T23:05:46.4127128Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus=/tmp/go-build3700090427/b2653/_pkg_.a
2025-08-20T23:05:46.4127591Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers=/tmp/go-build3700090427/b2654/_pkg_.a
2025-08-20T23:05:46.4128020Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep=/tmp/go-build3700090427/b2655/_pkg_.a
2025-08-20T23:05:46.4128444Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle=/tmp/go-build3700090427/b2656/_pkg_.a
2025-08-20T23:05:46.4128880Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy=/tmp/go-build3700090427/b2657/_pkg_.a
2025-08-20T23:05:46.4129281Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry=/tmp/go-build3700090427/b2658/_pkg_.a
2025-08-20T23:05:46.4129900Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start=/tmp/go-build3700090427/b2659/_pkg_.a
2025-08-20T23:05:46.4130305Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop=/tmp/go-build3700090427/b2660/_pkg_.a
2025-08-20T23:05:46.4130732Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock=/tmp/go-build3700090427/b2661/_pkg_.a
2025-08-20T23:05:46.4131159Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze=/tmp/go-build3700090427/b2662/_pkg_.a
2025-08-20T23:05:46.4131605Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache=/tmp/go-build3700090427/b2663/_pkg_.a
2025-08-20T23:05:46.4132019Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone=/tmp/go-build3700090427/b2664/_pkg_.a
2025-08-20T23:05:46.4132429Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/close=/tmp/go-build3700090427/b2665/_pkg_.a
2025-08-20T23:05:46.4132854Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/create=/tmp/go-build3700090427/b2666/_pkg_.a
2025-08-20T23:05:46.4133463Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream=/tmp/go-build3700090427/b2667/_pkg_.a
2025-08-20T23:05:46.4133934Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats=/tmp/go-build3700090427/b2668/_pkg_.a
2025-08-20T23:05:46.4134353Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete=/tmp/go-build3700090427/b2669/_pkg_.a
2025-08-20T23:05:46.4134807Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias=/tmp/go-build3700090427/b2670/_pkg_.a
2025-08-20T23:05:46.4135290Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle=/tmp/go-build3700090427/b2671/_pkg_.a
2025-08-20T23:05:46.4135760Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream=/tmp/go-build3700090427/b2672/_pkg_.a
2025-08-20T23:05:46.4136247Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate=/tmp/go-build3700090427/b2673/_pkg_.a
2025-08-20T23:05:46.4136707Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate=/tmp/go-build3700090427/b2674/_pkg_.a
2025-08-20T23:05:46.4137138Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage=/tmp/go-build3700090427/b2675/_pkg_.a
2025-08-20T23:05:46.4137692Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample=/tmp/go-build3700090427/b2676/_pkg_.a
2025-08-20T23:05:46.4138112Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists=/tmp/go-build3700090427/b2677/_pkg_.a
2025-08-20T23:05:46.4138557Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias=/tmp/go-build3700090427/b2678/_pkg_.a
2025-08-20T23:05:46.4139047Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate=/tmp/go-build3700090427/b2679/_pkg_.a
2025-08-20T23:05:46.4139753Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate=/tmp/go-build3700090427/b2680/_pkg_.a
2025-08-20T23:05:46.4140280Z [00:04:31.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle=/tmp/go-build3700090427/b2681/_pkg_.a
2025-08-20T23:05:46.4140753Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats=/tmp/go-build3700090427/b2682/_pkg_.a
2025-08-20T23:05:46.4141217Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush=/tmp/go-build3700090427/b2683/_pkg_.a
2025-08-20T23:05:46.4141654Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge=/tmp/go-build3700090427/b2684/_pkg_.a
2025-08-20T23:05:46.4142074Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/get=/tmp/go-build3700090427/b2685/_pkg_.a
2025-08-20T23:05:46.4142501Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias=/tmp/go-build3700090427/b2686/_pkg_.a
2025-08-20T23:05:46.4142976Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle=/tmp/go-build3700090427/b2687/_pkg_.a
2025-08-20T23:05:46.4143436Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream=/tmp/go-build3700090427/b2688/_pkg_.a
2025-08-20T23:05:46.4143902Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping=/tmp/go-build3700090427/b2689/_pkg_.a
2025-08-20T23:05:46.4144365Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate=/tmp/go-build3700090427/b2690/_pkg_.a
2025-08-20T23:05:46.4145043Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping=/tmp/go-build3700090427/b2691/_pkg_.a
2025-08-20T23:05:46.4145481Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings=/tmp/go-build3700090427/b2692/_pkg_.a
2025-08-20T23:05:46.4145924Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate=/tmp/go-build3700090427/b2693/_pkg_.a
2025-08-20T23:05:46.4146411Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream=/tmp/go-build3700090427/b2694/_pkg_.a
2025-08-20T23:05:46.4146881Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream=/tmp/go-build3700090427/b2695/_pkg_.a
2025-08-20T23:05:46.4147292Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/open=/tmp/go-build3700090427/b2696/_pkg_.a
2025-08-20T23:05:46.4147777Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream=/tmp/go-build3700090427/b2697/_pkg_.a
2025-08-20T23:05:46.4148210Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias=/tmp/go-build3700090427/b2698/_pkg_.a
2025-08-20T23:05:46.4148674Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle=/tmp/go-build3700090427/b2699/_pkg_.a
2025-08-20T23:05:46.4149145Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate=/tmp/go-build3700090427/b2700/_pkg_.a
2025-08-20T23:05:46.4149965Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping=/tmp/go-build3700090427/b2701/_pkg_.a
2025-08-20T23:05:46.4150456Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings=/tmp/go-build3700090427/b2702/_pkg_.a
2025-08-20T23:05:46.4150896Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate=/tmp/go-build3700090427/b2703/_pkg_.a
2025-08-20T23:05:46.4151335Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery=/tmp/go-build3700090427/b2704/_pkg_.a
2025-08-20T23:05:46.4151760Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh=/tmp/go-build3700090427/b2705/_pkg_.a
2025-08-20T23:05:46.4152260Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers=/tmp/go-build3700090427/b2706/_pkg_.a
2025-08-20T23:05:46.4152723Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster=/tmp/go-build3700090427/b2707/_pkg_.a
2025-08-20T23:05:46.4153174Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex=/tmp/go-build3700090427/b2708/_pkg_.a
2025-08-20T23:05:46.4153598Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover=/tmp/go-build3700090427/b2709/_pkg_.a
2025-08-20T23:05:46.4154034Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments=/tmp/go-build3700090427/b2710/_pkg_.a
2025-08-20T23:05:46.4154474Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores=/tmp/go-build3700090427/b2711/_pkg_.a
2025-08-20T23:05:46.4154897Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink=/tmp/go-build3700090427/b2713/_pkg_.a
2025-08-20T23:05:46.4155396Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate=/tmp/go-build3700090427/b2714/_pkg_.a
2025-08-20T23:05:46.4155867Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate=/tmp/go-build3700090427/b2715/_pkg_.a
2025-08-20T23:05:46.4156280Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/split=/tmp/go-build3700090427/b2716/_pkg_.a
2025-08-20T23:05:46.4156815Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats=/tmp/go-build3700090427/b2717/_pkg_.a
2025-08-20T23:05:46.4157241Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze=/tmp/go-build3700090427/b2718/_pkg_.a
2025-08-20T23:05:46.4157702Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases=/tmp/go-build3700090427/b2719/_pkg_.a
2025-08-20T23:05:46.4158160Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery=/tmp/go-build3700090427/b2720/_pkg_.a
2025-08-20T23:05:46.4158584Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete=/tmp/go-build3700090427/b2721/_pkg_.a
2025-08-20T23:05:46.4159000Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/get=/tmp/go-build3700090427/b2722/_pkg_.a
2025-08-20T23:05:46.4159710Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference=/tmp/go-build3700090427/b2723/_pkg_.a
2025-08-20T23:05:46.4160151Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/put=/tmp/go-build3700090427/b2724/_pkg_.a
2025-08-20T23:05:46.4160632Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase=/tmp/go-build3700090427/b2725/_pkg_.a
2025-08-20T23:05:46.4161089Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline=/tmp/go-build3700090427/b2726/_pkg_.a
2025-08-20T23:05:46.4161660Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats=/tmp/go-build3700090427/b2727/_pkg_.a
2025-08-20T23:05:46.4162134Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase=/tmp/go-build3700090427/b2728/_pkg_.a
2025-08-20T23:05:46.4162581Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline=/tmp/go-build3700090427/b2729/_pkg_.a
2025-08-20T23:05:46.4163042Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok=/tmp/go-build3700090427/b2730/_pkg_.a
2025-08-20T23:05:46.4163501Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase=/tmp/go-build3700090427/b2731/_pkg_.a
2025-08-20T23:05:46.4163945Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline=/tmp/go-build3700090427/b2732/_pkg_.a
2025-08-20T23:05:46.4164375Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate=/tmp/go-build3700090427/b2733/_pkg_.a
2025-08-20T23:05:46.4164798Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/delete=/tmp/go-build3700090427/b2734/_pkg_.a
2025-08-20T23:05:46.4165202Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/get=/tmp/go-build3700090427/b2735/_pkg_.a
2025-08-20T23:05:46.4165669Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus=/tmp/go-build3700090427/b2736/_pkg_.a
2025-08-20T23:05:46.4166120Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus=/tmp/go-build3700090427/b2737/_pkg_.a
2025-08-20T23:05:46.4166533Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/post=/tmp/go-build3700090427/b2738/_pkg_.a
2025-08-20T23:05:46.4166991Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic=/tmp/go-build3700090427/b2739/_pkg_.a
2025-08-20T23:05:46.4167450Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial=/tmp/go-build3700090427/b2740/_pkg_.a
2025-08-20T23:05:46.4167915Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline=/tmp/go-build3700090427/b2741/_pkg_.a
2025-08-20T23:05:46.4168478Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline=/tmp/go-build3700090427/b2742/_pkg_.a
2025-08-20T23:05:46.4168928Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline=/tmp/go-build3700090427/b2743/_pkg_.a
2025-08-20T23:05:46.4169491Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations=/tmp/go-build3700090427/b2744/_pkg_.a
2025-08-20T23:05:46.4170032Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus=/tmp/go-build3700090427/b2745/_pkg_.a
2025-08-20T23:05:46.4170521Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade=/tmp/go-build3700090427/b2746/_pkg_.a
2025-08-20T23:05:46.4171055Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache=/tmp/go-build3700090427/b2747/_pkg_.a
2025-08-20T23:05:46.4171468Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob=/tmp/go-build3700090427/b2748/_pkg_.a
2025-08-20T23:05:46.4171911Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar=/tmp/go-build3700090427/b2749/_pkg_.a
2025-08-20T23:05:46.4172368Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent=/tmp/go-build3700090427/b2750/_pkg_.a
2025-08-20T23:05:46.4172935Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob=/tmp/go-build3700090427/b2751/_pkg_.a
2025-08-20T23:05:46.4173371Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed=/tmp/go-build3700090427/b2752/_pkg_.a
2025-08-20T23:05:46.4173858Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics=/tmp/go-build3700090427/b2753/_pkg_.a
2025-08-20T23:05:46.4174309Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata=/tmp/go-build3700090427/b2754/_pkg_.a
2025-08-20T23:05:46.4174737Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter=/tmp/go-build3700090427/b2755/_pkg_.a
2025-08-20T23:05:46.4175168Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast=/tmp/go-build3700090427/b2756/_pkg_.a
2025-08-20T23:05:46.4175582Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob=/tmp/go-build3700090427/b2757/_pkg_.a
2025-08-20T23:05:46.4176044Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot=/tmp/go-build3700090427/b2758/_pkg_.a
2025-08-20T23:05:46.4176501Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel=/tmp/go-build3700090427/b2759/_pkg_.a
2025-08-20T23:05:46.4176984Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias=/tmp/go-build3700090427/b2760/_pkg_.a
2025-08-20T23:05:46.4177444Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory=/tmp/go-build3700090427/b2761/_pkg_.a
2025-08-20T23:05:46.4177893Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe=/tmp/go-build3700090427/b2762/_pkg_.a
2025-08-20T23:05:46.4178380Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics=/tmp/go-build3700090427/b2763/_pkg_.a
2025-08-20T23:05:46.4178793Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob=/tmp/go-build3700090427/b2764/_pkg_.a
2025-08-20T23:05:46.4179197Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast=/tmp/go-build3700090427/b2765/_pkg_.a
2025-08-20T23:05:46.4179913Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets=/tmp/go-build3700090427/b2766/_pkg_.a
2025-08-20T23:05:46.4180531Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents=/tmp/go-build3700090427/b2767/_pkg_.a
2025-08-20T23:05:46.4180957Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars=/tmp/go-build3700090427/b2768/_pkg_.a
2025-08-20T23:05:46.4181389Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories=/tmp/go-build3700090427/b2769/_pkg_.a
2025-08-20T23:05:46.4181820Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds=/tmp/go-build3700090427/b2770/_pkg_.a
2025-08-20T23:05:46.4182263Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats=/tmp/go-build3700090427/b2771/_pkg_.a
2025-08-20T23:05:46.4182737Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics=/tmp/go-build3700090427/b2772/_pkg_.a
2025-08-20T23:05:46.4183238Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats=/tmp/go-build3700090427/b2773/_pkg_.a
2025-08-20T23:05:46.4183655Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters=/tmp/go-build3700090427/b2774/_pkg_.a
2025-08-20T23:05:46.4184084Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers=/tmp/go-build3700090427/b2775/_pkg_.a
2025-08-20T23:05:46.4184597Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs=/tmp/go-build3700090427/b2776/_pkg_.a
2025-08-20T23:05:46.4185022Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats=/tmp/go-build3700090427/b2777/_pkg_.a
2025-08-20T23:05:46.4185456Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats=/tmp/go-build3700090427/b2778/_pkg_.a
2025-08-20T23:05:46.4185902Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots=/tmp/go-build3700090427/b2779/_pkg_.a
2025-08-20T23:05:46.4186420Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats=/tmp/go-build3700090427/b2780/_pkg_.a
2025-08-20T23:05:46.4186873Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets=/tmp/go-build3700090427/b2781/_pkg_.a
2025-08-20T23:05:46.4187285Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords=/tmp/go-build3700090427/b2782/_pkg_.a
2025-08-20T23:05:46.4187739Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels=/tmp/go-build3700090427/b2783/_pkg_.a
2025-08-20T23:05:46.4188209Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats=/tmp/go-build3700090427/b2785/_pkg_.a
2025-08-20T23:05:46.4188659Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel=/tmp/go-build3700090427/b2786/_pkg_.a
2025-08-20T23:05:46.4189055Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/info=/tmp/go-build3700090427/b2787/_pkg_.a
2025-08-20T23:05:46.4189678Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob=/tmp/go-build3700090427/b2788/_pkg_.a
2025-08-20T23:05:46.4190150Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents=/tmp/go-build3700090427/b2789/_pkg_.a
2025-08-20T23:05:46.4190570Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata=/tmp/go-build3700090427/b2790/_pkg_.a
2025-08-20T23:05:46.4191014Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed=/tmp/go-build3700090427/b2791/_pkg_.a
2025-08-20T23:05:46.4191508Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics=/tmp/go-build3700090427/b2792/_pkg_.a
2025-08-20T23:05:46.4192061Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar=/tmp/go-build3700090427/b2793/_pkg_.a
2025-08-20T23:05:46.4192498Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob=/tmp/go-build3700090427/b2794/_pkg_.a
2025-08-20T23:05:46.4192916Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed=/tmp/go-build3700090427/b2795/_pkg_.a
2025-08-20T23:05:46.4193397Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics=/tmp/go-build3700090427/b2796/_pkg_.a
2025-08-20T23:05:46.4193809Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter=/tmp/go-build3700090427/b2797/_pkg_.a
2025-08-20T23:05:46.4194211Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob=/tmp/go-build3700090427/b2798/_pkg_.a
2025-08-20T23:05:46.4194655Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel=/tmp/go-build3700090427/b2799/_pkg_.a
2025-08-20T23:05:46.4195119Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias=/tmp/go-build3700090427/b2800/_pkg_.a
2025-08-20T23:05:46.4195632Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart=/tmp/go-build3700090427/b2801/_pkg_.a
2025-08-20T23:05:46.4196236Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary=/tmp/go-build3700090427/b2802/_pkg_.a
2025-08-20T23:05:46.4196898Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob=/tmp/go-build3700090427/b2803/_pkg_.a
2025-08-20T23:05:46.4197369Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot=/tmp/go-build3700090427/b2804/_pkg_.a
2025-08-20T23:05:46.4197807Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode=/tmp/go-build3700090427/b2805/_pkg_.a
2025-08-20T23:05:46.4198241Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed=/tmp/go-build3700090427/b2806/_pkg_.a
2025-08-20T23:05:46.4198725Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics=/tmp/go-build3700090427/b2807/_pkg_.a
2025-08-20T23:05:46.4199226Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment=/tmp/go-build3700090427/b2808/_pkg_.a
2025-08-20T23:05:46.4199926Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed=/tmp/go-build3700090427/b2809/_pkg_.a
2025-08-20T23:05:46.4200423Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics=/tmp/go-build3700090427/b2810/_pkg_.a
2025-08-20T23:05:46.4200924Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment=/tmp/go-build3700090427/b2811/_pkg_.a
2025-08-20T23:05:46.4201363Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed=/tmp/go-build3700090427/b2812/_pkg_.a
2025-08-20T23:05:46.4201849Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics=/tmp/go-build3700090427/b2813/_pkg_.a
2025-08-20T23:05:46.4202273Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter=/tmp/go-build3700090427/b2814/_pkg_.a
2025-08-20T23:05:46.4202695Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob=/tmp/go-build3700090427/b2815/_pkg_.a
2025-08-20T23:05:46.4203154Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot=/tmp/go-build3700090427/b2816/_pkg_.a
2025-08-20T23:05:46.4203664Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment=/tmp/go-build3700090427/b2817/_pkg_.a
2025-08-20T23:05:46.4204261Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot=/tmp/go-build3700090427/b2818/_pkg_.a
2025-08-20T23:05:46.4204672Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate=/tmp/go-build3700090427/b2819/_pkg_.a
2025-08-20T23:05:46.4205113Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector=/tmp/go-build3700090427/b2820/_pkg_.a
2025-08-20T23:05:46.4205549Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk=/tmp/go-build3700090427/b2821/_pkg_.a
2025-08-20T23:05:46.4206097Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive=/tmp/go-build3700090427/b2822/_pkg_.a
2025-08-20T23:05:46.4206610Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo=/tmp/go-build3700090427/b2823/_pkg_.a
2025-08-20T23:05:46.4207051Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads=/tmp/go-build3700090427/b2824/_pkg_.a
2025-08-20T23:05:46.4207451Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info=/tmp/go-build3700090427/b2826/_pkg_.a
2025-08-20T23:05:46.4207933Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings=/tmp/go-build3700090427/b2827/_pkg_.a
2025-08-20T23:05:46.4208445Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats=/tmp/go-build3700090427/b2828/_pkg_.a
2025-08-20T23:05:46.4208859Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage=/tmp/go-build3700090427/b2829/_pkg_.a
2025-08-20T23:05:46.4209307Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph=/tmp/go-build3700090427/b2830/_pkg_.a
2025-08-20T23:05:46.4209896Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces=/tmp/go-build3700090427/b2831/_pkg_.a
2025-08-20T23:05:46.4210327Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status=/tmp/go-build3700090427/b2832/_pkg_.a
2025-08-20T23:05:46.4210791Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions=/tmp/go-build3700090427/b2833/_pkg_.a
2025-08-20T23:05:46.4211248Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule=/tmp/go-build3700090427/b2834/_pkg_.a
2025-08-20T23:05:46.4211716Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset=/tmp/go-build3700090427/b2835/_pkg_.a
2025-08-20T23:05:46.4212154Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule=/tmp/go-build3700090427/b2836/_pkg_.a
2025-08-20T23:05:46.4212614Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset=/tmp/go-build3700090427/b2837/_pkg_.a
2025-08-20T23:05:46.4213073Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets=/tmp/go-build3700090427/b2838/_pkg_.a
2025-08-20T23:05:46.4213514Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule=/tmp/go-build3700090427/b2839/_pkg_.a
2025-08-20T23:05:46.4213961Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset=/tmp/go-build3700090427/b2840/_pkg_.a
2025-08-20T23:05:46.4214394Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test=/tmp/go-build3700090427/b2841/_pkg_.a
2025-08-20T23:05:46.4214825Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob=/tmp/go-build3700090427/b2842/_pkg_.a
2025-08-20T23:05:46.4215245Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs=/tmp/go-build3700090427/b2843/_pkg_.a
2025-08-20T23:05:46.4215841Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps=/tmp/go-build3700090427/b2844/_pkg_.a
2025-08-20T23:05:46.4216314Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps=/tmp/go-build3700090427/b2845/_pkg_.a
2025-08-20T23:05:46.4216744Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob=/tmp/go-build3700090427/b2846/_pkg_.a
2025-08-20T23:05:46.4217194Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch=/tmp/go-build3700090427/b2847/_pkg_.a
2025-08-20T23:05:46.4217624Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob=/tmp/go-build3700090427/b2848/_pkg_.a
2025-08-20T23:05:46.4218043Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob=/tmp/go-build3700090427/b2849/_pkg_.a
2025-08-20T23:05:46.4218554Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats=/tmp/go-build3700090427/b2850/_pkg_.a
2025-08-20T23:05:46.4219050Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache=/tmp/go-build3700090427/b2851/_pkg_.a
2025-08-20T23:05:46.4219654Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount=/tmp/go-build3700090427/b2852/_pkg_.a
2025-08-20T23:05:46.4220275Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats=/tmp/go-build3700090427/b2853/_pkg_.a
2025-08-20T23:05:46.4220775Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete=/tmp/go-build3700090427/b2855/_pkg_.a
2025-08-20T23:05:46.4221352Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics=/tmp/go-build3700090427/b2856/_pkg_.a
2025-08-20T23:05:46.4221818Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get=/tmp/go-build3700090427/b2857/_pkg_.a
2025-08-20T23:05:46.4222368Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics=/tmp/go-build3700090427/b2858/_pkg_.a
2025-08-20T23:05:46.4222831Z [00:04:31.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list=/tmp/go-build3700090427/b2859/_pkg_.a
2025-08-20T23:05:46.4223295Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put=/tmp/go-build3700090427/b2860/_pkg_.a
2025-08-20T23:05:46.4223865Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics=/tmp/go-build3700090427/b2861/_pkg_.a
2025-08-20T23:05:46.4224341Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search=/tmp/go-build3700090427/b2862/_pkg_.a
2025-08-20T23:05:46.4224836Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile=/tmp/go-build3700090427/b2863/_pkg_.a
2025-08-20T23:05:46.4225291Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate=/tmp/go-build3700090427/b2865/_pkg_.a
2025-08-20T23:05:46.4225751Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole=/tmp/go-build3700090427/b2866/_pkg_.a
2025-08-20T23:05:46.4226210Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole=/tmp/go-build3700090427/b2867/_pkg_.a
2025-08-20T23:05:46.4226684Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys=/tmp/go-build3700090427/b2868/_pkg_.a
2025-08-20T23:05:46.4227145Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword=/tmp/go-build3700090427/b2869/_pkg_.a
2025-08-20T23:05:46.4227730Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache=/tmp/go-build3700090427/b2870/_pkg_.a
2025-08-20T23:05:46.4228235Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges=/tmp/go-build3700090427/b2871/_pkg_.a
2025-08-20T23:05:46.4228709Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms=/tmp/go-build3700090427/b2872/_pkg_.a
2025-08-20T23:05:46.4229192Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles=/tmp/go-build3700090427/b2873/_pkg_.a
2025-08-20T23:05:46.4229981Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens=/tmp/go-build3700090427/b2874/_pkg_.a
2025-08-20T23:05:46.4230455Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey=/tmp/go-build3700090427/b2875/_pkg_.a
2025-08-20T23:05:46.4230976Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey=/tmp/go-build3700090427/b2876/_pkg_.a
2025-08-20T23:05:46.4231468Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken=/tmp/go-build3700090427/b2877/_pkg_.a
2025-08-20T23:05:46.4231936Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges=/tmp/go-build3700090427/b2878/_pkg_.a
2025-08-20T23:05:46.4232548Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole=/tmp/go-build3700090427/b2879/_pkg_.a
2025-08-20T23:05:46.4233030Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping=/tmp/go-build3700090427/b2880/_pkg_.a
2025-08-20T23:05:46.4233515Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken=/tmp/go-build3700090427/b2881/_pkg_.a
2025-08-20T23:05:46.4233966Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser=/tmp/go-build3700090427/b2882/_pkg_.a
2025-08-20T23:05:46.4234414Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser=/tmp/go-build3700090427/b2883/_pkg_.a
2025-08-20T23:05:46.4234898Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile=/tmp/go-build3700090427/b2884/_pkg_.a
2025-08-20T23:05:46.4235344Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser=/tmp/go-build3700090427/b2885/_pkg_.a
2025-08-20T23:05:46.4235823Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile=/tmp/go-build3700090427/b2886/_pkg_.a
2025-08-20T23:05:46.4236271Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana=/tmp/go-build3700090427/b2887/_pkg_.a
2025-08-20T23:05:46.4236719Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode=/tmp/go-build3700090427/b2888/_pkg_.a
2025-08-20T23:05:46.4237154Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey=/tmp/go-build3700090427/b2889/_pkg_.a
2025-08-20T23:05:46.4237650Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges=/tmp/go-build3700090427/b2890/_pkg_.a
2025-08-20T23:05:46.4238126Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges=/tmp/go-build3700090427/b2891/_pkg_.a
2025-08-20T23:05:46.4238563Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole=/tmp/go-build3700090427/b2892/_pkg_.a
2025-08-20T23:05:46.4239024Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping=/tmp/go-build3700090427/b2893/_pkg_.a
2025-08-20T23:05:46.4239841Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts=/tmp/go-build3700090427/b2894/_pkg_.a
2025-08-20T23:05:46.4240356Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials=/tmp/go-build3700090427/b2895/_pkg_.a
2025-08-20T23:05:46.4240806Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings=/tmp/go-build3700090427/b2896/_pkg_.a
2025-08-20T23:05:46.4241277Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken=/tmp/go-build3700090427/b2897/_pkg_.a
2025-08-20T23:05:46.4241714Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser=/tmp/go-build3700090427/b2899/_pkg_.a
2025-08-20T23:05:46.4242188Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges=/tmp/go-build3700090427/b2900/_pkg_.a
2025-08-20T23:05:46.4242659Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile=/tmp/go-build3700090427/b2901/_pkg_.a
2025-08-20T23:05:46.4243108Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey=/tmp/go-build3700090427/b2902/_pkg_.a
2025-08-20T23:05:46.4243563Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges=/tmp/go-build3700090427/b2904/_pkg_.a
2025-08-20T23:05:46.4244204Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile=/tmp/go-build3700090427/b2905/_pkg_.a
2025-08-20T23:05:46.4244683Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey=/tmp/go-build3700090427/b2906/_pkg_.a
2025-08-20T23:05:46.4245153Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken=/tmp/go-build3700090427/b2907/_pkg_.a
2025-08-20T23:05:46.4245630Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate=/tmp/go-build3700090427/b2908/_pkg_.a
2025-08-20T23:05:46.4246076Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout=/tmp/go-build3700090427/b2909/_pkg_.a
2025-08-20T23:05:46.4246593Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication=/tmp/go-build3700090427/b2910/_pkg_.a
2025-08-20T23:05:46.4247057Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges=/tmp/go-build3700090427/b2911/_pkg_.a
2025-08-20T23:05:46.4247484Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole=/tmp/go-build3700090427/b2912/_pkg_.a
2025-08-20T23:05:46.4247949Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping=/tmp/go-build3700090427/b2913/_pkg_.a
2025-08-20T23:05:46.4248378Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser=/tmp/go-build3700090427/b2914/_pkg_.a
2025-08-20T23:05:46.4248834Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys=/tmp/go-build3700090427/b2915/_pkg_.a
2025-08-20T23:05:46.4249270Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole=/tmp/go-build3700090427/b2916/_pkg_.a
2025-08-20T23:05:46.4249817Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser=/tmp/go-build3700090427/b2917/_pkg_.a
2025-08-20T23:05:46.4250302Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate=/tmp/go-build3700090427/b2918/_pkg_.a
2025-08-20T23:05:46.4250787Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout=/tmp/go-build3700090427/b2919/_pkg_.a
2025-08-20T23:05:46.4251250Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate=/tmp/go-build3700090427/b2920/_pkg_.a
2025-08-20T23:05:46.4251818Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout=/tmp/go-build3700090427/b2921/_pkg_.a
2025-08-20T23:05:46.4252338Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication=/tmp/go-build3700090427/b2922/_pkg_.a
2025-08-20T23:05:46.4252865Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata=/tmp/go-build3700090427/b2923/_pkg_.a
2025-08-20T23:05:46.4253488Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles=/tmp/go-build3700090427/b2924/_pkg_.a
2025-08-20T23:05:46.4253943Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey=/tmp/go-build3700090427/b2925/_pkg_.a
2025-08-20T23:05:46.4254460Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey=/tmp/go-build3700090427/b2926/_pkg_.a
2025-08-20T23:05:46.4254927Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings=/tmp/go-build3700090427/b2927/_pkg_.a
2025-08-20T23:05:46.4255436Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata=/tmp/go-build3700090427/b2928/_pkg_.a
2025-08-20T23:05:46.4255876Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode=/tmp/go-build3700090427/b2929/_pkg_.a
2025-08-20T23:05:46.4256317Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode=/tmp/go-build3700090427/b2930/_pkg_.a
2025-08-20T23:05:46.4256744Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode=/tmp/go-build3700090427/b2931/_pkg_.a
2025-08-20T23:05:46.4257191Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle=/tmp/go-build3700090427/b2933/_pkg_.a
2025-08-20T23:05:46.4257644Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle=/tmp/go-build3700090427/b2934/_pkg_.a
2025-08-20T23:05:46.4258095Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention=/tmp/go-build3700090427/b2935/_pkg_.a
2025-08-20T23:05:46.4258518Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle=/tmp/go-build3700090427/b2936/_pkg_.a
2025-08-20T23:05:46.4258943Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats=/tmp/go-build3700090427/b2937/_pkg_.a
2025-08-20T23:05:46.4259457Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus=/tmp/go-build3700090427/b2938/_pkg_.a
2025-08-20T23:05:46.4259896Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle=/tmp/go-build3700090427/b2939/_pkg_.a
2025-08-20T23:05:46.4260308Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/start=/tmp/go-build3700090427/b2940/_pkg_.a
2025-08-20T23:05:46.4260705Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop=/tmp/go-build3700090427/b2941/_pkg_.a
2025-08-20T23:05:46.4261189Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository=/tmp/go-build3700090427/b2942/_pkg_.a
2025-08-20T23:05:46.4261616Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone=/tmp/go-build3700090427/b2943/_pkg_.a
2025-08-20T23:05:46.4262044Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create=/tmp/go-build3700090427/b2944/_pkg_.a
2025-08-20T23:05:46.4262516Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository=/tmp/go-build3700090427/b2945/_pkg_.a
2025-08-20T23:05:46.4263074Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete=/tmp/go-build3700090427/b2946/_pkg_.a
2025-08-20T23:05:46.4263544Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository=/tmp/go-build3700090427/b2947/_pkg_.a
2025-08-20T23:05:46.4263959Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get=/tmp/go-build3700090427/b2948/_pkg_.a
2025-08-20T23:05:46.4264415Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository=/tmp/go-build3700090427/b2950/_pkg_.a
2025-08-20T23:05:46.4265042Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity=/tmp/go-build3700090427/b2951/_pkg_.a
2025-08-20T23:05:46.4265474Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore=/tmp/go-build3700090427/b2952/_pkg_.a
2025-08-20T23:05:46.4265903Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status=/tmp/go-build3700090427/b2953/_pkg_.a
2025-08-20T23:05:46.4266381Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository=/tmp/go-build3700090427/b2954/_pkg_.a
2025-08-20T23:05:46.4266806Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor=/tmp/go-build3700090427/b2955/_pkg_.a
2025-08-20T23:05:46.4267224Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync=/tmp/go-build3700090427/b2956/_pkg_.a
2025-08-20T23:05:46.4267643Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync=/tmp/go-build3700090427/b2957/_pkg_.a
2025-08-20T23:05:46.4268082Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus=/tmp/go-build3700090427/b2958/_pkg_.a
2025-08-20T23:05:46.4268483Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/query=/tmp/go-build3700090427/b2959/_pkg_.a
2025-08-20T23:05:46.4268906Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate=/tmp/go-build3700090427/b2961/_pkg_.a
2025-08-20T23:05:46.4269531Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates=/tmp/go-build3700090427/b2962/_pkg_.a
2025-08-20T23:05:46.4270132Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym=/tmp/go-build3700090427/b2963/_pkg_.a
2025-08-20T23:05:46.4270633Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule=/tmp/go-build3700090427/b2964/_pkg_.a
2025-08-20T23:05:46.4271085Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym=/tmp/go-build3700090427/b2965/_pkg_.a
2025-08-20T23:05:46.4271546Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule=/tmp/go-build3700090427/b2966/_pkg_.a
2025-08-20T23:05:46.4272025Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets=/tmp/go-build3700090427/b2967/_pkg_.a
2025-08-20T23:05:46.4272466Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym=/tmp/go-build3700090427/b2968/_pkg_.a
2025-08-20T23:05:46.4272933Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule=/tmp/go-build3700090427/b2969/_pkg_.a
2025-08-20T23:05:46.4273346Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel=/tmp/go-build3700090427/b2970/_pkg_.a
2025-08-20T23:05:46.4273745Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get=/tmp/go-build3700090427/b2971/_pkg_.a
2025-08-20T23:05:46.4274146Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list=/tmp/go-build3700090427/b2972/_pkg_.a
2025-08-20T23:05:46.4274813Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure=/tmp/go-build3700090427/b2974/_pkg_.a
2025-08-20T23:05:46.4275330Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure=/tmp/go-build3700090427/b2975/_pkg_.a
2025-08-20T23:05:46.4275816Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure=/tmp/go-build3700090427/b2976/_pkg_.a
2025-08-20T23:05:46.4276411Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern=/tmp/go-build3700090427/b2977/_pkg_.a
2025-08-20T23:05:46.4276895Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform=/tmp/go-build3700090427/b2978/_pkg_.a
2025-08-20T23:05:46.4277350Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats=/tmp/go-build3700090427/b2979/_pkg_.a
2025-08-20T23:05:46.4277813Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform=/tmp/go-build3700090427/b2980/_pkg_.a
2025-08-20T23:05:46.4278291Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats=/tmp/go-build3700090427/b2981/_pkg_.a
2025-08-20T23:05:46.4278770Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform=/tmp/go-build3700090427/b2982/_pkg_.a
2025-08-20T23:05:46.4279231Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform=/tmp/go-build3700090427/b2983/_pkg_.a
2025-08-20T23:05:46.4279966Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform=/tmp/go-build3700090427/b2984/_pkg_.a
2025-08-20T23:05:46.4280495Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform=/tmp/go-build3700090427/b2985/_pkg_.a
2025-08-20T23:05:46.4280967Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform=/tmp/go-build3700090427/b2986/_pkg_.a
2025-08-20T23:05:46.4281430Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform=/tmp/go-build3700090427/b2987/_pkg_.a
2025-08-20T23:05:46.4281899Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform=/tmp/go-build3700090427/b2988/_pkg_.a
2025-08-20T23:05:46.4282393Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms=/tmp/go-build3700090427/b2989/_pkg_.a
2025-08-20T23:05:46.4282823Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch=/tmp/go-build3700090427/b2990/_pkg_.a
2025-08-20T23:05:46.4283279Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch=/tmp/go-build3700090427/b2991/_pkg_.a
2025-08-20T23:05:46.4283736Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch=/tmp/go-build3700090427/b2992/_pkg_.a
2025-08-20T23:05:46.4284186Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch=/tmp/go-build3700090427/b2993/_pkg_.a
2025-08-20T23:05:46.4284630Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch=/tmp/go-build3700090427/b2994/_pkg_.a
2025-08-20T23:05:46.4285073Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings=/tmp/go-build3700090427/b2996/_pkg_.a
2025-08-20T23:05:46.4285505Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch=/tmp/go-build3700090427/b2997/_pkg_.a
2025-08-20T23:05:46.4285934Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch=/tmp/go-build3700090427/b2998/_pkg_.a
2025-08-20T23:05:46.4286379Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches=/tmp/go-build3700090427/b2999/_pkg_.a
2025-08-20T23:05:46.4286940Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start=/tmp/go-build3700090427/b3000/_pkg_.a
2025-08-20T23:05:46.4287351Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats=/tmp/go-build3700090427/b3001/_pkg_.a
2025-08-20T23:05:46.4287765Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop=/tmp/go-build3700090427/b3002/_pkg_.a
2025-08-20T23:05:46.4288324Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings=/tmp/go-build3700090427/b3003/_pkg_.a
2025-08-20T23:05:46.4288737Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info=/tmp/go-build3700090427/b3004/_pkg_.a
2025-08-20T23:05:46.4289147Z [00:04:31.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage=/tmp/go-build3700090427/b3006/_pkg_.a
2025-08-20T23:05:46.4289485Z [00:04:31.560]➜  packagefile hash/fnv=/tmp/go-build3700090427/b330/_pkg_.a
2025-08-20T23:05:46.4289798Z [00:04:31.560]➜  packagefile github.com/tetratelabs/wazero=/tmp/go-build3700090427/b646/_pkg_.a
2025-08-20T23:05:46.4290113Z [00:04:31.560]➜  packagefile github.com/tetratelabs/wazero/api=/tmp/go-build3700090427/b647/_pkg_.a
2025-08-20T23:05:46.4290465Z [00:04:31.560]➜  packagefile github.com/tetratelabs/wazero/experimental=/tmp/go-build3700090427/b649/_pkg_.a
2025-08-20T23:05:46.4290883Z [00:04:31.560]➜  packagefile github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1=/tmp/go-build3700090427/b679/_pkg_.a
2025-08-20T23:05:46.4291239Z [00:04:31.560]➜  packagefile github.com/wasilibs/wazero-helpers/allocator=/tmp/go-build3700090427/b681/_pkg_.a
2025-08-20T23:05:46.4291574Z [00:04:31.560]➜  packagefile github.com/couchbase/gocbcore/v10/connstr=/tmp/go-build3700090427/b1199/_pkg_.a
2025-08-20T23:05:46.4291904Z [00:04:31.560]➜  packagefile github.com/couchbase/gocbcore/v10/scram=/tmp/go-build3700090427/b1201/_pkg_.a
2025-08-20T23:05:46.4292196Z [00:04:31.560]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3700090427/b1203/_pkg_.a
2025-08-20T23:05:46.4292613Z [00:04:31.560]➜  packagefile github.com/couchbase/goprotostellar/genproto/analytics_v1=/tmp/go-build3700090427/b1210/_pkg_.a
2025-08-20T23:05:46.4293012Z [00:04:31.560]➜  packagefile github.com/couchbase/goprotostellar/genproto/routing_v1=/tmp/go-build3700090427/b1212/_pkg_.a
2025-08-20T23:05:46.4293402Z [00:04:31.560]➜  packagefile github.com/couchbase/goprotostellar/genproto/view_v1=/tmp/go-build3700090427/b1213/_pkg_.a
2025-08-20T23:05:46.4293827Z [00:04:31.560]➜  packagefile github.com/grpc-ecosystem/go-grpc-middleware/logging/settable=/tmp/go-build3700090427/b1214/_pkg_.a
2025-08-20T23:05:46.4294100Z [00:04:31.560]➜  packagefile go.uber.org/zap/zapgrpc=/tmp/go-build3700090427/b1215/_pkg_.a
2025-08-20T23:05:46.4294383Z [00:04:31.560]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3700090427/b839/_pkg_.a
2025-08-20T23:05:46.4294766Z [00:04:31.560]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3700090427/b463/_pkg_.a
2025-08-20T23:05:46.4295333Z [00:04:31.560]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build3700090427/b1433/_pkg_.a
2025-08-20T23:05:46.4295885Z [00:04:31.560]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=/tmp/go-build3700090427/b1436/_pkg_.a
2025-08-20T23:05:46.4296204Z [00:04:31.560]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3700090427/b833/_pkg_.a
2025-08-20T23:05:46.4296536Z [00:04:31.560]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3700090427/b834/_pkg_.a
2025-08-20T23:05:46.4296797Z [00:04:31.560]➜  packagefile golang.org/x/text/runes=/tmp/go-build3700090427/b835/_pkg_.a
2025-08-20T23:05:46.4297158Z [00:04:31.560]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build3700090427/b1525/_pkg_.a
2025-08-20T23:05:46.4297859Z [00:04:31.560]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3700090427/b1544/_pkg_.a
2025-08-20T23:05:46.4298220Z [00:04:31.560]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3700090427/b1533/_pkg_.a
2025-08-20T23:05:46.4298571Z [00:04:31.560]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3700090427/b1534/_pkg_.a
2025-08-20T23:05:46.4298921Z [00:04:31.560]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3700090427/b1535/_pkg_.a
2025-08-20T23:05:46.4299626Z [00:04:31.560]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3700090427/b1553/_pkg_.a
2025-08-20T23:05:46.4299992Z [00:04:31.560]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build3700090427/b1569/_pkg_.a
2025-08-20T23:05:46.4300298Z [00:04:31.560]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build3700090427/b1573/_pkg_.a
2025-08-20T23:05:46.4300663Z [00:04:31.560]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3700090427/b1571/_pkg_.a
2025-08-20T23:05:46.4301012Z [00:04:31.560]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build3700090427/b1574/_pkg_.a
2025-08-20T23:05:46.4301312Z [00:04:31.560]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3700090427/b1548/_pkg_.a
2025-08-20T23:05:46.4301591Z [00:04:31.560]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build3700090427/b1549/_pkg_.a
2025-08-20T23:05:46.4301866Z [00:04:31.560]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build3700090427/b1560/_pkg_.a
2025-08-20T23:05:46.4302229Z [00:04:31.560]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build3700090427/b1563/_pkg_.a
2025-08-20T23:05:46.4302563Z [00:04:31.560]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build3700090427/b1565/_pkg_.a
2025-08-20T23:05:46.4302884Z [00:04:31.560]➜  packagefile github.com/go-redis/redis/internal/util=/tmp/go-build3700090427/b1707/_pkg_.a
2025-08-20T23:05:46.4303168Z [00:04:31.560]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3700090427/b813/_pkg_.a
2025-08-20T23:05:46.4303390Z [00:04:31.560]➜  packagefile debug/dwarf=/tmp/go-build3700090427/b666/_pkg_.a
2025-08-20T23:05:46.4303641Z [00:04:31.560]➜  packagefile go4.org/syncutil=/tmp/go-build3700090427/b829/_pkg_.a
2025-08-20T23:05:46.4303910Z [00:04:31.561]➜  packagefile github.com/dsnet/compress=/tmp/go-build3700090427/b866/_pkg_.a
2025-08-20T23:05:46.4304219Z [00:04:31.561]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build3700090427/b767/_pkg_.a
2025-08-20T23:05:46.4304563Z [00:04:31.561]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build3700090427/b851/_pkg_.a
2025-08-20T23:05:46.4304895Z [00:04:31.561]➜  packagefile golang.org/x/crypto/openpgp/elgamal=/tmp/go-build3700090427/b1969/_pkg_.a
2025-08-20T23:05:46.4305196Z [00:04:31.561]➜  packagefile github.com/emirpasic/gods/lists=/tmp/go-build3700090427/b2200/_pkg_.a
2025-08-20T23:05:46.4305524Z [00:04:31.561]➜  packagefile github.com/charmbracelet/colorprofile=/tmp/go-build3700090427/b3032/_pkg_.a
2025-08-20T23:05:46.4305834Z [00:04:31.561]➜  packagefile github.com/aymanbagabas/go-osc52/v2=/tmp/go-build3700090427/b3036/_pkg_.a
2025-08-20T23:05:46.4306049Z [00:04:31.561]➜  packagefile image/png=/tmp/go-build3700090427/b3028/_pkg_.a
2025-08-20T23:05:46.4306327Z [00:04:31.561]➜  packagefile github.com/dlclark/regexp2=/tmp/go-build3700090427/b3046/_pkg_.a
2025-08-20T23:05:46.4306666Z [00:04:31.561]➜  packagefile github.com/alecthomas/chroma/v2/formatters=/tmp/go-build3700090427/b3049/_pkg_.a
2025-08-20T23:05:46.4307000Z [00:04:31.561]➜  packagefile github.com/alecthomas/chroma/v2/lexers=/tmp/go-build3700090427/b3052/_pkg_.a
2025-08-20T23:05:46.4307306Z [00:04:31.561]➜  packagefile github.com/aymerick/douceur/parser=/tmp/go-build3700090427/b3058/_pkg_.a
2025-08-20T23:05:46.4307628Z [00:04:31.561]➜  packagefile github.com/microcosm-cc/bluemonday/css=/tmp/go-build3700090427/b3061/_pkg_.a
2025-08-20T23:05:46.4308083Z [00:04:31.561]➜  packagefile github.com/yuin/goldmark-emoji/definition=/tmp/go-build3700090427/b3067/_pkg_.a
2025-08-20T23:05:46.4308376Z [00:04:31.561]➜  packagefile github.com/yuin/goldmark/text=/tmp/go-build3700090427/b3069/_pkg_.a
2025-08-20T23:05:46.4308653Z [00:04:31.561]➜  packagefile github.com/atotto/clipboard=/tmp/go-build3700090427/b3077/_pkg_.a
2025-08-20T23:05:46.4308985Z [00:04:31.561]➜  packagefile github.com/charmbracelet/bubbles/cursor=/tmp/go-build3700090427/b3078/_pkg_.a
2025-08-20T23:05:46.4309579Z [00:04:31.561]➜  packagefile github.com/charmbracelet/bubbles/runeutil=/tmp/go-build3700090427/b3079/_pkg_.a
2025-08-20T23:05:46.4309956Z [00:04:31.561]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3700090427/b438/_pkg_.a
2025-08-20T23:05:46.4310273Z [00:04:31.561]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3700090427/b483/_pkg_.a
2025-08-20T23:05:46.4310622Z [00:04:31.561]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build3700090427/b484/_pkg_.a
2025-08-20T23:05:46.4311010Z [00:04:31.561]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3700090427/b490/_pkg_.a
2025-08-20T23:05:46.4311401Z [00:04:31.561]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3700090427/b486/_pkg_.a
2025-08-20T23:05:46.4311796Z [00:04:31.561]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3700090427/b502/_pkg_.a
2025-08-20T23:05:46.4312183Z [00:04:31.561]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3700090427/b503/_pkg_.a
2025-08-20T23:05:46.4312532Z [00:04:31.561]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3700090427/b501/_pkg_.a
2025-08-20T23:05:46.4312838Z [00:04:31.561]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build3700090427/b505/_pkg_.a
2025-08-20T23:05:46.4313120Z [00:04:31.561]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3700090427/b510/_pkg_.a
2025-08-20T23:05:46.4313417Z [00:04:31.561]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3700090427/b508/_pkg_.a
2025-08-20T23:05:46.4313828Z [00:04:31.561]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3700090427/b471/_pkg_.a
2025-08-20T23:05:46.4314167Z [00:04:31.561]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build3700090427/b539/_pkg_.a
2025-08-20T23:05:46.4314553Z [00:04:31.561]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build3700090427/b433/_pkg_.a
2025-08-20T23:05:46.4314923Z [00:04:31.561]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3700090427/b544/_pkg_.a
2025-08-20T23:05:46.4315330Z [00:04:31.561]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build3700090427/b545/_pkg_.a
2025-08-20T23:05:46.4315784Z [00:04:31.561]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build3700090427/b550/_pkg_.a
2025-08-20T23:05:46.4316215Z [00:04:31.561]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3700090427/b548/_pkg_.a
2025-08-20T23:05:46.4316647Z [00:04:31.561]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3700090427/b477/_pkg_.a
2025-08-20T23:05:46.4317170Z [00:04:31.561]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build3700090427/b563/_pkg_.a
2025-08-20T23:05:46.4317512Z [00:04:31.561]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3700090427/b564/_pkg_.a
2025-08-20T23:05:46.4317817Z [00:04:31.561]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3700090427/b418/_pkg_.a
2025-08-20T23:05:46.4318106Z [00:04:31.561]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3700090427/b419/_pkg_.a
2025-08-20T23:05:46.4318313Z [00:04:31.561]➜  packagefile net/rpc=/tmp/go-build3700090427/b478/_pkg_.a
2025-08-20T23:05:46.4318724Z [00:04:31.561]➜  packagefile internal/gover=/tmp/go-build3700090427/b583/_pkg_.a
2025-08-20T23:05:46.4319044Z [00:04:31.561]➜  packagefile golang.org/x/tools/go/types/objectpath=/tmp/go-build3700090427/b588/_pkg_.a
2025-08-20T23:05:46.4319498Z [00:04:31.561]➜  packagefile golang.org/x/tools/internal/pkgbits=/tmp/go-build3700090427/b596/_pkg_.a
2025-08-20T23:05:46.4319927Z [00:04:31.561]➜  packagefile golang.org/x/tools/internal/event/core=/tmp/go-build3700090427/b600/_pkg_.a
2025-08-20T23:05:46.4320440Z [00:04:31.561]➜  packagefile golang.org/x/tools/internal/typeparams=/tmp/go-build3700090427/b592/_pkg_.a
2025-08-20T23:05:46.4320679Z [00:04:31.561]➜  packagefile hash/maphash=/tmp/go-build3700090427/b593/_pkg_.a
2025-08-20T23:05:46.4320994Z [00:04:31.561]➜  packagefile golang.org/x/mod/internal/lazyregexp=/tmp/go-build3700090427/b609/_pkg_.a
2025-08-20T23:05:46.4321374Z [00:04:31.561]➜  packagefile github.com/docker/docker-credential-helpers/client=/tmp/go-build3700090427/b716/_pkg_.a
2025-08-20T23:05:46.4321778Z [00:04:31.561]➜  packagefile github.com/docker/docker-credential-helpers/credentials=/tmp/go-build3700090427/b717/_pkg_.a
2025-08-20T23:05:46.4322126Z [00:04:31.561]➜  packagefile github.com/docker/docker/api/types/blkiodev=/tmp/go-build3700090427/b727/_pkg_.a
2025-08-20T23:05:46.4322459Z [00:04:31.561]➜  packagefile github.com/docker/docker/api/types/common=/tmp/go-build3700090427/b728/_pkg_.a
2025-08-20T23:05:46.4322788Z [00:04:31.561]➜  packagefile github.com/docker/docker/api/types/mount=/tmp/go-build3700090427/b731/_pkg_.a
2025-08-20T23:05:46.4323135Z [00:04:31.561]➜  packagefile github.com/docker/docker/api/types/strslice=/tmp/go-build3700090427/b735/_pkg_.a
2025-08-20T23:05:46.4323445Z [00:04:31.561]➜  packagefile github.com/docker/go-connections/nat=/tmp/go-build3700090427/b736/_pkg_.a
2025-08-20T23:05:46.4323717Z [00:04:31.561]➜  packagefile github.com/docker/go-units=/tmp/go-build3700090427/b737/_pkg_.a
2025-08-20T23:05:46.4324073Z [00:04:31.561]➜  packagefile github.com/opencontainers/image-spec/specs-go=/tmp/go-build3700090427/b740/_pkg_.a
2025-08-20T23:05:46.4324444Z [00:04:31.561]➜  packagefile github.com/containerd/errdefs/pkg/internal/cause=/tmp/go-build3700090427/b744/_pkg_.a
2025-08-20T23:05:46.4324798Z [00:04:31.561]➜  packagefile github.com/docker/docker/internal/multierror=/tmp/go-build3700090427/b733/_pkg_.a
2025-08-20T23:05:46.4325156Z [00:04:31.561]➜  packagefile github.com/docker/docker/api/types/swarm/runtime=/tmp/go-build3700090427/b751/_pkg_.a
2025-08-20T23:05:46.4325399Z [00:04:31.561]➜  packagefile internal/sysinfo=/tmp/go-build3700090427/b616/_pkg_.a
2025-08-20T23:05:46.4325729Z [00:04:31.561]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build3700090427/b2011/_pkg_.a
2025-08-20T23:05:46.4326143Z [00:04:31.561]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build3700090427/b2008/_pkg_.a
2025-08-20T23:05:46.4326527Z [00:04:31.561]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build3700090427/b2009/_pkg_.a
2025-08-20T23:05:46.4326906Z [00:04:31.561]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3700090427/b2010/_pkg_.a
2025-08-20T23:05:46.4327264Z [00:04:31.561]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3700090427/b2007/_pkg_.a
2025-08-20T23:05:46.4327529Z [00:04:31.561]➜  packagefile github.com/go-logr/stdr=/tmp/go-build3700090427/b525/_pkg_.a
2025-08-20T23:05:46.4327811Z [00:04:31.561]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build3700090427/b527/_pkg_.a
2025-08-20T23:05:46.4328135Z [00:04:31.561]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build3700090427/b2026/_pkg_.a
2025-08-20T23:05:46.4328543Z [00:04:31.561]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3700090427/b2033/_pkg_.a
2025-08-20T23:05:46.4328923Z [00:04:31.561]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3700090427/b2040/_pkg_.a
2025-08-20T23:05:46.4329502Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build3700090427/b2053/_pkg_.a
2025-08-20T23:05:46.4329943Z [00:04:31.561]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3700090427/b2058/_pkg_.a
2025-08-20T23:05:46.4330357Z [00:04:31.561]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3700090427/b2055/_pkg_.a
2025-08-20T23:05:46.4330672Z [00:04:31.561]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build3700090427/b2079/_pkg_.a
2025-08-20T23:05:46.4331079Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build3700090427/b2080/_pkg_.a
2025-08-20T23:05:46.4331436Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build3700090427/b2108/_pkg_.a
2025-08-20T23:05:46.4331837Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build3700090427/b2127/_pkg_.a
2025-08-20T23:05:46.4332228Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build3700090427/b2128/_pkg_.a
2025-08-20T23:05:46.4332611Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build3700090427/b2131/_pkg_.a
2025-08-20T23:05:46.4333000Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build3700090427/b2138/_pkg_.a
2025-08-20T23:05:46.4333337Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build3700090427/b2140/_pkg_.a
2025-08-20T23:05:46.4333681Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build3700090427/b2143/_pkg_.a
2025-08-20T23:05:46.4334147Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build3700090427/b2144/_pkg_.a
2025-08-20T23:05:46.4334554Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3700090427/b2097/_pkg_.a
2025-08-20T23:05:46.4334904Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/clients=/tmp/go-build3700090427/b2082/_pkg_.a
2025-08-20T23:05:46.4335307Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/clients/grpctransport=/tmp/go-build3700090427/b2083/_pkg_.a
2025-08-20T23:05:46.4335693Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient=/tmp/go-build3700090427/b2084/_pkg_.a
2025-08-20T23:05:46.4336072Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient=/tmp/go-build3700090427/b2089/_pkg_.a
2025-08-20T23:05:46.4336504Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/metrics=/tmp/go-build3700090427/b2096/_pkg_.a
2025-08-20T23:05:46.4336943Z [00:04:31.561]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build3700090427/b2107/_pkg_.a
2025-08-20T23:05:46.4337255Z [00:04:31.561]➜  packagefile github.com/gobwas/glob/util/strings=/tmp/go-build3700090427/b799/_pkg_.a
2025-08-20T23:05:46.4337602Z [00:04:31.561]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3700090427/b1027/_pkg_.a
2025-08-20T23:05:46.4337940Z [00:04:31.561]➜  packagefile github.com/cloudflare/circl/internal/conv=/tmp/go-build3700090427/b895/_pkg_.a
2025-08-20T23:05:46.4338235Z [00:04:31.561]➜  packagefile github.com/cloudflare/circl/math=/tmp/go-build3700090427/b899/_pkg_.a
2025-08-20T23:05:46.4338563Z [00:04:31.561]➜  packagefile github.com/cloudflare/circl/math/fp25519=/tmp/go-build3700090427/b894/_pkg_.a
2025-08-20T23:05:46.4338859Z [00:04:31.561]➜  packagefile github.com/cloudflare/circl/sign=/tmp/go-build3700090427/b900/_pkg_.a
2025-08-20T23:05:46.4339199Z [00:04:31.561]➜  packagefile github.com/cloudflare/circl/ecc/goldilocks=/tmp/go-build3700090427/b902/_pkg_.a
2025-08-20T23:05:46.4339624Z [00:04:31.561]➜  packagefile github.com/cloudflare/circl/internal/sha3=/tmp/go-build3700090427/b904/_pkg_.a
2025-08-20T23:05:46.4339993Z [00:04:31.561]➜  packagefile github.com/ProtonMail/go-crypto/internal/byteutil=/tmp/go-build3700090427/b886/_pkg_.a
2025-08-20T23:05:46.4340431Z [00:04:31.561]➜  packagefile github.com/cloudflare/circl/math/fp448=/tmp/go-build3700090427/b897/_pkg_.a
2025-08-20T23:05:46.4340746Z [00:04:31.561]➜  packagefile golang.org/x/crypto/ssh/knownhosts=/tmp/go-build3700090427/b2231/_pkg_.a
2025-08-20T23:05:46.4341034Z [00:04:31.561]➜  packagefile golang.org/x/crypto/ssh/agent=/tmp/go-build3700090427/b2233/_pkg_.a
2025-08-20T23:05:46.4341360Z [00:04:31.561]➜  packagefile golang.org/x/net/internal/socks=/tmp/go-build3700090427/b2235/_pkg_.a
2025-08-20T23:05:46.4341851Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3700090427/b2293/_pkg_.a
2025-08-20T23:05:46.4342342Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3700090427/b2344/_pkg_.a
2025-08-20T23:05:46.4342793Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3700090427/b2417/_pkg_.a
2025-08-20T23:05:46.4343259Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3700090427/b2443/_pkg_.a
2025-08-20T23:05:46.4343718Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3700090427/b2460/_pkg_.a
2025-08-20T23:05:46.4344155Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3700090427/b2496/_pkg_.a
2025-08-20T23:05:46.4344606Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3700090427/b2501/_pkg_.a
2025-08-20T23:05:46.4345072Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3700090427/b2366/_pkg_.a
2025-08-20T23:05:46.4345561Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build3700090427/b2304/_pkg_.a
2025-08-20T23:05:46.4346036Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build3700090427/b2305/_pkg_.a
2025-08-20T23:05:46.4346570Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build3700090427/b2303/_pkg_.a
2025-08-20T23:05:46.4347087Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build3700090427/b2307/_pkg_.a
2025-08-20T23:05:46.4347593Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build3700090427/b2308/_pkg_.a
2025-08-20T23:05:46.4348039Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build3700090427/b2327/_pkg_.a
2025-08-20T23:05:46.4348474Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3700090427/b2542/_pkg_.a
2025-08-20T23:05:46.4348947Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents=/tmp/go-build3700090427/b2543/_pkg_.a
2025-08-20T23:05:46.4349485Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3700090427/b2435/_pkg_.a
2025-08-20T23:05:46.4349964Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3700090427/b2321/_pkg_.a
2025-08-20T23:05:46.4350430Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3700090427/b2464/_pkg_.a
2025-08-20T23:05:46.4350944Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3700090427/b2462/_pkg_.a
2025-08-20T23:05:46.4351405Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3700090427/b2463/_pkg_.a
2025-08-20T23:05:46.4352033Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype=/tmp/go-build3700090427/b2580/_pkg_.a
2025-08-20T23:05:46.4352479Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3700090427/b2431/_pkg_.a
2025-08-20T23:05:46.4352932Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3700090427/b2483/_pkg_.a
2025-08-20T23:05:46.4353491Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3700090427/b2587/_pkg_.a
2025-08-20T23:05:46.4354003Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build3700090427/b2391/_pkg_.a
2025-08-20T23:05:46.4354446Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build3700090427/b2418/_pkg_.a
2025-08-20T23:05:46.4354961Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype=/tmp/go-build3700090427/b2618/_pkg_.a
2025-08-20T23:05:46.4355407Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype=/tmp/go-build3700090427/b2619/_pkg_.a
2025-08-20T23:05:46.4355883Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition=/tmp/go-build3700090427/b2639/_pkg_.a
2025-08-20T23:05:46.4356341Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build3700090427/b2642/_pkg_.a
2025-08-20T23:05:46.4356861Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3700090427/b2401/_pkg_.a
2025-08-20T23:05:46.4357299Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build3700090427/b2345/_pkg_.a
2025-08-20T23:05:46.4357782Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build3700090427/b2337/_pkg_.a
2025-08-20T23:05:46.4358279Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build3700090427/b2384/_pkg_.a
2025-08-20T23:05:46.4358768Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus=/tmp/go-build3700090427/b2712/_pkg_.a
2025-08-20T23:05:46.4359218Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3700090427/b2466/_pkg_.a
2025-08-20T23:05:46.4360016Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build3700090427/b2399/_pkg_.a
2025-08-20T23:05:46.4360497Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3700090427/b2400/_pkg_.a
2025-08-20T23:05:46.4361135Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build3700090427/b2406/_pkg_.a
2025-08-20T23:05:46.4361575Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include=/tmp/go-build3700090427/b2784/_pkg_.a
2025-08-20T23:05:46.4362067Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build3700090427/b2476/_pkg_.a
2025-08-20T23:05:46.4362607Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build3700090427/b2329/_pkg_.a
2025-08-20T23:05:46.4363095Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build3700090427/b2477/_pkg_.a
2025-08-20T23:05:46.4363569Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build3700090427/b2341/_pkg_.a
2025-08-20T23:05:46.4364031Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype=/tmp/go-build3700090427/b2825/_pkg_.a
2025-08-20T23:05:46.4364503Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3700090427/b2428/_pkg_.a
2025-08-20T23:05:46.4364954Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel=/tmp/go-build3700090427/b2854/_pkg_.a
2025-08-20T23:05:46.4365560Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype=/tmp/go-build3700090427/b2864/_pkg_.a
2025-08-20T23:05:46.4366047Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3700090427/b2312/_pkg_.a
2025-08-20T23:05:46.4366566Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build3700090427/b2432/_pkg_.a
2025-08-20T23:05:46.4367080Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype=/tmp/go-build3700090427/b2898/_pkg_.a
2025-08-20T23:05:46.4367565Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype=/tmp/go-build3700090427/b2903/_pkg_.a
2025-08-20T23:05:46.4368000Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_=/tmp/go-build3700090427/b2932/_pkg_.a
2025-08-20T23:05:46.4368477Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort=/tmp/go-build3700090427/b2949/_pkg_.a
2025-08-20T23:05:46.4368927Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build3700090427/b2456/_pkg_.a
2025-08-20T23:05:46.4369497Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat=/tmp/go-build3700090427/b2960/_pkg_.a
2025-08-20T23:05:46.4369948Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby=/tmp/go-build3700090427/b2973/_pkg_.a
2025-08-20T23:05:46.4370453Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode=/tmp/go-build3700090427/b2995/_pkg_.a
2025-08-20T23:05:46.4370920Z [00:04:31.561]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory=/tmp/go-build3700090427/b3005/_pkg_.a
2025-08-20T23:05:46.4371292Z [00:04:31.561]➜  packagefile github.com/tetratelabs/wazero/experimental/sys=/tmp/go-build3700090427/b651/_pkg_.a
2025-08-20T23:05:46.4371705Z [00:04:31.561]➜  packagefile github.com/tetratelabs/wazero/internal/engine/interpreter=/tmp/go-build3700090427/b653/_pkg_.a
2025-08-20T23:05:46.4372092Z [00:04:31.561]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo=/tmp/go-build3700090427/b668/_pkg_.a
2025-08-20T23:05:46.4372462Z [00:04:31.561]➜  packagefile github.com/tetratelabs/wazero/internal/expctxkeys=/tmp/go-build3700090427/b650/_pkg_.a
2025-08-20T23:05:46.4372959Z [00:04:31.561]➜  packagefile github.com/tetratelabs/wazero/internal/filecache=/tmp/go-build3700090427/b654/_pkg_.a
2025-08-20T23:05:46.4373332Z [00:04:31.562]➜  packagefile github.com/tetratelabs/wazero/internal/internalapi=/tmp/go-build3700090427/b648/_pkg_.a
2025-08-20T23:05:46.4373698Z [00:04:31.562]➜  packagefile github.com/tetratelabs/wazero/internal/platform=/tmp/go-build3700090427/b662/_pkg_.a
2025-08-20T23:05:46.4374049Z [00:04:31.562]➜  packagefile github.com/tetratelabs/wazero/internal/sock=/tmp/go-build3700090427/b663/_pkg_.a
2025-08-20T23:05:46.4374386Z [00:04:31.562]➜  packagefile github.com/tetratelabs/wazero/internal/sys=/tmp/go-build3700090427/b659/_pkg_.a
2025-08-20T23:05:46.4374737Z [00:04:31.562]➜  packagefile github.com/tetratelabs/wazero/internal/sysfs=/tmp/go-build3700090427/b664/_pkg_.a
2025-08-20T23:05:46.4375090Z [00:04:31.562]➜  packagefile github.com/tetratelabs/wazero/internal/version=/tmp/go-build3700090427/b677/_pkg_.a
2025-08-20T23:05:46.4375443Z [00:04:31.562]➜  packagefile github.com/tetratelabs/wazero/internal/wasm=/tmp/go-build3700090427/b657/_pkg_.a
2025-08-20T23:05:46.4375810Z [00:04:31.562]➜  packagefile github.com/tetratelabs/wazero/internal/wasm/binary=/tmp/go-build3700090427/b678/_pkg_.a
2025-08-20T23:05:46.4376118Z [00:04:31.562]➜  packagefile github.com/tetratelabs/wazero/sys=/tmp/go-build3700090427/b652/_pkg_.a
2025-08-20T23:05:46.4376462Z [00:04:31.562]➜  packagefile github.com/tetratelabs/wazero/internal/fsapi=/tmp/go-build3700090427/b661/_pkg_.a
2025-08-20T23:05:46.4376928Z [00:04:31.562]➜  packagefile github.com/tetratelabs/wazero/internal/wasip1=/tmp/go-build3700090427/b680/_pkg_.a
2025-08-20T23:05:46.4377264Z [00:04:31.562]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build3700090427/b1545/_pkg_.a
2025-08-20T23:05:46.4377540Z [00:04:31.562]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3700090427/b1575/_pkg_.a
2025-08-20T23:05:46.4377808Z [00:04:31.562]➜  packagefile github.com/xo/terminfo=/tmp/go-build3700090427/b3034/_pkg_.a
2025-08-20T23:05:46.4378117Z [00:04:31.562]➜  packagefile github.com/dlclark/regexp2/syntax=/tmp/go-build3700090427/b3047/_pkg_.a
2025-08-20T23:05:46.4378479Z [00:04:31.562]➜  packagefile github.com/alecthomas/chroma/v2/formatters/html=/tmp/go-build3700090427/b3050/_pkg_.a
2025-08-20T23:05:46.4378836Z [00:04:31.562]➜  packagefile github.com/alecthomas/chroma/v2/formatters/svg=/tmp/go-build3700090427/b3051/_pkg_.a
2025-08-20T23:05:46.4379134Z [00:04:31.562]➜  packagefile github.com/aymerick/douceur/css=/tmp/go-build3700090427/b3059/_pkg_.a
2025-08-20T23:05:46.4379529Z [00:04:31.562]➜  packagefile github.com/gorilla/css/scanner=/tmp/go-build3700090427/b3060/_pkg_.a
2025-08-20T23:05:46.4379863Z [00:04:31.562]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build3700090427/b485/_pkg_.a
2025-08-20T23:05:46.4380234Z [00:04:31.562]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3700090427/b488/_pkg_.a
2025-08-20T23:05:46.4380563Z [00:04:31.562]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build3700090427/b489/_pkg_.a
2025-08-20T23:05:46.4380977Z [00:04:31.562]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build3700090427/b504/_pkg_.a
2025-08-20T23:05:46.4381342Z [00:04:31.562]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build3700090427/b506/_pkg_.a
2025-08-20T23:05:46.4381751Z [00:04:31.562]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build3700090427/b547/_pkg_.a
2025-08-20T23:05:46.4382143Z [00:04:31.562]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build3700090427/b549/_pkg_.a
2025-08-20T23:05:46.4382436Z [00:04:31.562]➜  packagefile github.com/gogo/protobuf/proto=/tmp/go-build3700090427/b752/_pkg_.a
2025-08-20T23:05:46.4382713Z [00:04:31.562]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build3700090427/b526/_pkg_.a
2025-08-20T23:05:46.4383212Z [00:04:31.562]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build3700090427/b528/_pkg_.a
2025-08-20T23:05:46.4383512Z [00:04:31.562]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build3700090427/b534/_pkg_.a
2025-08-20T23:05:46.4383843Z [00:04:31.562]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3700090427/b2034/_pkg_.a
2025-08-20T23:05:46.4384174Z [00:04:31.562]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3700090427/b2035/_pkg_.a
2025-08-20T23:05:46.4384485Z [00:04:31.562]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3700090427/b2036/_pkg_.a
2025-08-20T23:05:46.4384875Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3700090427/b2037/_pkg_.a
2025-08-20T23:05:46.4385292Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3700090427/b2038/_pkg_.a
2025-08-20T23:05:46.4385670Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3700090427/b2039/_pkg_.a
2025-08-20T23:05:46.4386045Z [00:04:31.562]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build3700090427/b2041/_pkg_.a
2025-08-20T23:05:46.4386435Z [00:04:31.562]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build3700090427/b2054/_pkg_.a
2025-08-20T23:05:46.4386819Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3700090427/b2059/_pkg_.a
2025-08-20T23:05:46.4387301Z [00:04:31.562]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build3700090427/b2056/_pkg_.a
2025-08-20T23:05:46.4387652Z [00:04:31.562]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3700090427/b2109/_pkg_.a
2025-08-20T23:05:46.4388015Z [00:04:31.562]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3700090427/b2110/_pkg_.a
2025-08-20T23:05:46.4388419Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build3700090427/b2114/_pkg_.a
2025-08-20T23:05:46.4388821Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3700090427/b2120/_pkg_.a
2025-08-20T23:05:46.4389233Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3700090427/b2126/_pkg_.a
2025-08-20T23:05:46.4389765Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3700090427/b2117/_pkg_.a
2025-08-20T23:05:46.4390205Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3700090427/b2123/_pkg_.a
2025-08-20T23:05:46.4390596Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3700090427/b2124/_pkg_.a
2025-08-20T23:05:46.4390976Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3700090427/b2104/_pkg_.a
2025-08-20T23:05:46.4391485Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3700090427/b2129/_pkg_.a
2025-08-20T23:05:46.4391970Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build3700090427/b2130/_pkg_.a
2025-08-20T23:05:46.4392331Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3700090427/b2105/_pkg_.a
2025-08-20T23:05:46.4392743Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3700090427/b2132/_pkg_.a
2025-08-20T23:05:46.4393228Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build3700090427/b2133/_pkg_.a
2025-08-20T23:05:46.4393554Z [00:04:31.562]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build3700090427/b2134/_pkg_.a
2025-08-20T23:05:46.4394173Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build3700090427/b2139/_pkg_.a
2025-08-20T23:05:46.4394499Z [00:04:31.562]➜  packagefile google.golang.org/grpc/internal/ringhash=/tmp/go-build3700090427/b2141/_pkg_.a
2025-08-20T23:05:46.4394808Z [00:04:31.562]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3700090427/b2112/_pkg_.a
2025-08-20T23:05:46.4395192Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build3700090427/b2142/_pkg_.a
2025-08-20T23:05:46.4395560Z [00:04:31.562]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3700090427/b2116/_pkg_.a
2025-08-20T23:05:46.4395865Z [00:04:31.562]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3700090427/b2098/_pkg_.a
2025-08-20T23:05:46.4396168Z [00:04:31.562]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3700090427/b2064/_pkg_.a
2025-08-20T23:05:46.4396801Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build3700090427/b2145/_pkg_.a
2025-08-20T23:05:46.4397372Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build3700090427/b2146/_pkg_.a
2025-08-20T23:05:46.4397915Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build3700090427/b2148/_pkg_.a
2025-08-20T23:05:46.4398868Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build3700090427/b2149/_pkg_.a
2025-08-20T23:05:46.4399676Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build3700090427/b2150/_pkg_.a
2025-08-20T23:05:46.4400022Z [00:04:31.562]➜  packagefile google.golang.org/grpc/balancer/ringhash=/tmp/go-build3700090427/b2151/_pkg_.a
2025-08-20T23:05:46.4400418Z [00:04:31.562]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build3700090427/b2153/_pkg_.a
2025-08-20T23:05:46.4400818Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3700090427/b2125/_pkg_.a
2025-08-20T23:05:46.4401236Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3700090427/b2106/_pkg_.a
2025-08-20T23:05:46.4401662Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3700090427/b2070/_pkg_.a
2025-08-20T23:05:46.4402088Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3700090427/b2071/_pkg_.a
2025-08-20T23:05:46.4402506Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3700090427/b2072/_pkg_.a
2025-08-20T23:05:46.4402919Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3700090427/b2062/_pkg_.a
2025-08-20T23:05:46.4403411Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build3700090427/b2099/_pkg_.a
2025-08-20T23:05:46.4403989Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3700090427/b2100/_pkg_.a
2025-08-20T23:05:46.4404489Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3700090427/b2076/_pkg_.a
2025-08-20T23:05:46.4404931Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3700090427/b2090/_pkg_.a
2025-08-20T23:05:46.4405273Z [00:04:31.562]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3700090427/b2102/_pkg_.a
2025-08-20T23:05:46.4405591Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3700090427/b2103/_pkg_.a
2025-08-20T23:05:46.4406233Z [00:04:31.562]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build3700090427/b2085/_pkg_.a
2025-08-20T23:05:46.4406622Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal=/tmp/go-build3700090427/b2086/_pkg_.a
2025-08-20T23:05:46.4407037Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/backoff=/tmp/go-build3700090427/b2087/_pkg_.a
2025-08-20T23:05:46.4407476Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/clients/lrsclient/internal=/tmp/go-build3700090427/b2088/_pkg_.a
2025-08-20T23:05:46.4407890Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/buffer=/tmp/go-build3700090427/b2091/_pkg_.a
2025-08-20T23:05:46.4408300Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/pretty=/tmp/go-build3700090427/b2092/_pkg_.a
2025-08-20T23:05:46.4408729Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/clients/internal/syncutil=/tmp/go-build3700090427/b2093/_pkg_.a
2025-08-20T23:05:46.4409156Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal=/tmp/go-build3700090427/b2094/_pkg_.a
2025-08-20T23:05:46.4409788Z [00:04:31.562]➜  packagefile google.golang.org/grpc/xds/internal/clients/xdsclient/internal/xdsresource=/tmp/go-build3700090427/b2095/_pkg_.a
2025-08-20T23:05:46.4410087Z [00:04:31.562]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3700090427/b498/_pkg_.a
2025-08-20T23:05:46.4410571Z [00:04:31.562]➜  packagefile github.com/cloudflare/circl/math/mlsbset=/tmp/go-build3700090427/b903/_pkg_.a
2025-08-20T23:05:46.4411103Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions=/tmp/go-build3700090427/b2294/_pkg_.a
2025-08-20T23:05:46.4411618Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions=/tmp/go-build3700090427/b2295/_pkg_.a
2025-08-20T23:05:46.4412088Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype=/tmp/go-build3700090427/b2296/_pkg_.a
2025-08-20T23:05:46.4412624Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision=/tmp/go-build3700090427/b2297/_pkg_.a
2025-08-20T23:05:46.4413077Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype=/tmp/go-build3700090427/b2298/_pkg_.a
2025-08-20T23:05:46.4413539Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto=/tmp/go-build3700090427/b2299/_pkg_.a
2025-08-20T23:05:46.4414016Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner=/tmp/go-build3700090427/b2300/_pkg_.a
2025-08-20T23:05:46.4414506Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval=/tmp/go-build3700090427/b2301/_pkg_.a
2025-08-20T23:05:46.4415040Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode=/tmp/go-build3700090427/b2302/_pkg_.a
2025-08-20T23:05:46.4415555Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus=/tmp/go-build3700090427/b2306/_pkg_.a
2025-08-20T23:05:46.4416028Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode=/tmp/go-build3700090427/b2309/_pkg_.a
2025-08-20T23:05:46.4416503Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode=/tmp/go-build3700090427/b2310/_pkg_.a
2025-08-20T23:05:46.4416991Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget=/tmp/go-build3700090427/b2311/_pkg_.a
2025-08-20T23:05:46.4417496Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus=/tmp/go-build3700090427/b2313/_pkg_.a
2025-08-20T23:05:46.4418136Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator=/tmp/go-build3700090427/b2314/_pkg_.a
2025-08-20T23:05:46.4418654Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms=/tmp/go-build3700090427/b2315/_pkg_.a
2025-08-20T23:05:46.4419116Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop=/tmp/go-build3700090427/b2316/_pkg_.a
2025-08-20T23:05:46.4419733Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator=/tmp/go-build3700090427/b2317/_pkg_.a
2025-08-20T23:05:46.4420211Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype=/tmp/go-build3700090427/b2318/_pkg_.a
2025-08-20T23:05:46.4420696Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme=/tmp/go-build3700090427/b2319/_pkg_.a
2025-08-20T23:05:46.4421199Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype=/tmp/go-build3700090427/b2320/_pkg_.a
2025-08-20T23:05:46.4421658Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype=/tmp/go-build3700090427/b2322/_pkg_.a
2025-08-20T23:05:46.4422167Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat=/tmp/go-build3700090427/b2323/_pkg_.a
2025-08-20T23:05:46.4422804Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate=/tmp/go-build3700090427/b2324/_pkg_.a
2025-08-20T23:05:46.4423287Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate=/tmp/go-build3700090427/b2325/_pkg_.a
2025-08-20T23:05:46.4423712Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day=/tmp/go-build3700090427/b2326/_pkg_.a
2025-08-20T23:05:46.4424250Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding=/tmp/go-build3700090427/b2328/_pkg_.a
2025-08-20T23:05:46.4424779Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate=/tmp/go-build3700090427/b2330/_pkg_.a
2025-08-20T23:05:46.4425268Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel=/tmp/go-build3700090427/b2331/_pkg_.a
2025-08-20T23:05:46.4425787Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure=/tmp/go-build3700090427/b2332/_pkg_.a
2025-08-20T23:05:46.4426264Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect=/tmp/go-build3700090427/b2333/_pkg_.a
2025-08-20T23:05:46.4426734Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel=/tmp/go-build3700090427/b2334/_pkg_.a
2025-08-20T23:05:46.4427197Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype=/tmp/go-build3700090427/b2335/_pkg_.a
2025-08-20T23:05:46.4427665Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit=/tmp/go-build3700090427/b2336/_pkg_.a
2025-08-20T23:05:46.4428129Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside=/tmp/go-build3700090427/b2338/_pkg_.a
2025-08-20T23:05:46.4428607Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority=/tmp/go-build3700090427/b2339/_pkg_.a
2025-08-20T23:05:46.4429096Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase=/tmp/go-build3700090427/b2340/_pkg_.a
2025-08-20T23:05:46.4429666Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase=/tmp/go-build3700090427/b2342/_pkg_.a
2025-08-20T23:05:46.4430264Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus=/tmp/go-build3700090427/b2343/_pkg_.a
2025-08-20T23:05:46.4430774Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype=/tmp/go-build3700090427/b2346/_pkg_.a
2025-08-20T23:05:46.4431232Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype=/tmp/go-build3700090427/b2347/_pkg_.a
2025-08-20T23:05:46.4431762Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier=/tmp/go-build3700090427/b2348/_pkg_.a
2025-08-20T23:05:46.4432243Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy=/tmp/go-build3700090427/b2349/_pkg_.a
2025-08-20T23:05:46.4432743Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule=/tmp/go-build3700090427/b2350/_pkg_.a
2025-08-20T23:05:46.4433262Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate=/tmp/go-build3700090427/b2351/_pkg_.a
2025-08-20T23:05:46.4433721Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype=/tmp/go-build3700090427/b2352/_pkg_.a
2025-08-20T23:05:46.4434321Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest=/tmp/go-build3700090427/b2353/_pkg_.a
2025-08-20T23:05:46.4434831Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus=/tmp/go-build3700090427/b2354/_pkg_.a
2025-08-20T23:05:46.4435324Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode=/tmp/go-build3700090427/b2355/_pkg_.a
2025-08-20T23:05:46.4435818Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode=/tmp/go-build3700090427/b2356/_pkg_.a
2025-08-20T23:05:46.4436274Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy=/tmp/go-build3700090427/b2357/_pkg_.a
2025-08-20T23:05:46.4436750Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype=/tmp/go-build3700090427/b2358/_pkg_.a
2025-08-20T23:05:46.4437225Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution=/tmp/go-build3700090427/b2359/_pkg_.a
2025-08-20T23:05:46.4437722Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat=/tmp/go-build3700090427/b2360/_pkg_.a
2025-08-20T23:05:46.4438204Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype=/tmp/go-build3700090427/b2361/_pkg_.a
2025-08-20T23:05:46.4438681Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation=/tmp/go-build3700090427/b2362/_pkg_.a
2025-08-20T23:05:46.4439169Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation=/tmp/go-build3700090427/b2363/_pkg_.a
2025-08-20T23:05:46.4439889Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy=/tmp/go-build3700090427/b2364/_pkg_.a
2025-08-20T23:05:46.4440426Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod=/tmp/go-build3700090427/b2365/_pkg_.a
2025-08-20T23:05:46.4440928Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder=/tmp/go-build3700090427/b2367/_pkg_.a
2025-08-20T23:05:46.4441478Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter=/tmp/go-build3700090427/b2368/_pkg_.a
2025-08-20T23:05:46.4442105Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder=/tmp/go-build3700090427/b2369/_pkg_.a
2025-08-20T23:05:46.4442619Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema=/tmp/go-build3700090427/b2370/_pkg_.a
2025-08-20T23:05:46.4443098Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype=/tmp/go-build3700090427/b2371/_pkg_.a
2025-08-20T23:05:46.4443587Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype=/tmp/go-build3700090427/b2372/_pkg_.a
2025-08-20T23:05:46.4444066Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod=/tmp/go-build3700090427/b2373/_pkg_.a
2025-08-20T23:05:46.4444540Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution=/tmp/go-build3700090427/b2374/_pkg_.a
2025-08-20T23:05:46.4445001Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda=/tmp/go-build3700090427/b2375/_pkg_.a
2025-08-20T23:05:46.4445505Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate=/tmp/go-build3700090427/b2376/_pkg_.a
2025-08-20T23:05:46.4446017Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst=/tmp/go-build3700090427/b2377/_pkg_.a
2025-08-20T23:05:46.4446666Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition=/tmp/go-build3700090427/b2378/_pkg_.a
2025-08-20T23:05:46.4447182Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength=/tmp/go-build3700090427/b2379/_pkg_.a
2025-08-20T23:05:46.4447683Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode=/tmp/go-build3700090427/b2380/_pkg_.a
2025-08-20T23:05:46.4448195Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype=/tmp/go-build3700090427/b2381/_pkg_.a
2025-08-20T23:05:46.4448703Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection=/tmp/go-build3700090427/b2382/_pkg_.a
2025-08-20T23:05:46.4449165Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea=/tmp/go-build3700090427/b2383/_pkg_.a
2025-08-20T23:05:46.4449779Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate=/tmp/go-build3700090427/b2385/_pkg_.a
2025-08-20T23:05:46.4450301Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate=/tmp/go-build3700090427/b2386/_pkg_.a
2025-08-20T23:05:46.4450768Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions=/tmp/go-build3700090427/b2387/_pkg_.a
2025-08-20T23:05:46.4451255Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege=/tmp/go-build3700090427/b2388/_pkg_.a
2025-08-20T23:05:46.4451811Z [00:04:31.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions=/tmp/go-build3700090427/b2389/_pkg_.a
2025-08-20T23:05:46.4465167Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions=/tmp/go-build3700090427/b2390/_pkg_.a
2025-08-20T23:05:46.4465807Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype=/tmp/go-build3700090427/b2392/_pkg_.a
2025-08-20T23:05:46.4466340Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason=/tmp/go-build3700090427/b2393/_pkg_.a
2025-08-20T23:05:46.4466811Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate=/tmp/go-build3700090427/b2394/_pkg_.a
2025-08-20T23:05:46.4467590Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy=/tmp/go-build3700090427/b2395/_pkg_.a
2025-08-20T23:05:46.4468091Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode=/tmp/go-build3700090427/b2396/_pkg_.a
2025-08-20T23:05:46.4468622Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode=/tmp/go-build3700090427/b2397/_pkg_.a
2025-08-20T23:05:46.4469091Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language=/tmp/go-build3700090427/b2398/_pkg_.a
2025-08-20T23:05:46.4469704Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby=/tmp/go-build3700090427/b2402/_pkg_.a
2025-08-20T23:05:46.4470162Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype=/tmp/go-build3700090427/b2403/_pkg_.a
2025-08-20T23:05:46.4470636Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus=/tmp/go-build3700090427/b2404/_pkg_.a
2025-08-20T23:05:46.4471077Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric=/tmp/go-build3700090427/b2405/_pkg_.a
2025-08-20T23:05:46.4471575Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval=/tmp/go-build3700090427/b2407/_pkg_.a
2025-08-20T23:05:46.4472171Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder=/tmp/go-build3700090427/b2408/_pkg_.a
2025-08-20T23:05:46.4472611Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month=/tmp/go-build3700090427/b2409/_pkg_.a
2025-08-20T23:05:46.4473099Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode=/tmp/go-build3700090427/b2410/_pkg_.a
2025-08-20T23:05:46.4473553Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole=/tmp/go-build3700090427/b2411/_pkg_.a
2025-08-20T23:05:46.4474052Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode=/tmp/go-build3700090427/b2412/_pkg_.a
2025-08-20T23:05:46.4474517Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization=/tmp/go-build3700090427/b2413/_pkg_.a
2025-08-20T23:05:46.4475003Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod=/tmp/go-build3700090427/b2414/_pkg_.a
2025-08-20T23:05:46.4475519Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat=/tmp/go-build3700090427/b2415/_pkg_.a
2025-08-20T23:05:46.4475992Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror=/tmp/go-build3700090427/b2416/_pkg_.a
2025-08-20T23:05:46.4476509Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype=/tmp/go-build3700090427/b2419/_pkg_.a
2025-08-20T23:05:46.4477010Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype=/tmp/go-build3700090427/b2420/_pkg_.a
2025-08-20T23:05:46.4477489Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder=/tmp/go-build3700090427/b2421/_pkg_.a
2025-08-20T23:05:46.4477982Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage=/tmp/go-build3700090427/b2422/_pkg_.a
2025-08-20T23:05:46.4478472Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype=/tmp/go-build3700090427/b2423/_pkg_.a
2025-08-20T23:05:46.4478951Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype=/tmp/go-build3700090427/b2424/_pkg_.a
2025-08-20T23:05:46.4479832Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype=/tmp/go-build3700090427/b2425/_pkg_.a
2025-08-20T23:05:46.4480305Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier=/tmp/go-build3700090427/b2426/_pkg_.a
2025-08-20T23:05:46.4480825Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype=/tmp/go-build3700090427/b2427/_pkg_.a
2025-08-20T23:05:46.4481302Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation=/tmp/go-build3700090427/b2429/_pkg_.a
2025-08-20T23:05:46.4481754Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode=/tmp/go-build3700090427/b2430/_pkg_.a
2025-08-20T23:05:46.4482254Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype=/tmp/go-build3700090427/b2433/_pkg_.a
2025-08-20T23:05:46.4482764Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow=/tmp/go-build3700090427/b2434/_pkg_.a
2025-08-20T23:05:46.4483227Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate=/tmp/go-build3700090427/b2436/_pkg_.a
2025-08-20T23:05:46.4483680Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction=/tmp/go-build3700090427/b2437/_pkg_.a
2025-08-20T23:05:46.4484308Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype=/tmp/go-build3700090427/b2438/_pkg_.a
2025-08-20T23:05:46.4484893Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint=/tmp/go-build3700090427/b2439/_pkg_.a
2025-08-20T23:05:46.4485366Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode=/tmp/go-build3700090427/b2440/_pkg_.a
2025-08-20T23:05:46.4485861Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage=/tmp/go-build3700090427/b2441/_pkg_.a
2025-08-20T23:05:46.4486340Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype=/tmp/go-build3700090427/b2442/_pkg_.a
2025-08-20T23:05:46.4486842Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing=/tmp/go-build3700090427/b2444/_pkg_.a
2025-08-20T23:05:46.4487326Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode=/tmp/go-build3700090427/b2445/_pkg_.a
2025-08-20T23:05:46.4487817Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder=/tmp/go-build3700090427/b2446/_pkg_.a
2025-08-20T23:05:46.4488277Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype=/tmp/go-build3700090427/b2447/_pkg_.a
2025-08-20T23:05:46.4488765Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate=/tmp/go-build3700090427/b2448/_pkg_.a
2025-08-20T23:05:46.4489252Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage=/tmp/go-build3700090427/b2449/_pkg_.a
2025-08-20T23:05:46.4489887Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation=/tmp/go-build3700090427/b2450/_pkg_.a
2025-08-20T23:05:46.4490367Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus=/tmp/go-build3700090427/b2451/_pkg_.a
2025-08-20T23:05:46.4490840Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype=/tmp/go-build3700090427/b2452/_pkg_.a
2025-08-20T23:05:46.4491504Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate=/tmp/go-build3700090427/b2453/_pkg_.a
2025-08-20T23:05:46.4491985Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage=/tmp/go-build3700090427/b2454/_pkg_.a
2025-08-20T23:05:46.4492438Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode=/tmp/go-build3700090427/b2455/_pkg_.a
2025-08-20T23:05:46.4493019Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode=/tmp/go-build3700090427/b2457/_pkg_.a
2025-08-20T23:05:46.4493486Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype=/tmp/go-build3700090427/b2458/_pkg_.a
2025-08-20T23:05:46.4493956Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance=/tmp/go-build3700090427/b2459/_pkg_.a
2025-08-20T23:05:46.4494423Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort=/tmp/go-build3700090427/b2461/_pkg_.a
2025-08-20T23:05:46.4494897Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat=/tmp/go-build3700090427/b2465/_pkg_.a
2025-08-20T23:05:46.4495366Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat=/tmp/go-build3700090427/b2467/_pkg_.a
2025-08-20T23:05:46.4495927Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode=/tmp/go-build3700090427/b2468/_pkg_.a
2025-08-20T23:05:46.4496483Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint=/tmp/go-build3700090427/b2469/_pkg_.a
2025-08-20T23:05:46.4496972Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption=/tmp/go-build3700090427/b2470/_pkg_.a
2025-08-20T23:05:46.4497447Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype=/tmp/go-build3700090427/b2471/_pkg_.a
2025-08-20T23:05:46.4497953Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype=/tmp/go-build3700090427/b2472/_pkg_.a
2025-08-20T23:05:46.4498402Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar=/tmp/go-build3700090427/b2473/_pkg_.a
2025-08-20T23:05:46.4498945Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate=/tmp/go-build3700090427/b2474/_pkg_.a
2025-08-20T23:05:46.4499843Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation=/tmp/go-build3700090427/b2475/_pkg_.a
2025-08-20T23:05:46.4500369Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability=/tmp/go-build3700090427/b2478/_pkg_.a
2025-08-20T23:05:46.4500834Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype=/tmp/go-build3700090427/b2479/_pkg_.a
2025-08-20T23:05:46.4501383Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason=/tmp/go-build3700090427/b2480/_pkg_.a
2025-08-20T23:05:46.4501869Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty=/tmp/go-build3700090427/b2481/_pkg_.a
2025-08-20T23:05:46.4502329Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype=/tmp/go-build3700090427/b2482/_pkg_.a
2025-08-20T23:05:46.4502794Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate=/tmp/go-build3700090427/b2484/_pkg_.a
2025-08-20T23:05:46.4503272Z [00:04:31.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery=/tmp/go-build3700090427/b2485/_pkg_.a
2025-08-20T23:05:46.4503788Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/leb128=/tmp/go-build3700090427/b655/_pkg_.a
2025-08-20T23:05:46.4504156Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/moremath=/tmp/go-build3700090427/b656/_pkg_.a
2025-08-20T23:05:46.4504522Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/wasmdebug=/tmp/go-build3700090427/b665/_pkg_.a
2025-08-20T23:05:46.4504897Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/wasmruntime=/tmp/go-build3700090427/b667/_pkg_.a
2025-08-20T23:05:46.4505428Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend=/tmp/go-build3700090427/b669/_pkg_.a
2025-08-20T23:05:46.4505895Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/isa/amd64=/tmp/go-build3700090427/b673/_pkg_.a
2025-08-20T23:05:46.4506324Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/frontend=/tmp/go-build3700090427/b674/_pkg_.a
2025-08-20T23:05:46.4506734Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/ssa=/tmp/go-build3700090427/b671/_pkg_.a
2025-08-20T23:05:46.4507164Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi=/tmp/go-build3700090427/b672/_pkg_.a
2025-08-20T23:05:46.4507508Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/u32=/tmp/go-build3700090427/b675/_pkg_.a
2025-08-20T23:05:46.4507845Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/u64=/tmp/go-build3700090427/b676/_pkg_.a
2025-08-20T23:05:46.4508223Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/descriptor=/tmp/go-build3700090427/b660/_pkg_.a
2025-08-20T23:05:46.4508583Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/ieee754=/tmp/go-build3700090427/b658/_pkg_.a
2025-08-20T23:05:46.4508985Z [00:04:31.563]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build3700090427/b487/_pkg_.a
2025-08-20T23:05:46.4509690Z [00:04:31.563]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build3700090427/b491/_pkg_.a
2025-08-20T23:05:46.4510087Z [00:04:31.563]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build3700090427/b507/_pkg_.a
2025-08-20T23:05:46.4510453Z [00:04:31.563]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build3700090427/b509/_pkg_.a
2025-08-20T23:05:46.4510740Z [00:04:31.563]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build3700090427/b2042/_pkg_.a
2025-08-20T23:05:46.4511115Z [00:04:31.563]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build3700090427/b2045/_pkg_.a
2025-08-20T23:05:46.4511469Z [00:04:31.563]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build3700090427/b2050/_pkg_.a
2025-08-20T23:05:46.4511827Z [00:04:31.563]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build3700090427/b2046/_pkg_.a
2025-08-20T23:05:46.4512185Z [00:04:31.563]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build3700090427/b2052/_pkg_.a
2025-08-20T23:05:46.4512514Z [00:04:31.563]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3700090427/b2048/_pkg_.a
2025-08-20T23:05:46.4512775Z [00:04:31.563]➜  packagefile github.com/zeebo/errs=/tmp/go-build3700090427/b2049/_pkg_.a
2025-08-20T23:05:46.4513220Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build3700090427/b2060/_pkg_.a
2025-08-20T23:05:46.4513625Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build3700090427/b2077/_pkg_.a
2025-08-20T23:05:46.4514083Z [00:04:31.563]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build3700090427/b2111/_pkg_.a
2025-08-20T23:05:46.4514419Z [00:04:31.563]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3700090427/b2113/_pkg_.a
2025-08-20T23:05:46.4514918Z [00:04:31.563]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3700090427/b2115/_pkg_.a
2025-08-20T23:05:46.4515242Z [00:04:31.563]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3700090427/b2121/_pkg_.a
2025-08-20T23:05:46.4515638Z [00:04:31.563]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build3700090427/b2122/_pkg_.a
2025-08-20T23:05:46.4516000Z [00:04:31.563]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build3700090427/b2118/_pkg_.a
2025-08-20T23:05:46.4516437Z [00:04:31.563]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build3700090427/b2119/_pkg_.a
2025-08-20T23:05:46.4516842Z [00:04:31.563]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3700090427/b2066/_pkg_.a
2025-08-20T23:05:46.4517178Z [00:04:31.563]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3700090427/b2063/_pkg_.a
2025-08-20T23:05:46.4517701Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build3700090427/b2135/_pkg_.a
2025-08-20T23:05:46.4518005Z [00:04:31.563]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3700090427/b2136/_pkg_.a
2025-08-20T23:05:46.4518337Z [00:04:31.563]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build3700090427/b2137/_pkg_.a
2025-08-20T23:05:46.4518764Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3700090427/b2061/_pkg_.a
2025-08-20T23:05:46.4519006Z [00:04:31.563]➜  packagefile cel.dev/expr=/tmp/go-build3700090427/b2065/_pkg_.a
2025-08-20T23:05:46.4519772Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3700090427/b2147/_pkg_.a
2025-08-20T23:05:46.4520108Z [00:04:31.563]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build3700090427/b2152/_pkg_.a
2025-08-20T23:05:46.4520534Z [00:04:31.563]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build3700090427/b2154/_pkg_.a
2025-08-20T23:05:46.4520824Z [00:04:31.563]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build3700090427/b2155/_pkg_.a
2025-08-20T23:05:46.4521240Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3700090427/b2067/_pkg_.a
2025-08-20T23:05:46.4521656Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3700090427/b2068/_pkg_.a
2025-08-20T23:05:46.4522069Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3700090427/b2075/_pkg_.a
2025-08-20T23:05:46.4522471Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build3700090427/b2101/_pkg_.a
2025-08-20T23:05:46.4522792Z [00:04:31.563]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3700090427/b499/_pkg_.a
2025-08-20T23:05:46.4523273Z [00:04:31.563]➜  packagefile github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc=/tmp/go-build3700090427/b670/_pkg_.a
2025-08-20T23:05:46.4523686Z [00:04:31.563]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build3700090427/b492/_pkg_.a
2025-08-20T23:05:46.4523996Z [00:04:31.563]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build3700090427/b2043/_pkg_.a
2025-08-20T23:05:46.4524286Z [00:04:31.563]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build3700090427/b2044/_pkg_.a
2025-08-20T23:05:46.4524657Z [00:04:31.563]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build3700090427/b2051/_pkg_.a
2025-08-20T23:05:46.4525027Z [00:04:31.563]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build3700090427/b2047/_pkg_.a
2025-08-20T23:05:46.4525451Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build3700090427/b2073/_pkg_.a
2025-08-20T23:05:46.4526003Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build3700090427/b2074/_pkg_.a
2025-08-20T23:05:46.4526460Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build3700090427/b2078/_pkg_.a
2025-08-20T23:05:46.4526874Z [00:04:31.563]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build3700090427/b2069/_pkg_.a
2025-08-20T23:05:46.4527324Z [00:04:31.563]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build3700090427/b2156/_pkg_.a
2025-08-20T23:05:46.4527638Z [00:04:31.563]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build3700090427/b2157/_pkg_.a
2025-08-20T23:05:46.4527962Z [00:04:31.563]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3700090427/b493/_pkg_.a
2025-08-20T23:05:46.4630703Z [00:04:31.563]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/trufflesecurity/trufflehog/v3\nmod\tgithub.com/trufflesecurity/trufflehog/v3\tv3.90.6-0.20250820223528-7c0d6b3039d8+dirty\t\ndep\tcel.dev/expr\tv0.24.0\th1:56OvJKSH3hDGL0ml5uSxZmz3/3Pq4tJ+fb1unVLAFcY=\ndep\tcloud.google.com/go\tv0.121.4\th1:cVvUiY0sX0xwyxPwdSU2KsF9knOVmtRyAMt8xou0iTs=\ndep\tcloud.google.com/go/auth\tv0.16.3\th1:kabzoQ9/bobUmnseYnBO6qQG7q4a/CffFRlJSxv2wCc=\ndep\tcloud.google.com/go/auth/oauth2adapt\tv0.2.8\th1:keo8NaayQZ6wimpNSmW5OPc283g65QNIiLpZnkHRbnc=\ndep\tcloud.google.com/go/compute/metadata\tv0.7.0\th1:PBWF+iiAerVNe8UCHxdOt6eHLVc3ydFeOCw78U8ytSU=\ndep\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/secretmanager\tv1.15.0\th1:RtkCMgTpaBMbzozcRUGfZe46jb9a3qh5EdEtVRUATF8=\ndep\tcloud.google.com/go/storage\tv1.56.0\th1:iixmq2Fse2tqxMbWhLWC9HfBj1qdxqAmiK8/eqtsLxI=\ndep\tdario.cat/mergo\tv1.0.0\th1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=\ndep\tfilippo.io/edwards25519\tv1.1.0\th1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=\ndep\tgithub.com/Azure/go-ntlmssp\tv0.0.0-20221128193559-754e69321358\th1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8=\ndep\tgithub.com/BobuSumisu/aho-corasick\tv1.0.3\th1:uuf+JHwU9CHP2Vx+wAy6jcksJThhJS9ehR8a+4nPE9g=\ndep\tgithub.com/DataDog/zstd\tv1.5.5\th1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=\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.53.0\th1:owcC2UnmsZycprQ5RfRgjydWhuoxg71LUfyiQdijZuM=\ndep\tgithub.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping\tv0.53.0\th1:Ron4zCA/yk6U7WOBXhTJcDpsUBG9npumK6xw2auFltQ=\ndep\tgithub.com/ProtonMail/go-crypto\tv1.1.5\th1:eoAQfK2dwL+tFSFpr7TbOaPNUbPiJj4fLYwwGE1FQO4=\ndep\tgithub.com/STARRY-S/zip\tv0.2.1\th1:pWBd4tuSGm3wtpoqRZZ2EAwOmcHK6XFf7bU9qcJXyFg=\ndep\tgithub.com/TheZeroSlave/zapsentry\tv1.23.0\th1:TKyzfEL7LRlRr+7AvkukVLZ+jZPC++ebCUv7ZJHl1AU=\ndep\tgithub.com/adrg/strutil\tv0.3.1\th1:OLvSS7CSJO8lBii4YmBt8jiK9QOtB9CzCzwl4Ic/Fz4=\ndep\tgithub.com/alecthomas/chroma/v2\tv2.14.0\th1:R3+wzpnUArGcQz7fCETQBzO5n9IMNi13iIs46aU4V9E=\ndep\tgithub.com/alecthomas/kingpin/v2\tv2.4.0\th1:f48lwail6p8zpO1bC4TxtqACaGqHYA22qkHjHpqDjYY=\ndep\tgithub.com/alecthomas/units\tv0.0.0-20211218093645-b94a6e3cc137\th1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=\ndep\tgithub.com/andybalholm/brotli\tv1.1.1\th1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=\ndep\tgithub.com/atotto/clipboard\tv0.1.4\th1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=\ndep\tgithub.com/avast/apkparser\tv0.0.0-20250626104540-d53391f4d69d\th1:PGSn2pnK/u5ZBompy83R6Wo4BqLYp3dX43QWDoPv7TA=\ndep\tgithub.com/aws/aws-sdk-go-v2\tv1.36.6\th1:zJqGjVbRdTPojeCGWn5IR5pbJwSQSBh5RWFTQcEQGdU=\ndep\tgithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstream\tv1.6.11\th1:12SpdwU8Djs+YGklkinSSlcrPyj3H4VifVsKf78KbwA=\ndep\tgithub.com/aws/aws-sdk-go-v2/config\tv1.29.18\th1:x4T1GRPnqKV8HMJOMtNktbpQMl3bIsfx8KbqmveUO2I=\ndep\tgithub.com/aws/aws-sdk-go-v2/credentials\tv1.17.71\th1:r2w4mQWnrTMJjOyIsZtGp3R3XGY3nqHn8C26C2lQWgA=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/ec2/imds\tv1.16.33\th1:D9ixiWSG4lyUBL2DDNK924Px9V/NBVpML90MHqyTADY=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/s3/manager\tv1.17.85\th1:AfpstoiaenxGSCUheWiicgZE5XXS5Fi4CcQ4PA/x+Qw=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/configsources\tv1.3.37\th1:osMWfm/sC/L4tvEdQ65Gri5ZZDCUpuYJZbTTDrsn4I0=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2\tv2.6.37\th1:v+X21AvTb2wZ+ycg1gx+orkB/9U6L7AOp93R7qYxsxM=\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.37\th1:XTZZ0I3SZUHAtBLBU6395ad+VOblE0DwQP6MuaNeics=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding\tv1.12.4\th1:CXV68E2dNqhuynZJPB80bhPQwAKqBWVer887figW6Jc=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/checksum\tv1.7.5\th1:M5/B8JUaCI8+9QD+u3S/f4YHpvqE9RpSkV3rf0Iks2w=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/presigned-url\tv1.12.18\th1:vvbXsA2TVO80/KT7ZqCbx934dt6PY+vQ8hZpUZ/cpYg=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/s3shared\tv1.18.18\th1:OS2e0SKqsU2LiJPqL8u9x41tKc6MMEHrWjLVLn3oysg=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/s3\tv1.84.1\th1:RkHXU9jP0DptGy7qKI8CBGsUJruWz0v5IgwBa2DwWcU=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sns\tv1.34.8\th1:8o7NvBkjmMaX1Cv4vztOx83aFDV6uiU8VM9pTVochng=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sso\tv1.25.6\th1:rGtWqkQbPk7Bkwuv3NzpE/scwwL9sC1Ul3tn9x83DUI=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/ssooidc\tv1.30.4\th1:OV/pxyXh+eMA0TExHEC4jyWdumLxNbzz1P0zJoezkJc=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sts\tv1.34.1\th1:aUrLQwJfZtwv3/ZNG2xRtEen+NqI3iesuacjP51Mv1s=\ndep\tgithub.com/aws/smithy-go\tv1.22.5\th1:P9ATCXPMb2mPjYBgueqJNCA5S9UfktsW0tTxi+a7eqw=\ndep\tgithub.com/aymanbagabas/go-osc52\tv1.2.1\th1:q2sWUyDcozPLcLabEMd+a+7Ea2DitxZVN9hTxab9L4E=\ndep\tgithub.com/aymanbagabas/go-osc52/v2\tv2.0.1\th1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=\ndep\tgithub.com/aymerick/douceur\tv0.2.0\th1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=\ndep\tgithub.com/beorn7/perks\tv1.0.1\th1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=\ndep\tgithub.com/bill-rich/go-syslog\tv0.0.0-20220413021637-49edb52a574c\th1:tSME5FDS02qQll3JYodI6RZR/g4EKOHApGv1wMZT+Z0=\ndep\tgithub.com/bodgit/plumbing\tv1.3.0\th1:pf9Itz1JOQgn7vEOE7v7nlEfBykYqvUYioC61TwWCFU=\ndep\tgithub.com/bodgit/sevenzip\tv1.6.0\th1:a4R0Wu6/P1o1pP/3VV++aEOcyeBxeO/xE2Y9NSTrr6A=\ndep\tgithub.com/bodgit/windows\tv1.0.1\th1:tF7K6KOluPYygXa3Z2594zxlkbKPAOvqr97etrGNIz4=\ndep\tgithub.com/bradleyfalzon/ghinstallation/v2\tv2.16.0\th1:B91r9bHtXp/+XRgS5aZm6ZzTdz3ahgJYmkt4xZkgDz8=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/charmbracelet/bubbles\tv0.18.0\th1:PYv1A036luoBGroX6VWjQIE9Syf2Wby2oOl/39KLfy0=\ndep\tgithub.com/charmbracelet/bubbletea\tv1.3.6\th1:VkHIxPJQeDt0aFJIsVxw8BQdh/F/L2KKZGsK6et5taU=\ndep\tgithub.com/charmbracelet/colorprofile\tv0.2.3-0.20250311203215-f60798e515dc\th1:4pZI35227imm7yK2bGPcfpFEmuY1gc2YSTShr4iJBfs=\ndep\tgithub.com/charmbracelet/glamour\tv0.10.0\th1:MtZvfwsYCx8jEPFJm3rIBFIMZUfUJ765oX8V6kXldcY=\ndep\tgithub.com/charmbracelet/lipgloss\tv1.1.1-0.20250404203927-76690c660834\th1:ZR7e0ro+SZZiIZD7msJyA+NjkCNNavuiPBLgerbOziE=\ndep\tgithub.com/charmbracelet/x/ansi\tv0.9.3\th1:BXt5DHS/MKF+LjuK4huWrC6NCvHtexww7dMayh6GXd0=\ndep\tgithub.com/charmbracelet/x/cellbuf\tv0.0.13\th1:/KBBKHuVRbq1lYx5BzEHBAFBP8VcQzJejZ/IA3iR28k=\ndep\tgithub.com/charmbracelet/x/exp/slice\tv0.0.0-20250327172914-2fdc97757edf\th1:rLG0Yb6MQSDKdB52aGX55JT1oi0P0Kuaj7wi1bLUpnI=\ndep\tgithub.com/charmbracelet/x/term\tv0.2.1\th1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=\ndep\tgithub.com/cloudflare/circl\tv1.6.1\th1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0=\ndep\tgithub.com/cncf/xds/go\tv0.0.0-20250501225837-2ac532fd4443\th1:aQ3y1lwWyqYPiWZThqv1aFbZMiM9vblcSArJRf2Irls=\ndep\tgithub.com/containerd/errdefs\tv1.0.0\th1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=\ndep\tgithub.com/containerd/errdefs/pkg\tv0.3.0\th1:9IKJ06FvyNlexW690DXuQNx2KA2cUJXx151Xdx3ZPPE=\ndep\tgithub.com/containerd/stargz-snapshotter/estargz\tv0.16.3\th1:7evrXtoh1mSbGj/pfRccTampEyKpjpOnS3CyiV1Ebr8=\ndep\tgithub.com/couchbase/gocb/v2\tv2.10.1\th1:5r1jngGxw3dTZdtq6Xmjq3pdU6hOwRvynvbVIp58T64=\ndep\tgithub.com/couchbase/gocbcore/v10\tv10.7.1\th1:6jsNDtqyfoQ8Xg6kv99rzccc3CrHbp7FjeY+ahWXTF4=\ndep\tgithub.com/couchbase/gocbcoreps\tv0.1.3\th1:fILaKGCjxFIeCgAUG8FGmRDSpdrRggohOMKEgO9CUpg=\ndep\tgithub.com/couchbase/goprotostellar\tv1.0.2\th1:yoPbAL9sCtcyZ5e/DcU5PRMOEFaJrF9awXYu3VPfGls=\ndep\tgithub.com/couchbaselabs/gocbconnstr/v2\tv2.0.0-20240607131231-fb385523de28\th1:lhGOw8rNG6RAadmmaJAF3PJ7MNt7rFuWG7BHCYMgnGE=\ndep\tgithub.com/crewjam/rfc5424\tv0.1.0\th1:MSeXJm22oKovLzWj44AHwaItjIMUMugYGkEzfa831H8=\ndep\tgithub.com/csnewman/dextk\tv0.3.0\th1:gigNZlZRNfCuARV7depunRlafEAzGhyvgBQo1FT3/0M=\ndep\tgithub.com/cyphar/filepath-securejoin\tv0.3.6\th1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM=\ndep\tgithub.com/distribution/reference\tv0.6.0\th1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=\ndep\tgithub.com/dlclark/regexp2\tv1.11.0\th1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI=\ndep\tgithub.com/docker/cli\tv28.2.2+incompatible\th1:qzx5BNUDFqlvyq4AHzdNB7gSyVTmU4cgsyN9SdInc1A=\ndep\tgithub.com/docker/distribution\tv2.8.3+incompatible\th1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=\ndep\tgithub.com/docker/docker\tv28.3.3+incompatible\th1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI=\ndep\tgithub.com/docker/docker-credential-helpers\tv0.9.3\th1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=\ndep\tgithub.com/docker/go-connections\tv0.5.0\th1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=\ndep\tgithub.com/docker/go-units\tv0.5.0\th1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=\ndep\tgithub.com/dsnet/compress\tv0.0.2-0.20230904184137-39efe44ab707\th1:2tV76y6Q9BB+NEBasnqvs7e49aEBFI8ejC89PSnWH+4=\ndep\tgithub.com/dustin/go-humanize\tv1.0.1\th1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=\ndep\tgithub.com/elastic/elastic-transport-go/v8\tv8.6.1\th1:h2jQRqH6eLGiBSN4eZbQnJLtL4bC5b4lfVFRjw2R4e4=\ndep\tgithub.com/elastic/go-elasticsearch/v8\tv8.17.1\th1:bOXChDoCMB4TIwwGqKd031U8OXssmWLT3UrAr9EGs3Q=\ndep\tgithub.com/emirpasic/gods\tv1.18.1\th1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=\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/fgprof\tv0.9.5\th1:8+vR6yu2vvSKn08urWyEuxx75NWPEvybbkBirEpsbVY=\ndep\tgithub.com/felixge/httpsnoop\tv1.0.4\th1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=\ndep\tgithub.com/gabriel-vasile/mimetype\tv1.4.9\th1:5k+WDwEsD9eTLL8Tz3L0VnmVh9QxGjRmjBvAG7U/oYY=\ndep\tgithub.com/getsentry/sentry-go\tv0.32.0\th1:YKs+//QmwE3DcYtfKRH8/KyOOF/I6Qnx7qYGNHCGmCY=\ndep\tgithub.com/go-asn1-ber/asn1-ber\tv1.5.8-0.20250403174932-29230038a667\th1:BP4M0CvQ4S3TGls2FvczZtj5Re/2ZzkV9VwqPHH/3Bo=\ndep\tgithub.com/go-errors/errors\tv1.5.1\th1:ZwEMSLRCapFLflTpT7NKaAc7ukJ8ZPEjzlxt8rPN8bk=\ndep\tgithub.com/go-git/gcfg\tv1.5.1-0.20230307220236-3a3c6141e376\th1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=\ndep\tgithub.com/go-git/go-billy/v5\tv5.6.2\th1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM=\ndep\tgithub.com/go-git/go-git/v5\tv5.13.2\th1:7O7xvsK7K+rZPKW6AQR1YyNhfywkv7B8/FsP3ki6Zv0=\ndep\tgithub.com/go-jose/go-jose/v4\tv4.0.5\th1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=\ndep\tgithub.com/go-ldap/ldap/v3\tv3.4.11\th1:4k0Yxweg+a3OyBLjdYn5OKglv18JNvfDykSoI8bW0gU=\ndep\tgithub.com/go-logr/logr\tv1.4.3\th1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=\ndep\tgithub.com/go-logr/stdr\tv1.2.2\th1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=\ndep\tgithub.com/go-logr/zapr\tv1.3.0\th1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=\ndep\tgithub.com/go-redis/redis\tv6.15.9+incompatible\th1:K0pv1D7EQUjfyoMql+r/jZqCLizCGKFlFgcHWWmHQjg=\ndep\tgithub.com/go-sql-driver/mysql\tv1.8.1\th1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=\ndep\tgithub.com/gobwas/glob\tv0.2.3\th1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=\ndep\tgithub.com/gofrs/flock\tv0.12.1\th1:MTLVXXHf8ekldpJk3AKicLij9MdwOWkZ+a/jHHZby9E=\ndep\tgithub.com/gogo/protobuf\tv1.3.2\th1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=\ndep\tgithub.com/golang-jwt/jwt/v4\tv4.5.2\th1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI=\ndep\tgithub.com/golang-jwt/jwt/v5\tv5.2.3\th1:kkGXqQOBSDDWRhWNXTFpqGSCMyh/PLnqUvMGJPDJDs0=\ndep\tgithub.com/golang-sql/civil\tv0.0.0-20220223132316-b832511892a9\th1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA=\ndep\tgithub.com/golang-sql/sqlexp\tv0.1.0\th1:ZCD6MBpcuOVfGVqsEmY5/4FtYiKz6tSyUv9LPEDei6A=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20210331224755-41bb18bfe9da\th1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=\ndep\tgithub.com/golang/snappy\tv0.0.4\th1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=\ndep\tgithub.com/google/go-containerregistry\tv0.20.6\th1:cvWX87UxxLgaH76b4hIvya6Dzz9qHB31qAwjAohdSTU=\ndep\tgithub.com/google/go-github/v67\tv67.0.0\th1:g11NDAmfaBaCO8qYdI9fsmbaRipHNWRIU/2YGvlh4rg=\ndep\tgithub.com/google/go-github/v72\tv72.0.0\th1:FcIO37BLoVPBO9igQQ6tStsv2asG4IPcYFi655PPvBM=\ndep\tgithub.com/google/go-querystring\tv1.1.0\th1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=\ndep\tgithub.com/google/pprof\tv0.0.0-20240227163752-401108e1b7e7\th1:y3N7Bm7Y9/CtpiVkw/ZWj6lSlDF3F74SfKwfTCer72Q=\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.15.0\th1:SyjDc1mGgZU5LncH8gimWo9lW1DtIfPibOG81vgd/bo=\ndep\tgithub.com/gorilla/css\tv1.0.1\th1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8=\ndep\tgithub.com/gorilla/websocket\tv1.5.3\th1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=\ndep\tgithub.com/grpc-ecosystem/go-grpc-middleware\tv1.4.0\th1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI=\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.8\th1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVUrx/c8Unxc48=\ndep\tgithub.com/hashicorp/golang-lru/v2\tv2.0.7\th1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=\ndep\tgithub.com/jbenet/go-context\tv0.0.0-20150711004518-d14ea06fba99\th1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=\ndep\tgithub.com/jedib0t/go-pretty/v6\tv6.6.7\th1:m+LbHpm0aIAPLzLbMfn8dc3Ht8MW7lsSO4MPItz/Uuo=\ndep\tgithub.com/jlaffaye/ftp\tv0.2.0\th1:lXNvW7cBu7R/68bknOX3MrRIIqZ61zELs1P2RAiA3lg=\ndep\tgithub.com/joho/godotenv\tv1.5.1\th1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=\ndep\tgithub.com/jpillora/overseer\tv1.1.6\n=>\tgithub.com/trufflesecurity/overseer\tv1.2.8\th1:VXlWPiwYaQmwNxY2W1rVulEAG9O6iF1S0LX3wionWYM=\n\ndep\tgithub.com/jpillora/s3\tv1.1.4\th1:YCCKDWzb/Ye9EBNd83ATRF/8wPEy0xd43Rezb6u6fzc=\ndep\tgithub.com/k0kubun/go-ansi\tv0.0.0-20180517002512-3bf9e2903213\th1:qGQQKEcAR99REcMpsXCp3lJ03zYT1PkRd3kQGPn9GVg=\ndep\tgithub.com/kevinburke/ssh_config\tv1.2.0\th1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=\ndep\tgithub.com/kjk/lzma\tv0.0.0-20161016003348-3fd93898850d\th1:RnWZeH8N8KXfbwMTex/KKMYMj0FJRCF6tQubUuQ02GM=\ndep\tgithub.com/klauspost/compress\tv1.18.0\th1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=\ndep\tgithub.com/klauspost/pgzip\tv1.2.6\th1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=\ndep\tgithub.com/lib/pq\tv1.10.9\th1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=\ndep\tgithub.com/lrstanley/bubblezone\tv0.0.0-20250404061050-e13639e27357\th1:DxFncLGTrDh5v0z+DE7h+qjD5tPCGR+3knGVVfT3YLI=\ndep\tgithub.com/lucasb-eyer/go-colorful\tv1.2.0\th1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=\ndep\tgithub.com/marusama/semaphore/v2\tv2.5.0\th1:o/1QJD9DBYOWRnDhPwDVAXQn6mQYD0gZaS1Tpx6DJGM=\ndep\tgithub.com/mattn/go-colorable\tv0.1.13\th1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=\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/mholt/archives\tv0.0.0-20241216060121-23e0af8fe73d\th1:Vw3f39TqFSQLA+OyW+8SouppHTYzX8/fDv6Ao8uj3Ho=\ndep\tgithub.com/microcosm-cc/bluemonday\tv1.0.27\th1:MpEUotklkwCSLeH+Qdx1VJgNqLlpY2KXwXFM08ygZfk=\ndep\tgithub.com/microsoft/go-mssqldb\tv1.8.2\th1:236sewazvC8FvG6Dr3bszrVhMkAl4KYImryLkRMCd0I=\ndep\tgithub.com/mitchellh/colorstring\tv0.0.0-20190213212951-d06e56a500db\th1:62I3jR2EmQ4l5rM/4FEfDWcRD+abF5XlKShorW5LRoQ=\ndep\tgithub.com/mitchellh/go-homedir\tv1.1.0\th1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=\ndep\tgithub.com/mitchellh/go-ps\tv1.0.0\th1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=\ndep\tgithub.com/moby/docker-image-spec\tv1.3.1\th1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=\ndep\tgithub.com/montanaflynn/stats\tv0.7.1\th1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8eaE=\ndep\tgithub.com/muesli/ansi\tv0.0.0-20230316100256-276c6243b2f6\th1:ZK8zHtRHOkbHy6Mmr5D264iyp3TiX5OmNcI5cIARiQI=\ndep\tgithub.com/muesli/cancelreader\tv0.2.2\th1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=\ndep\tgithub.com/muesli/reflow\tv0.3.0\th1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=\ndep\tgithub.com/muesli/termenv\tv0.16.0\th1:S5AlUN9dENB57rsbnkPyfdGuWIlkmzJjbFf0Tf5FWUc=\ndep\tgithub.com/munnerz/goautoneg\tv0.0.0-20191010083416-a7dc8b61c822\th1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=\ndep\tgithub.com/nwaples/rardecode/v2\tv2.0.0-beta.4.0.20241112120701-034e449c6e78\th1:MYzLheyVx1tJVDqfu3YnN4jtnyALNzLvwl+f58TcvQY=\ndep\tgithub.com/opencontainers/go-digest\tv1.0.0\th1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=\ndep\tgithub.com/opencontainers/image-spec\tv1.1.1\th1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=\ndep\tgithub.com/patrickmn/go-cache\tv2.1.0+incompatible\th1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=\ndep\tgithub.com/pierrec/lz4/v4\tv4.1.21\th1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ=\ndep\tgithub.com/pjbgf/sha1cd\tv0.3.2\th1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=\ndep\tgithub.com/pkg/diff\tv0.0.0-20200914180035-5b29258ca4f7\th1:+/+DxvQaYifJ+grD4klzrS5y+KJXldn/2YTl5JG+vZ8=\ndep\tgithub.com/pkg/errors\tv0.9.1\th1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=\ndep\tgithub.com/prometheus/client_golang\tv1.20.5\th1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y=\ndep\tgithub.com/prometheus/client_model\tv0.6.1\th1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=\ndep\tgithub.com/prometheus/common\tv0.55.0\th1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G1dc=\ndep\tgithub.com/prometheus/procfs\tv0.15.1\th1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=\ndep\tgithub.com/rabbitmq/amqp091-go\tv1.10.0\th1:STpn5XsHlHGcecLmMFCtg7mqq0RnD+zFr4uzukfVhBw=\ndep\tgithub.com/repeale/fp-go\tv0.11.1\th1:Q/e+gNyyHaxKAyfdbBqvip3DxhVWH453R+kthvSr9Mk=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/sahilm/fuzzy\tv0.1.1-0.20230530133925-c48e322e2a8f\th1:MvTmaQdww/z0Q4wrYjDSCcZ78NoftLQyHBSLW/Cx79Y=\ndep\tgithub.com/sassoftware/go-rpmutils\tv0.4.0\th1:ojND82NYBxgwrV+mX1CWsd5QJvvEZTKddtCdFLPWhpg=\ndep\tgithub.com/schollz/progressbar/v3\tv3.17.1\th1:bI1MTaoQO+v5kzklBjYNRQLoVpe0zbyRZNK6DFkVC5U=\ndep\tgithub.com/sendgrid/rest\tv2.6.9+incompatible\th1:1EyIcsNdn9KIisLW50MKwmSRSK+ekueiEMJ7NEoxJo0=\ndep\tgithub.com/sendgrid/sendgrid-go\tv3.16.1+incompatible\th1:zWhTmB0Y8XCDzeWIm2/BIt1GjJohAA0p6hVEaDtHWWs=\ndep\tgithub.com/sergi/go-diff\tv1.3.2-0.20230802210424-5b0b94c5c0d3\th1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=\ndep\tgithub.com/shuheiktgw/go-travis\tv0.3.1\th1:SAT16mi77ccqogOslnXxBXzXbpeyChaIYUwi2aJpVZY=\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\th1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=\ndep\tgithub.com/skeema/knownhosts\tv1.3.0\th1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY=\ndep\tgithub.com/sorairolake/lzip-go\tv0.3.5\th1:ms5Xri9o1JBIWvOFAorYtUNik6HI3HgBTkISiqu0Cwg=\ndep\tgithub.com/spiffe/go-spiffe/v2\tv2.5.0\th1:N2I01KCUkv1FAjZXJMwh95KK1ZIQLYbPfhaxw8WS0hE=\ndep\tgithub.com/tailscale/depaware\tv0.0.0-20250112153213-b748de04d81b\th1:ewWb4cA+YO9/3X+v5UhdV+eKFsNBOPcGRh39Glshx/4=\ndep\tgithub.com/tetratelabs/wazero\tv1.9.0\th1:IcZ56OuxrtaEz8UYNRHBrUa9bYeX9oVY93KspZZBf/I=\ndep\tgithub.com/therootcompany/xz\tv1.0.1\th1:CmOtsn1CbtmyYiusbfmhmkpAAETj0wBIH6kCYaX+xzw=\ndep\tgithub.com/trufflesecurity/touchfile\tv0.1.1\th1:Snhd5VEa8Cxd+D60nvLEj2kVeb1omY2tWwnhDhjTqdo=\ndep\tgithub.com/ulikunitz/xz\tv0.5.12\th1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc=\ndep\tgithub.com/vbatts/tar-split\tv0.12.1\th1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnnbo=\ndep\tgithub.com/wasilibs/go-re2\tv1.9.0\th1:kjAd8qbNvV4Ve2Uf+zrpTCrDHtqH4dlsRXktywo73JQ=\ndep\tgithub.com/wasilibs/wazero-helpers\tv0.0.0-20240620070341-3dff1577cd52\th1:OvLBa8SqJnZ6P+mjlzc2K7PM22rRUPE1x32G9DTPrC4=\ndep\tgithub.com/xanzy/ssh-agent\tv0.3.3\th1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=\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/xhit/go-str2duration/v2\tv2.1.0\th1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc=\ndep\tgithub.com/xi2/xz\tv0.0.0-20171230120015-48954b6210f8\th1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=\ndep\tgithub.com/xo/dburl\tv0.23.8\th1:NwFghJfjaUW7tp+WE5mTLQQCfgseRsvgXjlSvk7x4t4=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20220910002029-abceb7e1c41e\th1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=\ndep\tgithub.com/youmark/pkcs8\tv0.0.0-20240726163527-a2c0da244d78\th1:ilQV1hzziu+LLM3zUTJ0trRztfwgjqKnBWNtSRkbmwM=\ndep\tgithub.com/yuin/goldmark\tv1.7.8\th1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=\ndep\tgithub.com/yuin/goldmark-emoji\tv1.0.5\th1:EMVWyCGPlXJfUXBXpuMu+ii3TIaxbVBnEX9uaDC4cIk=\ndep\tgithub.com/zeebo/errs\tv1.4.0\th1:XNdoD/RRMKP7HD0UhJnIzUy74ISdGGxURlYG8HSWSfM=\ndep\tgitlab.com/gitlab-org/api/client-go\tv0.129.0\n=>\tgitlab.com/gitlab-org/api/client-go\tv0.129.0\th1:o9KLn6fezmxBQWYnQrnilwyuOjlx4206KP0bUn3HuBE=\n\ndep\tgo.mongodb.org/mongo-driver\tv1.17.4\th1:jUorfmVzljjr0FLzYQsGP8cgN/qzzxlY9Vh0C9KFXVw=\ndep\tgo.opentelemetry.io/auto/sdk\tv1.1.0\th1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=\ndep\tgo.opentelemetry.io/contrib/detectors/gcp\tv1.36.0\th1:F7q2tNlCaHY9nMKHR6XH9/qkp8FktLnIcy6jJNyOCQw=\ndep\tgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc\tv0.61.0\th1:q4XOmH/0opmeuJtPsbFNivyl7bCt7yRBbeEm2sC/XtQ=\ndep\tgo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp\tv0.61.0\th1:F7Jx+6hwnZ41NSFTO5q4LYDtJRXBf2PD0rNBkeB/lus=\ndep\tgo.opentelemetry.io/otel\tv1.36.0\th1:UumtzIklRBY6cI/lllNZlALOF5nNIzJVb16APdvgTXg=\ndep\tgo.opentelemetry.io/otel/metric\tv1.36.0\th1:MoWPKVhQvJ+eeXWHFBOPoBOi20jh6Iq2CcCREuTYufE=\ndep\tgo.opentelemetry.io/otel/sdk\tv1.36.0\th1:b6SYIuLRs88ztox4EyrvRti80uXIFy+Sqzoh9kFULbs=\ndep\tgo.opentelemetry.io/otel/sdk/metric\tv1.36.0\th1:r0ntwwGosWGaa0CrSt8cuNuTcccMXERFwHX4dThiPis=\ndep\tgo.opentelemetry.io/otel/trace\tv1.36.0\th1:ahxWNuqZjpdiFAyrIoQ4GIiAIhxAunQR6MUoKrsNd4w=\ndep\tgo.uber.org/automaxprocs\tv1.6.0\th1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=\ndep\tgo.uber.org/multierr\tv1.11.0\th1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=\ndep\tgo.uber.org/zap\tv1.27.0\th1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=\ndep\tgo4.org\tv0.0.0-20230225012048-214862532bf5\th1:nifaUDeh+rPaBCMPMQHZmvJf+QdpLFnuQPwx+LxVmtc=\ndep\tgolang.org/x/crypto\tv0.40.0\th1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=\ndep\tgolang.org/x/mod\tv0.25.0\th1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=\ndep\tgolang.org/x/net\tv0.42.0\th1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=\ndep\tgolang.org/x/oauth2\tv0.30.0\th1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=\ndep\tgolang.org/x/sync\tv0.16.0\th1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=\ndep\tgolang.org/x/sys\tv0.34.0\th1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=\ndep\tgolang.org/x/term\tv0.33.0\th1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=\ndep\tgolang.org/x/text\tv0.27.0\th1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=\ndep\tgolang.org/x/time\tv0.12.0\th1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=\ndep\tgolang.org/x/tools\tv0.34.0\th1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo=\ndep\tgoogle.golang.org/api\tv0.243.0\th1:sw+ESIJ4BVnlJcWu9S+p2Z6Qq1PjG77T8IJ1xtp4jZQ=\ndep\tgoogle.golang.org/genproto\tv0.0.0-20250603155806-513f23925822\th1:rHWScKit0gvAPuOnu87KpaYtjK5zBMLcULh7gxkCXu4=\ndep\tgoogle.golang.org/genproto/googleapis/api\tv0.0.0-20250721164621-a45f3dfb1074\th1:mVXdvnmR3S3BQOqHECm9NGMjYiRtEvDYcqAqedTXY6s=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20250721164621-a45f3dfb1074\th1:qJW29YvkiJmXOYMu5Tf8lyrTp3dOS+K4z6IixtLaCf8=\ndep\tgoogle.golang.org/grpc\tv1.74.2\th1:WoosgB65DlWVC9FqI82dGsZhWFNBSLjQ84bjROOpMu4=\ndep\tgoogle.golang.org/protobuf\tv1.36.8\th1:xHScyCOEuuwZEc6UtSOvPbAT4zRh0xcNRYekJwfqyMc=\ndep\tgopkg.in/warnings.v0\tv0.1.2\th1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=\ndep\tgopkg.in/yaml.v2\tv2.4.0\th1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=\ndep\tpault.ag/go/debian\tv0.18.0\th1:nr0iiyOU5QlG1VPnhZLNhnCcHx58kukvBJp+dvaM6CQ=\ndep\tpault.ag/go/topsort\tv0.1.1\th1:L0QnhUly6LmTv0e3DEzbN2q6/FGgAcQvaEw65S53Bg4=\ndep\tsigs.k8s.io/yaml\tv1.4.0\th1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=amd64\nbuild\tGOOS=linux\nbuild\tGOAMD64=v1\nbuild\tvcs=git\nbuild\tvcs.revision=7c0d6b3039d859ca1572cb0ace70162185f4e542\nbuild\tvcs.time=2025-08-20T22:35:28Z\nbuild\tvcs.modified=true\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T23:05:46.4631567Z [00:04:31.563]➜  EOF
2025-08-20T23:05:46.4631720Z [00:04:31.563]➜  mkdir -p $WORK/b001/exe/
2025-08-20T23:05:46.4631824Z [00:04:31.563]➜  cd .
2025-08-20T23:05:46.4633611Z [00:04:31.563]➜  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=s-9--RAwEDMSFu78w7ip/3VKvhoK9gJNaJStUgXGe/5ckZbS2vBh1t3lmaceJk/s-9--RAwEDMSFu78w7ip -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T23:05:53.8529128Z [00:04:39.136]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T23:05:53.9700033Z [00:04:39.253]➜  mkdir -p /build-bins/
2025-08-20T23:05:53.9702933Z [00:04:39.254]➜  cp $WORK/b001/exe/a.out /build-bins/trufflehog
2025-08-20T23:05:54.0706150Z [00:04:39.354]➜  rm -rf $WORK/b001/
2025-08-20T23:05:54.9015898Z [00:04:40.185]➜  '/tmp/tmp.a3DMfrd74X/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T23:05:54.9616262Z [00:04:40.245]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T23:05:55.2884701Z [00:04:40.572]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T23:05:55.2887592Z [00:04:40.572]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T23:05:55.6588236Z [00:04:40.942]➜  copy from `/build-bins/trufflehog' [elf64-x86-64] to `/build-bins/stEpDGdo' [elf64-x86-64]
2025-08-20T23:05:56.0393692Z [00:04:41.322]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T23:05:56.0432352Z [00:04:41.326]➜  
2025-08-20T23:05:56.0449236Z [00:04:41.328]➜  /build-bins/trufflehog
2025-08-20T23:05:56.0473832Z [00:04:41.330]➜  There are 26 section headers, starting at offset 0x7fd3080:
2025-08-20T23:05:56.0474539Z [00:04:41.330]➜  
2025-08-20T23:05:56.0474939Z [00:04:41.330]➜  Section Headers:
2025-08-20T23:05:56.0475559Z [00:04:41.330]➜    [Nr] Name              Type             Address           Offset
2025-08-20T23:05:56.0476452Z [00:04:41.330]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T23:05:56.0476868Z [00:04:41.330]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T23:05:56.0477290Z [00:04:41.330]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T23:05:56.0477714Z [00:04:41.330]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000238  00000238
2025-08-20T23:05:56.0478138Z [00:04:41.330]➜         0000000000000030  0000000000000000   A       2     0     8
2025-08-20T23:05:56.0478704Z [00:04:41.330]➜    [ 2] .dynsym           DYNSYM           0000000000000268  00000268
2025-08-20T23:05:56.0479130Z [00:04:41.330]➜         0000000000000060  0000000000000018   A       3     1     8
2025-08-20T23:05:56.0479875Z [00:04:41.330]➜    [ 3] .dynstr           STRTAB           00000000000002c8  000002c8
2025-08-20T23:05:56.0480311Z [00:04:41.330]➜         0000000000000027  0000000000000000   A       0     0     1
2025-08-20T23:05:56.0480749Z [00:04:41.330]➜    [ 4] .rela.dyn         RELA             00000000000002f0  000002f0
2025-08-20T23:05:56.0481177Z [00:04:41.330]➜         0000000000d5e6b8  0000000000000018   A       2     0     8
2025-08-20T23:05:56.0481595Z [00:04:41.330]➜    [ 5] .init             PROGBITS         0000000000d5f000  00d5f000
2025-08-20T23:05:56.0482002Z [00:04:41.330]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T23:05:56.0482409Z [00:04:41.330]➜    [ 6] .plt              PROGBITS         0000000000d5f010  00d5f010
2025-08-20T23:05:56.0482821Z [00:04:41.330]➜         0000000000000010  0000000000000010  AX       0     0     16
2025-08-20T23:05:56.0483234Z [00:04:41.330]➜    [ 7] .plt.got          PROGBITS         0000000000d5f020  00d5f020
2025-08-20T23:05:56.0483639Z [00:04:41.330]➜         0000000000000010  0000000000000008  AX       0     0     8
2025-08-20T23:05:56.0484041Z [00:04:41.330]➜    [ 8] .text             PROGBITS         0000000000d5f040  00d5f040
2025-08-20T23:05:56.0484475Z [00:04:41.330]➜         00000000033e9d81  0000000000000000  AX       0     0     64
2025-08-20T23:05:56.0484888Z [00:04:41.330]➜    [ 9] .fini             PROGBITS         0000000004148dc1  04148dc1
2025-08-20T23:05:56.0485292Z [00:04:41.330]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T23:05:56.0485701Z [00:04:41.330]➜    [10] .rodata           PROGBITS         0000000004149000  04149000
2025-08-20T23:05:56.0486114Z [00:04:41.330]➜         00000000009c080c  0000000000000000   A       0     0     32
2025-08-20T23:05:56.0486543Z [00:04:41.330]➜    [11] .eh_frame_hdr     PROGBITS         0000000004b0980c  04b0980c
2025-08-20T23:05:56.0486958Z [00:04:41.330]➜         00000000000006c4  0000000000000000   A       0     0     4
2025-08-20T23:05:56.0487372Z [00:04:41.330]➜    [12] .eh_frame         PROGBITS         0000000004b09ed0  04b09ed0
2025-08-20T23:05:56.0487780Z [00:04:41.330]➜         0000000000002cd0  0000000000000000   A       0     0     8
2025-08-20T23:05:56.0488194Z [00:04:41.330]➜    [13] .tbss             NOBITS           0000000004b0d0b0  04b0d0b0
2025-08-20T23:05:56.0488598Z [00:04:41.330]➜         0000000000000008  0000000000000000 WAT       0     0     8
2025-08-20T23:05:56.0489024Z [00:04:41.331]➜    [14] .init_array       INIT_ARRAY       0000000004b0d0b0  04b0d0b0
2025-08-20T23:05:56.0489816Z [00:04:41.331]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T23:05:56.0490273Z [00:04:41.331]➜    [15] .fini_array       FINI_ARRAY       0000000004b0d0b8  04b0d0b8
2025-08-20T23:05:56.0490714Z [00:04:41.331]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T23:05:56.0491140Z [00:04:41.331]➜    [16] .data.rel.ro      PROGBITS         0000000004b0d0c0  04b0d0c0
2025-08-20T23:05:56.0491574Z [00:04:41.331]➜         0000000002ec0d60  0000000000000000  WA       0     0     32
2025-08-20T23:05:56.0492012Z [00:04:41.331]➜    [17] .dynamic          DYNAMIC          00000000079cde20  079cde20
2025-08-20T23:05:56.0492597Z [00:04:41.331]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T23:05:56.0493003Z [00:04:41.331]➜    [18] .got              PROGBITS         00000000079cdfa0  079cdfa0
2025-08-20T23:05:56.0493405Z [00:04:41.331]➜         0000000000000048  0000000000000008  WA       0     0     8
2025-08-20T23:05:56.0493810Z [00:04:41.331]➜    [19] .data             PROGBITS         00000000079ce000  079ce000
2025-08-20T23:05:56.0494221Z [00:04:41.331]➜         00000000000fc440  0000000000000000  WA       0     0     32
2025-08-20T23:05:56.0494769Z [00:04:41.331]➜    [20] .go.buildinfo     PROGBITS         0000000007aca440  07aca440
2025-08-20T23:05:56.0495201Z [00:04:41.331]➜         0000000000005f60  0000000000000000  WA       0     0     16
2025-08-20T23:05:56.0495624Z [00:04:41.331]➜    [21] .go.fipsinfo      PROGBITS         0000000007ad03a0  07ad03a0
2025-08-20T23:05:56.0496045Z [00:04:41.331]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T23:05:56.0496474Z [00:04:41.331]➜    [22] .noptrdata        PROGBITS         0000000007ad0420  07ad0420
2025-08-20T23:05:56.0496894Z [00:04:41.331]➜         0000000000502b81  0000000000000000  WA       0     0     32
2025-08-20T23:05:56.0497389Z [00:04:41.331]➜    [23] .bss              NOBITS           0000000007fd2fc0  07fd2fa1
2025-08-20T23:05:56.0498208Z [00:04:41.331]➜         000000000004b128  0000000000000000  WA       0     0     32
2025-08-20T23:05:56.0499075Z [00:04:41.331]➜    [24] .noptrbss         NOBITS           000000000801e100  07fd2fa1
2025-08-20T23:05:56.0500026Z [00:04:41.331]➜         000000000002e680  0000000000000000  WA       0     0     32
2025-08-20T23:05:56.0500478Z [00:04:41.331]➜    [25] .shstrtab         STRTAB           0000000000000000  07fd2fa1
2025-08-20T23:05:56.0500904Z [00:04:41.331]➜         00000000000000de  0000000000000000           0     0     1
2025-08-20T23:05:56.0501239Z [00:04:41.331]➜  Key to Flags:
2025-08-20T23:05:56.0501603Z [00:04:41.331]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T23:05:56.0502067Z [00:04:41.331]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T23:05:56.0502538Z [00:04:41.331]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T23:05:56.0502949Z [00:04:41.331]➜    D (mbind), l (large), p (processor specific)
2025-08-20T23:05:56.0503255Z [00:04:41.333]➜  
2025-08-20T23:05:56.0515319Z [00:04:41.335]➜  /build-bins/LICENSE
2025-08-20T23:05:56.0531068Z [00:04:41.336]➜  + file /build-bins/LICENSE /build-bins/trufflehog
2025-08-20T23:05:56.0830231Z [00:04:41.366]➜  /build-bins/LICENSE:    Unicode text, UTF-8 text
2025-08-20T23:05:56.0872024Z [00:04:41.370]➜  /build-bins/trufflehog: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T23:05:56.0882820Z [00:04:41.372]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/trufflehog
2025-08-20T23:05:56.0904227Z [00:04:41.374]➜  /build-bins/LICENSE:         35449 Bytes
2025-08-20T23:05:56.0904682Z [00:04:41.374]➜  /build-bins/trufflehog:         134035200 Bytes
2025-08-20T23:05:56.0907702Z [00:04:41.374]➜  + du /build-bins/LICENSE /build-bins/trufflehog --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T23:05:56.0923894Z [00:04:41.376]➜  35K	2025-08-20 23:05:54.900180690 +0000	/build-bins/LICENSE
2025-08-20T23:05:56.0924536Z [00:04:41.376]➜  128M	2025-08-20 23:05:55.921181219 +0000	/build-bins/trufflehog
2025-08-20T23:05:56.0926653Z [00:04:41.376]➜  + popd
2025-08-20T23:05:56.6325577Z [00:04:41.916]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T23:05:56.9691592Z [00:04:42.252]➜  + '[' -s /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T23:05:56.9692841Z [00:04:42.252]➜  + cp -fv /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T23:05:56.9732216Z [00:04:42.256]➜  '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T23:05:56.9741141Z [00:04:42.257]➜  + find /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T23:05:56.9748806Z [00:04:42.258]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T23:05:56.9757893Z [00:04:42.258]➜  + cut -d: -f1
2025-08-20T23:05:56.9758710Z [00:04:42.258]➜  + xargs realpath --no-symlinks
2025-08-20T23:05:56.9759918Z [00:04:42.258]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR
2025-08-20T23:05:57.4885789Z [00:04:42.772]➜  sending incremental file list
2025-08-20T23:05:57.5100877Z [00:04:42.793]➜  trufflehog
2025-08-20T23:05:57.7146681Z [00:04:42.998]➜  
2025-08-20T23:05:57.7147339Z [00:04:42.998]➜  sent 134.07M bytes  received 35 bytes  268.14M bytes/sec
2025-08-20T23:05:57.7147996Z [00:04:42.998]➜  total size is 134.04M  speedup is 1.00
2025-08-20T23:05:57.7160765Z [00:04:42.999]➜  
2025-08-20T23:06:00.8924456Z [00:04:46.176]➜  
2025-08-20T23:06:00.9043432Z [00:04:46.187]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/detectors.proto' from root:root to runner:runner
2025-08-20T23:06:00.9046725Z [00:04:46.187]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/sources.proto' from root:root to runner:runner
2025-08-20T23:06:00.9049160Z [00:04:46.187]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/source_metadata.proto' from root:root to runner:runner
2025-08-20T23:06:00.9051757Z [00:04:46.187]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/credentials.proto' from root:root to runner:runner
2025-08-20T23:06:00.9054102Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/config.proto' from root:root to runner:runner
2025-08-20T23:06:00.9056468Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/custom_detectors.proto' from root:root to runner:runner
2025-08-20T23:06:00.9058728Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto' from root:root to runner:runner
2025-08-20T23:06:00.9061130Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/Dockerfile.goreleaser' from root:root to runner:runner
2025-08-20T23:06:00.9063458Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/examples/generic.yml' from root:root to runner:runner
2025-08-20T23:06:00.9065772Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/examples/README.md' from root:root to runner:runner
2025-08-20T23:06:00.9068221Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/examples/generic_with_filters.yml' from root:root to runner:runner
2025-08-20T23:06:00.9070826Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T23:06:00.9073014Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T23:06:00.9075507Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T23:06:00.9077657Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T23:06:00.9080143Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.pre-commit-config.yaml' from root:root to runner:runner
2025-08-20T23:06:00.9082838Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/PreCommit.md' from root:root to runner:runner
2025-08-20T23:06:00.9085135Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/docs/process_flow.md' from root:root to runner:runner
2025-08-20T23:06:00.9087448Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/docs/concurrency.md' from root:root to runner:runner
2025-08-20T23:06:00.9089861Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T23:06:00.9092231Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/entrypoint.sh' from root:root to runner:runner
2025-08-20T23:06:00.9094488Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/scripts/install.sh' from root:root to runner:runner
2025-08-20T23:06:00.9096941Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/scripts/test-last-changed-detector.sh' from root:root to runner:runner
2025-08-20T23:06:00.9099641Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/scripts/gen_proto.sh' from root:root to runner:runner
2025-08-20T23:06:00.9102068Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/scripts/test_changed_detectors.sh' from root:root to runner:runner
2025-08-20T23:06:00.9104581Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T23:06:00.9106887Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T23:06:00.9109026Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/CODEOWNERS' from root:root to runner:runner
2025-08-20T23:06:00.9111345Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T23:06:00.9113449Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T23:06:00.9115555Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T23:06:00.9117711Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T23:06:00.9120334Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.goreleaser.yml' from root:root to runner:runner
2025-08-20T23:06:00.9122584Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T23:06:00.9124886Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/community_note.md' from root:root to runner:runner
2025-08-20T23:06:00.9127483Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T23:06:00.9130059Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/TESTING.md' from root:root to runner:runner
2025-08-20T23:06:00.9132500Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T23:06:00.9134984Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/performance.yml' from root:root to runner:runner
2025-08-20T23:06:00.9137473Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/secrets.yml' from root:root to runner:runner
2025-08-20T23:06:00.9140170Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/codeql-analysis.yml' from root:root to runner:runner
2025-08-20T23:06:00.9142738Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/detector-tests.yml' from root:root to runner:runner
2025-08-20T23:06:00.9145159Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/smoke.yml' from root:root to runner:runner
2025-08-20T23:06:00.9147535Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/lint.yml' from root:root to runner:runner
2025-08-20T23:06:00.9150031Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T23:06:00.9152420Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T23:06:00.9154796Z [00:04:46.188]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/renovate.json' from root:root to runner:runner
2025-08-20T23:06:00.9157214Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T23:06:00.9159933Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T23:06:00.9162377Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T23:06:00.9164596Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T23:06:00.9166974Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T23:06:00.9169117Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/main.go' from root:root to runner:runner
2025-08-20T23:06:00.9171665Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T23:06:00.9174063Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T23:06:00.9176560Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T23:06:00.9179038Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T23:06:00.9181736Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T23:06:00.9184138Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T23:06:00.9186618Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T23:06:00.9189089Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T23:06:00.9191683Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T23:06:00.9194124Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T23:06:00.9196538Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T23:06:00.9199171Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T23:06:00.9201782Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T23:06:00.9204267Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T23:06:00.9206785Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T23:06:00.9209126Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T23:06:00.9211597Z [00:04:46.189]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T23:06:00.9213919Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T23:06:00.9216498Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T23:06:00.9218973Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T23:06:00.9221522Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T23:06:00.9223779Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T23:06:00.9226005Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T23:06:00.9228185Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T23:06:00.9230577Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T23:06:00.9232857Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T23:06:00.9235179Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T23:06:00.9237555Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T23:06:00.9240032Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T23:06:00.9242294Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T23:06:00.9244693Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T23:06:00.9246857Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T23:06:00.9249111Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T23:06:00.9251552Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T23:06:00.9253741Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T23:06:00.9256381Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-91a71575d4df578c8f64da77baecdcc43c8fc49f.rev' from root:root to runner:runner
2025-08-20T23:06:00.9259790Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-91a71575d4df578c8f64da77baecdcc43c8fc49f.pack' from root:root to runner:runner
2025-08-20T23:06:00.9262881Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-6b31b025518da9115eb186286fe48d619be5fb71.rev' from root:root to runner:runner
2025-08-20T23:06:00.9265920Z [00:04:46.190]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-6b31b025518da9115eb186286fe48d619be5fb71.promisor' from root:root to runner:runner
2025-08-20T23:06:00.9268991Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-91a71575d4df578c8f64da77baecdcc43c8fc49f.idx' from root:root to runner:runner
2025-08-20T23:06:00.9272236Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-6b31b025518da9115eb186286fe48d619be5fb71.pack' from root:root to runner:runner
2025-08-20T23:06:00.9275335Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-91a71575d4df578c8f64da77baecdcc43c8fc49f.promisor' from root:root to runner:runner
2025-08-20T23:06:00.9278389Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-6b31b025518da9115eb186286fe48d619be5fb71.idx' from root:root to runner:runner
2025-08-20T23:06:00.9281204Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T23:06:00.9283475Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T23:06:00.9285683Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T23:06:00.9287907Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T23:06:00.9290462Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T23:06:00.9292615Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T23:06:00.9294736Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T23:06:00.9296935Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.captain/config.yaml' from root:root to runner:runner
2025-08-20T23:06:00.9299131Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.captain' from root:root to runner:runner
2025-08-20T23:06:00.9301584Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.pre-commit-hooks.yaml' from root:root to runner:runner
2025-08-20T23:06:00.9303829Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/action.yml' from root:root to runner:runner
2025-08-20T23:06:00.9306346Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sourcestest/sourcestest.go' from root:root to runner:runner
2025-08-20T23:06:00.9308726Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sourcestest' from root:root to runner:runner
2025-08-20T23:06:00.9311153Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/tui.go' from root:root to runner:runner
2025-08-20T23:06:00.9313463Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/keymap/keymap.go' from root:root to runner:runner
2025-08-20T23:06:00.9315747Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/keymap' from root:root to runner:runner
2025-08-20T23:06:00.9318065Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/styles/styles.go' from root:root to runner:runner
2025-08-20T23:06:00.9320521Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/styles' from root:root to runner:runner
2025-08-20T23:06:00.9322820Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common/utils.go' from root:root to runner:runner
2025-08-20T23:06:00.9325166Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common/style.go' from root:root to runner:runner
2025-08-20T23:06:00.9327510Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common/error.go' from root:root to runner:runner
2025-08-20T23:06:00.9330058Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common/component.go' from root:root to runner:runner
2025-08-20T23:06:00.9332467Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common/common.go' from root:root to runner:runner
2025-08-20T23:06:00.9334934Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common' from root:root to runner:runner
2025-08-20T23:06:00.9337376Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/filesystem/filesystem.go' from root:root to runner:runner
2025-08-20T23:06:00.9340099Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/filesystem' from root:root to runner:runner
2025-08-20T23:06:00.9342605Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/circleci/circleci.go' from root:root to runner:runner
2025-08-20T23:06:00.9345086Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/circleci' from root:root to runner:runner
2025-08-20T23:06:00.9347606Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/huggingface/huggingface.go' from root:root to runner:runner
2025-08-20T23:06:00.9350478Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/huggingface' from root:root to runner:runner
2025-08-20T23:06:00.9352910Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/s3/s3.go' from root:root to runner:runner
2025-08-20T23:06:00.9355218Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/s3' from root:root to runner:runner
2025-08-20T23:06:00.9357575Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/gcs/gcs.go' from root:root to runner:runner
2025-08-20T23:06:00.9360076Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/gcs' from root:root to runner:runner
2025-08-20T23:06:00.9362447Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/git/git.go' from root:root to runner:runner
2025-08-20T23:06:00.9364791Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/git' from root:root to runner:runner
2025-08-20T23:06:00.9367182Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/syslog/syslog.go' from root:root to runner:runner
2025-08-20T23:06:00.9369763Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/syslog' from root:root to runner:runner
2025-08-20T23:06:00.9372172Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/sources.go' from root:root to runner:runner
2025-08-20T23:06:00.9374633Z [00:04:46.191]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/github/github.go' from root:root to runner:runner
2025-08-20T23:06:00.9377033Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/github' from root:root to runner:runner
2025-08-20T23:06:00.9379818Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/docker/docker.go' from root:root to runner:runner
2025-08-20T23:06:00.9382293Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/docker' from root:root to runner:runner
2025-08-20T23:06:00.9384721Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/gitlab/gitlab.go' from root:root to runner:runner
2025-08-20T23:06:00.9387126Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/gitlab' from root:root to runner:runner
2025-08-20T23:06:00.9389858Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/elasticsearch/elasticsearch.go' from root:root to runner:runner
2025-08-20T23:06:00.9392480Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/elasticsearch' from root:root to runner:runner
2025-08-20T23:06:00.9395144Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/jenkins/jenkins.go' from root:root to runner:runner
2025-08-20T23:06:00.9397593Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/jenkins' from root:root to runner:runner
2025-08-20T23:06:00.9400209Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/postman/postman.go' from root:root to runner:runner
2025-08-20T23:06:00.9402674Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/postman' from root:root to runner:runner
2025-08-20T23:06:00.9404982Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources' from root:root to runner:runner
2025-08-20T23:06:00.9407464Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/analyze_form/analyze_form.go' from root:root to runner:runner
2025-08-20T23:06:00.9410123Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/analyze_form' from root:root to runner:runner
2025-08-20T23:06:00.9412663Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_select/source_select.go' from root:root to runner:runner
2025-08-20T23:06:00.9415264Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_select/item.go' from root:root to runner:runner
2025-08-20T23:06:00.9417723Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_select' from root:root to runner:runner
2025-08-20T23:06:00.9420531Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/contact_enterprise/contact_enterprise.go' from root:root to runner:runner
2025-08-20T23:06:00.9423201Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/contact_enterprise' from root:root to runner:runner
2025-08-20T23:06:00.9425888Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/view_oss/view_oss.go' from root:root to runner:runner
2025-08-20T23:06:00.9428303Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/view_oss' from root:root to runner:runner
2025-08-20T23:06:00.9431016Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/analyze_keys/analyze_keys.go' from root:root to runner:runner
2025-08-20T23:06:00.9433536Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/analyze_keys' from root:root to runner:runner
2025-08-20T23:06:00.9436069Z [00:04:46.192]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/wizard_intro/wizard_intro.go' from root:root to runner:runner
2025-08-20T23:06:00.9438614Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/wizard_intro/item.go' from root:root to runner:runner
2025-08-20T23:06:00.9441448Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/wizard_intro' from root:root to runner:runner
2025-08-20T23:06:00.9444089Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/trufflehog_component.go' from root:root to runner:runner
2025-08-20T23:06:00.9446747Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/item.go' from root:root to runner:runner
2025-08-20T23:06:00.9449633Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/trufflehog_configure.go' from root:root to runner:runner
2025-08-20T23:06:00.9452413Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/source_component.go' from root:root to runner:runner
2025-08-20T23:06:00.9455111Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/run_component.go' from root:root to runner:runner
2025-08-20T23:06:00.9457814Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/source_configure.go' from root:root to runner:runner
2025-08-20T23:06:00.9460554Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure' from root:root to runner:runner
2025-08-20T23:06:00.9462887Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages' from root:root to runner:runner
2025-08-20T23:06:00.9465287Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/header/header.go' from root:root to runner:runner
2025-08-20T23:06:00.9467759Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/header' from root:root to runner:runner
2025-08-20T23:06:00.9470666Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/selector/selector.go' from root:root to runner:runner
2025-08-20T23:06:00.9473176Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/selector' from root:root to runner:runner
2025-08-20T23:06:00.9475722Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/viewport/viewport.go' from root:root to runner:runner
2025-08-20T23:06:00.9478262Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/viewport' from root:root to runner:runner
2025-08-20T23:06:00.9481019Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/textinput/textinput.go' from root:root to runner:runner
2025-08-20T23:06:00.9483585Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/textinput' from root:root to runner:runner
2025-08-20T23:06:00.9486096Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/confirm/confirm.go' from root:root to runner:runner
2025-08-20T23:06:00.9488812Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/confirm' from root:root to runner:runner
2025-08-20T23:06:00.9491464Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/tabs/tabs.go' from root:root to runner:runner
2025-08-20T23:06:00.9493894Z [00:04:46.193]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/tabs' from root:root to runner:runner
2025-08-20T23:06:00.9496583Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/footer/footer.go' from root:root to runner:runner
2025-08-20T23:06:00.9499052Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/footer' from root:root to runner:runner
2025-08-20T23:06:00.9501772Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/textinputs/textinputs.go' from root:root to runner:runner
2025-08-20T23:06:00.9504362Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/textinputs' from root:root to runner:runner
2025-08-20T23:06:00.9506935Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/formfield/formfield.go' from root:root to runner:runner
2025-08-20T23:06:00.9509628Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/formfield' from root:root to runner:runner
2025-08-20T23:06:00.9512210Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/statusbar/statusbar.go' from root:root to runner:runner
2025-08-20T23:06:00.9514745Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/statusbar' from root:root to runner:runner
2025-08-20T23:06:00.9517299Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components' from root:root to runner:runner
2025-08-20T23:06:00.9519651Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui' from root:root to runner:runner
2025-08-20T23:06:00.9521923Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/updater/updater.go' from root:root to runner:runner
2025-08-20T23:06:00.9524173Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/updater' from root:root to runner:runner
2025-08-20T23:06:00.9526437Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/version/version.go' from root:root to runner:runner
2025-08-20T23:06:00.9528687Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/version' from root:root to runner:runner
2025-08-20T23:06:00.9531193Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/github_experimental.go' from root:root to runner:runner
2025-08-20T23:06:00.9533764Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/scan.go' from root:root to runner:runner
2025-08-20T23:06:00.9536120Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/huggingface.go' from root:root to runner:runner
2025-08-20T23:06:00.9538483Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/github.go' from root:root to runner:runner
2025-08-20T23:06:00.9540982Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/travisci.go' from root:root to runner:runner
2025-08-20T23:06:00.9543440Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/defaults/defaults_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9545960Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/defaults/defaults.go' from root:root to runner:runner
2025-08-20T23:06:00.9548338Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/defaults' from root:root to runner:runner
2025-08-20T23:06:00.9550799Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/gcs.go' from root:root to runner:runner
2025-08-20T23:06:00.9553086Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/stdin.go' from root:root to runner:runner
2025-08-20T23:06:00.9555396Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/syslog.go' from root:root to runner:runner
2025-08-20T23:06:00.9557700Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/gcs_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9560398Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/ahocorasick/ahocorasickcore_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9563312Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/ahocorasick/ahocorasickcore.go' from root:root to runner:runner
2025-08-20T23:06:00.9565800Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/ahocorasick' from root:root to runner:runner
2025-08-20T23:06:00.9568147Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/metrics.go' from root:root to runner:runner
2025-08-20T23:06:00.9570775Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/gitlab_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9573233Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/docker.go' from root:root to runner:runner
2025-08-20T23:06:00.9575518Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/s3.go' from root:root to runner:runner
2025-08-20T23:06:00.9578016Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/filesystem.go' from root:root to runner:runner
2025-08-20T23:06:00.9580600Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/postman.go' from root:root to runner:runner
2025-08-20T23:06:00.9582912Z [00:04:46.194]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/git.go' from root:root to runner:runner
2025-08-20T23:06:00.9585210Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/engine.go' from root:root to runner:runner
2025-08-20T23:06:00.9587535Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/git_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9590049Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/engine_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9592404Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/gitlab.go' from root:root to runner:runner
2025-08-20T23:06:00.9594777Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/postman_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9597185Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/elasticsearch.go' from root:root to runner:runner
2025-08-20T23:06:00.9599902Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/filesystem_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9602387Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/circleci.go' from root:root to runner:runner
2025-08-20T23:06:00.9604967Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/testdata/verificationoverlap_secrets.txt' from root:root to runner:runner
2025-08-20T23:06:00.9607831Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/testdata/secrets.txt' from root:root to runner:runner
2025-08-20T23:06:00.9610703Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/testdata/verificationoverlap_detectors.yaml' from root:root to runner:runner
2025-08-20T23:06:00.9613600Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/testdata/verificationoverlap_secrets_fp.txt' from root:root to runner:runner
2025-08-20T23:06:00.9616481Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/testdata/verificationoverlap_detectors_fp.yaml' from root:root to runner:runner
2025-08-20T23:06:00.9619075Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/testdata' from root:root to runner:runner
2025-08-20T23:06:00.9621569Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/jenkins.go' from root:root to runner:runner
2025-08-20T23:06:00.9623995Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine' from root:root to runner:runner
2025-08-20T23:06:00.9626289Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/gitparse/gitparse.go' from root:root to runner:runner
2025-08-20T23:06:00.9628718Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/gitparse/gitparse_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9631229Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/gitparse' from root:root to runner:runner
2025-08-20T23:06:00.9633557Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/output/github_actions.go' from root:root to runner:runner
2025-08-20T23:06:00.9635928Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/output/plain.go' from root:root to runner:runner
2025-08-20T23:06:00.9638265Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/output/legacy_json.go' from root:root to runner:runner
2025-08-20T23:06:00.9640790Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/output/json.go' from root:root to runner:runner
2025-08-20T23:06:00.9643026Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/output' from root:root to runner:runner
2025-08-20T23:06:00.9645313Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/giturl/giturl_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9647645Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/giturl/giturl.go' from root:root to runner:runner
2025-08-20T23:06:00.9650043Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/giturl' from root:root to runner:runner
2025-08-20T23:06:00.9652608Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/roundtripper/roundtripper.go' from root:root to runner:runner
2025-08-20T23:06:00.9654984Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/roundtripper' from root:root to runner:runner
2025-08-20T23:06:00.9657345Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cleantemp/cleantemp.go' from root:root to runner:runner
2025-08-20T23:06:00.9659981Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cleantemp/cleantemp_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9662377Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cleantemp' from root:root to runner:runner
2025-08-20T23:06:00.9664737Z [00:04:46.195]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/pool/pool_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9667345Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/pool/metrics.go' from root:root to runner:runner
2025-08-20T23:06:00.9669925Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/pool/pool.go' from root:root to runner:runner
2025-08-20T23:06:00.9672261Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/pool' from root:root to runner:runner
2025-08-20T23:06:00.9674669Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/buffer/buffer_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9677127Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/buffer/buffer.go' from root:root to runner:runner
2025-08-20T23:06:00.9679818Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/buffer/metrics.go' from root:root to runner:runner
2025-08-20T23:06:00.9682411Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/buffer' from root:root to runner:runner
2025-08-20T23:06:00.9685015Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers' from root:root to runner:runner
2025-08-20T23:06:00.9687484Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/config/config.go' from root:root to runner:runner
2025-08-20T23:06:00.9690142Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/config/detectors.go' from root:root to runner:runner
2025-08-20T23:06:00.9692861Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/config/detectors_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9695307Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/config' from root:root to runner:runner
2025-08-20T23:06:00.9698140Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log/dynamic_redactor.go' from root:root to runner:runner
2025-08-20T23:06:00.9700831Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log/log_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9703363Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log/log.go' from root:root to runner:runner
2025-08-20T23:06:00.9705783Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log/level.go' from root:root to runner:runner
2025-08-20T23:06:00.9708327Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log/redaction_core.go' from root:root to runner:runner
2025-08-20T23:06:00.9711026Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log' from root:root to runner:runner
2025-08-20T23:06:00.9713588Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/secrets.go' from root:root to runner:runner
2025-08-20T23:06:00.9716271Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/utils.go' from root:root to runner:runner
2025-08-20T23:06:00.9718801Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/vars.go' from root:root to runner:runner
2025-08-20T23:06:00.9721585Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/recover.go' from root:root to runner:runner
2025-08-20T23:06:00.9724175Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/patterns.go' from root:root to runner:runner
2025-08-20T23:06:00.9726766Z [00:04:46.196]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/filter.go' from root:root to runner:runner
2025-08-20T23:06:00.9729497Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/glob/glob_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9732196Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/glob/glob.go' from root:root to runner:runner
2025-08-20T23:06:00.9734744Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/glob' from root:root to runner:runner
2025-08-20T23:06:00.9737213Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/context.go' from root:root to runner:runner
2025-08-20T23:06:00.9739994Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/metrics.go' from root:root to runner:runner
2025-08-20T23:06:00.9742494Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/vars_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9745120Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/depaware.go' from root:root to runner:runner
2025-08-20T23:06:00.9747840Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/http_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9750734Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/export_error.go' from root:root to runner:runner
2025-08-20T23:06:00.9753296Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/utils_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9755839Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/patterns_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9758429Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/filter_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9761094Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/http.go' from root:root to runner:runner
2025-08-20T23:06:00.9763690Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common' from root:root to runner:runner
2025-08-20T23:06:00.9766300Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/process/zombies.go' from root:root to runner:runner
2025-08-20T23:06:00.9768857Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/process' from root:root to runner:runner
2025-08-20T23:06:00.9771549Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/sourcespb/sources.pb.go' from root:root to runner:runner
2025-08-20T23:06:00.9774367Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/sourcespb/sources.pb.validate.go' from root:root to runner:runner
2025-08-20T23:06:00.9776983Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/sourcespb' from root:root to runner:runner
2025-08-20T23:06:00.9779825Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/credentialspb/credentials.pb.go' from root:root to runner:runner
2025-08-20T23:06:00.9782791Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/credentialspb/credentials.pb.validate.go' from root:root to runner:runner
2025-08-20T23:06:00.9785564Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/credentialspb' from root:root to runner:runner
2025-08-20T23:06:00.9788250Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/detectorspb/detectors.pb.validate.go' from root:root to runner:runner
2025-08-20T23:06:00.9791213Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/detectorspb/detectors.pb.go' from root:root to runner:runner
2025-08-20T23:06:00.9793887Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/detectorspb' from root:root to runner:runner
2025-08-20T23:06:00.9796721Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/configpb/config.pb.validate.go' from root:root to runner:runner
2025-08-20T23:06:00.9799647Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/configpb/config.pb.go' from root:root to runner:runner
2025-08-20T23:06:00.9802184Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/configpb' from root:root to runner:runner
2025-08-20T23:06:00.9804958Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/custom_detectorspb/custom_detectors.pb.go' from root:root to runner:runner
2025-08-20T23:06:00.9807905Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/custom_detectorspb/custom_detectors.pb.validate.go' from root:root to runner:runner
2025-08-20T23:06:00.9810979Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/custom_detectorspb' from root:root to runner:runner
2025-08-20T23:06:00.9813872Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/source_metadatapb/source_metadata.pb.go' from root:root to runner:runner
2025-08-20T23:06:00.9816804Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/source_metadatapb/source_metadata.pb.validate.go' from root:root to runner:runner
2025-08-20T23:06:00.9819816Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/source_metadatapb' from root:root to runner:runner
2025-08-20T23:06:00.9822219Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb' from root:root to runner:runner
2025-08-20T23:06:00.9824747Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/cache.go' from root:root to runner:runner
2025-08-20T23:06:00.9827248Z [00:04:46.197]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/lru/lru_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9830112Z [00:04:46.198]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/lru/lru.go' from root:root to runner:runner
2025-08-20T23:06:00.9832604Z [00:04:46.198]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/lru' from root:root to runner:runner
2025-08-20T23:06:00.9835132Z [00:04:46.198]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/decorator.go' from root:root to runner:runner
2025-08-20T23:06:00.9837820Z [00:04:46.198]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/simple/simple_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9840712Z [00:04:46.198]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/simple/simple.go' from root:root to runner:runner
2025-08-20T23:06:00.9843324Z [00:04:46.198]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/simple' from root:root to runner:runner
2025-08-20T23:06:00.9845987Z [00:04:46.198]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/metrics.go' from root:root to runner:runner
2025-08-20T23:06:00.9848641Z [00:04:46.198]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/decorator_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9851460Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache' from root:root to runner:runner
2025-08-20T23:06:00.9854015Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tyntec/tyntec_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9856859Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tyntec/tyntec_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9859849Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tyntec/tyntec.go' from root:root to runner:runner
2025-08-20T23:06:00.9862608Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tyntec' from root:root to runner:runner
2025-08-20T23:06:00.9865454Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sumologickey/sumologickey_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9868504Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sumologickey/sumologickey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9871697Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sumologickey/sumologickey.go' from root:root to runner:runner
2025-08-20T23:06:00.9874521Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sumologickey' from root:root to runner:runner
2025-08-20T23:06:00.9877238Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finage/finage_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9880357Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finage/finage_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9883064Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finage/finage.go' from root:root to runner:runner
2025-08-20T23:06:00.9885764Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finage' from root:root to runner:runner
2025-08-20T23:06:00.9888461Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken.go' from root:root to runner:runner
2025-08-20T23:06:00.9891614Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9894679Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9897826Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lokalisetoken' from root:root to runner:runner
2025-08-20T23:06:00.9901164Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9904125Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare.go' from root:root to runner:runner
2025-08-20T23:06:00.9907187Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9910281Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cryptocompare' from root:root to runner:runner
2025-08-20T23:06:00.9913143Z [00:04:46.199]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mandrill/mandrill_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9916030Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mandrill/mandrill_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9918991Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mandrill/mandrill.go' from root:root to runner:runner
2025-08-20T23:06:00.9922064Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mandrill' from root:root to runner:runner
2025-08-20T23:06:00.9924803Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v1/buildkite.go' from root:root to runner:runner
2025-08-20T23:06:00.9927777Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v1/buildkite_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9930894Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v1/buildkite_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9933641Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v1' from root:root to runner:runner
2025-08-20T23:06:00.9936281Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v2/buildkite.go' from root:root to runner:runner
2025-08-20T23:06:00.9939237Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v2/buildkite_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9942358Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v2/buildkitev2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9945317Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v2' from root:root to runner:runner
2025-08-20T23:06:00.9948082Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite' from root:root to runner:runner
2025-08-20T23:06:00.9951122Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linearapi/linearapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9954231Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linearapi/linearapi.go' from root:root to runner:runner
2025-08-20T23:06:00.9957165Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linearapi/linearapi_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9960044Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linearapi' from root:root to runner:runner
2025-08-20T23:06:00.9962883Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dailyco/dailyco_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9965700Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dailyco/dailyco.go' from root:root to runner:runner
2025-08-20T23:06:00.9968374Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dailyco/dailyco_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9971465Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dailyco' from root:root to runner:runner
2025-08-20T23:06:00.9974274Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9977275Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf.go' from root:root to runner:runner
2025-08-20T23:06:00.9980304Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9983093Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/craftmypdf' from root:root to runner:runner
2025-08-20T23:06:00.9985828Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraping/webscraping.go' from root:root to runner:runner
2025-08-20T23:06:00.9988764Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraping/webscraping_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9991967Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraping/webscraping_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:00.9994904Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraping' from root:root to runner:runner
2025-08-20T23:06:00.9997777Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tefter/tefter_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0000976Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tefter/tefter_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0003983Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tefter/tefter.go' from root:root to runner:runner
2025-08-20T23:06:01.0006547Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tefter' from root:root to runner:runner
2025-08-20T23:06:01.0009129Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rawg/rawg_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0012068Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rawg/rawg_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0014862Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rawg/rawg.go' from root:root to runner:runner
2025-08-20T23:06:01.0017381Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rawg' from root:root to runner:runner
2025-08-20T23:06:01.0020244Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buttercms/buttercms_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0023081Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buttercms/buttercms.go' from root:root to runner:runner
2025-08-20T23:06:01.0025923Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buttercms/buttercms_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0045056Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buttercms' from root:root to runner:runner
2025-08-20T23:06:01.0047617Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgist/getgist_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0050390Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgist/getgist.go' from root:root to runner:runner
2025-08-20T23:06:01.0053050Z [00:04:46.200]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgist/getgist_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0055589Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgist' from root:root to runner:runner
2025-08-20T23:06:01.0058044Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storecove/storecove.go' from root:root to runner:runner
2025-08-20T23:06:01.0060940Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storecove/storecove_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0063952Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storecove/storecove_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0066605Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storecove' from root:root to runner:runner
2025-08-20T23:06:01.0069055Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rootly/rootly_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0071802Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rootly/rootly.go' from root:root to runner:runner
2025-08-20T23:06:01.0074400Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rootly/rootly_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0076877Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rootly' from root:root to runner:runner
2025-08-20T23:06:01.0079577Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webflow/webflow_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0082242Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webflow/webflow.go' from root:root to runner:runner
2025-08-20T23:06:01.0084766Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webflow/webflow_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0087195Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webflow' from root:root to runner:runner
2025-08-20T23:06:01.0089954Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dandelion/dandelion_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0092646Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dandelion/dandelion.go' from root:root to runner:runner
2025-08-20T23:06:01.0095298Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dandelion/dandelion_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0097805Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dandelion' from root:root to runner:runner
2025-08-20T23:06:01.0100468Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith.go' from root:root to runner:runner
2025-08-20T23:06:01.0103237Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0105989Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0108702Z [00:04:46.201]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudsmith' from root:root to runner:runner
2025-08-20T23:06:01.0111691Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken.go' from root:root to runner:runner
2025-08-20T23:06:01.0115089Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0118339Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0121408Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0managementapitoken' from root:root to runner:runner
2025-08-20T23:06:01.0123971Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ditto/ditto_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0126442Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ditto/ditto.go' from root:root to runner:runner
2025-08-20T23:06:01.0129019Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ditto/ditto_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0131685Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ditto' from root:root to runner:runner
2025-08-20T23:06:01.0134132Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fulcrum/fulcrum_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0136815Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fulcrum/fulcrum_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0139589Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fulcrum/fulcrum.go' from root:root to runner:runner
2025-08-20T23:06:01.0142028Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fulcrum' from root:root to runner:runner
2025-08-20T23:06:01.0144472Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beebole/beebole.go' from root:root to runner:runner
2025-08-20T23:06:01.0147095Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beebole/beebole_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0149978Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beebole/beebole_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0152461Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beebole' from root:root to runner:runner
2025-08-20T23:06:01.0155449Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0158552Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0161901Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken.go' from root:root to runner:runner
2025-08-20T23:06:01.0164652Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastlypersonaltoken' from root:root to runner:runner
2025-08-20T23:06:01.0167215Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexapis/iexapis_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0170033Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexapis/iexapis_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0172677Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexapis/iexapis.go' from root:root to runner:runner
2025-08-20T23:06:01.0175083Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexapis' from root:root to runner:runner
2025-08-20T23:06:01.0177574Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getsandbox/getsandbox.go' from root:root to runner:runner
2025-08-20T23:06:01.0180521Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getsandbox/getsandbox_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0183306Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getsandbox/getsandbox_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0185818Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getsandbox' from root:root to runner:runner
2025-08-20T23:06:01.0188242Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/censys/censys.go' from root:root to runner:runner
2025-08-20T23:06:01.0191015Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/censys/censys_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0193663Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/censys/censys_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0196170Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/censys' from root:root to runner:runner
2025-08-20T23:06:01.0198761Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/conversiontools/conversiontools.go' from root:root to runner:runner
2025-08-20T23:06:01.0201968Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/conversiontools/conversiontools_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0204936Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/conversiontools/conversiontools_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0207855Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/conversiontools' from root:root to runner:runner
2025-08-20T23:06:01.0210618Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/transferwise/transferwise.go' from root:root to runner:runner
2025-08-20T23:06:01.0213364Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/transferwise/transferwise_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0216210Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/transferwise/transferwise_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0218879Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/transferwise' from root:root to runner:runner
2025-08-20T23:06:01.0221659Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alibaba/alibaba_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0224328Z [00:04:46.202]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alibaba/alibaba_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0226884Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alibaba/alibaba.go' from root:root to runner:runner
2025-08-20T23:06:01.0229304Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alibaba' from root:root to runner:runner
2025-08-20T23:06:01.0231935Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/falsepositives_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0234542Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swiftype/swiftype_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0237119Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swiftype/swiftype.go' from root:root to runner:runner
2025-08-20T23:06:01.0239922Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swiftype/swiftype_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0242515Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swiftype' from root:root to runner:runner
2025-08-20T23:06:01.0245088Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blogger/blogger_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0247909Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blogger/blogger.go' from root:root to runner:runner
2025-08-20T23:06:01.0250657Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blogger/blogger_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0253400Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blogger' from root:root to runner:runner
2025-08-20T23:06:01.0255960Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planyo/planyo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0258595Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planyo/planyo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0261425Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planyo/planyo.go' from root:root to runner:runner
2025-08-20T23:06:01.0263829Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planyo' from root:root to runner:runner
2025-08-20T23:06:01.0266330Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groq/groq_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0268837Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groq/groq.go' from root:root to runner:runner
2025-08-20T23:06:01.0271486Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groq/groq_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0273862Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groq' from root:root to runner:runner
2025-08-20T23:06:01.0276356Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplesat/simplesat_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0279096Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplesat/simplesat_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0282022Z [00:04:46.203]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplesat/simplesat.go' from root:root to runner:runner
2025-08-20T23:06:01.0284481Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplesat' from root:root to runner:runner
2025-08-20T23:06:01.0287067Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0290128Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0292945Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud.go' from root:root to runner:runner
2025-08-20T23:06:01.0295767Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meaningcloud' from root:root to runner:runner
2025-08-20T23:06:01.0298252Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tiingo/tiingo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0301118Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tiingo/tiingo.go' from root:root to runner:runner
2025-08-20T23:06:01.0303745Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tiingo/tiingo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0306255Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tiingo' from root:root to runner:runner
2025-08-20T23:06:01.0308889Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0311905Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0314577Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee.go' from root:root to runner:runner
2025-08-20T23:06:01.0317104Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingbee' from root:root to runner:runner
2025-08-20T23:06:01.0319722Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tallyfy/tallyfy.go' from root:root to runner:runner
2025-08-20T23:06:01.0322381Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tallyfy/tallyfy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0325056Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tallyfy/tallyfy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0327436Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tallyfy' from root:root to runner:runner
2025-08-20T23:06:01.0330064Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/taxjar/taxjar_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0332606Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/taxjar/taxjar.go' from root:root to runner:runner
2025-08-20T23:06:01.0335223Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/taxjar/taxjar_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0337718Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/taxjar' from root:root to runner:runner
2025-08-20T23:06:01.0340562Z [00:04:46.204]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/optimizely/optimizely.go' from root:root to runner:runner
2025-08-20T23:06:01.0343316Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/optimizely/optimizely_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0346253Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/optimizely/optimizely_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0348786Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/optimizely' from root:root to runner:runner
2025-08-20T23:06:01.0351446Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymongo/paymongo.go' from root:root to runner:runner
2025-08-20T23:06:01.0354127Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymongo/paymongo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0356846Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymongo/paymongo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0359495Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymongo' from root:root to runner:runner
2025-08-20T23:06:01.0362241Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0365112Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.0367917Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0370716Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendlyapikey' from root:root to runner:runner
2025-08-20T23:06:01.0373178Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apify/apify.go' from root:root to runner:runner
2025-08-20T23:06:01.0375758Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apify/apify_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0378341Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apify/apify_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0380977Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apify' from root:root to runner:runner
2025-08-20T23:06:01.0383591Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artifactory/artifactory_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0386570Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artifactory/artifactory.go' from root:root to runner:runner
2025-08-20T23:06:01.0389261Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artifactory/artifactory_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0392251Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artifactory' from root:root to runner:runner
2025-08-20T23:06:01.0394759Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pastebin/pastebin.go' from root:root to runner:runner
2025-08-20T23:06:01.0397331Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pastebin/pastebin_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0400216Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pastebin/pastebin_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0402783Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pastebin' from root:root to runner:runner
2025-08-20T23:06:01.0405376Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intercom/intercom_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0408022Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intercom/intercom.go' from root:root to runner:runner
2025-08-20T23:06:01.0410825Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intercom/intercom_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0413306Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intercom' from root:root to runner:runner
2025-08-20T23:06:01.0415963Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0418797Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0421677Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase.go' from root:root to runner:runner
2025-08-20T23:06:01.0424180Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodebase' from root:root to runner:runner
2025-08-20T23:06:01.0426772Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplynoted/simplynoted_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0429611Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplynoted/simplynoted.go' from root:root to runner:runner
2025-08-20T23:06:01.0432410Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplynoted/simplynoted_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0435233Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplynoted' from root:root to runner:runner
2025-08-20T23:06:01.0438022Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/poloniex/poloniex_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0440927Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/poloniex/poloniex_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0443488Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/poloniex/poloniex.go' from root:root to runner:runner
2025-08-20T23:06:01.0445948Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/poloniex' from root:root to runner:runner
2025-08-20T23:06:01.0448415Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instamojo/instamojo.go' from root:root to runner:runner
2025-08-20T23:06:01.0451252Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instamojo/instamojo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0453991Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instamojo/instamojo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0456583Z [00:04:46.205]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instamojo' from root:root to runner:runner
2025-08-20T23:06:01.0459145Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eraser/eraser_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0461928Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eraser/eraser.go' from root:root to runner:runner
2025-08-20T23:06:01.0464440Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eraser/eraser_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0466871Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eraser' from root:root to runner:runner
2025-08-20T23:06:01.0469522Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plaidkey/plaidkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0472149Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plaidkey/plaidkey.go' from root:root to runner:runner
2025-08-20T23:06:01.0474821Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plaidkey/plaidkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0477354Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plaidkey' from root:root to runner:runner
2025-08-20T23:06:01.0480427Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0483462Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0486579Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks.go' from root:root to runner:runner
2025-08-20T23:06:01.0489242Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eagleeyenetworks' from root:root to runner:runner
2025-08-20T23:06:01.0492026Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoapify/geoapify.go' from root:root to runner:runner
2025-08-20T23:06:01.0494613Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoapify/geoapify_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0497335Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoapify/geoapify_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0500130Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoapify' from root:root to runner:runner
2025-08-20T23:06:01.0502683Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voiceflow/voiceflow_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0504591Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voiceflow/voiceflow_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0506347Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voiceflow/voiceflow.go' from root:root to runner:runner
2025-08-20T23:06:01.0507725Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voiceflow' from root:root to runner:runner
2025-08-20T23:06:01.0509143Z [00:04:46.206]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/selectpdf/selectpdf_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0510854Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/selectpdf/selectpdf.go' from root:root to runner:runner
2025-08-20T23:06:01.0512260Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/selectpdf/selectpdf_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0514292Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/selectpdf' from root:root to runner:runner
2025-08-20T23:06:01.0516710Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.0518629Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0520383Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0521978Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youtubeapikey' from root:root to runner:runner
2025-08-20T23:06:01.0523359Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airvisual/airvisual_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0524845Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airvisual/airvisual_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0526287Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airvisual/airvisual.go' from root:root to runner:runner
2025-08-20T23:06:01.0527618Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airvisual' from root:root to runner:runner
2025-08-20T23:06:01.0528953Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finnhub/finnhub_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0530504Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finnhub/finnhub.go' from root:root to runner:runner
2025-08-20T23:06:01.0531941Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finnhub/finnhub_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0533667Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finnhub' from root:root to runner:runner
2025-08-20T23:06:01.0535093Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/ssh_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0536533Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/cracker_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0538101Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/privatekey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0539792Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/ssh_integration.go' from root:root to runner:runner
2025-08-20T23:06:01.0541230Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/normalize.go' from root:root to runner:runner
2025-08-20T23:06:01.0542603Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/cracker.go' from root:root to runner:runner
2025-08-20T23:06:01.0543997Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/privatekey.go' from root:root to runner:runner
2025-08-20T23:06:01.0545403Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/fingerprint.go' from root:root to runner:runner
2025-08-20T23:06:01.0547024Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/privatekey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0548476Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/list.txt' from root:root to runner:runner
2025-08-20T23:06:01.0550011Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey' from root:root to runner:runner
2025-08-20T23:06:01.0551418Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexcloud/iexcloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0552866Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexcloud/iexcloud_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0554244Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexcloud/iexcloud.go' from root:root to runner:runner
2025-08-20T23:06:01.0555552Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexcloud' from root:root to runner:runner
2025-08-20T23:06:01.0556932Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken.go' from root:root to runner:runner
2025-08-20T23:06:01.0558481Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0560224Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0561631Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentryorgtoken' from root:root to runner:runner
2025-08-20T23:06:01.0563216Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nicereply/nicereply_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0564666Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nicereply/nicereply.go' from root:root to runner:runner
2025-08-20T23:06:01.0566073Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nicereply/nicereply_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0567410Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nicereply' from root:root to runner:runner
2025-08-20T23:06:01.0568767Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rebrandly/rebrandly_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0570472Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rebrandly/rebrandly_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0572070Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rebrandly/rebrandly.go' from root:root to runner:runner
2025-08-20T23:06:01.0573405Z [00:04:46.207]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rebrandly' from root:root to runner:runner
2025-08-20T23:06:01.0574722Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caflou/caflou_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0576150Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caflou/caflou_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0577530Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caflou/caflou.go' from root:root to runner:runner
2025-08-20T23:06:01.0579035Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caflou' from root:root to runner:runner
2025-08-20T23:06:01.0580677Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/float/float_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0582076Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/float/float_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0583525Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/float/float.go' from root:root to runner:runner
2025-08-20T23:06:01.0584859Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/float' from root:root to runner:runner
2025-08-20T23:06:01.0586127Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sirv/sirv.go' from root:root to runner:runner
2025-08-20T23:06:01.0587484Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sirv/sirv_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0589017Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sirv/sirv_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0590581Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sirv' from root:root to runner:runner
2025-08-20T23:06:01.0591946Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitter/gitter_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0593331Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitter/gitter.go' from root:root to runner:runner
2025-08-20T23:06:01.0594682Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitter/gitter_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0595995Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitter' from root:root to runner:runner
2025-08-20T23:06:01.0598291Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendarific/calendarific_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0600131Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendarific/calendarific_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0601636Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendarific/calendarific.go' from root:root to runner:runner
2025-08-20T23:06:01.0603005Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendarific' from root:root to runner:runner
2025-08-20T23:06:01.0604407Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/droneci/droneci_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0605833Z [00:04:46.208]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/droneci/droneci.go' from root:root to runner:runner
2025-08-20T23:06:01.0607193Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/droneci/droneci_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0608522Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/droneci' from root:root to runner:runner
2025-08-20T23:06:01.0610164Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm.go' from root:root to runner:runner
2025-08-20T23:06:01.0611785Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0613406Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0615013Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/centralstationcrm' from root:root to runner:runner
2025-08-20T23:06:01.0616419Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/baremetrics/baremetrics_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0617934Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/baremetrics/baremetrics_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0619661Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/baremetrics/baremetrics.go' from root:root to runner:runner
2025-08-20T23:06:01.0621031Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/baremetrics' from root:root to runner:runner
2025-08-20T23:06:01.0622400Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atera/atera_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0623893Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atera/atera.go' from root:root to runner:runner
2025-08-20T23:06:01.0625241Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atera/atera_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0626539Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atera' from root:root to runner:runner
2025-08-20T23:06:01.0627988Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0629884Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0631441Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm.go' from root:root to runner:runner
2025-08-20T23:06:01.0632850Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lessannoyingcrm' from root:root to runner:runner
2025-08-20T23:06:01.0634215Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gumroad/gumroad_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0635593Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gumroad/gumroad.go' from root:root to runner:runner
2025-08-20T23:06:01.0637011Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gumroad/gumroad_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0638364Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gumroad' from root:root to runner:runner
2025-08-20T23:06:01.0640099Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0641791Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0643492Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey.go' from root:root to runner:runner
2025-08-20T23:06:01.0644982Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterprojectkey' from root:root to runner:runner
2025-08-20T23:06:01.0646333Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wrike/wrike.go' from root:root to runner:runner
2025-08-20T23:06:01.0647872Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wrike/wrike_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0649605Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wrike/wrike_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0650989Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wrike' from root:root to runner:runner
2025-08-20T23:06:01.0652442Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/doppler/doppler.go' from root:root to runner:runner
2025-08-20T23:06:01.0653924Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/doppler/doppler_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0655370Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/doppler/doppler_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0656692Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/doppler' from root:root to runner:runner
2025-08-20T23:06:01.0658029Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vouchery/vouchery_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0659620Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vouchery/vouchery_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0661054Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vouchery/vouchery.go' from root:root to runner:runner
2025-08-20T23:06:01.0662385Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vouchery' from root:root to runner:runner
2025-08-20T23:06:01.0663784Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody.go' from root:root to runner:runner
2025-08-20T23:06:01.0666126Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0667923Z [00:04:46.209]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0669687Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraphcody' from root:root to runner:runner
2025-08-20T23:06:01.0671201Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken.go' from root:root to runner:runner
2025-08-20T23:06:01.0672795Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0674439Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0676124Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareapitoken' from root:root to runner:runner
2025-08-20T23:06:01.0677526Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0678932Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi.go' from root:root to runner:runner
2025-08-20T23:06:01.0680661Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0682065Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenkitapi' from root:root to runner:runner
2025-08-20T23:06:01.0683435Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerguru/customerguru.go' from root:root to runner:runner
2025-08-20T23:06:01.0684904Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerguru/customerguru_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0686436Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerguru/customerguru_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0687867Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerguru' from root:root to runner:runner
2025-08-20T23:06:01.0689197Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zeplin/zeplin_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0690727Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zeplin/zeplin_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0692254Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zeplin/zeplin.go' from root:root to runner:runner
2025-08-20T23:06:01.0693543Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zeplin' from root:root to runner:runner
2025-08-20T23:06:01.0694935Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugherd/bugherd_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0696349Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugherd/bugherd.go' from root:root to runner:runner
2025-08-20T23:06:01.0697726Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugherd/bugherd_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0699049Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugherd' from root:root to runner:runner
2025-08-20T23:06:01.0700632Z [00:04:46.210]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/testingbot/testingbot_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0702181Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/testingbot/testingbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0703654Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/testingbot/testingbot.go' from root:root to runner:runner
2025-08-20T23:06:01.0704989Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/testingbot' from root:root to runner:runner
2025-08-20T23:06:01.0706303Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vyte/vyte_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0707610Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vyte/vyte.go' from root:root to runner:runner
2025-08-20T23:06:01.0708974Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vyte/vyte_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0710589Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vyte' from root:root to runner:runner
2025-08-20T23:06:01.0711930Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alconost/alconost_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0713324Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alconost/alconost.go' from root:root to runner:runner
2025-08-20T23:06:01.0714762Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alconost/alconost_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0716555Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alconost' from root:root to runner:runner
2025-08-20T23:06:01.0717932Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dovico/dovico_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0719509Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dovico/dovico.go' from root:root to runner:runner
2025-08-20T23:06:01.0721150Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dovico/dovico_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0722487Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dovico' from root:root to runner:runner
2025-08-20T23:06:01.0723909Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudplan/cloudplan_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0725375Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudplan/cloudplan_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0726908Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudplan/cloudplan.go' from root:root to runner:runner
2025-08-20T23:06:01.0728243Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudplan' from root:root to runner:runner
2025-08-20T23:06:01.0729709Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signable/signable_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0731160Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signable/signable_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0732604Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signable/signable.go' from root:root to runner:runner
2025-08-20T23:06:01.0734570Z [00:04:46.211]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signable' from root:root to runner:runner
2025-08-20T23:06:01.0736213Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commodities/commodities_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0737694Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commodities/commodities.go' from root:root to runner:runner
2025-08-20T23:06:01.0739153Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commodities/commodities_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0740653Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commodities' from root:root to runner:runner
2025-08-20T23:06:01.0742062Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0743708Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage.go' from root:root to runner:runner
2025-08-20T23:06:01.0745268Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0746730Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitcoinaverage' from root:root to runner:runner
2025-08-20T23:06:01.0748077Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/account_filter_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0749770Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0751307Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0752908Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi.go' from root:root to runner:runner
2025-08-20T23:06:01.0754256Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodeapi' from root:root to runner:runner
2025-08-20T23:06:01.0755570Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aylien/aylien.go' from root:root to runner:runner
2025-08-20T23:06:01.0756920Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aylien/aylien_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0758342Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aylien/aylien_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0759914Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aylien' from root:root to runner:runner
2025-08-20T23:06:01.0761291Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/railwayapp/railwayapp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0762806Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/railwayapp/railwayapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0764281Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/railwayapp/railwayapp.go' from root:root to runner:runner
2025-08-20T23:06:01.0765633Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/railwayapp' from root:root to runner:runner
2025-08-20T23:06:01.0767019Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meistertask/meistertask_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0768676Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meistertask/meistertask_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0770277Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meistertask/meistertask.go' from root:root to runner:runner
2025-08-20T23:06:01.0771637Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meistertask' from root:root to runner:runner
2025-08-20T23:06:01.0773022Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moralis/moralis_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0774446Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moralis/moralis.go' from root:root to runner:runner
2025-08-20T23:06:01.0775812Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moralis/moralis_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0777382Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moralis' from root:root to runner:runner
2025-08-20T23:06:01.0778706Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apollo/apollo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0780267Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apollo/apollo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0781657Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apollo/apollo.go' from root:root to runner:runner
2025-08-20T23:06:01.0783029Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apollo' from root:root to runner:runner
2025-08-20T23:06:01.0784523Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0786023Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth_integeration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0787505Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth.go' from root:root to runner:runner
2025-08-20T23:06:01.0789015Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0oauth' from root:root to runner:runner
2025-08-20T23:06:01.0790641Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscale/planetscale.go' from root:root to runner:runner
2025-08-20T23:06:01.0792097Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscale/planetscale_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0793763Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscale/planetscale_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0795182Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscale' from root:root to runner:runner
2025-08-20T23:06:01.0796692Z [00:04:46.212]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0798337Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0800146Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth.go' from root:root to runner:runner
2025-08-20T23:06:01.0802301Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hashicorpvaultauth' from root:root to runner:runner
2025-08-20T23:06:01.0804004Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cexio/cexio.go' from root:root to runner:runner
2025-08-20T23:06:01.0805422Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cexio/cexio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0806841Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cexio/cexio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0808142Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cexio' from root:root to runner:runner
2025-08-20T23:06:01.0809658Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caspio/caspio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0811056Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caspio/caspio.go' from root:root to runner:runner
2025-08-20T23:06:01.0812399Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caspio/caspio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0813709Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caspio' from root:root to runner:runner
2025-08-20T23:06:01.0815078Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencylayer/currencylayer.go' from root:root to runner:runner
2025-08-20T23:06:01.0816566Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencylayer/currencylayer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0818114Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencylayer/currencylayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0819796Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencylayer' from root:root to runner:runner
2025-08-20T23:06:01.0821163Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/box/box_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0822521Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/box/box_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0823810Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/box/box.go' from root:root to runner:runner
2025-08-20T23:06:01.0825055Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/box' from root:root to runner:runner
2025-08-20T23:06:01.0826377Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oopspam/oopspam_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0827741Z [00:04:46.213]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oopspam/oopspam.go' from root:root to runner:runner
2025-08-20T23:06:01.0829276Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oopspam/oopspam_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0830949Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oopspam' from root:root to runner:runner
2025-08-20T23:06:01.0832259Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitmex/bitmex.go' from root:root to runner:runner
2025-08-20T23:06:01.0833660Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitmex/bitmex_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0835075Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitmex/bitmex_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0836387Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitmex' from root:root to runner:runner
2025-08-20T23:06:01.0837759Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/roaring/roaring_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0839184Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/roaring/roaring_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0840773Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/roaring/roaring.go' from root:root to runner:runner
2025-08-20T23:06:01.0842080Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/roaring' from root:root to runner:runner
2025-08-20T23:06:01.0843412Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linenotify/linenotify.go' from root:root to runner:runner
2025-08-20T23:06:01.0845089Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linenotify/linenotify_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0846584Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linenotify/linenotify_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0847946Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linenotify' from root:root to runner:runner
2025-08-20T23:06:01.0849469Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v1/circleci_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0851163Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v1/circleci_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0852628Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v1/circleci.go' from root:root to runner:runner
2025-08-20T23:06:01.0854115Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v1' from root:root to runner:runner
2025-08-20T23:06:01.0855730Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v2/circleci_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0857238Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v2/circleci_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0858643Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v2/circleci.go' from root:root to runner:runner
2025-08-20T23:06:01.0860104Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v2' from root:root to runner:runner
2025-08-20T23:06:01.0861379Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci' from root:root to runner:runner
2025-08-20T23:06:01.0862723Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endpoint_customizer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0864143Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hellosign/hellosign_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0865735Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hellosign/hellosign_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0867181Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hellosign/hellosign.go' from root:root to runner:runner
2025-08-20T23:06:01.0869109Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hellosign' from root:root to runner:runner
2025-08-20T23:06:01.0871092Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspal/statuspal_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0872509Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspal/statuspal.go' from root:root to runner:runner
2025-08-20T23:06:01.0873974Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspal/statuspal_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0875373Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspal' from root:root to runner:runner
2025-08-20T23:06:01.0876700Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sanity/sanity_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0878120Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sanity/sanity_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0879868Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sanity/sanity.go' from root:root to runner:runner
2025-08-20T23:06:01.0881247Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sanity' from root:root to runner:runner
2025-08-20T23:06:01.0882609Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudelements/cloudelements.go' from root:root to runner:runner
2025-08-20T23:06:01.0884155Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudelements/cloudelements_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0885711Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudelements/cloudelements_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0887118Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudelements' from root:root to runner:runner
2025-08-20T23:06:01.0888505Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vercel/vercel_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0890036Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vercel/vercel_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0891379Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vercel/vercel.go' from root:root to runner:runner
2025-08-20T23:06:01.0892675Z [00:04:46.214]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vercel' from root:root to runner:runner
2025-08-20T23:06:01.0894012Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.0895582Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0897094Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0898518Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nexmoapikey' from root:root to runner:runner
2025-08-20T23:06:01.0900120Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken.go' from root:root to runner:runner
2025-08-20T23:06:01.0901886Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0903656Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0905375Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/splunkobservabilitytoken' from root:root to runner:runner
2025-08-20T23:06:01.0906785Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dronahq/dronahq_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0908214Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dronahq/dronahq_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0909895Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dronahq/dronahq.go' from root:root to runner:runner
2025-08-20T23:06:01.0911256Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dronahq' from root:root to runner:runner
2025-08-20T23:06:01.0912621Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/companyhub/companyhub_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0914120Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/companyhub/companyhub_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0915600Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/companyhub/companyhub.go' from root:root to runner:runner
2025-08-20T23:06:01.0916937Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/companyhub' from root:root to runner:runner
2025-08-20T23:06:01.0918298Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/couchbase/couchbase_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0920259Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/couchbase/couchbase_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0921874Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/couchbase/couchbase.go' from root:root to runner:runner
2025-08-20T23:06:01.0923213Z [00:04:46.215]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/couchbase' from root:root to runner:runner
2025-08-20T23:06:01.0924953Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoipifi/geoipifi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0926437Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoipifi/geoipifi.go' from root:root to runner:runner
2025-08-20T23:06:01.0927827Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoipifi/geoipifi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0929154Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoipifi' from root:root to runner:runner
2025-08-20T23:06:01.0930701Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipbooks/zipbooks_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0932124Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipbooks/zipbooks.go' from root:root to runner:runner
2025-08-20T23:06:01.0933510Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipbooks/zipbooks_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0934852Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipbooks' from root:root to runner:runner
2025-08-20T23:06:01.0936520Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/borgbase/borgbase_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0938454Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/borgbase/borgbase.go' from root:root to runner:runner
2025-08-20T23:06:01.0940035Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/borgbase/borgbase_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0941425Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/borgbase' from root:root to runner:runner
2025-08-20T23:06:01.0942781Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0944284Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0945761Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio.go' from root:root to runner:runner
2025-08-20T23:06:01.0947255Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomorrowio' from root:root to runner:runner
2025-08-20T23:06:01.0948714Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0950714Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex.go' from root:root to runner:runner
2025-08-20T23:06:01.0952220Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0953635Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldcoinindex' from root:root to runner:runner
2025-08-20T23:06:01.0955164Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0956918Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0958641Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken.go' from root:root to runner:runner
2025-08-20T23:06:01.0960419Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mattermostpersonaltoken' from root:root to runner:runner
2025-08-20T23:06:01.0961896Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/requestfinance/requestfinance.go' from root:root to runner:runner
2025-08-20T23:06:01.0963406Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/requestfinance/requestfinance_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0964975Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/requestfinance/requestfinance_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0966432Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/requestfinance' from root:root to runner:runner
2025-08-20T23:06:01.0967906Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi.go' from root:root to runner:runner
2025-08-20T23:06:01.0969641Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0971338Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0972883Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/technicalanalysisapi' from root:root to runner:runner
2025-08-20T23:06:01.0974399Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verimail/verimail.go' from root:root to runner:runner
2025-08-20T23:06:01.0975787Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verimail/verimail_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0977336Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verimail/verimail_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0978719Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verimail' from root:root to runner:runner
2025-08-20T23:06:01.0980311Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainertoken/portainertoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0981856Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainertoken/portainertoken.go' from root:root to runner:runner
2025-08-20T23:06:01.0983362Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainertoken/portainertoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0984769Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainertoken' from root:root to runner:runner
2025-08-20T23:06:01.0986208Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enablex/enablex_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0987732Z [00:04:46.216]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enablex/enablex.go' from root:root to runner:runner
2025-08-20T23:06:01.0989158Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enablex/enablex_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0990769Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enablex' from root:root to runner:runner
2025-08-20T23:06:01.0992340Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onesignal/onesignal_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0993834Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onesignal/onesignal_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.0995281Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onesignal/onesignal.go' from root:root to runner:runner
2025-08-20T23:06:01.0996611Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onesignal' from root:root to runner:runner
2025-08-20T23:06:01.0997932Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/karmacrm/karmacrm.go' from root:root to runner:runner
2025-08-20T23:06:01.0999740Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/karmacrm/karmacrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1001201Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/karmacrm/karmacrm_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1002653Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/karmacrm' from root:root to runner:runner
2025-08-20T23:06:01.1004064Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi.go' from root:root to runner:runner
2025-08-20T23:06:01.1006268Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1007785Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1009193Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/theoddsapi' from root:root to runner:runner
2025-08-20T23:06:01.1010731Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/languagelayer/languagelayer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1012283Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/languagelayer/languagelayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1013817Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/languagelayer/languagelayer.go' from root:root to runner:runner
2025-08-20T23:06:01.1015203Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/languagelayer' from root:root to runner:runner
2025-08-20T23:06:01.1016629Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/confluent/confluent_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1018087Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/confluent/confluent_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1019595Z [00:04:46.217]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/confluent/confluent.go' from root:root to runner:runner
2025-08-20T23:06:01.1020925Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/confluent' from root:root to runner:runner
2025-08-20T23:06:01.1022279Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codemagic/codemagic_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1023756Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codemagic/codemagic_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1025343Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codemagic/codemagic.go' from root:root to runner:runner
2025-08-20T23:06:01.1026662Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codemagic' from root:root to runner:runner
2025-08-20T23:06:01.1028116Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/huggingface/huggingface.go' from root:root to runner:runner
2025-08-20T23:06:01.1029884Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/huggingface/huggingface_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1031450Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/huggingface/huggingface_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1032824Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/huggingface' from root:root to runner:runner
2025-08-20T23:06:01.1034268Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1035902Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1037505Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken.go' from root:root to runner:runner
2025-08-20T23:06:01.1038940Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceantoken' from root:root to runner:runner
2025-08-20T23:06:01.1040544Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postgres/postgres_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1042010Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postgres/postgres_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1043440Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postgres/postgres.go' from root:root to runner:runner
2025-08-20T23:06:01.1044761Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postgres' from root:root to runner:runner
2025-08-20T23:06:01.1046095Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amadeus/amadeus_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1047473Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amadeus/amadeus.go' from root:root to runner:runner
2025-08-20T23:06:01.1048885Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amadeus/amadeus_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1050562Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amadeus' from root:root to runner:runner
2025-08-20T23:06:01.1051885Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipquality/ipquality.go' from root:root to runner:runner
2025-08-20T23:06:01.1053408Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipquality/ipquality_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1055115Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipquality/ipquality_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1056511Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipquality' from root:root to runner:runner
2025-08-20T23:06:01.1058099Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1060248Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1062003Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken.go' from root:root to runner:runner
2025-08-20T23:06:01.1063583Z [00:04:46.218]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken' from root:root to runner:runner
2025-08-20T23:06:01.1065003Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rapidapi/rapidapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1066404Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rapidapi/rapidapi.go' from root:root to runner:runner
2025-08-20T23:06:01.1067843Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rapidapi/rapidapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1069219Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rapidapi' from root:root to runner:runner
2025-08-20T23:06:01.1070817Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rownd/rownd.go' from root:root to runner:runner
2025-08-20T23:06:01.1072945Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rownd/rownd_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1074597Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rownd/rownd_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1075907Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rownd' from root:root to runner:runner
2025-08-20T23:06:01.1077473Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1079101Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1081124Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey.go' from root:root to runner:runner
2025-08-20T23:06:01.1082565Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pusherchannelkey' from root:root to runner:runner
2025-08-20T23:06:01.1084161Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1085931Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1087634Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:06:01.1089174Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/avazapersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:06:01.1090771Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shipday/shipday_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1092204Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shipday/shipday_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1093575Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shipday/shipday.go' from root:root to runner:runner
2025-08-20T23:06:01.1094876Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shipday' from root:root to runner:runner
2025-08-20T23:06:01.1096248Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commercejs/commercejs.go' from root:root to runner:runner
2025-08-20T23:06:01.1097694Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commercejs/commercejs_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1099193Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commercejs/commercejs_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1100693Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commercejs' from root:root to runner:runner
2025-08-20T23:06:01.1102110Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerobounce/zerobounce_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1103708Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerobounce/zerobounce.go' from root:root to runner:runner
2025-08-20T23:06:01.1105239Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerobounce/zerobounce_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1106672Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerobounce' from root:root to runner:runner
2025-08-20T23:06:01.1108061Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alchemy/alchemy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1109748Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alchemy/alchemy.go' from root:root to runner:runner
2025-08-20T23:06:01.1111148Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alchemy/alchemy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1112479Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alchemy' from root:root to runner:runner
2025-08-20T23:06:01.1113922Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword.go' from root:root to runner:runner
2025-08-20T23:06:01.1115567Z [00:04:46.219]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1117258Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1118816Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbucketapppassword' from root:root to runner:runner
2025-08-20T23:06:01.1120501Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vatlayer/vatlayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1122174Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vatlayer/vatlayer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1123598Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vatlayer/vatlayer.go' from root:root to runner:runner
2025-08-20T23:06:01.1124921Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vatlayer' from root:root to runner:runner
2025-08-20T23:06:01.1126298Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1127938Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase.go' from root:root to runner:runner
2025-08-20T23:06:01.1129707Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1131130Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upcdatabase' from root:root to runner:runner
2025-08-20T23:06:01.1132663Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1134255Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1135827Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.1137239Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuiteapikey' from root:root to runner:runner
2025-08-20T23:06:01.1138770Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/crowdin/crowdin_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1141576Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/crowdin/crowdin.go' from root:root to runner:runner
2025-08-20T23:06:01.1143493Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/crowdin/crowdin_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1144838Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/crowdin' from root:root to runner:runner
2025-08-20T23:06:01.1146373Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1148897Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems.go' from root:root to runner:runner
2025-08-20T23:06:01.1151923Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1153438Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reallysimplesystems' from root:root to runner:runner
2025-08-20T23:06:01.1154905Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailchimp/mailchimp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1156383Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailchimp/mailchimp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1157974Z [00:04:46.220]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailchimp/mailchimp.go' from root:root to runner:runner
2025-08-20T23:06:01.1159302Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailchimp' from root:root to runner:runner
2025-08-20T23:06:01.1161110Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1162608Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi.go' from root:root to runner:runner
2025-08-20T23:06:01.1164044Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1165421Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aletheiaapi' from root:root to runner:runner
2025-08-20T23:06:01.1166798Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eightxeight/eightxeight.go' from root:root to runner:runner
2025-08-20T23:06:01.1168300Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eightxeight/eightxeight_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1170667Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eightxeight/eightxeight_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1173089Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eightxeight' from root:root to runner:runner
2025-08-20T23:06:01.1175651Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linkpreview/linkpreview.go' from root:root to runner:runner
2025-08-20T23:06:01.1178496Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linkpreview/linkpreview_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1195010Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linkpreview/linkpreview_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1197712Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linkpreview' from root:root to runner:runner
2025-08-20T23:06:01.1200327Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codequiry/codequiry.go' from root:root to runner:runner
2025-08-20T23:06:01.1201856Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codequiry/codequiry_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1203328Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codequiry/codequiry_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1204677Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codequiry' from root:root to runner:runner
2025-08-20T23:06:01.1206286Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1207847Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi.go' from root:root to runner:runner
2025-08-20T23:06:01.1209647Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1211670Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/neutrinoapi' from root:root to runner:runner
2025-08-20T23:06:01.1214399Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1217194Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci.go' from root:root to runner:runner
2025-08-20T23:06:01.1220269Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1222258Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrutinizerci' from root:root to runner:runner
2025-08-20T23:06:01.1223681Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1225135Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert.go' from root:root to runner:runner
2025-08-20T23:06:01.1226892Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1228344Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudconvert' from root:root to runner:runner
2025-08-20T23:06:01.1229876Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerotier/zerotier.go' from root:root to runner:runner
2025-08-20T23:06:01.1231315Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerotier/zerotier_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1232770Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerotier/zerotier_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1234102Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerotier' from root:root to runner:runner
2025-08-20T23:06:01.1235532Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qubole/qubole_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1237174Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qubole/qubole_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1238652Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qubole/qubole.go' from root:root to runner:runner
2025-08-20T23:06:01.1240197Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qubole' from root:root to runner:runner
2025-08-20T23:06:01.1241541Z [00:04:46.221]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailgun/mailgun_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1242920Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailgun/mailgun.go' from root:root to runner:runner
2025-08-20T23:06:01.1244343Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailgun/mailgun_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1245718Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailgun' from root:root to runner:runner
2025-08-20T23:06:01.1247095Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myintervals/myintervals_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1248618Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myintervals/myintervals_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1250342Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myintervals/myintervals.go' from root:root to runner:runner
2025-08-20T23:06:01.1251711Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myintervals' from root:root to runner:runner
2025-08-20T23:06:01.1253152Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signaturit/signaturit_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1254637Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signaturit/signaturit_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1256070Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signaturit/signaturit.go' from root:root to runner:runner
2025-08-20T23:06:01.1257425Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signaturit' from root:root to runner:runner
2025-08-20T23:06:01.1258758Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opsgenie/opsgenie.go' from root:root to runner:runner
2025-08-20T23:06:01.1260451Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opsgenie/opsgenie_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1262086Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opsgenie/opsgenie_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1263685Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opsgenie' from root:root to runner:runner
2025-08-20T23:06:01.1265246Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mesibo/mesibo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1266680Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mesibo/mesibo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1268253Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mesibo/mesibo.go' from root:root to runner:runner
2025-08-20T23:06:01.1269783Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mesibo' from root:root to runner:runner
2025-08-20T23:06:01.1271185Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb.go' from root:root to runner:runner
2025-08-20T23:06:01.1272732Z [00:04:46.222]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1274285Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1275696Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscaledb' from root:root to runner:runner
2025-08-20T23:06:01.1277050Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apilayer/apilayer.go' from root:root to runner:runner
2025-08-20T23:06:01.1278444Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apilayer/apilayer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1280218Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apilayer/apilayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1282550Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apilayer' from root:root to runner:runner
2025-08-20T23:06:01.1285206Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/securitytrails/securitytrails.go' from root:root to runner:runner
2025-08-20T23:06:01.1288159Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/securitytrails/securitytrails_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1291196Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/securitytrails/securitytrails_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1292835Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/securitytrails' from root:root to runner:runner
2025-08-20T23:06:01.1294207Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fixerio/fixerio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1295759Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fixerio/fixerio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1297183Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fixerio/fixerio.go' from root:root to runner:runner
2025-08-20T23:06:01.1298499Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fixerio' from root:root to runner:runner
2025-08-20T23:06:01.1300281Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snowflake/snowflake_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1301714Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snowflake/snowflake.go' from root:root to runner:runner
2025-08-20T23:06:01.1303166Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snowflake/snowflake_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1304561Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snowflake' from root:root to runner:runner
2025-08-20T23:06:01.1305905Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appfollow/appfollow.go' from root:root to runner:runner
2025-08-20T23:06:01.1307307Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appfollow/appfollow_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1308788Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appfollow/appfollow_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1310401Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appfollow' from root:root to runner:runner
2025-08-20T23:06:01.1311813Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thinkific/thinkific_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1313276Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thinkific/thinkific_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1314683Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thinkific/thinkific.go' from root:root to runner:runner
2025-08-20T23:06:01.1316004Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thinkific' from root:root to runner:runner
2025-08-20T23:06:01.1317469Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harness/harness.go' from root:root to runner:runner
2025-08-20T23:06:01.1318901Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harness/harness_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1320664Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harness/harness_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1321993Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harness' from root:root to runner:runner
2025-08-20T23:06:01.1323334Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/collect2/collect2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1324791Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/collect2/collect2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1326234Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/collect2/collect2.go' from root:root to runner:runner
2025-08-20T23:06:01.1327556Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/collect2' from root:root to runner:runner
2025-08-20T23:06:01.1328943Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/feedier/feedier_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1330553Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/feedier/feedier.go' from root:root to runner:runner
2025-08-20T23:06:01.1331927Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/feedier/feedier_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1333248Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/feedier' from root:root to runner:runner
2025-08-20T23:06:01.1334513Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wit/wit.go' from root:root to runner:runner
2025-08-20T23:06:01.1336061Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wit/wit_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1337625Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wit/wit_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1338902Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wit' from root:root to runner:runner
2025-08-20T23:06:01.1340826Z [00:04:46.223]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langsmith/langsmith.go' from root:root to runner:runner
2025-08-20T23:06:01.1342513Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langsmith/langsmith_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1343998Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langsmith/langsmith_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1345411Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langsmith' from root:root to runner:runner
2025-08-20T23:06:01.1346895Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pollsapi/pollsapi.go' from root:root to runner:runner
2025-08-20T23:06:01.1348326Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pollsapi/pollsapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1350360Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pollsapi/pollsapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1351770Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pollsapi' from root:root to runner:runner
2025-08-20T23:06:01.1353150Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twist/twist_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1355244Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twist/twist.go' from root:root to runner:runner
2025-08-20T23:06:01.1356836Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twist/twist_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1358164Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twist' from root:root to runner:runner
2025-08-20T23:06:01.1359703Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphcms/graphcms.go' from root:root to runner:runner
2025-08-20T23:06:01.1361162Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphcms/graphcms_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1362615Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphcms/graphcms_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1364104Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphcms' from root:root to runner:runner
2025-08-20T23:06:01.1365449Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamgate/teamgate_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1366842Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamgate/teamgate.go' from root:root to runner:runner
2025-08-20T23:06:01.1368278Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamgate/teamgate_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1369929Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamgate' from root:root to runner:runner
2025-08-20T23:06:01.1371297Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metrilo/metrilo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1372886Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metrilo/metrilo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1374307Z [00:04:46.224]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metrilo/metrilo.go' from root:root to runner:runner
2025-08-20T23:06:01.1375609Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metrilo' from root:root to runner:runner
2025-08-20T23:06:01.1377057Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/partnerstack/partnerstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1378601Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/partnerstack/partnerstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1380212Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/partnerstack/partnerstack.go' from root:root to runner:runner
2025-08-20T23:06:01.1381632Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/partnerstack' from root:root to runner:runner
2025-08-20T23:06:01.1382974Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pypi/pypi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1384359Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pypi/pypi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1385737Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pypi/pypi.go' from root:root to runner:runner
2025-08-20T23:06:01.1387017Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pypi' from root:root to runner:runner
2025-08-20T23:06:01.1388337Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/semaphore/semaphore.go' from root:root to runner:runner
2025-08-20T23:06:01.1390110Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/semaphore/semaphore_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1391618Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/semaphore/semaphore_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1393007Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/semaphore' from root:root to runner:runner
2025-08-20T23:06:01.1394361Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mockaroo/mockaroo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1395827Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mockaroo/mockaroo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1397264Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mockaroo/mockaroo.go' from root:root to runner:runner
2025-08-20T23:06:01.1398717Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mockaroo' from root:root to runner:runner
2025-08-20T23:06:01.1400184Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simfin/simfin.go' from root:root to runner:runner
2025-08-20T23:06:01.1401547Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simfin/simfin_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1402968Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simfin/simfin_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1404586Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simfin' from root:root to runner:runner
2025-08-20T23:06:01.1406045Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_access_token.go' from root:root to runner:runner
2025-08-20T23:06:01.1407624Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_access_token_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1409556Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1411019Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/googleoauth2' from root:root to runner:runner
2025-08-20T23:06:01.1412421Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moosend/moosend_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1413857Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moosend/moosend_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1415390Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moosend/moosend.go' from root:root to runner:runner
2025-08-20T23:06:01.1416692Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moosend' from root:root to runner:runner
2025-08-20T23:06:01.1418044Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/miro/miro_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1419502Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/miro/miro.go' from root:root to runner:runner
2025-08-20T23:06:01.1420830Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/miro/miro_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1422813Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/miro' from root:root to runner:runner
2025-08-20T23:06:01.1424577Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nightfall/nightfall_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1426072Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nightfall/nightfall.go' from root:root to runner:runner
2025-08-20T23:06:01.1427499Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nightfall/nightfall_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1428849Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nightfall' from root:root to runner:runner
2025-08-20T23:06:01.1430545Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepgram/deepgram_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1431983Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepgram/deepgram.go' from root:root to runner:runner
2025-08-20T23:06:01.1433372Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepgram/deepgram_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1434718Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepgram' from root:root to runner:runner
2025-08-20T23:06:01.1436043Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codacy/codacy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1437401Z [00:04:46.225]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codacy/codacy.go' from root:root to runner:runner
2025-08-20T23:06:01.1438812Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codacy/codacy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1440441Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codacy' from root:root to runner:runner
2025-08-20T23:06:01.1441759Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beamer/beamer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1443113Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beamer/beamer.go' from root:root to runner:runner
2025-08-20T23:06:01.1444513Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beamer/beamer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1445862Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beamer' from root:root to runner:runner
2025-08-20T23:06:01.1447189Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dwolla/dwolla_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1448607Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dwolla/dwolla_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1450216Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dwolla/dwolla.go' from root:root to runner:runner
2025-08-20T23:06:01.1451520Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dwolla' from root:root to runner:runner
2025-08-20T23:06:01.1452825Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/madkudu/madkudu.go' from root:root to runner:runner
2025-08-20T23:06:01.1454247Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/madkudu/madkudu_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1455685Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/madkudu/madkudu_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1457002Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/madkudu' from root:root to runner:runner
2025-08-20T23:06:01.1458428Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1460019Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.1461471Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1462841Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vultrapikey' from root:root to runner:runner
2025-08-20T23:06:01.1464194Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chartmogul/chartmogul.go' from root:root to runner:runner
2025-08-20T23:06:01.1465794Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chartmogul/chartmogul_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1467287Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chartmogul/chartmogul_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1468658Z [00:04:46.226]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chartmogul' from root:root to runner:runner
2025-08-20T23:06:01.1470259Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit.go' from root:root to runner:runner
2025-08-20T23:06:01.1471781Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1473541Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1475131Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ecostruxureit' from root:root to runner:runner
2025-08-20T23:06:01.1476814Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1478538Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey.go' from root:root to runner:runner
2025-08-20T23:06:01.1480387Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1481957Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubsubscriptionkey' from root:root to runner:runner
2025-08-20T23:06:01.1483392Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi.go' from root:root to runner:runner
2025-08-20T23:06:01.1484880Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1486434Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1487888Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supernotesapi' from root:root to runner:runner
2025-08-20T23:06:01.1489432Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/happyscribe/happyscribe_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1491865Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/happyscribe/happyscribe_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1493472Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/happyscribe/happyscribe.go' from root:root to runner:runner
2025-08-20T23:06:01.1494847Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/happyscribe' from root:root to runner:runner
2025-08-20T23:06:01.1496261Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/session_keys/sessionkeys_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1497735Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/session_keys/sessionkey.go' from root:root to runner:runner
2025-08-20T23:06:01.1499125Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/session_keys' from root:root to runner:runner
2025-08-20T23:06:01.1500717Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/utils.go' from root:root to runner:runner
2025-08-20T23:06:01.1502174Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/common.go' from root:root to runner:runner
2025-08-20T23:06:01.1503561Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/access_keys/accesskey.go' from root:root to runner:runner
2025-08-20T23:06:01.1504972Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/access_keys/canary.go' from root:root to runner:runner
2025-08-20T23:06:01.1506411Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/access_keys/accesskey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1507922Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/access_keys/accesskey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1509567Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/access_keys' from root:root to runner:runner
2025-08-20T23:06:01.1510901Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws' from root:root to runner:runner
2025-08-20T23:06:01.1512214Z [00:04:46.227]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripo/stripo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1513648Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripo/stripo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1515038Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripo/stripo.go' from root:root to runner:runner
2025-08-20T23:06:01.1516326Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripo' from root:root to runner:runner
2025-08-20T23:06:01.1517849Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymoapp/paymoapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1519305Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymoapp/paymoapp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1520816Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymoapp/paymoapp.go' from root:root to runner:runner
2025-08-20T23:06:01.1522143Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymoapp' from root:root to runner:runner
2025-08-20T23:06:01.1523569Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/locationiq/locationiq_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1525031Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/locationiq/locationiq.go' from root:root to runner:runner
2025-08-20T23:06:01.1526588Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/locationiq/locationiq_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1527954Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/locationiq' from root:root to runner:runner
2025-08-20T23:06:01.1529452Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sslmate/sslmate_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1530868Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sslmate/sslmate.go' from root:root to runner:runner
2025-08-20T23:06:01.1532243Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sslmate/sslmate_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1533559Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sslmate' from root:root to runner:runner
2025-08-20T23:06:01.1534845Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aha/aha_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1536148Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aha/aha.go' from root:root to runner:runner
2025-08-20T23:06:01.1537497Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aha/aha_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1538819Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aha' from root:root to runner:runner
2025-08-20T23:06:01.1540591Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/noticeable/noticeable.go' from root:root to runner:runner
2025-08-20T23:06:01.1542272Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/noticeable/noticeable_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1543758Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/noticeable/noticeable_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1545348Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/noticeable' from root:root to runner:runner
2025-08-20T23:06:01.1546702Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postageapp/postageapp.go' from root:root to runner:runner
2025-08-20T23:06:01.1548187Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postageapp/postageapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1549910Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postageapp/postageapp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1551453Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postageapp' from root:root to runner:runner
2025-08-20T23:06:01.1552872Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loadmill/loadmill_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1554302Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loadmill/loadmill.go' from root:root to runner:runner
2025-08-20T23:06:01.1555697Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loadmill/loadmill_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1557587Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loadmill' from root:root to runner:runner
2025-08-20T23:06:01.1559483Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1561128Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1562720Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth.go' from root:root to runner:runner
2025-08-20T23:06:01.1564145Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetbasicauth' from root:root to runner:runner
2025-08-20T23:06:01.1565569Z [00:04:46.228]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudimage/cloudimage_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1567007Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudimage/cloudimage.go' from root:root to runner:runner
2025-08-20T23:06:01.1568660Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudimage/cloudimage_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1570166Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudimage' from root:root to runner:runner
2025-08-20T23:06:01.1571574Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto.go' from root:root to runner:runner
2025-08-20T23:06:01.1573091Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1574686Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1576165Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/robinhoodcrypto' from root:root to runner:runner
2025-08-20T23:06:01.1577747Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/extractorapi/extractorapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1579281Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/extractorapi/extractorapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1581071Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/extractorapi/extractorapi.go' from root:root to runner:runner
2025-08-20T23:06:01.1582462Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/extractorapi' from root:root to runner:runner
2025-08-20T23:06:01.1583853Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serpstack/serpstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1585261Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serpstack/serpstack.go' from root:root to runner:runner
2025-08-20T23:06:01.1586732Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serpstack/serpstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1588135Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serpstack' from root:root to runner:runner
2025-08-20T23:06:01.1589687Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moonclerk/moonclerk_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1591115Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moonclerk/moonclerk.go' from root:root to runner:runner
2025-08-20T23:06:01.1592569Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moonclerk/moonclerk_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1594100Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moonclerk' from root:root to runner:runner
2025-08-20T23:06:01.1595450Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tly/tly_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1596796Z [00:04:46.229]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tly/tly.go' from root:root to runner:runner
2025-08-20T23:06:01.1598096Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tly/tly_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1599512Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tly' from root:root to runner:runner
2025-08-20T23:06:01.1600853Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2.go' from root:root to runner:runner
2025-08-20T23:06:01.1602281Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1603894Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1605312Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtokenv2' from root:root to runner:runner
2025-08-20T23:06:01.1606937Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook.go' from root:root to runner:runner
2025-08-20T23:06:01.1608498Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1610176Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1611774Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zapierwebhook' from root:root to runner:runner
2025-08-20T23:06:01.1613225Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1614736Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken.go' from root:root to runner:runner
2025-08-20T23:06:01.1616276Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1617736Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresastoken' from root:root to runner:runner
2025-08-20T23:06:01.1619204Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privacy/privacy.go' from root:root to runner:runner
2025-08-20T23:06:01.1620839Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privacy/privacy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1622284Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privacy/privacy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1623779Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privacy' from root:root to runner:runner
2025-08-20T23:06:01.1625860Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tableau/tableau_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1627353Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tableau/tableau.go' from root:root to runner:runner
2025-08-20T23:06:01.1628719Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tableau/tableau_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1630417Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tableau' from root:root to runner:runner
2025-08-20T23:06:01.1631896Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1633533Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken.go' from root:root to runner:runner
2025-08-20T23:06:01.1635206Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1636768Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickuppersonaltoken' from root:root to runner:runner
2025-08-20T23:06:01.1638152Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesmate/salesmate.go' from root:root to runner:runner
2025-08-20T23:06:01.1639742Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesmate/salesmate_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1641220Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesmate/salesmate_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1642570Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesmate' from root:root to runner:runner
2025-08-20T23:06:01.1643952Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signupgenius/signupgenius.go' from root:root to runner:runner
2025-08-20T23:06:01.1645559Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signupgenius/signupgenius_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1647098Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signupgenius/signupgenius_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1648552Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signupgenius' from root:root to runner:runner
2025-08-20T23:06:01.1650093Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/textmagic/textmagic_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1651557Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/textmagic/textmagic_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1652970Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/textmagic/textmagic.go' from root:root to runner:runner
2025-08-20T23:06:01.1654297Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/textmagic' from root:root to runner:runner
2025-08-20T23:06:01.1655765Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autodesk/autodesk_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1657154Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autodesk/autodesk.go' from root:root to runner:runner
2025-08-20T23:06:01.1658596Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autodesk/autodesk_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1660304Z [00:04:46.230]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autodesk' from root:root to runner:runner
2025-08-20T23:06:01.1661664Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tmetric/tmetric_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1663039Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tmetric/tmetric.go' from root:root to runner:runner
2025-08-20T23:06:01.1664465Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tmetric/tmetric_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1665830Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tmetric' from root:root to runner:runner
2025-08-20T23:06:01.1667182Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fxmarket/fxmarket_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1668640Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fxmarket/fxmarket_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1670330Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fxmarket/fxmarket.go' from root:root to runner:runner
2025-08-20T23:06:01.1671802Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fxmarket' from root:root to runner:runner
2025-08-20T23:06:01.1673205Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reachmail/reachmail_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1674664Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reachmail/reachmail.go' from root:root to runner:runner
2025-08-20T23:06:01.1676298Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reachmail/reachmail_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1677664Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reachmail' from root:root to runner:runner
2025-08-20T23:06:01.1679055Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendgrid/sendgrid_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1680989Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendgrid/sendgrid_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1682414Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendgrid/sendgrid.go' from root:root to runner:runner
2025-08-20T23:06:01.1683733Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendgrid' from root:root to runner:runner
2025-08-20T23:06:01.1685048Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/podio/podio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1686459Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/podio/podio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1687848Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/podio/podio.go' from root:root to runner:runner
2025-08-20T23:06:01.1689129Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/podio' from root:root to runner:runner
2025-08-20T23:06:01.1690692Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldweather/worldweather_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1692230Z [00:04:46.231]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldweather/worldweather_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1693971Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldweather/worldweather.go' from root:root to runner:runner
2025-08-20T23:06:01.1695926Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldweather' from root:root to runner:runner
2025-08-20T23:06:01.1697418Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanban/kanban.go' from root:root to runner:runner
2025-08-20T23:06:01.1698855Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanban/kanban_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1700581Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanban/kanban_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1701917Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanban' from root:root to runner:runner
2025-08-20T23:06:01.1703341Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appointedd/appointedd_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1704825Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appointedd/appointedd.go' from root:root to runner:runner
2025-08-20T23:06:01.1706418Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appointedd/appointedd_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1707815Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appointedd' from root:root to runner:runner
2025-08-20T23:06:01.1709124Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/juro/juro.go' from root:root to runner:runner
2025-08-20T23:06:01.1710796Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/juro/juro_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1712178Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/juro/juro_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1713471Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/juro' from root:root to runner:runner
2025-08-20T23:06:01.1714840Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker.go' from root:root to runner:runner
2025-08-20T23:06:01.1716405Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1717988Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1719520Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pivotaltracker' from root:root to runner:runner
2025-08-20T23:06:01.1721016Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1722844Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1724509Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise.go' from root:root to runner:runner
2025-08-20T23:06:01.1726148Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trufflehogenterprise' from root:root to runner:runner
2025-08-20T23:06:01.1727575Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/assemblyai/assemblyai_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1729007Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/assemblyai/assemblyai.go' from root:root to runner:runner
2025-08-20T23:06:01.1730602Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/assemblyai/assemblyai_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1732018Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/assemblyai' from root:root to runner:runner
2025-08-20T23:06:01.1733441Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1734914Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl.go' from root:root to runner:runner
2025-08-20T23:06:01.1736375Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1737751Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/proxycrawl' from root:root to runner:runner
2025-08-20T23:06:01.1739093Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hunter/hunter_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1740753Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hunter/hunter.go' from root:root to runner:runner
2025-08-20T23:06:01.1742169Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hunter/hunter_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1743522Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hunter' from root:root to runner:runner
2025-08-20T23:06:01.1744902Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apptivo/apptivo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1746315Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apptivo/apptivo.go' from root:root to runner:runner
2025-08-20T23:06:01.1748088Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apptivo/apptivo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1749633Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apptivo' from root:root to runner:runner
2025-08-20T23:06:01.1751126Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unplugg/unplugg_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1752833Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unplugg/unplugg_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1754252Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unplugg/unplugg.go' from root:root to runner:runner
2025-08-20T23:06:01.1755564Z [00:04:46.232]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unplugg' from root:root to runner:runner
2025-08-20T23:06:01.1757256Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apacta/apacta_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1758686Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apacta/apacta_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1760203Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apacta/apacta.go' from root:root to runner:runner
2025-08-20T23:06:01.1761503Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apacta' from root:root to runner:runner
2025-08-20T23:06:01.1762818Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vpnapi/vpnapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1764381Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vpnapi/vpnapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1766989Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vpnapi/vpnapi.go' from root:root to runner:runner
2025-08-20T23:06:01.1768677Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vpnapi' from root:root to runner:runner
2025-08-20T23:06:01.1770133Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langfuse/langfuse.go' from root:root to runner:runner
2025-08-20T23:06:01.1771583Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langfuse/langfuse_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1773029Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langfuse/langfuse_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1774367Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langfuse' from root:root to runner:runner
2025-08-20T23:06:01.1775874Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lob/lob_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1777239Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lob/lob_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1778646Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lob/lob.go' from root:root to runner:runner
2025-08-20T23:06:01.1780234Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lob' from root:root to runner:runner
2025-08-20T23:06:01.1781621Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kickbox/kickbox.go' from root:root to runner:runner
2025-08-20T23:06:01.1782995Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kickbox/kickbox_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1784443Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kickbox/kickbox_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1785809Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kickbox' from root:root to runner:runner
2025-08-20T23:06:01.1787247Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1788784Z [00:04:46.233]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop.go' from root:root to runner:runner
2025-08-20T23:06:01.1790534Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1791992Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyscoop' from root:root to runner:runner
2025-08-20T23:06:01.1793351Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typetalk/typetalk_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1794818Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typetalk/typetalk_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1796248Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typetalk/typetalk.go' from root:root to runner:runner
2025-08-20T23:06:01.1797576Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typetalk' from root:root to runner:runner
2025-08-20T23:06:01.1798959Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buddyns/buddyns_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1800705Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buddyns/buddyns_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1802076Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buddyns/buddyns.go' from root:root to runner:runner
2025-08-20T23:06:01.1803490Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buddyns' from root:root to runner:runner
2025-08-20T23:06:01.1804814Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareup/squareup.go' from root:root to runner:runner
2025-08-20T23:06:01.1806205Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareup/squareup_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1807669Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareup/squareup_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1809039Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareup' from root:root to runner:runner
2025-08-20T23:06:01.1810487Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convier/convier.go' from root:root to runner:runner
2025-08-20T23:06:01.1811911Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convier/convier_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1813346Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convier/convier_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1814663Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convier' from root:root to runner:runner
2025-08-20T23:06:01.1816064Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boostnote/boostnote_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1817526Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boostnote/boostnote_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1818934Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boostnote/boostnote.go' from root:root to runner:runner
2025-08-20T23:06:01.1820548Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boostnote' from root:root to runner:runner
2025-08-20T23:06:01.1821908Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loyverse/loyverse_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1823287Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loyverse/loyverse.go' from root:root to runner:runner
2025-08-20T23:06:01.1824717Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loyverse/loyverse_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1826227Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loyverse' from root:root to runner:runner
2025-08-20T23:06:01.1827630Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serphouse/serphouse_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1829184Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serphouse/serphouse.go' from root:root to runner:runner
2025-08-20T23:06:01.1830843Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serphouse/serphouse_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1832191Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serphouse' from root:root to runner:runner
2025-08-20T23:06:01.1833537Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandadoc/pandadoc_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1834998Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandadoc/pandadoc_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1837162Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandadoc/pandadoc.go' from root:root to runner:runner
2025-08-20T23:06:01.1838543Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandadoc' from root:root to runner:runner
2025-08-20T23:06:01.1840085Z [00:04:46.234]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1841701Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1843286Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken.go' from root:root to runner:runner
2025-08-20T23:06:01.1844705Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telegrambottoken' from root:root to runner:runner
2025-08-20T23:06:01.1846117Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy.go' from root:root to runner:runner
2025-08-20T23:06:01.1847597Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1849155Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1850686Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemonsqueezy' from root:root to runner:runner
2025-08-20T23:06:01.1852231Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rocketreach/rocketreach_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1854267Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rocketreach/rocketreach.go' from root:root to runner:runner
2025-08-20T23:06:01.1857299Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rocketreach/rocketreach_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1860262Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rocketreach' from root:root to runner:runner
2025-08-20T23:06:01.1861828Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pepipost/pepipost_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1863358Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pepipost/pepipost_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1864811Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pepipost/pepipost.go' from root:root to runner:runner
2025-08-20T23:06:01.1866176Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pepipost' from root:root to runner:runner
2025-08-20T23:06:01.1867524Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/documo/documo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1868872Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/documo/documo.go' from root:root to runner:runner
2025-08-20T23:06:01.1870594Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/documo/documo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1871948Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/documo' from root:root to runner:runner
2025-08-20T23:06:01.1873322Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onedesk/onedesk_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1874759Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onedesk/onedesk_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1876124Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onedesk/onedesk.go' from root:root to runner:runner
2025-08-20T23:06:01.1877432Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onedesk' from root:root to runner:runner
2025-08-20T23:06:01.1878960Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1881097Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1882850Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken.go' from root:root to runner:runner
2025-08-20T23:06:01.1884522Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken' from root:root to runner:runner
2025-08-20T23:06:01.1885950Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepseek/deepseek_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1887346Z [00:04:46.235]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepseek/deepseek.go' from root:root to runner:runner
2025-08-20T23:06:01.1888795Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepseek/deepseek_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1890290Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepseek' from root:root to runner:runner
2025-08-20T23:06:01.1891566Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tru/tru.go' from root:root to runner:runner
2025-08-20T23:06:01.1892886Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tru/tru_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1894249Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tru/tru_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1895581Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tru' from root:root to runner:runner
2025-08-20T23:06:01.1896984Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blocknative/blocknative_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1898476Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blocknative/blocknative.go' from root:root to runner:runner
2025-08-20T23:06:01.1900219Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blocknative/blocknative_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1901634Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blocknative' from root:root to runner:runner
2025-08-20T23:06:01.1903019Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerio/customerio.go' from root:root to runner:runner
2025-08-20T23:06:01.1904459Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerio/customerio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1906098Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerio/customerio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1907525Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerio' from root:root to runner:runner
2025-08-20T23:06:01.1909975Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/numverify/numverify.go' from root:root to runner:runner
2025-08-20T23:06:01.1911504Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/numverify/numverify_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1912990Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/numverify/numverify_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1914343Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/numverify' from root:root to runner:runner
2025-08-20T23:06:01.1915675Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafana/grafana.go' from root:root to runner:runner
2025-08-20T23:06:01.1917106Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafana/grafana_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1918551Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafana/grafana_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1920001Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafana' from root:root to runner:runner
2025-08-20T23:06:01.1921332Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clinchpad/clinchpad.go' from root:root to runner:runner
2025-08-20T23:06:01.1922810Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clinchpad/clinchpad_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1924308Z [00:04:46.236]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clinchpad/clinchpad_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1925673Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clinchpad' from root:root to runner:runner
2025-08-20T23:06:01.1927072Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/powrbot/powrbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1928524Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/powrbot/powrbot_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1930001Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/powrbot/powrbot.go' from root:root to runner:runner
2025-08-20T23:06:01.1931451Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/powrbot' from root:root to runner:runner
2025-08-20T23:06:01.1932782Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemails/getemails.go' from root:root to runner:runner
2025-08-20T23:06:01.1934347Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemails/getemails_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1935856Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemails/getemails_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1937249Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemails' from root:root to runner:runner
2025-08-20T23:06:01.1938636Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nutritionix/nutritionix_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1940501Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nutritionix/nutritionix_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1942038Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nutritionix/nutritionix.go' from root:root to runner:runner
2025-08-20T23:06:01.1943428Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nutritionix' from root:root to runner:runner
2025-08-20T23:06:01.1944847Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1946319Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook.go' from root:root to runner:runner
2025-08-20T23:06:01.1947892Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1949536Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tineswebhook' from root:root to runner:runner
2025-08-20T23:06:01.1950998Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertapi/convertapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1952437Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertapi/convertapi.go' from root:root to runner:runner
2025-08-20T23:06:01.1953931Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertapi/convertapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1955341Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertapi' from root:root to runner:runner
2025-08-20T23:06:01.1956785Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1958433Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear.go' from root:root to runner:runner
2025-08-20T23:06:01.1960115Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1961517Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v1' from root:root to runner:runner
2025-08-20T23:06:01.1962961Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1964468Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear.go' from root:root to runner:runner
2025-08-20T23:06:01.1965923Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1967317Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v2' from root:root to runner:runner
2025-08-20T23:06:01.1968618Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear' from root:root to runner:runner
2025-08-20T23:06:01.1970147Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1971623Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1973038Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud.go' from root:root to runner:runner
2025-08-20T23:06:01.1974370Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jumpcloud' from root:root to runner:runner
2025-08-20T23:06:01.1975733Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rev/rev_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1977535Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rev/rev_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1979119Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rev/rev.go' from root:root to runner:runner
2025-08-20T23:06:01.1980723Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rev' from root:root to runner:runner
2025-08-20T23:06:01.1982063Z [00:04:46.237]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/survicate/survicate_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1983704Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/survicate/survicate_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1985158Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/survicate/survicate.go' from root:root to runner:runner
2025-08-20T23:06:01.1986595Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/survicate' from root:root to runner:runner
2025-08-20T23:06:01.1987978Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_openai/azure_openai_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1989649Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_openai/azure_openai.go' from root:root to runner:runner
2025-08-20T23:06:01.1991160Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_openai/azure_openai_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1992587Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_openai' from root:root to runner:runner
2025-08-20T23:06:01.1993994Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken.go' from root:root to runner:runner
2025-08-20T23:06:01.1995581Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1997176Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.1998617Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databrickstoken' from root:root to runner:runner
2025-08-20T23:06:01.1999461Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2000184Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb.go' from root:root to runner:runner
2025-08-20T23:06:01.2000983Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2001678Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abuseipdb' from root:root to runner:runner
2025-08-20T23:06:01.2002642Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2003650Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2004733Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring.go' from root:root to runner:runner
2025-08-20T23:06:01.2005608Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureappconfigconnectionstring' from root:root to runner:runner
2025-08-20T23:06:01.2006339Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/account_filter.go' from root:root to runner:runner
2025-08-20T23:06:01.2007136Z [00:04:46.238]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mavenlink/mavenlink_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2007877Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mavenlink/mavenlink_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2008606Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mavenlink/mavenlink.go' from root:root to runner:runner
2025-08-20T23:06:01.2009260Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mavenlink' from root:root to runner:runner
2025-08-20T23:06:01.2010154Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metabase/metabase_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2010931Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metabase/metabase_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2011674Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metabase/metabase.go' from root:root to runner:runner
2025-08-20T23:06:01.2012337Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metabase' from root:root to runner:runner
2025-08-20T23:06:01.2013222Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2014097Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2015286Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2016395Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbirdorganizationapi' from root:root to runner:runner
2025-08-20T23:06:01.2017345Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formbucket/formbucket_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2018280Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formbucket/formbucket.go' from root:root to runner:runner
2025-08-20T23:06:01.2019036Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formbucket/formbucket_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2020102Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formbucket' from root:root to runner:runner
2025-08-20T23:06:01.2020829Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/okta/okta_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2021502Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/okta/okta.go' from root:root to runner:runner
2025-08-20T23:06:01.2022253Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/okta/okta_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2022894Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/okta' from root:root to runner:runner
2025-08-20T23:06:01.2023706Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesblink/salesblink_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2024432Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesblink/salesblink.go' from root:root to runner:runner
2025-08-20T23:06:01.2025185Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesblink/salesblink_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2025852Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesblink' from root:root to runner:runner
2025-08-20T23:06:01.2026621Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/easyinsight/easyinsight_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2027398Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/easyinsight/easyinsight.go' from root:root to runner:runner
2025-08-20T23:06:01.2028214Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/easyinsight/easyinsight_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2028888Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/easyinsight' from root:root to runner:runner
2025-08-20T23:06:01.2029847Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rentman/rentman_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2030641Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rentman/rentman_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2031474Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rentman/rentman.go' from root:root to runner:runner
2025-08-20T23:06:01.2032481Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rentman' from root:root to runner:runner
2025-08-20T23:06:01.2033686Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coda/coda_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2034455Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coda/coda_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2035151Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coda/coda.go' from root:root to runner:runner
2025-08-20T23:06:01.2035797Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coda' from root:root to runner:runner
2025-08-20T23:06:01.2036571Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/courier/courier_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2037292Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/courier/courier_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2037989Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/courier/courier.go' from root:root to runner:runner
2025-08-20T23:06:01.2038647Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/courier' from root:root to runner:runner
2025-08-20T23:06:01.2039503Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdfshift/pdfshift_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2040223Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdfshift/pdfshift.go' from root:root to runner:runner
2025-08-20T23:06:01.2040999Z [00:04:46.239]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdfshift/pdfshift_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2041691Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdfshift' from root:root to runner:runner
2025-08-20T23:06:01.2042403Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dnscheck/dnscheck.go' from root:root to runner:runner
2025-08-20T23:06:01.2043183Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dnscheck/dnscheck_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2043912Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dnscheck/dnscheck_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2044586Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dnscheck' from root:root to runner:runner
2025-08-20T23:06:01.2045419Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v1/heroku.go' from root:root to runner:runner
2025-08-20T23:06:01.2046137Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v1/heroku_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2047041Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v1/heroku_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2047858Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v1' from root:root to runner:runner
2025-08-20T23:06:01.2049142Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v2/heroku.go' from root:root to runner:runner
2025-08-20T23:06:01.2050032Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v2/heroku_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2050817Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v2/heroku_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2051502Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v2' from root:root to runner:runner
2025-08-20T23:06:01.2052139Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku' from root:root to runner:runner
2025-08-20T23:06:01.2052916Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autopilot/autopilot_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2053630Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autopilot/autopilot.go' from root:root to runner:runner
2025-08-20T23:06:01.2054423Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autopilot/autopilot_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2055074Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autopilot' from root:root to runner:runner
2025-08-20T23:06:01.2056034Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guardianapi/guardianapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2056764Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guardianapi/guardianapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2057528Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guardianapi/guardianapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2058229Z [00:04:46.240]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guardianapi' from root:root to runner:runner
2025-08-20T23:06:01.2058925Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/jdbc_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2059950Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/mysql_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2060807Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/sqlserver.go' from root:root to runner:runner
2025-08-20T23:06:01.2061517Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/jdbc.go' from root:root to runner:runner
2025-08-20T23:06:01.2062190Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/mysql.go' from root:root to runner:runner
2025-08-20T23:06:01.2062936Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/jdbc_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2063696Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/postgres_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2064462Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/sqlserver_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2065158Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/postgres.go' from root:root to runner:runner
2025-08-20T23:06:01.2065801Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc' from root:root to runner:runner
2025-08-20T23:06:01.2066623Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodify/geocodify_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2067374Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodify/geocodify.go' from root:root to runner:runner
2025-08-20T23:06:01.2068114Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodify/geocodify_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2068940Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodify' from root:root to runner:runner
2025-08-20T23:06:01.2070063Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2071008Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2071857Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.2072591Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newrelicpersonalapikey' from root:root to runner:runner
2025-08-20T23:06:01.2073313Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iconfinder/iconfinder.go' from root:root to runner:runner
2025-08-20T23:06:01.2074248Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iconfinder/iconfinder_integreation_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2074993Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iconfinder/iconfinder_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2075656Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iconfinder' from root:root to runner:runner
2025-08-20T23:06:01.2076434Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unifyid/unifyid_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2077156Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unifyid/unifyid.go' from root:root to runner:runner
2025-08-20T23:06:01.2077880Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unifyid/unifyid_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2078525Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unifyid' from root:root to runner:runner
2025-08-20T23:06:01.2079434Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken.go' from root:root to runner:runner
2025-08-20T23:06:01.2080296Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2081145Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2081833Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitlyaccesstoken' from root:root to runner:runner
2025-08-20T23:06:01.2082705Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/virustotal/virustotal_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2083463Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/virustotal/virustotal.go' from root:root to runner:runner
2025-08-20T23:06:01.2084262Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/virustotal/virustotal_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2084927Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/virustotal' from root:root to runner:runner
2025-08-20T23:06:01.2085670Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperapi/scraperapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2086406Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperapi/scraperapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2087304Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperapi/scraperapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2087973Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperapi' from root:root to runner:runner
2025-08-20T23:06:01.2088657Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapbox/mapbox.go' from root:root to runner:runner
2025-08-20T23:06:01.2089526Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapbox/mapbox_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2090241Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapbox/mapbox_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2090891Z [00:04:46.241]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapbox' from root:root to runner:runner
2025-08-20T23:06:01.2091679Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magicbell/magicbell_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2092414Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magicbell/magicbell_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2093128Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magicbell/magicbell.go' from root:root to runner:runner
2025-08-20T23:06:01.2093787Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magicbell' from root:root to runner:runner
2025-08-20T23:06:01.2094621Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2095623Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2096429Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey.go' from root:root to runner:runner
2025-08-20T23:06:01.2097142Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeprojectkey' from root:root to runner:runner
2025-08-20T23:06:01.2097845Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userflow/userflow.go' from root:root to runner:runner
2025-08-20T23:06:01.2098572Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userflow/userflow_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2099537Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userflow/userflow_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2100334Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userflow' from root:root to runner:runner
2025-08-20T23:06:01.2101272Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stitchdata/stitchdata_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2102027Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stitchdata/stitchdata_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2102761Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stitchdata/stitchdata.go' from root:root to runner:runner
2025-08-20T23:06:01.2103422Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stitchdata' from root:root to runner:runner
2025-08-20T23:06:01.2104214Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postbacks/postbacks_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2104978Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postbacks/postbacks_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2105701Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postbacks/postbacks.go' from root:root to runner:runner
2025-08-20T23:06:01.2106390Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postbacks' from root:root to runner:runner
2025-08-20T23:06:01.2107200Z [00:04:46.242]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exportsdk/exportsdk_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2107929Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exportsdk/exportsdk.go' from root:root to runner:runner
2025-08-20T23:06:01.2108779Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exportsdk/exportsdk_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2109663Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exportsdk' from root:root to runner:runner
2025-08-20T23:06:01.2110462Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2111212Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.2112030Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2112718Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilioapikey' from root:root to runner:runner
2025-08-20T23:06:01.2113453Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paperform/paperform_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2114398Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paperform/paperform_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2115128Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paperform/paperform.go' from root:root to runner:runner
2025-08-20T23:06:01.2116152Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paperform' from root:root to runner:runner
2025-08-20T23:06:01.2117184Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telnyx/telnyx.go' from root:root to runner:runner
2025-08-20T23:06:01.2117970Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telnyx/telnyx_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2118713Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telnyx/telnyx_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2119484Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telnyx' from root:root to runner:runner
2025-08-20T23:06:01.2120318Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paralleldots/paralleldots_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2121124Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paralleldots/paralleldots_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2121886Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paralleldots/paralleldots.go' from root:root to runner:runner
2025-08-20T23:06:01.2122564Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paralleldots' from root:root to runner:runner
2025-08-20T23:06:01.2123461Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apitemplate/apitemplate_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2124278Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apitemplate/apitemplate_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2125013Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apitemplate/apitemplate.go' from root:root to runner:runner
2025-08-20T23:06:01.2125687Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apitemplate' from root:root to runner:runner
2025-08-20T23:06:01.2126440Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailerlite/mailerlite_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2127239Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailerlite/mailerlite_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2128078Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailerlite/mailerlite.go' from root:root to runner:runner
2025-08-20T23:06:01.2128743Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailerlite' from root:root to runner:runner
2025-08-20T23:06:01.2129891Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalacesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2130901Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2131839Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:06:01.2132610Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:06:01.2133437Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2134212Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2134953Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch.go' from root:root to runner:runner
2025-08-20T23:06:01.2135639Z [00:04:46.243]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v1' from root:root to runner:runner
2025-08-20T23:06:01.2136568Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2137330Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2138077Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch.go' from root:root to runner:runner
2025-08-20T23:06:01.2138757Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v2' from root:root to runner:runner
2025-08-20T23:06:01.2139673Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch' from root:root to runner:runner
2025-08-20T23:06:01.2140401Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tradier/tradier.go' from root:root to runner:runner
2025-08-20T23:06:01.2141250Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tradier/tradier_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2142022Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tradier/tradier_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2142681Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tradier' from root:root to runner:runner
2025-08-20T23:06:01.2143541Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2144329Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow.go' from root:root to runner:runner
2025-08-20T23:06:01.2145102Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2145777Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aeroworkflow' from root:root to runner:runner
2025-08-20T23:06:01.2146626Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2147408Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2148184Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget.go' from root:root to runner:runner
2025-08-20T23:06:01.2148863Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youneedabudget' from root:root to runner:runner
2025-08-20T23:06:01.2149997Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zulipchat/zulipchat_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2150728Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zulipchat/zulipchat.go' from root:root to runner:runner
2025-08-20T23:06:01.2151489Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zulipchat/zulipchat_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2152151Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zulipchat' from root:root to runner:runner
2025-08-20T23:06:01.2152996Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adzuna/adzuna_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2153824Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adzuna/adzuna_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2154543Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adzuna/adzuna.go' from root:root to runner:runner
2025-08-20T23:06:01.2155347Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adzuna' from root:root to runner:runner
2025-08-20T23:06:01.2156306Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newscatcher/newscatcher_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2157164Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newscatcher/newscatcher_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2157979Z [00:04:46.244]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newscatcher/newscatcher.go' from root:root to runner:runner
2025-08-20T23:06:01.2158688Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newscatcher' from root:root to runner:runner
2025-08-20T23:06:01.2159644Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinapi/coinapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2160524Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinapi/coinapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2161259Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinapi/coinapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2162026Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinapi' from root:root to runner:runner
2025-08-20T23:06:01.2162778Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appcues/appcues_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2163530Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appcues/appcues.go' from root:root to runner:runner
2025-08-20T23:06:01.2164515Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appcues/appcues_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2165254Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appcues' from root:root to runner:runner
2025-08-20T23:06:01.2166166Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2167083Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2167955Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey.go' from root:root to runner:runner
2025-08-20T23:06:01.2168738Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitterconsumerkey' from root:root to runner:runner
2025-08-20T23:06:01.2169820Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upwave/upwave_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2170561Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upwave/upwave.go' from root:root to runner:runner
2025-08-20T23:06:01.2171405Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upwave/upwave_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2172100Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upwave' from root:root to runner:runner
2025-08-20T23:06:01.2173053Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2174047Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2174921Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2175702Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackhtmltopdfapi' from root:root to runner:runner
2025-08-20T23:06:01.2176465Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder.go' from root:root to runner:runner
2025-08-20T23:06:01.2177367Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2178399Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2179101Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/leadfeeder' from root:root to runner:runner
2025-08-20T23:06:01.2180302Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edamam/edamam_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2181107Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edamam/edamam_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2181920Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edamam/edamam.go' from root:root to runner:runner
2025-08-20T23:06:01.2182626Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edamam' from root:root to runner:runner
2025-08-20T23:06:01.2183968Z [00:04:46.245]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/humanity/humanity_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2185136Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/humanity/humanity_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2185936Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/humanity/humanity.go' from root:root to runner:runner
2025-08-20T23:06:01.2186730Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/humanity' from root:root to runner:runner
2025-08-20T23:06:01.2187574Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.2188515Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2189647Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2190470Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pushbulletapikey' from root:root to runner:runner
2025-08-20T23:06:01.2191295Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapfly/scrapfly.go' from root:root to runner:runner
2025-08-20T23:06:01.2192086Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapfly/scrapfly_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2192934Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapfly/scrapfly_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2193623Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapfly' from root:root to runner:runner
2025-08-20T23:06:01.2194588Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userstack/userstack.go' from root:root to runner:runner
2025-08-20T23:06:01.2195340Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userstack/userstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2196270Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userstack/userstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2196967Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userstack' from root:root to runner:runner
2025-08-20T23:06:01.2197791Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alienvault/alienvault_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2198585Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alienvault/alienvault.go' from root:root to runner:runner
2025-08-20T23:06:01.2199656Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alienvault/alienvault_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2200500Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alienvault' from root:root to runner:runner
2025-08-20T23:06:01.2201231Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wepay/wepay.go' from root:root to runner:runner
2025-08-20T23:06:01.2202041Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wepay/wepay_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2202833Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wepay/wepay_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2203555Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wepay' from root:root to runner:runner
2025-08-20T23:06:01.2204462Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newsapi/newsapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2205184Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newsapi/newsapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2214276Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newsapi/newsapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2215045Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newsapi' from root:root to runner:runner
2025-08-20T23:06:01.2215724Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fmfw/fmfw.go' from root:root to runner:runner
2025-08-20T23:06:01.2216595Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fmfw/fmfw_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2217355Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fmfw/fmfw_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2218017Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fmfw' from root:root to runner:runner
2025-08-20T23:06:01.2218830Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandascore/pandascore_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2219902Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandascore/pandascore.go' from root:root to runner:runner
2025-08-20T23:06:01.2220695Z [00:04:46.246]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandascore/pandascore_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2221499Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandascore' from root:root to runner:runner
2025-08-20T23:06:01.2222359Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2223148Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2223924Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink.go' from root:root to runner:runner
2025-08-20T23:06:01.2224607Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nasdaqdatalink' from root:root to runner:runner
2025-08-20T23:06:01.2225333Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdflayer/pdflayer.go' from root:root to runner:runner
2025-08-20T23:06:01.2226148Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdflayer/pdflayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2226883Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdflayer/pdflayer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2227535Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdflayer' from root:root to runner:runner
2025-08-20T23:06:01.2228233Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/user/user_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2228905Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/user/user.go' from root:root to runner:runner
2025-08-20T23:06:01.2230007Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/user/user_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2230675Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/user' from root:root to runner:runner
2025-08-20T23:06:01.2231363Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloze/cloze.go' from root:root to runner:runner
2025-08-20T23:06:01.2232066Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloze/cloze_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2232805Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloze/cloze_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2233456Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloze' from root:root to runner:runner
2025-08-20T23:06:01.2234223Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2235131Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly.go' from root:root to runner:runner
2025-08-20T23:06:01.2235958Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2236638Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/launchdarkly' from root:root to runner:runner
2025-08-20T23:06:01.2237390Z [00:04:46.247]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalr/scalr_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2238079Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalr/scalr.go' from root:root to runner:runner
2025-08-20T23:06:01.2238781Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalr/scalr_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2239540Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalr' from root:root to runner:runner
2025-08-20T23:06:01.2240347Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormglass/stormglass_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2241083Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormglass/stormglass.go' from root:root to runner:runner
2025-08-20T23:06:01.2241823Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormglass/stormglass_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2242518Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormglass' from root:root to runner:runner
2025-08-20T23:06:01.2243350Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dareboost/dareboost.go' from root:root to runner:runner
2025-08-20T23:06:01.2244137Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dareboost/dareboost_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2244892Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dareboost/dareboost_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2245575Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dareboost' from root:root to runner:runner
2025-08-20T23:06:01.2246363Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onelogin/onelogin_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2247123Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onelogin/onelogin_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2247937Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onelogin/onelogin.go' from root:root to runner:runner
2025-08-20T23:06:01.2248588Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onelogin' from root:root to runner:runner
2025-08-20T23:06:01.2249458Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2.go' from root:root to runner:runner
2025-08-20T23:06:01.2250249Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2251098Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2251961Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypointoauth2' from root:root to runner:runner
2025-08-20T23:06:01.2253310Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2254108Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2254864Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken.go' from root:root to runner:runner
2025-08-20T23:06:01.2255545Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datadogtoken' from root:root to runner:runner
2025-08-20T23:06:01.2256337Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/messagebird/messagebird_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2257213Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/messagebird/messagebird.go' from root:root to runner:runner
2025-08-20T23:06:01.2258013Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/messagebird/messagebird_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2258686Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/messagebird' from root:root to runner:runner
2025-08-20T23:06:01.2259666Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dyspatch/dyspatch_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2260475Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dyspatch/dyspatch_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2261181Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dyspatch/dyspatch.go' from root:root to runner:runner
2025-08-20T23:06:01.2261969Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dyspatch' from root:root to runner:runner
2025-08-20T23:06:01.2262657Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monday/monday.go' from root:root to runner:runner
2025-08-20T23:06:01.2263409Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monday/monday_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2264118Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monday/monday_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2264761Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monday' from root:root to runner:runner
2025-08-20T23:06:01.2265485Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapquest/mapquest_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2266183Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapquest/mapquest.go' from root:root to runner:runner
2025-08-20T23:06:01.2266989Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapquest/mapquest_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2267660Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapquest' from root:root to runner:runner
2025-08-20T23:06:01.2268378Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fetchrss/fetchrss.go' from root:root to runner:runner
2025-08-20T23:06:01.2269121Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fetchrss/fetchrss_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2270348Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fetchrss/fetchrss_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2271020Z [00:04:46.248]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fetchrss' from root:root to runner:runner
2025-08-20T23:06:01.2271891Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spoonacular/spoonacular.go' from root:root to runner:runner
2025-08-20T23:06:01.2272656Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spoonacular/spoonacular_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2273462Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spoonacular/spoonacular_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2274151Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spoonacular' from root:root to runner:runner
2025-08-20T23:06:01.2274935Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2275762Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2276516Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow.go' from root:root to runner:runner
2025-08-20T23:06:01.2277191Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveysparrow' from root:root to runner:runner
2025-08-20T23:06:01.2277964Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harvest/harvest_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2278660Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harvest/harvest.go' from root:root to runner:runner
2025-08-20T23:06:01.2279533Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harvest/harvest_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2280199Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harvest' from root:root to runner:runner
2025-08-20T23:06:01.2280919Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipapi/zipapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2281684Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipapi/zipapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2282385Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipapi/zipapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2283153Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipapi' from root:root to runner:runner
2025-08-20T23:06:01.2283898Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2.go' from root:root to runner:runner
2025-08-20T23:06:01.2284776Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2285594Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2286269Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendinbluev2' from root:root to runner:runner
2025-08-20T23:06:01.2287032Z [00:04:46.249]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive.go' from root:root to runner:runner
2025-08-20T23:06:01.2287850Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2288624Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2289293Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudmersive' from root:root to runner:runner
2025-08-20T23:06:01.2290168Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ringcentral/ringcentral_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2290898Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ringcentral/ringcentral.go' from root:root to runner:runner
2025-08-20T23:06:01.2291714Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ringcentral/ringcentral_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2292386Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ringcentral' from root:root to runner:runner
2025-08-20T23:06:01.2293106Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worksnaps/worksnaps.go' from root:root to runner:runner
2025-08-20T23:06:01.2293895Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worksnaps/worksnaps_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2294633Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worksnaps/worksnaps_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2295297Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worksnaps' from root:root to runner:runner
2025-08-20T23:06:01.2296000Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypoint/anypoint.go' from root:root to runner:runner
2025-08-20T23:06:01.2296900Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypoint/anypoint_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2297726Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypoint/anypoint_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2298388Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypoint' from root:root to runner:runner
2025-08-20T23:06:01.2299096Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fibery/fibery_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2300074Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fibery/fibery.go' from root:root to runner:runner
2025-08-20T23:06:01.2300849Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fibery/fibery_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2301500Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fibery' from root:root to runner:runner
2025-08-20T23:06:01.2302270Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2303000Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm.go' from root:root to runner:runner
2025-08-20T23:06:01.2303840Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2304510Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/capsulecrm' from root:root to runner:runner
2025-08-20T23:06:01.2305273Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2306091Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2306869Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus.go' from root:root to runner:runner
2025-08-20T23:06:01.2307550Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/faceplusplus' from root:root to runner:runner
2025-08-20T23:06:01.2308243Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enigma/enigma.go' from root:root to runner:runner
2025-08-20T23:06:01.2309004Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enigma/enigma_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2310074Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enigma/enigma_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2310739Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enigma' from root:root to runner:runner
2025-08-20T23:06:01.2311626Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/luno/luno_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2312296Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/luno/luno.go' from root:root to runner:runner
2025-08-20T23:06:01.2312993Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/luno/luno_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2313624Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/luno' from root:root to runner:runner
2025-08-20T23:06:01.2314431Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2315282Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2316061Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.2316778Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagerdutyapikey' from root:root to runner:runner
2025-08-20T23:06:01.2317490Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagga/imagga.go' from root:root to runner:runner
2025-08-20T23:06:01.2318196Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagga/imagga_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2318949Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagga/imagga_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2319710Z [00:04:46.250]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagga' from root:root to runner:runner
2025-08-20T23:06:01.2320640Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:06:01.2322268Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2323174Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2324056Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanapersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:06:01.2324831Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parseur/parseur_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2325634Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parseur/parseur.go' from root:root to runner:runner
2025-08-20T23:06:01.2326358Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parseur/parseur_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2327010Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parseur' from root:root to runner:runner
2025-08-20T23:06:01.2327825Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2328697Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2329624Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments.go' from root:root to runner:runner
2025-08-20T23:06:01.2330344Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rechargepayments' from root:root to runner:runner
2025-08-20T23:06:01.2331115Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yousign/yousign_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2331817Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yousign/yousign.go' from root:root to runner:runner
2025-08-20T23:06:01.2332529Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yousign/yousign_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2333179Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yousign' from root:root to runner:runner
2025-08-20T23:06:01.2333896Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_storage/storage.go' from root:root to runner:runner
2025-08-20T23:06:01.2334631Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_storage/storage_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2335414Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_storage/storage_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2336086Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_storage' from root:root to runner:runner
2025-08-20T23:06:01.2336907Z [00:04:46.251]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jotform/jotform.go' from root:root to runner:runner
2025-08-20T23:06:01.2337619Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jotform/jotform_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2338497Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jotform/jotform_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2339143Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jotform' from root:root to runner:runner
2025-08-20T23:06:01.2340261Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2341024Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2341761Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp.go' from root:root to runner:runner
2025-08-20T23:06:01.2342427Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paydirtapp' from root:root to runner:runner
2025-08-20T23:06:01.2343262Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2344070Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2344818Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer.go' from root:root to runner:runner
2025-08-20T23:06:01.2345493Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailboxlayer' from root:root to runner:runner
2025-08-20T23:06:01.2346217Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimatic/apimatic_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2346934Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimatic/apimatic.go' from root:root to runner:runner
2025-08-20T23:06:01.2347702Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimatic/apimatic_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2348371Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimatic' from root:root to runner:runner
2025-08-20T23:06:01.2349127Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codeclimate/codeclimate_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2350300Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codeclimate/codeclimate.go' from root:root to runner:runner
2025-08-20T23:06:01.2351113Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codeclimate/codeclimate_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2351902Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codeclimate' from root:root to runner:runner
2025-08-20T23:06:01.2352652Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2353449Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2354172Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms.go' from root:root to runner:runner
2025-08-20T23:06:01.2354836Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetsms' from root:root to runner:runner
2025-08-20T23:06:01.2355579Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightstats/flightstats.go' from root:root to runner:runner
2025-08-20T23:06:01.2356336Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightstats/flightstats_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2357144Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightstats/flightstats_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2357822Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightstats' from root:root to runner:runner
2025-08-20T23:06:01.2358592Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstock/shutterstock_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2359464Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstock/shutterstock.go' from root:root to runner:runner
2025-08-20T23:06:01.2360292Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstock/shutterstock_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2360967Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstock' from root:root to runner:runner
2025-08-20T23:06:01.2361683Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endpoint_customizer.go' from root:root to runner:runner
2025-08-20T23:06:01.2362428Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geckoboard/geckoboard_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2363348Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geckoboard/geckoboard_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2364067Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geckoboard/geckoboard.go' from root:root to runner:runner
2025-08-20T23:06:01.2364880Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geckoboard' from root:root to runner:runner
2025-08-20T23:06:01.2365614Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.2366376Z [00:04:46.252]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2367206Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2367907Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/envoyapikey' from root:root to runner:runner
2025-08-20T23:06:01.2368657Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elasticemail/elasticemail.go' from root:root to runner:runner
2025-08-20T23:06:01.2369522Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elasticemail/elasticemail_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2370383Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elasticemail/elasticemail_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2371070Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elasticemail' from root:root to runner:runner
2025-08-20T23:06:01.2371808Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wiz/wiz_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2372462Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wiz/wiz.go' from root:root to runner:runner
2025-08-20T23:06:01.2373169Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wiz/wiz_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2373801Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wiz' from root:root to runner:runner
2025-08-20T23:06:01.2374581Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2375436Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2376312Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk.go' from root:root to runner:runner
2025-08-20T23:06:01.2376987Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkdesk' from root:root to runner:runner
2025-08-20T23:06:01.2377890Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mindmeister/mindmeister_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2378656Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mindmeister/mindmeister_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2379620Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mindmeister/mindmeister.go' from root:root to runner:runner
2025-08-20T23:06:01.2380402Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mindmeister' from root:root to runner:runner
2025-08-20T23:06:01.2381216Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/toggltrack/toggltrack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2382022Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/toggltrack/toggltrack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2382767Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/toggltrack/toggltrack.go' from root:root to runner:runner
2025-08-20T23:06:01.2383434Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/toggltrack' from root:root to runner:runner
2025-08-20T23:06:01.2384161Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagekit/imagekit_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2384869Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagekit/imagekit.go' from root:root to runner:runner
2025-08-20T23:06:01.2385648Z [00:04:46.253]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagekit/imagekit_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2386307Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagekit' from root:root to runner:runner
2025-08-20T23:06:01.2387025Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hereapi/hereapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2387803Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hereapi/hereapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2388535Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hereapi/hereapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2389185Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hereapi' from root:root to runner:runner
2025-08-20T23:06:01.2390918Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/html2pdf/html2pdf.go' from root:root to runner:runner
2025-08-20T23:06:01.2391928Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/html2pdf/html2pdf_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2392669Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/html2pdf/html2pdf_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2393329Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/html2pdf' from root:root to runner:runner
2025-08-20T23:06:01.2394069Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/workstack/workstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2394866Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/workstack/workstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2395586Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/workstack/workstack.go' from root:root to runner:runner
2025-08-20T23:06:01.2396236Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/workstack' from root:root to runner:runner
2025-08-20T23:06:01.2396931Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/audd/audd.go' from root:root to runner:runner
2025-08-20T23:06:01.2397686Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/audd/audd_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2398381Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/audd/audd_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2399016Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/audd' from root:root to runner:runner
2025-08-20T23:06:01.2400190Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2401138Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2401993Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.2402715Z [00:04:46.254]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareglobalapikey' from root:root to runner:runner
2025-08-20T23:06:01.2403522Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2404394Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm.go' from root:root to runner:runner
2025-08-20T23:06:01.2405247Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2405921Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkcrm' from root:root to runner:runner
2025-08-20T23:06:01.2406668Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/multi_part_credential_provider.go' from root:root to runner:runner
2025-08-20T23:06:01.2407392Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deno/denodeploy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2408163Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deno/denodeploy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2408856Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deno/denodeploy.go' from root:root to runner:runner
2025-08-20T23:06:01.2409630Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deno' from root:root to runner:runner
2025-08-20T23:06:01.2410410Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkout/checkout_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2411113Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkout/checkout.go' from root:root to runner:runner
2025-08-20T23:06:01.2411836Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkout/checkout_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2412485Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkout' from root:root to runner:runner
2025-08-20T23:06:01.2413178Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ubidots/ubidots.go' from root:root to runner:runner
2025-08-20T23:06:01.2413963Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ubidots/ubidots_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2414674Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ubidots/ubidots_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2415325Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ubidots' from root:root to runner:runner
2025-08-20T23:06:01.2416103Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saucelabs/saucelabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2416929Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saucelabs/saucelabs.go' from root:root to runner:runner
2025-08-20T23:06:01.2417660Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saucelabs/saucelabs_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2418410Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saucelabs' from root:root to runner:runner
2025-08-20T23:06:01.2419157Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainer/portainer.go' from root:root to runner:runner
2025-08-20T23:06:01.2420088Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainer/portainer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2420832Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainer/portainer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2421509Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainer' from root:root to runner:runner
2025-08-20T23:06:01.2422236Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nylas/nylas_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2422913Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nylas/nylas.go' from root:root to runner:runner
2025-08-20T23:06:01.2423659Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nylas/nylas_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2424300Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nylas' from root:root to runner:runner
2025-08-20T23:06:01.2425070Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2425891Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2426646Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage.go' from root:root to runner:runner
2025-08-20T23:06:01.2427314Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sinchmessage' from root:root to runner:runner
2025-08-20T23:06:01.2428068Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/raven/raven_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2428766Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/raven/raven.go' from root:root to runner:runner
2025-08-20T23:06:01.2429827Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/raven/raven_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2430544Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/raven' from root:root to runner:runner
2025-08-20T23:06:01.2431451Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clustdoc/clustdoc_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2432178Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clustdoc/clustdoc_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2432885Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clustdoc/clustdoc.go' from root:root to runner:runner
2025-08-20T23:06:01.2433544Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clustdoc' from root:root to runner:runner
2025-08-20T23:06:01.2434263Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uri/uri_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2434950Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uri/uri_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2435602Z [00:04:46.255]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uri/uri.go' from root:root to runner:runner
2025-08-20T23:06:01.2436239Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uri' from root:root to runner:runner
2025-08-20T23:06:01.2436954Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v1/typeform.go' from root:root to runner:runner
2025-08-20T23:06:01.2437755Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v1/typeform_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2438500Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v1/typeform_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2439192Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v1' from root:root to runner:runner
2025-08-20T23:06:01.2440167Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v2/typeform.go' from root:root to runner:runner
2025-08-20T23:06:01.2440987Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v2/typeform_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2441727Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v2/typeform_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2442389Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v2' from root:root to runner:runner
2025-08-20T23:06:01.2443171Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform' from root:root to runner:runner
2025-08-20T23:06:01.2443842Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/redis/redis.go' from root:root to runner:runner
2025-08-20T23:06:01.2444695Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/redis/redis_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2445391Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/redis/redis_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2446040Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/redis' from root:root to runner:runner
2025-08-20T23:06:01.2446744Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magnetic/magnetic.go' from root:root to runner:runner
2025-08-20T23:06:01.2447470Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magnetic/magnetic_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2448252Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magnetic/magnetic_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2448896Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magnetic' from root:root to runner:runner
2025-08-20T23:06:01.2449798Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snipcart/snipcart_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2450539Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snipcart/snipcart_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2451349Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snipcart/snipcart.go' from root:root to runner:runner
2025-08-20T23:06:01.2452107Z [00:04:46.256]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snipcart' from root:root to runner:runner
2025-08-20T23:06:01.2452962Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2453789Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent.go' from root:root to runner:runner
2025-08-20T23:06:01.2454698Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2455406Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripepaymentintent' from root:root to runner:runner
2025-08-20T23:06:01.2456466Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/livestorm/livestorm_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2457263Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/livestorm/livestorm_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2458097Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/livestorm/livestorm.go' from root:root to runner:runner
2025-08-20T23:06:01.2458765Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/livestorm' from root:root to runner:runner
2025-08-20T23:06:01.2459687Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases.go' from root:root to runner:runner
2025-08-20T23:06:01.2460786Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2462057Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2462760Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weightsandbiases' from root:root to runner:runner
2025-08-20T23:06:01.2463478Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugsnag/bugsnag_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2464249Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugsnag/bugsnag_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2464951Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugsnag/bugsnag.go' from root:root to runner:runner
2025-08-20T23:06:01.2465600Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugsnag' from root:root to runner:runner
2025-08-20T23:06:01.2466350Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2467322Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2468075Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn.go' from root:root to runner:runner
2025-08-20T23:06:01.2468760Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monkeylearn' from root:root to runner:runner
2025-08-20T23:06:01.2469760Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hypertrack/hypertrack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2470518Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hypertrack/hypertrack.go' from root:root to runner:runner
2025-08-20T23:06:01.2471315Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hypertrack/hypertrack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2472157Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hypertrack' from root:root to runner:runner
2025-08-20T23:06:01.2472892Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshbooks/freshbooks.go' from root:root to runner:runner
2025-08-20T23:06:01.2473655Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshbooks/freshbooks_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2474452Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshbooks/freshbooks_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2475112Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshbooks' from root:root to runner:runner
2025-08-20T23:06:01.2475944Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2476707Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2477463Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook.go' from root:root to runner:runner
2025-08-20T23:06:01.2478142Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slackwebhook' from root:root to runner:runner
2025-08-20T23:06:01.2478904Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/disqus/disqus_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2479852Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/disqus/disqus_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2480726Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/disqus/disqus.go' from root:root to runner:runner
2025-08-20T23:06:01.2481375Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/disqus' from root:root to runner:runner
2025-08-20T23:06:01.2482171Z [00:04:46.257]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stockdata/stockdata_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2482910Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stockdata/stockdata_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2483659Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stockdata/stockdata.go' from root:root to runner:runner
2025-08-20T23:06:01.2484318Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stockdata' from root:root to runner:runner
2025-08-20T23:06:01.2485143Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replicate/replicate.go' from root:root to runner:runner
2025-08-20T23:06:01.2485878Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replicate/replicate_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2486664Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replicate/replicate_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2487323Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replicate' from root:root to runner:runner
2025-08-20T23:06:01.2488052Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherbit/weatherbit.go' from root:root to runner:runner
2025-08-20T23:06:01.2488861Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherbit/weatherbit_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2489731Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherbit/weatherbit_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2490401Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherbit' from root:root to runner:runner
2025-08-20T23:06:01.2491136Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skrappio/skrappio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2491849Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skrappio/skrappio.go' from root:root to runner:runner
2025-08-20T23:06:01.2492623Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skrappio/skrappio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2493401Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skrappio' from root:root to runner:runner
2025-08-20T23:06:01.2494147Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2494881Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk.go' from root:root to runner:runner
2025-08-20T23:06:01.2495671Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2496336Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sherpadesk' from root:root to runner:runner
2025-08-20T23:06:01.2497043Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holistic/holistic.go' from root:root to runner:runner
2025-08-20T23:06:01.2497875Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holistic/holistic_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2498664Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holistic/holistic_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2499309Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holistic' from root:root to runner:runner
2025-08-20T23:06:01.2500145Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instabot/instabot_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2500845Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instabot/instabot.go' from root:root to runner:runner
2025-08-20T23:06:01.2501629Z [00:04:46.258]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instabot/instabot_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2502274Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instabot' from root:root to runner:runner
2025-08-20T23:06:01.2502995Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailsac/mailsac_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2503765Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailsac/mailsac_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2504494Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailsac/mailsac.go' from root:root to runner:runner
2025-08-20T23:06:01.2505144Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailsac' from root:root to runner:runner
2025-08-20T23:06:01.2505924Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/githubapp/githubapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2506781Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/githubapp/githubapp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2507500Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/githubapp/githubapp.go' from root:root to runner:runner
2025-08-20T23:06:01.2508165Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/githubapp' from root:root to runner:runner
2025-08-20T23:06:01.2508981Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2510084Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth.go' from root:root to runner:runner
2025-08-20T23:06:01.2510976Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2511803Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstockoauth' from root:root to runner:runner
2025-08-20T23:06:01.2512599Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ethplorer/ethplorer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2513350Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ethplorer/ethplorer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2514068Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ethplorer/ethplorer.go' from root:root to runner:runner
2025-08-20T23:06:01.2514726Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ethplorer' from root:root to runner:runner
2025-08-20T23:06:01.2515442Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/revampcrm/revampcrm.go' from root:root to runner:runner
2025-08-20T23:06:01.2516185Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/revampcrm/revampcrm_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2516967Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/revampcrm/revampcrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2517631Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/revampcrm' from root:root to runner:runner
2025-08-20T23:06:01.2518413Z [00:04:46.259]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/websitepulse/websitepulse_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2519171Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/websitepulse/websitepulse.go' from root:root to runner:runner
2025-08-20T23:06:01.2520374Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/websitepulse/websitepulse_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2521073Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/websitepulse' from root:root to runner:runner
2025-08-20T23:06:01.2521806Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1.go' from root:root to runner:runner
2025-08-20T23:06:01.2522603Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2523350Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2524034Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v1' from root:root to runner:runner
2025-08-20T23:06:01.2524903Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2.go' from root:root to runner:runner
2025-08-20T23:06:01.2525663Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2526483Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2527145Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v2' from root:root to runner:runner
2025-08-20T23:06:01.2527803Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter' from root:root to runner:runner
2025-08-20T23:06:01.2528479Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mux/mux_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2529202Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mux/mux_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2530021Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mux/mux.go' from root:root to runner:runner
2025-08-20T23:06:01.2531247Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mux' from root:root to runner:runner
2025-08-20T23:06:01.2532209Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2533020Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey.go' from root:root to runner:runner
2025-08-20T23:06:01.2534048Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2534750Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterwritekey' from root:root to runner:runner
2025-08-20T23:06:01.2535525Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace.go' from root:root to runner:runner
2025-08-20T23:06:01.2536364Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2537152Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2537835Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveyanyplace' from root:root to runner:runner
2025-08-20T23:06:01.2538692Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jupiterone/jupiterone_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2539556Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jupiterone/jupiterone.go' from root:root to runner:runner
2025-08-20T23:06:01.2540366Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jupiterone/jupiterone_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2541035Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jupiterone' from root:root to runner:runner
2025-08-20T23:06:01.2541757Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedrive/pipedrive.go' from root:root to runner:runner
2025-08-20T23:06:01.2542499Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedrive/pipedrive_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2543291Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedrive/pipedrive_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2543952Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedrive' from root:root to runner:runner
2025-08-20T23:06:01.2544765Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2545543Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.2546363Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2547160Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trelloapikey' from root:root to runner:runner
2025-08-20T23:06:01.2547864Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prefect/prefect.go' from root:root to runner:runner
2025-08-20T23:06:01.2548649Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prefect/prefect_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2549565Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prefect/prefect_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2550314Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prefect' from root:root to runner:runner
2025-08-20T23:06:01.2550983Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/host/host.go' from root:root to runner:runner
2025-08-20T23:06:01.2551861Z [00:04:46.260]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/host/host_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2552752Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/host/host_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2553401Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/host' from root:root to runner:runner
2025-08-20T23:06:01.2554091Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectors.go' from root:root to runner:runner
2025-08-20T23:06:01.2554851Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opencagedata/opencagedata.go' from root:root to runner:runner
2025-08-20T23:06:01.2555631Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opencagedata/opencagedata_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2556484Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opencagedata/opencagedata_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2557185Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opencagedata' from root:root to runner:runner
2025-08-20T23:06:01.2557958Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prodpad/prodpad_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2558696Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prodpad/prodpad_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2559639Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prodpad/prodpad.go' from root:root to runner:runner
2025-08-20T23:06:01.2560455Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prodpad' from root:root to runner:runner
2025-08-20T23:06:01.2561160Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsers/parsers.go' from root:root to runner:runner
2025-08-20T23:06:01.2561884Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsers/parsers_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2562656Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsers/parsers_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2563300Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsers' from root:root to runner:runner
2025-08-20T23:06:01.2563995Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbar/bitbar.go' from root:root to runner:runner
2025-08-20T23:06:01.2564748Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbar/bitbar_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2565565Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbar/bitbar_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2566237Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbar' from root:root to runner:runner
2025-08-20T23:06:01.2566995Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/front/front_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2567673Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/front/front.go' from root:root to runner:runner
2025-08-20T23:06:01.2568374Z [00:04:46.261]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/front/front_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2569013Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/front' from root:root to runner:runner
2025-08-20T23:06:01.2569896Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenrows/zenrows_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2570597Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenrows/zenrows.go' from root:root to runner:runner
2025-08-20T23:06:01.2571316Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenrows/zenrows_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2571962Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenrows' from root:root to runner:runner
2025-08-20T23:06:01.2572669Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/goodday/goodday_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2573526Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/goodday/goodday.go' from root:root to runner:runner
2025-08-20T23:06:01.2574294Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/goodday/goodday_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2574941Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/goodday' from root:root to runner:runner
2025-08-20T23:06:01.2575700Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github_oauth2/github_oauth2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2576443Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github_oauth2/github_oauth2.go' from root:root to runner:runner
2025-08-20T23:06:01.2577114Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github_oauth2' from root:root to runner:runner
2025-08-20T23:06:01.2577978Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nimble/nimble_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2578688Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nimble/nimble_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2579472Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nimble/nimble.go' from root:root to runner:runner
2025-08-20T23:06:01.2580127Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nimble' from root:root to runner:runner
2025-08-20T23:06:01.2580856Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swell/swell_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2581535Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swell/swell.go' from root:root to runner:runner
2025-08-20T23:06:01.2582285Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swell/swell_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2582941Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swell' from root:root to runner:runner
2025-08-20T23:06:01.2583750Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2584544Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2585283Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth.go' from root:root to runner:runner
2025-08-20T23:06:01.2586070Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paypaloauth' from root:root to runner:runner
2025-08-20T23:06:01.2586915Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/betterstack/betterstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2587654Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/betterstack/betterstack.go' from root:root to runner:runner
2025-08-20T23:06:01.2588414Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/betterstack/betterstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2589077Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/betterstack' from root:root to runner:runner
2025-08-20T23:06:01.2590104Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemail/getemail_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2591038Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemail/getemail_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2591747Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemail/getemail.go' from root:root to runner:runner
2025-08-20T23:06:01.2592403Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemail' from root:root to runner:runner
2025-08-20T23:06:01.2593157Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browserstack/browserstack.go' from root:root to runner:runner
2025-08-20T23:06:01.2593922Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browserstack/browserstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2594747Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browserstack/browserstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2595418Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browserstack' from root:root to runner:runner
2025-08-20T23:06:01.2596239Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2596997Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2597746Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks.go' from root:root to runner:runner
2025-08-20T23:06:01.2598995Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myfreshworks' from root:root to runner:runner
2025-08-20T23:06:01.2600347Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aviationstack/aviationstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2601123Z [00:04:46.262]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aviationstack/aviationstack.go' from root:root to runner:runner
2025-08-20T23:06:01.2601912Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aviationstack/aviationstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2602619Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aviationstack' from root:root to runner:runner
2025-08-20T23:06:01.2603346Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eventbrite/eventbrite.go' from root:root to runner:runner
2025-08-20T23:06:01.2604106Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eventbrite/eventbrite_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2605030Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eventbrite/eventbrite_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2605730Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eventbrite' from root:root to runner:runner
2025-08-20T23:06:01.2606491Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tokeet/tokeet_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2607182Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tokeet/tokeet.go' from root:root to runner:runner
2025-08-20T23:06:01.2607889Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tokeet/tokeet_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2608537Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tokeet' from root:root to runner:runner
2025-08-20T23:06:01.2609311Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v1/github_old_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2610140Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v1/github_old.go' from root:root to runner:runner
2025-08-20T23:06:01.2610912Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v1/github_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2611568Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v1' from root:root to runner:runner
2025-08-20T23:06:01.2612296Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v2/github.go' from root:root to runner:runner
2025-08-20T23:06:01.2613051Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v2/github_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2613935Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v2/github_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2614623Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v2' from root:root to runner:runner
2025-08-20T23:06:01.2615288Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github' from root:root to runner:runner
2025-08-20T23:06:01.2616120Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2616901Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2617695Z [00:04:46.263]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation.go' from root:root to runner:runner
2025-08-20T23:06:01.2618483Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipgeolocation' from root:root to runner:runner
2025-08-20T23:06:01.2619187Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nftport/nftport.go' from root:root to runner:runner
2025-08-20T23:06:01.2620021Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nftport/nftport_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2620791Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nftport/nftport_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2621456Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nftport' from root:root to runner:runner
2025-08-20T23:06:01.2622189Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cashboard/cashboard_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2623011Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cashboard/cashboard_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2623725Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cashboard/cashboard.go' from root:root to runner:runner
2025-08-20T23:06:01.2624388Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cashboard' from root:root to runner:runner
2025-08-20T23:06:01.2625089Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/percy/percy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2625865Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/percy/percy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2626669Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/percy/percy.go' from root:root to runner:runner
2025-08-20T23:06:01.2627309Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/percy' from root:root to runner:runner
2025-08-20T23:06:01.2628101Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voicegain/voicegain_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2628842Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voicegain/voicegain_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2629851Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voicegain/voicegain.go' from root:root to runner:runner
2025-08-20T23:06:01.2630536Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voicegain' from root:root to runner:runner
2025-08-20T23:06:01.2631378Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besttime/besttime.go' from root:root to runner:runner
2025-08-20T23:06:01.2632165Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besttime/besttime_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2632887Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besttime/besttime_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2633557Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besttime' from root:root to runner:runner
2025-08-20T23:06:01.2634288Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro.go' from root:root to runner:runner
2025-08-20T23:06:01.2635101Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2635858Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2636536Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/knapsackpro' from root:root to runner:runner
2025-08-20T23:06:01.2637240Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/manifest/manifest.go' from root:root to runner:runner
2025-08-20T23:06:01.2637971Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/manifest/manifest_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2638791Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/manifest/manifest_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2639780Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/manifest' from root:root to runner:runner
2025-08-20T23:06:01.2640603Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2641362Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2642098Z [00:04:46.264]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey.go' from root:root to runner:runner
2025-08-20T23:06:01.2642782Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalewaykey' from root:root to runner:runner
2025-08-20T23:06:01.2643583Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mediastack/mediastack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2644440Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mediastack/mediastack.go' from root:root to runner:runner
2025-08-20T23:06:01.2645189Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mediastack/mediastack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2645854Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mediastack' from root:root to runner:runner
2025-08-20T23:06:01.2646577Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/strava/strava_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2647267Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/strava/strava.go' from root:root to runner:runner
2025-08-20T23:06:01.2648027Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/strava/strava_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2648675Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/strava' from root:root to runner:runner
2025-08-20T23:06:01.2649722Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2650703Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2651623Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:06:01.2652372Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:06:01.2653380Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:06:01.2654323Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2655303Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalacesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2656046Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1' from root:root to runner:runner
2025-08-20T23:06:01.2657011Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2658033Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_v2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2658944Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_v2.go' from root:root to runner:runner
2025-08-20T23:06:01.2659791Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2' from root:root to runner:runner
2025-08-20T23:06:01.2660531Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:06:01.2661243Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/impala/impala_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2662004Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/impala/impala_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2662694Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/impala/impala.go' from root:root to runner:runner
2025-08-20T23:06:01.2663373Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/impala' from root:root to runner:runner
2025-08-20T23:06:01.2664173Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uploadcare/uploadcare_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2664938Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uploadcare/uploadcare.go' from root:root to runner:runner
2025-08-20T23:06:01.2665681Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uploadcare/uploadcare_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2666473Z [00:04:46.265]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uploadcare' from root:root to runner:runner
2025-08-20T23:06:01.2667249Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatfule/chatfule_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2668500Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatfule/chatfule.go' from root:root to runner:runner
2025-08-20T23:06:01.2669691Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatfule/chatfule_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2670411Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatfule' from root:root to runner:runner
2025-08-20T23:06:01.2671188Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deputy/deputy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2671899Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deputy/deputy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2672595Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deputy/deputy.go' from root:root to runner:runner
2025-08-20T23:06:01.2673239Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deputy' from root:root to runner:runner
2025-08-20T23:06:01.2673996Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sqlserver/sqlserver.go' from root:root to runner:runner
2025-08-20T23:06:01.2674729Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sqlserver/sqlserver_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2675555Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sqlserver/sqlserver_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2676243Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sqlserver' from root:root to runner:runner
2025-08-20T23:06:01.2677102Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2677880Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey.go' from root:root to runner:runner
2025-08-20T23:06:01.2678677Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2679565Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflarecakey' from root:root to runner:runner
2025-08-20T23:06:01.2680387Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshdesk/freshdesk_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2681373Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshdesk/freshdesk_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2682193Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshdesk/freshdesk.go' from root:root to runner:runner
2025-08-20T23:06:01.2682883Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshdesk' from root:root to runner:runner
2025-08-20T23:06:01.2683766Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2684632Z [00:04:46.266]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2685559Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2686271Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackscreenshotapi' from root:root to runner:runner
2025-08-20T23:06:01.2687060Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblok/storyblok_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2687798Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblok/storyblok_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2688545Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblok/storyblok.go' from root:root to runner:runner
2025-08-20T23:06:01.2689209Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblok' from root:root to runner:runner
2025-08-20T23:06:01.2690061Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webexbot/webexbot.go' from root:root to runner:runner
2025-08-20T23:06:01.2690849Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webexbot/webexbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2691582Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webexbot/webexbot_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2692273Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webexbot' from root:root to runner:runner
2025-08-20T23:06:01.2693023Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherstack/weatherstack.go' from root:root to runner:runner
2025-08-20T23:06:01.2693921Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherstack/weatherstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2694736Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherstack/weatherstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2695514Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherstack' from root:root to runner:runner
2025-08-20T23:06:01.2696257Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unsplash/unsplash.go' from root:root to runner:runner
2025-08-20T23:06:01.2696981Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unsplash/unsplash_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2697785Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unsplash/unsplash_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2698434Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unsplash' from root:root to runner:runner
2025-08-20T23:06:01.2699244Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/posthog/posthog_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2700043Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/posthog/posthog.go' from root:root to runner:runner
2025-08-20T23:06:01.2700770Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/posthog/posthog_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2701418Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/posthog' from root:root to runner:runner
2025-08-20T23:06:01.2702157Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hasura/hasura_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2702846Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hasura/hasura.go' from root:root to runner:runner
2025-08-20T23:06:01.2703603Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hasura/hasura_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2704247Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hasura' from root:root to runner:runner
2025-08-20T23:06:01.2704966Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/purestake/purestake.go' from root:root to runner:runner
2025-08-20T23:06:01.2705753Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/purestake/purestake_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2706517Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/purestake/purestake_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2707296Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/purestake' from root:root to runner:runner
2025-08-20T23:06:01.2708073Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/route4me/route4me_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2708881Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/route4me/route4me.go' from root:root to runner:runner
2025-08-20T23:06:01.2709914Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/route4me/route4me_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2710605Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/route4me' from root:root to runner:runner
2025-08-20T23:06:01.2711405Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.2712219Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2713081Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2713776Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saladcloudapikey' from root:root to runner:runner
2025-08-20T23:06:01.2714525Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webex/webex_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2715240Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webex/webex_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2715914Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webex/webex.go' from root:root to runner:runner
2025-08-20T23:06:01.2716557Z [00:04:46.267]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webex' from root:root to runner:runner
2025-08-20T23:06:01.2717594Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2718577Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2719745Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials.go' from root:root to runner:runner
2025-08-20T23:06:01.2720699Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials' from root:root to runner:runner
2025-08-20T23:06:01.2721472Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blitapp/blitapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2722294Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blitapp/blitapp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2722998Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blitapp/blitapp.go' from root:root to runner:runner
2025-08-20T23:06:01.2723644Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blitapp' from root:root to runner:runner
2025-08-20T23:06:01.2724313Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcp/gcp.go' from root:root to runner:runner
2025-08-20T23:06:01.2724989Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcp/gcp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2725728Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcp/gcp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2726359Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcp' from root:root to runner:runner
2025-08-20T23:06:01.2727096Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm.go' from root:root to runner:runner
2025-08-20T23:06:01.2727902Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2728650Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2729313Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onepagecrm' from root:root to runner:runner
2025-08-20T23:06:01.2730118Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intra42/intra42.go' from root:root to runner:runner
2025-08-20T23:06:01.2730843Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intra42/intra42_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2731614Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intra42/intra42_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2732294Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intra42' from root:root to runner:runner
2025-08-20T23:06:01.2733017Z [00:04:46.268]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formio/formio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2733895Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formio/formio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2734582Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formio/formio.go' from root:root to runner:runner
2025-08-20T23:06:01.2735355Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formio' from root:root to runner:runner
2025-08-20T23:06:01.2736076Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemlist/lemlist_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2736779Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemlist/lemlist.go' from root:root to runner:runner
2025-08-20T23:06:01.2738251Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemlist/lemlist_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2738943Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemlist' from root:root to runner:runner
2025-08-20T23:06:01.2739784Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ftp/ftp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2740469Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ftp/ftp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2741128Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ftp/ftp.go' from root:root to runner:runner
2025-08-20T23:06:01.2741758Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ftp' from root:root to runner:runner
2025-08-20T23:06:01.2742506Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v1/atlassian_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2743235Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v1/atlassian.go' from root:root to runner:runner
2025-08-20T23:06:01.2744036Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v1/atlassian_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2744708Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v1' from root:root to runner:runner
2025-08-20T23:06:01.2745457Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v2/atlassian_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2746180Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v2/atlassian.go' from root:root to runner:runner
2025-08-20T23:06:01.2747120Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v2/atlassian_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2747787Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v2' from root:root to runner:runner
2025-08-20T23:06:01.2748552Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian' from root:root to runner:runner
2025-08-20T23:06:01.2749216Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/http_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2750256Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linemessaging/linemessaging.go' from root:root to runner:runner
2025-08-20T23:06:01.2751100Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linemessaging/linemessaging_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2751876Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linemessaging/linemessaging_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2752558Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linemessaging' from root:root to runner:runner
2025-08-20T23:06:01.2753268Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endorlabs/endorlabs.go' from root:root to runner:runner
2025-08-20T23:06:01.2754096Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endorlabs/endorlabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2754825Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endorlabs/endorlabs_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2755486Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endorlabs' from root:root to runner:runner
2025-08-20T23:06:01.2756213Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuite/larksuite_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2757002Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuite/larksuite_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2757709Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuite/larksuite.go' from root:root to runner:runner
2025-08-20T23:06:01.2758395Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuite' from root:root to runner:runner
2025-08-20T23:06:01.2759149Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checio/checio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2760058Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checio/checio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2760901Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checio/checio.go' from root:root to runner:runner
2025-08-20T23:06:01.2761537Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checio' from root:root to runner:runner
2025-08-20T23:06:01.2762426Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/allsports/allsports_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2763161Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/allsports/allsports_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2763885Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/allsports/allsports.go' from root:root to runner:runner
2025-08-20T23:06:01.2764565Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/allsports' from root:root to runner:runner
2025-08-20T23:06:01.2765380Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/repairshopr/repairshopr_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2766135Z [00:04:46.269]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/repairshopr/repairshopr_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2766870Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/repairshopr/repairshopr.go' from root:root to runner:runner
2025-08-20T23:06:01.2767536Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/repairshopr' from root:root to runner:runner
2025-08-20T23:06:01.2768478Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2769482Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2770356Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey.go' from root:root to runner:runner
2025-08-20T23:06:01.2771120Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredirectmanagementkey' from root:root to runner:runner
2025-08-20T23:06:01.2771832Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockify/clockify.go' from root:root to runner:runner
2025-08-20T23:06:01.2772599Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockify/clockify_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2773450Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockify/clockify_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2774100Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockify' from root:root to runner:runner
2025-08-20T23:06:01.2775042Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2775889Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2776667Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey.go' from root:root to runner:runner
2025-08-20T23:06:01.2777386Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ibmclouduserkey' from root:root to runner:runner
2025-08-20T23:06:01.2778108Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbird/sendbird_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2778821Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbird/sendbird.go' from root:root to runner:runner
2025-08-20T23:06:01.2779712Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbird/sendbird_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2780375Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbird' from root:root to runner:runner
2025-08-20T23:06:01.2781125Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/overloop/overloop_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2781845Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/overloop/overloop.go' from root:root to runner:runner
2025-08-20T23:06:01.2782615Z [00:04:46.270]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/overloop/overloop_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2783273Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/overloop' from root:root to runner:runner
2025-08-20T23:06:01.2784007Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docker/docker_auth_config.go' from root:root to runner:runner
2025-08-20T23:06:01.2784812Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docker/docker_auth_config_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2785561Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docker/docker_auth_config_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2786197Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docker' from root:root to runner:runner
2025-08-20T23:06:01.2787118Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanbantool/kanbantool_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2787947Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanbantool/kanbantool.go' from root:root to runner:runner
2025-08-20T23:06:01.2788696Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanbantool/kanbantool_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2789545Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanbantool' from root:root to runner:runner
2025-08-20T23:06:01.2790369Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kontent/kontent.go' from root:root to runner:runner
2025-08-20T23:06:01.2791093Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kontent/kontent_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2791868Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kontent/kontent_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2792518Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kontent' from root:root to runner:runner
2025-08-20T23:06:01.2793377Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2794160Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense.go' from root:root to runner:runner
2025-08-20T23:06:01.2794987Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2795694Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v1' from root:root to runner:runner
2025-08-20T23:06:01.2796565Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2797351Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2.go' from root:root to runner:runner
2025-08-20T23:06:01.2798165Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2798855Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v2' from root:root to runner:runner
2025-08-20T23:06:01.2799912Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense' from root:root to runner:runner
2025-08-20T23:06:01.2800648Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blazemeter/blazemeter.go' from root:root to runner:runner
2025-08-20T23:06:01.2801570Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blazemeter/blazemeter_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2802325Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blazemeter/blazemeter_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2802991Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blazemeter' from root:root to runner:runner
2025-08-20T23:06:01.2803759Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/keenio/keenio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2804440Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/keenio/keenio.go' from root:root to runner:runner
2025-08-20T23:06:01.2805168Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/keenio/keenio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2806228Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/keenio' from root:root to runner:runner
2025-08-20T23:06:01.2807220Z [00:04:46.271]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smooch/smooch.go' from root:root to runner:runner
2025-08-20T23:06:01.2807942Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smooch/smooch_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2808710Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smooch/smooch_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2809471Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smooch' from root:root to runner:runner
2025-08-20T23:06:01.2810325Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook.go' from root:root to runner:runner
2025-08-20T23:06:01.2811248Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2812116Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2812841Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/microsoftteamswebhook' from root:root to runner:runner
2025-08-20T23:06:01.2813590Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qase/qase_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2814443Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qase/qase_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2815213Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qase/qase.go' from root:root to runner:runner
2025-08-20T23:06:01.2815860Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qase' from root:root to runner:runner
2025-08-20T23:06:01.2816595Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightlabs/flightlabs.go' from root:root to runner:runner
2025-08-20T23:06:01.2817401Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightlabs/flightlabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2818164Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightlabs/flightlabs_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2818832Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightlabs' from root:root to runner:runner
2025-08-20T23:06:01.2819642Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teletype/teletype.go' from root:root to runner:runner
2025-08-20T23:06:01.2820427Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teletype/teletype_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2821155Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teletype/teletype_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2821813Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teletype' from root:root to runner:runner
2025-08-20T23:06:01.2822517Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browshot/browshot.go' from root:root to runner:runner
2025-08-20T23:06:01.2823317Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browshot/browshot_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2824045Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browshot/browshot_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2824697Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browshot' from root:root to runner:runner
2025-08-20T23:06:01.2825485Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coveralls/coveralls_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2826208Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coveralls/coveralls.go' from root:root to runner:runner
2025-08-20T23:06:01.2827060Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coveralls/coveralls_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2827721Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coveralls' from root:root to runner:runner
2025-08-20T23:06:01.2828619Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2.go' from root:root to runner:runner
2025-08-20T23:06:01.2829768Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2830607Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2831294Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforceoauth2' from root:root to runner:runner
2025-08-20T23:06:01.2832019Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yandex/yandex.go' from root:root to runner:runner
2025-08-20T23:06:01.2832724Z [00:04:46.272]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yandex/yandex_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2833524Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yandex/yandex_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2834197Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yandex' from root:root to runner:runner
2025-08-20T23:06:01.2834995Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfo/ipinfo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2835711Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfo/ipinfo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2836395Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfo/ipinfo.go' from root:root to runner:runner
2025-08-20T23:06:01.2837047Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfo' from root:root to runner:runner
2025-08-20T23:06:01.2837790Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch.go' from root:root to runner:runner
2025-08-20T23:06:01.2838544Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2839539Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2840413Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpcrunch' from root:root to runner:runner
2025-08-20T23:06:01.2841284Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry.go' from root:root to runner:runner
2025-08-20T23:06:01.2842280Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2843228Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2843983Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurecontainerregistry' from root:root to runner:runner
2025-08-20T23:06:01.2844701Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl.go' from root:root to runner:runner
2025-08-20T23:06:01.2845440Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2846228Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2846917Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapeowl' from root:root to runner:runner
2025-08-20T23:06:01.2847605Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulbul/bulbul.go' from root:root to runner:runner
2025-08-20T23:06:01.2848317Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulbul/bulbul_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2849067Z [00:04:46.273]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulbul/bulbul_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2849825Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulbul' from root:root to runner:runner
2025-08-20T23:06:01.2850551Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlib/coinlib_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2851354Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlib/coinlib_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2852051Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlib/coinlib.go' from root:root to runner:runner
2025-08-20T23:06:01.2852727Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlib' from root:root to runner:runner
2025-08-20T23:06:01.2853571Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2854348Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2855157Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq.go' from root:root to runner:runner
2025-08-20T23:06:01.2855810Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rabbitmq' from root:root to runner:runner
2025-08-20T23:06:01.2856542Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v1/godaddy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2857322Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v1/godaddy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2858068Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v1/godaddy.go' from root:root to runner:runner
2025-08-20T23:06:01.2858752Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v1' from root:root to runner:runner
2025-08-20T23:06:01.2859604Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v2/godaddy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2860391Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v2/godaddy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2861094Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v2/godaddy.go' from root:root to runner:runner
2025-08-20T23:06:01.2861761Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v2' from root:root to runner:runner
2025-08-20T23:06:01.2862430Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy' from root:root to runner:runner
2025-08-20T23:06:01.2863236Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitch/twitch.go' from root:root to runner:runner
2025-08-20T23:06:01.2863990Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitch/twitch_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2864702Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitch/twitch_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2865366Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitch' from root:root to runner:runner
2025-08-20T23:06:01.2866071Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plivo/plivo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2866758Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plivo/plivo.go' from root:root to runner:runner
2025-08-20T23:06:01.2867500Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plivo/plivo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2868250Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plivo' from root:root to runner:runner
2025-08-20T23:06:01.2869044Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voodoosms/voodoosms_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2870049Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voodoosms/voodoosms.go' from root:root to runner:runner
2025-08-20T23:06:01.2870798Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voodoosms/voodoosms_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2871467Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voodoosms' from root:root to runner:runner
2025-08-20T23:06:01.2872199Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docparser/docparser_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2872992Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docparser/docparser_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2873707Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docparser/docparser.go' from root:root to runner:runner
2025-08-20T23:06:01.2874819Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docparser' from root:root to runner:runner
2025-08-20T23:06:01.2875842Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rubygems/rubygems_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2876566Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rubygems/rubygems_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2877410Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rubygems/rubygems.go' from root:root to runner:runner
2025-08-20T23:06:01.2878068Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rubygems' from root:root to runner:runner
2025-08-20T23:06:01.2878851Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/refiner/refiner_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2879814Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/refiner/refiner_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2880535Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/refiner/refiner.go' from root:root to runner:runner
2025-08-20T23:06:01.2881221Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/refiner' from root:root to runner:runner
2025-08-20T23:06:01.2882220Z [00:04:46.274]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2882988Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2883775Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2884454Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotapi' from root:root to runner:runner
2025-08-20T23:06:01.2885142Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripe/stripe.go' from root:root to runner:runner
2025-08-20T23:06:01.2885899Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripe/stripe_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2886608Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripe/stripe_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2887255Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripe' from root:root to runner:runner
2025-08-20T23:06:01.2888095Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesflare/salesflare_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2888867Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesflare/salesflare_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2889711Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesflare/salesflare.go' from root:root to runner:runner
2025-08-20T23:06:01.2890502Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesflare' from root:root to runner:runner
2025-08-20T23:06:01.2891398Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2892219Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey.go' from root:root to runner:runner
2025-08-20T23:06:01.2893062Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2893779Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchquerykey' from root:root to runner:runner
2025-08-20T23:06:01.2894496Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metaapi/metaapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2895373Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metaapi/metaapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2896070Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metaapi/metaapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2896726Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metaapi' from root:root to runner:runner
2025-08-20T23:06:01.2897408Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uplead/uplead.go' from root:root to runner:runner
2025-08-20T23:06:01.2898120Z [00:04:46.275]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uplead/uplead_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2898888Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uplead/uplead_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2899641Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uplead' from root:root to runner:runner
2025-08-20T23:06:01.2900355Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/duply/duply_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2901045Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/duply/duply.go' from root:root to runner:runner
2025-08-20T23:06:01.2901800Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/duply/duply_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2902462Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/duply' from root:root to runner:runner
2025-08-20T23:06:01.2903415Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2904163Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback.go' from root:root to runner:runner
2025-08-20T23:06:01.2904985Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2905682Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zonkafeedback' from root:root to runner:runner
2025-08-20T23:06:01.2906535Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2907325Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean.go' from root:root to runner:runner
2025-08-20T23:06:01.2908202Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2908884Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/invoiceocean' from root:root to runner:runner
2025-08-20T23:06:01.2909961Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travisci/travisci_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2910731Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travisci/travisci.go' from root:root to runner:runner
2025-08-20T23:06:01.2911455Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travisci/travisci_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2912147Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travisci' from root:root to runner:runner
2025-08-20T23:06:01.2912937Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/d7network/d7network_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2913676Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/d7network/d7network_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2914407Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/d7network/d7network.go' from root:root to runner:runner
2025-08-20T23:06:01.2915094Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/d7network' from root:root to runner:runner
2025-08-20T23:06:01.2915814Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2916738Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2917511Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2918203Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgeoapi' from root:root to runner:runner
2025-08-20T23:06:01.2919032Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2920072Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2920860Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts.go' from root:root to runner:runner
2025-08-20T23:06:01.2921666Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travelpayouts' from root:root to runner:runner
2025-08-20T23:06:01.2922463Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mrticktock/mrticktok_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2923200Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mrticktock/mrticktock.go' from root:root to runner:runner
2025-08-20T23:06:01.2923948Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mrticktock/mrticktock_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2924613Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mrticktock' from root:root to runner:runner
2025-08-20T23:06:01.2925298Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_badlist.txt' from root:root to runner:runner
2025-08-20T23:06:01.2926031Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docusign/docusign.go' from root:root to runner:runner
2025-08-20T23:06:01.2926770Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docusign/docusign_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2927562Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docusign/docusign_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2928224Z [00:04:46.276]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docusign' from root:root to runner:runner
2025-08-20T23:06:01.2928946Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zohocrm/zohocrm.go' from root:root to runner:runner
2025-08-20T23:06:01.2929781Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zohocrm/zohocrm_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2930675Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zohocrm/zohocrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2931322Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zohocrm' from root:root to runner:runner
2025-08-20T23:06:01.2932094Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/axonaut/axonaut_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2932806Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/axonaut/axonaut_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2933509Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/axonaut/axonaut.go' from root:root to runner:runner
2025-08-20T23:06:01.2934152Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/axonaut' from root:root to runner:runner
2025-08-20T23:06:01.2934970Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveybot/surveybot.go' from root:root to runner:runner
2025-08-20T23:06:01.2935755Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveybot/surveybot_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2936498Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveybot/surveybot_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2937157Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveybot' from root:root to runner:runner
2025-08-20T23:06:01.2937869Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixpanel/mixpanel.go' from root:root to runner:runner
2025-08-20T23:06:01.2938652Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixpanel/mixpanel_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2939480Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixpanel/mixpanel_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2940144Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixpanel' from root:root to runner:runner
2025-08-20T23:06:01.2940855Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bombbomb/bombbomb.go' from root:root to runner:runner
2025-08-20T23:06:01.2941588Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bombbomb/bombbomb_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2942363Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bombbomb/bombbomb_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2943461Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bombbomb' from root:root to runner:runner
2025-08-20T23:06:01.2944574Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flowflu/flowflu_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2945307Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flowflu/flowflu_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2946009Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flowflu/flowflu.go' from root:root to runner:runner
2025-08-20T23:06:01.2946664Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flowflu' from root:root to runner:runner
2025-08-20T23:06:01.2947474Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klaviyo/klaviyo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2948312Z [00:04:46.277]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klaviyo/klaviyo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2949022Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klaviyo/klaviyo.go' from root:root to runner:runner
2025-08-20T23:06:01.2949915Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klaviyo' from root:root to runner:runner
2025-08-20T23:06:01.2950627Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomtom/tomtom.go' from root:root to runner:runner
2025-08-20T23:06:01.2951384Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomtom/tomtom_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2952091Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomtom/tomtom_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2952735Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomtom' from root:root to runner:runner
2025-08-20T23:06:01.2953464Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lexigram/lexigram_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2954280Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lexigram/lexigram_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2954984Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lexigram/lexigram.go' from root:root to runner:runner
2025-08-20T23:06:01.2955666Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lexigram' from root:root to runner:runner
2025-08-20T23:06:01.2956416Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aiven/aiven_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2957246Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aiven/aiven_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2957928Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aiven/aiven.go' from root:root to runner:runner
2025-08-20T23:06:01.2958570Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aiven' from root:root to runner:runner
2025-08-20T23:06:01.2959488Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2960320Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud.go' from root:root to runner:runner
2025-08-20T23:06:01.2961125Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2961910Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sonarcloud' from root:root to runner:runner
2025-08-20T23:06:01.2962608Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectors_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2963443Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspage/statuspage_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2964183Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspage/statuspage_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2964932Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspage/statuspage.go' from root:root to runner:runner
2025-08-20T23:06:01.2965586Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspage' from root:root to runner:runner
2025-08-20T23:06:01.2966283Z [00:04:46.278]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/falsepositives.go' from root:root to runner:runner
2025-08-20T23:06:01.2967078Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2967891Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2968748Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2969579Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangeratesapi' from root:root to runner:runner
2025-08-20T23:06:01.2970446Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/delighted/delighted_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2971230Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/delighted/delighted_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2971989Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/delighted/delighted.go' from root:root to runner:runner
2025-08-20T23:06:01.2972643Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/delighted' from root:root to runner:runner
2025-08-20T23:06:01.2973431Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twelvedata/twelvedata_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2974253Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twelvedata/twelvedata_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2975086Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twelvedata/twelvedata.go' from root:root to runner:runner
2025-08-20T23:06:01.2975754Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twelvedata' from root:root to runner:runner
2025-08-20T23:06:01.2976492Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checklyhq/checklyhq_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2977206Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checklyhq/checklyhq.go' from root:root to runner:runner
2025-08-20T23:06:01.2978027Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checklyhq/checklyhq_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2978685Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checklyhq' from root:root to runner:runner
2025-08-20T23:06:01.2979478Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ambee/ambee_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2980231Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ambee/ambee_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2980936Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ambee/ambee.go' from root:root to runner:runner
2025-08-20T23:06:01.2981586Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ambee' from root:root to runner:runner
2025-08-20T23:06:01.2982406Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2983364Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken.go' from root:root to runner:runner
2025-08-20T23:06:01.2984239Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2984938Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitchaccesstoken' from root:root to runner:runner
2025-08-20T23:06:01.2985734Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraper/webscraper_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2986479Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraper/webscraper_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2987210Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraper/webscraper.go' from root:root to runner:runner
2025-08-20T23:06:01.2987978Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraper' from root:root to runner:runner
2025-08-20T23:06:01.2988774Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2989840Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit.go' from root:root to runner:runner
2025-08-20T23:06:01.2990722Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2991439Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planviewleankit' from root:root to runner:runner
2025-08-20T23:06:01.2992187Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shopify/shopify_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2992886Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shopify/shopify.go' from root:root to runner:runner
2025-08-20T23:06:01.2993657Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shopify/shopify_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2994316Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shopify' from root:root to runner:runner
2025-08-20T23:06:01.2995033Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apideck/apideck_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2995721Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apideck/apideck.go' from root:root to runner:runner
2025-08-20T23:06:01.2996623Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apideck/apideck_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2997269Z [00:04:46.279]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apideck' from root:root to runner:runner
2025-08-20T23:06:01.2997991Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightapi/flightapi.go' from root:root to runner:runner
2025-08-20T23:06:01.2998759Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightapi/flightapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.2999820Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightapi/flightapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3000504Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightapi' from root:root to runner:runner
2025-08-20T23:06:01.3001323Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipapi/ipapi.go' from root:root to runner:runner
2025-08-20T23:06:01.3002079Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipapi/ipapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3002775Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipapi/ipapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3003424Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipapi' from root:root to runner:runner
2025-08-20T23:06:01.3004159Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickhelp/clickhelp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3004915Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickhelp/clickhelp.go' from root:root to runner:runner
2025-08-20T23:06:01.3005740Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickhelp/clickhelp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3006438Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickhelp' from root:root to runner:runner
2025-08-20T23:06:01.3007301Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3008107Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3008864Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes.go' from root:root to runner:runner
2025-08-20T23:06:01.3009770Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thousandeyes' from root:root to runner:runner
2025-08-20T23:06:01.3010577Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pulumi/pulumi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3011451Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pulumi/pulumi.go' from root:root to runner:runner
2025-08-20T23:06:01.3012700Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pulumi/pulumi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3013374Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pulumi' from root:root to runner:runner
2025-08-20T23:06:01.3014194Z [00:04:46.280]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signalwire/signalwire_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3015082Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signalwire/signalwire_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3015817Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signalwire/signalwire.go' from root:root to runner:runner
2025-08-20T23:06:01.3016488Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signalwire' from root:root to runner:runner
2025-08-20T23:06:01.3017325Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenscrape/zenscrape_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3018050Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenscrape/zenscrape.go' from root:root to runner:runner
2025-08-20T23:06:01.3018788Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenscrape/zenscrape_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3019599Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenscrape' from root:root to runner:runner
2025-08-20T23:06:01.3020369Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/interseller/interseller_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3021197Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/interseller/interseller_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3021944Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/interseller/interseller.go' from root:root to runner:runner
2025-08-20T23:06:01.3022608Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/interseller' from root:root to runner:runner
2025-08-20T23:06:01.3023422Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3024298Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3025047Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm.go' from root:root to runner:runner
2025-08-20T23:06:01.3025721Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prospectcrm' from root:root to runner:runner
2025-08-20T23:06:01.3026530Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openweather/openweather_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3027275Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openweather/openweather.go' from root:root to runner:runner
2025-08-20T23:06:01.3028028Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openweather/openweather_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3028805Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openweather' from root:root to runner:runner
2025-08-20T23:06:01.3029885Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkvist/checkvist_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3030655Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkvist/checkvist_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3031373Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkvist/checkvist.go' from root:root to runner:runner
2025-08-20T23:06:01.3032040Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkvist' from root:root to runner:runner
2025-08-20T23:06:01.3032747Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formsite/formsite.go' from root:root to runner:runner
2025-08-20T23:06:01.3033537Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formsite/formsite_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3034268Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formsite/formsite_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3034929Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formsite' from root:root to runner:runner
2025-08-20T23:06:01.3035641Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilio/twilio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3036782Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilio/twilio.go' from root:root to runner:runner
2025-08-20T23:06:01.3037741Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilio/twilio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3038384Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilio' from root:root to runner:runner
2025-08-20T23:06:01.3039094Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/owlbot/owlbot.go' from root:root to runner:runner
2025-08-20T23:06:01.3040074Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/owlbot/owlbot_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3040857Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/owlbot/owlbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3041506Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/owlbot' from root:root to runner:runner
2025-08-20T23:06:01.3042410Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer.go' from root:root to runner:runner
2025-08-20T23:06:01.3043216Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3044074Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3044764Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotlayer' from root:root to runner:runner
2025-08-20T23:06:01.3045519Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artsy/artsy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3046219Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artsy/artsy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3046901Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artsy/artsy.go' from root:root to runner:runner
2025-08-20T23:06:01.3047545Z [00:04:46.281]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artsy' from root:root to runner:runner
2025-08-20T23:06:01.3048257Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinbase/coinbase.go' from root:root to runner:runner
2025-08-20T23:06:01.3049063Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinbase/coinbase_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3049921Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinbase/coinbase_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3050697Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinbase' from root:root to runner:runner
2025-08-20T23:06:01.3051365Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_uuids.txt' from root:root to runner:runner
2025-08-20T23:06:01.3052047Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dfuse/dfuse.go' from root:root to runner:runner
2025-08-20T23:06:01.3052751Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dfuse/dfuse_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3053497Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dfuse/dfuse_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3054142Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dfuse' from root:root to runner:runner
2025-08-20T23:06:01.3054877Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holidayapi/holidayapi.go' from root:root to runner:runner
2025-08-20T23:06:01.3055803Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holidayapi/holidayapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3056558Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holidayapi/holidayapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3057225Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holidayapi' from root:root to runner:runner
2025-08-20T23:06:01.3057937Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clarifai/clarifai.go' from root:root to runner:runner
2025-08-20T23:06:01.3058666Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clarifai/clarifai_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3059557Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clarifai/clarifai_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3060225Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clarifai' from root:root to runner:runner
2025-08-20T23:06:01.3061000Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3061746Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3062449Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix.go' from root:root to runner:runner
2025-08-20T23:06:01.3063100Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gtmetrix' from root:root to runner:runner
2025-08-20T23:06:01.3063943Z [00:04:46.282]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intrinio/intrinio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3064826Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intrinio/intrinio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3065540Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intrinio/intrinio.go' from root:root to runner:runner
2025-08-20T23:06:01.3066218Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intrinio' from root:root to runner:runner
2025-08-20T23:06:01.3067069Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3067837Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing.go' from root:root to runner:runner
2025-08-20T23:06:01.3068631Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3069474Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/visualcrossing' from root:root to runner:runner
2025-08-20T23:06:01.3070475Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3071240Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb.go' from root:root to runner:runner
2025-08-20T23:06:01.3072026Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3072740Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_cosmosdb/table.go' from root:root to runner:runner
2025-08-20T23:06:01.3073422Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_cosmosdb' from root:root to runner:runner
2025-08-20T23:06:01.3074300Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3075227Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3076075Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken.go' from root:root to runner:runner
2025-08-20T23:06:01.3076936Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforcerefreshtoken' from root:root to runner:runner
2025-08-20T23:06:01.3077687Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dotdigital/dotdigital_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3078520Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dotdigital/dotdigital.go' from root:root to runner:runner
2025-08-20T23:06:01.3079500Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dotdigital/dotdigital_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3080718Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dotdigital' from root:root to runner:runner
2025-08-20T23:06:01.3081714Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/protocolsio/protocolsio.go' from root:root to runner:runner
2025-08-20T23:06:01.3082581Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/protocolsio/protocolsio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3083332Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/protocolsio/protocolsio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3084004Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/protocolsio' from root:root to runner:runner
2025-08-20T23:06:01.3084804Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3085621Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3086369Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs.go' from root:root to runner:runner
2025-08-20T23:06:01.3087039Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v1' from root:root to runner:runner
2025-08-20T23:06:01.3087804Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3088606Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3089470Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs.go' from root:root to runner:runner
2025-08-20T23:06:01.3090148Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v2' from root:root to runner:runner
2025-08-20T23:06:01.3091006Z [00:04:46.283]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs' from root:root to runner:runner
2025-08-20T23:06:01.3091717Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/api2cart/api2cart.go' from root:root to runner:runner
2025-08-20T23:06:01.3092549Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/api2cart/api2cart_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3093369Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/api2cart/api2cart_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3094052Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/api2cart' from root:root to runner:runner
2025-08-20T23:06:01.3094820Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3095631Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3096367Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph.go' from root:root to runner:runner
2025-08-20T23:06:01.3097034Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraph' from root:root to runner:runner
2025-08-20T23:06:01.3097794Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loginradius/loginradius_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3098634Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loginradius/loginradius_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3099483Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loginradius/loginradius.go' from root:root to runner:runner
2025-08-20T23:06:01.3100150Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loginradius' from root:root to runner:runner
2025-08-20T23:06:01.3100977Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareapp/squareapp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3101699Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareapp/squareapp.go' from root:root to runner:runner
2025-08-20T23:06:01.3102440Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareapp/squareapp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3103102Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareapp' from root:root to runner:runner
2025-08-20T23:06:01.3103949Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtoken/npmtoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3104757Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtoken/npmtoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3105598Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtoken/npmtoken.go' from root:root to runner:runner
2025-08-20T23:06:01.3106250Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtoken' from root:root to runner:runner
2025-08-20T23:06:01.3106977Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/billomat/billomat_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3107756Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/billomat/billomat_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3108462Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/billomat/billomat.go' from root:root to runner:runner
2025-08-20T23:06:01.3109115Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/billomat' from root:root to runner:runner
2025-08-20T23:06:01.3110177Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currentsapi/currentsapi.go' from root:root to runner:runner
2025-08-20T23:06:01.3110963Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currentsapi/currentsapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3111804Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currentsapi/currentsapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3112479Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currentsapi' from root:root to runner:runner
2025-08-20T23:06:01.3113195Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apiflash/apiflash_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3113978Z [00:04:46.284]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apiflash/apiflash_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3114679Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apiflash/apiflash.go' from root:root to runner:runner
2025-08-20T23:06:01.3115335Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apiflash' from root:root to runner:runner
2025-08-20T23:06:01.3116073Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uclassify/uclassify.go' from root:root to runner:runner
2025-08-20T23:06:01.3116877Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uclassify/uclassify_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3117811Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uclassify/uclassify_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3118468Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uclassify' from root:root to runner:runner
2025-08-20T23:06:01.3119585Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/everhour/everhour_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3120373Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/everhour/everhour_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3121097Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/everhour/everhour.go' from root:root to runner:runner
2025-08-20T23:06:01.3121748Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/everhour' from root:root to runner:runner
2025-08-20T23:06:01.3122482Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netsuite/netsuite_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3123261Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netsuite/netsuite_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3123970Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netsuite/netsuite.go' from root:root to runner:runner
2025-08-20T23:06:01.3124620Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netsuite' from root:root to runner:runner
2025-08-20T23:06:01.3125444Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calorieninja/calorieninja_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3126223Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calorieninja/calorieninja.go' from root:root to runner:runner
2025-08-20T23:06:01.3126986Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calorieninja/calorieninja_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3127694Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calorieninja' from root:root to runner:runner
2025-08-20T23:06:01.3128475Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/liveagent/liveagent_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3129194Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/liveagent/liveagent.go' from root:root to runner:runner
2025-08-20T23:06:01.3130032Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/liveagent/liveagent_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3130818Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/liveagent' from root:root to runner:runner
2025-08-20T23:06:01.3131609Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedream/pipedream_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3132447Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedream/pipedream_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3133166Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedream/pipedream.go' from root:root to runner:runner
2025-08-20T23:06:01.3133825Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedream' from root:root to runner:runner
2025-08-20T23:06:01.3134758Z [00:04:46.285]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3135601Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3136416Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok.go' from root:root to runner:runner
2025-08-20T23:06:01.3137214Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:06:01.3138012Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bscscan/bscscan_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3138736Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bscscan/bscscan_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3139541Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bscscan/bscscan.go' from root:root to runner:runner
2025-08-20T23:06:01.3140192Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bscscan' from root:root to runner:runner
2025-08-20T23:06:01.3140938Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster.go' from root:root to runner:runner
2025-08-20T23:06:01.3141763Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3142560Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3143231Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ticketmaster' from root:root to runner:runner
2025-08-20T23:06:01.3144117Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsehub/parsehub_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3144818Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsehub/parsehub.go' from root:root to runner:runner
2025-08-20T23:06:01.3145700Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsehub/parsehub_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3146356Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsehub' from root:root to runner:runner
2025-08-20T23:06:01.3147133Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3148515Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3149529Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi.go' from root:root to runner:runner
2025-08-20T23:06:01.3150279Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timezoneapi' from root:root to runner:runner
2025-08-20T23:06:01.3151147Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/carboninterface/carboninterface_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3151937Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/carboninterface/carboninterface.go' from root:root to runner:runner
2025-08-20T23:06:01.3152737Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/carboninterface/carboninterface_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3153427Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/carboninterface' from root:root to runner:runner
2025-08-20T23:06:01.3154208Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klipfolio/klipfolio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3154953Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klipfolio/klipfolio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3155674Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klipfolio/klipfolio.go' from root:root to runner:runner
2025-08-20T23:06:01.3156330Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klipfolio' from root:root to runner:runner
2025-08-20T23:06:01.3157113Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apifonica/apifonica_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3157992Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apifonica/apifonica_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3158707Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apifonica/apifonica.go' from root:root to runner:runner
2025-08-20T23:06:01.3159713Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apifonica' from root:root to runner:runner
2025-08-20T23:06:01.3160499Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slack/slack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3161201Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slack/slack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3161882Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slack/slack.go' from root:root to runner:runner
2025-08-20T23:06:01.3162531Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slack' from root:root to runner:runner
2025-08-20T23:06:01.3163312Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besnappy/besnappy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3164022Z [00:04:46.286]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besnappy/besnappy.go' from root:root to runner:runner
2025-08-20T23:06:01.3164784Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besnappy/besnappy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3165437Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besnappy' from root:root to runner:runner
2025-08-20T23:06:01.3166214Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartystreets/smartystreets_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3167044Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartystreets/smartystreets_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3167805Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartystreets/smartystreets.go' from root:root to runner:runner
2025-08-20T23:06:01.3168481Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartystreets' from root:root to runner:runner
2025-08-20T23:06:01.3169293Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3170135Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi.go' from root:root to runner:runner
2025-08-20T23:06:01.3171003Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3171662Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zendeskapi' from root:root to runner:runner
2025-08-20T23:06:01.3172474Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/runrunit/runrunit.go' from root:root to runner:runner
2025-08-20T23:06:01.3173251Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/runrunit/runrunit_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3174011Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/runrunit/runrunit_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3174696Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/runrunit' from root:root to runner:runner
2025-08-20T23:06:01.3175421Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/omnisend/omnisend_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3176133Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/omnisend/omnisend.go' from root:root to runner:runner
2025-08-20T23:06:01.3176906Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/omnisend/omnisend_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3177568Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/omnisend' from root:root to runner:runner
2025-08-20T23:06:01.3178271Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dynalist/dynalist.go' from root:root to runner:runner
2025-08-20T23:06:01.3179052Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dynalist/dynalist_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3179902Z [00:04:46.287]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dynalist/dynalist_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3180588Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dynalist' from root:root to runner:runner
2025-08-20T23:06:01.3181330Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vbout/vbout_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3182017Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vbout/vbout.go' from root:root to runner:runner
2025-08-20T23:06:01.3182765Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vbout/vbout_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3183403Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vbout' from root:root to runner:runner
2025-08-20T23:06:01.3184243Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/etherscan/etherscan.go' from root:root to runner:runner
2025-08-20T23:06:01.3185030Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/etherscan/etherscan_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3185916Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/etherscan/etherscan_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3186582Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/etherscan' from root:root to runner:runner
2025-08-20T23:06:01.3187372Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlayer/coinlayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3188103Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlayer/coinlayer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3188853Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlayer/coinlayer.go' from root:root to runner:runner
2025-08-20T23:06:01.3189800Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlayer' from root:root to runner:runner
2025-08-20T23:06:01.3190531Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airship/airship.go' from root:root to runner:runner
2025-08-20T23:06:01.3191262Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airship/airship_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3192032Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airship/airship_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3192680Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airship' from root:root to runner:runner
2025-08-20T23:06:01.3193461Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3194298Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3195058Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.3195731Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/segmentapikey' from root:root to runner:runner
2025-08-20T23:06:01.3196467Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphhopper/graphhopper.go' from root:root to runner:runner
2025-08-20T23:06:01.3197375Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphhopper/graphhopper_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3198185Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphhopper/graphhopper_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3198951Z [00:04:46.288]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphhopper' from root:root to runner:runner
2025-08-20T23:06:01.3199908Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loggly/loggly_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3200619Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loggly/loggly.go' from root:root to runner:runner
2025-08-20T23:06:01.3201372Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loggly/loggly_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3202030Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loggly' from root:root to runner:runner
2025-08-20T23:06:01.3202716Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openai/openai.go' from root:root to runner:runner
2025-08-20T23:06:01.3203425Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openai/openai_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3204183Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openai/openai_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3204830Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openai' from root:root to runner:runner
2025-08-20T23:06:01.3205640Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3206478Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3207256Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs.go' from root:root to runner:runner
2025-08-20T23:06:01.3207935Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/peopledatalabs' from root:root to runner:runner
2025-08-20T23:06:01.3208639Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diffbot/diffbot.go' from root:root to runner:runner
2025-08-20T23:06:01.3209500Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diffbot/diffbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3210374Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diffbot/diffbot_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3211021Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diffbot' from root:root to runner:runner
2025-08-20T23:06:01.3211919Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/square/square_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3212632Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/square/square_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3213312Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/square/square.go' from root:root to runner:runner
2025-08-20T23:06:01.3213963Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/square' from root:root to runner:runner
2025-08-20T23:06:01.3214668Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/logzio/logzio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3215430Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/logzio/logzio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3216504Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/logzio/logzio.go' from root:root to runner:runner
2025-08-20T23:06:01.3217485Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/logzio' from root:root to runner:runner
2025-08-20T23:06:01.3218323Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3219087Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken.go' from root:root to runner:runner
2025-08-20T23:06:01.3220013Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3220698Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supabasetoken' from root:root to runner:runner
2025-08-20T23:06:01.3221476Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sugester/sugester_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3222204Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sugester/sugester_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3222912Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sugester/sugester.go' from root:root to runner:runner
2025-08-20T23:06:01.3223562Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sugester' from root:root to runner:runner
2025-08-20T23:06:01.3224461Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/whoxy/whoxy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3225336Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/whoxy/whoxy.go' from root:root to runner:runner
2025-08-20T23:06:01.3226077Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/whoxy/whoxy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3226795Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/whoxy' from root:root to runner:runner
2025-08-20T23:06:01.3234048Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sheety/sheety.go' from root:root to runner:runner
2025-08-20T23:06:01.3234909Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sheety/sheety_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3235721Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sheety/sheety_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3236395Z [00:04:46.289]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sheety' from root:root to runner:runner
2025-08-20T23:06:01.3237098Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngrok/ngrok.go' from root:root to runner:runner
2025-08-20T23:06:01.3237818Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngrok/ngrok_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3238579Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngrok/ngrok_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3239220Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngrok' from root:root to runner:runner
2025-08-20T23:06:01.3240274Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moderation/moderation_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3241029Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moderation/moderation.go' from root:root to runner:runner
2025-08-20T23:06:01.3241837Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moderation/moderation_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3242512Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moderation' from root:root to runner:runner
2025-08-20T23:06:01.3243233Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formcraft/formcraft.go' from root:root to runner:runner
2025-08-20T23:06:01.3244213Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formcraft/formcraft_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3244958Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formcraft/formcraft_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3245733Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formcraft' from root:root to runner:runner
2025-08-20T23:06:01.3246540Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken.go' from root:root to runner:runner
2025-08-20T23:06:01.3247365Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3248232Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3248939Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/phraseaccesstoken' from root:root to runner:runner
2025-08-20T23:06:01.3249782Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/todoist/todoist_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3250556Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/todoist/todoist_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3251258Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/todoist/todoist.go' from root:root to runner:runner
2025-08-20T23:06:01.3251912Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/todoist' from root:root to runner:runner
2025-08-20T23:06:01.3252602Z [00:04:46.290]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flickr/flickr.go' from root:root to runner:runner
2025-08-20T23:06:01.3253354Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flickr/flickr_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3254067Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flickr/flickr_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3254706Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flickr' from root:root to runner:runner
2025-08-20T23:06:01.3255421Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ayrshare/ayrshare.go' from root:root to runner:runner
2025-08-20T23:06:01.3256195Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ayrshare/ayrshare_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3257050Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ayrshare/ayrshare_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3257711Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ayrshare' from root:root to runner:runner
2025-08-20T23:06:01.3258565Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3259311Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot.go' from root:root to runner:runner
2025-08-20T23:06:01.3260380Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3261065Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uptimerobot' from root:root to runner:runner
2025-08-20T23:06:01.3261805Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abstract/abstract_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3262583Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abstract/abstract_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3263293Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abstract/abstract.go' from root:root to runner:runner
2025-08-20T23:06:01.3263954Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abstract' from root:root to runner:runner
2025-08-20T23:06:01.3264727Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/packagecloud/packagecloud.go' from root:root to runner:runner
2025-08-20T23:06:01.3265562Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/packagecloud/packagecloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3266335Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/packagecloud/packagecloud_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3267192Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/packagecloud' from root:root to runner:runner
2025-08-20T23:06:01.3267881Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/notion/notion.go' from root:root to runner:runner
2025-08-20T23:06:01.3268642Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/notion/notion_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3269553Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/notion/notion_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3270346Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/notion' from root:root to runner:runner
2025-08-20T23:06:01.3271155Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/insightly/insightly_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3272033Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/insightly/insightly_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3272759Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/insightly/insightly.go' from root:root to runner:runner
2025-08-20T23:06:01.3273427Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/insightly' from root:root to runner:runner
2025-08-20T23:06:01.3274159Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ldap/ldap_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3274913Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ldap/ldap_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3275600Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ldap/ldap.go' from root:root to runner:runner
2025-08-20T23:06:01.3276250Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ldap' from root:root to runner:runner
2025-08-20T23:06:01.3277053Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectify/detectify_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3277769Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectify/detectify.go' from root:root to runner:runner
2025-08-20T23:06:01.3278520Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectify/detectify_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3279178Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectify' from root:root to runner:runner
2025-08-20T23:06:01.3280113Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openuv/openuv.go' from root:root to runner:runner
2025-08-20T23:06:01.3281074Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openuv/openuv_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3281794Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openuv/openuv_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3282454Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openuv' from root:root to runner:runner
2025-08-20T23:06:01.3283303Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3284147Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey.go' from root:root to runner:runner
2025-08-20T23:06:01.3285619Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3286653Z [00:04:46.291]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bingsubscriptionkey' from root:root to runner:runner
2025-08-20T23:06:01.3287449Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v1/gitlab_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3288202Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v1/gitlab_v1_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3288901Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v1/gitlab.go' from root:root to runner:runner
2025-08-20T23:06:01.3289722Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v1' from root:root to runner:runner
2025-08-20T23:06:01.3290480Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_v2.go' from root:root to runner:runner
2025-08-20T23:06:01.3291214Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_v2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3291994Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3292686Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v2' from root:root to runner:runner
2025-08-20T23:06:01.3293366Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab' from root:root to runner:runner
2025-08-20T23:06:01.3294096Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flexport/flexport_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3294934Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flexport/flexport.go' from root:root to runner:runner
2025-08-20T23:06:01.3295604Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flexport' from root:root to runner:runner
2025-08-20T23:06:01.3296365Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clearbit/clearbit_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3297146Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clearbit/clearbit_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3297859Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clearbit/clearbit.go' from root:root to runner:runner
2025-08-20T23:06:01.3298520Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clearbit' from root:root to runner:runner
2025-08-20T23:06:01.3299508Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/multi_part_credential_provider_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3300323Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloverly/cloverly_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3301056Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloverly/cloverly_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3301767Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloverly/cloverly.go' from root:root to runner:runner
2025-08-20T23:06:01.3302431Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloverly' from root:root to runner:runner
2025-08-20T23:06:01.3303148Z [00:04:46.292]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sparkpost/sparkpost.go' from root:root to runner:runner
2025-08-20T23:06:01.3303887Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sparkpost/sparkpost_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3304681Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sparkpost/sparkpost_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3305341Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sparkpost' from root:root to runner:runner
2025-08-20T23:06:01.3306058Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cannyio/cannyio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3306752Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cannyio/cannyio.go' from root:root to runner:runner
2025-08-20T23:06:01.3307635Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cannyio/cannyio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3308286Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cannyio' from root:root to runner:runner
2025-08-20T23:06:01.3309022Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey.go' from root:root to runner:runner
2025-08-20T23:06:01.3310063Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3310892Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3311594Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v1' from root:root to runner:runner
2025-08-20T23:06:01.3312458Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey.go' from root:root to runner:runner
2025-08-20T23:06:01.3313210Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3314014Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3314745Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v2' from root:root to runner:runner
2025-08-20T23:06:01.3315452Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey' from root:root to runner:runner
2025-08-20T23:06:01.3316189Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paystack/paystack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3316966Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paystack/paystack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3317686Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paystack/paystack.go' from root:root to runner:runner
2025-08-20T23:06:01.3318336Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paystack' from root:root to runner:runner
2025-08-20T23:06:01.3319055Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepai/deepai_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3320061Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepai/deepai_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3320910Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepai/deepai.go' from root:root to runner:runner
2025-08-20T23:06:01.3321557Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepai' from root:root to runner:runner
2025-08-20T23:06:01.3322284Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cliengo/cliengo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3322981Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cliengo/cliengo.go' from root:root to runner:runner
2025-08-20T23:06:01.3323746Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cliengo/cliengo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3324405Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cliengo' from root:root to runner:runner
2025-08-20T23:06:01.3325201Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3326230Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3327008Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken.go' from root:root to runner:runner
2025-08-20T23:06:01.3327704Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordbottoken' from root:root to runner:runner
2025-08-20T23:06:01.3328474Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postmark/postmark_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3329257Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postmark/postmark_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3330098Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postmark/postmark.go' from root:root to runner:runner
2025-08-20T23:06:01.3330758Z [00:04:46.293]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postmark' from root:root to runner:runner
2025-08-20T23:06:01.3331538Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abyssale/abyssale_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3332266Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abyssale/abyssale_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3332974Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abyssale/abyssale.go' from root:root to runner:runner
2025-08-20T23:06:01.3333624Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abyssale' from root:root to runner:runner
2025-08-20T23:06:01.3334498Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nvapi/nvapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3335202Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nvapi/nvapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3335882Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nvapi/nvapi.go' from root:root to runner:runner
2025-08-20T23:06:01.3336527Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nvapi' from root:root to runner:runner
2025-08-20T23:06:01.3337289Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth.go' from root:root to runner:runner
2025-08-20T23:06:01.3338166Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3339049Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3339840Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/facebookoauth' from root:root to runner:runner
2025-08-20T23:06:01.3340585Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimetrics/apimetrics.go' from root:root to runner:runner
2025-08-20T23:06:01.3341327Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimetrics/apimetrics_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3342136Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimetrics/apimetrics_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3342797Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimetrics' from root:root to runner:runner
2025-08-20T23:06:01.3343555Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salescookie/salescookie_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3344371Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salescookie/salescookie_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3345113Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salescookie/salescookie.go' from root:root to runner:runner
2025-08-20T23:06:01.3345796Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salescookie' from root:root to runner:runner
2025-08-20T23:06:01.3346561Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertkit/convertkit.go' from root:root to runner:runner
2025-08-20T23:06:01.3347466Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertkit/convertkit_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3348263Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertkit/convertkit_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3348938Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertkit' from root:root to runner:runner
2025-08-20T23:06:01.3349883Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/m3o/m3o.go' from root:root to runner:runner
2025-08-20T23:06:01.3350657Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/m3o/m3o_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3351379Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/m3o/m3o_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3352160Z [00:04:46.294]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/m3o' from root:root to runner:runner
2025-08-20T23:06:01.3353090Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pinata/pinata.go' from root:root to runner:runner
2025-08-20T23:06:01.3354306Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pinata/pinata_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3355105Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pinata/pinata_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3355765Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pinata' from root:root to runner:runner
2025-08-20T23:06:01.3356513Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appsynergy/appsynergy.go' from root:root to runner:runner
2025-08-20T23:06:01.3357276Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appsynergy/appsynergy_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3358090Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appsynergy/appsynergy_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3358753Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appsynergy' from root:root to runner:runner
2025-08-20T23:06:01.3359760Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.3360552Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3361512Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3362188Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nugetapikey' from root:root to runner:runner
2025-08-20T23:06:01.3362921Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lendflow/lendflow_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3363704Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lendflow/lendflow_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3364407Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lendflow/lendflow.go' from root:root to runner:runner
2025-08-20T23:06:01.3365076Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lendflow' from root:root to runner:runner
2025-08-20T23:06:01.3365794Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anthropic/anthropic.go' from root:root to runner:runner
2025-08-20T23:06:01.3366735Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anthropic/anthropic_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3367483Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anthropic/anthropic_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3368148Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anthropic' from root:root to runner:runner
2025-08-20T23:06:01.3368932Z [00:04:46.295]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shodankey/shodankey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3369795Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shodankey/shodankey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3370518Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shodankey/shodankey.go' from root:root to runner:runner
2025-08-20T23:06:01.3371179Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shodankey' from root:root to runner:runner
2025-08-20T23:06:01.3371882Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagarme/pagarme.go' from root:root to runner:runner
2025-08-20T23:06:01.3372603Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagarme/pagarme_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3373377Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagarme/pagarme_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3374027Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagarme' from root:root to runner:runner
2025-08-20T23:06:01.3374959Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getresponse/getresponse_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3375725Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getresponse/getresponse_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3376461Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getresponse/getresponse.go' from root:root to runner:runner
2025-08-20T23:06:01.3377132Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getresponse' from root:root to runner:runner
2025-08-20T23:06:01.3377854Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dropbox/dropbox_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3378550Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dropbox/dropbox.go' from root:root to runner:runner
2025-08-20T23:06:01.3379525Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dropbox/dropbox_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3380192Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dropbox' from root:root to runner:runner
2025-08-20T23:06:01.3380941Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/common.go' from root:root to runner:runner
2025-08-20T23:06:01.3381758Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1/spv1.go' from root:root to runner:runner
2025-08-20T23:06:01.3382627Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1/spv1_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3383445Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1/spv1_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3384206Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1' from root:root to runner:runner
2025-08-20T23:06:01.3384970Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/sp.go' from root:root to runner:runner
2025-08-20T23:06:01.3385782Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2/spv2.go' from root:root to runner:runner
2025-08-20T23:06:01.3386592Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2/spv2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3387625Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2/spv2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3388374Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2' from root:root to runner:runner
2025-08-20T23:06:01.3389112Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal' from root:root to runner:runner
2025-08-20T23:06:01.3390221Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3391102Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3391892Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken.go' from root:root to runner:runner
2025-08-20T23:06:01.3392745Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/refreshtoken' from root:root to runner:runner
2025-08-20T23:06:01.3393569Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/common_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3394243Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra' from root:root to runner:runner
2025-08-20T23:06:01.3395062Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3395862Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey.go' from root:root to runner:runner
2025-08-20T23:06:01.3396721Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3397419Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubpublishkey' from root:root to runner:runner
2025-08-20T23:06:01.3398189Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squarespace/squarespace_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3398962Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squarespace/squarespace.go' from root:root to runner:runner
2025-08-20T23:06:01.3399995Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squarespace/squarespace_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3400678Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squarespace' from root:root to runner:runner
2025-08-20T23:06:01.3401529Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boxoauth/boxoauth.go' from root:root to runner:runner
2025-08-20T23:06:01.3402313Z [00:04:46.296]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boxoauth/boxoauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3403078Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boxoauth/boxoauth_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3403734Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boxoauth' from root:root to runner:runner
2025-08-20T23:06:01.3404470Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/siteleaf/siteleaf_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3405177Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/siteleaf/siteleaf.go' from root:root to runner:runner
2025-08-20T23:06:01.3406054Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/siteleaf/siteleaf_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3406716Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/siteleaf' from root:root to runner:runner
2025-08-20T23:06:01.3407489Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timecamp/timecamp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3408224Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timecamp/timecamp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3408923Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timecamp/timecamp.go' from root:root to runner:runner
2025-08-20T23:06:01.3409695Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timecamp' from root:root to runner:runner
2025-08-20T23:06:01.3410398Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mite/mite_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3411139Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mite/mite_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3411808Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mite/mite.go' from root:root to runner:runner
2025-08-20T23:06:01.3412449Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mite' from root:root to runner:runner
2025-08-20T23:06:01.3413218Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook.go' from root:root to runner:runner
2025-08-20T23:06:01.3414124Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3414969Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3415655Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordwebhook' from root:root to runner:runner
2025-08-20T23:06:01.3416357Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/frameio/frameio.go' from root:root to runner:runner
2025-08-20T23:06:01.3417084Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/frameio/frameio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3417856Z [00:04:46.297]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/frameio/frameio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3418511Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/frameio' from root:root to runner:runner
2025-08-20T23:06:01.3419418Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/razorpay/razorpay.go' from root:root to runner:runner
2025-08-20T23:06:01.3420168Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/razorpay/razorpay_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3420949Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/razorpay/razorpay_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3421607Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/razorpay' from root:root to runner:runner
2025-08-20T23:06:01.3422929Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/findl/findl_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3423701Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/findl/findl.go' from root:root to runner:runner
2025-08-20T23:06:01.3424470Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/findl/findl_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3425121Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/findl' from root:root to runner:runner
2025-08-20T23:06:01.3425863Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocardless/gocardless.go' from root:root to runner:runner
2025-08-20T23:06:01.3426665Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocardless/gocardless_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3427411Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocardless/gocardless_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3428218Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocardless' from root:root to runner:runner
2025-08-20T23:06:01.3428955Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clientary/clientary_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3429949Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clientary/clientary.go' from root:root to runner:runner
2025-08-20T23:06:01.3430756Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clientary/clientary_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3431427Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clientary' from root:root to runner:runner
2025-08-20T23:06:01.3432196Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pixabay/pixabay_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3433024Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pixabay/pixabay.go' from root:root to runner:runner
2025-08-20T23:06:01.3433748Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pixabay/pixabay_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3434406Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pixabay' from root:root to runner:runner
2025-08-20T23:06:01.3435138Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailmodo/mailmodo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3435925Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailmodo/mailmodo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3436630Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailmodo/mailmodo.go' from root:root to runner:runner
2025-08-20T23:06:01.3437287Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailmodo' from root:root to runner:runner
2025-08-20T23:06:01.3438031Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/foursquare/foursquare.go' from root:root to runner:runner
2025-08-20T23:06:01.3438874Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/foursquare/foursquare_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3439868Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/foursquare/foursquare_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3440559Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/foursquare' from root:root to runner:runner
2025-08-20T23:06:01.3441452Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/marketstack/marketstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3442256Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/marketstack/marketstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3442998Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/marketstack/marketstack.go' from root:root to runner:runner
2025-08-20T23:06:01.3443660Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/marketstack' from root:root to runner:runner
2025-08-20T23:06:01.3444520Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey.go' from root:root to runner:runner
2025-08-20T23:06:01.3445447Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3446431Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3447208Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey' from root:root to runner:runner
2025-08-20T23:06:01.3447917Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagement' from root:root to runner:runner
2025-08-20T23:06:01.3448605Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flatio/flatio.go' from root:root to runner:runner
2025-08-20T23:06:01.3449478Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flatio/flatio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3450192Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flatio/flatio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3450836Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flatio' from root:root to runner:runner
2025-08-20T23:06:01.3451567Z [00:04:46.298]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ritekit/ritekit_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3452336Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ritekit/ritekit_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3453037Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ritekit/ritekit.go' from root:root to runner:runner
2025-08-20T23:06:01.3453720Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ritekit' from root:root to runner:runner
2025-08-20T23:06:01.3454567Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shortcut/shortcut_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3455347Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shortcut/shortcut_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3456056Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shortcut/shortcut.go' from root:root to runner:runner
2025-08-20T23:06:01.3456710Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shortcut' from root:root to runner:runner
2025-08-20T23:06:01.3457517Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snykkey/snykkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3458238Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snykkey/snykkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3459040Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snykkey/snykkey.go' from root:root to runner:runner
2025-08-20T23:06:01.3459793Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snykkey' from root:root to runner:runner
2025-08-20T23:06:01.3460525Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken.go' from root:root to runner:runner
2025-08-20T23:06:01.3461275Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3462077Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3462750Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v1' from root:root to runner:runner
2025-08-20T23:06:01.3463494Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2.go' from root:root to runner:runner
2025-08-20T23:06:01.3464309Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3465071Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3465749Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v2' from root:root to runner:runner
2025-08-20T23:06:01.3466404Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken' from root:root to runner:runner
2025-08-20T23:06:01.3467403Z [00:04:46.299]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3468187Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey.go' from root:root to runner:runner
2025-08-20T23:06:01.3469147Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3470150Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurefunctionkey' from root:root to runner:runner
2025-08-20T23:06:01.3470924Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormboard/stormboard_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3471724Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormboard/stormboard_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3472453Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormboard/stormboard.go' from root:root to runner:runner
2025-08-20T23:06:01.3473120Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormboard' from root:root to runner:runner
2025-08-20T23:06:01.3473882Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/speechtextai/speechtextai_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3474724Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/speechtextai/speechtextai_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3475473Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/speechtextai/speechtextai.go' from root:root to runner:runner
2025-08-20T23:06:01.3476148Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/speechtextai' from root:root to runner:runner
2025-08-20T23:06:01.3476932Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3477780Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3478549Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces.go' from root:root to runner:runner
2025-08-20T23:06:01.3479234Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkspaces' from root:root to runner:runner
2025-08-20T23:06:01.3480278Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adafruitio/adafruitio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3481197Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adafruitio/adafruitio.go' from root:root to runner:runner
2025-08-20T23:06:01.3481946Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adafruitio/adafruitio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3482715Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adafruitio' from root:root to runner:runner
2025-08-20T23:06:01.3483495Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocanvas/gocanvas_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3484211Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocanvas/gocanvas.go' from root:root to runner:runner
2025-08-20T23:06:01.3484973Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocanvas/gocanvas_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3485632Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocanvas' from root:root to runner:runner
2025-08-20T23:06:01.3486339Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meraki/meraki_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3487094Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meraki/meraki_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3487786Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meraki/meraki.go' from root:root to runner:runner
2025-08-20T23:06:01.3488428Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meraki' from root:root to runner:runner
2025-08-20T23:06:01.3489115Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wistia/wistia.go' from root:root to runner:runner
2025-08-20T23:06:01.3489979Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wistia/wistia_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3490795Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wistia/wistia_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3492042Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wistia' from root:root to runner:runner
2025-08-20T23:06:01.3492825Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tickettailor/tickettailor.go' from root:root to runner:runner
2025-08-20T23:06:01.3493592Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tickettailor/tickettailor_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3494413Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tickettailor/tickettailor_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3495227Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tickettailor' from root:root to runner:runner
2025-08-20T23:06:01.3496146Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingant/scrapingant_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3496885Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingant/scrapingant.go' from root:root to runner:runner
2025-08-20T23:06:01.3497645Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingant/scrapingant_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3498324Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingant' from root:root to runner:runner
2025-08-20T23:06:01.3499475Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey.go' from root:root to runner:runner
2025-08-20T23:06:01.3500506Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3501564Z [00:04:46.300]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3502357Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey' from root:root to runner:runner
2025-08-20T23:06:01.3503044Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngc/ngc_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3503775Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngc/ngc_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3504436Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngc/ngc.go' from root:root to runner:runner
2025-08-20T23:06:01.3505071Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngc' from root:root to runner:runner
2025-08-20T23:06:01.3505799Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qualaroo/qualaroo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3506526Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qualaroo/qualaroo.go' from root:root to runner:runner
2025-08-20T23:06:01.3507304Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qualaroo/qualaroo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3508079Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qualaroo' from root:root to runner:runner
2025-08-20T23:06:01.3508830Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken.go' from root:root to runner:runner
2025-08-20T23:06:01.3510062Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3510878Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3511569Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v1' from root:root to runner:runner
2025-08-20T23:06:01.3512312Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken.go' from root:root to runner:runner
2025-08-20T23:06:01.3513140Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3513902Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3514585Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v2' from root:root to runner:runner
2025-08-20T23:06:01.3515253Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken' from root:root to runner:runner
2025-08-20T23:06:01.3516018Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapestack/scrapestack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3516826Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapestack/scrapestack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3517596Z [00:04:46.301]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapestack/scrapestack.go' from root:root to runner:runner
2025-08-20T23:06:01.3518271Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapestack' from root:root to runner:runner
2025-08-20T23:06:01.3519224Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3520463Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken.go' from root:root to runner:runner
2025-08-20T23:06:01.3521488Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3522386Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken' from root:root to runner:runner
2025-08-20T23:06:01.3523276Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastforex/fastforex_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3523998Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastforex/fastforex.go' from root:root to runner:runner
2025-08-20T23:06:01.3524746Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastforex/fastforex_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3525432Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastforex' from root:root to runner:runner
2025-08-20T23:06:01.3526144Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/closecrm/close_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3526875Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/closecrm/close.go' from root:root to runner:runner
2025-08-20T23:06:01.3527639Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/closecrm/close_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3528294Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/closecrm' from root:root to runner:runner
2025-08-20T23:06:01.3529047Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tatumio/tatumio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3529888Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tatumio/tatumio.go' from root:root to runner:runner
2025-08-20T23:06:01.3530664Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tatumio/tatumio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3531312Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tatumio' from root:root to runner:runner
2025-08-20T23:06:01.3532087Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databox/databox_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3532804Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databox/databox_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3533503Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databox/databox.go' from root:root to runner:runner
2025-08-20T23:06:01.3534152Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databox' from root:root to runner:runner
2025-08-20T23:06:01.3534987Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nethunt/nethunt_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3535684Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nethunt/nethunt.go' from root:root to runner:runner
2025-08-20T23:06:01.3536555Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nethunt/nethunt_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3537204Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nethunt' from root:root to runner:runner
2025-08-20T23:06:01.3537948Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autoklose/autoklose_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3538733Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autoklose/autoklose_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3539619Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autoklose/autoklose.go' from root:root to runner:runner
2025-08-20T23:06:01.3540293Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autoklose' from root:root to runner:runner
2025-08-20T23:06:01.3541000Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hybiscus/hybiscus.go' from root:root to runner:runner
2025-08-20T23:06:01.3541782Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hybiscus/hybiscus_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3542505Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hybiscus/hybiscus_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3543165Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hybiscus' from root:root to runner:runner
2025-08-20T23:06:01.3544046Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3544839Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3545598Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2.go' from root:root to runner:runner
2025-08-20T23:06:01.3546288Z [00:04:46.302]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceanv2' from root:root to runner:runner
2025-08-20T23:06:01.3546972Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kraken/kraken.go' from root:root to runner:runner
2025-08-20T23:06:01.3547867Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kraken/kraken_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3548610Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kraken/kraken_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3549548Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kraken' from root:root to runner:runner
2025-08-20T23:06:01.3550449Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openvpn/openvpn_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3551167Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openvpn/openvpn.go' from root:root to runner:runner
2025-08-20T23:06:01.3551951Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openvpn/openvpn_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3552608Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openvpn' from root:root to runner:runner
2025-08-20T23:06:01.3553309Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guru/guru_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3553988Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guru/guru.go' from root:root to runner:runner
2025-08-20T23:06:01.3554740Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guru/guru_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3555380Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guru' from root:root to runner:runner
2025-08-20T23:06:01.3556150Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mongodb/mongodb_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3556850Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mongodb/mongodb.go' from root:root to runner:runner
2025-08-20T23:06:01.3557569Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mongodb/mongodb_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3558219Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mongodb' from root:root to runner:runner
2025-08-20T23:06:01.3558943Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/column/column.go' from root:root to runner:runner
2025-08-20T23:06:01.3560390Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/column/column_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3561300Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/column/column_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3562108Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/column' from root:root to runner:runner
2025-08-20T23:06:01.3562800Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/streak/streak.go' from root:root to runner:runner
2025-08-20T23:06:01.3563661Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/streak/streak_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3564376Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/streak/streak_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3565022Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/streak' from root:root to runner:runner
2025-08-20T23:06:01.3565830Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3566562Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub.go' from root:root to runner:runner
2025-08-20T23:06:01.3567311Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3567986Z [00:04:46.303]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v1' from root:root to runner:runner
2025-08-20T23:06:01.3568793Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3569770Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub.go' from root:root to runner:runner
2025-08-20T23:06:01.3570547Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3571233Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v2' from root:root to runner:runner
2025-08-20T23:06:01.3571898Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub' from root:root to runner:runner
2025-08-20T23:06:01.3572670Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3573496Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3574246Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms.go' from root:root to runner:runner
2025-08-20T23:06:01.3575096Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clicksendsms' from root:root to runner:runner
2025-08-20T23:06:01.3575892Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3576855Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3577639Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey.go' from root:root to runner:runner
2025-08-20T23:06:01.3578338Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amplitudeapikey' from root:root to runner:runner
2025-08-20T23:06:01.3579030Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/urlscan/urlscan.go' from root:root to runner:runner
2025-08-20T23:06:01.3579924Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/urlscan/urlscan_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3580650Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/urlscan/urlscan_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3581328Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/urlscan' from root:root to runner:runner
2025-08-20T23:06:01.3582106Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulksms/bulksms_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3582818Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulksms/bulksms_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3583560Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulksms/bulksms.go' from root:root to runner:runner
2025-08-20T23:06:01.3584223Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulksms' from root:root to runner:runner
2025-08-20T23:06:01.3584986Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oanda/oanda_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3585673Z [00:04:46.304]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oanda/oanda.go' from root:root to runner:runner
2025-08-20T23:06:01.3586417Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oanda/oanda_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3587062Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oanda' from root:root to runner:runner
2025-08-20T23:06:01.3587772Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/honeycomb/honeycomb.go' from root:root to runner:runner
2025-08-20T23:06:01.3588688Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/honeycomb/honeycomb_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3589635Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/honeycomb/honeycomb_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3590315Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/honeycomb' from root:root to runner:runner
2025-08-20T23:06:01.3591041Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforce/salesforce.go' from root:root to runner:runner
2025-08-20T23:06:01.3591852Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforce/salesforce_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3592597Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforce/salesforce_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3593269Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforce' from root:root to runner:runner
2025-08-20T23:06:01.3594077Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/generic/generic_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3594796Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/generic/generic_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3595493Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/generic/generic.go' from root:root to runner:runner
2025-08-20T23:06:01.3596140Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/generic' from root:root to runner:runner
2025-08-20T23:06:01.3596941Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperbox/scraperbox_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3597669Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperbox/scraperbox.go' from root:root to runner:runner
2025-08-20T23:06:01.3598418Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperbox/scraperbox_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3599097Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperbox' from root:root to runner:runner
2025-08-20T23:06:01.3600259Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep.go' from root:root to runner:runner
2025-08-20T23:06:01.3601161Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3602368Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3603196Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/financialmodelingprep' from root:root to runner:runner
2025-08-20T23:06:01.3603916Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatbot/chatbot_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3604646Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatbot/chatbot.go' from root:root to runner:runner
2025-08-20T23:06:01.3605418Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatbot/chatbot_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3606069Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatbot' from root:root to runner:runner
2025-08-20T23:06:01.3606793Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/polygon/polygon_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3607487Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/polygon/polygon.go' from root:root to runner:runner
2025-08-20T23:06:01.3608262Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/polygon/polygon_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3608905Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/polygon' from root:root to runner:runner
2025-08-20T23:06:01.3609875Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/veriphone/veriphone_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3610674Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/veriphone/veriphone_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3611396Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/veriphone/veriphone.go' from root:root to runner:runner
2025-08-20T23:06:01.3612060Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/veriphone' from root:root to runner:runner
2025-08-20T23:06:01.3612770Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/agora/agora_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3613544Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/agora/agora_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3614218Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/agora/agora.go' from root:root to runner:runner
2025-08-20T23:06:01.3614995Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/agora' from root:root to runner:runner
2025-08-20T23:06:01.3615679Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gemini/gemini.go' from root:root to runner:runner
2025-08-20T23:06:01.3616541Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gemini/gemini_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3617251Z [00:04:46.305]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gemini/gemini_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3617902Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gemini' from root:root to runner:runner
2025-08-20T23:06:01.3618714Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skybiometry/skybiometry_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3619584Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skybiometry/skybiometry_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3620349Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skybiometry/skybiometry.go' from root:root to runner:runner
2025-08-20T23:06:01.3621044Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skybiometry' from root:root to runner:runner
2025-08-20T23:06:01.3621813Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk.go' from root:root to runner:runner
2025-08-20T23:06:01.3622563Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3623364Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3624055Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sportsmonk' from root:root to runner:runner
2025-08-20T23:06:01.3624793Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verifier/verifier_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3625499Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verifier/verifier.go' from root:root to runner:runner
2025-08-20T23:06:01.3626279Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verifier/verifier_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3626936Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verifier' from root:root to runner:runner
2025-08-20T23:06:01.3628471Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/infura/infura_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3629274Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/infura/infura_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3630225Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/infura/infura.go' from root:root to runner:runner
2025-08-20T23:06:01.3630896Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/infura' from root:root to runner:runner
2025-08-20T23:06:01.3631565Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hive/hive.go' from root:root to runner:runner
2025-08-20T23:06:01.3632265Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hive/hive_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3633004Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hive/hive_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3633642Z [00:04:46.306]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hive' from root:root to runner:runner
2025-08-20T23:06:01.3634349Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/copper/copper_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3635035Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/copper/copper.go' from root:root to runner:runner
2025-08-20T23:06:01.3635792Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/copper/copper_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3636457Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/copper' from root:root to runner:runner
2025-08-20T23:06:01.3637188Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuscake/statuscake.go' from root:root to runner:runner
2025-08-20T23:06:01.3637939Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuscake/statuscake_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3638769Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuscake/statuscake_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3639709Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuscake' from root:root to runner:runner
2025-08-20T23:06:01.3640461Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gyazo/gyazo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3641149Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gyazo/gyazo.go' from root:root to runner:runner
2025-08-20T23:06:01.3642031Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gyazo/gyazo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3642702Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gyazo' from root:root to runner:runner
2025-08-20T23:06:01.3643634Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3644515Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3645318Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey.go' from root:root to runner:runner
2025-08-20T23:06:01.3646003Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeuserkey' from root:root to runner:runner
2025-08-20T23:06:01.3646745Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/web3storage/web3storage.go' from root:root to runner:runner
2025-08-20T23:06:01.3647524Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/web3storage/web3storage_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3648372Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/web3storage/web3storage_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3649033Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/web3storage' from root:root to runner:runner
2025-08-20T23:06:01.3650057Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tailscale/tailscale_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3650802Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tailscale/tailscale.go' from root:root to runner:runner
2025-08-20T23:06:01.3651625Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tailscale/tailscale_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3652315Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tailscale' from root:root to runner:runner
2025-08-20T23:06:01.3653088Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postman/postman_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3653810Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postman/postman.go' from root:root to runner:runner
2025-08-20T23:06:01.3654521Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postman/postman_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3655302Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postman' from root:root to runner:runner
2025-08-20T23:06:01.3656144Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3657146Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3657978Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey.go' from root:root to runner:runner
2025-08-20T23:06:01.3658692Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchadminkey' from root:root to runner:runner
2025-08-20T23:06:01.3659567Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth.go' from root:root to runner:runner
2025-08-20T23:06:01.3660407Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3661194Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3661873Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtableoauth' from root:root to runner:runner
2025-08-20T23:06:01.3662651Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/debounce/debounce_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3663391Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/debounce/debounce_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3664091Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/debounce/debounce.go' from root:root to runner:runner
2025-08-20T23:06:01.3664866Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/debounce' from root:root to runner:runner
2025-08-20T23:06:01.3665600Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_batch/azurebatch_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3666324Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_batch/azurebatch.go' from root:root to runner:runner
2025-08-20T23:06:01.3667108Z [00:04:46.307]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_batch/azurebatch_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3667770Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_batch' from root:root to runner:runner
2025-08-20T23:06:01.3668593Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v1/captaindata_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3669436Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v1/captaindata.go' from root:root to runner:runner
2025-08-20T23:06:01.3670332Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v1/captaindata_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3671015Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v1' from root:root to runner:runner
2025-08-20T23:06:01.3671843Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v2/captaindata_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3672583Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v2/captaindata.go' from root:root to runner:runner
2025-08-20T23:06:01.3673358Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v2/captaindata_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3674029Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v2' from root:root to runner:runner
2025-08-20T23:06:01.3674702Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata' from root:root to runner:runner
2025-08-20T23:06:01.3675450Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencycloud/currencycloud.go' from root:root to runner:runner
2025-08-20T23:06:01.3676323Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencycloud/currencycloud_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3677139Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencycloud/currencycloud_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3677969Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencycloud' from root:root to runner:runner
2025-08-20T23:06:01.3678655Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cicero/cicero.go' from root:root to runner:runner
2025-08-20T23:06:01.3679710Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cicero/cicero_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3680481Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cicero/cicero_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3681170Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cicero' from root:root to runner:runner
2025-08-20T23:06:01.3681980Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diggernaut/diggernaut_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3682738Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diggernaut/diggernaut.go' from root:root to runner:runner
2025-08-20T23:06:01.3683618Z [00:04:46.308]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diggernaut/diggernaut_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3684303Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diggernaut' from root:root to runner:runner
2025-08-20T23:06:01.3685073Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockworksms/clockworksms_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3685895Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockworksms/clockworksms_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3686643Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockworksms/clockworksms.go' from root:root to runner:runner
2025-08-20T23:06:01.3687319Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockworksms' from root:root to runner:runner
2025-08-20T23:06:01.3688056Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groovehq/groovehq.go' from root:root to runner:runner
2025-08-20T23:06:01.3688835Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groovehq/groovehq_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3689793Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groovehq/groovehq_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3690469Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groovehq' from root:root to runner:runner
2025-08-20T23:06:01.3691244Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/budibase/budibase_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3692095Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/budibase/budibase_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3692802Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/budibase/budibase.go' from root:root to runner:runner
2025-08-20T23:06:01.3693456Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/budibase' from root:root to runner:runner
2025-08-20T23:06:01.3694211Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/positionstack/positionstack.go' from root:root to runner:runner
2025-08-20T23:06:01.3695053Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/positionstack/positionstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3696475Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/positionstack/positionstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3697364Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/positionstack' from root:root to runner:runner
2025-08-20T23:06:01.3698131Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stytch/stytch_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3698849Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stytch/stytch_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3699669Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stytch/stytch.go' from root:root to runner:runner
2025-08-20T23:06:01.3700326Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stytch' from root:root to runner:runner
2025-08-20T23:06:01.3701095Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v1/accuweather_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3701853Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v1/accuweather.go' from root:root to runner:runner
2025-08-20T23:06:01.3702677Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v1/accuweather_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3703359Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v1' from root:root to runner:runner
2025-08-20T23:06:01.3704126Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v2/accuweather_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3704866Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v2/accuweather.go' from root:root to runner:runner
2025-08-20T23:06:01.3705813Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v2/accuweather_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3706487Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v2' from root:root to runner:runner
2025-08-20T23:06:01.3707159Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather' from root:root to runner:runner
2025-08-20T23:06:01.3707899Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/demio/demio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3708582Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/demio/demio.go' from root:root to runner:runner
2025-08-20T23:06:01.3709280Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/demio/demio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3710132Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/demio' from root:root to runner:runner
2025-08-20T23:06:01.3710804Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_words.txt' from root:root to runner:runner
2025-08-20T23:06:01.3711568Z [00:04:46.309]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/viewneo/viewneo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3712271Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/viewneo/viewneo.go' from root:root to runner:runner
2025-08-20T23:06:01.3712988Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/viewneo/viewneo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3713638Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/viewneo' from root:root to runner:runner
2025-08-20T23:06:01.3714414Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitfinex/bitfinex_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3715138Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitfinex/bitfinex_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3715844Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitfinex/bitfinex.go' from root:root to runner:runner
2025-08-20T23:06:01.3716498Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitfinex' from root:root to runner:runner
2025-08-20T23:06:01.3717334Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3718174Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth.go' from root:root to runner:runner
2025-08-20T23:06:01.3718919Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3719935Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanaoauth' from root:root to runner:runner
2025-08-20T23:06:01.3720687Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simvoly/simvoly.go' from root:root to runner:runner
2025-08-20T23:06:01.3721456Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simvoly/simvoly_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3722173Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simvoly/simvoly_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3722821Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simvoly' from root:root to runner:runner
2025-08-20T23:06:01.3723788Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3724564Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage.go' from root:root to runner:runner
2025-08-20T23:06:01.3725352Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3726032Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectlanguage' from root:root to runner:runner
2025-08-20T23:06:01.3726811Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi.go' from root:root to runner:runner
2025-08-20T23:06:01.3727661Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3728463Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3729145Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangerateapi' from root:root to runner:runner
2025-08-20T23:06:01.3730137Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fileio/fileio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3730866Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fileio/fileio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3731685Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fileio/fileio.go' from root:root to runner:runner
2025-08-20T23:06:01.3732325Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fileio' from root:root to runner:runner
2025-08-20T23:06:01.3733030Z [00:04:46.310]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replyio/replyio.go' from root:root to runner:runner
2025-08-20T23:06:01.3733747Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replyio/replyio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3734515Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replyio/replyio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3735168Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replyio' from root:root to runner:runner
2025-08-20T23:06:01.3735930Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocode/geocode_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3736732Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocode/geocode.go' from root:root to runner:runner
2025-08-20T23:06:01.3737448Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocode/geocode_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3738099Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocode' from root:root to runner:runner
2025-08-20T23:06:01.3738894Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3739739Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney.go' from root:root to runner:runner
2025-08-20T23:06:01.3740490Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3741157Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lunchmoney' from root:root to runner:runner
2025-08-20T23:06:01.3741852Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adobeio/adobeio.go' from root:root to runner:runner
2025-08-20T23:06:01.3742569Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adobeio/adobeio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3743335Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adobeio/adobeio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3743973Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adobeio' from root:root to runner:runner
2025-08-20T23:06:01.3744852Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sigopt/sigopt_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3745536Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sigopt/sigopt.go' from root:root to runner:runner
2025-08-20T23:06:01.3746252Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sigopt/sigopt_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3746895Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sigopt' from root:root to runner:runner
2025-08-20T23:06:01.3747592Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/campayn/campayn.go' from root:root to runner:runner
2025-08-20T23:06:01.3748308Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/campayn/campayn_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3749173Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/campayn/campayn_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3749933Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/campayn' from root:root to runner:runner
2025-08-20T23:06:01.3750675Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/glassnode/glassnode_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3751469Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/glassnode/glassnode_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3752221Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/glassnode/glassnode.go' from root:root to runner:runner
2025-08-20T23:06:01.3752897Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/glassnode' from root:root to runner:runner
2025-08-20T23:06:01.3753614Z [00:04:46.311]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datagov/datagov_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3754311Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datagov/datagov.go' from root:root to runner:runner
2025-08-20T23:06:01.3755113Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datagov/datagov_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3755787Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datagov' from root:root to runner:runner
2025-08-20T23:06:01.3756527Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ip2location/ip2location.go' from root:root to runner:runner
2025-08-20T23:06:01.3757399Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ip2location/ip2location_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3758209Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ip2location/ip2location_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3758884Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ip2location' from root:root to runner:runner
2025-08-20T23:06:01.3759900Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixmax/mixmax_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3760611Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixmax/mixmax.go' from root:root to runner:runner
2025-08-20T23:06:01.3761326Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixmax/mixmax_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3761971Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixmax' from root:root to runner:runner
2025-08-20T23:06:01.3762851Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flutterwave/flutterwave_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3763668Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flutterwave/flutterwave_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3764979Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flutterwave/flutterwave.go' from root:root to runner:runner
2025-08-20T23:06:01.3765783Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flutterwave' from root:root to runner:runner
2025-08-20T23:06:01.3766639Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount.go' from root:root to runner:runner
2025-08-20T23:06:01.3767498Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3768470Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3769186Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafanaserviceaccount' from root:root to runner:runner
2025-08-20T23:06:01.3770191Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spotifykey/spotifykey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3770938Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spotifykey/spotifykey.go' from root:root to runner:runner
2025-08-20T23:06:01.3771901Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spotifykey/spotifykey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3772567Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spotifykey' from root:root to runner:runner
2025-08-20T23:06:01.3773388Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3774133Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3774869Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1.go' from root:root to runner:runner
2025-08-20T23:06:01.3775529Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v1' from root:root to runner:runner
2025-08-20T23:06:01.3776465Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3777215Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3777936Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2.go' from root:root to runner:runner
2025-08-20T23:06:01.3778600Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v2' from root:root to runner:runner
2025-08-20T23:06:01.3779276Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify' from root:root to runner:runner
2025-08-20T23:06:01.3780101Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onfleet/onfleet.go' from root:root to runner:runner
2025-08-20T23:06:01.3780911Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onfleet/onfleet_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3781629Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onfleet/onfleet_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3782276Z [00:04:46.312]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onfleet' from root:root to runner:runner
2025-08-20T23:06:01.3783002Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storychief/storychief.go' from root:root to runner:runner
2025-08-20T23:06:01.3783801Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storychief/storychief_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3784670Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storychief/storychief_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3785357Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storychief' from root:root to runner:runner
2025-08-20T23:06:01.3786036Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ramp/ramp.go' from root:root to runner:runner
2025-08-20T23:06:01.3786723Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ramp/ramp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3787460Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ramp/ramp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3788100Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ramp' from root:root to runner:runner
2025-08-20T23:06:01.3788832Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kucoin/kucoin_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3789741Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kucoin/kucoin.go' from root:root to runner:runner
2025-08-20T23:06:01.3790515Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kucoin/kucoin_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3791165Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kucoin' from root:root to runner:runner
2025-08-20T23:06:01.3791863Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/readme/readme.go' from root:root to runner:runner
2025-08-20T23:06:01.3792626Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/readme/readme_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3793327Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/readme/readme_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3793970Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/readme' from root:root to runner:runner
2025-08-20T23:06:01.3794748Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey.go' from root:root to runner:runner
2025-08-20T23:06:01.3795609Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3796403Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3797087Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/algoliaadminkey' from root:root to runner:runner
2025-08-20T23:06:01.3797927Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3798703Z [00:04:46.313]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3799665Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb.go' from root:root to runner:runner
2025-08-20T23:06:01.3800379Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfodb' from root:root to runner:runner
2025-08-20T23:06:01.3801204Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments.go' from root:root to runner:runner
2025-08-20T23:06:01.3802078Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3803035Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3803738Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/braintreepayments' from root:root to runner:runner
2025-08-20T23:06:01.3804539Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3805286Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3806012Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams.go' from root:root to runner:runner
2025-08-20T23:06:01.3806675Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nozbeteams' from root:root to runner:runner
2025-08-20T23:06:01.3807426Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipstack/ipstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3808134Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipstack/ipstack.go' from root:root to runner:runner
2025-08-20T23:06:01.3808905Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipstack/ipstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3809779Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipstack' from root:root to runner:runner
2025-08-20T23:06:01.3810580Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appoptics/appoptics_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3811445Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appoptics/appoptics_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3812161Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appoptics/appoptics.go' from root:root to runner:runner
2025-08-20T23:06:01.3812821Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appoptics' from root:root to runner:runner
2025-08-20T23:06:01.3813537Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hiveage/hiveage_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3814234Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hiveage/hiveage.go' from root:root to runner:runner
2025-08-20T23:06:01.3815005Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hiveage/hiveage_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3815756Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hiveage' from root:root to runner:runner
2025-08-20T23:06:01.3816415Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/xai/xai.go' from root:root to runner:runner
2025-08-20T23:06:01.3817141Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/xai/xai_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3817820Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/xai/xai_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3818451Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/xai' from root:root to runner:runner
2025-08-20T23:06:01.3819121Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yelp/yelp.go' from root:root to runner:runner
2025-08-20T23:06:01.3819925Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yelp/yelp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3820664Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yelp/yelp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3821308Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yelp' from root:root to runner:runner
2025-08-20T23:06:01.3822104Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/walkscore/walkscore_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3822852Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/walkscore/walkscore_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3823599Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/walkscore/walkscore.go' from root:root to runner:runner
2025-08-20T23:06:01.3824369Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/walkscore' from root:root to runner:runner
2025-08-20T23:06:01.3825104Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v1/fullstory.go' from root:root to runner:runner
2025-08-20T23:06:01.3825847Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v1/fullstory_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3826648Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v1/fullstory_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3827320Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v1' from root:root to runner:runner
2025-08-20T23:06:01.3828064Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_v2.go' from root:root to runner:runner
2025-08-20T23:06:01.3828930Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_v2_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3829868Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3830547Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v2' from root:root to runner:runner
2025-08-20T23:06:01.3831207Z [00:04:46.314]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory' from root:root to runner:runner
2025-08-20T23:06:01.3831857Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/http.go' from root:root to runner:runner
2025-08-20T23:06:01.3832643Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpscout/helpscout_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3833360Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpscout/helpscout.go' from root:root to runner:runner
2025-08-20T23:06:01.3834094Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpscout/helpscout_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3835218Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpscout' from root:root to runner:runner
2025-08-20T23:06:01.3836207Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/countrylayer/countrylayer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3837030Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/countrylayer/countrylayer_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3837922Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/countrylayer/countrylayer.go' from root:root to runner:runner
2025-08-20T23:06:01.3838593Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/countrylayer' from root:root to runner:runner
2025-08-20T23:06:01.3839650Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/versioneye/versioneye_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3840408Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/versioneye/versioneye.go' from root:root to runner:runner
2025-08-20T23:06:01.3841173Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/versioneye/versioneye_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3841838Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/versioneye' from root:root to runner:runner
2025-08-20T23:06:01.3842689Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shotstack/shotstack.go' from root:root to runner:runner
2025-08-20T23:06:01.3843483Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shotstack/shotstack_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3844219Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shotstack/shotstack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3844879Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shotstack' from root:root to runner:runner
2025-08-20T23:06:01.3845593Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_programmingbooks.txt' from root:root to runner:runner
2025-08-20T23:06:01.3846270Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kylas/kylas.go' from root:root to runner:runner
2025-08-20T23:06:01.3846963Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kylas/kylas_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3847753Z [00:04:46.315]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kylas/kylas_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3848423Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kylas' from root:root to runner:runner
2025-08-20T23:06:01.3849133Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alegra/alegra_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3850130Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alegra/alegra_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3850970Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alegra/alegra.go' from root:root to runner:runner
2025-08-20T23:06:01.3851642Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alegra' from root:root to runner:runner
2025-08-20T23:06:01.3852409Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks.go' from root:root to runner:runner
2025-08-20T23:06:01.3853289Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3854079Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3854758Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyfreaks' from root:root to runner:runner
2025-08-20T23:06:01.3855603Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartsheets/smartsheets.go' from root:root to runner:runner
2025-08-20T23:06:01.3856408Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartsheets/smartsheets_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3857165Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartsheets/smartsheets_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3857865Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartsheets' from root:root to runner:runner
2025-08-20T23:06:01.3858599Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fleetbase/fleetbase_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3859317Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fleetbase/fleetbase.go' from root:root to runner:runner
2025-08-20T23:06:01.3860239Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fleetbase/fleetbase_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3860906Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fleetbase' from root:root to runner:runner
2025-08-20T23:06:01.3861597Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenserp/zenserp.go' from root:root to runner:runner
2025-08-20T23:06:01.3862319Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenserp/zenserp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3863085Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenserp/zenserp_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3863854Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenserp' from root:root to runner:runner
2025-08-20T23:06:01.3864628Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodio/geocodio_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3865436Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodio/geocodio.go' from root:root to runner:runner
2025-08-20T23:06:01.3866162Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodio/geocodio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3866844Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodio' from root:root to runner:runner
2025-08-20T23:06:01.3867529Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gengo/gengo.go' from root:root to runner:runner
2025-08-20T23:06:01.3868222Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gengo/gengo_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3868973Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gengo/gengo_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3869714Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gengo' from root:root to runner:runner
2025-08-20T23:06:01.3870488Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edenai/edenai_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3871169Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edenai/edenai.go' from root:root to runner:runner
2025-08-20T23:06:01.3871880Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edenai/edenai_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3872530Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edenai' from root:root to runner:runner
2025-08-20T23:06:01.3873145Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors' from root:root to runner:runner
2025-08-20T23:06:01.3873826Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/context/context_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3874498Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/context/context.go' from root:root to runner:runner
2025-08-20T23:06:01.3875116Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/context' from root:root to runner:runner
2025-08-20T23:06:01.3875865Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/custom_detectors.go' from root:root to runner:runner
2025-08-20T23:06:01.3876684Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/validation.go' from root:root to runner:runner
2025-08-20T23:06:01.3877435Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/validation_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3878294Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/regex_varstring.go' from root:root to runner:runner
2025-08-20T23:06:01.3879029Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/regex_varstring_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3880066Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/custom_detectors_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3880858Z [00:04:46.316]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/CUSTOM_DETECTORS.md' from root:root to runner:runner
2025-08-20T23:06:01.3881507Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors' from root:root to runner:runner
2025-08-20T23:06:01.3882201Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/legacy_reporters.go' from root:root to runner:runner
2025-08-20T23:06:01.3882934Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/filesystem/filesystem_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3883657Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/filesystem/filesystem.go' from root:root to runner:runner
2025-08-20T23:06:01.3884310Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/filesystem' from root:root to runner:runner
2025-08-20T23:06:01.3884992Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/chunker_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3885639Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/chunker.go' from root:root to runner:runner
2025-08-20T23:06:01.3886361Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/circleci/circleci_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3887060Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/circleci/circleci.go' from root:root to runner:runner
2025-08-20T23:06:01.3887704Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/circleci' from root:root to runner:runner
2025-08-20T23:06:01.3888430Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface/huggingface.go' from root:root to runner:runner
2025-08-20T23:06:01.3889155Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface/client.go' from root:root to runner:runner
2025-08-20T23:06:01.3890269Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface/repo.go' from root:root to runner:runner
2025-08-20T23:06:01.3891056Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface/huggingface_client_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3891972Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface/huggingface_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3892640Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface' from root:root to runner:runner
2025-08-20T23:06:01.3893288Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/resume.go' from root:root to runner:runner
2025-08-20T23:06:01.3893990Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/s3_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3894680Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/checkpointer.go' from root:root to runner:runner
2025-08-20T23:06:01.3895362Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/s3_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3896024Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/metrics.go' from root:root to runner:runner
2025-08-20T23:06:01.3896670Z [00:04:46.317]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/s3.go' from root:root to runner:runner
2025-08-20T23:06:01.3897372Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/checkpointer_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3898000Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3' from root:root to runner:runner
2025-08-20T23:06:01.3898676Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs/gcs.go' from root:root to runner:runner
2025-08-20T23:06:01.3899466Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs/gcs_manager.go' from root:root to runner:runner
2025-08-20T23:06:01.3900139Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs/gcs_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3900861Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs/gcs_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3901562Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs/gcs_manager_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3902188Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs' from root:root to runner:runner
2025-08-20T23:06:01.3902982Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/cmd_check.go' from root:root to runner:runner
2025-08-20T23:06:01.3904126Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/metrics.go' from root:root to runner:runner
2025-08-20T23:06:01.3905147Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/unit.go' from root:root to runner:runner
2025-08-20T23:06:01.3905839Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/git.go' from root:root to runner:runner
2025-08-20T23:06:01.3906518Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/git_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3907193Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/unit_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3907879Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/scan_options.go' from root:root to runner:runner
2025-08-20T23:06:01.3908499Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git' from root:root to runner:runner
2025-08-20T23:06:01.3909161Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/sources_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3910024Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/mock_job_progress_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3910694Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/syslog/syslog.go' from root:root to runner:runner
2025-08-20T23:06:01.3911405Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/syslog/syslog_test.go' from root:root to runner:runner
﻿2025-08-20T23:06:01.3913938Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/syslog' from root:root to runner:runner
2025-08-20T23:06:01.3914618Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/sources.go' from root:root to runner:runner
2025-08-20T23:06:01.3915293Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/resume_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3915988Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/job_progress_hook.go' from root:root to runner:runner
2025-08-20T23:06:01.3916676Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/errors_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3917387Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/metrics.go' from root:root to runner:runner
2025-08-20T23:06:01.3918145Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/test_helpers.go' from root:root to runner:runner
2025-08-20T23:06:01.3918809Z [00:04:46.318]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/job_progress.go' from root:root to runner:runner
2025-08-20T23:06:01.3920012Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/connector_token.go' from root:root to runner:runner
2025-08-20T23:06:01.3920738Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/github.go' from root:root to runner:runner
2025-08-20T23:06:01.3921473Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/connector_app.go' from root:root to runner:runner
2025-08-20T23:06:01.3922236Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/connector_unauthenticated.go' from root:root to runner:runner
2025-08-20T23:06:01.3922926Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/metrics.go' from root:root to runner:runner
2025-08-20T23:06:01.3923592Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/repo.go' from root:root to runner:runner
2025-08-20T23:06:01.3924288Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/github_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3924985Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/connector.go' from root:root to runner:runner
2025-08-20T23:06:01.3925713Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/connector_basicauth.go' from root:root to runner:runner
2025-08-20T23:06:01.3926472Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/github_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3927228Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github' from root:root to runner:runner
2025-08-20T23:06:01.3927935Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/docker/docker_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3928612Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/docker/metrics.go' from root:root to runner:runner
2025-08-20T23:06:01.3929298Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/docker/docker.go' from root:root to runner:runner
2025-08-20T23:06:01.3930195Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/docker' from root:root to runner:runner
2025-08-20T23:06:01.3930896Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/travisci/travisci.go' from root:root to runner:runner
2025-08-20T23:06:01.3931705Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/travisci/travisci_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3932347Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/travisci' from root:root to runner:runner
2025-08-20T23:06:01.3933137Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/source_manager.go' from root:root to runner:runner
2025-08-20T23:06:01.3933936Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github_experimental/github_experimental.go' from root:root to runner:runner
2025-08-20T23:06:01.3934714Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github_experimental/object_discovery.go' from root:root to runner:runner
2025-08-20T23:06:01.3935434Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github_experimental/repo.go' from root:root to runner:runner
2025-08-20T23:06:01.3936160Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github_experimental' from root:root to runner:runner
2025-08-20T23:06:01.3936828Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/source_unit.go' from root:root to runner:runner
2025-08-20T23:06:01.3937534Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/source_manager_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3938202Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/stdin/stdin.go' from root:root to runner:runner
2025-08-20T23:06:01.3938829Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/stdin' from root:root to runner:runner
2025-08-20T23:06:01.3939660Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gitlab/metrics.go' from root:root to runner:runner
2025-08-20T23:06:01.3940496Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gitlab/gitlab_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3941209Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gitlab/gitlab_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3941883Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gitlab/gitlab.go' from root:root to runner:runner
2025-08-20T23:06:01.3942528Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gitlab' from root:root to runner:runner
2025-08-20T23:06:01.3943176Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/errors.go' from root:root to runner:runner
2025-08-20T23:06:01.3943891Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/job_progress_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3944695Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch/unit_of_work.go' from root:root to runner:runner
2025-08-20T23:06:01.3945617Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch/elasticsearch_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3946380Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch/unit_of_work_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3947079Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch/api.go' from root:root to runner:runner
2025-08-20T23:06:01.3947832Z [00:04:46.319]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch/elasticsearch.go' from root:root to runner:runner
2025-08-20T23:06:01.3948498Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch' from root:root to runner:runner
2025-08-20T23:06:01.3949241Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/jenkins/jenkins_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3950112Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/jenkins/jenkins_integration_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3950800Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/jenkins/jenkins.go' from root:root to runner:runner
2025-08-20T23:06:01.3951441Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/jenkins' from root:root to runner:runner
2025-08-20T23:06:01.3952164Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/postman_client.go' from root:root to runner:runner
2025-08-20T23:06:01.3952883Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/substitution.go' from root:root to runner:runner
2025-08-20T23:06:01.3953638Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/metrics.go' from root:root to runner:runner
2025-08-20T23:06:01.3954333Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/postman.go' from root:root to runner:runner
2025-08-20T23:06:01.3955114Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/substitution_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3955830Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/postman_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3956479Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman' from root:root to runner:runner
2025-08-20T23:06:01.3957147Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources' from root:root to runner:runner
2025-08-20T23:06:01.3957796Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/hasher/blake2b.go' from root:root to runner:runner
2025-08-20T23:06:01.3958541Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/hasher/hasher.go' from root:root to runner:runner
2025-08-20T23:06:01.3959211Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/hasher/hasher_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3960092Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/hasher' from root:root to runner:runner
2025-08-20T23:06:01.3960868Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache/verification_cache.go' from root:root to runner:runner
2025-08-20T23:06:01.3961609Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache/metrics_reporter.go' from root:root to runner:runner
2025-08-20T23:06:01.3962386Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache/verification_cache_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3963109Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache/result_cache.go' from root:root to runner:runner
2025-08-20T23:06:01.3963846Z [00:04:46.320]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache/in_memory_metrics.go' from root:root to runner:runner
2025-08-20T23:06:01.3964497Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache' from root:root to runner:runner
2025-08-20T23:06:01.3965136Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/cli.go' from root:root to runner:runner
2025-08-20T23:06:01.3965789Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/README.md' from root:root to runner:runner
2025-08-20T23:06:01.3966651Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.3967388Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.3968121Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/models.go' from root:root to runner:runner
2025-08-20T23:06:01.3968836Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.3969807Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/endpoints.json' from root:root to runner:runner
2025-08-20T23:06:01.3970652Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.3971381Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/figma.go' from root:root to runner:runner
2025-08-20T23:06:01.3972380Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/figma_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3973717Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.3974441Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma' from root:root to runner:runner
2025-08-20T23:06:01.3975177Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq/groq.go' from root:root to runner:runner
2025-08-20T23:06:01.3975924Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.3976650Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq/groq_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3977402Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.3978153Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.3978837Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq' from root:root to runner:runner
2025-08-20T23:06:01.3979771Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey/privatekey_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3980670Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.3981491Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey/privatekey.go' from root:root to runner:runner
2025-08-20T23:06:01.3982307Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.3983092Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.3983800Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey' from root:root to runner:runner
2025-08-20T23:06:01.3984694Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/planetscale.go' from root:root to runner:runner
2025-08-20T23:06:01.3985489Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/planetscale_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3986397Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.3987173Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/scopes.json' from root:root to runner:runner
2025-08-20T23:06:01.3987992Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.3988779Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.3989600Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale' from root:root to runner:runner
2025-08-20T23:06:01.3990318Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/analyzers.go' from root:root to runner:runner
2025-08-20T23:06:01.3991077Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airbrake/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.3991837Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airbrake/airbrake.go' from root:root to runner:runner
2025-08-20T23:06:01.3992564Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airbrake' from root:root to runner:runner
2025-08-20T23:06:01.3993343Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface/huggingface.go' from root:root to runner:runner
2025-08-20T23:06:01.3994168Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.3994964Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface/huggingface_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3995750Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.3996569Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.3997315Z [00:04:46.321]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface' from root:root to runner:runner
2025-08-20T23:06:01.3998176Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres/postgres_test.go' from root:root to runner:runner
2025-08-20T23:06:01.3999065Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4000120Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4000926Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres/postgres.go' from root:root to runner:runner
2025-08-20T23:06:01.4001718Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4002413Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres' from root:root to runner:runner
2025-08-20T23:06:01.4003214Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4004016Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp/mailchimp_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4004810Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp/mailchimp.go' from root:root to runner:runner
2025-08-20T23:06:01.4005578Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4006394Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4007183Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp' from root:root to runner:runner
2025-08-20T23:06:01.4007971Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/mailgun_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4008751Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4009759Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/mailgun.go' from root:root to runner:runner
2025-08-20T23:06:01.4010521Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4011369Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4012136Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4013199Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun' from root:root to runner:runner
2025-08-20T23:06:01.4013956Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie/scopes.json' from root:root to runner:runner
2025-08-20T23:06:01.4014704Z [00:04:46.322]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie/opsgenie.go' from root:root to runner:runner
2025-08-20T23:06:01.4015470Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie/opsgenie_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4016243Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4017037Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4017735Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie' from root:root to runner:runner
2025-08-20T23:06:01.4018506Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4019256Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/mysql.go' from root:root to runner:runner
2025-08-20T23:06:01.4020111Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.4020926Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/mysql_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4021686Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4022438Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4023126Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql' from root:root to runner:runner
2025-08-20T23:06:01.4023933Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4024810Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/digitalocean_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4025576Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/scopes.json' from root:root to runner:runner
2025-08-20T23:06:01.4026477Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/digitalocean.go' from root:root to runner:runner
2025-08-20T23:06:01.4027269Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4028066Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4028779Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean' from root:root to runner:runner
2025-08-20T23:06:01.4029620Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana/asana.go' from root:root to runner:runner
2025-08-20T23:06:01.4030394Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4031143Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4031887Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana/asana_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4032650Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4033325Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana' from root:root to runner:runner
2025-08-20T23:06:01.4034169Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/result_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4034940Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/sendgrid_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4039099Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/sendgrid.go' from root:root to runner:runner
2025-08-20T23:06:01.4040646Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.4041975Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4043643Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4044974Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid' from root:root to runner:runner
2025-08-20T23:06:01.4046428Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/client.go' from root:root to runner:runner
2025-08-20T23:06:01.4047908Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/result_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4049535Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4050924Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/models.go' from root:root to runner:runner
2025-08-20T23:06:01.4051767Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/fastly.go' from root:root to runner:runner
2025-08-20T23:06:01.4052548Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/fastly_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4053306Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4054069Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4054760Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly' from root:root to runner:runner
2025-08-20T23:06:01.4055591Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/launchdarkly_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4056484Z [00:04:46.323]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/launchdarkly.go' from root:root to runner:runner
2025-08-20T23:06:01.4057283Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/result_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4058137Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4058893Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/user.go' from root:root to runner:runner
2025-08-20T23:06:01.4059914Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/models.go' from root:root to runner:runner
2025-08-20T23:06:01.4060839Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4061652Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4062448Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly' from root:root to runner:runner
2025-08-20T23:06:01.4063190Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/monday.go' from root:root to runner:runner
2025-08-20T23:06:01.4063973Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/result_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4064741Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/query.graphql' from root:root to runner:runner
2025-08-20T23:06:01.4065482Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/query.go' from root:root to runner:runner
2025-08-20T23:06:01.4066237Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4066987Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/monday_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4067754Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4068441Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday' from root:root to runner:runner
2025-08-20T23:06:01.4069198Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/mux_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4070266Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4071073Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4071844Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/mux.go' from root:root to runner:runner
2025-08-20T23:06:01.4072563Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/models.go' from root:root to runner:runner
2025-08-20T23:06:01.4073296Z [00:04:46.324]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/resources.go' from root:root to runner:runner
2025-08-20T23:06:01.4074013Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/tests.json' from root:root to runner:runner
2025-08-20T23:06:01.4074751Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4075596Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4076269Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux' from root:root to runner:runner
2025-08-20T23:06:01.4077153Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4077961Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained.go' from root:root to runner:runner
2025-08-20T23:06:01.4078792Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4079845Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained_permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4080703Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/finegrained' from root:root to runner:runner
2025-08-20T23:06:01.4081457Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/github.go' from root:root to runner:runner
2025-08-20T23:06:01.4082244Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/common/github.go' from root:root to runner:runner
2025-08-20T23:06:01.4082965Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/common' from root:root to runner:runner
2025-08-20T23:06:01.4083833Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/classic/classic.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4084737Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/classic/classic_permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4085586Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/classic/classictoken.go' from root:root to runner:runner
2025-08-20T23:06:01.4086315Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/classic' from root:root to runner:runner
2025-08-20T23:06:01.4087062Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/github_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4087780Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github' from root:root to runner:runner
2025-08-20T23:06:01.4088500Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/client_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4089491Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4090502Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/scopes.json' from root:root to runner:runner
2025-08-20T23:06:01.4091266Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/posthog.go' from root:root to runner:runner
2025-08-20T23:06:01.4092034Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4092803Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/posthog_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4093611Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4094308Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog' from root:root to runner:runner
2025-08-20T23:06:01.4095087Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4095820Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/stripe.go' from root:root to runner:runner
2025-08-20T23:06:01.4096564Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/stripe_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4097444Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/restricted.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4098251Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4099074Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4099954Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe' from root:root to runner:runner
2025-08-20T23:06:01.4100731Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/shopify_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4101520Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4102260Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/shopify.go' from root:root to runner:runner
2025-08-20T23:06:01.4103111Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/scopes.json' from root:root to runner:runner
2025-08-20T23:06:01.4103872Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4104645Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4105329Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify' from root:root to runner:runner
2025-08-20T23:06:01.4106091Z [00:04:46.325]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/result_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4106817Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4107554Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/jira_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4108271Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/models.go' from root:root to runner:runner
2025-08-20T23:06:01.4109015Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4109999Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/jira.go' from root:root to runner:runner
2025-08-20T23:06:01.4110888Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4111628Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira' from root:root to runner:runner
2025-08-20T23:06:01.4112613Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/twilio/twilio_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4113891Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/twilio/twilio.go' from root:root to runner:runner
2025-08-20T23:06:01.4114689Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/twilio/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4115491Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/twilio/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4116189Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/twilio' from root:root to runner:runner
2025-08-20T23:06:01.4117054Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/result_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4117823Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4118643Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/elevenlabs_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4119606Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/elevenlabs.go' from root:root to runner:runner
2025-08-20T23:06:01.4120410Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4121220Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4121934Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs' from root:root to runner:runner
2025-08-20T23:06:01.4122735Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/sourcegraph_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4123522Z [00:04:46.326]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4124336Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/sourcegraph.go' from root:root to runner:runner
2025-08-20T23:06:01.4125291Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4126009Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sourcegraph' from root:root to runner:runner
2025-08-20T23:06:01.4126859Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4127608Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/datadog.go' from root:root to runner:runner
2025-08-20T23:06:01.4128364Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4129119Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/scopes.json' from root:root to runner:runner
2025-08-20T23:06:01.4130192Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/models.go' from root:root to runner:runner
2025-08-20T23:06:01.4130987Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/datadog_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4131766Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4132464Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog' from root:root to runner:runner
2025-08-20T23:06:01.4133241Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4133986Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/slack_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4134714Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.4135462Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4136179Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/slack.go' from root:root to runner:runner
2025-08-20T23:06:01.4136937Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4137619Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack' from root:root to runner:runner
2025-08-20T23:06:01.4138524Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/databricks_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4139313Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/result_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4140425Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4141185Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/models.go' from root:root to runner:runner
2025-08-20T23:06:01.4141964Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/databricks.go' from root:root to runner:runner
2025-08-20T23:06:01.4142778Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4143628Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4144335Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks' from root:root to runner:runner
2025-08-20T23:06:01.4145113Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/result_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4145850Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/openai.go' from root:root to runner:runner
2025-08-20T23:06:01.4146602Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/openai_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4147333Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.4148088Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4148893Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4149794Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai' from root:root to runner:runner
2025-08-20T23:06:01.4150595Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4151404Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.4152216Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/square_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4152945Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/square.go' from root:root to runner:runner
2025-08-20T23:06:01.4153758Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4154532Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4155222Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square' from root:root to runner:runner
2025-08-20T23:06:01.4155995Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4156781Z [00:04:46.327]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4157507Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/ngrok.go' from root:root to runner:runner
2025-08-20T23:06:01.4158278Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/ngrok_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4159007Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/models.go' from root:root to runner:runner
2025-08-20T23:06:01.4159877Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/resources.go' from root:root to runner:runner
2025-08-20T23:06:01.4160663Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4161444Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4162154Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok' from root:root to runner:runner
2025-08-20T23:06:01.4162932Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4163654Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/plaid.go' from root:root to runner:runner
2025-08-20T23:06:01.4164403Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/products.go' from root:root to runner:runner
2025-08-20T23:06:01.4165248Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/models.go' from root:root to runner:runner
2025-08-20T23:06:01.4165984Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/plaid_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4166811Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4167570Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4168262Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid' from root:root to runner:runner
2025-08-20T23:06:01.4168988Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/notion.go' from root:root to runner:runner
2025-08-20T23:06:01.4170096Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4170853Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/scopes.json' from root:root to runner:runner
2025-08-20T23:06:01.4171606Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/notion_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4172376Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4173141Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4173828Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion' from root:root to runner:runner
2025-08-20T23:06:01.4174606Z [00:04:46.328]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4175335Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.4176081Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/gitlab_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4176820Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/gitlab.go' from root:root to runner:runner
2025-08-20T23:06:01.4177575Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4178458Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4179171Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab' from root:root to runner:runner
2025-08-20T23:06:01.4180378Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/anthropic.go' from root:root to runner:runner
2025-08-20T23:06:01.4181803Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/result_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4182674Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4183463Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/anthropic_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4184318Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4185109Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4185826Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic' from root:root to runner:runner
2025-08-20T23:06:01.4186588Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/dropbox_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4187408Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4188156Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/scopes.json' from root:root to runner:runner
2025-08-20T23:06:01.4188896Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/dropbox.go' from root:root to runner:runner
2025-08-20T23:06:01.4189749Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/models.go' from root:root to runner:runner
2025-08-20T23:06:01.4190533Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4191314Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4192084Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox' from root:root to runner:runner
2025-08-20T23:06:01.4192929Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/result_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4193678Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4194476Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/helper.go' from root:root to runner:runner
2025-08-20T23:06:01.4195232Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/dockerhub.go' from root:root to runner:runner
2025-08-20T23:06:01.4196018Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/dockerhub_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4196787Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4197682Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4198392Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub' from root:root to runner:runner
2025-08-20T23:06:01.4199204Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/airtable.go' from root:root to runner:runner
2025-08-20T23:06:01.4200170Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4201013Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/airtable_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4201833Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4202615Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat' from root:root to runner:runner
2025-08-20T23:06:01.4203446Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/endpoints.go' from root:root to runner:runner
2025-08-20T23:06:01.4204240Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/common.go' from root:root to runner:runner
2025-08-20T23:06:01.4205012Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/models.go' from root:root to runner:runner
2025-08-20T23:06:01.4205859Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.4206715Z [00:04:46.329]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4207582Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4208315Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common' from root:root to runner:runner
2025-08-20T23:06:01.4209143Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/airtable.go' from root:root to runner:runner
2025-08-20T23:06:01.4210104Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4210948Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/airtable_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4211794Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth' from root:root to runner:runner
2025-08-20T23:06:01.4212501Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable' from root:root to runner:runner
2025-08-20T23:06:01.4213293Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4214028Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/postman.go' from root:root to runner:runner
2025-08-20T23:06:01.4214771Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.4215539Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/postman_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4216295Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4217068Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4217764Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman' from root:root to runner:runner
2025-08-20T23:06:01.4218602Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/expected_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4219599Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/scopes.go' from root:root to runner:runner
2025-08-20T23:06:01.4220502Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/bitbucket_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4221355Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4222127Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/bitbucket.go' from root:root to runner:runner
2025-08-20T23:06:01.4222916Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4223618Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket' from root:root to runner:runner
2025-08-20T23:06:01.4224447Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/netlify_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4225221Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/result_output.json' from root:root to runner:runner
2025-08-20T23:06:01.4225976Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/requests.go' from root:root to runner:runner
2025-08-20T23:06:01.4226713Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/models.go' from root:root to runner:runner
2025-08-20T23:06:01.4227479Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4228226Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/netlify.go' from root:root to runner:runner
2025-08-20T23:06:01.4228995Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/permissions.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4229888Z [00:04:46.330]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify' from root:root to runner:runner
2025-08-20T23:06:01.4230551Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers' from root:root to runner:runner
2025-08-20T23:06:01.4231249Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/config/config.go' from root:root to runner:runner
2025-08-20T23:06:01.4231890Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/config' from root:root to runner:runner
2025-08-20T23:06:01.4232777Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/generate_permissions/generate_permissions.go' from root:root to runner:runner
2025-08-20T23:06:01.4233535Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/generate_permissions' from root:root to runner:runner
2025-08-20T23:06:01.4234204Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer' from root:root to runner:runner
2025-08-20T23:06:01.4235023Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffered_file_writer/bufferedfilewriter_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4235761Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffered_file_writer/metrics.go' from root:root to runner:runner
2025-08-20T23:06:01.4236555Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffered_file_writer/bufferedfilewriter.go' from root:root to runner:runner
2025-08-20T23:06:01.4237248Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffered_file_writer' from root:root to runner:runner
2025-08-20T23:06:01.4238060Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffer_writer/bufferwriter_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4238802Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffer_writer/bufferwriter.go' from root:root to runner:runner
2025-08-20T23:06:01.4239631Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffer_writer/metrics.go' from root:root to runner:runner
2025-08-20T23:06:01.4240300Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffer_writer' from root:root to runner:runner
2025-08-20T23:06:01.4240917Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers' from root:root to runner:runner
2025-08-20T23:06:01.4241566Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sanitizer/utf8.go' from root:root to runner:runner
2025-08-20T23:06:01.4242234Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sanitizer/utf8_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4242853Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sanitizer' from root:root to runner:runner
2025-08-20T23:06:01.4243588Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/iobuf/bufferedreaderseeker_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4244304Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/iobuf/bufferedreaderseeker.go' from root:root to runner:runner
2025-08-20T23:06:01.4244976Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/iobuf' from root:root to runner:runner
2025-08-20T23:06:01.4245717Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/handlers_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4246374Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/apk_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4247089Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/archive.go' from root:root to runner:runner
2025-08-20T23:06:01.4247751Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/metrics.go' from root:root to runner:runner
2025-08-20T23:06:01.4248877Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/default_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4249861Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/rpm.go' from root:root to runner:runner
2025-08-20T23:06:01.4250526Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/rpm_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4251296Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/archive_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4251953Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/ar_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4252616Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/default.go' from root:root to runner:runner
2025-08-20T23:06:01.4253249Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/apk.go' from root:root to runner:runner
2025-08-20T23:06:01.4253916Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/handlers.go' from root:root to runner:runner
2025-08-20T23:06:01.4254553Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/ar.go' from root:root to runner:runner
2025-08-20T23:06:01.4262201Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/example.zip.gz' from root:root to runner:runner
2025-08-20T23:06:01.4263044Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/test.tar' from root:root to runner:runner
2025-08-20T23:06:01.4263758Z [00:04:46.331]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/test.rpm' from root:root to runner:runner
2025-08-20T23:06:01.4264491Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/testdir.zip' from root:root to runner:runner
2025-08-20T23:06:01.4265250Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/nested-dirs.zip' from root:root to runner:runner
2025-08-20T23:06:01.4266307Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/nested-compressed-archive.tar.gz' from root:root to runner:runner
2025-08-20T23:06:01.4267033Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/test.deb' from root:root to runner:runner
2025-08-20T23:06:01.4267781Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/test.tgz' from root:root to runner:runner
2025-08-20T23:06:01.4268507Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/dir-archive.zip' from root:root to runner:runner
2025-08-20T23:06:01.4269224Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/nonarchive.txt' from root:root to runner:runner
2025-08-20T23:06:01.4270167Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata' from root:root to runner:runner
2025-08-20T23:06:01.4270793Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers' from root:root to runner:runner
2025-08-20T23:06:01.4271564Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/protoyaml/protoyaml.go' from root:root to runner:runner
2025-08-20T23:06:01.4272185Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/protoyaml' from root:root to runner:runner
2025-08-20T23:06:01.4272862Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/utf16_test.dll' from root:root to runner:runner
2025-08-20T23:06:01.4273503Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/utf8.go' from root:root to runner:runner
2025-08-20T23:06:01.4274211Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/escaped_unicode_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4274869Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/base64.go' from root:root to runner:runner
2025-08-20T23:06:01.4275539Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/utf16_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4276214Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/base64_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4276872Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/utf8_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4277572Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/escaped_unicode.go' from root:root to runner:runner
2025-08-20T23:06:01.4278317Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/escaped_unicode_bench_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4279082Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/utf16.go' from root:root to runner:runner
2025-08-20T23:06:01.4279874Z [00:04:46.332]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/decoders.go' from root:root to runner:runner
2025-08-20T23:06:01.4280548Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders' from root:root to runner:runner
2025-08-20T23:06:01.4281513Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/channelmetrics/metrics_collector/prometheus/collector.go' from root:root to runner:runner
2025-08-20T23:06:01.4282291Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/channelmetrics/metrics_collector/prometheus' from root:root to runner:runner
2025-08-20T23:06:01.4283017Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/channelmetrics/metrics_collector' from root:root to runner:runner
2025-08-20T23:06:01.4283740Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/channelmetrics/observablechan.go' from root:root to runner:runner
2025-08-20T23:06:01.4284475Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/channelmetrics/noopcollector.go' from root:root to runner:runner
2025-08-20T23:06:01.4285227Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/channelmetrics/observablechan_test.go' from root:root to runner:runner
2025-08-20T23:06:01.4285873Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/channelmetrics' from root:root to runner:runner
2025-08-20T23:06:01.4286532Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/feature/feature.go' from root:root to runner:runner
2025-08-20T23:06:01.4287146Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/feature' from root:root to runner:runner
2025-08-20T23:06:01.4287726Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg' from root:root to runner:runner
2025-08-20T23:06:01.4288362Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/bench/plot.sh' from root:root to runner:runner
2025-08-20T23:06:01.4289044Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/bench/versions.sh' from root:root to runner:runner
2025-08-20T23:06:01.4289799Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/bench/plot.gp' from root:root to runner:runner
2025-08-20T23:06:01.4290493Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/bench/versions.png' from root:root to runner:runner
2025-08-20T23:06:01.4291134Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/bench/plot.txt' from root:root to runner:runner
2025-08-20T23:06:01.4291805Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/bench' from root:root to runner:runner
2025-08-20T23:06:01.4292571Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/semgrep-rules/detectors.yaml' from root:root to runner:runner
2025-08-20T23:06:01.4293200Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/semgrep-rules' from root:root to runner:runner
2025-08-20T23:06:01.4294015Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/snifftest/README.md' from root:root to runner:runner
2025-08-20T23:06:01.4294699Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/snifftest/snifftest.sh' from root:root to runner:runner
2025-08-20T23:06:01.4295355Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/snifftest/main.go' from root:root to runner:runner
2025-08-20T23:06:01.4295974Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/snifftest' from root:root to runner:runner
2025-08-20T23:06:01.4296634Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/Dockerfile.protos' from root:root to runner:runner
2025-08-20T23:06:01.4297281Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/generate/test.sh' from root:root to runner:runner
2025-08-20T23:06:01.4297944Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/generate/generate.go' from root:root to runner:runner
2025-08-20T23:06:01.4298589Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/generate' from root:root to runner:runner
2025-08-20T23:06:01.4299303Z [00:04:46.333]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/docs/Adding_Detectors_external.md' from root:root to runner:runner
2025-08-20T23:06:01.4300267Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/docs/Adding_Detectors_Internal.md' from root:root to runner:runner
2025-08-20T23:06:01.4300869Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/docs' from root:root to runner:runner
2025-08-20T23:06:01.4301455Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack' from root:root to runner:runner
2025-08-20T23:06:01.4302115Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/assets/scanning_logos.svg' from root:root to runner:runner
2025-08-20T23:06:01.4302701Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T23:06:01.4303284Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO' from root:root to runner:runner
2025-08-20T23:06:01.4303803Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X' from root:root to runner:runner
2025-08-20T23:06:01.4304370Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T23:06:01.4304933Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/trufflehog' from runner:docker to runner:runner
2025-08-20T23:06:01.4305428Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T23:06:01.4306052Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T23:06:01.4306520Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T23:06:01.4306996Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog' from runner:docker to runner:runner
2025-08-20T23:06:01.4307543Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog.static.version' from runner:docker to runner:runner
2025-08-20T23:06:01.4307986Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T23:06:01.4308498Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog.version' from runner:docker to runner:runner
2025-08-20T23:06:01.4308963Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T23:06:01.4309626Z [00:04:46.334]➜  changed ownership of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T23:06:01.4310350Z [00:04:46.343]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/detectors.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4311019Z [00:04:46.350]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/sources.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4311709Z [00:04:46.357]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/source_metadata.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4312388Z [00:04:46.363]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/credentials.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4313034Z [00:04:46.370]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/config.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4313744Z [00:04:46.377]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/proto/custom_detectors.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4314430Z [00:04:46.384]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/Dockerfile.goreleaser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4315086Z [00:04:46.390]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/examples/generic.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4315737Z [00:04:46.397]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/examples/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4316849Z [00:04:46.404]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/examples/generic_with_filters.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4317946Z [00:04:46.411]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4318579Z [00:04:46.419]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4319306Z [00:04:46.425]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4320100Z [00:04:46.432]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.pre-commit-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4320725Z [00:04:46.439]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/PreCommit.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4321393Z [00:04:46.446]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/docs/process_flow.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4322066Z [00:04:46.453]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/docs/concurrency.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4322670Z [00:04:46.460]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/entrypoint.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4323246Z [00:04:46.467]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/scripts/install.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4323898Z [00:04:46.474]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/scripts/test-last-changed-detector.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4324483Z [00:04:46.481]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/scripts/gen_proto.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4325108Z [00:04:46.488]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/scripts/test_changed_detectors.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4325729Z [00:04:46.495]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4326418Z [00:04:46.502]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4327011Z [00:04:46.508]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4327599Z [00:04:46.515]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4328189Z [00:04:46.522]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4328815Z [00:04:46.529]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4329581Z [00:04:46.536]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.goreleaser.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4330290Z [00:04:46.543]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4330954Z [00:04:46.550]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/community_note.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4331736Z [00:04:46.557]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4332415Z [00:04:46.564]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/TESTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4333108Z [00:04:46.571]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4333813Z [00:04:46.578]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/performance.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4334498Z [00:04:46.584]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/secrets.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4335219Z [00:04:46.591]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/codeql-analysis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4335939Z [00:04:46.598]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/detector-tests.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4336620Z [00:04:46.605]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/smoke.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4337280Z [00:04:46.612]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/workflows/lint.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4337977Z [00:04:46.619]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4338623Z [00:04:46.626]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/renovate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4339490Z [00:04:46.632]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4340401Z [00:04:46.639]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4341059Z [00:04:46.646]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4341679Z [00:04:46.653]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4342344Z [00:04:46.660]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4343074Z [00:04:46.667]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4343705Z [00:04:46.674]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4344472Z [00:04:46.681]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4345068Z [00:04:46.687]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4345688Z [00:04:46.695]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4346330Z [00:04:46.701]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4346936Z [00:04:46.708]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4347545Z [00:04:46.715]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4386132Z [00:04:46.722]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4454327Z [00:04:46.729]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4522802Z [00:04:46.735]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4590766Z [00:04:46.742]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4658869Z [00:04:46.749]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4727872Z [00:04:46.756]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4796071Z [00:04:46.763]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4864850Z [00:04:46.770]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.4934241Z [00:04:46.777]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5002419Z [00:04:46.783]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5069234Z [00:04:46.790]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5138793Z [00:04:46.797]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5206887Z [00:04:46.804]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5273345Z [00:04:46.810]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5341367Z [00:04:46.817]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5410347Z [00:04:46.824]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-91a71575d4df578c8f64da77baecdcc43c8fc49f.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5476893Z [00:04:46.831]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-91a71575d4df578c8f64da77baecdcc43c8fc49f.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5543963Z [00:04:46.838]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-6b31b025518da9115eb186286fe48d619be5fb71.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5611518Z [00:04:46.844]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-6b31b025518da9115eb186286fe48d619be5fb71.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5678806Z [00:04:46.851]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-91a71575d4df578c8f64da77baecdcc43c8fc49f.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5746251Z [00:04:46.858]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-6b31b025518da9115eb186286fe48d619be5fb71.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5813519Z [00:04:46.864]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-91a71575d4df578c8f64da77baecdcc43c8fc49f.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5882728Z [00:04:46.871]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/objects/pack/pack-6b31b025518da9115eb186286fe48d619be5fb71.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.5951811Z [00:04:46.878]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6021079Z [00:04:46.885]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6089822Z [00:04:46.892]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.captain/config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6158539Z [00:04:46.899]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/.pre-commit-hooks.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6227251Z [00:04:46.906]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/action.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6295870Z [00:04:46.913]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sourcestest/sourcestest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6367572Z [00:04:46.920]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/tui.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6435269Z [00:04:46.927]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/keymap/keymap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6504947Z [00:04:46.934]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/styles/styles.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6575573Z [00:04:46.941]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6642815Z [00:04:46.947]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common/style.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6713956Z [00:04:46.954]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common/error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6804217Z [00:04:46.964]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common/component.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6878323Z [00:04:46.971]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/common/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.6950920Z [00:04:46.978]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/filesystem/filesystem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7019115Z [00:04:46.985]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/circleci/circleci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7089894Z [00:04:46.992]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/huggingface/huggingface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7160505Z [00:04:46.999]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/s3/s3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7229939Z [00:04:47.006]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/gcs/gcs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7297842Z [00:04:47.013]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/git/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7366413Z [00:04:47.020]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/syslog/syslog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7434079Z [00:04:47.027]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/sources.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7501888Z [00:04:47.033]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/github/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7569774Z [00:04:47.040]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/docker/docker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7637430Z [00:04:47.047]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/gitlab/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7705771Z [00:04:47.054]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/elasticsearch/elasticsearch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7774985Z [00:04:47.061]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/jenkins/jenkins.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7843144Z [00:04:47.067]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/sources/postman/postman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7912879Z [00:04:47.074]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/analyze_form/analyze_form.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.7981930Z [00:04:47.081]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_select/source_select.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8050890Z [00:04:47.088]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_select/item.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8119094Z [00:04:47.095]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/contact_enterprise/contact_enterprise.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8187967Z [00:04:47.102]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/view_oss/view_oss.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8257243Z [00:04:47.109]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/analyze_keys/analyze_keys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8324881Z [00:04:47.116]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/wizard_intro/wizard_intro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8391583Z [00:04:47.122]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/wizard_intro/item.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8460078Z [00:04:47.129]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/trufflehog_component.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8526025Z [00:04:47.136]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/item.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8594042Z [00:04:47.143]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/trufflehog_configure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8662854Z [00:04:47.149]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/source_component.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8731065Z [00:04:47.156]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/run_component.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8798163Z [00:04:47.163]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/pages/source_configure/source_configure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8866032Z [00:04:47.170]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/header/header.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.8933623Z [00:04:47.177]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/selector/selector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9000632Z [00:04:47.183]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/viewport/viewport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9068165Z [00:04:47.190]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/textinput/textinput.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9137375Z [00:04:47.197]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/confirm/confirm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9204812Z [00:04:47.204]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/tabs/tabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9272841Z [00:04:47.210]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/footer/footer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9342395Z [00:04:47.217]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/textinputs/textinputs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9411178Z [00:04:47.224]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/formfield/formfield.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9480495Z [00:04:47.231]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/tui/components/statusbar/statusbar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9560702Z [00:04:47.239]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/updater/updater.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9630246Z [00:04:47.246]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/version/version.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9698769Z [00:04:47.253]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/github_experimental.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9767207Z [00:04:47.260]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/scan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9834699Z [00:04:47.267]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/huggingface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9900795Z [00:04:47.273]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:01.9969126Z [00:04:47.280]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/travisci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0037309Z [00:04:47.287]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/defaults/defaults_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0104052Z [00:04:47.294]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/defaults/defaults.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0172305Z [00:04:47.300]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/gcs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0241600Z [00:04:47.307]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/stdin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0308798Z [00:04:47.314]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/syslog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0377070Z [00:04:47.321]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/gcs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0445124Z [00:04:47.328]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/ahocorasick/ahocorasickcore_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0513999Z [00:04:47.335]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/ahocorasick/ahocorasickcore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0582824Z [00:04:47.341]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0652129Z [00:04:47.348]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/gitlab_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0724004Z [00:04:47.356]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/docker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0793084Z [00:04:47.362]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/s3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0861055Z [00:04:47.369]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/filesystem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0929798Z [00:04:47.376]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/postman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.0998921Z [00:04:47.383]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1066354Z [00:04:47.390]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/engine.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1134125Z [00:04:47.397]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/git_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1203176Z [00:04:47.403]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/engine_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1274295Z [00:04:47.411]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1341093Z [00:04:47.417]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/postman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1416027Z [00:04:47.425]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/elasticsearch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1485393Z [00:04:47.432]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/filesystem_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1555713Z [00:04:47.439]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/circleci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1625690Z [00:04:47.446]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/testdata/verificationoverlap_secrets.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1697829Z [00:04:47.453]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/testdata/secrets.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1769916Z [00:04:47.460]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/testdata/verificationoverlap_detectors.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1840289Z [00:04:47.467]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/testdata/verificationoverlap_secrets_fp.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1911741Z [00:04:47.474]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/testdata/verificationoverlap_detectors_fp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.1989731Z [00:04:47.482]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/engine/jenkins.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2057911Z [00:04:47.489]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/gitparse/gitparse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2126732Z [00:04:47.496]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/gitparse/gitparse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2195636Z [00:04:47.503]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/output/github_actions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2269079Z [00:04:47.510]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/output/plain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2337838Z [00:04:47.517]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/output/legacy_json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2405206Z [00:04:47.524]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/output/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2472659Z [00:04:47.530]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/giturl/giturl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2539272Z [00:04:47.537]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/giturl/giturl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2607074Z [00:04:47.544]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/roundtripper/roundtripper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2672973Z [00:04:47.550]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cleantemp/cleantemp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2738546Z [00:04:47.557]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cleantemp/cleantemp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2806736Z [00:04:47.564]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/pool/pool_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2873560Z [00:04:47.570]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/pool/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.2938639Z [00:04:47.577]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/pool/pool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3005964Z [00:04:47.584]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/buffer/buffer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3073335Z [00:04:47.590]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/buffer/buffer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3141198Z [00:04:47.597]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/buffers/buffer/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3210456Z [00:04:47.604]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3277589Z [00:04:47.611]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/config/detectors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3344146Z [00:04:47.618]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/config/detectors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3411400Z [00:04:47.624]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log/dynamic_redactor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3480191Z [00:04:47.631]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log/log_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3547682Z [00:04:47.638]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log/log.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3615242Z [00:04:47.645]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log/level.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3682411Z [00:04:47.651]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/log/redaction_core.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3749693Z [00:04:47.658]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/secrets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3818100Z [00:04:47.665]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3886324Z [00:04:47.672]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/vars.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.3954433Z [00:04:47.679]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/recover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4026857Z [00:04:47.686]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/patterns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4096005Z [00:04:47.693]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4165611Z [00:04:47.700]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/glob/glob_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4233880Z [00:04:47.707]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/glob/glob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4302224Z [00:04:47.713]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4369779Z [00:04:47.720]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4437517Z [00:04:47.727]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/vars_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4505928Z [00:04:47.734]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/depaware.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4572891Z [00:04:47.740]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4639495Z [00:04:47.747]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/export_error.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4708234Z [00:04:47.754]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/utils_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4775557Z [00:04:47.761]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/patterns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4843507Z [00:04:47.767]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4911119Z [00:04:47.774]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/common/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.4978005Z [00:04:47.781]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/process/zombies.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5045323Z [00:04:47.788]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/sourcespb/sources.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5113387Z [00:04:47.794]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/sourcespb/sources.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5182895Z [00:04:47.801]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/credentialspb/credentials.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5249301Z [00:04:47.808]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/credentialspb/credentials.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5317604Z [00:04:47.815]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/detectorspb/detectors.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5385525Z [00:04:47.822]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/detectorspb/detectors.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5453562Z [00:04:47.828]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/configpb/config.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5521448Z [00:04:47.835]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/configpb/config.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5590796Z [00:04:47.842]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/custom_detectorspb/custom_detectors.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5659691Z [00:04:47.849]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/custom_detectorspb/custom_detectors.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5728205Z [00:04:47.856]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/source_metadatapb/source_metadata.pb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5796031Z [00:04:47.863]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/pb/source_metadatapb/source_metadata.pb.validate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5865360Z [00:04:47.870]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.5934021Z [00:04:47.877]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/lru/lru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6004156Z [00:04:47.884]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/lru/lru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6077135Z [00:04:47.891]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/decorator.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6147855Z [00:04:47.898]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/simple/simple_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6217950Z [00:04:47.905]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/simple/simple.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6287157Z [00:04:47.912]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6355219Z [00:04:47.919]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/cache/decorator_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6429149Z [00:04:47.926]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tyntec/tyntec_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6496780Z [00:04:47.933]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tyntec/tyntec_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6565395Z [00:04:47.940]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tyntec/tyntec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6631622Z [00:04:47.946]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sumologickey/sumologickey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6700711Z [00:04:47.953]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sumologickey/sumologickey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6768893Z [00:04:47.960]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sumologickey/sumologickey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6836089Z [00:04:47.967]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finage/finage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6904262Z [00:04:47.974]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finage/finage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.6971598Z [00:04:47.980]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finage/finage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7040014Z [00:04:47.987]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7108222Z [00:04:47.994]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7176334Z [00:04:48.001]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lokalisetoken/lokalisetoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7245413Z [00:04:48.008]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7313823Z [00:04:48.015]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7381688Z [00:04:48.021]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cryptocompare/cryptocompare_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7448994Z [00:04:48.028]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mandrill/mandrill_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7516863Z [00:04:48.035]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mandrill/mandrill_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7584311Z [00:04:48.042]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mandrill/mandrill.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7652646Z [00:04:48.048]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v1/buildkite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7721059Z [00:04:48.055]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v1/buildkite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7790121Z [00:04:48.062]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v1/buildkite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7858072Z [00:04:48.069]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v2/buildkite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7926250Z [00:04:48.076]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v2/buildkite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.7995474Z [00:04:48.083]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buildkite/v2/buildkitev2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8064103Z [00:04:48.090]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linearapi/linearapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8131091Z [00:04:48.096]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linearapi/linearapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8198626Z [00:04:48.103]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linearapi/linearapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8266097Z [00:04:48.110]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dailyco/dailyco_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8333699Z [00:04:48.117]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dailyco/dailyco.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8401197Z [00:04:48.123]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dailyco/dailyco_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8469555Z [00:04:48.130]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8537608Z [00:04:48.137]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8605269Z [00:04:48.144]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/craftmypdf/craftmypdf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8672717Z [00:04:48.150]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraping/webscraping.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8740931Z [00:04:48.157]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraping/webscraping_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8807588Z [00:04:48.164]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraping/webscraping_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8875770Z [00:04:48.171]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tefter/tefter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.8944020Z [00:04:48.178]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tefter/tefter_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9010800Z [00:04:48.184]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tefter/tefter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9079024Z [00:04:48.191]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rawg/rawg_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9146603Z [00:04:48.198]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rawg/rawg_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9213671Z [00:04:48.205]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rawg/rawg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9281481Z [00:04:48.211]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buttercms/buttercms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9349021Z [00:04:48.218]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buttercms/buttercms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9416688Z [00:04:48.225]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buttercms/buttercms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9485649Z [00:04:48.232]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgist/getgist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9552640Z [00:04:48.238]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgist/getgist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9619288Z [00:04:48.245]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgist/getgist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9687375Z [00:04:48.252]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storecove/storecove.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9754902Z [00:04:48.259]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storecove/storecove_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9822879Z [00:04:48.265]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storecove/storecove_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9891865Z [00:04:48.272]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rootly/rootly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:02.9958672Z [00:04:48.279]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rootly/rootly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0026558Z [00:04:48.286]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rootly/rootly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0095676Z [00:04:48.293]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webflow/webflow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0162641Z [00:04:48.299]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webflow/webflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0229728Z [00:04:48.306]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webflow/webflow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0299028Z [00:04:48.313]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dandelion/dandelion_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0366005Z [00:04:48.320]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dandelion/dandelion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0433259Z [00:04:48.326]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dandelion/dandelion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0500728Z [00:04:48.333]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0568856Z [00:04:48.340]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0636960Z [00:04:48.347]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudsmith/cloudsmith_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0707412Z [00:04:48.354]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0776012Z [00:04:48.361]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0844085Z [00:04:48.367]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0managementapitoken/auth0managementapitoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0911954Z [00:04:48.374]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ditto/ditto_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.0979233Z [00:04:48.381]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ditto/ditto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1047156Z [00:04:48.388]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ditto/ditto_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1115487Z [00:04:48.395]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fulcrum/fulcrum_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1184130Z [00:04:48.402]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fulcrum/fulcrum_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1252279Z [00:04:48.408]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fulcrum/fulcrum.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1320270Z [00:04:48.415]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beebole/beebole.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1387703Z [00:04:48.422]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beebole/beebole_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1455656Z [00:04:48.429]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beebole/beebole_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1524382Z [00:04:48.436]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1592276Z [00:04:48.442]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1660786Z [00:04:48.449]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastlypersonaltoken/fastlypersonaltoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1730411Z [00:04:48.456]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexapis/iexapis_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1799012Z [00:04:48.463]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexapis/iexapis_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1868304Z [00:04:48.470]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexapis/iexapis.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.1940097Z [00:04:48.477]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getsandbox/getsandbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2008367Z [00:04:48.484]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getsandbox/getsandbox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2076595Z [00:04:48.491]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getsandbox/getsandbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2145907Z [00:04:48.498]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/censys/censys.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2215408Z [00:04:48.505]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/censys/censys_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2283652Z [00:04:48.511]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/censys/censys_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2353051Z [00:04:48.518]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/conversiontools/conversiontools.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2422213Z [00:04:48.525]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/conversiontools/conversiontools_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2490753Z [00:04:48.532]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/conversiontools/conversiontools_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2559657Z [00:04:48.539]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/transferwise/transferwise.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2627670Z [00:04:48.546]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/transferwise/transferwise_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2696304Z [00:04:48.553]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/transferwise/transferwise_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2764885Z [00:04:48.560]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alibaba/alibaba_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2833614Z [00:04:48.566]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alibaba/alibaba_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2901378Z [00:04:48.573]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alibaba/alibaba.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.2969150Z [00:04:48.580]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/falsepositives_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3036875Z [00:04:48.587]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swiftype/swiftype_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3104834Z [00:04:48.594]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swiftype/swiftype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3171983Z [00:04:48.600]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swiftype/swiftype_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3238557Z [00:04:48.607]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blogger/blogger_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3305515Z [00:04:48.614]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blogger/blogger.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3373716Z [00:04:48.621]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blogger/blogger_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3440746Z [00:04:48.627]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planyo/planyo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3508287Z [00:04:48.634]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planyo/planyo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3577858Z [00:04:48.641]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planyo/planyo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3646129Z [00:04:48.648]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groq/groq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3713171Z [00:04:48.654]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groq/groq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3778674Z [00:04:48.661]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groq/groq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3846317Z [00:04:48.668]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplesat/simplesat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3913833Z [00:04:48.674]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplesat/simplesat_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.3979122Z [00:04:48.681]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplesat/simplesat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4046980Z [00:04:48.688]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4118456Z [00:04:48.695]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4187338Z [00:04:48.702]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meaningcloud/meaningcloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4256861Z [00:04:48.709]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tiingo/tiingo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4324211Z [00:04:48.716]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tiingo/tiingo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4392324Z [00:04:48.722]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tiingo/tiingo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4460196Z [00:04:48.729]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4529143Z [00:04:48.736]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4597187Z [00:04:48.743]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingbee/scrapingbee.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4665844Z [00:04:48.750]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tallyfy/tallyfy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4735088Z [00:04:48.757]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tallyfy/tallyfy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4803211Z [00:04:48.763]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tallyfy/tallyfy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4872929Z [00:04:48.770]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/taxjar/taxjar_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.4940231Z [00:04:48.777]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/taxjar/taxjar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5006964Z [00:04:48.784]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/taxjar/taxjar_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5074696Z [00:04:48.791]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/optimizely/optimizely.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5142013Z [00:04:48.797]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/optimizely/optimizely_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5209270Z [00:04:48.804]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/optimizely/optimizely_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5278454Z [00:04:48.811]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymongo/paymongo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5347546Z [00:04:48.818]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymongo/paymongo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5415923Z [00:04:48.825]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymongo/paymongo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5484671Z [00:04:48.832]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5552713Z [00:04:48.838]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5620350Z [00:04:48.845]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendlyapikey/calendlyapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5688704Z [00:04:48.852]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apify/apify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5756102Z [00:04:48.859]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apify/apify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5824313Z [00:04:48.866]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apify/apify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5893313Z [00:04:48.872]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artifactory/artifactory_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.5962627Z [00:04:48.879]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artifactory/artifactory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6029974Z [00:04:48.886]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artifactory/artifactory_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6097003Z [00:04:48.893]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pastebin/pastebin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6164306Z [00:04:48.900]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pastebin/pastebin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6231364Z [00:04:48.906]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pastebin/pastebin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6297629Z [00:04:48.913]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intercom/intercom_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6365732Z [00:04:48.920]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intercom/intercom.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6434003Z [00:04:48.927]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intercom/intercom_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6500224Z [00:04:48.933]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6567894Z [00:04:48.940]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6633415Z [00:04:48.946]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodebase/zipcodebase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6701203Z [00:04:48.953]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplynoted/simplynoted_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6767610Z [00:04:48.960]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplynoted/simplynoted.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6836230Z [00:04:48.967]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simplynoted/simplynoted_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6903298Z [00:04:48.973]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/poloniex/poloniex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.6970512Z [00:04:48.980]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/poloniex/poloniex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7038888Z [00:04:48.987]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/poloniex/poloniex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7105380Z [00:04:48.994]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instamojo/instamojo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7171888Z [00:04:49.000]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instamojo/instamojo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7237242Z [00:04:49.007]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instamojo/instamojo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7303513Z [00:04:49.013]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eraser/eraser_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7368354Z [00:04:49.020]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eraser/eraser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7434643Z [00:04:49.027]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eraser/eraser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7500911Z [00:04:49.033]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plaidkey/plaidkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7566293Z [00:04:49.040]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plaidkey/plaidkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7633766Z [00:04:49.047]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plaidkey/plaidkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7700259Z [00:04:49.053]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7766035Z [00:04:49.060]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7832703Z [00:04:49.066]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eagleeyenetworks/eagleeyenetworks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7899175Z [00:04:49.073]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoapify/geoapify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.7965781Z [00:04:49.080]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoapify/geoapify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8032549Z [00:04:49.086]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoapify/geoapify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8100980Z [00:04:49.093]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voiceflow/voiceflow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8167715Z [00:04:49.100]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voiceflow/voiceflow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8235893Z [00:04:49.107]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voiceflow/voiceflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8302460Z [00:04:49.113]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/selectpdf/selectpdf_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8368260Z [00:04:49.120]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/selectpdf/selectpdf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8437719Z [00:04:49.127]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/selectpdf/selectpdf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8504894Z [00:04:49.134]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8573592Z [00:04:49.141]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8639766Z [00:04:49.147]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youtubeapikey/youtubeapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8706571Z [00:04:49.154]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airvisual/airvisual_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8774886Z [00:04:49.161]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airvisual/airvisual_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8841060Z [00:04:49.167]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airvisual/airvisual.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8909231Z [00:04:49.174]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finnhub/finnhub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.8976737Z [00:04:49.181]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finnhub/finnhub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9044138Z [00:04:49.188]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/finnhub/finnhub_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9110780Z [00:04:49.194]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/ssh_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9177801Z [00:04:49.201]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/cracker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9245411Z [00:04:49.208]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/privatekey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9315337Z [00:04:49.215]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/ssh_integration.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9381862Z [00:04:49.221]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/normalize.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9450128Z [00:04:49.228]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/cracker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9517775Z [00:04:49.235]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/privatekey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9584837Z [00:04:49.242]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/fingerprint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9651521Z [00:04:49.248]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/privatekey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9720588Z [00:04:49.255]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privatekey/list.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9792865Z [00:04:49.262]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexcloud/iexcloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9862138Z [00:04:49.269]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexcloud/iexcloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9930561Z [00:04:49.276]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iexcloud/iexcloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:03.9999774Z [00:04:49.283]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0068327Z [00:04:49.290]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0138013Z [00:04:49.297]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentryorgtoken/sentryorgtoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0210375Z [00:04:49.304]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nicereply/nicereply_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0281591Z [00:04:49.311]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nicereply/nicereply.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0351082Z [00:04:49.318]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nicereply/nicereply_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0421282Z [00:04:49.325]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rebrandly/rebrandly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0490413Z [00:04:49.332]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rebrandly/rebrandly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0562256Z [00:04:49.339]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rebrandly/rebrandly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0633543Z [00:04:49.346]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caflou/caflou_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0704378Z [00:04:49.354]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caflou/caflou_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0772570Z [00:04:49.360]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caflou/caflou.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0843559Z [00:04:49.367]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/float/float_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0912226Z [00:04:49.374]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/float/float_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.0979104Z [00:04:49.381]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/float/float.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1047614Z [00:04:49.388]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sirv/sirv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1116632Z [00:04:49.395]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sirv/sirv_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1183763Z [00:04:49.402]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sirv/sirv_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1253020Z [00:04:49.408]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitter/gitter_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1322859Z [00:04:49.415]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitter/gitter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1393478Z [00:04:49.423]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitter/gitter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1466115Z [00:04:49.430]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendarific/calendarific_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1536527Z [00:04:49.437]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendarific/calendarific_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1605816Z [00:04:49.444]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calendarific/calendarific.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1674166Z [00:04:49.451]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/droneci/droneci_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1745955Z [00:04:49.458]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/droneci/droneci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1813333Z [00:04:49.464]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/droneci/droneci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1881184Z [00:04:49.471]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.1952027Z [00:04:49.478]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2019896Z [00:04:49.485]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/centralstationcrm/centralstationcrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2088661Z [00:04:49.492]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/baremetrics/baremetrics_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2157282Z [00:04:49.499]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/baremetrics/baremetrics_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2225512Z [00:04:49.506]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/baremetrics/baremetrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2295337Z [00:04:49.513]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atera/atera_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2362889Z [00:04:49.519]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atera/atera.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2431059Z [00:04:49.526]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atera/atera_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2499304Z [00:04:49.533]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2568221Z [00:04:49.540]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2636482Z [00:04:49.547]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lessannoyingcrm/lessannoyingcrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2704855Z [00:04:49.554]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gumroad/gumroad_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2772440Z [00:04:49.560]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gumroad/gumroad.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2840164Z [00:04:49.567]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gumroad/gumroad_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2908886Z [00:04:49.574]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.2976644Z [00:04:49.581]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3045340Z [00:04:49.588]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterprojectkey/satismeterprojectkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3113638Z [00:04:49.595]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wrike/wrike.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3180864Z [00:04:49.601]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wrike/wrike_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3248630Z [00:04:49.608]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wrike/wrike_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3318029Z [00:04:49.615]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/doppler/doppler.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3386046Z [00:04:49.622]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/doppler/doppler_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3454429Z [00:04:49.629]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/doppler/doppler_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3522612Z [00:04:49.635]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vouchery/vouchery_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3590417Z [00:04:49.642]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vouchery/vouchery_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3658727Z [00:04:49.649]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vouchery/vouchery.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3727968Z [00:04:49.656]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3796088Z [00:04:49.663]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3863965Z [00:04:49.670]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraphcody/sourcegraphcody_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3932249Z [00:04:49.676]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.3999998Z [00:04:49.683]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4067611Z [00:04:49.690]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareapitoken/cloudflareapitoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4135733Z [00:04:49.697]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4205531Z [00:04:49.704]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4274118Z [00:04:49.711]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenkitapi/zenkitapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4344163Z [00:04:49.718]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerguru/customerguru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4412616Z [00:04:49.724]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerguru/customerguru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4481324Z [00:04:49.731]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerguru/customerguru_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4549914Z [00:04:49.738]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zeplin/zeplin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4619029Z [00:04:49.745]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zeplin/zeplin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4688207Z [00:04:49.752]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zeplin/zeplin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4757470Z [00:04:49.759]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugherd/bugherd_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4826189Z [00:04:49.766]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugherd/bugherd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4895982Z [00:04:49.773]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugherd/bugherd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.4965432Z [00:04:49.780]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/testingbot/testingbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5034221Z [00:04:49.787]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/testingbot/testingbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5102852Z [00:04:49.793]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/testingbot/testingbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5171309Z [00:04:49.800]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vyte/vyte_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5240004Z [00:04:49.807]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vyte/vyte.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5308470Z [00:04:49.814]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vyte/vyte_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5376319Z [00:04:49.821]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alconost/alconost_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5445171Z [00:04:49.828]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alconost/alconost.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5513524Z [00:04:49.834]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alconost/alconost_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5582205Z [00:04:49.841]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dovico/dovico_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5649731Z [00:04:49.848]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dovico/dovico.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5717552Z [00:04:49.855]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dovico/dovico_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5786813Z [00:04:49.862]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudplan/cloudplan_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5854730Z [00:04:49.869]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudplan/cloudplan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5924733Z [00:04:49.876]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudplan/cloudplan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.5993635Z [00:04:49.883]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signable/signable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6063398Z [00:04:49.889]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signable/signable_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6132696Z [00:04:49.896]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signable/signable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6200750Z [00:04:49.903]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commodities/commodities_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6267930Z [00:04:49.910]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commodities/commodities.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6335809Z [00:04:49.917]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commodities/commodities_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6404868Z [00:04:49.924]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6472952Z [00:04:49.930]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6540803Z [00:04:49.937]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitcoinaverage/bitcoinaverage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6610135Z [00:04:49.944]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/account_filter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6678617Z [00:04:49.951]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6747217Z [00:04:49.958]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6813830Z [00:04:49.965]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipcodeapi/zipcodeapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6881672Z [00:04:49.971]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aylien/aylien.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.6949568Z [00:04:49.978]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aylien/aylien_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7017248Z [00:04:49.985]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aylien/aylien_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7084283Z [00:04:49.992]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/railwayapp/railwayapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7151509Z [00:04:49.998]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/railwayapp/railwayapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7219148Z [00:04:50.005]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/railwayapp/railwayapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7285264Z [00:04:50.012]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meistertask/meistertask_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7353115Z [00:04:50.018]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meistertask/meistertask_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7421194Z [00:04:50.025]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meistertask/meistertask.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7491198Z [00:04:50.032]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moralis/moralis_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7560064Z [00:04:50.039]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moralis/moralis.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7628618Z [00:04:50.046]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moralis/moralis_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7696960Z [00:04:50.053]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apollo/apollo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7765077Z [00:04:50.060]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apollo/apollo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7832668Z [00:04:50.066]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apollo/apollo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7902154Z [00:04:50.073]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.7970170Z [00:04:50.080]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth_integeration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8038087Z [00:04:50.087]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/auth0oauth/auth0oauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8105465Z [00:04:50.094]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscale/planetscale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8172874Z [00:04:50.100]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscale/planetscale_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8240672Z [00:04:50.107]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscale/planetscale_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8308994Z [00:04:50.114]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8376750Z [00:04:50.121]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8444757Z [00:04:50.128]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hashicorpvaultauth/hashicorpvaultauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8513158Z [00:04:50.134]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cexio/cexio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8581207Z [00:04:50.141]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cexio/cexio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8648739Z [00:04:50.148]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cexio/cexio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8716748Z [00:04:50.155]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caspio/caspio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8785515Z [00:04:50.162]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caspio/caspio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8854144Z [00:04:50.169]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/caspio/caspio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8922748Z [00:04:50.175]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencylayer/currencylayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.8989783Z [00:04:50.182]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencylayer/currencylayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9057454Z [00:04:50.189]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencylayer/currencylayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9126624Z [00:04:50.196]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/box/box_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9193206Z [00:04:50.202]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/box/box_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9261023Z [00:04:50.209]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/box/box.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9329619Z [00:04:50.216]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oopspam/oopspam_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9397533Z [00:04:50.223]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oopspam/oopspam.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9466948Z [00:04:50.230]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oopspam/oopspam_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9534927Z [00:04:50.237]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitmex/bitmex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9602248Z [00:04:50.243]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitmex/bitmex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9668980Z [00:04:50.250]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitmex/bitmex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9737654Z [00:04:50.257]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/roaring/roaring_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9805809Z [00:04:50.264]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/roaring/roaring_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9873442Z [00:04:50.270]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/roaring/roaring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:04.9941530Z [00:04:50.277]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linenotify/linenotify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0009840Z [00:04:50.284]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linenotify/linenotify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0078938Z [00:04:50.291]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linenotify/linenotify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0147036Z [00:04:50.298]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v1/circleci_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0215291Z [00:04:50.305]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v1/circleci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0283328Z [00:04:50.311]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v1/circleci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0350500Z [00:04:50.318]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v2/circleci_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0418536Z [00:04:50.325]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v2/circleci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0487634Z [00:04:50.332]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/circleci/v2/circleci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0555600Z [00:04:50.339]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endpoint_customizer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0623913Z [00:04:50.346]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hellosign/hellosign_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0693073Z [00:04:50.352]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hellosign/hellosign_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0759665Z [00:04:50.359]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hellosign/hellosign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0828674Z [00:04:50.366]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspal/statuspal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0896815Z [00:04:50.373]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspal/statuspal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.0965385Z [00:04:50.380]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspal/statuspal_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1033728Z [00:04:50.387]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sanity/sanity_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1101101Z [00:04:50.393]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sanity/sanity_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1168731Z [00:04:50.400]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sanity/sanity.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1237118Z [00:04:50.407]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudelements/cloudelements.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1305611Z [00:04:50.414]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudelements/cloudelements_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1373291Z [00:04:50.420]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudelements/cloudelements_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1442432Z [00:04:50.427]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vercel/vercel_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1510757Z [00:04:50.434]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vercel/vercel_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1578317Z [00:04:50.441]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vercel/vercel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1646047Z [00:04:50.448]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1715462Z [00:04:50.455]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1782668Z [00:04:50.461]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nexmoapikey/nexmoapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1851379Z [00:04:50.468]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1921849Z [00:04:50.475]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.1990256Z [00:04:50.482]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/splunkobservabilitytoken/splunkobservabilitytoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2058584Z [00:04:50.489]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dronahq/dronahq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2125774Z [00:04:50.496]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dronahq/dronahq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2193069Z [00:04:50.502]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dronahq/dronahq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2261699Z [00:04:50.509]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/companyhub/companyhub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2328270Z [00:04:50.516]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/companyhub/companyhub_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2397596Z [00:04:50.523]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/companyhub/companyhub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2466638Z [00:04:50.530]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/couchbase/couchbase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2534800Z [00:04:50.537]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/couchbase/couchbase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2603943Z [00:04:50.544]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/couchbase/couchbase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2671909Z [00:04:50.550]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoipifi/geoipifi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2739814Z [00:04:50.557]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoipifi/geoipifi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2808019Z [00:04:50.564]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geoipifi/geoipifi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2875817Z [00:04:50.571]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipbooks/zipbooks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.2944464Z [00:04:50.578]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipbooks/zipbooks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3011399Z [00:04:50.584]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipbooks/zipbooks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3079847Z [00:04:50.591]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/borgbase/borgbase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3147148Z [00:04:50.598]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/borgbase/borgbase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3216196Z [00:04:50.605]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/borgbase/borgbase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3288061Z [00:04:50.612]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3355978Z [00:04:50.619]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3423737Z [00:04:50.626]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomorrowio/tomorrowio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3492580Z [00:04:50.632]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3561399Z [00:04:50.639]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3629172Z [00:04:50.646]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldcoinindex/worldcoinindex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3698495Z [00:04:50.653]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3766123Z [00:04:50.660]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3834293Z [00:04:50.667]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mattermostpersonaltoken/mattermostpersonaltoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3903675Z [00:04:50.673]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/requestfinance/requestfinance.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.3971783Z [00:04:50.680]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/requestfinance/requestfinance_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4040783Z [00:04:50.687]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/requestfinance/requestfinance_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4108982Z [00:04:50.694]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4177942Z [00:04:50.701]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4252913Z [00:04:50.708]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/technicalanalysisapi/technicalanalysisapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4320704Z [00:04:50.715]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verimail/verimail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4388997Z [00:04:50.722]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verimail/verimail_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4456999Z [00:04:50.729]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verimail/verimail_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4525034Z [00:04:50.736]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainertoken/portainertoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4593491Z [00:04:50.742]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainertoken/portainertoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4662396Z [00:04:50.749]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainertoken/portainertoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4731195Z [00:04:50.756]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enablex/enablex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4799730Z [00:04:50.763]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enablex/enablex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4877301Z [00:04:50.771]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enablex/enablex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.4950601Z [00:04:50.778]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onesignal/onesignal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5017565Z [00:04:50.785]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onesignal/onesignal_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5085617Z [00:04:50.792]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onesignal/onesignal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5154948Z [00:04:50.799]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/karmacrm/karmacrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5222288Z [00:04:50.805]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/karmacrm/karmacrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5289639Z [00:04:50.812]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/karmacrm/karmacrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5384945Z [00:04:50.822]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5465747Z [00:04:50.830]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5541606Z [00:04:50.837]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/theoddsapi/theoddsapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5610954Z [00:04:50.844]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/languagelayer/languagelayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5679011Z [00:04:50.851]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/languagelayer/languagelayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5746474Z [00:04:50.858]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/languagelayer/languagelayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5815650Z [00:04:50.865]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/confluent/confluent_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5883501Z [00:04:50.872]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/confluent/confluent_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.5953184Z [00:04:50.878]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/confluent/confluent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6022096Z [00:04:50.885]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codemagic/codemagic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6091158Z [00:04:50.892]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codemagic/codemagic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6159628Z [00:04:50.899]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codemagic/codemagic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6227987Z [00:04:50.906]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/huggingface/huggingface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6297688Z [00:04:50.913]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/huggingface/huggingface_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6366157Z [00:04:50.920]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/huggingface/huggingface_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6435173Z [00:04:50.927]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6503570Z [00:04:50.933]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6572133Z [00:04:50.940]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceantoken/digitaloceantoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6640877Z [00:04:50.947]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postgres/postgres_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6709188Z [00:04:50.954]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postgres/postgres_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6778762Z [00:04:50.961]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postgres/postgres.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6848035Z [00:04:50.968]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amadeus/amadeus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6915956Z [00:04:50.975]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amadeus/amadeus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.6984702Z [00:04:50.982]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amadeus/amadeus_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7054259Z [00:04:50.989]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipquality/ipquality.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7122906Z [00:04:50.995]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipquality/ipquality_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7190776Z [00:04:51.002]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipquality/ipquality_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7258724Z [00:04:51.009]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7326740Z [00:04:51.016]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7393896Z [00:04:51.023]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/terraformcloudpersonaltoken/terraformcloudpersonaltoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7461426Z [00:04:51.029]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rapidapi/rapidapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7527607Z [00:04:51.036]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rapidapi/rapidapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7594815Z [00:04:51.043]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rapidapi/rapidapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7663477Z [00:04:51.050]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rownd/rownd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7730493Z [00:04:51.056]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rownd/rownd_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7797355Z [00:04:51.063]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rownd/rownd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7864357Z [00:04:51.070]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7930869Z [00:04:51.076]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.7997726Z [00:04:51.083]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pusherchannelkey/pusherchannelkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8065989Z [00:04:51.090]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8135721Z [00:04:51.097]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8203060Z [00:04:51.103]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/avazapersonalaccesstoken/avazapersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8270340Z [00:04:51.110]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shipday/shipday_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8337371Z [00:04:51.117]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shipday/shipday_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8404758Z [00:04:51.124]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shipday/shipday.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8471443Z [00:04:51.130]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commercejs/commercejs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8538238Z [00:04:51.137]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commercejs/commercejs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8605629Z [00:04:51.144]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/commercejs/commercejs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8672803Z [00:04:51.150]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerobounce/zerobounce_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8739318Z [00:04:51.157]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerobounce/zerobounce.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8807401Z [00:04:51.164]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerobounce/zerobounce_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8874617Z [00:04:51.171]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alchemy/alchemy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.8941822Z [00:04:51.177]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alchemy/alchemy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9009120Z [00:04:51.184]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alchemy/alchemy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9076809Z [00:04:51.191]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9144855Z [00:04:51.198]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9212258Z [00:04:51.204]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbucketapppassword/bitbucketapppassword_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9280981Z [00:04:51.211]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vatlayer/vatlayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9349952Z [00:04:51.218]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vatlayer/vatlayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9417876Z [00:04:51.225]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vatlayer/vatlayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9486438Z [00:04:51.232]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9554987Z [00:04:51.239]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9622559Z [00:04:51.245]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upcdatabase/upcdatabase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9691333Z [00:04:51.252]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9760849Z [00:04:51.259]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9827670Z [00:04:51.266]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuiteapikey/larksuiteapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9896874Z [00:04:51.273]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/crowdin/crowdin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:05.9964407Z [00:04:51.280]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/crowdin/crowdin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0033156Z [00:04:51.286]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/crowdin/crowdin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0101735Z [00:04:51.293]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0169236Z [00:04:51.300]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0236918Z [00:04:51.307]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reallysimplesystems/reallysimplesystems_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0303932Z [00:04:51.314]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailchimp/mailchimp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0371340Z [00:04:51.320]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailchimp/mailchimp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0439053Z [00:04:51.327]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailchimp/mailchimp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0507189Z [00:04:51.334]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0574796Z [00:04:51.341]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0642374Z [00:04:51.347]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aletheiaapi/aletheiaapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0709720Z [00:04:51.354]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eightxeight/eightxeight.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0776893Z [00:04:51.361]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eightxeight/eightxeight_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0845711Z [00:04:51.368]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eightxeight/eightxeight_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0915547Z [00:04:51.375]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linkpreview/linkpreview.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.0984288Z [00:04:51.382]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linkpreview/linkpreview_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1052775Z [00:04:51.388]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linkpreview/linkpreview_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1122239Z [00:04:51.395]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codequiry/codequiry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1191061Z [00:04:51.402]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codequiry/codequiry_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1258709Z [00:04:51.409]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codequiry/codequiry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1327502Z [00:04:51.416]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1395723Z [00:04:51.423]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1466001Z [00:04:51.430]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/neutrinoapi/neutrinoapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1533802Z [00:04:51.437]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1602651Z [00:04:51.443]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1670356Z [00:04:51.450]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrutinizerci/scrutinizerci_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1738713Z [00:04:51.457]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1808433Z [00:04:51.464]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1877522Z [00:04:51.471]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudconvert/cloudconvert_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.1947293Z [00:04:51.478]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerotier/zerotier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2015675Z [00:04:51.485]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerotier/zerotier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2083566Z [00:04:51.491]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zerotier/zerotier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2152166Z [00:04:51.498]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qubole/qubole_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2220995Z [00:04:51.505]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qubole/qubole_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2289525Z [00:04:51.512]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qubole/qubole.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2356949Z [00:04:51.519]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailgun/mailgun_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2424668Z [00:04:51.526]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailgun/mailgun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2490922Z [00:04:51.532]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailgun/mailgun_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2558292Z [00:04:51.539]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myintervals/myintervals_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2626193Z [00:04:51.546]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myintervals/myintervals_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2692856Z [00:04:51.552]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myintervals/myintervals.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2761206Z [00:04:51.559]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signaturit/signaturit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2828358Z [00:04:51.566]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signaturit/signaturit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2896759Z [00:04:51.573]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signaturit/signaturit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.2964121Z [00:04:51.580]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opsgenie/opsgenie.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3030665Z [00:04:51.586]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opsgenie/opsgenie_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3097212Z [00:04:51.593]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opsgenie/opsgenie_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3163875Z [00:04:51.600]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mesibo/mesibo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3230390Z [00:04:51.606]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mesibo/mesibo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3296834Z [00:04:51.613]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mesibo/mesibo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3364473Z [00:04:51.620]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3432573Z [00:04:51.626]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3500526Z [00:04:51.633]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planetscaledb/planetscaledb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3569005Z [00:04:51.640]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apilayer/apilayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3637992Z [00:04:51.647]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apilayer/apilayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3707013Z [00:04:51.654]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apilayer/apilayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3775561Z [00:04:51.661]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/securitytrails/securitytrails.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3844362Z [00:04:51.668]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/securitytrails/securitytrails_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3911638Z [00:04:51.674]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/securitytrails/securitytrails_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.3980140Z [00:04:51.681]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fixerio/fixerio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4047668Z [00:04:51.688]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fixerio/fixerio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4115288Z [00:04:51.695]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fixerio/fixerio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4185342Z [00:04:51.702]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snowflake/snowflake_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4252855Z [00:04:51.708]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snowflake/snowflake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4320221Z [00:04:51.715]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snowflake/snowflake_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4387347Z [00:04:51.722]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appfollow/appfollow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4456268Z [00:04:51.729]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appfollow/appfollow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4523922Z [00:04:51.736]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appfollow/appfollow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4592585Z [00:04:51.742]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thinkific/thinkific_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4660191Z [00:04:51.749]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thinkific/thinkific_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4728034Z [00:04:51.756]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thinkific/thinkific.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4797184Z [00:04:51.763]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harness/harness.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4865494Z [00:04:51.770]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harness/harness_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.4933599Z [00:04:51.777]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harness/harness_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5001317Z [00:04:51.783]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/collect2/collect2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5068302Z [00:04:51.790]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/collect2/collect2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5137064Z [00:04:51.797]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/collect2/collect2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5204337Z [00:04:51.804]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/feedier/feedier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5271472Z [00:04:51.810]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/feedier/feedier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5340638Z [00:04:51.817]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/feedier/feedier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5408522Z [00:04:51.824]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wit/wit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5476087Z [00:04:51.831]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wit/wit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5543791Z [00:04:51.838]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wit/wit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5612205Z [00:04:51.844]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langsmith/langsmith.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5679537Z [00:04:51.851]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langsmith/langsmith_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5747269Z [00:04:51.858]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langsmith/langsmith_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5816361Z [00:04:51.865]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pollsapi/pollsapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5884373Z [00:04:51.872]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pollsapi/pollsapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.5954609Z [00:04:51.879]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pollsapi/pollsapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6024052Z [00:04:51.886]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twist/twist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6092941Z [00:04:51.892]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twist/twist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6161520Z [00:04:51.899]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twist/twist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6230361Z [00:04:51.906]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphcms/graphcms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6299642Z [00:04:51.913]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphcms/graphcms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6367571Z [00:04:51.920]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphcms/graphcms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6436165Z [00:04:51.927]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamgate/teamgate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6505174Z [00:04:51.934]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamgate/teamgate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6572763Z [00:04:51.940]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamgate/teamgate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6640932Z [00:04:51.947]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metrilo/metrilo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6708632Z [00:04:51.954]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metrilo/metrilo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6776548Z [00:04:51.961]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metrilo/metrilo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6844920Z [00:04:51.968]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/partnerstack/partnerstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6912353Z [00:04:51.974]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/partnerstack/partnerstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.6982439Z [00:04:51.981]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/partnerstack/partnerstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7047759Z [00:04:51.988]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pypi/pypi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7115724Z [00:04:51.995]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pypi/pypi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7183800Z [00:04:52.002]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pypi/pypi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7251490Z [00:04:52.008]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/semaphore/semaphore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7320060Z [00:04:52.015]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/semaphore/semaphore_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7388227Z [00:04:52.022]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/semaphore/semaphore_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7456555Z [00:04:52.029]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mockaroo/mockaroo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7525092Z [00:04:52.036]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mockaroo/mockaroo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7593622Z [00:04:52.043]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mockaroo/mockaroo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7663418Z [00:04:52.049]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simfin/simfin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7731529Z [00:04:52.056]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simfin/simfin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7800408Z [00:04:52.063]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simfin/simfin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7868909Z [00:04:52.070]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_access_token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.7936730Z [00:04:52.077]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_access_token_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8004991Z [00:04:52.084]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/googleoauth2/googleoauth2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8073320Z [00:04:52.090]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moosend/moosend_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8142002Z [00:04:52.097]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moosend/moosend_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8209499Z [00:04:52.104]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moosend/moosend.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8278813Z [00:04:52.111]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/miro/miro_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8346341Z [00:04:52.118]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/miro/miro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8414923Z [00:04:52.125]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/miro/miro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8483991Z [00:04:52.132]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nightfall/nightfall_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8553272Z [00:04:52.138]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nightfall/nightfall.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8620983Z [00:04:52.145]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nightfall/nightfall_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8690117Z [00:04:52.152]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepgram/deepgram_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8758725Z [00:04:52.159]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepgram/deepgram.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8827546Z [00:04:52.166]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepgram/deepgram_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8897908Z [00:04:52.173]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codacy/codacy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.8966643Z [00:04:52.180]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codacy/codacy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9034682Z [00:04:52.187]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codacy/codacy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9103353Z [00:04:52.193]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beamer/beamer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9171467Z [00:04:52.200]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beamer/beamer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9241124Z [00:04:52.207]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/beamer/beamer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9310090Z [00:04:52.214]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dwolla/dwolla_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9378309Z [00:04:52.221]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dwolla/dwolla_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9446549Z [00:04:52.228]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dwolla/dwolla.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9515401Z [00:04:52.235]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/madkudu/madkudu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9583431Z [00:04:52.241]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/madkudu/madkudu_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9652038Z [00:04:52.248]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/madkudu/madkudu_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9721561Z [00:04:52.255]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9790628Z [00:04:52.262]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9860121Z [00:04:52.269]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vultrapikey/vultrapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9929195Z [00:04:52.276]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chartmogul/chartmogul.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:06.9998469Z [00:04:52.283]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chartmogul/chartmogul_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0067240Z [00:04:52.290]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chartmogul/chartmogul_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0136157Z [00:04:52.297]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0205151Z [00:04:52.304]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0274791Z [00:04:52.311]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ecostruxureit/ecostruxureit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0344210Z [00:04:52.318]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0413263Z [00:04:52.324]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0483250Z [00:04:52.331]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubsubscriptionkey/pubnubsubscriptionkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0551769Z [00:04:52.338]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0619960Z [00:04:52.345]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0688949Z [00:04:52.352]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supernotesapi/supernotesapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0757925Z [00:04:52.359]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/happyscribe/happyscribe_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0827530Z [00:04:52.366]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/happyscribe/happyscribe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0897341Z [00:04:52.373]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/happyscribe/happyscribe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.0968249Z [00:04:52.380]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/session_keys/sessionkeys_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1037419Z [00:04:52.387]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/session_keys/sessionkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1105931Z [00:04:52.394]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/utils.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1175115Z [00:04:52.401]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1245562Z [00:04:52.408]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/access_keys/accesskey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1313699Z [00:04:52.415]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/access_keys/canary.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1382368Z [00:04:52.421]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/access_keys/accesskey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1452785Z [00:04:52.428]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aws/access_keys/accesskey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1521737Z [00:04:52.435]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripo/stripo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1589916Z [00:04:52.442]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripo/stripo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1658747Z [00:04:52.449]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripo/stripo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1726663Z [00:04:52.456]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymoapp/paymoapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1795910Z [00:04:52.463]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymoapp/paymoapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1865942Z [00:04:52.470]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paymoapp/paymoapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.1936871Z [00:04:52.477]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/locationiq/locationiq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2005452Z [00:04:52.484]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/locationiq/locationiq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2074637Z [00:04:52.491]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/locationiq/locationiq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2146111Z [00:04:52.498]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sslmate/sslmate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2216520Z [00:04:52.505]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sslmate/sslmate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2286876Z [00:04:52.512]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sslmate/sslmate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2356328Z [00:04:52.519]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aha/aha_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2425850Z [00:04:52.526]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aha/aha.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2493852Z [00:04:52.533]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aha/aha_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2563405Z [00:04:52.539]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/noticeable/noticeable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2631442Z [00:04:52.546]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/noticeable/noticeable_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2698364Z [00:04:52.553]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/noticeable/noticeable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2767425Z [00:04:52.560]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postageapp/postageapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2835426Z [00:04:52.567]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postageapp/postageapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2902754Z [00:04:52.573]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postageapp/postageapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.2970126Z [00:04:52.580]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loadmill/loadmill_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3038190Z [00:04:52.587]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loadmill/loadmill.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3105984Z [00:04:52.594]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loadmill/loadmill_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3173474Z [00:04:52.600]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3240899Z [00:04:52.607]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3307653Z [00:04:52.614]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetbasicauth/mailjetbasicauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3376158Z [00:04:52.621]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudimage/cloudimage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3443428Z [00:04:52.627]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudimage/cloudimage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3510936Z [00:04:52.634]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudimage/cloudimage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3578898Z [00:04:52.641]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3646509Z [00:04:52.648]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3714044Z [00:04:52.655]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/robinhoodcrypto/robinhoodcrypto_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3783161Z [00:04:52.661]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/extractorapi/extractorapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3851383Z [00:04:52.668]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/extractorapi/extractorapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3921414Z [00:04:52.675]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/extractorapi/extractorapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.3989682Z [00:04:52.682]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serpstack/serpstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4058219Z [00:04:52.689]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serpstack/serpstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4126591Z [00:04:52.696]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serpstack/serpstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4195653Z [00:04:52.703]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moonclerk/moonclerk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4262759Z [00:04:52.709]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moonclerk/moonclerk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4330608Z [00:04:52.716]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moonclerk/moonclerk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4398242Z [00:04:52.723]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tly/tly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4466012Z [00:04:52.730]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tly/tly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4533804Z [00:04:52.737]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tly/tly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4602540Z [00:04:52.743]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4670937Z [00:04:52.750]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4739598Z [00:04:52.757]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtokenv2/npmtokenv2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4808625Z [00:04:52.764]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4876769Z [00:04:52.771]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.4944393Z [00:04:52.778]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zapierwebhook/zapierwebhook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5012505Z [00:04:52.784]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5079612Z [00:04:52.791]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5148689Z [00:04:52.798]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresastoken/azuresastoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5216368Z [00:04:52.805]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privacy/privacy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5283191Z [00:04:52.811]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privacy/privacy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5352087Z [00:04:52.818]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/privacy/privacy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5420221Z [00:04:52.825]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tableau/tableau_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5487552Z [00:04:52.832]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tableau/tableau.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5554568Z [00:04:52.839]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tableau/tableau_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5624794Z [00:04:52.846]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5691548Z [00:04:52.852]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5759229Z [00:04:52.859]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickuppersonaltoken/clickuppersonaltoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5827262Z [00:04:52.866]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesmate/salesmate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5895562Z [00:04:52.873]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesmate/salesmate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.5964914Z [00:04:52.880]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesmate/salesmate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6034993Z [00:04:52.887]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signupgenius/signupgenius.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6102803Z [00:04:52.893]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signupgenius/signupgenius_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6170688Z [00:04:52.900]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signupgenius/signupgenius_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6238735Z [00:04:52.907]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/textmagic/textmagic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6308204Z [00:04:52.914]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/textmagic/textmagic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6376101Z [00:04:52.921]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/textmagic/textmagic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6445360Z [00:04:52.928]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autodesk/autodesk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6514097Z [00:04:52.935]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autodesk/autodesk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6582559Z [00:04:52.941]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autodesk/autodesk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6650750Z [00:04:52.948]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tmetric/tmetric_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6718107Z [00:04:52.955]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tmetric/tmetric.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6786093Z [00:04:52.962]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tmetric/tmetric_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6854233Z [00:04:52.969]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fxmarket/fxmarket_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6921585Z [00:04:52.975]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fxmarket/fxmarket_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.6988271Z [00:04:52.982]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fxmarket/fxmarket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7057218Z [00:04:52.989]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reachmail/reachmail_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7125291Z [00:04:52.996]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reachmail/reachmail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7192570Z [00:04:53.002]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/reachmail/reachmail_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7262435Z [00:04:53.009]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendgrid/sendgrid_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7331153Z [00:04:53.016]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendgrid/sendgrid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7397700Z [00:04:53.023]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendgrid/sendgrid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7465707Z [00:04:53.030]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/podio/podio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7534978Z [00:04:53.037]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/podio/podio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7601912Z [00:04:53.043]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/podio/podio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7670856Z [00:04:53.050]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldweather/worldweather_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7737631Z [00:04:53.057]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldweather/worldweather_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7805708Z [00:04:53.064]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worldweather/worldweather.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7872589Z [00:04:53.070]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanban/kanban.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.7940802Z [00:04:53.077]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanban/kanban_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8007161Z [00:04:53.084]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanban/kanban_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8076778Z [00:04:53.091]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appointedd/appointedd_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8144378Z [00:04:53.098]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appointedd/appointedd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8212445Z [00:04:53.104]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appointedd/appointedd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8280205Z [00:04:53.111]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/juro/juro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8347675Z [00:04:53.118]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/juro/juro_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8416042Z [00:04:53.125]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/juro/juro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8484989Z [00:04:53.132]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8553122Z [00:04:53.138]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8621145Z [00:04:53.145]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pivotaltracker/pivotaltracker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8690293Z [00:04:53.152]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8757447Z [00:04:53.159]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8826175Z [00:04:53.166]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trufflehogenterprise/trufflehogenterprise.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8893725Z [00:04:53.173]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/assemblyai/assemblyai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.8960558Z [00:04:53.179]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/assemblyai/assemblyai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9028892Z [00:04:53.186]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/assemblyai/assemblyai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9097135Z [00:04:53.193]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9164649Z [00:04:53.200]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9232604Z [00:04:53.206]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/proxycrawl/proxycrawl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9300462Z [00:04:53.213]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hunter/hunter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9367220Z [00:04:53.220]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hunter/hunter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9435928Z [00:04:53.227]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hunter/hunter_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9504934Z [00:04:53.234]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apptivo/apptivo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9573074Z [00:04:53.240]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apptivo/apptivo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9640537Z [00:04:53.247]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apptivo/apptivo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9707562Z [00:04:53.254]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unplugg/unplugg_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9776187Z [00:04:53.261]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unplugg/unplugg_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9843308Z [00:04:53.267]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unplugg/unplugg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9910691Z [00:04:53.274]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apacta/apacta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:07.9978177Z [00:04:53.281]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apacta/apacta_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0045850Z [00:04:53.288]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apacta/apacta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0113816Z [00:04:53.295]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vpnapi/vpnapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0182433Z [00:04:53.301]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vpnapi/vpnapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0249095Z [00:04:53.308]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vpnapi/vpnapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0319968Z [00:04:53.315]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langfuse/langfuse.go' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0390174Z [00:04:53.322]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langfuse/langfuse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0458823Z [00:04:53.329]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/langfuse/langfuse_test.go' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0528793Z [00:04:53.336]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lob/lob_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0597788Z [00:04:53.343]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lob/lob_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0668347Z [00:04:53.350]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lob/lob.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0738178Z [00:04:53.357]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kickbox/kickbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0807859Z [00:04:53.364]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kickbox/kickbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0877727Z [00:04:53.371]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kickbox/kickbox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.0946659Z [00:04:53.378]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1015201Z [00:04:53.385]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1083632Z [00:04:53.392]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyscoop/currencyscoop_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1153584Z [00:04:53.399]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typetalk/typetalk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1221396Z [00:04:53.405]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typetalk/typetalk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1290634Z [00:04:53.412]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typetalk/typetalk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1358421Z [00:04:53.419]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buddyns/buddyns_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1425601Z [00:04:53.426]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buddyns/buddyns_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1496198Z [00:04:53.433]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/buddyns/buddyns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1565126Z [00:04:53.440]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareup/squareup.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1633093Z [00:04:53.446]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareup/squareup_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1701753Z [00:04:53.453]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareup/squareup_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1772902Z [00:04:53.460]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convier/convier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1841632Z [00:04:53.467]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convier/convier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1911439Z [00:04:53.474]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convier/convier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.1982687Z [00:04:53.481]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boostnote/boostnote_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2051208Z [00:04:53.488]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boostnote/boostnote_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2118064Z [00:04:53.495]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boostnote/boostnote.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2185240Z [00:04:53.502]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loyverse/loyverse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2252339Z [00:04:53.508]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loyverse/loyverse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2318976Z [00:04:53.515]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loyverse/loyverse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2386177Z [00:04:53.522]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serphouse/serphouse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2453499Z [00:04:53.528]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serphouse/serphouse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2520908Z [00:04:53.535]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/serphouse/serphouse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2589918Z [00:04:53.542]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandadoc/pandadoc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2657397Z [00:04:53.549]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandadoc/pandadoc_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2724710Z [00:04:53.556]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandadoc/pandadoc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2792302Z [00:04:53.562]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2860373Z [00:04:53.569]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2928653Z [00:04:53.576]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telegrambottoken/telegrambottoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.2997248Z [00:04:53.583]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3064644Z [00:04:53.590]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3131900Z [00:04:53.596]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemonsqueezy/lemonsqueezy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3199553Z [00:04:53.603]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rocketreach/rocketreach_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3267022Z [00:04:53.610]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rocketreach/rocketreach.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3334713Z [00:04:53.617]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rocketreach/rocketreach_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3402927Z [00:04:53.623]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pepipost/pepipost_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3470392Z [00:04:53.630]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pepipost/pepipost_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3537228Z [00:04:53.637]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pepipost/pepipost.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3606389Z [00:04:53.644]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/documo/documo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3674605Z [00:04:53.651]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/documo/documo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3742521Z [00:04:53.657]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/documo/documo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3809621Z [00:04:53.664]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onedesk/onedesk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3878178Z [00:04:53.671]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onedesk/onedesk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.3946305Z [00:04:53.678]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onedesk/onedesk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4014952Z [00:04:53.685]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4084050Z [00:04:53.692]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4151915Z [00:04:53.698]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vagrantcloudpersonaltoken/vagrantcloudpersonaltoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4219859Z [00:04:53.705]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepseek/deepseek_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4287693Z [00:04:53.712]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepseek/deepseek.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4356720Z [00:04:53.719]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepseek/deepseek_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4424720Z [00:04:53.726]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tru/tru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4492736Z [00:04:53.732]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tru/tru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4561095Z [00:04:53.739]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tru/tru_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4629521Z [00:04:53.746]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blocknative/blocknative_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4697086Z [00:04:53.753]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blocknative/blocknative.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4764905Z [00:04:53.760]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blocknative/blocknative_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4833972Z [00:04:53.767]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerio/customerio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4903838Z [00:04:53.774]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerio/customerio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.4972204Z [00:04:53.780]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/customerio/customerio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5040959Z [00:04:53.787]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/numverify/numverify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5108183Z [00:04:53.794]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/numverify/numverify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5176707Z [00:04:53.801]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/numverify/numverify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5245294Z [00:04:53.808]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafana/grafana.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5313789Z [00:04:53.815]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafana/grafana_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5382063Z [00:04:53.821]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafana/grafana_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5450904Z [00:04:53.828]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clinchpad/clinchpad.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5518330Z [00:04:53.835]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clinchpad/clinchpad_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5586223Z [00:04:53.842]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clinchpad/clinchpad_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5654086Z [00:04:53.849]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/powrbot/powrbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5722087Z [00:04:53.855]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/powrbot/powrbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5789999Z [00:04:53.862]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/powrbot/powrbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5859440Z [00:04:53.869]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemails/getemails.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5927817Z [00:04:53.876]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemails/getemails_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.5996980Z [00:04:53.883]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemails/getemails_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6066883Z [00:04:53.890]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nutritionix/nutritionix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6136026Z [00:04:53.897]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nutritionix/nutritionix_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6204605Z [00:04:53.904]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nutritionix/nutritionix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6274136Z [00:04:53.911]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6343227Z [00:04:53.917]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6410584Z [00:04:53.924]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tineswebhook/tineswebhook_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6480930Z [00:04:53.931]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertapi/convertapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6549891Z [00:04:53.938]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertapi/convertapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6618376Z [00:04:53.945]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertapi/convertapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6686805Z [00:04:53.952]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6755691Z [00:04:53.959]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6823581Z [00:04:53.966]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v1/bannerbear_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6892720Z [00:04:53.972]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.6960960Z [00:04:53.979]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7028840Z [00:04:53.986]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bannerbear/v2/bannerbear_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7096826Z [00:04:53.993]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7164729Z [00:04:54.000]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7232821Z [00:04:54.006]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jumpcloud/jumpcloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7301398Z [00:04:54.013]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rev/rev_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7369048Z [00:04:54.020]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rev/rev_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7435993Z [00:04:54.027]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rev/rev.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7506363Z [00:04:54.034]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/survicate/survicate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7573032Z [00:04:54.040]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/survicate/survicate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7640530Z [00:04:54.047]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/survicate/survicate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7707787Z [00:04:54.054]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_openai/azure_openai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7776223Z [00:04:54.061]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_openai/azure_openai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7844091Z [00:04:54.068]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_openai/azure_openai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7913638Z [00:04:54.075]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.7980725Z [00:04:54.081]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8047228Z [00:04:54.088]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databrickstoken/databrickstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8116216Z [00:04:54.095]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8183405Z [00:04:54.101]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8250585Z [00:04:54.108]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abuseipdb/abuseipdb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8318658Z [00:04:54.115]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8388580Z [00:04:54.122]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8456946Z [00:04:54.129]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureappconfigconnectionstring/azureappconfigconnectionstring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8525510Z [00:04:54.136]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/account_filter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8596299Z [00:04:54.143]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mavenlink/mavenlink_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8664426Z [00:04:54.150]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mavenlink/mavenlink_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8732866Z [00:04:54.156]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mavenlink/mavenlink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8801680Z [00:04:54.163]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metabase/metabase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8870040Z [00:04:54.170]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metabase/metabase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.8936993Z [00:04:54.177]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metabase/metabase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9006249Z [00:04:54.184]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9073401Z [00:04:54.190]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9141474Z [00:04:54.197]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbirdorganizationapi/sendbirdorganizationapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9210183Z [00:04:54.204]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formbucket/formbucket_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9280512Z [00:04:54.211]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formbucket/formbucket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9348840Z [00:04:54.218]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formbucket/formbucket_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9418168Z [00:04:54.225]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/okta/okta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9487514Z [00:04:54.232]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/okta/okta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9555688Z [00:04:54.239]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/okta/okta_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9623876Z [00:04:54.246]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesblink/salesblink_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9693146Z [00:04:54.252]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesblink/salesblink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9762879Z [00:04:54.259]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesblink/salesblink_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9835096Z [00:04:54.267]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/easyinsight/easyinsight_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9904297Z [00:04:54.274]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/easyinsight/easyinsight.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:08.9974643Z [00:04:54.281]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/easyinsight/easyinsight_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0045485Z [00:04:54.288]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rentman/rentman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0115659Z [00:04:54.295]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rentman/rentman_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0184997Z [00:04:54.302]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rentman/rentman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0255096Z [00:04:54.309]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coda/coda_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0324934Z [00:04:54.316]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coda/coda_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0394192Z [00:04:54.323]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coda/coda.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0463450Z [00:04:54.329]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/courier/courier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0532058Z [00:04:54.336]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/courier/courier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0599961Z [00:04:54.343]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/courier/courier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0669278Z [00:04:54.350]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdfshift/pdfshift_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0737351Z [00:04:54.357]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdfshift/pdfshift.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0805929Z [00:04:54.364]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdfshift/pdfshift_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0875134Z [00:04:54.371]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dnscheck/dnscheck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.0944322Z [00:04:54.378]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dnscheck/dnscheck_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1012772Z [00:04:54.384]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dnscheck/dnscheck_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1080974Z [00:04:54.391]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v1/heroku.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1148796Z [00:04:54.398]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v1/heroku_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1216302Z [00:04:54.405]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v1/heroku_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1284342Z [00:04:54.412]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v2/heroku.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1355319Z [00:04:54.419]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v2/heroku_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1423730Z [00:04:54.426]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/heroku/v2/heroku_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1495346Z [00:04:54.433]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autopilot/autopilot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1562600Z [00:04:54.439]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autopilot/autopilot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1630364Z [00:04:54.446]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autopilot/autopilot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1698621Z [00:04:54.453]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guardianapi/guardianapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1767102Z [00:04:54.460]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guardianapi/guardianapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1835919Z [00:04:54.467]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guardianapi/guardianapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1906162Z [00:04:54.474]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/jdbc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.1977970Z [00:04:54.481]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/mysql_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2045837Z [00:04:54.488]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/sqlserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2114935Z [00:04:54.495]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/jdbc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2184186Z [00:04:54.502]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/mysql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2252780Z [00:04:54.508]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/jdbc_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2321017Z [00:04:54.515]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/postgres_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2388887Z [00:04:54.522]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/sqlserver_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2456923Z [00:04:54.529]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jdbc/postgres.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2525721Z [00:04:54.536]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodify/geocodify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2595098Z [00:04:54.543]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodify/geocodify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2662954Z [00:04:54.549]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodify/geocodify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2732183Z [00:04:54.556]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2802686Z [00:04:54.563]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2870501Z [00:04:54.570]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newrelicpersonalapikey/newrelicpersonalapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.2938579Z [00:04:54.577]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iconfinder/iconfinder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3006100Z [00:04:54.584]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iconfinder/iconfinder_integreation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3073569Z [00:04:54.591]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/iconfinder/iconfinder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3141740Z [00:04:54.597]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unifyid/unifyid_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3208516Z [00:04:54.604]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unifyid/unifyid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3275780Z [00:04:54.611]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unifyid/unifyid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3343664Z [00:04:54.617]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3411827Z [00:04:54.624]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3479274Z [00:04:54.631]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitlyaccesstoken/bitlyaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3548364Z [00:04:54.638]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/virustotal/virustotal_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3616605Z [00:04:54.645]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/virustotal/virustotal.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3684395Z [00:04:54.652]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/virustotal/virustotal_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3752890Z [00:04:54.658]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperapi/scraperapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3820059Z [00:04:54.665]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperapi/scraperapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3887555Z [00:04:54.672]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperapi/scraperapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.3954737Z [00:04:54.679]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapbox/mapbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4022019Z [00:04:54.685]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapbox/mapbox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4088960Z [00:04:54.692]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapbox/mapbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4158578Z [00:04:54.699]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magicbell/magicbell_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4225274Z [00:04:54.706]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magicbell/magicbell_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4291984Z [00:04:54.712]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magicbell/magicbell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4360901Z [00:04:54.719]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4428807Z [00:04:54.726]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4497482Z [00:04:54.733]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeprojectkey/airbrakeprojectkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4568937Z [00:04:54.740]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userflow/userflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4636950Z [00:04:54.747]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userflow/userflow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4705987Z [00:04:54.754]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userflow/userflow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4774192Z [00:04:54.761]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stitchdata/stitchdata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4842896Z [00:04:54.767]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stitchdata/stitchdata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4911437Z [00:04:54.774]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stitchdata/stitchdata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.4980766Z [00:04:54.781]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postbacks/postbacks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5049305Z [00:04:54.788]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postbacks/postbacks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5118920Z [00:04:54.795]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postbacks/postbacks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5187990Z [00:04:54.802]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exportsdk/exportsdk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5254866Z [00:04:54.809]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exportsdk/exportsdk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5321945Z [00:04:54.815]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exportsdk/exportsdk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5389535Z [00:04:54.822]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5457732Z [00:04:54.829]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5525761Z [00:04:54.836]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilioapikey/twilioapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5593587Z [00:04:54.843]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paperform/paperform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5661169Z [00:04:54.849]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paperform/paperform_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5728090Z [00:04:54.856]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paperform/paperform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5795441Z [00:04:54.863]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telnyx/telnyx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5864177Z [00:04:54.870]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telnyx/telnyx_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.5933502Z [00:04:54.876]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/telnyx/telnyx_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6003675Z [00:04:54.884]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paralleldots/paralleldots_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6071485Z [00:04:54.890]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paralleldots/paralleldots_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6138987Z [00:04:54.897]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paralleldots/paralleldots.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6206588Z [00:04:54.904]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apitemplate/apitemplate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6274804Z [00:04:54.911]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apitemplate/apitemplate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6343503Z [00:04:54.918]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apitemplate/apitemplate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6413010Z [00:04:54.924]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailerlite/mailerlite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6482880Z [00:04:54.931]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailerlite/mailerlite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6550913Z [00:04:54.938]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailerlite/mailerlite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6621416Z [00:04:54.945]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalacesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6691275Z [00:04:54.952]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6761495Z [00:04:54.959]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/contentfulpersonalaccesstoken/contentfulpersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6831413Z [00:04:54.966]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6900637Z [00:04:54.973]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.6970624Z [00:04:54.980]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v1/brandfetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7040619Z [00:04:54.987]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7109003Z [00:04:54.994]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7177882Z [00:04:55.001]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/brandfetch/v2/brandfetch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7246221Z [00:04:55.008]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tradier/tradier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7314986Z [00:04:55.015]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tradier/tradier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7382716Z [00:04:55.021]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tradier/tradier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7452727Z [00:04:55.028]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7521357Z [00:04:55.035]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7588057Z [00:04:55.042]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aeroworkflow/aeroworkflow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7657009Z [00:04:55.049]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7725297Z [00:04:55.056]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7793261Z [00:04:55.062]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/youneedabudget/youneedabudget.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7860974Z [00:04:55.069]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zulipchat/zulipchat_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7928513Z [00:04:55.076]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zulipchat/zulipchat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.7998968Z [00:04:55.083]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zulipchat/zulipchat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8067345Z [00:04:55.090]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adzuna/adzuna_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8134515Z [00:04:55.097]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adzuna/adzuna_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8201534Z [00:04:55.103]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adzuna/adzuna.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8268307Z [00:04:55.110]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newscatcher/newscatcher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8337203Z [00:04:55.117]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newscatcher/newscatcher_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8405901Z [00:04:55.124]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newscatcher/newscatcher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8474540Z [00:04:55.131]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinapi/coinapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8541931Z [00:04:55.137]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinapi/coinapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8610186Z [00:04:55.144]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinapi/coinapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8679193Z [00:04:55.151]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appcues/appcues_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8746782Z [00:04:55.158]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appcues/appcues.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8814131Z [00:04:55.165]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appcues/appcues_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8882881Z [00:04:55.171]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.8950692Z [00:04:55.178]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9017767Z [00:04:55.185]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitterconsumerkey/twitterconsumerkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9085829Z [00:04:55.192]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upwave/upwave_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9154208Z [00:04:55.199]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upwave/upwave.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9222579Z [00:04:55.205]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/upwave/upwave_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9289853Z [00:04:55.212]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9357570Z [00:04:55.219]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9425468Z [00:04:55.226]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackhtmltopdfapi/restpackhtmltopdfapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9497775Z [00:04:55.233]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9566242Z [00:04:55.240]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9633737Z [00:04:55.247]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/leadfeeder/leadfeeder_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9700817Z [00:04:55.253]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edamam/edamam_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9768619Z [00:04:55.260]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edamam/edamam_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9835626Z [00:04:55.267]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edamam/edamam.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9903502Z [00:04:55.274]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/humanity/humanity_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:09.9971067Z [00:04:55.280]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/humanity/humanity_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0038272Z [00:04:55.287]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/humanity/humanity.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0106773Z [00:04:55.294]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0173622Z [00:04:55.301]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0241289Z [00:04:55.307]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pushbulletapikey/pushbulletapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0310651Z [00:04:55.314]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapfly/scrapfly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0378259Z [00:04:55.321]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapfly/scrapfly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0446982Z [00:04:55.328]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapfly/scrapfly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0516618Z [00:04:55.335]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userstack/userstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0585267Z [00:04:55.342]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userstack/userstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0652988Z [00:04:55.348]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/userstack/userstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0722152Z [00:04:55.355]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alienvault/alienvault_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0792391Z [00:04:55.362]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alienvault/alienvault.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0861863Z [00:04:55.369]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alienvault/alienvault_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.0931566Z [00:04:55.376]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wepay/wepay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1000435Z [00:04:55.383]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wepay/wepay_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1068351Z [00:04:55.390]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wepay/wepay_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1137852Z [00:04:55.397]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newsapi/newsapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1205522Z [00:04:55.404]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newsapi/newsapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1274558Z [00:04:55.411]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/newsapi/newsapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1341629Z [00:04:55.417]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fmfw/fmfw.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1409800Z [00:04:55.424]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fmfw/fmfw_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1477844Z [00:04:55.431]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fmfw/fmfw_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1547083Z [00:04:55.438]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandascore/pandascore_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1617342Z [00:04:55.445]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandascore/pandascore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1685078Z [00:04:55.452]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pandascore/pandascore_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1753252Z [00:04:55.458]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1822518Z [00:04:55.465]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1889930Z [00:04:55.472]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nasdaqdatalink/nasdaqdatalink.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.1959494Z [00:04:55.479]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdflayer/pdflayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2027236Z [00:04:55.486]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdflayer/pdflayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2096343Z [00:04:55.493]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pdflayer/pdflayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2164336Z [00:04:55.500]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/user/user_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2232857Z [00:04:55.506]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/user/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2301875Z [00:04:55.513]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/user/user_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2370965Z [00:04:55.520]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloze/cloze.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2439255Z [00:04:55.527]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloze/cloze_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2507687Z [00:04:55.534]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloze/cloze_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2577199Z [00:04:55.541]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2646330Z [00:04:55.548]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2714131Z [00:04:55.555]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/launchdarkly/launchdarkly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2783179Z [00:04:55.561]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalr/scalr_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2849782Z [00:04:55.568]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalr/scalr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2916622Z [00:04:55.575]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalr/scalr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.2984825Z [00:04:55.582]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormglass/stormglass_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3052359Z [00:04:55.588]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormglass/stormglass.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3119934Z [00:04:55.595]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormglass/stormglass_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3188685Z [00:04:55.602]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dareboost/dareboost.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3256665Z [00:04:55.609]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dareboost/dareboost_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3325454Z [00:04:55.616]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dareboost/dareboost_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3394886Z [00:04:55.623]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onelogin/onelogin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3463492Z [00:04:55.630]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onelogin/onelogin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3531418Z [00:04:55.636]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onelogin/onelogin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3600240Z [00:04:55.643]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3667712Z [00:04:55.650]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3736148Z [00:04:55.657]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypointoauth2/anypointoauth2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3804126Z [00:04:55.664]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3870877Z [00:04:55.670]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.3938406Z [00:04:55.677]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datadogtoken/datadogtoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4007160Z [00:04:55.684]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/messagebird/messagebird_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4075340Z [00:04:55.691]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/messagebird/messagebird.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4144556Z [00:04:55.698]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/messagebird/messagebird_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4213120Z [00:04:55.704]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dyspatch/dyspatch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4280184Z [00:04:55.711]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dyspatch/dyspatch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4346913Z [00:04:55.718]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dyspatch/dyspatch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4413701Z [00:04:55.725]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monday/monday.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4482298Z [00:04:55.731]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monday/monday_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4548723Z [00:04:55.738]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monday/monday_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4617528Z [00:04:55.745]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapquest/mapquest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4685200Z [00:04:55.752]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapquest/mapquest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4753548Z [00:04:55.759]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mapquest/mapquest_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4821242Z [00:04:55.765]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fetchrss/fetchrss.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4888957Z [00:04:55.772]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fetchrss/fetchrss_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.4957019Z [00:04:55.779]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fetchrss/fetchrss_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5024986Z [00:04:55.786]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spoonacular/spoonacular.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5091375Z [00:04:55.792]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spoonacular/spoonacular_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5158538Z [00:04:55.799]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spoonacular/spoonacular_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5225616Z [00:04:55.806]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5292404Z [00:04:55.812]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5360434Z [00:04:55.819]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveysparrow/surveysparrow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5427496Z [00:04:55.826]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harvest/harvest_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5494415Z [00:04:55.833]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harvest/harvest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5561277Z [00:04:55.839]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/harvest/harvest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5630328Z [00:04:55.846]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipapi/zipapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5697670Z [00:04:55.853]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipapi/zipapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5765535Z [00:04:55.860]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zipapi/zipapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5834214Z [00:04:55.867]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5901652Z [00:04:55.873]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.5970091Z [00:04:55.880]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendinbluev2/sendinbluev2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6039316Z [00:04:55.887]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6108678Z [00:04:55.894]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6176329Z [00:04:55.901]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudmersive/cloudmersive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6244980Z [00:04:55.908]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ringcentral/ringcentral_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6313490Z [00:04:55.914]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ringcentral/ringcentral.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6380505Z [00:04:55.921]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ringcentral/ringcentral_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6447662Z [00:04:55.928]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worksnaps/worksnaps.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6516407Z [00:04:55.935]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worksnaps/worksnaps_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6586101Z [00:04:55.942]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/worksnaps/worksnaps_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6655047Z [00:04:55.949]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypoint/anypoint.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6724016Z [00:04:55.956]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypoint/anypoint_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6791318Z [00:04:55.962]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anypoint/anypoint_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6859164Z [00:04:55.969]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fibery/fibery_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6926951Z [00:04:55.976]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fibery/fibery.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.6994430Z [00:04:55.983]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fibery/fibery_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7062140Z [00:04:55.989]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7128658Z [00:04:55.996]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7195633Z [00:04:56.003]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/capsulecrm/capsulecrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7264564Z [00:04:56.010]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7332138Z [00:04:56.016]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7398040Z [00:04:56.023]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/faceplusplus/faceplusplus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7464719Z [00:04:56.030]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enigma/enigma.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7530768Z [00:04:56.036]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enigma/enigma_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7597734Z [00:04:56.043]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/enigma/enigma_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7664623Z [00:04:56.050]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/luno/luno_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7730462Z [00:04:56.056]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/luno/luno.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7797267Z [00:04:56.063]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/luno/luno_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7865075Z [00:04:56.070]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7932180Z [00:04:56.076]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.7997548Z [00:04:56.083]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagerdutyapikey/pagerdutyapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8064073Z [00:04:56.090]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagga/imagga.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8129843Z [00:04:56.096]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagga/imagga_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8196058Z [00:04:56.103]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagga/imagga_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8262844Z [00:04:56.109]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8329561Z [00:04:56.116]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8397116Z [00:04:56.123]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanapersonalaccesstoken/asanapersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8463665Z [00:04:56.130]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parseur/parseur_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8529147Z [00:04:56.136]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parseur/parseur.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8596931Z [00:04:56.143]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parseur/parseur_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8664366Z [00:04:56.150]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8731309Z [00:04:56.156]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8798845Z [00:04:56.163]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rechargepayments/rechargepayments.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8866917Z [00:04:56.170]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yousign/yousign_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.8934180Z [00:04:56.177]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yousign/yousign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9001989Z [00:04:56.183]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yousign/yousign_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9069692Z [00:04:56.190]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_storage/storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9136820Z [00:04:56.197]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_storage/storage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9203529Z [00:04:56.204]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_storage/storage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9272609Z [00:04:56.210]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jotform/jotform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9339847Z [00:04:56.217]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jotform/jotform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9407483Z [00:04:56.224]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jotform/jotform_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9476022Z [00:04:56.231]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9543790Z [00:04:56.238]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9611407Z [00:04:56.244]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paydirtapp/paydirtapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9679094Z [00:04:56.251]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9746296Z [00:04:56.258]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9814064Z [00:04:56.265]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailboxlayer/mailboxlayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9882111Z [00:04:56.271]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimatic/apimatic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:10.9949238Z [00:04:56.278]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimatic/apimatic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0016962Z [00:04:56.285]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimatic/apimatic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0086291Z [00:04:56.292]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codeclimate/codeclimate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0153768Z [00:04:56.299]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codeclimate/codeclimate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0221186Z [00:04:56.305]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/codeclimate/codeclimate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0289124Z [00:04:56.312]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0356673Z [00:04:56.319]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0423722Z [00:04:56.326]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailjetsms/mailjetsms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0492094Z [00:04:56.332]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightstats/flightstats.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0559540Z [00:04:56.339]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightstats/flightstats_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0626911Z [00:04:56.346]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightstats/flightstats_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0694986Z [00:04:56.353]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstock/shutterstock_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0763951Z [00:04:56.360]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstock/shutterstock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0832251Z [00:04:56.366]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstock/shutterstock_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0899181Z [00:04:56.373]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endpoint_customizer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.0967542Z [00:04:56.380]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geckoboard/geckoboard_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1034944Z [00:04:56.387]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geckoboard/geckoboard_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1102997Z [00:04:56.393]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geckoboard/geckoboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1171008Z [00:04:56.400]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1238540Z [00:04:56.407]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1306114Z [00:04:56.414]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/envoyapikey/envoyapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1375903Z [00:04:56.421]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elasticemail/elasticemail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1443400Z [00:04:56.427]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elasticemail/elasticemail_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1510993Z [00:04:56.434]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elasticemail/elasticemail_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1578307Z [00:04:56.441]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wiz/wiz_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1646138Z [00:04:56.448]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wiz/wiz.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1713951Z [00:04:56.455]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wiz/wiz_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1782012Z [00:04:56.461]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1850765Z [00:04:56.468]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1918893Z [00:04:56.475]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkdesk/teamworkdesk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.1987485Z [00:04:56.482]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mindmeister/mindmeister_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2055338Z [00:04:56.489]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mindmeister/mindmeister_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2123375Z [00:04:56.495]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mindmeister/mindmeister.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2191429Z [00:04:56.502]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/toggltrack/toggltrack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2258183Z [00:04:56.509]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/toggltrack/toggltrack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2325222Z [00:04:56.516]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/toggltrack/toggltrack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2393968Z [00:04:56.523]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagekit/imagekit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2461184Z [00:04:56.529]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagekit/imagekit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2528259Z [00:04:56.536]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/imagekit/imagekit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2596721Z [00:04:56.543]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hereapi/hereapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2663950Z [00:04:56.550]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hereapi/hereapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2729834Z [00:04:56.556]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hereapi/hereapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2796926Z [00:04:56.563]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/html2pdf/html2pdf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2865065Z [00:04:56.570]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/html2pdf/html2pdf_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.2932866Z [00:04:56.576]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/html2pdf/html2pdf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3000822Z [00:04:56.583]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/workstack/workstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3068782Z [00:04:56.590]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/workstack/workstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3135919Z [00:04:56.597]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/workstack/workstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3203950Z [00:04:56.604]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/audd/audd.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3271334Z [00:04:56.610]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/audd/audd_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3338018Z [00:04:56.617]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/audd/audd_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3405229Z [00:04:56.624]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3473410Z [00:04:56.630]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3540233Z [00:04:56.637]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflareglobalapikey/cloudflareglobalapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3609801Z [00:04:56.644]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3678329Z [00:04:56.651]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3746151Z [00:04:56.658]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkcrm/teamworkcrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3814032Z [00:04:56.665]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/multi_part_credential_provider.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3881385Z [00:04:56.671]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deno/denodeploy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.3948319Z [00:04:56.678]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deno/denodeploy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4016452Z [00:04:56.685]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deno/denodeploy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4084476Z [00:04:56.692]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkout/checkout_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4150675Z [00:04:56.698]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkout/checkout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4218009Z [00:04:56.705]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkout/checkout_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4285025Z [00:04:56.712]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ubidots/ubidots.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4351590Z [00:04:56.718]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ubidots/ubidots_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4418334Z [00:04:56.725]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ubidots/ubidots_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4485656Z [00:04:56.732]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saucelabs/saucelabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4551841Z [00:04:56.738]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saucelabs/saucelabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4620355Z [00:04:56.745]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saucelabs/saucelabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4687042Z [00:04:56.752]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainer/portainer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4753583Z [00:04:56.759]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainer/portainer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4821270Z [00:04:56.765]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/portainer/portainer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4888522Z [00:04:56.772]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nylas/nylas_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.4955948Z [00:04:56.779]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nylas/nylas.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5024450Z [00:04:56.786]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nylas/nylas_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5091957Z [00:04:56.792]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5159009Z [00:04:56.799]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5227318Z [00:04:56.806]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sinchmessage/sinchmessage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5294913Z [00:04:56.813]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/raven/raven_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5362790Z [00:04:56.819]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/raven/raven.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5430398Z [00:04:56.826]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/raven/raven_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5497573Z [00:04:56.833]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clustdoc/clustdoc_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5565378Z [00:04:56.840]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clustdoc/clustdoc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5632362Z [00:04:56.846]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clustdoc/clustdoc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5699927Z [00:04:56.853]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uri/uri_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5766229Z [00:04:56.860]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uri/uri_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5832747Z [00:04:56.866]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uri/uri.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5900396Z [00:04:56.873]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v1/typeform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.5967265Z [00:04:56.880]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v1/typeform_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6036139Z [00:04:56.887]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v1/typeform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6105147Z [00:04:56.894]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v2/typeform.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6172490Z [00:04:56.900]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v2/typeform_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6239163Z [00:04:56.907]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/typeform/v2/typeform_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6308508Z [00:04:56.914]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/redis/redis.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6375629Z [00:04:56.921]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/redis/redis_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6444344Z [00:04:56.928]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/redis/redis_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6514302Z [00:04:56.935]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magnetic/magnetic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6581227Z [00:04:56.941]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magnetic/magnetic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6649453Z [00:04:56.948]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/magnetic/magnetic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6717273Z [00:04:56.955]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snipcart/snipcart_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6790781Z [00:04:56.962]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snipcart/snipcart_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6859987Z [00:04:56.969]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snipcart/snipcart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6928069Z [00:04:56.976]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.6995337Z [00:04:56.983]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7063163Z [00:04:56.989]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripepaymentintent/stripepaymentintent_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7131077Z [00:04:56.996]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/livestorm/livestorm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7198920Z [00:04:57.003]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/livestorm/livestorm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7266377Z [00:04:57.010]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/livestorm/livestorm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7334516Z [00:04:57.017]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7403538Z [00:04:57.023]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7470671Z [00:04:57.030]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weightsandbiases/weightsandbiases_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7538411Z [00:04:57.037]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugsnag/bugsnag_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7606270Z [00:04:57.044]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugsnag/bugsnag_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7673654Z [00:04:57.051]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bugsnag/bugsnag.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7741756Z [00:04:57.057]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7809492Z [00:04:57.064]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7876312Z [00:04:57.071]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/monkeylearn/monkeylearn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.7943248Z [00:04:57.077]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hypertrack/hypertrack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8011561Z [00:04:57.084]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hypertrack/hypertrack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8077734Z [00:04:57.091]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hypertrack/hypertrack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8145069Z [00:04:57.098]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshbooks/freshbooks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8213784Z [00:04:57.105]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshbooks/freshbooks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8281136Z [00:04:57.111]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshbooks/freshbooks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8348667Z [00:04:57.118]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8416340Z [00:04:57.125]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8483521Z [00:04:57.131]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slackwebhook/slackwebhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8551313Z [00:04:57.138]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/disqus/disqus_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8617387Z [00:04:57.145]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/disqus/disqus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8684443Z [00:04:57.152]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/disqus/disqus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8752647Z [00:04:57.158]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stockdata/stockdata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8820831Z [00:04:57.165]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stockdata/stockdata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8889152Z [00:04:57.172]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stockdata/stockdata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.8957100Z [00:04:57.179]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replicate/replicate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9025254Z [00:04:57.186]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replicate/replicate_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9092573Z [00:04:57.192]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replicate/replicate_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9159711Z [00:04:57.199]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherbit/weatherbit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9227146Z [00:04:57.206]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherbit/weatherbit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9294994Z [00:04:57.213]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherbit/weatherbit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9363474Z [00:04:57.220]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skrappio/skrappio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9433096Z [00:04:57.226]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skrappio/skrappio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9500588Z [00:04:57.233]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skrappio/skrappio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9567922Z [00:04:57.240]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9635302Z [00:04:57.247]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9702108Z [00:04:57.253]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sherpadesk/sherpadesk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9769015Z [00:04:57.260]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holistic/holistic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9837254Z [00:04:57.267]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holistic/holistic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9906118Z [00:04:57.274]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holistic/holistic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:11.9974629Z [00:04:57.281]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instabot/instabot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0042939Z [00:04:57.287]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instabot/instabot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0110630Z [00:04:57.294]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/instabot/instabot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0177387Z [00:04:57.301]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailsac/mailsac_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0245246Z [00:04:57.308]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailsac/mailsac_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0313178Z [00:04:57.314]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailsac/mailsac.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0381439Z [00:04:57.321]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/githubapp/githubapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0450243Z [00:04:57.328]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/githubapp/githubapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0517889Z [00:04:57.335]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/githubapp/githubapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0586152Z [00:04:57.342]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0654841Z [00:04:57.349]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0723622Z [00:04:57.355]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shutterstockoauth/shutterstockoauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0791778Z [00:04:57.362]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ethplorer/ethplorer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0858103Z [00:04:57.369]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ethplorer/ethplorer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0925970Z [00:04:57.376]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ethplorer/ethplorer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.0996093Z [00:04:57.383]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/revampcrm/revampcrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1064150Z [00:04:57.390]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/revampcrm/revampcrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1131101Z [00:04:57.396]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/revampcrm/revampcrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1199077Z [00:04:57.403]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/websitepulse/websitepulse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1267826Z [00:04:57.410]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/websitepulse/websitepulse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1336053Z [00:04:57.417]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/websitepulse/websitepulse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1404094Z [00:04:57.424]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1473171Z [00:04:57.430]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1540844Z [00:04:57.437]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v1/twitter_v1_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1609027Z [00:04:57.444]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1677315Z [00:04:57.451]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1745573Z [00:04:57.458]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitter/v2/twitter_v2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1813394Z [00:04:57.464]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mux/mux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1881859Z [00:04:57.471]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mux/mux_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.1950473Z [00:04:57.478]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mux/mux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2021426Z [00:04:57.485]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2090208Z [00:04:57.492]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2157594Z [00:04:57.499]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/satismeterwritekey/satismeterwritekey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2225718Z [00:04:57.506]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2292423Z [00:04:57.512]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2358981Z [00:04:57.519]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveyanyplace/surveyanyplace_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2426319Z [00:04:57.526]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jupiterone/jupiterone_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2492815Z [00:04:57.532]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jupiterone/jupiterone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2559215Z [00:04:57.539]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jupiterone/jupiterone_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2626514Z [00:04:57.546]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedrive/pipedrive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2693772Z [00:04:57.553]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedrive/pipedrive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2759901Z [00:04:57.559]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedrive/pipedrive_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2826604Z [00:04:57.566]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2892863Z [00:04:57.572]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.2959996Z [00:04:57.579]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/trelloapikey/trelloapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3027142Z [00:04:57.586]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prefect/prefect.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3092938Z [00:04:57.592]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prefect/prefect_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3159152Z [00:04:57.599]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prefect/prefect_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3228568Z [00:04:57.606]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/host/host.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3295291Z [00:04:57.613]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/host/host_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3362200Z [00:04:57.619]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/host/host_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3430458Z [00:04:57.626]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3497344Z [00:04:57.633]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opencagedata/opencagedata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3565425Z [00:04:57.640]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opencagedata/opencagedata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3637093Z [00:04:57.647]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/opencagedata/opencagedata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3707555Z [00:04:57.654]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prodpad/prodpad_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3775815Z [00:04:57.661]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prodpad/prodpad_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3843591Z [00:04:57.667]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prodpad/prodpad.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3910653Z [00:04:57.674]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsers/parsers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.3978542Z [00:04:57.681]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsers/parsers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4045667Z [00:04:57.688]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsers/parsers_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4113342Z [00:04:57.694]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbar/bitbar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4179175Z [00:04:57.701]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbar/bitbar_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4245452Z [00:04:57.708]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitbar/bitbar_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4312308Z [00:04:57.714]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/front/front_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4379045Z [00:04:57.721]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/front/front.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4446559Z [00:04:57.728]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/front/front_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4512222Z [00:04:57.734]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenrows/zenrows_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4578569Z [00:04:57.741]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenrows/zenrows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4645447Z [00:04:57.748]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenrows/zenrows_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4713016Z [00:04:57.754]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/goodday/goodday_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4779038Z [00:04:57.761]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/goodday/goodday.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4846444Z [00:04:57.768]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/goodday/goodday_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4914002Z [00:04:57.775]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github_oauth2/github_oauth2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.4981197Z [00:04:57.781]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github_oauth2/github_oauth2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5048727Z [00:04:57.788]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nimble/nimble_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5115321Z [00:04:57.795]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nimble/nimble_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5182093Z [00:04:57.801]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nimble/nimble.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5249313Z [00:04:57.808]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swell/swell_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5317661Z [00:04:57.815]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swell/swell.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5385346Z [00:04:57.822]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/swell/swell_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5452369Z [00:04:57.828]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5518506Z [00:04:57.835]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5585376Z [00:04:57.842]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paypaloauth/paypaloauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5652916Z [00:04:57.848]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/betterstack/betterstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5717832Z [00:04:57.855]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/betterstack/betterstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5784902Z [00:04:57.862]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/betterstack/betterstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5852654Z [00:04:57.868]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemail/getemail_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5919860Z [00:04:57.875]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemail/getemail_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.5987278Z [00:04:57.882]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getemail/getemail.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6055545Z [00:04:57.889]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browserstack/browserstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6121889Z [00:04:57.895]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browserstack/browserstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6188981Z [00:04:57.902]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browserstack/browserstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6256286Z [00:04:57.909]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6324177Z [00:04:57.916]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6391147Z [00:04:57.922]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/myfreshworks/myfreshworks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6459778Z [00:04:57.929]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aviationstack/aviationstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6527508Z [00:04:57.936]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aviationstack/aviationstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6595027Z [00:04:57.943]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aviationstack/aviationstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6662270Z [00:04:57.949]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eventbrite/eventbrite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6728671Z [00:04:57.956]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eventbrite/eventbrite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6795292Z [00:04:57.963]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/eventbrite/eventbrite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6862646Z [00:04:57.969]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tokeet/tokeet_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6928959Z [00:04:57.976]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tokeet/tokeet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.6996041Z [00:04:57.983]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tokeet/tokeet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7063962Z [00:04:57.990]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v1/github_old_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7130098Z [00:04:57.996]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v1/github_old.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7197059Z [00:04:58.003]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v1/github_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7263868Z [00:04:58.010]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v2/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7329211Z [00:04:58.016]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v2/github_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7395504Z [00:04:58.023]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/github/v2/github_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7463569Z [00:04:58.029]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7529062Z [00:04:58.036]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7595515Z [00:04:58.043]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipgeolocation/ipgeolocation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7662240Z [00:04:58.049]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nftport/nftport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7728937Z [00:04:58.056]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nftport/nftport_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7796491Z [00:04:58.063]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nftport/nftport_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7864601Z [00:04:58.070]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cashboard/cashboard_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7930129Z [00:04:58.076]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cashboard/cashboard_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.7998425Z [00:04:58.083]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cashboard/cashboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8064509Z [00:04:58.090]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/percy/percy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8131850Z [00:04:58.096]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/percy/percy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8199565Z [00:04:58.103]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/percy/percy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8266319Z [00:04:58.110]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voicegain/voicegain_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8334844Z [00:04:58.117]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voicegain/voicegain_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8403088Z [00:04:58.123]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voicegain/voicegain.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8471479Z [00:04:58.130]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besttime/besttime.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8540676Z [00:04:58.137]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besttime/besttime_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8608107Z [00:04:58.144]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besttime/besttime_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8676545Z [00:04:58.151]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8744331Z [00:04:58.158]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8812763Z [00:04:58.164]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/knapsackpro/knapsackpro_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8880454Z [00:04:58.171]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/manifest/manifest.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.8946887Z [00:04:58.178]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/manifest/manifest_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9014423Z [00:04:58.185]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/manifest/manifest_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9082683Z [00:04:58.191]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9149991Z [00:04:58.198]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9217467Z [00:04:58.205]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scalewaykey/scalewaykey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9286031Z [00:04:58.212]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mediastack/mediastack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9356334Z [00:04:58.219]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mediastack/mediastack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9422956Z [00:04:58.225]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mediastack/mediastack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9488521Z [00:04:58.232]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/strava/strava_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9555157Z [00:04:58.239]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/strava/strava.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9622834Z [00:04:58.245]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/strava/strava_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9690101Z [00:04:58.252]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9758884Z [00:04:58.259]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9825974Z [00:04:58.266]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtablepersonalaccesstoken/airtablepersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9894055Z [00:04:58.273]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:12.9961503Z [00:04:58.279]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0028200Z [00:04:58.286]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v1/figmapersonalacesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0095712Z [00:04:58.293]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0161988Z [00:04:58.299]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0228883Z [00:04:58.306]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/figmapersonalaccesstoken/v2/figmapersonalaccesstoken_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0295517Z [00:04:58.313]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/impala/impala_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0364389Z [00:04:58.320]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/impala/impala_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0433149Z [00:04:58.326]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/impala/impala.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0501340Z [00:04:58.333]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uploadcare/uploadcare_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0569629Z [00:04:58.340]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uploadcare/uploadcare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0638124Z [00:04:58.347]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uploadcare/uploadcare_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0707137Z [00:04:58.354]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatfule/chatfule_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0775228Z [00:04:58.361]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatfule/chatfule.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0842760Z [00:04:58.367]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatfule/chatfule_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0912238Z [00:04:58.374]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deputy/deputy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.0987072Z [00:04:58.381]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deputy/deputy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1051960Z [00:04:58.388]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deputy/deputy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1120118Z [00:04:58.395]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sqlserver/sqlserver.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1189082Z [00:04:58.402]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sqlserver/sqlserver_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1256742Z [00:04:58.409]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sqlserver/sqlserver_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1325253Z [00:04:58.416]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1392939Z [00:04:58.422]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1460261Z [00:04:58.429]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloudflarecakey/cloudflarecakey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1527906Z [00:04:58.436]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshdesk/freshdesk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1595169Z [00:04:58.443]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshdesk/freshdesk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1662855Z [00:04:58.449]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/freshdesk/freshdesk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1731671Z [00:04:58.456]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1798874Z [00:04:58.463]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1871333Z [00:04:58.470]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/restpackscreenshotapi/restpackscreenshotapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.1940476Z [00:04:58.477]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblok/storyblok_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2012138Z [00:04:58.484]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblok/storyblok_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2080716Z [00:04:58.491]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblok/storyblok.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2150395Z [00:04:58.498]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webexbot/webexbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2217791Z [00:04:58.505]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webexbot/webexbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2285783Z [00:04:58.512]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webexbot/webexbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2356861Z [00:04:58.519]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherstack/weatherstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2424504Z [00:04:58.526]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherstack/weatherstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2491867Z [00:04:58.532]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/weatherstack/weatherstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2558814Z [00:04:58.539]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unsplash/unsplash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2626709Z [00:04:58.546]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unsplash/unsplash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2694749Z [00:04:58.553]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/unsplash/unsplash_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2762445Z [00:04:58.559]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/posthog/posthog_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2830654Z [00:04:58.566]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/posthog/posthog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2897875Z [00:04:58.573]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/posthog/posthog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.2965085Z [00:04:58.580]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hasura/hasura_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3031464Z [00:04:58.586]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hasura/hasura.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3100299Z [00:04:58.593]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hasura/hasura_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3168821Z [00:04:58.600]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/purestake/purestake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3236650Z [00:04:58.607]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/purestake/purestake_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3303887Z [00:04:58.614]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/purestake/purestake_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3371286Z [00:04:58.620]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/route4me/route4me_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3439086Z [00:04:58.627]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/route4me/route4me.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3506978Z [00:04:58.634]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/route4me/route4me_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3574121Z [00:04:58.641]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3641785Z [00:04:58.647]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3709127Z [00:04:58.654]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/saladcloudapikey/saladcloudapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3777454Z [00:04:58.661]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webex/webex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3845925Z [00:04:58.668]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webex/webex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3914399Z [00:04:58.675]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webex/webex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.3983462Z [00:04:58.681]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4051111Z [00:04:58.688]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4118677Z [00:04:58.695]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcpapplicationdefaultcredentials/gcpapplicationdefaultcredentials.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4187497Z [00:04:58.702]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blitapp/blitapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4254821Z [00:04:58.709]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blitapp/blitapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4321403Z [00:04:58.715]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blitapp/blitapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4390743Z [00:04:58.722]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcp/gcp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4458204Z [00:04:58.729]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcp/gcp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4526033Z [00:04:58.736]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gcp/gcp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4593952Z [00:04:58.743]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4661066Z [00:04:58.749]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4728280Z [00:04:58.756]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onepagecrm/onepagecrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4795309Z [00:04:58.763]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intra42/intra42.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4861963Z [00:04:58.769]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intra42/intra42_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4929860Z [00:04:58.776]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intra42/intra42_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.4997554Z [00:04:58.783]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formio/formio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5065473Z [00:04:58.790]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formio/formio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5133162Z [00:04:58.796]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formio/formio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5201222Z [00:04:58.803]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemlist/lemlist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5268864Z [00:04:58.810]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemlist/lemlist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5335944Z [00:04:58.817]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lemlist/lemlist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5402964Z [00:04:58.823]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ftp/ftp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5470077Z [00:04:58.830]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ftp/ftp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5538832Z [00:04:58.837]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ftp/ftp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5607296Z [00:04:58.844]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v1/atlassian_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5674429Z [00:04:58.851]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v1/atlassian.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5742031Z [00:04:58.857]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v1/atlassian_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5809979Z [00:04:58.864]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v2/atlassian_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5878241Z [00:04:58.871]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v2/atlassian.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.5946348Z [00:04:58.878]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/atlassian/v2/atlassian_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6014650Z [00:04:58.885]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/http_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6084816Z [00:04:58.892]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linemessaging/linemessaging.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6152890Z [00:04:58.898]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linemessaging/linemessaging_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6220772Z [00:04:58.905]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/linemessaging/linemessaging_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6288107Z [00:04:58.912]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endorlabs/endorlabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6357191Z [00:04:58.919]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endorlabs/endorlabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6425464Z [00:04:58.926]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/endorlabs/endorlabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6492979Z [00:04:58.932]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuite/larksuite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6562029Z [00:04:58.939]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuite/larksuite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6629287Z [00:04:58.946]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/larksuite/larksuite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6698043Z [00:04:58.953]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checio/checio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6766432Z [00:04:58.960]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checio/checio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6834286Z [00:04:58.967]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checio/checio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6902472Z [00:04:58.973]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/allsports/allsports_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.6970529Z [00:04:58.980]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/allsports/allsports_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7037729Z [00:04:58.987]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/allsports/allsports.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7106432Z [00:04:58.994]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/repairshopr/repairshopr_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7174734Z [00:04:59.001]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/repairshopr/repairshopr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7244893Z [00:04:59.008]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/repairshopr/repairshopr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7314635Z [00:04:59.015]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7381624Z [00:04:59.021]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7448226Z [00:04:59.028]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredirectmanagementkey/azuredirectmanagementkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7515592Z [00:04:59.035]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockify/clockify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7582055Z [00:04:59.041]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockify/clockify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7650566Z [00:04:59.048]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockify/clockify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7718902Z [00:04:59.055]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7786612Z [00:04:59.062]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7853631Z [00:04:59.069]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ibmclouduserkey/ibmclouduserkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7921981Z [00:04:59.075]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbird/sendbird_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.7990082Z [00:04:59.082]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbird/sendbird.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8056361Z [00:04:59.089]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sendbird/sendbird_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8123281Z [00:04:59.095]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/overloop/overloop_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8190018Z [00:04:59.102]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/overloop/overloop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8256022Z [00:04:59.109]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/overloop/overloop_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8323171Z [00:04:59.115]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docker/docker_auth_config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8390415Z [00:04:59.122]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docker/docker_auth_config_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8457569Z [00:04:59.129]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docker/docker_auth_config_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8525671Z [00:04:59.136]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanbantool/kanbantool_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8594212Z [00:04:59.143]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanbantool/kanbantool.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8662367Z [00:04:59.149]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kanbantool/kanbantool_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8730625Z [00:04:59.156]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kontent/kontent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8797774Z [00:04:59.163]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kontent/kontent_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8865989Z [00:04:59.170]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kontent/kontent_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.8934983Z [00:04:59.177]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9003831Z [00:04:59.184]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9072702Z [00:04:59.190]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v1/maxmindlicense_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9141325Z [00:04:59.197]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9209939Z [00:04:59.204]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9277644Z [00:04:59.211]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/maxmindlicense/v2/maxmindlicense_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9345855Z [00:04:59.218]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blazemeter/blazemeter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9414986Z [00:04:59.225]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blazemeter/blazemeter_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9482164Z [00:04:59.231]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/blazemeter/blazemeter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9548920Z [00:04:59.238]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/keenio/keenio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9615819Z [00:04:59.245]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/keenio/keenio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9684566Z [00:04:59.252]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/keenio/keenio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9754081Z [00:04:59.259]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smooch/smooch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9822196Z [00:04:59.265]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smooch/smooch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9889954Z [00:04:59.272]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smooch/smooch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:13.9957096Z [00:04:59.279]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0025664Z [00:04:59.286]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0094079Z [00:04:59.293]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0162091Z [00:04:59.299]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qase/qase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0230094Z [00:04:59.306]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qase/qase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0297270Z [00:04:59.313]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qase/qase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0366996Z [00:04:59.320]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightlabs/flightlabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0434799Z [00:04:59.327]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightlabs/flightlabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0501741Z [00:04:59.333]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightlabs/flightlabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0569881Z [00:04:59.340]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teletype/teletype.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0637830Z [00:04:59.347]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teletype/teletype_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0707351Z [00:04:59.354]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teletype/teletype_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0776386Z [00:04:59.361]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browshot/browshot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0844395Z [00:04:59.368]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browshot/browshot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0911601Z [00:04:59.374]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/browshot/browshot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.0979791Z [00:04:59.381]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coveralls/coveralls_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1047166Z [00:04:59.388]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coveralls/coveralls.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1114148Z [00:04:59.395]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coveralls/coveralls_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1182263Z [00:04:59.401]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1250293Z [00:04:59.408]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1318538Z [00:04:59.415]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforceoauth2/salesforceoauth2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1384914Z [00:04:59.422]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yandex/yandex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1452542Z [00:04:59.428]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yandex/yandex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1520069Z [00:04:59.435]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yandex/yandex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1588516Z [00:04:59.442]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfo/ipinfo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1657622Z [00:04:59.449]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfo/ipinfo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1724942Z [00:04:59.456]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfo/ipinfo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1793738Z [00:04:59.463]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1861421Z [00:04:59.469]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.1930042Z [00:04:59.476]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpcrunch/helpcrunch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2000540Z [00:04:59.483]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2068223Z [00:04:59.490]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2137163Z [00:04:59.497]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurecontainerregistry/azurecontainerregistry_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2206324Z [00:04:59.504]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2273295Z [00:04:59.510]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2340443Z [00:04:59.517]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapeowl/scrapeowl_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2409013Z [00:04:59.524]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulbul/bulbul.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2477255Z [00:04:59.531]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulbul/bulbul_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2547491Z [00:04:59.538]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulbul/bulbul_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2620213Z [00:04:59.545]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlib/coinlib_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2691055Z [00:04:59.552]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlib/coinlib_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2760590Z [00:04:59.559]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlib/coinlib.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2829557Z [00:04:59.566]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2897278Z [00:04:59.573]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.2965615Z [00:04:59.580]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rabbitmq/rabbitmq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3034364Z [00:04:59.587]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v1/godaddy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3102800Z [00:04:59.593]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v1/godaddy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3170190Z [00:04:59.600]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v1/godaddy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3237704Z [00:04:59.607]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v2/godaddy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3305119Z [00:04:59.614]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v2/godaddy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3372703Z [00:04:59.620]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/godaddy/v2/godaddy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3439760Z [00:04:59.627]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitch/twitch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3506789Z [00:04:59.634]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitch/twitch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3573479Z [00:04:59.640]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitch/twitch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3641039Z [00:04:59.647]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plivo/plivo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3706061Z [00:04:59.654]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plivo/plivo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3772708Z [00:04:59.660]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/plivo/plivo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3839224Z [00:04:59.667]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voodoosms/voodoosms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3905006Z [00:04:59.674]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voodoosms/voodoosms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.3972784Z [00:04:59.680]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/voodoosms/voodoosms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4040666Z [00:04:59.687]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docparser/docparser_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4107746Z [00:04:59.694]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docparser/docparser_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4175328Z [00:04:59.701]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docparser/docparser.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4243085Z [00:04:59.707]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rubygems/rubygems_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4308722Z [00:04:59.714]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rubygems/rubygems_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4375521Z [00:04:59.721]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/rubygems/rubygems.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4443892Z [00:04:59.728]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/refiner/refiner_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4509293Z [00:04:59.734]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/refiner/refiner_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4576885Z [00:04:59.741]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/refiner/refiner.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4646548Z [00:04:59.748]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4713756Z [00:04:59.755]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4780541Z [00:04:59.761]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotapi/screenshotapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4847885Z [00:04:59.768]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripe/stripe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4914803Z [00:04:59.775]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripe/stripe_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.4984437Z [00:04:59.782]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stripe/stripe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5052493Z [00:04:59.788]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesflare/salesflare_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5119162Z [00:04:59.795]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesflare/salesflare_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5188065Z [00:04:59.802]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesflare/salesflare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5256127Z [00:04:59.809]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5325125Z [00:04:59.816]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5392730Z [00:04:59.822]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchquerykey/azuresearchquerykey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5460876Z [00:04:59.829]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metaapi/metaapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5528656Z [00:04:59.836]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metaapi/metaapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5595659Z [00:04:59.843]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/metaapi/metaapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5664098Z [00:04:59.850]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uplead/uplead.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5731337Z [00:04:59.856]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uplead/uplead_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5800500Z [00:04:59.863]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uplead/uplead_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5868757Z [00:04:59.870]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/duply/duply_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.5936523Z [00:04:59.877]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/duply/duply.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6005276Z [00:04:59.884]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/duply/duply_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6074603Z [00:04:59.891]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6141482Z [00:04:59.897]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6208504Z [00:04:59.904]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zonkafeedback/zonkafeedback_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6275708Z [00:04:59.911]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6342828Z [00:04:59.917]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6410614Z [00:04:59.924]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/invoiceocean/invoiceocean_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6479848Z [00:04:59.931]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travisci/travisci_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6549313Z [00:04:59.938]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travisci/travisci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6618048Z [00:04:59.945]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travisci/travisci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6685810Z [00:04:59.952]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/d7network/d7network_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6754125Z [00:04:59.959]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/d7network/d7network_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6820783Z [00:04:59.965]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/d7network/d7network.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6890505Z [00:04:59.972]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.6958110Z [00:04:59.979]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7025350Z [00:04:59.986]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getgeoapi/getgeoapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7092013Z [00:04:59.992]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7159874Z [00:04:59.999]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7226581Z [00:05:00.006]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/travelpayouts/travelpayouts.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7294662Z [00:05:00.013]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mrticktock/mrticktok_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7362267Z [00:05:00.019]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mrticktock/mrticktock.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7430487Z [00:05:00.026]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mrticktock/mrticktock_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7498311Z [00:05:00.033]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_badlist.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7565350Z [00:05:00.040]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docusign/docusign.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7631872Z [00:05:00.046]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docusign/docusign_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7700584Z [00:05:00.053]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/docusign/docusign_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7767605Z [00:05:00.060]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zohocrm/zohocrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7835259Z [00:05:00.067]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zohocrm/zohocrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7903189Z [00:05:00.073]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zohocrm/zohocrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.7970728Z [00:05:00.080]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/axonaut/axonaut_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8038252Z [00:05:00.087]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/axonaut/axonaut_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8105715Z [00:05:00.094]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/axonaut/axonaut.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8173812Z [00:05:00.101]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveybot/surveybot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8243624Z [00:05:00.107]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveybot/surveybot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8312666Z [00:05:00.114]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/surveybot/surveybot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8379557Z [00:05:00.121]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixpanel/mixpanel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8445922Z [00:05:00.128]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixpanel/mixpanel_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8512292Z [00:05:00.134]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixpanel/mixpanel_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8581351Z [00:05:00.141]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bombbomb/bombbomb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8649034Z [00:05:00.148]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bombbomb/bombbomb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8717571Z [00:05:00.155]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bombbomb/bombbomb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8785118Z [00:05:00.162]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flowflu/flowflu_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8852646Z [00:05:00.168]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flowflu/flowflu_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8920047Z [00:05:00.175]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flowflu/flowflu.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.8988016Z [00:05:00.182]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klaviyo/klaviyo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9055765Z [00:05:00.189]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klaviyo/klaviyo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9123861Z [00:05:00.196]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klaviyo/klaviyo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9191544Z [00:05:00.202]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomtom/tomtom.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9258897Z [00:05:00.209]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomtom/tomtom_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9325587Z [00:05:00.216]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tomtom/tomtom_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9392590Z [00:05:00.222]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lexigram/lexigram_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9460365Z [00:05:00.229]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lexigram/lexigram_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9530716Z [00:05:00.236]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lexigram/lexigram.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9599923Z [00:05:00.243]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aiven/aiven_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9666448Z [00:05:00.250]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aiven/aiven_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9734389Z [00:05:00.257]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/aiven/aiven.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9802605Z [00:05:00.263]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9869199Z [00:05:00.270]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:14.9936078Z [00:05:00.277]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sonarcloud/sonarcloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0003425Z [00:05:00.284]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0070569Z [00:05:00.290]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspage/statuspage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0137914Z [00:05:00.297]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspage/statuspage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0205223Z [00:05:00.304]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuspage/statuspage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0272321Z [00:05:00.310]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/falsepositives.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0341978Z [00:05:00.317]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0409862Z [00:05:00.324]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0478307Z [00:05:00.331]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangeratesapi/exchangeratesapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0546232Z [00:05:00.338]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/delighted/delighted_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0615000Z [00:05:00.345]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/delighted/delighted_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0684279Z [00:05:00.352]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/delighted/delighted.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0756040Z [00:05:00.359]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twelvedata/twelvedata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0825890Z [00:05:00.366]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twelvedata/twelvedata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0893770Z [00:05:00.373]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twelvedata/twelvedata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.0962758Z [00:05:00.379]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checklyhq/checklyhq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1031431Z [00:05:00.386]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checklyhq/checklyhq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1101577Z [00:05:00.393]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checklyhq/checklyhq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1169001Z [00:05:00.400]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ambee/ambee_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1237638Z [00:05:00.407]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ambee/ambee_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1304269Z [00:05:00.414]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ambee/ambee.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1372748Z [00:05:00.420]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1439510Z [00:05:00.427]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1507035Z [00:05:00.434]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twitchaccesstoken/twitchaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1575463Z [00:05:00.441]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraper/webscraper_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1645233Z [00:05:00.448]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraper/webscraper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1714247Z [00:05:00.455]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/webscraper/webscraper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1783332Z [00:05:00.461]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1851631Z [00:05:00.468]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1921404Z [00:05:00.475]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/planviewleankit/planviewleankit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.1990224Z [00:05:00.482]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shopify/shopify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2060296Z [00:05:00.489]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shopify/shopify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2127794Z [00:05:00.496]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shopify/shopify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2197544Z [00:05:00.503]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apideck/apideck_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2264872Z [00:05:00.510]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apideck/apideck.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2332149Z [00:05:00.516]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apideck/apideck_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2399900Z [00:05:00.523]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightapi/flightapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2466799Z [00:05:00.530]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightapi/flightapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2534117Z [00:05:00.537]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flightapi/flightapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2601559Z [00:05:00.543]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipapi/ipapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2669063Z [00:05:00.550]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipapi/ipapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2737679Z [00:05:00.557]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipapi/ipapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2805581Z [00:05:00.564]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickhelp/clickhelp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2872565Z [00:05:00.570]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickhelp/clickhelp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.2940060Z [00:05:00.577]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clickhelp/clickhelp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3007502Z [00:05:00.584]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3075255Z [00:05:00.591]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3143383Z [00:05:00.597]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/thousandeyes/thousandeyes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3212958Z [00:05:00.604]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pulumi/pulumi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3279996Z [00:05:00.611]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pulumi/pulumi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3346611Z [00:05:00.618]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pulumi/pulumi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3414354Z [00:05:00.625]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signalwire/signalwire_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3481199Z [00:05:00.631]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signalwire/signalwire_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3548350Z [00:05:00.638]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/signalwire/signalwire.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3615609Z [00:05:00.645]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenscrape/zenscrape_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3683812Z [00:05:00.652]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenscrape/zenscrape.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3751346Z [00:05:00.658]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenscrape/zenscrape_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3819221Z [00:05:00.665]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/interseller/interseller_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3887271Z [00:05:00.672]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/interseller/interseller_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.3954903Z [00:05:00.679]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/interseller/interseller.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4023660Z [00:05:00.685]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4091719Z [00:05:00.692]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4158784Z [00:05:00.699]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/prospectcrm/prospectcrm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4226141Z [00:05:00.706]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openweather/openweather_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4293976Z [00:05:00.713]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openweather/openweather.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4360782Z [00:05:00.719]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openweather/openweather_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4428197Z [00:05:00.726]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkvist/checkvist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4495989Z [00:05:00.733]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkvist/checkvist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4563220Z [00:05:00.739]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/checkvist/checkvist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4630707Z [00:05:00.746]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formsite/formsite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4697958Z [00:05:00.753]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formsite/formsite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4765886Z [00:05:00.760]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formsite/formsite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4833786Z [00:05:00.767]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilio/twilio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4901294Z [00:05:00.773]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilio/twilio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.4969611Z [00:05:00.780]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/twilio/twilio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5037247Z [00:05:00.787]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/owlbot/owlbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5105158Z [00:05:00.794]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/owlbot/owlbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5172865Z [00:05:00.800]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/owlbot/owlbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5240911Z [00:05:00.807]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5308412Z [00:05:00.814]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5376081Z [00:05:00.821]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/screenshotlayer/screenshotlayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5443956Z [00:05:00.828]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artsy/artsy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5511983Z [00:05:00.834]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artsy/artsy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5579639Z [00:05:00.841]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/artsy/artsy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5649661Z [00:05:00.848]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinbase/coinbase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5717366Z [00:05:00.855]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinbase/coinbase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5785529Z [00:05:00.862]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinbase/coinbase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5853086Z [00:05:00.868]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_uuids.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5920729Z [00:05:00.875]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dfuse/dfuse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.5989290Z [00:05:00.882]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dfuse/dfuse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6057298Z [00:05:00.889]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dfuse/dfuse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6126815Z [00:05:00.896]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holidayapi/holidayapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6194826Z [00:05:00.903]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holidayapi/holidayapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6262455Z [00:05:00.909]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/holidayapi/holidayapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6330570Z [00:05:00.916]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clarifai/clarifai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6398423Z [00:05:00.923]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clarifai/clarifai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6466494Z [00:05:00.930]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clarifai/clarifai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6534488Z [00:05:00.937]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6602987Z [00:05:00.943]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6670352Z [00:05:00.950]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gtmetrix/gtmetrix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6738424Z [00:05:00.957]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intrinio/intrinio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6805960Z [00:05:00.964]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intrinio/intrinio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6874546Z [00:05:00.971]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/intrinio/intrinio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.6942528Z [00:05:00.977]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7009549Z [00:05:00.984]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7076715Z [00:05:00.991]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/visualcrossing/visualcrossing_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7144661Z [00:05:00.998]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7211833Z [00:05:01.004]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7278117Z [00:05:01.011]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_cosmosdb/azure_cosmosdb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7349191Z [00:05:01.018]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_cosmosdb/table.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7418308Z [00:05:01.025]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7486352Z [00:05:01.032]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7554317Z [00:05:01.039]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforcerefreshtoken/salesforcerefreshtoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7622009Z [00:05:01.045]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dotdigital/dotdigital_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7690777Z [00:05:01.052]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dotdigital/dotdigital.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7759547Z [00:05:01.059]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dotdigital/dotdigital_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7828415Z [00:05:01.066]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/protocolsio/protocolsio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7896661Z [00:05:01.073]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/protocolsio/protocolsio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.7964005Z [00:05:01.080]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/protocolsio/protocolsio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8033893Z [00:05:01.087]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8101377Z [00:05:01.093]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8168780Z [00:05:01.100]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v1/elevenlabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8238476Z [00:05:01.107]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8307426Z [00:05:01.114]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8375481Z [00:05:01.121]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/elevenlabs/v2/elevenlabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8443863Z [00:05:01.128]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/api2cart/api2cart.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8511789Z [00:05:01.134]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/api2cart/api2cart_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8580825Z [00:05:01.141]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/api2cart/api2cart_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8649088Z [00:05:01.148]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8716352Z [00:05:01.155]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8785145Z [00:05:01.162]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sourcegraph/sourcegraph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8853791Z [00:05:01.169]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loginradius/loginradius_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8920981Z [00:05:01.175]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loginradius/loginradius_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.8988779Z [00:05:01.182]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loginradius/loginradius.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9056552Z [00:05:01.189]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareapp/squareapp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9123624Z [00:05:01.196]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareapp/squareapp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9191070Z [00:05:01.202]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squareapp/squareapp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9259828Z [00:05:01.209]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtoken/npmtoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9325917Z [00:05:01.216]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtoken/npmtoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9392716Z [00:05:01.222]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/npmtoken/npmtoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9459544Z [00:05:01.229]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/billomat/billomat_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9527495Z [00:05:01.236]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/billomat/billomat_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9598249Z [00:05:01.243]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/billomat/billomat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9669628Z [00:05:01.250]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currentsapi/currentsapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9736616Z [00:05:01.257]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currentsapi/currentsapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9804532Z [00:05:01.264]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currentsapi/currentsapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9872401Z [00:05:01.270]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apiflash/apiflash_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:15.9939702Z [00:05:01.277]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apiflash/apiflash_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0006412Z [00:05:01.284]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apiflash/apiflash.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0075004Z [00:05:01.291]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uclassify/uclassify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0142483Z [00:05:01.297]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uclassify/uclassify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0210065Z [00:05:01.304]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uclassify/uclassify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0277943Z [00:05:01.311]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/everhour/everhour_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0346005Z [00:05:01.318]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/everhour/everhour_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0414797Z [00:05:01.325]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/everhour/everhour.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0484099Z [00:05:01.332]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netsuite/netsuite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0553389Z [00:05:01.338]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netsuite/netsuite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0622460Z [00:05:01.345]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netsuite/netsuite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0691231Z [00:05:01.352]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calorieninja/calorieninja_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0760383Z [00:05:01.359]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calorieninja/calorieninja.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0828031Z [00:05:01.366]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/calorieninja/calorieninja_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0897428Z [00:05:01.373]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/liveagent/liveagent_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.0965398Z [00:05:01.380]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/liveagent/liveagent.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1033753Z [00:05:01.387]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/liveagent/liveagent_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1101843Z [00:05:01.393]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedream/pipedream_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1171757Z [00:05:01.400]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedream/pipedream_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1241334Z [00:05:01.407]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pipedream/pipedream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1311210Z [00:05:01.414]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1380894Z [00:05:01.421]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1447908Z [00:05:01.428]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storyblokpersonalaccesstoken/storyblok.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1517269Z [00:05:01.435]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bscscan/bscscan_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1588780Z [00:05:01.442]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bscscan/bscscan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1656582Z [00:05:01.449]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bscscan/bscscan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1726139Z [00:05:01.456]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1793432Z [00:05:01.462]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1861488Z [00:05:01.469]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ticketmaster/ticketmaster_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1930729Z [00:05:01.476]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsehub/parsehub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.1999214Z [00:05:01.483]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsehub/parsehub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2070103Z [00:05:01.490]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/parsehub/parsehub_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2138676Z [00:05:01.497]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2207659Z [00:05:01.504]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2275142Z [00:05:01.511]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timezoneapi/timezoneapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2343477Z [00:05:01.517]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/carboninterface/carboninterface_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2412102Z [00:05:01.524]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/carboninterface/carboninterface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2480564Z [00:05:01.531]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/carboninterface/carboninterface_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2548946Z [00:05:01.538]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klipfolio/klipfolio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2617658Z [00:05:01.545]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klipfolio/klipfolio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2686307Z [00:05:01.552]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/klipfolio/klipfolio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2755315Z [00:05:01.559]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apifonica/apifonica_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2823543Z [00:05:01.566]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apifonica/apifonica_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2892445Z [00:05:01.572]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apifonica/apifonica.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.2960844Z [00:05:01.579]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slack/slack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3028461Z [00:05:01.586]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slack/slack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3097060Z [00:05:01.593]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/slack/slack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3165609Z [00:05:01.600]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besnappy/besnappy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3234135Z [00:05:01.607]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besnappy/besnappy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3301483Z [00:05:01.613]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/besnappy/besnappy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3370530Z [00:05:01.620]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartystreets/smartystreets_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3440197Z [00:05:01.627]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartystreets/smartystreets_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3507138Z [00:05:01.634]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartystreets/smartystreets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3574677Z [00:05:01.641]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3644344Z [00:05:01.648]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3714530Z [00:05:01.655]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zendeskapi/zendeskapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3783097Z [00:05:01.661]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/runrunit/runrunit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3852370Z [00:05:01.668]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/runrunit/runrunit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3920581Z [00:05:01.675]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/runrunit/runrunit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.3988853Z [00:05:01.682]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/omnisend/omnisend_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4057109Z [00:05:01.689]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/omnisend/omnisend.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4125264Z [00:05:01.696]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/omnisend/omnisend_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4193900Z [00:05:01.703]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dynalist/dynalist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4260804Z [00:05:01.709]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dynalist/dynalist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4327817Z [00:05:01.716]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dynalist/dynalist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4395598Z [00:05:01.723]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vbout/vbout_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4462432Z [00:05:01.729]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vbout/vbout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4529159Z [00:05:01.736]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/vbout/vbout_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4598531Z [00:05:01.743]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/etherscan/etherscan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4665257Z [00:05:01.750]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/etherscan/etherscan_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4731574Z [00:05:01.756]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/etherscan/etherscan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4799185Z [00:05:01.763]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlayer/coinlayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4867196Z [00:05:01.770]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlayer/coinlayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.4937156Z [00:05:01.777]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/coinlayer/coinlayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5007159Z [00:05:01.784]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airship/airship.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5075706Z [00:05:01.791]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airship/airship_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5143484Z [00:05:01.797]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airship/airship_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5212597Z [00:05:01.804]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5280220Z [00:05:01.811]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5348356Z [00:05:01.818]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/segmentapikey/segmentapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5417142Z [00:05:01.825]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphhopper/graphhopper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5485106Z [00:05:01.832]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphhopper/graphhopper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5553609Z [00:05:01.839]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/graphhopper/graphhopper_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5621603Z [00:05:01.845]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loggly/loggly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5687909Z [00:05:01.852]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loggly/loggly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5755892Z [00:05:01.859]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/loggly/loggly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5824260Z [00:05:01.866]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openai/openai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5892204Z [00:05:01.872]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openai/openai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.5958614Z [00:05:01.879]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openai/openai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6026687Z [00:05:01.886]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6094663Z [00:05:01.893]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6162504Z [00:05:01.899]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/peopledatalabs/peopledatalabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6230204Z [00:05:01.906]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diffbot/diffbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6298648Z [00:05:01.913]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diffbot/diffbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6366202Z [00:05:01.920]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diffbot/diffbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6433568Z [00:05:01.926]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/square/square_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6500305Z [00:05:01.933]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/square/square_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6568916Z [00:05:01.940]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/square/square.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6635915Z [00:05:01.947]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/logzio/logzio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6704633Z [00:05:01.954]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/logzio/logzio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6773313Z [00:05:01.960]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/logzio/logzio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6841512Z [00:05:01.967]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6908318Z [00:05:01.974]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.6976260Z [00:05:01.981]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/supabasetoken/supabasetoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7043597Z [00:05:01.987]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sugester/sugester_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7110747Z [00:05:01.994]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sugester/sugester_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7177957Z [00:05:02.001]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sugester/sugester.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7246497Z [00:05:02.008]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/whoxy/whoxy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7313247Z [00:05:02.014]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/whoxy/whoxy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7380318Z [00:05:02.021]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/whoxy/whoxy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7447670Z [00:05:02.028]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sheety/sheety.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7515481Z [00:05:02.035]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sheety/sheety_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7583321Z [00:05:02.041]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sheety/sheety_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7649891Z [00:05:02.048]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngrok/ngrok.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7717111Z [00:05:02.055]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngrok/ngrok_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7784702Z [00:05:02.062]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngrok/ngrok_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7852131Z [00:05:02.068]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moderation/moderation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7920325Z [00:05:02.075]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moderation/moderation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.7989580Z [00:05:02.082]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/moderation/moderation_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8057858Z [00:05:02.089]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formcraft/formcraft.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8125184Z [00:05:02.096]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formcraft/formcraft_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8195872Z [00:05:02.103]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/formcraft/formcraft_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8265810Z [00:05:02.110]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8333460Z [00:05:02.116]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8401463Z [00:05:02.123]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/phraseaccesstoken/phraseaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8470492Z [00:05:02.130]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/todoist/todoist_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8537986Z [00:05:02.137]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/todoist/todoist_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8604719Z [00:05:02.144]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/todoist/todoist.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8672183Z [00:05:02.150]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flickr/flickr.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8738973Z [00:05:02.157]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flickr/flickr_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8805895Z [00:05:02.164]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flickr/flickr_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8874424Z [00:05:02.171]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ayrshare/ayrshare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.8942333Z [00:05:02.177]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ayrshare/ayrshare_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9010786Z [00:05:02.184]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ayrshare/ayrshare_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9078577Z [00:05:02.191]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9146854Z [00:05:02.198]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9215196Z [00:05:02.205]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/uptimerobot/uptimerobot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9283281Z [00:05:02.211]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abstract/abstract_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9351746Z [00:05:02.218]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abstract/abstract_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9419892Z [00:05:02.225]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abstract/abstract.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9488321Z [00:05:02.232]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/packagecloud/packagecloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9555914Z [00:05:02.239]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/packagecloud/packagecloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9623777Z [00:05:02.246]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/packagecloud/packagecloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9690601Z [00:05:02.252]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/notion/notion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9757917Z [00:05:02.259]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/notion/notion_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9825160Z [00:05:02.266]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/notion/notion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9892996Z [00:05:02.272]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/insightly/insightly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:16.9959982Z [00:05:02.279]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/insightly/insightly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0027033Z [00:05:02.286]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/insightly/insightly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0093568Z [00:05:02.293]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ldap/ldap_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0160383Z [00:05:02.299]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ldap/ldap_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0227713Z [00:05:02.306]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ldap/ldap.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0297058Z [00:05:02.313]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectify/detectify_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0365993Z [00:05:02.320]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectify/detectify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0434294Z [00:05:02.327]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectify/detectify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0503104Z [00:05:02.333]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openuv/openuv.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0570968Z [00:05:02.340]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openuv/openuv_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0639148Z [00:05:02.347]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openuv/openuv_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0708534Z [00:05:02.354]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0777728Z [00:05:02.361]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0847121Z [00:05:02.368]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bingsubscriptionkey/bingsubscriptionkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0915614Z [00:05:02.375]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v1/gitlab_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.0983024Z [00:05:02.381]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v1/gitlab_v1_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1052719Z [00:05:02.388]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v1/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1119812Z [00:05:02.395]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1187644Z [00:05:02.402]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1255949Z [00:05:02.409]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gitlab/v2/gitlab_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1325061Z [00:05:02.416]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flexport/flexport_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1395710Z [00:05:02.423]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flexport/flexport.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1464567Z [00:05:02.430]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clearbit/clearbit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1532779Z [00:05:02.436]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clearbit/clearbit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1603197Z [00:05:02.443]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clearbit/clearbit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1671083Z [00:05:02.450]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/multi_part_credential_provider_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1739823Z [00:05:02.457]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloverly/cloverly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1813222Z [00:05:02.464]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloverly/cloverly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1874984Z [00:05:02.471]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cloverly/cloverly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.1944715Z [00:05:02.478]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sparkpost/sparkpost.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2014531Z [00:05:02.485]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sparkpost/sparkpost_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2085797Z [00:05:02.492]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sparkpost/sparkpost_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2155112Z [00:05:02.499]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cannyio/cannyio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2223043Z [00:05:02.505]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cannyio/cannyio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2292689Z [00:05:02.512]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cannyio/cannyio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2360195Z [00:05:02.519]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2428831Z [00:05:02.526]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2496883Z [00:05:02.533]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v1/apikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2564536Z [00:05:02.540]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2634434Z [00:05:02.547]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2703321Z [00:05:02.553]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hubspot_apikey/v2/apikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2770862Z [00:05:02.560]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paystack/paystack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2839008Z [00:05:02.567]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paystack/paystack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2907385Z [00:05:02.574]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/paystack/paystack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.2975069Z [00:05:02.581]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepai/deepai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3042761Z [00:05:02.587]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepai/deepai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3110006Z [00:05:02.594]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/deepai/deepai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3179069Z [00:05:02.601]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cliengo/cliengo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3246070Z [00:05:02.608]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cliengo/cliengo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3314705Z [00:05:02.615]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cliengo/cliengo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3383618Z [00:05:02.621]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3451488Z [00:05:02.628]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3518527Z [00:05:02.635]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordbottoken/discordbottoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3587098Z [00:05:02.642]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postmark/postmark_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3654277Z [00:05:02.649]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postmark/postmark_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3722770Z [00:05:02.655]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postmark/postmark.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3795205Z [00:05:02.663]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abyssale/abyssale_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3863488Z [00:05:02.670]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abyssale/abyssale_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3932206Z [00:05:02.676]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/abyssale/abyssale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.3998820Z [00:05:02.683]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nvapi/nvapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4066900Z [00:05:02.690]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nvapi/nvapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4134006Z [00:05:02.697]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nvapi/nvapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4200851Z [00:05:02.703]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4267974Z [00:05:02.710]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4336723Z [00:05:02.717]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/facebookoauth/facebookoauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4403871Z [00:05:02.724]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimetrics/apimetrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4473071Z [00:05:02.730]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimetrics/apimetrics_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4540209Z [00:05:02.737]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/apimetrics/apimetrics_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4608153Z [00:05:02.744]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salescookie/salescookie_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4675512Z [00:05:02.751]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salescookie/salescookie_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4742690Z [00:05:02.757]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salescookie/salescookie.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4810893Z [00:05:02.764]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertkit/convertkit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4878078Z [00:05:02.771]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertkit/convertkit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.4945428Z [00:05:02.778]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/convertkit/convertkit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5014357Z [00:05:02.785]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/m3o/m3o.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5081861Z [00:05:02.791]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/m3o/m3o_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5149133Z [00:05:02.798]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/m3o/m3o_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5217593Z [00:05:02.805]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pinata/pinata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5285140Z [00:05:02.812]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pinata/pinata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5352802Z [00:05:02.818]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pinata/pinata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5422533Z [00:05:02.825]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appsynergy/appsynergy.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5490800Z [00:05:02.832]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appsynergy/appsynergy_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5558285Z [00:05:02.839]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appsynergy/appsynergy_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5625853Z [00:05:02.846]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5693295Z [00:05:02.852]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5762007Z [00:05:02.859]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nugetapikey/nugetapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5829091Z [00:05:02.866]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lendflow/lendflow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5896965Z [00:05:02.873]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lendflow/lendflow_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.5966060Z [00:05:02.880]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lendflow/lendflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6034675Z [00:05:02.887]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anthropic/anthropic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6102768Z [00:05:02.893]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anthropic/anthropic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6170077Z [00:05:02.900]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/anthropic/anthropic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6237624Z [00:05:02.907]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shodankey/shodankey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6305376Z [00:05:02.914]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shodankey/shodankey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6372971Z [00:05:02.920]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shodankey/shodankey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6440832Z [00:05:02.927]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagarme/pagarme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6508756Z [00:05:02.934]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagarme/pagarme_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6580161Z [00:05:02.941]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pagarme/pagarme_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6648588Z [00:05:02.948]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getresponse/getresponse_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6715745Z [00:05:02.955]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getresponse/getresponse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6783393Z [00:05:02.961]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/getresponse/getresponse.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6852466Z [00:05:02.968]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dropbox/dropbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6919118Z [00:05:02.975]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dropbox/dropbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.6988145Z [00:05:02.982]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dropbox/dropbox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7056425Z [00:05:02.989]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7125036Z [00:05:02.996]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1/spv1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7191909Z [00:05:03.002]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1/spv1_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7260361Z [00:05:03.009]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v1/spv1_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7329124Z [00:05:03.016]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/sp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7397711Z [00:05:03.023]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2/spv2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7465994Z [00:05:03.030]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2/spv2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7535647Z [00:05:03.037]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/serviceprincipal/v2/spv2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7603459Z [00:05:03.043]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7671190Z [00:05:03.050]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7737807Z [00:05:03.057]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/refreshtoken/refreshtoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7805511Z [00:05:03.064]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_entra/common_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7874139Z [00:05:03.071]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.7942566Z [00:05:03.077]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8010125Z [00:05:03.084]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pubnubpublishkey/pubnubpublishkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8078347Z [00:05:03.091]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squarespace/squarespace_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8145980Z [00:05:03.098]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squarespace/squarespace.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8214277Z [00:05:03.105]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/squarespace/squarespace_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8281987Z [00:05:03.111]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boxoauth/boxoauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8348709Z [00:05:03.118]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boxoauth/boxoauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8416547Z [00:05:03.125]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/boxoauth/boxoauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8484918Z [00:05:03.132]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/siteleaf/siteleaf_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8552595Z [00:05:03.138]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/siteleaf/siteleaf.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8619513Z [00:05:03.145]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/siteleaf/siteleaf_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8687575Z [00:05:03.152]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timecamp/timecamp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8755418Z [00:05:03.159]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timecamp/timecamp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8822499Z [00:05:03.165]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/timecamp/timecamp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8890071Z [00:05:03.172]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mite/mite_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.8957118Z [00:05:03.179]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mite/mite_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9024485Z [00:05:03.186]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mite/mite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9092453Z [00:05:03.192]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9159121Z [00:05:03.199]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9226120Z [00:05:03.206]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/discordwebhook/discordwebhook_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9293903Z [00:05:03.213]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/frameio/frameio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9361234Z [00:05:03.219]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/frameio/frameio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9430571Z [00:05:03.226]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/frameio/frameio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9497820Z [00:05:03.233]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/razorpay/razorpay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9565198Z [00:05:03.240]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/razorpay/razorpay_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9632748Z [00:05:03.246]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/razorpay/razorpay_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9700858Z [00:05:03.253]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/findl/findl_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9768325Z [00:05:03.260]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/findl/findl.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9835877Z [00:05:03.267]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/findl/findl_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9903530Z [00:05:03.273]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocardless/gocardless.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:17.9970785Z [00:05:03.280]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocardless/gocardless_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0040783Z [00:05:03.287]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocardless/gocardless_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0108654Z [00:05:03.294]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clientary/clientary_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0176571Z [00:05:03.301]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clientary/clientary.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0245132Z [00:05:03.308]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clientary/clientary_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0314165Z [00:05:03.315]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pixabay/pixabay_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0382334Z [00:05:03.321]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pixabay/pixabay.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0450055Z [00:05:03.328]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/pixabay/pixabay_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0518697Z [00:05:03.335]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailmodo/mailmodo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0587025Z [00:05:03.342]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailmodo/mailmodo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0654990Z [00:05:03.349]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mailmodo/mailmodo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0722931Z [00:05:03.355]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/foursquare/foursquare.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0791293Z [00:05:03.362]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/foursquare/foursquare_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0859309Z [00:05:03.369]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/foursquare/foursquare_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0926674Z [00:05:03.376]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/marketstack/marketstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.0995146Z [00:05:03.383]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/marketstack/marketstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1062736Z [00:05:03.389]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/marketstack/marketstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1131170Z [00:05:03.396]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1198388Z [00:05:03.403]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1266198Z [00:05:03.410]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagement/repositorykey/repositorykey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1332939Z [00:05:03.416]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flatio/flatio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1400619Z [00:05:03.423]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flatio/flatio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1468432Z [00:05:03.430]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flatio/flatio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1535862Z [00:05:03.437]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ritekit/ritekit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1605411Z [00:05:03.444]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ritekit/ritekit_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1673960Z [00:05:03.451]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ritekit/ritekit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1742341Z [00:05:03.457]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shortcut/shortcut_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1812687Z [00:05:03.464]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shortcut/shortcut_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1880002Z [00:05:03.471]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shortcut/shortcut.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.1947469Z [00:05:03.478]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snykkey/snykkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2015152Z [00:05:03.485]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snykkey/snykkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2084245Z [00:05:03.492]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/snykkey/snykkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2151577Z [00:05:03.498]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2219217Z [00:05:03.505]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2288441Z [00:05:03.512]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v1/jiratoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2357005Z [00:05:03.519]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2425544Z [00:05:03.526]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2493228Z [00:05:03.532]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/jiratoken/v2/jiratoken_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2563003Z [00:05:03.539]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2631444Z [00:05:03.546]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2699188Z [00:05:03.553]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azurefunctionkey/azurefunctionkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2767028Z [00:05:03.560]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormboard/stormboard_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2835922Z [00:05:03.567]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormboard/stormboard_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2902527Z [00:05:03.573]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stormboard/stormboard.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.2969883Z [00:05:03.580]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/speechtextai/speechtextai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3037976Z [00:05:03.587]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/speechtextai/speechtextai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3105674Z [00:05:03.594]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/speechtextai/speechtextai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3172751Z [00:05:03.600]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3240555Z [00:05:03.607]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3309494Z [00:05:03.614]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/teamworkspaces/teamworkspaces.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3376906Z [00:05:03.621]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adafruitio/adafruitio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3445284Z [00:05:03.628]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adafruitio/adafruitio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3512907Z [00:05:03.634]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adafruitio/adafruitio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3579725Z [00:05:03.641]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocanvas/gocanvas_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3646473Z [00:05:03.648]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocanvas/gocanvas.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3714559Z [00:05:03.655]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gocanvas/gocanvas_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3782887Z [00:05:03.661]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meraki/meraki_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3849782Z [00:05:03.668]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meraki/meraki_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3917050Z [00:05:03.675]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/meraki/meraki.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.3985152Z [00:05:03.682]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wistia/wistia.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4053245Z [00:05:03.688]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wistia/wistia_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4120059Z [00:05:03.695]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/wistia/wistia_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4188429Z [00:05:03.702]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tickettailor/tickettailor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4255898Z [00:05:03.709]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tickettailor/tickettailor_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4322772Z [00:05:03.715]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tickettailor/tickettailor_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4390962Z [00:05:03.722]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingant/scrapingant_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4458569Z [00:05:03.729]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingant/scrapingant.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4526041Z [00:05:03.736]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapingant/scrapingant_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4594541Z [00:05:03.743]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4662194Z [00:05:03.749]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4729806Z [00:05:03.756]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azureapimanagementsubscriptionkey/azureapimanagementsubscriptionkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4797895Z [00:05:03.763]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngc/ngc_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4864677Z [00:05:03.770]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngc/ngc_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.4933724Z [00:05:03.777]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ngc/ngc.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5001562Z [00:05:03.783]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qualaroo/qualaroo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5068466Z [00:05:03.790]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qualaroo/qualaroo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5136352Z [00:05:03.797]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/qualaroo/qualaroo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5204094Z [00:05:03.804]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5273752Z [00:05:03.810]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5341958Z [00:05:03.817]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v1/sentrytoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5408708Z [00:05:03.824]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5475995Z [00:05:03.831]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5544966Z [00:05:03.838]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sentrytoken/v2/sentrytoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5612037Z [00:05:03.844]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapestack/scrapestack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5679799Z [00:05:03.851]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapestack/scrapestack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5748763Z [00:05:03.858]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scrapestack/scrapestack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5816635Z [00:05:03.865]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5883986Z [00:05:03.871]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.5951494Z [00:05:03.878]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuredevopspersonalaccesstoken/azuredevopspersonalaccesstoken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6018520Z [00:05:03.885]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastforex/fastforex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6086512Z [00:05:03.892]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastforex/fastforex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6153933Z [00:05:03.899]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fastforex/fastforex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6220845Z [00:05:03.905]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/closecrm/close_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6287933Z [00:05:03.912]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/closecrm/close.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6354639Z [00:05:03.919]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/closecrm/close_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6423816Z [00:05:03.926]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tatumio/tatumio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6490221Z [00:05:03.932]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tatumio/tatumio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6556998Z [00:05:03.939]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tatumio/tatumio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6626024Z [00:05:03.946]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databox/databox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6694011Z [00:05:03.953]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databox/databox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6762040Z [00:05:03.959]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/databox/databox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6830139Z [00:05:03.966]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nethunt/nethunt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6897062Z [00:05:03.973]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nethunt/nethunt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.6964135Z [00:05:03.980]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nethunt/nethunt_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7030837Z [00:05:03.986]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autoklose/autoklose_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7098013Z [00:05:03.993]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autoklose/autoklose_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7165623Z [00:05:04.000]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/autoklose/autoklose.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7233088Z [00:05:04.006]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hybiscus/hybiscus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7300063Z [00:05:04.013]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hybiscus/hybiscus_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7366484Z [00:05:04.020]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hybiscus/hybiscus_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7436555Z [00:05:04.027]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7503457Z [00:05:04.033]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7570491Z [00:05:04.040]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/digitaloceanv2/digitaloceanv2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7639520Z [00:05:04.047]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kraken/kraken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7706577Z [00:05:04.054]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kraken/kraken_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7773470Z [00:05:04.061]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kraken/kraken_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7842875Z [00:05:04.067]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openvpn/openvpn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7911198Z [00:05:04.074]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openvpn/openvpn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.7978326Z [00:05:04.081]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/openvpn/openvpn_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8045876Z [00:05:04.088]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guru/guru_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8114203Z [00:05:04.095]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guru/guru.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8182109Z [00:05:04.101]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/guru/guru_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8249906Z [00:05:04.108]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mongodb/mongodb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8318656Z [00:05:04.115]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mongodb/mongodb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8387805Z [00:05:04.122]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mongodb/mongodb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8456062Z [00:05:04.129]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/column/column.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8524306Z [00:05:04.136]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/column/column_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8591383Z [00:05:04.142]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/column/column_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8659151Z [00:05:04.149]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/streak/streak.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8728136Z [00:05:04.156]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/streak/streak_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8795067Z [00:05:04.163]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/streak/streak_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8863667Z [00:05:04.170]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8931343Z [00:05:04.176]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.8998318Z [00:05:04.183]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v1/dockerhub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9066417Z [00:05:04.190]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9135008Z [00:05:04.197]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9203657Z [00:05:04.204]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/dockerhub/v2/dockerhub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9271926Z [00:05:04.210]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9338724Z [00:05:04.217]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9407053Z [00:05:04.224]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clicksendsms/clicksendsms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9475261Z [00:05:04.231]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9543780Z [00:05:04.238]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9611101Z [00:05:04.244]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/amplitudeapikey/amplitudeapikey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9678541Z [00:05:04.251]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/urlscan/urlscan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9746750Z [00:05:04.258]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/urlscan/urlscan_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9817333Z [00:05:04.265]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/urlscan/urlscan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9886403Z [00:05:04.272]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulksms/bulksms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:18.9954830Z [00:05:04.279]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulksms/bulksms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0023144Z [00:05:04.285]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bulksms/bulksms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0092883Z [00:05:04.292]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oanda/oanda_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0163360Z [00:05:04.299]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oanda/oanda.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0235334Z [00:05:04.307]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/oanda/oanda_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0306634Z [00:05:04.314]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/honeycomb/honeycomb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0374558Z [00:05:04.321]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/honeycomb/honeycomb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0441977Z [00:05:04.327]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/honeycomb/honeycomb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0510955Z [00:05:04.334]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforce/salesforce.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0580432Z [00:05:04.341]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforce/salesforce_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0651577Z [00:05:04.348]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/salesforce/salesforce_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0720772Z [00:05:04.355]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/generic/generic_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0788346Z [00:05:04.362]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/generic/generic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0857133Z [00:05:04.369]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/generic/generic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0926473Z [00:05:04.376]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperbox/scraperbox_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.0994743Z [00:05:04.383]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperbox/scraperbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1062386Z [00:05:04.389]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/scraperbox/scraperbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1130131Z [00:05:04.396]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1197975Z [00:05:04.403]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1266533Z [00:05:04.410]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/financialmodelingprep/financialmodelingprep_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1340286Z [00:05:04.417]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatbot/chatbot_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1414834Z [00:05:04.425]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatbot/chatbot.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1488378Z [00:05:04.432]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/chatbot/chatbot_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1558551Z [00:05:04.439]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/polygon/polygon_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1628882Z [00:05:04.446]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/polygon/polygon.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1697407Z [00:05:04.453]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/polygon/polygon_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1765896Z [00:05:04.460]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/veriphone/veriphone_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1834794Z [00:05:04.467]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/veriphone/veriphone_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1903953Z [00:05:04.474]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/veriphone/veriphone.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.1974569Z [00:05:04.481]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/agora/agora_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2045370Z [00:05:04.488]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/agora/agora_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2116930Z [00:05:04.495]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/agora/agora.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2187859Z [00:05:04.502]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gemini/gemini.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2258187Z [00:05:04.509]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gemini/gemini_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2328504Z [00:05:04.516]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gemini/gemini_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2398306Z [00:05:04.523]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skybiometry/skybiometry_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2468126Z [00:05:04.530]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skybiometry/skybiometry_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2536986Z [00:05:04.537]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/skybiometry/skybiometry.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2607206Z [00:05:04.544]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2677162Z [00:05:04.551]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2746920Z [00:05:04.558]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sportsmonk/sportsmonk_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2816543Z [00:05:04.565]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verifier/verifier_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2885485Z [00:05:04.572]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verifier/verifier.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.2954622Z [00:05:04.579]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/verifier/verifier_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3024355Z [00:05:04.586]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/infura/infura_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3093243Z [00:05:04.592]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/infura/infura_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3162447Z [00:05:04.599]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/infura/infura.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3231448Z [00:05:04.606]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hive/hive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3300372Z [00:05:04.613]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hive/hive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3369060Z [00:05:04.620]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hive/hive_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3437555Z [00:05:04.627]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/copper/copper_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3505733Z [00:05:04.634]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/copper/copper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3575604Z [00:05:04.641]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/copper/copper_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3645448Z [00:05:04.648]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuscake/statuscake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3715253Z [00:05:04.655]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuscake/statuscake_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3784714Z [00:05:04.662]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/statuscake/statuscake_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3855391Z [00:05:04.669]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gyazo/gyazo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3925156Z [00:05:04.676]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gyazo/gyazo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.3994952Z [00:05:04.683]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gyazo/gyazo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4065071Z [00:05:04.690]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4134689Z [00:05:04.697]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4204793Z [00:05:04.704]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airbrakeuserkey/airbrakeuserkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4274793Z [00:05:04.711]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/web3storage/web3storage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4345672Z [00:05:04.718]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/web3storage/web3storage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4417241Z [00:05:04.725]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/web3storage/web3storage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4487871Z [00:05:04.732]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tailscale/tailscale_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4556173Z [00:05:04.739]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tailscale/tailscale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4623782Z [00:05:04.746]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/tailscale/tailscale_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4693094Z [00:05:04.752]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postman/postman_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4762882Z [00:05:04.759]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postman/postman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4835464Z [00:05:04.767]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/postman/postman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4906718Z [00:05:04.774]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.4977066Z [00:05:04.781]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5047024Z [00:05:04.788]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azuresearchadminkey/azuresearchadminkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5115991Z [00:05:04.795]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5183323Z [00:05:04.801]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5251209Z [00:05:04.808]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/airtableoauth/airtableoauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5320686Z [00:05:04.815]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/debounce/debounce_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5388291Z [00:05:04.822]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/debounce/debounce_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5456785Z [00:05:04.829]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/debounce/debounce.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5524626Z [00:05:04.836]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_batch/azurebatch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5593542Z [00:05:04.843]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_batch/azurebatch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5661652Z [00:05:04.849]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/azure_batch/azurebatch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5730562Z [00:05:04.856]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v1/captaindata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5798264Z [00:05:04.863]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v1/captaindata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5866431Z [00:05:04.870]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v1/captaindata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.5934841Z [00:05:04.877]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v2/captaindata_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6004195Z [00:05:04.884]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v2/captaindata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6073288Z [00:05:04.890]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/captaindata/v2/captaindata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6143028Z [00:05:04.897]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencycloud/currencycloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6211973Z [00:05:04.904]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencycloud/currencycloud_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6280318Z [00:05:04.911]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencycloud/currencycloud_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6349103Z [00:05:04.918]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cicero/cicero.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6418320Z [00:05:04.925]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cicero/cicero_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6486601Z [00:05:04.932]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/cicero/cicero_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6555359Z [00:05:04.939]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diggernaut/diggernaut_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6625159Z [00:05:04.946]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diggernaut/diggernaut.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6694883Z [00:05:04.953]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/diggernaut/diggernaut_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6764935Z [00:05:04.960]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockworksms/clockworksms_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6834959Z [00:05:04.967]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockworksms/clockworksms_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6904321Z [00:05:04.974]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/clockworksms/clockworksms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.6975838Z [00:05:04.981]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groovehq/groovehq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7047822Z [00:05:04.988]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groovehq/groovehq_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7116915Z [00:05:04.995]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/groovehq/groovehq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7186863Z [00:05:05.002]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/budibase/budibase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7257210Z [00:05:05.009]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/budibase/budibase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7326745Z [00:05:05.016]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/budibase/budibase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7396505Z [00:05:05.023]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/positionstack/positionstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7466343Z [00:05:05.030]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/positionstack/positionstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7536099Z [00:05:05.037]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/positionstack/positionstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7607220Z [00:05:05.044]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stytch/stytch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7676031Z [00:05:05.051]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stytch/stytch_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7745279Z [00:05:05.058]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/stytch/stytch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7815416Z [00:05:05.065]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v1/accuweather_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7886270Z [00:05:05.072]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v1/accuweather.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.7955173Z [00:05:05.079]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v1/accuweather_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8027316Z [00:05:05.086]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v2/accuweather_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8100600Z [00:05:05.093]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v2/accuweather.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8174469Z [00:05:05.101]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/accuweather/v2/accuweather_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8245571Z [00:05:05.108]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/demio/demio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8314017Z [00:05:05.115]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/demio/demio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8384420Z [00:05:05.122]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/demio/demio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8455180Z [00:05:05.129]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_words.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8523690Z [00:05:05.135]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/viewneo/viewneo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8591672Z [00:05:05.142]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/viewneo/viewneo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8658290Z [00:05:05.149]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/viewneo/viewneo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8727318Z [00:05:05.156]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitfinex/bitfinex_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8795473Z [00:05:05.163]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitfinex/bitfinex_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8865311Z [00:05:05.170]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/bitfinex/bitfinex.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.8937777Z [00:05:05.177]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9008075Z [00:05:05.184]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9077185Z [00:05:05.191]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/asanaoauth/asanaoauth_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9146599Z [00:05:05.198]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simvoly/simvoly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9214659Z [00:05:05.205]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simvoly/simvoly_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9282265Z [00:05:05.211]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/simvoly/simvoly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9350059Z [00:05:05.218]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9416830Z [00:05:05.225]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9485609Z [00:05:05.232]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/detectlanguage/detectlanguage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9554700Z [00:05:05.239]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9621885Z [00:05:05.245]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9689892Z [00:05:05.252]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/exchangerateapi/exchangerateapi_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9758127Z [00:05:05.259]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fileio/fileio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9825137Z [00:05:05.266]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fileio/fileio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9893259Z [00:05:05.272]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fileio/fileio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:19.9962193Z [00:05:05.279]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replyio/replyio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0029557Z [00:05:05.286]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replyio/replyio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0097737Z [00:05:05.293]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/replyio/replyio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0163779Z [00:05:05.300]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocode/geocode_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0230142Z [00:05:05.306]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocode/geocode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0296844Z [00:05:05.313]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocode/geocode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0364316Z [00:05:05.320]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0430601Z [00:05:05.326]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0496240Z [00:05:05.333]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/lunchmoney/lunchmoney_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0564240Z [00:05:05.340]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adobeio/adobeio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0632190Z [00:05:05.346]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adobeio/adobeio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0698658Z [00:05:05.353]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/adobeio/adobeio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0766828Z [00:05:05.360]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sigopt/sigopt_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0834071Z [00:05:05.367]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sigopt/sigopt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0904492Z [00:05:05.374]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/sigopt/sigopt_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.0974781Z [00:05:05.381]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/campayn/campayn.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1045330Z [00:05:05.388]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/campayn/campayn_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1113804Z [00:05:05.394]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/campayn/campayn_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1181038Z [00:05:05.401]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/glassnode/glassnode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1250118Z [00:05:05.408]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/glassnode/glassnode_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1317035Z [00:05:05.415]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/glassnode/glassnode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1384261Z [00:05:05.422]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datagov/datagov_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1451035Z [00:05:05.428]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datagov/datagov.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1517224Z [00:05:05.435]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/datagov/datagov_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1585194Z [00:05:05.442]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ip2location/ip2location.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1652615Z [00:05:05.448]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ip2location/ip2location_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1722281Z [00:05:05.455]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ip2location/ip2location_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1790390Z [00:05:05.462]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixmax/mixmax_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1855851Z [00:05:05.469]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixmax/mixmax.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1924094Z [00:05:05.476]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/mixmax/mixmax_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.1992691Z [00:05:05.482]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flutterwave/flutterwave_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2060860Z [00:05:05.489]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flutterwave/flutterwave_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2129977Z [00:05:05.496]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/flutterwave/flutterwave.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2199040Z [00:05:05.503]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2266432Z [00:05:05.510]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2332654Z [00:05:05.516]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/grafanaserviceaccount/grafanaserviceaccount_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2399122Z [00:05:05.523]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spotifykey/spotifykey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2465546Z [00:05:05.530]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spotifykey/spotifykey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2531760Z [00:05:05.536]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/spotifykey/spotifykey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2598434Z [00:05:05.543]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2665050Z [00:05:05.550]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2731505Z [00:05:05.556]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v1/netlify_v1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2798444Z [00:05:05.563]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2865494Z [00:05:05.570]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.2932718Z [00:05:05.576]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/netlify/v2/netlify_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3001504Z [00:05:05.583]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onfleet/onfleet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3068998Z [00:05:05.590]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onfleet/onfleet_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3136094Z [00:05:05.597]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/onfleet/onfleet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3202972Z [00:05:05.603]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storychief/storychief.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3268886Z [00:05:05.610]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storychief/storychief_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3335225Z [00:05:05.617]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/storychief/storychief_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3402773Z [00:05:05.623]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ramp/ramp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3469627Z [00:05:05.630]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ramp/ramp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3537553Z [00:05:05.637]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ramp/ramp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3603867Z [00:05:05.644]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kucoin/kucoin_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3669244Z [00:05:05.650]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kucoin/kucoin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3737225Z [00:05:05.657]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kucoin/kucoin_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3804519Z [00:05:05.664]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/readme/readme.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3871636Z [00:05:05.670]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/readme/readme_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.3940425Z [00:05:05.677]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/readme/readme_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4009275Z [00:05:05.684]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4077789Z [00:05:05.691]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4145900Z [00:05:05.698]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/algoliaadminkey/algoliaadminkey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4214431Z [00:05:05.705]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4281706Z [00:05:05.711]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4349027Z [00:05:05.718]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipinfodb/ipinfodb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4418352Z [00:05:05.725]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4485786Z [00:05:05.732]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4550962Z [00:05:05.738]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/braintreepayments/braintreepayments_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4617397Z [00:05:05.745]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4684382Z [00:05:05.752]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4749992Z [00:05:05.758]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/nozbeteams/nozbeteams.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4817746Z [00:05:05.765]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipstack/ipstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4884385Z [00:05:05.772]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipstack/ipstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.4952849Z [00:05:05.778]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/ipstack/ipstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5021794Z [00:05:05.785]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appoptics/appoptics_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5091609Z [00:05:05.792]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appoptics/appoptics_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5158917Z [00:05:05.799]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/appoptics/appoptics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5226591Z [00:05:05.806]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hiveage/hiveage_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5294738Z [00:05:05.813]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hiveage/hiveage.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5361552Z [00:05:05.819]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/hiveage/hiveage_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5429629Z [00:05:05.826]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/xai/xai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5496747Z [00:05:05.833]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/xai/xai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5563402Z [00:05:05.839]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/xai/xai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5629520Z [00:05:05.846]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yelp/yelp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5696982Z [00:05:05.853]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yelp/yelp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5763229Z [00:05:05.859]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/yelp/yelp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5830357Z [00:05:05.866]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/walkscore/walkscore_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5899560Z [00:05:05.873]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/walkscore/walkscore_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.5967211Z [00:05:05.880]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/walkscore/walkscore.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6036218Z [00:05:05.887]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v1/fullstory.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6106465Z [00:05:05.894]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v1/fullstory_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6174861Z [00:05:05.901]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v1/fullstory_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6244140Z [00:05:05.908]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_v2.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6313611Z [00:05:05.915]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_v2_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6383004Z [00:05:05.921]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fullstory/v2/fullstory_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6450716Z [00:05:05.928]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6517816Z [00:05:05.935]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpscout/helpscout_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6584687Z [00:05:05.942]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpscout/helpscout.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6652673Z [00:05:05.948]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/helpscout/helpscout_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6719777Z [00:05:05.955]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/countrylayer/countrylayer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6786467Z [00:05:05.962]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/countrylayer/countrylayer_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6853252Z [00:05:05.968]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/countrylayer/countrylayer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6922534Z [00:05:05.975]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/versioneye/versioneye_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.6989271Z [00:05:05.982]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/versioneye/versioneye.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7056501Z [00:05:05.989]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/versioneye/versioneye_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7124443Z [00:05:05.996]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shotstack/shotstack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7192452Z [00:05:06.002]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shotstack/shotstack_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7260970Z [00:05:06.009]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/shotstack/shotstack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7328709Z [00:05:06.016]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fp_programmingbooks.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7396461Z [00:05:06.023]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kylas/kylas.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7463368Z [00:05:06.029]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kylas/kylas_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7530166Z [00:05:06.036]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/kylas/kylas_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7596822Z [00:05:06.043]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alegra/alegra_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7662468Z [00:05:06.049]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alegra/alegra_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7728444Z [00:05:06.056]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/alegra/alegra.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7795118Z [00:05:06.063]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7860920Z [00:05:06.069]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7929063Z [00:05:06.076]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/currencyfreaks/currencyfreaks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.7997371Z [00:05:06.083]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartsheets/smartsheets.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8064557Z [00:05:06.090]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartsheets/smartsheets_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8130943Z [00:05:06.096]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/smartsheets/smartsheets_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8197260Z [00:05:06.103]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fleetbase/fleetbase_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8264639Z [00:05:06.110]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fleetbase/fleetbase.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8330958Z [00:05:06.116]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/fleetbase/fleetbase_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8398133Z [00:05:06.123]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenserp/zenserp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8465929Z [00:05:06.130]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenserp/zenserp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8532638Z [00:05:06.136]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/zenserp/zenserp_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8599098Z [00:05:06.143]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodio/geocodio_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8666052Z [00:05:06.150]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodio/geocodio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8735085Z [00:05:06.157]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/geocodio/geocodio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8803900Z [00:05:06.164]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gengo/gengo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8871090Z [00:05:06.170]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gengo/gengo_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.8938373Z [00:05:06.177]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/gengo/gengo_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9006916Z [00:05:06.184]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edenai/edenai_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9073350Z [00:05:06.191]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edenai/edenai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9140391Z [00:05:06.197]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/detectors/edenai/edenai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9207893Z [00:05:06.204]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/context/context_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9275604Z [00:05:06.211]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/context/context.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9342518Z [00:05:06.217]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/custom_detectors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9409275Z [00:05:06.224]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/validation.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9477629Z [00:05:06.231]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/validation_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9543869Z [00:05:06.238]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/regex_varstring.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9610067Z [00:05:06.244]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/regex_varstring_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9677495Z [00:05:06.251]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/custom_detectors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9744158Z [00:05:06.258]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/custom_detectors/CUSTOM_DETECTORS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9811963Z [00:05:06.264]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/legacy_reporters.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9879673Z [00:05:06.271]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/filesystem/filesystem_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:20.9947134Z [00:05:06.278]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/filesystem/filesystem.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0013815Z [00:05:06.285]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/chunker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0079680Z [00:05:06.291]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/chunker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0145914Z [00:05:06.298]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/circleci/circleci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0212229Z [00:05:06.304]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/circleci/circleci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0278510Z [00:05:06.311]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface/huggingface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0347788Z [00:05:06.318]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0414245Z [00:05:06.325]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0479889Z [00:05:06.331]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface/huggingface_client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0546909Z [00:05:06.338]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/huggingface/huggingface_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0614689Z [00:05:06.345]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/resume.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0682933Z [00:05:06.351]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/s3_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0750466Z [00:05:06.358]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/checkpointer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0817674Z [00:05:06.365]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/s3_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0884852Z [00:05:06.372]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.0951687Z [00:05:06.378]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/s3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1018542Z [00:05:06.385]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/s3/checkpointer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1086445Z [00:05:06.392]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs/gcs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1152904Z [00:05:06.398]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs/gcs_manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1220619Z [00:05:06.405]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs/gcs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1288571Z [00:05:06.412]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs/gcs_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1354902Z [00:05:06.419]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gcs/gcs_manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1420679Z [00:05:06.425]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/cmd_check.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1487177Z [00:05:06.432]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1553987Z [00:05:06.439]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/unit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1620564Z [00:05:06.445]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/git.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1687387Z [00:05:06.452]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/git_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1754367Z [00:05:06.459]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/unit_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1820727Z [00:05:06.465]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/git/scan_options.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1888039Z [00:05:06.472]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/sources_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.1955580Z [00:05:06.479]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/mock_job_progress_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2022977Z [00:05:06.485]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/syslog/syslog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2092212Z [00:05:06.492]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/syslog/syslog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2158623Z [00:05:06.499]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/sources.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2225041Z [00:05:06.506]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/resume_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2292521Z [00:05:06.512]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/job_progress_hook.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2359046Z [00:05:06.519]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/errors_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2425606Z [00:05:06.526]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2493011Z [00:05:06.532]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/test_helpers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2559508Z [00:05:06.539]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/job_progress.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2626791Z [00:05:06.546]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/connector_token.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2692823Z [00:05:06.552]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2757692Z [00:05:06.559]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/connector_app.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2825526Z [00:05:06.566]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/connector_unauthenticated.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2892212Z [00:05:06.572]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.2959232Z [00:05:06.579]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3026859Z [00:05:06.586]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/github_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3093181Z [00:05:06.592]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/connector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3159706Z [00:05:06.599]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/connector_basicauth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3226091Z [00:05:06.606]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github/github_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3291904Z [00:05:06.612]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/docker/docker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3357877Z [00:05:06.619]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/docker/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3424185Z [00:05:06.626]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/docker/docker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3489898Z [00:05:06.632]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/travisci/travisci.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3558263Z [00:05:06.639]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/travisci/travisci_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3624929Z [00:05:06.646]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/source_manager.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3692318Z [00:05:06.652]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github_experimental/github_experimental.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3758739Z [00:05:06.659]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github_experimental/object_discovery.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3825494Z [00:05:06.666]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/github_experimental/repo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3892603Z [00:05:06.672]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/source_unit.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.3958695Z [00:05:06.679]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/source_manager_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4025436Z [00:05:06.686]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/stdin/stdin.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4092545Z [00:05:06.692]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gitlab/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4158305Z [00:05:06.699]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gitlab/gitlab_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4225085Z [00:05:06.706]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gitlab/gitlab_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4292025Z [00:05:06.712]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/gitlab/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4358908Z [00:05:06.719]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/errors.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4426155Z [00:05:06.726]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/job_progress_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4493867Z [00:05:06.733]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch/unit_of_work.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4562077Z [00:05:06.739]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch/elasticsearch_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4626930Z [00:05:06.746]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch/unit_of_work_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4692639Z [00:05:06.752]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4758645Z [00:05:06.759]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/elasticsearch/elasticsearch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4825169Z [00:05:06.766]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/jenkins/jenkins_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4891500Z [00:05:06.772]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/jenkins/jenkins_integration_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.4957773Z [00:05:06.779]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/jenkins/jenkins.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5025353Z [00:05:06.786]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/postman_client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5092194Z [00:05:06.792]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/substitution.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5158524Z [00:05:06.799]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5225097Z [00:05:06.806]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/postman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5291601Z [00:05:06.812]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/substitution_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5359010Z [00:05:06.819]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sources/postman/postman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5426809Z [00:05:06.826]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/hasher/blake2b.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5493228Z [00:05:06.832]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/hasher/hasher.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5559709Z [00:05:06.839]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/hasher/hasher_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5626999Z [00:05:06.846]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache/verification_cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5693463Z [00:05:06.852]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache/metrics_reporter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5759705Z [00:05:06.859]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache/verification_cache_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5826517Z [00:05:06.866]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache/result_cache.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5893325Z [00:05:06.872]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/verificationcache/in_memory_metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.5959816Z [00:05:06.879]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/cli.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6026623Z [00:05:06.886]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6095432Z [00:05:06.893]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6162230Z [00:05:06.899]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6228653Z [00:05:06.906]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6295962Z [00:05:06.913]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6362815Z [00:05:06.919]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/endpoints.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6429846Z [00:05:06.926]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6496535Z [00:05:06.933]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/figma.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6562342Z [00:05:06.939]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/figma_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6630648Z [00:05:06.946]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/figma/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6698017Z [00:05:06.953]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq/groq.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6764180Z [00:05:06.960]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6836807Z [00:05:06.967]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq/groq_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6908802Z [00:05:06.974]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.6975535Z [00:05:06.981]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/groq/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7043003Z [00:05:06.987]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey/privatekey_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7109090Z [00:05:06.994]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7174493Z [00:05:07.001]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey/privatekey.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7241298Z [00:05:07.007]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7307088Z [00:05:07.014]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/privatekey/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7372812Z [00:05:07.020]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/planetscale.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7440159Z [00:05:07.027]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/planetscale_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7504897Z [00:05:07.034]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7571055Z [00:05:07.040]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7637806Z [00:05:07.047]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7704659Z [00:05:07.054]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/planetscale/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7773190Z [00:05:07.060]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/analyzers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7841000Z [00:05:07.067]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airbrake/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7908407Z [00:05:07.074]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airbrake/airbrake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.7976989Z [00:05:07.081]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface/huggingface.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8043355Z [00:05:07.087]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8109853Z [00:05:07.094]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface/huggingface_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8175890Z [00:05:07.101]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8242729Z [00:05:07.107]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/huggingface/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8308975Z [00:05:07.114]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres/postgres_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8375631Z [00:05:07.121]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8443320Z [00:05:07.127]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8510897Z [00:05:07.134]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres/postgres.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8579665Z [00:05:07.141]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postgres/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8647107Z [00:05:07.148]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8713043Z [00:05:07.154]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp/mailchimp_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8779020Z [00:05:07.161]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp/mailchimp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8846880Z [00:05:07.168]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8914093Z [00:05:07.175]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailchimp/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.8980698Z [00:05:07.181]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/mailgun_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9048897Z [00:05:07.188]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9115884Z [00:05:07.195]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/mailgun.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9184621Z [00:05:07.202]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9251007Z [00:05:07.208]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9319069Z [00:05:07.215]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mailgun/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9386950Z [00:05:07.222]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9456140Z [00:05:07.229]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie/opsgenie.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9523704Z [00:05:07.236]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie/opsgenie_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9591457Z [00:05:07.242]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9659888Z [00:05:07.249]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/opsgenie/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9733114Z [00:05:07.256]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9804764Z [00:05:07.264]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/mysql.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9872813Z [00:05:07.270]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:21.9939258Z [00:05:07.277]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/mysql_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0008767Z [00:05:07.284]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0075566Z [00:05:07.291]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mysql/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0142815Z [00:05:07.297]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0208780Z [00:05:07.304]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/digitalocean_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0275980Z [00:05:07.311]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0345640Z [00:05:07.318]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/digitalocean.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0415380Z [00:05:07.325]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0484094Z [00:05:07.332]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/digitalocean/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0553745Z [00:05:07.339]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana/asana.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0622159Z [00:05:07.345]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0689678Z [00:05:07.352]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0756476Z [00:05:07.359]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana/asana_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0825251Z [00:05:07.366]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/asana/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0894540Z [00:05:07.373]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.0961853Z [00:05:07.379]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/sendgrid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1029090Z [00:05:07.386]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/sendgrid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1095791Z [00:05:07.393]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1163375Z [00:05:07.399]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1232585Z [00:05:07.406]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sendgrid/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1300955Z [00:05:07.413]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/client.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1369073Z [00:05:07.420]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1435496Z [00:05:07.427]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1502649Z [00:05:07.433]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1569500Z [00:05:07.440]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/fastly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1637931Z [00:05:07.447]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/fastly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1705113Z [00:05:07.454]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1773467Z [00:05:07.460]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/fastly/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1843370Z [00:05:07.467]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/launchdarkly_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1910863Z [00:05:07.474]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/launchdarkly.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.1978552Z [00:05:07.481]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2046016Z [00:05:07.488]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2116088Z [00:05:07.495]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/user.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2185273Z [00:05:07.502]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2254498Z [00:05:07.509]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2321845Z [00:05:07.515]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/launchdarkly/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2389105Z [00:05:07.522]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/monday.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2457234Z [00:05:07.529]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2524012Z [00:05:07.536]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/query.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2592116Z [00:05:07.542]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/query.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2660635Z [00:05:07.549]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2727932Z [00:05:07.556]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/monday_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2796066Z [00:05:07.563]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/monday/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2864396Z [00:05:07.570]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/mux_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2931642Z [00:05:07.576]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.2998593Z [00:05:07.583]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3065541Z [00:05:07.590]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/mux.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3133918Z [00:05:07.597]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3200435Z [00:05:07.603]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/resources.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3267612Z [00:05:07.610]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/tests.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3335162Z [00:05:07.617]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3402986Z [00:05:07.623]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/mux/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3470164Z [00:05:07.630]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3537300Z [00:05:07.637]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3604058Z [00:05:07.644]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3672434Z [00:05:07.650]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/finegrained/finegrained_permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3740868Z [00:05:07.657]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3810309Z [00:05:07.664]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/common/github.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3879523Z [00:05:07.671]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/classic/classic.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.3947747Z [00:05:07.678]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/classic/classic_permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4014965Z [00:05:07.685]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/classic/classictoken.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4081879Z [00:05:07.691]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/github/github_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4150792Z [00:05:07.698]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/client_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4218129Z [00:05:07.705]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4286729Z [00:05:07.712]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4354745Z [00:05:07.719]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/posthog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4422526Z [00:05:07.725]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4497045Z [00:05:07.732]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/posthog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4560953Z [00:05:07.739]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/posthog/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4630468Z [00:05:07.746]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4695984Z [00:05:07.753]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/stripe.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4763011Z [00:05:07.759]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/stripe_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4831021Z [00:05:07.766]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/restricted.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4897278Z [00:05:07.773]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.4965078Z [00:05:07.780]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/stripe/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5031591Z [00:05:07.786]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/shopify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5098055Z [00:05:07.793]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5164788Z [00:05:07.800]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/shopify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5232495Z [00:05:07.806]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5299924Z [00:05:07.813]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5367509Z [00:05:07.820]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/shopify/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5436703Z [00:05:07.827]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5503461Z [00:05:07.833]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5570429Z [00:05:07.840]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/jira_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5636869Z [00:05:07.847]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5703327Z [00:05:07.853]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5769511Z [00:05:07.860]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/jira.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5837050Z [00:05:07.867]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/jira/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5905610Z [00:05:07.874]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/twilio/twilio_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.5972959Z [00:05:07.880]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/twilio/twilio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6041352Z [00:05:07.887]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/twilio/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6107831Z [00:05:07.894]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/twilio/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6176206Z [00:05:07.901]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6243064Z [00:05:07.907]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6310024Z [00:05:07.914]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/elevenlabs_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6376587Z [00:05:07.921]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/elevenlabs.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6444043Z [00:05:07.928]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6510643Z [00:05:07.934]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/elevenlabs/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6578148Z [00:05:07.941]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/sourcegraph_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6645204Z [00:05:07.948]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6712778Z [00:05:07.954]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/sourcegraph.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6780762Z [00:05:07.961]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/sourcegraph/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6849238Z [00:05:07.968]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6918624Z [00:05:07.975]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/datadog.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.6986235Z [00:05:07.982]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7053146Z [00:05:07.988]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7121409Z [00:05:07.995]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7188926Z [00:05:08.002]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/datadog_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7255495Z [00:05:08.009]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/datadog/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7322581Z [00:05:08.015]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7391159Z [00:05:08.022]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/slack_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7459077Z [00:05:08.029]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7525585Z [00:05:08.036]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7594228Z [00:05:08.043]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/slack.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7661703Z [00:05:08.049]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/slack/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7730616Z [00:05:08.056]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/databricks_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7799718Z [00:05:08.063]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7867610Z [00:05:08.070]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.7935316Z [00:05:08.077]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8004267Z [00:05:08.084]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/databricks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8073509Z [00:05:08.090]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8142771Z [00:05:08.097]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/databricks/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8212587Z [00:05:08.104]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8281585Z [00:05:08.111]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/openai.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8350045Z [00:05:08.118]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/openai_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8420017Z [00:05:08.125]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8487870Z [00:05:08.132]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8556917Z [00:05:08.139]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/openai/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8626391Z [00:05:08.146]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8694705Z [00:05:08.153]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8764518Z [00:05:08.160]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/square_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8833679Z [00:05:08.167]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/square.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8902607Z [00:05:08.173]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.8970973Z [00:05:08.180]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/square/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9039311Z [00:05:08.187]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9108149Z [00:05:08.194]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9175607Z [00:05:08.201]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/ngrok.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9242760Z [00:05:08.207]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/ngrok_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9309978Z [00:05:08.214]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9377323Z [00:05:08.221]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/resources.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9444533Z [00:05:08.228]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9510879Z [00:05:08.234]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/ngrok/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9579219Z [00:05:08.241]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9646573Z [00:05:08.248]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/plaid.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9714669Z [00:05:08.255]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/products.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9780689Z [00:05:08.261]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9847095Z [00:05:08.268]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/plaid_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9914321Z [00:05:08.275]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:22.9980661Z [00:05:08.281]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/plaid/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0047341Z [00:05:08.288]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/notion.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0114710Z [00:05:08.295]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0182196Z [00:05:08.301]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0248416Z [00:05:08.308]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/notion_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0315602Z [00:05:08.315]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0382586Z [00:05:08.321]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/notion/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0449078Z [00:05:08.328]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0516961Z [00:05:08.335]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0583868Z [00:05:08.342]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/gitlab_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0651308Z [00:05:08.348]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/gitlab.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0718003Z [00:05:08.355]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0786404Z [00:05:08.362]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/gitlab/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0854566Z [00:05:08.369]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/anthropic.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0922528Z [00:05:08.375]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.0989794Z [00:05:08.382]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1056975Z [00:05:08.389]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/anthropic_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1123633Z [00:05:08.395]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1190826Z [00:05:08.402]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/anthropic/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1260820Z [00:05:08.409]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/dropbox_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1327308Z [00:05:08.416]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1394515Z [00:05:08.423]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/scopes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1461488Z [00:05:08.429]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/dropbox.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1529721Z [00:05:08.436]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1596377Z [00:05:08.443]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1663730Z [00:05:08.450]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dropbox/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1730036Z [00:05:08.456]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1796273Z [00:05:08.463]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1863170Z [00:05:08.469]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/helper.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1929021Z [00:05:08.476]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/dockerhub.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.1996852Z [00:05:08.483]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/dockerhub_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2064843Z [00:05:08.490]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2134922Z [00:05:08.497]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/dockerhub/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2201810Z [00:05:08.503]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/airtable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2269634Z [00:05:08.510]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2335560Z [00:05:08.517]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/airtable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2404190Z [00:05:08.524]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtablepat/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2472795Z [00:05:08.530]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/endpoints.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2540282Z [00:05:08.537]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/common.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2606617Z [00:05:08.544]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2674465Z [00:05:08.551]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2741300Z [00:05:08.557]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2807486Z [00:05:08.564]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/common/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2874821Z [00:05:08.571]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/airtable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.2942069Z [00:05:08.577]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3008478Z [00:05:08.584]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/airtable/airtableoauth/airtable_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3076042Z [00:05:08.591]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3143757Z [00:05:08.598]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/postman.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3209841Z [00:05:08.604]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3277743Z [00:05:08.611]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/postman_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3344291Z [00:05:08.618]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3412197Z [00:05:08.624]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/postman/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3479165Z [00:05:08.631]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/expected_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3545018Z [00:05:08.638]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/scopes.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3611383Z [00:05:08.644]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/bitbucket_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3678948Z [00:05:08.651]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3746072Z [00:05:08.658]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/bitbucket.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3811659Z [00:05:08.664]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/bitbucket/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3879607Z [00:05:08.671]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/netlify_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.3947108Z [00:05:08.678]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/result_output.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4015430Z [00:05:08.685]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/requests.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4082464Z [00:05:08.691]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/models.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4148750Z [00:05:08.698]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4216710Z [00:05:08.705]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/netlify.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4283880Z [00:05:08.712]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/analyzers/netlify/permissions.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4351340Z [00:05:08.718]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/config/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4417654Z [00:05:08.725]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/analyzer/generate_permissions/generate_permissions.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4485010Z [00:05:08.732]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffered_file_writer/bufferedfilewriter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4552404Z [00:05:08.738]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffered_file_writer/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4619283Z [00:05:08.745]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffered_file_writer/bufferedfilewriter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4685967Z [00:05:08.752]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffer_writer/bufferwriter_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4753642Z [00:05:08.759]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffer_writer/bufferwriter.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4821346Z [00:05:08.765]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/writers/buffer_writer/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4888710Z [00:05:08.772]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sanitizer/utf8.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.4955880Z [00:05:08.779]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/sanitizer/utf8_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5022943Z [00:05:08.785]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/iobuf/bufferedreaderseeker_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5090641Z [00:05:08.792]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/iobuf/bufferedreaderseeker.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5158319Z [00:05:08.799]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/handlers_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5228041Z [00:05:08.806]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/apk_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5300954Z [00:05:08.813]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/archive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5372653Z [00:05:08.820]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/metrics.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5442708Z [00:05:08.827]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/default_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5511758Z [00:05:08.834]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/rpm.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5580207Z [00:05:08.841]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/rpm_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5648919Z [00:05:08.848]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/archive_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5718804Z [00:05:08.855]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/ar_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5788698Z [00:05:08.862]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/default.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5858315Z [00:05:08.869]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/apk.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5926955Z [00:05:08.876]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/handlers.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.5996897Z [00:05:08.883]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/ar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6067496Z [00:05:08.890]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/example.zip.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6138421Z [00:05:08.897]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/test.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6209836Z [00:05:08.904]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/test.rpm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6281610Z [00:05:08.911]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/testdir.zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6350194Z [00:05:08.918]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/nested-dirs.zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6419902Z [00:05:08.925]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/nested-compressed-archive.tar.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6491923Z [00:05:08.932]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/test.deb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6563109Z [00:05:08.939]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/test.tgz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6642736Z [00:05:08.947]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/dir-archive.zip' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6713092Z [00:05:08.954]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/handlers/testdata/nonarchive.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6783238Z [00:05:08.961]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/protoyaml/protoyaml.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6854543Z [00:05:08.969]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/utf16_test.dll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6924260Z [00:05:08.976]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/utf8.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.6995056Z [00:05:08.983]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/escaped_unicode_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7063982Z [00:05:08.990]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/base64.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7132866Z [00:05:08.996]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/utf16_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7199188Z [00:05:09.003]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/base64_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7264978Z [00:05:09.010]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/utf8_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7331103Z [00:05:09.016]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/escaped_unicode.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7397717Z [00:05:09.023]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/escaped_unicode_bench_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7465577Z [00:05:09.030]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/utf16.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7531269Z [00:05:09.036]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/decoders/decoders.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7598302Z [00:05:09.043]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/channelmetrics/metrics_collector/prometheus/collector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7663488Z [00:05:09.049]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/channelmetrics/observablechan.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7729762Z [00:05:09.056]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/channelmetrics/noopcollector.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7796105Z [00:05:09.063]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/channelmetrics/observablechan_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7863561Z [00:05:09.070]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/pkg/feature/feature.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7931832Z [00:05:09.076]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/bench/plot.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:23.7999043Z [00:05:09.083]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/bench/versions.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8065125Z [00:05:09.090]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/bench/plot.gp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8130456Z [00:05:09.096]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/bench/versions.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8197969Z [00:05:09.103]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/bench/plot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8265259Z [00:05:09.110]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/semgrep-rules/detectors.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8331890Z [00:05:09.116]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/snifftest/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8398116Z [00:05:09.123]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/snifftest/snifftest.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8464704Z [00:05:09.130]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/snifftest/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8530185Z [00:05:09.136]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/Dockerfile.protos' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8598418Z [00:05:09.143]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/generate/test.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8665015Z [00:05:09.150]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/generate/generate.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8731804Z [00:05:09.156]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/docs/Adding_Detectors_external.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8798243Z [00:05:09.163]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/hack/docs/Adding_Detectors_Internal.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8864423Z [00:05:09.170]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.a3DMfrd74X/TEMPREPO/assets/scanning_logos.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8929644Z [00:05:09.176]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/trufflehog' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:23.8996731Z [00:05:09.183]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.9063999Z [00:05:09.190]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.9130570Z [00:05:09.196]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog' retained as 0755 (rwxr-xr-x)
2025-08-20T23:06:23.9197492Z [00:05:09.203]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.9263614Z [00:05:09.210]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.9329210Z [00:05:09.216]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:23.9396063Z [00:05:09.223]➜  mode of '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:06:24.0115659Z [00:05:09.295]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T23:06:24.0116518Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T23:06:34.6285291Z 
2025-08-20T23:06:34.6286311Z [+] Sanitizing /tmp/pkgforge/3iuQkH3wv_SBUILD/BUILD.log ==> /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog.static.log
2025-08-20T23:06:38.5650033Z '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog.static.log' -> '/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/trufflehog.log'
2025-08-20T23:06:38.5790707Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-x86_64-linux&download=trufflehog.log
2025-08-20T23:06:38.5791409Z 
2025-08-20T23:06:38.5791957Z [+] Parsing/Uploading trufflehog/trufflehog --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftrufflehog%2Ftrufflehog [x86_64-Linux]
2025-08-20T23:06:38.5832626Z {
2025-08-20T23:06:38.5832898Z   "_disabled": "false",
2025-08-20T23:06:38.5833264Z   "host": "x86_64-Linux",
2025-08-20T23:06:38.5833633Z   "rank": "",
2025-08-20T23:06:38.5833971Z   "pkg": "trufflehog.static",
2025-08-20T23:06:38.5834342Z   "pkg_family": "trufflehog",
2025-08-20T23:06:38.5834848Z   "pkg_id": "github.com.trufflesecurity.trufflehog.source",
2025-08-20T23:06:38.5835370Z   "pkg_name": "trufflehog",
2025-08-20T23:06:38.5835721Z   "pkg_type": "static",
2025-08-20T23:06:38.5836447Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/trufflehog/official/source/trufflehog",
2025-08-20T23:06:38.5837218Z   "app_id": "",
2025-08-20T23:06:38.5837547Z   "appstream": "",
2025-08-20T23:06:38.5837860Z   "category": [
2025-08-20T23:06:38.5838215Z     "ConsoleOnly",
2025-08-20T23:06:38.5838516Z     "Utility"
2025-08-20T23:06:38.5838742Z   ],
2025-08-20T23:06:38.5838999Z   "description": "Find, verify, and analyze leaked credentials",
2025-08-20T23:06:38.5839489Z   "desktop": "",
2025-08-20T23:06:38.5839716Z   "homepage": [
2025-08-20T23:06:38.5839954Z     "https://github.com/trufflesecurity/trufflehog"
2025-08-20T23:06:38.5840371Z   ],
2025-08-20T23:06:38.5840996Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-x86_64-linux&download=trufflehog.png",
2025-08-20T23:06:38.5841777Z   "license": [
2025-08-20T23:06:38.5841948Z     "AGPL-3.0"
2025-08-20T23:06:38.5842114Z   ],
2025-08-20T23:06:38.5842274Z   "maintainer": [
2025-08-20T23:06:38.5842497Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T23:06:38.5842754Z   ],
2025-08-20T23:06:38.5842913Z   "provides": [
2025-08-20T23:06:38.5843090Z     "trufflehog"
2025-08-20T23:06:38.5843263Z   ],
2025-08-20T23:06:38.5843416Z   "note": [
2025-08-20T23:06:38.5843858Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/trufflesecurity/trufflehog"
2025-08-20T23:06:38.5844270Z   ],
2025-08-20T23:06:38.5844425Z   "repology": [
2025-08-20T23:06:38.5844594Z     "trufflehog"
2025-08-20T23:06:38.5844767Z   ],
2025-08-20T23:06:38.5844926Z   "screenshots": [],
2025-08-20T23:06:38.5845118Z   "src_url": [
2025-08-20T23:06:38.5845340Z     "https://github.com/trufflesecurity/trufflehog"
2025-08-20T23:06:38.5845605Z   ],
2025-08-20T23:06:38.5845760Z   "tag": [
2025-08-20T23:06:38.5845924Z     "Utility"
2025-08-20T23:06:38.5846087Z   ],
2025-08-20T23:06:38.5846266Z   "version": "HEAD-7c0d6b3-250820T153528",
2025-08-20T23:06:38.5846525Z   "version_upstream": "3.90.5",
2025-08-20T23:06:38.5846857Z   "bsum": "0c8b683ce52d3e2d294723d77f5f84464a0303bb956da85de42a191375b09620",
2025-08-20T23:06:38.5847219Z   "build_date": "2025-08-20T23:06:28Z",
2025-08-20T23:06:38.5847580Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17110089336",
2025-08-20T23:06:38.5847959Z   "build_id": "17110089336",
2025-08-20T23:06:38.5848721Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-x86_64-linux&download=trufflehog.log",
2025-08-20T23:06:38.5850093Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/trufflehog/static.official.source.yaml",
2025-08-20T23:06:38.5851049Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-x86_64-linux&download=trufflehog",
2025-08-20T23:06:38.5852740Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-x86_64-linux",
2025-08-20T23:06:38.5853886Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog",
2025-08-20T23:06:38.5855267Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-x86_64-linux&manifest",
2025-08-20T23:06:38.5856655Z   "shasum": "2c980f581ec3197fb02bf4ee7de8c02dea1f05a832bd9aaf3d6e07c824635335",
2025-08-20T23:06:38.5857314Z   "size": "128 MB",
2025-08-20T23:06:38.5857649Z   "size_raw": "134035200",
2025-08-20T23:06:38.5858004Z   "snapshots": [
2025-08-20T23:06:38.5858402Z     "HEAD-4aaaa85-250614T130202-x86_64-linux[3.89.1]",
2025-08-20T23:06:38.5858940Z     "HEAD-6641d4b-250616T100350-x86_64-linux[3.89.2]",
2025-08-20T23:06:38.5859780Z     "HEAD-0f6e0cd-250617T095116-x86_64-linux[3.89.2]",
2025-08-20T23:06:38.5860343Z     "HEAD-62faf2e-250623T132310-x86_64-linux[3.89.2]",
2025-08-20T23:06:38.5860866Z     "HEAD-e75313c-250704T141153-x86_64-linux[3.89.2]",
2025-08-20T23:06:38.5861386Z     "HEAD-e365bcf-250709T134310-x86_64-linux[3.89.2]",
2025-08-20T23:06:38.5861907Z     "HEAD-55cfe6b-250711T111551-x86_64-linux[3.89.2]",
2025-08-20T23:06:38.5862425Z     "HEAD-8d5986d-250714T120549-x86_64-linux[3.89.2]",
2025-08-20T23:06:38.5862944Z     "HEAD-eafb8c5-250715T142141-x86_64-linux[3.90.0]",
2025-08-20T23:06:38.5863471Z     "HEAD-907ac64-250717T111255-x86_64-linux[3.90.1]",
2025-08-20T23:06:38.5863988Z     "HEAD-143f2f5-250721T121427-x86_64-linux[3.90.1]",
2025-08-20T23:06:38.5864502Z     "HEAD-a05cf08-250723T171405-x86_64-linux[3.90.1]",
2025-08-20T23:06:38.5865166Z     "HEAD-4b4b1e8-250726T125911-x86_64-linux[3.90.2]",
2025-08-20T23:06:38.5865682Z     "HEAD-05e2328-250728T214258-x86_64-linux[3.90.2]",
2025-08-20T23:06:38.5866179Z     "HEAD-715309a-250730T172902-x86_64-linux[3.90.2]",
2025-08-20T23:06:38.5866794Z     "HEAD-2f1baea-250801T192445-x86_64-linux[3.90.2]",
2025-08-20T23:06:38.5867310Z     "HEAD-9b59e90-250804T193057-x86_64-linux[3.90.3]",
2025-08-20T23:06:38.5867818Z     "HEAD-31d1b13-250806T103345-x86_64-linux[3.90.3]",
2025-08-20T23:06:38.5868329Z     "HEAD-0ebf8ca-250808T085753-x86_64-linux[3.90.3]",
2025-08-20T23:06:38.5868850Z     "HEAD-d99f410-250813T121616-x86_64-linux[3.90.4]",
2025-08-20T23:06:38.5869531Z     "HEAD-72e4106-250816T213232-x86_64-linux[3.90.5]",
2025-08-20T23:06:38.5870161Z     "HEAD-9005cf9-250818T092948-x86_64-linux[3.90.5]"
2025-08-20T23:06:38.5870619Z   ]
2025-08-20T23:06:38.5870891Z }
2025-08-20T23:06:38.5871040Z 
2025-08-20T23:06:38.5871055Z 
2025-08-20T23:06:38.7496650Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-x86_64-linux": ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-x86_64-linux: not found
2025-08-20T23:06:38.7540075Z Uploading empty artifact
2025-08-20T23:06:38.7549509Z time=2025-08-20T23:06:38Z level=debug msg=Request #0
2025-08-20T23:06:38.7550837Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/trufflehog/official/source/trufflehog/manifests/sha256:6bc941b4cf31c3a5d956285da713ddacb9efcaf78fce291d19c186be8d4073ae"
2025-08-20T23:06:38.7551771Z > Request method: "HEAD"
2025-08-20T23:06:38.7552030Z > Request headers:
2025-08-20T23:06:38.7553385Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T23:06:38.7554941Z    "User-Agent": "oras/1.2.3"
2025-08-20T23:06:38.8218234Z time=2025-08-20T23:06:38Z level=debug msg=Response #0
2025-08-20T23:06:38.8218920Z < Response Status: "401 Unauthorized"
2025-08-20T23:06:38.8219604Z < Response headers:
2025-08-20T23:06:38.8219964Z    "X-Github-Request-Id": "A02A:C7C27:1509A7:16EE55:68A654FE"
2025-08-20T23:06:38.8220381Z    "Content-Type": "application/json"
2025-08-20T23:06:38.8221785Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/trufflehog/official/source/trufflehog:pull\""
2025-08-20T23:06:38.8222555Z    "Date": "Wed, 20 Aug 2025 23:06:38 GMT"
2025-08-20T23:06:38.8222935Z    "Content-Length": "73"
2025-08-20T23:06:38.8223255Z time=2025-08-20T23:06:38Z level=debug msg=Request #1
2025-08-20T23:06:38.8224046Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftrufflehog%2Fofficial%2Fsource%2Ftrufflehog%3Apull%2Cpush&service=ghcr.io"
2025-08-20T23:06:38.8224775Z > Request method: "GET"
2025-08-20T23:06:38.8225013Z > Request headers:
2025-08-20T23:06:38.8225243Z    "Authorization": "*****"
2025-08-20T23:06:38.8225502Z    "User-Agent": "oras/1.2.3"
2025-08-20T23:06:38.8741980Z time=2025-08-20T23:06:38Z level=debug msg=Response #1
2025-08-20T23:06:38.8742761Z < Response Status: "200 OK"
2025-08-20T23:06:38.8743309Z < Response headers:
2025-08-20T23:06:38.8743905Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T23:06:38.8744480Z    "Date": "Wed, 20 Aug 2025 23:06:38 GMT"
2025-08-20T23:06:38.8744803Z    "Content-Length": "69"
2025-08-20T23:06:38.8745140Z    "X-Github-Request-Id": "A02A:C7C27:1509AE:16EE59:68A654FE"
2025-08-20T23:06:38.8745512Z    "Content-Type": "application/json"
2025-08-20T23:06:38.8745863Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T23:06:38.8746260Z time=2025-08-20T23:06:38Z level=debug msg=Request #2
2025-08-20T23:06:38.8747216Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/trufflehog/official/source/trufflehog/manifests/sha256:6bc941b4cf31c3a5d956285da713ddacb9efcaf78fce291d19c186be8d4073ae"
2025-08-20T23:06:38.8748322Z > Request method: "HEAD"
2025-08-20T23:06:38.8748575Z > Request headers:
2025-08-20T23:06:38.8748807Z    "Authorization": "*****"
2025-08-20T23:06:38.8749157Z    "User-Agent": "oras/1.2.3"
2025-08-20T23:06:38.8750515Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T23:06:38.9616814Z time=2025-08-20T23:06:38Z level=debug msg=Response #2
2025-08-20T23:06:38.9617495Z < Response Status: "404 Not Found"
2025-08-20T23:06:38.9617887Z < Response headers:
2025-08-20T23:06:38.9618570Z    "Content-Type": "application/json"
2025-08-20T23:06:38.9619061Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T23:06:38.9619939Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T23:06:38.9620531Z    "Date": "Wed, 20 Aug 2025 23:06:38 GMT"
2025-08-20T23:06:38.9620913Z    "Content-Length": "70"
2025-08-20T23:06:38.9621312Z    "X-Github-Request-Id": "A02A:C7C27:1509BD:16EE6C:68A654FE"
2025-08-20T23:06:38.9621820Z time=2025-08-20T23:06:38Z level=debug msg=Request #3
2025-08-20T23:06:38.9622973Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/trufflehog/official/source/trufflehog/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T23:06:38.9624082Z > Request method: "HEAD"
2025-08-20T23:06:38.9624389Z > Request headers:
2025-08-20T23:06:38.9624672Z    "Authorization": "*****"
2025-08-20T23:06:38.9624996Z    "User-Agent": "oras/1.2.3"
2025-08-20T23:06:38.9919745Z time=2025-08-20T23:06:38Z level=debug msg=Response #3
2025-08-20T23:06:38.9920489Z < Response Status: "200 OK"
2025-08-20T23:06:38.9921177Z < Response headers:
2025-08-20T23:06:38.9921478Z    "Content-Length": "0"
2025-08-20T23:06:38.9921784Z    "Content-Type": ""
2025-08-20T23:06:38.9922364Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T23:06:38.9923055Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T23:06:38.9923651Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T23:06:38.9924364Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T23:06:38.9924896Z    "Date": "Wed, 20 Aug 2025 23:06:38 GMT"
2025-08-20T23:06:38.9925316Z    "X-Github-Request-Id": "A02A:C7C27:1509D2:16EE84:68A654FE"
2025-08-20T23:06:38.9925774Z time=2025-08-20T23:06:38Z level=debug msg=Request #4
2025-08-20T23:06:38.9926697Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/trufflehog/official/source/trufflehog/manifests/HEAD-7c0d6b3-250820T153528-x86_64-linux"
2025-08-20T23:06:38.9927437Z > Request method: "PUT"
2025-08-20T23:06:38.9927678Z > Request headers:
2025-08-20T23:06:38.9927905Z    "User-Agent": "oras/1.2.3"
2025-08-20T23:06:38.9928263Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T23:06:38.9928644Z    "Authorization": "*****"
2025-08-20T23:06:39.2730081Z time=2025-08-20T23:06:39Z level=debug msg=Response #4
2025-08-20T23:06:39.2730832Z < Response Status: "201 Created"
2025-08-20T23:06:39.2731359Z < Response headers:
2025-08-20T23:06:39.2732407Z    "Location": "/v2/pkgforge/bincache/trufflehog/official/source/trufflehog/manifests/sha256:6bc941b4cf31c3a5d956285da713ddacb9efcaf78fce291d19c186be8d4073ae"
2025-08-20T23:06:39.2733416Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T23:06:39.2733886Z    "Date": "Wed, 20 Aug 2025 23:06:39 GMT"
2025-08-20T23:06:39.2734183Z    "Content-Length": "0"
2025-08-20T23:06:39.2734596Z    "X-Github-Request-Id": "A02A:C7C27:1509D9:16EE8C:68A654FE"
2025-08-20T23:06:39.2735187Z    "Content-Type": "application/json"
2025-08-20T23:06:39.2735904Z    "Docker-Content-Digest": "sha256:6bc941b4cf31c3a5d956285da713ddacb9efcaf78fce291d19c186be8d4073ae"
2025-08-20T23:06:39.2736700Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T23:06:39.2737423Z Pushed [registry] ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:06:39.2738212Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T23:06:39.2738712Z Digest: sha256:6bc941b4cf31c3a5d956285da713ddacb9efcaf78fce291d19c186be8d4073ae
2025-08-20T23:06:41.6155451Z Uploading e013511c3a82 CHECKSUM
2025-08-20T23:06:41.6159593Z Uploading 6235ed733a18 CHECKSUM.sig
2025-08-20T23:06:41.6164941Z Uploading 7b0790957aac trufflehog.sig
2025-08-20T23:06:41.6387619Z Uploading 2c980f581ec3 trufflehog
2025-08-20T23:06:41.6517262Z Exists    33d580ea3d93 LICENSE
2025-08-20T23:06:41.6797265Z Uploading 66d1d6007783 LICENSE.sig
2025-08-20T23:06:42.6104309Z Uploaded  7b0790957aac trufflehog.sig
2025-08-20T23:06:42.6245628Z Uploaded  6235ed733a18 CHECKSUM.sig
2025-08-20T23:06:42.6378880Z Exists    f0d3dc852076 SBUILD
2025-08-20T23:06:42.6658321Z Uploading b0f94948b1b7 SBUILD.sig
2025-08-20T23:06:42.6665746Z Exists    11cf0313013e trufflehog.png
2025-08-20T23:06:42.8060241Z Uploading aa067c8bd847 trufflehog.json
2025-08-20T23:06:42.8168078Z Uploaded  66d1d6007783 LICENSE.sig
2025-08-20T23:06:42.8510552Z Uploading b2ebc11d5d91 trufflehog.json.sig
2025-08-20T23:06:42.9017307Z Uploaded  e013511c3a82 CHECKSUM
2025-08-20T23:06:42.9367723Z Uploading fa3e70a2fa67 trufflehog.log
2025-08-20T23:06:43.3594004Z Uploaded  2c980f581ec3 trufflehog
2025-08-20T23:06:43.3949781Z Uploading a907573c636e trufflehog.log.sig
2025-08-20T23:06:43.6415392Z Uploaded  b0f94948b1b7 SBUILD.sig
2025-08-20T23:06:43.6737402Z Exists    49315ccf39e6 trufflehog.version
2025-08-20T23:06:43.7021319Z Uploading 7104fff33e75 trufflehog.version.sig
2025-08-20T23:06:43.8326858Z Uploaded  b2ebc11d5d91 trufflehog.json.sig
2025-08-20T23:06:43.9321493Z Uploaded  aa067c8bd847 trufflehog.json
2025-08-20T23:06:43.9910013Z Uploaded  fa3e70a2fa67 trufflehog.log
2025-08-20T23:06:44.3320300Z Uploaded  a907573c636e trufflehog.log.sig
2025-08-20T23:06:44.7101274Z Uploaded  7104fff33e75 trufflehog.version.sig
2025-08-20T23:06:44.7101895Z Uploading 5dee096eeb11 trufflehog
2025-08-20T23:06:45.0417085Z Uploaded  5dee096eeb11 trufflehog
2025-08-20T23:06:45.0418044Z Pushed [registry] ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:06:45.0418837Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T23:06:45.0419767Z Digest: sha256:5dee096eeb1179d7ee41a227d90be6f674de00166627f15fb7cfb899fda9a106
2025-08-20T23:06:50.2428101Z 
2025-08-20T23:06:50.2428940Z [+] Registry --> https://ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:06:50.2430247Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/trufflehog/official/source/trufflehog?tag=HEAD-7c0d6b3-250820T153528-x86_64-linux&manifest 
2025-08-20T23:06:50.2430970Z 
2025-08-20T23:06:52.1505025Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T23:06:53.2923537Z ./BUILD_ARTIFACTS.tar : 26.82%   (   306 MiB =>   82.0 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T23:06:53.3578203Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T23:06:53.3617306Z 
2025-08-20T23:06:53.3618131Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml :: 00(Hr):05(Min):39(Sec)
2025-08-20T23:06:53.3618811Z 
2025-08-20T23:06:53.3633978Z 
2025-08-20T23:06:53.3634272Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (11:06:53 PM) UTC
2025-08-20T23:06:53.3634541Z 
2025-08-20T23:06:55.5434578Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T23:06:55.5486955Z ##[group]Run ##Presets
2025-08-20T23:06:55.5487290Z [36;1m##Presets[0m
2025-08-20T23:06:55.5487493Z [36;1mset +x ; set +e[0m
2025-08-20T23:06:55.5487698Z [36;1m#-------------#[0m
2025-08-20T23:06:55.5487902Z [36;1m##Debug?[0m
2025-08-20T23:06:55.5488145Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:06:55.5488538Z [36;1m  set -x[0m
2025-08-20T23:06:55.5488721Z [36;1mfi[0m
2025-08-20T23:06:55.5488900Z [36;1m#-------------#[0m
2025-08-20T23:06:55.5489095Z [36;1m##Set ENV[0m
2025-08-20T23:06:55.5489662Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T23:06:55.5490416Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-7c0d6b3-250820T153528-x86_64-linux"[0m
2025-08-20T23:06:55.5491212Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-7c0d6b3-250820T153528-x86_64-linux"[0m
2025-08-20T23:06:55.5492146Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336"[0m
2025-08-20T23:06:55.5492966Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T23:06:55.5493558Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T23:06:55.5494237Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T23:06:55.5494752Z [36;1m fi[0m
2025-08-20T23:06:55.5495013Z [36;1m##Push[0m
2025-08-20T23:06:55.5495334Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T23:06:55.5495762Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T23:06:55.5496322Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T23:06:55.5497054Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T23:06:55.5497758Z [36;1m     ls -sh "/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T23:06:55.5498239Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T23:06:55.5498456Z [36;1m       {[0m
2025-08-20T23:06:55.5498648Z [36;1m        for i in {1..10}; do[0m
2025-08-20T23:06:55.5498987Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T23:06:55.5499631Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T23:06:55.5500105Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T23:06:55.5500646Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-7c0d6b3-250820T153528-x86_64-linux")[0m
2025-08-20T23:06:55.5501355Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17110089336")[0m
2025-08-20T23:06:55.5501935Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17110089336")[0m
2025-08-20T23:06:55.5502682Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog:HEAD-7c0d6b3-250820T153528-x86_64-linux")[0m
2025-08-20T23:06:55.5503446Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T23:06:28Z")[0m
2025-08-20T23:06:55.5503949Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-7c0d6b3-250820T153528")[0m
2025-08-20T23:06:55.5504466Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T23:06:28Z")[0m
2025-08-20T23:06:55.5505192Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog")[0m
2025-08-20T23:06:55.5505896Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T23:06:55.5506426Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-7c0d6b3-250820T153528")[0m
2025-08-20T23:06:55.5507180Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-7c0d6b3-250820T153528")[0m
2025-08-20T23:06:55.5507969Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/trufflehog/official/source/trufflehog")[0m
2025-08-20T23:06:55.5508716Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-trufflehog")[0m
2025-08-20T23:06:55.5509476Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/trufflesecurity/trufflehog")[0m
2025-08-20T23:06:55.5510146Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T23:06:55.5510669Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-7c0d6b3-250820T153528")[0m
2025-08-20T23:06:55.5511152Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T23:06:55.5511657Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T23:06:55.5512091Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T23:06:55.5512342Z [36;1m         #Check[0m
2025-08-20T23:06:55.5512931Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T23:06:28Z" ]]; then[0m
2025-08-20T23:06:55.5513649Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T23:06:55.5513998Z [36;1m            break[0m
2025-08-20T23:06:55.5514206Z [36;1m          else[0m
2025-08-20T23:06:55.5514601Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T23:06:55.5515026Z [36;1m          fi[0m
2025-08-20T23:06:55.5515251Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T23:06:55.5515504Z [36;1m        done[0m
2025-08-20T23:06:55.5515693Z [36;1m       }[0m
2025-08-20T23:06:55.5515895Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T23:06:55.5516143Z [36;1m       ghcr_push_cmd[0m
2025-08-20T23:06:55.5516736Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T23:06:28Z" ]]; then[0m
2025-08-20T23:06:55.5517503Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T23:06:55.5517922Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T23:06:55.5518184Z [36;1m          ghcr_push_cmd[0m
2025-08-20T23:06:55.5518787Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T23:06:28Z" ]]; then[0m
2025-08-20T23:06:55.5519750Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T23:06:55.5520273Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T23:06:55.5520666Z [36;1m             return 1 || exit 1[0m
2025-08-20T23:06:55.5520907Z [36;1m           fi[0m
2025-08-20T23:06:55.5521101Z [36;1m       fi[0m
2025-08-20T23:06:55.5521281Z [36;1m   fi[0m
2025-08-20T23:06:55.5521456Z [36;1m fi[0m
2025-08-20T23:06:55.5521644Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T23:06:55.5895484Z shell: /usr/bin/bash -e {0}
2025-08-20T23:06:55.5895731Z env:
2025-08-20T23:06:55.5895911Z   CROSS_COMPILING: NO
2025-08-20T23:06:55.5896128Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T23:06:55.5896358Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T23:06:55.5896576Z   ON_QEMU: NO
2025-08-20T23:06:55.5896755Z   DEBUG: 0
2025-08-20T23:06:55.5896938Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T23:06:55.5897166Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T23:06:55.5897655Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:06:55.5898017Z   KEEP_LOGS: YES
2025-08-20T23:06:55.5898215Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:06:55.5898435Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:06:55.5898661Z   SBUILD_REBUILD: false
2025-08-20T23:06:55.5899217Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:06:55.5900014Z   BUILD_SYS: docker://go
2025-08-20T23:06:55.5900224Z   BUILD_ON_HOST: FALSE
2025-08-20T23:06:55.5900424Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:06:55.5900689Z   SYSTMP: /tmp
2025-08-20T23:06:55.5900861Z   GHA_MODE: MATRIX
2025-08-20T23:06:55.5901295Z   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-20T23:06:55.5901810Z   INPUT_SBUILD: /tmp/pkgforge/CEVFfAn8e_build.yaml
2025-08-20T23:06:55.5902144Z   BUILD_DIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml
2025-08-20T23:06:55.5902543Z   SBUILD_OUTDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR
2025-08-20T23:06:55.5903067Z   SBUILD_TMPDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:06:55.5903449Z   PKG_TYPE: static
2025-08-20T23:06:55.5903642Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:06:55.5903873Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:06:55.5904255Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:06:55.5904618Z   BUILD_ID: 17110089336
2025-08-20T23:06:55.5904824Z   PKG_NAME: trufflehog
2025-08-20T23:06:55.5905032Z   PKG_DATE: 2025-08-20T23:06:28Z
2025-08-20T23:06:55.5905276Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:06:55.5905526Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:06:55.5905876Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:06:55.5906283Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:06:55.5906771Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:06:55.5907286Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:06:55.5907588Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:06:55.5907994Z   GHCR_TOKEN: ***
2025-08-20T23:06:55.5908296Z   GITHUB_TOKEN: ***
2025-08-20T23:06:55.5908558Z   GITLAB_TOKEN: ***
2025-08-20T23:06:55.5909828Z   MINISIGN_KEY: ***
2025-08-20T23:06:55.5910012Z ##[endgroup]
2025-08-20T23:06:55.6003461Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T23:06:55.6014102Z 83M	./BUILD_ARTIFACTS.zstd
2025-08-20T23:06:55.6027160Z total 144M
2025-08-20T23:06:55.6027470Z 4.0K CHECKSUM
2025-08-20T23:06:55.6027779Z 4.0K CHECKSUM.sig
2025-08-20T23:06:55.6027969Z  36K LICENSE
2025-08-20T23:06:55.6028151Z 4.0K LICENSE.sig
2025-08-20T23:06:55.6028334Z 8.0K SBUILD
2025-08-20T23:06:55.6028558Z 4.0K SBUILD.sig
2025-08-20T23:06:55.6028872Z 4.0K SBUILD_TEMP
2025-08-20T23:06:55.6029185Z 128M trufflehog
2025-08-20T23:06:55.6029681Z 4.0K trufflehog.json
2025-08-20T23:06:55.6030042Z 4.0K trufflehog.json.sig
2025-08-20T23:06:55.6030420Z 8.0M trufflehog.log
2025-08-20T23:06:55.6030769Z 4.0K trufflehog.log.sig
2025-08-20T23:06:55.6031125Z  40K trufflehog.png
2025-08-20T23:06:55.6031454Z 4.0K trufflehog.sig
2025-08-20T23:06:55.6031797Z 8.0M trufflehog.static.log
2025-08-20T23:06:55.6032207Z 4.0K trufflehog.static.version
2025-08-20T23:06:55.6032643Z 4.0K trufflehog.static.version.sig
2025-08-20T23:06:55.6033057Z 4.0K trufflehog.version
2025-08-20T23:06:55.6033417Z 4.0K trufflehog.version.sig
2025-08-20T23:06:55.8682601Z Uploading 50b82f4652c9 BUILD_ARTIFACTS.zstd
2025-08-20T23:06:57.3006117Z Uploaded  50b82f4652c9 BUILD_ARTIFACTS.zstd
2025-08-20T23:06:57.3006931Z Uploading 835c1602767f SRCBUILD-trufflehog
2025-08-20T23:06:57.5690951Z Uploaded  835c1602767f SRCBUILD-trufflehog
2025-08-20T23:06:57.5692412Z Pushed [registry] ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336:HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:06:57.5694357Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T23:06:57.5695248Z Digest: sha256:835c1602767fc091a8553488226d536a7bd952f3c17856545f37a5be9ebfeb80
2025-08-20T23:07:02.7566249Z 
2025-08-20T23:07:02.7567302Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:07:02.7567939Z 
2025-08-20T23:07:02.9422609Z ##[group]Run ##Presets
2025-08-20T23:07:02.9423045Z [36;1m##Presets[0m
2025-08-20T23:07:02.9423385Z [36;1mset +x ; set +e[0m
2025-08-20T23:07:02.9423748Z [36;1m#-------------#[0m
2025-08-20T23:07:02.9424304Z [36;1m##Debug?[0m
2025-08-20T23:07:02.9424724Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:07:02.9425249Z [36;1m  set -x[0m
2025-08-20T23:07:02.9425581Z [36;1mfi[0m
2025-08-20T23:07:02.9425890Z [36;1m#-------------#[0m
2025-08-20T23:07:02.9426340Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T23:07:02.9426943Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T23:07:02.9484308Z shell: /usr/bin/bash -e {0}
2025-08-20T23:07:02.9484540Z env:
2025-08-20T23:07:02.9484717Z   CROSS_COMPILING: NO
2025-08-20T23:07:02.9484930Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T23:07:02.9485156Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T23:07:02.9485368Z   ON_QEMU: NO
2025-08-20T23:07:02.9485579Z   DEBUG: 0
2025-08-20T23:07:02.9485765Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T23:07:02.9485982Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T23:07:02.9486304Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:07:02.9486645Z   KEEP_LOGS: YES
2025-08-20T23:07:02.9486839Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:07:02.9487054Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:07:02.9487271Z   SBUILD_REBUILD: false
2025-08-20T23:07:02.9487815Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:07:02.9488386Z   BUILD_SYS: docker://go
2025-08-20T23:07:02.9488593Z   BUILD_ON_HOST: FALSE
2025-08-20T23:07:02.9488791Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:07:02.9488981Z   SYSTMP: /tmp
2025-08-20T23:07:02.9489161Z   GHA_MODE: MATRIX
2025-08-20T23:07:02.9489829Z   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-20T23:07:02.9490343Z   INPUT_SBUILD: /tmp/pkgforge/CEVFfAn8e_build.yaml
2025-08-20T23:07:02.9490662Z   BUILD_DIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml
2025-08-20T23:07:02.9491043Z   SBUILD_OUTDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR
2025-08-20T23:07:02.9491525Z   SBUILD_TMPDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:07:02.9491904Z   PKG_TYPE: static
2025-08-20T23:07:02.9492100Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:07:02.9492338Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:02.9492716Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:07:02.9493072Z   BUILD_ID: 17110089336
2025-08-20T23:07:02.9493270Z   PKG_NAME: trufflehog
2025-08-20T23:07:02.9493479Z   PKG_DATE: 2025-08-20T23:06:28Z
2025-08-20T23:07:02.9493718Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:02.9493975Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:07:02.9494325Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:07:02.9494731Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:02.9495208Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:07:02.9495713Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:07:02.9496007Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:07:02.9496273Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:02.9496804Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:07:02.9497259Z ##[endgroup]
2025-08-20T23:07:02.9667458Z ##[group]Run actions/upload-artifact@v4
2025-08-20T23:07:02.9667755Z with:
2025-08-20T23:07:02.9667960Z   name: Bincache_trufflehog_x86_64-Linux
2025-08-20T23:07:02.9668265Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T23:07:02.9668549Z   compression-level: 0
2025-08-20T23:07:02.9668755Z   retention-days: 30
2025-08-20T23:07:02.9669073Z   overwrite: true
2025-08-20T23:07:02.9669264Z   if-no-files-found: warn
2025-08-20T23:07:02.9669705Z   include-hidden-files: false
2025-08-20T23:07:02.9670015Z env:
2025-08-20T23:07:02.9670181Z   CROSS_COMPILING: NO
2025-08-20T23:07:02.9670377Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T23:07:02.9670593Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T23:07:02.9670798Z   ON_QEMU: NO
2025-08-20T23:07:02.9670964Z   DEBUG: 0
2025-08-20T23:07:02.9671138Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T23:07:02.9671349Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T23:07:02.9671665Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:07:02.9672038Z   KEEP_LOGS: YES
2025-08-20T23:07:02.9672232Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:07:02.9672445Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:07:02.9672663Z   SBUILD_REBUILD: false
2025-08-20T23:07:02.9673202Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:07:02.9673787Z   BUILD_SYS: docker://go
2025-08-20T23:07:02.9673997Z   BUILD_ON_HOST: FALSE
2025-08-20T23:07:02.9674188Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:07:02.9674381Z   SYSTMP: /tmp
2025-08-20T23:07:02.9674557Z   GHA_MODE: MATRIX
2025-08-20T23:07:02.9674983Z   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-20T23:07:02.9675490Z   INPUT_SBUILD: /tmp/pkgforge/CEVFfAn8e_build.yaml
2025-08-20T23:07:02.9675816Z   BUILD_DIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml
2025-08-20T23:07:02.9676209Z   SBUILD_OUTDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR
2025-08-20T23:07:02.9676693Z   SBUILD_TMPDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:07:02.9677063Z   PKG_TYPE: static
2025-08-20T23:07:02.9677252Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:07:02.9677476Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:02.9677853Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:07:02.9678205Z   BUILD_ID: 17110089336
2025-08-20T23:07:02.9678399Z   PKG_NAME: trufflehog
2025-08-20T23:07:02.9678604Z   PKG_DATE: 2025-08-20T23:06:28Z
2025-08-20T23:07:02.9678838Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:02.9679090Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:07:02.9679619Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:07:02.9680034Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:02.9680512Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:07:02.9681014Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:07:02.9681311Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:07:02.9681580Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:02.9682107Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:07:02.9682579Z   UTC_TIME: 2025_08_20T11_07_02_PM
2025-08-20T23:07:02.9682799Z ##[endgroup]
2025-08-20T23:07:03.3290541Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T23:07:03.3293214Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T23:07:03.3293926Z With the provided path, there will be 2 files uploaded
2025-08-20T23:07:03.4647403Z Artifact name is valid!
2025-08-20T23:07:03.4648834Z Root directory input is valid!
2025-08-20T23:07:03.5445841Z Beginning upload of artifact content to blob storage
2025-08-20T23:07:03.9855769Z Uploaded bytes 8388608
2025-08-20T23:07:04.1373959Z Uploaded bytes 16777216
2025-08-20T23:07:04.1467379Z Uploaded bytes 25165824
2025-08-20T23:07:04.1555697Z Uploaded bytes 33554432
2025-08-20T23:07:04.1644905Z Uploaded bytes 41943040
2025-08-20T23:07:04.3500244Z Uploaded bytes 50331648
2025-08-20T23:07:04.3692157Z Uploaded bytes 58720256
2025-08-20T23:07:04.3855515Z Uploaded bytes 67108864
2025-08-20T23:07:04.4045706Z Uploaded bytes 75497472
2025-08-20T23:07:04.5002295Z Uploaded bytes 83886080
2025-08-20T23:07:04.5253783Z Uploaded bytes 92274688
2025-08-20T23:07:04.6136651Z Uploaded bytes 94905793
2025-08-20T23:07:04.6475749Z Finished uploading artifact content to blob storage!
2025-08-20T23:07:04.6479254Z SHA256 digest of uploaded artifact zip is b6aaccd2f0033e21ec6274695cddecf3fd09d6339cb45e02dbb70845657bec46
2025-08-20T23:07:04.6480315Z Finalizing artifact upload
2025-08-20T23:07:04.7347957Z Artifact Bincache_trufflehog_x86_64-Linux.zip successfully finalized. Artifact ID 3814006768
2025-08-20T23:07:04.7350122Z Artifact Bincache_trufflehog_x86_64-Linux has been successfully uploaded! Final size is 94905793 bytes. Artifact ID is 3814006768
2025-08-20T23:07:04.7357024Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17110089336/artifacts/3814006768
2025-08-20T23:07:04.7571296Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T23:07:04.7571627Z with:
2025-08-20T23:07:04.7571948Z   subject-name: trufflehog-17110089336-HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:04.7572820Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T23:07:04.7573564Z   show-summary: true
2025-08-20T23:07:04.7573784Z   push-to-registry: false
2025-08-20T23:07:04.7574143Z   github-token: ***
2025-08-20T23:07:04.7574345Z env:
2025-08-20T23:07:04.7574521Z   CROSS_COMPILING: NO
2025-08-20T23:07:04.7574736Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T23:07:04.7574974Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T23:07:04.7575195Z   ON_QEMU: NO
2025-08-20T23:07:04.7575377Z   DEBUG: 0
2025-08-20T23:07:04.7575569Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T23:07:04.7575851Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T23:07:04.7576203Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:07:04.7576561Z   KEEP_LOGS: YES
2025-08-20T23:07:04.7576761Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:07:04.7576980Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:07:04.7577207Z   SBUILD_REBUILD: false
2025-08-20T23:07:04.7577753Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:07:04.7578329Z   BUILD_SYS: docker://go
2025-08-20T23:07:04.7578563Z   BUILD_ON_HOST: FALSE
2025-08-20T23:07:04.7578770Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:07:04.7578972Z   SYSTMP: /tmp
2025-08-20T23:07:04.7579161Z   GHA_MODE: MATRIX
2025-08-20T23:07:04.7579871Z   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-20T23:07:04.7580399Z   INPUT_SBUILD: /tmp/pkgforge/CEVFfAn8e_build.yaml
2025-08-20T23:07:04.7590127Z   BUILD_DIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml
2025-08-20T23:07:04.7590612Z   SBUILD_OUTDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR
2025-08-20T23:07:04.7591120Z   SBUILD_TMPDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:07:04.7591525Z   PKG_TYPE: static
2025-08-20T23:07:04.7591736Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:07:04.7591980Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:04.7592374Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:07:04.7592739Z   BUILD_ID: 17110089336
2025-08-20T23:07:04.7592943Z   PKG_NAME: trufflehog
2025-08-20T23:07:04.7593156Z   PKG_DATE: 2025-08-20T23:06:28Z
2025-08-20T23:07:04.7593419Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:04.7593686Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:07:04.7594048Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:07:04.7594454Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:04.7594943Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:07:04.7595887Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:07:04.7596198Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:07:04.7596578Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:04.7597124Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:07:04.7597605Z   UTC_TIME: 2025_08_20T11_07_02_PM
2025-08-20T23:07:04.7597837Z ##[endgroup]
2025-08-20T23:07:04.7669898Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T23:07:04.7670340Z env:
2025-08-20T23:07:04.7670526Z   CROSS_COMPILING: NO
2025-08-20T23:07:04.7670739Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T23:07:04.7670966Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T23:07:04.7671180Z   ON_QEMU: NO
2025-08-20T23:07:04.7671358Z   DEBUG: 0
2025-08-20T23:07:04.7671734Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T23:07:04.7671975Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T23:07:04.7672304Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:07:04.7672655Z   KEEP_LOGS: YES
2025-08-20T23:07:04.7672859Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:07:04.7673081Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:07:04.7673303Z   SBUILD_REBUILD: false
2025-08-20T23:07:04.7673846Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:07:04.7674441Z   BUILD_SYS: docker://go
2025-08-20T23:07:04.7674668Z   BUILD_ON_HOST: FALSE
2025-08-20T23:07:04.7674869Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:07:04.7675065Z   SYSTMP: /tmp
2025-08-20T23:07:04.7675250Z   GHA_MODE: MATRIX
2025-08-20T23:07:04.7675693Z   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-20T23:07:04.7676216Z   INPUT_SBUILD: /tmp/pkgforge/CEVFfAn8e_build.yaml
2025-08-20T23:07:04.7676560Z   BUILD_DIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml
2025-08-20T23:07:04.7676955Z   SBUILD_OUTDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR
2025-08-20T23:07:04.7677483Z   SBUILD_TMPDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:07:04.7677862Z   PKG_TYPE: static
2025-08-20T23:07:04.7678058Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:07:04.7678292Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:04.7678677Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:07:04.7679044Z   BUILD_ID: 17110089336
2025-08-20T23:07:04.7679247Z   PKG_NAME: trufflehog
2025-08-20T23:07:04.7679577Z   PKG_DATE: 2025-08-20T23:06:28Z
2025-08-20T23:07:04.7679836Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:04.7680096Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:07:04.7680456Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:07:04.7680866Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:04.7681356Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:07:04.7681868Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:07:04.7682170Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:07:04.7682448Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:04.7682985Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:07:04.7683464Z   UTC_TIME: 2025_08_20T11_07_02_PM
2025-08-20T23:07:04.7683699Z ##[endgroup]
2025-08-20T23:07:05.2384017Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T23:07:05.2384363Z with:
2025-08-20T23:07:05.2385050Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T23:07:05.2386013Z   subject-name: trufflehog-17110089336-HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:05.2386440Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T23:07:05.2389276Z   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/17110089336/attempts/1"}}}
2025-08-20T23:07:05.2392132Z   push-to-registry: false
2025-08-20T23:07:05.2392363Z   show-summary: true
2025-08-20T23:07:05.2392750Z   github-token: ***
2025-08-20T23:07:05.2392955Z env:
2025-08-20T23:07:05.2393140Z   CROSS_COMPILING: NO
2025-08-20T23:07:05.2393365Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T23:07:05.2393597Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T23:07:05.2393817Z   ON_QEMU: NO
2025-08-20T23:07:05.2393997Z   DEBUG: 0
2025-08-20T23:07:05.2394185Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T23:07:05.2394416Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T23:07:05.2394744Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:07:05.2395086Z   KEEP_LOGS: YES
2025-08-20T23:07:05.2395301Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:07:05.2395529Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:07:05.2395764Z   SBUILD_REBUILD: false
2025-08-20T23:07:05.2396321Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:07:05.2396902Z   BUILD_SYS: docker://go
2025-08-20T23:07:05.2397120Z   BUILD_ON_HOST: FALSE
2025-08-20T23:07:05.2397330Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:07:05.2397537Z   SYSTMP: /tmp
2025-08-20T23:07:05.2397728Z   GHA_MODE: MATRIX
2025-08-20T23:07:05.2398162Z   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-20T23:07:05.2398674Z   INPUT_SBUILD: /tmp/pkgforge/CEVFfAn8e_build.yaml
2025-08-20T23:07:05.2399006Z   BUILD_DIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml
2025-08-20T23:07:05.2399651Z   SBUILD_OUTDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR
2025-08-20T23:07:05.2400159Z   SBUILD_TMPDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:07:05.2400546Z   PKG_TYPE: static
2025-08-20T23:07:05.2400754Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:07:05.2400992Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:05.2401385Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:07:05.2401759Z   BUILD_ID: 17110089336
2025-08-20T23:07:05.2401964Z   PKG_NAME: trufflehog
2025-08-20T23:07:05.2402183Z   PKG_DATE: 2025-08-20T23:06:28Z
2025-08-20T23:07:05.2402448Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:05.2402716Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:07:05.2403080Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:07:05.2403494Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:05.2403991Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:07:05.2404508Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:07:05.2404822Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:07:05.2405104Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:05.2405654Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:07:05.2406232Z   UTC_TIME: 2025_08_20T11_07_02_PM
2025-08-20T23:07:05.2406467Z ##[endgroup]
2025-08-20T23:07:07.1742038Z Attestation created for 18 subjects
2025-08-20T23:07:07.1747208Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T23:07:07.1748001Z -----BEGIN CERTIFICATE-----
2025-08-20T23:07:07.1748475Z MIIG7jCCBnWgAwIBAgIUPTqhzr44gGzH7OVVa/edIIXz7kEwCgYIKoZIzj0EAwMw
2025-08-20T23:07:07.1749141Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T23:07:07.1750185Z cm1lZGlhdGUwHhcNMjUwODIwMjMwNzA2WhcNMjUwODIwMjMxNzA2WjAAMFkwEwYH
2025-08-20T23:07:07.1750870Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE6cjfKrEOE6oiclcmFrH1sQ6HRfjyQ72SBWvP
2025-08-20T23:07:07.1751532Z qAP8sYMS8c0j6JxcXBH5j98HaegDh4uehYKDJ0idhWmGyOoeFaOCBZQwggWQMA4G
2025-08-20T23:07:07.1752181Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUbW4N
2025-08-20T23:07:07.1753035Z VVQgx75Wnrq2g9oNT44Khf4wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T23:07:07.1753826Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T23:07:07.1754466Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T23:07:07.1755125Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T23:07:07.1755765Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T23:07:07.1756243Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T23:07:07.1756708Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T23:07:07.1757394Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T23:07:07.1757875Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T23:07:07.1758357Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T23:07:07.1758812Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T23:07:07.1759283Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T23:07:07.1759984Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T23:07:07.1760447Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T23:07:07.1760938Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T23:07:07.1761650Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T23:07:07.1762136Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T23:07:07.1762694Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T23:07:07.1763269Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T23:07:07.1763740Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T23:07:07.1764220Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T23:07:07.1764704Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T23:07:07.1765191Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T23:07:07.1765682Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T23:07:07.1766149Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTEwMDg5MzM2L2F0
2025-08-20T23:07:07.1766628Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T23:07:07.1767111Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJvG9r
2025-08-20T23:07:07.1767578Z AAAEAwBHMEUCIH3JN844SWoz9hn9/AmsMFAgZLQHQcWo7Lw+7fuAx7GxAiEAtsli
2025-08-20T23:07:07.1768035Z 5Zt+DNETdLR1piHDqOpL6u1JvpGmaymsUehfn4EwCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T23:07:07.1768506Z F8Hb5AcdVDjCFvm4i0Wae+e9HqdB1lYjeprvpFvBtgMIOBrOmsQDqAzLk1nNIyGd
2025-08-20T23:07:07.1768967Z AjBsxxp/zu/wCcmjvuaMRNAHD+raNVkuSc9+0Z+dvDRqqORZodz0ULYb7s7bVewe
2025-08-20T23:07:07.1769528Z LYk=
2025-08-20T23:07:07.1769742Z -----END CERTIFICATE-----
2025-08-20T23:07:07.1769896Z 
2025-08-20T23:07:07.1770278Z ##[endgroup]
2025-08-20T23:07:07.1770672Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T23:07:07.1771215Z https://search.sigstore.dev?logIndex=414615721
2025-08-20T23:07:07.1771563Z [36mAttestation uploaded to repository[39m
2025-08-20T23:07:07.1771897Z https://github.com/pkgforge/bincache/attestations/9876565
2025-08-20T23:07:07.2617754Z ##[group]Run ##Presets
2025-08-20T23:07:07.2618023Z [36;1m##Presets[0m
2025-08-20T23:07:07.2618245Z [36;1mset +x ; set +e[0m
2025-08-20T23:07:07.2618466Z [36;1m#-------------#[0m
2025-08-20T23:07:07.2618676Z [36;1m##Debug?[0m
2025-08-20T23:07:07.2618928Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:07:07.2619219Z [36;1m  set -x[0m
2025-08-20T23:07:07.2619758Z [36;1mfi[0m
2025-08-20T23:07:07.2619974Z [36;1m#-------------#[0m
2025-08-20T23:07:07.2620443Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T23:07:07.2621079Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/trufflehog/official/source"[0m
2025-08-20T23:07:07.2621574Z [36;1m exit 1[0m
2025-08-20T23:07:07.2621763Z [36;1mfi[0m
2025-08-20T23:07:07.2672622Z shell: /usr/bin/bash -e {0}
2025-08-20T23:07:07.2672863Z env:
2025-08-20T23:07:07.2673057Z   CROSS_COMPILING: NO
2025-08-20T23:07:07.2673311Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T23:07:07.2673543Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T23:07:07.2673763Z   ON_QEMU: NO
2025-08-20T23:07:07.2673940Z   DEBUG: 0
2025-08-20T23:07:07.2674123Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T23:07:07.2674347Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T23:07:07.2674685Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:07:07.2675032Z   KEEP_LOGS: YES
2025-08-20T23:07:07.2675227Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:07:07.2675448Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:07:07.2675669Z   SBUILD_REBUILD: false
2025-08-20T23:07:07.2676219Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:07:07.2676808Z   BUILD_SYS: docker://go
2025-08-20T23:07:07.2677038Z   BUILD_ON_HOST: FALSE
2025-08-20T23:07:07.2677243Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:07:07.2677438Z   SYSTMP: /tmp
2025-08-20T23:07:07.2677630Z   GHA_MODE: MATRIX
2025-08-20T23:07:07.2678071Z   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-20T23:07:07.2678578Z   INPUT_SBUILD: /tmp/pkgforge/CEVFfAn8e_build.yaml
2025-08-20T23:07:07.2678905Z   BUILD_DIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml
2025-08-20T23:07:07.2679298Z   SBUILD_OUTDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR
2025-08-20T23:07:07.2679897Z   SBUILD_TMPDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:07:07.2680283Z   PKG_TYPE: static
2025-08-20T23:07:07.2680483Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:07:07.2680714Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:07.2681092Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:07:07.2681455Z   BUILD_ID: 17110089336
2025-08-20T23:07:07.2681664Z   PKG_NAME: trufflehog
2025-08-20T23:07:07.2681873Z   PKG_DATE: 2025-08-20T23:06:28Z
2025-08-20T23:07:07.2682127Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:07.2682387Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:07:07.2682739Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:07:07.2683164Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:07.2683669Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:07:07.2684198Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:07:07.2684507Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:07:07.2684784Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:07.2685335Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:07:07.2685932Z   UTC_TIME: 2025_08_20T11_07_02_PM
2025-08-20T23:07:07.2686162Z ##[endgroup]
2025-08-20T23:07:07.2772629Z ##[group]Run ##Presets
2025-08-20T23:07:07.2772996Z [36;1m##Presets[0m
2025-08-20T23:07:07.2773207Z [36;1mset +x ; set +e[0m
2025-08-20T23:07:07.2773426Z [36;1m#-------------#[0m
2025-08-20T23:07:07.2773639Z [36;1m##Debug?[0m
2025-08-20T23:07:07.2773888Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:07:07.2774187Z [36;1m  set -x[0m
2025-08-20T23:07:07.2774374Z [36;1mfi[0m
2025-08-20T23:07:07.2774558Z [36;1m#-------------#[0m
2025-08-20T23:07:07.2774804Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T23:07:07.2775293Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/trufflehog/official/source"[0m
2025-08-20T23:07:07.2775755Z [36;1m exit 1[0m
2025-08-20T23:07:07.2775947Z [36;1mfi[0m
2025-08-20T23:07:07.2819938Z shell: /usr/bin/bash -e {0}
2025-08-20T23:07:07.2820221Z env:
2025-08-20T23:07:07.2820411Z   CROSS_COMPILING: NO
2025-08-20T23:07:07.2820651Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T23:07:07.2820894Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T23:07:07.2821121Z   ON_QEMU: NO
2025-08-20T23:07:07.2821300Z   DEBUG: 0
2025-08-20T23:07:07.2821482Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T23:07:07.2821714Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T23:07:07.2822044Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:07:07.2822390Z   KEEP_LOGS: YES
2025-08-20T23:07:07.2822591Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:07:07.2822820Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:07:07.2823048Z   SBUILD_REBUILD: false
2025-08-20T23:07:07.2823605Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:07:07.2824183Z   BUILD_SYS: docker://go
2025-08-20T23:07:07.2824396Z   BUILD_ON_HOST: FALSE
2025-08-20T23:07:07.2824598Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:07:07.2824797Z   SYSTMP: /tmp
2025-08-20T23:07:07.2824988Z   GHA_MODE: MATRIX
2025-08-20T23:07:07.2825427Z   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-20T23:07:07.2825941Z   INPUT_SBUILD: /tmp/pkgforge/CEVFfAn8e_build.yaml
2025-08-20T23:07:07.2826270Z   BUILD_DIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml
2025-08-20T23:07:07.2826660Z   SBUILD_OUTDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR
2025-08-20T23:07:07.2827141Z   SBUILD_TMPDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:07:07.2827534Z   PKG_TYPE: static
2025-08-20T23:07:07.2827733Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:07:07.2827966Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:07.2828350Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:07:07.2828710Z   BUILD_ID: 17110089336
2025-08-20T23:07:07.2828913Z   PKG_NAME: trufflehog
2025-08-20T23:07:07.2829135Z   PKG_DATE: 2025-08-20T23:06:28Z
2025-08-20T23:07:07.2829624Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:07.2829899Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:07:07.2830263Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:07:07.2830676Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:07.2831163Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:07:07.2831675Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:07:07.2831982Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:07:07.2832260Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:07.2832803Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:07:07.2833289Z   UTC_TIME: 2025_08_20T11_07_02_PM
2025-08-20T23:07:07.2833523Z ##[endgroup]
2025-08-20T23:07:07.2916348Z ##[group]Run ##Presets
2025-08-20T23:07:07.2916603Z [36;1m##Presets[0m
2025-08-20T23:07:07.2916819Z [36;1mset +x ; set +e[0m
2025-08-20T23:07:07.2917034Z [36;1m#-------------#[0m
2025-08-20T23:07:07.2917327Z [36;1m##Debug?[0m
2025-08-20T23:07:07.2917585Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:07:07.2917879Z [36;1m  set -x[0m
2025-08-20T23:07:07.2918066Z [36;1mfi[0m
2025-08-20T23:07:07.2918251Z [36;1m#-------------#[0m
2025-08-20T23:07:07.2918605Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T23:07:07.2919006Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T23:07:07.2919557Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T23:07:07.2919854Z [36;1mfi[0m
2025-08-20T23:07:07.2962607Z shell: /usr/bin/bash -e {0}
2025-08-20T23:07:07.2962841Z env:
2025-08-20T23:07:07.2963024Z   CROSS_COMPILING: NO
2025-08-20T23:07:07.2963273Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T23:07:07.2963513Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T23:07:07.2963730Z   ON_QEMU: NO
2025-08-20T23:07:07.2963909Z   DEBUG: 0
2025-08-20T23:07:07.2964088Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T23:07:07.2964322Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T23:07:07.2964661Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/trufflehog/official/source
2025-08-20T23:07:07.2965022Z   KEEP_LOGS: YES
2025-08-20T23:07:07.2965223Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:07:07.2965454Z   PKG_FAMILY_LOCAL: trufflehog
2025-08-20T23:07:07.2965699Z   SBUILD_REBUILD: false
2025-08-20T23:07:07.2966260Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/trufflehog/static.official.source.yaml
2025-08-20T23:07:07.2966860Z   BUILD_SYS: docker://go
2025-08-20T23:07:07.2967084Z   BUILD_ON_HOST: FALSE
2025-08-20T23:07:07.2967303Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:07:07.2967503Z   SYSTMP: /tmp
2025-08-20T23:07:07.2967694Z   GHA_MODE: MATRIX
2025-08-20T23:07:07.2968142Z   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-20T23:07:07.2968665Z   INPUT_SBUILD: /tmp/pkgforge/CEVFfAn8e_build.yaml
2025-08-20T23:07:07.2969003Z   BUILD_DIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml
2025-08-20T23:07:07.2969580Z   SBUILD_OUTDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR
2025-08-20T23:07:07.2970105Z   SBUILD_TMPDIR: /tmp/pkgforge/NUiwn4y_CEVFfAn8e_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:07:07.2970493Z   PKG_TYPE: static
2025-08-20T23:07:07.2970693Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:07:07.2970930Z   SBUILD_PKGVER: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:07.2971325Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17110089336
2025-08-20T23:07:07.2971690Z   BUILD_ID: 17110089336
2025-08-20T23:07:07.2971900Z   PKG_NAME: trufflehog
2025-08-20T23:07:07.2972109Z   PKG_DATE: 2025-08-20T23:06:28Z
2025-08-20T23:07:07.2972371Z   PKG_VERSION: HEAD-7c0d6b3-250820T153528
2025-08-20T23:07:07.2972641Z   PKG_VERSION_UPSTREAM: 3.90.5
2025-08-20T23:07:07.2972999Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog
2025-08-20T23:07:07.2984848Z   GHCRPKG_TAG: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:07.2985372Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/trufflehog/official/source/trufflehog
2025-08-20T23:07:07.2985916Z   PKG_SRCURL: https://github.com/trufflesecurity/trufflehog
2025-08-20T23:07:07.2986240Z   PUSH_SUCCESSFUL: YES
2025-08-20T23:07:07.2986536Z   GHCRPKG_TAG_SRCBUILD: HEAD-7c0d6b3-250820T153528-x86_64-linux
2025-08-20T23:07:07.2987102Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/trufflehog/official/source/trufflehog-srcbuild-17110089336
2025-08-20T23:07:07.2987617Z   UTC_TIME: 2025_08_20T11_07_02_PM
2025-08-20T23:07:07.2987859Z ##[endgroup]
2025-08-20T23:07:07.3060014Z EXITED
2025-08-20T23:07:07.3102940Z Cleaning up orphan processes
